@omnia/fx 8.0.162-dev → 8.0.164-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/console/components/Console.d.ts +2 -6
- package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +13 -0
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +31 -16
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +33 -6
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +113 -84
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +155 -126
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +51 -11
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +29 -6
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +18 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +27 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +15 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +23 -6
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +14 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +14 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +22 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +52 -6071
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +72 -72
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +756 -752
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +15 -2
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/{velcron/editor/components/AddComponent.d.ts → datetimepicker/docs/DateTimePickerExample.d.ts} +4 -4
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +70 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +19 -4
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +23 -4
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +17 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +206 -135
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/VimeoProvider.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/Vimeo/loc/localize.d.ts +30 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/VimeoProvider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/LegacyVideo.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +31 -4
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +77 -27
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +55 -55
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +46 -12384
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +81 -26
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +572 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/{textfield → inputfield}/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +100 -71
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +59 -12381
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +64 -35
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +65 -36
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +66 -37
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/pickerwrapper/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +18 -4
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +41 -4
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +91 -91
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +54 -24
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +1 -6187
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/use/UseJourney.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +56 -26
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +220 -80
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/ActionMenu.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/editorHooks/ContentEditorHooks.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +45 -17
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +55 -26
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +73 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +3 -16
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +8 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +27 -211
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +186 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronColorSchemaEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronContentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronEditorBuilderBase.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{editor → old/editor}/VelcronPropertyMappingEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/{AddComponent.css.d.ts → AddItem.css.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronEditorDescriptors.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/ContentTemplates.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/templates/EditorTemplates.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +59 -29
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +11 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/{ContainerEditor.d.ts → BackgroundEditor.d.ts} +112 -91
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +446 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +132 -97
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +350 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +72 -11
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +19 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +28 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +7 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +19 -8
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +2 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +52 -28
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +0 -138
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +0 -15
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutStyle.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{oxide/textfield → datetimepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronBlockHeaderStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronColorSchemaBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronContentStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronImageStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronPropertyMappingStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronStateBuilderBase.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/{state → old/state}/VelcronTextContentBuilder.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{datetimepicker/DateTimePicker.css.d.ts → vuetify/input/VNumber.bundle.d.ts} +0 -0
@@ -1,7 +1,18 @@
|
|
1
1
|
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
|
-
import {
|
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
|
};
|
@@ -9,10 +20,10 @@ declare const _default: {
|
|
9
20
|
type: import("vue").PropType<boolean>;
|
10
21
|
};
|
11
22
|
"property-editors": {
|
12
|
-
type: import("vue").PropType<
|
23
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
13
24
|
};
|
14
25
|
propertyEditors: {
|
15
|
-
type: import("vue").PropType<
|
26
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
16
27
|
};
|
17
28
|
"onUpdate:modelValue": {
|
18
29
|
type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
|
@@ -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
|
};
|
@@ -92,10 +118,10 @@ declare const _default: {
|
|
92
118
|
type: import("vue").PropType<boolean>;
|
93
119
|
};
|
94
120
|
"property-editors": {
|
95
|
-
type: import("vue").PropType<
|
121
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
96
122
|
};
|
97
123
|
propertyEditors: {
|
98
|
-
type: import("vue").PropType<
|
124
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
99
125
|
};
|
100
126
|
"onUpdate:modelValue": {
|
101
127
|
type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
|
@@ -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
|
};
|
@@ -180,10 +219,10 @@ declare const _default: {
|
|
180
219
|
type: import("vue").PropType<boolean>;
|
181
220
|
};
|
182
221
|
"property-editors": {
|
183
|
-
type: import("vue").PropType<
|
222
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
184
223
|
};
|
185
224
|
propertyEditors: {
|
186
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
187
226
|
};
|
188
227
|
"onUpdate:modelValue": {
|
189
228
|
type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
|
@@ -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
|
};
|
@@ -265,10 +317,10 @@ declare const _default: {
|
|
265
317
|
type: import("vue").PropType<boolean>;
|
266
318
|
};
|
267
319
|
"property-editors": {
|
268
|
-
type: import("vue").PropType<
|
320
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
269
321
|
};
|
270
322
|
propertyEditors: {
|
271
|
-
type: import("vue").PropType<
|
323
|
+
type: import("vue").PropType<VelcronEditor<any>[]>;
|
272
324
|
};
|
273
325
|
"onUpdate:modelValue": {
|
274
326
|
type: import("vue").PropType<(value: VelcronAppDefinition<object>) => any>;
|
@@ -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>;
|
409
|
-
|
410
|
-
"
|
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";
|
468
|
+
propertyEditors?: VelcronEditor<any>[];
|
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">;
|
@@ -295,9 +294,9 @@ export interface VelcronSlidePanelDefinition extends VelcronDefinition {
|
|
295
294
|
style?: VelcronCardStyling;
|
296
295
|
events?: VelcronOnPressEvent;
|
297
296
|
}
|
298
|
-
export interface
|
297
|
+
export interface VelcronEditorRendererDefinition extends VelcronDefinition {
|
299
298
|
type: "editor";
|
300
|
-
editor:
|
299
|
+
editor: VelcronEditor;
|
301
300
|
value: VelcronBindableProp<string>;
|
302
301
|
events?: VelcronOnUpdatedEvent;
|
303
302
|
}
|
@@ -326,7 +325,7 @@ export interface VelcronSlotDefinition extends VelcronDefinition {
|
|
326
325
|
}
|
327
326
|
export interface VelcronReferenceDefinition extends VelcronDefinition {
|
328
327
|
type: "reference";
|
329
|
-
to: VelcronRendererResolverReference
|
328
|
+
to: VelcronBindableProp<VelcronRendererResolverReference>;
|
330
329
|
state: string;
|
331
330
|
}
|
332
331
|
export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode {
|
@@ -1,7 +1,6 @@
|
|
1
|
-
import { BuiltInPropertyEditorType,
|
2
|
-
import { VelcronImageRatios } from "./VelcronDefinitions";
|
1
|
+
import { BuiltInPropertyEditorType, TypographyType, VelcronEditor } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
2
|
export interface ResolvedPropertyEditor {
|
4
|
-
editor:
|
3
|
+
editor: VelcronEditor;
|
5
4
|
}
|
6
5
|
export type BuiltInPropertyEditorMap = {
|
7
6
|
[key in BuiltInPropertyEditorType]: unknown;
|
@@ -24,240 +23,57 @@ export interface VelcronTextEditorSettings {
|
|
24
23
|
type: TypographyType;
|
25
24
|
placeholder: string;
|
26
25
|
}
|
27
|
-
export interface
|
26
|
+
export interface VelcronBlueprintEditorSettings {
|
27
|
+
type: "container" | "";
|
28
|
+
}
|
29
|
+
export interface VelcronBackgroundEditorSettings {
|
30
|
+
type: "image" | "video";
|
31
|
+
}
|
32
|
+
export interface VelcronSliderPropertyEditor extends VelcronEditor<VelcronSliderPropertyEditorSettings> {
|
28
33
|
type: "slider";
|
29
34
|
}
|
30
|
-
export interface VelcronTextPropertyEditor extends
|
35
|
+
export interface VelcronTextPropertyEditor extends VelcronEditor<VelcronTextEditorSettings> {
|
31
36
|
type: "text";
|
32
37
|
}
|
33
|
-
export interface VelcronEnterprisePropertyEditor extends
|
38
|
+
export interface VelcronEnterprisePropertyEditor extends VelcronEditor<any> {
|
34
39
|
type: "enterprise-property";
|
35
40
|
}
|
36
|
-
export interface VelcronTypographyPropertyEditor extends
|
41
|
+
export interface VelcronTypographyPropertyEditor extends VelcronEditor<VelcronTypographyEditorSettings> {
|
37
42
|
type: "typography";
|
38
43
|
}
|
39
|
-
export interface
|
40
|
-
type: "container";
|
41
|
-
}
|
42
|
-
export interface VelcronSwitchPropertyEditor extends VelcronStateEditor<any> {
|
44
|
+
export interface VelcronSwitchPropertyEditor extends VelcronEditor<any> {
|
43
45
|
type: "switch";
|
44
46
|
}
|
45
|
-
export interface VelcronAlignmentPropertyEditor extends
|
47
|
+
export interface VelcronAlignmentPropertyEditor extends VelcronEditor<any> {
|
46
48
|
type: "alignment";
|
47
49
|
}
|
48
|
-
export interface VelcronColorPropertyEditor extends
|
50
|
+
export interface VelcronColorPropertyEditor extends VelcronEditor<any> {
|
49
51
|
type: "color";
|
50
52
|
}
|
51
|
-
export interface VelcronColorSchemaPropertyEditor extends
|
53
|
+
export interface VelcronColorSchemaPropertyEditor extends VelcronEditor<any> {
|
52
54
|
type: "color-schema-type";
|
53
55
|
}
|
54
|
-
export interface VelcronIconPropertyEditor extends
|
56
|
+
export interface VelcronIconPropertyEditor extends VelcronEditor<any> {
|
55
57
|
type: "icon";
|
56
58
|
}
|
57
|
-
export interface VelcronMarkdownPropertyEditor extends
|
59
|
+
export interface VelcronMarkdownPropertyEditor extends VelcronEditor<VelcronMarkdownEditorSettings> {
|
58
60
|
type: "markdown";
|
59
61
|
}
|
60
|
-
export interface VelcronImagePropertyEditor extends
|
62
|
+
export interface VelcronImagePropertyEditor extends VelcronEditor<any> {
|
61
63
|
type: "image";
|
62
64
|
}
|
63
|
-
export interface VelcronSpacingPropertyEditor extends
|
65
|
+
export interface VelcronSpacingPropertyEditor extends VelcronEditor<VelcronSpacingEditorSettings> {
|
64
66
|
type: "spacing";
|
65
67
|
}
|
66
|
-
export interface VelcronReferencePropertyEditor extends
|
68
|
+
export interface VelcronReferencePropertyEditor extends VelcronEditor<any> {
|
67
69
|
type: "reference";
|
68
70
|
}
|
69
|
-
export interface
|
70
|
-
|
71
|
-
styling?: VelcronStylingState;
|
72
|
-
colorSchemas?: VelcronColorSchemasState;
|
73
|
-
content?: VelcronContentState;
|
74
|
-
header?: VelcronHeaderState;
|
75
|
-
properties?: VelcronPropertiesState;
|
76
|
-
spacing?: VelcronSpacingState;
|
77
|
-
}
|
78
|
-
export interface VelcronSpacingState {
|
79
|
-
chrome?: VelcronSpacing;
|
80
|
-
}
|
81
|
-
export interface VelcronHeaderState {
|
82
|
-
title?: VelcronTextState;
|
83
|
-
icon?: string;
|
84
|
-
}
|
85
|
-
export interface VelcronTextState {
|
86
|
-
text?: string;
|
87
|
-
placeholder?: string;
|
88
|
-
typography?: VelcronTypographyState;
|
89
|
-
}
|
90
|
-
export interface VelcronTypographyState {
|
91
|
-
type?: TypographyType;
|
92
|
-
size?: TypographySize;
|
93
|
-
toned?: boolean;
|
94
|
-
}
|
95
|
-
export interface VelcronContentState {
|
96
|
-
caption?: VelcronTextState;
|
97
|
-
main?: VelcronTextState;
|
98
|
-
title?: VelcronTextState;
|
99
|
-
summary?: VelcronTextState;
|
100
|
-
}
|
101
|
-
export interface VelcronPropertiesState {
|
102
|
-
user: any;
|
103
|
-
mappings: Array<any>;
|
71
|
+
export interface VelcronBlueprintEditor extends VelcronEditor<VelcronBlueprintEditorSettings> {
|
72
|
+
type: "blueprint";
|
104
73
|
}
|
105
|
-
export interface
|
106
|
-
|
107
|
-
alt1?: VelcronImageState;
|
108
|
-
alt2?: VelcronImageState;
|
74
|
+
export interface VelcronBackgroundEditor extends VelcronEditor<VelcronBackgroundEditorSettings> {
|
75
|
+
type: "background";
|
109
76
|
}
|
110
|
-
export interface
|
111
|
-
|
112
|
-
ratio?: VelcronImageRatios;
|
113
|
-
caption?: VelcronTextState;
|
114
|
-
width?: number;
|
115
|
-
height?: number;
|
77
|
+
export interface VelcronGridEditor extends VelcronEditor<any> {
|
78
|
+
type: "grid";
|
116
79
|
}
|
117
|
-
export interface VelcronStylingState {
|
118
|
-
}
|
119
|
-
export interface VelcronColorSchemasState {
|
120
|
-
main: string;
|
121
|
-
}
|
122
|
-
export declare const VelcronImagesStateBinding: {
|
123
|
-
main: {
|
124
|
-
editor: string;
|
125
|
-
url: string;
|
126
|
-
ratio: string;
|
127
|
-
caption: string;
|
128
|
-
width: string;
|
129
|
-
height: string;
|
130
|
-
};
|
131
|
-
alt1: {
|
132
|
-
editor: string;
|
133
|
-
url: string;
|
134
|
-
ratio: string;
|
135
|
-
caption: string;
|
136
|
-
width: string;
|
137
|
-
height: string;
|
138
|
-
};
|
139
|
-
alt2: {
|
140
|
-
editor: string;
|
141
|
-
url: string;
|
142
|
-
ratio: string;
|
143
|
-
caption: string;
|
144
|
-
width: string;
|
145
|
-
height: string;
|
146
|
-
};
|
147
|
-
};
|
148
|
-
export declare const VelcronHeaderStateBinding: {
|
149
|
-
title: {
|
150
|
-
text: string;
|
151
|
-
placeholder: string;
|
152
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
153
|
-
};
|
154
|
-
icon: string;
|
155
|
-
};
|
156
|
-
export declare const VelcronContentStateBinding: {
|
157
|
-
title: {
|
158
|
-
text: string;
|
159
|
-
placeholder: string;
|
160
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
161
|
-
};
|
162
|
-
main: {
|
163
|
-
text: string;
|
164
|
-
placeholder: string;
|
165
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
166
|
-
};
|
167
|
-
caption: {
|
168
|
-
text: string;
|
169
|
-
placeholder: string;
|
170
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
171
|
-
};
|
172
|
-
summary: {
|
173
|
-
text: string;
|
174
|
-
placeholder: string;
|
175
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
176
|
-
};
|
177
|
-
};
|
178
|
-
export declare const VelcronColorSchemasStateBinding: {
|
179
|
-
main: {
|
180
|
-
type: string;
|
181
|
-
filled: string;
|
182
|
-
};
|
183
|
-
};
|
184
|
-
export declare const VelcronSpacingStateBinding: {
|
185
|
-
chrome: {
|
186
|
-
top: string;
|
187
|
-
right: string;
|
188
|
-
bottom: string;
|
189
|
-
left: string;
|
190
|
-
};
|
191
|
-
};
|
192
|
-
export declare const VelcronStateBinding: {
|
193
|
-
colorSchemas: {
|
194
|
-
main: {
|
195
|
-
type: string;
|
196
|
-
filled: string;
|
197
|
-
};
|
198
|
-
};
|
199
|
-
images: {
|
200
|
-
main: {
|
201
|
-
editor: string;
|
202
|
-
url: string;
|
203
|
-
ratio: string;
|
204
|
-
caption: string;
|
205
|
-
width: string;
|
206
|
-
height: string;
|
207
|
-
};
|
208
|
-
alt1: {
|
209
|
-
editor: string;
|
210
|
-
url: string;
|
211
|
-
ratio: string;
|
212
|
-
caption: string;
|
213
|
-
width: string;
|
214
|
-
height: string;
|
215
|
-
};
|
216
|
-
alt2: {
|
217
|
-
editor: string;
|
218
|
-
url: string;
|
219
|
-
ratio: string;
|
220
|
-
caption: string;
|
221
|
-
width: string;
|
222
|
-
height: string;
|
223
|
-
};
|
224
|
-
};
|
225
|
-
content: {
|
226
|
-
title: {
|
227
|
-
text: string;
|
228
|
-
placeholder: string;
|
229
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
230
|
-
};
|
231
|
-
main: {
|
232
|
-
text: string;
|
233
|
-
placeholder: string;
|
234
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
235
|
-
};
|
236
|
-
caption: {
|
237
|
-
text: string;
|
238
|
-
placeholder: string;
|
239
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
240
|
-
};
|
241
|
-
summary: {
|
242
|
-
text: string;
|
243
|
-
placeholder: string;
|
244
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
245
|
-
};
|
246
|
-
};
|
247
|
-
header: {
|
248
|
-
title: {
|
249
|
-
text: string;
|
250
|
-
placeholder: string;
|
251
|
-
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
252
|
-
};
|
253
|
-
icon: string;
|
254
|
-
};
|
255
|
-
spacing: {
|
256
|
-
chrome: {
|
257
|
-
top: string;
|
258
|
-
right: string;
|
259
|
-
bottom: string;
|
260
|
-
left: string;
|
261
|
-
};
|
262
|
-
};
|
263
|
-
};
|