@omnia/fx 8.0.13-vnext → 8.0.16-vnext

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 (203) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -0
  2. package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +14 -0
  3. package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
  4. package/internal-do-not-import-from-here/index.d.ts +5 -4
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
  9. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +28 -15
  10. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +1 -2
  11. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +4 -2
  12. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
  13. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +50 -7
  14. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +0 -7
  15. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +24 -5
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +14 -6
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +423 -72
  24. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools copy.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +93 -23
  26. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +123 -24
  28. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +222 -42
  29. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +0 -1
  30. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +46 -33
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +1 -3
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +70 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{BackgroundSettings.d.ts → backgroundsettings/BackgroundSettings.d.ts} +3 -2
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IBackgroundSettings.d.ts → backgroundsettings/IBackgroundSettings.d.ts} +2 -2
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +1 -0
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +261 -48
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{IImageBackgroundSettings.d.ts → imagebackgroundsettings/IImageBackgroundSettings.d.ts} +2 -2
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{ImageBackgroundSettings.d.ts → imagebackgroundsettings/ImageBackgroundSettings.d.ts} +2 -2
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/{LayoutClipboard.css.d.ts → layoutclipboard/LayoutClipboard.css.d.ts} +1 -1
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +46 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +2 -3
  45. package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
  46. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +2 -0
  47. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +207 -68
  48. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +1 -0
  49. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +282 -107
  50. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +87 -78
  51. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +3 -1
  52. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +84 -35
  53. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +311 -0
  54. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +3 -1
  55. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +327 -56
  56. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -1
  57. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +114 -47
  58. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +34 -51
  59. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +3 -5
  60. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +119 -56
  61. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +167 -0
  62. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +2 -5
  63. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +25 -39
  64. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +4 -0
  65. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +151 -43
  66. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
  67. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +123 -43
  68. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +236 -0
  69. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +2 -2
  70. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +59 -58
  71. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +124 -43
  72. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +7 -1
  73. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +368 -70
  74. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +81 -64
  75. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +34 -55
  76. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +11 -0
  77. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +273 -0
  78. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +157 -83
  79. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +135 -0
  80. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +1 -0
  81. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +88 -0
  82. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
  83. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +88 -0
  84. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +61 -59
  85. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -1
  86. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +127 -68
  87. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -0
  88. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +100 -50
  89. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -1
  90. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +151 -64
  91. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +11 -1
  92. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +129 -73
  93. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
  94. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -15
  95. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +4 -0
  96. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +210 -0
  97. package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +5 -4
  99. package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
  100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
  101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
  102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
  103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
  104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
  105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
  106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
  107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
  108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -9
  109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
  110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
  111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
  112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
  113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
  114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
  115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
  116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
  117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
  118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
  119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
  120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
  121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
  122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
  123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
  124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
  125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
  126. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
  127. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
  128. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -14
  129. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
  130. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
  131. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
  132. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
  133. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
  134. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
  135. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
  136. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
  137. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
  138. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
  139. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
  140. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
  141. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
  142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
  143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
  144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
  145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
  146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
  147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
  148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
  149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
  150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
  151. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
  152. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
  153. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
  154. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
  155. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
  156. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
  157. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
  161. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -3
  162. package/internal-do-not-import-from-here/ux/spacingpicker/{SpacingPicker.css.d.ts → SpacingPicker2.css.d.ts} +7 -9
  163. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +208 -104
  164. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +5 -1
  165. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +7 -7
  166. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -0
  167. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +3 -0
  168. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +8 -0
  169. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +122 -0
  170. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  171. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +56 -32
  172. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +6 -0
  173. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +57 -17
  174. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.css.d.ts +6 -0
  175. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts +46 -0
  176. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/FxViewer.d.ts +46 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewerStyles.d.ts +0 -1
  178. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -2
  179. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +5 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +1 -1
  181. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +9 -9
  182. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +9 -1
  183. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  185. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +1 -1
  187. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -1
  188. package/internal-do-not-import-from-here/wcdefinitions.json +1 -1
  189. package/internal-do-not-import-from-here/wctypings.d.ts +30 -0
  190. package/package.json +7 -19
  191. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeOld.d.ts +0 -61
  192. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
  193. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +0 -21
  194. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
  195. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
  196. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
  197. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
  198. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
  199. package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
  200. package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
  201. package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
  202. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
  203. package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class Iframe extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,8 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class Img extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type }: {
6
- type: any;
7
- }): () => any;
8
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,12 +1,3 @@
1
- import { MarkExtension } from "../../../MarkExtension";
2
- export default class LinkNode extends MarkExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type }: {
6
- type: any;
7
- }): (attrs: any) => any;
8
- pasteRules({ type }: {
9
- type: any;
10
- }): any[];
11
- get plugins(): any[];
12
- }
1
+ import { Mark } from "@tiptap/core";
2
+ declare const _default: Mark<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class Style extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,11 +1,6 @@
1
- import { EditorExtension } from "../../../EditorExtension";
2
- export default class TrailingNode extends EditorExtension {
3
- options: any;
4
- constructor(options?: {});
5
- get name(): string;
6
- get defaultOptions(): {
7
- node: string;
8
- notAfter: string[];
9
- };
10
- get plugins(): any[];
11
- }
1
+ import { Extension } from "@tiptap/core";
2
+ declare const _default: Extension<{
3
+ node: string;
4
+ notAfter: string[];
5
+ }, any>;
6
+ export default _default;
@@ -1,25 +1,8 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
1
  import { HashTagEditorExtensionConfiguration } from "@omnia/fx-models";
