@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
@@ -7,18 +7,14 @@ declare const _default: {
|
|
7
7
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
8
8
|
"status-code": {
|
9
9
|
type: import("vue").PropType<HttpStatusCode>;
|
10
|
-
required: false;
|
11
10
|
};
|
12
11
|
statusCode: {
|
13
12
|
type: import("vue").PropType<HttpStatusCode>;
|
14
|
-
required: false;
|
15
13
|
};
|
16
14
|
overlay: {
|
17
15
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
18
|
-
required: false;
|
19
16
|
} & {
|
20
17
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
21
|
-
required: false;
|
22
18
|
};
|
23
19
|
icon: {
|
24
20
|
type: import("vue").PropType<string>;
|
@@ -47,18 +43,14 @@ declare const _default: {
|
|
47
43
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
48
44
|
"status-code": {
|
49
45
|
type: import("vue").PropType<HttpStatusCode>;
|
50
|
-
required: false;
|
51
46
|
};
|
52
47
|
statusCode: {
|
53
48
|
type: import("vue").PropType<HttpStatusCode>;
|
54
|
-
required: false;
|
55
49
|
};
|
56
50
|
overlay: {
|
57
51
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
58
|
-
required: false;
|
59
52
|
} & {
|
60
53
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
61
|
-
required: false;
|
62
54
|
};
|
63
55
|
icon: {
|
64
56
|
type: import("vue").PropType<string>;
|
@@ -93,18 +85,14 @@ declare const _default: {
|
|
93
85
|
} & Readonly<import("vue").ExtractPropTypes<{
|
94
86
|
"status-code": {
|
95
87
|
type: import("vue").PropType<HttpStatusCode>;
|
96
|
-
required: false;
|
97
88
|
};
|
98
89
|
statusCode: {
|
99
90
|
type: import("vue").PropType<HttpStatusCode>;
|
100
|
-
required: false;
|
101
91
|
};
|
102
92
|
overlay: {
|
103
93
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
104
|
-
required: false;
|
105
94
|
} & {
|
106
95
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
107
|
-
required: false;
|
108
96
|
};
|
109
97
|
icon: {
|
110
98
|
type: import("vue").PropType<string>;
|
@@ -123,18 +111,14 @@ declare const _default: {
|
|
123
111
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
124
112
|
"status-code": {
|
125
113
|
type: import("vue").PropType<HttpStatusCode>;
|
126
|
-
required: false;
|
127
114
|
};
|
128
115
|
statusCode: {
|
129
116
|
type: import("vue").PropType<HttpStatusCode>;
|
130
|
-
required: false;
|
131
117
|
};
|
132
118
|
overlay: {
|
133
119
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
134
|
-
required: false;
|
135
120
|
} & {
|
136
121
|
type: import("vue").PropType<StatusMessageOverlayType>;
|
137
|
-
required: false;
|
138
122
|
};
|
139
123
|
icon: {
|
140
124
|
type: import("vue").PropType<string>;
|
@@ -1,39 +1,413 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
import
|
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
|
+
import { ThemeDefinition } from "../../../models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): {
|
4
|
+
$: import("vue").ComponentInternalInstance;
|
5
|
+
$data: {};
|
6
|
+
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
"attached-to-parent": {
|
8
|
+
type: import("vue").PropType<boolean>;
|
9
|
+
};
|
10
|
+
attachedToParent: {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
};
|
13
|
+
"hide-border-settings": {
|
14
|
+
type: import("vue").PropType<boolean>;
|
15
|
+
};
|
16
|
+
hideBorderSettings: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
};
|
19
|
+
"hide-chrome-settings": {
|
20
|
+
type: import("vue").PropType<boolean>;
|
21
|
+
};
|
22
|
+
hideChromeSettings: {
|
23
|
+
type: import("vue").PropType<boolean>;
|
24
|
+
};
|
25
|
+
"hide-body-settings": {
|
26
|
+
type: import("vue").PropType<boolean>;
|
27
|
+
};
|
28
|
+
hideBodySettings: {
|
29
|
+
type: import("vue").PropType<boolean>;
|
30
|
+
};
|
31
|
+
"v-model": {
|
32
|
+
type: import("vue").PropType<ThemeDefinition>;
|
33
|
+
required: false;
|
34
|
+
};
|
35
|
+
modelValue: {
|
36
|
+
type: import("vue").PropType<ThemeDefinition>;
|
37
|
+
required: false;
|
38
|
+
};
|
39
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
40
|
+
type: import("vue").PropType<ThemeDefinition>;
|
41
|
+
required: false;
|
42
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
43
|
+
type: import("vue").PropType<ThemeDefinition>;
|
44
|
+
required: false;
|
45
|
+
}; } & {
|
46
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
47
|
+
"v-model": {
|
48
|
+
type: import("vue").PropType<ThemeDefinition>;
|
49
|
+
required: false;
|
50
|
+
};
|
51
|
+
} & {
|
52
|
+
modelValue: {
|
53
|
+
type: import("vue").PropType<ThemeDefinition>;
|
54
|
+
required: false;
|
55
|
+
};
|
56
|
+
}>;
|
57
|
+
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
58
|
+
"v-model": {
|
59
|
+
type: import("vue").PropType<ThemeDefinition>;
|
60
|
+
required: false;
|
61
|
+
};
|
62
|
+
} & {
|
63
|
+
modelValue: {
|
64
|
+
type: import("vue").PropType<ThemeDefinition>;
|
65
|
+
required: false;
|
66
|
+
};
|
67
|
+
}, false>;
|
68
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
69
|
+
"v-model": {
|
70
|
+
type: import("vue").PropType<ThemeDefinition>;
|
71
|
+
required: false;
|
72
|
+
};
|
73
|
+
} & {
|
74
|
+
modelValue: {
|
75
|
+
type: import("vue").PropType<ThemeDefinition>;
|
76
|
+
required: false;
|
77
|
+
};
|
78
|
+
}>;
|
79
|
+
};
|
80
|
+
}>> & {
|
81
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
82
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
83
|
+
$attrs: {
|
84
|
+
[x: string]: unknown;
|
85
|
+
};
|
86
|
+
$refs: {
|
87
|
+
[x: string]: unknown;
|
88
|
+
};
|
89
|
+
$slots: Readonly<{
|
90
|
+
[name: string]: import("vue").Slot;
|
91
|
+
}>;
|
92
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
93
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
94
|
+
$emit: (event: "update:modelValue", value: ThemeDefinition) => void;
|
95
|
+
$el: any;
|
96
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
97
|
+
"attached-to-parent": {
|
98
|
+
type: import("vue").PropType<boolean>;
|
99
|
+
};
|
100
|
+
attachedToParent: {
|
101
|
+
type: import("vue").PropType<boolean>;
|
102
|
+
};
|
103
|
+
"hide-border-settings": {
|
104
|
+
type: import("vue").PropType<boolean>;
|
105
|
+
};
|
106
|
+
hideBorderSettings: {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
};
|
109
|
+
"hide-chrome-settings": {
|
110
|
+
type: import("vue").PropType<boolean>;
|
111
|
+
};
|
112
|
+
hideChromeSettings: {
|
113
|
+
type: import("vue").PropType<boolean>;
|
114
|
+
};
|
115
|
+
"hide-body-settings": {
|
116
|
+
type: import("vue").PropType<boolean>;
|
117
|
+
};
|
118
|
+
hideBodySettings: {
|
119
|
+
type: import("vue").PropType<boolean>;
|
120
|
+
};
|
121
|
+
"v-model": {
|
122
|
+
type: import("vue").PropType<ThemeDefinition>;
|
123
|
+
required: false;
|
124
|
+
};
|
125
|
+
modelValue: {
|
126
|
+
type: import("vue").PropType<ThemeDefinition>;
|
127
|
+
required: false;
|
128
|
+
};
|
129
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
130
|
+
type: import("vue").PropType<ThemeDefinition>;
|
131
|
+
required: false;
|
132
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
133
|
+
type: import("vue").PropType<ThemeDefinition>;
|
134
|
+
required: false;
|
135
|
+
}; } & {
|
136
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
137
|
+
"v-model": {
|
138
|
+
type: import("vue").PropType<ThemeDefinition>;
|
139
|
+
required: false;
|
140
|
+
};
|
141
|
+
} & {
|
142
|
+
modelValue: {
|
143
|
+
type: import("vue").PropType<ThemeDefinition>;
|
144
|
+
required: false;
|
145
|
+
};
|
146
|
+
}>;
|
147
|
+
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
148
|
+
"v-model": {
|
149
|
+
type: import("vue").PropType<ThemeDefinition>;
|
150
|
+
required: false;
|
151
|
+
};
|
152
|
+
} & {
|
153
|
+
modelValue: {
|
154
|
+
type: import("vue").PropType<ThemeDefinition>;
|
155
|
+
required: false;
|
156
|
+
};
|
157
|
+
}, false>;
|
158
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
159
|
+
"v-model": {
|
160
|
+
type: import("vue").PropType<ThemeDefinition>;
|
161
|
+
required: false;
|
162
|
+
};
|
163
|
+
} & {
|
164
|
+
modelValue: {
|
165
|
+
type: import("vue").PropType<ThemeDefinition>;
|
166
|
+
required: false;
|
167
|
+
};
|
168
|
+
}>;
|
169
|
+
};
|
170
|
+
}>> & {
|
171
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
172
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
173
|
+
"update:modelValue": (value: ThemeDefinition) => boolean;
|
174
|
+
}, string, {}, {}, string> & {
|
175
|
+
beforeCreate?: (() => void) | (() => void)[];
|
176
|
+
created?: (() => void) | (() => void)[];
|
177
|
+
beforeMount?: (() => void) | (() => void)[];
|
178
|
+
mounted?: (() => void) | (() => void)[];
|
179
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
180
|
+
updated?: (() => void) | (() => void)[];
|
181
|
+
activated?: (() => void) | (() => void)[];
|
182
|
+
deactivated?: (() => void) | (() => void)[];
|
183
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
184
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
185
|
+
destroyed?: (() => void) | (() => void)[];
|
186
|
+
unmounted?: (() => void) | (() => void)[];
|
187
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
188
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
189
|
+
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)[];
|
190
|
+
};
|
191
|
+
$forceUpdate: () => void;
|
192
|
+
$nextTick: typeof import("vue").nextTick;
|
193
|
+
$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;
|
194
|
+
} & Readonly<import("vue").ExtractPropTypes<{
|
195
|
+
"attached-to-parent": {
|
196
|
+
type: import("vue").PropType<boolean>;
|
197
|
+
};
|
198
|
+
attachedToParent: {
|
199
|
+
type: import("vue").PropType<boolean>;
|
200
|
+
};
|
201
|
+
"hide-border-settings": {
|
202
|
+
type: import("vue").PropType<boolean>;
|
203
|
+
};
|
204
|
+
hideBorderSettings: {
|
205
|
+
type: import("vue").PropType<boolean>;
|
206
|
+
};
|
207
|
+
"hide-chrome-settings": {
|
208
|
+
type: import("vue").PropType<boolean>;
|
209
|
+
};
|
210
|
+
hideChromeSettings: {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
};
|
213
|
+
"hide-body-settings": {
|
214
|
+
type: import("vue").PropType<boolean>;
|
215
|
+
};
|
216
|
+
hideBodySettings: {
|
217
|
+
type: import("vue").PropType<boolean>;
|
218
|
+
};
|
219
|
+
"v-model": {
|
220
|
+
type: import("vue").PropType<ThemeDefinition>;
|
221
|
+
required: false;
|
222
|
+
};
|
223
|
+
modelValue: {
|
224
|
+
type: import("vue").PropType<ThemeDefinition>;
|
225
|
+
required: false;
|
226
|
+
};
|
227
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
228
|
+
type: import("vue").PropType<ThemeDefinition>;
|
229
|
+
required: false;
|
230
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
231
|
+
type: import("vue").PropType<ThemeDefinition>;
|
232
|
+
required: false;
|
233
|
+
}; } & {
|
234
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
235
|
+
"v-model": {
|
236
|
+
type: import("vue").PropType<ThemeDefinition>;
|
237
|
+
required: false;
|
238
|
+
};
|
239
|
+
} & {
|
240
|
+
modelValue: {
|
241
|
+
type: import("vue").PropType<ThemeDefinition>;
|
242
|
+
required: false;
|
243
|
+
};
|
244
|
+
}>;
|
245
|
+
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
246
|
+
"v-model": {
|
247
|
+
type: import("vue").PropType<ThemeDefinition>;
|
248
|
+
required: false;
|
249
|
+
};
|
250
|
+
} & {
|
251
|
+
modelValue: {
|
252
|
+
type: import("vue").PropType<ThemeDefinition>;
|
253
|
+
required: false;
|
254
|
+
};
|
255
|
+
}, false>;
|
256
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
257
|
+
"v-model": {
|
258
|
+
type: import("vue").PropType<ThemeDefinition>;
|
259
|
+
required: false;
|
260
|
+
};
|
261
|
+
} & {
|
262
|
+
modelValue: {
|
263
|
+
type: import("vue").PropType<ThemeDefinition>;
|
264
|
+
required: false;
|
265
|
+
};
|
266
|
+
}>;
|
267
|
+
};
|
268
|
+
}>> & {
|
269
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
270
|
+
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
271
|
+
__isFragment?: never;
|
272
|
+
__isTeleport?: never;
|
273
|
+
__isSuspense?: never;
|
274
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
275
|
+
"attached-to-parent": {
|
276
|
+
type: import("vue").PropType<boolean>;
|
277
|
+
};
|
278
|
+
attachedToParent: {
|
279
|
+
type: import("vue").PropType<boolean>;
|
280
|
+
};
|
281
|
+
"hide-border-settings": {
|
282
|
+
type: import("vue").PropType<boolean>;
|
283
|
+
};
|
284
|
+
hideBorderSettings: {
|
285
|
+
type: import("vue").PropType<boolean>;
|
286
|
+
};
|
287
|
+
"hide-chrome-settings": {
|
288
|
+
type: import("vue").PropType<boolean>;
|
289
|
+
};
|
290
|
+
hideChromeSettings: {
|
291
|
+
type: import("vue").PropType<boolean>;
|
292
|
+
};
|
293
|
+
"hide-body-settings": {
|
294
|
+
type: import("vue").PropType<boolean>;
|
295
|
+
};
|
296
|
+
hideBodySettings: {
|
297
|
+
type: import("vue").PropType<boolean>;
|
298
|
+
};
|
299
|
+
"v-model": {
|
300
|
+
type: import("vue").PropType<ThemeDefinition>;
|
301
|
+
required: false;
|
302
|
+
};
|
303
|
+
modelValue: {
|
304
|
+
type: import("vue").PropType<ThemeDefinition>;
|
305
|
+
required: false;
|
306
|
+
};
|
307
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
308
|
+
type: import("vue").PropType<ThemeDefinition>;
|
309
|
+
required: false;
|
310
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
311
|
+
type: import("vue").PropType<ThemeDefinition>;
|
312
|
+
required: false;
|
313
|
+
}; } & {
|
314
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ThemeDefinition, {
|
315
|
+
"v-model": {
|
316
|
+
type: import("vue").PropType<ThemeDefinition>;
|
317
|
+
required: false;
|
318
|
+
};
|
319
|
+
} & {
|
320
|
+
modelValue: {
|
321
|
+
type: import("vue").PropType<ThemeDefinition>;
|
322
|
+
required: false;
|
323
|
+
};
|
324
|
+
}>;
|
325
|
+
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ThemeDefinition, {
|
326
|
+
"v-model": {
|
327
|
+
type: import("vue").PropType<ThemeDefinition>;
|
328
|
+
required: false;
|
329
|
+
};
|
330
|
+
} & {
|
331
|
+
modelValue: {
|
332
|
+
type: import("vue").PropType<ThemeDefinition>;
|
333
|
+
required: false;
|
334
|
+
};
|
335
|
+
}, false>;
|
336
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ThemeDefinition, {
|
337
|
+
"v-model": {
|
338
|
+
type: import("vue").PropType<ThemeDefinition>;
|
339
|
+
required: false;
|
340
|
+
};
|
341
|
+
} & {
|
342
|
+
modelValue: {
|
343
|
+
type: import("vue").PropType<ThemeDefinition>;
|
344
|
+
required: false;
|
345
|
+
};
|
346
|
+
}>;
|
347
|
+
};
|
348
|
+
}>> & {
|
349
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
350
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
351
|
+
"update:modelValue": (value: ThemeDefinition) => boolean;
|
352
|
+
}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
353
|
+
propsDefinition: Readonly<{} & {
|
354
|
+
name?: {
|
355
|
+
[x: `v-model:${string}`]: {
|
356
|
+
type: import("vue").PropType<ThemeDefinition>;
|
357
|
+
required: false;
|
358
|
+
};
|
359
|
+
} & {
|
360
|
+
[x: string]: {
|
361
|
+
type: import("vue").PropType<ThemeDefinition>;
|
362
|
+
required: false;
|
363
|
+
};
|
364
|
+
} & {
|
365
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ThemeDefinition, {
|
366
|
+
"v-model": {
|
367
|
+
type: import("vue").PropType<ThemeDefinition>;
|
368
|
+
required: false;
|
369
|
+
};
|
370
|
+
} & {
|
371
|
+
modelValue: {
|
372
|
+
type: import("vue").PropType<ThemeDefinition>;
|
373
|
+
required: false;
|
374
|
+
};
|
375
|
+
}>;
|
376
|
+
defaultValue(value?: ThemeDefinition): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ThemeDefinition, {
|
377
|
+
"v-model": {
|
378
|
+
type: import("vue").PropType<ThemeDefinition>;
|
379
|
+
required: false;
|
380
|
+
};
|
381
|
+
} & {
|
382
|
+
modelValue: {
|
383
|
+
type: import("vue").PropType<ThemeDefinition>;
|
384
|
+
required: false;
|
385
|
+
};
|
386
|
+
}, false>;
|
387
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ThemeDefinition, {
|
388
|
+
"v-model": {
|
389
|
+
type: import("vue").PropType<ThemeDefinition>;
|
390
|
+
required: false;
|
391
|
+
};
|
392
|
+
} & {
|
393
|
+
modelValue: {
|
394
|
+
type: import("vue").PropType<ThemeDefinition>;
|
395
|
+
required: false;
|
396
|
+
};
|
397
|
+
}>;
|
398
|
+
};
|
399
|
+
"v-model"?: ThemeDefinition;
|
400
|
+
modelValue?: ThemeDefinition;
|
401
|
+
attachedToParent?: boolean;
|
402
|
+
hideBodySettings?: boolean;
|
403
|
+
"hide-body-settings"?: boolean;
|
404
|
+
hideChromeSettings?: boolean;
|
405
|
+
"hide-chrome-settings"?: boolean;
|
406
|
+
hideBorderSettings?: boolean;
|
407
|
+
"hide-border-settings"?: boolean;
|
408
|
+
"attached-to-parent"?: boolean;
|
409
|
+
}> & {
|
410
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
411
|
+
};
|
412
|
+
};
|
413
|
+
export default _default;
|
@@ -1,10 +1,7 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
export declare const ColorManager: () => {
|
1
|
+
import { ColorDefinition } from "@omnia/fx-models";
|
2
|
+
export declare const useColorManager: () => {
|
4
3
|
getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
|
5
|
-
createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
|
6
4
|
isDarkColor: (color: any) => boolean;
|
7
5
|
addOpacityToColor: (color: any, opacity: any) => any;
|
8
|
-
|
9
|
-
hexFromArgb: (argb: number) => string;
|
6
|
+
isValidColor: (color: string) => boolean;
|
10
7
|
};
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { TonalPalette } from "@material/material-color-utilities";
|
2
|
+
import { ColorGroup } from "@omnia/fx-models";
|
3
|
+
export declare const useColorSchemaManager: () => {
|
4
|
+
createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
|
5
|
+
getColorPalette: (color: string) => TonalPalette;
|
6
|
+
hexFromArgb: (argb: number) => string;
|
7
|
+
};
|
@@ -16,6 +16,12 @@ export declare const useColorSchemaStore: (newInstanceWithName?: string) => {
|
|
16
16
|
readonly onBase: ColorDefinition;
|
17
17
|
readonly container: ColorDefinition;
|
18
18
|
readonly onContainer: ColorDefinition;
|
19
|
+
dynamic: (isContainer: boolean) => {
|
20
|
+
readonly base: ColorDefinition;
|
21
|
+
readonly onBase: ColorDefinition;
|
22
|
+
readonly container: ColorDefinition;
|
23
|
+
readonly onContainer: ColorDefinition;
|
24
|
+
};
|
19
25
|
};
|
20
26
|
actions: {
|
21
27
|
setColorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean) => void;
|