@omnia/fx 8.0.20-vnext → 8.0.22-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 (251) hide show
  1. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  2. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
  6. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +22 -14
  7. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
  8. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
  9. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
  10. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
  11. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
  12. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
  13. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
  14. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -85
  15. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  16. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.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 +217 -0
  19. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +5 -13
  20. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
  21. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
  23. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  24. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  25. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
  26. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  27. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  28. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
  31. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  32. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
  33. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
  34. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
  35. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
  36. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
  37. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +52 -10
  38. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
  39. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
  40. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
  41. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
  42. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
  43. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +35 -7
  44. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  45. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
  46. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
  47. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
  48. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
  50. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
  51. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
  52. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
  53. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
  54. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
  55. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
  56. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
  57. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
  58. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  59. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
  60. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  61. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
  62. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
  63. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
  64. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
  65. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
  66. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  67. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
  68. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
  79. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
  80. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
  81. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
  82. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +179 -19
  84. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  85. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  86. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
  87. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  88. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
  89. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  90. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
  91. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
  92. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
  93. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
  94. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
  95. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
  96. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
  97. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  98. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
  99. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
  100. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
  101. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
  102. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
  103. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -1
  104. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
  105. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  106. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
  107. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
  108. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +227 -2
  109. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
  110. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -1
  111. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
  112. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  113. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  114. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
  115. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
  116. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +2 -2
  117. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -1
  118. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
  119. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
  120. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
  121. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
  122. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  123. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  124. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
  125. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
  126. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
  127. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
  128. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +14 -8
  129. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
  130. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  132. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
  133. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
  134. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
  136. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
  137. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
  138. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
  139. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
  140. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
  141. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
  142. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
  143. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  144. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
  145. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
  146. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  147. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
  148. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
  149. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
  150. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
  151. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
  152. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  153. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  154. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
  155. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  156. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
  157. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  158. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +2 -2
  159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
  160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
  161. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
  164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
  165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
  166. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
  168. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
  170. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
  172. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
  173. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
  174. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  175. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  176. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  177. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +37 -11
  178. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
  179. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
  180. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
  185. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
  186. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +0 -1
  189. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
  190. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  191. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
  192. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +46 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  198. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
  200. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
  201. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
  202. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
  203. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
  204. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -0
  205. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
  206. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  207. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
  208. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +8 -7
  209. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
  210. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
  211. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  212. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
  213. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
  214. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  215. package/internal-do-not-import-from-here/wctypings.d.ts +67 -5
  216. package/package.json +4 -4
  217. package/task.js +0 -4
  218. package/task.ts +0 -5
  219. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  220. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  221. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  222. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  223. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  224. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  226. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  227. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  229. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  236. package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
  237. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  238. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  239. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  240. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  241. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  242. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  243. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  244. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  245. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
  246. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
  247. /package/internal-do-not-import-from-here/ux/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
  248. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
  249. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → blueprints/BlueprintEditor.d.ts} +0 -0
  250. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  251. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,108 +1,592 @@
1
- import { IWebComponentInstance, OmniaContext } from "../../";
2
- import { IRichTextEditor, RichTextEditorExtension, RichTextEditorPlaceHolder, IRichTextEditorInstance } from ".";
1
+ import { RichTextEditorExtension, RichTextEditorPlaceHolder } from ".";
3
2
  import "./RichTextEditor.css";
4
3
  import { RichTextModes } from "../../models";
5
- import { RichTextEditorStyles } from "../models";
6
- import { RichTextEditorExtensionRegistration, RichTextEditorSettingsModel } from "../../models";
7
- import { SettingsService } from "../../services";
4
+ import { RichTextEditorExtensionRegistration } from "../../models";
8
5
  import { RichTextContentHelper } from ".";
9
- import { VueComponentBase } from "..";
10
6
  import { IRichTextEditorExtensionHelper } from "./IRichTextEditorExtensionHelper";
