@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
@@ -55,9 +55,9 @@ declare const _default: {
|
|
55
55
|
type: import("vue").PropType<boolean>;
|
56
56
|
};
|
57
57
|
variant: {
|
58
|
-
type: import("vue").PropType<"
|
58
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
59
59
|
} & {
|
60
|
-
type: import("vue").PropType<"
|
60
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
61
61
|
};
|
62
62
|
stacked: {
|
63
63
|
type: import("vue").PropType<boolean>;
|
@@ -87,9 +87,18 @@ declare const _default: {
|
|
87
87
|
type: import("vue").PropType<String | String[]>;
|
88
88
|
required: boolean;
|
89
89
|
};
|
90
|
-
colorSchemaType
|
91
|
-
|
92
|
-
|
90
|
+
colorSchemaType: {
|
91
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
92
|
+
required: boolean;
|
93
|
+
};
|
94
|
+
container: {
|
95
|
+
type: BooleanConstructor;
|
96
|
+
required: boolean;
|
97
|
+
};
|
98
|
+
colors: {
|
99
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
100
|
+
required: boolean;
|
101
|
+
};
|
93
102
|
}>> & {
|
94
103
|
"onUpdate:modelValue"?: (model: number) => any;
|
95
104
|
onDoc$?: (description?: string) => any;
|
@@ -153,9 +162,9 @@ declare const _default: {
|
|
153
162
|
type: import("vue").PropType<boolean>;
|
154
163
|
};
|
155
164
|
variant: {
|
156
|
-
type: import("vue").PropType<"
|
165
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
157
166
|
} & {
|
158
|
-
type: import("vue").PropType<"
|
167
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
159
168
|
};
|
160
169
|
stacked: {
|
161
170
|
type: import("vue").PropType<boolean>;
|
@@ -185,16 +194,23 @@ declare const _default: {
|
|
185
194
|
type: import("vue").PropType<String | String[]>;
|
186
195
|
required: boolean;
|
187
196
|
};
|
188
|
-
colorSchemaType
|
189
|
-
|
190
|
-
|
197
|
+
colorSchemaType: {
|
198
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
199
|
+
required: boolean;
|
200
|
+
};
|
201
|
+
container: {
|
202
|
+
type: BooleanConstructor;
|
203
|
+
required: boolean;
|
204
|
+
};
|
205
|
+
colors: {
|
206
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
207
|
+
required: boolean;
|
208
|
+
};
|
191
209
|
}>> & {
|
192
210
|
"onUpdate:modelValue"?: (model: number) => any;
|
193
211
|
onDoc$?: (description?: string) => any;
|
194
212
|
}, {
|
195
|
-
container
|
196
|
-
colorSchemaType?: any;
|
197
|
-
colors?: any;
|
213
|
+
container: boolean;
|
198
214
|
}, true, {}, {}, {
|
199
215
|
P: {};
|
200
216
|
B: {};
|
@@ -257,9 +273,9 @@ declare const _default: {
|
|
257
273
|
type: import("vue").PropType<boolean>;
|
258
274
|
};
|
259
275
|
variant: {
|
260
|
-
type: import("vue").PropType<"
|
276
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
261
277
|
} & {
|
262
|
-
type: import("vue").PropType<"
|
278
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
263
279
|
};
|
264
280
|
stacked: {
|
265
281
|
type: import("vue").PropType<boolean>;
|
@@ -289,16 +305,23 @@ declare const _default: {
|
|
289
305
|
type: import("vue").PropType<String | String[]>;
|
290
306
|
required: boolean;
|
291
307
|
};
|
292
|
-
colorSchemaType
|
293
|
-
|
294
|
-
|
308
|
+
colorSchemaType: {
|
309
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
310
|
+
required: boolean;
|
311
|
+
};
|
312
|
+
container: {
|
313
|
+
type: BooleanConstructor;
|
314
|
+
required: boolean;
|
315
|
+
};
|
316
|
+
colors: {
|
317
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
318
|
+
required: boolean;
|
319
|
+
};
|
295
320
|
}>> & {
|
296
321
|
"onUpdate:modelValue"?: (model: number) => any;
|
297
322
|
onDoc$?: (description?: string) => any;
|
298
323
|
}, () => JSX.Element, {}, {}, {}, {
|
299
|
-
container
|
300
|
-
colorSchemaType?: any;
|
301
|
-
colors?: any;
|
324
|
+
container: boolean;
|
302
325
|
}>;
|
303
326
|
__isFragment?: never;
|
304
327
|
__isTeleport?: never;
|
@@ -358,9 +381,9 @@ declare const _default: {
|
|
358
381
|
type: import("vue").PropType<boolean>;
|
359
382
|
};
|
360
383
|
variant: {
|
361
|
-
type: import("vue").PropType<"
|
384
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
362
385
|
} & {
|
363
|
-
type: import("vue").PropType<"
|
386
|
+
type: import("vue").PropType<"toolbar" | "navigation" | "default" | "header" | "settings">;
|
364
387
|
};
|
365
388
|
stacked: {
|
366
389
|
type: import("vue").PropType<boolean>;
|
@@ -390,9 +413,18 @@ declare const _default: {
|
|
390
413
|
type: import("vue").PropType<String | String[]>;
|
391
414
|
required: boolean;
|
392
415
|
};
|
393
|
-
colorSchemaType
|
394
|
-
|
395
|
-
|
416
|
+
colorSchemaType: {
|
417
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
418
|
+
required: boolean;
|
419
|
+
};
|
420
|
+
container: {
|
421
|
+
type: BooleanConstructor;
|
422
|
+
required: boolean;
|
423
|
+
};
|
424
|
+
colors: {
|
425
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
426
|
+
required: boolean;
|
427
|
+
};
|
396
428
|
}>> & {
|
397
429
|
"onUpdate:modelValue"?: (model: number) => any;
|
398
430
|
onDoc$?: (description?: string) => any;
|
@@ -402,25 +434,22 @@ declare const _default: {
|
|
402
434
|
"update:modelValue": (model: number) => void;
|
403
435
|
};
|
404
436
|
}, string, {
|
405
|
-
container
|
406
|
-
colorSchemaType?: any;
|
407
|
-
colors?: any;
|
437
|
+
container: boolean;
|
408
438
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
|
-
propsDefinition: Omit<Readonly<{
|
410
|
-
|
411
|
-
|
412
|
-
colors?: any;
|
413
|
-
} & {
|
439
|
+
propsDefinition: Omit<Readonly<{} & {
|
440
|
+
blueprint?: TabsBlueprint;
|
441
|
+
container?: boolean;
|
414
442
|
class?: String | String[];
|
415
443
|
vertical?: boolean;
|
416
444
|
contentClass?: string | string[];
|
417
|
-
blueprint?: TabsBlueprint;
|
418
445
|
grow?: boolean;
|
446
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
419
447
|
toned?: boolean;
|
448
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
420
449
|
"v-model"?: number;
|
421
450
|
"onUpdate:modelValue"?: (value: number) => any;
|
422
451
|
modelValue?: number;
|
423
|
-
variant?: "
|
452
|
+
variant?: "toolbar" | "navigation" | "default" | "header" | "settings";
|
424
453
|
scrolling?: string;
|
425
454
|
stacked?: boolean;
|
426
455
|
disableBlueprint?: 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
|
} & {};
|
@@ -9,9 +9,18 @@ declare const _default: {
|
|
9
9
|
type: import("vue").PropType<String | String[]>;
|
10
10
|
required: boolean;
|
11
11
|
};
|
12
|
-
colorSchemaType
|
13
|
-
|
14
|
-
|
12
|
+
colorSchemaType: {
|
13
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
14
|
+
required: boolean;
|
15
|
+
};
|
16
|
+
container: {
|
17
|
+
type: BooleanConstructor;
|
18
|
+
required: boolean;
|
19
|
+
};
|
20
|
+
colors: {
|
21
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
22
|
+
required: boolean;
|
23
|
+
};
|
15
24
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
16
25
|
toned: {
|
17
26
|
type: import("vue").PropType<boolean>;
|
@@ -22,13 +31,20 @@ declare const _default: {
|
|
22
31
|
type: import("vue").PropType<String | String[]>;
|
23
32
|
required: boolean;
|
24
33
|
};
|
25
|
-
colorSchemaType
|
26
|
-
|
27
|
-
|
34
|
+
colorSchemaType: {
|
35
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
36
|
+
required: boolean;
|
37
|
+
};
|
38
|
+
container: {
|
39
|
+
type: BooleanConstructor;
|
40
|
+
required: boolean;
|
41
|
+
};
|
42
|
+
colors: {
|
43
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
44
|
+
required: boolean;
|
45
|
+
};
|
28
46
|
}>>, {
|
29
|
-
container
|
30
|
-
colorSchemaType?: any;
|
31
|
-
colors?: any;
|
47
|
+
container: boolean;
|
32
48
|
}, true, {}, {}, {
|
33
49
|
P: {};
|
34
50
|
B: {};
|
@@ -46,13 +62,20 @@ declare const _default: {
|
|
46
62
|
type: import("vue").PropType<String | String[]>;
|
47
63
|
required: boolean;
|
48
64
|
};
|
49
|
-
colorSchemaType
|
50
|
-
|
51
|
-
|
65
|
+
colorSchemaType: {
|
66
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
67
|
+
required: boolean;
|
68
|
+
};
|
69
|
+
container: {
|
70
|
+
type: BooleanConstructor;
|
71
|
+
required: boolean;
|
72
|
+
};
|
73
|
+
colors: {
|
74
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
75
|
+
required: boolean;
|
76
|
+
};
|
52
77
|
}>>, () => JSX.Element, {}, {}, {}, {
|
53
|
-
container
|
54
|
-
colorSchemaType?: any;
|
55
|
-
colors?: any;
|
78
|
+
container: boolean;
|
56
79
|
}>;
|
57
80
|
__isFragment?: never;
|
58
81
|
__isTeleport?: never;
|
@@ -67,21 +90,27 @@ declare const _default: {
|
|
67
90
|
type: import("vue").PropType<String | String[]>;
|
68
91
|
required: boolean;
|
69
92
|
};
|
70
|
-
colorSchemaType
|
71
|
-
|
72
|
-
|
93
|
+
colorSchemaType: {
|
94
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
95
|
+
required: boolean;
|
96
|
+
};
|
97
|
+
container: {
|
98
|
+
type: BooleanConstructor;
|
99
|
+
required: boolean;
|
100
|
+
};
|
101
|
+
colors: {
|
102
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
103
|
+
required: boolean;
|
104
|
+
};
|
73
105
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
74
|
-
container
|
75
|
-
colorSchemaType?: any;
|
76
|
-
colors?: any;
|
106
|
+
container: boolean;
|
77
107
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
78
|
-
propsDefinition: Omit<Readonly<{
|
79
|
-
container?:
|
80
|
-
colorSchemaType?: any;
|
81
|
-
colors?: any;
|
82
|
-
} & {
|
108
|
+
propsDefinition: Omit<Readonly<{} & {
|
109
|
+
container?: boolean;
|
83
110
|
class?: String | String[];
|
111
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
84
112
|
toned?: boolean;
|
113
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
85
114
|
}>, never>;
|
86
115
|
};
|
87
116
|
export default _default;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -24,10 +24,10 @@ declare const _default: {
|
|
24
24
|
type: import("vue").PropType<boolean>;
|
25
25
|
};
|
26
26
|
"color-type": {
|
27
|
-
type: import("vue").PropType<"
|
27
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
28
28
|
};
|
29
29
|
colorType: {
|
30
|
-
type: import("vue").PropType<"
|
30
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
31
31
|
};
|
32
32
|
size: {
|
33
33
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -43,9 +43,18 @@ declare const _default: {
|
|
43
43
|
type: import("vue").PropType<String | String[]>;
|
44
44
|
required: boolean;
|
45
45
|
};
|
46
|
-
colorSchemaType
|
47
|
-
|
48
|
-
|
46
|
+
colorSchemaType: {
|
47
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
48
|
+
required: boolean;
|
49
|
+
};
|
50
|
+
container: {
|
51
|
+
type: BooleanConstructor;
|
52
|
+
required: boolean;
|
53
|
+
};
|
54
|
+
colors: {
|
55
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
56
|
+
required: boolean;
|
57
|
+
};
|
49
58
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
50
59
|
blueprint: {
|
51
60
|
type: import("vue").PropType<TextBlueprint>;
|
@@ -70,10 +79,10 @@ declare const _default: {
|
|
70
79
|
type: import("vue").PropType<boolean>;
|
71
80
|
};
|
72
81
|
"color-type": {
|
73
|
-
type: import("vue").PropType<"
|
82
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
74
83
|
};
|
75
84
|
colorType: {
|
76
|
-
type: import("vue").PropType<"
|
85
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
77
86
|
};
|
78
87
|
size: {
|
79
88
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -89,13 +98,20 @@ declare const _default: {
|
|
89
98
|
type: import("vue").PropType<String | String[]>;
|
90
99
|
required: boolean;
|
91
100
|
};
|
92
|
-
colorSchemaType
|
93
|
-
|
94
|
-
|
101
|
+
colorSchemaType: {
|
102
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
103
|
+
required: boolean;
|
104
|
+
};
|
105
|
+
container: {
|
106
|
+
type: BooleanConstructor;
|
107
|
+
required: boolean;
|
108
|
+
};
|
109
|
+
colors: {
|
110
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
111
|
+
required: boolean;
|
112
|
+
};
|
95
113
|
}>>, {
|
96
|
-
container
|
97
|
-
colorSchemaType?: any;
|
98
|
-
colors?: any;
|
114
|
+
container: boolean;
|
99
115
|
}, true, {}, {}, {
|
100
116
|
P: {};
|
101
117
|
B: {};
|
@@ -127,10 +143,10 @@ declare const _default: {
|
|
127
143
|
type: import("vue").PropType<boolean>;
|
128
144
|
};
|
129
145
|
"color-type": {
|
130
|
-
type: import("vue").PropType<"
|
146
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
131
147
|
};
|
132
148
|
colorType: {
|
133
|
-
type: import("vue").PropType<"
|
149
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
134
150
|
};
|
135
151
|
size: {
|
136
152
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -146,13 +162,20 @@ declare const _default: {
|
|
146
162
|
type: import("vue").PropType<String | String[]>;
|
147
163
|
required: boolean;
|
148
164
|
};
|
149
|
-
colorSchemaType
|
150
|
-
|
151
|
-
|
165
|
+
colorSchemaType: {
|
166
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
167
|
+
required: boolean;
|
168
|
+
};
|
169
|
+
container: {
|
170
|
+
type: BooleanConstructor;
|
171
|
+
required: boolean;
|
172
|
+
};
|
173
|
+
colors: {
|
174
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
175
|
+
required: boolean;
|
176
|
+
};
|
152
177
|
}>>, () => JSX.Element, {}, {}, {}, {
|
153
|
-
container
|
154
|
-
colorSchemaType?: any;
|
155
|
-
colors?: any;
|
178
|
+
container: boolean;
|
156
179
|
}>;
|
157
180
|
__isFragment?: never;
|
158
181
|
__isTeleport?: never;
|
@@ -181,10 +204,10 @@ declare const _default: {
|
|
181
204
|
type: import("vue").PropType<boolean>;
|
182
205
|
};
|
183
206
|
"color-type": {
|
184
|
-
type: import("vue").PropType<"
|
207
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
185
208
|
};
|
186
209
|
colorType: {
|
187
|
-
type: import("vue").PropType<"
|
210
|
+
type: import("vue").PropType<"base" | "onBase" | "container" | "onContainer" | ColorTypes>;
|
188
211
|
};
|
189
212
|
size: {
|
190
213
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -200,27 +223,33 @@ declare const _default: {
|
|
200
223
|
type: import("vue").PropType<String | String[]>;
|
201
224
|
required: boolean;
|
202
225
|
};
|
203
|
-
colorSchemaType
|
204
|
-
|
205
|
-
|
226
|
+
colorSchemaType: {
|
227
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
228
|
+
required: boolean;
|
229
|
+
};
|
230
|
+
container: {
|
231
|
+
type: BooleanConstructor;
|
232
|
+
required: boolean;
|
233
|
+
};
|
234
|
+
colors: {
|
235
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
236
|
+
required: boolean;
|
237
|
+
};
|
206
238
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
207
|
-
container
|
208
|
-
colorSchemaType?: any;
|
209
|
-
colors?: any;
|
239
|
+
container: boolean;
|
210
240
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
211
|
-
propsDefinition: Omit<Readonly<{
|
212
|
-
container?: any;
|
213
|
-
colorSchemaType?: any;
|
214
|
-
colors?: any;
|
215
|
-
} & {
|
241
|
+
propsDefinition: Omit<Readonly<{} & {
|
216
242
|
typography?: "text" | "title" | "navigation" | TypographyTypes;
|
243
|
+
blueprint?: TextBlueprint;
|
244
|
+
container?: boolean;
|
217
245
|
class?: String | String[];
|
218
246
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
219
247
|
wordBreak?: "none";
|
220
|
-
|
221
|
-
colorType?: "
|
248
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
249
|
+
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
222
250
|
toned?: boolean;
|
223
|
-
|
251
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
252
|
+
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
224
253
|
"word-break"?: "none";
|
225
254
|
truncateLines?: number;
|
226
255
|
"truncate-lines"?: number;
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|