@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
@@ -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 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a2892051-fd9f-4056-ae8d-30d16d48417d']","content":{"./node_modules/@omnia/fx/core/services/IAppRouteFactory.js":{"id":"./node_modules/@omnia/fx/core/services/iapproutefactory.js","buildMeta":{"exportsType":"namespace"},"expo.js":["IAppRouteFactory"]},"./node_modules/@omnia/fx/core/services/InternalConfigurationService.js":{"id":"./node_modules/@omnia/fx/core/services/internalconfigurationservice.js","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalConfigurationService"]},"./node_modules/@omnia/fx-models/ManifestIds.js":{"id":"./node_modules/@omnia/fx-models/manifestids.js","buildMeta":{"exportsType":"namespace"},"expo.js":["OmniaGroupManifests","OmniaResourceManifests","OmniaService","OmniaWebComponentManifests"]},"./node_modules/@omnia/fx/ux/velcron/core/models/index.js":{"id":"./node_modules/@omnia/fx/ux/velcron/core/models/index.js","buildMeta":{"exportsType":"namespace"},"expo.js":["AssignOperators","VelcronActionTypes","VelcronDataTypes","VelcronIconTypes","VelcronImageRatios","VelcronImagesStateBinding","VelcronStateBinding","VelcronStateMapping"]},"./node_modules/@omnia/fx/core/services/ServiceManifestProviderInternal.js":{"id":"0688ceff-4257-4427-b385-a83d6802c509","buildMeta":{"exportsType":"namespace"},"expo.js":["ServiceManifestProviderInternal"]},"./node_modules/@omnia/fx/core/messaging/InternalTopics.js":{"id":"10407664-c0c5-438b-94b2-507d58d190af","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalTopics"]},"./node_modules/@omnia/fx/core/Extend.js":{"id":"4eeb27d5-906a-4edf-bd38-3d97048cda3d","buildMeta":{"exportsType":"namespace"},"expo.js":["Extend","InternalExtend","registerApi"]},"./node_modules/@omnia/fx/core/index.js":{"id":"97786ea9-4861-48bd-8a57-eae9bbdb4892","buildMeta":{"exportsType":"namespace"},"expo.js":["AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","Cookies","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","Inject","Injectable","LocalStorage","LocalizationServiceProviders","MD5Util","ManifestResourceLoader","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaPropertyBagBase","Provide","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","Utils","WebUtils","createEventHook","defineFactory","defineInjectable","defineService","injectByTypeId","isInjectable","mergeLocaliation","propertyPath","propertyPathValue","registerApi","registerInjectResolver","useInject","useOmniaClient","useProvide"]},"./node_modules/@omnia/fx/core/http/InternalHttpPlugins.js":{"id":"b8d937e0-3fc3-4412-a469-92941b829cdb","buildMeta":{"exportsType":"namespace"},"expo.js":["HttpContextConfigPlugin","HttpRetryPlugIn"]},"./node_modules/@omnia/fx/runtime/core/InternalWebComponentBootstrapper.js":{"id":"c9f21f62-e664-44e4-8cf4-0dcbec75c4bf","buildMeta":{"exportsType":"namespace"},"expo.js":["InternalWebComponentBootstrapper"]},"./node_modules/@omnia/fx-models/index.js":{"id":"d0a145a7-d1ef-4217-aa6f-85dd18c4231d","buildMeta":{"exportsType":"namespace"}},"./node_modules/@omnia/fx/core/messaging/InternalMessageBusMediator.js":{"id":"f986d8dd-7c76-40b6-9bf8-b64ac2902642","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/runtime/core/index.js":{"id":"ff061abc-7f0e-444b-b2b9-7ff71c5842c5","buildMeta":{"exportsType":"namespace"},"expo.js":["LoadableManifest","LocalHostingService","ManifestByBackendRuntimeLoader","ManifestByClientRuntimeLoader","ManifestByElementLoader","ManifestByFeatureLoader","ManifestByLicenseLoader","ManifestByUrlLoader","ManifestByUserLoader","ManifestCombinedRuleLoader","ManifestExtendRuleLoader","ManifestPublisher","ManifestResourceLoader","ManifestSubscriber","PublicManifestResourceLoader"]}}}
|
@@ -14,15 +14,15 @@ export interface NewHostSettings {
|
|
14
14
|
export declare const useCompontentHostStore: () => {
|
15
15
|
state: {
|
16
16
|
host: "admin" | "editor" | "docs";
|
17
|
-
componentHost: "
|
18
|
-
componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
17
|
+
componentHost: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
18
|
+
componentVariant: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
|
19
19
|
appliedComponents: string[];
|
20
20
|
force: boolean;
|
21
21
|
};
|
22
22
|
events: {
|
23
23
|
onMutatedHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"admin" | "editor" | "docs">;
|
24
|
-
onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"
|
25
|
-
onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
24
|
+
onMutatedComponentHost: import("internal/fx/core").MessageBusExposeOnlySubscription<"toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
25
|
+
onMutatedComponentVariant: import("internal/fx/core").MessageBusExposeOnlySubscription<"toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section">;
|
26
26
|
onMutatedAppliedComponents: import("internal/fx/core").MessageBusExposeOnlySubscription<string[]>;
|
27
27
|
onMutatedForce: import("internal/fx/core").MessageBusExposeOnlySubscription<boolean>;
|
28
28
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -35,10 +35,10 @@ export declare const useCompontentHostStore: () => {
|
|
35
35
|
subscribe(fn: (type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
36
|
};
|
37
37
|
setComponentHost: {
|
38
|
-
subscribe(fn: (type: "
|
38
|
+
subscribe(fn: (type: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
39
39
|
};
|
40
40
|
setComponentVariant: {
|
41
|
-
subscribe(fn: (variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
41
|
+
subscribe(fn: (variant: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
42
42
|
};
|
43
43
|
setForce: {
|
44
44
|
subscribe(fn: (value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -55,10 +55,10 @@ export declare const useCompontentHostStore: () => {
|
|
55
55
|
subscribe(fn: (result: void, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
56
|
};
|
57
57
|
setComponentHost: {
|
58
|
-
subscribe(fn: (result: void, type: "
|
58
|
+
subscribe(fn: (result: void, type: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
59
|
};
|
60
60
|
setComponentVariant: {
|
61
|
-
subscribe(fn: (result: void, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
61
|
+
subscribe(fn: (result: void, variant: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
62
|
};
|
63
63
|
setForce: {
|
64
64
|
subscribe(fn: (result: void, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -75,10 +75,10 @@ export declare const useCompontentHostStore: () => {
|
|
75
75
|
subscribe(fn: (failureReason: any, type: "admin" | "editor" | "docs") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
76
|
};
|
77
77
|
setComponentHost: {
|
78
|
-
subscribe(fn: (failureReason: any, type: "
|
78
|
+
subscribe(fn: (failureReason: any, type: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
79
|
};
|
80
80
|
setComponentVariant: {
|
81
|
-
subscribe(fn: (failureReason: any, variant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
81
|
+
subscribe(fn: (failureReason: any, variant: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
82
|
};
|
83
83
|
setForce: {
|
84
84
|
subscribe(fn: (failureReason: any, value: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -98,8 +98,8 @@ export declare const useCompontentHostStore: () => {
|
|
98
98
|
get: {
|
99
99
|
canApplyOn: (hostType: ComponentHostTypes | HostTypes, variant?: any) => boolean;
|
100
100
|
readonly host: "admin" | "editor" | "docs";
|
101
|
-
readonly componentHost: "
|
102
|
-
readonly componentVariant: "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "
|
101
|
+
readonly componentHost: "toolbar" | "tab" | "dialog" | "menu" | "table" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
102
|
+
readonly componentVariant: "toolbar" | "navigation" | "default" | "section" | "footer" | "header" | "options" | "content" | "settings" | "info-section";
|
103
103
|
readonly force: boolean;
|
104
104
|
appliedComponents(host: string): boolean;
|
105
105
|
};
|
@@ -73,6 +73,10 @@ import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VB
|
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
|
75
75
|
import { VTimePicker } from "vuetify/labs/VTimePicker";
|
76
|
+
import { VNumberInput } from "vuetify/labs/VNumberInput";
|
77
|
+
import { VFab } from "vuetify/labs/VFab";
|
78
|
+
import { VSpeedDial } from "vuetify/labs/VSpeedDial";
|
79
|
+
import { VTreeview } from "vuetify/labs/VTreeview";
|
76
80
|
export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
|
77
81
|
}
|
78
82
|
export interface VDataTableSlots extends VuetifySlots<VuetifyProps<Pick<VDataTable, "$props">>> {
|
@@ -99,6 +103,18 @@ declare global {
|
|
99
103
|
"v-intersect"?: VuetifyValue<Pick<Parameters<typeof Intersect.mounted>[1], "value">>;
|
100
104
|
}
|
101
105
|
interface IntrinsicElements {
|
106
|
+
"v-treeview": VuetifyProps<Pick<VTreeview, "$props">> & {
|
107
|
+
[name: string]: any;
|
108
|
+
};
|
109
|
+
"v-speed-dial": VuetifyProps<Pick<VSpeedDial, "$props">> & {
|
110
|
+
[name: string]: any;
|
111
|
+
};
|
112
|
+
"v-fab": VuetifyProps<Pick<VFab, "$props">> & {
|
113
|
+
[name: string]: any;
|
114
|
+
};
|
115
|
+
"v-number-input": VuetifyProps<Pick<VNumberInput, "$props">> & {
|
116
|
+
[name: string]: any;
|
117
|
+
};
|
102
118
|
"v-time-picker": VuetifyProps<Pick<VTimePicker, "$props">> & {
|
103
119
|
[name: string]: any;
|
104
120
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Prop, PropType, VNodeChild } from "vue";
|
2
2
|
import { ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
3
|
-
import {
|
3
|
+
import { ColorSchemaStoreType } from "./aurora";
|
4
4
|
export type Slot<T extends any[] = any[]> = (...args: T) => VNodeChild;
|
5
5
|
export type VModelKeyNameInJsxElement<N extends string> = N extends "" ? "v-model" : `v-model:${N}`;
|
6
6
|
export type VModelEmitsInJsxElement<N extends string> = N extends "" ? "onUpdate:modelValue" : `onUpdate:${N}`;
|
@@ -32,7 +32,7 @@ export type DefineVModel<TName extends string, TType, Required extends boolean =
|
|
32
32
|
};
|
33
33
|
export type ItemType<T> = T extends readonly (infer U)[] ? U : never;
|
34
34
|
export type SelectItemKey<T = Record<string, any>> = boolean | null | undefined | string | readonly (string | number)[] | ((item: T, fallback?: any) => any);
|
35
|
-
export type DefinePropTheming = DefineProp<"colorSchemaType", ColorSchemaTypes | ColorSchemaType> & DefineProp<"container", boolean> & DefineProp<"colors",
|
35
|
+
export type DefinePropTheming = DefineProp<"colorSchemaType", ColorSchemaTypes | ColorSchemaType> & DefineProp<"container", boolean> & DefineProp<"colors", ColorSchemaStoreType>;
|
36
36
|
export type DefinePropClass = DefineProp<"class", String | String[]>;
|
37
37
|
type BuildVModelName<TName extends string, TPropType, Required extends boolean = false> = Required extends false ? {
|
38
38
|
[key in VModelEmitsInJsxElement<TName>]: {
|
@@ -78,5 +78,5 @@ export type { FocusOption, LinkHandlerOptions, ScrollOption } from "./directives
|
|
78
78
|
export { FocusDirective, LinkHandlerDirective, ScrollDirective } from "./directives";
|
79
79
|
export { VueComponentBase, VueComponentConnect, getVuetifyAppClasses } from "./VueComponentBase";
|
80
80
|
export type { VueComponentBaseEvents, VueComponentBaseProps } from "./VueComponentBase";
|
81
|
-
export { createVueNode, definePropFunctionType, definePropObjectType, defineVue, defineVueComponent, getElementName, isElement, type SetupComponentContext } from "./InternalDefineComponent";
|
81
|
+
export { createVueNode, definePropFunctionType, definePropObjectType, defineVue, defineVueComponent, getElementName, isElement, type SetupComponentContext, type ExtractProps, type ExtractEmits, type ExtractSlots } from "./InternalDefineComponent";
|
82
82
|
export { type DefineEmit, type DefineProp, type DefinePropClass, type DefinePropTheming, type DefineSlot, type DefineType, type DefineVModel, type ItemType, type SelectItemKey } from "./DefineVueTypings";
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { SubscriptionHandler } from "@omnia/fx";
|
2
2
|
import { ComponentInjectOptions, ComponentObjectPropsOptions, ComponentOptions, ComponentOptionsBase, ComponentOptionsMixin, ComponentPropsOptions, ComponentPublicInstance, ComputedOptions, CreateComponentPublicInstance, DefineComponent, EmitsOptions, ExtractDefaultPropTypes, MethodOptions, ObjectEmitsOptions, Prop, PropType, RenderFunction, Slot, SlotsType, VNode, VNodeArrayChildren, VNodeProps, VNodeTypes, watch, watchEffect } from "vue";
|
3
3
|
import { LooseRequired, Prettify, UnionToIntersection } from "@vue/shared";
|
4
|
-
import { ComponentBundleManifest, Directives, GuidValue
|
5
|
-
import { VueComponentBaseProps } from ".";
|
4
|
+
import { ColorSchemaTypes, ComponentBundleManifest, Directives, GuidValue } from "@omnia/fx-models";
|
5
|
+
import { ColorSchemaStoreType, VueComponentBaseProps } from ".";
|
6
6
|
import { IValidator } from "./models/Validation";
|
7
7
|
import { useColorSchemaSetup } from "./use/UseColorSchemaSetup";
|
8
8
|
export declare function definePropFunctionType<T>(): PropType<T>;
|
@@ -54,16 +54,13 @@ type ExcludeJsxPropKeys<T> = T extends string[] ? T : {
|
|
54
54
|
type ExtractPropModels<T> = {
|
55
55
|
-readonly [K in keyof T as K extends `v-model:${infer N}` ? N : K extends "v-model" | "modelValue" ? "modelValue" : never]: T[K];
|
56
56
|
};
|
57
|
-
type
|
57
|
+
type ExtractSlotsFromProps<T> = {
|
58
58
|
[K in keyof T as K extends `slot:${infer N}` ? N : never]: T[K];
|
59
59
|
};
|
60
|
-
type
|
60
|
+
type ExtractEmitsFromProps<T> = {
|
61
61
|
[K in keyof T as K extends `emit:${infer N}` ? N : never]: T[K];
|
62
62
|
};
|
63
|
-
type
|
64
|
-
[K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: T[K];
|
65
|
-
};
|
66
|
-
type ExtractPropSlots<T> = T extends {
|
63
|
+
type ExtractVSlots<T> = T extends {
|
67
64
|
"v-slots"?: any;
|
68
65
|
} ? T["v-slots"] & {
|
69
66
|
default?: Slot;
|
@@ -132,7 +129,7 @@ type UseState = <T = any>(state?: T) => {
|
|
132
129
|
type InternalSetupContext<ExtractedPropsType, Props, E = EmitsOptions, S extends Object = {}> = {
|
133
130
|
props: ExtractedPropsType;
|
134
131
|
attrs: Data;
|
135
|
-
slots:
|
132
|
+
slots: ExtractVSlots<Props> & S;
|
136
133
|
models?: Required<ExtractPropModels<Props>>;
|
137
134
|
colors: ReturnType<typeof useColorSchemaSetup>;
|
138
135
|
validator: IValidator;
|
@@ -143,16 +140,21 @@ type InternalSetupContext<ExtractedPropsType, Props, E = EmitsOptions, S extends
|
|
143
140
|
watchEffect: typeof watchEffect;
|
144
141
|
subscriptions: SubscriptionHandler;
|
145
142
|
};
|
146
|
-
export type
|
143
|
+
export type ExtractProps<T> = {
|
144
|
+
[K in keyof T as K extends `emit:${infer _}` | `slot:${infer _}` ? never : K]: T[K];
|
145
|
+
};
|
146
|
+
export type ExtractEmits<T> = EmitFn<ExtractEmitsFromProps<T>>;
|
147
|
+
export type ExtractSlots<T> = ExtractVSlots<SlotsToProps<ExtractSlotsFromProps<T>>>;
|
148
|
+
export type SetupComponentContext<TProp = {}> = InternalSetupContext<ExtractProps<TProp>, ExtractProps<TProp>, ExtractEmitsFromProps<TProp>, ExtractSlotsFromProps<TProp>>;
|
147
149
|
interface ComponentOptionsBaseExtends<Props, RawBindings, D, C extends ComputedOptions, M extends MethodOptions, Mixin extends ComponentOptionsMixin, Extends extends ComponentOptionsMixin, E extends EmitsOptions, EE extends string = string, Defaults = {}, I extends ComponentInjectOptions = {}, II extends string = string> extends ComponentOptionsBase<ExcludeJsxPropKeys<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, Defaults, I, II> {
|
148
150
|
setup?: (this: void, ctx: InternalSetupContext<LooseRequired<ExcludeJsxPropKeys<Props> & Prettify<UnwrapMixinsType<IntersectionMixin<Mixin> & IntersectionMixin<Extends>, "P">>>, Props, E>) => Promise<RawBindings> | RawBindings | RenderFunction | void;
|
149
151
|
}
|
150
152
|
export declare function defineVueComponent<Props extends Record<string, any>, E extends EmitsOptions = {}, EE extends string = string, S extends Object = {}>(setup: (ctx: SetupComponentContext<Props>) => RenderFunction | Promise<RenderFunction>, options?: Pick<ComponentOptions, "name" | "inheritAttrs"> & {
|
151
|
-
props?: (keyof
|
152
|
-
emits?:
|
153
|
-
slots?:
|
154
|
-
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<
|
155
|
-
propsDefinition:
|
153
|
+
props?: (keyof ExtractProps<Props>)[];
|
154
|
+
emits?: ExtractEmitsFromProps<Props> | EE[];
|
155
|
+
slots?: ExtractSlotsFromProps<Props>;
|
156
|
+
}, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<ExtractProps<Props>, {}, {}, {}, {}, {}, {}, ExtractEmitsFromProps<Props>, EE>) => void): ((props: ExtractProps<Props> & Omit<EmitsToProps<ExtractEmitsFromProps<Props>>, keyof ExtractProps<Props>> & SlotsToProps<ExtractSlotsFromProps<Props>> & Omit<VueComponentBaseProps, keyof Props>) => ComponentPublicInstance & {
|
157
|
+
propsDefinition: ExtractProps<Props> & SlotsToProps<ExtractSlotsFromProps<Props>> & EmitsToProps<ExtractEmitsFromProps<Props>> & Omit<VueComponentBaseProps, keyof ExtractProps<Props>>;
|
156
158
|
} & VNode);
|
157
159
|
export declare function defineVueComponent<Props = {}, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithoutProps<Props, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
158
160
|
export declare function defineVueComponent<Props extends Object, RawBindings = {}, D = {}, C extends ComputedOptions = {}, M extends MethodOptions = {}, Mixin extends ComponentOptionsMixin = ComponentOptionsMixin, Extends extends ComponentOptionsMixin = ComponentOptionsMixin, E extends EmitsOptions = {}, EE extends string = string, I extends ComponentInjectOptions = {}, II extends string = string>(options: ComponentOptionsWithObjectPropsCustom<ComponentObjectPropsOptions<Props>, RawBindings, D, C, M, Mixin, Extends, E, EE, I, II>, register?: (manifest: ComponentBundleManifest, component: TsxComponentV3<Props, RawBindings, D, C, M, Mixin, Extends, E, EE>) => void): TsxComponentV3<RemoveDefinePropApi<ComponentObjectPropsOptions<Props>>, RawBindings, D, C, M, Mixin, Extends, E, EE>;
|
@@ -267,7 +269,20 @@ export declare function defineVue(): {
|
|
267
269
|
};
|
268
270
|
};
|
269
271
|
props: () => {
|
270
|
-
theming:
|
272
|
+
theming: {
|
273
|
+
colorSchemaType: {
|
274
|
+
type: PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
275
|
+
required: boolean;
|
276
|
+
};
|
277
|
+
container: {
|
278
|
+
type: BooleanConstructor;
|
279
|
+
required: boolean;
|
280
|
+
};
|
281
|
+
colors: {
|
282
|
+
type: PropType<ColorSchemaStoreType>;
|
283
|
+
required: boolean;
|
284
|
+
};
|
285
|
+
};
|
271
286
|
class: {
|
272
287
|
class: {
|
273
288
|
type: PropType<String | String[]>;
|
package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts
CHANGED
@@ -1,6 +1,4 @@
|
|
1
|
-
declare const _default: (props: {
|
2
|
-
[x: string]: any;
|
3
|
-
} & Omit<{}, string | number> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & Omit<{}, string | number> & {
|
4
2
|
"v-slots"?: {
|
5
3
|
default?: import("vue").Slot;
|
6
4
|
} & {};
|
@@ -42,9 +40,7 @@ declare const _default: (props: {
|
|
42
40
|
$nextTick: typeof import("vue").nextTick;
|
43
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
46
|
-
[x: string]: any;
|
47
|
-
} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
48
44
|
"v-slots"?: {
|
49
45
|
default?: import("vue").Slot;
|
50
46
|
} & {};
|
package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts
CHANGED
@@ -1,8 +1,9 @@
|
|
1
1
|
import { AppInstance, AppTemplate } from "../../../models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
appInstance: AppInstance;
|
4
|
+
} & {
|
4
5
|
appTemplate?: AppTemplate;
|
5
|
-
} & Omit<{}, "appInstance" | "appTemplate"> & {
|
6
|
+
}> & Omit<{}, "appInstance" | "appTemplate"> & {
|
6
7
|
"v-slots"?: {
|
7
8
|
default?: import("vue").Slot;
|
8
9
|
} & {};
|
@@ -44,10 +45,11 @@ declare const _default: (props: {
|
|
44
45
|
$nextTick: typeof import("vue").nextTick;
|
45
46
|
$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;
|
46
47
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
47
|
-
propsDefinition: {
|
48
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
48
49
|
appInstance: AppInstance;
|
49
|
-
appTemplate?: AppTemplate;
|
50
50
|
} & {
|
51
|
+
appTemplate?: AppTemplate;
|
52
|
+
}> & {
|
51
53
|
"v-slots"?: {
|
52
54
|
default?: import("vue").Slot;
|
53
55
|
} & {};
|
@@ -2,7 +2,7 @@ import { ChromeBlueprint, VelcronAppDefinition, ColorValue, ChromeBlueprints, Bl
|
|
2
2
|
export declare const useChromeEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
5
|
-
previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
5
|
+
previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
6
6
|
backgroundOpacity: number;
|
7
7
|
backgroundColor: ColorValue;
|
8
8
|
editingBlueprint: ChromeBlueprint;
|
@@ -11,7 +11,7 @@ export declare const useChromeEditorStore: () => {
|
|
11
11
|
};
|
12
12
|
events: {
|
13
13
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
14
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
14
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
15
15
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
16
16
|
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
|
17
17
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
|
@@ -131,7 +131,7 @@ export declare const useComponentsEditorStore: () => {
|
|
131
131
|
blockEditorStore: {
|
132
132
|
state: {
|
133
133
|
editMode: boolean;
|
134
|
-
previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
134
|
+
previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
135
135
|
backgroundOpacity: number;
|
136
136
|
backgroundColor: import("@omnia/fx-models").ColorValue;
|
137
137
|
editingBlueprint: import("@omnia/fx-models").ChromeBlueprint;
|
@@ -140,7 +140,7 @@ export declare const useComponentsEditorStore: () => {
|
|
140
140
|
};
|
141
141
|
events: {
|
142
142
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
143
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
143
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
144
144
|
onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
|
145
145
|
onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorValue>;
|
146
146
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ChromeBlueprint>;
|
@@ -376,14 +376,14 @@ export declare const useComponentsEditorStore: () => {
|
|
376
376
|
containersEditorStore: {
|
377
377
|
state: {
|
378
378
|
editMode: boolean;
|
379
|
-
previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
379
|
+
previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
380
380
|
editingBlueprint: import("@omnia/fx-models").ContainerBlueprint;
|
381
381
|
editingBlueprintType: import("@omnia/fx-models").ContainerVariant;
|
382
382
|
containerBlueprints: import("@omnia/fx-models").ContainerBlueprints;
|
383
383
|
};
|
384
384
|
events: {
|
385
385
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
386
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
386
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
387
387
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprint>;
|
388
388
|
onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant>;
|
389
389
|
onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerBlueprints>;
|
@@ -2,14 +2,14 @@ import { ContainerBlueprint, ContainerBlueprints, ContainerVariant } from "@omni
|
|
2
2
|
export declare const useContainersEditorStore: () => {
|
3
3
|
state: {
|
4
4
|
editMode: boolean;
|
5
|
-
previewColorSchema: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
5
|
+
previewColorSchema: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
6
6
|
editingBlueprint: ContainerBlueprint;
|
7
7
|
editingBlueprintType: ContainerVariant;
|
8
8
|
containerBlueprints: ContainerBlueprints;
|
9
9
|
};
|
10
10
|
events: {
|
11
11
|
onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
12
|
-
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
12
|
+
onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
13
13
|
onMutatedEditingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprint>;
|
14
14
|
onMutatedEditingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant>;
|
15
15
|
onMutatedContainerBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerBlueprints>;
|
package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts
CHANGED
@@ -1,9 +1,12 @@
|
|
1
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild } from "vue";
|
2
|
-
declare const _default: (props: {
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"v-model"?: boolean;
|
5
|
+
} & {
|
4
6
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
7
|
+
} & {
|
5
8
|
modelValue?: boolean;
|
6
|
-
} & Omit<{
|
9
|
+
} & DefineEmit<"click:close", () => true> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
7
10
|
"onClick:close"?: () => any;
|
8
11
|
}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
9
12
|
"v-slots"?: {
|
@@ -49,11 +52,13 @@ declare const _default: (props: {
|
|
49
52
|
$nextTick: typeof import("vue").nextTick;
|
50
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;
|
51
54
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
|
-
propsDefinition: {
|
55
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
53
56
|
"v-model"?: boolean;
|
57
|
+
} & {
|
54
58
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
55
|
-
modelValue?: boolean;
|
56
59
|
} & {
|
60
|
+
modelValue?: boolean;
|
61
|
+
} & DefineEmit<"click:close", () => true> & DefineSlot<"activator", () => VNodeChild>> & {
|
57
62
|
"v-slots"?: {
|
58
63
|
default?: import("vue").Slot;
|
59
64
|
} & {
|
@@ -1,22 +1,36 @@
|
|
1
1
|
import { BackgroundDefinition, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
2
3
|
import { VNodeChild } from "vue";
|
3
4
|
type EditorVariant = "default" | "dialog";
|
4
|
-
declare const _default: (props: {
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
"v-model"?: BackgroundDefinition;
|
7
|
+
} & {
|
6
8
|
"onUpdate:modelValue"?: (value: BackgroundDefinition) => void;
|
9
|
+
} & {
|
7
10
|
modelValue?: BackgroundDefinition;
|
11
|
+
} & {
|
8
12
|
variant?: EditorVariant;
|
13
|
+
} & {
|
9
14
|
fill?: boolean;
|
15
|
+
} & {
|
10
16
|
border?: boolean;
|
17
|
+
} & {
|
11
18
|
themeType?: ThemeContextType;
|
19
|
+
} & {
|
12
20
|
individualRadiusSelection?: boolean;
|
21
|
+
} & {
|
13
22
|
individualBorderWidthSelection?: boolean;
|
23
|
+
} & {
|
14
24
|
elevation?: boolean;
|
25
|
+
} & {
|
15
26
|
createNewColorDynamic?: boolean;
|
16
|
-
|
27
|
+
} & {
|
28
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
29
|
+
} & {
|
17
30
|
enableDynamicColor?: boolean;
|
31
|
+
} & {
|
18
32
|
label?: string;
|
19
|
-
} & Omit<{
|
33
|
+
} & DefineEmit<"click:confirm", (value: BackgroundDefinition) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
20
34
|
"onClick:confirm"?: (value: BackgroundDefinition) => any;
|
21
35
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
22
36
|
}, "fill" | "border" | "label" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "dynamicColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection"> & {
|
@@ -63,22 +77,35 @@ declare const _default: (props: {
|
|
63
77
|
$nextTick: typeof import("vue").nextTick;
|
64
78
|
$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;
|
65
79
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
66
|
-
propsDefinition: {
|
80
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
67
81
|
"v-model"?: BackgroundDefinition;
|
82
|
+
} & {
|
68
83
|
"onUpdate:modelValue"?: (value: BackgroundDefinition) => void;
|
84
|
+
} & {
|
69
85
|
modelValue?: BackgroundDefinition;
|
86
|
+
} & {
|
70
87
|
variant?: EditorVariant;
|
88
|
+
} & {
|
71
89
|
fill?: boolean;
|
90
|
+
} & {
|
72
91
|
border?: boolean;
|
92
|
+
} & {
|
73
93
|
themeType?: ThemeContextType;
|
94
|
+
} & {
|
74
95
|
individualRadiusSelection?: boolean;
|
96
|
+
} & {
|
75
97
|
individualBorderWidthSelection?: boolean;
|
98
|
+
} & {
|
76
99
|
elevation?: boolean;
|
100
|
+
} & {
|
77
101
|
createNewColorDynamic?: boolean;
|
78
|
-
|
102
|
+
} & {
|
103
|
+
dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
104
|
+
} & {
|
79
105
|
enableDynamicColor?: boolean;
|
80
|
-
label?: string;
|
81
106
|
} & {
|
107
|
+
label?: string;
|
108
|
+
} & DefineEmit<"click:confirm", (value: BackgroundDefinition) => void> & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineSlot<"activator", () => VNodeChild>> & {
|
82
109
|
"v-slots"?: {
|
83
110
|
default?: import("vue").Slot;
|
84
111
|
} & {
|