@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
@@ -10,27 +10,46 @@ declare const _default: {
|
|
10
10
|
}>;
|
11
11
|
toned: {
|
12
12
|
type: import("vue").PropType<boolean>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<boolean>;
|
15
|
+
};
|
16
|
+
"back-button": {
|
17
|
+
type: import("vue").PropType<boolean>;
|
13
18
|
};
|
14
19
|
backButton: {
|
15
20
|
type: import("vue").PropType<boolean>;
|
16
21
|
};
|
22
|
+
"close-button": {
|
23
|
+
type: import("vue").PropType<boolean>;
|
24
|
+
};
|
17
25
|
closeButton: {
|
18
26
|
type: import("vue").PropType<boolean>;
|
19
27
|
};
|
20
28
|
divider: {
|
21
29
|
type: import("vue").PropType<boolean>;
|
30
|
+
} & {
|
31
|
+
type: import("vue").PropType<boolean>;
|
22
32
|
};
|
23
33
|
icon: {
|
24
34
|
type: import("vue").PropType<IIcon>;
|
35
|
+
} & {
|
36
|
+
type: import("vue").PropType<IIcon>;
|
37
|
+
};
|
38
|
+
"sub-title": {
|
39
|
+
type: import("vue").PropType<string>;
|
25
40
|
};
|
26
41
|
subTitle: {
|
27
42
|
type: import("vue").PropType<string>;
|
28
43
|
};
|
29
44
|
title: {
|
30
45
|
type: import("vue").PropType<string>;
|
46
|
+
} & {
|
47
|
+
type: import("vue").PropType<string>;
|
31
48
|
};
|
32
49
|
variant: {
|
33
50
|
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
51
|
+
} & {
|
52
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
34
53
|
};
|
35
54
|
class: {
|
36
55
|
type: import("vue").PropType<String | String[]>;
|
@@ -39,8 +58,6 @@ declare const _default: {
|
|
39
58
|
colorSchemaType?: any;
|
40
59
|
container?: any;
|
41
60
|
colors?: any;
|
42
|
-
blueprintType?: any;
|
43
|
-
blueprint?: any;
|
44
61
|
}>> & {
|
45
62
|
"onClick:close"?: () => any;
|
46
63
|
"onClick:back"?: () => any;
|
@@ -56,27 +73,46 @@ declare const _default: {
|
|
56
73
|
}>;
|
57
74
|
toned: {
|
58
75
|
type: import("vue").PropType<boolean>;
|
76
|
+
} & {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
};
|
79
|
+
"back-button": {
|
80
|
+
type: import("vue").PropType<boolean>;
|
59
81
|
};
|
60
82
|
backButton: {
|
61
83
|
type: import("vue").PropType<boolean>;
|
62
84
|
};
|
85
|
+
"close-button": {
|
86
|
+
type: import("vue").PropType<boolean>;
|
87
|
+
};
|
63
88
|
closeButton: {
|
64
89
|
type: import("vue").PropType<boolean>;
|
65
90
|
};
|
66
91
|
divider: {
|
67
92
|
type: import("vue").PropType<boolean>;
|
93
|
+
} & {
|
94
|
+
type: import("vue").PropType<boolean>;
|
68
95
|
};
|
69
96
|
icon: {
|
70
97
|
type: import("vue").PropType<IIcon>;
|
98
|
+
} & {
|
99
|
+
type: import("vue").PropType<IIcon>;
|
100
|
+
};
|
101
|
+
"sub-title": {
|
102
|
+
type: import("vue").PropType<string>;
|
71
103
|
};
|
72
104
|
subTitle: {
|
73
105
|
type: import("vue").PropType<string>;
|
74
106
|
};
|
75
107
|
title: {
|
76
108
|
type: import("vue").PropType<string>;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<string>;
|
77
111
|
};
|
78
112
|
variant: {
|
79
113
|
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
114
|
+
} & {
|
115
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
80
116
|
};
|
81
117
|
class: {
|
82
118
|
type: import("vue").PropType<String | String[]>;
|
@@ -85,16 +121,12 @@ declare const _default: {
|
|
85
121
|
colorSchemaType?: any;
|
86
122
|
container?: any;
|
87
123
|
colors?: any;
|
88
|
-
blueprintType?: any;
|
89
|
-
blueprint?: any;
|
90
124
|
}>> & {
|
91
125
|
"onClick:close"?: () => any;
|
92
126
|
"onClick:back"?: () => any;
|
93
127
|
}, {
|
94
128
|
container?: any;
|
95
|
-
blueprint?: any;
|
96
129
|
colorSchemaType?: any;
|
97
|
-
blueprintType?: any;
|
98
130
|
colors?: any;
|
99
131
|
}, true, {}, {}, {
|
100
132
|
P: {};
|
@@ -112,27 +144,46 @@ declare const _default: {
|
|
112
144
|
}>;
|
113
145
|
toned: {
|
114
146
|
type: import("vue").PropType<boolean>;
|
147
|
+
} & {
|
148
|
+
type: import("vue").PropType<boolean>;
|
149
|
+
};
|
150
|
+
"back-button": {
|
151
|
+
type: import("vue").PropType<boolean>;
|
115
152
|
};
|
116
153
|
backButton: {
|
117
154
|
type: import("vue").PropType<boolean>;
|
118
155
|
};
|
156
|
+
"close-button": {
|
157
|
+
type: import("vue").PropType<boolean>;
|
158
|
+
};
|
119
159
|
closeButton: {
|
120
160
|
type: import("vue").PropType<boolean>;
|
121
161
|
};
|
122
162
|
divider: {
|
123
163
|
type: import("vue").PropType<boolean>;
|
164
|
+
} & {
|
165
|
+
type: import("vue").PropType<boolean>;
|
124
166
|
};
|
125
167
|
icon: {
|
126
168
|
type: import("vue").PropType<IIcon>;
|
169
|
+
} & {
|
170
|
+
type: import("vue").PropType<IIcon>;
|
171
|
+
};
|
172
|
+
"sub-title": {
|
173
|
+
type: import("vue").PropType<string>;
|
127
174
|
};
|
128
175
|
subTitle: {
|
129
176
|
type: import("vue").PropType<string>;
|
130
177
|
};
|
131
178
|
title: {
|
132
179
|
type: import("vue").PropType<string>;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<string>;
|
133
182
|
};
|
134
183
|
variant: {
|
135
184
|
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
185
|
+
} & {
|
186
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
136
187
|
};
|
137
188
|
class: {
|
138
189
|
type: import("vue").PropType<String | String[]>;
|
@@ -141,16 +192,12 @@ declare const _default: {
|
|
141
192
|
colorSchemaType?: any;
|
142
193
|
container?: any;
|
143
194
|
colors?: any;
|
144
|
-
blueprintType?: any;
|
145
|
-
blueprint?: any;
|
146
195
|
}>> & {
|
147
196
|
"onClick:close"?: () => any;
|
148
197
|
"onClick:back"?: () => any;
|
149
198
|
}, () => JSX.Element, {}, {}, {}, {
|
150
199
|
container?: any;
|
151
|
-
blueprint?: any;
|
152
200
|
colorSchemaType?: any;
|
153
|
-
blueprintType?: any;
|
154
201
|
colors?: any;
|
155
202
|
}>;
|
156
203
|
__isFragment?: never;
|
@@ -165,27 +212,46 @@ declare const _default: {
|
|
165
212
|
}>;
|
166
213
|
toned: {
|
167
214
|
type: import("vue").PropType<boolean>;
|
215
|
+
} & {
|
216
|
+
type: import("vue").PropType<boolean>;
|
217
|
+
};
|
218
|
+
"back-button": {
|
219
|
+
type: import("vue").PropType<boolean>;
|
168
220
|
};
|
169
221
|
backButton: {
|
170
222
|
type: import("vue").PropType<boolean>;
|
171
223
|
};
|
224
|
+
"close-button": {
|
225
|
+
type: import("vue").PropType<boolean>;
|
226
|
+
};
|
172
227
|
closeButton: {
|
173
228
|
type: import("vue").PropType<boolean>;
|
174
229
|
};
|
175
230
|
divider: {
|
176
231
|
type: import("vue").PropType<boolean>;
|
232
|
+
} & {
|
233
|
+
type: import("vue").PropType<boolean>;
|
177
234
|
};
|
178
235
|
icon: {
|
179
236
|
type: import("vue").PropType<IIcon>;
|
237
|
+
} & {
|
238
|
+
type: import("vue").PropType<IIcon>;
|
239
|
+
};
|
240
|
+
"sub-title": {
|
241
|
+
type: import("vue").PropType<string>;
|
180
242
|
};
|
181
243
|
subTitle: {
|
182
244
|
type: import("vue").PropType<string>;
|
183
245
|
};
|
184
246
|
title: {
|
185
247
|
type: import("vue").PropType<string>;
|
248
|
+
} & {
|
249
|
+
type: import("vue").PropType<string>;
|
186
250
|
};
|
187
251
|
variant: {
|
188
252
|
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
253
|
+
} & {
|
254
|
+
type: import("vue").PropType<"default" | "menu" | "drawer" | "blade">;
|
189
255
|
};
|
190
256
|
class: {
|
191
257
|
type: import("vue").PropType<String | String[]>;
|
@@ -194,8 +260,6 @@ declare const _default: {
|
|
194
260
|
colorSchemaType?: any;
|
195
261
|
container?: any;
|
196
262
|
colors?: any;
|
197
|
-
blueprintType?: any;
|
198
|
-
blueprint?: any;
|
199
263
|
}>> & {
|
200
264
|
"onClick:close"?: () => any;
|
201
265
|
"onClick:back"?: () => any;
|
@@ -204,21 +268,17 @@ declare const _default: {
|
|
204
268
|
"click:back": () => true;
|
205
269
|
}, string, {
|
206
270
|
container?: any;
|
207
|
-
blueprint?: any;
|
208
271
|
colorSchemaType?: any;
|
209
|
-
blueprintType?: any;
|
210
272
|
colors?: any;
|
211
273
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
212
274
|
propsDefinition: Omit<Readonly<{
|
213
275
|
container?: any;
|
214
|
-
blueprint?: any;
|
215
276
|
colorSchemaType?: any;
|
216
|
-
blueprintType?: any;
|
217
277
|
colors?: any;
|
218
278
|
} & {
|
219
279
|
title?: string;
|
220
|
-
class?: String | String[];
|
221
280
|
icon?: IIcon;
|
281
|
+
class?: String | String[];
|
222
282
|
"v-slots"?: {
|
223
283
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
224
284
|
} & {
|
@@ -227,10 +287,13 @@ declare const _default: {
|
|
227
287
|
};
|
228
288
|
variant?: "default" | "menu" | "drawer" | "blade";
|
229
289
|
subTitle?: string;
|
290
|
+
"sub-title"?: string;
|
230
291
|
divider?: boolean;
|
231
292
|
toned?: boolean;
|
232
293
|
closeButton?: boolean;
|
294
|
+
"close-button"?: boolean;
|
233
295
|
backButton?: boolean;
|
296
|
+
"back-button"?: boolean;
|
234
297
|
}>, "onClick:close" | "onClick:back"> & {
|
235
298
|
"onClick:close"?: () => any;
|
236
299
|
"onClick:back"?: () => any;
|
@@ -10,10 +10,19 @@ declare const _default: {
|
|
10
10
|
location: {
|
11
11
|
type: import("vue").PropType<OPosition>;
|
12
12
|
required: false;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<OPosition>;
|
15
|
+
required: false;
|
16
|
+
};
|
17
|
+
"open-on-click": {
|
18
|
+
type: import("vue").PropType<boolean>;
|
13
19
|
};
|
14
20
|
openOnClick: {
|
15
21
|
type: import("vue").PropType<boolean>;
|
16
22
|
};
|
23
|
+
"open-on-hover": {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
};
|
17
26
|
openOnHover: {
|
18
27
|
type: import("vue").PropType<boolean>;
|
19
28
|
};
|
@@ -21,8 +30,14 @@ declare const _default: {
|
|
21
30
|
type: import("vue").PropType<number>;
|
22
31
|
required: false;
|
23
32
|
};
|
33
|
+
"activate-on-length": {
|
34
|
+
type: import("vue").PropType<number>;
|
35
|
+
required: false;
|
36
|
+
};
|
24
37
|
text: {
|
25
38
|
type: import("vue").PropType<string>;
|
39
|
+
} & {
|
40
|
+
type: import("vue").PropType<string>;
|
26
41
|
};
|
27
42
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
43
|
"v-slots": import("vue").Prop<{
|
@@ -33,10 +48,19 @@ declare const _default: {
|
|
33
48
|
location: {
|
34
49
|
type: import("vue").PropType<OPosition>;
|
35
50
|
required: false;
|
51
|
+
} & {
|
52
|
+
type: import("vue").PropType<OPosition>;
|
53
|
+
required: false;
|
54
|
+
};
|
55
|
+
"open-on-click": {
|
56
|
+
type: import("vue").PropType<boolean>;
|
36
57
|
};
|
37
58
|
openOnClick: {
|
38
59
|
type: import("vue").PropType<boolean>;
|
39
60
|
};
|
61
|
+
"open-on-hover": {
|
62
|
+
type: import("vue").PropType<boolean>;
|
63
|
+
};
|
40
64
|
openOnHover: {
|
41
65
|
type: import("vue").PropType<boolean>;
|
42
66
|
};
|
@@ -44,8 +68,14 @@ declare const _default: {
|
|
44
68
|
type: import("vue").PropType<number>;
|
45
69
|
required: false;
|
46
70
|
};
|
71
|
+
"activate-on-length": {
|
72
|
+
type: import("vue").PropType<number>;
|
73
|
+
required: false;
|
74
|
+
};
|
47
75
|
text: {
|
48
76
|
type: import("vue").PropType<string>;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<string>;
|
49
79
|
};
|
50
80
|
}>>, {}, true, {}, {}, {
|
51
81
|
P: {};
|
@@ -63,10 +93,19 @@ declare const _default: {
|
|
63
93
|
location: {
|
64
94
|
type: import("vue").PropType<OPosition>;
|
65
95
|
required: false;
|
96
|
+
} & {
|
97
|
+
type: import("vue").PropType<OPosition>;
|
98
|
+
required: false;
|
99
|
+
};
|
100
|
+
"open-on-click": {
|
101
|
+
type: import("vue").PropType<boolean>;
|
66
102
|
};
|
67
103
|
openOnClick: {
|
68
104
|
type: import("vue").PropType<boolean>;
|
69
105
|
};
|
106
|
+
"open-on-hover": {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
};
|
70
109
|
openOnHover: {
|
71
110
|
type: import("vue").PropType<boolean>;
|
72
111
|
};
|
@@ -74,8 +113,14 @@ declare const _default: {
|
|
74
113
|
type: import("vue").PropType<number>;
|
75
114
|
required: false;
|
76
115
|
};
|
116
|
+
"activate-on-length": {
|
117
|
+
type: import("vue").PropType<number>;
|
118
|
+
required: false;
|
119
|
+
};
|
77
120
|
text: {
|
78
121
|
type: import("vue").PropType<string>;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<string>;
|
79
124
|
};
|
80
125
|
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
81
126
|
__isFragment?: never;
|
@@ -90,10 +135,19 @@ declare const _default: {
|
|
90
135
|
location: {
|
91
136
|
type: import("vue").PropType<OPosition>;
|
92
137
|
required: false;
|
138
|
+
} & {
|
139
|
+
type: import("vue").PropType<OPosition>;
|
140
|
+
required: false;
|
141
|
+
};
|
142
|
+
"open-on-click": {
|
143
|
+
type: import("vue").PropType<boolean>;
|
93
144
|
};
|
94
145
|
openOnClick: {
|
95
146
|
type: import("vue").PropType<boolean>;
|
96
147
|
};
|
148
|
+
"open-on-hover": {
|
149
|
+
type: import("vue").PropType<boolean>;
|
150
|
+
};
|
97
151
|
openOnHover: {
|
98
152
|
type: import("vue").PropType<boolean>;
|
99
153
|
};
|
@@ -101,8 +155,14 @@ declare const _default: {
|
|
101
155
|
type: import("vue").PropType<number>;
|
102
156
|
required: false;
|
103
157
|
};
|
158
|
+
"activate-on-length": {
|
159
|
+
type: import("vue").PropType<number>;
|
160
|
+
required: false;
|
161
|
+
};
|
104
162
|
text: {
|
105
163
|
type: import("vue").PropType<string>;
|
164
|
+
} & {
|
165
|
+
type: import("vue").PropType<string>;
|
106
166
|
};
|
107
167
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
108
168
|
propsDefinition: Omit<Readonly<{} & {
|
@@ -114,8 +174,11 @@ declare const _default: {
|
|
114
174
|
};
|
115
175
|
location?: OPosition;
|
116
176
|
openOnHover?: boolean;
|
177
|
+
"open-on-hover"?: boolean;
|
117
178
|
activateOnLength?: number;
|
179
|
+
"activate-on-length"?: number;
|
118
180
|
openOnClick?: boolean;
|
181
|
+
"open-on-click"?: boolean;
|
119
182
|
}>, never>;
|
120
183
|
};
|
121
184
|
export default _default;
|
@@ -12,12 +12,19 @@ declare const _default: {
|
|
12
12
|
}>;
|
13
13
|
multiple: {
|
14
14
|
type: import("vue").PropType<boolean>;
|
15
|
+
} & {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
};
|
18
|
+
"expand-on-selection": {
|
19
|
+
type: import("vue").PropType<boolean>;
|
15
20
|
};
|
16
21
|
expandOnSelection: {
|
17
22
|
type: import("vue").PropType<boolean>;
|
18
23
|
};
|
19
24
|
items: {
|
20
25
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<TreeViewItem<any>[]>;
|
21
28
|
};
|
22
29
|
"onUpdate:modelValue": {
|
23
30
|
type: import("vue").PropType<(value: TreeViewItem<any>[]) => any>;
|
@@ -33,8 +40,6 @@ declare const _default: {
|
|
33
40
|
colorSchemaType?: any;
|
34
41
|
container?: any;
|
35
42
|
colors?: any;
|
36
|
-
blueprintType?: any;
|
37
|
-
blueprint?: any;
|
38
43
|
}>> & {
|
39
44
|
"onUpdate:active"?: (items: any[]) => any;
|
40
45
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -47,12 +52,19 @@ declare const _default: {
|
|
47
52
|
}>;
|
48
53
|
multiple: {
|
49
54
|
type: import("vue").PropType<boolean>;
|
55
|
+
} & {
|
56
|
+
type: import("vue").PropType<boolean>;
|
57
|
+
};
|
58
|
+
"expand-on-selection": {
|
59
|
+
type: import("vue").PropType<boolean>;
|
50
60
|
};
|
51
61
|
expandOnSelection: {
|
52
62
|
type: import("vue").PropType<boolean>;
|
53
63
|
};
|
54
64
|
items: {
|
55
65
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
66
|
+
} & {
|
67
|
+
type: import("vue").PropType<TreeViewItem<any>[]>;
|
56
68
|
};
|
57
69
|
"onUpdate:modelValue": {
|
58
70
|
type: import("vue").PropType<(value: TreeViewItem<any>[]) => any>;
|
@@ -68,15 +80,11 @@ declare const _default: {
|
|
68
80
|
colorSchemaType?: any;
|
69
81
|
container?: any;
|
70
82
|
colors?: any;
|
71
|
-
blueprintType?: any;
|
72
|
-
blueprint?: any;
|
73
83
|
}>> & {
|
74
84
|
"onUpdate:active"?: (items: any[]) => any;
|
75
85
|
}, {
|
76
86
|
container?: any;
|
77
|
-
blueprint?: any;
|
78
87
|
colorSchemaType?: any;
|
79
|
-
blueprintType?: any;
|
80
88
|
colors?: any;
|
81
89
|
}, true, {}, {}, {
|
82
90
|
P: {};
|
@@ -93,12 +101,19 @@ declare const _default: {
|
|
93
101
|
}>;
|
94
102
|
multiple: {
|
95
103
|
type: import("vue").PropType<boolean>;
|
104
|
+
} & {
|
105
|
+
type: import("vue").PropType<boolean>;
|
106
|
+
};
|
107
|
+
"expand-on-selection": {
|
108
|
+
type: import("vue").PropType<boolean>;
|
96
109
|
};
|
97
110
|
expandOnSelection: {
|
98
111
|
type: import("vue").PropType<boolean>;
|
99
112
|
};
|
100
113
|
items: {
|
101
114
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
115
|
+
} & {
|
116
|
+
type: import("vue").PropType<TreeViewItem<any>[]>;
|
102
117
|
};
|
103
118
|
"onUpdate:modelValue": {
|
104
119
|
type: import("vue").PropType<(value: TreeViewItem<any>[]) => any>;
|
@@ -114,15 +129,11 @@ declare const _default: {
|
|
114
129
|
colorSchemaType?: any;
|
115
130
|
container?: any;
|
116
131
|
colors?: any;
|
117
|
-
blueprintType?: any;
|
118
|
-
blueprint?: any;
|
119
132
|
}>> & {
|
120
133
|
"onUpdate:active"?: (items: any[]) => any;
|
121
134
|
}, () => JSX.Element, {}, {}, {}, {
|
122
135
|
container?: any;
|
123
|
-
blueprint?: any;
|
124
136
|
colorSchemaType?: any;
|
125
|
-
blueprintType?: any;
|
126
137
|
colors?: any;
|
127
138
|
}>;
|
128
139
|
__isFragment?: never;
|
@@ -136,12 +147,19 @@ declare const _default: {
|
|
136
147
|
}>;
|
137
148
|
multiple: {
|
138
149
|
type: import("vue").PropType<boolean>;
|
150
|
+
} & {
|
151
|
+
type: import("vue").PropType<boolean>;
|
152
|
+
};
|
153
|
+
"expand-on-selection": {
|
154
|
+
type: import("vue").PropType<boolean>;
|
139
155
|
};
|
140
156
|
expandOnSelection: {
|
141
157
|
type: import("vue").PropType<boolean>;
|
142
158
|
};
|
143
159
|
items: {
|
144
160
|
type: import("vue").PropType<TreeViewItem<any>[]>;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<TreeViewItem<any>[]>;
|
145
163
|
};
|
146
164
|
"onUpdate:modelValue": {
|
147
165
|
type: import("vue").PropType<(value: TreeViewItem<any>[]) => any>;
|
@@ -157,24 +175,18 @@ declare const _default: {
|
|
157
175
|
colorSchemaType?: any;
|
158
176
|
container?: any;
|
159
177
|
colors?: any;
|
160
|
-
blueprintType?: any;
|
161
|
-
blueprint?: any;
|
162
178
|
}>> & {
|
163
179
|
"onUpdate:active"?: (items: any[]) => any;
|
164
180
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
165
181
|
"update:active": (items: Array<any>) => true;
|
166
182
|
}, string, {
|
167
183
|
container?: any;
|
168
|
-
blueprint?: any;
|
169
184
|
colorSchemaType?: any;
|
170
|
-
blueprintType?: any;
|
171
185
|
colors?: any;
|
172
186
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
173
187
|
propsDefinition: Omit<Readonly<{
|
174
188
|
container?: any;
|
175
|
-
blueprint?: any;
|
176
189
|
colorSchemaType?: any;
|
177
|
-
blueprintType?: any;
|
178
190
|
colors?: any;
|
179
191
|
} & {
|
180
192
|
multiple?: boolean;
|
@@ -188,6 +200,7 @@ declare const _default: {
|
|
188
200
|
itemAction?: (item: TreeViewItem, index: Number) => VNodeChild;
|
189
201
|
};
|
190
202
|
expandOnSelection?: boolean;
|
203
|
+
"expand-on-selection"?: boolean;
|
191
204
|
}>, "onUpdate:active"> & {
|
192
205
|
"onUpdate:active"?: (items: any[]) => any;
|
193
206
|
};
|
@@ -5,6 +5,10 @@ declare const _default: {
|
|
5
5
|
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
6
6
|
required: false;
|
7
7
|
};
|
8
|
+
"validation-on": {
|
9
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
10
|
+
required: false;
|
11
|
+
};
|
8
12
|
validator: {
|
9
13
|
type: import("vue").PropType<IValidator>;
|
10
14
|
required: true;
|
@@ -14,6 +18,10 @@ declare const _default: {
|
|
14
18
|
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
15
19
|
required: false;
|
16
20
|
};
|
21
|
+
"validation-on": {
|
22
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
23
|
+
required: false;
|
24
|
+
};
|
17
25
|
validator: {
|
18
26
|
type: import("vue").PropType<IValidator>;
|
19
27
|
required: true;
|
@@ -30,6 +38,10 @@ declare const _default: {
|
|
30
38
|
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
31
39
|
required: false;
|
32
40
|
};
|
41
|
+
"validation-on": {
|
42
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
43
|
+
required: false;
|
44
|
+
};
|
33
45
|
validator: {
|
34
46
|
type: import("vue").PropType<IValidator>;
|
35
47
|
required: true;
|
@@ -43,6 +55,10 @@ declare const _default: {
|
|
43
55
|
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
44
56
|
required: false;
|
45
57
|
};
|
58
|
+
"validation-on": {
|
59
|
+
type: import("vue").PropType<"blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit">;
|
60
|
+
required: false;
|
61
|
+
};
|
46
62
|
validator: {
|
47
63
|
type: import("vue").PropType<IValidator>;
|
48
64
|
required: true;
|
@@ -52,6 +68,7 @@ declare const _default: {
|
|
52
68
|
validator: IValidator;
|
53
69
|
} & {
|
54
70
|
validationOn?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
|
71
|
+
"validation-on"?: "blur" | "input" | "submit" | "lazy" | "input lazy" | "blur lazy" | "submit lazy" | "lazy input" | "lazy blur" | "lazy submit";
|
55
72
|
}>, never>;
|
56
73
|
};
|
57
74
|
export default _default;
|
@@ -23,6 +23,13 @@ declare const _default: {
|
|
23
23
|
disabled: {
|
24
24
|
type: import("vue").PropType<boolean>;
|
25
25
|
required: false;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
required: false;
|
29
|
+
};
|
30
|
+
"hide-save-button": {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
required: false;
|
26
33
|
};
|
27
34
|
hideSaveButton: {
|
28
35
|
type: import("vue").PropType<boolean>;
|
@@ -81,6 +88,13 @@ declare const _default: {
|
|
81
88
|
disabled: {
|
82
89
|
type: import("vue").PropType<boolean>;
|
83
90
|
required: false;
|
91
|
+
} & {
|
92
|
+
type: import("vue").PropType<boolean>;
|
93
|
+
required: false;
|
94
|
+
};
|
95
|
+
"hide-save-button": {
|
96
|
+
type: import("vue").PropType<boolean>;
|
97
|
+
required: false;
|
84
98
|
};
|
85
99
|
hideSaveButton: {
|
86
100
|
type: import("vue").PropType<boolean>;
|
@@ -146,6 +160,13 @@ declare const _default: {
|
|
146
160
|
disabled: {
|
147
161
|
type: import("vue").PropType<boolean>;
|
148
162
|
required: false;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<boolean>;
|
165
|
+
required: false;
|
166
|
+
};
|
167
|
+
"hide-save-button": {
|
168
|
+
type: import("vue").PropType<boolean>;
|
169
|
+
required: false;
|
149
170
|
};
|
150
171
|
hideSaveButton: {
|
151
172
|
type: import("vue").PropType<boolean>;
|
@@ -208,6 +229,13 @@ declare const _default: {
|
|
208
229
|
disabled: {
|
209
230
|
type: import("vue").PropType<boolean>;
|
210
231
|
required: false;
|
232
|
+
} & {
|
233
|
+
type: import("vue").PropType<boolean>;
|
234
|
+
required: false;
|
235
|
+
};
|
236
|
+
"hide-save-button": {
|
237
|
+
type: import("vue").PropType<boolean>;
|
238
|
+
required: false;
|
211
239
|
};
|
212
240
|
hideSaveButton: {
|
213
241
|
type: import("vue").PropType<boolean>;
|
@@ -265,6 +293,7 @@ declare const _default: {
|
|
265
293
|
onValueUpdating?: () => Promise<void>;
|
266
294
|
"on-value-updating"?: () => Promise<void>;
|
267
295
|
hideSaveButton?: boolean;
|
296
|
+
"hide-save-button"?: boolean;
|
268
297
|
dataSource?: {
|
269
298
|
[roleId: string]: PermissionBinding[];
|
270
299
|
};
|