@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
@@ -0,0 +1,48 @@
|
|
1
|
+
import { MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"pre-selected-media": {
|
5
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
6
|
+
};
|
7
|
+
preSelectedMedia: {
|
8
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
9
|
+
};
|
10
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
11
|
+
"pre-selected-media": {
|
12
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
13
|
+
};
|
14
|
+
preSelectedMedia: {
|
15
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
16
|
+
};
|
17
|
+
}>>, {}, true, {}, {}, {
|
18
|
+
P: {};
|
19
|
+
B: {};
|
20
|
+
D: {};
|
21
|
+
C: {};
|
22
|
+
M: {};
|
23
|
+
Defaults: {};
|
24
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
25
|
+
"pre-selected-media": {
|
26
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
27
|
+
};
|
28
|
+
preSelectedMedia: {
|
29
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
30
|
+
};
|
31
|
+
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
32
|
+
__isFragment?: never;
|
33
|
+
__isTeleport?: never;
|
34
|
+
__isSuspense?: never;
|
35
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
36
|
+
"pre-selected-media": {
|
37
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
38
|
+
};
|
39
|
+
preSelectedMedia: {
|
40
|
+
type: import("vue").PropType<MediaPickerVideo>;
|
41
|
+
};
|
42
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
43
|
+
propsDefinition: Omit<Readonly<{} & {
|
44
|
+
preSelectedMedia?: MediaPickerVideo;
|
45
|
+
"pre-selected-media"?: MediaPickerVideo;
|
46
|
+
}>, never>;
|
47
|
+
};
|
48
|
+
export default _default;
|
@@ -0,0 +1,30 @@
|
|
1
|
+
export declare namespace VimeoProviderLocalization {
|
2
|
+
const namespace = "Omnia.Ux.VimeoProvider";
|
3
|
+
interface locInterface {
|
4
|
+
Title: string;
|
5
|
+
EditSettingsTitle: string;
|
6
|
+
FeatureTitle: string;
|
7
|
+
Description: string;
|
8
|
+
Labels: {
|
9
|
+
ChooseVideo: string;
|
10
|
+
VideoUrl: string;
|
11
|
+
WideScreen: string;
|
12
|
+
WideScreenRatio: string;
|
13
|
+
NormalScreen: string;
|
14
|
+
NormalScreenRatio: string;
|
15
|
+
StartAt: string;
|
16
|
+
AutoPlay: string;
|
17
|
+
Mute: string;
|
18
|
+
Responsive: string;
|
19
|
+
ShowInfo: string;
|
20
|
+
VideoInformation: string;
|
21
|
+
VideoCaption: string;
|
22
|
+
};
|
23
|
+
Message: {
|
24
|
+
InvalidInputStartTime: string;
|
25
|
+
UrlVideoHint: string;
|
26
|
+
Required: string;
|
27
|
+
InvalidVideoUrl: string;
|
28
|
+
};
|
29
|
+
}
|
30
|
+
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { FontAwesomeIcon, MediaPickerEnums, MediaPickerPersistedImage, MediaPickerVideo } from "@omnia/fx-models";
|
2
|
+
export declare const mediaPickerVimeoProvider: () => {
|
3
|
+
id: import("@omnia/fx-models").Guid;
|
4
|
+
category: string;
|
5
|
+
name: string;
|
6
|
+
icon: FontAwesomeIcon;
|
7
|
+
providerComponentManifestId: import("@omnia/fx-models").Guid;
|
8
|
+
sortOrder: number;
|
9
|
+
selectableMediaTypes: MediaPickerEnums.OmniaMediaTypes.Video[];
|
10
|
+
supportGalleryFeature: true;
|
11
|
+
hasEditorForMedia(media: MediaPickerVideo | MediaPickerPersistedImage): boolean;
|
12
|
+
};
|
@@ -1,14 +1,21 @@
|
|
1
1
|
import { MediaPickerVideo } from "../../models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
videodata?: string;
|
4
|
+
} & {
|
4
5
|
videoStyle?: string | object | object[];
|
6
|
+
} & {
|
5
7
|
"v-model:video"?: MediaPickerVideo;
|
8
|
+
} & {
|
6
9
|
"onUpdate:video"?: (value: MediaPickerVideo) => void;
|
10
|
+
} & {
|
7
11
|
video?: MediaPickerVideo;
|
12
|
+
} & {
|
8
13
|
containerClass?: string;
|
14
|
+
} & {
|
9
15
|
thumbnailOnly?: boolean;
|
16
|
+
} & {
|
10
17
|
showCaption?: boolean;
|
11
|
-
} & Omit<{}, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly"> & {
|
18
|
+
}> & Omit<{}, "video" | "videoStyle" | "videodata" | "showCaption" | "containerClass" | "v-model:video" | "onUpdate:video" | "thumbnailOnly"> & {
|
12
19
|
"v-slots"?: {
|
13
20
|
default?: import("vue").Slot;
|
14
21
|
} & {};
|
@@ -50,16 +57,23 @@ declare const _default: (props: {
|
|
50
57
|
$nextTick: typeof import("vue").nextTick;
|
51
58
|
$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
59
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
53
|
-
propsDefinition: {
|
60
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
54
61
|
videodata?: string;
|
62
|
+
} & {
|
55
63
|
videoStyle?: string | object | object[];
|
64
|
+
} & {
|
56
65
|
"v-model:video"?: MediaPickerVideo;
|
66
|
+
} & {
|
57
67
|
"onUpdate:video"?: (value: MediaPickerVideo) => void;
|
68
|
+
} & {
|
58
69
|
video?: MediaPickerVideo;
|
70
|
+
} & {
|
59
71
|
containerClass?: string;
|
72
|
+
} & {
|
60
73
|
thumbnailOnly?: boolean;
|
61
|
-
showCaption?: boolean;
|
62
74
|
} & {
|
75
|
+
showCaption?: boolean;
|
76
|
+
}> & {
|
63
77
|
"v-slots"?: {
|
64
78
|
default?: import("vue").Slot;
|
65
79
|
} & {};
|
@@ -3,5 +3,5 @@ export declare const DateTimePickerStyles: {
|
|
3
3
|
errorText?: types.NestedCSSProperties;
|
4
4
|
textField?: types.NestedCSSProperties;
|
5
5
|
iconField?: types.NestedCSSProperties;
|
6
|
-
wrapper: (
|
6
|
+
wrapper: () => types.NestedCSSProperties;
|
7
7
|
};
|
@@ -8,8 +8,10 @@ export declare class LegacyVideo implements MediaPickerVideo {
|
|
8
8
|
startTime?: string;
|
9
9
|
mute: boolean;
|
10
10
|
private youtubeUrl;
|
11
|
+
private vimeoUrl;
|
11
12
|
private microsoftStreamUrl;
|
12
13
|
constructor(html: string);
|
13
14
|
private initDataForYouTubeProvider;
|
15
|
+
private initDataForVimeoProvider;
|
14
16
|
private initDataForMicrosoftStreamProvider;
|
15
17
|
}
|
@@ -1,20 +1,34 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { MultiTextInputItem, ValidationRule } from "../models";
|
2
|
-
declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
3
|
+
declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"v-model"?: MultiTextInputItem<T1>;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: MultiTextInputItem<T1>;
|
9
|
+
} & {
|
6
10
|
mode?: "textarea" | "textfield";
|
11
|
+
} & {
|
7
12
|
label?: string;
|
13
|
+
} & {
|
8
14
|
disabled?: boolean;
|
15
|
+
} & {
|
9
16
|
items?: MultiTextInputItem<T2>[];
|
17
|
+
} & {
|
10
18
|
itemValue?: string;
|
19
|
+
} & {
|
11
20
|
defaultValueItem?: MultiTextInputItem<T2>;
|
21
|
+
} & {
|
12
22
|
autofocus?: boolean;
|
23
|
+
} & {
|
13
24
|
hideEditGrid?: boolean;
|
25
|
+
} & {
|
14
26
|
rules?: ValidationRule[];
|
27
|
+
} & {
|
15
28
|
selectionVisible?: boolean;
|
29
|
+
} & {
|
16
30
|
isAppendIcon?: boolean;
|
17
|
-
} & Omit<{
|
31
|
+
} & DefineEmit<"update:modelValue", (value: MultiTextInputItem<T1>) => void> & DefineEmit<"selectItem", (item: MultiTextInputItem<T2>, index: number) => void>> & Omit<{
|
18
32
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => any;
|
19
33
|
onSelectItem?: (item: MultiTextInputItem<T2>, index: number) => any;
|
20
34
|
}, "mode" | "label" | "disabled" | "items" | "v-model" | "onUpdate:modelValue" | "modelValue" | "autofocus" | "rules" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon"> & {
|
@@ -59,22 +73,35 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: {
|
|
59
73
|
$nextTick: typeof import("vue").nextTick;
|
60
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;
|
61
75
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
62
|
-
propsDefinition: {
|
76
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
63
77
|
"v-model"?: MultiTextInputItem<T1>;
|
78
|
+
} & {
|
64
79
|
"onUpdate:modelValue"?: (value: MultiTextInputItem<T1>) => void;
|
80
|
+
} & {
|
65
81
|
modelValue?: MultiTextInputItem<T1>;
|
82
|
+
} & {
|
66
83
|
mode?: "textarea" | "textfield";
|
84
|
+
} & {
|
67
85
|
label?: string;
|
86
|
+
} & {
|
68
87
|
disabled?: boolean;
|
88
|
+
} & {
|
69
89
|
items?: MultiTextInputItem<T2>[];
|
90
|
+
} & {
|
70
91
|
itemValue?: string;
|
92
|
+
} & {
|
71
93
|
defaultValueItem?: MultiTextInputItem<T2>;
|
94
|
+
} & {
|
72
95
|
autofocus?: boolean;
|
96
|
+
} & {
|
73
97
|
hideEditGrid?: boolean;
|
98
|
+
} & {
|
74
99
|
rules?: ValidationRule[];
|
100
|
+
} & {
|
75
101
|
selectionVisible?: boolean;
|
76
|
-
isAppendIcon?: boolean;
|
77
102
|
} & {
|
103
|
+
isAppendIcon?: boolean;
|
104
|
+
} & DefineEmit<"update:modelValue", (value: MultiTextInputItem<T1>) => void> & DefineEmit<"selectItem", (item: MultiTextInputItem<T2>, index: number) => void>> & {
|
78
105
|
"v-slots"?: {
|
79
106
|
default?: import("vue").Slot;
|
80
107
|
} & {};
|
@@ -1,9 +1,12 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { OrgTree, OrgTreeComponentSettings } from "../../models";
|
2
|
-
declare const _default: (props: {
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"v-model"?: OrgTreeComponentSettings;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: OrgTreeComponentSettings;
|
6
|
-
} & Omit<{
|
9
|
+
} & DefineEmit<"newUserSelected", (tree: OrgTree) => void>> & Omit<{
|
7
10
|
onNewUserSelected?: (tree: OrgTree) => any;
|
8
11
|
}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
9
12
|
"v-slots"?: {
|
@@ -47,11 +50,13 @@ declare const _default: (props: {
|
|
47
50
|
$nextTick: typeof import("vue").nextTick;
|
48
51
|
$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
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
-
propsDefinition: {
|
53
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
54
|
"v-model"?: OrgTreeComponentSettings;
|
55
|
+
} & {
|
52
56
|
"onUpdate:modelValue"?: (value: OrgTreeComponentSettings) => void;
|
53
|
-
modelValue?: OrgTreeComponentSettings;
|
54
57
|
} & {
|
58
|
+
modelValue?: OrgTreeComponentSettings;
|
59
|
+
} & DefineEmit<"newUserSelected", (tree: OrgTree) => void>> & {
|
55
60
|
"v-slots"?: {
|
56
61
|
default?: import("vue").Slot;
|
57
62
|
} & {};
|
@@ -1,8 +1,10 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { OrgTreeUser } from "../../../models";
|
2
|
-
declare const _default: (props: {
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
users?: OrgTreeUser[];
|
5
|
+
} & {
|
4
6
|
manager?: OrgTreeUser;
|
5
|
-
} & Omit<{
|
7
|
+
} & DefineEmit<"userClick", (user: OrgTreeUser) => void>> & Omit<{
|
6
8
|
onUserClick?: (user: OrgTreeUser) => any;
|
7
9
|
}, "users" | "manager"> & {
|
8
10
|
"v-slots"?: {
|
@@ -46,10 +48,11 @@ declare const _default: (props: {
|
|
46
48
|
$nextTick: typeof import("vue").nextTick;
|
47
49
|
$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;
|
48
50
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
-
propsDefinition: {
|
51
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
50
52
|
users?: OrgTreeUser[];
|
51
|
-
manager?: OrgTreeUser;
|
52
53
|
} & {
|
54
|
+
manager?: OrgTreeUser;
|
55
|
+
} & DefineEmit<"userClick", (user: OrgTreeUser) => void>> & {
|
53
56
|
"v-slots"?: {
|
54
57
|
default?: import("vue").Slot;
|
55
58
|
} & {};
|
@@ -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
|
} & {};
|
@@ -60,9 +60,18 @@ declare const _default: {
|
|
60
60
|
type: import("vue").PropType<String | String[]>;
|
61
61
|
required: boolean;
|
62
62
|
};
|
63
|
-
colorSchemaType
|
64
|
-
|
65
|
-
|
63
|
+
colorSchemaType: {
|
64
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
65
|
+
required: boolean;
|
66
|
+
};
|
67
|
+
container: {
|
68
|
+
type: BooleanConstructor;
|
69
|
+
required: boolean;
|
70
|
+
};
|
71
|
+
colors: {
|
72
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
73
|
+
required: boolean;
|
74
|
+
};
|
66
75
|
}>> & {
|
67
76
|
"onClick:close"?: () => any;
|
68
77
|
"onClick:navigation"?: () => any;
|
@@ -128,16 +137,23 @@ declare const _default: {
|
|
128
137
|
type: import("vue").PropType<String | String[]>;
|
129
138
|
required: boolean;
|
130
139
|
};
|
131
|
-
colorSchemaType
|
132
|
-
|
133
|
-
|
140
|
+
colorSchemaType: {
|
141
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
142
|
+
required: boolean;
|
143
|
+
};
|
144
|
+
container: {
|
145
|
+
type: BooleanConstructor;
|
146
|
+
required: boolean;
|
147
|
+
};
|
148
|
+
colors: {
|
149
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
150
|
+
required: boolean;
|
151
|
+
};
|
134
152
|
}>> & {
|
135
153
|
"onClick:close"?: () => any;
|
136
154
|
"onClick:navigation"?: () => any;
|
137
155
|
}, {
|
138
|
-
container
|
139
|
-
colorSchemaType?: any;
|
140
|
-
colors?: any;
|
156
|
+
container: boolean;
|
141
157
|
}, true, {}, {}, {
|
142
158
|
P: {};
|
143
159
|
B: {};
|
@@ -204,16 +220,23 @@ declare const _default: {
|
|
204
220
|
type: import("vue").PropType<String | String[]>;
|
205
221
|
required: boolean;
|
206
222
|
};
|
207
|
-
colorSchemaType
|
208
|
-
|
209
|
-
|
223
|
+
colorSchemaType: {
|
224
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
225
|
+
required: boolean;
|
226
|
+
};
|
227
|
+
container: {
|
228
|
+
type: BooleanConstructor;
|
229
|
+
required: boolean;
|
230
|
+
};
|
231
|
+
colors: {
|
232
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
233
|
+
required: boolean;
|
234
|
+
};
|
210
235
|
}>> & {
|
211
236
|
"onClick:close"?: () => any;
|
212
237
|
"onClick:navigation"?: () => any;
|
213
238
|
}, () => JSX.Element, {}, {}, {}, {
|
214
|
-
container
|
215
|
-
colorSchemaType?: any;
|
216
|
-
colors?: any;
|
239
|
+
container: boolean;
|
217
240
|
}>;
|
218
241
|
__isFragment?: never;
|
219
242
|
__isTeleport?: never;
|
@@ -277,9 +300,18 @@ declare const _default: {
|
|
277
300
|
type: import("vue").PropType<String | String[]>;
|
278
301
|
required: boolean;
|
279
302
|
};
|
280
|
-
colorSchemaType
|
281
|
-
|
282
|
-
|
303
|
+
colorSchemaType: {
|
304
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
305
|
+
required: boolean;
|
306
|
+
};
|
307
|
+
container: {
|
308
|
+
type: BooleanConstructor;
|
309
|
+
required: boolean;
|
310
|
+
};
|
311
|
+
colors: {
|
312
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
313
|
+
required: boolean;
|
314
|
+
};
|
283
315
|
}>> & {
|
284
316
|
"onClick:close"?: () => any;
|
285
317
|
"onClick:navigation"?: () => any;
|
@@ -287,21 +319,18 @@ declare const _default: {
|
|
287
319
|
"click:navigation": () => true;
|
288
320
|
"click:close": () => true;
|
289
321
|
}, string, {
|
290
|
-
container
|
291
|
-
colorSchemaType?: any;
|
292
|
-
colors?: any;
|
322
|
+
container: boolean;
|
293
323
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
294
|
-
propsDefinition: Omit<Readonly<{
|
295
|
-
container?: any;
|
296
|
-
colorSchemaType?: any;
|
297
|
-
colors?: any;
|
298
|
-
} & {
|
324
|
+
propsDefinition: Omit<Readonly<{} & {
|
299
325
|
icon?: IIcon;
|
300
326
|
title?: string;
|
301
327
|
navigation?: boolean;
|
328
|
+
container?: boolean;
|
302
329
|
class?: String | String[];
|
303
330
|
id?: string;
|
304
331
|
absolute?: boolean;
|
332
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
333
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
305
334
|
"v-slots"?: {
|
306
335
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
307
336
|
} & {
|
@@ -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
|
} & {};
|
@@ -6,10 +6,10 @@ declare const _default: {
|
|
6
6
|
type: import("vue").PropType<boolean>;
|
7
7
|
};
|
8
8
|
"color-type": {
|
9
|
-
type: import("vue").PropType<"
|
9
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
10
10
|
};
|
11
11
|
colorType: {
|
12
|
-
type: import("vue").PropType<"
|
12
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
13
13
|
};
|
14
14
|
size: {
|
15
15
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -30,9 +30,18 @@ declare const _default: {
|
|
30
30
|
type: import("vue").PropType<String | String[]>;
|
31
31
|
required: boolean;
|
32
32
|
};
|
33
|
-
colorSchemaType
|
34
|
-
|
35
|
-
|
33
|
+
colorSchemaType: {
|
34
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
35
|
+
required: boolean;
|
36
|
+
};
|
37
|
+
container: {
|
38
|
+
type: BooleanConstructor;
|
39
|
+
required: boolean;
|
40
|
+
};
|
41
|
+
colors: {
|
42
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
43
|
+
required: boolean;
|
44
|
+
};
|
36
45
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
37
46
|
gradient: {
|
38
47
|
type: import("vue").PropType<boolean>;
|
@@ -40,10 +49,10 @@ declare const _default: {
|
|
40
49
|
type: import("vue").PropType<boolean>;
|
41
50
|
};
|
42
51
|
"color-type": {
|
43
|
-
type: import("vue").PropType<"
|
52
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
44
53
|
};
|
45
54
|
colorType: {
|
46
|
-
type: import("vue").PropType<"
|
55
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
47
56
|
};
|
48
57
|
size: {
|
49
58
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -64,13 +73,20 @@ declare const _default: {
|
|
64
73
|
type: import("vue").PropType<String | String[]>;
|
65
74
|
required: boolean;
|
66
75
|
};
|
67
|
-
colorSchemaType
|
68
|
-
|
69
|
-
|
76
|
+
colorSchemaType: {
|
77
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
78
|
+
required: boolean;
|
79
|
+
};
|
80
|
+
container: {
|
81
|
+
type: BooleanConstructor;
|
82
|
+
required: boolean;
|
83
|
+
};
|
84
|
+
colors: {
|
85
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
86
|
+
required: boolean;
|
87
|
+
};
|
70
88
|
}>>, {
|
71
|
-
container
|
72
|
-
colorSchemaType?: any;
|
73
|
-
colors?: any;
|
89
|
+
container: boolean;
|
74
90
|
}, true, {}, {}, {
|
75
91
|
P: {};
|
76
92
|
B: {};
|
@@ -85,10 +101,10 @@ declare const _default: {
|
|
85
101
|
type: import("vue").PropType<boolean>;
|
86
102
|
};
|
87
103
|
"color-type": {
|
88
|
-
type: import("vue").PropType<"
|
104
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
89
105
|
};
|
90
106
|
colorType: {
|
91
|
-
type: import("vue").PropType<"
|
107
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
92
108
|
};
|
93
109
|
size: {
|
94
110
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -109,13 +125,20 @@ declare const _default: {
|
|
109
125
|
type: import("vue").PropType<String | String[]>;
|
110
126
|
required: boolean;
|
111
127
|
};
|
112
|
-
colorSchemaType
|
113
|
-
|
114
|
-
|
128
|
+
colorSchemaType: {
|
129
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
130
|
+
required: boolean;
|
131
|
+
};
|
132
|
+
container: {
|
133
|
+
type: BooleanConstructor;
|
134
|
+
required: boolean;
|
135
|
+
};
|
136
|
+
colors: {
|
137
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
138
|
+
required: boolean;
|
139
|
+
};
|
115
140
|
}>>, () => JSX.Element, {}, {}, {}, {
|
116
|
-
container
|
117
|
-
colorSchemaType?: any;
|
118
|
-
colors?: any;
|
141
|
+
container: boolean;
|
119
142
|
}>;
|
120
143
|
__isFragment?: never;
|
121
144
|
__isTeleport?: never;
|
@@ -127,10 +150,10 @@ declare const _default: {
|
|
127
150
|
type: import("vue").PropType<boolean>;
|
128
151
|
};
|
129
152
|
"color-type": {
|
130
|
-
type: import("vue").PropType<"
|
153
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
131
154
|
};
|
132
155
|
colorType: {
|
133
|
-
type: import("vue").PropType<"
|
156
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer">;
|
134
157
|
};
|
135
158
|
size: {
|
136
159
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
@@ -151,26 +174,32 @@ declare const _default: {
|
|
151
174
|
type: import("vue").PropType<String | String[]>;
|
152
175
|
required: boolean;
|
153
176
|
};
|
154
|
-
colorSchemaType
|
155
|
-
|
156
|
-
|
177
|
+
colorSchemaType: {
|
178
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
179
|
+
required: boolean;
|
180
|
+
};
|
181
|
+
container: {
|
182
|
+
type: BooleanConstructor;
|
183
|
+
required: boolean;
|
184
|
+
};
|
185
|
+
colors: {
|
186
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
187
|
+
required: boolean;
|
188
|
+
};
|
157
189
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
158
|
-
container
|
159
|
-
colorSchemaType?: any;
|
160
|
-
colors?: any;
|
190
|
+
container: boolean;
|
161
191
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
162
|
-
propsDefinition: Omit<Readonly<{
|
163
|
-
container?: any;
|
164
|
-
colorSchemaType?: any;
|
165
|
-
colors?: any;
|
166
|
-
} & {
|
192
|
+
propsDefinition: Omit<Readonly<{} & {
|
167
193
|
color?: string;
|
194
|
+
container?: boolean;
|
168
195
|
class?: String | String[];
|
169
196
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
170
|
-
|
197
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
198
|
+
colorType?: "base" | "onBase" | "container" | "onContainer";
|
171
199
|
toned?: boolean;
|
200
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
172
201
|
gradient?: boolean;
|
173
|
-
"color-type"?: "
|
202
|
+
"color-type"?: "base" | "onBase" | "container" | "onContainer";
|
174
203
|
}>, never>;
|
175
204
|
};
|
176
205
|
export default _default;
|