@omnia/fx 8.0.21-vnext → 8.0.22-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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,12 +6,18 @@ 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
|
type: {
|
11
12
|
type: import("vue").PropType<"number">;
|
12
13
|
} & {
|
13
14
|
type: import("vue").PropType<"number">;
|
14
15
|
};
|
16
|
+
number: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
15
21
|
clearable: {
|
16
22
|
type: import("vue").PropType<boolean>;
|
17
23
|
} & {
|
@@ -34,9 +40,52 @@ declare const _default: {
|
|
34
40
|
};
|
35
41
|
"v-model": {
|
36
42
|
type: import("vue").PropType<string>;
|
43
|
+
required: false;
|
37
44
|
};
|
38
45
|
modelValue: {
|
39
46
|
type: import("vue").PropType<string>;
|
47
|
+
required: false;
|
48
|
+
};
|
49
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
50
|
+
type: import("vue").PropType<string>;
|
51
|
+
required: false;
|
52
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
53
|
+
type: import("vue").PropType<string>;
|
54
|
+
required: false;
|
55
|
+
}; } & {
|
56
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
57
|
+
"v-model": {
|
58
|
+
type: import("vue").PropType<string>;
|
59
|
+
required: false;
|
60
|
+
};
|
61
|
+
} & {
|
62
|
+
modelValue: {
|
63
|
+
type: import("vue").PropType<string>;
|
64
|
+
required: false;
|
65
|
+
};
|
66
|
+
}>;
|
67
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
68
|
+
"v-model": {
|
69
|
+
type: import("vue").PropType<string>;
|
70
|
+
required: false;
|
71
|
+
};
|
72
|
+
} & {
|
73
|
+
modelValue: {
|
74
|
+
type: import("vue").PropType<string>;
|
75
|
+
required: false;
|
76
|
+
};
|
77
|
+
}, false>;
|
78
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
79
|
+
"v-model": {
|
80
|
+
type: import("vue").PropType<string>;
|
81
|
+
required: false;
|
82
|
+
};
|
83
|
+
} & {
|
84
|
+
modelValue: {
|
85
|
+
type: import("vue").PropType<string>;
|
86
|
+
required: false;
|
87
|
+
};
|
88
|
+
}>;
|
40
89
|
};
|
41
90
|
class: {
|
42
91
|
type: import("vue").PropType<String | String[]>;
|
@@ -44,10 +93,11 @@ declare const _default: {
|
|
44
93
|
};
|
45
94
|
colorSchemaType?: any;
|
46
95
|
container?: any;
|
96
|
+
colors?: any;
|
47
97
|
}>> & {
|
48
98
|
"onUpdate:modelValue"?: (value: string) => any;
|
49
99
|
"onClick:button"?: () => any;
|
50
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
100
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
51
101
|
$attrs: {
|
52
102
|
[x: string]: unknown;
|
53
103
|
};
|
@@ -67,6 +117,11 @@ declare const _default: {
|
|
67
117
|
} & {
|
68
118
|
type: import("vue").PropType<"number">;
|
69
119
|
};
|
120
|
+
number: {
|
121
|
+
type: import("vue").PropType<boolean>;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<boolean>;
|
124
|
+
};
|
70
125
|
clearable: {
|
71
126
|
type: import("vue").PropType<boolean>;
|
72
127
|
} & {
|
@@ -89,9 +144,52 @@ declare const _default: {
|
|
89
144
|
};
|
90
145
|
"v-model": {
|
91
146
|
type: import("vue").PropType<string>;
|
147
|
+
required: false;
|
92
148
|
};
|
93
149
|
modelValue: {
|
94
150
|
type: import("vue").PropType<string>;
|
151
|
+
required: false;
|
152
|
+
};
|
153
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
154
|
+
type: import("vue").PropType<string>;
|
155
|
+
required: false;
|
156
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
157
|
+
type: import("vue").PropType<string>;
|
158
|
+
required: false;
|
159
|
+
}; } & {
|
160
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
161
|
+
"v-model": {
|
162
|
+
type: import("vue").PropType<string>;
|
163
|
+
required: false;
|
164
|
+
};
|
165
|
+
} & {
|
166
|
+
modelValue: {
|
167
|
+
type: import("vue").PropType<string>;
|
168
|
+
required: false;
|
169
|
+
};
|
170
|
+
}>;
|
171
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
172
|
+
"v-model": {
|
173
|
+
type: import("vue").PropType<string>;
|
174
|
+
required: false;
|
175
|
+
};
|
176
|
+
} & {
|
177
|
+
modelValue: {
|
178
|
+
type: import("vue").PropType<string>;
|
179
|
+
required: false;
|
180
|
+
};
|
181
|
+
}, false>;
|
182
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
183
|
+
"v-model": {
|
184
|
+
type: import("vue").PropType<string>;
|
185
|
+
required: false;
|
186
|
+
};
|
187
|
+
} & {
|
188
|
+
modelValue: {
|
189
|
+
type: import("vue").PropType<string>;
|
190
|
+
required: false;
|
191
|
+
};
|
192
|
+
}>;
|
95
193
|
};
|
96
194
|
class: {
|
97
195
|
type: import("vue").PropType<String | String[]>;
|
@@ -99,6 +197,7 @@ declare const _default: {
|
|
99
197
|
};
|
100
198
|
colorSchemaType?: any;
|
101
199
|
container?: any;
|
200
|
+
colors?: any;
|
102
201
|
}>> & {
|
103
202
|
"onUpdate:modelValue"?: (value: string) => any;
|
104
203
|
"onClick:button"?: () => any;
|
@@ -108,6 +207,7 @@ declare const _default: {
|
|
108
207
|
}, string, {
|
109
208
|
container?: any;
|
110
209
|
colorSchemaType?: any;
|
210
|
+
colors?: any;
|
111
211
|
}, {}, string> & {
|
112
212
|
beforeCreate?: (() => void) | (() => void)[];
|
113
213
|
created?: (() => void) | (() => void)[];
|
@@ -134,6 +234,11 @@ declare const _default: {
|
|
134
234
|
} & {
|
135
235
|
type: import("vue").PropType<"number">;
|
136
236
|
};
|
237
|
+
number: {
|
238
|
+
type: import("vue").PropType<boolean>;
|
239
|
+
} & {
|
240
|
+
type: import("vue").PropType<boolean>;
|
241
|
+
};
|
137
242
|
clearable: {
|
138
243
|
type: import("vue").PropType<boolean>;
|
139
244
|
} & {
|
@@ -156,9 +261,52 @@ declare const _default: {
|
|
156
261
|
};
|
157
262
|
"v-model": {
|
158
263
|
type: import("vue").PropType<string>;
|
264
|
+
required: false;
|
159
265
|
};
|
160
266
|
modelValue: {
|
161
267
|
type: import("vue").PropType<string>;
|
268
|
+
required: false;
|
269
|
+
};
|
270
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
271
|
+
type: import("vue").PropType<string>;
|
272
|
+
required: false;
|
273
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
274
|
+
type: import("vue").PropType<string>;
|
275
|
+
required: false;
|
276
|
+
}; } & {
|
277
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
278
|
+
"v-model": {
|
279
|
+
type: import("vue").PropType<string>;
|
280
|
+
required: false;
|
281
|
+
};
|
282
|
+
} & {
|
283
|
+
modelValue: {
|
284
|
+
type: import("vue").PropType<string>;
|
285
|
+
required: false;
|
286
|
+
};
|
287
|
+
}>;
|
288
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
289
|
+
"v-model": {
|
290
|
+
type: import("vue").PropType<string>;
|
291
|
+
required: false;
|
292
|
+
};
|
293
|
+
} & {
|
294
|
+
modelValue: {
|
295
|
+
type: import("vue").PropType<string>;
|
296
|
+
required: false;
|
297
|
+
};
|
298
|
+
}, false>;
|
299
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
300
|
+
"v-model": {
|
301
|
+
type: import("vue").PropType<string>;
|
302
|
+
required: false;
|
303
|
+
};
|
304
|
+
} & {
|
305
|
+
modelValue: {
|
306
|
+
type: import("vue").PropType<string>;
|
307
|
+
required: false;
|
308
|
+
};
|
309
|
+
}>;
|
162
310
|
};
|
163
311
|
class: {
|
164
312
|
type: import("vue").PropType<String | String[]>;
|
@@ -166,6 +314,7 @@ declare const _default: {
|
|
166
314
|
};
|
167
315
|
colorSchemaType?: any;
|
168
316
|
container?: any;
|
317
|
+
colors?: any;
|
169
318
|
}>> & {
|
170
319
|
"onUpdate:modelValue"?: (value: string) => any;
|
171
320
|
"onClick:button"?: () => any;
|
@@ -179,6 +328,11 @@ declare const _default: {
|
|
179
328
|
} & {
|
180
329
|
type: import("vue").PropType<"number">;
|
181
330
|
};
|
331
|
+
number: {
|
332
|
+
type: import("vue").PropType<boolean>;
|
333
|
+
} & {
|
334
|
+
type: import("vue").PropType<boolean>;
|
335
|
+
};
|
182
336
|
clearable: {
|
183
337
|
type: import("vue").PropType<boolean>;
|
184
338
|
} & {
|
@@ -201,9 +355,52 @@ declare const _default: {
|
|
201
355
|
};
|
202
356
|
"v-model": {
|
203
357
|
type: import("vue").PropType<string>;
|
358
|
+
required: false;
|
204
359
|
};
|
205
360
|
modelValue: {
|
206
361
|
type: import("vue").PropType<string>;
|
362
|
+
required: false;
|
363
|
+
};
|
364
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
365
|
+
type: import("vue").PropType<string>;
|
366
|
+
required: false;
|
367
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
368
|
+
type: import("vue").PropType<string>;
|
369
|
+
required: false;
|
370
|
+
}; } & {
|
371
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
372
|
+
"v-model": {
|
373
|
+
type: import("vue").PropType<string>;
|
374
|
+
required: false;
|
375
|
+
};
|
376
|
+
} & {
|
377
|
+
modelValue: {
|
378
|
+
type: import("vue").PropType<string>;
|
379
|
+
required: false;
|
380
|
+
};
|
381
|
+
}>;
|
382
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
383
|
+
"v-model": {
|
384
|
+
type: import("vue").PropType<string>;
|
385
|
+
required: false;
|
386
|
+
};
|
387
|
+
} & {
|
388
|
+
modelValue: {
|
389
|
+
type: import("vue").PropType<string>;
|
390
|
+
required: false;
|
391
|
+
};
|
392
|
+
}, false>;
|
393
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
394
|
+
"v-model": {
|
395
|
+
type: import("vue").PropType<string>;
|
396
|
+
required: false;
|
397
|
+
};
|
398
|
+
} & {
|
399
|
+
modelValue: {
|
400
|
+
type: import("vue").PropType<string>;
|
401
|
+
required: false;
|
402
|
+
};
|
403
|
+
}>;
|
207
404
|
};
|
208
405
|
class: {
|
209
406
|
type: import("vue").PropType<String | String[]>;
|
@@ -211,6 +408,7 @@ declare const _default: {
|
|
211
408
|
};
|
212
409
|
colorSchemaType?: any;
|
213
410
|
container?: any;
|
411
|
+
colors?: any;
|
214
412
|
}>> & {
|
215
413
|
"onUpdate:modelValue"?: (value: string) => any;
|
216
414
|
"onClick:button"?: () => any;
|
@@ -220,13 +418,61 @@ declare const _default: {
|
|
220
418
|
}, string, {
|
221
419
|
container?: any;
|
222
420
|
colorSchemaType?: any;
|
421
|
+
colors?: any;
|
223
422
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
224
423
|
propsDefinition: Readonly<{
|
225
424
|
container?: any;
|
226
425
|
colorSchemaType?: any;
|
426
|
+
colors?: any;
|
227
427
|
} & {
|
428
|
+
number?: boolean;
|
228
429
|
label?: string;
|
229
430
|
class?: String | String[];
|
431
|
+
name?: {
|
432
|
+
[x: `v-model:${string}`]: {
|
433
|
+
type: import("vue").PropType<string>;
|
434
|
+
required: false;
|
435
|
+
};
|
436
|
+
} & {
|
437
|
+
[x: string]: {
|
438
|
+
type: import("vue").PropType<string>;
|
439
|
+
required: false;
|
440
|
+
};
|
441
|
+
} & {
|
442
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, string, {
|
443
|
+
"v-model": {
|
444
|
+
type: import("vue").PropType<string>;
|
445
|
+
required: false;
|
446
|
+
};
|
447
|
+
} & {
|
448
|
+
modelValue: {
|
449
|
+
type: import("vue").PropType<string>;
|
450
|
+
required: false;
|
451
|
+
};
|
452
|
+
}>;
|
453
|
+
defaultValue(value?: string): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
454
|
+
"v-model": {
|
455
|
+
type: import("vue").PropType<string>;
|
456
|
+
required: false;
|
457
|
+
};
|
458
|
+
} & {
|
459
|
+
modelValue: {
|
460
|
+
type: import("vue").PropType<string>;
|
461
|
+
required: false;
|
462
|
+
};
|
463
|
+
}, false>;
|
464
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, string, {
|
465
|
+
"v-model": {
|
466
|
+
type: import("vue").PropType<string>;
|
467
|
+
required: false;
|
468
|
+
};
|
469
|
+
} & {
|
470
|
+
modelValue: {
|
471
|
+
type: import("vue").PropType<string>;
|
472
|
+
required: false;
|
473
|
+
};
|
474
|
+
}>;
|
475
|
+
};
|
230
476
|
type?: "number";
|
231
477
|
placeholder?: string;
|
232
478
|
"v-model"?: string;
|
@@ -10,6 +10,7 @@ declare const _default: {
|
|
10
10
|
class: import("vue").Prop<String | String[], String | String[]>;
|
11
11
|
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
12
12
|
container?: import("vue").Prop<unknown, unknown>;
|
13
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
13
14
|
"v-slots"?: import("vue").Prop<{
|
14
15
|
default?: () => VNodeChild;
|
15
16
|
} & {
|
@@ -39,6 +40,7 @@ declare const _default: {
|
|
39
40
|
class: import("vue").Prop<String | String[], String | String[]>;
|
40
41
|
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
41
42
|
container?: import("vue").Prop<unknown, unknown>;
|
43
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
42
44
|
"v-slots"?: import("vue").Prop<{
|
43
45
|
default?: () => VNodeChild;
|
44
46
|
} & {
|
@@ -74,6 +76,7 @@ declare const _default: {
|
|
74
76
|
class: import("vue").Prop<String | String[], String | String[]>;
|
75
77
|
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
76
78
|
container?: import("vue").Prop<unknown, unknown>;
|
79
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
77
80
|
"v-slots"?: import("vue").Prop<{
|
78
81
|
default?: () => VNodeChild;
|
79
82
|
} & {
|
@@ -93,6 +96,7 @@ declare const _default: {
|
|
93
96
|
class: import("vue").Prop<String | String[], String | String[]>;
|
94
97
|
colorSchemaType?: import("vue").Prop<unknown, unknown>;
|
95
98
|
container?: import("vue").Prop<unknown, unknown>;
|
99
|
+
colors?: import("vue").Prop<unknown, unknown>;
|
96
100
|
"v-slots"?: import("vue").Prop<{
|
97
101
|
default?: () => VNodeChild;
|
98
102
|
} & {
|
@@ -114,6 +118,7 @@ declare const _default: {
|
|
114
118
|
} & {
|
115
119
|
icon?: () => VNodeChild;
|
116
120
|
};
|
121
|
+
colors?: unknown;
|
117
122
|
}>;
|
118
123
|
};
|
119
124
|
export default _default;
|
@@ -1,4 +1,10 @@
|
|
1
|
+
import { ColorDefinition } from "../../velcron/core";
|
1
2
|
export declare const TreeViewStyles: {
|
2
|
-
|
3
|
+
containerWrapper: (color: ColorDefinition, selected: boolean) => string;
|
4
|
+
titleWrapper: (level: number, color: ColorDefinition, selected: boolean) => string;
|
5
|
+
expandedAnimation: string;
|
3
6
|
expandedIcon: string;
|
7
|
+
collapsedIcon: string;
|
8
|
+
expansionWrapperBase: string;
|
9
|
+
expansionWrapper: (expanded: boolean) => string;
|
4
10
|
};
|
@@ -1,4 +1,5 @@
|
|
1
1
|
import { TreeViewItem } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
export interface TextFieldModel {
|
3
4
|
text: String;
|
4
5
|
}
|
@@ -9,14 +10,14 @@ declare const _default: {
|
|
9
10
|
$props: Partial<{
|
10
11
|
container?: any;
|
11
12
|
colorSchemaType?: any;
|
13
|
+
colors?: any;
|
12
14
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
-
"
|
14
|
-
|
15
|
-
}
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
"expand-on-selection": {
|
15
|
+
"v-slots": import("vue").Prop<{
|
16
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
17
|
+
} & {
|
18
|
+
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
19
|
+
}>;
|
20
|
+
multiple: {
|
20
21
|
type: import("vue").PropType<boolean>;
|
21
22
|
};
|
22
23
|
expandOnSelection: {
|
@@ -24,14 +25,13 @@ declare const _default: {
|
|
24
25
|
};
|
25
26
|
items: {
|
26
27
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
27
|
-
} & {
|
28
|
-
type: import("vue").PropType<TreeViewItem<any>[]>;
|
29
28
|
};
|
30
29
|
colorSchemaType?: any;
|
31
30
|
container?: any;
|
31
|
+
colors?: any;
|
32
32
|
}>> & {
|
33
33
|
"onUpdate:active"?: (items: any[]) => any;
|
34
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
34
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
35
35
|
$attrs: {
|
36
36
|
[x: string]: unknown;
|
37
37
|
};
|
@@ -46,13 +46,12 @@ declare const _default: {
|
|
46
46
|
$emit: (event: "update:active", items: any[]) => void;
|
47
47
|
$el: any;
|
48
48
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
49
|
-
"
|
50
|
-
|
51
|
-
}
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
"expand-on-selection": {
|
49
|
+
"v-slots": import("vue").Prop<{
|
50
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
51
|
+
} & {
|
52
|
+
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
53
|
+
}>;
|
54
|
+
multiple: {
|
56
55
|
type: import("vue").PropType<boolean>;
|
57
56
|
};
|
58
57
|
expandOnSelection: {
|
@@ -60,11 +59,10 @@ declare const _default: {
|
|
60
59
|
};
|
61
60
|
items: {
|
62
61
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
63
|
-
} & {
|
64
|
-
type: import("vue").PropType<TreeViewItem<any>[]>;
|
65
62
|
};
|
66
63
|
colorSchemaType?: any;
|
67
64
|
container?: any;
|
65
|
+
colors?: any;
|
68
66
|
}>> & {
|
69
67
|
"onUpdate:active"?: (items: any[]) => any;
|
70
68
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -72,6 +70,7 @@ declare const _default: {
|
|
72
70
|
}, string, {
|
73
71
|
container?: any;
|
74
72
|
colorSchemaType?: any;
|
73
|
+
colors?: any;
|
75
74
|
}, {}, string> & {
|
76
75
|
beforeCreate?: (() => void) | (() => void)[];
|
77
76
|
created?: (() => void) | (() => void)[];
|
@@ -93,13 +92,12 @@ declare const _default: {
|
|
93
92
|
$nextTick: typeof import("vue").nextTick;
|
94
93
|
$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;
|
95
94
|
} & Readonly<import("vue").ExtractPropTypes<{
|
96
|
-
"
|
97
|
-
|
98
|
-
}
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
"expand-on-selection": {
|
95
|
+
"v-slots": import("vue").Prop<{
|
96
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
97
|
+
} & {
|
98
|
+
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
99
|
+
}>;
|
100
|
+
multiple: {
|
103
101
|
type: import("vue").PropType<boolean>;
|
104
102
|
};
|
105
103
|
expandOnSelection: {
|
@@ -107,11 +105,10 @@ declare const _default: {
|
|
107
105
|
};
|
108
106
|
items: {
|
109
107
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
110
|
-
} & {
|
111
|
-
type: import("vue").PropType<TreeViewItem<any>[]>;
|
112
108
|
};
|
113
109
|
colorSchemaType?: any;
|
114
110
|
container?: any;
|
111
|
+
colors?: any;
|
115
112
|
}>> & {
|
116
113
|
"onUpdate:active"?: (items: any[]) => any;
|
117
114
|
} & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
@@ -119,13 +116,12 @@ declare const _default: {
|
|
119
116
|
__isTeleport?: never;
|
120
117
|
__isSuspense?: never;
|
121
118
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
122
|
-
"
|
123
|
-
|
124
|
-
}
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
"expand-on-selection": {
|
119
|
+
"v-slots": import("vue").Prop<{
|
120
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
121
|
+
} & {
|
122
|
+
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
123
|
+
}>;
|
124
|
+
multiple: {
|
129
125
|
type: import("vue").PropType<boolean>;
|
130
126
|
};
|
131
127
|
expandOnSelection: {
|
@@ -133,11 +129,10 @@ declare const _default: {
|
|
133
129
|
};
|
134
130
|
items: {
|
135
131
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
136
|
-
} & {
|
137
|
-
type: import("vue").PropType<TreeViewItem<any>[]>;
|
138
132
|
};
|
139
133
|
colorSchemaType?: any;
|
140
134
|
container?: any;
|
135
|
+
colors?: any;
|
141
136
|
}>> & {
|
142
137
|
"onUpdate:active"?: (items: any[]) => any;
|
143
138
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -145,16 +140,21 @@ declare const _default: {
|
|
145
140
|
}, string, {
|
146
141
|
container?: any;
|
147
142
|
colorSchemaType?: any;
|
143
|
+
colors?: any;
|
148
144
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
149
145
|
propsDefinition: Readonly<{
|
150
146
|
container?: any;
|
151
147
|
colorSchemaType?: any;
|
148
|
+
colors?: any;
|
152
149
|
} & {
|
150
|
+
multiple?: boolean;
|
151
|
+
"v-slots"?: {
|
152
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
153
|
+
} & {
|
154
|
+
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
155
|
+
};
|
153
156
|
items?: TreeViewItem<any>[];
|
154
157
|
expandOnSelection?: boolean;
|
155
|
-
"expand-on-selection"?: boolean;
|
156
|
-
multiSelect?: boolean;
|
157
|
-
"multi-select"?: boolean;
|
158
158
|
}> & {
|
159
159
|
"onUpdate:active"?: (items: any[]) => any;
|
160
160
|
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const TreeviewExamples: import("@omnia/fx/ux").ComponentSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|