@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
@@ -4,6 +4,7 @@ export interface TabIconModel {
|
|
4
4
|
iconType: IIcon;
|
5
5
|
position?: IconPositions;
|
6
6
|
}
|
7
|
+
export declare const TabVariantDefinitions: string[];
|
7
8
|
declare const _default: {
|
8
9
|
new (...args: any[]): {
|
9
10
|
$: import("vue").ComponentInternalInstance;
|
@@ -11,7 +12,13 @@ declare const _default: {
|
|
11
12
|
$props: Partial<{
|
12
13
|
container?: any;
|
13
14
|
colorSchemaType?: any;
|
15
|
+
colors?: any;
|
14
16
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
17
|
+
variant: {
|
18
|
+
type: import("vue").PropType<string>;
|
19
|
+
} & {
|
20
|
+
type: import("vue").PropType<string>;
|
21
|
+
};
|
15
22
|
icon: {
|
16
23
|
type: import("vue").PropType<TabIconModel>;
|
17
24
|
} & {
|
@@ -29,9 +36,52 @@ declare const _default: {
|
|
29
36
|
};
|
30
37
|
"v-model": {
|
31
38
|
type: import("vue").PropType<boolean>;
|
39
|
+
required: false;
|
32
40
|
};
|
33
41
|
modelValue: {
|
34
42
|
type: import("vue").PropType<boolean>;
|
43
|
+
required: false;
|
44
|
+
};
|
45
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
46
|
+
type: import("vue").PropType<boolean>;
|
47
|
+
required: false;
|
48
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
49
|
+
type: import("vue").PropType<boolean>;
|
50
|
+
required: false;
|
51
|
+
}; } & {
|
52
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
53
|
+
"v-model": {
|
54
|
+
type: import("vue").PropType<boolean>;
|
55
|
+
required: false;
|
56
|
+
};
|
57
|
+
} & {
|
58
|
+
modelValue: {
|
59
|
+
type: import("vue").PropType<boolean>;
|
60
|
+
required: false;
|
61
|
+
};
|
62
|
+
}>;
|
63
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
64
|
+
"v-model": {
|
65
|
+
type: import("vue").PropType<boolean>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
} & {
|
69
|
+
modelValue: {
|
70
|
+
type: import("vue").PropType<boolean>;
|
71
|
+
required: false;
|
72
|
+
};
|
73
|
+
}, false>;
|
74
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
75
|
+
"v-model": {
|
76
|
+
type: import("vue").PropType<boolean>;
|
77
|
+
required: false;
|
78
|
+
};
|
79
|
+
} & {
|
80
|
+
modelValue: {
|
81
|
+
type: import("vue").PropType<boolean>;
|
82
|
+
required: false;
|
83
|
+
};
|
84
|
+
}>;
|
35
85
|
};
|
36
86
|
class: {
|
37
87
|
type: import("vue").PropType<String | String[]>;
|
@@ -39,7 +89,8 @@ declare const _default: {
|
|
39
89
|
};
|
40
90
|
colorSchemaType?: any;
|
41
91
|
container?: any;
|
42
|
-
|
92
|
+
colors?: any;
|
93
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
43
94
|
$attrs: {
|
44
95
|
[x: string]: unknown;
|
45
96
|
};
|
@@ -54,6 +105,11 @@ declare const _default: {
|
|
54
105
|
$emit: (event: string, ...args: any[]) => void;
|
55
106
|
$el: any;
|
56
107
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
108
|
+
variant: {
|
109
|
+
type: import("vue").PropType<string>;
|
110
|
+
} & {
|
111
|
+
type: import("vue").PropType<string>;
|
112
|
+
};
|
57
113
|
icon: {
|
58
114
|
type: import("vue").PropType<TabIconModel>;
|
59
115
|
} & {
|
@@ -71,9 +127,52 @@ declare const _default: {
|
|
71
127
|
};
|
72
128
|
"v-model": {
|
73
129
|
type: import("vue").PropType<boolean>;
|
130
|
+
required: false;
|
74
131
|
};
|
75
132
|
modelValue: {
|
76
133
|
type: import("vue").PropType<boolean>;
|
134
|
+
required: false;
|
135
|
+
};
|
136
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
137
|
+
type: import("vue").PropType<boolean>;
|
138
|
+
required: false;
|
139
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
140
|
+
type: import("vue").PropType<boolean>;
|
141
|
+
required: false;
|
142
|
+
}; } & {
|
143
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
144
|
+
"v-model": {
|
145
|
+
type: import("vue").PropType<boolean>;
|
146
|
+
required: false;
|
147
|
+
};
|
148
|
+
} & {
|
149
|
+
modelValue: {
|
150
|
+
type: import("vue").PropType<boolean>;
|
151
|
+
required: false;
|
152
|
+
};
|
153
|
+
}>;
|
154
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
155
|
+
"v-model": {
|
156
|
+
type: import("vue").PropType<boolean>;
|
157
|
+
required: false;
|
158
|
+
};
|
159
|
+
} & {
|
160
|
+
modelValue: {
|
161
|
+
type: import("vue").PropType<boolean>;
|
162
|
+
required: false;
|
163
|
+
};
|
164
|
+
}, false>;
|
165
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
166
|
+
"v-model": {
|
167
|
+
type: import("vue").PropType<boolean>;
|
168
|
+
required: false;
|
169
|
+
};
|
170
|
+
} & {
|
171
|
+
modelValue: {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
required: false;
|
174
|
+
};
|
175
|
+
}>;
|
77
176
|
};
|
78
177
|
class: {
|
79
178
|
type: import("vue").PropType<String | String[]>;
|
@@ -81,9 +180,11 @@ declare const _default: {
|
|
81
180
|
};
|
82
181
|
colorSchemaType?: any;
|
83
182
|
container?: any;
|
183
|
+
colors?: any;
|
84
184
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
85
185
|
container?: any;
|
86
186
|
colorSchemaType?: any;
|
187
|
+
colors?: any;
|
87
188
|
}, {}, string> & {
|
88
189
|
beforeCreate?: (() => void) | (() => void)[];
|
89
190
|
created?: (() => void) | (() => void)[];
|
@@ -105,6 +206,11 @@ declare const _default: {
|
|
105
206
|
$nextTick: typeof import("vue").nextTick;
|
106
207
|
$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;
|
107
208
|
} & Readonly<import("vue").ExtractPropTypes<{
|
209
|
+
variant: {
|
210
|
+
type: import("vue").PropType<string>;
|
211
|
+
} & {
|
212
|
+
type: import("vue").PropType<string>;
|
213
|
+
};
|
108
214
|
icon: {
|
109
215
|
type: import("vue").PropType<TabIconModel>;
|
110
216
|
} & {
|
@@ -122,9 +228,52 @@ declare const _default: {
|
|
122
228
|
};
|
123
229
|
"v-model": {
|
124
230
|
type: import("vue").PropType<boolean>;
|
231
|
+
required: false;
|
125
232
|
};
|
126
233
|
modelValue: {
|
127
234
|
type: import("vue").PropType<boolean>;
|
235
|
+
required: false;
|
236
|
+
};
|
237
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
+
type: import("vue").PropType<boolean>;
|
239
|
+
required: false;
|
240
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
+
type: import("vue").PropType<boolean>;
|
242
|
+
required: false;
|
243
|
+
}; } & {
|
244
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
245
|
+
"v-model": {
|
246
|
+
type: import("vue").PropType<boolean>;
|
247
|
+
required: false;
|
248
|
+
};
|
249
|
+
} & {
|
250
|
+
modelValue: {
|
251
|
+
type: import("vue").PropType<boolean>;
|
252
|
+
required: false;
|
253
|
+
};
|
254
|
+
}>;
|
255
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
256
|
+
"v-model": {
|
257
|
+
type: import("vue").PropType<boolean>;
|
258
|
+
required: false;
|
259
|
+
};
|
260
|
+
} & {
|
261
|
+
modelValue: {
|
262
|
+
type: import("vue").PropType<boolean>;
|
263
|
+
required: false;
|
264
|
+
};
|
265
|
+
}, false>;
|
266
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
267
|
+
"v-model": {
|
268
|
+
type: import("vue").PropType<boolean>;
|
269
|
+
required: false;
|
270
|
+
};
|
271
|
+
} & {
|
272
|
+
modelValue: {
|
273
|
+
type: import("vue").PropType<boolean>;
|
274
|
+
required: false;
|
275
|
+
};
|
276
|
+
}>;
|
128
277
|
};
|
129
278
|
class: {
|
130
279
|
type: import("vue").PropType<String | String[]>;
|
@@ -132,11 +281,17 @@ declare const _default: {
|
|
132
281
|
};
|
133
282
|
colorSchemaType?: any;
|
134
283
|
container?: any;
|
284
|
+
colors?: any;
|
135
285
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
136
286
|
__isFragment?: never;
|
137
287
|
__isTeleport?: never;
|
138
288
|
__isSuspense?: never;
|
139
289
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
290
|
+
variant: {
|
291
|
+
type: import("vue").PropType<string>;
|
292
|
+
} & {
|
293
|
+
type: import("vue").PropType<string>;
|
294
|
+
};
|
140
295
|
icon: {
|
141
296
|
type: import("vue").PropType<TabIconModel>;
|
142
297
|
} & {
|
@@ -154,9 +309,52 @@ declare const _default: {
|
|
154
309
|
};
|
155
310
|
"v-model": {
|
156
311
|
type: import("vue").PropType<boolean>;
|
312
|
+
required: false;
|
157
313
|
};
|
158
314
|
modelValue: {
|
159
315
|
type: import("vue").PropType<boolean>;
|
316
|
+
required: false;
|
317
|
+
};
|
318
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
319
|
+
type: import("vue").PropType<boolean>;
|
320
|
+
required: false;
|
321
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
322
|
+
type: import("vue").PropType<boolean>;
|
323
|
+
required: false;
|
324
|
+
}; } & {
|
325
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, boolean, {
|
326
|
+
"v-model": {
|
327
|
+
type: import("vue").PropType<boolean>;
|
328
|
+
required: false;
|
329
|
+
};
|
330
|
+
} & {
|
331
|
+
modelValue: {
|
332
|
+
type: import("vue").PropType<boolean>;
|
333
|
+
required: false;
|
334
|
+
};
|
335
|
+
}>;
|
336
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, boolean, {
|
337
|
+
"v-model": {
|
338
|
+
type: import("vue").PropType<boolean>;
|
339
|
+
required: false;
|
340
|
+
};
|
341
|
+
} & {
|
342
|
+
modelValue: {
|
343
|
+
type: import("vue").PropType<boolean>;
|
344
|
+
required: false;
|
345
|
+
};
|
346
|
+
}, false>;
|
347
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, boolean, {
|
348
|
+
"v-model": {
|
349
|
+
type: import("vue").PropType<boolean>;
|
350
|
+
required: false;
|
351
|
+
};
|
352
|
+
} & {
|
353
|
+
modelValue: {
|
354
|
+
type: import("vue").PropType<boolean>;
|
355
|
+
required: false;
|
356
|
+
};
|
357
|
+
}>;
|
160
358
|
};
|
161
359
|
class: {
|
162
360
|
type: import("vue").PropType<String | String[]>;
|
@@ -164,20 +362,69 @@ declare const _default: {
|
|
164
362
|
};
|
165
363
|
colorSchemaType?: any;
|
166
364
|
container?: any;
|
365
|
+
colors?: any;
|
167
366
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
168
367
|
container?: any;
|
169
368
|
colorSchemaType?: any;
|
369
|
+
colors?: any;
|
170
370
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
171
371
|
propsDefinition: Readonly<{
|
172
372
|
container?: any;
|
173
373
|
colorSchemaType?: any;
|
374
|
+
colors?: any;
|
174
375
|
} & {
|
175
376
|
title?: string;
|
176
377
|
class?: String | String[];
|
378
|
+
name?: {
|
379
|
+
[x: `v-model:${string}`]: {
|
380
|
+
type: import("vue").PropType<boolean>;
|
381
|
+
required: false;
|
382
|
+
};
|
383
|
+
} & {
|
384
|
+
[x: string]: {
|
385
|
+
type: import("vue").PropType<boolean>;
|
386
|
+
required: false;
|
387
|
+
};
|
388
|
+
} & {
|
389
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, boolean, {
|
390
|
+
"v-model": {
|
391
|
+
type: import("vue").PropType<boolean>;
|
392
|
+
required: false;
|
393
|
+
};
|
394
|
+
} & {
|
395
|
+
modelValue: {
|
396
|
+
type: import("vue").PropType<boolean>;
|
397
|
+
required: false;
|
398
|
+
};
|
399
|
+
}>;
|
400
|
+
defaultValue(value?: boolean): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, boolean, {
|
401
|
+
"v-model": {
|
402
|
+
type: import("vue").PropType<boolean>;
|
403
|
+
required: false;
|
404
|
+
};
|
405
|
+
} & {
|
406
|
+
modelValue: {
|
407
|
+
type: import("vue").PropType<boolean>;
|
408
|
+
required: false;
|
409
|
+
};
|
410
|
+
}, false>;
|
411
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, boolean, {
|
412
|
+
"v-model": {
|
413
|
+
type: import("vue").PropType<boolean>;
|
414
|
+
required: false;
|
415
|
+
};
|
416
|
+
} & {
|
417
|
+
modelValue: {
|
418
|
+
type: import("vue").PropType<boolean>;
|
419
|
+
required: false;
|
420
|
+
};
|
421
|
+
}>;
|
422
|
+
};
|
177
423
|
icon?: TabIconModel;
|
178
424
|
disabled?: boolean;
|
179
425
|
"v-model"?: boolean;
|
180
426
|
modelValue?: boolean;
|
427
|
+
variant?: string;
|
181
428
|
}>;
|
182
429
|
};
|
183
430
|
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
export declare const TabVariantDefinitions: string[];
|
1
2
|
declare const _default: {
|
2
3
|
new (...args: any[]): {
|
3
4
|
$: import("vue").ComponentInternalInstance;
|
@@ -5,6 +6,7 @@ declare const _default: {
|
|
5
6
|
$props: Partial<{
|
6
7
|
container?: any;
|
7
8
|
colorSchemaType?: any;
|
9
|
+
colors?: any;
|
8
10
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
9
11
|
scrolling: {
|
10
12
|
type: import("vue").PropType<string>;
|
@@ -17,16 +19,13 @@ declare const _default: {
|
|
17
19
|
type: import("vue").PropType<boolean>;
|
18
20
|
};
|
19
21
|
variant: {
|
20
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<string>;
|
21
23
|
} & {
|
22
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<string>;
|
23
25
|
};
|
24
26
|
stacked: {
|
25
27
|
type: import("vue").PropType<boolean>;
|
26
28
|
required: false;
|
27
|
-
} & {
|
28
|
-
type: import("vue").PropType<boolean>;
|
29
|
-
required: false;
|
30
29
|
};
|
31
30
|
"v-model": {
|
32
31
|
type: import("vue").PropType<number>;
|
@@ -42,7 +41,8 @@ declare const _default: {
|
|
42
41
|
};
|
43
42
|
colorSchemaType?: any;
|
44
43
|
container?: any;
|
45
|
-
|
44
|
+
colors?: any;
|
45
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
46
46
|
$attrs: {
|
47
47
|
[x: string]: unknown;
|
48
48
|
};
|
@@ -68,16 +68,13 @@ declare const _default: {
|
|
68
68
|
type: import("vue").PropType<boolean>;
|
69
69
|
};
|
70
70
|
variant: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<string>;
|
72
72
|
} & {
|
73
|
-
type: import("vue").PropType<
|
73
|
+
type: import("vue").PropType<string>;
|
74
74
|
};
|
75
75
|
stacked: {
|
76
76
|
type: import("vue").PropType<boolean>;
|
77
77
|
required: false;
|
78
|
-
} & {
|
79
|
-
type: import("vue").PropType<boolean>;
|
80
|
-
required: false;
|
81
78
|
};
|
82
79
|
"v-model": {
|
83
80
|
type: import("vue").PropType<number>;
|
@@ -93,9 +90,11 @@ declare const _default: {
|
|
93
90
|
};
|
94
91
|
colorSchemaType?: any;
|
95
92
|
container?: any;
|
93
|
+
colors?: any;
|
96
94
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
97
95
|
container?: any;
|
98
96
|
colorSchemaType?: any;
|
97
|
+
colors?: any;
|
99
98
|
}, {}, string> & {
|
100
99
|
beforeCreate?: (() => void) | (() => void)[];
|
101
100
|
created?: (() => void) | (() => void)[];
|
@@ -128,16 +127,13 @@ declare const _default: {
|
|
128
127
|
type: import("vue").PropType<boolean>;
|
129
128
|
};
|
130
129
|
variant: {
|
131
|
-
type: import("vue").PropType<
|
130
|
+
type: import("vue").PropType<string>;
|
132
131
|
} & {
|
133
|
-
type: import("vue").PropType<
|
132
|
+
type: import("vue").PropType<string>;
|
134
133
|
};
|
135
134
|
stacked: {
|
136
135
|
type: import("vue").PropType<boolean>;
|
137
136
|
required: false;
|
138
|
-
} & {
|
139
|
-
type: import("vue").PropType<boolean>;
|
140
|
-
required: false;
|
141
137
|
};
|
142
138
|
"v-model": {
|
143
139
|
type: import("vue").PropType<number>;
|
@@ -153,6 +149,7 @@ declare const _default: {
|
|
153
149
|
};
|
154
150
|
colorSchemaType?: any;
|
155
151
|
container?: any;
|
152
|
+
colors?: any;
|
156
153
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
157
154
|
__isFragment?: never;
|
158
155
|
__isTeleport?: never;
|
@@ -169,16 +166,13 @@ declare const _default: {
|
|
169
166
|
type: import("vue").PropType<boolean>;
|
170
167
|
};
|
171
168
|
variant: {
|
172
|
-
type: import("vue").PropType<
|
169
|
+
type: import("vue").PropType<string>;
|
173
170
|
} & {
|
174
|
-
type: import("vue").PropType<
|
171
|
+
type: import("vue").PropType<string>;
|
175
172
|
};
|
176
173
|
stacked: {
|
177
174
|
type: import("vue").PropType<boolean>;
|
178
175
|
required: false;
|
179
|
-
} & {
|
180
|
-
type: import("vue").PropType<boolean>;
|
181
|
-
required: false;
|
182
176
|
};
|
183
177
|
"v-model": {
|
184
178
|
type: import("vue").PropType<number>;
|
@@ -194,18 +188,21 @@ declare const _default: {
|
|
194
188
|
};
|
195
189
|
colorSchemaType?: any;
|
196
190
|
container?: any;
|
191
|
+
colors?: any;
|
197
192
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
198
193
|
container?: any;
|
199
194
|
colorSchemaType?: any;
|
195
|
+
colors?: any;
|
200
196
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
201
197
|
propsDefinition: Readonly<{
|
202
198
|
container?: any;
|
203
199
|
colorSchemaType?: any;
|
200
|
+
colors?: any;
|
204
201
|
} & {
|
205
202
|
class?: String | String[];
|
206
203
|
"v-model"?: number;
|
207
204
|
modelValue?: number;
|
208
|
-
variant?:
|
205
|
+
variant?: string;
|
209
206
|
stacked?: boolean;
|
210
207
|
toned?: boolean;
|
211
208
|
scrolling?: string;
|
@@ -5,6 +5,7 @@ declare const _default: {
|
|
5
5
|
$props: Partial<{
|
6
6
|
container?: any;
|
7
7
|
colorSchemaType?: any;
|
8
|
+
colors?: any;
|
8
9
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
9
10
|
toned: {
|
10
11
|
type: import("vue").PropType<boolean>;
|
@@ -17,7 +18,8 @@ declare const _default: {
|
|
17
18
|
};
|
18
19
|
colorSchemaType?: any;
|
19
20
|
container?: any;
|
20
|
-
|
21
|
+
colors?: any;
|
22
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
21
23
|
$attrs: {
|
22
24
|
[x: string]: unknown;
|
23
25
|
};
|
@@ -43,9 +45,11 @@ declare const _default: {
|
|
43
45
|
};
|
44
46
|
colorSchemaType?: any;
|
45
47
|
container?: any;
|
48
|
+
colors?: any;
|
46
49
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
47
50
|
container?: any;
|
48
51
|
colorSchemaType?: any;
|
52
|
+
colors?: any;
|
49
53
|
}, {}, string> & {
|
50
54
|
beforeCreate?: (() => void) | (() => void)[];
|
51
55
|
created?: (() => void) | (() => void)[];
|
@@ -78,6 +82,7 @@ declare const _default: {
|
|
78
82
|
};
|
79
83
|
colorSchemaType?: any;
|
80
84
|
container?: any;
|
85
|
+
colors?: any;
|
81
86
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
82
87
|
__isFragment?: never;
|
83
88
|
__isTeleport?: never;
|
@@ -94,13 +99,16 @@ declare const _default: {
|
|
94
99
|
};
|
95
100
|
colorSchemaType?: any;
|
96
101
|
container?: any;
|
102
|
+
colors?: any;
|
97
103
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
98
104
|
container?: any;
|
99
105
|
colorSchemaType?: any;
|
106
|
+
colors?: any;
|
100
107
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
101
108
|
propsDefinition: Readonly<{
|
102
109
|
container?: any;
|
103
110
|
colorSchemaType?: any;
|
111
|
+
colors?: any;
|
104
112
|
} & {
|
105
113
|
class?: String | String[];
|
106
114
|
toned?: boolean;
|
@@ -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
|
"truncate-lines": {
|
11
12
|
type: import("vue").PropType<number>;
|
@@ -34,7 +35,8 @@ declare const _default: {
|
|
34
35
|
};
|
35
36
|
colorSchemaType?: any;
|
36
37
|
container?: any;
|
37
|
-
|
38
|
+
colors?: any;
|
39
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
38
40
|
$attrs: {
|
39
41
|
[x: string]: unknown;
|
40
42
|
};
|
@@ -76,9 +78,11 @@ declare const _default: {
|
|
76
78
|
};
|
77
79
|
colorSchemaType?: any;
|
78
80
|
container?: any;
|
81
|
+
colors?: any;
|
79
82
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
80
83
|
container?: any;
|
81
84
|
colorSchemaType?: any;
|
85
|
+
colors?: any;
|
82
86
|
}, {}, string> & {
|
83
87
|
beforeCreate?: (() => void) | (() => void)[];
|
84
88
|
created?: (() => void) | (() => void)[];
|
@@ -127,6 +131,7 @@ declare const _default: {
|
|
127
131
|
};
|
128
132
|
colorSchemaType?: any;
|
129
133
|
container?: any;
|
134
|
+
colors?: any;
|
130
135
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
131
136
|
__isFragment?: never;
|
132
137
|
__isTeleport?: never;
|
@@ -159,13 +164,16 @@ declare const _default: {
|
|
159
164
|
};
|
160
165
|
colorSchemaType?: any;
|
161
166
|
container?: any;
|
167
|
+
colors?: any;
|
162
168
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
163
169
|
container?: any;
|
164
170
|
colorSchemaType?: any;
|
171
|
+
colors?: any;
|
165
172
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
166
173
|
propsDefinition: Readonly<{
|
167
174
|
container?: any;
|
168
175
|
colorSchemaType?: any;
|
176
|
+
colors?: any;
|
169
177
|
} & {
|
170
178
|
class?: String | String[];
|
171
179
|
color?: ColorType | ColorTypes;
|