@omnia/fx 8.0.80-dev → 8.0.81-dev

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (173) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  3. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  4. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  6. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  7. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  8. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
  9. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  11. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +2 -2
  14. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  16. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +3 -3
  18. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
  19. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +2 -2
  28. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +2 -2
  31. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +16 -16
  32. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +2 -2
  33. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +12 -13
  34. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
  36. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +54 -54
  38. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +9 -9
  39. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +10 -10
  40. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +2 -2
  41. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +11 -11
  42. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
  46. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +9 -9
  47. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +4 -4
  51. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.css.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/oxide/{splitpanes/Splitpanes.d.ts → splitpane/Splitpane.d.ts} +0 -52
  54. package/internal-do-not-import-from-here/ux/oxide/{splitpanes → splitpane}/SplitpaneItem.d.ts +0 -52
  55. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +3 -3
  56. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  57. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview2.d.ts +2 -2
  59. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -7
  66. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorExtensionHelper.d.ts +1 -4
  67. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -14
  68. package/internal-do-not-import-from-here/ux/richtexteditor/InternalRichTextEditorApi.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +7 -8
  70. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +14 -41
  71. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +3 -1
  72. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +381 -48
  73. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +1 -1
  74. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +9 -10
  75. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -1
  76. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +12 -5
  77. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -2
  78. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +16 -5
  79. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +12 -5
  80. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +1 -2
  81. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +10 -5
  82. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -1
  83. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +11 -5
  84. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +1 -2
  85. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +12 -5
  86. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +1 -2
  87. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +12 -5
  88. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +1 -2
  89. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -2
  90. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +12 -5
  91. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +1 -2
  92. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +7 -8
  93. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +1 -2
  94. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +1 -2
  95. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +1 -2
  96. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +9 -9
  97. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +1 -2
  98. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +1 -2
  99. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +1 -2
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +1 -2
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +1 -2
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +1 -2
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +20 -13
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +2 -3
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +11 -13
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +11 -5
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +12 -5
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +1 -2
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +11 -5
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +11 -5
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +1 -2
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +9 -8
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +8 -4
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +1 -2
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +16 -12
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +1 -2
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +1 -2
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +1 -2
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +1 -2
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +1 -2
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +1 -2
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +1 -2
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +1 -2
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +1 -2
  126. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +1 -2
  127. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +1 -2
  128. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +17 -11
  129. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +2 -2
  130. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +11 -5
  131. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +1 -2
  132. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +1 -2
  133. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +2 -2
  134. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +7 -5
  135. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +1 -2
  136. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +17 -5
  137. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +12 -5
  138. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +1 -2
  139. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +18 -5
  140. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +2 -2
  141. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +1 -2
  142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +1 -2
  143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +1 -2
  144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +1 -2
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +14 -5
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +1 -2
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +14 -11
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +1 -2
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +1 -2
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +11 -5
  151. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +12 -5
  152. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +1 -2
  153. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +1 -2
  154. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +11 -5
  155. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +1 -2
  156. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +2 -22
  157. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +7 -2
  158. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +6 -6
  161. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +1 -1
  165. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +1 -1
  166. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +1 -1
  167. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +1 -1
  168. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
  169. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
  171. package/internal-do-not-import-from-here/wctypings.d.ts +15 -13
  172. package/package.json +2 -2
  173. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.css.d.ts +0 -3
@@ -1,4 +1,4 @@
1
- import { Editor, Extension } from "@tiptap/core";
1
+ import { Editor } from "@tiptap/core";
2
2
  import { Node as ProsemirrorNode } from "@tiptap/pm/model";
