@omnia/fx 8.0.163-dev → 8.0.165-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +2 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +31 -16
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +113 -84
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +155 -126
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +51 -11
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +18 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +15 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +52 -6075
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -756
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -72
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +756 -756
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/DateTimePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +70 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +19 -4
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +23 -4
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +206 -135
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/loc/localize.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacyVideo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +31 -4
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +55 -55
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -6191
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12392
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +81 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +572 -0
- package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +100 -71
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +56 -27
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +59 -12389
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +41 -4
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -6191
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/use/UseJourney.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +140 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +29 -17
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +63 -2
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +3 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +32 -47
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +59 -29
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/{ContainerEditor.d.ts → BackgroundEditor.d.ts} +112 -91
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +446 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +132 -97
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +63 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +23 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +39 -15
- package/package.json +4 -4
- /package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{datetimepicker/DateTimePicker.css.d.ts → vuetify/input/VNumber.bundle.d.ts} +0 -0
@@ -1,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: () => {
|
@@ -12,9 +12,10 @@ export declare const useVelcronContentEditorStore: () => {
|
|
12
12
|
showEditorToolbar: boolean;
|
13
13
|
selectedDefinition: VelcronContentInstance;
|
14
14
|
toggleColorSchemaPreview: string;
|
15
|
+
toggleContainerBlueprintPreview: ContainerVariant | ContainerBlueprint;
|
15
16
|
toggleDefinitionPreview: VelcronDefinition;
|
16
17
|
showOverlay: boolean;
|
17
|
-
|
18
|
+
allowPreviewToggle: boolean;
|
18
19
|
onGoingDragging: boolean;
|
19
20
|
socialMode: boolean;
|
20
21
|
showLoading: boolean;
|
@@ -32,9 +33,10 @@ export declare const useVelcronContentEditorStore: () => {
|
|
32
33
|
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
33
34
|
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronContentInstance>;
|
34
35
|
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
36
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant | ContainerBlueprint>;
|
35
37
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
36
38
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
37
|
-
|
39
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
38
40
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
39
41
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
40
42
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
@@ -77,11 +79,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
77
79
|
updateColorSchema: {
|
78
80
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
81
|
};
|
80
|
-
|
81
|
-
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;
|
82
87
|
};
|
83
|
-
|
84
|
-
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;
|
85
90
|
};
|
86
91
|
changeDefinition: {
|
87
92
|
subscribe(fn: (definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -121,11 +126,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
121
126
|
updateColorSchema: {
|
122
127
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
128
|
};
|
124
|
-
|
125
|
-
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;
|
126
131
|
};
|
127
|
-
|
128
|
-
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;
|
129
137
|
};
|
130
138
|
changeDefinition: {
|
131
139
|
subscribe(fn: (result: void, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -165,11 +173,14 @@ export declare const useVelcronContentEditorStore: () => {
|
|
165
173
|
updateColorSchema: {
|
166
174
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
167
175
|
};
|
168
|
-
|
169
|
-
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;
|
170
181
|
};
|
171
|
-
|
172
|
-
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;
|
173
184
|
};
|
174
185
|
changeDefinition: {
|
175
186
|
subscribe(fn: (failureReason: any, definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -189,8 +200,9 @@ export declare const useVelcronContentEditorStore: () => {
|
|
189
200
|
removeSelectedDefinition(): void;
|
190
201
|
setDragDropState(onGoingDragging: boolean): void;
|
191
202
|
updateColorSchema(definitionRegistration: VelcronContentInstance, colorSchemaType: string): void;
|
192
|
-
|
193
|
-
|
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;
|
194
206
|
changeDefinition(definitionRegistration: VelcronContentInstance, newDefinitionId: GuidValue, toggle?: boolean): void;
|
195
207
|
updateDefinition(definition: VelcronContentInstance, velcronDefinition: VelcronAppDefinition): void;
|
196
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>;
|
@@ -1,7 +1,18 @@
|
|
1
1
|
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
|
-
import { VelcronEditor } from "../../core";
|
2
|
+
import { EditorLocation, VelcronEditor } from "../../core";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
|
+
"preview-color-schema-type": {
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
7
|
+
};
|
8
|
+
previewColorSchemaType: {
|
9
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
10
|
+
};
|
11
|
+
location: {
|
12
|
+
type: import("vue").PropType<EditorLocation>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<EditorLocation>;
|
15
|
+
};
|
5
16
|
"hide-property-mapped": {
|
6
17
|
type: import("vue").PropType<boolean>;
|
7
18
|
};
|
@@ -82,9 +93,24 @@ declare const _default: {
|
|
82
93
|
};
|
83
94
|
}>> & {
|
84
95
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
96
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
97
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
85
98
|
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
86
99
|
"update:modelValue": (value: VelcronAppDefinition) => true;
|
100
|
+
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
101
|
+
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
87
102
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
103
|
+
"preview-color-schema-type": {
|
104
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
105
|
+
};
|
106
|
+
previewColorSchemaType: {
|
107
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
108
|
+
};
|
109
|
+
location: {
|
110
|
+
type: import("vue").PropType<EditorLocation>;
|
111
|
+
} & {
|
112
|
+
type: import("vue").PropType<EditorLocation>;
|
113
|
+
};
|
88
114
|
"hide-property-mapped": {
|
89
115
|
type: import("vue").PropType<boolean>;
|
90
116
|
};
|
@@ -165,6 +191,8 @@ declare const _default: {
|
|
165
191
|
};
|
166
192
|
}>> & {
|
167
193
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
194
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
195
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
168
196
|
}, {}, true, {}, {}, {
|
169
197
|
P: {};
|
170
198
|
B: {};
|
@@ -173,6 +201,17 @@ declare const _default: {
|
|
173
201
|
M: {};
|
174
202
|
Defaults: {};
|
175
203
|
}, Readonly<import("vue").ExtractPropTypes<{
|
204
|
+
"preview-color-schema-type": {
|
205
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
206
|
+
};
|
207
|
+
previewColorSchemaType: {
|
208
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
209
|
+
};
|
210
|
+
location: {
|
211
|
+
type: import("vue").PropType<EditorLocation>;
|
212
|
+
} & {
|
213
|
+
type: import("vue").PropType<EditorLocation>;
|
214
|
+
};
|
176
215
|
"hide-property-mapped": {
|
177
216
|
type: import("vue").PropType<boolean>;
|
178
217
|
};
|
@@ -253,11 +292,24 @@ declare const _default: {
|
|
253
292
|
};
|
254
293
|
}>> & {
|
255
294
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
295
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
296
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
256
297
|
}, () => JSX.Element[], {}, {}, {}, {}>;
|
257
298
|
__isFragment?: never;
|
258
299
|
__isTeleport?: never;
|
259
300
|
__isSuspense?: never;
|
260
301
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
302
|
+
"preview-color-schema-type": {
|
303
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
304
|
+
};
|
305
|
+
previewColorSchemaType: {
|
306
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
307
|
+
};
|
308
|
+
location: {
|
309
|
+
type: import("vue").PropType<EditorLocation>;
|
310
|
+
} & {
|
311
|
+
type: import("vue").PropType<EditorLocation>;
|
312
|
+
};
|
261
313
|
"hide-property-mapped": {
|
262
314
|
type: import("vue").PropType<boolean>;
|
263
315
|
};
|
@@ -338,8 +390,12 @@ declare const _default: {
|
|
338
390
|
};
|
339
391
|
}>> & {
|
340
392
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
393
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
394
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
341
395
|
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
342
396
|
"update:modelValue": (value: VelcronAppDefinition) => true;
|
397
|
+
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
398
|
+
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
343
399
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
344
400
|
propsDefinition: Omit<Readonly<{} & {
|
345
401
|
name?: {
|
@@ -406,12 +462,17 @@ declare const _default: {
|
|
406
462
|
"v-model"?: VelcronAppDefinition<object>;
|
407
463
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
408
464
|
modelValue?: VelcronAppDefinition<object>;
|
465
|
+
location?: EditorLocation;
|
466
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
467
|
+
"preview-color-schema-type"?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
409
468
|
propertyEditors?: VelcronEditor<any>[];
|
410
469
|
"property-editors"?: VelcronEditor<any>[];
|
411
470
|
hidePropertyMapped?: boolean;
|
412
471
|
"hide-property-mapped"?: boolean;
|
413
|
-
}>, "onUpdate:modelValue"> & {
|
472
|
+
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
414
473
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
474
|
+
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
475
|
+
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
415
476
|
};
|
416
477
|
};
|
417
478
|
export default _default;
|
@@ -16,22 +16,9 @@ export declare enum VelcronActionTypes {
|
|
16
16
|
export declare enum VelcronIconTypes {
|
17
17
|
fontAwesome = "fa"
|
18
18
|
}
|
19
|
-
export
|
20
|
-
|
21
|
-
|
22
|
-
rowReverse = "row-reverse",
|
23
|
-
columnRevers = "column-reverse"
|
24
|
-
}
|
25
|
-
export declare enum VelcronHorizontalAlignments {
|
26
|
-
left = "left",
|
27
|
-
center = "center",
|
28
|
-
right = "right"
|
29
|
-
}
|
30
|
-
export declare enum VelcronVerticalAlignments {
|
31
|
-
top = "top",
|
32
|
-
center = "center",
|
33
|
-
bottom = "bottom"
|
34
|
-
}
|
19
|
+
export type VelcronViewDirections = "row" | "column" | "row-reverse" | "column-reverse";
|
20
|
+
export type VelcronHorizontalAlignments = "left" | "center" | "right";
|
21
|
+
export type VelcronVerticalAlignments = "top" | "center" | "bottom";
|
35
22
|
export declare enum VelcronDataTypes {
|
36
23
|
unknown = "unknown",
|
37
24
|
object = "object",
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, ContainerBlueprint, BackgroundDefinition,
|
1
|
+
import { VelcronOnUpdatedEvent, VelcronOnClosedEvent, VelcronOnCloseRequestedEvent, VelcronOnPressEvent, VelcronSpacing, VelcronStyling, VelcronCustomComponentDefinition, VelcronAppDefinition, VelcronRendererResolverReference, EventHook, Future, TextBlueprint, VelcronBindableProp, VelcronEditor, ContainerBlueprint, BackgroundDefinition, ContainerVariant } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { VelcroncomponentArrayType, VelcronPrimitiveType } from "./VelcronTypes";
|
3
3
|
import { AssignOperators, VelcronHorizontalAlignments, VelcronIconTypes, VelcronActionTypes, VelcronVerticalAlignments } from "./Enums";
|
4
4
|
import { DynamicState, VelcronDefinition, useVelcronThemingStore } from "..";
|
@@ -85,11 +85,11 @@ export interface VelcronRenderContextEventHandlersInstance extends VelcronRender
|
|
85
85
|
}
|
86
86
|
export interface VelcronRenderContextHooks {
|
87
87
|
dialogVisibilityChanged?: ((visible: boolean) => void);
|
88
|
-
onItemSelected?: ((item: VelcronDefinition) => void);
|
88
|
+
onItemSelected?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => void);
|
89
89
|
wrapperStyleExtensions?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => string);
|
90
|
-
renderExtensions?: <TNodeType>(item: VelcronDefinition) => TNodeType;
|
90
|
+
renderExtensions?: <TNodeType>(item: VelcronDefinition, renderContext: VelcronRenderContext) => TNodeType;
|
91
91
|
appStyleExtension?: (() => string);
|
92
|
-
onItemCreatedProps?: ((item: VelcronDefinition) => object);
|
92
|
+
onItemCreatedProps?: ((item: VelcronDefinition, renderContext: VelcronRenderContext) => object);
|
93
93
|
}
|
94
94
|
export interface VelcronContainerRenderer {
|
95
95
|
definition: VelcronDefinition;
|
@@ -161,7 +161,7 @@ export interface VelcronFlexRowDefinition extends VelcronDefinition, VelcronColo
|
|
161
161
|
events?: VelcronOnPressEvent;
|
162
162
|
direction?: VelcronBindableProp<"row" | "row-reverse">;
|
163
163
|
absolute?: VelcronSpacing;
|
164
|
-
blueprint?: ContainerBlueprint;
|
164
|
+
blueprint?: ContainerBlueprint | ContainerVariant;
|
165
165
|
background?: BackgroundDefinition;
|
166
166
|
hideOverflow?: boolean;
|
167
167
|
wrap?: boolean;
|
@@ -194,7 +194,6 @@ export interface VelcronTextDefinition extends VelcronDefinition, VelcronColorSt
|
|
194
194
|
type: "text";
|
195
195
|
value?: VelcronBindableProp;
|
196
196
|
placeholder?: VelcronBindableProp;
|
197
|
-
editLabel?: VelcronBindableProp;
|
198
197
|
lineClamp?: VelcronBindableProp<number>;
|
199
198
|
noWrap?: VelcronBindableProp<boolean>;
|
200
199
|
wordBreak?: VelcronBindableProp<"none">;
|
@@ -23,6 +23,12 @@ export interface VelcronTextEditorSettings {
|
|
23
23
|
type: TypographyType;
|
24
24
|
placeholder: string;
|
25
25
|
}
|
26
|
+
export interface VelcronBlueprintEditorSettings {
|
27
|
+
type: "container" | "";
|
28
|
+
}
|
29
|
+
export interface VelcronBackgroundEditorSettings {
|
30
|
+
type: "image" | "video";
|
31
|
+
}
|
26
32
|
export interface VelcronSliderPropertyEditor extends VelcronEditor<VelcronSliderPropertyEditorSettings> {
|
27
33
|
type: "slider";
|
28
34
|
}
|
@@ -35,9 +41,6 @@ export interface VelcronEnterprisePropertyEditor extends VelcronEditor<any> {
|
|
35
41
|
export interface VelcronTypographyPropertyEditor extends VelcronEditor<VelcronTypographyEditorSettings> {
|
36
42
|
type: "typography";
|
37
43
|
}
|
38
|
-
export interface VelcronContainerPropertyEditor extends VelcronEditor<any> {
|
39
|
-
type: "container";
|
40
|
-
}
|
41
44
|
export interface VelcronSwitchPropertyEditor extends VelcronEditor<any> {
|
42
45
|
type: "switch";
|
43
46
|
}
|
@@ -65,3 +68,12 @@ export interface VelcronSpacingPropertyEditor extends VelcronEditor<VelcronSpaci
|
|
65
68
|
export interface VelcronReferencePropertyEditor extends VelcronEditor<any> {
|
66
69
|
type: "reference";
|
67
70
|
}
|
71
|
+
export interface VelcronBlueprintEditor extends VelcronEditor<VelcronBlueprintEditorSettings> {
|
72
|
+
type: "blueprint";
|
73
|
+
}
|
74
|
+
export interface VelcronBackgroundEditor extends VelcronEditor<VelcronBackgroundEditorSettings> {
|
75
|
+
type: "background";
|
76
|
+
}
|
77
|
+
export interface VelcronGridEditor extends VelcronEditor<any> {
|
78
|
+
type: "grid";
|
79
|
+
}
|