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