3
3
  export interface PlaceholderOptions {
4
4
  emptyEditorClass: string;
@@ -13,5 +13,5 @@ export interface PlaceholderOptions {
13
13
  showOnlyCurrent: boolean;
14
14
  includeChildren: boolean;
15
15
  }
16
- declare const _default: Extension<PlaceholderOptions, any>;
16
+ declare const _default: () => import("@tiptap/core").Extension<PlaceholderOptions, any>;
17
17
  export default _default;
@@ -1,6 +1,8 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
2
1
  import { Guid } from "../../../../models";
3
- export declare class PlaceholderEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
2
+ export declare const placeholderEditorExtension: () => {
3
+ id: Guid;
4
+ title: string;
5
+ getConfiguration(): {
6
+ nodes: import("@tiptap/core").Extension<import("./PlaceHolderNode").PlaceholderOptions, any>[];
7
+ };
8
+ };
@@ -1,6 +1,5 @@
1
1
  import { Transaction } from "prosemirror-state";
2
2
  import { Schema } from "prosemirror-model";
3
- import { Extension } from "@tiptap/core";
4
- declare const _default: Extension<any, any>;
3
+ declare const _default: () => import("@tiptap/core").Extension<any, any>;
5
4
  export default _default;
6
5
  export declare function clearFormat(tr: Transaction, schema: Schema, from: number, to: number): Transaction;
@@ -1,6 +1,18 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import RemoveFormattingMenu from "./RemoveFormattingMenu";
2
2
  import { Guid } from "../../../../models";
3
- export declare class RemovingFormattingEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ export declare const removingFormattingEditorExtension: () => {
4
+ id: Guid;
5
+ title: string;
6
+ getConfiguration(): {
7
+ nodes: import("@tiptap/core").Extension<any, any>[];
8
+ bubbleMenuItems: ({
9
+ menuItem: typeof RemoveFormattingMenu;
10
+ configuration: {};
11
+ showOnPasted?: undefined;
12
+ } | {
13
+ menuItem: typeof RemoveFormattingMenu;
14
+ configuration: {};
15
+ showOnPasted: true;
16
+ })[];
17
+ };
18
+ };
@@ -1,6 +1,13 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import StrikeToolbar from "./StrikeToolbar";
2
2
  import { Guid } from "../../../../models";
3
- export declare class StrikeEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ export declare const strikeEditorExtension: () => {
4
+ id: Guid;
5
+ title: string;
6
+ getConfiguration(): {
7
+ nodes: import("@tiptap/core").Mark<import("./StrikeNode").StrikeOptions, any>[];
8
+ toolbarItems: {
9
+ toolbar: typeof StrikeToolbar;
10
+ configuration: {};
11
+ }[];
12
+ };
13
+ };
@@ -1,4 +1,3 @@
1
- import { Mark } from "@tiptap/core";
2
1
  export interface StrikeOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
@@ -22,5 +21,5 @@ declare module "@tiptap/core" {
22
21
  }
23
22
  export declare const inputRegex: RegExp;
24
23
  export declare const pasteRegex: RegExp;
25
- declare const _default: Mark<StrikeOptions, any>;
24
+ declare const _default: () => import("@tiptap/core").Mark<StrikeOptions, any>;
26
25
  export default _default;
@@ -1,6 +1,19 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import TableToolbar from "./TableToolbar";
2
2
  import { Guid } from "../../../../models";
3
- export declare class TableEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ import TableSubToolbar from "./TableSubToolbar";
4
+ export declare const tableEditorExtension: () => {
5
+ id: Guid;
6
+ title: string;
7
+ getConfiguration(): {
8
+ nodes: import("@tiptap/core").Node<any, any>[];
9
+ toolbarItems: ({
10
+ toolbar: typeof TableToolbar;
11
+ configuration: {};
12
+ isSubToolBar?: undefined;
13
+ } | {
14
+ toolbar: typeof TableSubToolbar;
15
+ configuration: {};
16
+ isSubToolBar: true;
17
+ })[];
18
+ };
19
+ };
@@ -1,5 +1,5 @@
1
1
  import { NodeView } from "@tiptap/pm/view";
2
- import { Node, ParentConfig } from "@tiptap/core";
2
+ import { ParentConfig } from "@tiptap/core";
3
3
  export interface TableOptions {
4
4
  HTMLAttributes: Record<string, any>;
5
5
  resizable: boolean;
@@ -52,5 +52,5 @@ declare module "@tiptap/core" {
52
52
  }) => string);