3
- interface HashTagHtml {
4
- tag: any;
5
- html: string;
6
- }
7
2
  interface HashTagOptions extends HashTagEditorExtensionConfiguration {
8
3
  matcher: any;
9
4
  suggestionClass: string;
10
5
  }
11
- export default class HashTagNode extends NodeExtension {
12
- static content: {
13
- [key: string]: HashTagHtml;
14
- };
15
- static options: Partial<HashTagOptions>;
16
- constructor(options?: Partial<HashTagEditorExtensionConfiguration>);
17
- get name(): string;
18
- get defaultOptions(): {};
19
- get schema(): any;
20
- get plugins(): any[];
21
- myReplaceText(range: any, attrs: {
22
- tagName: string;
23
- }, schema: any, fragment?: any): (state: any, dispatch: any) => boolean;
24
- }
25
- export {};
6
+ import { Node } from "@tiptap/core";
7
+ declare const _default: Node<HashTagOptions, any>;
8
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import { Plugin } from "prosemirror-state";
1
2
  export default function TagSuggestionsPlugin({ matcher, appendText, suggestionClass, command, items, onEnter, onChange, onExit, onKeyDown, onFilter, }: {
2
3
  matcher?: {
3
4
  char: string;
@@ -13,4 +14,4 @@ export default function TagSuggestionsPlugin({ matcher, appendText, suggestionCl
13
14
  onExit?: (props?: any) => boolean;
14
15
  onKeyDown?: (props?: any) => boolean;
15
16
  onFilter?: (searchItems: any, query: any) => any;
16
- }): any;
17
+ }): Plugin<any>;
@@ -1,14 +1,26 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- export default class Heading extends NodeExtension {
3
- options: any;
4
- constructor(options?: {});
5
- get name(): string;
6
- get defaultOptions(): {
7
- headings: any[];
8
- };
9
- get schema(): any;
10
- commands({ type, schema }: {
11
- type: any;
12
- schema: any;
13
- }): (attrs: any) => (state: any, dispatch: any, view: any) => any;
1
+ import { Node } from "@tiptap/core";
2
+ export type Level = 1 | 2 | 3 | 4 | 5 | 6;
3
+ export interface HeadingOptions {
4
+ levels: Level[];
5
+ HTMLAttributes: Record<string, any>;
14
6
  }
7
+ declare module "@tiptap/core" {
8
+ interface Commands<ReturnType> {
9
+ heading: {
10
+ /**
11
+ * Set a heading node
12
+ */
13
+ setHeading: (attributes: {
14
+ level: Level;
15
+ }) => ReturnType;
16
+ /**
17
+ * Toggle a heading node
18
+ */
19
+ toggleHeading: (attributes: {
20
+ level: Level;
21
+ }) => ReturnType;
22
+ };
23
+ }
24
+ }
25
+ declare const _default: Node<HeadingOptions, any>;
26
+ export default _default;
@@ -1,11 +1,16 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- export default class HorizontalRule extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type }: {
6
- type: any;
7
- }): () => (state: any, dispatch: any) => any;
8
- inputRules({ type }: {
9
- type: any;
10
- }): any[];
1
+ import { Node } from "@tiptap/core";
2
+ export interface HorizontalRuleOptions {
3
+ HTMLAttributes: Record<string, any>;
11
4
  }
