@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
@@ -5,49 +5,86 @@ declare const _default: {
|
|
5
5
|
rows: {
|
6
6
|
type: import("vue").PropType<number>;
|
7
7
|
required: false;
|
8
|
+
} & {
|
9
|
+
type: import("vue").PropType<number>;
|
10
|
+
required: false;
|
8
11
|
};
|
9
12
|
autoGrow: {
|
10
13
|
type: import("vue").PropType<boolean>;
|
11
14
|
required: false;
|
12
15
|
};
|
16
|
+
"auto-grow": {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
required: false;
|
19
|
+
};
|
13
20
|
readonly: {
|
14
21
|
type: import("vue").PropType<boolean>;
|
15
22
|
required: false;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
required: false;
|
16
26
|
};
|
17
27
|
placeholder: {
|
18
28
|
type: import("vue").PropType<string>;
|
29
|
+
} & {
|
30
|
+
type: import("vue").PropType<string>;
|
19
31
|
};
|
20
32
|
rules: {
|
21
33
|
type: import("vue").PropType<ValidationRule[]>;
|
22
34
|
required: false;
|
35
|
+
} & {
|
36
|
+
type: import("vue").PropType<ValidationRule[]>;
|
37
|
+
required: false;
|
23
38
|
};
|
24
39
|
disabled: {
|
25
40
|
type: import("vue").PropType<boolean>;
|
26
41
|
required: false;
|
42
|
+
} & {
|
43
|
+
type: import("vue").PropType<boolean>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
"error-messages": {
|
47
|
+
type: import("vue").PropType<string | string[]>;
|
27
48
|
};
|
28
49
|
errorMessages: {
|
29
50
|
type: import("vue").PropType<string | string[]>;
|
30
51
|
};
|
31
52
|
clearable: {
|
32
53
|
type: import("vue").PropType<boolean>;
|
54
|
+
} & {
|
55
|
+
type: import("vue").PropType<boolean>;
|
33
56
|
};
|
34
57
|
autofocus: {
|
35
58
|
type: import("vue").PropType<boolean>;
|
36
59
|
required: false;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<boolean>;
|
62
|
+
required: false;
|
37
63
|
};
|
38
64
|
label: {
|
39
65
|
type: import("vue").PropType<string>;
|
66
|
+
} & {
|
67
|
+
type: import("vue").PropType<string>;
|
40
68
|
};
|
41
69
|
persistentHint: {
|
42
70
|
type: import("vue").PropType<boolean>;
|
43
71
|
required: false;
|
44
72
|
};
|
73
|
+
"persistent-hint": {
|
74
|
+
type: import("vue").PropType<boolean>;
|
75
|
+
required: false;
|
76
|
+
};
|
45
77
|
toned: {
|
46
78
|
type: import("vue").PropType<boolean>;
|
47
79
|
required: false;
|
80
|
+
} & {
|
81
|
+
type: import("vue").PropType<boolean>;
|
82
|
+
required: false;
|
48
83
|
};
|
49
84
|
hint: {
|
50
85
|
type: import("vue").PropType<string>;
|
86
|
+
} & {
|
87
|
+
type: import("vue").PropType<string>;
|
51
88
|
};
|
52
89
|
"onUpdate:modelValue": {
|
53
90
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -70,8 +107,6 @@ declare const _default: {
|
|
70
107
|
colorSchemaType?: any;
|
71
108
|
container?: any;
|
72
109
|
colors?: any;
|
73
|
-
blueprintType?: any;
|
74
|
-
blueprint?: any;
|
75
110
|
}>> & {
|
76
111
|
"onUpdate:modelValue"?: (value: string) => any;
|
77
112
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -84,49 +119,86 @@ declare const _default: {
|
|
84
119
|
rows: {
|
85
120
|
type: import("vue").PropType<number>;
|
86
121
|
required: false;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<number>;
|
124
|
+
required: false;
|
87
125
|
};
|
88
126
|
autoGrow: {
|
89
127
|
type: import("vue").PropType<boolean>;
|
90
128
|
required: false;
|
91
129
|
};
|
130
|
+
"auto-grow": {
|
131
|
+
type: import("vue").PropType<boolean>;
|
132
|
+
required: false;
|
133
|
+
};
|
92
134
|
readonly: {
|
93
135
|
type: import("vue").PropType<boolean>;
|
94
136
|
required: false;
|
137
|
+
} & {
|
138
|
+
type: import("vue").PropType<boolean>;
|
139
|
+
required: false;
|
95
140
|
};
|
96
141
|
placeholder: {
|
97
142
|
type: import("vue").PropType<string>;
|
143
|
+
} & {
|
144
|
+
type: import("vue").PropType<string>;
|
98
145
|
};
|
99
146
|
rules: {
|
100
147
|
type: import("vue").PropType<ValidationRule[]>;
|
101
148
|
required: false;
|
149
|
+
} & {
|
150
|
+
type: import("vue").PropType<ValidationRule[]>;
|
151
|
+
required: false;
|
102
152
|
};
|
103
153
|
disabled: {
|
104
154
|
type: import("vue").PropType<boolean>;
|
105
155
|
required: false;
|
156
|
+
} & {
|
157
|
+
type: import("vue").PropType<boolean>;
|
158
|
+
required: false;
|
159
|
+
};
|
160
|
+
"error-messages": {
|
161
|
+
type: import("vue").PropType<string | string[]>;
|
106
162
|
};
|
107
163
|
errorMessages: {
|
108
164
|
type: import("vue").PropType<string | string[]>;
|
109
165
|
};
|
110
166
|
clearable: {
|
111
167
|
type: import("vue").PropType<boolean>;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<boolean>;
|
112
170
|
};
|
113
171
|
autofocus: {
|
114
172
|
type: import("vue").PropType<boolean>;
|
115
173
|
required: false;
|
174
|
+
} & {
|
175
|
+
type: import("vue").PropType<boolean>;
|
176
|
+
required: false;
|
116
177
|
};
|
117
178
|
label: {
|
118
179
|
type: import("vue").PropType<string>;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<string>;
|
119
182
|
};
|
120
183
|
persistentHint: {
|
121
184
|
type: import("vue").PropType<boolean>;
|
122
185
|
required: false;
|
123
186
|
};
|
187
|
+
"persistent-hint": {
|
188
|
+
type: import("vue").PropType<boolean>;
|
189
|
+
required: false;
|
190
|
+
};
|
124
191
|
toned: {
|
125
192
|
type: import("vue").PropType<boolean>;
|
126
193
|
required: false;
|
194
|
+
} & {
|
195
|
+
type: import("vue").PropType<boolean>;
|
196
|
+
required: false;
|
127
197
|
};
|
128
198
|
hint: {
|
129
199
|
type: import("vue").PropType<string>;
|
200
|
+
} & {
|
201
|
+
type: import("vue").PropType<string>;
|
130
202
|
};
|
131
203
|
"onUpdate:modelValue": {
|
132
204
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -149,17 +221,13 @@ declare const _default: {
|
|
149
221
|
colorSchemaType?: any;
|
150
222
|
container?: any;
|
151
223
|
colors?: any;
|
152
|
-
blueprintType?: any;
|
153
|
-
blueprint?: any;
|
154
224
|
}>> & {
|
155
225
|
"onUpdate:modelValue"?: (value: string) => any;
|
156
226
|
"onUpdate:focused"?: (value: boolean) => any;
|
157
227
|
"onClick:button"?: () => any;
|
158
228
|
}, {
|
159
229
|
container?: any;
|
160
|
-
blueprint?: any;
|
161
230
|
colorSchemaType?: any;
|
162
|
-
blueprintType?: any;
|
163
231
|
colors?: any;
|
164
232
|
}, true, {}, {}, {
|
165
233
|
P: {};
|
@@ -172,49 +240,86 @@ declare const _default: {
|
|
172
240
|
rows: {
|
173
241
|
type: import("vue").PropType<number>;
|
174
242
|
required: false;
|
243
|
+
} & {
|
244
|
+
type: import("vue").PropType<number>;
|
245
|
+
required: false;
|
175
246
|
};
|
176
247
|
autoGrow: {
|
177
248
|
type: import("vue").PropType<boolean>;
|
178
249
|
required: false;
|
179
250
|
};
|
251
|
+
"auto-grow": {
|
252
|
+
type: import("vue").PropType<boolean>;
|
253
|
+
required: false;
|
254
|
+
};
|
180
255
|
readonly: {
|
181
256
|
type: import("vue").PropType<boolean>;
|
182
257
|
required: false;
|
258
|
+
} & {
|
259
|
+
type: import("vue").PropType<boolean>;
|
260
|
+
required: false;
|
183
261
|
};
|
184
262
|
placeholder: {
|
185
263
|
type: import("vue").PropType<string>;
|
264
|
+
} & {
|
265
|
+
type: import("vue").PropType<string>;
|
186
266
|
};
|
187
267
|
rules: {
|
188
268
|
type: import("vue").PropType<ValidationRule[]>;
|
189
269
|
required: false;
|
270
|
+
} & {
|
271
|
+
type: import("vue").PropType<ValidationRule[]>;
|
272
|
+
required: false;
|
190
273
|
};
|
191
274
|
disabled: {
|
192
275
|
type: import("vue").PropType<boolean>;
|
193
276
|
required: false;
|
277
|
+
} & {
|
278
|
+
type: import("vue").PropType<boolean>;
|
279
|
+
required: false;
|
280
|
+
};
|
281
|
+
"error-messages": {
|
282
|
+
type: import("vue").PropType<string | string[]>;
|
194
283
|
};
|
195
284
|
errorMessages: {
|
196
285
|
type: import("vue").PropType<string | string[]>;
|
197
286
|
};
|
198
287
|
clearable: {
|
199
288
|
type: import("vue").PropType<boolean>;
|
289
|
+
} & {
|
290
|
+
type: import("vue").PropType<boolean>;
|
200
291
|
};
|
201
292
|
autofocus: {
|
202
293
|
type: import("vue").PropType<boolean>;
|
203
294
|
required: false;
|
295
|
+
} & {
|
296
|
+
type: import("vue").PropType<boolean>;
|
297
|
+
required: false;
|
204
298
|
};
|
205
299
|
label: {
|
206
300
|
type: import("vue").PropType<string>;
|
301
|
+
} & {
|
302
|
+
type: import("vue").PropType<string>;
|
207
303
|
};
|
208
304
|
persistentHint: {
|
209
305
|
type: import("vue").PropType<boolean>;
|
210
306
|
required: false;
|
211
307
|
};
|
308
|
+
"persistent-hint": {
|
309
|
+
type: import("vue").PropType<boolean>;
|
310
|
+
required: false;
|
311
|
+
};
|
212
312
|
toned: {
|
213
313
|
type: import("vue").PropType<boolean>;
|
214
314
|
required: false;
|
315
|
+
} & {
|
316
|
+
type: import("vue").PropType<boolean>;
|
317
|
+
required: false;
|
215
318
|
};
|
216
319
|
hint: {
|
217
320
|
type: import("vue").PropType<string>;
|
321
|
+
} & {
|
322
|
+
type: import("vue").PropType<string>;
|
218
323
|
};
|
219
324
|
"onUpdate:modelValue": {
|
220
325
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -237,17 +342,13 @@ declare const _default: {
|
|
237
342
|
colorSchemaType?: any;
|
238
343
|
container?: any;
|
239
344
|
colors?: any;
|
240
|
-
blueprintType?: any;
|
241
|
-
blueprint?: any;
|
242
345
|
}>> & {
|
243
346
|
"onUpdate:modelValue"?: (value: string) => any;
|
244
347
|
"onUpdate:focused"?: (value: boolean) => any;
|
245
348
|
"onClick:button"?: () => any;
|
246
349
|
}, () => JSX.Element, {}, {}, {}, {
|
247
350
|
container?: any;
|
248
|
-
blueprint?: any;
|
249
351
|
colorSchemaType?: any;
|
250
|
-
blueprintType?: any;
|
251
352
|
colors?: any;
|
252
353
|
}>;
|
253
354
|
__isFragment?: never;
|
@@ -257,49 +358,86 @@ declare const _default: {
|
|
257
358
|
rows: {
|
258
359
|
type: import("vue").PropType<number>;
|
259
360
|
required: false;
|
361
|
+
} & {
|
362
|
+
type: import("vue").PropType<number>;
|
363
|
+
required: false;
|
260
364
|
};
|
261
365
|
autoGrow: {
|
262
366
|
type: import("vue").PropType<boolean>;
|
263
367
|
required: false;
|
264
368
|
};
|
369
|
+
"auto-grow": {
|
370
|
+
type: import("vue").PropType<boolean>;
|
371
|
+
required: false;
|
372
|
+
};
|
265
373
|
readonly: {
|
266
374
|
type: import("vue").PropType<boolean>;
|
267
375
|
required: false;
|
376
|
+
} & {
|
377
|
+
type: import("vue").PropType<boolean>;
|
378
|
+
required: false;
|
268
379
|
};
|
269
380
|
placeholder: {
|
270
381
|
type: import("vue").PropType<string>;
|
382
|
+
} & {
|
383
|
+
type: import("vue").PropType<string>;
|
271
384
|
};
|
272
385
|
rules: {
|
273
386
|
type: import("vue").PropType<ValidationRule[]>;
|
274
387
|
required: false;
|
388
|
+
} & {
|
389
|
+
type: import("vue").PropType<ValidationRule[]>;
|
390
|
+
required: false;
|
275
391
|
};
|
276
392
|
disabled: {
|
277
393
|
type: import("vue").PropType<boolean>;
|
278
394
|
required: false;
|
395
|
+
} & {
|
396
|
+
type: import("vue").PropType<boolean>;
|
397
|
+
required: false;
|
398
|
+
};
|
399
|
+
"error-messages": {
|
400
|
+
type: import("vue").PropType<string | string[]>;
|
279
401
|
};
|
280
402
|
errorMessages: {
|
281
403
|
type: import("vue").PropType<string | string[]>;
|
282
404
|
};
|
283
405
|
clearable: {
|
284
406
|
type: import("vue").PropType<boolean>;
|
407
|
+
} & {
|
408
|
+
type: import("vue").PropType<boolean>;
|
285
409
|
};
|
286
410
|
autofocus: {
|
287
411
|
type: import("vue").PropType<boolean>;
|
288
412
|
required: false;
|
413
|
+
} & {
|
414
|
+
type: import("vue").PropType<boolean>;
|
415
|
+
required: false;
|
289
416
|
};
|
290
417
|
label: {
|
291
418
|
type: import("vue").PropType<string>;
|
419
|
+
} & {
|
420
|
+
type: import("vue").PropType<string>;
|
292
421
|
};
|
293
422
|
persistentHint: {
|
294
423
|
type: import("vue").PropType<boolean>;
|
295
424
|
required: false;
|
296
425
|
};
|
426
|
+
"persistent-hint": {
|
427
|
+
type: import("vue").PropType<boolean>;
|
428
|
+
required: false;
|
429
|
+
};
|
297
430
|
toned: {
|
298
431
|
type: import("vue").PropType<boolean>;
|
299
432
|
required: false;
|
433
|
+
} & {
|
434
|
+
type: import("vue").PropType<boolean>;
|
435
|
+
required: false;
|
300
436
|
};
|
301
437
|
hint: {
|
302
438
|
type: import("vue").PropType<string>;
|
439
|
+
} & {
|
440
|
+
type: import("vue").PropType<string>;
|
303
441
|
};
|
304
442
|
"onUpdate:modelValue": {
|
305
443
|
type: import("vue").PropType<(value: string) => any>;
|
@@ -322,8 +460,6 @@ declare const _default: {
|
|
322
460
|
colorSchemaType?: any;
|
323
461
|
container?: any;
|
324
462
|
colors?: any;
|
325
|
-
blueprintType?: any;
|
326
|
-
blueprint?: any;
|
327
463
|
}>> & {
|
328
464
|
"onUpdate:modelValue"?: (value: string) => any;
|
329
465
|
"onUpdate:focused"?: (value: boolean) => any;
|
@@ -334,16 +470,12 @@ declare const _default: {
|
|
334
470
|
"click:button": () => true;
|
335
471
|
}, string, {
|
336
472
|
container?: any;
|
337
|
-
blueprint?: any;
|
338
473
|
colorSchemaType?: any;
|
339
|
-
blueprintType?: any;
|
340
474
|
colors?: any;
|
341
475
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
342
476
|
propsDefinition: Omit<Readonly<{
|
343
477
|
container?: any;
|
344
|
-
blueprint?: any;
|
345
478
|
colorSchemaType?: any;
|
346
|
-
blueprintType?: any;
|
347
479
|
colors?: any;
|
348
480
|
} & {
|
349
481
|
label?: string;
|
@@ -362,10 +494,13 @@ declare const _default: {
|
|
362
494
|
placeholder?: string;
|
363
495
|
clearable?: boolean;
|
364
496
|
rules?: ValidationRule[];
|
497
|
+
"error-messages"?: string | string[];
|
365
498
|
hint?: string;
|
366
499
|
persistentHint?: boolean;
|
500
|
+
"persistent-hint"?: boolean;
|
367
501
|
readonly?: boolean;
|
368
502
|
autoGrow?: boolean;
|
503
|
+
"auto-grow"?: boolean;
|
369
504
|
}>, "onUpdate:modelValue" | "onUpdate:focused" | "onClick:button"> & {
|
370
505
|
"onUpdate:modelValue"?: (value: string) => any;
|
371
506
|
"onUpdate:focused"?: (value: boolean) => any;
|