53
53
  }
54
54
  }
55
- declare const _default: Node<TableOptions, any>;
55
+ declare const _default: () => import("@tiptap/core").Node<TableOptions, any>;
56
56
  export default _default;
@@ -1,6 +1,5 @@
1
- import { Node } from "@tiptap/core";
2
1
  export interface TableCellOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
5
- declare const _default: Node<TableCellOptions, any>;
4
+ declare const _default: () => import("@tiptap/core").Node<TableCellOptions, any>;
6
5
  export default _default;
@@ -1,6 +1,5 @@
1
- import { Node } from "@tiptap/core";
2
1
  export interface TableHeaderOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
5
- declare const _default: Node<TableHeaderOptions, any>;
4
+ declare const _default: () => import("@tiptap/core").Node<TableHeaderOptions, any>;
6
5
  export default _default;
@@ -1,6 +1,5 @@
1
- import { Node } from "@tiptap/core";
2
1
  export interface TableRowOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
5
- declare const _default: Node<TableRowOptions, any>;
4
+ declare const _default: () => import("@tiptap/core").Node<TableRowOptions, any>;
6
5
  export default _default;
@@ -1,3 +1,2 @@
1
- import { Node } from "@tiptap/core";
2
- declare const _default: Node<any, any>;
1
+ declare const _default: () => import("@tiptap/core").Node<any, any>;
3
2
  export default _default;
@@ -1,6 +1,15 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import TextColorToolbar from "./TextColorToolbar";
2
2
  import { Guid } from "../../../../models";
3
- export declare class TextColorEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ export declare const textColorEditorExtension: () => {
4
+ id: Guid;
5
+ title: string;
6
+ getConfiguration(): {
7
+ nodes: import("@tiptap/core").Mark<{
8
+ color: string;
9
+ }, any>[];
10
+ toolbarItems: {
11
+ toolbar: typeof TextColorToolbar;
12
+ configuration: {};
13
+ }[];
14
+ };
15
+ };
@@ -1,5 +1,4 @@
1
- import { Mark } from "@tiptap/core";
2
- declare const _default: Mark<{
1
+ declare const _default: () => import("@tiptap/core").Mark<{
3
2
  color: string;
4
3
  }, any>;
5
4
  export default _default;
@@ -1,12 +1,15 @@
1
- import { BubbleMenuConfiguration, RichTextEditorExtension, RichTextEditorExtensionDefinition, ToolbarConfiguration } from "../../IRichTextEditor";
2
1
  import { Guid } from "@omnia/fx-models";
3
- import { FeatureStore } from "@omnia/fx/stores";
4
- export declare class TextCompletionEditorExtension implements RichTextEditorExtension {
5
- static get id(): Guid;
6
- configuration: Array<ToolbarConfiguration>;
7
- menuConfiguration: Array<BubbleMenuConfiguration>;
8
- static featureStore: FeatureStore;
9
- static get isTextCompletionFeatureActivated(): boolean;
10
- constructor();
11
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
12
- }
2
+ import { TextCompletionToolbar } from "./TextCompletionToolbar";
3
+ export declare function isTextCompletionFeatureActivated(): boolean;
4
+ export declare const textCompletionEditorExtension: () => {
5
+ id: Guid;
6
+ title: string;
7
+ getConfiguration(): {
8
+ nodes: import("@tiptap/core").Node<any, any>[];
9
+ toolbarItems: {
10
+ toolbar: typeof TextCompletionToolbar;
11
+ configuration: {};
12
+ }[];
13
+ bubbleMenuItems: any[];
14
+ };
15
+ };
@@ -1,3 +1,2 @@
1
- import { Node } from "@tiptap/core";
2
- declare const _default: Node<any, any>;
1
+ declare const _default: () => import("@tiptap/core").Node<any, any>;
3
2
  export default _default;
@@ -1,4 +1,3 @@
1
- import { Mark } from "@tiptap/core";
2
1
  export interface TextStyleOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
@@ -12,5 +11,5 @@ declare module "@tiptap/core" {
12
11
  };
13
12
  }
