@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
@@ -110,9 +110,18 @@ declare const _default: {
|
|
110
110
|
type: import("vue").PropType<String | String[]>;
|
111
111
|
required: boolean;
|
112
112
|
};
|
113
|
-
colorSchemaType
|
114
|
-
|
115
|
-
|
113
|
+
colorSchemaType: {
|
114
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
115
|
+
required: boolean;
|
116
|
+
};
|
117
|
+
container: {
|
118
|
+
type: BooleanConstructor;
|
119
|
+
required: boolean;
|
120
|
+
};
|
121
|
+
colors: {
|
122
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
123
|
+
required: boolean;
|
124
|
+
};
|
116
125
|
}>> & {
|
117
126
|
"onUpdate:modelValue"?: (value: string) => any;
|
118
127
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -229,17 +238,24 @@ declare const _default: {
|
|
229
238
|
type: import("vue").PropType<String | String[]>;
|
230
239
|
required: boolean;
|
231
240
|
};
|
232
|
-
colorSchemaType
|
233
|
-
|
234
|
-
|
241
|
+
colorSchemaType: {
|
242
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
243
|
+
required: boolean;
|
244
|
+
};
|
245
|
+
container: {
|
246
|
+
type: BooleanConstructor;
|
247
|
+
required: boolean;
|
248
|
+
};
|
249
|
+
colors: {
|
250
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
251
|
+
required: boolean;
|
252
|
+
};
|
235
253
|
}>> & {
|
236
254
|
"onUpdate:modelValue"?: (value: string) => any;
|
237
255
|
"onUpdate:focused"?: (value: boolean) => any;
|
238
256
|
"onClick:button"?: () => any;
|
239
257
|
}, {
|
240
|
-
container
|
241
|
-
colorSchemaType?: any;
|
242
|
-
colors?: any;
|
258
|
+
container: boolean;
|
243
259
|
}, true, {}, {}, {
|
244
260
|
P: {};
|
245
261
|
B: {};
|
@@ -355,17 +371,24 @@ declare const _default: {
|
|
355
371
|
type: import("vue").PropType<String | String[]>;
|
356
372
|
required: boolean;
|
357
373
|
};
|
358
|
-
colorSchemaType
|
359
|
-
|
360
|
-
|
374
|
+
colorSchemaType: {
|
375
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
376
|
+
required: boolean;
|
377
|
+
};
|
378
|
+
container: {
|
379
|
+
type: BooleanConstructor;
|
380
|
+
required: boolean;
|
381
|
+
};
|
382
|
+
colors: {
|
383
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
384
|
+
required: boolean;
|
385
|
+
};
|
361
386
|
}>> & {
|
362
387
|
"onUpdate:modelValue"?: (value: string) => any;
|
363
388
|
"onUpdate:focused"?: (value: boolean) => any;
|
364
389
|
"onClick:button"?: () => any;
|
365
390
|
}, () => JSX.Element, {}, {}, {}, {
|
366
|
-
container
|
367
|
-
colorSchemaType?: any;
|
368
|
-
colors?: any;
|
391
|
+
container: boolean;
|
369
392
|
}>;
|
370
393
|
__isFragment?: never;
|
371
394
|
__isTeleport?: never;
|
@@ -478,9 +501,18 @@ declare const _default: {
|
|
478
501
|
type: import("vue").PropType<String | String[]>;
|
479
502
|
required: boolean;
|
480
503
|
};
|
481
|
-
colorSchemaType
|
482
|
-
|
483
|
-
|
504
|
+
colorSchemaType: {
|
505
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
506
|
+
required: boolean;
|
507
|
+
};
|
508
|
+
container: {
|
509
|
+
type: BooleanConstructor;
|
510
|
+
required: boolean;
|
511
|
+
};
|
512
|
+
colors: {
|
513
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
514
|
+
required: boolean;
|
515
|
+
};
|
484
516
|
}>> & {
|
485
517
|
"onUpdate:modelValue"?: (value: string) => any;
|
486
518
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -490,22 +522,19 @@ declare const _default: {
|
|
490
522
|
"update:modelValue": (value: string) => true;
|
491
523
|
"click:button": () => true;
|
492
524
|
}, string, {
|
493
|
-
container
|
494
|
-
colorSchemaType?: any;
|
495
|
-
colors?: any;
|
525
|
+
container: boolean;
|
496
526
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
497
|
-
propsDefinition: Omit<Readonly<{
|
498
|
-
container?: any;
|
499
|
-
colorSchemaType?: any;
|
500
|
-
colors?: any;
|
501
|
-
} & {
|
527
|
+
propsDefinition: Omit<Readonly<{} & {
|
502
528
|
color?: ColorValue;
|
529
|
+
container?: boolean;
|
503
530
|
class?: String | String[];
|
504
531
|
label?: string;
|
505
532
|
disabled?: boolean;
|
506
533
|
rows?: number;
|
507
534
|
placeholder?: string;
|
535
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
508
536
|
toned?: boolean;
|
537
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
509
538
|
"v-model"?: string;
|
510
539
|
"onUpdate:modelValue"?: (value: string) => any;
|
511
540
|
modelValue?: string;
|
@@ -121,9 +121,18 @@ declare const _default: {
|
|
121
121
|
type: import("vue").PropType<String | String[]>;
|
122
122
|
required: boolean;
|
123
123
|
};
|
124
|
-
colorSchemaType
|
125
|
-
|
126
|
-
|
124
|
+
colorSchemaType: {
|
125
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
126
|
+
required: boolean;
|
127
|
+
};
|
128
|
+
container: {
|
129
|
+
type: BooleanConstructor;
|
130
|
+
required: boolean;
|
131
|
+
};
|
132
|
+
colors: {
|
133
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
134
|
+
required: boolean;
|
135
|
+
};
|
127
136
|
}>> & {
|
128
137
|
"onUpdate:modelValue"?: (value: string) => any;
|
129
138
|
onDoc$?: (description?: string) => any;
|
@@ -256,9 +265,18 @@ declare const _default: {
|
|
256
265
|
type: import("vue").PropType<String | String[]>;
|
257
266
|
required: boolean;
|
258
267
|
};
|
259
|
-
colorSchemaType
|
260
|
-
|
261
|
-
|
268
|
+
colorSchemaType: {
|
269
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
270
|
+
required: boolean;
|
271
|
+
};
|
272
|
+
container: {
|
273
|
+
type: BooleanConstructor;
|
274
|
+
required: boolean;
|
275
|
+
};
|
276
|
+
colors: {
|
277
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
278
|
+
required: boolean;
|
279
|
+
};
|
262
280
|
}>> & {
|
263
281
|
"onUpdate:modelValue"?: (value: string) => any;
|
264
282
|
onDoc$?: (description?: string) => any;
|
@@ -266,9 +284,7 @@ declare const _default: {
|
|
266
284
|
"onClick:clear"?: () => any;
|
267
285
|
"onClick:button"?: () => any;
|
268
286
|
}, {
|
269
|
-
container
|
270
|
-
colorSchemaType?: any;
|
271
|
-
colors?: any;
|
287
|
+
container: boolean;
|
272
288
|
}, true, {}, {}, {
|
273
289
|
P: {};
|
274
290
|
B: {};
|
@@ -394,9 +410,18 @@ declare const _default: {
|
|
394
410
|
type: import("vue").PropType<String | String[]>;
|
395
411
|
required: boolean;
|
396
412
|
};
|
397
|
-
colorSchemaType
|
398
|
-
|
399
|
-
|
413
|
+
colorSchemaType: {
|
414
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
415
|
+
required: boolean;
|
416
|
+
};
|
417
|
+
container: {
|
418
|
+
type: BooleanConstructor;
|
419
|
+
required: boolean;
|
420
|
+
};
|
421
|
+
colors: {
|
422
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
423
|
+
required: boolean;
|
424
|
+
};
|
400
425
|
}>> & {
|
401
426
|
"onUpdate:modelValue"?: (value: string) => any;
|
402
427
|
onDoc$?: (description?: string) => any;
|
@@ -404,9 +429,7 @@ declare const _default: {
|
|
404
429
|
"onClick:clear"?: () => any;
|
405
430
|
"onClick:button"?: () => any;
|
406
431
|
}, () => JSX.Element, {}, {}, {}, {
|
407
|
-
container
|
408
|
-
colorSchemaType?: any;
|
409
|
-
colors?: any;
|
432
|
+
container: boolean;
|
410
433
|
}>;
|
411
434
|
__isFragment?: never;
|
412
435
|
__isTeleport?: never;
|
@@ -529,9 +552,18 @@ declare const _default: {
|
|
529
552
|
type: import("vue").PropType<String | String[]>;
|
530
553
|
required: boolean;
|
531
554
|
};
|
532
|
-
colorSchemaType
|
533
|
-
|
534
|
-
|
555
|
+
colorSchemaType: {
|
556
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
557
|
+
required: boolean;
|
558
|
+
};
|
559
|
+
container: {
|
560
|
+
type: BooleanConstructor;
|
561
|
+
required: boolean;
|
562
|
+
};
|
563
|
+
colors: {
|
564
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
565
|
+
required: boolean;
|
566
|
+
};
|
535
567
|
}>> & {
|
536
568
|
"onUpdate:modelValue"?: (value: string) => any;
|
537
569
|
onDoc$?: (description?: string) => any;
|
@@ -547,22 +579,19 @@ declare const _default: {
|
|
547
579
|
"update:modelValue": (value: string) => true;
|
548
580
|
"click:button": () => true;
|
549
581
|
}, string, {
|
550
|
-
container
|
551
|
-
colorSchemaType?: any;
|
552
|
-
colors?: any;
|
582
|
+
container: boolean;
|
553
583
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
554
|
-
propsDefinition: Omit<Readonly<{
|
555
|
-
container?: any;
|
556
|
-
colorSchemaType?: any;
|
557
|
-
colors?: any;
|
558
|
-
} & {
|
584
|
+
propsDefinition: Omit<Readonly<{} & {
|
559
585
|
type?: "number" | "text" | "password";
|
560
586
|
color?: ColorValue;
|
587
|
+
container?: boolean;
|
561
588
|
class?: String | String[];
|
562
589
|
label?: string;
|
563
590
|
disabled?: boolean;
|
564
591
|
placeholder?: string;
|
592
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
565
593
|
toned?: boolean;
|
594
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
566
595
|
"v-model"?: string | number | WritableComputedRef<string>;
|
567
596
|
"onUpdate:modelValue"?: (value: string | number | WritableComputedRef<string>) => any;
|
568
597
|
modelValue?: string | number | WritableComputedRef<string>;
|
@@ -1,11 +1,16 @@
|
|
1
|
-
declare const _default: (props: {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
"v-model"?: string;
|
3
|
+
} & {
|
3
4
|
"onUpdate:modelValue"?: (value: string) => void;
|
5
|
+
} & {
|
4
6
|
modelValue?: string;
|
7
|
+
} & {
|
5
8
|
location?: Anchor;
|
9
|
+
} & {
|
6
10
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
11
|
+
} & {
|
7
12
|
format?: "ampm" | "24hr";
|
8
|
-
} & Omit<{}, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location"> & {
|
13
|
+
}> & Omit<{}, "format" | "position" | "v-model" | "onUpdate:modelValue" | "modelValue" | "location"> & {
|
9
14
|
"v-slots"?: {
|
10
15
|
default?: import("vue").Slot;
|
11
16
|
} & {};
|
@@ -47,14 +52,19 @@ declare const _default: (props: {
|
|
47
52
|
$nextTick: typeof import("vue").nextTick;
|
48
53
|
$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
54
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
-
propsDefinition: {
|
55
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
56
|
"v-model"?: string;
|
57
|
+
} & {
|
52
58
|
"onUpdate:modelValue"?: (value: string) => void;
|
59
|
+
} & {
|
53
60
|
modelValue?: string;
|
61
|
+
} & {
|
54
62
|
location?: Anchor;
|
63
|
+
} & {
|
55
64
|
position?: "fixed" | "absolute" | "relative" | "static" | "sticky";
|
56
|
-
format?: "ampm" | "24hr";
|
57
65
|
} & {
|
66
|
+
format?: "ampm" | "24hr";
|
67
|
+
}> & {
|
58
68
|
"v-slots"?: {
|
59
69
|
default?: import("vue").Slot;
|
60
70
|
} & {};
|
@@ -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
|
} & {};
|
@@ -47,17 +47,26 @@ declare const _default: {
|
|
47
47
|
type: import("vue").PropType<string>;
|
48
48
|
};
|
49
49
|
variant: {
|
50
|
-
type: import("vue").PropType<"
|
50
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
51
51
|
} & {
|
52
|
-
type: import("vue").PropType<"
|
52
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
53
53
|
};
|
54
54
|
class: {
|
55
55
|
type: import("vue").PropType<String | String[]>;
|
56
56
|
required: boolean;
|
57
57
|
};
|
58
|
-
colorSchemaType
|
59
|
-
|
60
|
-
|
58
|
+
colorSchemaType: {
|
59
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
60
|
+
required: boolean;
|
61
|
+
};
|
62
|
+
container: {
|
63
|
+
type: BooleanConstructor;
|
64
|
+
required: boolean;
|
65
|
+
};
|
66
|
+
colors: {
|
67
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
68
|
+
required: boolean;
|
69
|
+
};
|
61
70
|
}>> & {
|
62
71
|
"onClick:close"?: () => any;
|
63
72
|
"onClick:back"?: () => any;
|
@@ -110,24 +119,31 @@ declare const _default: {
|
|
110
119
|
type: import("vue").PropType<string>;
|
111
120
|
};
|
112
121
|
variant: {
|
113
|
-
type: import("vue").PropType<"
|
122
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
114
123
|
} & {
|
115
|
-
type: import("vue").PropType<"
|
124
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
116
125
|
};
|
117
126
|
class: {
|
118
127
|
type: import("vue").PropType<String | String[]>;
|
119
128
|
required: boolean;
|
120
129
|
};
|
121
|
-
colorSchemaType
|
122
|
-
|
123
|
-
|
130
|
+
colorSchemaType: {
|
131
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
132
|
+
required: boolean;
|
133
|
+
};
|
134
|
+
container: {
|
135
|
+
type: BooleanConstructor;
|
136
|
+
required: boolean;
|
137
|
+
};
|
138
|
+
colors: {
|
139
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
140
|
+
required: boolean;
|
141
|
+
};
|
124
142
|
}>> & {
|
125
143
|
"onClick:close"?: () => any;
|
126
144
|
"onClick:back"?: () => any;
|
127
145
|
}, {
|
128
|
-
container
|
129
|
-
colorSchemaType?: any;
|
130
|
-
colors?: any;
|
146
|
+
container: boolean;
|
131
147
|
}, true, {}, {}, {
|
132
148
|
P: {};
|
133
149
|
B: {};
|
@@ -181,24 +197,31 @@ declare const _default: {
|
|
181
197
|
type: import("vue").PropType<string>;
|
182
198
|
};
|
183
199
|
variant: {
|
184
|
-
type: import("vue").PropType<"
|
200
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
185
201
|
} & {
|
186
|
-
type: import("vue").PropType<"
|
202
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
187
203
|
};
|
188
204
|
class: {
|
189
205
|
type: import("vue").PropType<String | String[]>;
|
190
206
|
required: boolean;
|
191
207
|
};
|
192
|
-
colorSchemaType
|
193
|
-
|
194
|
-
|
208
|
+
colorSchemaType: {
|
209
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
210
|
+
required: boolean;
|
211
|
+
};
|
212
|
+
container: {
|
213
|
+
type: BooleanConstructor;
|
214
|
+
required: boolean;
|
215
|
+
};
|
216
|
+
colors: {
|
217
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
218
|
+
required: boolean;
|
219
|
+
};
|
195
220
|
}>> & {
|
196
221
|
"onClick:close"?: () => any;
|
197
222
|
"onClick:back"?: () => any;
|
198
223
|
}, () => JSX.Element, {}, {}, {}, {
|
199
|
-
container
|
200
|
-
colorSchemaType?: any;
|
201
|
-
colors?: any;
|
224
|
+
container: boolean;
|
202
225
|
}>;
|
203
226
|
__isFragment?: never;
|
204
227
|
__isTeleport?: never;
|
@@ -249,17 +272,26 @@ declare const _default: {
|
|
249
272
|
type: import("vue").PropType<string>;
|
250
273
|
};
|
251
274
|
variant: {
|
252
|
-
type: import("vue").PropType<"
|
275
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
253
276
|
} & {
|
254
|
-
type: import("vue").PropType<"
|
277
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
255
278
|
};
|
256
279
|
class: {
|
257
280
|
type: import("vue").PropType<String | String[]>;
|
258
281
|
required: boolean;
|
259
282
|
};
|
260
|
-
colorSchemaType
|
261
|
-
|
262
|
-
|
283
|
+
colorSchemaType: {
|
284
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
285
|
+
required: boolean;
|
286
|
+
};
|
287
|
+
container: {
|
288
|
+
type: BooleanConstructor;
|
289
|
+
required: boolean;
|
290
|
+
};
|
291
|
+
colors: {
|
292
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
293
|
+
required: boolean;
|
294
|
+
};
|
263
295
|
}>> & {
|
264
296
|
"onClick:close"?: () => any;
|
265
297
|
"onClick:back"?: () => any;
|
@@ -267,27 +299,24 @@ declare const _default: {
|
|
267
299
|
"click:close": () => true;
|
268
300
|
"click:back": () => true;
|
269
301
|
}, string, {
|
270
|
-
container
|
271
|
-
colorSchemaType?: any;
|
272
|
-
colors?: any;
|
302
|
+
container: boolean;
|
273
303
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
274
|
-
propsDefinition: Omit<Readonly<{
|
275
|
-
container?: any;
|
276
|
-
colorSchemaType?: any;
|
277
|
-
colors?: any;
|
278
|
-
} & {
|
304
|
+
propsDefinition: Omit<Readonly<{} & {
|
279
305
|
icon?: IIcon;
|
280
306
|
title?: string;
|
307
|
+
container?: boolean;
|
281
308
|
class?: String | String[];
|
282
309
|
closeButton?: boolean;
|
310
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
283
311
|
toned?: boolean;
|
312
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
284
313
|
"v-slots"?: {
|
285
314
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
286
315
|
} & {
|
287
316
|
title?: Func<[VNodeChild]>;
|
288
317
|
customButtons?: Func<[VNodeChild]>;
|
289
318
|
};
|
290
|
-
variant?: "
|
319
|
+
variant?: "default" | "menu" | "drawer" | "blade";
|
291
320
|
subTitle?: string;
|
292
321
|
"sub-title"?: string;
|
293
322
|
backButton?: 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
|
} & {};
|
@@ -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
|
"v-slots": import("vue").Prop<{
|
51
60
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -88,13 +97,20 @@ declare const _default: {
|
|
88
97
|
type: import("vue").PropType<String | String[]>;
|
89
98
|
required: boolean;
|
90
99
|
};
|
91
|
-
colorSchemaType
|
92
|
-
|
93
|
-
|
100
|
+
colorSchemaType: {
|
101
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
102
|
+
required: boolean;
|
103
|
+
};
|
104
|
+
container: {
|
105
|
+
type: BooleanConstructor;
|
106
|
+
required: boolean;
|
107
|
+
};
|
108
|
+
colors: {
|
109
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
110
|
+
required: boolean;
|
111
|
+
};
|
94
112
|
}>>, {
|
95
|
-
container
|
96
|
-
colorSchemaType?: any;
|
97
|
-
colors?: any;
|
113
|
+
container: boolean;
|
98
114
|
}, true, {}, {}, {
|
99
115
|
P: {};
|
100
116
|
B: {};
|
@@ -144,13 +160,20 @@ declare const _default: {
|
|
144
160
|
type: import("vue").PropType<String | String[]>;
|
145
161
|
required: boolean;
|
146
162
|
};
|
147
|
-
colorSchemaType
|
148
|
-
|
149
|
-
|
163
|
+
colorSchemaType: {
|
164
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
165
|
+
required: boolean;
|
166
|
+
};
|
167
|
+
container: {
|
168
|
+
type: BooleanConstructor;
|
169
|
+
required: boolean;
|
170
|
+
};
|
171
|
+
colors: {
|
172
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
173
|
+
required: boolean;
|
174
|
+
};
|
150
175
|
}>>, () => JSX.Element, {}, {}, {}, {
|
151
|
-
container
|
152
|
-
colorSchemaType?: any;
|
153
|
-
colors?: any;
|
176
|
+
container: boolean;
|
154
177
|
}>;
|
155
178
|
__isFragment?: never;
|
156
179
|
__isTeleport?: never;
|
@@ -197,21 +220,27 @@ declare const _default: {
|
|
197
220
|
type: import("vue").PropType<String | String[]>;
|
198
221
|
required: boolean;
|
199
222
|
};
|
200
|
-
colorSchemaType
|
201
|
-
|
202
|
-
|
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
|
+
};
|
203
235
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
204
|
-
container
|
205
|
-
colorSchemaType?: any;
|
206
|
-
colors?: any;
|
236
|
+
container: boolean;
|
207
237
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
208
|
-
propsDefinition: Omit<Readonly<{
|
209
|
-
container?: any;
|
210
|
-
colorSchemaType?: any;
|
211
|
-
colors?: any;
|
212
|
-
} & {
|
238
|
+
propsDefinition: Omit<Readonly<{} & {
|
213
239
|
text?: string;
|
240
|
+
container?: boolean;
|
214
241
|
class?: String | String[];
|
242
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
243
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
215
244
|
"v-slots"?: {
|
216
245
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
217
246
|
} & {
|