From 0c7f32c38838af263e8f1ba5d6c0ba60d2701c7a Mon Sep 17 00:00:00 2001 From: Rajdeep Kwatra Date: Tue, 10 Oct 2023 16:42:49 +1100 Subject: [PATCH] Updated docs --- docs/Classes.html | 11 +- docs/Classes/Attachment.html | 174 ++++++- docs/Classes/AttributesToggleCommand.html | 10 +- docs/Classes/BackgroundStyle.html | 10 +- docs/Classes/BoldCommand.html | 10 +- docs/Classes/BorderStyle.html | 10 +- docs/Classes/EditorCommandExecutor.html | 10 +- docs/Classes/EditorView.html | 313 ++++++++++++- docs/Classes/EditorViewContext.html | 10 +- docs/Classes/FontTraitToggleCommand.html | 10 +- docs/Classes/GridCell.html | 219 ++++++++- docs/Classes/GridView.html | 11 +- docs/Classes/ItalicsCommand.html | 10 +- docs/Classes/ListCommand.html | 10 +- docs/Classes/ListIndentCommand.html | 10 +- docs/Classes/ListOutdentCommand.html | 10 +- docs/Classes/ListTextProcessor.html | 10 +- docs/Classes/ShadowStyle.html | 10 +- docs/Classes/StrikethroughCommand.html | 10 +- docs/Classes/UnderlineCommand.html | 10 +- docs/Enums.html | 10 +- docs/Enums/AsyncTextResolvingResult.html | 10 +- docs/Enums/AttachmentSize.html | 10 +- docs/Enums/AttachmentType.html | 10 +- docs/Enums/BackgroundMode.html | 12 +- docs/Enums/EditorContentMode.html | 10 +- docs/Enums/EditorContentType.html | 10 +- docs/Enums/EditorHeight.html | 10 +- docs/Enums/EditorKey.html | 118 ++++- docs/Enums/GridColumnWidth.html | 10 +- docs/Enums/GridViewError.html | 10 +- docs/Enums/Indentation.html | 10 +- docs/Enums/ListLineMarker.html | 10 +- docs/Enums/RoundedCornerStyle.html | 10 +- docs/Extensions.html | 10 +- docs/Extensions/EditorContentName.html | 10 +- docs/Extensions/NSAttributedString.html | 10 +- docs/Extensions/NSAttributedString/Key.html | 10 +- docs/Extensions/NSParagraphStyle.html | 10 +- docs/Extensions/NSRange.html | 10 +- docs/Extensions/String.html | 10 +- docs/Extensions/TextProcessingPriority.html | 10 +- docs/Extensions/UIFont.html | 10 +- docs/Extensions/UITextRange.html | 10 +- docs/Protocols.html | 75 +++- .../AsyncAttachmentRenderingDelegate.html | 423 ++++++++++++++++++ docs/Protocols/AsyncTextResolving.html | 10 +- docs/Protocols/AttachmentEncoding.html | 10 +- docs/Protocols/AttachmentOffsetProviding.html | 10 +- docs/Protocols/AttachmentTypeIdentifying.html | 10 +- docs/Protocols/AttributesDecoding.html | 10 +- docs/Protocols/BoundsObserving.html | 10 +- docs/Protocols/DynamicBoundsProviding.html | 10 +- docs/Protocols/EditorCommand.html | 10 +- docs/Protocols/EditorContentDecoding.html | 10 +- docs/Protocols/EditorContentEncoder.html | 10 +- docs/Protocols/EditorContentEncoding.html | 10 +- docs/Protocols/EditorContentIdentifying.html | 10 +- docs/Protocols/EditorContentView.html | 10 +- .../EditorListFormattingProvider.html | 10 +- docs/Protocols/EditorTextEncoding.html | 10 +- docs/Protocols/EditorViewDelegate.html | 10 +- docs/Protocols/Focusable.html | 10 +- docs/Protocols/GridViewDelegate.html | 10 +- docs/Protocols/SequenceGenerator.html | 10 +- docs/Protocols/TextProcessing.html | 10 +- docs/Structs.html | 10 +- docs/Structs/AnyAttributeDecoding.html | 10 +- .../AnyEditorContentAttachmentEncoding.html | 10 +- docs/Structs/AnyEditorContentDecoding.html | 10 +- docs/Structs/AnyEditorTextEncoding.html | 10 +- docs/Structs/AttachmentContentIdentifier.html | 10 +- docs/Structs/AttachmentImage.html | 10 +- docs/Structs/CommandName.html | 10 +- .../DiamondBulletSequenceGenerator.html | 10 +- docs/Structs/EditorContent.html | 10 +- docs/Structs/EditorLine.html | 10 +- docs/Structs/GradientColors.html | 10 +- docs/Structs/GridCellStyle.html | 10 +- docs/Structs/GridCellStyle/BorderStyle.html | 10 +- docs/Structs/GridColumnConfiguration.html | 10 +- docs/Structs/GridConfiguration.html | 47 +- docs/Structs/GridRowConfiguration.html | 10 +- docs/Structs/GridStyle.html | 10 +- docs/Structs/LineFormatting.html | 10 +- docs/Structs/ListItem.html | 10 +- docs/Structs/ListParser.html | 10 +- docs/Structs/NumericSequenceGenerator.html | 10 +- .../SquareBulletSequenceGenerator.html | 10 +- docs/Typealiases.html | 10 +- docs/badge.svg | 4 +- .../Contents/Resources/Documents/Classes.html | 11 +- .../Documents/Classes/Attachment.html | 174 ++++++- .../Classes/AttributesToggleCommand.html | 10 +- .../Documents/Classes/BackgroundStyle.html | 10 +- .../Documents/Classes/BoldCommand.html | 10 +- .../Documents/Classes/BorderStyle.html | 10 +- .../Classes/EditorCommandExecutor.html | 10 +- .../Documents/Classes/EditorView.html | 313 ++++++++++++- .../Documents/Classes/EditorViewContext.html | 10 +- .../Classes/FontTraitToggleCommand.html | 10 +- .../Resources/Documents/Classes/GridCell.html | 219 ++++++++- .../Resources/Documents/Classes/GridView.html | 11 +- .../Documents/Classes/ItalicsCommand.html | 10 +- .../Documents/Classes/ListCommand.html | 10 +- .../Documents/Classes/ListIndentCommand.html | 10 +- .../Documents/Classes/ListOutdentCommand.html | 10 +- .../Documents/Classes/ListTextProcessor.html | 10 +- .../Documents/Classes/ShadowStyle.html | 10 +- .../Classes/StrikethroughCommand.html | 10 +- .../Documents/Classes/UnderlineCommand.html | 10 +- .../Contents/Resources/Documents/Enums.html | 10 +- .../Enums/AsyncTextResolvingResult.html | 10 +- .../Documents/Enums/AttachmentSize.html | 10 +- .../Documents/Enums/AttachmentType.html | 10 +- .../Documents/Enums/BackgroundMode.html | 12 +- .../Documents/Enums/EditorContentMode.html | 10 +- .../Documents/Enums/EditorContentType.html | 10 +- .../Documents/Enums/EditorHeight.html | 10 +- .../Resources/Documents/Enums/EditorKey.html | 118 ++++- .../Documents/Enums/GridColumnWidth.html | 10 +- .../Documents/Enums/GridViewError.html | 10 +- .../Documents/Enums/Indentation.html | 10 +- .../Documents/Enums/ListLineMarker.html | 10 +- .../Documents/Enums/RoundedCornerStyle.html | 10 +- .../Resources/Documents/Extensions.html | 10 +- .../Extensions/EditorContentName.html | 10 +- .../Extensions/NSAttributedString.html | 10 +- .../Extensions/NSAttributedString/Key.html | 10 +- .../Extensions/NSParagraphStyle.html | 10 +- .../Documents/Extensions/NSRange.html | 10 +- .../Documents/Extensions/String.html | 10 +- .../Extensions/TextProcessingPriority.html | 10 +- .../Documents/Extensions/UIFont.html | 10 +- .../Documents/Extensions/UITextRange.html | 10 +- .../Resources/Documents/Protocols.html | 75 +++- .../AsyncAttachmentRenderingDelegate.html | 423 ++++++++++++++++++ .../Protocols/AsyncTextResolving.html | 10 +- .../Protocols/AttachmentEncoding.html | 10 +- .../Protocols/AttachmentOffsetProviding.html | 10 +- .../Protocols/AttachmentTypeIdentifying.html | 10 +- .../Protocols/AttributesDecoding.html | 10 +- .../Documents/Protocols/BoundsObserving.html | 10 +- .../Protocols/DynamicBoundsProviding.html | 10 +- .../Documents/Protocols/EditorCommand.html | 10 +- .../Protocols/EditorContentDecoding.html | 10 +- .../Protocols/EditorContentEncoder.html | 10 +- .../Protocols/EditorContentEncoding.html | 10 +- .../Protocols/EditorContentIdentifying.html | 10 +- .../Protocols/EditorContentView.html | 10 +- .../EditorListFormattingProvider.html | 10 +- .../Protocols/EditorTextEncoding.html | 10 +- .../Protocols/EditorViewDelegate.html | 10 +- .../Documents/Protocols/Focusable.html | 10 +- .../Documents/Protocols/GridViewDelegate.html | 10 +- .../Protocols/SequenceGenerator.html | 10 +- .../Documents/Protocols/TextProcessing.html | 10 +- .../Contents/Resources/Documents/Structs.html | 10 +- .../Structs/AnyAttributeDecoding.html | 10 +- .../AnyEditorContentAttachmentEncoding.html | 10 +- .../Structs/AnyEditorContentDecoding.html | 10 +- .../Structs/AnyEditorTextEncoding.html | 10 +- .../Structs/AttachmentContentIdentifier.html | 10 +- .../Documents/Structs/AttachmentImage.html | 10 +- .../Documents/Structs/CommandName.html | 10 +- .../DiamondBulletSequenceGenerator.html | 10 +- .../Documents/Structs/EditorContent.html | 10 +- .../Documents/Structs/EditorLine.html | 10 +- .../Documents/Structs/GradientColors.html | 10 +- .../Documents/Structs/GridCellStyle.html | 10 +- .../Structs/GridCellStyle/BorderStyle.html | 10 +- .../Structs/GridColumnConfiguration.html | 10 +- .../Documents/Structs/GridConfiguration.html | 47 +- .../Structs/GridRowConfiguration.html | 10 +- .../Documents/Structs/GridStyle.html | 10 +- .../Documents/Structs/LineFormatting.html | 10 +- .../Resources/Documents/Structs/ListItem.html | 10 +- .../Documents/Structs/ListParser.html | 10 +- .../Structs/NumericSequenceGenerator.html | 10 +- .../SquareBulletSequenceGenerator.html | 10 +- .../Resources/Documents/Typealiases.html | 10 +- .../Contents/Resources/Documents/index.html | 10 +- .../Contents/Resources/Documents/search.json | 2 +- .../Resources/Documents/undocumented.json | 55 ++- .../Contents/Resources/docSet.dsidx | Bin 159744 -> 167936 bytes docs/docsets/Proton.tgz | Bin 275592 -> 285712 bytes docs/index.html | 10 +- docs/search.json | 2 +- docs/undocumented.json | 226 +++++++--- 189 files changed, 4256 insertions(+), 459 deletions(-) create mode 100644 docs/Protocols/AsyncAttachmentRenderingDelegate.html create mode 100644 docs/docsets/Proton.docset/Contents/Resources/Documents/Protocols/AsyncAttachmentRenderingDelegate.html diff --git a/docs/Classes.html b/docs/Classes.html index 7db3d3c0..5dcf6619 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

