@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
@@ -3,7 +3,6 @@ import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
|
|
3
3
|
import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
|
4
4
|
import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
|
5
5
|
import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
|
6
|
-
import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpicker/BlueprintPicker';
|
7
6
|
import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
|
8
7
|
import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
|
9
8
|
import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/colorschemapicker/ColorSchemaDefinitionPicker';
|
@@ -95,12 +94,10 @@ import wc239412079c474a78b857dd4bdca3ff84 from './ux/social/PeopleTagging';
|
|
95
94
|
import wcd737feca8c0e44c1808f6f016122f8ea from './ux/social/CommentDialog';
|
96
95
|
import wcbe381da6819b477c857057f129cd9210 from './ux/social/Like';
|
97
96
|
import wcdc26034aad994c5c8ec6992d317df993 from './ux/social/Reactions';
|
98
|
-
import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
|
99
97
|
import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
|
100
98
|
import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
|
101
99
|
import wc3ccd469648b244efb3fbf9b561ca1967 from './ux/templatepicker/TemplatePicker';
|
102
100
|
import wca9e655701cd249aca6b2af56caea6630 from './ux/timeperiodpicker/TimePeriodPicker';
|
103
|
-
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
|
104
101
|
import wc6f50634fb5c149e0964666bca7d9edc0 from './ux/urlinput/UrlInputLegacy';
|
105
102
|
import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
|
106
103
|
import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
|
@@ -140,6 +137,10 @@ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpu
|
|
140
137
|
import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
|
141
138
|
import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
|
142
139
|
import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
|
140
|
+
import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chromepicker/ChromePicker';
|
141
|
+
import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chromepicker/ChromePreview';
|
142
|
+
import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
|
143
|
+
import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/blueprintpickers/typographypicker/TypographyPicker';
|
143
144
|
import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
|
144
145
|
import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
|
145
146
|
import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
|
@@ -243,7 +244,6 @@ import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListin
|
|
243
244
|
import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
|
244
245
|
import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
|
245
246
|
import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
|
246
|
-
import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
|
247
247
|
import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
|
248
248
|
import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
|
249
249
|
import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
|
@@ -397,9 +397,6 @@ declare global {
|
|
397
397
|
"omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152 extends {
|
398
398
|
propsDefinition: infer TProp;
|
399
399
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce4889269c6ad440da65f3acdf5bb6152 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce4889269c6ad440da65f3acdf5bb6152>, "propsDefinition">> : never;
|
400
|
-
"omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
|
401
|
-
propsDefinition: infer TProp;
|
402
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc44e2dd896269442f800da69000d4c2f1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc44e2dd896269442f800da69000d4c2f1>, "propsDefinition">> : never;
|
403
400
|
"omfx-chrome-renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e extends {
|
404
401
|
propsDefinition: infer TProp;
|
405
402
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc057bef6897bb4ba4a089d01c2da1322e extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc057bef6897bb4ba4a089d01c2da1322e>, "propsDefinition">> : never;
|
@@ -673,9 +670,6 @@ declare global {
|
|
673
670
|
"omfx-reactions": typeof wcdc26034aad994c5c8ec6992d317df993 extends {
|
674
671
|
propsDefinition: infer TProp;
|
675
672
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdc26034aad994c5c8ec6992d317df993 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdc26034aad994c5c8ec6992d317df993>, "propsDefinition">> : never;
|
676
|
-
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
677
|
-
propsDefinition: infer TProp;
|
678
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
|
679
673
|
"omfx-status-code-renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55 extends {
|
680
674
|
propsDefinition: infer TProp;
|
681
675
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5aaaefb501d64fe59da8b779a54c0a55 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5aaaefb501d64fe59da8b779a54c0a55>, "propsDefinition">> : never;
|
@@ -688,9 +682,6 @@ declare global {
|
|
688
682
|
"omfx-time-period-picker": typeof wca9e655701cd249aca6b2af56caea6630 extends {
|
689
683
|
propsDefinition: infer TProp;
|
690
684
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wca9e655701cd249aca6b2af56caea6630 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wca9e655701cd249aca6b2af56caea6630>, "propsDefinition">> : never;
|
691
|
-
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
|
692
|
-
propsDefinition: infer TProp;
|
693
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc54730f05dd2c4f2da1c830b3985b36a9>, "propsDefinition">> : never;
|
694
685
|
"omfx-url-input-legacy": typeof wc6f50634fb5c149e0964666bca7d9edc0 extends {
|
695
686
|
propsDefinition: infer TProp;
|
696
687
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc6f50634fb5c149e0964666bca7d9edc0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc6f50634fb5c149e0964666bca7d9edc0>, "propsDefinition">> : never;
|
@@ -808,6 +799,18 @@ declare global {
|
|
808
799
|
"omfx-app-provisioning-renderer": typeof wc171ae6335cef4eaa88977eba3bca0049 extends {
|
809
800
|
propsDefinition: infer TProp;
|
810
801
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc171ae6335cef4eaa88977eba3bca0049 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc171ae6335cef4eaa88977eba3bca0049>, "propsDefinition">> : never;
|
802
|
+
"omfx-chrome-picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
|
803
|
+
propsDefinition: infer TProp;
|
804
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc44e2dd896269442f800da69000d4c2f1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc44e2dd896269442f800da69000d4c2f1>, "propsDefinition">> : never;
|
805
|
+
"omfx-chrome-preview": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
|
806
|
+
propsDefinition: infer TProp;
|
807
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb059e461e6c048fe830c6d32722e5cdc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb059e461e6c048fe830c6d32722e5cdc>, "propsDefinition">> : never;
|
808
|
+
"omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
809
|
+
propsDefinition: infer TProp;
|
810
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
|
811
|
+
"omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
|
812
|
+
propsDefinition: infer TProp;
|
813
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc54730f05dd2c4f2da1c830b3985b36a9>, "propsDefinition">> : never;
|
811
814
|
"omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891 extends {
|
812
815
|
propsDefinition: infer TProp;
|
813
816
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f31fc580b854d19895c1879120a9891 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f31fc580b854d19895c1879120a9891>, "propsDefinition">> : never;
|
@@ -1117,9 +1120,6 @@ declare global {
|
|
1117
1120
|
"omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
|
1118
1121
|
propsDefinition: infer TProp;
|
1119
1122
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc252ece0016594978b3ddfafdd59adda4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc252ece0016594978b3ddfafdd59adda4>, "propsDefinition">> : never;
|
1120
|
-
"omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7 extends {
|
1121
|
-
propsDefinition: infer TProp;
|
1122
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5abbb7170e454f0d8cb537bcad180cd7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5abbb7170e454f0d8cb537bcad180cd7>, "propsDefinition">> : never;
|
1123
1123
|
"omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
|
1124
1124
|
propsDefinition: infer TProp;
|
1125
1125
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc008c41f92c8847eea45f09ebc0535fc1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc008c41f92c8847eea45f09ebc0535fc1>, "propsDefinition">> : never;
|
@@ -1634,7 +1634,14 @@ declare global {
|
|
1634
1634
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1635
1635
|
};
|
1636
1636
|
} : typeof wce4889269c6ad440da65f3acdf5bb6152;
|
1637
|
-
"
|
1637
|
+
"chrome": {
|
1638
|
+
"renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e extends {
|
1639
|
+
propsDefinition: infer TProp;
|
1640
|
+
} ? {
|
1641
|
+
new (...args: any[]): {
|
1642
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1643
|
+
};
|
1644
|
+
} : typeof wc057bef6897bb4ba4a089d01c2da1322e;
|
1638
1645
|
"picker": typeof wc44e2dd896269442f800da69000d4c2f1 extends {
|
1639
1646
|
propsDefinition: infer TProp;
|
1640
1647
|
} ? {
|
@@ -1642,15 +1649,13 @@ declare global {
|
|
1642
1649
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1643
1650
|
};
|
1644
1651
|
} : typeof wc44e2dd896269442f800da69000d4c2f1;
|
1645
|
-
|
1646
|
-
"chrome": {
|
1647
|
-
"renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e extends {
|
1652
|
+
"preview": typeof wcb059e461e6c048fe830c6d32722e5cdc extends {
|
1648
1653
|
propsDefinition: infer TProp;
|
1649
1654
|
} ? {
|
1650
1655
|
new (...args: any[]): {
|
1651
1656
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
1652
1657
|
};
|
1653
|
-
} : typeof
|
1658
|
+
} : typeof wcb059e461e6c048fe830c6d32722e5cdc;
|
1654
1659
|
};
|
1655
1660
|
"color": {
|
1656
1661
|
"schema": {
|
@@ -2656,15 +2661,6 @@ declare global {
|
|
2656
2661
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2657
2662
|
};
|
2658
2663
|
} : typeof wcdc26034aad994c5c8ec6992d317df993;
|
2659
|
-
"spacing": {
|
2660
|
-
"picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
2661
|
-
propsDefinition: infer TProp;
|
2662
|
-
} ? {
|
2663
|
-
new (...args: any[]): {
|
2664
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2665
|
-
};
|
2666
|
-
} : typeof wc564bced7081c496483e8df717f600ff3;
|
2667
|
-
};
|
2668
2664
|
"status": {
|
2669
2665
|
"code": {
|
2670
2666
|
"renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55 extends {
|
@@ -2705,15 +2701,6 @@ declare global {
|
|
2705
2701
|
} : typeof wca9e655701cd249aca6b2af56caea6630;
|
2706
2702
|
};
|
2707
2703
|
};
|
2708
|
-
"typography": {
|
2709
|
-
"picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
|
2710
|
-
propsDefinition: infer TProp;
|
2711
|
-
} ? {
|
2712
|
-
new (...args: any[]): {
|
2713
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
2714
|
-
};
|
2715
|
-
} : typeof wc54730f05dd2c4f2da1c830b3985b36a9;
|
2716
|
-
};
|
2717
2704
|
"url": {
|
2718
2705
|
"input": {
|
2719
2706
|
"legacy": typeof wc6f50634fb5c149e0964666bca7d9edc0 extends {
|
@@ -3020,6 +3007,24 @@ declare global {
|
|
3020
3007
|
} : typeof wc24eddd6df7294957a8f31c89115945de;
|
3021
3008
|
};
|
3022
3009
|
};
|
3010
|
+
"spacing": {
|
3011
|
+
"picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
|
3012
|
+
propsDefinition: infer TProp;
|
3013
|
+
} ? {
|
3014
|
+
new (...args: any[]): {
|
3015
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3016
|
+
};
|
3017
|
+
} : typeof wc564bced7081c496483e8df717f600ff3;
|
3018
|
+
};
|
3019
|
+
"typography": {
|
3020
|
+
"picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
|
3021
|
+
propsDefinition: infer TProp;
|
3022
|
+
} ? {
|
3023
|
+
new (...args: any[]): {
|
3024
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3025
|
+
};
|
3026
|
+
} : typeof wc54730f05dd2c4f2da1c830b3985b36a9;
|
3027
|
+
};
|
3023
3028
|
"docs": typeof wc1f31fc580b854d19895c1879120a9891 extends {
|
3024
3029
|
propsDefinition: infer TProp;
|
3025
3030
|
} ? {
|
@@ -3353,723 +3358,289 @@ declare global {
|
|
3353
3358
|
} : typeof wc8c48b06bb9aa40699a8291b6e2c9780f;
|
3354
3359
|
};
|
3355
3360
|
};
|
3356
|
-
"
|
3357
|
-
|
3358
|
-
|
3359
|
-
|
3360
|
-
|
3361
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3362
|
-
};
|
3363
|
-
} : typeof wc8a200f29d7484601b901dd76ca8ec771;
|
3364
|
-
"app": {
|
3365
|
-
"bar": typeof wc90d19714df6c4b16bd5d42bc705e7692 extends {
|
3366
|
-
propsDefinition: infer TProp;
|
3367
|
-
} ? {
|
3368
|
-
new (...args: any[]): {
|
3369
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3370
|
-
};
|
3371
|
-
} : typeof wc90d19714df6c4b16bd5d42bc705e7692;
|
3361
|
+
"emoticon": typeof wc58330f37503947799af05363e58bda3c extends {
|
3362
|
+
propsDefinition: infer TProp;
|
3363
|
+
} ? {
|
3364
|
+
new (...args: any[]): {
|
3365
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3372
3366
|
};
|
3373
|
-
|
3367
|
+
} : typeof wc58330f37503947799af05363e58bda3c;
|
3368
|
+
"textcompletion": {
|
3369
|
+
"panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d extends {
|
3374
3370
|
propsDefinition: infer TProp;
|
3375
3371
|
} ? {
|
3376
3372
|
new (...args: any[]): {
|
3377
3373
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3378
3374
|
};
|
3379
|
-
} : typeof
|
3380
|
-
|
3375
|
+
} : typeof wc327ec741777b4e1ea8017f1d0a3b8d9d;
|
3376
|
+
};
|
3377
|
+
"likeaction": {
|
3378
|
+
"settings": typeof wc762d4009466d494e94cbcc3e90dff11d extends {
|
3381
3379
|
propsDefinition: infer TProp;
|
3382
3380
|
} ? {
|
3383
3381
|
new (...args: any[]): {
|
3384
3382
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3385
3383
|
};
|
3386
|
-
} : typeof
|
3387
|
-
|
3384
|
+
} : typeof wc762d4009466d494e94cbcc3e90dff11d;
|
3385
|
+
};
|
3386
|
+
"themedefinition": {
|
3387
|
+
"editor": typeof wc4ff736bf8c544324883ed49f2a38f846 extends {
|
3388
3388
|
propsDefinition: infer TProp;
|
3389
3389
|
} ? {
|
3390
3390
|
new (...args: any[]): {
|
3391
3391
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3392
3392
|
};
|
3393
|
-
} : typeof
|
3394
|
-
|
3393
|
+
} : typeof wc4ff736bf8c544324883ed49f2a38f846;
|
3394
|
+
};
|
3395
|
+
"theme": {
|
3396
|
+
"definition": {
|
3397
|
+
"picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
|
3398
|
+
propsDefinition: infer TProp;
|
3399
|
+
} ? {
|
3400
|
+
new (...args: any[]): {
|
3401
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3402
|
+
};
|
3403
|
+
} : typeof wc252ece0016594978b3ddfafdd59adda4;
|
3404
|
+
};
|
3405
|
+
"provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
|
3395
3406
|
propsDefinition: infer TProp;
|
3396
3407
|
} ? {
|
3397
3408
|
new (...args: any[]): {
|
3398
3409
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3399
3410
|
};
|
3400
|
-
} : typeof
|
3401
|
-
|
3411
|
+
} : typeof wc008c41f92c8847eea45f09ebc0535fc1;
|
3412
|
+
};
|
3413
|
+
"velcron": {
|
3414
|
+
"editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
|
3402
3415
|
propsDefinition: infer TProp;
|
3403
3416
|
} ? {
|
3404
3417
|
new (...args: any[]): {
|
3405
3418
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3406
3419
|
};
|
3407
|
-
} : typeof
|
3408
|
-
"
|
3420
|
+
} : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f;
|
3421
|
+
"renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e extends {
|
3409
3422
|
propsDefinition: infer TProp;
|
3410
3423
|
} ? {
|
3411
3424
|
new (...args: any[]): {
|
3412
3425
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3413
3426
|
};
|
3414
|
-
} : typeof
|
3415
|
-
"
|
3416
|
-
"
|
3427
|
+
} : typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e;
|
3428
|
+
"component": {
|
3429
|
+
"creator": typeof wc64567c1ccfb84d1380725db72ad01eeb extends {
|
3417
3430
|
propsDefinition: infer TProp;
|
3418
3431
|
} ? {
|
3419
3432
|
new (...args: any[]): {
|
3420
3433
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3421
3434
|
};
|
3422
|
-
} : typeof
|
3435
|
+
} : typeof wc64567c1ccfb84d1380725db72ad01eeb;
|
3423
3436
|
};
|
3424
|
-
"
|
3437
|
+
"app": typeof wcdcf9c3e24a774e4dae784a3eac29d488 extends {
|
3438
|
+
propsDefinition: infer TProp;
|
3439
|
+
} ? {
|
3440
|
+
new (...args: any[]): {
|
3441
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3442
|
+
};
|
3443
|
+
} : typeof wcdcf9c3e24a774e4dae784a3eac29d488;
|
3444
|
+
"block": typeof wc80bd5b0978ea40439001d3d409236382 extends {
|
3425
3445
|
propsDefinition: infer TProp;
|
3426
3446
|
} ? {
|
3427
3447
|
new (...args: any[]): {
|
3428
3448
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3429
3449
|
};
|
3430
|
-
} : typeof
|
3431
|
-
"
|
3432
|
-
"
|
3450
|
+
} : typeof wc80bd5b0978ea40439001d3d409236382;
|
3451
|
+
"content": {
|
3452
|
+
"editor": typeof wca7db43482a3140998eca19b47d941126 extends {
|
3433
3453
|
propsDefinition: infer TProp;
|
3434
3454
|
} ? {
|
3435
3455
|
new (...args: any[]): {
|
3436
3456
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3437
3457
|
};
|
3438
|
-
} : typeof
|
3458
|
+
} : typeof wca7db43482a3140998eca19b47d941126;
|
3439
3459
|
};
|
3440
|
-
"
|
3441
|
-
"picker": typeof
|
3460
|
+
"definition": {
|
3461
|
+
"picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
3442
3462
|
propsDefinition: infer TProp;
|
3443
3463
|
} ? {
|
3444
3464
|
new (...args: any[]): {
|
3445
3465
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3446
3466
|
};
|
3447
|
-
} : typeof
|
3467
|
+
} : typeof wcb197c5e805cc4d6bb3d012e258560b31;
|
3448
3468
|
};
|
3449
|
-
"
|
3450
|
-
|
3451
|
-
} ? {
|
3452
|
-
new (...args: any[]): {
|
3453
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3454
|
-
};
|
3455
|
-
} : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3;
|
3456
|
-
"divider": typeof wcc0415286cfac41349dd264dc1621c463 extends {
|
3457
|
-
propsDefinition: infer TProp;
|
3458
|
-
} ? {
|
3459
|
-
new (...args: any[]): {
|
3460
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3461
|
-
};
|
3462
|
-
} : typeof wcc0415286cfac41349dd264dc1621c463;
|
3463
|
-
"draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55 extends {
|
3464
|
-
propsDefinition: infer TProp;
|
3465
|
-
} ? {
|
3466
|
-
new (...args: any[]): {
|
3467
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3468
|
-
};
|
3469
|
-
} : typeof wc3465fc250ac44f43af9d3df1cf17ec55;
|
3470
|
-
"expansion": {
|
3471
|
-
"panels": typeof wc220372653d7a43a6a79cf1d01a23cffb extends {
|
3469
|
+
"properties": {
|
3470
|
+
"editor": typeof wcdabd67ab338243858fe7d1ca24399995 extends {
|
3472
3471
|
propsDefinition: infer TProp;
|
3473
3472
|
} ? {
|
3474
3473
|
new (...args: any[]): {
|
3475
3474
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3476
3475
|
};
|
3477
|
-
} : typeof
|
3478
|
-
|
3476
|
+
} : typeof wcdabd67ab338243858fe7d1ca24399995;
|
3477
|
+
};
|
3478
|
+
"property": {
|
3479
|
+
"editor": {
|
3480
|
+
"creator": typeof wc5688474abe554cabb34c696620eb6be1 extends {
|
3481
|
+
propsDefinition: infer TProp;
|
3482
|
+
} ? {
|
3483
|
+
new (...args: any[]): {
|
3484
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3485
|
+
};
|
3486
|
+
} : typeof wc5688474abe554cabb34c696620eb6be1;
|
3487
|
+
};
|
3488
|
+
};
|
3489
|
+
};
|
3490
|
+
"properties": {
|
3491
|
+
"term": {
|
3492
|
+
"set": {
|
3493
|
+
"display": typeof wc7332138e1e7845d1a5e62597a27e44a4 extends {
|
3494
|
+
propsDefinition: infer TProp;
|
3495
|
+
} ? {
|
3496
|
+
new (...args: any[]): {
|
3497
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3498
|
+
};
|
3499
|
+
} : typeof wc7332138e1e7845d1a5e62597a27e44a4;
|
3500
|
+
"editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1 extends {
|
3501
|
+
propsDefinition: infer TProp;
|
3502
|
+
} ? {
|
3503
|
+
new (...args: any[]): {
|
3504
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3505
|
+
};
|
3506
|
+
} : typeof wc83dee8a1eea84537ad9544e8b9fc4cb1;
|
3507
|
+
"configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5 extends {
|
3508
|
+
propsDefinition: infer TProp;
|
3509
|
+
} ? {
|
3510
|
+
new (...args: any[]): {
|
3511
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3512
|
+
};
|
3513
|
+
} : typeof wca9cc1e1ff5894f4db7005bc49c6c47c5;
|
3514
|
+
};
|
3515
|
+
};
|
3516
|
+
"birthday": {
|
3517
|
+
"display": typeof wc916c23c53dbf4d5a8e421e9449c6b203 extends {
|
3479
3518
|
propsDefinition: infer TProp;
|
3480
3519
|
} ? {
|
3481
3520
|
new (...args: any[]): {
|
3482
3521
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3483
3522
|
};
|
3484
|
-
} : typeof
|
3485
|
-
|
3486
|
-
"flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7 extends {
|
3487
|
-
propsDefinition: infer TProp;
|
3488
|
-
} ? {
|
3489
|
-
new (...args: any[]): {
|
3490
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3491
|
-
};
|
3492
|
-
} : typeof wc1691e25d963243f9b78a548fe8d2e8a7;
|
3493
|
-
"row": typeof wcee11b15d9e30495fb46b0c84244110c2 extends {
|
3494
|
-
propsDefinition: infer TProp;
|
3495
|
-
} ? {
|
3496
|
-
new (...args: any[]): {
|
3497
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3498
|
-
};
|
3499
|
-
} : typeof wcee11b15d9e30495fb46b0c84244110c2;
|
3500
|
-
"form": typeof wc02b49401a3554f3db9fc158e52535ac3 extends {
|
3501
|
-
propsDefinition: infer TProp;
|
3502
|
-
} ? {
|
3503
|
-
new (...args: any[]): {
|
3504
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3505
|
-
};
|
3506
|
-
} : typeof wc02b49401a3554f3db9fc158e52535ac3;
|
3507
|
-
"host": {
|
3508
|
-
"provider": typeof wc8beba318c75e49aab203190ba1953c71 extends {
|
3523
|
+
} : typeof wc916c23c53dbf4d5a8e421e9449c6b203;
|
3524
|
+
"editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939 extends {
|
3509
3525
|
propsDefinition: infer TProp;
|
3510
3526
|
} ? {
|
3511
3527
|
new (...args: any[]): {
|
3512
3528
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3513
3529
|
};
|
3514
|
-
} : typeof
|
3530
|
+
} : typeof wc644e39fe6d4f4e23b1777aefd9c23939;
|
3515
3531
|
};
|
3516
|
-
"
|
3517
|
-
|
3518
|
-
} ? {
|
3519
|
-
new (...args: any[]): {
|
3520
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3521
|
-
};
|
3522
|
-
} : typeof wcdf79ba95ee5d40139e7935297b7d1e87;
|
3523
|
-
"img": typeof wc1a821ca3b97a4b78bf235864addd38ca extends {
|
3524
|
-
propsDefinition: infer TProp;
|
3525
|
-
} ? {
|
3526
|
-
new (...args: any[]): {
|
3527
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3528
|
-
};
|
3529
|
-
} : typeof wc1a821ca3b97a4b78bf235864addd38ca;
|
3530
|
-
"infinite": {
|
3531
|
-
"scroll": typeof wcfb478d201092422aa2106afa9758300f extends {
|
3532
|
+
"boolean": {
|
3533
|
+
"display": typeof wcf61d06a945754742a1896847765fbea5 extends {
|
3532
3534
|
propsDefinition: infer TProp;
|
3533
3535
|
} ? {
|
3534
3536
|
new (...args: any[]): {
|
3535
3537
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3536
3538
|
};
|
3537
|
-
} : typeof
|
3538
|
-
|
3539
|
-
"layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
3540
|
-
propsDefinition: infer TProp;
|
3541
|
-
} ? {
|
3542
|
-
new (...args: any[]): {
|
3543
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3544
|
-
};
|
3545
|
-
} : typeof wc428e436c13dc457898a408786361c9b1;
|
3546
|
-
"lazy": typeof wc2df6ab65eea84ed8bab297dff9c56224 extends {
|
3547
|
-
propsDefinition: infer TProp;
|
3548
|
-
} ? {
|
3549
|
-
new (...args: any[]): {
|
3550
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3551
|
-
};
|
3552
|
-
} : typeof wc2df6ab65eea84ed8bab297dff9c56224;
|
3553
|
-
"link": typeof wc75cd93099dd146469e0ce6b5b1cac14d extends {
|
3554
|
-
propsDefinition: infer TProp;
|
3555
|
-
} ? {
|
3556
|
-
new (...args: any[]): {
|
3557
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3558
|
-
};
|
3559
|
-
} : typeof wc75cd93099dd146469e0ce6b5b1cac14d;
|
3560
|
-
"list": typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
|
3561
|
-
propsDefinition: infer TProp;
|
3562
|
-
} ? {
|
3563
|
-
new (...args: any[]): {
|
3564
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3565
|
-
};
|
3566
|
-
} : typeof wc154a229c9bd84d31aed848da93f29ea2;
|
3567
|
-
"main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
|
3568
|
-
propsDefinition: infer TProp;
|
3569
|
-
} ? {
|
3570
|
-
new (...args: any[]): {
|
3571
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3572
|
-
};
|
3573
|
-
} : typeof wc1ed9f2ec3580492cb211d719c9b15ad1;
|
3574
|
-
"menu": typeof wc01c206c8b30e41408b6457cdea679b78 extends {
|
3575
|
-
propsDefinition: infer TProp;
|
3576
|
-
} ? {
|
3577
|
-
new (...args: any[]): {
|
3578
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3579
|
-
};
|
3580
|
-
} : typeof wc01c206c8b30e41408b6457cdea679b78;
|
3581
|
-
"navigation": {
|
3582
|
-
"drawer": typeof wc48b4d391d03f4a01a9485b845917d229 extends {
|
3539
|
+
} : typeof wcf61d06a945754742a1896847765fbea5;
|
3540
|
+
"editor": typeof wca16c703117f44a68982a1898d6c3c31b extends {
|
3583
3541
|
propsDefinition: infer TProp;
|
3584
3542
|
} ? {
|
3585
3543
|
new (...args: any[]): {
|
3586
3544
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3587
3545
|
};
|
3588
|
-
} : typeof
|
3546
|
+
} : typeof wca16c703117f44a68982a1898d6c3c31b;
|
3589
3547
|
};
|
3590
|
-
"
|
3591
|
-
|
3592
|
-
} ? {
|
3593
|
-
new (...args: any[]): {
|
3594
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3595
|
-
};
|
3596
|
-
} : typeof wc16277e3059db453eb98ad6946d315c39;
|
3597
|
-
"pagination": typeof wcecbd3b3dbc834cf0856597772da1320c extends {
|
3598
|
-
propsDefinition: infer TProp;
|
3599
|
-
} ? {
|
3600
|
-
new (...args: any[]): {
|
3601
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3602
|
-
};
|
3603
|
-
} : typeof wcecbd3b3dbc834cf0856597772da1320c;
|
3604
|
-
"panel": typeof wc1d8d2a2328244f1eab96344841305976 extends {
|
3605
|
-
propsDefinition: infer TProp;
|
3606
|
-
} ? {
|
3607
|
-
new (...args: any[]): {
|
3608
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3609
|
-
};
|
3610
|
-
} : typeof wc1d8d2a2328244f1eab96344841305976;
|
3611
|
-
"progress": typeof wc247719ac6d3843ec889face452544a21 extends {
|
3612
|
-
propsDefinition: infer TProp;
|
3613
|
-
} ? {
|
3614
|
-
new (...args: any[]): {
|
3615
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3616
|
-
};
|
3617
|
-
} : typeof wc247719ac6d3843ec889face452544a21;
|
3618
|
-
"radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
|
3619
|
-
propsDefinition: infer TProp;
|
3620
|
-
} ? {
|
3621
|
-
new (...args: any[]): {
|
3622
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3623
|
-
};
|
3624
|
-
} : typeof wc2d9c50d3dcb1421cafb8eab80be243a1;
|
3625
|
-
"range": {
|
3626
|
-
"slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58 extends {
|
3548
|
+
"businessprofile": {
|
3549
|
+
"display": typeof wcb131edab4792449794cbe808794a4678 extends {
|
3627
3550
|
propsDefinition: infer TProp;
|
3628
3551
|
} ? {
|
3629
3552
|
new (...args: any[]): {
|
3630
3553
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3631
3554
|
};
|
3632
|
-
} : typeof
|
3633
|
-
|
3634
|
-
"rating": typeof wc4c41fd8799ae43468150fd47661e8100 extends {
|
3635
|
-
propsDefinition: infer TProp;
|
3636
|
-
} ? {
|
3637
|
-
new (...args: any[]): {
|
3638
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3639
|
-
};
|
3640
|
-
} : typeof wc4c41fd8799ae43468150fd47661e8100;
|
3641
|
-
"scroll": {
|
3642
|
-
"container": typeof wc177587e103904861b5d4d491388a01b1 extends {
|
3555
|
+
} : typeof wcb131edab4792449794cbe808794a4678;
|
3556
|
+
"editor": typeof wcd524d750bbd84cbbb8582c259cef3198 extends {
|
3643
3557
|
propsDefinition: infer TProp;
|
3644
3558
|
} ? {
|
3645
3559
|
new (...args: any[]): {
|
3646
3560
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3647
3561
|
};
|
3648
|
-
} : typeof
|
3562
|
+
} : typeof wcd524d750bbd84cbbb8582c259cef3198;
|
3649
3563
|
};
|
3650
|
-
"
|
3651
|
-
"
|
3564
|
+
"date": {
|
3565
|
+
"display": typeof wc627dc53f51a442019a52bba09ac665cc extends {
|
3652
3566
|
propsDefinition: infer TProp;
|
3653
3567
|
} ? {
|
3654
3568
|
new (...args: any[]): {
|
3655
3569
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3656
3570
|
};
|
3657
|
-
} : typeof
|
3658
|
-
|
3659
|
-
"slide": typeof wc3fa834509fe3419fb005e2dd17325449 extends {
|
3660
|
-
propsDefinition: infer TProp;
|
3661
|
-
} ? {
|
3662
|
-
new (...args: any[]): {
|
3663
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3664
|
-
};
|
3665
|
-
} : typeof wc3fa834509fe3419fb005e2dd17325449;
|
3666
|
-
"slider": typeof wcd108fdde5ca942d7ae92195eb74b5452 extends {
|
3667
|
-
propsDefinition: infer TProp;
|
3668
|
-
} ? {
|
3669
|
-
new (...args: any[]): {
|
3670
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3671
|
-
};
|
3672
|
-
} : typeof wcd108fdde5ca942d7ae92195eb74b5452;
|
3673
|
-
"snackbar": typeof wca19feddcd78b4065b7650162fd088379 extends {
|
3674
|
-
propsDefinition: infer TProp;
|
3675
|
-
} ? {
|
3676
|
-
new (...args: any[]): {
|
3677
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3678
|
-
};
|
3679
|
-
} : typeof wca19feddcd78b4065b7650162fd088379;
|
3680
|
-
"spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc extends {
|
3681
|
-
propsDefinition: infer TProp;
|
3682
|
-
} ? {
|
3683
|
-
new (...args: any[]): {
|
3684
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3685
|
-
};
|
3686
|
-
} : typeof wcc26ccc7aeae04f76a062e83c6df302fc;
|
3687
|
-
"splitpanes": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
|
3688
|
-
propsDefinition: infer TProp;
|
3689
|
-
} ? {
|
3690
|
-
new (...args: any[]): {
|
3691
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3692
|
-
};
|
3693
|
-
} : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
|
3694
|
-
"splitpane": {
|
3695
|
-
"item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
|
3571
|
+
} : typeof wc627dc53f51a442019a52bba09ac665cc;
|
3572
|
+
"editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6 extends {
|
3696
3573
|
propsDefinition: infer TProp;
|
3697
3574
|
} ? {
|
3698
3575
|
new (...args: any[]): {
|
3699
3576
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3700
3577
|
};
|
3701
|
-
} : typeof
|
3702
|
-
|
3703
|
-
|
3704
|
-
|
3705
|
-
|
3706
|
-
|
3707
|
-
|
3708
|
-
|
3709
|
-
|
3710
|
-
|
3711
|
-
|
3712
|
-
|
3713
|
-
|
3714
|
-
|
3715
|
-
|
3716
|
-
|
3717
|
-
|
3718
|
-
|
3719
|
-
|
3720
|
-
|
3721
|
-
|
3722
|
-
|
3723
|
-
|
3724
|
-
"tab": typeof wc8669930d609c497e8cde0c554621db88 extends {
|
3725
|
-
propsDefinition: infer TProp;
|
3726
|
-
} ? {
|
3727
|
-
new (...args: any[]): {
|
3728
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3729
|
-
};
|
3730
|
-
} : typeof wc8669930d609c497e8cde0c554621db88;
|
3731
|
-
"table": typeof wc9ae46ba053704a329be291bf111c2a85 extends {
|
3732
|
-
propsDefinition: infer TProp;
|
3733
|
-
} ? {
|
3734
|
-
new (...args: any[]): {
|
3735
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3736
|
-
};
|
3737
|
-
} : typeof wc9ae46ba053704a329be291bf111c2a85;
|
3738
|
-
"text": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
|
3739
|
-
propsDefinition: infer TProp;
|
3740
|
-
} ? {
|
3741
|
-
new (...args: any[]): {
|
3742
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3743
|
-
};
|
3744
|
-
} : typeof wcb5a113074f704ba89e1ee4102ea95536;
|
3745
|
-
"textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
|
3746
|
-
propsDefinition: infer TProp;
|
3747
|
-
} ? {
|
3748
|
-
new (...args: any[]): {
|
3749
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3750
|
-
};
|
3751
|
-
} : typeof wc1e7db8a98533485d97b4359f64601ff0;
|
3752
|
-
"toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
|
3753
|
-
propsDefinition: infer TProp;
|
3754
|
-
} ? {
|
3755
|
-
new (...args: any[]): {
|
3756
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3757
|
-
};
|
3758
|
-
} : typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4;
|
3759
|
-
"tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534 extends {
|
3760
|
-
propsDefinition: infer TProp;
|
3761
|
-
} ? {
|
3762
|
-
new (...args: any[]): {
|
3763
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3764
|
-
};
|
3765
|
-
} : typeof wc19adb19938604f41b10f3a00eb3eb534;
|
3766
|
-
"treeview": typeof wcc617a9d7e25249929c41becb55905973 extends {
|
3767
|
-
propsDefinition: infer TProp;
|
3768
|
-
} ? {
|
3769
|
-
new (...args: any[]): {
|
3770
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3771
|
-
};
|
3772
|
-
} : typeof wcc617a9d7e25249929c41becb55905973;
|
3773
|
-
"validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
|
3774
|
-
propsDefinition: infer TProp;
|
3775
|
-
} ? {
|
3776
|
-
new (...args: any[]): {
|
3777
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3578
|
+
} : typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6;
|
3579
|
+
"time": {
|
3580
|
+
"display": typeof wc5666ffa15ff14a64bac8854da534ff16 extends {
|
3581
|
+
propsDefinition: infer TProp;
|
3582
|
+
} ? {
|
3583
|
+
new (...args: any[]): {
|
3584
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3585
|
+
};
|
3586
|
+
} : typeof wc5666ffa15ff14a64bac8854da534ff16;
|
3587
|
+
"editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571 extends {
|
3588
|
+
propsDefinition: infer TProp;
|
3589
|
+
} ? {
|
3590
|
+
new (...args: any[]): {
|
3591
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3592
|
+
};
|
3593
|
+
} : typeof wc0f52758b4d0c4e02abfeea1c5c935571;
|
3594
|
+
"configuration": typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 extends {
|
3595
|
+
propsDefinition: infer TProp;
|
3596
|
+
} ? {
|
3597
|
+
new (...args: any[]): {
|
3598
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3599
|
+
};
|
3600
|
+
} : typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9;
|
3778
3601
|
};
|
3779
|
-
} : typeof wc1e7fa637f4914cbeb9ceb6d577fec150;
|
3780
|
-
};
|
3781
|
-
"emoticon": typeof wc58330f37503947799af05363e58bda3c extends {
|
3782
|
-
propsDefinition: infer TProp;
|
3783
|
-
} ? {
|
3784
|
-
new (...args: any[]): {
|
3785
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3786
3602
|
};
|
3787
|
-
|
3788
|
-
|
3789
|
-
"panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d extends {
|
3790
|
-
propsDefinition: infer TProp;
|
3791
|
-
} ? {
|
3792
|
-
new (...args: any[]): {
|
3793
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3794
|
-
};
|
3795
|
-
} : typeof wc327ec741777b4e1ea8017f1d0a3b8d9d;
|
3796
|
-
};
|
3797
|
-
"likeaction": {
|
3798
|
-
"settings": typeof wc762d4009466d494e94cbcc3e90dff11d extends {
|
3799
|
-
propsDefinition: infer TProp;
|
3800
|
-
} ? {
|
3801
|
-
new (...args: any[]): {
|
3802
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3803
|
-
};
|
3804
|
-
} : typeof wc762d4009466d494e94cbcc3e90dff11d;
|
3805
|
-
};
|
3806
|
-
"themedefinition": {
|
3807
|
-
"editor": typeof wc4ff736bf8c544324883ed49f2a38f846 extends {
|
3808
|
-
propsDefinition: infer TProp;
|
3809
|
-
} ? {
|
3810
|
-
new (...args: any[]): {
|
3811
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3812
|
-
};
|
3813
|
-
} : typeof wc4ff736bf8c544324883ed49f2a38f846;
|
3814
|
-
};
|
3815
|
-
"theme": {
|
3816
|
-
"definition": {
|
3817
|
-
"picker": typeof wc252ece0016594978b3ddfafdd59adda4 extends {
|
3603
|
+
"email": {
|
3604
|
+
"display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc extends {
|
3818
3605
|
propsDefinition: infer TProp;
|
3819
3606
|
} ? {
|
3820
3607
|
new (...args: any[]): {
|
3821
3608
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3822
3609
|
};
|
3823
|
-
} : typeof
|
3824
|
-
|
3825
|
-
"editor": {
|
3826
|
-
"v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7 extends {
|
3610
|
+
} : typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc;
|
3611
|
+
"editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde extends {
|
3827
3612
|
propsDefinition: infer TProp;
|
3828
3613
|
} ? {
|
3829
3614
|
new (...args: any[]): {
|
3830
3615
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3831
3616
|
};
|
3832
|
-
} : typeof
|
3617
|
+
} : typeof wc056a7f0a4fa444368b5c7d09c60dbcde;
|
3833
3618
|
};
|
3834
|
-
"
|
3835
|
-
|
3836
|
-
} ? {
|
3837
|
-
new (...args: any[]): {
|
3838
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3839
|
-
};
|
3840
|
-
} : typeof wc008c41f92c8847eea45f09ebc0535fc1;
|
3841
|
-
};
|
3842
|
-
"velcron": {
|
3843
|
-
"editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f extends {
|
3844
|
-
propsDefinition: infer TProp;
|
3845
|
-
} ? {
|
3846
|
-
new (...args: any[]): {
|
3847
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3848
|
-
};
|
3849
|
-
} : typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f;
|
3850
|
-
"renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e extends {
|
3851
|
-
propsDefinition: infer TProp;
|
3852
|
-
} ? {
|
3853
|
-
new (...args: any[]): {
|
3854
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3855
|
-
};
|
3856
|
-
} : typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e;
|
3857
|
-
"component": {
|
3858
|
-
"creator": typeof wc64567c1ccfb84d1380725db72ad01eeb extends {
|
3619
|
+
"html": {
|
3620
|
+
"display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8 extends {
|
3859
3621
|
propsDefinition: infer TProp;
|
3860
3622
|
} ? {
|
3861
3623
|
new (...args: any[]): {
|
3862
3624
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3863
3625
|
};
|
3864
|
-
} : typeof
|
3865
|
-
|
3866
|
-
"app": typeof wcdcf9c3e24a774e4dae784a3eac29d488 extends {
|
3867
|
-
propsDefinition: infer TProp;
|
3868
|
-
} ? {
|
3869
|
-
new (...args: any[]): {
|
3870
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3871
|
-
};
|
3872
|
-
} : typeof wcdcf9c3e24a774e4dae784a3eac29d488;
|
3873
|
-
"block": typeof wc80bd5b0978ea40439001d3d409236382 extends {
|
3874
|
-
propsDefinition: infer TProp;
|
3875
|
-
} ? {
|
3876
|
-
new (...args: any[]): {
|
3877
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3878
|
-
};
|
3879
|
-
} : typeof wc80bd5b0978ea40439001d3d409236382;
|
3880
|
-
"content": {
|
3881
|
-
"editor": typeof wca7db43482a3140998eca19b47d941126 extends {
|
3626
|
+
} : typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8;
|
3627
|
+
"editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf extends {
|
3882
3628
|
propsDefinition: infer TProp;
|
3883
3629
|
} ? {
|
3884
3630
|
new (...args: any[]): {
|
3885
3631
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3886
3632
|
};
|
3887
|
-
} : typeof
|
3888
|
-
|
3889
|
-
"definition": {
|
3890
|
-
"picker": typeof wcb197c5e805cc4d6bb3d012e258560b31 extends {
|
3633
|
+
} : typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf;
|
3634
|
+
"configuration": typeof wcae36a741825f4f209bc10b68fb677bf7 extends {
|
3891
3635
|
propsDefinition: infer TProp;
|
3892
3636
|
} ? {
|
3893
3637
|
new (...args: any[]): {
|
3894
3638
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3895
3639
|
};
|
3896
|
-
} : typeof
|
3640
|
+
} : typeof wcae36a741825f4f209bc10b68fb677bf7;
|
3897
3641
|
};
|
3898
|
-
"
|
3899
|
-
"
|
3900
|
-
propsDefinition: infer TProp;
|
3901
|
-
} ? {
|
3902
|
-
new (...args: any[]): {
|
3903
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3904
|
-
};
|
3905
|
-
} : typeof wcdabd67ab338243858fe7d1ca24399995;
|
3906
|
-
};
|
3907
|
-
"property": {
|
3908
|
-
"editor": {
|
3909
|
-
"creator": typeof wc5688474abe554cabb34c696620eb6be1 extends {
|
3910
|
-
propsDefinition: infer TProp;
|
3911
|
-
} ? {
|
3912
|
-
new (...args: any[]): {
|
3913
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3914
|
-
};
|
3915
|
-
} : typeof wc5688474abe554cabb34c696620eb6be1;
|
3916
|
-
};
|
3917
|
-
};
|
3918
|
-
};
|
3919
|
-
"properties": {
|
3920
|
-
"term": {
|
3921
|
-
"set": {
|
3922
|
-
"display": typeof wc7332138e1e7845d1a5e62597a27e44a4 extends {
|
3923
|
-
propsDefinition: infer TProp;
|
3924
|
-
} ? {
|
3925
|
-
new (...args: any[]): {
|
3926
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3927
|
-
};
|
3928
|
-
} : typeof wc7332138e1e7845d1a5e62597a27e44a4;
|
3929
|
-
"editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1 extends {
|
3930
|
-
propsDefinition: infer TProp;
|
3931
|
-
} ? {
|
3932
|
-
new (...args: any[]): {
|
3933
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3934
|
-
};
|
3935
|
-
} : typeof wc83dee8a1eea84537ad9544e8b9fc4cb1;
|
3936
|
-
"configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5 extends {
|
3937
|
-
propsDefinition: infer TProp;
|
3938
|
-
} ? {
|
3939
|
-
new (...args: any[]): {
|
3940
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3941
|
-
};
|
3942
|
-
} : typeof wca9cc1e1ff5894f4db7005bc49c6c47c5;
|
3943
|
-
};
|
3944
|
-
};
|
3945
|
-
"birthday": {
|
3946
|
-
"display": typeof wc916c23c53dbf4d5a8e421e9449c6b203 extends {
|
3947
|
-
propsDefinition: infer TProp;
|
3948
|
-
} ? {
|
3949
|
-
new (...args: any[]): {
|
3950
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3951
|
-
};
|
3952
|
-
} : typeof wc916c23c53dbf4d5a8e421e9449c6b203;
|
3953
|
-
"editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939 extends {
|
3954
|
-
propsDefinition: infer TProp;
|
3955
|
-
} ? {
|
3956
|
-
new (...args: any[]): {
|
3957
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3958
|
-
};
|
3959
|
-
} : typeof wc644e39fe6d4f4e23b1777aefd9c23939;
|
3960
|
-
};
|
3961
|
-
"boolean": {
|
3962
|
-
"display": typeof wcf61d06a945754742a1896847765fbea5 extends {
|
3963
|
-
propsDefinition: infer TProp;
|
3964
|
-
} ? {
|
3965
|
-
new (...args: any[]): {
|
3966
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3967
|
-
};
|
3968
|
-
} : typeof wcf61d06a945754742a1896847765fbea5;
|
3969
|
-
"editor": typeof wca16c703117f44a68982a1898d6c3c31b extends {
|
3970
|
-
propsDefinition: infer TProp;
|
3971
|
-
} ? {
|
3972
|
-
new (...args: any[]): {
|
3973
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3974
|
-
};
|
3975
|
-
} : typeof wca16c703117f44a68982a1898d6c3c31b;
|
3976
|
-
};
|
3977
|
-
"businessprofile": {
|
3978
|
-
"display": typeof wcb131edab4792449794cbe808794a4678 extends {
|
3979
|
-
propsDefinition: infer TProp;
|
3980
|
-
} ? {
|
3981
|
-
new (...args: any[]): {
|
3982
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3983
|
-
};
|
3984
|
-
} : typeof wcb131edab4792449794cbe808794a4678;
|
3985
|
-
"editor": typeof wcd524d750bbd84cbbb8582c259cef3198 extends {
|
3986
|
-
propsDefinition: infer TProp;
|
3987
|
-
} ? {
|
3988
|
-
new (...args: any[]): {
|
3989
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3990
|
-
};
|
3991
|
-
} : typeof wcd524d750bbd84cbbb8582c259cef3198;
|
3992
|
-
};
|
3993
|
-
"date": {
|
3994
|
-
"display": typeof wc627dc53f51a442019a52bba09ac665cc extends {
|
3995
|
-
propsDefinition: infer TProp;
|
3996
|
-
} ? {
|
3997
|
-
new (...args: any[]): {
|
3998
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3999
|
-
};
|
4000
|
-
} : typeof wc627dc53f51a442019a52bba09ac665cc;
|
4001
|
-
"editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6 extends {
|
4002
|
-
propsDefinition: infer TProp;
|
4003
|
-
} ? {
|
4004
|
-
new (...args: any[]): {
|
4005
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4006
|
-
};
|
4007
|
-
} : typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6;
|
4008
|
-
"time": {
|
4009
|
-
"display": typeof wc5666ffa15ff14a64bac8854da534ff16 extends {
|
4010
|
-
propsDefinition: infer TProp;
|
4011
|
-
} ? {
|
4012
|
-
new (...args: any[]): {
|
4013
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4014
|
-
};
|
4015
|
-
} : typeof wc5666ffa15ff14a64bac8854da534ff16;
|
4016
|
-
"editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571 extends {
|
4017
|
-
propsDefinition: infer TProp;
|
4018
|
-
} ? {
|
4019
|
-
new (...args: any[]): {
|
4020
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4021
|
-
};
|
4022
|
-
} : typeof wc0f52758b4d0c4e02abfeea1c5c935571;
|
4023
|
-
"configuration": typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 extends {
|
4024
|
-
propsDefinition: infer TProp;
|
4025
|
-
} ? {
|
4026
|
-
new (...args: any[]): {
|
4027
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4028
|
-
};
|
4029
|
-
} : typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9;
|
4030
|
-
};
|
4031
|
-
};
|
4032
|
-
"email": {
|
4033
|
-
"display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc extends {
|
4034
|
-
propsDefinition: infer TProp;
|
4035
|
-
} ? {
|
4036
|
-
new (...args: any[]): {
|
4037
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4038
|
-
};
|
4039
|
-
} : typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc;
|
4040
|
-
"editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde extends {
|
4041
|
-
propsDefinition: infer TProp;
|
4042
|
-
} ? {
|
4043
|
-
new (...args: any[]): {
|
4044
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4045
|
-
};
|
4046
|
-
} : typeof wc056a7f0a4fa444368b5c7d09c60dbcde;
|
4047
|
-
};
|
4048
|
-
"html": {
|
4049
|
-
"display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8 extends {
|
4050
|
-
propsDefinition: infer TProp;
|
4051
|
-
} ? {
|
4052
|
-
new (...args: any[]): {
|
4053
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4054
|
-
};
|
4055
|
-
} : typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8;
|
4056
|
-
"editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf extends {
|
4057
|
-
propsDefinition: infer TProp;
|
4058
|
-
} ? {
|
4059
|
-
new (...args: any[]): {
|
4060
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4061
|
-
};
|
4062
|
-
} : typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf;
|
4063
|
-
"configuration": typeof wcae36a741825f4f209bc10b68fb677bf7 extends {
|
4064
|
-
propsDefinition: infer TProp;
|
4065
|
-
} ? {
|
4066
|
-
new (...args: any[]): {
|
4067
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4068
|
-
};
|
4069
|
-
} : typeof wcae36a741825f4f209bc10b68fb677bf7;
|
4070
|
-
};
|
4071
|
-
"identity": {
|
4072
|
-
"display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0 extends {
|
3642
|
+
"identity": {
|
3643
|
+
"display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0 extends {
|
4073
3644
|
propsDefinition: infer TProp;
|
4074
3645
|
} ? {
|
4075
3646
|
new (...args: any[]): {
|
@@ -4418,6 +3989,299 @@ declare global {
|
|
4418
3989
|
};
|
4419
3990
|
};
|
4420
3991
|
let o: {
|
3992
|
+
"alert": typeof wc8a200f29d7484601b901dd76ca8ec771 extends {
|
3993
|
+
propsDefinition: infer TProp;
|
3994
|
+
} ? {
|
3995
|
+
new (...args: any[]): {
|
3996
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3997
|
+
};
|
3998
|
+
} : typeof wc8a200f29d7484601b901dd76ca8ec771;
|
3999
|
+
"app": {
|
4000
|
+
"bar": typeof wc90d19714df6c4b16bd5d42bc705e7692 extends {
|
4001
|
+
propsDefinition: infer TProp;
|
4002
|
+
} ? {
|
4003
|
+
new (...args: any[]): {
|
4004
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4005
|
+
};
|
4006
|
+
} : typeof wc90d19714df6c4b16bd5d42bc705e7692;
|
4007
|
+
};
|
4008
|
+
"avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a extends {
|
4009
|
+
propsDefinition: infer TProp;
|
4010
|
+
} ? {
|
4011
|
+
new (...args: any[]): {
|
4012
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4013
|
+
};
|
4014
|
+
} : typeof wc8848766a05fd4a7a8e1a89376b3cf09a;
|
4015
|
+
"badge": typeof wc4cc48714e16a45feb2d213932a13d1f8 extends {
|
4016
|
+
propsDefinition: infer TProp;
|
4017
|
+
} ? {
|
4018
|
+
new (...args: any[]): {
|
4019
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4020
|
+
};
|
4021
|
+
} : typeof wc4cc48714e16a45feb2d213932a13d1f8;
|
4022
|
+
"btn": typeof wc2dc36afd27594696ad30c07d123dcc62 extends {
|
4023
|
+
propsDefinition: infer TProp;
|
4024
|
+
} ? {
|
4025
|
+
new (...args: any[]): {
|
4026
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4027
|
+
};
|
4028
|
+
} : typeof wc2dc36afd27594696ad30c07d123dcc62;
|
4029
|
+
"card": typeof wc9349eb7714274f73bb91f7994524e5c8 extends {
|
4030
|
+
propsDefinition: infer TProp;
|
4031
|
+
} ? {
|
4032
|
+
new (...args: any[]): {
|
4033
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4034
|
+
};
|
4035
|
+
} : typeof wc9349eb7714274f73bb91f7994524e5c8;
|
4036
|
+
"checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc extends {
|
4037
|
+
propsDefinition: infer TProp;
|
4038
|
+
} ? {
|
4039
|
+
new (...args: any[]): {
|
4040
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4041
|
+
};
|
4042
|
+
} : typeof wcf552852ba9874a378c9329da62aaf9dc;
|
4043
|
+
"chip": typeof wcf12317feb91b4efebc337cfe39fabe1c extends {
|
4044
|
+
propsDefinition: infer TProp;
|
4045
|
+
} ? {
|
4046
|
+
new (...args: any[]): {
|
4047
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4048
|
+
};
|
4049
|
+
} : typeof wcf12317feb91b4efebc337cfe39fabe1c;
|
4050
|
+
"color": {
|
4051
|
+
"picker": typeof wc28370f0312764e82b4c29237f943710a extends {
|
4052
|
+
propsDefinition: infer TProp;
|
4053
|
+
} ? {
|
4054
|
+
new (...args: any[]): {
|
4055
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4056
|
+
};
|
4057
|
+
} : typeof wc28370f0312764e82b4c29237f943710a;
|
4058
|
+
};
|
4059
|
+
"col": typeof wcd116618a12d0439f8da809535809c260 extends {
|
4060
|
+
propsDefinition: infer TProp;
|
4061
|
+
} ? {
|
4062
|
+
new (...args: any[]): {
|
4063
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4064
|
+
};
|
4065
|
+
} : typeof wcd116618a12d0439f8da809535809c260;
|
4066
|
+
"data": {
|
4067
|
+
"table": typeof wc27c00720f7fb46bbb39286a2cb94797c extends {
|
4068
|
+
propsDefinition: infer TProp;
|
4069
|
+
} ? {
|
4070
|
+
new (...args: any[]): {
|
4071
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4072
|
+
};
|
4073
|
+
} : typeof wc27c00720f7fb46bbb39286a2cb94797c;
|
4074
|
+
};
|
4075
|
+
"date": {
|
4076
|
+
"picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99 extends {
|
4077
|
+
propsDefinition: infer TProp;
|
4078
|
+
} ? {
|
4079
|
+
new (...args: any[]): {
|
4080
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4081
|
+
};
|
4082
|
+
} : typeof wcb10a0917fdc744c890d9b472ee3b3c99;
|
4083
|
+
};
|
4084
|
+
"dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3 extends {
|
4085
|
+
propsDefinition: infer TProp;
|
4086
|
+
} ? {
|
4087
|
+
new (...args: any[]): {
|
4088
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4089
|
+
};
|
4090
|
+
} : typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3;
|
4091
|
+
"divider": typeof wcc0415286cfac41349dd264dc1621c463 extends {
|
4092
|
+
propsDefinition: infer TProp;
|
4093
|
+
} ? {
|
4094
|
+
new (...args: any[]): {
|
4095
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4096
|
+
};
|
4097
|
+
} : typeof wcc0415286cfac41349dd264dc1621c463;
|
4098
|
+
"draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55 extends {
|
4099
|
+
propsDefinition: infer TProp;
|
4100
|
+
} ? {
|
4101
|
+
new (...args: any[]): {
|
4102
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4103
|
+
};
|
4104
|
+
} : typeof wc3465fc250ac44f43af9d3df1cf17ec55;
|
4105
|
+
"expansion": {
|
4106
|
+
"panels": typeof wc220372653d7a43a6a79cf1d01a23cffb extends {
|
4107
|
+
propsDefinition: infer TProp;
|
4108
|
+
} ? {
|
4109
|
+
new (...args: any[]): {
|
4110
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4111
|
+
};
|
4112
|
+
} : typeof wc220372653d7a43a6a79cf1d01a23cffb;
|
4113
|
+
"panel": typeof wca6ca5f7d21d24b168fcab70c965fded1 extends {
|
4114
|
+
propsDefinition: infer TProp;
|
4115
|
+
} ? {
|
4116
|
+
new (...args: any[]): {
|
4117
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4118
|
+
};
|
4119
|
+
} : typeof wca6ca5f7d21d24b168fcab70c965fded1;
|
4120
|
+
};
|
4121
|
+
"flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7 extends {
|
4122
|
+
propsDefinition: infer TProp;
|
4123
|
+
} ? {
|
4124
|
+
new (...args: any[]): {
|
4125
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4126
|
+
};
|
4127
|
+
} : typeof wc1691e25d963243f9b78a548fe8d2e8a7;
|
4128
|
+
"row": typeof wcee11b15d9e30495fb46b0c84244110c2 extends {
|
4129
|
+
propsDefinition: infer TProp;
|
4130
|
+
} ? {
|
4131
|
+
new (...args: any[]): {
|
4132
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4133
|
+
};
|
4134
|
+
} : typeof wcee11b15d9e30495fb46b0c84244110c2;
|
4135
|
+
"form": typeof wc02b49401a3554f3db9fc158e52535ac3 extends {
|
4136
|
+
propsDefinition: infer TProp;
|
4137
|
+
} ? {
|
4138
|
+
new (...args: any[]): {
|
4139
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4140
|
+
};
|
4141
|
+
} : typeof wc02b49401a3554f3db9fc158e52535ac3;
|
4142
|
+
"host": {
|
4143
|
+
"provider": typeof wc8beba318c75e49aab203190ba1953c71 extends {
|
4144
|
+
propsDefinition: infer TProp;
|
4145
|
+
} ? {
|
4146
|
+
new (...args: any[]): {
|
4147
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4148
|
+
};
|
4149
|
+
} : typeof wc8beba318c75e49aab203190ba1953c71;
|
4150
|
+
};
|
4151
|
+
"icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87 extends {
|
4152
|
+
propsDefinition: infer TProp;
|
4153
|
+
} ? {
|
4154
|
+
new (...args: any[]): {
|
4155
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4156
|
+
};
|
4157
|
+
} : typeof wcdf79ba95ee5d40139e7935297b7d1e87;
|
4158
|
+
"img": typeof wc1a821ca3b97a4b78bf235864addd38ca extends {
|
4159
|
+
propsDefinition: infer TProp;
|
4160
|
+
} ? {
|
4161
|
+
new (...args: any[]): {
|
4162
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4163
|
+
};
|
4164
|
+
} : typeof wc1a821ca3b97a4b78bf235864addd38ca;
|
4165
|
+
"infinite": {
|
4166
|
+
"scroll": typeof wcfb478d201092422aa2106afa9758300f extends {
|
4167
|
+
propsDefinition: infer TProp;
|
4168
|
+
} ? {
|
4169
|
+
new (...args: any[]): {
|
4170
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4171
|
+
};
|
4172
|
+
} : typeof wcfb478d201092422aa2106afa9758300f;
|
4173
|
+
};
|
4174
|
+
"layout": typeof wc428e436c13dc457898a408786361c9b1 extends {
|
4175
|
+
propsDefinition: infer TProp;
|
4176
|
+
} ? {
|
4177
|
+
new (...args: any[]): {
|
4178
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4179
|
+
};
|
4180
|
+
} : typeof wc428e436c13dc457898a408786361c9b1;
|
4181
|
+
"lazy": typeof wc2df6ab65eea84ed8bab297dff9c56224 extends {
|
4182
|
+
propsDefinition: infer TProp;
|
4183
|
+
} ? {
|
4184
|
+
new (...args: any[]): {
|
4185
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4186
|
+
};
|
4187
|
+
} : typeof wc2df6ab65eea84ed8bab297dff9c56224;
|
4188
|
+
"link": typeof wc75cd93099dd146469e0ce6b5b1cac14d extends {
|
4189
|
+
propsDefinition: infer TProp;
|
4190
|
+
} ? {
|
4191
|
+
new (...args: any[]): {
|
4192
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4193
|
+
};
|
4194
|
+
} : typeof wc75cd93099dd146469e0ce6b5b1cac14d;
|
4195
|
+
"list": typeof wc154a229c9bd84d31aed848da93f29ea2 extends {
|
4196
|
+
propsDefinition: infer TProp;
|
4197
|
+
} ? {
|
4198
|
+
new (...args: any[]): {
|
4199
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4200
|
+
};
|
4201
|
+
} : typeof wc154a229c9bd84d31aed848da93f29ea2;
|
4202
|
+
"main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
|
4203
|
+
propsDefinition: infer TProp;
|
4204
|
+
} ? {
|
4205
|
+
new (...args: any[]): {
|
4206
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4207
|
+
};
|
4208
|
+
} : typeof wc1ed9f2ec3580492cb211d719c9b15ad1;
|
4209
|
+
"menu": typeof wc01c206c8b30e41408b6457cdea679b78 extends {
|
4210
|
+
propsDefinition: infer TProp;
|
4211
|
+
} ? {
|
4212
|
+
new (...args: any[]): {
|
4213
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4214
|
+
};
|
4215
|
+
} : typeof wc01c206c8b30e41408b6457cdea679b78;
|
4216
|
+
"navigation": {
|
4217
|
+
"drawer": typeof wc48b4d391d03f4a01a9485b845917d229 extends {
|
4218
|
+
propsDefinition: infer TProp;
|
4219
|
+
} ? {
|
4220
|
+
new (...args: any[]): {
|
4221
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4222
|
+
};
|
4223
|
+
} : typeof wc48b4d391d03f4a01a9485b845917d229;
|
4224
|
+
};
|
4225
|
+
"notification": typeof wc16277e3059db453eb98ad6946d315c39 extends {
|
4226
|
+
propsDefinition: infer TProp;
|
4227
|
+
} ? {
|
4228
|
+
new (...args: any[]): {
|
4229
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4230
|
+
};
|
4231
|
+
} : typeof wc16277e3059db453eb98ad6946d315c39;
|
4232
|
+
"pagination": typeof wcecbd3b3dbc834cf0856597772da1320c extends {
|
4233
|
+
propsDefinition: infer TProp;
|
4234
|
+
} ? {
|
4235
|
+
new (...args: any[]): {
|
4236
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4237
|
+
};
|
4238
|
+
} : typeof wcecbd3b3dbc834cf0856597772da1320c;
|
4239
|
+
"panel": typeof wc1d8d2a2328244f1eab96344841305976 extends {
|
4240
|
+
propsDefinition: infer TProp;
|
4241
|
+
} ? {
|
4242
|
+
new (...args: any[]): {
|
4243
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4244
|
+
};
|
4245
|
+
} : typeof wc1d8d2a2328244f1eab96344841305976;
|
4246
|
+
"progress": typeof wc247719ac6d3843ec889face452544a21 extends {
|
4247
|
+
propsDefinition: infer TProp;
|
4248
|
+
} ? {
|
4249
|
+
new (...args: any[]): {
|
4250
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4251
|
+
};
|
4252
|
+
} : typeof wc247719ac6d3843ec889face452544a21;
|
4253
|
+
"radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1 extends {
|
4254
|
+
propsDefinition: infer TProp;
|
4255
|
+
} ? {
|
4256
|
+
new (...args: any[]): {
|
4257
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4258
|
+
};
|
4259
|
+
} : typeof wc2d9c50d3dcb1421cafb8eab80be243a1;
|
4260
|
+
"range": {
|
4261
|
+
"slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58 extends {
|
4262
|
+
propsDefinition: infer TProp;
|
4263
|
+
} ? {
|
4264
|
+
new (...args: any[]): {
|
4265
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4266
|
+
};
|
4267
|
+
} : typeof wc8a82f6b541cc49b2ade3e5b880fd3a58;
|
4268
|
+
};
|
4269
|
+
"rating": typeof wc4c41fd8799ae43468150fd47661e8100 extends {
|
4270
|
+
propsDefinition: infer TProp;
|
4271
|
+
} ? {
|
4272
|
+
new (...args: any[]): {
|
4273
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4274
|
+
};
|
4275
|
+
} : typeof wc4c41fd8799ae43468150fd47661e8100;
|
4276
|
+
"scroll": {
|
4277
|
+
"container": typeof wc177587e103904861b5d4d491388a01b1 extends {
|
4278
|
+
propsDefinition: infer TProp;
|
4279
|
+
} ? {
|
4280
|
+
new (...args: any[]): {
|
4281
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4282
|
+
};
|
4283
|
+
} : typeof wc177587e103904861b5d4d491388a01b1;
|
4284
|
+
};
|
4421
4285
|
"select": typeof wc578e2a4d5cd247a4b1291911256253a7 extends {
|
4422
4286
|
propsDefinition: infer TProp;
|
4423
4287
|
} ? {
|
@@ -4425,6 +4289,136 @@ declare global {
|
|
4425
4289
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4426
4290
|
};
|
4427
4291
|
} : typeof wc578e2a4d5cd247a4b1291911256253a7;
|
4292
|
+
"skeleton": {
|
4293
|
+
"loader": typeof wc2ade92721b3c426fac97c63026f77351 extends {
|
4294
|
+
propsDefinition: infer TProp;
|
4295
|
+
} ? {
|
4296
|
+
new (...args: any[]): {
|
4297
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4298
|
+
};
|
4299
|
+
} : typeof wc2ade92721b3c426fac97c63026f77351;
|
4300
|
+
};
|
4301
|
+
"slide": typeof wc3fa834509fe3419fb005e2dd17325449 extends {
|
4302
|
+
propsDefinition: infer TProp;
|
4303
|
+
} ? {
|
4304
|
+
new (...args: any[]): {
|
4305
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4306
|
+
};
|
4307
|
+
} : typeof wc3fa834509fe3419fb005e2dd17325449;
|
4308
|
+
"slider": typeof wcd108fdde5ca942d7ae92195eb74b5452 extends {
|
4309
|
+
propsDefinition: infer TProp;
|
4310
|
+
} ? {
|
4311
|
+
new (...args: any[]): {
|
4312
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4313
|
+
};
|
4314
|
+
} : typeof wcd108fdde5ca942d7ae92195eb74b5452;
|
4315
|
+
"snackbar": typeof wca19feddcd78b4065b7650162fd088379 extends {
|
4316
|
+
propsDefinition: infer TProp;
|
4317
|
+
} ? {
|
4318
|
+
new (...args: any[]): {
|
4319
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4320
|
+
};
|
4321
|
+
} : typeof wca19feddcd78b4065b7650162fd088379;
|
4322
|
+
"spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc extends {
|
4323
|
+
propsDefinition: infer TProp;
|
4324
|
+
} ? {
|
4325
|
+
new (...args: any[]): {
|
4326
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4327
|
+
};
|
4328
|
+
} : typeof wcc26ccc7aeae04f76a062e83c6df302fc;
|
4329
|
+
"splitpanes": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd extends {
|
4330
|
+
propsDefinition: infer TProp;
|
4331
|
+
} ? {
|
4332
|
+
new (...args: any[]): {
|
4333
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4334
|
+
};
|
4335
|
+
} : typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd;
|
4336
|
+
"splitpane": {
|
4337
|
+
"item": typeof wc170e15fd849e41568ed9b48f88711527 extends {
|
4338
|
+
propsDefinition: infer TProp;
|
4339
|
+
} ? {
|
4340
|
+
new (...args: any[]): {
|
4341
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4342
|
+
};
|
4343
|
+
} : typeof wc170e15fd849e41568ed9b48f88711527;
|
4344
|
+
};
|
4345
|
+
"stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e extends {
|
4346
|
+
propsDefinition: infer TProp;
|
4347
|
+
} ? {
|
4348
|
+
new (...args: any[]): {
|
4349
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4350
|
+
};
|
4351
|
+
} : typeof wc7cc2d4feecde4174badc5797ba6fb53e;
|
4352
|
+
"switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43 extends {
|
4353
|
+
propsDefinition: infer TProp;
|
4354
|
+
} ? {
|
4355
|
+
new (...args: any[]): {
|
4356
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4357
|
+
};
|
4358
|
+
} : typeof wc31cc47b19e7d4c40b826f58d1c955a43;
|
4359
|
+
"tabs": typeof wc7345c491927b43438d9f5e14f51fbfad extends {
|
4360
|
+
propsDefinition: infer TProp;
|
4361
|
+
} ? {
|
4362
|
+
new (...args: any[]): {
|
4363
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4364
|
+
};
|
4365
|
+
} : typeof wc7345c491927b43438d9f5e14f51fbfad;
|
4366
|
+
"tab": typeof wc8669930d609c497e8cde0c554621db88 extends {
|
4367
|
+
propsDefinition: infer TProp;
|
4368
|
+
} ? {
|
4369
|
+
new (...args: any[]): {
|
4370
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4371
|
+
};
|
4372
|
+
} : typeof wc8669930d609c497e8cde0c554621db88;
|
4373
|
+
"table": typeof wc9ae46ba053704a329be291bf111c2a85 extends {
|
4374
|
+
propsDefinition: infer TProp;
|
4375
|
+
} ? {
|
4376
|
+
new (...args: any[]): {
|
4377
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4378
|
+
};
|
4379
|
+
} : typeof wc9ae46ba053704a329be291bf111c2a85;
|
4380
|
+
"text": typeof wcb5a113074f704ba89e1ee4102ea95536 extends {
|
4381
|
+
propsDefinition: infer TProp;
|
4382
|
+
} ? {
|
4383
|
+
new (...args: any[]): {
|
4384
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4385
|
+
};
|
4386
|
+
} : typeof wcb5a113074f704ba89e1ee4102ea95536;
|
4387
|
+
"textarea": typeof wc1e7db8a98533485d97b4359f64601ff0 extends {
|
4388
|
+
propsDefinition: infer TProp;
|
4389
|
+
} ? {
|
4390
|
+
new (...args: any[]): {
|
4391
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4392
|
+
};
|
4393
|
+
} : typeof wc1e7db8a98533485d97b4359f64601ff0;
|
4394
|
+
"toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4 extends {
|
4395
|
+
propsDefinition: infer TProp;
|
4396
|
+
} ? {
|
4397
|
+
new (...args: any[]): {
|
4398
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4399
|
+
};
|
4400
|
+
} : typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4;
|
4401
|
+
"tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534 extends {
|
4402
|
+
propsDefinition: infer TProp;
|
4403
|
+
} ? {
|
4404
|
+
new (...args: any[]): {
|
4405
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4406
|
+
};
|
4407
|
+
} : typeof wc19adb19938604f41b10f3a00eb3eb534;
|
4408
|
+
"treeview": typeof wcc617a9d7e25249929c41becb55905973 extends {
|
4409
|
+
propsDefinition: infer TProp;
|
4410
|
+
} ? {
|
4411
|
+
new (...args: any[]): {
|
4412
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4413
|
+
};
|
4414
|
+
} : typeof wcc617a9d7e25249929c41becb55905973;
|
4415
|
+
"validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
|
4416
|
+
propsDefinition: infer TProp;
|
4417
|
+
} ? {
|
4418
|
+
new (...args: any[]): {
|
4419
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4420
|
+
};
|
4421
|
+
} : typeof wc1e7fa637f4914cbeb9ceb6d577fec150;
|
4428
4422
|
"demo": typeof wcc9d01726f5594902bf4de68612b186de extends {
|
4429
4423
|
propsDefinition: infer TProp;
|
4430
4424
|
} ? {
|