14
13
  }
15
- declare const _default: Mark<TextStyleOptions, any>;
14
+ declare const _default: () => import("@tiptap/core").Mark<TextStyleOptions, any>;
16
15
  export default _default;
@@ -1,6 +1,12 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import TextTranslatorToolbar from "./TextTranslatorToolbar";
2
2
  import { Guid } from "../../../../models";
3
- export declare class TextTranslatorEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ export declare const textTranslatorEditorExtension: () => {
4
+ id: Guid;
5
+ title: string;
6
+ getConfiguration(): {
7
+ toolbarItems: {
8
+ toolbar: typeof TextTranslatorToolbar;
9
+ configuration: {};
10
+ }[];
11
+ };
12
+ };
@@ -1,6 +1,13 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
1
+ import TodoListToolbar from "./TodoListToolbar";
2
2
  import { Guid } from "../../../../models";
3
- export declare class TodoListEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
3
+ export declare const todoListEditorExtension: () => {
4
+ id: Guid;
5
+ title: string;
6
+ getConfiguration(): {
7
+ nodes: import("@tiptap/core").Node<any, any>[];
8
+ toolbarItems: {
9
+ toolbar: typeof TodoListToolbar;
10
+ configuration: {};
11
+ }[];
12
+ };
13
+ };
@@ -1,3 +1,2 @@
1
- import { Node } from "@tiptap/core";
2
- declare const _default: Node<any, any>;
1
+ declare const _default: () => import("@tiptap/core").Node<any, any>;
3
2
  export default _default;
@@ -1,5 +1,4 @@
1
- import { Node } from "@tiptap/core";
2
- declare const _default: Node<{
1
+ declare const _default: () => import("@tiptap/core").Node<{
3
2
  nested: boolean;
4
3
  }, any>;
5
4
  export default _default;
@@ -1,6 +1,12 @@
1
- import { RichTextEditorExtension, RichTextEditorExtensionDefinition } from "../../IRichTextEditor";
2
1
  import { Guid } from "../../../../models";
3
- export declare class UnderlineEditorExtension implements RichTextEditorExtension {
4
- static get id(): Guid;
5
- getDefition(): Promise<RichTextEditorExtensionDefinition>;
6
- }
2
+ export declare const underlineEditorExtension: () => {
3
+ id: Guid;
4
+ title: string;
5
+ getConfiguration(): {
6
+ nodes: import("@tiptap/core").Mark<import("./UnderlineNode").UnderlineOptions, any>[];
7
+ toolbarItems: {
8
+ toolbar: any;
9
+ configuration: {};
10
+ }[];
11
+ };
12
+ };
@@ -1,4 +1,3 @@
1
- import { Mark } from "@tiptap/core";
2
1
  export interface UnderlineOptions {
3
2
  HTMLAttributes: Record<string, any>;
4
3
  }
@@ -20,5 +19,5 @@ declare module "@tiptap/core" {
20
19
  };
21
20
  }
22
21
  }
23
- declare const _default: Mark<UnderlineOptions, any>;
22
+ declare const _default: () => import("@tiptap/core").Mark<UnderlineOptions, any>;
24
23
  export default _default;
@@ -1,26 +1,6 @@
1
1
  import { SetupFactoryContext } from "@omnia/fx";