5
+ declare module "@tiptap/core" {
6
+ interface Commands<ReturnType> {
7
+ horizontalRule: {
8
+ /**
9
+ * Add a horizontal rule
10
+ */
11
+ setHorizontalRule: () => ReturnType;
12
+ };
13
+ }
14
+ }
15
+ declare const _default: Node<HorizontalRuleOptions, any>;
16
+ export default _default;
@@ -1,20 +1,28 @@
1
- import { MarkExtension } from "../../MarkExtension";
2
- export default class Italic extends MarkExtension {
3
- priority: number;
4
- get name(): string;
5
- get schema(): any;
6
- keys({ type }: {
7
- type: any;
8
- }): {
9
- "Mod-i": any;
10
- };
11
- commands({ type }: {
12
- type: any;
13
- }): () => any;
14
- inputRules({ type }: {
15
- type: any;
16
- }): any[];
17
- pasteRules({ type }: {
18
- type: any;
19
- }): any[];
1
+ import { Mark } from "@tiptap/core";
2
+ export interface ItalicOptions {
3
+ HTMLAttributes: Record<string, any>;
20
4
  }
5
+ declare module "@tiptap/core" {
6
+ interface Commands<ReturnType> {
7
+ italic: {
8
+ /**
9
+ * Set an italic mark
10
+ */
11
+ setItalic: () => ReturnType;
12
+ /**
13
+ * Toggle an italic mark
14
+ */
15
+ toggleItalic: () => ReturnType;
16
+ /**
17
+ * Unset an italic mark
18
+ */
19
+ unsetItalic: () => ReturnType;
20
+ };
21
+ }
22
+ }
23
+ export declare const starInputRegex: RegExp;
24
+ export declare const starPasteRegex: RegExp;
25
+ export declare const underscoreInputRegex: RegExp;
26
+ export declare const underscorePasteRegex: RegExp;
27
+ declare const _default: Mark<ItalicOptions, any>;
28
+ export default _default;
@@ -1,12 +1,6 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- export default class ListItem extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- keys({ type }: {
6
- type: any;
7
- }): {
8
- Enter: any;
9
- Tab: any;
10
- "Shift-Tab": any;
11
- };
1
+ import { Node } from "@tiptap/core";
2
+ export interface ListItemOptions {
3
+ HTMLAttributes: Record<string, any>;
12
4
  }
5
+ declare const _default: Node<ListItemOptions, any>;
6
+ export default _default;
@@ -1 +1,3 @@
1
1
  export * from "./ListItem";
2
+ import ListItem from "./ListItemNode";
3
+ export { ListItem };
@@ -1,8 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class MediaImageNode extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type }: {
6
- type: any;
7
- }): () => any;
8
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,19 +1,8 @@
1
- import { MediaPickerService } from "@omnia/fx/services";
2
1
  import "../images/tight.svg";
3
2
  import "../images/left-align-around-center.svg";
4
3
  import "../images/left-behind-center.svg";
5
4
  import "../images/left-inline-center.svg";
6
5
  import "../images/left-infront-center.svg";
