@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,7 +5,14 @@ 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<{
|
10
|
+
"sub-title": {
|
11
|
+
type: import("vue").PropType<string>;
|
12
|
+
};
|
13
|
+
subTitle: {
|
14
|
+
type: import("vue").PropType<string>;
|
15
|
+
};
|
9
16
|
title: {
|
10
17
|
type: import("vue").PropType<string>;
|
11
18
|
} & {
|
@@ -37,10 +44,11 @@ declare const _default: {
|
|
37
44
|
};
|
38
45
|
colorSchemaType?: any;
|
39
46
|
container?: any;
|
47
|
+
colors?: any;
|
40
48
|
}>> & {
|
41
49
|
"onClick:navigation"?: () => any;
|
42
50
|
"onClick:close"?: () => any;
|
43
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType">;
|
51
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
44
52
|
$attrs: {
|
45
53
|
[x: string]: unknown;
|
46
54
|
};
|
@@ -55,6 +63,12 @@ declare const _default: {
|
|
55
63
|
$emit: ((event: "click:navigation") => void) & ((event: "click:close") => void);
|
56
64
|
$el: any;
|
57
65
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
66
|
+
"sub-title": {
|
67
|
+
type: import("vue").PropType<string>;
|
68
|
+
};
|
69
|
+
subTitle: {
|
70
|
+
type: import("vue").PropType<string>;
|
71
|
+
};
|
58
72
|
title: {
|
59
73
|
type: import("vue").PropType<string>;
|
60
74
|
} & {
|
@@ -86,6 +100,7 @@ declare const _default: {
|
|
86
100
|
};
|
87
101
|
colorSchemaType?: any;
|
88
102
|
container?: any;
|
103
|
+
colors?: any;
|
89
104
|
}>> & {
|
90
105
|
"onClick:navigation"?: () => any;
|
91
106
|
"onClick:close"?: () => any;
|
@@ -95,6 +110,7 @@ declare const _default: {
|
|
95
110
|
}, string, {
|
96
111
|
container?: any;
|
97
112
|
colorSchemaType?: any;
|
113
|
+
colors?: any;
|
98
114
|
}, {}, string> & {
|
99
115
|
beforeCreate?: (() => void) | (() => void)[];
|
100
116
|
created?: (() => void) | (() => void)[];
|
@@ -116,6 +132,12 @@ declare const _default: {
|
|
116
132
|
$nextTick: typeof import("vue").nextTick;
|
117
133
|
$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;
|
118
134
|
} & Readonly<import("vue").ExtractPropTypes<{
|
135
|
+
"sub-title": {
|
136
|
+
type: import("vue").PropType<string>;
|
137
|
+
};
|
138
|
+
subTitle: {
|
139
|
+
type: import("vue").PropType<string>;
|
140
|
+
};
|
119
141
|
title: {
|
120
142
|
type: import("vue").PropType<string>;
|
121
143
|
} & {
|
@@ -147,6 +169,7 @@ declare const _default: {
|
|
147
169
|
};
|
148
170
|
colorSchemaType?: any;
|
149
171
|
container?: any;
|
172
|
+
colors?: any;
|
150
173
|
}>> & {
|
151
174
|
"onClick:navigation"?: () => any;
|
152
175
|
"onClick:close"?: () => any;
|
@@ -155,6 +178,12 @@ declare const _default: {
|
|
155
178
|
__isTeleport?: never;
|
156
179
|
__isSuspense?: never;
|
157
180
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
181
|
+
"sub-title": {
|
182
|
+
type: import("vue").PropType<string>;
|
183
|
+
};
|
184
|
+
subTitle: {
|
185
|
+
type: import("vue").PropType<string>;
|
186
|
+
};
|
158
187
|
title: {
|
159
188
|
type: import("vue").PropType<string>;
|
160
189
|
} & {
|
@@ -186,6 +215,7 @@ declare const _default: {
|
|
186
215
|
};
|
187
216
|
colorSchemaType?: any;
|
188
217
|
container?: any;
|
218
|
+
colors?: any;
|
189
219
|
}>> & {
|
190
220
|
"onClick:navigation"?: () => any;
|
191
221
|
"onClick:close"?: () => any;
|
@@ -195,10 +225,12 @@ declare const _default: {
|
|
195
225
|
}, string, {
|
196
226
|
container?: any;
|
197
227
|
colorSchemaType?: any;
|
228
|
+
colors?: any;
|
198
229
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
199
230
|
propsDefinition: Readonly<{
|
200
231
|
container?: any;
|
201
232
|
colorSchemaType?: any;
|
233
|
+
colors?: any;
|
202
234
|
} & {
|
203
235
|
title?: string;
|
204
236
|
class?: String | String[];
|
@@ -206,6 +238,8 @@ declare const _default: {
|
|
206
238
|
absolute?: boolean;
|
207
239
|
navigation?: boolean;
|
208
240
|
closable?: boolean;
|
241
|
+
subTitle?: string;
|
242
|
+
"sub-title"?: string;
|
209
243
|
}> & {
|
210
244
|
"onClick:navigation"?: () => any;
|
211
245
|
"onClick:close"?: () => any;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
export
|
1
|
+
export declare const ButtonVariantsDefinition: string[];
|
2
|
+
export type ButtonVariant = typeof ButtonVariantsDefinition[number];
|
2
3
|
export declare const buttonStyles: {
|
3
4
|
transparentWrapper: string;
|
4
5
|
wrapper: (background: string, text: string, iconColor: string, variant: ButtonVariant) => string;
|
@@ -1,7 +1,9 @@
|
|
1
1
|
import { ButtonIconOptions, ButtonTooltipOptions } from "@omnia/fx-models";
|
2
|
-
|
3
|
-
export
|
4
|
-
export type
|
2
|
+
export * from "./Button.css";
|
3
|
+
export declare const SizeTypeDefinitions: string[];
|
4
|
+
export type SizeType = typeof SizeTypeDefinitions[number];
|
5
|
+
export declare const ButtonPresetDefinitions: string[];
|
6
|
+
export type ButtonPreset = typeof ButtonPresetDefinitions[number];
|
5
7
|
declare const _default: {
|
6
8
|
new (...args: any[]): {
|
7
9
|
$: import("vue").ComponentInternalInstance;
|
@@ -9,46 +11,42 @@ declare const _default: {
|
|
9
11
|
$props: Partial<{
|
10
12
|
container?: any;
|
11
13
|
colorSchemaType?: any;
|
14
|
+
colors?: any;
|
12
15
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
13
|
-
|
16
|
+
disabled: {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
required: false;
|
19
|
+
};
|
20
|
+
active: {
|
21
|
+
type: import("vue").PropType<boolean>;
|
22
|
+
required: false;
|
23
|
+
};
|
24
|
+
toned: {
|
14
25
|
type: import("vue").PropType<boolean>;
|
15
|
-
}
|
26
|
+
};
|
27
|
+
grouped: {
|
16
28
|
type: import("vue").PropType<boolean>;
|
17
29
|
};
|
18
30
|
size: {
|
19
|
-
type: import("vue").PropType<
|
20
|
-
} & {
|
21
|
-
type: import("vue").PropType<SizeType>;
|
31
|
+
type: import("vue").PropType<string>;
|
22
32
|
};
|
23
33
|
tooltip: {
|
24
34
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
25
|
-
} & {
|
26
|
-
type: import("vue").PropType<ButtonTooltipOptions>;
|
27
35
|
};
|
28
36
|
preset: {
|
29
|
-
type: import("vue").PropType<
|
30
|
-
} & {
|
31
|
-
type: import("vue").PropType<ButtonPreset>;
|
37
|
+
type: import("vue").PropType<string>;
|
32
38
|
};
|
33
39
|
overrides: {
|
34
40
|
type: import("vue").PropType<object>;
|
35
|
-
} & {
|
36
|
-
type: import("vue").PropType<object>;
|
37
41
|
};
|
38
42
|
variant: {
|
39
|
-
type: import("vue").PropType<
|
40
|
-
} & {
|
41
|
-
type: import("vue").PropType<ButtonVariant>;
|
43
|
+
type: import("vue").PropType<string>;
|
42
44
|
};
|
43
45
|
text: {
|
44
46
|
type: import("vue").PropType<string>;
|
45
|
-
} & {
|
46
|
-
type: import("vue").PropType<string>;
|
47
47
|
};
|
48
48
|
icon: {
|
49
49
|
type: import("vue").PropType<ButtonIconOptions>;
|
50
|
-
} & {
|
51
|
-
type: import("vue").PropType<ButtonIconOptions>;
|
52
50
|
};
|
53
51
|
class: {
|
54
52
|
type: import("vue").PropType<String | String[]>;
|
@@ -56,7 +54,8 @@ declare const _default: {
|
|
56
54
|
};
|
57
55
|
colorSchemaType?: any;
|
58
56
|
container?: any;
|
59
|
-
|
57
|
+
colors?: any;
|
58
|
+
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "container" | "colorSchemaType" | "colors">;
|
60
59
|
$attrs: {
|
61
60
|
[x: string]: unknown;
|
62
61
|
};
|
@@ -71,45 +70,40 @@ declare const _default: {
|
|
71
70
|
$emit: (event: string, ...args: any[]) => void;
|
72
71
|
$el: any;
|
73
72
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
74
|
-
|
73
|
+
disabled: {
|
74
|
+
type: import("vue").PropType<boolean>;
|
75
|
+
required: false;
|
76
|
+
};
|
77
|
+
active: {
|
78
|
+
type: import("vue").PropType<boolean>;
|
79
|
+
required: false;
|
80
|
+
};
|
81
|
+
toned: {
|
75
82
|
type: import("vue").PropType<boolean>;
|
76
|
-
}
|
83
|
+
};
|
84
|
+
grouped: {
|
77
85
|
type: import("vue").PropType<boolean>;
|
78
86
|
};
|
79
87
|
size: {
|
80
|
-
type: import("vue").PropType<
|
81
|
-
} & {
|
82
|
-
type: import("vue").PropType<SizeType>;
|
88
|
+
type: import("vue").PropType<string>;
|
83
89
|
};
|
84
90
|
tooltip: {
|
85
91
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
86
|
-
} & {
|
87
|
-
type: import("vue").PropType<ButtonTooltipOptions>;
|
88
92
|
};
|
89
93
|
preset: {
|
90
|
-
type: import("vue").PropType<
|
91
|
-
} & {
|
92
|
-
type: import("vue").PropType<ButtonPreset>;
|
94
|
+
type: import("vue").PropType<string>;
|
93
95
|
};
|
94
96
|
overrides: {
|
95
97
|
type: import("vue").PropType<object>;
|
96
|
-
} & {
|
97
|
-
type: import("vue").PropType<object>;
|
98
98
|
};
|
99
99
|
variant: {
|
100
|
-
type: import("vue").PropType<
|
101
|
-
} & {
|
102
|
-
type: import("vue").PropType<ButtonVariant>;
|
100
|
+
type: import("vue").PropType<string>;
|
103
101
|
};
|
104
102
|
text: {
|
105
103
|
type: import("vue").PropType<string>;
|
106
|
-
} & {
|
107
|
-
type: import("vue").PropType<string>;
|
108
104
|
};
|
109
105
|
icon: {
|
110
106
|
type: import("vue").PropType<ButtonIconOptions>;
|
111
|
-
} & {
|
112
|
-
type: import("vue").PropType<ButtonIconOptions>;
|
113
107
|
};
|
114
108
|
class: {
|
115
109
|
type: import("vue").PropType<String | String[]>;
|
@@ -117,9 +111,11 @@ declare const _default: {
|
|
117
111
|
};
|
118
112
|
colorSchemaType?: any;
|
119
113
|
container?: any;
|
114
|
+
colors?: any;
|
120
115
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
121
116
|
container?: any;
|
122
117
|
colorSchemaType?: any;
|
118
|
+
colors?: any;
|
123
119
|
}, {}, string> & {
|
124
120
|
beforeCreate?: (() => void) | (() => void)[];
|
125
121
|
created?: (() => void) | (() => void)[];
|
@@ -141,45 +137,40 @@ declare const _default: {
|
|
141
137
|
$nextTick: typeof import("vue").nextTick;
|
142
138
|
$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;
|
143
139
|
} & Readonly<import("vue").ExtractPropTypes<{
|
144
|
-
|
140
|
+
disabled: {
|
141
|
+
type: import("vue").PropType<boolean>;
|
142
|
+
required: false;
|
143
|
+
};
|
144
|
+
active: {
|
145
|
+
type: import("vue").PropType<boolean>;
|
146
|
+
required: false;
|
147
|
+
};
|
148
|
+
toned: {
|
145
149
|
type: import("vue").PropType<boolean>;
|
146
|
-
}
|
150
|
+
};
|
151
|
+
grouped: {
|
147
152
|
type: import("vue").PropType<boolean>;
|
148
153
|
};
|
149
154
|
size: {
|
150
|
-
type: import("vue").PropType<
|
151
|
-
} & {
|
152
|
-
type: import("vue").PropType<SizeType>;
|
155
|
+
type: import("vue").PropType<string>;
|
153
156
|
};
|
154
157
|
tooltip: {
|
155
158
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
156
|
-
} & {
|
157
|
-
type: import("vue").PropType<ButtonTooltipOptions>;
|
158
159
|
};
|
159
160
|
preset: {
|
160
|
-
type: import("vue").PropType<
|
161
|
-
} & {
|
162
|
-
type: import("vue").PropType<ButtonPreset>;
|
161
|
+
type: import("vue").PropType<string>;
|
163
162
|
};
|
164
163
|
overrides: {
|
165
164
|
type: import("vue").PropType<object>;
|
166
|
-
} & {
|
167
|
-
type: import("vue").PropType<object>;
|
168
165
|
};
|
169
166
|
variant: {
|
170
|
-
type: import("vue").PropType<
|
171
|
-
} & {
|
172
|
-
type: import("vue").PropType<ButtonVariant>;
|
167
|
+
type: import("vue").PropType<string>;
|
173
168
|
};
|
174
169
|
text: {
|
175
170
|
type: import("vue").PropType<string>;
|
176
|
-
} & {
|
177
|
-
type: import("vue").PropType<string>;
|
178
171
|
};
|
179
172
|
icon: {
|
180
173
|
type: import("vue").PropType<ButtonIconOptions>;
|
181
|
-
} & {
|
182
|
-
type: import("vue").PropType<ButtonIconOptions>;
|
183
174
|
};
|
184
175
|
class: {
|
185
176
|
type: import("vue").PropType<String | String[]>;
|
@@ -187,50 +178,46 @@ declare const _default: {
|
|
187
178
|
};
|
188
179
|
colorSchemaType?: any;
|
189
180
|
container?: any;
|
181
|
+
colors?: any;
|
190
182
|
}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
191
183
|
__isFragment?: never;
|
192
184
|
__isTeleport?: never;
|
193
185
|
__isSuspense?: never;
|
194
186
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
195
|
-
|
187
|
+
disabled: {
|
196
188
|
type: import("vue").PropType<boolean>;
|
197
|
-
|
189
|
+
required: false;
|
190
|
+
};
|
191
|
+
active: {
|
192
|
+
type: import("vue").PropType<boolean>;
|
193
|
+
required: false;
|
194
|
+
};
|
195
|
+
toned: {
|
196
|
+
type: import("vue").PropType<boolean>;
|
197
|
+
};
|
198
|
+
grouped: {
|
198
199
|
type: import("vue").PropType<boolean>;
|
199
200
|
};
|
200
201
|
size: {
|
201
|
-
type: import("vue").PropType<
|
202
|
-
} & {
|
203
|
-
type: import("vue").PropType<SizeType>;
|
202
|
+
type: import("vue").PropType<string>;
|
204
203
|
};
|
205
204
|
tooltip: {
|
206
205
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
207
|
-
} & {
|
208
|
-
type: import("vue").PropType<ButtonTooltipOptions>;
|
209
206
|
};
|
210
207
|
preset: {
|
211
|
-
type: import("vue").PropType<
|
212
|
-
} & {
|
213
|
-
type: import("vue").PropType<ButtonPreset>;
|
208
|
+
type: import("vue").PropType<string>;
|
214
209
|
};
|
215
210
|
overrides: {
|
216
211
|
type: import("vue").PropType<object>;
|
217
|
-
} & {
|
218
|
-
type: import("vue").PropType<object>;
|
219
212
|
};
|
220
213
|
variant: {
|
221
|
-
type: import("vue").PropType<
|
222
|
-
} & {
|
223
|
-
type: import("vue").PropType<ButtonVariant>;
|
214
|
+
type: import("vue").PropType<string>;
|
224
215
|
};
|
225
216
|
text: {
|
226
217
|
type: import("vue").PropType<string>;
|
227
|
-
} & {
|
228
|
-
type: import("vue").PropType<string>;
|
229
218
|
};
|
230
219
|
icon: {
|
231
220
|
type: import("vue").PropType<ButtonIconOptions>;
|
232
|
-
} & {
|
233
|
-
type: import("vue").PropType<ButtonIconOptions>;
|
234
221
|
};
|
235
222
|
class: {
|
236
223
|
type: import("vue").PropType<String | String[]>;
|
@@ -238,23 +225,29 @@ declare const _default: {
|
|
238
225
|
};
|
239
226
|
colorSchemaType?: any;
|
240
227
|
container?: any;
|
228
|
+
colors?: any;
|
241
229
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
242
230
|
container?: any;
|
243
231
|
colorSchemaType?: any;
|
232
|
+
colors?: any;
|
244
233
|
}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
245
234
|
propsDefinition: Readonly<{
|
246
235
|
container?: any;
|
247
236
|
colorSchemaType?: any;
|
237
|
+
colors?: any;
|
248
238
|
} & {
|
249
239
|
text?: string;
|
250
240
|
class?: String | String[];
|
251
|
-
size?:
|
241
|
+
size?: string;
|
252
242
|
icon?: ButtonIconOptions;
|
253
243
|
tooltip?: ButtonTooltipOptions;
|
254
|
-
|
244
|
+
active?: boolean;
|
245
|
+
disabled?: boolean;
|
246
|
+
variant?: string;
|
255
247
|
overrides?: object;
|
256
|
-
preset?:
|
248
|
+
preset?: string;
|
257
249
|
grouped?: boolean;
|
250
|
+
toned?: boolean;
|
258
251
|
}>;
|
259
252
|
};
|
260
253
|
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ButtonExamples: import("@omnia/fx/ux").ComponentSpec;
|