2
- import { GuidValue } from "@omnia/fx-models";
3
- import { defineRichTextNode } from "./DefineRichTextNode";
4
- import { VNodeChild } from "vue";
5
- export interface RichTextToolbar<T = any> {
6
- toolbar: VNodeChild | any;
7
- configuration?: T;
8
- hidden?: boolean;
9
- isSubToolBar?: boolean;
10
- }
11
- export interface RichTextBubbleMenu<T = any> {
12
- menuItem: VNodeChild | any;
13
- configuration?: T;
14
- showOnPasted?: boolean;
15
- }
16
- type RichTextExtension = {
17
- id: GuidValue;
18
- title: string;
19
- nodes?: Array<ReturnType<typeof defineRichTextNode>>;
20
- toolbarItems?: Array<RichTextToolbar>;
21
- bubbleMenuItems?: Array<RichTextBubbleMenu>;
22
- };
2
+ import { RichTextEditorExtension } from "@omnia/fx-models";
23
3
  interface SetupRichTextExtensionContext extends SetupFactoryContext {
24
4
  }
25
- export declare function DefineRichTextExtension(setup: (ctx: SetupRichTextExtensionContext) => RichTextExtension): () => RichTextExtension;
5
+ export declare function DefineRichTextEditorExtension<TReturnSetup extends RichTextEditorExtension>(setup: (ctx: SetupRichTextExtensionContext) => TReturnSetup): () => TReturnSetup;
26
6
  export {};
@@ -1,10 +1,15 @@
1
1
  import { SetupFactoryContext } from "@omnia/fx";
2
+ import { RichTextEditorNode } from "@omnia/fx-models";
2
3
  import { Mark, Node, Extension } from "@tiptap/core";
3
- type RichTextNode<Options = any, Storage = any> = Mark<Options, Storage> | Node<Options, Storage> | Extension<Options, Storage>;
4
4
  interface SetupRichTextNodeContext extends SetupFactoryContext {
5
5
  defineNode: typeof Node.create;
6
6
  defineMark: typeof Mark.create;
7
7
  defineExtension: typeof Extension.create;
8
8
  }
9
- export declare function defineRichTextNode(setup: (ctx: SetupRichTextNodeContext) => RichTextNode): () => RichTextNode;
9
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode>(setup: (ctx: SetupRichTextNodeContext) => TReturnSetup): () => TReturnSetup;
10
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode, T1>(setup: (ctx: SetupRichTextNodeContext, param1: T1) => TReturnSetup): (param1: T1) => TReturnSetup;
11
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode, T1, T2>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2) => TReturnSetup): (param1: T1, param2: T2) => TReturnSetup;
12
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode, T1, T2, T3>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3) => TReturnSetup): (param1: T1, param2: T2, param3: T3) => TReturnSetup;
13
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode, T1, T2, T3, T4>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4) => TReturnSetup;
14
+ export declare function defineRichTextEditorNode<TReturnSetup extends RichTextEditorNode, T1, T2, T3, T4, T5>(setup: (ctx: SetupRichTextNodeContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup): (param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => TReturnSetup;
10
15
  export {};
@@ -300,12 +300,12 @@ declare const _default: {
300
300
  width?: string | number;
301
301
  headerClass?: string;
302
302
  contentClass?: string;
303
+ description?: string;
303
304
  "onUpdate:modelValue"?: (value: boolean) => any;
304
305
  "v-model"?: boolean;
305
306
  modelValue?: boolean;
306
307
  onSave?: () => Promise<boolean>;
307
308
  "on-save"?: () => Promise<boolean>;
308
- description?: string;
309
309
  "content-class"?: string;
310
310
  "header-class"?: string;
311
311
  onCancel?: () => void;
@@ -301,8 +301,8 @@ declare const _default: {
301
301
  openReply: (commentToReplyOn: Comment) => Comment;
302
302
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
303
303
  propsDefinition: Omit<Readonly<{} & {
304
- currentUser?: ResolvedUserIdentity;
305
304
  "read-only"?: boolean;
305
+ currentUser?: ResolvedUserIdentity;
306
306
  readOnly?: boolean;
307
307
  comment?: Comment;
308
308
  dynamicInput?: CommentLikeTemplateDynamicInput;
@@ -102,8 +102,8 @@ declare const _default: {
102
102
  }>;
103
103
  };
104
104
  }>> & {
105
- "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
106
105
  onBlur?: () => any;
106
+ "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
107
107
  onDoc$?: (description?: string) => any;
108
108
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
109
109
  blur: () => void;
@@ -211,8 +211,8 @@ declare const _default: {
211
211
  }>;
212
212
  };
213
213
  }>> & {
214
- "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
215
214
  onBlur?: () => any;
215
+ "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
216
216
  onDoc$?: (description?: string) => any;
217
217
  }, {}, true, {}, {}, {
218
218
  P: {};
@@ -321,8 +321,8 @@ declare const _default: {
321
321
  }>;
322
322
  };
323
323
  }>> & {
324
- "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
325
324
  onBlur?: () => any;
325
+ "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
326
326
  onDoc$?: (description?: string) => any;
327
327
  }, () => JSX.Element, {}, {}, {}, {}>;
328
328
  __isFragment?: never;
@@ -428,8 +428,8 @@ declare const _default: {
428
428
  }>;
429
429
  };
