@omnia/fx 8.0.21-vnext → 8.0.23-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.
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +20 -12
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +32 -16
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +84 -85
- package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +217 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +163 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +150 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +117 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +131 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +46 -39
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +99 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +73 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +202 -35
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +593 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +174 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +77 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +103 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +593 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +593 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +593 -15
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +593 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +593 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +593 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +593 -14
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +72 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +72 -22
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +78 -17
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +69 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +48 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +64 -64
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +522 -40
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +56 -65
- package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +74 -81
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +31 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +42 -10
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +18 -10
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +228 -3
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +227 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +56 -27
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +299 -12
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +250 -25
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +248 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +19 -22
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +423 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +247 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +40 -40
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts → richtexteditor/EditorMenuBar.d.ts} +58 -19
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +587 -103
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +46 -11
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +46 -9
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +126 -14
- package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +326 -29
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +413 -39
- package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +202 -0
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +330 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +256 -64
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +226 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +20 -23
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +6 -14
- package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -63
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +5 -84
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +473 -35
- package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +76 -56
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +61 -3
- package/package.json +4 -4
- package/task.js +0 -4
- package/task.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +0 -46
- package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
- package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/apis/DocsApis.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithLeftBar.d.ts → btn/docs/ButtonIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{dialog/docs/DialogWithNavigation.d.ts → treeview/docs/TreeviewIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/BasicPanelTypes.d.ts → theming-v2/themeeditor/components/blueprints/BluePrintSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/panel/docs/PanelAlignment.d.ts → theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.d.ts → colors/ColorSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ComponentsViewer.d.ts → colors/ComponentsViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → colors/FxViewer.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → colors/ThemeViewer.d.ts} +0 -0
- /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 {
|
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 {
|
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 {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
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
|
-
|
94
|
-
|
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;
|