@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
@@ -96,9 +96,18 @@ declare const _default: {
|
|
96
96
|
};
|
97
97
|
}>;
|
98
98
|
};
|
99
|
-
colorSchemaType
|
100
|
-
|
101
|
-
|
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
|
+
};
|
102
111
|
}>> & {
|
103
112
|
"onClick:close"?: () => any;
|
104
113
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -200,16 +209,23 @@ declare const _default: {
|
|
200
209
|
};
|
201
210
|
}>;
|
202
211
|
};
|
203
|
-
colorSchemaType
|
204
|
-
|
205
|
-
|
212
|
+
colorSchemaType: {
|
213
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
214
|
+
required: boolean;
|
215
|
+
};
|
216
|
+
container: {
|
217
|
+
type: BooleanConstructor;
|
218
|
+
required: boolean;
|
219
|
+
};
|
220
|
+
colors: {
|
221
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
222
|
+
required: boolean;
|
223
|
+
};
|
206
224
|
}>> & {
|
207
225
|
"onClick:close"?: () => any;
|
208
226
|
"onClick:select"?: (schema: ColorSchema) => any;
|
209
227
|
}, {
|
210
|
-
container
|
211
|
-
colorSchemaType?: any;
|
212
|
-
colors?: any;
|
228
|
+
container: boolean;
|
213
229
|
}, true, {}, {}, {
|
214
230
|
P: {};
|
215
231
|
B: {};
|
@@ -312,16 +328,23 @@ declare const _default: {
|
|
312
328
|
};
|
313
329
|
}>;
|
314
330
|
};
|
315
|
-
colorSchemaType
|
316
|
-
|
317
|
-
|
331
|
+
colorSchemaType: {
|
332
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
333
|
+
required: boolean;
|
334
|
+
};
|
335
|
+
container: {
|
336
|
+
type: BooleanConstructor;
|
337
|
+
required: boolean;
|
338
|
+
};
|
339
|
+
colors: {
|
340
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
341
|
+
required: boolean;
|
342
|
+
};
|
318
343
|
}>> & {
|
319
344
|
"onClick:close"?: () => any;
|
320
345
|
"onClick:select"?: (schema: ColorSchema) => any;
|
321
346
|
}, () => JSX.Element, {}, {}, {}, {
|
322
|
-
container
|
323
|
-
colorSchemaType?: any;
|
324
|
-
colors?: any;
|
347
|
+
container: boolean;
|
325
348
|
}>;
|
326
349
|
__isFragment?: never;
|
327
350
|
__isTeleport?: never;
|
@@ -421,9 +444,18 @@ declare const _default: {
|
|
421
444
|
};
|
422
445
|
}>;
|
423
446
|
};
|
424
|
-
colorSchemaType
|
425
|
-
|
426
|
-
|
447
|
+
colorSchemaType: {
|
448
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
449
|
+
required: boolean;
|
450
|
+
};
|
451
|
+
container: {
|
452
|
+
type: BooleanConstructor;
|
453
|
+
required: boolean;
|
454
|
+
};
|
455
|
+
colors: {
|
456
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
457
|
+
required: boolean;
|
458
|
+
};
|
427
459
|
}>> & {
|
428
460
|
"onClick:close"?: () => any;
|
429
461
|
"onClick:select"?: (schema: ColorSchema) => any;
|
@@ -431,15 +463,9 @@ declare const _default: {
|
|
431
463
|
"click:close": () => true;
|
432
464
|
"click:select": (schema: ColorSchema) => true;
|
433
465
|
}, string, {
|
434
|
-
container
|
435
|
-
colorSchemaType?: any;
|
436
|
-
colors?: any;
|
466
|
+
container: boolean;
|
437
467
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
438
|
-
propsDefinition: Omit<Readonly<{
|
439
|
-
container?: any;
|
440
|
-
colorSchemaType?: any;
|
441
|
-
colors?: any;
|
442
|
-
} & {
|
468
|
+
propsDefinition: Omit<Readonly<{} & {
|
443
469
|
name?: {
|
444
470
|
[x: `onUpdate:${string}`]: {
|
445
471
|
type: import("vue").PropType<(value: ColorSchema) => any>;
|
@@ -501,8 +527,11 @@ declare const _default: {
|
|
501
527
|
};
|
502
528
|
}>;
|
503
529
|
};
|
530
|
+
container?: boolean;
|
504
531
|
class?: string;
|
505
532
|
label?: string;
|
533
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
534
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
506
535
|
"v-model"?: ColorSchema;
|
507
536
|
"onUpdate:modelValue"?: (value: ColorSchema) => any;
|
508
537
|
modelValue?: ColorSchema;
|
@@ -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,11 +1,15 @@
|
|
1
1
|
import { ComponentBlueprints, ThemeContextType } from "@omnia/fx-models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
"v-model"?: ComponentBlueprints;
|
4
|
+
} & {
|
4
5
|
"onUpdate:modelValue"?: (value: ComponentBlueprints) => void;
|
6
|
+
} & {
|
5
7
|
modelValue?: ComponentBlueprints;
|
8
|
+
} & {
|
6
9
|
themeType?: ThemeContextType;
|
10
|
+
} & {
|
7
11
|
toned?: boolean;
|
8
|
-
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType"> & {
|
12
|
+
}> & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType"> & {
|
9
13
|
"v-slots"?: {
|
10
14
|
default?: import("vue").Slot;
|
11
15
|
} & {};
|
@@ -47,13 +51,17 @@ declare const _default: (props: {
|
|
47
51
|
$nextTick: typeof import("vue").nextTick;
|
48
52
|
$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;
|
49
53
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
-
propsDefinition: {
|
54
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
55
|
"v-model"?: ComponentBlueprints;
|
56
|
+
} & {
|
52
57
|
"onUpdate:modelValue"?: (value: ComponentBlueprints) => void;
|
58
|
+
} & {
|
53
59
|
modelValue?: ComponentBlueprints;
|
60
|
+
} & {
|
54
61
|
themeType?: ThemeContextType;
|
55
|
-
toned?: boolean;
|
56
62
|
} & {
|
63
|
+
toned?: boolean;
|
64
|
+
}> & {
|
57
65
|
"v-slots"?: {
|
58
66
|
default?: import("vue").Slot;
|
59
67
|
} & {};
|
@@ -1,12 +1,18 @@
|
|
1
1
|
import { ContainerBlueprints, ContainerVariant, 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"?: ContainerBlueprints;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: ContainerBlueprints) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: ContainerBlueprints;
|
9
|
+
} & {
|
6
10
|
toned?: boolean;
|
11
|
+
} & {
|
7
12
|
themeType?: ThemeContextType;
|
8
|
-
|
9
|
-
|
13
|
+
} & {
|
14
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
15
|
+
} & DefineEmit<"click:select", (variant: ContainerVariant) => true>> & Omit<{
|
10
16
|
"onClick:select"?: (variant: ContainerVariant) => any;
|
11
17
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "dynamicColorSchemaType"> & {
|
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"?: ContainerBlueprints;
|
61
|
+
} & {
|
55
62
|
"onUpdate:modelValue"?: (value: ContainerBlueprints) => void;
|
63
|
+
} & {
|
56
64
|
modelValue?: ContainerBlueprints;
|
65
|
+
} & {
|
57
66
|
toned?: boolean;
|
67
|
+
} & {
|
58
68
|
themeType?: ThemeContextType;
|
59
|
-
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "dynamic";
|
60
69
|
} & {
|
70
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
71
|
+
} & DefineEmit<"click:select", (variant: ContainerVariant) => true>> & {
|
61
72
|
"v-slots"?: {
|
62
73
|
default?: import("vue").Slot;
|
63
74
|
} & {};
|
package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
import { ContainerBlueprint, ContainerVariant } from "../../../velcron/core";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
"v-slots": import("vue").Prop<{
|
6
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
7
|
+
} & {
|
8
|
+
activator?: () => VNodeChild;
|
9
|
+
}>;
|
4
10
|
label: {
|
5
11
|
type: import("vue").PropType<string>;
|
6
12
|
} & {
|
@@ -18,11 +24,11 @@ declare const _default: {
|
|
18
24
|
type: import("vue").PropType<boolean>;
|
19
25
|
};
|
20
26
|
"preview-color-schema-type": {
|
21
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
27
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
22
28
|
required: false;
|
23
29
|
};
|
24
30
|
previewColorSchemaType: {
|
25
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
31
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
26
32
|
required: false;
|
27
33
|
};
|
28
34
|
"onUpdate:modelValue": {
|
@@ -93,9 +99,18 @@ declare const _default: {
|
|
93
99
|
};
|
94
100
|
}>> & {
|
95
101
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
102
|
+
"onVariant:enter"?: (value: ContainerVariant) => any;
|
103
|
+
"onVariant:leave"?: (value: ContainerVariant) => any;
|
96
104
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
97
105
|
"update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
|
106
|
+
"variant:enter": (value: ContainerVariant) => any;
|
107
|
+
"variant:leave": (value: ContainerVariant) => any;
|
98
108
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
109
|
+
"v-slots": import("vue").Prop<{
|
110
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
111
|
+
} & {
|
112
|
+
activator?: () => VNodeChild;
|
113
|
+
}>;
|
99
114
|
label: {
|
100
115
|
type: import("vue").PropType<string>;
|
101
116
|
} & {
|
@@ -113,11 +128,11 @@ declare const _default: {
|
|
113
128
|
type: import("vue").PropType<boolean>;
|
114
129
|
};
|
115
130
|
"preview-color-schema-type": {
|
116
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
131
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
117
132
|
required: false;
|
118
133
|
};
|
119
134
|
previewColorSchemaType: {
|
120
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
135
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
121
136
|
required: false;
|
122
137
|
};
|
123
138
|
"onUpdate:modelValue": {
|
@@ -188,6 +203,8 @@ declare const _default: {
|
|
188
203
|
};
|
189
204
|
}>> & {
|
190
205
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
206
|
+
"onVariant:enter"?: (value: ContainerVariant) => any;
|
207
|
+
"onVariant:leave"?: (value: ContainerVariant) => any;
|
191
208
|
}, {}, true, {}, {}, {
|
192
209
|
P: {};
|
193
210
|
B: {};
|
@@ -196,6 +213,11 @@ declare const _default: {
|
|
196
213
|
M: {};
|
197
214
|
Defaults: {};
|
198
215
|
}, Readonly<import("vue").ExtractPropTypes<{
|
216
|
+
"v-slots": import("vue").Prop<{
|
217
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
218
|
+
} & {
|
219
|
+
activator?: () => VNodeChild;
|
220
|
+
}>;
|
199
221
|
label: {
|
200
222
|
type: import("vue").PropType<string>;
|
201
223
|
} & {
|
@@ -213,11 +235,11 @@ declare const _default: {
|
|
213
235
|
type: import("vue").PropType<boolean>;
|
214
236
|
};
|
215
237
|
"preview-color-schema-type": {
|
216
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
238
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
217
239
|
required: false;
|
218
240
|
};
|
219
241
|
previewColorSchemaType: {
|
220
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
242
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
221
243
|
required: false;
|
222
244
|
};
|
223
245
|
"onUpdate:modelValue": {
|
@@ -288,11 +310,18 @@ declare const _default: {
|
|
288
310
|
};
|
289
311
|
}>> & {
|
290
312
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
313
|
+
"onVariant:enter"?: (value: ContainerVariant) => any;
|
314
|
+
"onVariant:leave"?: (value: ContainerVariant) => any;
|
291
315
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
292
316
|
__isFragment?: never;
|
293
317
|
__isTeleport?: never;
|
294
318
|
__isSuspense?: never;
|
295
319
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
320
|
+
"v-slots": import("vue").Prop<{
|
321
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
322
|
+
} & {
|
323
|
+
activator?: () => VNodeChild;
|
324
|
+
}>;
|
296
325
|
label: {
|
297
326
|
type: import("vue").PropType<string>;
|
298
327
|
} & {
|
@@ -310,11 +339,11 @@ declare const _default: {
|
|
310
339
|
type: import("vue").PropType<boolean>;
|
311
340
|
};
|
312
341
|
"preview-color-schema-type": {
|
313
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
342
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
314
343
|
required: false;
|
315
344
|
};
|
316
345
|
previewColorSchemaType: {
|
317
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
346
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
318
347
|
required: false;
|
319
348
|
};
|
320
349
|
"onUpdate:modelValue": {
|
@@ -385,8 +414,12 @@ declare const _default: {
|
|
385
414
|
};
|
386
415
|
}>> & {
|
387
416
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
417
|
+
"onVariant:enter"?: (value: ContainerVariant) => any;
|
418
|
+
"onVariant:leave"?: (value: ContainerVariant) => any;
|
388
419
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
389
420
|
"update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
|
421
|
+
"variant:enter": (value: ContainerVariant) => any;
|
422
|
+
"variant:leave": (value: ContainerVariant) => any;
|
390
423
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
391
424
|
propsDefinition: Omit<Readonly<{} & {
|
392
425
|
name?: {
|
@@ -455,12 +488,19 @@ declare const _default: {
|
|
455
488
|
"v-model"?: ContainerVariant | ContainerBlueprint;
|
456
489
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
457
490
|
modelValue?: ContainerVariant | ContainerBlueprint;
|
458
|
-
|
459
|
-
|
491
|
+
"v-slots"?: {
|
492
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
493
|
+
} & {
|
494
|
+
activator?: () => VNodeChild;
|
495
|
+
};
|
496
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
497
|
+
"preview-color-schema-type"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
460
498
|
allowCustom?: boolean;
|
461
499
|
"allow-custom"?: boolean;
|
462
|
-
}>, "onUpdate:modelValue"> & {
|
500
|
+
}>, "onUpdate:modelValue" | "onVariant:enter" | "onVariant:leave"> & {
|
463
501
|
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any;
|
502
|
+
"onVariant:enter"?: (value: ContainerVariant) => any;
|
503
|
+
"onVariant:leave"?: (value: ContainerVariant) => any;
|
464
504
|
};
|
465
505
|
};
|
466
506
|
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,21 +1,33 @@
|
|
1
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { ThemeContextType, FillDefinitionValue } from "@omnia/fx-models";
|
2
3
|
import { VNodeChild } from "vue";
|
3
4
|
export type ColorPickerType = "default" | "all" | "onBase" | "base";
|
4
5
|
type FillPickerVariant = "dialog" | "editor";
|
5
|
-
declare const _default: (props: {
|
6
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
7
|
"v-model"?: FillDefinitionValue;
|
8
|
+
} & {
|
7
9
|
"onUpdate:modelValue"?: (value: FillDefinitionValue) => void;
|
10
|
+
} & {
|
8
11
|
modelValue?: FillDefinitionValue;
|
12
|
+
} & {
|
9
13
|
colorType?: ColorPickerType;
|
14
|
+
} & {
|
10
15
|
title?: string;
|
11
|
-
|
16
|
+
} & {
|
17
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
18
|
+
} & {
|
12
19
|
toned?: boolean;
|
20
|
+
} & {
|
13
21
|
themeType?: ThemeContextType;
|
22
|
+
} & {
|
14
23
|
enableDynamicColor?: boolean;
|
24
|
+
} & {
|
15
25
|
createNewColorDynamic?: boolean;
|
26
|
+
} & {
|
16
27
|
variant?: FillPickerVariant;
|
28
|
+
} & {
|
17
29
|
label?: string;
|
18
|
-
} & Omit<{
|
30
|
+
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
19
31
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
20
32
|
}, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic"> & {
|
21
33
|
"v-slots"?: {
|
@@ -61,20 +73,31 @@ declare const _default: (props: {
|
|
61
73
|
$nextTick: typeof import("vue").nextTick;
|
62
74
|
$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;
|
63
75
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
64
|
-
propsDefinition: {
|
76
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
65
77
|
"v-model"?: FillDefinitionValue;
|
78
|
+
} & {
|
66
79
|
"onUpdate:modelValue"?: (value: FillDefinitionValue) => void;
|
80
|
+
} & {
|
67
81
|
modelValue?: FillDefinitionValue;
|
82
|
+
} & {
|
68
83
|
colorType?: ColorPickerType;
|
84
|
+
} & {
|
69
85
|
title?: string;
|
70
|
-
|
86
|
+
} & {
|
87
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
88
|
+
} & {
|
71
89
|
toned?: boolean;
|
90
|
+
} & {
|
72
91
|
themeType?: ThemeContextType;
|
92
|
+
} & {
|
73
93
|
enableDynamicColor?: boolean;
|
94
|
+
} & {
|
74
95
|
createNewColorDynamic?: boolean;
|
96
|
+
} & {
|
75
97
|
variant?: FillPickerVariant;
|
76
|
-
label?: string;
|
77
98
|
} & {
|
99
|
+
label?: string;
|
100
|
+
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
|
78
101
|
"v-slots"?: {
|
79
102
|
default?: import("vue").Slot;
|
80
103
|
} & {
|
@@ -12,9 +12,18 @@ declare const _default: {
|
|
12
12
|
type: import("vue").PropType<FillDefinition | ColorValue>;
|
13
13
|
required: false;
|
14
14
|
};
|
15
|
-
colorSchemaType
|
16
|
-
|
17
|
-
|
15
|
+
colorSchemaType: {
|
16
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
17
|
+
required: boolean;
|
18
|
+
};
|
19
|
+
container: {
|
20
|
+
type: BooleanConstructor;
|
21
|
+
required: boolean;
|
22
|
+
};
|
23
|
+
colors: {
|
24
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
25
|
+
required: boolean;
|
26
|
+
};
|
18
27
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
19
28
|
"onUpdate:modelValue": {
|
20
29
|
type: import("vue").PropType<(value: FillDefinition | ColorValue) => any>;
|
@@ -27,13 +36,20 @@ declare const _default: {
|
|
27
36
|
type: import("vue").PropType<FillDefinition | ColorValue>;
|
28
37
|
required: false;
|
29
38
|
};
|
30
|
-
colorSchemaType
|
31
|
-
|
32
|
-
|
39
|
+
colorSchemaType: {
|
40
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
41
|
+
required: boolean;
|
42
|
+
};
|
43
|
+
container: {
|
44
|
+
type: BooleanConstructor;
|
45
|
+
required: boolean;
|
46
|
+
};
|
47
|
+
colors: {
|
48
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
49
|
+
required: boolean;
|
50
|
+
};
|
33
51
|
}>>, {
|
34
|
-
container
|
35
|
-
colorSchemaType?: any;
|
36
|
-
colors?: any;
|
52
|
+
container: boolean;
|
37
53
|
}, true, {}, {}, {
|
38
54
|
P: {};
|
39
55
|
B: {};
|
@@ -53,13 +69,20 @@ declare const _default: {
|
|
53
69
|
type: import("vue").PropType<FillDefinition | ColorValue>;
|
54
70
|
required: false;
|
55
71
|
};
|
56
|
-
colorSchemaType
|
57
|
-
|
58
|
-
|
72
|
+
colorSchemaType: {
|
73
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
74
|
+
required: boolean;
|
75
|
+
};
|
76
|
+
container: {
|
77
|
+
type: BooleanConstructor;
|
78
|
+
required: boolean;
|
79
|
+
};
|
80
|
+
colors: {
|
81
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
82
|
+
required: boolean;
|
83
|
+
};
|
59
84
|
}>>, () => JSX.Element, {}, {}, {}, {
|
60
|
-
container
|
61
|
-
colorSchemaType?: any;
|
62
|
-
colors?: any;
|
85
|
+
container: boolean;
|
63
86
|
}>;
|
64
87
|
__isFragment?: never;
|
65
88
|
__isTeleport?: never;
|
@@ -76,19 +99,25 @@ declare const _default: {
|
|
76
99
|
type: import("vue").PropType<FillDefinition | ColorValue>;
|
77
100
|
required: false;
|
78
101
|
};
|
79
|
-
colorSchemaType
|
80
|
-
|
81
|
-
|
102
|
+
colorSchemaType: {
|
103
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
104
|
+
required: boolean;
|
105
|
+
};
|
106
|
+
container: {
|
107
|
+
type: BooleanConstructor;
|
108
|
+
required: boolean;
|
109
|
+
};
|
110
|
+
colors: {
|
111
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
112
|
+
required: boolean;
|
113
|
+
};
|
82
114
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
83
|
-
container
|
84
|
-
colorSchemaType?: any;
|
85
|
-
colors?: any;
|
115
|
+
container: boolean;
|
86
116
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
87
|
-
propsDefinition: Omit<Readonly<{
|
88
|
-
container?:
|
89
|
-
colorSchemaType?:
|
90
|
-
colors?:
|
91
|
-
} & {
|
117
|
+
propsDefinition: Omit<Readonly<{} & {
|
118
|
+
container?: boolean;
|
119
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
120
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
92
121
|
"v-model"?: FillDefinition | ColorValue;
|
93
122
|
"onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any;
|
94
123
|
modelValue?: FillDefinition | ColorValue;
|
package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.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
|
} & {};
|