@omnia/fx 8.0.20-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/libs/prismjs/index.d.ts +2 -0
- 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/manifests/omnia.vendor.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 +22 -14
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +4 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +33 -17
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +108 -0
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +86 -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/compositiontests/stores/useNewStoreTest.d.ts +5 -13
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +40 -4
- package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +140 -0
- package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.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 +52 -10
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +151 -51
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar_old.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +34 -6
- 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 +35 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +36 -8
- 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/SettingsPanel.d.ts +1 -1
- 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 +179 -19
- 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 +339 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +188 -35
- 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/layoutitemsdesigner/StepperSectionDesigner.d.ts +100 -49
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +200 -68
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +172 -27
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +178 -48
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +150 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +151 -55
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +198 -30
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
- 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/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -1
- 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.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +76 -83
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
- 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 +227 -2
- 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.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +93 -99
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +30 -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 +14 -8
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +96 -66
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +10 -2
- 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.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +28 -20
- 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/RichTextEditorSettings.d.ts +2 -2
- 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/Doc/DocNode.d.ts +1 -1
- 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 +37 -11
- 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/styling/index.d.ts +0 -1
- 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/components/colors/ColorSelector.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +46 -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 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -1
- 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/core/parser/VelcronRenderers.d.ts +8 -7
- 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 +67 -5
- 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/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/monaco/RegisterMonacoEditorComponent.d.ts +0 -1
- 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/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
- 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/{theming-v2/themeeditor/components/ColorSelector.d.ts → compositiontests/WowComp.d.ts} +0 -0
- /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/{theming-v2/themeeditor/components/ComponentsViewer.d.ts → oxide/treeview/docs/TreeviewIntro.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{FxViewer.d.ts → blueprints/BluePrintSelector.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewer.d.ts → 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/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,6 +1,17 @@
|
|
1
|
+
import { VNodeChild } from "vue";
|
1
2
|
export interface TextFieldModel {
|
2
3
|
text: String;
|
3
4
|
}
|
5
|
+
interface RenderingItem {
|
6
|
+
index: any;
|
7
|
+
item: {
|
8
|
+
title: any;
|
9
|
+
value: any;
|
10
|
+
};
|
11
|
+
props: {
|
12
|
+
onClick: (item: any) => void;
|
13
|
+
};
|
14
|
+
}
|
4
15
|
declare const _default: {
|
5
16
|
new (...args: any[]): {
|
6
17
|
$: import("vue").ComponentInternalInstance;
|
@@ -8,11 +19,23 @@ declare const _default: {
|
|
8
19
|
$props: Partial<{
|
9
20
|
container?: any;
|
10
21
|
colorSchemaType?: any;
|
22
|
+
colors?: any;
|
11
23
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
24
|
+
"v-slots": import("vue").Prop<{
|
25
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
26
|
+
} & {
|
27
|
+
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
28
|
+
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
29
|
+
}>;
|
30
|
+
clearable: {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
} & {
|
33
|
+
type: import("vue").PropType<boolean>;
|
34
|
+
};
|
12
35
|
variant: {
|
13
|
-
type: import("vue").PropType<
|
36
|
+
type: import("vue").PropType<string>;
|
14
37
|
} & {
|
15
|
-
type: import("vue").PropType<
|
38
|
+
type: import("vue").PropType<string>;
|
16
39
|
};
|
17
40
|
"item-value": {
|
18
41
|
type: import("vue").PropType<any>;
|
@@ -38,9 +61,52 @@ declare const _default: {
|
|
38
61
|
};
|
39
62
|
"v-model": {
|
40
63
|
type: import("vue").PropType<any>;
|
64
|
+
required: false;
|
41
65
|
};
|
42
66
|
modelValue: {
|
43
67
|
type: import("vue").PropType<any>;
|
68
|
+
required: false;
|
69
|
+
};
|
70
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
71
|
+
type: import("vue").PropType<any>;
|
72
|
+
required: false;
|
73
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
74
|
+
type: import("vue").PropType<any>;
|
75
|
+
required: false;
|
76
|
+
}; } & {
|
77
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
78
|
+
"v-model": {
|
79
|
+
type: import("vue").PropType<any>;
|
80
|
+
required: false;
|
81
|
+
};
|
82
|
+
} & {
|
83
|
+
modelValue: {
|
84
|
+
type: import("vue").PropType<any>;
|
85
|
+
required: false;
|
86
|
+
};
|
87
|
+
}>;
|
88
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
89
|
+
"v-model": {
|
90
|
+
type: import("vue").PropType<any>;
|
91
|
+
required: false;
|
92
|
+
};
|
93
|
+
} & {
|
94
|
+
modelValue: {
|
95
|
+
type: import("vue").PropType<any>;
|
96
|
+
required: false;
|
97
|
+
};
|
98
|
+
}, false>;
|
99
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
100
|
+
"v-model": {
|
101
|
+
type: import("vue").PropType<any>;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
} & {
|
105
|
+
modelValue: {
|
106
|
+
type: import("vue").PropType<any>;
|
107
|
+
required: false;
|
108
|
+
};
|
109
|
+
}>;
|
44
110
|
};
|
45
111
|
class: {
|
46
112
|
type: import("vue").PropType<String | String[]>;
|
@@ -48,10 +114,11 @@ declare const _default: {
|
|
48
114
|
};
|
49
115
|
colorSchemaType?: any;
|
50
116
|
container?: any;
|
117
|
+
colors?: any;
|
51
118
|
}>> & {
|
52
119
|
"onUpdate:modelValue"?: (value: any) => any;
|
53
120
|
"onClick:button"?: (value: any) => any;
|
54
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
121
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
55
122
|
$attrs: {
|
56
123
|
[x: string]: unknown;
|
57
124
|
};
|
@@ -66,10 +133,21 @@ declare const _default: {
|
|
66
133
|
$emit: ((event: "update:modelValue", value: any) => void) & ((event: "click:button", value: any) => void);
|
67
134
|
$el: any;
|
68
135
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
136
|
+
"v-slots": import("vue").Prop<{
|
137
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
138
|
+
} & {
|
139
|
+
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
140
|
+
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
141
|
+
}>;
|
142
|
+
clearable: {
|
143
|
+
type: import("vue").PropType<boolean>;
|
144
|
+
} & {
|
145
|
+
type: import("vue").PropType<boolean>;
|
146
|
+
};
|
69
147
|
variant: {
|
70
|
-
type: import("vue").PropType<
|
148
|
+
type: import("vue").PropType<string>;
|
71
149
|
} & {
|
72
|
-
type: import("vue").PropType<
|
150
|
+
type: import("vue").PropType<string>;
|
73
151
|
};
|
74
152
|
"item-value": {
|
75
153
|
type: import("vue").PropType<any>;
|
@@ -95,9 +173,52 @@ declare const _default: {
|
|
95
173
|
};
|
96
174
|
"v-model": {
|
97
175
|
type: import("vue").PropType<any>;
|
176
|
+
required: false;
|
98
177
|
};
|
99
178
|
modelValue: {
|
100
179
|
type: import("vue").PropType<any>;
|
180
|
+
required: false;
|
181
|
+
};
|
182
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
183
|
+
type: import("vue").PropType<any>;
|
184
|
+
required: false;
|
185
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
186
|
+
type: import("vue").PropType<any>;
|
187
|
+
required: false;
|
188
|
+
}; } & {
|
189
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
190
|
+
"v-model": {
|
191
|
+
type: import("vue").PropType<any>;
|
192
|
+
required: false;
|
193
|
+
};
|
194
|
+
} & {
|
195
|
+
modelValue: {
|
196
|
+
type: import("vue").PropType<any>;
|
197
|
+
required: false;
|
198
|
+
};
|
199
|
+
}>;
|
200
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
201
|
+
"v-model": {
|
202
|
+
type: import("vue").PropType<any>;
|
203
|
+
required: false;
|
204
|
+
};
|
205
|
+
} & {
|
206
|
+
modelValue: {
|
207
|
+
type: import("vue").PropType<any>;
|
208
|
+
required: false;
|
209
|
+
};
|
210
|
+
}, false>;
|
211
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
212
|
+
"v-model": {
|
213
|
+
type: import("vue").PropType<any>;
|
214
|
+
required: false;
|
215
|
+
};
|
216
|
+
} & {
|
217
|
+
modelValue: {
|
218
|
+
type: import("vue").PropType<any>;
|
219
|
+
required: false;
|
220
|
+
};
|
221
|
+
}>;
|
101
222
|
};
|
102
223
|
class: {
|
103
224
|
type: import("vue").PropType<String | String[]>;
|
@@ -105,15 +226,17 @@ declare const _default: {
|
|
105
226
|
};
|
106
227
|
colorSchemaType?: any;
|
107
228
|
container?: any;
|
229
|
+
colors?: any;
|
108
230
|
}>> & {
|
109
231
|
"onUpdate:modelValue"?: (value: any) => any;
|
110
232
|
"onClick:button"?: (value: any) => any;
|
111
233
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
112
|
-
"update:modelValue": (value: any) => true;
|
113
234
|
"click:button": (value: any) => true;
|
235
|
+
"update:modelValue": (value: any) => true;
|
114
236
|
}, string, {
|
115
237
|
container?: any;
|
116
238
|
colorSchemaType?: any;
|
239
|
+
colors?: any;
|
117
240
|
}, {}, string> & {
|
118
241
|
beforeCreate?: (() => void) | (() => void)[];
|
119
242
|
created?: (() => void) | (() => void)[];
|
@@ -135,10 +258,21 @@ declare const _default: {
|
|
135
258
|
$nextTick: typeof import("vue").nextTick;
|
136
259
|
$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;
|
137
260
|
} & Readonly<import("vue").ExtractPropTypes<{
|
261
|
+
"v-slots": import("vue").Prop<{
|
262
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
263
|
+
} & {
|
264
|
+
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
265
|
+
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
266
|
+
}>;
|
267
|
+
clearable: {
|
268
|
+
type: import("vue").PropType<boolean>;
|
269
|
+
} & {
|
270
|
+
type: import("vue").PropType<boolean>;
|
271
|
+
};
|
138
272
|
variant: {
|
139
|
-
type: import("vue").PropType<
|
273
|
+
type: import("vue").PropType<string>;
|
140
274
|
} & {
|
141
|
-
type: import("vue").PropType<
|
275
|
+
type: import("vue").PropType<string>;
|
142
276
|
};
|
143
277
|
"item-value": {
|
144
278
|
type: import("vue").PropType<any>;
|
@@ -164,9 +298,52 @@ declare const _default: {
|
|
164
298
|
};
|
165
299
|
"v-model": {
|
166
300
|
type: import("vue").PropType<any>;
|
301
|
+
required: false;
|
167
302
|
};
|
168
303
|
modelValue: {
|
169
304
|
type: import("vue").PropType<any>;
|
305
|
+
required: false;
|
306
|
+
};
|
307
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
308
|
+
type: import("vue").PropType<any>;
|
309
|
+
required: false;
|
310
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
311
|
+
type: import("vue").PropType<any>;
|
312
|
+
required: false;
|
313
|
+
}; } & {
|
314
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
315
|
+
"v-model": {
|
316
|
+
type: import("vue").PropType<any>;
|
317
|
+
required: false;
|
318
|
+
};
|
319
|
+
} & {
|
320
|
+
modelValue: {
|
321
|
+
type: import("vue").PropType<any>;
|
322
|
+
required: false;
|
323
|
+
};
|
324
|
+
}>;
|
325
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
326
|
+
"v-model": {
|
327
|
+
type: import("vue").PropType<any>;
|
328
|
+
required: false;
|
329
|
+
};
|
330
|
+
} & {
|
331
|
+
modelValue: {
|
332
|
+
type: import("vue").PropType<any>;
|
333
|
+
required: false;
|
334
|
+
};
|
335
|
+
}, false>;
|
336
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
337
|
+
"v-model": {
|
338
|
+
type: import("vue").PropType<any>;
|
339
|
+
required: false;
|
340
|
+
};
|
341
|
+
} & {
|
342
|
+
modelValue: {
|
343
|
+
type: import("vue").PropType<any>;
|
344
|
+
required: false;
|
345
|
+
};
|
346
|
+
}>;
|
170
347
|
};
|
171
348
|
class: {
|
172
349
|
type: import("vue").PropType<String | String[]>;
|
@@ -174,6 +351,7 @@ declare const _default: {
|
|
174
351
|
};
|
175
352
|
colorSchemaType?: any;
|
176
353
|
container?: any;
|
354
|
+
colors?: any;
|
177
355
|
}>> & {
|
178
356
|
"onUpdate:modelValue"?: (value: any) => any;
|
179
357
|
"onClick:button"?: (value: any) => any;
|
@@ -182,10 +360,21 @@ declare const _default: {
|
|
182
360
|
__isTeleport?: never;
|
183
361
|
__isSuspense?: never;
|
184
362
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
363
|
+
"v-slots": import("vue").Prop<{
|
364
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
365
|
+
} & {
|
366
|
+
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
367
|
+
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
368
|
+
}>;
|
369
|
+
clearable: {
|
370
|
+
type: import("vue").PropType<boolean>;
|
371
|
+
} & {
|
372
|
+
type: import("vue").PropType<boolean>;
|
373
|
+
};
|
185
374
|
variant: {
|
186
|
-
type: import("vue").PropType<
|
375
|
+
type: import("vue").PropType<string>;
|
187
376
|
} & {
|
188
|
-
type: import("vue").PropType<
|
377
|
+
type: import("vue").PropType<string>;
|
189
378
|
};
|
190
379
|
"item-value": {
|
191
380
|
type: import("vue").PropType<any>;
|
@@ -211,9 +400,52 @@ declare const _default: {
|
|
211
400
|
};
|
212
401
|
"v-model": {
|
213
402
|
type: import("vue").PropType<any>;
|
403
|
+
required: false;
|
214
404
|
};
|
215
405
|
modelValue: {
|
216
406
|
type: import("vue").PropType<any>;
|
407
|
+
required: false;
|
408
|
+
};
|
409
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
410
|
+
type: import("vue").PropType<any>;
|
411
|
+
required: false;
|
412
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
413
|
+
type: import("vue").PropType<any>;
|
414
|
+
required: false;
|
415
|
+
}; } & {
|
416
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
417
|
+
"v-model": {
|
418
|
+
type: import("vue").PropType<any>;
|
419
|
+
required: false;
|
420
|
+
};
|
421
|
+
} & {
|
422
|
+
modelValue: {
|
423
|
+
type: import("vue").PropType<any>;
|
424
|
+
required: false;
|
425
|
+
};
|
426
|
+
}>;
|
427
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
428
|
+
"v-model": {
|
429
|
+
type: import("vue").PropType<any>;
|
430
|
+
required: false;
|
431
|
+
};
|
432
|
+
} & {
|
433
|
+
modelValue: {
|
434
|
+
type: import("vue").PropType<any>;
|
435
|
+
required: false;
|
436
|
+
};
|
437
|
+
}, false>;
|
438
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
439
|
+
"v-model": {
|
440
|
+
type: import("vue").PropType<any>;
|
441
|
+
required: false;
|
442
|
+
};
|
443
|
+
} & {
|
444
|
+
modelValue: {
|
445
|
+
type: import("vue").PropType<any>;
|
446
|
+
required: false;
|
447
|
+
};
|
448
|
+
}>;
|
217
449
|
};
|
218
450
|
class: {
|
219
451
|
type: import("vue").PropType<String | String[]>;
|
@@ -221,28 +453,83 @@ declare const _default: {
|
|
221
453
|
};
|
222
454
|
colorSchemaType?: any;
|
223
455
|
container?: any;
|
456
|
+
colors?: any;
|
224
457
|
}>> & {
|
225
458
|
"onUpdate:modelValue"?: (value: any) => any;
|
226
459
|
"onClick:button"?: (value: any) => any;
|
227
460
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
228
|
-
"update:modelValue": (value: any) => true;
|
229
461
|
"click:button": (value: any) => true;
|
462
|
+
"update:modelValue": (value: any) => true;
|
230
463
|
}, string, {
|
231
464
|
container?: any;
|
232
465
|
colorSchemaType?: any;
|
466
|
+
colors?: any;
|
233
467
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
234
468
|
propsDefinition: Readonly<{
|
235
469
|
container?: any;
|
236
470
|
colorSchemaType?: any;
|
471
|
+
colors?: any;
|
237
472
|
} & {
|
238
473
|
label?: string;
|
239
474
|
class?: String | String[];
|
475
|
+
name?: {
|
476
|
+
[x: `v-model:${string}`]: {
|
477
|
+
type: import("vue").PropType<any>;
|
478
|
+
required: false;
|
479
|
+
};
|
480
|
+
} & {
|
481
|
+
[x: string]: {
|
482
|
+
type: import("vue").PropType<any>;
|
483
|
+
required: false;
|
484
|
+
};
|
485
|
+
} & {
|
486
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, any, {
|
487
|
+
"v-model": {
|
488
|
+
type: import("vue").PropType<any>;
|
489
|
+
required: false;
|
490
|
+
};
|
491
|
+
} & {
|
492
|
+
modelValue: {
|
493
|
+
type: import("vue").PropType<any>;
|
494
|
+
required: false;
|
495
|
+
};
|
496
|
+
}>;
|
497
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, any, {
|
498
|
+
"v-model": {
|
499
|
+
type: import("vue").PropType<any>;
|
500
|
+
required: false;
|
501
|
+
};
|
502
|
+
} & {
|
503
|
+
modelValue: {
|
504
|
+
type: import("vue").PropType<any>;
|
505
|
+
required: false;
|
506
|
+
};
|
507
|
+
}, false>;
|
508
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, any, {
|
509
|
+
"v-model": {
|
510
|
+
type: import("vue").PropType<any>;
|
511
|
+
required: false;
|
512
|
+
};
|
513
|
+
} & {
|
514
|
+
modelValue: {
|
515
|
+
type: import("vue").PropType<any>;
|
516
|
+
required: false;
|
517
|
+
};
|
518
|
+
}>;
|
519
|
+
};
|
240
520
|
"v-model"?: any;
|
241
521
|
modelValue?: any;
|
242
|
-
|
522
|
+
"v-slots"?: {
|
523
|
+
default?: import("@omnia/fx-models").Func<[VNodeChild]>;
|
524
|
+
} & {
|
525
|
+
item?: (item: RenderingItem, index: Number) => VNodeChild;
|
526
|
+
selection?: (item: RenderingItem, index: Number) => VNodeChild;
|
527
|
+
};
|
528
|
+
variant?: string;
|
243
529
|
items?: any;
|
244
530
|
itemTitle?: any;
|
245
531
|
itemValue?: any;
|
532
|
+
clearable?: boolean;
|
246
533
|
"item-value"?: any;
|
247
534
|
"item-title"?: any;
|
248
535
|
}> & {
|