7
- import { NodeExtension } from "../../../NodeExtension";
8
- import { MediaPickerNodeCommand } from "../../../../../models";
9
- export default class MediaPicker extends NodeExtension {
10
- private onMediaSelected;
11
- mediaPickerService: MediaPickerService;
12
- constructor(onMediaSelected: (selectInformation: MediaPickerNodeCommand) => void);
13
- get name(): string;
14
- get schema(): any;
15
- commands({ type }: {
16
- type: any;
17
- }): (data: MediaPickerNodeCommand) => (state: any, dispatch: any) => void;
18
- get view(): any;
19
- }
6
+ import { Node } from "@tiptap/core";
7
+ declare const _default: Node<any, any>;
8
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphics extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsColorMatrix extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsComponentTransfer extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,6 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsDefinition extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- get view(): any;
6
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsFilter extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsFuncB extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsFuncG extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsFuncR extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,5 +1,3 @@
1
- import { NodeExtension } from "../../../NodeExtension";
2
- export default class ScalableVectorGraphicsImage extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- }
1
+ import { Node } from "@tiptap/core";
2
+ declare const _default: Node<any, any>;
3
+ export default _default;
@@ -1,36 +1,15 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- import { MentionEditorExtensionConfiguration } from "../../../../models/richtext-editor-extensions";
3
- import { ResolvedUserIdentity } from "@omnia/fx-models";
4
- interface MetionHtml {
5
- user: ResolvedUserIdentity;
6
- html: string;
7
- }
8
- interface MentionOptions extends MentionEditorExtensionConfiguration {
9
- matcher: any;
10
- mentionClass: string;
11
- suggestionClass: string;
12
- }
13
- export default class Mention extends NodeExtension {
14
- static content: {
15
- [key: string]: MetionHtml;
16
- };
17
- static options: Partial<MentionOptions>;
18
- private userIdentityStore;
19
- constructor(options?: Partial<MentionEditorExtensionConfiguration>);
20
- get name(): string;
21
- get defaultOptions(): {
22
- matcher: {
23
- char: string;
24
- allowSpaces: boolean;
25
- startOfLine: boolean;
26
- };
27
- suggestionClass: string;
28
- };
29
- get schema(): any;
30
- get view(): any;
31
- commands({ schema }: {
32
- schema: any;
33
- }): (attrs: any) => any;
34
- get plugins(): any[];
35
- }
36
- export {};
1
+ import { Node } from "@tiptap/core";
2
+ import { Node as ProseMirrorNode } from "@tiptap/pm/model";
3
+ import { PluginKey } from "@tiptap/pm/state";
4
+ import { SuggestionOptions } from "@tiptap/suggestion";
5
+ export type MentionOptions = {
6
+ HTMLAttributes: Record<string, any>;
7
+ renderLabel: (props: {
8
+ options: MentionOptions;
9
+ node: ProseMirrorNode;
10
+ }) => string;
11
+ suggestion: Omit<SuggestionOptions, "editor">;
12
+ };
13
+ export declare const MentionPluginKey: PluginKey<any>;
14
+ declare const _default: Node<MentionOptions, any>;
15
+ export default _default;
@@ -1,3 +1,4 @@
1
+ import { Plugin } from "prosemirror-state";
1
2
  export default function SuggestionsPlugin({ matcher, appendText, suggestionClass, command, items, onEnter, onChange, onExit, onKeyDown, onFilter, }: {
2
3
  matcher?: {
3
4
  char: string;
@@ -13,4 +14,4 @@ export default function SuggestionsPlugin({ matcher, appendText, suggestionClass
13
14
  onExit?: (props?: any) => boolean;
14
15
  onKeyDown?: (props?: any) => boolean;
15
16
  onFilter?: (searchItems: any, query: any) => any;
16
- }): any;
17
+ }): Plugin<any>;
@@ -1,18 +1,20 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- export default class OrderedList extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type, schema }: {
6
- type: any;
7
- schema: any;
8
- }): () => any;
9
- keys({ type, schema }: {
10
- type: any;
11
- schema: any;
12
- }): {
13
- "Shift-Ctrl-9": any;
14
- };
15
- inputRules({ type }: {
16
- type: any;
17
- }): any[];
1
+ import { Node } from "@tiptap/core";
2
+ export interface OrderedListOptions {
3
+ itemTypeName: string;
4
+ HTMLAttributes: Record<string, any>;
5
+ keepMarks: boolean;
6
+ keepAttributes: boolean;
18
7
  }
