@omnia/fx 8.0.162-dev → 8.0.164-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/mediapicker/ImageTransformerStore.d.ts +13 -0
- 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 +20 -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 -6071
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -752
- 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 -752
- 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/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +4 -4
- 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/editorchrome/chrome/EditorChrome.d.ts +22 -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/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 +77 -27
- 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/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 -6187
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12384
- 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/DatePicker.d.ts +21 -0
- 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/inputfield/docs/ExampleComponents.d.ts +1 -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/inputfield/docs/index.d.ts +1 -0
- 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 +55 -26
- 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 -12381
- 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 +75 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +55 -26
- 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/properties/block/components/PropertySettings.d.ts +91 -91
- 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/rollupfilter/RollupFilter.d.ts +2 -1
- 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 -6187
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -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 +220 -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.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +45 -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 +73 -12
- 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 +8 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +27 -211
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +8 -7
- 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 +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- 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/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- 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/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +4 -3
- 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/stores/VelcronEditorStore.d.ts +5 -5
- 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 +7 -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/components/Editor.d.ts +6 -6
- 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 +72 -11
- 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 +28 -8
- 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 +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +19 -8
- 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 +52 -28
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.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,9 +1,11 @@
|
|
1
1
|
import { VelcronContentInstance } from "../models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
"v-model"?: VelcronContentInstance;
|
4
|
+
} & {
|
4
5
|
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
6
|
+
} & {
|
5
7
|
modelValue?: VelcronContentInstance;
|
6
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
8
|
+
}> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
7
9
|
"v-slots"?: {
|
8
10
|
default?: import("vue").Slot;
|
9
11
|
} & {};
|
@@ -45,11 +47,13 @@ declare const _default: (props: {
|
|
45
47
|
$nextTick: typeof import("vue").nextTick;
|
46
48
|
$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;
|
47
49
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
|
-
propsDefinition: {
|
50
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
49
51
|
"v-model"?: VelcronContentInstance;
|
52
|
+
} & {
|
50
53
|
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
51
|
-
modelValue?: VelcronContentInstance;
|
52
54
|
} & {
|
55
|
+
modelValue?: VelcronContentInstance;
|
56
|
+
}> & {
|
53
57
|
"v-slots"?: {
|
54
58
|
default?: import("vue").Slot;
|
55
59
|
} & {};
|
@@ -1,9 +1,11 @@
|
|
1
1
|
import { VelcronContentInstance } from "../models";
|
2
|
-
declare const _default: (props: {
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
"v-model"?: VelcronContentInstance;
|
4
|
+
} & {
|
4
5
|
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
6
|
+
} & {
|
5
7
|
modelValue?: VelcronContentInstance;
|
6
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
8
|
+
}> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
7
9
|
"v-slots"?: {
|
8
10
|
default?: import("vue").Slot;
|
9
11
|
} & {};
|
@@ -45,11 +47,13 @@ declare const _default: (props: {
|
|
45
47
|
$nextTick: typeof import("vue").nextTick;
|
46
48
|
$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;
|
47
49
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
|
-
propsDefinition: {
|
50
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
49
51
|
"v-model"?: VelcronContentInstance;
|
52
|
+
} & {
|
50
53
|
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
51
|
-
modelValue?: VelcronContentInstance;
|
52
54
|
} & {
|
55
|
+
modelValue?: VelcronContentInstance;
|
56
|
+
}> & {
|
53
57
|
"v-slots"?: {
|
54
58
|
default?: import("vue").Slot;
|
55
59
|
} & {};
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import { VelcronContentInstance } from "../models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
"v-model"?: VelcronContentInstance;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: VelcronContentInstance;
|
8
|
+
}> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
9
|
+
"v-slots"?: {
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
} & {};
|
12
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
13
|
+
$: import("vue").ComponentInternalInstance;
|
14
|
+
$data: {};
|
15
|
+
$props: {};
|
16
|
+
$attrs: {
|
17
|
+
[x: string]: unknown;
|
18
|
+
};
|
19
|
+
$refs: {
|
20
|
+
[x: string]: unknown;
|
21
|
+
};
|
22
|
+
$slots: Readonly<{
|
23
|
+
[name: string]: import("vue").Slot<any>;
|
24
|
+
}>;
|
25
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$emit: (event: string, ...args: any[]) => void;
|
28
|
+
$el: any;
|
29
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
30
|
+
beforeCreate?: (() => void) | (() => void)[];
|
31
|
+
created?: (() => void) | (() => void)[];
|
32
|
+
beforeMount?: (() => void) | (() => void)[];
|
33
|
+
mounted?: (() => void) | (() => void)[];
|
34
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
35
|
+
updated?: (() => void) | (() => void)[];
|
36
|
+
activated?: (() => void) | (() => void)[];
|
37
|
+
deactivated?: (() => void) | (() => void)[];
|
38
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
39
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
40
|
+
destroyed?: (() => void) | (() => void)[];
|
41
|
+
unmounted?: (() => void) | (() => void)[];
|
42
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
45
|
+
};
|
46
|
+
$forceUpdate: () => void;
|
47
|
+
$nextTick: typeof import("vue").nextTick;
|
48
|
+
$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
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
51
|
+
"v-model"?: VelcronContentInstance;
|
52
|
+
} & {
|
53
|
+
"onUpdate:modelValue"?: (value: VelcronContentInstance) => void;
|
54
|
+
} & {
|
55
|
+
modelValue?: VelcronContentInstance;
|
56
|
+
}> & {
|
57
|
+
"v-slots"?: {
|
58
|
+
default?: import("vue").Slot;
|
59
|
+
} & {};
|
60
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
61
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
|
+
[key: string]: any;
|
63
|
+
}>;
|
64
|
+
export default _default;
|
@@ -3,13 +3,16 @@ import { VelcronContentInstance } from "./ContentDefinitionRegistration";
|
|
3
3
|
import { VelcronDefinition, VelcronRenderContext } from "@omnia/fx-models";
|
4
4
|
export interface EditorRenderingHooks {
|
5
5
|
styles?: {
|
6
|
-
activeItem?: string;
|
7
|
-
hover?: string;
|
6
|
+
activeItem?: (item: VelcronContentInstance) => string;
|
7
|
+
hover?: (item: VelcronContentInstance) => string;
|
8
8
|
};
|
9
9
|
renderBorderSelectors?: (item: VelcronContentInstance) => VNodeChild;
|
10
10
|
renderActionMenu?: (item: VelcronContentInstance) => VNodeChild;
|
11
|
+
renderDefinitionToolbar?: (item: VelcronContentInstance) => VNodeChild;
|
11
12
|
renderEmptyEditor?: () => VNodeChild;
|
12
13
|
definition?: {
|
13
14
|
wrapperStyleExtensions?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => string);
|
15
|
+
renderExtensions?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => VNodeChild;
|
16
|
+
onItemSelected?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => void;
|
14
17
|
};
|
15
18
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue, VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration } from "@omnia/fx-models";
|
1
|
+
import { GuidValue, VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant } from "@omnia/fx-models";
|
2
2
|
import { VelcronContentInstance } from "../models";
|
3
3
|
type insertMode = "add" | "change";
|
4
4
|
export declare const useVelcronContentEditorStore: () => {
|
@@ -8,10 +8,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
8
8
|
state: {
|
9
9
|
definitions: VelcronContentInstance[];
|
10
10
|
activeDefinition: VelcronContentInstance;
|
11
|
+
definitionInFocus: boolean;
|
12
|
+
showEditorToolbar: boolean;
|
11
13
|
selectedDefinition: VelcronContentInstance;
|
12
14
|
toggleColorSchemaPreview: string;
|
15
|
+
toggleContainerBlueprintPreview: ContainerVariant | ContainerBlueprint;
|
13
16
|
toggleDefinitionPreview: VelcronDefinition;
|
14
|
-
|
17
|
+
showOverlay: boolean;
|
18
|
+
allowPreviewToggle: boolean;
|
15
19
|
onGoingDragging: boolean;
|
16
20
|
socialMode: boolean;
|
17
21
|
showLoading: boolean;
|
@@ -25,10 +29,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
25
29
|
events: {
|
26
30
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance[]>;
|
27
31
|
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
32
|
+
onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
33
|
+
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
28
34
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
29
35
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
36
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant | ContainerBlueprint>;
|
30
37
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
31
|
-
|
38
|
+
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
39
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
32
40
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
33
41
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
34
42
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -44,6 +52,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
44
52
|
showDefinitionSelector: {
|
45
53
|
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
54
|
};
|
55
|
+
toggleEditorToolbar: {
|
56
|
+
subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
+
};
|
47
58
|
addDefinition: {
|
48
59
|
subscribe(fn: (definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
60
|
};
|
@@ -68,11 +79,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
68
79
|
updateColorSchema: {
|
69
80
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
70
81
|
};
|
71
|
-
|
72
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
82
|
+
previewContainerBlueprint: {
|
83
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: ContainerVariant | ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
+
};
|
85
|
+
previewColorSchema: {
|
86
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
73
87
|
};
|
74
|
-
|
75
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
previewDefinition: {
|
89
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
90
|
};
|
77
91
|
changeDefinition: {
|
78
92
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -85,6 +99,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
85
99
|
showDefinitionSelector: {
|
86
100
|
subscribe(fn: (result: void, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
101
|
};
|
102
|
+
toggleEditorToolbar: {
|
103
|
+
subscribe(fn: (result: void, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
|
+
};
|
88
105
|
addDefinition: {
|
89
106
|
subscribe(fn: (result: void, definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
107
|
};
|
@@ -109,11 +126,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
109
126
|
updateColorSchema: {
|
110
127
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
128
|
};
|
112
|
-
|
113
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
129
|
+
previewContainerBlueprint: {
|
130
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: ContainerVariant | ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
114
131
|
};
|
115
|
-
|
116
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
132
|
+
previewColorSchema: {
|
133
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
+
};
|
135
|
+
previewDefinition: {
|
136
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
137
|
};
|
118
138
|
changeDefinition: {
|
119
139
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -126,6 +146,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
126
146
|
showDefinitionSelector: {
|
127
147
|
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
128
148
|
};
|
149
|
+
toggleEditorToolbar: {
|
150
|
+
subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
+
};
|
129
152
|
addDefinition: {
|
130
153
|
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
131
154
|
};
|
@@ -150,11 +173,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
150
173
|
updateColorSchema: {
|
151
174
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
152
175
|
};
|
153
|
-
|
154
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
176
|
+
previewContainerBlueprint: {
|
177
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: ContainerVariant | ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
+
};
|
179
|
+
previewColorSchema: {
|
180
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
181
|
};
|
156
|
-
|
157
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
182
|
+
previewDefinition: {
|
183
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
158
184
|
};
|
159
185
|
changeDefinition: {
|
160
186
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -165,6 +191,7 @@ export declare const useVelcronContentEditorStore: () => {
|
|
165
191
|
};
|
166
192
|
} & {
|
167
193
|
showDefinitionSelector(preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean): void;
|
194
|
+
toggleEditorToolbar(forceHide?: boolean): void;
|
168
195
|
addDefinition(definition: VelcronDefinitionRegistration, setAsActive?: boolean): void;
|
169
196
|
setActiveDefinition(definition: VelcronContentInstance): void;
|
170
197
|
deleteDefinition(definition: VelcronContentInstance): void;
|
@@ -173,8 +200,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
173
200
|
removeSelectedDefinition(): void;
|
174
201
|
setDragDropState(onGoingDragging: boolean): void;
|
175
202
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
176
|
-
|
177
|
-
|
203
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
204
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
205
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, cancelPreview: boolean) => void;
|
178
206
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean): void;
|
179
207
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
180
208
|
};
|
@@ -117,9 +117,18 @@ declare const _default: {
|
|
117
117
|
} & {
|
118
118
|
type: import("vue").PropType<IIcon>;
|
119
119
|
};
|
120
|
-
colorSchemaType
|
121
|
-
|
122
|
-
|
120
|
+
colorSchemaType: {
|
121
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
122
|
+
required: boolean;
|
123
|
+
};
|
124
|
+
container: {
|
125
|
+
type: BooleanConstructor;
|
126
|
+
required: boolean;
|
127
|
+
};
|
128
|
+
colors: {
|
129
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
130
|
+
required: boolean;
|
131
|
+
};
|
123
132
|
}>> & {
|
124
133
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
125
134
|
onAdd?: () => any;
|
@@ -247,9 +256,18 @@ declare const _default: {
|
|
247
256
|
} & {
|
248
257
|
type: import("vue").PropType<IIcon>;
|
249
258
|
};
|
250
|
-
colorSchemaType
|
251
|
-
|
252
|
-
|
259
|
+
colorSchemaType: {
|
260
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
261
|
+
required: boolean;
|
262
|
+
};
|
263
|
+
container: {
|
264
|
+
type: BooleanConstructor;
|
265
|
+
required: boolean;
|
266
|
+
};
|
267
|
+
colors: {
|
268
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
269
|
+
required: boolean;
|
270
|
+
};
|
253
271
|
}>> & {
|
254
272
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
255
273
|
onAdd?: () => any;
|
@@ -257,9 +275,7 @@ declare const _default: {
|
|
257
275
|
"onDefinition:enter"?: (id: GuidValue) => any;
|
258
276
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
259
277
|
}, {
|
260
|
-
container
|
261
|
-
colorSchemaType?: any;
|
262
|
-
colors?: any;
|
278
|
+
container: boolean;
|
263
279
|
}, true, {}, {}, {
|
264
280
|
P: {};
|
265
281
|
B: {};
|
@@ -382,9 +398,18 @@ declare const _default: {
|
|
382
398
|
} & {
|
383
399
|
type: import("vue").PropType<IIcon>;
|
384
400
|
};
|
385
|
-
colorSchemaType
|
386
|
-
|
387
|
-
|
401
|
+
colorSchemaType: {
|
402
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
403
|
+
required: boolean;
|
404
|
+
};
|
405
|
+
container: {
|
406
|
+
type: BooleanConstructor;
|
407
|
+
required: boolean;
|
408
|
+
};
|
409
|
+
colors: {
|
410
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
411
|
+
required: boolean;
|
412
|
+
};
|
388
413
|
}>> & {
|
389
414
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
390
415
|
onAdd?: () => any;
|
@@ -392,9 +417,7 @@ declare const _default: {
|
|
392
417
|
"onDefinition:enter"?: (id: GuidValue) => any;
|
393
418
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
394
419
|
}, () => JSX.Element, {}, {}, {}, {
|
395
|
-
container
|
396
|
-
colorSchemaType?: any;
|
397
|
-
colors?: any;
|
420
|
+
container: boolean;
|
398
421
|
}>;
|
399
422
|
__isFragment?: never;
|
400
423
|
__isTeleport?: never;
|
@@ -514,9 +537,18 @@ declare const _default: {
|
|
514
537
|
} & {
|
515
538
|
type: import("vue").PropType<IIcon>;
|
516
539
|
};
|
517
|
-
colorSchemaType
|
518
|
-
|
519
|
-
|
540
|
+
colorSchemaType: {
|
541
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
542
|
+
required: boolean;
|
543
|
+
};
|
544
|
+
container: {
|
545
|
+
type: BooleanConstructor;
|
546
|
+
required: boolean;
|
547
|
+
};
|
548
|
+
colors: {
|
549
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
550
|
+
required: boolean;
|
551
|
+
};
|
520
552
|
}>> & {
|
521
553
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
522
554
|
onAdd?: () => any;
|
@@ -530,15 +562,9 @@ declare const _default: {
|
|
530
562
|
"definition:enter": (id: GuidValue) => any;
|
531
563
|
"definition:leave": (id: GuidValue) => any;
|
532
564
|
}, string, {
|
533
|
-
container
|
534
|
-
colorSchemaType?: any;
|
535
|
-
colors?: any;
|
565
|
+
container: boolean;
|
536
566
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
537
|
-
propsDefinition: Omit<Readonly<{
|
538
|
-
container?: any;
|
539
|
-
colorSchemaType?: any;
|
540
|
-
colors?: any;
|
541
|
-
} & {
|
567
|
+
propsDefinition: Omit<Readonly<{} & {
|
542
568
|
name?: {
|
543
569
|
[x: `onUpdate:${string}`]: {
|
544
570
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -602,7 +628,10 @@ declare const _default: {
|
|
602
628
|
};
|
603
629
|
icon?: IIcon;
|
604
630
|
title?: string;
|
631
|
+
container?: boolean;
|
605
632
|
filters?: string[];
|
633
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
634
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
606
635
|
"v-model"?: boolean;
|
607
636
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
608
637
|
modelValue?: boolean;
|
@@ -85,9 +85,18 @@ declare const _default: {
|
|
85
85
|
};
|
86
86
|
}>;
|
87
87
|
};
|
88
|
-
colorSchemaType
|
89
|
-
|
90
|
-
|
88
|
+
colorSchemaType: {
|
89
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
90
|
+
required: boolean;
|
91
|
+
};
|
92
|
+
container: {
|
93
|
+
type: BooleanConstructor;
|
94
|
+
required: boolean;
|
95
|
+
};
|
96
|
+
colors: {
|
97
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
98
|
+
required: boolean;
|
99
|
+
};
|
91
100
|
}>> & {
|
92
101
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
93
102
|
onSelected?: (id: GuidValue) => any;
|
@@ -183,18 +192,25 @@ declare const _default: {
|
|
183
192
|
};
|
184
193
|
}>;
|
185
194
|
};
|
186
|
-
colorSchemaType
|
187
|
-
|
188
|
-
|
195
|
+
colorSchemaType: {
|
196
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
197
|
+
required: boolean;
|
198
|
+
};
|
199
|
+
container: {
|
200
|
+
type: BooleanConstructor;
|
201
|
+
required: boolean;
|
202
|
+
};
|
203
|
+
colors: {
|
204
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
205
|
+
required: boolean;
|
206
|
+
};
|
189
207
|
}>> & {
|
190
208
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
191
209
|
onSelected?: (id: GuidValue) => any;
|
192
210
|
"onDefinition:enter"?: (id: GuidValue) => any;
|
193
211
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
194
212
|
}, {
|
195
|
-
container
|
196
|
-
colorSchemaType?: any;
|
197
|
-
colors?: any;
|
213
|
+
container: boolean;
|
198
214
|
}, true, {}, {}, {
|
199
215
|
P: {};
|
200
216
|
B: {};
|
@@ -287,18 +303,25 @@ declare const _default: {
|
|
287
303
|
};
|
288
304
|
}>;
|
289
305
|
};
|
290
|
-
colorSchemaType
|
291
|
-
|
292
|
-
|
306
|
+
colorSchemaType: {
|
307
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
308
|
+
required: boolean;
|
309
|
+
};
|
310
|
+
container: {
|
311
|
+
type: BooleanConstructor;
|
312
|
+
required: boolean;
|
313
|
+
};
|
314
|
+
colors: {
|
315
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
316
|
+
required: boolean;
|
317
|
+
};
|
293
318
|
}>> & {
|
294
319
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
295
320
|
onSelected?: (id: GuidValue) => any;
|
296
321
|
"onDefinition:enter"?: (id: GuidValue) => any;
|
297
322
|
"onDefinition:leave"?: (id: GuidValue) => any;
|
298
323
|
}, () => JSX.Element, {}, {}, {}, {
|
299
|
-
container
|
300
|
-
colorSchemaType?: any;
|
301
|
-
colors?: any;
|
324
|
+
container: boolean;
|
302
325
|
}>;
|
303
326
|
__isFragment?: never;
|
304
327
|
__isTeleport?: never;
|
@@ -388,9 +411,18 @@ declare const _default: {
|
|
388
411
|
};
|
389
412
|
}>;
|
390
413
|
};
|
391
|
-
colorSchemaType
|
392
|
-
|
393
|
-
|
414
|
+
colorSchemaType: {
|
415
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
416
|
+
required: boolean;
|
417
|
+
};
|
418
|
+
container: {
|
419
|
+
type: BooleanConstructor;
|
420
|
+
required: boolean;
|
421
|
+
};
|
422
|
+
colors: {
|
423
|
+
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
424
|
+
required: boolean;
|
425
|
+
};
|
394
426
|
}>> & {
|
395
427
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
396
428
|
onSelected?: (id: GuidValue) => any;
|
@@ -402,15 +434,9 @@ declare const _default: {
|
|
402
434
|
"definition:enter": (id: GuidValue) => any;
|
403
435
|
"definition:leave": (id: GuidValue) => any;
|
404
436
|
}, string, {
|
405
|
-
container
|
406
|
-
colorSchemaType?: any;
|
407
|
-
colors?: any;
|
437
|
+
container: boolean;
|
408
438
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
|
-
propsDefinition: Omit<Readonly<{
|
410
|
-
container?: any;
|
411
|
-
colorSchemaType?: any;
|
412
|
-
colors?: any;
|
413
|
-
} & {
|
439
|
+
propsDefinition: Omit<Readonly<{} & {
|
414
440
|
name?: {
|
415
441
|
[x: `onUpdate:${string}`]: {
|
416
442
|
type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any>;
|
@@ -472,6 +498,9 @@ declare const _default: {
|
|
472
498
|
};
|
473
499
|
}>;
|
474
500
|
};
|
501
|
+
container?: boolean;
|
502
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
503
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
475
504
|
"v-model"?: VelcronDefinitionRegistration<object>;
|
476
505
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any;
|
477
506
|
modelValue?: VelcronDefinitionRegistration<object>;
|