@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
@@ -0,0 +1,186 @@
|
|
1
|
+
import { BackgroundDefinition, ContainerBlueprint, ContainerVariant, TextBlueprint, TypographySize, TypographyType, VelcronSpacing } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { VelcronImageRatios } from "./VelcronDefinitions";
|
3
|
+
export interface VelcronState {
|
4
|
+
images?: VelcronImagesState;
|
5
|
+
container?: {
|
6
|
+
colorSchemaType?: string;
|
7
|
+
spacing?: VelcronSpacing;
|
8
|
+
blueprint?: ContainerBlueprint | ContainerVariant;
|
9
|
+
background?: BackgroundDefinition;
|
10
|
+
};
|
11
|
+
grid?: VelcronGridState;
|
12
|
+
colorSchemas?: VelcronColorSchemasState;
|
13
|
+
content?: VelcronContentState;
|
14
|
+
header?: VelcronHeaderState;
|
15
|
+
properties?: VelcronPropertiesState;
|
16
|
+
spacing?: VelcronSpacingState;
|
17
|
+
}
|
18
|
+
export interface VelcronGridState {
|
19
|
+
columnWidth?: number;
|
20
|
+
columns?: Array<object>;
|
21
|
+
gap?: string | number;
|
22
|
+
}
|
23
|
+
export interface VelcronSpacingState {
|
24
|
+
container?: VelcronSpacing;
|
25
|
+
}
|
26
|
+
export interface VelcronHeaderState {
|
27
|
+
title?: VelcronTextState;
|
28
|
+
icon?: string;
|
29
|
+
}
|
30
|
+
export interface VelcronTextState {
|
31
|
+
text?: string;
|
32
|
+
placeholder?: string;
|
33
|
+
typography?: VelcronTypographyState;
|
34
|
+
}
|
35
|
+
export interface VelcronTypographyState {
|
36
|
+
type?: TypographyType;
|
37
|
+
size?: TypographySize;
|
38
|
+
toned?: boolean;
|
39
|
+
}
|
40
|
+
export interface VelcronContentState {
|
41
|
+
caption?: VelcronTextState;
|
42
|
+
main?: VelcronTextState;
|
43
|
+
title?: VelcronTextState;
|
44
|
+
summary?: VelcronTextState;
|
45
|
+
}
|
46
|
+
export interface VelcronPropertiesState {
|
47
|
+
user: any;
|
48
|
+
mappings: Array<any>;
|
49
|
+
}
|
50
|
+
export interface VelcronImagesState {
|
51
|
+
main?: VelcronImageState;
|
52
|
+
alt1?: VelcronImageState;
|
53
|
+
alt2?: VelcronImageState;
|
54
|
+
}
|
55
|
+
export interface VelcronImageState {
|
56
|
+
url?: string;
|
57
|
+
ratio?: VelcronImageRatios;
|
58
|
+
caption?: VelcronTextState;
|
59
|
+
width?: number;
|
60
|
+
height?: number;
|
61
|
+
}
|
62
|
+
export interface VelcronStylingState {
|
63
|
+
}
|
64
|
+
export interface VelcronColorSchemasState {
|
65
|
+
main: string;
|
66
|
+
}
|
67
|
+
export declare const VelcronImagesStateBinding: {
|
68
|
+
main: {
|
69
|
+
editor: string;
|
70
|
+
url: string;
|
71
|
+
ratio: string;
|
72
|
+
caption: string;
|
73
|
+
width: string;
|
74
|
+
height: string;
|
75
|
+
};
|
76
|
+
alt1: {
|
77
|
+
editor: string;
|
78
|
+
url: string;
|
79
|
+
ratio: string;
|
80
|
+
caption: string;
|
81
|
+
width: string;
|
82
|
+
height: string;
|
83
|
+
};
|
84
|
+
alt2: {
|
85
|
+
editor: string;
|
86
|
+
url: string;
|
87
|
+
ratio: string;
|
88
|
+
caption: string;
|
89
|
+
width: string;
|
90
|
+
height: string;
|
91
|
+
};
|
92
|
+
};
|
93
|
+
export declare const VelcronStateMapping: {
|
94
|
+
grid: {
|
95
|
+
columns: string;
|
96
|
+
};
|
97
|
+
};
|
98
|
+
export declare const VelcronStateBinding: {
|
99
|
+
colorSchemas: {
|
100
|
+
main_depricated: {
|
101
|
+
value: string;
|
102
|
+
type: string;
|
103
|
+
filled: string;
|
104
|
+
};
|
105
|
+
};
|
106
|
+
container: {
|
107
|
+
colorSchemaType: string;
|
108
|
+
spacing: string;
|
109
|
+
blueprint: string;
|
110
|
+
background: {
|
111
|
+
value: string;
|
112
|
+
media: string;
|
113
|
+
};
|
114
|
+
};
|
115
|
+
images: {
|
116
|
+
main: {
|
117
|
+
editor: string;
|
118
|
+
url: string;
|
119
|
+
ratio: string;
|
120
|
+
caption: string;
|
121
|
+
width: string;
|
122
|
+
height: string;
|
123
|
+
};
|
124
|
+
alt1: {
|
125
|
+
editor: string;
|
126
|
+
url: string;
|
127
|
+
ratio: string;
|
128
|
+
caption: string;
|
129
|
+
width: string;
|
130
|
+
height: string;
|
131
|
+
};
|
132
|
+
alt2: {
|
133
|
+
editor: string;
|
134
|
+
url: string;
|
135
|
+
ratio: string;
|
136
|
+
caption: string;
|
137
|
+
width: string;
|
138
|
+
height: string;
|
139
|
+
};
|
140
|
+
};
|
141
|
+
content: {
|
142
|
+
title: {
|
143
|
+
text: string;
|
144
|
+
placeholder: string;
|
145
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
146
|
+
};
|
147
|
+
main: {
|
148
|
+
text: string;
|
149
|
+
placeholder: string;
|
150
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
151
|
+
};
|
152
|
+
caption: {
|
153
|
+
text: string;
|
154
|
+
placeholder: string;
|
155
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
156
|
+
};
|
157
|
+
summary: {
|
158
|
+
text: string;
|
159
|
+
placeholder: string;
|
160
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
161
|
+
};
|
162
|
+
};
|
163
|
+
grid: {
|
164
|
+
value: string;
|
165
|
+
columnWidth: string;
|
166
|
+
columns: string;
|
167
|
+
gap: string;
|
168
|
+
};
|
169
|
+
header: {
|
170
|
+
title: {
|
171
|
+
text: string;
|
172
|
+
placeholder: string;
|
173
|
+
blueprint: import("@omnia/fx-models/internal-do-not-import-from-here/shared/models").VelcronBindableProp<TextBlueprint>;
|
174
|
+
};
|
175
|
+
icon: string;
|
176
|
+
};
|
177
|
+
spacing: {
|
178
|
+
container: {
|
179
|
+
value: string;
|
180
|
+
top: string;
|
181
|
+
right: string;
|
182
|
+
bottom: string;
|
183
|
+
left: string;
|
184
|
+
};
|
185
|
+
};
|
186
|
+
};
|
@@ -1,12 +1,12 @@
|
|
1
|
-
import { VelcronRenderContext } from "../models";
|
1
|
+
import { VelcronRenderContext, VelcronDataTypes } from "../models";
|
2
2
|
import { VelcronAppDefinition, VelcronBindableProp, VelcronDefinition } from "..";
|
3
3
|
export interface ParseResult<T> {
|
4
4
|
is: boolean;
|
5
5
|
value: T;
|
6
6
|
}
|
7
7
|
export declare class VelcronData {
|
8
|
-
static dataBind<T = string>(renderContext: VelcronRenderContext,
|
9
|
-
static
|
8
|
+
static dataBind<T = string>(renderContext: VelcronRenderContext, bindTo: VelcronBindableProp<any>): T;
|
9
|
+
static isBindable<T = string>(bindable: VelcronBindableProp<T>): boolean;
|
10
10
|
static getBindPath(text: string): string;
|
11
11
|
static addCtxToVariableNames(template: string, skipIfNameStartsWith?: string, skipIfNameMatches?: Array<string>, overridePrefixWhenNameMatches?: {
|
12
12
|
[name: string]: string;
|
@@ -20,12 +20,13 @@ export declare class VelcronData {
|
|
20
20
|
static evaluateArray(template: string, renderContext: VelcronRenderContext): Array<any> | null;
|
21
21
|
static evaluateBoolean(template: string | Boolean, renderContext: VelcronRenderContext): boolean | null;
|
22
22
|
static tryParseBoolean(bool: any): ParseResult<boolean | null>;
|
23
|
-
static isString(text: any):
|
24
|
-
static isBoolean(value: any): boolean;
|
25
|
-
static isNumber(value: any):
|
23
|
+
static isString(text: any): text is string;
|
24
|
+
static isBoolean(value: any): value is boolean;
|
25
|
+
static isNumber(value: any): value is number;
|
26
26
|
static isUndefined(value: any): boolean;
|
27
27
|
static isArray(obj: any): obj is ExtendArray;
|
28
|
-
static isObject(value: any):
|
28
|
+
static isObject(value: any): value is object;
|
29
|
+
static getDataType(value: any): VelcronDataTypes;
|
29
30
|
static extendObject(obj: any): any;
|
30
31
|
static propertyPathExists(obj: object, path: string): boolean;
|
31
32
|
static getOrSetObjectByPath<T>(object: Object, path: string, value?: any): T | null;
|
@@ -8,7 +8,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "
|
11
|
+
colorSchemaType: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
12
12
|
id: import("@omnia/fx-models").GuidValue;
|
13
13
|
};
|
14
14
|
get: {
|
package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/VelcronEditorBuilder.d.ts
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
import { TypographyType, VelcronEditor, VelcronTypographyEditorSettings } from "@omnia/fx-models";
|
2
|
+
export declare class VelcronEditorBuilder {
|
3
|
+
private editors;
|
4
|
+
private formatStateMapping;
|
5
|
+
add(): {
|
6
|
+
blueprintEditor: (name: string, stateMapping: string, type: "container") => VelcronEditorBuilder;
|
7
|
+
spacingEditor: (name: string, stateMapping: string, individualSelection?: boolean) => VelcronEditorBuilder;
|
8
|
+
imageEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
|
9
|
+
colorSchemaEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
|
10
|
+
markdownEditor: (name: string, stateMapping: string, placeholder?: string) => VelcronEditorBuilder;
|
11
|
+
textEditor: (name: string, stateMapping: string, typographyType: TypographyType, placeholder?: string) => VelcronEditorBuilder;
|
12
|
+
blockHeaderEditor: () => VelcronEditorBuilder;
|
13
|
+
typographyEditor: (stateMapping: string, settings: VelcronTypographyEditorSettings) => VelcronEditorBuilder;
|
14
|
+
backgroundEditor: (name: string, stateMapping: string, type: "image" | "video") => VelcronEditorBuilder;
|
15
|
+
gridEditor: (name: string, stateMapping: string) => VelcronEditorBuilder;
|
16
|
+
};
|
17
|
+
build(): VelcronEditor<any>[];
|
18
|
+
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
3
3
|
import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
|
4
4
|
export declare class VelcronColorSchemaEditorBuilder extends VelcronEditorBuilderBase {
|
5
5
|
private editor;
|
6
6
|
constructor(builder: any);
|
7
7
|
add(): VelcronEditorBuilder;
|
8
|
-
protected internalBuild():
|
8
|
+
protected internalBuild(): VelcronEditor<any>[];
|
9
9
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
|
3
3
|
export declare class VelcronContentEditorBuilder extends VelcronEditorBuilderBase {
|
4
4
|
private mainEditor;
|
@@ -34,5 +34,5 @@ export declare class VelcronContentEditorBuilder extends VelcronEditorBuilderBas
|
|
34
34
|
addPropertyMappingEditor: (title?: string) => VelcronContentEditorBuilder;
|
35
35
|
addTypographyEditor: (title?: string, type?: "text" | "title") => VelcronContentEditorBuilder;
|
36
36
|
};
|
37
|
-
protected internalBuild():
|
37
|
+
protected internalBuild(): VelcronEditor<any>[];
|
38
38
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronContentEditorBuilder } from "./VelcronContentEditor";
|
3
3
|
import { VelcronColorSchemaEditorBuilder } from "./VelcronColorSchemaEditor";
|
4
4
|
import { VelcronImageEditorBuilder } from "./VelcronImageEditor";
|
@@ -12,5 +12,5 @@ export declare class VelcronEditorBuilder {
|
|
12
12
|
colorSchemaType(): VelcronColorSchemaEditorBuilder;
|
13
13
|
image(): VelcronImageEditorBuilder;
|
14
14
|
properties(): VelcronPropertyMappingEditorBuilder;
|
15
|
-
build():
|
15
|
+
build(): VelcronEditor<any>[];
|
16
16
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
3
3
|
export declare abstract class VelcronEditorBuilderBase {
|
4
4
|
protected builder: VelcronEditorBuilder;
|
5
5
|
constructor(builder: VelcronEditorBuilder);
|
6
6
|
done(): VelcronEditorBuilder;
|
7
|
-
build():
|
8
|
-
protected abstract internalBuild(): Array<
|
7
|
+
build(): VelcronEditor<any>[];
|
8
|
+
protected abstract internalBuild(): Array<VelcronEditor>;
|
9
9
|
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
3
3
|
import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
|
4
4
|
export declare class VelcronImageEditorBuilder extends VelcronEditorBuilderBase {
|
@@ -7,5 +7,5 @@ export declare class VelcronImageEditorBuilder extends VelcronEditorBuilderBase
|
|
7
7
|
main: {
|
8
8
|
add: () => VelcronEditorBuilder;
|
9
9
|
};
|
10
|
-
protected internalBuild():
|
10
|
+
protected internalBuild(): VelcronEditor<any>[];
|
11
11
|
}
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import {
|
1
|
+
import { VelcronEditor } from "@omnia/fx-models";
|
2
2
|
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
3
3
|
import { VelcronEditorBuilderBase } from "./VelcronEditorBuilderBase";
|
4
4
|
export declare class VelcronPropertyMappingEditorBuilder extends VelcronEditorBuilderBase {
|
5
5
|
private editor;
|
6
6
|
constructor(builder: any);
|
7
7
|
add(): VelcronEditorBuilder;
|
8
|
-
protected internalBuild():
|
8
|
+
protected internalBuild(): VelcronEditor<any>[];
|
9
9
|
}
|
@@ -1,2 +1,2 @@
|
|
1
|
-
import {
|
2
|
-
export declare function useVelcronEditorBuilder():
|
1
|
+
import { VelcronEditorBuilder } from "./VelcronEditorBuilder";
|
2
|
+
export declare function useVelcronEditorBuilder(): VelcronEditorBuilder;
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import { VelcronEditorBuilder } from "./editor/VelcronEditorBuilder";
|
2
|
-
import { VelcronStateBuilder } from "./state/VelcronStateBuilder";
|
3
|
-
export declare function
|
1
|
+
import { VelcronEditorBuilder } from "./old/editor/VelcronEditorBuilder";
|
2
|
+
import { VelcronStateBuilder } from "./old/state/VelcronStateBuilder";
|
3
|
+
export declare function useOldVelcronTemplateBuilder(): {
|
4
4
|
state: VelcronStateBuilder;
|
5
5
|
editor: VelcronEditorBuilder;
|
6
6
|
};
|
@@ -1,12 +1,16 @@
|
|
1
|
+
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild } from "vue";
|
2
3
|
import { VelcronAppDefinition } from "@omnia/fx-models";
|
3
4
|
export type DefinitionChanged = (definition: VelcronAppDefinition) => void;
|
4
|
-
declare const _default: (props: {
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
"v-model"?: boolean;
|
7
|
+
} & {
|
6
8
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
9
|
+
} & {
|
7
10
|
modelValue?: boolean;
|
11
|
+
} & {
|
8
12
|
definition?: VelcronAppDefinition<object>;
|
9
|
-
} & Omit<{
|
13
|
+
} & DefineEmit<"click:close", () => true> & DefineEmit<"save", (definition: VelcronAppDefinition) => true> & DefineSlot<"activator", () => VNodeChild>> & Omit<{
|
10
14
|
"onClick:close"?: () => any;
|
11
15
|
onSave?: (definition: VelcronAppDefinition<object>) => any;
|
12
16
|
}, "definition" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
@@ -53,12 +57,15 @@ declare const _default: (props: {
|
|
53
57
|
$nextTick: typeof import("vue").nextTick;
|
54
58
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
55
59
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
|
-
propsDefinition: {
|
60
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
57
61
|
"v-model"?: boolean;
|
62
|
+
} & {
|
58
63
|
"onUpdate:modelValue"?: (value: boolean) => void;
|
64
|
+
} & {
|
59
65
|
modelValue?: boolean;
|
60
|
-
definition?: VelcronAppDefinition<object>;
|
61
66
|
} & {
|
67
|
+
definition?: VelcronAppDefinition<object>;
|
68
|
+
} & DefineEmit<"click:close", () => true> & DefineEmit<"save", (definition: VelcronAppDefinition) => true> & DefineSlot<"activator", () => VNodeChild>> & {
|
62
69
|
"v-slots"?: {
|
63
70
|
default?: import("vue").Slot;
|
64
71
|
} & {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: (props: {} & Omit<{}, never> & {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & Omit<{}, never> & {
|
2
2
|
"v-slots"?: {
|
3
3
|
default?: import("vue").Slot;
|
4
4
|
} & {};
|
@@ -40,7 +40,7 @@ declare const _default: (props: {} & Omit<{}, never> & {
|
|
40
40
|
$nextTick: typeof import("vue").nextTick;
|
41
41
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
42
42
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
-
propsDefinition: {} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
|
44
44
|
"v-slots"?: {
|
45
45
|
default?: import("vue").Slot;
|
46
46
|
} & {};
|
@@ -0,0 +1,56 @@
|
|
1
|
+
type variant = "component" | "editor" | "state";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
+
variant?: variant;
|
4
|
+
}> & Omit<{}, "variant"> & {
|
5
|
+
"v-slots"?: {
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
} & {};
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">) => {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {};
|
12
|
+
$attrs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$refs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$slots: Readonly<{
|
19
|
+
[name: string]: import("vue").Slot<any>;
|
20
|
+
}>;
|
21
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
24
|
+
$el: any;
|
25
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
26
|
+
beforeCreate?: (() => void) | (() => void)[];
|
27
|
+
created?: (() => void) | (() => void)[];
|
28
|
+
beforeMount?: (() => void) | (() => void)[];
|
29
|
+
mounted?: (() => void) | (() => void)[];
|
30
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
31
|
+
updated?: (() => void) | (() => void)[];
|
32
|
+
activated?: (() => void) | (() => void)[];
|
33
|
+
deactivated?: (() => void) | (() => void)[];
|
34
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
35
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
36
|
+
destroyed?: (() => void) | (() => void)[];
|
37
|
+
unmounted?: (() => void) | (() => void)[];
|
38
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
41
|
+
};
|
42
|
+
$forceUpdate: () => void;
|
43
|
+
$nextTick: typeof import("vue").nextTick;
|
44
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
45
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
47
|
+
variant?: variant;
|
48
|
+
}> & {
|
49
|
+
"v-slots"?: {
|
50
|
+
default?: import("vue").Slot;
|
51
|
+
} & {};
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">;
|
53
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
54
|
+
[key: string]: any;
|
55
|
+
}>;
|
56
|
+
export default _default;
|
@@ -1,12 +1,16 @@
|
|
1
1
|
import { TreeViewItem } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
3
|
export declare const AppExplorerVariantDefinitions: readonly ["default", "statebind"];
|
3
4
|
export type OAppExplorerVariants = typeof AppExplorerVariantDefinitions[number];
|
4
|
-
declare const _default: (props: {
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
5
6
|
"v-model"?: TreeViewItem<any>;
|
7
|
+
} & {
|
6
8
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
9
|
+
} & {
|
7
10
|
modelValue?: TreeViewItem<any>;
|
11
|
+
} & {
|
8
12
|
variant?: "default" | "statebind";
|
9
|
-
} & Omit<{
|
13
|
+
} & DefineEmit<"items:selected", (items: Array<TreeViewItem>) => void>> & Omit<{
|
10
14
|
"onItems:selected"?: (items: TreeViewItem<any>[]) => any;
|
11
15
|
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
|
12
16
|
"v-slots"?: {
|
@@ -50,12 +54,15 @@ declare const _default: (props: {
|
|
50
54
|
$nextTick: typeof import("vue").nextTick;
|
51
55
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
52
56
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
53
|
-
propsDefinition: {
|
57
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
54
58
|
"v-model"?: TreeViewItem<any>;
|
59
|
+
} & {
|
55
60
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
61
|
+
} & {
|
56
62
|
modelValue?: TreeViewItem<any>;
|
57
|
-
variant?: "default" | "statebind";
|
58
63
|
} & {
|
64
|
+
variant?: "default" | "statebind";
|
65
|
+
} & DefineEmit<"items:selected", (items: Array<TreeViewItem>) => void>> & {
|
59
66
|
"v-slots"?: {
|
60
67
|
default?: import("vue").Slot;
|
61
68
|
} & {};
|
@@ -1,11 +1,15 @@
|
|
1
|
+
import { DefineSlot } from "@omnia/fx/ux";
|
1
2
|
import { VNodeChild } from "vue";
|
2
3
|
import { TreeViewItem } from "@omnia/fx-models";
|
3
|
-
declare const _default: (props: {
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
5
|
"v-model"?: TreeViewItem<any>;
|
6
|
+
} & {
|
5
7
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
8
|
+
} & {
|
6
9
|
modelValue?: TreeViewItem<any>;
|
10
|
+
} & {
|
7
11
|
openOnHover?: boolean;
|
8
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "openOnHover"> & {
|
12
|
+
} & DefineSlot<"activator", () => VNodeChild>> & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue" | "openOnHover"> & {
|
9
13
|
"v-slots"?: {
|
10
14
|
default?: import("vue").Slot;
|
11
15
|
} & {
|
@@ -49,12 +53,15 @@ declare const _default: (props: {
|
|
49
53
|
$nextTick: typeof import("vue").nextTick;
|
50
54
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
51
55
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
52
|
-
propsDefinition: {
|
56
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
53
57
|
"v-model"?: TreeViewItem<any>;
|
58
|
+
} & {
|
54
59
|
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
60
|
+
} & {
|
55
61
|
modelValue?: TreeViewItem<any>;
|
56
|
-
openOnHover?: boolean;
|
57
62
|
} & {
|
63
|
+
openOnHover?: boolean;
|
64
|
+
} & DefineSlot<"activator", () => VNodeChild>> & {
|
58
65
|
"v-slots"?: {
|
59
66
|
default?: import("vue").Slot;
|
60
67
|
} & {
|
package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
declare const _default: (props: {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
show?: boolean;
|
3
|
-
} & Omit<{}, "show"> & {
|
3
|
+
}> & Omit<{}, "show"> & {
|
4
4
|
"v-slots"?: {
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
} & {};
|
@@ -42,9 +42,9 @@ declare const _default: (props: {
|
|
42
42
|
$nextTick: typeof import("vue").nextTick;
|
43
43
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
45
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
46
|
show?: boolean;
|
47
|
-
} & {
|
47
|
+
}> & {
|
48
48
|
"v-slots"?: {
|
49
49
|
default?: import("vue").Slot;
|
50
50
|
} & {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
declare const _default: (props: {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
show?: boolean;
|
3
|
-
} & Omit<{}, "show"> & {
|
3
|
+
}> & Omit<{}, "show"> & {
|
4
4
|
"v-slots"?: {
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
} & {};
|
@@ -42,9 +42,9 @@ declare const _default: (props: {
|
|
42
42
|
$nextTick: typeof import("vue").nextTick;
|
43
43
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
45
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
46
|
show?: boolean;
|
47
|
-
} & {
|
47
|
+
}> & {
|
48
48
|
"v-slots"?: {
|
49
49
|
default?: import("vue").Slot;
|
50
50
|
} & {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
declare const _default: (props: {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
show?: boolean;
|
3
|
-
} & Omit<{}, "show"> & {
|
3
|
+
}> & Omit<{}, "show"> & {
|
4
4
|
"v-slots"?: {
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
} & {};
|
@@ -42,9 +42,9 @@ declare const _default: (props: {
|
|
42
42
|
$nextTick: typeof import("vue").nextTick;
|
43
43
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
45
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
46
|
show?: boolean;
|
47
|
-
} & {
|
47
|
+
}> & {
|
48
48
|
"v-slots"?: {
|
49
49
|
default?: import("vue").Slot;
|
50
50
|
} & {};
|
@@ -1,6 +1,6 @@
|
|
1
|
-
declare const _default: (props: {
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
show?: boolean;
|
3
|
-
} & Omit<{}, "show"> & {
|
3
|
+
}> & Omit<{}, "show"> & {
|
4
4
|
"v-slots"?: {
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
} & {};
|
@@ -42,9 +42,9 @@ declare const _default: (props: {
|
|
42
42
|
$nextTick: typeof import("vue").nextTick;
|
43
43
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
44
44
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
45
|
-
propsDefinition: {
|
45
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
46
46
|
show?: boolean;
|
47
|
-
} & {
|
47
|
+
}> & {
|
48
48
|
"v-slots"?: {
|
49
49
|
default?: import("vue").Slot;
|
50
50
|
} & {};
|