8
+ declare module "@tiptap/core" {
9
+ interface Commands<ReturnType> {
10
+ orderedList: {
11
+ /**
12
+ * Toggle an ordered list
13
+ */
14
+ toggleOrderedList: () => ReturnType;
15
+ };
16
+ }
17
+ }
18
+ export declare const inputRegex: RegExp;
19
+ declare const _default: Node<OrderedListOptions, any>;
20
+ export default _default;
@@ -1,8 +1,16 @@
1
- import { NodeExtension } from "../../NodeExtension";
2
- export declare class Paragraph extends NodeExtension {
3
- get name(): string;
4
- get schema(): any;
5
- commands({ type }: {
6
- type: any;
7
- }): () => any;
1
+ import { Node } from "@tiptap/core";
2
+ export interface ParagraphOptions {
3
+ HTMLAttributes: Record<string, any>;
8
4
  }
5
+ declare module "@tiptap/core" {
6
+ interface Commands<ReturnType> {
7
+ paragraph: {
8
+ /**
9
+ * Toggle a paragraph
10
+ */
11
+ setParagraph: () => ReturnType;
12
+ };
13
+ }
14
+ }
15
+ declare const _default: Node<ParagraphOptions, any>;
16
+ export default _default;
@@ -1 +1,2 @@
1
- export * from "./ParagraphNode";
1
+ import ParagraphNode from "./ParagraphNode";
2
+ export { ParagraphNode };
@@ -0,0 +1,17 @@
1
+ import { Editor, Extension } from "@tiptap/core";
2
+ import { Node as ProsemirrorNode } from "@tiptap/pm/model";
3
+ export interface PlaceholderOptions {
4
+ emptyEditorClass: string;
5
+ emptyNodeClass: string;
6
+ placeholder: ((PlaceholderProps: {
7
+ editor: Editor;
8
+ node: ProsemirrorNode;
9
+ pos: number;
10
+ hasAnchor: boolean;
11
+ }) => string) | string;
12
+ showOnlyWhenEditable: boolean;
13
+ showOnlyCurrent: boolean;
14
+ includeChildren: boolean;
15
+ }
16
+ declare const _default: Extension<PlaceholderOptions, any>;
17
+ export default _default;
@@ -1 +1,3 @@
1
1
  export * from "./Placeholder";
2
+ import PlaceHolderNode from "./PlaceHolderNode";
3
+ export { PlaceHolderNode };
@@ -1,9 +1,6 @@
1
1
  import { Transaction } from "prosemirror-state";
2
2
  import { Schema } from "prosemirror-model";
3
- import { EditorExtension } from "../../EditorExtension";
4
- export default class FormatClear extends EditorExtension {
5
- plugins: any[];
6
- get name(): string;
7
- commands(): (context: any) => (state: any, dispatch: any) => boolean;
8
- }
3
+ import { Extension } from "@tiptap/core";
4
+ declare const _default: Extension<any, any>;
5
+ export default _default;
9
6
  export declare function clearFormat(tr: Transaction, schema: Schema, from: number, to: number): Transaction;
@@ -1,20 +1,26 @@
1
- import { MarkExtension } from "../../MarkExtension";
2
- export default class Strike extends MarkExtension {
3
- priority: number;
4
- get name(): string;
5
- get schema(): any;
6
- keys({ type }: {
7
- type: any;
8
- }): {
9
- "Mod-d": any;
10
- };
11
- commands({ type }: {
12
- type: any;
13
- }): () => any;
14
- inputRules({ type }: {
15
- type: any;
16
- }): any[];
17
- pasteRules({ type }: {
18
- type: any;
19
- }): any[];
1
+ import { Mark } from "@tiptap/core";
2
+ export interface StrikeOptions {
3
+ HTMLAttributes: Record<string, any>;
20
4
  }
5
+ declare module "@tiptap/core" {
6
+ interface Commands<ReturnType> {
7
+ strike: {
8
+ /**
9
+ * Set a strike mark
10
+ */
11
+ setStrike: () => ReturnType;
12
+ /**
13
+ * Toggle a strike mark
14
+ */
15
+ toggleStrike: () => ReturnType;
16
+ /**
17
+ * Unset a strike mark
18
+ */
19
+ unsetStrike: () => ReturnType;
20
+ };
21
+ }
22
+ }
23
+ export declare const inputRegex: RegExp;
24
+ export declare const pasteRegex: RegExp;
25
+ declare const _default: Mark<StrikeOptions, any>;
26
+ export default _default;