430
430
  }>> & {
431
- "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
432
431
  onBlur?: () => any;
432
+ "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
433
433
  onDoc$?: (description?: string) => any;
434
434
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
435
435
  blur: () => void;
@@ -511,9 +511,9 @@ declare const _default: {
511
511
  "default-url-resolving"?: boolean;
512
512
  enabledInputMSTeamsUrl?: boolean;
513
513
  "enabled-input-m-s-teams-url"?: boolean;
514
- }>, "onUpdate:modelValue" | "onBlur" | "onDoc$"> & {
515
- "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
514
+ }>, "onBlur" | "onUpdate:modelValue" | "onDoc$"> & {
516
515
  onBlur?: () => any;
516
+ "onUpdate:modelValue"?: (value: UrlPropertyValue) => any;
517
517
  onDoc$?: (description?: string) => any;
518
518
  };
519
519
  };
@@ -765,8 +765,8 @@ declare const _default: {
765
765
  filesAdded: (files: Array<File>) => any;
766
766
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
767
767
  propsDefinition: Omit<Readonly<{} & {
768
- variant?: ContentEditorVariants;
769
768
  placeholder?: string;
769
+ variant?: ContentEditorVariants;
770
770
  }>, "onEditorStore" | "onPost" | "onFilesAdded"> & {
771
771
  onEditorStore?: (store: {
772
772
  get: {
@@ -377,10 +377,10 @@ declare const _default: {
377
377
  };
378
378
  }>;
379
379
  };
380
+ settings?: VelcronAlignmentPropertyEditorSettings;
380
381
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
381
382
  "v-model"?: HorizontalAlignments | VerticalAlignments;
382
383
  modelValue?: HorizontalAlignments | VerticalAlignments;
383
- settings?: VelcronAlignmentPropertyEditorSettings;
384
384
  }>, "onUpdate:modelValue"> & {
385
385
  "onUpdate:modelValue"?: (value: HorizontalAlignments | VerticalAlignments) => any;
386
386
  };
@@ -373,10 +373,10 @@ declare const _default: {
373
373
  };
374
374
  }>;
375
375
  };
376
+ settings?: any;
376
377
  "onUpdate:modelValue"?: (value: any) => any;
377
378
  "v-model"?: any;
378
379
  modelValue?: any;
379
- settings?: any;
380
380
  }>, "onUpdate:modelValue"> & {
381
381
  "onUpdate:modelValue"?: (value: any) => any;
382
382
  };
@@ -374,10 +374,10 @@ declare const _default: {
374
374
  };
375
375
  }>;
376
376
  };
