@omnia/fx 8.0.74-dev → 8.0.75-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/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
- package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -9,10 +9,18 @@ declare const _default: {
|
|
9
9
|
} & {
|
10
10
|
activator?: () => VNodeChild;
|
11
11
|
}>;
|
12
|
+
"enable-media-caption": {
|
13
|
+
type: import("vue").PropType<boolean>;
|
14
|
+
required: false;
|
15
|
+
};
|
12
16
|
enableMediaCaption: {
|
13
17
|
type: import("vue").PropType<boolean>;
|
14
18
|
required: false;
|
15
19
|
};
|
20
|
+
"gallery-item-limit": {
|
21
|
+
type: import("vue").PropType<number>;
|
22
|
+
required: false;
|
23
|
+
};
|
16
24
|
galleryItemLimit: {
|
17
25
|
type: import("vue").PropType<number>;
|
18
26
|
required: false;
|
@@ -22,6 +30,10 @@ declare const _default: {
|
|
22
30
|
} & {
|
23
31
|
type: import("vue").PropType<MediaPickerImageSettings>;
|
24
32
|
};
|
33
|
+
"enable-gallery": {
|
34
|
+
type: import("vue").PropType<boolean>;
|
35
|
+
required: false;
|
36
|
+
};
|
25
37
|
enableGallery: {
|
26
38
|
type: import("vue").PropType<boolean>;
|
27
39
|
required: false;
|
@@ -131,10 +143,18 @@ declare const _default: {
|
|
131
143
|
} & {
|
132
144
|
activator?: () => VNodeChild;
|
133
145
|
}>;
|
146
|
+
"enable-media-caption": {
|
147
|
+
type: import("vue").PropType<boolean>;
|
148
|
+
required: false;
|
149
|
+
};
|
134
150
|
enableMediaCaption: {
|
135
151
|
type: import("vue").PropType<boolean>;
|
136
152
|
required: false;
|
137
153
|
};
|
154
|
+
"gallery-item-limit": {
|
155
|
+
type: import("vue").PropType<number>;
|
156
|
+
required: false;
|
157
|
+
};
|
138
158
|
galleryItemLimit: {
|
139
159
|
type: import("vue").PropType<number>;
|
140
160
|
required: false;
|
@@ -144,6 +164,10 @@ declare const _default: {
|
|
144
164
|
} & {
|
145
165
|
type: import("vue").PropType<MediaPickerImageSettings>;
|
146
166
|
};
|
167
|
+
"enable-gallery": {
|
168
|
+
type: import("vue").PropType<boolean>;
|
169
|
+
required: false;
|
170
|
+
};
|
147
171
|
enableGallery: {
|
148
172
|
type: import("vue").PropType<boolean>;
|
149
173
|
required: false;
|
@@ -254,10 +278,18 @@ declare const _default: {
|
|
254
278
|
} & {
|
255
279
|
activator?: () => VNodeChild;
|
256
280
|
}>;
|
281
|
+
"enable-media-caption": {
|
282
|
+
type: import("vue").PropType<boolean>;
|
283
|
+
required: false;
|
284
|
+
};
|
257
285
|
enableMediaCaption: {
|
258
286
|
type: import("vue").PropType<boolean>;
|
259
287
|
required: false;
|
260
288
|
};
|
289
|
+
"gallery-item-limit": {
|
290
|
+
type: import("vue").PropType<number>;
|
291
|
+
required: false;
|
292
|
+
};
|
261
293
|
galleryItemLimit: {
|
262
294
|
type: import("vue").PropType<number>;
|
263
295
|
required: false;
|
@@ -267,6 +299,10 @@ declare const _default: {
|
|
267
299
|
} & {
|
268
300
|
type: import("vue").PropType<MediaPickerImageSettings>;
|
269
301
|
};
|
302
|
+
"enable-gallery": {
|
303
|
+
type: import("vue").PropType<boolean>;
|
304
|
+
required: false;
|
305
|
+
};
|
270
306
|
enableGallery: {
|
271
307
|
type: import("vue").PropType<boolean>;
|
272
308
|
required: false;
|
@@ -374,10 +410,18 @@ declare const _default: {
|
|
374
410
|
} & {
|
375
411
|
activator?: () => VNodeChild;
|
376
412
|
}>;
|
413
|
+
"enable-media-caption": {
|
414
|
+
type: import("vue").PropType<boolean>;
|
415
|
+
required: false;
|
416
|
+
};
|
377
417
|
enableMediaCaption: {
|
378
418
|
type: import("vue").PropType<boolean>;
|
379
419
|
required: false;
|
380
420
|
};
|
421
|
+
"gallery-item-limit": {
|
422
|
+
type: import("vue").PropType<number>;
|
423
|
+
required: false;
|
424
|
+
};
|
381
425
|
galleryItemLimit: {
|
382
426
|
type: import("vue").PropType<number>;
|
383
427
|
required: false;
|
@@ -387,6 +431,10 @@ declare const _default: {
|
|
387
431
|
} & {
|
388
432
|
type: import("vue").PropType<MediaPickerImageSettings>;
|
389
433
|
};
|
434
|
+
"enable-gallery": {
|
435
|
+
type: import("vue").PropType<boolean>;
|
436
|
+
required: false;
|
437
|
+
};
|
390
438
|
enableGallery: {
|
391
439
|
type: import("vue").PropType<boolean>;
|
392
440
|
required: false;
|
@@ -570,8 +618,11 @@ declare const _default: {
|
|
570
618
|
"selectable-media-types"?: MediaPickerEnums.OmniaMediaTypes[];
|
571
619
|
"provider-context"?: MediaPickerStorageProviderContext;
|
572
620
|
enableGallery?: boolean;
|
621
|
+
"enable-gallery"?: boolean;
|
573
622
|
galleryItemLimit?: number;
|
623
|
+
"gallery-item-limit"?: number;
|
574
624
|
enableMediaCaption?: boolean;
|
625
|
+
"enable-media-caption"?: boolean;
|
575
626
|
}>, "onClose" | "onSave" | "onDoc$"> & {
|
576
627
|
onClose?: () => any;
|
577
628
|
onSave?: (result: MediaPickerMedia | MediaPickerMedia[]) => any;
|
@@ -7,6 +7,10 @@ declare const _default: {
|
|
7
7
|
} & {
|
8
8
|
itemDetailSlot?: (item: MediaItem) => VNodeChild;
|
9
9
|
}>;
|
10
|
+
"append-to-grid": {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
required: false;
|
13
|
+
};
|
10
14
|
appendToGrid: {
|
11
15
|
type: import("vue").PropType<boolean>;
|
12
16
|
required: false;
|
@@ -17,6 +21,10 @@ declare const _default: {
|
|
17
21
|
} & {
|
18
22
|
itemDetailSlot?: (item: MediaItem) => VNodeChild;
|
19
23
|
}>;
|
24
|
+
"append-to-grid": {
|
25
|
+
type: import("vue").PropType<boolean>;
|
26
|
+
required: false;
|
27
|
+
};
|
20
28
|
appendToGrid: {
|
21
29
|
type: import("vue").PropType<boolean>;
|
22
30
|
required: false;
|
@@ -34,6 +42,10 @@ declare const _default: {
|
|
34
42
|
} & {
|
35
43
|
itemDetailSlot?: (item: MediaItem) => VNodeChild;
|
36
44
|
}>;
|
45
|
+
"append-to-grid": {
|
46
|
+
type: import("vue").PropType<boolean>;
|
47
|
+
required: false;
|
48
|
+
};
|
37
49
|
appendToGrid: {
|
38
50
|
type: import("vue").PropType<boolean>;
|
39
51
|
required: false;
|
@@ -48,6 +60,10 @@ declare const _default: {
|
|
48
60
|
} & {
|
49
61
|
itemDetailSlot?: (item: MediaItem) => VNodeChild;
|
50
62
|
}>;
|
63
|
+
"append-to-grid": {
|
64
|
+
type: import("vue").PropType<boolean>;
|
65
|
+
required: false;
|
66
|
+
};
|
51
67
|
appendToGrid: {
|
52
68
|
type: import("vue").PropType<boolean>;
|
53
69
|
required: false;
|
@@ -60,6 +76,7 @@ declare const _default: {
|
|
60
76
|
itemDetailSlot?: (item: MediaItem) => VNodeChild;
|
61
77
|
};
|
62
78
|
appendToGrid?: boolean;
|
79
|
+
"append-to-grid"?: boolean;
|
63
80
|
}>, never>;
|
64
81
|
};
|
65
82
|
export default _default;
|
@@ -1,23 +1,39 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
"infinite-scroll": {
|
4
|
+
type: import("vue").PropType<boolean>;
|
5
|
+
};
|
3
6
|
infiniteScroll: {
|
4
7
|
type: import("vue").PropType<boolean>;
|
5
8
|
};
|
9
|
+
"welcome-message": {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
};
|
6
12
|
welcomeMessage: {
|
7
13
|
type: import("vue").PropType<boolean>;
|
8
14
|
};
|
9
15
|
searchable: {
|
10
16
|
type: import("vue").PropType<boolean>;
|
17
|
+
} & {
|
18
|
+
type: import("vue").PropType<boolean>;
|
11
19
|
};
|
12
20
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
21
|
+
"infinite-scroll": {
|
22
|
+
type: import("vue").PropType<boolean>;
|
23
|
+
};
|
13
24
|
infiniteScroll: {
|
14
25
|
type: import("vue").PropType<boolean>;
|
15
26
|
};
|
27
|
+
"welcome-message": {
|
28
|
+
type: import("vue").PropType<boolean>;
|
29
|
+
};
|
16
30
|
welcomeMessage: {
|
17
31
|
type: import("vue").PropType<boolean>;
|
18
32
|
};
|
19
33
|
searchable: {
|
20
34
|
type: import("vue").PropType<boolean>;
|
35
|
+
} & {
|
36
|
+
type: import("vue").PropType<boolean>;
|
21
37
|
};
|
22
38
|
}>>, {}, true, {}, {}, {
|
23
39
|
P: {};
|
@@ -27,34 +43,52 @@ declare const _default: {
|
|
27
43
|
M: {};
|
28
44
|
Defaults: {};
|
29
45
|
}, Readonly<import("vue").ExtractPropTypes<{
|
46
|
+
"infinite-scroll": {
|
47
|
+
type: import("vue").PropType<boolean>;
|
48
|
+
};
|
30
49
|
infiniteScroll: {
|
31
50
|
type: import("vue").PropType<boolean>;
|
32
51
|
};
|
52
|
+
"welcome-message": {
|
53
|
+
type: import("vue").PropType<boolean>;
|
54
|
+
};
|
33
55
|
welcomeMessage: {
|
34
56
|
type: import("vue").PropType<boolean>;
|
35
57
|
};
|
36
58
|
searchable: {
|
37
59
|
type: import("vue").PropType<boolean>;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<boolean>;
|
38
62
|
};
|
39
63
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
40
64
|
__isFragment?: never;
|
41
65
|
__isTeleport?: never;
|
42
66
|
__isSuspense?: never;
|
43
67
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
68
|
+
"infinite-scroll": {
|
69
|
+
type: import("vue").PropType<boolean>;
|
70
|
+
};
|
44
71
|
infiniteScroll: {
|
45
72
|
type: import("vue").PropType<boolean>;
|
46
73
|
};
|
74
|
+
"welcome-message": {
|
75
|
+
type: import("vue").PropType<boolean>;
|
76
|
+
};
|
47
77
|
welcomeMessage: {
|
48
78
|
type: import("vue").PropType<boolean>;
|
49
79
|
};
|
50
80
|
searchable: {
|
51
81
|
type: import("vue").PropType<boolean>;
|
82
|
+
} & {
|
83
|
+
type: import("vue").PropType<boolean>;
|
52
84
|
};
|
53
85
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
54
86
|
propsDefinition: Omit<Readonly<{} & {
|
55
87
|
searchable?: boolean;
|
56
88
|
welcomeMessage?: boolean;
|
89
|
+
"welcome-message"?: boolean;
|
57
90
|
infiniteScroll?: boolean;
|
91
|
+
"infinite-scroll"?: boolean;
|
58
92
|
}>, never>;
|
59
93
|
};
|
60
94
|
export default _default;
|
@@ -7,6 +7,10 @@ declare const _default: {
|
|
7
7
|
imgClass: {
|
8
8
|
type: import("vue").PropType<string>;
|
9
9
|
};
|
10
|
+
"show-caption": {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
required: false;
|
13
|
+
};
|
10
14
|
showCaption: {
|
11
15
|
type: import("vue").PropType<boolean>;
|
12
16
|
required: false;
|
@@ -20,6 +24,13 @@ declare const _default: {
|
|
20
24
|
contain: {
|
21
25
|
type: import("vue").PropType<boolean>;
|
22
26
|
required: false;
|
27
|
+
} & {
|
28
|
+
type: import("vue").PropType<boolean>;
|
29
|
+
required: false;
|
30
|
+
};
|
31
|
+
"display-v-slot": {
|
32
|
+
type: import("vue").PropType<boolean>;
|
33
|
+
required: false;
|
23
34
|
};
|
24
35
|
displayVSlot: {
|
25
36
|
type: import("vue").PropType<boolean>;
|
@@ -75,6 +86,10 @@ declare const _default: {
|
|
75
86
|
imgClass: {
|
76
87
|
type: import("vue").PropType<string>;
|
77
88
|
};
|
89
|
+
"show-caption": {
|
90
|
+
type: import("vue").PropType<boolean>;
|
91
|
+
required: false;
|
92
|
+
};
|
78
93
|
showCaption: {
|
79
94
|
type: import("vue").PropType<boolean>;
|
80
95
|
required: false;
|
@@ -88,6 +103,13 @@ declare const _default: {
|
|
88
103
|
contain: {
|
89
104
|
type: import("vue").PropType<boolean>;
|
90
105
|
required: false;
|
106
|
+
} & {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
required: false;
|
109
|
+
};
|
110
|
+
"display-v-slot": {
|
111
|
+
type: import("vue").PropType<boolean>;
|
112
|
+
required: false;
|
91
113
|
};
|
92
114
|
displayVSlot: {
|
93
115
|
type: import("vue").PropType<boolean>;
|
@@ -150,6 +172,10 @@ declare const _default: {
|
|
150
172
|
imgClass: {
|
151
173
|
type: import("vue").PropType<string>;
|
152
174
|
};
|
175
|
+
"show-caption": {
|
176
|
+
type: import("vue").PropType<boolean>;
|
177
|
+
required: false;
|
178
|
+
};
|
153
179
|
showCaption: {
|
154
180
|
type: import("vue").PropType<boolean>;
|
155
181
|
required: false;
|
@@ -163,6 +189,13 @@ declare const _default: {
|
|
163
189
|
contain: {
|
164
190
|
type: import("vue").PropType<boolean>;
|
165
191
|
required: false;
|
192
|
+
} & {
|
193
|
+
type: import("vue").PropType<boolean>;
|
194
|
+
required: false;
|
195
|
+
};
|
196
|
+
"display-v-slot": {
|
197
|
+
type: import("vue").PropType<boolean>;
|
198
|
+
required: false;
|
166
199
|
};
|
167
200
|
displayVSlot: {
|
168
201
|
type: import("vue").PropType<boolean>;
|
@@ -222,6 +255,10 @@ declare const _default: {
|
|
222
255
|
imgClass: {
|
223
256
|
type: import("vue").PropType<string>;
|
224
257
|
};
|
258
|
+
"show-caption": {
|
259
|
+
type: import("vue").PropType<boolean>;
|
260
|
+
required: false;
|
261
|
+
};
|
225
262
|
showCaption: {
|
226
263
|
type: import("vue").PropType<boolean>;
|
227
264
|
required: false;
|
@@ -235,6 +272,13 @@ declare const _default: {
|
|
235
272
|
contain: {
|
236
273
|
type: import("vue").PropType<boolean>;
|
237
274
|
required: false;
|
275
|
+
} & {
|
276
|
+
type: import("vue").PropType<boolean>;
|
277
|
+
required: false;
|
278
|
+
};
|
279
|
+
"display-v-slot": {
|
280
|
+
type: import("vue").PropType<boolean>;
|
281
|
+
required: false;
|
238
282
|
};
|
239
283
|
displayVSlot: {
|
240
284
|
type: import("vue").PropType<boolean>;
|
@@ -301,8 +345,10 @@ declare const _default: {
|
|
301
345
|
scalingId?: number;
|
302
346
|
"scaling-id"?: number;
|
303
347
|
displayVSlot?: boolean;
|
348
|
+
"display-v-slot"?: boolean;
|
304
349
|
containerClass?: string;
|
305
350
|
"container-class"?: string;
|
351
|
+
"show-caption"?: boolean;
|
306
352
|
imgClass?: string;
|
307
353
|
"img-class"?: string;
|
308
354
|
}>, never>;
|
@@ -14,6 +14,9 @@ declare const _default: {
|
|
14
14
|
theme: {
|
15
15
|
type: import("vue").PropType<string>;
|
16
16
|
required: false;
|
17
|
+
} & {
|
18
|
+
type: import("vue").PropType<string>;
|
19
|
+
required: false;
|
17
20
|
};
|
18
21
|
"onUpdate:modelValue": {
|
19
22
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -145,6 +148,9 @@ declare const _default: {
|
|
145
148
|
theme: {
|
146
149
|
type: import("vue").PropType<string>;
|
147
150
|
required: false;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<string>;
|
153
|
+
required: false;
|
148
154
|
};
|
149
155
|
"onUpdate:modelValue": {
|
150
156
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -258,6 +264,9 @@ declare const _default: {
|
|
258
264
|
theme: {
|
259
265
|
type: import("vue").PropType<string>;
|
260
266
|
required: false;
|
267
|
+
} & {
|
268
|
+
type: import("vue").PropType<string>;
|
269
|
+
required: false;
|
261
270
|
};
|
262
271
|
"onUpdate:modelValue": {
|
263
272
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -368,6 +377,9 @@ declare const _default: {
|
|
368
377
|
theme: {
|
369
378
|
type: import("vue").PropType<string>;
|
370
379
|
required: false;
|
380
|
+
} & {
|
381
|
+
type: import("vue").PropType<string>;
|
382
|
+
required: false;
|
371
383
|
};
|
372
384
|
"onUpdate:modelValue": {
|
373
385
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -4,6 +4,10 @@ import { MultilingualContext } from "../MultilingualContext";
|
|
4
4
|
import { IRichTextEditor } from "../richtexteditor";
|
5
5
|
declare const _default: {
|
6
6
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
7
|
+
"validation-on": {
|
8
|
+
type: import("vue").PropType<"input" | "lazy">;
|
9
|
+
required: false;
|
10
|
+
};
|
7
11
|
validationOn: {
|
8
12
|
type: import("vue").PropType<"input" | "lazy">;
|
9
13
|
required: false;
|
@@ -153,6 +157,10 @@ declare const _default: {
|
|
153
157
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
154
158
|
"update:modelValue": (value: MultilingualString) => true;
|
155
159
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
160
|
+
"validation-on": {
|
161
|
+
type: import("vue").PropType<"input" | "lazy">;
|
162
|
+
required: false;
|
163
|
+
};
|
156
164
|
validationOn: {
|
157
165
|
type: import("vue").PropType<"input" | "lazy">;
|
158
166
|
required: false;
|
@@ -307,6 +315,10 @@ declare const _default: {
|
|
307
315
|
M: {};
|
308
316
|
Defaults: {};
|
309
317
|
}, Readonly<import("vue").ExtractPropTypes<{
|
318
|
+
"validation-on": {
|
319
|
+
type: import("vue").PropType<"input" | "lazy">;
|
320
|
+
required: false;
|
321
|
+
};
|
310
322
|
validationOn: {
|
311
323
|
type: import("vue").PropType<"input" | "lazy">;
|
312
324
|
required: false;
|
@@ -458,6 +470,10 @@ declare const _default: {
|
|
458
470
|
__isTeleport?: never;
|
459
471
|
__isSuspense?: never;
|
460
472
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
473
|
+
"validation-on": {
|
474
|
+
type: import("vue").PropType<"input" | "lazy">;
|
475
|
+
required: false;
|
476
|
+
};
|
461
477
|
validationOn: {
|
462
478
|
type: import("vue").PropType<"input" | "lazy">;
|
463
479
|
required: false;
|
@@ -608,7 +624,6 @@ declare const _default: {
|
|
608
624
|
"update:modelValue": (value: MultilingualString) => true;
|
609
625
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
610
626
|
propsDefinition: Omit<Readonly<{} & {
|
611
|
-
label?: string;
|
612
627
|
name?: {
|
613
628
|
[x: `onUpdate:${string}`]: {
|
614
629
|
type: import("vue").PropType<(value: MultilingualString) => any>;
|
@@ -670,6 +685,7 @@ declare const _default: {
|
|
670
685
|
};
|
671
686
|
}>;
|
672
687
|
};
|
688
|
+
label?: string;
|
673
689
|
required?: boolean;
|
674
690
|
filled?: boolean;
|
675
691
|
disabled?: boolean;
|
@@ -698,6 +714,7 @@ declare const _default: {
|
|
698
714
|
"multilingual-context"?: MultilingualContext;
|
699
715
|
"multiple-lines"?: boolean;
|
700
716
|
validationOn?: "input" | "lazy";
|
717
|
+
"validation-on"?: "input" | "lazy";
|
701
718
|
}>, "onUpdate:modelValue"> & {
|
702
719
|
"onUpdate:modelValue"?: (value: MultilingualString) => any;
|
703
720
|
};
|