@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
@@ -21,6 +21,10 @@ declare const _default: {
|
|
21
21
|
additionalTitle: {
|
22
22
|
type: import("vue").PropType<string>;
|
23
23
|
};
|
24
|
+
"additional-built-in-properties": {
|
25
|
+
type: import("vue").PropType<GuidValue[]>;
|
26
|
+
required: false;
|
27
|
+
};
|
24
28
|
additionalBuiltInProperties: {
|
25
29
|
type: import("vue").PropType<GuidValue[]>;
|
26
30
|
required: false;
|
@@ -44,6 +48,10 @@ declare const _default: {
|
|
44
48
|
additionalTitle: {
|
45
49
|
type: import("vue").PropType<string>;
|
46
50
|
};
|
51
|
+
"additional-built-in-properties": {
|
52
|
+
type: import("vue").PropType<GuidValue[]>;
|
53
|
+
required: false;
|
54
|
+
};
|
47
55
|
additionalBuiltInProperties: {
|
48
56
|
type: import("vue").PropType<GuidValue[]>;
|
49
57
|
required: false;
|
@@ -74,6 +82,10 @@ declare const _default: {
|
|
74
82
|
additionalTitle: {
|
75
83
|
type: import("vue").PropType<string>;
|
76
84
|
};
|
85
|
+
"additional-built-in-properties": {
|
86
|
+
type: import("vue").PropType<GuidValue[]>;
|
87
|
+
required: false;
|
88
|
+
};
|
77
89
|
additionalBuiltInProperties: {
|
78
90
|
type: import("vue").PropType<GuidValue[]>;
|
79
91
|
required: false;
|
@@ -101,6 +113,10 @@ declare const _default: {
|
|
101
113
|
additionalTitle: {
|
102
114
|
type: import("vue").PropType<string>;
|
103
115
|
};
|
116
|
+
"additional-built-in-properties": {
|
117
|
+
type: import("vue").PropType<GuidValue[]>;
|
118
|
+
required: false;
|
119
|
+
};
|
104
120
|
additionalBuiltInProperties: {
|
105
121
|
type: import("vue").PropType<GuidValue[]>;
|
106
122
|
required: false;
|
@@ -118,6 +134,7 @@ declare const _default: {
|
|
118
134
|
tableName?: string;
|
119
135
|
"table-name"?: string;
|
120
136
|
additionalBuiltInProperties?: GuidValue[];
|
137
|
+
"additional-built-in-properties"?: GuidValue[];
|
121
138
|
additionalTitle?: string;
|
122
139
|
"additional-title"?: string;
|
123
140
|
}>, never>;
|
@@ -13,6 +13,10 @@ declare const _default: {
|
|
13
13
|
additionalTitle: {
|
14
14
|
type: import("vue").PropType<string>;
|
15
15
|
};
|
16
|
+
"additional-built-in-properties": {
|
17
|
+
type: import("vue").PropType<GuidValue[]>;
|
18
|
+
required: false;
|
19
|
+
};
|
16
20
|
additionalBuiltInProperties: {
|
17
21
|
type: import("vue").PropType<GuidValue[]>;
|
18
22
|
required: false;
|
@@ -36,6 +40,10 @@ declare const _default: {
|
|
36
40
|
additionalTitle: {
|
37
41
|
type: import("vue").PropType<string>;
|
38
42
|
};
|
43
|
+
"additional-built-in-properties": {
|
44
|
+
type: import("vue").PropType<GuidValue[]>;
|
45
|
+
required: false;
|
46
|
+
};
|
39
47
|
additionalBuiltInProperties: {
|
40
48
|
type: import("vue").PropType<GuidValue[]>;
|
41
49
|
required: false;
|
@@ -66,6 +74,10 @@ declare const _default: {
|
|
66
74
|
additionalTitle: {
|
67
75
|
type: import("vue").PropType<string>;
|
68
76
|
};
|
77
|
+
"additional-built-in-properties": {
|
78
|
+
type: import("vue").PropType<GuidValue[]>;
|
79
|
+
required: false;
|
80
|
+
};
|
69
81
|
additionalBuiltInProperties: {
|
70
82
|
type: import("vue").PropType<GuidValue[]>;
|
71
83
|
required: false;
|
@@ -93,6 +105,10 @@ declare const _default: {
|
|
93
105
|
additionalTitle: {
|
94
106
|
type: import("vue").PropType<string>;
|
95
107
|
};
|
108
|
+
"additional-built-in-properties": {
|
109
|
+
type: import("vue").PropType<GuidValue[]>;
|
110
|
+
required: false;
|
111
|
+
};
|
96
112
|
additionalBuiltInProperties: {
|
97
113
|
type: import("vue").PropType<GuidValue[]>;
|
98
114
|
required: false;
|
@@ -110,6 +126,7 @@ declare const _default: {
|
|
110
126
|
tableName?: string;
|
111
127
|
"table-name"?: string;
|
112
128
|
additionalBuiltInProperties?: GuidValue[];
|
129
|
+
"additional-built-in-properties"?: GuidValue[];
|
113
130
|
additionalTitle?: string;
|
114
131
|
"additional-title"?: string;
|
115
132
|
}>, never>;
|
@@ -3,6 +3,8 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
vertical: {
|
5
5
|
type: import("vue").PropType<boolean>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<boolean>;
|
6
8
|
};
|
7
9
|
"onUpdate:modelValue": {
|
8
10
|
type: import("vue").PropType<(value: HorizontalAlignments | VerticalAlignments) => any>;
|
@@ -22,6 +24,8 @@ declare const _default: {
|
|
22
24
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
23
25
|
vertical: {
|
24
26
|
type: import("vue").PropType<boolean>;
|
27
|
+
} & {
|
28
|
+
type: import("vue").PropType<boolean>;
|
25
29
|
};
|
26
30
|
"onUpdate:modelValue": {
|
27
31
|
type: import("vue").PropType<(value: HorizontalAlignments | VerticalAlignments) => any>;
|
@@ -46,6 +50,8 @@ declare const _default: {
|
|
46
50
|
}, Readonly<import("vue").ExtractPropTypes<{
|
47
51
|
vertical: {
|
48
52
|
type: import("vue").PropType<boolean>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<boolean>;
|
49
55
|
};
|
50
56
|
"onUpdate:modelValue": {
|
51
57
|
type: import("vue").PropType<(value: HorizontalAlignments | VerticalAlignments) => any>;
|
@@ -67,6 +73,8 @@ declare const _default: {
|
|
67
73
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
68
74
|
vertical: {
|
69
75
|
type: import("vue").PropType<boolean>;
|
76
|
+
} & {
|
77
|
+
type: import("vue").PropType<boolean>;
|
70
78
|
};
|
71
79
|
"onUpdate:modelValue": {
|
72
80
|
type: import("vue").PropType<(value: HorizontalAlignments | VerticalAlignments) => any>;
|
@@ -11,6 +11,9 @@ declare const _default: {
|
|
11
11
|
action: {
|
12
12
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
13
13
|
required: false;
|
14
|
+
} & {
|
15
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
16
|
+
required: false;
|
14
17
|
};
|
15
18
|
"app-instance": {
|
16
19
|
type: import("vue").PropType<AppInstance>;
|
@@ -46,6 +49,9 @@ declare const _default: {
|
|
46
49
|
action: {
|
47
50
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
48
51
|
required: false;
|
52
|
+
} & {
|
53
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
54
|
+
required: false;
|
49
55
|
};
|
50
56
|
"app-instance": {
|
51
57
|
type: import("vue").PropType<AppInstance>;
|
@@ -81,6 +87,9 @@ declare const _default: {
|
|
81
87
|
action: {
|
82
88
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
83
89
|
required: false;
|
90
|
+
} & {
|
91
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
92
|
+
required: false;
|
84
93
|
};
|
85
94
|
"app-instance": {
|
86
95
|
type: import("vue").PropType<AppInstance>;
|
@@ -113,6 +122,9 @@ declare const _default: {
|
|
113
122
|
action: {
|
114
123
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
115
124
|
required: false;
|
125
|
+
} & {
|
126
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
127
|
+
required: false;
|
116
128
|
};
|
117
129
|
"app-instance": {
|
118
130
|
type: import("vue").PropType<AppInstance>;
|
@@ -33,6 +33,9 @@ declare const _default: {
|
|
33
33
|
action: {
|
34
34
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
35
35
|
required: false;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
38
|
+
required: false;
|
36
39
|
};
|
37
40
|
"hide-progress-label": {
|
38
41
|
type: import("vue").PropType<boolean>;
|
@@ -78,6 +81,9 @@ declare const _default: {
|
|
78
81
|
action: {
|
79
82
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
80
83
|
required: false;
|
84
|
+
} & {
|
85
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
86
|
+
required: false;
|
81
87
|
};
|
82
88
|
"hide-progress-label": {
|
83
89
|
type: import("vue").PropType<boolean>;
|
@@ -124,6 +130,9 @@ declare const _default: {
|
|
124
130
|
action: {
|
125
131
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
126
132
|
required: false;
|
133
|
+
} & {
|
134
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
135
|
+
required: false;
|
127
136
|
};
|
128
137
|
"hide-progress-label": {
|
129
138
|
type: import("vue").PropType<boolean>;
|
@@ -167,6 +176,9 @@ declare const _default: {
|
|
167
176
|
action: {
|
168
177
|
type: import("vue").PropType<AppInstanceProgressActions>;
|
169
178
|
required: false;
|
179
|
+
} & {
|
180
|
+
type: import("vue").PropType<AppInstanceProgressActions>;
|
181
|
+
required: false;
|
170
182
|
};
|
171
183
|
"hide-progress-label": {
|
172
184
|
type: import("vue").PropType<boolean>;
|
@@ -7,6 +7,10 @@ declare const _default: {
|
|
7
7
|
summaryView: {
|
8
8
|
type: import("vue").PropType<boolean>;
|
9
9
|
};
|
10
|
+
"hide-teams-presence": {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
required: false;
|
13
|
+
};
|
10
14
|
hideTeamsPresence: {
|
11
15
|
type: import("vue").PropType<boolean>;
|
12
16
|
required: false;
|
@@ -32,6 +36,10 @@ declare const _default: {
|
|
32
36
|
summaryView: {
|
33
37
|
type: import("vue").PropType<boolean>;
|
34
38
|
};
|
39
|
+
"hide-teams-presence": {
|
40
|
+
type: import("vue").PropType<boolean>;
|
41
|
+
required: false;
|
42
|
+
};
|
35
43
|
hideTeamsPresence: {
|
36
44
|
type: import("vue").PropType<boolean>;
|
37
45
|
required: false;
|
@@ -59,6 +67,10 @@ declare const _default: {
|
|
59
67
|
summaryView: {
|
60
68
|
type: import("vue").PropType<boolean>;
|
61
69
|
};
|
70
|
+
"hide-teams-presence": {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
required: false;
|
73
|
+
};
|
62
74
|
hideTeamsPresence: {
|
63
75
|
type: import("vue").PropType<boolean>;
|
64
76
|
required: false;
|
@@ -83,6 +95,10 @@ declare const _default: {
|
|
83
95
|
summaryView: {
|
84
96
|
type: import("vue").PropType<boolean>;
|
85
97
|
};
|
98
|
+
"hide-teams-presence": {
|
99
|
+
type: import("vue").PropType<boolean>;
|
100
|
+
required: false;
|
101
|
+
};
|
86
102
|
hideTeamsPresence: {
|
87
103
|
type: import("vue").PropType<boolean>;
|
88
104
|
required: false;
|
@@ -106,6 +122,7 @@ declare const _default: {
|
|
106
122
|
hideTeamsPresence?: boolean;
|
107
123
|
appInstance?: AppInstance;
|
108
124
|
"app-instance"?: AppInstance;
|
125
|
+
"hide-teams-presence"?: boolean;
|
109
126
|
summaryView?: boolean;
|
110
127
|
"summary-view"?: boolean;
|
111
128
|
}>, "onDoc$" | "onValueChangedCallback"> & {
|
@@ -0,0 +1,363 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
"onUpdate:modelValue": {
|
4
|
+
type: import("vue").PropType<(value: any) => any>;
|
5
|
+
};
|
6
|
+
"v-model": {
|
7
|
+
type: import("vue").PropType<any>;
|
8
|
+
required: false;
|
9
|
+
};
|
10
|
+
modelValue: {
|
11
|
+
type: import("vue").PropType<any>;
|
12
|
+
required: false;
|
13
|
+
};
|
14
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
15
|
+
type: import("vue").PropType<(value: any) => any>;
|
16
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
17
|
+
type: import("vue").PropType<any>;
|
18
|
+
required: false;
|
19
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
20
|
+
type: import("vue").PropType<any>;
|
21
|
+
required: false;
|
22
|
+
}; } & {
|
23
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
24
|
+
"onUpdate:modelValue": {
|
25
|
+
type: import("vue").PropType<(value: any) => any>;
|
26
|
+
};
|
27
|
+
} & {
|
28
|
+
"v-model": {
|
29
|
+
type: import("vue").PropType<any>;
|
30
|
+
required: false;
|
31
|
+
};
|
32
|
+
} & {
|
33
|
+
modelValue: {
|
34
|
+
type: import("vue").PropType<any>;
|
35
|
+
required: false;
|
36
|
+
};
|
37
|
+
}>;
|
38
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
39
|
+
"onUpdate:modelValue": {
|
40
|
+
type: import("vue").PropType<(value: any) => any>;
|
41
|
+
};
|
42
|
+
} & {
|
43
|
+
"v-model": {
|
44
|
+
type: import("vue").PropType<any>;
|
45
|
+
required: false;
|
46
|
+
};
|
47
|
+
} & {
|
48
|
+
modelValue: {
|
49
|
+
type: import("vue").PropType<any>;
|
50
|
+
required: false;
|
51
|
+
};
|
52
|
+
}, false>;
|
53
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
54
|
+
"onUpdate:modelValue": {
|
55
|
+
type: import("vue").PropType<(value: any) => any>;
|
56
|
+
};
|
57
|
+
} & {
|
58
|
+
"v-model": {
|
59
|
+
type: import("vue").PropType<any>;
|
60
|
+
required: false;
|
61
|
+
};
|
62
|
+
} & {
|
63
|
+
modelValue: {
|
64
|
+
type: import("vue").PropType<any>;
|
65
|
+
required: false;
|
66
|
+
};
|
67
|
+
}>;
|
68
|
+
};
|
69
|
+
}>> & {
|
70
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
71
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
72
|
+
"update:modelValue": (value: any) => any;
|
73
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
74
|
+
"onUpdate:modelValue": {
|
75
|
+
type: import("vue").PropType<(value: any) => any>;
|
76
|
+
};
|
77
|
+
"v-model": {
|
78
|
+
type: import("vue").PropType<any>;
|
79
|
+
required: false;
|
80
|
+
};
|
81
|
+
modelValue: {
|
82
|
+
type: import("vue").PropType<any>;
|
83
|
+
required: false;
|
84
|
+
};
|
85
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
86
|
+
type: import("vue").PropType<(value: any) => any>;
|
87
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
88
|
+
type: import("vue").PropType<any>;
|
89
|
+
required: false;
|
90
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
91
|
+
type: import("vue").PropType<any>;
|
92
|
+
required: false;
|
93
|
+
}; } & {
|
94
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
95
|
+
"onUpdate:modelValue": {
|
96
|
+
type: import("vue").PropType<(value: any) => any>;
|
97
|
+
};
|
98
|
+
} & {
|
99
|
+
"v-model": {
|
100
|
+
type: import("vue").PropType<any>;
|
101
|
+
required: false;
|
102
|
+
};
|
103
|
+
} & {
|
104
|
+
modelValue: {
|
105
|
+
type: import("vue").PropType<any>;
|
106
|
+
required: false;
|
107
|
+
};
|
108
|
+
}>;
|
109
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
110
|
+
"onUpdate:modelValue": {
|
111
|
+
type: import("vue").PropType<(value: any) => any>;
|
112
|
+
};
|
113
|
+
} & {
|
114
|
+
"v-model": {
|
115
|
+
type: import("vue").PropType<any>;
|
116
|
+
required: false;
|
117
|
+
};
|
118
|
+
} & {
|
119
|
+
modelValue: {
|
120
|
+
type: import("vue").PropType<any>;
|
121
|
+
required: false;
|
122
|
+
};
|
123
|
+
}, false>;
|
124
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
125
|
+
"onUpdate:modelValue": {
|
126
|
+
type: import("vue").PropType<(value: any) => any>;
|
127
|
+
};
|
128
|
+
} & {
|
129
|
+
"v-model": {
|
130
|
+
type: import("vue").PropType<any>;
|
131
|
+
required: false;
|
132
|
+
};
|
133
|
+
} & {
|
134
|
+
modelValue: {
|
135
|
+
type: import("vue").PropType<any>;
|
136
|
+
required: false;
|
137
|
+
};
|
138
|
+
}>;
|
139
|
+
};
|
140
|
+
}>> & {
|
141
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
142
|
+
}, {}, true, {}, {}, {
|
143
|
+
P: {};
|
144
|
+
B: {};
|
145
|
+
D: {};
|
146
|
+
C: {};
|
147
|
+
M: {};
|
148
|
+
Defaults: {};
|
149
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
150
|
+
"onUpdate:modelValue": {
|
151
|
+
type: import("vue").PropType<(value: any) => any>;
|
152
|
+
};
|
153
|
+
"v-model": {
|
154
|
+
type: import("vue").PropType<any>;
|
155
|
+
required: false;
|
156
|
+
};
|
157
|
+
modelValue: {
|
158
|
+
type: import("vue").PropType<any>;
|
159
|
+
required: false;
|
160
|
+
};
|
161
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
162
|
+
type: import("vue").PropType<(value: any) => any>;
|
163
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
164
|
+
type: import("vue").PropType<any>;
|
165
|
+
required: false;
|
166
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
167
|
+
type: import("vue").PropType<any>;
|
168
|
+
required: false;
|
169
|
+
}; } & {
|
170
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
171
|
+
"onUpdate:modelValue": {
|
172
|
+
type: import("vue").PropType<(value: any) => any>;
|
173
|
+
};
|
174
|
+
} & {
|
175
|
+
"v-model": {
|
176
|
+
type: import("vue").PropType<any>;
|
177
|
+
required: false;
|
178
|
+
};
|
179
|
+
} & {
|
180
|
+
modelValue: {
|
181
|
+
type: import("vue").PropType<any>;
|
182
|
+
required: false;
|
183
|
+
};
|
184
|
+
}>;
|
185
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
186
|
+
"onUpdate:modelValue": {
|
187
|
+
type: import("vue").PropType<(value: any) => any>;
|
188
|
+
};
|
189
|
+
} & {
|
190
|
+
"v-model": {
|
191
|
+
type: import("vue").PropType<any>;
|
192
|
+
required: false;
|
193
|
+
};
|
194
|
+
} & {
|
195
|
+
modelValue: {
|
196
|
+
type: import("vue").PropType<any>;
|
197
|
+
required: false;
|
198
|
+
};
|
199
|
+
}, false>;
|
200
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
201
|
+
"onUpdate:modelValue": {
|
202
|
+
type: import("vue").PropType<(value: any) => any>;
|
203
|
+
};
|
204
|
+
} & {
|
205
|
+
"v-model": {
|
206
|
+
type: import("vue").PropType<any>;
|
207
|
+
required: false;
|
208
|
+
};
|
209
|
+
} & {
|
210
|
+
modelValue: {
|
211
|
+
type: import("vue").PropType<any>;
|
212
|
+
required: false;
|
213
|
+
};
|
214
|
+
}>;
|
215
|
+
};
|
216
|
+
}>> & {
|
217
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
218
|
+
}, () => JSX.Element, {}, {}, {}, {}>;
|
219
|
+
__isFragment?: never;
|
220
|
+
__isTeleport?: never;
|
221
|
+
__isSuspense?: never;
|
222
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
223
|
+
"onUpdate:modelValue": {
|
224
|
+
type: import("vue").PropType<(value: any) => any>;
|
225
|
+
};
|
226
|
+
"v-model": {
|
227
|
+
type: import("vue").PropType<any>;
|
228
|
+
required: false;
|
229
|
+
};
|
230
|
+
modelValue: {
|
231
|
+
type: import("vue").PropType<any>;
|
232
|
+
required: false;
|
233
|
+
};
|
234
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
235
|
+
type: import("vue").PropType<(value: any) => any>;
|
236
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
237
|
+
type: import("vue").PropType<any>;
|
238
|
+
required: false;
|
239
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
240
|
+
type: import("vue").PropType<any>;
|
241
|
+
required: false;
|
242
|
+
}; } & {
|
243
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, any, {
|
244
|
+
"onUpdate:modelValue": {
|
245
|
+
type: import("vue").PropType<(value: any) => any>;
|
246
|
+
};
|
247
|
+
} & {
|
248
|
+
"v-model": {
|
249
|
+
type: import("vue").PropType<any>;
|
250
|
+
required: false;
|
251
|
+
};
|
252
|
+
} & {
|
253
|
+
modelValue: {
|
254
|
+
type: import("vue").PropType<any>;
|
255
|
+
required: false;
|
256
|
+
};
|
257
|
+
}>;
|
258
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, any, {
|
259
|
+
"onUpdate:modelValue": {
|
260
|
+
type: import("vue").PropType<(value: any) => any>;
|
261
|
+
};
|
262
|
+
} & {
|
263
|
+
"v-model": {
|
264
|
+
type: import("vue").PropType<any>;
|
265
|
+
required: false;
|
266
|
+
};
|
267
|
+
} & {
|
268
|
+
modelValue: {
|
269
|
+
type: import("vue").PropType<any>;
|
270
|
+
required: false;
|
271
|
+
};
|
272
|
+
}, false>;
|
273
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, any, {
|
274
|
+
"onUpdate:modelValue": {
|
275
|
+
type: import("vue").PropType<(value: any) => any>;
|
276
|
+
};
|
277
|
+
} & {
|
278
|
+
"v-model": {
|
279
|
+
type: import("vue").PropType<any>;
|
280
|
+
required: false;
|
281
|
+
};
|
282
|
+
} & {
|
283
|
+
modelValue: {
|
284
|
+
type: import("vue").PropType<any>;
|
285
|
+
required: false;
|
286
|
+
};
|
287
|
+
}>;
|
288
|
+
};
|
289
|
+
}>> & {
|
290
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
291
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
292
|
+
"update:modelValue": (value: any) => any;
|
293
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
294
|
+
propsDefinition: Omit<Readonly<{} & {
|
295
|
+
name?: {
|
296
|
+
[x: `onUpdate:${string}`]: {
|
297
|
+
type: import("vue").PropType<(value: any) => any>;
|
298
|
+
};
|
299
|
+
} & {
|
300
|
+
[x: `v-model:${string}`]: {
|
301
|
+
type: import("vue").PropType<any>;
|
302
|
+
required: false;
|
303
|
+
};
|
304
|
+
} & {
|
305
|
+
[x: string]: {
|
306
|
+
type: import("vue").PropType<any>;
|
307
|
+
required: false;
|
308
|
+
};
|
309
|
+
} & {
|
310
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, any, {
|
311
|
+
"onUpdate:modelValue": {
|
312
|
+
type: import("vue").PropType<(value: any) => any>;
|
313
|
+
};
|
314
|
+
} & {
|
315
|
+
"v-model": {
|
316
|
+
type: import("vue").PropType<any>;
|
317
|
+
required: false;
|
318
|
+
};
|
319
|
+
} & {
|
320
|
+
modelValue: {
|
321
|
+
type: import("vue").PropType<any>;
|
322
|
+
required: false;
|
323
|
+
};
|
324
|
+
}>;
|
325
|
+
defaultValue(value?: any): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, any, {
|
326
|
+
"onUpdate:modelValue": {
|
327
|
+
type: import("vue").PropType<(value: any) => any>;
|
328
|
+
};
|
329
|
+
} & {
|
330
|
+
"v-model": {
|
331
|
+
type: import("vue").PropType<any>;
|
332
|
+
required: false;
|
333
|
+
};
|
334
|
+
} & {
|
335
|
+
modelValue: {
|
336
|
+
type: import("vue").PropType<any>;
|
337
|
+
required: false;
|
338
|
+
};
|
339
|
+
}, false>;
|
340
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, any, {
|
341
|
+
"onUpdate:modelValue": {
|
342
|
+
type: import("vue").PropType<(value: any) => any>;
|
343
|
+
};
|
344
|
+
} & {
|
345
|
+
"v-model": {
|
346
|
+
type: import("vue").PropType<any>;
|
347
|
+
required: false;
|
348
|
+
};
|
349
|
+
} & {
|
350
|
+
modelValue: {
|
351
|
+
type: import("vue").PropType<any>;
|
352
|
+
required: false;
|
353
|
+
};
|
354
|
+
}>;
|
355
|
+
};
|
356
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
357
|
+
"v-model"?: any;
|
358
|
+
modelValue?: any;
|
359
|
+
}>, "onUpdate:modelValue"> & {
|
360
|
+
"onUpdate:modelValue"?: (value: any) => any;
|
361
|
+
};
|
362
|
+
};
|
363
|
+
export default _default;
|