11
- import { DirectionRuleStore } from "../../stores";
12
- export default class RichTextEditor extends VueComponentBase implements IWebComponentInstance, IRichTextEditor, IRichTextEditorInstance {
13
- initialContent: string;
14
- onContentChange: (content: string) => void;
15
- onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
16
- onBlur?: () => void;
17
- onFocus?: () => void;
18
- placeholder: RichTextEditorPlaceHolder;
19
- styles?: typeof RichTextEditorStyles;
20
- disabled: boolean;
21
- outlined: boolean;
22
- bodyClass: string;
23
- resetContent?: boolean;
24
- autoFocus?: boolean;
25
- disableAutofocus?: boolean;
26
- mode: RichTextModes;
27
- onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
28
- onConfiguredExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>;
29
- ariaDescribedby?: string;
30
- ariaInvalid?: boolean;
31
- registerFocus?: (callback: () => void) => void;
32
- omniaCtx: OmniaContext;
33
- settingsService: SettingsService<RichTextEditorSettingsModel>;
34
- directionStore: DirectionRuleStore;
35
- private editorClasses;
36
- private editorDefaultStyle;
37
- private updateToolbar;
38
- private editor;
39
- private paddingTop;
40
- private lastScrollTop;
41
- private selectionDebounce;
42
- private content;
43
- private isLoading;
44
- private nodes;
45
- private toolbarItems;
46
- private isShowToolbar;
47
- private extensionsData;
48
- private contentHelper;
49
- private bubbleMenuItems;
50
- private pastedMenuItem;
51
- private pastedPosition;
52
- private pastedContext;
53
- private isSticky;
54
- private parentScrollOffset;
55
- private stickyElmScrollableParent;
56
- private scrollCallback;
57
- private uniqueEditorId;
58
- private extensions;
59
- private allExtensions;
60
- private isRightToLeft;
61
- private extensionOnBlurFuncs;
62
- private hasLanguagePicker;
63
- onTopicIdChange(newValue: boolean, oldValue: boolean): void;
64
- onDisabledChange(): void;
65
- created(): void;
66
- mounted(): void;
67
- beforeDestroy(): void;
68
- private focusEditor;
69
- updateContent(content: string): void;
70
- initSubscribedExtensions(): void;
71
- registrationResolver(registration: RichTextEditorExtensionRegistration): RichTextEditorExtension;
72
- loadFromExtensionRegistrations(extensionSettings: RichTextEditorExtensionRegistration[]): Promise<Array<RichTextEditorExtension>>;
73
- buildExtensionList(extensionListFromTenantSettings: RichTextEditorExtensionRegistration[]): RichTextEditorExtension[];
74
- initExtensions(): void;
75
- setupEditor(): void;
76
- private currentEmitedContent;
77
- private onEditorUpdated;
78
- private onContentChangedFromToolbar;
79
- private setExtensionData;
80
- get builtInExtensions(): any[];
81
- get elementWidth(): number;
82
- render(): JSX.Element;
83
- renderEditor(): JSX.Element;
84
- renderToolbarItem(menubar: any, config: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
85
- [key: string]: any;
86
- }>;
87
- renderBubbleMenuToolbarItem(bubbleMenu: any, config: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
88
- [key: string]: any;
89
- }>;
90
- renderPastedBubbleMenuToolbarItem(bubbleMenu: any, config: any): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
91
- [key: string]: any;
7
+ import { nextTick } from "vue";
8
+ declare const _default: {
9
+ new (...args: any[]): {
10
+ $: import("vue").ComponentInternalInstance;
11
+ $data: {};
12
+ $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
13
+ "register-focus": {
14
+ type: import("vue").PropType<(callback: () => void) => void>;
15
+ };
16
+ registerFocus: {
17
+ type: import("vue").PropType<(callback: () => void) => void>;
18
+ };
19
+ "aria-invalid": {
20
+ type: import("vue").PropType<boolean>;
21
+ };
22
+ ariaInvalid: {
23
+ type: import("vue").PropType<boolean>;
24
+ };
25
+ "aria-describedby": {
26
+ type: import("vue").PropType<string>;
27
+ };
28
+ ariaDescribedby: {
29
+ type: import("vue").PropType<string>;
30
+ };
31
+ "on-configured-extensions": {
32
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
33
+ };
34
+ onConfiguredExtensions: {
35
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
36
+ };
37
+ "on-configure-extensions": {
38
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
39
+ };
40
+ onConfigureExtensions: {
41
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
42
+ };
43
+ mode: {
44
+ type: import("vue").PropType<RichTextModes>;
45
+ required: false;
46
+ };
47
+ disableAutofocus: {
48
+ type: import("vue").PropType<boolean>;
49
+ required: false;
50
+ };
51
+ autoFocus: {
52
+ type: import("vue").PropType<boolean>;
53
+ required: false;
54
+ };
55
+ "reset-content": {
56
+ type: import("vue").PropType<boolean>;
57
+ };
58
+ resetContent: {
59
+ type: import("vue").PropType<boolean>;
60
+ };
61
+ "body-class": {
62
+ type: import("vue").PropType<string>;
63
+ };
64
+ bodyClass: {
65
+ type: import("vue").PropType<string>;
66
+ };
67
+ outlined: {
68
+ type: import("vue").PropType<boolean>;
69
+ } & {
70
+ type: import("vue").PropType<boolean>;
71
+ };
72
+ placeholder: {
73
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
74
+ } & {
75
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
76
+ };
77
+ disabled: {
78
+ type: import("vue").PropType<boolean>;
79
+ } & {
80
+ type: import("vue").PropType<boolean>;
81
+ };
82
+ styles: {
83
+ type: import("vue").PropType<{
84
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
85
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
86
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
87
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
88
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
89
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
90
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
91
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
92
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
93
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
94
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
95
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
96
+ }>;
97
+ } & {
98
+ type: import("vue").PropType<{
99
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
100
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
101
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
102
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
103
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
104
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
105
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
106
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
107
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
108
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
109
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
110
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
111
+ }>;
112
+ };
113
+ "on-focus": {
114
+ type: import("vue").PropType<() => void>;
115
+ };
116
+ onFocus: {
117
+ type: import("vue").PropType<() => void>;
118
+ };
119
+ "on-blur": {
120
+ type: import("vue").PropType<() => void>;
121
+ };
122
+ onBlur: {
123
+ type: import("vue").PropType<() => void>;
124
+ };
125
+ "on-content-data-change": {
126
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
127
+ };
128
+ onContentDataChange: {
129
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
130
+ };
131
+ onContentChange: {
132
+ type: import("vue").PropType<(content: string) => void>;
133
+ required: true;
134
+ };
135
+ initialContent: {
136
+ type: import("vue").PropType<string>;
137
+ required: true;
138
+ };
139
+ }>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
140
+ $attrs: {
141
+ [x: string]: unknown;
142
+ };
143
+ $refs: {
144
+ [x: string]: unknown;
145
+ };
146
+ $slots: Readonly<{
147
+ [name: string]: import("vue").Slot;
148
+ }>;
149
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
150
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
151
+ $emit: (event: string, ...args: any[]) => void;
152
+ $el: any;
153
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
154
+ "register-focus": {
155
+ type: import("vue").PropType<(callback: () => void) => void>;
156
+ };
157
+ registerFocus: {
158
+ type: import("vue").PropType<(callback: () => void) => void>;
159
+ };
160
+ "aria-invalid": {
161
+ type: import("vue").PropType<boolean>;
162
+ };
163
+ ariaInvalid: {
164
+ type: import("vue").PropType<boolean>;
165
+ };
166
+ "aria-describedby": {
167
+ type: import("vue").PropType<string>;
168
+ };
169
+ ariaDescribedby: {
170
+ type: import("vue").PropType<string>;
171
+ };
172
+ "on-configured-extensions": {
173
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
174
+ };
175
+ onConfiguredExtensions: {
176
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
177
+ };
178
+ "on-configure-extensions": {
179
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
180
+ };
181
+ onConfigureExtensions: {
182
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
183
+ };
184
+ mode: {
185
+ type: import("vue").PropType<RichTextModes>;
186
+ required: false;
187
+ };
188
+ disableAutofocus: {
189
+ type: import("vue").PropType<boolean>;
190
+ required: false;
191
+ };
192
+ autoFocus: {
193
+ type: import("vue").PropType<boolean>;
194
+ required: false;
195
+ };
196
+ "reset-content": {
197
+ type: import("vue").PropType<boolean>;
198
+ };
199
+ resetContent: {
200
+ type: import("vue").PropType<boolean>;
201
+ };
202
+ "body-class": {
203
+ type: import("vue").PropType<string>;
204
+ };
205
+ bodyClass: {
206
+ type: import("vue").PropType<string>;
207
+ };
208
+ outlined: {
209
+ type: import("vue").PropType<boolean>;
210
+ } & {
211
+ type: import("vue").PropType<boolean>;
212
+ };
213
+ placeholder: {
214
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
215
+ } & {
216
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
217
+ };
218
+ disabled: {
219
+ type: import("vue").PropType<boolean>;
220
+ } & {
221
+ type: import("vue").PropType<boolean>;
222
+ };
223
+ styles: {
224
+ type: import("vue").PropType<{
225
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
226
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
227
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
228
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
229
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
230
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
231
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
232
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
233
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
234
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
235
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
236
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
237
+ }>;
238
+ } & {
239
+ type: import("vue").PropType<{
240
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
241
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
242
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
243
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
244
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
245
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
246
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
247
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
248
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
249
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
250
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
251
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
252
+ }>;
253
+ };
254
+ "on-focus": {
255
+ type: import("vue").PropType<() => void>;
256
+ };
257
+ onFocus: {
258
+ type: import("vue").PropType<() => void>;
259
+ };
260
+ "on-blur": {
261
+ type: import("vue").PropType<() => void>;
262
+ };
263
+ onBlur: {
264
+ type: import("vue").PropType<() => void>;
265
+ };
266
+ "on-content-data-change": {
267
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
268
+ };
269
+ onContentDataChange: {
270
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
271
+ };
272
+ onContentChange: {
273
+ type: import("vue").PropType<(content: string) => void>;
274
+ required: true;
275
+ };
276
+ initialContent: {
277
+ type: import("vue").PropType<string>;
278
+ required: true;
279
+ };
280
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
281
+ beforeCreate?: (() => void) | (() => void)[];
282
+ created?: (() => void) | (() => void)[];
283
+ beforeMount?: (() => void) | (() => void)[];
284
+ mounted?: (() => void) | (() => void)[];
285
+ beforeUpdate?: (() => void) | (() => void)[];
286
+ updated?: (() => void) | (() => void)[];
287
+ activated?: (() => void) | (() => void)[];
288
+ deactivated?: (() => void) | (() => void)[];
289
+ beforeDestroy?: (() => void) | (() => void)[];
290
+ beforeUnmount?: (() => void) | (() => void)[];
291
+ destroyed?: (() => void) | (() => void)[];
292
+ unmounted?: (() => void) | (() => void)[];
293
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
294
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
295
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
296
+ };
297
+ $forceUpdate: () => void;
298
+ $nextTick: typeof nextTick;
299
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
300
+ } & Readonly<import("vue").ExtractPropTypes<{
301
+ "register-focus": {
302
+ type: import("vue").PropType<(callback: () => void) => void>;
303
+ };
304
+ registerFocus: {
305
+ type: import("vue").PropType<(callback: () => void) => void>;
306
+ };
307
+ "aria-invalid": {
308
+ type: import("vue").PropType<boolean>;
309
+ };
310
+ ariaInvalid: {
311
+ type: import("vue").PropType<boolean>;
312
+ };
313
+ "aria-describedby": {
314
+ type: import("vue").PropType<string>;
315
+ };
316
+ ariaDescribedby: {
317
+ type: import("vue").PropType<string>;
318
+ };
319
+ "on-configured-extensions": {
320
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
321
+ };
322
+ onConfiguredExtensions: {
323
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
324
+ };
325
+ "on-configure-extensions": {
326
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
327
+ };
328
+ onConfigureExtensions: {
329
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
330
+ };
331
+ mode: {
332
+ type: import("vue").PropType<RichTextModes>;
333
+ required: false;
334
+ };
335
+ disableAutofocus: {
336
+ type: import("vue").PropType<boolean>;
337
+ required: false;
338
+ };
339
+ autoFocus: {
340
+ type: import("vue").PropType<boolean>;
341
+ required: false;
342
+ };
343
+ "reset-content": {
344
+ type: import("vue").PropType<boolean>;
345
+ };
346
+ resetContent: {
347
+ type: import("vue").PropType<boolean>;
348
+ };
349
+ "body-class": {
350
+ type: import("vue").PropType<string>;
351
+ };
352
+ bodyClass: {
353
+ type: import("vue").PropType<string>;
354
+ };
355
+ outlined: {
356
+ type: import("vue").PropType<boolean>;
357
+ } & {
358
+ type: import("vue").PropType<boolean>;
359
+ };
360
+ placeholder: {
361
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
362
+ } & {
363
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
364
+ };
365
+ disabled: {
366
+ type: import("vue").PropType<boolean>;
367
+ } & {
368
+ type: import("vue").PropType<boolean>;
369
+ };
370
+ styles: {
371
+ type: import("vue").PropType<{
372
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
373
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
374
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
375
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
376
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
377
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
378
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
379
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
380
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
381
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
382
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
383
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
384
+ }>;
385
+ } & {
386
+ type: import("vue").PropType<{
387
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
388
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
389
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
390
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
391
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
392
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
393
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
394
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
395
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
396
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
397
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
398
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
399
+ }>;
400
+ };
401
+ "on-focus": {
402
+ type: import("vue").PropType<() => void>;
403
+ };
404
+ onFocus: {
405
+ type: import("vue").PropType<() => void>;
406
+ };
407
+ "on-blur": {
408
+ type: import("vue").PropType<() => void>;
409
+ };
410
+ onBlur: {
411
+ type: import("vue").PropType<() => void>;
412
+ };
413
+ "on-content-data-change": {
414
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
415
+ };
416
+ onContentDataChange: {
417
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
418
+ };
419
+ onContentChange: {
420
+ type: import("vue").PropType<(content: string) => void>;
421
+ required: true;
422
+ };
423
+ initialContent: {
424
+ type: import("vue").PropType<string>;
425
+ required: true;
426
+ };
427
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
428
+ __isFragment?: never;
429
+ __isTeleport?: never;
430
+ __isSuspense?: never;
431
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
432
+ "register-focus": {
433
+ type: import("vue").PropType<(callback: () => void) => void>;
434
+ };
435
+ registerFocus: {
436
+ type: import("vue").PropType<(callback: () => void) => void>;
437
+ };
438
+ "aria-invalid": {
439
+ type: import("vue").PropType<boolean>;
440
+ };
441
+ ariaInvalid: {
442
+ type: import("vue").PropType<boolean>;
443
+ };
444
+ "aria-describedby": {
445
+ type: import("vue").PropType<string>;
446
+ };
447
+ ariaDescribedby: {
448
+ type: import("vue").PropType<string>;
449
+ };
450
+ "on-configured-extensions": {
451
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
452
+ };
453
+ onConfiguredExtensions: {
454
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>>;
455
+ };
456
+ "on-configure-extensions": {
457
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
458
+ };
459
+ onConfigureExtensions: {
460
+ type: import("vue").PropType<(currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>>;
461
+ };
462
+ mode: {
463
+ type: import("vue").PropType<RichTextModes>;
464
+ required: false;
465
+ };
466
+ disableAutofocus: {
467
+ type: import("vue").PropType<boolean>;
468
+ required: false;
469
+ };
470
+ autoFocus: {
471
+ type: import("vue").PropType<boolean>;
472
+ required: false;
473
+ };
474
+ "reset-content": {
475
+ type: import("vue").PropType<boolean>;
476
+ };
477
+ resetContent: {
478
+ type: import("vue").PropType<boolean>;
479
+ };
480
+ "body-class": {
481
+ type: import("vue").PropType<string>;
482
+ };
483
+ bodyClass: {
484
+ type: import("vue").PropType<string>;
485
+ };
486
+ outlined: {
487
+ type: import("vue").PropType<boolean>;
488
+ } & {
489
+ type: import("vue").PropType<boolean>;
490
+ };
491
+ placeholder: {
492
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
493
+ } & {
494
+ type: import("vue").PropType<RichTextEditorPlaceHolder>;
495
+ };
496
+ disabled: {
497
+ type: import("vue").PropType<boolean>;
498
+ } & {
499
+ type: import("vue").PropType<boolean>;
500
+ };
501
+ styles: {
502
+ type: import("vue").PropType<{
503
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
504
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
505
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
506
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
507
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
508
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
509
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
510
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
511
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
512
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
513
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
514
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
515
+ }>;
516
+ } & {
517
+ type: import("vue").PropType<{
518
+ menubar?: import("typestyle/lib/types").NestedCSSProperties;
519
+ menubarDark?: import("typestyle/lib/types").NestedCSSProperties;
520
+ menubarLight?: import("typestyle/lib/types").NestedCSSProperties;
521
+ editorContent?: import("typestyle/lib/types").NestedCSSProperties;
522
+ selectedNode?: (background: string) => import("typestyle/lib/types").NestedCSSProperties;
523
+ hiddenToolsBlock?: import("typestyle/lib/types").NestedCSSProperties;
524
+ editor?: import("typestyle/lib/types").NestedCSSProperties;
525
+ subToolBar?: import("typestyle/lib/types").NestedCSSProperties;
526
+ bubbleMenu?: import("typestyle/lib/types").NestedCSSProperties;
527
+ stickyMenu?: (top: number, width: number) => import("typestyle/lib/types").NestedCSSProperties;
528
+ genericExtensionElementStyle?: (theming: import("@omnia/fx/ux").ITheming, useAccessibilityFeature: boolean) => import("typestyle/lib/types").NestedCSSProperties;
529
+ menubarLanguagePicker?: import("typestyle/lib/types").NestedCSSProperties;
530
+ }>;
531
+ };
532
+ "on-focus": {
533
+ type: import("vue").PropType<() => void>;
534
+ };
535
+ onFocus: {
536
+ type: import("vue").PropType<() => void>;
537
+ };
538
+ "on-blur": {
539
+ type: import("vue").PropType<() => void>;
540
+ };
541
+ onBlur: {
542
+ type: import("vue").PropType<() => void>;
543
+ };
544
+ "on-content-data-change": {
545
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
546
+ };
547
+ onContentDataChange: {
548
+ type: import("vue").PropType<(richtextHelper: RichTextContentHelper) => void>;
549
+ };
550
+ onContentChange: {
551
+ type: import("vue").PropType<(content: string) => void>;
552
+ required: true;
553
+ };
554
+ initialContent: {
555
+ type: import("vue").PropType<string>;
556
+ required: true;
557
+ };
558
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
559
+ propsDefinition: Readonly<{
560
+ initialContent: string;
561
+ onContentChange: (content: string) => void;
562
+ } & {
563
+ disabled?: boolean;
564
+ placeholder?: RichTextEditorPlaceHolder;
565
+ onFocus?: () => void;
566
+ onBlur?: () => void;
567
+ mode?: RichTextModes;
568
+ "aria-describedby"?: string;
569
+ "aria-invalid"?: boolean;
570
+ styles?: unknown;
571
+ outlined?: boolean;
572
+ bodyClass?: string;
573
+ onContentDataChange?: (richtextHelper: RichTextContentHelper) => void;
574
+ registerFocus?: (callback: () => void) => void;
575
+ onConfigureExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
576
+ resetContent?: boolean;
577
+ autoFocus?: boolean;
578
+ ariaDescribedby?: string;
579
+ ariaInvalid?: boolean;
580
+ disableAutofocus?: boolean;
581
+ "on-content-data-change"?: (richtextHelper: RichTextContentHelper) => void;
582
+ "on-blur"?: () => void;
583
+ "on-focus"?: () => void;
584
+ "body-class"?: string;
585
+ "reset-content"?: boolean;
586
+ "on-configure-extensions"?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
587
+ onConfiguredExtensions?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>;
588
+ "on-configured-extensions"?: (currentExtensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension) => Promise<Array<RichTextEditorExtension>>;
589
+ "register-focus"?: (callback: () => void) => void;
92
590
  }>;
93
- private onSelectionChange;
94
- private parseHtml;
95
- private hideBubbleMenu;
96
- getBrowerSupport(): any;
97
- updatePosition(view: any): {
98
- left: number;
99
- bottom: number;
100
- top: number;
101
- };
102
- registerScrollEvent(): void;
103
- checkSticky(): void;
104
- getMenuBarElement(): Promise<unknown>;
105
- private coordsAtPos;
106
- private textRange;
107
- private singleRect;
108
- }
591
+ };
592
+ export default _default;