377
+ settings?: VelcronMarkdownEditorSettings;
377
378
  "onUpdate:modelValue"?: (value: string) => any;
378
379
  "v-model"?: string;
379
380
  modelValue?: string;
380
- settings?: VelcronMarkdownEditorSettings;
381
381
  }>, "onUpdate:modelValue"> & {
382
382
  "onUpdate:modelValue"?: (value: string) => any;
383
383
  };
@@ -374,10 +374,10 @@ declare const _default: {
374
374
  };
375
375
  }>;
376
376
  };
377
+ editor?: VelcronPropertyEditor<any>;
377
378
  "onUpdate:modelValue"?: (value: any) => any;
378
379
  "v-model"?: any;
379
380
  modelValue?: any;
380
- editor?: VelcronPropertyEditor<any>;
381
381
  }>, "onUpdate:modelValue"> & {
382
382
  "onUpdate:modelValue"?: (value: any) => any;
383
383
  };
@@ -374,10 +374,10 @@ declare const _default: {
374
374
  };
375
375
  }>;
376
376
  };
377
+ settings?: VelcronSliderPropertyEditorSettings;
377
378
  "onUpdate:modelValue"?: (value: number) => any;
378
379
  "v-model"?: number;
379
380
  modelValue?: number;
380
- settings?: VelcronSliderPropertyEditorSettings;
381
381
  }>, "onUpdate:modelValue"> & {
382
382
  "onUpdate:modelValue"?: (value: number) => any;
383
383
  };
@@ -374,10 +374,10 @@ declare const _default: {
374
374
  };
375
375
  }>;
376
376
  };
377
+ settings?: VelcronSpacingEditorSettings;
377
378
  "onUpdate:modelValue"?: (value: VelcronSpacing) => any;
378
379
  "v-model"?: VelcronSpacing;
379
380
  modelValue?: VelcronSpacing;
380
- settings?: VelcronSpacingEditorSettings;
381
381
  }>, "onUpdate:modelValue"> & {
382
382
  "onUpdate:modelValue"?: (settings: SpacingSettings) => any;
383
383
  };
@@ -395,10 +395,10 @@ declare const _default: {
395
395
  }>;
396
396
  };
397
397
  label?: string;
398
+ settings?: VelcronTextEditorSettings;
398
399
  "onUpdate:modelValue"?: (value: string) => any;
399
400
  "v-model"?: string;
400
401
  modelValue?: string;
401
- settings?: VelcronTextEditorSettings;
402
402
  }>, "onUpdate:modelValue"> & {
403
403
  "onUpdate:modelValue"?: (value: string) => any;
404
404
  };
@@ -378,10 +378,10 @@ declare const _default: {
378
378
  };
379
379
  }>;
380
380
  };
381
+ settings?: VelcronTypographyEditorSettings;
381
382
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
382
383
  "v-model"?: TypographyEditorModel;
383
384
  modelValue?: TypographyEditorModel;
384
- settings?: VelcronTypographyEditorSettings;
385
385
  }>, "onUpdate:modelValue"> & {
386
386
  "onUpdate:modelValue"?: (value: TypographyEditorModel) => any;
387
387
  };
@@ -113,10 +113,10 @@ declare const _default: {
113
113
  }, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
114
114
  propsDefinition: Omit<Readonly<{} & {
115
115
  versionedLayout?: VersionedLayout;
116
+ versionedAlternateLayout?: VersionedAlternateLayout;
116
117
  "versioned-layout"?: VersionedLayout;
117
118
  versionedLayoutStore?: VersionedLayoutStore;
118
119
  "versioned-layout-store"?: VersionedLayoutStore;
119
- versionedAlternateLayout?: VersionedAlternateLayout;
120
120
  "versioned-alternate-layout"?: VersionedAlternateLayout;
121
121
  }>, "onDoc$" | "onClosed"> & {
122
122
  onDoc$?: (description?: string) => any;