@omnia/fx 8.0.163-dev → 8.0.165-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/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +16 -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 -6075
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -756
- 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 -756
- 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/docs/DateTimePickerExample.d.ts +2 -6
- 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/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/identities/IdentityRenderer.d.ts +1 -1
- 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 +55 -26
- 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/Badge.d.ts +1 -1
- 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 -6191
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12392
- 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/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/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- 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 +56 -27
- 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 -12389
- 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 +14 -4
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +64 -35
- 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/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/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 -6191
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -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 +140 -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.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +29 -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 +63 -2
- 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 +5 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +32 -47
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- 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 +3 -0
- 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/AddItem.d.ts +4 -4
- 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/models/VelcronDescriptors.d.ts +1 -0
- 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/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +2 -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/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 +63 -2
- 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 +23 -5
- 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 +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +13 -4
- 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 +39 -15
- package/package.json +4 -4
- /package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/index.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
@@ -1,13 +1,20 @@
|
|
1
|
-
import { IconBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
-
|
1
|
+
import { IconBlueprints, OIconSizes, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"v-model"?: IconBlueprints;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: IconBlueprints) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: IconBlueprints;
|
9
|
+
} & {
|
6
10
|
toned?: boolean;
|
11
|
+
} & {
|
7
12
|
label?: string;
|
13
|
+
} & {
|
8
14
|
selectable?: boolean;
|
15
|
+
} & {
|
9
16
|
themeType?: ThemeContextType;
|
10
|
-
} & Omit<{
|
17
|
+
} & DefineEmit<"click:select", (size: OIconSizes) => true>> & Omit<{
|
11
18
|
"onClick:select"?: (size: "small" | "default" | "large" | "x-large" | "x-small") => any;
|
12
19
|
}, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
|
13
20
|
"v-slots"?: {
|
@@ -51,15 +58,21 @@ declare const _default: (props: {
|
|
51
58
|
$nextTick: typeof import("vue").nextTick;
|
52
59
|
$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;
|
53
60
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
54
|
-
propsDefinition: {
|
61
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
55
62
|
"v-model"?: IconBlueprints;
|
63
|
+
} & {
|
56
64
|
"onUpdate:modelValue"?: (value: IconBlueprints) => void;
|
65
|
+
} & {
|
57
66
|
modelValue?: IconBlueprints;
|
67
|
+
} & {
|
58
68
|
toned?: boolean;
|
69
|
+
} & {
|
59
70
|
label?: string;
|
71
|
+
} & {
|
60
72
|
selectable?: boolean;
|
61
|
-
themeType?: ThemeContextType;
|
62
73
|
} & {
|
74
|
+
themeType?: ThemeContextType;
|
75
|
+
} & DefineEmit<"click:select", (size: OIconSizes) => true>> & {
|
63
76
|
"v-slots"?: {
|
64
77
|
default?: import("vue").Slot;
|
65
78
|
} & {};
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -1,19 +1,30 @@
|
|
1
1
|
import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
2
3
|
import { VNodeChild } from "vue";
|
3
4
|
type EditorVariant = "default" | "dialog";
|
4
|
-
declare const _default: (props: {
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
"v-model"?: IconBlueprint;
|
7
|
+
} & {
|
6
8
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
9
|
+
} & {
|
7
10
|
modelValue?: IconBlueprint;
|
11
|
+
} & {
|
8
12
|
icon?: IIcon;
|
9
|
-
|
13
|
+
} & {
|
14
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
15
|
+
} & {
|
10
16
|
variant?: EditorVariant;
|
17
|
+
} & {
|
11
18
|
toned?: boolean;
|
19
|
+
} & {
|
12
20
|
themeType?: ThemeContextType;
|
21
|
+
} & {
|
13
22
|
simpleMode?: boolean;
|
23
|
+
} & {
|
14
24
|
enableDynamicColor?: boolean;
|
25
|
+
} & {
|
15
26
|
label?: string;
|
16
|
-
} & Omit<{
|
27
|
+
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
17
28
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
18
29
|
}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "simpleMode"> & {
|
19
30
|
"v-slots"?: {
|
@@ -59,19 +70,29 @@ declare const _default: (props: {
|
|
59
70
|
$nextTick: typeof import("vue").nextTick;
|
60
71
|
$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;
|
61
72
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
62
|
-
propsDefinition: {
|
73
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
63
74
|
"v-model"?: IconBlueprint;
|
75
|
+
} & {
|
64
76
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
77
|
+
} & {
|
65
78
|
modelValue?: IconBlueprint;
|
79
|
+
} & {
|
66
80
|
icon?: IIcon;
|
67
|
-
|
81
|
+
} & {
|
82
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
83
|
+
} & {
|
68
84
|
variant?: EditorVariant;
|
85
|
+
} & {
|
69
86
|
toned?: boolean;
|
87
|
+
} & {
|
70
88
|
themeType?: ThemeContextType;
|
89
|
+
} & {
|
71
90
|
simpleMode?: boolean;
|
91
|
+
} & {
|
72
92
|
enableDynamicColor?: boolean;
|
73
|
-
label?: string;
|
74
93
|
} & {
|
94
|
+
label?: string;
|
95
|
+
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
|
75
96
|
"v-slots"?: {
|
76
97
|
default?: import("vue").Slot;
|
77
98
|
} & {
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -1,16 +1,25 @@
|
|
1
1
|
import { IIcon, IconBlueprint, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
2
3
|
import { VNodeChild } from "vue";
|
3
|
-
declare const _default: (props: {
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
5
|
"v-model"?: IconBlueprint;
|
6
|
+
} & {
|
5
7
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
8
|
+
} & {
|
6
9
|
modelValue?: IconBlueprint;
|
10
|
+
} & {
|
7
11
|
icon?: IIcon;
|
8
|
-
|
12
|
+
} & {
|
13
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
14
|
+
} & {
|
9
15
|
themeType?: ThemeContextType;
|
16
|
+
} & {
|
10
17
|
toned?: boolean;
|
18
|
+
} & {
|
11
19
|
enableDynamicColor?: boolean;
|
20
|
+
} & {
|
12
21
|
label?: string;
|
13
|
-
} & Omit<{}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
22
|
+
} & DefineSlot<"activator", () => VNodeChild>> & Omit<{}, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor"> & {
|
14
23
|
"v-slots"?: {
|
15
24
|
default?: import("vue").Slot;
|
16
25
|
} & {
|
@@ -54,17 +63,25 @@ declare const _default: (props: {
|
|
54
63
|
$nextTick: typeof import("vue").nextTick;
|
55
64
|
$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;
|
56
65
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
57
|
-
propsDefinition: {
|
66
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
58
67
|
"v-model"?: IconBlueprint;
|
68
|
+
} & {
|
59
69
|
"onUpdate:modelValue"?: (value: IconBlueprint) => void;
|
70
|
+
} & {
|
60
71
|
modelValue?: IconBlueprint;
|
72
|
+
} & {
|
61
73
|
icon?: IIcon;
|
62
|
-
|
74
|
+
} & {
|
75
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
76
|
+
} & {
|
63
77
|
themeType?: ThemeContextType;
|
78
|
+
} & {
|
64
79
|
toned?: boolean;
|
80
|
+
} & {
|
65
81
|
enableDynamicColor?: boolean;
|
66
|
-
label?: string;
|
67
82
|
} & {
|
83
|
+
label?: string;
|
84
|
+
} & DefineSlot<"activator", () => VNodeChild>> & {
|
68
85
|
"v-slots"?: {
|
69
86
|
default?: import("vue").Slot;
|
70
87
|
} & {
|
@@ -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
|
} & {};
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts
CHANGED
@@ -111,9 +111,18 @@ declare const _default: {
|
|
111
111
|
type: import("vue").PropType<String | String[]>;
|
112
112
|
required: boolean;
|
113
113
|
};
|
114
|
-
colorSchemaType
|
115
|
-
|
116
|
-
|
114
|
+
colorSchemaType: {
|
115
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
116
|
+
required: boolean;
|
117
|
+
};
|
118
|
+
container: {
|
119
|
+
type: BooleanConstructor;
|
120
|
+
required: boolean;
|
121
|
+
};
|
122
|
+
colors: {
|
123
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
124
|
+
required: boolean;
|
125
|
+
};
|
117
126
|
}>> & {
|
118
127
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
119
128
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -229,15 +238,22 @@ declare const _default: {
|
|
229
238
|
type: import("vue").PropType<String | String[]>;
|
230
239
|
required: boolean;
|
231
240
|
};
|
232
|
-
colorSchemaType
|
233
|
-
|
234
|
-
|
241
|
+
colorSchemaType: {
|
242
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
243
|
+
required: boolean;
|
244
|
+
};
|
245
|
+
container: {
|
246
|
+
type: BooleanConstructor;
|
247
|
+
required: boolean;
|
248
|
+
};
|
249
|
+
colors: {
|
250
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
251
|
+
required: boolean;
|
252
|
+
};
|
235
253
|
}>> & {
|
236
254
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
237
255
|
}, {
|
238
|
-
container
|
239
|
-
colorSchemaType?: any;
|
240
|
-
colors?: any;
|
256
|
+
container: boolean;
|
241
257
|
}, true, {}, {}, {
|
242
258
|
P: {};
|
243
259
|
B: {};
|
@@ -356,15 +372,22 @@ declare const _default: {
|
|
356
372
|
type: import("vue").PropType<String | String[]>;
|
357
373
|
required: boolean;
|
358
374
|
};
|
359
|
-
colorSchemaType
|
360
|
-
|
361
|
-
|
375
|
+
colorSchemaType: {
|
376
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
377
|
+
required: boolean;
|
378
|
+
};
|
379
|
+
container: {
|
380
|
+
type: BooleanConstructor;
|
381
|
+
required: boolean;
|
382
|
+
};
|
383
|
+
colors: {
|
384
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
385
|
+
required: boolean;
|
386
|
+
};
|
362
387
|
}>> & {
|
363
388
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
364
389
|
}, () => JSX.Element, {}, {}, {}, {
|
365
|
-
container
|
366
|
-
colorSchemaType?: any;
|
367
|
-
colors?: any;
|
390
|
+
container: boolean;
|
368
391
|
}>;
|
369
392
|
__isFragment?: never;
|
370
393
|
__isTeleport?: never;
|
@@ -480,23 +503,26 @@ declare const _default: {
|
|
480
503
|
type: import("vue").PropType<String | String[]>;
|
481
504
|
required: boolean;
|
482
505
|
};
|
483
|
-
colorSchemaType
|
484
|
-
|
485
|
-
|
506
|
+
colorSchemaType: {
|
507
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
508
|
+
required: boolean;
|
509
|
+
};
|
510
|
+
container: {
|
511
|
+
type: BooleanConstructor;
|
512
|
+
required: boolean;
|
513
|
+
};
|
514
|
+
colors: {
|
515
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
516
|
+
required: boolean;
|
517
|
+
};
|
486
518
|
}>> & {
|
487
519
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
488
520
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
489
521
|
"update:modelValue": (value: Spacing) => true;
|
490
522
|
}, string, {
|
491
|
-
container
|
492
|
-
colorSchemaType?: any;
|
493
|
-
colors?: any;
|
523
|
+
container: boolean;
|
494
524
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
495
|
-
propsDefinition: Omit<Readonly<{
|
496
|
-
container?: any;
|
497
|
-
colorSchemaType?: any;
|
498
|
-
colors?: any;
|
499
|
-
} & {
|
525
|
+
propsDefinition: Omit<Readonly<{} & {
|
500
526
|
name?: {
|
501
527
|
[x: `onUpdate:${string}`]: {
|
502
528
|
type: import("vue").PropType<(value: Spacing) => any>;
|
@@ -558,9 +584,12 @@ declare const _default: {
|
|
558
584
|
};
|
559
585
|
}>;
|
560
586
|
};
|
587
|
+
container?: boolean;
|
561
588
|
class?: String | String[];
|
562
589
|
label?: string;
|
590
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
563
591
|
toned?: boolean;
|
592
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
564
593
|
"v-model"?: Spacing;
|
565
594
|
"onUpdate:modelValue"?: (value: Spacing) => any;
|
566
595
|
modelValue?: Spacing;
|
@@ -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
|
} & {};
|
@@ -15,19 +15,28 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<ThemeContextType>;
|
16
16
|
};
|
17
17
|
"color-schema-type-preview": {
|
18
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
18
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
19
19
|
};
|
20
20
|
colorSchemaTypePreview: {
|
21
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
21
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
22
22
|
};
|
23
23
|
variant: {
|
24
24
|
type: import("vue").PropType<EditorVariant>;
|
25
25
|
} & {
|
26
26
|
type: import("vue").PropType<EditorVariant>;
|
27
27
|
};
|
28
|
-
colorSchemaType
|
29
|
-
|
30
|
-
|
28
|
+
colorSchemaType: {
|
29
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
30
|
+
required: boolean;
|
31
|
+
};
|
32
|
+
container: {
|
33
|
+
type: BooleanConstructor;
|
34
|
+
required: boolean;
|
35
|
+
};
|
36
|
+
colors: {
|
37
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
38
|
+
required: boolean;
|
39
|
+
};
|
31
40
|
class: {
|
32
41
|
type: import("vue").PropType<String | String[]>;
|
33
42
|
required: boolean;
|
@@ -59,19 +68,28 @@ declare const _default: {
|
|
59
68
|
type: import("vue").PropType<ThemeContextType>;
|
60
69
|
};
|
61
70
|
"color-schema-type-preview": {
|
62
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
71
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
63
72
|
};
|
64
73
|
colorSchemaTypePreview: {
|
65
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
74
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
66
75
|
};
|
67
76
|
variant: {
|
68
77
|
type: import("vue").PropType<EditorVariant>;
|
69
78
|
} & {
|
70
79
|
type: import("vue").PropType<EditorVariant>;
|
71
80
|
};
|
72
|
-
colorSchemaType
|
73
|
-
|
74
|
-
|
81
|
+
colorSchemaType: {
|
82
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
83
|
+
required: boolean;
|
84
|
+
};
|
85
|
+
container: {
|
86
|
+
type: BooleanConstructor;
|
87
|
+
required: boolean;
|
88
|
+
};
|
89
|
+
colors: {
|
90
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
91
|
+
required: boolean;
|
92
|
+
};
|
75
93
|
class: {
|
76
94
|
type: import("vue").PropType<String | String[]>;
|
77
95
|
required: boolean;
|
@@ -84,9 +102,7 @@ declare const _default: {
|
|
84
102
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
85
103
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
86
104
|
}, {
|
87
|
-
container
|
88
|
-
colorSchemaType?: any;
|
89
|
-
colors?: any;
|
105
|
+
container: boolean;
|
90
106
|
}, true, {}, {}, {
|
91
107
|
P: {};
|
92
108
|
B: {};
|
@@ -107,19 +123,28 @@ declare const _default: {
|
|
107
123
|
type: import("vue").PropType<ThemeContextType>;
|
108
124
|
};
|
109
125
|
"color-schema-type-preview": {
|
110
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
126
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
111
127
|
};
|
112
128
|
colorSchemaTypePreview: {
|
113
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
129
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
114
130
|
};
|
115
131
|
variant: {
|
116
132
|
type: import("vue").PropType<EditorVariant>;
|
117
133
|
} & {
|
118
134
|
type: import("vue").PropType<EditorVariant>;
|
119
135
|
};
|
120
|
-
colorSchemaType
|
121
|
-
|
122
|
-
|
136
|
+
colorSchemaType: {
|
137
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
138
|
+
required: boolean;
|
139
|
+
};
|
140
|
+
container: {
|
141
|
+
type: BooleanConstructor;
|
142
|
+
required: boolean;
|
143
|
+
};
|
144
|
+
colors: {
|
145
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
146
|
+
required: boolean;
|
147
|
+
};
|
123
148
|
class: {
|
124
149
|
type: import("vue").PropType<String | String[]>;
|
125
150
|
required: boolean;
|
@@ -132,9 +157,7 @@ declare const _default: {
|
|
132
157
|
"onSelected:chromeStyle"?: (style: ChromeBlueprint) => any;
|
133
158
|
"onSelected:iconBlueprints"?: (icons: IconBlueprints) => any;
|
134
159
|
}, () => JSX.Element, {}, {}, {}, {
|
135
|
-
container
|
136
|
-
colorSchemaType?: any;
|
137
|
-
colors?: any;
|
160
|
+
container: boolean;
|
138
161
|
}>;
|
139
162
|
__isFragment?: never;
|
140
163
|
__isTeleport?: never;
|
@@ -152,19 +175,28 @@ declare const _default: {
|
|
152
175
|
type: import("vue").PropType<ThemeContextType>;
|
153
176
|
};
|
154
177
|
"color-schema-type-preview": {
|
155
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
178
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
156
179
|
};
|
157
180
|
colorSchemaTypePreview: {
|
158
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
181
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
159
182
|
};
|
160
183
|
variant: {
|
161
184
|
type: import("vue").PropType<EditorVariant>;
|
162
185
|
} & {
|
163
186
|
type: import("vue").PropType<EditorVariant>;
|
164
187
|
};
|
165
|
-
colorSchemaType
|
166
|
-
|
167
|
-
|
188
|
+
colorSchemaType: {
|
189
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
190
|
+
required: boolean;
|
191
|
+
};
|
192
|
+
container: {
|
193
|
+
type: BooleanConstructor;
|
194
|
+
required: boolean;
|
195
|
+
};
|
196
|
+
colors: {
|
197
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
198
|
+
required: boolean;
|
199
|
+
};
|
168
200
|
class: {
|
169
201
|
type: import("vue").PropType<String | String[]>;
|
170
202
|
required: boolean;
|
@@ -184,16 +216,13 @@ declare const _default: {
|
|
184
216
|
"selected:chromeStyle": (style: ChromeBlueprint) => any;
|
185
217
|
"selected:iconBlueprints": (icons: IconBlueprints) => any;
|
186
218
|
}, string, {
|
187
|
-
container
|
188
|
-
colorSchemaType?: any;
|
189
|
-
colors?: any;
|
219
|
+
container: boolean;
|
190
220
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
191
|
-
propsDefinition: Omit<Readonly<{
|
192
|
-
container?:
|
193
|
-
colorSchemaType?: any;
|
194
|
-
colors?: any;
|
195
|
-
} & {
|
221
|
+
propsDefinition: Omit<Readonly<{} & {
|
222
|
+
container?: boolean;
|
196
223
|
class?: String | String[];
|
224
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
225
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
197
226
|
"v-slots"?: {
|
198
227
|
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
199
228
|
} & {
|
@@ -202,8 +231,8 @@ declare const _default: {
|
|
202
231
|
variant?: EditorVariant;
|
203
232
|
themeType?: ThemeContextType;
|
204
233
|
"theme-type"?: ThemeContextType;
|
205
|
-
colorSchemaTypePreview?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
206
|
-
"color-schema-type-preview"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
234
|
+
colorSchemaTypePreview?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
235
|
+
"color-schema-type-preview"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
207
236
|
}>, "onSelected:fillStyle" | "onSelected:borderStyle" | "onSelected:buttonStyle" | "onSelected:tabsStyle" | "onSelected:chromeStyle" | "onSelected:iconBlueprints"> & {
|
208
237
|
"onSelected:fillStyle"?: (style: FillDefinition) => any;
|
209
238
|
"onSelected:borderStyle"?: (style: BorderStylingDefinition) => any;
|
package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts
CHANGED
@@ -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,12 +1,18 @@
|
|
1
1
|
import { BlueprintVariant, TabsBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
-
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"v-model"?: TabsBlueprints;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: TabsBlueprints;
|
9
|
+
} & {
|
6
10
|
themeType?: ThemeContextType;
|
11
|
+
} & {
|
7
12
|
toned?: boolean;
|
13
|
+
} & {
|
8
14
|
selectable?: boolean;
|
9
|
-
} & Omit<{
|
15
|
+
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true>> & Omit<{
|
10
16
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
11
17
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "selectable"> & {
|
12
18
|
"v-slots"?: {
|
@@ -50,14 +56,19 @@ declare const _default: (props: {
|
|
50
56
|
$nextTick: typeof import("vue").nextTick;
|
51
57
|
$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;
|
52
58
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
53
|
-
propsDefinition: {
|
59
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
54
60
|
"v-model"?: TabsBlueprints;
|
61
|
+
} & {
|
55
62
|
"onUpdate:modelValue"?: (value: TabsBlueprints) => void;
|
63
|
+
} & {
|
56
64
|
modelValue?: TabsBlueprints;
|
65
|
+
} & {
|
57
66
|
themeType?: ThemeContextType;
|
67
|
+
} & {
|
58
68
|
toned?: boolean;
|
59
|
-
selectable?: boolean;
|
60
69
|
} & {
|
70
|
+
selectable?: boolean;
|
71
|
+
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true>> & {
|
61
72
|
"v-slots"?: {
|
62
73
|
default?: import("vue").Slot;
|
63
74
|
} & {};
|
@@ -1,14 +1,19 @@
|
|
1
1
|
import { ThemeContextType } from "@omnia/fx-models";
|
2
2
|
import { TabsBlueprint } from "@omnia/fx-models";
|
3
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
3
4
|
import { VNodeChild } from "vue";
|
4
5
|
type EditorVariant = "default" | "dialog";
|
5
|
-
declare const _default: (props: {
|
6
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
7
|
"v-model"?: TabsBlueprint;
|
8
|
+
} & {
|
7
9
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
10
|
+
} & {
|
8
11
|
modelValue?: TabsBlueprint;
|
12
|
+
} & {
|
9
13
|
themeType?: ThemeContextType;
|
14
|
+
} & {
|
10
15
|
variant?: EditorVariant;
|
11
|
-
} & Omit<{
|
16
|
+
} & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
12
17
|
"onClick:confirm"?: (value: TabsBlueprint) => any;
|
13
18
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
14
19
|
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType"> & {
|
@@ -55,13 +60,17 @@ declare const _default: (props: {
|
|
55
60
|
$nextTick: typeof import("vue").nextTick;
|
56
61
|
$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;
|
57
62
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
58
|
-
propsDefinition: {
|
63
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
59
64
|
"v-model"?: TabsBlueprint;
|
65
|
+
} & {
|
60
66
|
"onUpdate:modelValue"?: (value: TabsBlueprint) => void;
|
67
|
+
} & {
|
61
68
|
modelValue?: TabsBlueprint;
|
69
|
+
} & {
|
62
70
|
themeType?: ThemeContextType;
|
63
|
-
variant?: EditorVariant;
|
64
71
|
} & {
|
72
|
+
variant?: EditorVariant;
|
73
|
+
} & DefineEmit<"click:confirm", (value: TabsBlueprint) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
|
65
74
|
"v-slots"?: {
|
66
75
|
default?: import("vue").Slot;
|
67
76
|
} & {
|