@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
@@ -6,7 +6,13 @@ declare const _default: {
|
|
6
6
|
$props: Partial<{
|
7
7
|
container?: any;
|
8
8
|
colorSchemaType?: any;
|
9
|
+
colors?: any;
|
9
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
toned: {
|
12
|
+
type: import("vue").PropType<boolean>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<boolean>;
|
15
|
+
};
|
10
16
|
small: {
|
11
17
|
type: import("vue").PropType<boolean>;
|
12
18
|
} & {
|
@@ -32,7 +38,8 @@ declare const _default: {
|
|
32
38
|
};
|
33
39
|
colorSchemaType?: any;
|
34
40
|
container?: any;
|
35
|
-
|
41
|
+
colors?: any;
|
42
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
36
43
|
$attrs: {
|
37
44
|
[x: string]: unknown;
|
38
45
|
};
|
@@ -47,6 +54,11 @@ declare const _default: {
|
|
47
54
|
$emit: (event: string, ...args: any[]) => void;
|
48
55
|
$el: any;
|
49
56
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
57
|
+
toned: {
|
58
|
+
type: import("vue").PropType<boolean>;
|
59
|
+
} & {
|
60
|
+
type: import("vue").PropType<boolean>;
|
61
|
+
};
|
50
62
|
small: {
|
51
63
|
type: import("vue").PropType<boolean>;
|
52
64
|
} & {
|
@@ -72,9 +84,11 @@ declare const _default: {
|
|
72
84
|
};
|
73
85
|
colorSchemaType?: any;
|
74
86
|
container?: any;
|
87
|
+
colors?: any;
|
75
88
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
76
89
|
container?: any;
|
77
90
|
colorSchemaType?: any;
|
91
|
+
colors?: any;
|
78
92
|
}, {}, string> & {
|
79
93
|
beforeCreate?: (() => void) | (() => void)[];
|
80
94
|
created?: (() => void) | (() => void)[];
|
@@ -96,6 +110,11 @@ declare const _default: {
|
|
96
110
|
$nextTick: typeof import("vue").nextTick;
|
97
111
|
$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;
|
98
112
|
} & Readonly<import("vue").ExtractPropTypes<{
|
113
|
+
toned: {
|
114
|
+
type: import("vue").PropType<boolean>;
|
115
|
+
} & {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
};
|
99
118
|
small: {
|
100
119
|
type: import("vue").PropType<boolean>;
|
101
120
|
} & {
|
@@ -121,11 +140,17 @@ declare const _default: {
|
|
121
140
|
};
|
122
141
|
colorSchemaType?: any;
|
123
142
|
container?: any;
|
143
|
+
colors?: any;
|
124
144
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
125
145
|
__isFragment?: never;
|
126
146
|
__isTeleport?: never;
|
127
147
|
__isSuspense?: never;
|
128
148
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
149
|
+
toned: {
|
150
|
+
type: import("vue").PropType<boolean>;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<boolean>;
|
153
|
+
};
|
129
154
|
small: {
|
130
155
|
type: import("vue").PropType<boolean>;
|
131
156
|
} & {
|
@@ -151,15 +176,19 @@ declare const _default: {
|
|
151
176
|
};
|
152
177
|
colorSchemaType?: any;
|
153
178
|
container?: any;
|
179
|
+
colors?: any;
|
154
180
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
155
181
|
container?: any;
|
156
182
|
colorSchemaType?: any;
|
183
|
+
colors?: any;
|
157
184
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
158
185
|
propsDefinition: Readonly<{
|
159
186
|
container?: any;
|
160
187
|
colorSchemaType?: any;
|
188
|
+
colors?: any;
|
161
189
|
} & {
|
162
190
|
small?: boolean;
|
191
|
+
toned?: boolean;
|
163
192
|
parentContainer?: LayoutItem;
|
164
193
|
"parent-container"?: LayoutItem;
|
165
194
|
siblingId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts
CHANGED
@@ -13,6 +13,7 @@ declare const _default: {
|
|
13
13
|
$props: Partial<{
|
14
14
|
container?: any;
|
15
15
|
colorSchemaType?: any;
|
16
|
+
colors?: any;
|
16
17
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
17
18
|
"theme-target-id": {
|
18
19
|
type: import("vue").PropType<string>;
|
@@ -43,7 +44,8 @@ declare const _default: {
|
|
43
44
|
};
|
44
45
|
colorSchemaType?: any;
|
45
46
|
container?: any;
|
46
|
-
|
47
|
+
colors?: any;
|
48
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
47
49
|
$attrs: {
|
48
50
|
[x: string]: unknown;
|
49
51
|
};
|
@@ -87,9 +89,11 @@ declare const _default: {
|
|
87
89
|
};
|
88
90
|
colorSchemaType?: any;
|
89
91
|
container?: any;
|
92
|
+
colors?: any;
|
90
93
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
91
94
|
container?: any;
|
92
95
|
colorSchemaType?: any;
|
96
|
+
colors?: any;
|
93
97
|
}, {}, string> & {
|
94
98
|
beforeCreate?: (() => void) | (() => void)[];
|
95
99
|
created?: (() => void) | (() => void)[];
|
@@ -140,6 +144,7 @@ declare const _default: {
|
|
140
144
|
};
|
141
145
|
colorSchemaType?: any;
|
142
146
|
container?: any;
|
147
|
+
colors?: any;
|
143
148
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
144
149
|
__isFragment?: never;
|
145
150
|
__isTeleport?: never;
|
@@ -174,13 +179,16 @@ declare const _default: {
|
|
174
179
|
};
|
175
180
|
colorSchemaType?: any;
|
176
181
|
container?: any;
|
182
|
+
colors?: any;
|
177
183
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
178
184
|
container?: any;
|
179
185
|
colorSchemaType?: any;
|
186
|
+
colors?: any;
|
180
187
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
181
188
|
propsDefinition: Readonly<{
|
182
189
|
container?: any;
|
183
190
|
colorSchemaType?: any;
|
191
|
+
colors?: any;
|
184
192
|
} & {
|
185
193
|
block?: Block;
|
186
194
|
themeTargetId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts
ADDED
@@ -0,0 +1,131 @@
|
|
1
|
+
import { Block, ColorSchemaTypes } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
"block-color-schema-type": {
|
8
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
9
|
+
};
|
10
|
+
blockColorSchemaType: {
|
11
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
12
|
+
};
|
13
|
+
"theme-id": {
|
14
|
+
type: import("vue").PropType<string>;
|
15
|
+
};
|
16
|
+
themeId: {
|
17
|
+
type: import("vue").PropType<string>;
|
18
|
+
};
|
19
|
+
block: {
|
20
|
+
type: import("vue").PropType<Block>;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<Block>;
|
23
|
+
};
|
24
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
25
|
+
$attrs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
28
|
+
$refs: {
|
29
|
+
[x: string]: unknown;
|
30
|
+
};
|
31
|
+
$slots: Readonly<{
|
32
|
+
[name: string]: import("vue").Slot;
|
33
|
+
}>;
|
34
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
35
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
36
|
+
$emit: (event: string, ...args: any[]) => void;
|
37
|
+
$el: any;
|
38
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
39
|
+
"block-color-schema-type": {
|
40
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
41
|
+
};
|
42
|
+
blockColorSchemaType: {
|
43
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
44
|
+
};
|
45
|
+
"theme-id": {
|
46
|
+
type: import("vue").PropType<string>;
|
47
|
+
};
|
48
|
+
themeId: {
|
49
|
+
type: import("vue").PropType<string>;
|
50
|
+
};
|
51
|
+
block: {
|
52
|
+
type: import("vue").PropType<Block>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<Block>;
|
55
|
+
};
|
56
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
57
|
+
[key: string]: any;
|
58
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
59
|
+
beforeCreate?: (() => void) | (() => void)[];
|
60
|
+
created?: (() => void) | (() => void)[];
|
61
|
+
beforeMount?: (() => void) | (() => void)[];
|
62
|
+
mounted?: (() => void) | (() => void)[];
|
63
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
64
|
+
updated?: (() => void) | (() => void)[];
|
65
|
+
activated?: (() => void) | (() => void)[];
|
66
|
+
deactivated?: (() => void) | (() => void)[];
|
67
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
68
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
69
|
+
destroyed?: (() => void) | (() => void)[];
|
70
|
+
unmounted?: (() => void) | (() => void)[];
|
71
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
72
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
73
|
+
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)[];
|
74
|
+
};
|
75
|
+
$forceUpdate: () => void;
|
76
|
+
$nextTick: typeof import("vue").nextTick;
|
77
|
+
$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;
|
78
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
79
|
+
"block-color-schema-type": {
|
80
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
81
|
+
};
|
82
|
+
blockColorSchemaType: {
|
83
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
84
|
+
};
|
85
|
+
"theme-id": {
|
86
|
+
type: import("vue").PropType<string>;
|
87
|
+
};
|
88
|
+
themeId: {
|
89
|
+
type: import("vue").PropType<string>;
|
90
|
+
};
|
91
|
+
block: {
|
92
|
+
type: import("vue").PropType<Block>;
|
93
|
+
} & {
|
94
|
+
type: import("vue").PropType<Block>;
|
95
|
+
};
|
96
|
+
}>> & import("vue").ShallowUnwrapRef<() => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
97
|
+
[key: string]: any;
|
98
|
+
}>> & {} & import("vue").ComponentCustomProperties & {};
|
99
|
+
__isFragment?: never;
|
100
|
+
__isTeleport?: never;
|
101
|
+
__isSuspense?: never;
|
102
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
103
|
+
"block-color-schema-type": {
|
104
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
105
|
+
};
|
106
|
+
blockColorSchemaType: {
|
107
|
+
type: import("vue").PropType<ColorSchemaTypes>;
|
108
|
+
};
|
109
|
+
"theme-id": {
|
110
|
+
type: import("vue").PropType<string>;
|
111
|
+
};
|
112
|
+
themeId: {
|
113
|
+
type: import("vue").PropType<string>;
|
114
|
+
};
|
115
|
+
block: {
|
116
|
+
type: import("vue").PropType<Block>;
|
117
|
+
} & {
|
118
|
+
type: import("vue").PropType<Block>;
|
119
|
+
};
|
120
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
121
|
+
[key: string]: any;
|
122
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
123
|
+
propsDefinition: Readonly<{} & {
|
124
|
+
block?: Block;
|
125
|
+
themeId?: string;
|
126
|
+
"theme-id"?: string;
|
127
|
+
blockColorSchemaType?: ColorSchemaTypes;
|
128
|
+
"block-color-schema-type"?: ColorSchemaTypes;
|
129
|
+
}>;
|
130
|
+
};
|
131
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts
CHANGED
@@ -6,6 +6,7 @@ declare const _default: {
|
|
6
6
|
$props: Partial<{
|
7
7
|
container?: any;
|
8
8
|
colorSchemaType?: any;
|
9
|
+
colors?: any;
|
9
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
10
11
|
"theme-target-id": {
|
11
12
|
type: import("vue").PropType<string>;
|
@@ -43,7 +44,8 @@ declare const _default: {
|
|
43
44
|
};
|
44
45
|
colorSchemaType?: any;
|
45
46
|
container?: any;
|
46
|
-
|
47
|
+
colors?: any;
|
48
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
47
49
|
$attrs: {
|
48
50
|
[x: string]: unknown;
|
49
51
|
};
|
@@ -94,9 +96,11 @@ declare const _default: {
|
|
94
96
|
};
|
95
97
|
colorSchemaType?: any;
|
96
98
|
container?: any;
|
99
|
+
colors?: any;
|
97
100
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
101
|
container?: any;
|
99
102
|
colorSchemaType?: any;
|
103
|
+
colors?: any;
|
100
104
|
}, {}, string> & {
|
101
105
|
beforeCreate?: (() => void) | (() => void)[];
|
102
106
|
created?: (() => void) | (() => void)[];
|
@@ -154,6 +158,7 @@ declare const _default: {
|
|
154
158
|
};
|
155
159
|
colorSchemaType?: any;
|
156
160
|
container?: any;
|
161
|
+
colors?: any;
|
157
162
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
158
163
|
__isFragment?: never;
|
159
164
|
__isTeleport?: never;
|
@@ -195,13 +200,16 @@ declare const _default: {
|
|
195
200
|
};
|
196
201
|
colorSchemaType?: any;
|
197
202
|
container?: any;
|
203
|
+
colors?: any;
|
198
204
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
199
205
|
container?: any;
|
200
206
|
colorSchemaType?: any;
|
207
|
+
colors?: any;
|
201
208
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
202
209
|
propsDefinition: Readonly<{
|
203
210
|
container?: any;
|
204
211
|
colorSchemaType?: any;
|
212
|
+
colors?: any;
|
205
213
|
} & {
|
206
214
|
column?: SectionItem<ColumnedSectionItemSettings>;
|
207
215
|
themeTargetId?: string;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts
CHANGED
@@ -13,6 +13,7 @@ declare const _default: {
|
|
13
13
|
$props: Partial<{
|
14
14
|
container?: any;
|
15
15
|
colorSchemaType?: any;
|
16
|
+
colors?: any;
|
16
17
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
17
18
|
"tab-state": {
|
18
19
|
type: import("vue").PropType<object>;
|
@@ -45,7 +46,8 @@ declare const _default: {
|
|
45
46
|
};
|
46
47
|
colorSchemaType?: any;
|
47
48
|
container?: any;
|
48
|
-
|
49
|
+
colors?: any;
|
50
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
49
51
|
$attrs: {
|
50
52
|
[x: string]: unknown;
|
51
53
|
};
|
@@ -91,9 +93,11 @@ declare const _default: {
|
|
91
93
|
};
|
92
94
|
colorSchemaType?: any;
|
93
95
|
container?: any;
|
96
|
+
colors?: any;
|
94
97
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
95
98
|
container?: any;
|
96
99
|
colorSchemaType?: any;
|
100
|
+
colors?: any;
|
97
101
|
}, {}, string> & {
|
98
102
|
beforeCreate?: (() => void) | (() => void)[];
|
99
103
|
created?: (() => void) | (() => void)[];
|
@@ -146,6 +150,7 @@ declare const _default: {
|
|
146
150
|
};
|
147
151
|
colorSchemaType?: any;
|
148
152
|
container?: any;
|
153
|
+
colors?: any;
|
149
154
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
150
155
|
__isFragment?: never;
|
151
156
|
__isTeleport?: never;
|
@@ -182,13 +187,16 @@ declare const _default: {
|
|
182
187
|
};
|
183
188
|
colorSchemaType?: any;
|
184
189
|
container?: any;
|
190
|
+
colors?: any;
|
185
191
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
186
192
|
container?: any;
|
187
193
|
colorSchemaType?: any;
|
194
|
+
colors?: any;
|
188
195
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
189
196
|
propsDefinition: Readonly<{
|
190
197
|
container?: any;
|
191
198
|
colorSchemaType?: any;
|
199
|
+
colors?: any;
|
192
200
|
} & {
|
193
201
|
section?: Section<import("@omnia/fx-models").SectionSettings>;
|
194
202
|
parentContainer?: LayoutItem;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts
CHANGED
@@ -1,39 +1,46 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
import
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
}
|
9
|
-
|
10
|
-
|
11
|
-
|
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
|
-
}
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
6
|
+
$attrs: {
|
7
|
+
[x: string]: unknown;
|
8
|
+
};
|
9
|
+
$refs: {
|
10
|
+
[x: string]: unknown;
|
11
|
+
};
|
12
|
+
$slots: Readonly<{
|
13
|
+
[name: string]: import("vue").Slot;
|
14
|
+
}>;
|
15
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
16
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
17
|
+
$emit: (event: string, ...args: any[]) => void;
|
18
|
+
$el: any;
|
19
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
20
|
+
beforeCreate?: (() => void) | (() => void)[];
|
21
|
+
created?: (() => void) | (() => void)[];
|
22
|
+
beforeMount?: (() => void) | (() => void)[];
|
23
|
+
mounted?: (() => void) | (() => void)[];
|
24
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
25
|
+
updated?: (() => void) | (() => void)[];
|
26
|
+
activated?: (() => void) | (() => void)[];
|
27
|
+
deactivated?: (() => void) | (() => void)[];
|
28
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
29
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
30
|
+
destroyed?: (() => void) | (() => void)[];
|
31
|
+
unmounted?: (() => void) | (() => void)[];
|
32
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
34
|
+
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)[];
|
35
|
+
};
|
36
|
+
$forceUpdate: () => void;
|
37
|
+
$nextTick: typeof import("vue").nextTick;
|
38
|
+
$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;
|
39
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
40
|
+
__isFragment?: never;
|
41
|
+
__isTeleport?: never;
|
42
|
+
__isSuspense?: never;
|
43
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
44
|
+
propsDefinition: Readonly<{} & {}>;
|
45
|
+
};
|
46
|
+
export default _default;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
import { LayoutCanvasStore } from "../../";
|
2
1
|
import { RadialGradientShapes } from "../../../../../fx/models";
|
3
|
-
import { VueComponentBase } from "../../..";
|
4
2
|
export interface ColorValue {
|
5
3
|
colors: Array<string>;
|
6
4
|
}
|
@@ -16,28 +14,102 @@ export interface ColorSettingsProps {
|
|
16
14
|
onValueChanged?: (value: ColorValue) => void;
|
17
15
|
forceDark?: boolean;
|
18
16
|
}
|
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
|
-
}
|
17
|
+
declare const _default: {
|
18
|
+
new (...args: any[]): {
|
19
|
+
$: import("vue").ComponentInternalInstance;
|
20
|
+
$data: {};
|
21
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
22
|
+
"v-model": {
|
23
|
+
type: import("vue").PropType<ColorValue>;
|
24
|
+
required: false;
|
25
|
+
};
|
26
|
+
modelValue: {
|
27
|
+
type: import("vue").PropType<ColorValue>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
}>> & {
|
31
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
32
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
33
|
+
$attrs: {
|
34
|
+
[x: string]: unknown;
|
35
|
+
};
|
36
|
+
$refs: {
|
37
|
+
[x: string]: unknown;
|
38
|
+
};
|
39
|
+
$slots: Readonly<{
|
40
|
+
[name: string]: import("vue").Slot;
|
41
|
+
}>;
|
42
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
43
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
44
|
+
$emit: (event: "update:modelValue", value: ColorValue) => void;
|
45
|
+
$el: any;
|
46
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
47
|
+
"v-model": {
|
48
|
+
type: import("vue").PropType<ColorValue>;
|
49
|
+
required: false;
|
50
|
+
};
|
51
|
+
modelValue: {
|
52
|
+
type: import("vue").PropType<ColorValue>;
|
53
|
+
required: false;
|
54
|
+
};
|
55
|
+
}>> & {
|
56
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
57
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
58
|
+
"update:modelValue": (value: ColorValue) => true;
|
59
|
+
}, string, {}, {}, string> & {
|
60
|
+
beforeCreate?: (() => void) | (() => void)[];
|
61
|
+
created?: (() => void) | (() => void)[];
|
62
|
+
beforeMount?: (() => void) | (() => void)[];
|
63
|
+
mounted?: (() => void) | (() => void)[];
|
64
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
65
|
+
updated?: (() => void) | (() => void)[];
|
66
|
+
activated?: (() => void) | (() => void)[];
|
67
|
+
deactivated?: (() => void) | (() => void)[];
|
68
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
69
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
70
|
+
destroyed?: (() => void) | (() => void)[];
|
71
|
+
unmounted?: (() => void) | (() => void)[];
|
72
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
73
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
74
|
+
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)[];
|
75
|
+
};
|
76
|
+
$forceUpdate: () => void;
|
77
|
+
$nextTick: typeof import("vue").nextTick;
|
78
|
+
$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;
|
79
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
80
|
+
"v-model": {
|
81
|
+
type: import("vue").PropType<ColorValue>;
|
82
|
+
required: false;
|
83
|
+
};
|
84
|
+
modelValue: {
|
85
|
+
type: import("vue").PropType<ColorValue>;
|
86
|
+
required: false;
|
87
|
+
};
|
88
|
+
}>> & {
|
89
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
90
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
91
|
+
__isFragment?: never;
|
92
|
+
__isTeleport?: never;
|
93
|
+
__isSuspense?: never;
|
94
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
95
|
+
"v-model": {
|
96
|
+
type: import("vue").PropType<ColorValue>;
|
97
|
+
required: false;
|
98
|
+
};
|
99
|
+
modelValue: {
|
100
|
+
type: import("vue").PropType<ColorValue>;
|
101
|
+
required: false;
|
102
|
+
};
|
103
|
+
}>> & {
|
104
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
105
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
106
|
+
"update:modelValue": (value: ColorValue) => true;
|
107
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
|
+
propsDefinition: Readonly<{} & {
|
109
|
+
"v-model"?: ColorValue;
|
110
|
+
modelValue?: ColorValue;
|
111
|
+
}> & {
|
112
|
+
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
113
|
+
};
|
114
|
+
};
|
115
|
+
export default _default;
|
@@ -0,0 +1,32 @@
|
|
1
|
+
import { Section, TabbedIconPositions, HorizontalAlignments } from "../../../../models";
|
2
|
+
import { LayoutCanvasStore } from "../..";
|
3
|
+
import { VueComponentBase } from "../../..";
|
4
|
+
export interface TabsSettingsProps {
|
5
|
+
section: Section;
|
6
|
+
}
|
7
|
+
export declare class TabsSettingsStylePanel extends VueComponentBase<TabsSettingsProps> {
|
8
|
+
section: Section;
|
9
|
+
editorStore: LayoutCanvasStore;
|
10
|
+
private omniaUxLoc;
|
11
|
+
/**
|
12
|
+
* Eventhandler for setting the chrome value
|
13
|
+
* @param value
|
14
|
+
*/
|
15
|
+
/**
|
16
|
+
* Event handler for setting the alignment
|
17
|
+
* @param alignment
|
18
|
+
*/
|
19
|
+
onSetAlignment(alignment: HorizontalAlignments): void;
|
20
|
+
/**
|
21
|
+
* Event handler for setting the alignment
|
22
|
+
* @param alignment
|
23
|
+
*/
|
24
|
+
onSetIconAlignment(iconPositions: TabbedIconPositions): void;
|
25
|
+
renderAlignment(): JSX.Element;
|
26
|
+
renderIconAlignment(): JSX.Element;
|
27
|
+
renderAccordionSettings(): JSX.Element;
|
28
|
+
renderCustomSize(): JSX.Element;
|
29
|
+
renderColorPanel(): JSX.Element;
|
30
|
+
renderGeneralPanel(): JSX.Element;
|
31
|
+
render(): JSX.Element;
|
32
|
+
}
|