Proton Docs (71% documented)

+

Proton Docs (70% documented)

GitHubView on GitHub

@@ -177,6 +177,12 @@
@@ -919,7 +926,7 @@

Declaration

diff --git a/docs/Classes/Attachment.html b/docs/Classes/Attachment.html index 97dc6018..48d5056f 100644 --- a/docs/Classes/Attachment.html +++ b/docs/Classes/Attachment.html @@ -17,7 +17,7 @@
-

Proton Docs (71% documented)

+

Proton Docs (70% documented)

GitHubView on GitHub

@@ -177,6 +177,12 @@
+
  • +
    + + + + estimatedHeight + +
    +
    +
    +
    +
    +
    +

    Estimated height for attachment when it is rendering asynchronously. +This will result in a blank placeholder with given height for the attachment to render. +When rendering completed, the Editor content will readjust to accomodate the actual height of Attachment

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var estimatedHeight: CGFloat
    + +
    +
    +
    +
    +
  • +
  • + +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var needsDeferredRendering: Bool { get }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + isBlockType + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var isBlockType: Bool { get }
    + +
    +
    +
    +
    +
  • +
  • +
    + + + + isInlineType + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var isInlineType: Bool { get }
    + +
    +
    +
    +
    +
  • @@ -465,6 +608,33 @@

    Declaration

  • +
  • +
    + + + + contentSize + +
    +
    +
    +
    +
    +
    +

    Undocumented

    + +
    +
    +

    Declaration

    +
    +

    Swift

    +
    public var contentSize: CGSize? { get }
    + +
    +
    +
    +
    +
  • @@ -1168,7 +1338,7 @@

    Declaration

    diff --git a/docs/Classes/AttributesToggleCommand.html b/docs/Classes/AttributesToggleCommand.html index e3b7bdfd..5354f93a 100644 --- a/docs/Classes/AttributesToggleCommand.html +++ b/docs/Classes/AttributesToggleCommand.html @@ -17,7 +17,7 @@
    -

    Proton Docs (71% documented)

    +

    Proton Docs (70% documented)

    GitHubView on GitHub

    @@ -177,6 +177,12 @@