@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
@@ -8,21 +8,33 @@ declare const _default: {
|
|
8
8
|
} & VListItemSlots>;
|
9
9
|
variant: {
|
10
10
|
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
11
13
|
};
|
12
14
|
disabled: {
|
13
15
|
type: import("vue").PropType<boolean>;
|
16
|
+
} & {
|
17
|
+
type: import("vue").PropType<boolean>;
|
14
18
|
};
|
15
19
|
active: {
|
16
20
|
type: import("vue").PropType<boolean>;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<boolean>;
|
17
23
|
};
|
18
24
|
subtitle: {
|
19
25
|
type: import("vue").PropType<VNodeChild>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<VNodeChild>;
|
20
28
|
};
|
21
29
|
title: {
|
22
30
|
type: import("vue").PropType<VNodeChild>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<VNodeChild>;
|
23
33
|
};
|
24
34
|
icon: {
|
25
35
|
type: import("vue").PropType<ButtonIconOptions>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<ButtonIconOptions>;
|
26
38
|
};
|
27
39
|
class: {
|
28
40
|
type: import("vue").PropType<String | String[]>;
|
@@ -31,8 +43,6 @@ declare const _default: {
|
|
31
43
|
colorSchemaType?: any;
|
32
44
|
container?: any;
|
33
45
|
colors?: any;
|
34
|
-
blueprintType?: any;
|
35
|
-
blueprint?: any;
|
36
46
|
}>> & {
|
37
47
|
"onClick:delete"?: (value: any) => any;
|
38
48
|
"onClick:navigate"?: (value: any) => any;
|
@@ -45,21 +55,33 @@ declare const _default: {
|
|
45
55
|
} & VListItemSlots>;
|
46
56
|
variant: {
|
47
57
|
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
58
|
+
} & {
|
59
|
+
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
48
60
|
};
|
49
61
|
disabled: {
|
50
62
|
type: import("vue").PropType<boolean>;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<boolean>;
|
51
65
|
};
|
52
66
|
active: {
|
53
67
|
type: import("vue").PropType<boolean>;
|
68
|
+
} & {
|
69
|
+
type: import("vue").PropType<boolean>;
|
54
70
|
};
|
55
71
|
subtitle: {
|
56
72
|
type: import("vue").PropType<VNodeChild>;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<VNodeChild>;
|
57
75
|
};
|
58
76
|
title: {
|
59
77
|
type: import("vue").PropType<VNodeChild>;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<VNodeChild>;
|
60
80
|
};
|
61
81
|
icon: {
|
62
82
|
type: import("vue").PropType<ButtonIconOptions>;
|
83
|
+
} & {
|
84
|
+
type: import("vue").PropType<ButtonIconOptions>;
|
63
85
|
};
|
64
86
|
class: {
|
65
87
|
type: import("vue").PropType<String | String[]>;
|
@@ -68,16 +90,12 @@ declare const _default: {
|
|
68
90
|
colorSchemaType?: any;
|
69
91
|
container?: any;
|
70
92
|
colors?: any;
|
71
|
-
blueprintType?: any;
|
72
|
-
blueprint?: any;
|
73
93
|
}>> & {
|
74
94
|
"onClick:delete"?: (value: any) => any;
|
75
95
|
"onClick:navigate"?: (value: any) => any;
|
76
96
|
}, {
|
77
97
|
container?: any;
|
78
|
-
blueprint?: any;
|
79
98
|
colorSchemaType?: any;
|
80
|
-
blueprintType?: any;
|
81
99
|
colors?: any;
|
82
100
|
}, true, {}, {}, {
|
83
101
|
P: {};
|
@@ -92,21 +110,33 @@ declare const _default: {
|
|
92
110
|
} & VListItemSlots>;
|
93
111
|
variant: {
|
94
112
|
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
113
|
+
} & {
|
114
|
+
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
95
115
|
};
|
96
116
|
disabled: {
|
97
117
|
type: import("vue").PropType<boolean>;
|
118
|
+
} & {
|
119
|
+
type: import("vue").PropType<boolean>;
|
98
120
|
};
|
99
121
|
active: {
|
100
122
|
type: import("vue").PropType<boolean>;
|
123
|
+
} & {
|
124
|
+
type: import("vue").PropType<boolean>;
|
101
125
|
};
|
102
126
|
subtitle: {
|
103
127
|
type: import("vue").PropType<VNodeChild>;
|
128
|
+
} & {
|
129
|
+
type: import("vue").PropType<VNodeChild>;
|
104
130
|
};
|
105
131
|
title: {
|
106
132
|
type: import("vue").PropType<VNodeChild>;
|
133
|
+
} & {
|
134
|
+
type: import("vue").PropType<VNodeChild>;
|
107
135
|
};
|
108
136
|
icon: {
|
109
137
|
type: import("vue").PropType<ButtonIconOptions>;
|
138
|
+
} & {
|
139
|
+
type: import("vue").PropType<ButtonIconOptions>;
|
110
140
|
};
|
111
141
|
class: {
|
112
142
|
type: import("vue").PropType<String | String[]>;
|
@@ -115,16 +145,12 @@ declare const _default: {
|
|
115
145
|
colorSchemaType?: any;
|
116
146
|
container?: any;
|
117
147
|
colors?: any;
|
118
|
-
blueprintType?: any;
|
119
|
-
blueprint?: any;
|
120
148
|
}>> & {
|
121
149
|
"onClick:delete"?: (value: any) => any;
|
122
150
|
"onClick:navigate"?: (value: any) => any;
|
123
151
|
}, () => JSX.Element, {}, {}, {}, {
|
124
152
|
container?: any;
|
125
|
-
blueprint?: any;
|
126
153
|
colorSchemaType?: any;
|
127
|
-
blueprintType?: any;
|
128
154
|
colors?: any;
|
129
155
|
}>;
|
130
156
|
__isFragment?: never;
|
@@ -136,21 +162,33 @@ declare const _default: {
|
|
136
162
|
} & VListItemSlots>;
|
137
163
|
variant: {
|
138
164
|
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
165
|
+
} & {
|
166
|
+
type: import("vue").PropType<"navigation" | "default" | "delete">;
|
139
167
|
};
|
140
168
|
disabled: {
|
141
169
|
type: import("vue").PropType<boolean>;
|
170
|
+
} & {
|
171
|
+
type: import("vue").PropType<boolean>;
|
142
172
|
};
|
143
173
|
active: {
|
144
174
|
type: import("vue").PropType<boolean>;
|
175
|
+
} & {
|
176
|
+
type: import("vue").PropType<boolean>;
|
145
177
|
};
|
146
178
|
subtitle: {
|
147
179
|
type: import("vue").PropType<VNodeChild>;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<VNodeChild>;
|
148
182
|
};
|
149
183
|
title: {
|
150
184
|
type: import("vue").PropType<VNodeChild>;
|
185
|
+
} & {
|
186
|
+
type: import("vue").PropType<VNodeChild>;
|
151
187
|
};
|
152
188
|
icon: {
|
153
189
|
type: import("vue").PropType<ButtonIconOptions>;
|
190
|
+
} & {
|
191
|
+
type: import("vue").PropType<ButtonIconOptions>;
|
154
192
|
};
|
155
193
|
class: {
|
156
194
|
type: import("vue").PropType<String | String[]>;
|
@@ -159,8 +197,6 @@ declare const _default: {
|
|
159
197
|
colorSchemaType?: any;
|
160
198
|
container?: any;
|
161
199
|
colors?: any;
|
162
|
-
blueprintType?: any;
|
163
|
-
blueprint?: any;
|
164
200
|
}>> & {
|
165
201
|
"onClick:delete"?: (value: any) => any;
|
166
202
|
"onClick:navigate"?: (value: any) => any;
|
@@ -169,21 +205,17 @@ declare const _default: {
|
|
169
205
|
"click:delete": (value: any) => true;
|
170
206
|
}, string, {
|
171
207
|
container?: any;
|
172
|
-
blueprint?: any;
|
173
208
|
colorSchemaType?: any;
|
174
|
-
blueprintType?: any;
|
175
209
|
colors?: any;
|
176
210
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
177
211
|
propsDefinition: Omit<Readonly<{
|
178
212
|
container?: any;
|
179
|
-
blueprint?: any;
|
180
213
|
colorSchemaType?: any;
|
181
|
-
blueprintType?: any;
|
182
214
|
colors?: any;
|
183
215
|
} & {
|
184
216
|
title?: VNodeChild;
|
185
|
-
class?: String | String[];
|
186
217
|
icon?: ButtonIconOptions;
|
218
|
+
class?: String | String[];
|
187
219
|
active?: boolean;
|
188
220
|
disabled?: boolean;
|
189
221
|
"v-slots"?: {
|
@@ -7,15 +7,17 @@ declare const _default: {
|
|
7
7
|
};
|
8
8
|
filled: {
|
9
9
|
type: import("vue").PropType<boolean>;
|
10
|
+
} & {
|
11
|
+
type: import("vue").PropType<boolean>;
|
10
12
|
};
|
11
13
|
id: {
|
12
14
|
type: import("vue").PropType<string>;
|
15
|
+
} & {
|
16
|
+
type: import("vue").PropType<string>;
|
13
17
|
};
|
14
18
|
colorSchemaType?: any;
|
15
19
|
container?: any;
|
16
20
|
colors?: any;
|
17
|
-
blueprintType?: any;
|
18
|
-
blueprint?: any;
|
19
21
|
class: {
|
20
22
|
type: import("vue").PropType<String | String[]>;
|
21
23
|
required: boolean;
|
@@ -28,24 +30,24 @@ declare const _default: {
|
|
28
30
|
};
|
29
31
|
filled: {
|
30
32
|
type: import("vue").PropType<boolean>;
|
33
|
+
} & {
|
34
|
+
type: import("vue").PropType<boolean>;
|
31
35
|
};
|
32
36
|
id: {
|
33
37
|
type: import("vue").PropType<string>;
|
38
|
+
} & {
|
39
|
+
type: import("vue").PropType<string>;
|
34
40
|
};
|
35
41
|
colorSchemaType?: any;
|
36
42
|
container?: any;
|
37
43
|
colors?: any;
|
38
|
-
blueprintType?: any;
|
39
|
-
blueprint?: any;
|
40
44
|
class: {
|
41
45
|
type: import("vue").PropType<String | String[]>;
|
42
46
|
required: boolean;
|
43
47
|
};
|
44
48
|
}>>, {
|
45
49
|
container?: any;
|
46
|
-
blueprint?: any;
|
47
50
|
colorSchemaType?: any;
|
48
|
-
blueprintType?: any;
|
49
51
|
colors?: any;
|
50
52
|
}, true, {}, {}, {
|
51
53
|
P: {};
|
@@ -62,24 +64,24 @@ declare const _default: {
|
|
62
64
|
};
|
63
65
|
filled: {
|
64
66
|
type: import("vue").PropType<boolean>;
|
67
|
+
} & {
|
68
|
+
type: import("vue").PropType<boolean>;
|
65
69
|
};
|
66
70
|
id: {
|
67
71
|
type: import("vue").PropType<string>;
|
72
|
+
} & {
|
73
|
+
type: import("vue").PropType<string>;
|
68
74
|
};
|
69
75
|
colorSchemaType?: any;
|
70
76
|
container?: any;
|
71
77
|
colors?: any;
|
72
|
-
blueprintType?: any;
|
73
|
-
blueprint?: any;
|
74
78
|
class: {
|
75
79
|
type: import("vue").PropType<String | String[]>;
|
76
80
|
required: boolean;
|
77
81
|
};
|
78
82
|
}>>, () => JSX.Element, {}, {}, {}, {
|
79
83
|
container?: any;
|
80
|
-
blueprint?: any;
|
81
84
|
colorSchemaType?: any;
|
82
|
-
blueprintType?: any;
|
83
85
|
colors?: any;
|
84
86
|
}>;
|
85
87
|
__isFragment?: never;
|
@@ -93,31 +95,29 @@ declare const _default: {
|
|
93
95
|
};
|
94
96
|
filled: {
|
95
97
|
type: import("vue").PropType<boolean>;
|
98
|
+
} & {
|
99
|
+
type: import("vue").PropType<boolean>;
|
96
100
|
};
|
97
101
|
id: {
|
98
102
|
type: import("vue").PropType<string>;
|
103
|
+
} & {
|
104
|
+
type: import("vue").PropType<string>;
|
99
105
|
};
|
100
106
|
colorSchemaType?: any;
|
101
107
|
container?: any;
|
102
108
|
colors?: any;
|
103
|
-
blueprintType?: any;
|
104
|
-
blueprint?: any;
|
105
109
|
class: {
|
106
110
|
type: import("vue").PropType<String | String[]>;
|
107
111
|
required: boolean;
|
108
112
|
};
|
109
113
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
110
114
|
container?: any;
|
111
|
-
blueprint?: any;
|
112
115
|
colorSchemaType?: any;
|
113
|
-
blueprintType?: any;
|
114
116
|
colors?: any;
|
115
117
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
116
118
|
propsDefinition: Omit<Readonly<{
|
117
119
|
container?: any;
|
118
|
-
blueprint?: any;
|
119
120
|
colorSchemaType?: any;
|
120
|
-
blueprintType?: any;
|
121
121
|
colors?: any;
|
122
122
|
} & {
|
123
123
|
class?: String | String[];
|
@@ -6,36 +6,64 @@ declare const _default: {
|
|
6
6
|
} & {
|
7
7
|
activator?: () => VNodeChild;
|
8
8
|
}>;
|
9
|
+
"visible-on-content-click": {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
};
|
9
12
|
visibleOnContentClick: {
|
10
13
|
type: import("vue").PropType<boolean>;
|
11
14
|
};
|
15
|
+
"open-on-hover": {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
};
|
12
18
|
openOnHover: {
|
13
19
|
type: import("vue").PropType<boolean>;
|
14
20
|
};
|
15
21
|
location: {
|
16
22
|
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
17
23
|
required: false;
|
24
|
+
} & {
|
25
|
+
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
26
|
+
required: false;
|
27
|
+
};
|
28
|
+
"close-delay": {
|
29
|
+
type: import("vue").PropType<string | number>;
|
18
30
|
};
|
19
31
|
closeDelay: {
|
20
32
|
type: import("vue").PropType<string | number>;
|
21
33
|
};
|
34
|
+
"max-height": {
|
35
|
+
type: import("vue").PropType<string | number>;
|
36
|
+
};
|
22
37
|
maxHeight: {
|
23
38
|
type: import("vue").PropType<string | number>;
|
24
39
|
};
|
40
|
+
"min-height": {
|
41
|
+
type: import("vue").PropType<string | number>;
|
42
|
+
};
|
25
43
|
minHeight: {
|
26
44
|
type: import("vue").PropType<string | number>;
|
27
45
|
};
|
46
|
+
"max-width": {
|
47
|
+
type: import("vue").PropType<string | number>;
|
48
|
+
};
|
28
49
|
maxWidth: {
|
29
50
|
type: import("vue").PropType<string | number>;
|
30
51
|
};
|
52
|
+
"min-width": {
|
53
|
+
type: import("vue").PropType<string | number>;
|
54
|
+
};
|
31
55
|
minWidth: {
|
32
56
|
type: import("vue").PropType<string | number>;
|
33
57
|
};
|
34
58
|
attach: {
|
35
59
|
type: import("vue").PropType<string | boolean | Element>;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<string | boolean | Element>;
|
36
62
|
};
|
37
63
|
activator: {
|
38
64
|
type: import("vue").PropType<string>;
|
65
|
+
} & {
|
66
|
+
type: import("vue").PropType<string>;
|
39
67
|
};
|
40
68
|
"onUpdate:modelValue": {
|
41
69
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -55,8 +83,6 @@ declare const _default: {
|
|
55
83
|
colorSchemaType?: any;
|
56
84
|
container?: any;
|
57
85
|
colors?: any;
|
58
|
-
blueprintType?: any;
|
59
|
-
blueprint?: any;
|
60
86
|
}>> & {
|
61
87
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
62
88
|
onDoc$?: (description?: string) => any;
|
@@ -71,36 +97,64 @@ declare const _default: {
|
|
71
97
|
} & {
|
72
98
|
activator?: () => VNodeChild;
|
73
99
|
}>;
|
100
|
+
"visible-on-content-click": {
|
101
|
+
type: import("vue").PropType<boolean>;
|
102
|
+
};
|
74
103
|
visibleOnContentClick: {
|
75
104
|
type: import("vue").PropType<boolean>;
|
76
105
|
};
|
106
|
+
"open-on-hover": {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
};
|
77
109
|
openOnHover: {
|
78
110
|
type: import("vue").PropType<boolean>;
|
79
111
|
};
|
80
112
|
location: {
|
81
113
|
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
82
114
|
required: false;
|
115
|
+
} & {
|
116
|
+
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
117
|
+
required: false;
|
118
|
+
};
|
119
|
+
"close-delay": {
|
120
|
+
type: import("vue").PropType<string | number>;
|
83
121
|
};
|
84
122
|
closeDelay: {
|
85
123
|
type: import("vue").PropType<string | number>;
|
86
124
|
};
|
125
|
+
"max-height": {
|
126
|
+
type: import("vue").PropType<string | number>;
|
127
|
+
};
|
87
128
|
maxHeight: {
|
88
129
|
type: import("vue").PropType<string | number>;
|
89
130
|
};
|
131
|
+
"min-height": {
|
132
|
+
type: import("vue").PropType<string | number>;
|
133
|
+
};
|
90
134
|
minHeight: {
|
91
135
|
type: import("vue").PropType<string | number>;
|
92
136
|
};
|
137
|
+
"max-width": {
|
138
|
+
type: import("vue").PropType<string | number>;
|
139
|
+
};
|
93
140
|
maxWidth: {
|
94
141
|
type: import("vue").PropType<string | number>;
|
95
142
|
};
|
143
|
+
"min-width": {
|
144
|
+
type: import("vue").PropType<string | number>;
|
145
|
+
};
|
96
146
|
minWidth: {
|
97
147
|
type: import("vue").PropType<string | number>;
|
98
148
|
};
|
99
149
|
attach: {
|
100
150
|
type: import("vue").PropType<string | boolean | Element>;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<string | boolean | Element>;
|
101
153
|
};
|
102
154
|
activator: {
|
103
155
|
type: import("vue").PropType<string>;
|
156
|
+
} & {
|
157
|
+
type: import("vue").PropType<string>;
|
104
158
|
};
|
105
159
|
"onUpdate:modelValue": {
|
106
160
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -120,16 +174,12 @@ declare const _default: {
|
|
120
174
|
colorSchemaType?: any;
|
121
175
|
container?: any;
|
122
176
|
colors?: any;
|
123
|
-
blueprintType?: any;
|
124
|
-
blueprint?: any;
|
125
177
|
}>> & {
|
126
178
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
127
179
|
onDoc$?: (description?: string) => any;
|
128
180
|
}, {
|
129
181
|
container?: any;
|
130
|
-
blueprint?: any;
|
131
182
|
colorSchemaType?: any;
|
132
|
-
blueprintType?: any;
|
133
183
|
colors?: any;
|
134
184
|
}, true, {}, {}, {
|
135
185
|
P: {};
|
@@ -144,36 +194,64 @@ declare const _default: {
|
|
144
194
|
} & {
|
145
195
|
activator?: () => VNodeChild;
|
146
196
|
}>;
|
197
|
+
"visible-on-content-click": {
|
198
|
+
type: import("vue").PropType<boolean>;
|
199
|
+
};
|
147
200
|
visibleOnContentClick: {
|
148
201
|
type: import("vue").PropType<boolean>;
|
149
202
|
};
|
203
|
+
"open-on-hover": {
|
204
|
+
type: import("vue").PropType<boolean>;
|
205
|
+
};
|
150
206
|
openOnHover: {
|
151
207
|
type: import("vue").PropType<boolean>;
|
152
208
|
};
|
153
209
|
location: {
|
154
210
|
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
155
211
|
required: false;
|
212
|
+
} & {
|
213
|
+
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
214
|
+
required: false;
|
215
|
+
};
|
216
|
+
"close-delay": {
|
217
|
+
type: import("vue").PropType<string | number>;
|
156
218
|
};
|
157
219
|
closeDelay: {
|
158
220
|
type: import("vue").PropType<string | number>;
|
159
221
|
};
|
222
|
+
"max-height": {
|
223
|
+
type: import("vue").PropType<string | number>;
|
224
|
+
};
|
160
225
|
maxHeight: {
|
161
226
|
type: import("vue").PropType<string | number>;
|
162
227
|
};
|
228
|
+
"min-height": {
|
229
|
+
type: import("vue").PropType<string | number>;
|
230
|
+
};
|
163
231
|
minHeight: {
|
164
232
|
type: import("vue").PropType<string | number>;
|
165
233
|
};
|
234
|
+
"max-width": {
|
235
|
+
type: import("vue").PropType<string | number>;
|
236
|
+
};
|
166
237
|
maxWidth: {
|
167
238
|
type: import("vue").PropType<string | number>;
|
168
239
|
};
|
240
|
+
"min-width": {
|
241
|
+
type: import("vue").PropType<string | number>;
|
242
|
+
};
|
169
243
|
minWidth: {
|
170
244
|
type: import("vue").PropType<string | number>;
|
171
245
|
};
|
172
246
|
attach: {
|
173
247
|
type: import("vue").PropType<string | boolean | Element>;
|
248
|
+
} & {
|
249
|
+
type: import("vue").PropType<string | boolean | Element>;
|
174
250
|
};
|
175
251
|
activator: {
|
176
252
|
type: import("vue").PropType<string>;
|
253
|
+
} & {
|
254
|
+
type: import("vue").PropType<string>;
|
177
255
|
};
|
178
256
|
"onUpdate:modelValue": {
|
179
257
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -193,16 +271,12 @@ declare const _default: {
|
|
193
271
|
colorSchemaType?: any;
|
194
272
|
container?: any;
|
195
273
|
colors?: any;
|
196
|
-
blueprintType?: any;
|
197
|
-
blueprint?: any;
|
198
274
|
}>> & {
|
199
275
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
200
276
|
onDoc$?: (description?: string) => any;
|
201
277
|
}, () => JSX.Element, {}, {}, {}, {
|
202
278
|
container?: any;
|
203
|
-
blueprint?: any;
|
204
279
|
colorSchemaType?: any;
|
205
|
-
blueprintType?: any;
|
206
280
|
colors?: any;
|
207
281
|
}>;
|
208
282
|
__isFragment?: never;
|
@@ -214,36 +288,64 @@ declare const _default: {
|
|
214
288
|
} & {
|
215
289
|
activator?: () => VNodeChild;
|
216
290
|
}>;
|
291
|
+
"visible-on-content-click": {
|
292
|
+
type: import("vue").PropType<boolean>;
|
293
|
+
};
|
217
294
|
visibleOnContentClick: {
|
218
295
|
type: import("vue").PropType<boolean>;
|
219
296
|
};
|
297
|
+
"open-on-hover": {
|
298
|
+
type: import("vue").PropType<boolean>;
|
299
|
+
};
|
220
300
|
openOnHover: {
|
221
301
|
type: import("vue").PropType<boolean>;
|
222
302
|
};
|
223
303
|
location: {
|
224
304
|
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
225
305
|
required: false;
|
306
|
+
} & {
|
307
|
+
type: import("vue").PropType<"left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom">;
|
308
|
+
required: false;
|
309
|
+
};
|
310
|
+
"close-delay": {
|
311
|
+
type: import("vue").PropType<string | number>;
|
226
312
|
};
|
227
313
|
closeDelay: {
|
228
314
|
type: import("vue").PropType<string | number>;
|
229
315
|
};
|
316
|
+
"max-height": {
|
317
|
+
type: import("vue").PropType<string | number>;
|
318
|
+
};
|
230
319
|
maxHeight: {
|
231
320
|
type: import("vue").PropType<string | number>;
|
232
321
|
};
|
322
|
+
"min-height": {
|
323
|
+
type: import("vue").PropType<string | number>;
|
324
|
+
};
|
233
325
|
minHeight: {
|
234
326
|
type: import("vue").PropType<string | number>;
|
235
327
|
};
|
328
|
+
"max-width": {
|
329
|
+
type: import("vue").PropType<string | number>;
|
330
|
+
};
|
236
331
|
maxWidth: {
|
237
332
|
type: import("vue").PropType<string | number>;
|
238
333
|
};
|
334
|
+
"min-width": {
|
335
|
+
type: import("vue").PropType<string | number>;
|
336
|
+
};
|
239
337
|
minWidth: {
|
240
338
|
type: import("vue").PropType<string | number>;
|
241
339
|
};
|
242
340
|
attach: {
|
243
341
|
type: import("vue").PropType<string | boolean | Element>;
|
342
|
+
} & {
|
343
|
+
type: import("vue").PropType<string | boolean | Element>;
|
244
344
|
};
|
245
345
|
activator: {
|
246
346
|
type: import("vue").PropType<string>;
|
347
|
+
} & {
|
348
|
+
type: import("vue").PropType<string>;
|
247
349
|
};
|
248
350
|
"onUpdate:modelValue": {
|
249
351
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -263,8 +365,6 @@ declare const _default: {
|
|
263
365
|
colorSchemaType?: any;
|
264
366
|
container?: any;
|
265
367
|
colors?: any;
|
266
|
-
blueprintType?: any;
|
267
|
-
blueprint?: any;
|
268
368
|
}>> & {
|
269
369
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
270
370
|
onDoc$?: (description?: string) => any;
|
@@ -275,16 +375,12 @@ declare const _default: {
|
|
275
375
|
};
|
276
376
|
}, string, {
|
277
377
|
container?: any;
|
278
|
-
blueprint?: any;
|
279
378
|
colorSchemaType?: any;
|
280
|
-
blueprintType?: any;
|
281
379
|
colors?: any;
|
282
380
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
283
381
|
propsDefinition: Omit<Readonly<{
|
284
382
|
container?: any;
|
285
|
-
blueprint?: any;
|
286
383
|
colorSchemaType?: any;
|
287
|
-
blueprintType?: any;
|
288
384
|
colors?: any;
|
289
385
|
} & {
|
290
386
|
class?: String | String[];
|
@@ -301,11 +397,18 @@ declare const _default: {
|
|
301
397
|
activator?: () => VNodeChild;
|
302
398
|
};
|
303
399
|
activator?: string;
|
400
|
+
"min-width"?: string | number;
|
401
|
+
"min-height"?: string | number;
|
304
402
|
attach?: string | boolean | Element;
|
403
|
+
"max-width"?: string | number;
|
404
|
+
"max-height"?: string | number;
|
305
405
|
closeDelay?: string | number;
|
406
|
+
"close-delay"?: string | number;
|
306
407
|
location?: "left" | "center" | "right" | "bottom" | "top" | "end" | "start" | "center center" | "top center" | "top start" | "top end" | "bottom start" | "bottom end" | "start top" | "start bottom" | "end top" | "end bottom";
|
307
408
|
openOnHover?: boolean;
|
409
|
+
"open-on-hover"?: boolean;
|
308
410
|
visibleOnContentClick?: boolean;
|
411
|
+
"visible-on-content-click"?: boolean;
|
309
412
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
310
413
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
311
414
|
onDoc$?: (description?: string) => any;
|