@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
@@ -31,9 +31,10 @@ declare const _default: {
|
|
31
31
|
showEditorToolbar: boolean;
|
32
32
|
selectedDefinition: VelcronContentInstance;
|
33
33
|
toggleColorSchemaPreview: string;
|
34
|
+
toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
|
34
35
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
35
36
|
showOverlay: boolean;
|
36
|
-
|
37
|
+
allowPreviewToggle: boolean;
|
37
38
|
onGoingDragging: boolean;
|
38
39
|
socialMode: boolean;
|
39
40
|
showLoading: boolean;
|
@@ -51,9 +52,10 @@ declare const _default: {
|
|
51
52
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
52
53
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
53
54
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
55
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
|
54
56
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
55
57
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
56
|
-
|
58
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
57
59
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
58
60
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
59
61
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -96,11 +98,14 @@ declare const _default: {
|
|
96
98
|
updateColorSchema: {
|
97
99
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
98
100
|
};
|
99
|
-
|
100
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
101
|
+
previewContainerBlueprint: {
|
102
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
103
|
+
};
|
104
|
+
previewColorSchema: {
|
105
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
106
|
};
|
102
|
-
|
103
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
+
previewDefinition: {
|
108
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
104
109
|
};
|
105
110
|
changeDefinition: {
|
106
111
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -140,11 +145,14 @@ declare const _default: {
|
|
140
145
|
updateColorSchema: {
|
141
146
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
142
147
|
};
|
143
|
-
|
144
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
148
|
+
previewContainerBlueprint: {
|
149
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
150
|
+
};
|
151
|
+
previewColorSchema: {
|
152
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
145
153
|
};
|
146
|
-
|
147
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
154
|
+
previewDefinition: {
|
155
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
148
156
|
};
|
149
157
|
changeDefinition: {
|
150
158
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -184,11 +192,14 @@ declare const _default: {
|
|
184
192
|
updateColorSchema: {
|
185
193
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
186
194
|
};
|
187
|
-
|
188
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
195
|
+
previewContainerBlueprint: {
|
196
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
197
|
+
};
|
198
|
+
previewColorSchema: {
|
199
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
189
200
|
};
|
190
|
-
|
191
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
201
|
+
previewDefinition: {
|
202
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
192
203
|
};
|
193
204
|
changeDefinition: {
|
194
205
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -208,8 +219,9 @@ declare const _default: {
|
|
208
219
|
removeSelectedDefinition(): void;
|
209
220
|
setDragDropState(onGoingDragging: boolean): void;
|
210
221
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
211
|
-
|
212
|
-
|
222
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
|
223
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
224
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void;
|
213
225
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
|
214
226
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
215
227
|
};
|
@@ -243,9 +255,10 @@ declare const _default: {
|
|
243
255
|
showEditorToolbar: boolean;
|
244
256
|
selectedDefinition: VelcronContentInstance;
|
245
257
|
toggleColorSchemaPreview: string;
|
258
|
+
toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
|
246
259
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
247
260
|
showOverlay: boolean;
|
248
|
-
|
261
|
+
allowPreviewToggle: boolean;
|
249
262
|
onGoingDragging: boolean;
|
250
263
|
socialMode: boolean;
|
251
264
|
showLoading: boolean;
|
@@ -263,9 +276,10 @@ declare const _default: {
|
|
263
276
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
264
277
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
265
278
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
279
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
|
266
280
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
267
281
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
268
|
-
|
282
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
269
283
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
270
284
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
271
285
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -308,11 +322,14 @@ declare const _default: {
|
|
308
322
|
updateColorSchema: {
|
309
323
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
310
324
|
};
|
311
|
-
|
312
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
325
|
+
previewContainerBlueprint: {
|
326
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
327
|
+
};
|
328
|
+
previewColorSchema: {
|
329
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
313
330
|
};
|
314
|
-
|
315
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
331
|
+
previewDefinition: {
|
332
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
316
333
|
};
|
317
334
|
changeDefinition: {
|
318
335
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -352,11 +369,14 @@ declare const _default: {
|
|
352
369
|
updateColorSchema: {
|
353
370
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
354
371
|
};
|
355
|
-
|
356
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
372
|
+
previewContainerBlueprint: {
|
373
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
374
|
+
};
|
375
|
+
previewColorSchema: {
|
376
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
357
377
|
};
|
358
|
-
|
359
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
378
|
+
previewDefinition: {
|
379
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
360
380
|
};
|
361
381
|
changeDefinition: {
|
362
382
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -396,11 +416,14 @@ declare const _default: {
|
|
396
416
|
updateColorSchema: {
|
397
417
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
398
418
|
};
|
399
|
-
|
400
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
419
|
+
previewContainerBlueprint: {
|
420
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
421
|
+
};
|
422
|
+
previewColorSchema: {
|
423
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
401
424
|
};
|
402
|
-
|
403
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
425
|
+
previewDefinition: {
|
426
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
404
427
|
};
|
405
428
|
changeDefinition: {
|
406
429
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -420,8 +443,9 @@ declare const _default: {
|
|
420
443
|
removeSelectedDefinition(): void;
|
421
444
|
setDragDropState(onGoingDragging: boolean): void;
|
422
445
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
423
|
-
|
424
|
-
|
446
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
|
447
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
448
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void;
|
425
449
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
|
426
450
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
427
451
|
};
|
@@ -458,9 +482,10 @@ declare const _default: {
|
|
458
482
|
showEditorToolbar: boolean;
|
459
483
|
selectedDefinition: VelcronContentInstance;
|
460
484
|
toggleColorSchemaPreview: string;
|
485
|
+
toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
|
461
486
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
462
487
|
showOverlay: boolean;
|
463
|
-
|
488
|
+
allowPreviewToggle: boolean;
|
464
489
|
onGoingDragging: boolean;
|
465
490
|
socialMode: boolean;
|
466
491
|
showLoading: boolean;
|
@@ -478,9 +503,10 @@ declare const _default: {
|
|
478
503
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
479
504
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
480
505
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
506
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
|
481
507
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
482
508
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
483
|
-
|
509
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
484
510
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
485
511
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
486
512
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -523,11 +549,14 @@ declare const _default: {
|
|
523
549
|
updateColorSchema: {
|
524
550
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
525
551
|
};
|
526
|
-
|
527
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
552
|
+
previewContainerBlueprint: {
|
553
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
554
|
+
};
|
555
|
+
previewColorSchema: {
|
556
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
528
557
|
};
|
529
|
-
|
530
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
558
|
+
previewDefinition: {
|
559
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
531
560
|
};
|
532
561
|
changeDefinition: {
|
533
562
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -567,11 +596,14 @@ declare const _default: {
|
|
567
596
|
updateColorSchema: {
|
568
597
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
569
598
|
};
|
570
|
-
|
571
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
599
|
+
previewContainerBlueprint: {
|
600
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
572
601
|
};
|
573
|
-
|
574
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
602
|
+
previewColorSchema: {
|
603
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
604
|
+
};
|
605
|
+
previewDefinition: {
|
606
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
575
607
|
};
|
576
608
|
changeDefinition: {
|
577
609
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -611,11 +643,14 @@ declare const _default: {
|
|
611
643
|
updateColorSchema: {
|
612
644
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
613
645
|
};
|
614
|
-
|
615
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
646
|
+
previewContainerBlueprint: {
|
647
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
616
648
|
};
|
617
|
-
|
618
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
649
|
+
previewColorSchema: {
|
650
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
651
|
+
};
|
652
|
+
previewDefinition: {
|
653
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
619
654
|
};
|
620
655
|
changeDefinition: {
|
621
656
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -635,8 +670,9 @@ declare const _default: {
|
|
635
670
|
removeSelectedDefinition(): void;
|
636
671
|
setDragDropState(onGoingDragging: boolean): void;
|
637
672
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
638
|
-
|
639
|
-
|
673
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
|
674
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
675
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void;
|
640
676
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
|
641
677
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
642
678
|
};
|
@@ -670,9 +706,10 @@ declare const _default: {
|
|
670
706
|
showEditorToolbar: boolean;
|
671
707
|
selectedDefinition: VelcronContentInstance;
|
672
708
|
toggleColorSchemaPreview: string;
|
709
|
+
toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
|
673
710
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
674
711
|
showOverlay: boolean;
|
675
|
-
|
712
|
+
allowPreviewToggle: boolean;
|
676
713
|
onGoingDragging: boolean;
|
677
714
|
socialMode: boolean;
|
678
715
|
showLoading: boolean;
|
@@ -690,9 +727,10 @@ declare const _default: {
|
|
690
727
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
691
728
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
692
729
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
730
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
|
693
731
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
694
732
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
695
|
-
|
733
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
696
734
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
697
735
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
698
736
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -735,11 +773,14 @@ declare const _default: {
|
|
735
773
|
updateColorSchema: {
|
736
774
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
737
775
|
};
|
738
|
-
|
739
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
776
|
+
previewContainerBlueprint: {
|
777
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
740
778
|
};
|
741
|
-
|
742
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
779
|
+
previewColorSchema: {
|
780
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
781
|
+
};
|
782
|
+
previewDefinition: {
|
783
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
743
784
|
};
|
744
785
|
changeDefinition: {
|
745
786
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -779,11 +820,14 @@ declare const _default: {
|
|
779
820
|
updateColorSchema: {
|
780
821
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
781
822
|
};
|
782
|
-
|
783
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
823
|
+
previewContainerBlueprint: {
|
824
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
784
825
|
};
|
785
|
-
|
786
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
826
|
+
previewColorSchema: {
|
827
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
828
|
+
};
|
829
|
+
previewDefinition: {
|
830
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
787
831
|
};
|
788
832
|
changeDefinition: {
|
789
833
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -823,11 +867,14 @@ declare const _default: {
|
|
823
867
|
updateColorSchema: {
|
824
868
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
825
869
|
};
|
826
|
-
|
827
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
870
|
+
previewContainerBlueprint: {
|
871
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
828
872
|
};
|
829
|
-
|
830
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
873
|
+
previewColorSchema: {
|
874
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
875
|
+
};
|
876
|
+
previewDefinition: {
|
877
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
831
878
|
};
|
832
879
|
changeDefinition: {
|
833
880
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -847,8 +894,9 @@ declare const _default: {
|
|
847
894
|
removeSelectedDefinition(): void;
|
848
895
|
setDragDropState(onGoingDragging: boolean): void;
|
849
896
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
850
|
-
|
851
|
-
|
897
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
|
898
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
899
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void;
|
852
900
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
|
853
901
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
854
902
|
};
|
@@ -875,9 +923,10 @@ declare const _default: {
|
|
875
923
|
showEditorToolbar: boolean;
|
876
924
|
selectedDefinition: VelcronContentInstance;
|
877
925
|
toggleColorSchemaPreview: string;
|
926
|
+
toggleContainerBlueprintPreview: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint;
|
878
927
|
toggleDefinitionPreview: import("@omnia/fx-models").VelcronDefinition;
|
879
928
|
showOverlay: boolean;
|
880
|
-
|
929
|
+
allowPreviewToggle: boolean;
|
881
930
|
onGoingDragging: boolean;
|
882
931
|
socialMode: boolean;
|
883
932
|
showLoading: boolean;
|
@@ -895,9 +944,10 @@ declare const _default: {
|
|
895
944
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
896
945
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
897
946
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
947
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint>;
|
898
948
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").VelcronDefinition>;
|
899
949
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
900
|
-
|
950
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
901
951
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
902
952
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
903
953
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -940,11 +990,14 @@ declare const _default: {
|
|
940
990
|
updateColorSchema: {
|
941
991
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
942
992
|
};
|
943
|
-
|
944
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
993
|
+
previewContainerBlueprint: {
|
994
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
945
995
|
};
|
946
|
-
|
947
|
-
subscribe(fn: (definitionRegistration: VelcronContentInstance,
|
996
|
+
previewColorSchema: {
|
997
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
998
|
+
};
|
999
|
+
previewDefinition: {
|
1000
|
+
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
948
1001
|
};
|
949
1002
|
changeDefinition: {
|
950
1003
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -984,11 +1037,14 @@ declare const _default: {
|
|
984
1037
|
updateColorSchema: {
|
985
1038
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
986
1039
|
};
|
987
|
-
|
988
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
1040
|
+
previewContainerBlueprint: {
|
1041
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
989
1042
|
};
|
990
|
-
|
991
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance,
|
1043
|
+
previewColorSchema: {
|
1044
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1045
|
+
};
|
1046
|
+
previewDefinition: {
|
1047
|
+
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
992
1048
|
};
|
993
1049
|
changeDefinition: {
|
994
1050
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -1028,11 +1084,14 @@ declare const _default: {
|
|
1028
1084
|
updateColorSchema: {
|
1029
1085
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1030
1086
|
};
|
1031
|
-
|
1032
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance,
|
1087
|
+
previewContainerBlueprint: {
|
1088
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1089
|
+
};
|
1090
|
+
previewColorSchema: {
|
1091
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1033
1092
|
};
|
1034
|
-
|
1035
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1093
|
+
previewDefinition: {
|
1094
|
+
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
1036
1095
|
};
|
1037
1096
|
changeDefinition: {
|
1038
1097
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -1052,8 +1111,9 @@ declare const _default: {
|
|
1052
1111
|
removeSelectedDefinition(): void;
|
1053
1112
|
setDragDropState(onGoingDragging: boolean): void;
|
1054
1113
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
1055
|
-
|
1056
|
-
|
1114
|
+
previewContainerBlueprint: (definitionRegistration: VelcronContentInstance, containerVariant: import("@omnia/fx-models").ContainerVariant | import("@omnia/fx-models").ContainerBlueprint, cancelPreview: boolean) => void;
|
1115
|
+
previewColorSchema: (definitionRegistration: VelcronContentInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
1116
|
+
previewDefinition: (definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, cancelPreview: boolean) => void;
|
1057
1117
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: import("@omnia/fx-models").GuidValue, toggle?: boolean): void;
|
1058
1118
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition<object>): void;
|
1059
1119
|
};
|
@@ -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
|
} & {};
|
@@ -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
|
} & {};
|
@@ -12,5 +12,7 @@ export interface EditorRenderingHooks {
|
|
12
12
|
renderEmptyEditor?: () => VNodeChild;
|
13
13
|
definition?: {
|
14
14
|
wrapperStyleExtensions?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => string);
|
15
|
+
renderExtensions?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => VNodeChild;
|
16
|
+
onItemSelected?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => void;
|
15
17
|
};
|
16
18
|
}
|