@omnia/fx 8.0.162-dev → 8.0.164-dev
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/console/components/Console.d.ts +2 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +31 -16
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +113 -84
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +155 -126
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +51 -11
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +18 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +15 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +52 -6071
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -72
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +70 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +19 -4
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +23 -4
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +206 -135
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/loc/localize.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacyVideo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +31 -4
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +77 -27
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +55 -55
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12384
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +81 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +572 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +100 -71
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +59 -12381
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +41 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseJourney.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +220 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +45 -17
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +73 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +3 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +27 -211
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +59 -29
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/{ContainerEditor.d.ts → BackgroundEditor.d.ts} +112 -91
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +446 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +132 -97
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +72 -11
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +52 -28
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{datetimepicker/DateTimePicker.css.d.ts → vuetify/input/VNumber.bundle.d.ts} +0 -0
@@ -6,10 +6,10 @@ declare const _default: {
|
|
6
6
|
type: import("vue").PropType<boolean>;
|
7
7
|
};
|
8
8
|
"color-type": {
|
9
|
-
type: import("vue").PropType<"
|
9
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
10
10
|
};
|
11
11
|
colorType: {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
13
13
|
};
|
14
14
|
size: {
|
15
15
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -30,9 +30,18 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<String | String[]>;
|
31
31
|
required: boolean;
|
32
32
|
};
|
33
|
-
colorSchemaType
|
34
|
-
|
35
|
-
|
33
|
+
colorSchemaType: {
|
34
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
35
|
+
required: boolean;
|
36
|
+
};
|
37
|
+
container: {
|
38
|
+
type: BooleanConstructor;
|
39
|
+
required: boolean;
|
40
|
+
};
|
41
|
+
colors: {
|
42
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
43
|
+
required: boolean;
|
44
|
+
};
|
36
45
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
46
|
gradient: {
|
38
47
|
type: import("vue").PropType<boolean>;
|
@@ -40,10 +49,10 @@ declare const _default: {
|
|
40
49
|
type: import("vue").PropType<boolean>;
|
41
50
|
};
|
42
51
|
"color-type": {
|
43
|
-
type: import("vue").PropType<"
|
52
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
44
53
|
};
|
45
54
|
colorType: {
|
46
|
-
type: import("vue").PropType<"
|
55
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
47
56
|
};
|
48
57
|
size: {
|
49
58
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -64,13 +73,20 @@ declare const _default: {
|
|
64
73
|
type: import("vue").PropType<String | String[]>;
|
65
74
|
required: boolean;
|
66
75
|
};
|
67
|
-
colorSchemaType
|
68
|
-
|
69
|
-
|
76
|
+
colorSchemaType: {
|
77
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
78
|
+
required: boolean;
|
79
|
+
};
|
80
|
+
container: {
|
81
|
+
type: BooleanConstructor;
|
82
|
+
required: boolean;
|
83
|
+
};
|
84
|
+
colors: {
|
85
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
86
|
+
required: boolean;
|
87
|
+
};
|
70
88
|
}>>, {
|
71
|
-
container
|
72
|
-
colorSchemaType?: any;
|
73
|
-
colors?: any;
|
89
|
+
container: boolean;
|
74
90
|
}, true, {}, {}, {
|
75
91
|
P: {};
|
76
92
|
B: {};
|
@@ -85,10 +101,10 @@ declare const _default: {
|
|
85
101
|
type: import("vue").PropType<boolean>;
|
86
102
|
};
|
87
103
|
"color-type": {
|
88
|
-
type: import("vue").PropType<"
|
104
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
89
105
|
};
|
90
106
|
colorType: {
|
91
|
-
type: import("vue").PropType<"
|
107
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
92
108
|
};
|
93
109
|
size: {
|
94
110
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -109,13 +125,20 @@ declare const _default: {
|
|
109
125
|
type: import("vue").PropType<String | String[]>;
|
110
126
|
required: boolean;
|
111
127
|
};
|
112
|
-
colorSchemaType
|
113
|
-
|
114
|
-
|
128
|
+
colorSchemaType: {
|
129
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
130
|
+
required: boolean;
|
131
|
+
};
|
132
|
+
container: {
|
133
|
+
type: BooleanConstructor;
|
134
|
+
required: boolean;
|
135
|
+
};
|
136
|
+
colors: {
|
137
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
138
|
+
required: boolean;
|
139
|
+
};
|
115
140
|
}>>, () => JSX.Element, {}, {}, {}, {
|
116
|
-
container
|
117
|
-
colorSchemaType?: any;
|
118
|
-
colors?: any;
|
141
|
+
container: boolean;
|
119
142
|
}>;
|
120
143
|
__isFragment?: never;
|
121
144
|
__isTeleport?: never;
|
@@ -127,10 +150,10 @@ declare const _default: {
|
|
127
150
|
type: import("vue").PropType<boolean>;
|
128
151
|
};
|
129
152
|
"color-type": {
|
130
|
-
type: import("vue").PropType<"
|
153
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
131
154
|
};
|
132
155
|
colorType: {
|
133
|
-
type: import("vue").PropType<"
|
156
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
134
157
|
};
|
135
158
|
size: {
|
136
159
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -151,26 +174,32 @@ declare const _default: {
|
|
151
174
|
type: import("vue").PropType<String | String[]>;
|
152
175
|
required: boolean;
|
153
176
|
};
|
154
|
-
colorSchemaType
|
155
|
-
|
156
|
-
|
177
|
+
colorSchemaType: {
|
178
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
179
|
+
required: boolean;
|
180
|
+
};
|
181
|
+
container: {
|
182
|
+
type: BooleanConstructor;
|
183
|
+
required: boolean;
|
184
|
+
};
|
185
|
+
colors: {
|
186
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
187
|
+
required: boolean;
|
188
|
+
};
|
157
189
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
158
|
-
container
|
159
|
-
colorSchemaType?: any;
|
160
|
-
colors?: any;
|
190
|
+
container: boolean;
|
161
191
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
162
|
-
propsDefinition: Omit<Readonly<{
|
163
|
-
container?: any;
|
164
|
-
colorSchemaType?: any;
|
165
|
-
colors?: any;
|
166
|
-
} & {
|
192
|
+
propsDefinition: Omit<Readonly<{} & {
|
167
193
|
color?: string;
|
194
|
+
container?: boolean;
|
168
195
|
class?: String | String[];
|
169
196
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
170
|
-
|
197
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
198
|
+
colorType?: "base" | "onBase" | "container" | "onContainer";
|
171
199
|
toned?: boolean;
|
200
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
201
|
gradient?: boolean;
|
173
|
-
"color-type"?: "
|
202
|
+
"color-type"?: "base" | "onBase" | "container" | "onContainer";
|
174
203
|
}>, never>;
|
175
204
|
};
|
176
205
|
export default _default;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$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;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$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;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -92,9 +92,9 @@ declare const _default: {
|
|
92
92
|
type: import("vue").PropType<object>;
|
93
93
|
};
|
94
94
|
variant: {
|
95
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
95
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
96
96
|
} & {
|
97
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
97
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
98
98
|
};
|
99
99
|
target: {
|
100
100
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -120,9 +120,18 @@ declare const _default: {
|
|
120
120
|
type: import("vue").PropType<String | String[]>;
|
121
121
|
required: boolean;
|
122
122
|
};
|
123
|
-
colorSchemaType
|
124
|
-
|
125
|
-
|
123
|
+
colorSchemaType: {
|
124
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
125
|
+
required: boolean;
|
126
|
+
};
|
127
|
+
container: {
|
128
|
+
type: BooleanConstructor;
|
129
|
+
required: boolean;
|
130
|
+
};
|
131
|
+
colors: {
|
132
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
|
+
required: boolean;
|
134
|
+
};
|
126
135
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
127
136
|
disableBlueprint: {
|
128
137
|
type: import("vue").PropType<boolean>;
|
@@ -214,9 +223,9 @@ declare const _default: {
|
|
214
223
|
type: import("vue").PropType<object>;
|
215
224
|
};
|
216
225
|
variant: {
|
217
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
226
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
218
227
|
} & {
|
219
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
228
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
220
229
|
};
|
221
230
|
target: {
|
222
231
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -242,13 +251,20 @@ declare const _default: {
|
|
242
251
|
type: import("vue").PropType<String | String[]>;
|
243
252
|
required: boolean;
|
244
253
|
};
|
245
|
-
colorSchemaType
|
246
|
-
|
247
|
-
|
254
|
+
colorSchemaType: {
|
255
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
256
|
+
required: boolean;
|
257
|
+
};
|
258
|
+
container: {
|
259
|
+
type: BooleanConstructor;
|
260
|
+
required: boolean;
|
261
|
+
};
|
262
|
+
colors: {
|
263
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
264
|
+
required: boolean;
|
265
|
+
};
|
248
266
|
}>>, {
|
249
|
-
container
|
250
|
-
colorSchemaType?: any;
|
251
|
-
colors?: any;
|
267
|
+
container: boolean;
|
252
268
|
}, true, {}, {}, {
|
253
269
|
P: {};
|
254
270
|
B: {};
|
@@ -347,9 +363,9 @@ declare const _default: {
|
|
347
363
|
type: import("vue").PropType<object>;
|
348
364
|
};
|
349
365
|
variant: {
|
350
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
366
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
351
367
|
} & {
|
352
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
368
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
353
369
|
};
|
354
370
|
target: {
|
355
371
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -375,13 +391,20 @@ declare const _default: {
|
|
375
391
|
type: import("vue").PropType<String | String[]>;
|
376
392
|
required: boolean;
|
377
393
|
};
|
378
|
-
colorSchemaType
|
379
|
-
|
380
|
-
|
394
|
+
colorSchemaType: {
|
395
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
396
|
+
required: boolean;
|
397
|
+
};
|
398
|
+
container: {
|
399
|
+
type: BooleanConstructor;
|
400
|
+
required: boolean;
|
401
|
+
};
|
402
|
+
colors: {
|
403
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
404
|
+
required: boolean;
|
405
|
+
};
|
381
406
|
}>>, () => JSX.Element, {}, {}, {}, {
|
382
|
-
container
|
383
|
-
colorSchemaType?: any;
|
384
|
-
colors?: any;
|
407
|
+
container: boolean;
|
385
408
|
}>;
|
386
409
|
__isFragment?: never;
|
387
410
|
__isTeleport?: never;
|
@@ -477,9 +500,9 @@ declare const _default: {
|
|
477
500
|
type: import("vue").PropType<object>;
|
478
501
|
};
|
479
502
|
variant: {
|
480
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
503
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
481
504
|
} & {
|
482
|
-
type: import("vue").PropType<"primary" | "default" | "menu" | "opacity" | "
|
505
|
+
type: import("vue").PropType<"toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim">;
|
483
506
|
};
|
484
507
|
target: {
|
485
508
|
type: import("vue").PropType<"_blank" | "_self" | "_parent" | "_top" | "framename">;
|
@@ -505,21 +528,26 @@ declare const _default: {
|
|
505
528
|
type: import("vue").PropType<String | String[]>;
|
506
529
|
required: boolean;
|
507
530
|
};
|
508
|
-
colorSchemaType
|
509
|
-
|
510
|
-
|
531
|
+
colorSchemaType: {
|
532
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
533
|
+
required: boolean;
|
534
|
+
};
|
535
|
+
container: {
|
536
|
+
type: BooleanConstructor;
|
537
|
+
required: boolean;
|
538
|
+
};
|
539
|
+
colors: {
|
540
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
541
|
+
required: boolean;
|
542
|
+
};
|
511
543
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
512
|
-
container
|
513
|
-
colorSchemaType?: any;
|
514
|
-
colors?: any;
|
544
|
+
container: boolean;
|
515
545
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
516
|
-
propsDefinition: Omit<Readonly<{
|
517
|
-
container?: any;
|
518
|
-
colorSchemaType?: any;
|
519
|
-
colors?: any;
|
520
|
-
} & {
|
546
|
+
propsDefinition: Omit<Readonly<{} & {
|
521
547
|
text?: string;
|
522
548
|
icon?: ButtonIconOptions;
|
549
|
+
blueprint?: ButtonBlueprint;
|
550
|
+
container?: boolean;
|
523
551
|
class?: String | String[];
|
524
552
|
block?: boolean;
|
525
553
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
@@ -529,9 +557,10 @@ declare const _default: {
|
|
529
557
|
tooltip?: ButtonTooltipOptions;
|
530
558
|
active?: boolean;
|
531
559
|
disabled?: boolean;
|
532
|
-
|
560
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
533
561
|
toned?: boolean;
|
534
|
-
|
562
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
563
|
+
variant?: "toolbar" | "primary" | "default" | "menu" | "opacity" | "overlay" | "dial" | "slim";
|
535
564
|
grouped?: boolean;
|
536
565
|
loading?: boolean;
|
537
566
|
overrides?: object;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$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;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -41,9 +41,18 @@ declare const _default: {
|
|
41
41
|
type: import("vue").PropType<String | String[]>;
|
42
42
|
required: boolean;
|
43
43
|
};
|
44
|
-
colorSchemaType
|
45
|
-
|
46
|
-
|
44
|
+
colorSchemaType: {
|
45
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
46
|
+
required: boolean;
|
47
|
+
};
|
48
|
+
container: {
|
49
|
+
type: BooleanConstructor;
|
50
|
+
required: boolean;
|
51
|
+
};
|
52
|
+
colors: {
|
53
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
54
|
+
required: boolean;
|
55
|
+
};
|
47
56
|
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
57
|
[key: string]: any;
|
49
58
|
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
@@ -87,13 +96,20 @@ declare const _default: {
|
|
87
96
|
type: import("vue").PropType<String | String[]>;
|
88
97
|
required: boolean;
|
89
98
|
};
|
90
|
-
colorSchemaType
|
91
|
-
|
92
|
-
|
99
|
+
colorSchemaType: {
|
100
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
101
|
+
required: boolean;
|
102
|
+
};
|
103
|
+
container: {
|
104
|
+
type: BooleanConstructor;
|
105
|
+
required: boolean;
|
106
|
+
};
|
107
|
+
colors: {
|
108
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
109
|
+
required: boolean;
|
110
|
+
};
|
93
111
|
}>>, {
|
94
|
-
container
|
95
|
-
colorSchemaType?: any;
|
96
|
-
colors?: any;
|
112
|
+
container: boolean;
|
97
113
|
}, true, {}, {}, {
|
98
114
|
P: {};
|
99
115
|
B: {};
|
@@ -142,15 +158,22 @@ declare const _default: {
|
|
142
158
|
type: import("vue").PropType<String | String[]>;
|
143
159
|
required: boolean;
|
144
160
|
};
|
145
|
-
colorSchemaType
|
146
|
-
|
147
|
-
|
161
|
+
colorSchemaType: {
|
162
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
163
|
+
required: boolean;
|
164
|
+
};
|
165
|
+
container: {
|
166
|
+
type: BooleanConstructor;
|
167
|
+
required: boolean;
|
168
|
+
};
|
169
|
+
colors: {
|
170
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
171
|
+
required: boolean;
|
172
|
+
};
|
148
173
|
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
149
174
|
[key: string]: any;
|
150
175
|
}>[] | (() => JSX.Element), {}, {}, {}, {
|
151
|
-
container
|
152
|
-
colorSchemaType?: any;
|
153
|
-
colors?: any;
|
176
|
+
container: boolean;
|
154
177
|
}>;
|
155
178
|
__isFragment?: never;
|
156
179
|
__isTeleport?: never;
|
@@ -196,25 +219,31 @@ declare const _default: {
|
|
196
219
|
type: import("vue").PropType<String | String[]>;
|
197
220
|
required: boolean;
|
198
221
|
};
|
199
|
-
colorSchemaType
|
200
|
-
|
201
|
-
|
222
|
+
colorSchemaType: {
|
223
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
224
|
+
required: boolean;
|
225
|
+
};
|
226
|
+
container: {
|
227
|
+
type: BooleanConstructor;
|
228
|
+
required: boolean;
|
229
|
+
};
|
230
|
+
colors: {
|
231
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
232
|
+
required: boolean;
|
233
|
+
};
|
202
234
|
}>>, import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
203
235
|
[key: string]: any;
|
204
236
|
}>[] | (() => JSX.Element), unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
205
|
-
container
|
206
|
-
colorSchemaType?: any;
|
207
|
-
colors?: any;
|
237
|
+
container: boolean;
|
208
238
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
209
|
-
propsDefinition: Omit<Readonly<{
|
210
|
-
container?:
|
211
|
-
colorSchemaType?: any;
|
212
|
-
colors?: any;
|
213
|
-
} & {
|
239
|
+
propsDefinition: Omit<Readonly<{} & {
|
240
|
+
container?: boolean;
|
214
241
|
toggle?: boolean;
|
215
242
|
class?: String | String[];
|
216
243
|
mandatory?: boolean;
|
244
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
217
245
|
toned?: boolean;
|
246
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
218
247
|
"v-model"?: any;
|
219
248
|
"onUpdate:modelValue"?: (value: any) => any;
|
220
249
|
modelValue?: any;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$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;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|