@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
@@ -17,9 +17,18 @@ declare const _default: {
|
|
17
17
|
} & {
|
18
18
|
type: import("vue").PropType<ChromeBlueprint>;
|
19
19
|
};
|
20
|
-
colorSchemaType
|
21
|
-
|
22
|
-
|
20
|
+
colorSchemaType: {
|
21
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
22
|
+
required: boolean;
|
23
|
+
};
|
24
|
+
container: {
|
25
|
+
type: BooleanConstructor;
|
26
|
+
required: boolean;
|
27
|
+
};
|
28
|
+
colors: {
|
29
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
30
|
+
required: boolean;
|
31
|
+
};
|
23
32
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
24
33
|
text: {
|
25
34
|
type: import("vue").PropType<string>;
|
@@ -36,13 +45,20 @@ declare const _default: {
|
|
36
45
|
} & {
|
37
46
|
type: import("vue").PropType<ChromeBlueprint>;
|
38
47
|
};
|
39
|
-
colorSchemaType
|
40
|
-
|
41
|
-
|
48
|
+
colorSchemaType: {
|
49
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
50
|
+
required: boolean;
|
51
|
+
};
|
52
|
+
container: {
|
53
|
+
type: BooleanConstructor;
|
54
|
+
required: boolean;
|
55
|
+
};
|
56
|
+
colors: {
|
57
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
58
|
+
required: boolean;
|
59
|
+
};
|
42
60
|
}>>, {
|
43
|
-
container
|
44
|
-
colorSchemaType?: any;
|
45
|
-
colors?: any;
|
61
|
+
container: boolean;
|
46
62
|
}, true, {}, {}, {
|
47
63
|
P: {};
|
48
64
|
B: {};
|
@@ -66,13 +82,20 @@ declare const _default: {
|
|
66
82
|
} & {
|
67
83
|
type: import("vue").PropType<ChromeBlueprint>;
|
68
84
|
};
|
69
|
-
colorSchemaType
|
70
|
-
|
71
|
-
|
85
|
+
colorSchemaType: {
|
86
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
87
|
+
required: boolean;
|
88
|
+
};
|
89
|
+
container: {
|
90
|
+
type: BooleanConstructor;
|
91
|
+
required: boolean;
|
92
|
+
};
|
93
|
+
colors: {
|
94
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
95
|
+
required: boolean;
|
96
|
+
};
|
72
97
|
}>>, () => JSX.Element, {}, {}, {}, {
|
73
|
-
container
|
74
|
-
colorSchemaType?: any;
|
75
|
-
colors?: any;
|
98
|
+
container: boolean;
|
76
99
|
}>;
|
77
100
|
__isFragment?: never;
|
78
101
|
__isTeleport?: never;
|
@@ -93,21 +116,27 @@ declare const _default: {
|
|
93
116
|
} & {
|
94
117
|
type: import("vue").PropType<ChromeBlueprint>;
|
95
118
|
};
|
96
|
-
colorSchemaType
|
97
|
-
|
98
|
-
|
119
|
+
colorSchemaType: {
|
120
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
121
|
+
required: boolean;
|
122
|
+
};
|
123
|
+
container: {
|
124
|
+
type: BooleanConstructor;
|
125
|
+
required: boolean;
|
126
|
+
};
|
127
|
+
colors: {
|
128
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
129
|
+
required: boolean;
|
130
|
+
};
|
99
131
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
100
|
-
container
|
101
|
-
colorSchemaType?: any;
|
102
|
-
colors?: any;
|
132
|
+
container: boolean;
|
103
133
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
|
-
propsDefinition: Omit<Readonly<{
|
105
|
-
container?: any;
|
106
|
-
colorSchemaType?: any;
|
107
|
-
colors?: any;
|
108
|
-
} & {
|
134
|
+
propsDefinition: Omit<Readonly<{} & {
|
109
135
|
text?: string;
|
110
136
|
blueprint?: ChromeBlueprint;
|
137
|
+
container?: boolean;
|
138
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
139
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
111
140
|
variant?: VariantTypes;
|
112
141
|
}>, never>;
|
113
142
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome/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
|
} & {};
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -39,10 +39,10 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<boolean>;
|
40
40
|
};
|
41
41
|
"dynamic-color-schema-type": {
|
42
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
42
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
43
43
|
};
|
44
44
|
dynamicColorSchemaType: {
|
45
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
45
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
46
46
|
};
|
47
47
|
type: {
|
48
48
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -58,8 +58,8 @@ declare const _default: {
|
|
58
58
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
59
59
|
};
|
60
60
|
"v-model": {
|
61
|
-
type: import("vue").PropType<ColorValue>;
|
62
|
-
required: false;
|
61
|
+
type: import("vue").PropType<ColorValue>;
|
62
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
63
63
|
};
|
64
64
|
modelValue: {
|
65
65
|
type: import("vue").PropType<ColorValue>;
|
@@ -68,8 +68,8 @@ declare const _default: {
|
|
68
68
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
69
69
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
70
70
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
71
|
-
type: import("vue").PropType<ColorValue>;
|
72
|
-
required: false;
|
71
|
+
type: import("vue").PropType<ColorValue>;
|
72
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
73
73
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
74
74
|
type: import("vue").PropType<ColorValue>;
|
75
75
|
required: false;
|
@@ -80,8 +80,8 @@ declare const _default: {
|
|
80
80
|
};
|
81
81
|
} & {
|
82
82
|
"v-model": {
|
83
|
-
type: import("vue").PropType<ColorValue>;
|
84
|
-
required: false;
|
83
|
+
type: import("vue").PropType<ColorValue>;
|
84
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
85
85
|
};
|
86
86
|
} & {
|
87
87
|
modelValue: {
|
@@ -95,8 +95,8 @@ declare const _default: {
|
|
95
95
|
};
|
96
96
|
} & {
|
97
97
|
"v-model": {
|
98
|
-
type: import("vue").PropType<ColorValue>;
|
99
|
-
required: false;
|
98
|
+
type: import("vue").PropType<ColorValue>;
|
99
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
100
100
|
};
|
101
101
|
} & {
|
102
102
|
modelValue: {
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
};
|
111
111
|
} & {
|
112
112
|
"v-model": {
|
113
|
-
type: import("vue").PropType<ColorValue>;
|
114
|
-
required: false;
|
113
|
+
type: import("vue").PropType<ColorValue>;
|
114
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
115
115
|
};
|
116
116
|
} & {
|
117
117
|
modelValue: {
|
@@ -120,9 +120,18 @@ declare const _default: {
|
|
120
120
|
};
|
121
121
|
}>;
|
122
122
|
};
|
123
|
-
colorSchemaType
|
124
|
-
|
125
|
-
|
123
|
+
colorSchemaType: {
|
124
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
125
|
+
required: boolean;
|
126
|
+
};
|
127
|
+
container: {
|
128
|
+
type: BooleanConstructor;
|
129
|
+
required: boolean;
|
130
|
+
};
|
131
|
+
colors: {
|
132
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
133
|
+
required: boolean;
|
134
|
+
};
|
126
135
|
}>> & {
|
127
136
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
128
137
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -165,10 +174,10 @@ declare const _default: {
|
|
165
174
|
type: import("vue").PropType<boolean>;
|
166
175
|
};
|
167
176
|
"dynamic-color-schema-type": {
|
168
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
177
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
169
178
|
};
|
170
179
|
dynamicColorSchemaType: {
|
171
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
180
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
172
181
|
};
|
173
182
|
type: {
|
174
183
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -184,8 +193,8 @@ declare const _default: {
|
|
184
193
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
185
194
|
};
|
186
195
|
"v-model": {
|
187
|
-
type: import("vue").PropType<ColorValue>;
|
188
|
-
required: false;
|
196
|
+
type: import("vue").PropType<ColorValue>;
|
197
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
189
198
|
};
|
190
199
|
modelValue: {
|
191
200
|
type: import("vue").PropType<ColorValue>;
|
@@ -194,8 +203,8 @@ declare const _default: {
|
|
194
203
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
195
204
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
196
205
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
197
|
-
type: import("vue").PropType<ColorValue>;
|
198
|
-
required: false;
|
206
|
+
type: import("vue").PropType<ColorValue>;
|
207
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
199
208
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
200
209
|
type: import("vue").PropType<ColorValue>;
|
201
210
|
required: false;
|
@@ -206,8 +215,8 @@ declare const _default: {
|
|
206
215
|
};
|
207
216
|
} & {
|
208
217
|
"v-model": {
|
209
|
-
type: import("vue").PropType<ColorValue>;
|
210
|
-
required: false;
|
218
|
+
type: import("vue").PropType<ColorValue>;
|
219
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
211
220
|
};
|
212
221
|
} & {
|
213
222
|
modelValue: {
|
@@ -221,8 +230,8 @@ declare const _default: {
|
|
221
230
|
};
|
222
231
|
} & {
|
223
232
|
"v-model": {
|
224
|
-
type: import("vue").PropType<ColorValue>;
|
225
|
-
required: false;
|
233
|
+
type: import("vue").PropType<ColorValue>;
|
234
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
226
235
|
};
|
227
236
|
} & {
|
228
237
|
modelValue: {
|
@@ -236,8 +245,8 @@ declare const _default: {
|
|
236
245
|
};
|
237
246
|
} & {
|
238
247
|
"v-model": {
|
239
|
-
type: import("vue").PropType<ColorValue>;
|
240
|
-
required: false;
|
248
|
+
type: import("vue").PropType<ColorValue>;
|
249
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
241
250
|
};
|
242
251
|
} & {
|
243
252
|
modelValue: {
|
@@ -246,15 +255,22 @@ declare const _default: {
|
|
246
255
|
};
|
247
256
|
}>;
|
248
257
|
};
|
249
|
-
colorSchemaType
|
250
|
-
|
251
|
-
|
258
|
+
colorSchemaType: {
|
259
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
260
|
+
required: boolean;
|
261
|
+
};
|
262
|
+
container: {
|
263
|
+
type: BooleanConstructor;
|
264
|
+
required: boolean;
|
265
|
+
};
|
266
|
+
colors: {
|
267
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
268
|
+
required: boolean;
|
269
|
+
};
|
252
270
|
}>> & {
|
253
271
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
254
272
|
}, {
|
255
|
-
container
|
256
|
-
colorSchemaType?: any;
|
257
|
-
colors?: any;
|
273
|
+
container: boolean;
|
258
274
|
}, true, {}, {}, {
|
259
275
|
P: {};
|
260
276
|
B: {};
|
@@ -300,10 +316,10 @@ declare const _default: {
|
|
300
316
|
type: import("vue").PropType<boolean>;
|
301
317
|
};
|
302
318
|
"dynamic-color-schema-type": {
|
303
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
319
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
304
320
|
};
|
305
321
|
dynamicColorSchemaType: {
|
306
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
322
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
307
323
|
};
|
308
324
|
type: {
|
309
325
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -319,8 +335,8 @@ declare const _default: {
|
|
319
335
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
320
336
|
};
|
321
337
|
"v-model": {
|
322
|
-
type: import("vue").PropType<ColorValue>;
|
323
|
-
required: false;
|
338
|
+
type: import("vue").PropType<ColorValue>;
|
339
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
324
340
|
};
|
325
341
|
modelValue: {
|
326
342
|
type: import("vue").PropType<ColorValue>;
|
@@ -329,8 +345,8 @@ declare const _default: {
|
|
329
345
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
330
346
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
331
347
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
332
|
-
type: import("vue").PropType<ColorValue>;
|
333
|
-
required: false;
|
348
|
+
type: import("vue").PropType<ColorValue>;
|
349
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
334
350
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
335
351
|
type: import("vue").PropType<ColorValue>;
|
336
352
|
required: false;
|
@@ -341,8 +357,8 @@ declare const _default: {
|
|
341
357
|
};
|
342
358
|
} & {
|
343
359
|
"v-model": {
|
344
|
-
type: import("vue").PropType<ColorValue>;
|
345
|
-
required: false;
|
360
|
+
type: import("vue").PropType<ColorValue>;
|
361
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
346
362
|
};
|
347
363
|
} & {
|
348
364
|
modelValue: {
|
@@ -356,8 +372,8 @@ declare const _default: {
|
|
356
372
|
};
|
357
373
|
} & {
|
358
374
|
"v-model": {
|
359
|
-
type: import("vue").PropType<ColorValue>;
|
360
|
-
required: false;
|
375
|
+
type: import("vue").PropType<ColorValue>;
|
376
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
361
377
|
};
|
362
378
|
} & {
|
363
379
|
modelValue: {
|
@@ -371,8 +387,8 @@ declare const _default: {
|
|
371
387
|
};
|
372
388
|
} & {
|
373
389
|
"v-model": {
|
374
|
-
type: import("vue").PropType<ColorValue>;
|
375
|
-
required: false;
|
390
|
+
type: import("vue").PropType<ColorValue>;
|
391
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
376
392
|
};
|
377
393
|
} & {
|
378
394
|
modelValue: {
|
@@ -381,15 +397,22 @@ declare const _default: {
|
|
381
397
|
};
|
382
398
|
}>;
|
383
399
|
};
|
384
|
-
colorSchemaType
|
385
|
-
|
386
|
-
|
400
|
+
colorSchemaType: {
|
401
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
402
|
+
required: boolean;
|
403
|
+
};
|
404
|
+
container: {
|
405
|
+
type: BooleanConstructor;
|
406
|
+
required: boolean;
|
407
|
+
};
|
408
|
+
colors: {
|
409
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
410
|
+
required: boolean;
|
411
|
+
};
|
387
412
|
}>> & {
|
388
413
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
389
414
|
}, () => JSX.Element, {}, {}, {}, {
|
390
|
-
container
|
391
|
-
colorSchemaType?: any;
|
392
|
-
colors?: any;
|
415
|
+
container: boolean;
|
393
416
|
}>;
|
394
417
|
__isFragment?: never;
|
395
418
|
__isTeleport?: never;
|
@@ -432,10 +455,10 @@ declare const _default: {
|
|
432
455
|
type: import("vue").PropType<boolean>;
|
433
456
|
};
|
434
457
|
"dynamic-color-schema-type": {
|
435
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
458
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
436
459
|
};
|
437
460
|
dynamicColorSchemaType: {
|
438
|
-
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
461
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
439
462
|
};
|
440
463
|
type: {
|
441
464
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -451,8 +474,8 @@ declare const _default: {
|
|
451
474
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
452
475
|
};
|
453
476
|
"v-model": {
|
454
|
-
type: import("vue").PropType<ColorValue>;
|
455
|
-
required: false;
|
477
|
+
type: import("vue").PropType<ColorValue>;
|
478
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
456
479
|
};
|
457
480
|
modelValue: {
|
458
481
|
type: import("vue").PropType<ColorValue>;
|
@@ -461,8 +484,8 @@ declare const _default: {
|
|
461
484
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
462
485
|
type: import("vue").PropType<(value: ColorValue) => any>;
|
463
486
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
464
|
-
type: import("vue").PropType<ColorValue>;
|
465
|
-
required: false;
|
487
|
+
type: import("vue").PropType<ColorValue>;
|
488
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
466
489
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
467
490
|
type: import("vue").PropType<ColorValue>;
|
468
491
|
required: false;
|
@@ -473,8 +496,8 @@ declare const _default: {
|
|
473
496
|
};
|
474
497
|
} & {
|
475
498
|
"v-model": {
|
476
|
-
type: import("vue").PropType<ColorValue>;
|
477
|
-
required: false;
|
499
|
+
type: import("vue").PropType<ColorValue>;
|
500
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
478
501
|
};
|
479
502
|
} & {
|
480
503
|
modelValue: {
|
@@ -488,8 +511,8 @@ declare const _default: {
|
|
488
511
|
};
|
489
512
|
} & {
|
490
513
|
"v-model": {
|
491
|
-
type: import("vue").PropType<ColorValue>;
|
492
|
-
required: false;
|
514
|
+
type: import("vue").PropType<ColorValue>;
|
515
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
493
516
|
};
|
494
517
|
} & {
|
495
518
|
modelValue: {
|
@@ -503,8 +526,8 @@ declare const _default: {
|
|
503
526
|
};
|
504
527
|
} & {
|
505
528
|
"v-model": {
|
506
|
-
type: import("vue").PropType<ColorValue>;
|
507
|
-
required: false;
|
529
|
+
type: import("vue").PropType<ColorValue>;
|
530
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
508
531
|
};
|
509
532
|
} & {
|
510
533
|
modelValue: {
|
@@ -513,23 +536,26 @@ declare const _default: {
|
|
513
536
|
};
|
514
537
|
}>;
|
515
538
|
};
|
516
|
-
colorSchemaType
|
517
|
-
|
518
|
-
|
539
|
+
colorSchemaType: {
|
540
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
541
|
+
required: boolean;
|
542
|
+
};
|
543
|
+
container: {
|
544
|
+
type: BooleanConstructor;
|
545
|
+
required: boolean;
|
546
|
+
};
|
547
|
+
colors: {
|
548
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
549
|
+
required: boolean;
|
550
|
+
};
|
519
551
|
}>> & {
|
520
552
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
521
553
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
522
554
|
"update:modelValue": (value: ColorValue) => any;
|
523
555
|
}, string, {
|
524
|
-
container
|
525
|
-
colorSchemaType?: any;
|
526
|
-
colors?: any;
|
556
|
+
container: boolean;
|
527
557
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
528
|
-
propsDefinition: Omit<Readonly<{
|
529
|
-
container?: any;
|
530
|
-
colorSchemaType?: any;
|
531
|
-
colors?: any;
|
532
|
-
} & {
|
558
|
+
propsDefinition: Omit<Readonly<{} & {
|
533
559
|
type?: ColorPickerType;
|
534
560
|
name?: {
|
535
561
|
[x: `onUpdate:${string}`]: {
|
@@ -537,8 +563,8 @@ declare const _default: {
|
|
537
563
|
};
|
538
564
|
} & {
|
539
565
|
[x: `v-model:${string}`]: {
|
540
|
-
type: import("vue").PropType<ColorValue>;
|
541
|
-
required: false;
|
566
|
+
type: import("vue").PropType<ColorValue>;
|
567
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
542
568
|
};
|
543
569
|
} & {
|
544
570
|
[x: string]: {
|
@@ -552,8 +578,8 @@ declare const _default: {
|
|
552
578
|
};
|
553
579
|
} & {
|
554
580
|
"v-model": {
|
555
|
-
type: import("vue").PropType<ColorValue>;
|
556
|
-
required: false;
|
581
|
+
type: import("vue").PropType<ColorValue>;
|
582
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
557
583
|
};
|
558
584
|
} & {
|
559
585
|
modelValue: {
|
@@ -567,8 +593,8 @@ declare const _default: {
|
|
567
593
|
};
|
568
594
|
} & {
|
569
595
|
"v-model": {
|
570
|
-
type: import("vue").PropType<ColorValue>;
|
571
|
-
required: false;
|
596
|
+
type: import("vue").PropType<ColorValue>;
|
597
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
572
598
|
};
|
573
599
|
} & {
|
574
600
|
modelValue: {
|
@@ -582,8 +608,8 @@ declare const _default: {
|
|
582
608
|
};
|
583
609
|
} & {
|
584
610
|
"v-model": {
|
585
|
-
type: import("vue").PropType<ColorValue>;
|
586
|
-
required: false;
|
611
|
+
type: import("vue").PropType<ColorValue>;
|
612
|
+
required: false; /**If colorSchema exists set the color schema to the model*/
|
587
613
|
};
|
588
614
|
} & {
|
589
615
|
modelValue: {
|
@@ -592,16 +618,19 @@ declare const _default: {
|
|
592
618
|
};
|
593
619
|
}>;
|
594
620
|
};
|
621
|
+
container?: boolean;
|
595
622
|
label?: string;
|
596
623
|
disabled?: boolean;
|
624
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
597
625
|
toned?: boolean;
|
626
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
598
627
|
"v-model"?: ColorValue;
|
599
628
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
600
629
|
modelValue?: ColorValue;
|
601
630
|
themeType?: ThemeContextType;
|
602
631
|
"theme-type"?: ThemeContextType;
|
603
|
-
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
604
|
-
"dynamic-color-schema-type"?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
632
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
633
|
+
"dynamic-color-schema-type"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
605
634
|
enableDynamicColor?: boolean;
|
606
635
|
"enable-dynamic-color"?: boolean;
|
607
636
|
customColor?: boolean;
|
@@ -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
|
} & {};
|