@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
@@ -6,18 +6,33 @@ declare const _default: {
|
|
6
6
|
readonly: {
|
7
7
|
type: import("vue").PropType<boolean>;
|
8
8
|
required: false;
|
9
|
+
} & {
|
10
|
+
type: import("vue").PropType<boolean>;
|
11
|
+
required: false;
|
12
|
+
};
|
13
|
+
"persistent-hint": {
|
14
|
+
type: import("vue").PropType<boolean>;
|
9
15
|
};
|
10
16
|
persistentHint: {
|
11
17
|
type: import("vue").PropType<boolean>;
|
12
18
|
};
|
13
19
|
hint: {
|
14
20
|
type: import("vue").PropType<string>;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<string>;
|
15
23
|
};
|
16
24
|
prefix: {
|
17
25
|
type: import("vue").PropType<string>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<string>;
|
18
28
|
};
|
19
29
|
suffix: {
|
20
30
|
type: import("vue").PropType<string>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<string>;
|
33
|
+
};
|
34
|
+
"error-messages": {
|
35
|
+
type: import("vue").PropType<string | string[]>;
|
21
36
|
};
|
22
37
|
errorMessages: {
|
23
38
|
type: import("vue").PropType<string | string[]>;
|
@@ -25,37 +40,62 @@ declare const _default: {
|
|
25
40
|
disabled: {
|
26
41
|
type: import("vue").PropType<boolean>;
|
27
42
|
required: false;
|
43
|
+
} & {
|
44
|
+
type: import("vue").PropType<boolean>;
|
45
|
+
required: false;
|
28
46
|
};
|
29
47
|
loading: {
|
30
48
|
type: import("vue").PropType<boolean>;
|
31
49
|
required: false;
|
50
|
+
} & {
|
51
|
+
type: import("vue").PropType<boolean>;
|
52
|
+
required: false;
|
32
53
|
};
|
33
54
|
rules: {
|
34
55
|
type: import("vue").PropType<ValidationRule[]>;
|
35
56
|
required: false;
|
57
|
+
} & {
|
58
|
+
type: import("vue").PropType<ValidationRule[]>;
|
59
|
+
required: false;
|
36
60
|
};
|
37
61
|
toned: {
|
38
62
|
type: import("vue").PropType<boolean>;
|
39
63
|
required: false;
|
64
|
+
} & {
|
65
|
+
type: import("vue").PropType<boolean>;
|
66
|
+
required: false;
|
40
67
|
};
|
41
68
|
autofocus: {
|
42
69
|
type: import("vue").PropType<boolean>;
|
43
70
|
required: false;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
required: false;
|
44
74
|
};
|
45
75
|
type: {
|
46
76
|
type: import("vue").PropType<"number" | "text" | "password">;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
47
79
|
};
|
48
80
|
clearable: {
|
49
81
|
type: import("vue").PropType<boolean>;
|
82
|
+
} & {
|
83
|
+
type: import("vue").PropType<boolean>;
|
50
84
|
};
|
51
85
|
variant: {
|
52
86
|
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
87
|
+
} & {
|
88
|
+
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
53
89
|
};
|
54
90
|
placeholder: {
|
55
91
|
type: import("vue").PropType<string>;
|
92
|
+
} & {
|
93
|
+
type: import("vue").PropType<string>;
|
56
94
|
};
|
57
95
|
label: {
|
58
96
|
type: import("vue").PropType<string>;
|
97
|
+
} & {
|
98
|
+
type: import("vue").PropType<string>;
|
59
99
|
};
|
60
100
|
"onUpdate:modelValue": {
|
61
101
|
type: import("vue").PropType<(value: string | number | WritableComputedRef<string>) => any>;
|
@@ -78,8 +118,6 @@ declare const _default: {
|
|
78
118
|
colorSchemaType?: any;
|
79
119
|
container?: any;
|
80
120
|
colors?: any;
|
81
|
-
blueprintType?: any;
|
82
|
-
blueprint?: any;
|
83
121
|
}>> & {
|
84
122
|
"onUpdate:modelValue"?: (value: string) => any;
|
85
123
|
onDoc$?: (description?: string) => any;
|
@@ -98,18 +136,33 @@ declare const _default: {
|
|
98
136
|
readonly: {
|
99
137
|
type: import("vue").PropType<boolean>;
|
100
138
|
required: false;
|
139
|
+
} & {
|
140
|
+
type: import("vue").PropType<boolean>;
|
141
|
+
required: false;
|
142
|
+
};
|
143
|
+
"persistent-hint": {
|
144
|
+
type: import("vue").PropType<boolean>;
|
101
145
|
};
|
102
146
|
persistentHint: {
|
103
147
|
type: import("vue").PropType<boolean>;
|
104
148
|
};
|
105
149
|
hint: {
|
106
150
|
type: import("vue").PropType<string>;
|
151
|
+
} & {
|
152
|
+
type: import("vue").PropType<string>;
|
107
153
|
};
|
108
154
|
prefix: {
|
109
155
|
type: import("vue").PropType<string>;
|
156
|
+
} & {
|
157
|
+
type: import("vue").PropType<string>;
|
110
158
|
};
|
111
159
|
suffix: {
|
112
160
|
type: import("vue").PropType<string>;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<string>;
|
163
|
+
};
|
164
|
+
"error-messages": {
|
165
|
+
type: import("vue").PropType<string | string[]>;
|
113
166
|
};
|
114
167
|
errorMessages: {
|
115
168
|
type: import("vue").PropType<string | string[]>;
|
@@ -117,37 +170,62 @@ declare const _default: {
|
|
117
170
|
disabled: {
|
118
171
|
type: import("vue").PropType<boolean>;
|
119
172
|
required: false;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<boolean>;
|
175
|
+
required: false;
|
120
176
|
};
|
121
177
|
loading: {
|
122
178
|
type: import("vue").PropType<boolean>;
|
123
179
|
required: false;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<boolean>;
|
182
|
+
required: false;
|
124
183
|
};
|
125
184
|
rules: {
|
126
185
|
type: import("vue").PropType<ValidationRule[]>;
|
127
186
|
required: false;
|
187
|
+
} & {
|
188
|
+
type: import("vue").PropType<ValidationRule[]>;
|
189
|
+
required: false;
|
128
190
|
};
|
129
191
|
toned: {
|
130
192
|
type: import("vue").PropType<boolean>;
|
131
193
|
required: false;
|
194
|
+
} & {
|
195
|
+
type: import("vue").PropType<boolean>;
|
196
|
+
required: false;
|
132
197
|
};
|
133
198
|
autofocus: {
|
134
199
|
type: import("vue").PropType<boolean>;
|
135
200
|
required: false;
|
201
|
+
} & {
|
202
|
+
type: import("vue").PropType<boolean>;
|
203
|
+
required: false;
|
136
204
|
};
|
137
205
|
type: {
|
138
206
|
type: import("vue").PropType<"number" | "text" | "password">;
|
207
|
+
} & {
|
208
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
139
209
|
};
|
140
210
|
clearable: {
|
141
211
|
type: import("vue").PropType<boolean>;
|
212
|
+
} & {
|
213
|
+
type: import("vue").PropType<boolean>;
|
142
214
|
};
|
143
215
|
variant: {
|
144
216
|
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
217
|
+
} & {
|
218
|
+
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
145
219
|
};
|
146
220
|
placeholder: {
|
147
221
|
type: import("vue").PropType<string>;
|
222
|
+
} & {
|
223
|
+
type: import("vue").PropType<string>;
|
148
224
|
};
|
149
225
|
label: {
|
150
226
|
type: import("vue").PropType<string>;
|
227
|
+
} & {
|
228
|
+
type: import("vue").PropType<string>;
|
151
229
|
};
|
152
230
|
"onUpdate:modelValue": {
|
153
231
|
type: import("vue").PropType<(value: string | number | WritableComputedRef<string>) => any>;
|
@@ -170,8 +248,6 @@ declare const _default: {
|
|
170
248
|
colorSchemaType?: any;
|
171
249
|
container?: any;
|
172
250
|
colors?: any;
|
173
|
-
blueprintType?: any;
|
174
|
-
blueprint?: any;
|
175
251
|
}>> & {
|
176
252
|
"onUpdate:modelValue"?: (value: string) => any;
|
177
253
|
onDoc$?: (description?: string) => any;
|
@@ -180,9 +256,7 @@ declare const _default: {
|
|
180
256
|
"onClick:button"?: () => any;
|
181
257
|
}, {
|
182
258
|
container?: any;
|
183
|
-
blueprint?: any;
|
184
259
|
colorSchemaType?: any;
|
185
|
-
blueprintType?: any;
|
186
260
|
colors?: any;
|
187
261
|
}, true, {}, {}, {
|
188
262
|
P: {};
|
@@ -195,18 +269,33 @@ declare const _default: {
|
|
195
269
|
readonly: {
|
196
270
|
type: import("vue").PropType<boolean>;
|
197
271
|
required: false;
|
272
|
+
} & {
|
273
|
+
type: import("vue").PropType<boolean>;
|
274
|
+
required: false;
|
275
|
+
};
|
276
|
+
"persistent-hint": {
|
277
|
+
type: import("vue").PropType<boolean>;
|
198
278
|
};
|
199
279
|
persistentHint: {
|
200
280
|
type: import("vue").PropType<boolean>;
|
201
281
|
};
|
202
282
|
hint: {
|
203
283
|
type: import("vue").PropType<string>;
|
284
|
+
} & {
|
285
|
+
type: import("vue").PropType<string>;
|
204
286
|
};
|
205
287
|
prefix: {
|
206
288
|
type: import("vue").PropType<string>;
|
289
|
+
} & {
|
290
|
+
type: import("vue").PropType<string>;
|
207
291
|
};
|
208
292
|
suffix: {
|
209
293
|
type: import("vue").PropType<string>;
|
294
|
+
} & {
|
295
|
+
type: import("vue").PropType<string>;
|
296
|
+
};
|
297
|
+
"error-messages": {
|
298
|
+
type: import("vue").PropType<string | string[]>;
|
210
299
|
};
|
211
300
|
errorMessages: {
|
212
301
|
type: import("vue").PropType<string | string[]>;
|
@@ -214,37 +303,62 @@ declare const _default: {
|
|
214
303
|
disabled: {
|
215
304
|
type: import("vue").PropType<boolean>;
|
216
305
|
required: false;
|
306
|
+
} & {
|
307
|
+
type: import("vue").PropType<boolean>;
|
308
|
+
required: false;
|
217
309
|
};
|
218
310
|
loading: {
|
219
311
|
type: import("vue").PropType<boolean>;
|
220
312
|
required: false;
|
313
|
+
} & {
|
314
|
+
type: import("vue").PropType<boolean>;
|
315
|
+
required: false;
|
221
316
|
};
|
222
317
|
rules: {
|
223
318
|
type: import("vue").PropType<ValidationRule[]>;
|
224
319
|
required: false;
|
320
|
+
} & {
|
321
|
+
type: import("vue").PropType<ValidationRule[]>;
|
322
|
+
required: false;
|
225
323
|
};
|
226
324
|
toned: {
|
227
325
|
type: import("vue").PropType<boolean>;
|
228
326
|
required: false;
|
327
|
+
} & {
|
328
|
+
type: import("vue").PropType<boolean>;
|
329
|
+
required: false;
|
229
330
|
};
|
230
331
|
autofocus: {
|
231
332
|
type: import("vue").PropType<boolean>;
|
232
333
|
required: false;
|
334
|
+
} & {
|
335
|
+
type: import("vue").PropType<boolean>;
|
336
|
+
required: false;
|
233
337
|
};
|
234
338
|
type: {
|
235
339
|
type: import("vue").PropType<"number" | "text" | "password">;
|
340
|
+
} & {
|
341
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
236
342
|
};
|
237
343
|
clearable: {
|
238
344
|
type: import("vue").PropType<boolean>;
|
345
|
+
} & {
|
346
|
+
type: import("vue").PropType<boolean>;
|
239
347
|
};
|
240
348
|
variant: {
|
241
349
|
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
350
|
+
} & {
|
351
|
+
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
242
352
|
};
|
243
353
|
placeholder: {
|
244
354
|
type: import("vue").PropType<string>;
|
355
|
+
} & {
|
356
|
+
type: import("vue").PropType<string>;
|
245
357
|
};
|
246
358
|
label: {
|
247
359
|
type: import("vue").PropType<string>;
|
360
|
+
} & {
|
361
|
+
type: import("vue").PropType<string>;
|
248
362
|
};
|
249
363
|
"onUpdate:modelValue": {
|
250
364
|
type: import("vue").PropType<(value: string | number | WritableComputedRef<string>) => any>;
|
@@ -267,8 +381,6 @@ declare const _default: {
|
|
267
381
|
colorSchemaType?: any;
|
268
382
|
container?: any;
|
269
383
|
colors?: any;
|
270
|
-
blueprintType?: any;
|
271
|
-
blueprint?: any;
|
272
384
|
}>> & {
|
273
385
|
"onUpdate:modelValue"?: (value: string) => any;
|
274
386
|
onDoc$?: (description?: string) => any;
|
@@ -277,9 +389,7 @@ declare const _default: {
|
|
277
389
|
"onClick:button"?: () => any;
|
278
390
|
}, () => JSX.Element, {}, {}, {}, {
|
279
391
|
container?: any;
|
280
|
-
blueprint?: any;
|
281
392
|
colorSchemaType?: any;
|
282
|
-
blueprintType?: any;
|
283
393
|
colors?: any;
|
284
394
|
}>;
|
285
395
|
__isFragment?: never;
|
@@ -289,18 +399,33 @@ declare const _default: {
|
|
289
399
|
readonly: {
|
290
400
|
type: import("vue").PropType<boolean>;
|
291
401
|
required: false;
|
402
|
+
} & {
|
403
|
+
type: import("vue").PropType<boolean>;
|
404
|
+
required: false;
|
405
|
+
};
|
406
|
+
"persistent-hint": {
|
407
|
+
type: import("vue").PropType<boolean>;
|
292
408
|
};
|
293
409
|
persistentHint: {
|
294
410
|
type: import("vue").PropType<boolean>;
|
295
411
|
};
|
296
412
|
hint: {
|
297
413
|
type: import("vue").PropType<string>;
|
414
|
+
} & {
|
415
|
+
type: import("vue").PropType<string>;
|
298
416
|
};
|
299
417
|
prefix: {
|
300
418
|
type: import("vue").PropType<string>;
|
419
|
+
} & {
|
420
|
+
type: import("vue").PropType<string>;
|
301
421
|
};
|
302
422
|
suffix: {
|
303
423
|
type: import("vue").PropType<string>;
|
424
|
+
} & {
|
425
|
+
type: import("vue").PropType<string>;
|
426
|
+
};
|
427
|
+
"error-messages": {
|
428
|
+
type: import("vue").PropType<string | string[]>;
|
304
429
|
};
|
305
430
|
errorMessages: {
|
306
431
|
type: import("vue").PropType<string | string[]>;
|
@@ -308,37 +433,62 @@ declare const _default: {
|
|
308
433
|
disabled: {
|
309
434
|
type: import("vue").PropType<boolean>;
|
310
435
|
required: false;
|
436
|
+
} & {
|
437
|
+
type: import("vue").PropType<boolean>;
|
438
|
+
required: false;
|
311
439
|
};
|
312
440
|
loading: {
|
313
441
|
type: import("vue").PropType<boolean>;
|
314
442
|
required: false;
|
443
|
+
} & {
|
444
|
+
type: import("vue").PropType<boolean>;
|
445
|
+
required: false;
|
315
446
|
};
|
316
447
|
rules: {
|
317
448
|
type: import("vue").PropType<ValidationRule[]>;
|
318
449
|
required: false;
|
450
|
+
} & {
|
451
|
+
type: import("vue").PropType<ValidationRule[]>;
|
452
|
+
required: false;
|
319
453
|
};
|
320
454
|
toned: {
|
321
455
|
type: import("vue").PropType<boolean>;
|
322
456
|
required: false;
|
457
|
+
} & {
|
458
|
+
type: import("vue").PropType<boolean>;
|
459
|
+
required: false;
|
323
460
|
};
|
324
461
|
autofocus: {
|
325
462
|
type: import("vue").PropType<boolean>;
|
326
463
|
required: false;
|
464
|
+
} & {
|
465
|
+
type: import("vue").PropType<boolean>;
|
466
|
+
required: false;
|
327
467
|
};
|
328
468
|
type: {
|
329
469
|
type: import("vue").PropType<"number" | "text" | "password">;
|
470
|
+
} & {
|
471
|
+
type: import("vue").PropType<"number" | "text" | "password">;
|
330
472
|
};
|
331
473
|
clearable: {
|
332
474
|
type: import("vue").PropType<boolean>;
|
475
|
+
} & {
|
476
|
+
type: import("vue").PropType<boolean>;
|
333
477
|
};
|
334
478
|
variant: {
|
335
479
|
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
480
|
+
} & {
|
481
|
+
type: import("vue").PropType<"search" | "link" | "default" | "find-slim" | "media">;
|
336
482
|
};
|
337
483
|
placeholder: {
|
338
484
|
type: import("vue").PropType<string>;
|
485
|
+
} & {
|
486
|
+
type: import("vue").PropType<string>;
|
339
487
|
};
|
340
488
|
label: {
|
341
489
|
type: import("vue").PropType<string>;
|
490
|
+
} & {
|
491
|
+
type: import("vue").PropType<string>;
|
342
492
|
};
|
343
493
|
"onUpdate:modelValue": {
|
344
494
|
type: import("vue").PropType<(value: string | number | WritableComputedRef<string>) => any>;
|
@@ -361,8 +511,6 @@ declare const _default: {
|
|
361
511
|
colorSchemaType?: any;
|
362
512
|
container?: any;
|
363
513
|
colors?: any;
|
364
|
-
blueprintType?: any;
|
365
|
-
blueprint?: any;
|
366
514
|
}>> & {
|
367
515
|
"onUpdate:modelValue"?: (value: string) => any;
|
368
516
|
onDoc$?: (description?: string) => any;
|
@@ -379,21 +527,17 @@ declare const _default: {
|
|
379
527
|
"click:button": () => true;
|
380
528
|
}, string, {
|
381
529
|
container?: any;
|
382
|
-
blueprint?: any;
|
383
530
|
colorSchemaType?: any;
|
384
|
-
blueprintType?: any;
|
385
531
|
colors?: any;
|
386
532
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
387
533
|
propsDefinition: Omit<Readonly<{
|
388
534
|
container?: any;
|
389
|
-
blueprint?: any;
|
390
535
|
colorSchemaType?: any;
|
391
|
-
blueprintType?: any;
|
392
536
|
colors?: any;
|
393
537
|
} & {
|
538
|
+
type?: "number" | "text" | "password";
|
394
539
|
label?: string;
|
395
540
|
class?: String | String[];
|
396
|
-
type?: "number" | "text" | "password";
|
397
541
|
disabled?: boolean;
|
398
542
|
errorMessages?: string | string[];
|
399
543
|
"onUpdate:modelValue"?: (value: string | number | WritableComputedRef<string>) => any;
|
@@ -410,9 +554,11 @@ declare const _default: {
|
|
410
554
|
loading?: boolean;
|
411
555
|
clearable?: boolean;
|
412
556
|
rules?: ValidationRule[];
|
557
|
+
"error-messages"?: string | string[];
|
413
558
|
suffix?: string;
|
414
559
|
hint?: string;
|
415
560
|
persistentHint?: boolean;
|
561
|
+
"persistent-hint"?: boolean;
|
416
562
|
readonly?: boolean;
|
417
563
|
}>, "onUpdate:modelValue" | "onDoc$" | "onUpdate:focused" | "onClick:clear" | "onClick:button"> & {
|
418
564
|
"onUpdate:modelValue"?: (value: string) => any;
|