@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
@@ -12,27 +12,45 @@ declare const _default: {
|
|
12
12
|
"v-slots": import("vue").Prop<{
|
13
13
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
14
14
|
} & OSelectSlots>;
|
15
|
+
"hide-selected": {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
};
|
15
18
|
hideSelected: {
|
16
19
|
type: import("vue").PropType<boolean>;
|
17
20
|
};
|
21
|
+
"persistent-hint": {
|
22
|
+
type: import("vue").PropType<boolean>;
|
23
|
+
};
|
18
24
|
persistentHint: {
|
19
25
|
type: import("vue").PropType<boolean>;
|
20
26
|
};
|
21
27
|
disabled: {
|
22
28
|
type: import("vue").PropType<boolean>;
|
23
29
|
required: false;
|
30
|
+
} & {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
required: false;
|
24
33
|
};
|
25
34
|
loading: {
|
26
35
|
type: import("vue").PropType<boolean>;
|
27
36
|
required: false;
|
37
|
+
} & {
|
38
|
+
type: import("vue").PropType<boolean>;
|
39
|
+
required: false;
|
28
40
|
};
|
29
41
|
multiple: {
|
30
42
|
type: import("vue").PropType<boolean>;
|
31
43
|
required: false;
|
44
|
+
} & {
|
45
|
+
type: import("vue").PropType<boolean>;
|
46
|
+
required: false;
|
32
47
|
};
|
33
48
|
readonly: {
|
34
49
|
type: import("vue").PropType<boolean>;
|
35
50
|
required: false;
|
51
|
+
} & {
|
52
|
+
type: import("vue").PropType<boolean>;
|
53
|
+
required: false;
|
36
54
|
};
|
37
55
|
toned: {
|
38
56
|
type: import("vue").PropType<boolean>;
|
@@ -42,35 +60,61 @@ declare const _default: {
|
|
42
60
|
searchable: {
|
43
61
|
type: import("vue").PropType<boolean>;
|
44
62
|
required: false;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<boolean>;
|
65
|
+
required: false;
|
45
66
|
};
|
46
67
|
clearable: {
|
47
68
|
type: import("vue").PropType<boolean>;
|
69
|
+
} & {
|
70
|
+
type: import("vue").PropType<boolean>;
|
48
71
|
};
|
49
72
|
returnObject: {
|
50
73
|
type: import("vue").PropType<boolean>;
|
51
74
|
required: false;
|
52
75
|
};
|
76
|
+
"return-object": {
|
77
|
+
type: import("vue").PropType<boolean>;
|
78
|
+
required: false;
|
79
|
+
};
|
53
80
|
variant: {
|
54
81
|
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
82
|
+
} & {
|
83
|
+
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
84
|
+
};
|
85
|
+
"item-value": {
|
86
|
+
type: import("vue").PropType<any>;
|
55
87
|
};
|
56
88
|
itemValue: {
|
57
89
|
type: import("vue").PropType<any>;
|
58
90
|
};
|
91
|
+
"item-title": {
|
92
|
+
type: import("vue").PropType<any>;
|
93
|
+
};
|
59
94
|
itemTitle: {
|
60
95
|
type: import("vue").PropType<any>;
|
61
96
|
};
|
62
97
|
items: {
|
63
98
|
type: import("vue").PropType<any>;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<any>;
|
64
101
|
};
|
65
102
|
hint: {
|
66
103
|
type: import("vue").PropType<string>;
|
104
|
+
} & {
|
105
|
+
type: import("vue").PropType<string>;
|
67
106
|
};
|
68
107
|
label: {
|
69
108
|
type: import("vue").PropType<string>;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<string>;
|
70
111
|
};
|
71
112
|
rules: {
|
72
113
|
type: import("vue").PropType<ValidationRule[]>;
|
73
114
|
required: false;
|
115
|
+
} & {
|
116
|
+
type: import("vue").PropType<ValidationRule[]>;
|
117
|
+
required: false;
|
74
118
|
};
|
75
119
|
"onUpdate:modelValue": {
|
76
120
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -90,8 +134,6 @@ declare const _default: {
|
|
90
134
|
colorSchemaType?: any;
|
91
135
|
container?: any;
|
92
136
|
colors?: any;
|
93
|
-
blueprintType?: any;
|
94
|
-
blueprint?: any;
|
95
137
|
}>> & {
|
96
138
|
"onUpdate:modelValue"?: (value: any) => any;
|
97
139
|
"onClick:button"?: (value: any) => any;
|
@@ -104,27 +146,45 @@ declare const _default: {
|
|
104
146
|
"v-slots": import("vue").Prop<{
|
105
147
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
106
148
|
} & OSelectSlots>;
|
149
|
+
"hide-selected": {
|
150
|
+
type: import("vue").PropType<boolean>;
|
151
|
+
};
|
107
152
|
hideSelected: {
|
108
153
|
type: import("vue").PropType<boolean>;
|
109
154
|
};
|
155
|
+
"persistent-hint": {
|
156
|
+
type: import("vue").PropType<boolean>;
|
157
|
+
};
|
110
158
|
persistentHint: {
|
111
159
|
type: import("vue").PropType<boolean>;
|
112
160
|
};
|
113
161
|
disabled: {
|
114
162
|
type: import("vue").PropType<boolean>;
|
115
163
|
required: false;
|
164
|
+
} & {
|
165
|
+
type: import("vue").PropType<boolean>;
|
166
|
+
required: false;
|
116
167
|
};
|
117
168
|
loading: {
|
118
169
|
type: import("vue").PropType<boolean>;
|
119
170
|
required: false;
|
171
|
+
} & {
|
172
|
+
type: import("vue").PropType<boolean>;
|
173
|
+
required: false;
|
120
174
|
};
|
121
175
|
multiple: {
|
122
176
|
type: import("vue").PropType<boolean>;
|
123
177
|
required: false;
|
178
|
+
} & {
|
179
|
+
type: import("vue").PropType<boolean>;
|
180
|
+
required: false;
|
124
181
|
};
|
125
182
|
readonly: {
|
126
183
|
type: import("vue").PropType<boolean>;
|
127
184
|
required: false;
|
185
|
+
} & {
|
186
|
+
type: import("vue").PropType<boolean>;
|
187
|
+
required: false;
|
128
188
|
};
|
129
189
|
toned: {
|
130
190
|
type: import("vue").PropType<boolean>;
|
@@ -134,35 +194,61 @@ declare const _default: {
|
|
134
194
|
searchable: {
|
135
195
|
type: import("vue").PropType<boolean>;
|
136
196
|
required: false;
|
197
|
+
} & {
|
198
|
+
type: import("vue").PropType<boolean>;
|
199
|
+
required: false;
|
137
200
|
};
|
138
201
|
clearable: {
|
139
202
|
type: import("vue").PropType<boolean>;
|
203
|
+
} & {
|
204
|
+
type: import("vue").PropType<boolean>;
|
140
205
|
};
|
141
206
|
returnObject: {
|
142
207
|
type: import("vue").PropType<boolean>;
|
143
208
|
required: false;
|
144
209
|
};
|
210
|
+
"return-object": {
|
211
|
+
type: import("vue").PropType<boolean>;
|
212
|
+
required: false;
|
213
|
+
};
|
145
214
|
variant: {
|
146
215
|
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
216
|
+
} & {
|
217
|
+
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
218
|
+
};
|
219
|
+
"item-value": {
|
220
|
+
type: import("vue").PropType<any>;
|
147
221
|
};
|
148
222
|
itemValue: {
|
149
223
|
type: import("vue").PropType<any>;
|
150
224
|
};
|
225
|
+
"item-title": {
|
226
|
+
type: import("vue").PropType<any>;
|
227
|
+
};
|
151
228
|
itemTitle: {
|
152
229
|
type: import("vue").PropType<any>;
|
153
230
|
};
|
154
231
|
items: {
|
155
232
|
type: import("vue").PropType<any>;
|
233
|
+
} & {
|
234
|
+
type: import("vue").PropType<any>;
|
156
235
|
};
|
157
236
|
hint: {
|
158
237
|
type: import("vue").PropType<string>;
|
238
|
+
} & {
|
239
|
+
type: import("vue").PropType<string>;
|
159
240
|
};
|
160
241
|
label: {
|
161
242
|
type: import("vue").PropType<string>;
|
243
|
+
} & {
|
244
|
+
type: import("vue").PropType<string>;
|
162
245
|
};
|
163
246
|
rules: {
|
164
247
|
type: import("vue").PropType<ValidationRule[]>;
|
165
248
|
required: false;
|
249
|
+
} & {
|
250
|
+
type: import("vue").PropType<ValidationRule[]>;
|
251
|
+
required: false;
|
166
252
|
};
|
167
253
|
"onUpdate:modelValue": {
|
168
254
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -182,17 +268,13 @@ declare const _default: {
|
|
182
268
|
colorSchemaType?: any;
|
183
269
|
container?: any;
|
184
270
|
colors?: any;
|
185
|
-
blueprintType?: any;
|
186
|
-
blueprint?: any;
|
187
271
|
}>> & {
|
188
272
|
"onUpdate:modelValue"?: (value: any) => any;
|
189
273
|
"onClick:button"?: (value: any) => any;
|
190
274
|
"onUpdate:search"?: (value: string) => any;
|
191
275
|
}, {
|
192
276
|
container?: any;
|
193
|
-
blueprint?: any;
|
194
277
|
colorSchemaType?: any;
|
195
|
-
blueprintType?: any;
|
196
278
|
colors?: any;
|
197
279
|
}, true, {}, {}, {
|
198
280
|
P: {};
|
@@ -205,27 +287,45 @@ declare const _default: {
|
|
205
287
|
"v-slots": import("vue").Prop<{
|
206
288
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
207
289
|
} & OSelectSlots>;
|
290
|
+
"hide-selected": {
|
291
|
+
type: import("vue").PropType<boolean>;
|
292
|
+
};
|
208
293
|
hideSelected: {
|
209
294
|
type: import("vue").PropType<boolean>;
|
210
295
|
};
|
296
|
+
"persistent-hint": {
|
297
|
+
type: import("vue").PropType<boolean>;
|
298
|
+
};
|
211
299
|
persistentHint: {
|
212
300
|
type: import("vue").PropType<boolean>;
|
213
301
|
};
|
214
302
|
disabled: {
|
215
303
|
type: import("vue").PropType<boolean>;
|
216
304
|
required: false;
|
305
|
+
} & {
|
306
|
+
type: import("vue").PropType<boolean>;
|
307
|
+
required: false;
|
217
308
|
};
|
218
309
|
loading: {
|
219
310
|
type: import("vue").PropType<boolean>;
|
220
311
|
required: false;
|
312
|
+
} & {
|
313
|
+
type: import("vue").PropType<boolean>;
|
314
|
+
required: false;
|
221
315
|
};
|
222
316
|
multiple: {
|
223
317
|
type: import("vue").PropType<boolean>;
|
224
318
|
required: false;
|
319
|
+
} & {
|
320
|
+
type: import("vue").PropType<boolean>;
|
321
|
+
required: false;
|
225
322
|
};
|
226
323
|
readonly: {
|
227
324
|
type: import("vue").PropType<boolean>;
|
228
325
|
required: false;
|
326
|
+
} & {
|
327
|
+
type: import("vue").PropType<boolean>;
|
328
|
+
required: false;
|
229
329
|
};
|
230
330
|
toned: {
|
231
331
|
type: import("vue").PropType<boolean>;
|
@@ -235,35 +335,61 @@ declare const _default: {
|
|
235
335
|
searchable: {
|
236
336
|
type: import("vue").PropType<boolean>;
|
237
337
|
required: false;
|
338
|
+
} & {
|
339
|
+
type: import("vue").PropType<boolean>;
|
340
|
+
required: false;
|
238
341
|
};
|
239
342
|
clearable: {
|
240
343
|
type: import("vue").PropType<boolean>;
|
344
|
+
} & {
|
345
|
+
type: import("vue").PropType<boolean>;
|
241
346
|
};
|
242
347
|
returnObject: {
|
243
348
|
type: import("vue").PropType<boolean>;
|
244
349
|
required: false;
|
245
350
|
};
|
351
|
+
"return-object": {
|
352
|
+
type: import("vue").PropType<boolean>;
|
353
|
+
required: false;
|
354
|
+
};
|
246
355
|
variant: {
|
247
356
|
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
357
|
+
} & {
|
358
|
+
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
359
|
+
};
|
360
|
+
"item-value": {
|
361
|
+
type: import("vue").PropType<any>;
|
248
362
|
};
|
249
363
|
itemValue: {
|
250
364
|
type: import("vue").PropType<any>;
|
251
365
|
};
|
366
|
+
"item-title": {
|
367
|
+
type: import("vue").PropType<any>;
|
368
|
+
};
|
252
369
|
itemTitle: {
|
253
370
|
type: import("vue").PropType<any>;
|
254
371
|
};
|
255
372
|
items: {
|
256
373
|
type: import("vue").PropType<any>;
|
374
|
+
} & {
|
375
|
+
type: import("vue").PropType<any>;
|
257
376
|
};
|
258
377
|
hint: {
|
259
378
|
type: import("vue").PropType<string>;
|
379
|
+
} & {
|
380
|
+
type: import("vue").PropType<string>;
|
260
381
|
};
|
261
382
|
label: {
|
262
383
|
type: import("vue").PropType<string>;
|
384
|
+
} & {
|
385
|
+
type: import("vue").PropType<string>;
|
263
386
|
};
|
264
387
|
rules: {
|
265
388
|
type: import("vue").PropType<ValidationRule[]>;
|
266
389
|
required: false;
|
390
|
+
} & {
|
391
|
+
type: import("vue").PropType<ValidationRule[]>;
|
392
|
+
required: false;
|
267
393
|
};
|
268
394
|
"onUpdate:modelValue": {
|
269
395
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -283,17 +409,13 @@ declare const _default: {
|
|
283
409
|
colorSchemaType?: any;
|
284
410
|
container?: any;
|
285
411
|
colors?: any;
|
286
|
-
blueprintType?: any;
|
287
|
-
blueprint?: any;
|
288
412
|
}>> & {
|
289
413
|
"onUpdate:modelValue"?: (value: any) => any;
|
290
414
|
"onClick:button"?: (value: any) => any;
|
291
415
|
"onUpdate:search"?: (value: string) => any;
|
292
416
|
}, () => JSX.Element, {}, {}, {}, {
|
293
417
|
container?: any;
|
294
|
-
blueprint?: any;
|
295
418
|
colorSchemaType?: any;
|
296
|
-
blueprintType?: any;
|
297
419
|
colors?: any;
|
298
420
|
}>;
|
299
421
|
__isFragment?: never;
|
@@ -303,27 +425,45 @@ declare const _default: {
|
|
303
425
|
"v-slots": import("vue").Prop<{
|
304
426
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
305
427
|
} & OSelectSlots>;
|
428
|
+
"hide-selected": {
|
429
|
+
type: import("vue").PropType<boolean>;
|
430
|
+
};
|
306
431
|
hideSelected: {
|
307
432
|
type: import("vue").PropType<boolean>;
|
308
433
|
};
|
434
|
+
"persistent-hint": {
|
435
|
+
type: import("vue").PropType<boolean>;
|
436
|
+
};
|
309
437
|
persistentHint: {
|
310
438
|
type: import("vue").PropType<boolean>;
|
311
439
|
};
|
312
440
|
disabled: {
|
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
|
loading: {
|
317
448
|
type: import("vue").PropType<boolean>;
|
318
449
|
required: false;
|
450
|
+
} & {
|
451
|
+
type: import("vue").PropType<boolean>;
|
452
|
+
required: false;
|
319
453
|
};
|
320
454
|
multiple: {
|
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
|
readonly: {
|
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
|
toned: {
|
329
469
|
type: import("vue").PropType<boolean>;
|
@@ -333,35 +473,61 @@ declare const _default: {
|
|
333
473
|
searchable: {
|
334
474
|
type: import("vue").PropType<boolean>;
|
335
475
|
required: false;
|
476
|
+
} & {
|
477
|
+
type: import("vue").PropType<boolean>;
|
478
|
+
required: false;
|
336
479
|
};
|
337
480
|
clearable: {
|
338
481
|
type: import("vue").PropType<boolean>;
|
482
|
+
} & {
|
483
|
+
type: import("vue").PropType<boolean>;
|
339
484
|
};
|
340
485
|
returnObject: {
|
341
486
|
type: import("vue").PropType<boolean>;
|
342
487
|
required: false;
|
343
488
|
};
|
489
|
+
"return-object": {
|
490
|
+
type: import("vue").PropType<boolean>;
|
491
|
+
required: false;
|
492
|
+
};
|
344
493
|
variant: {
|
345
494
|
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
495
|
+
} & {
|
496
|
+
type: import("vue").PropType<"default" | "add" | "picker" | "combobox">;
|
497
|
+
};
|
498
|
+
"item-value": {
|
499
|
+
type: import("vue").PropType<any>;
|
346
500
|
};
|
347
501
|
itemValue: {
|
348
502
|
type: import("vue").PropType<any>;
|
349
503
|
};
|
504
|
+
"item-title": {
|
505
|
+
type: import("vue").PropType<any>;
|
506
|
+
};
|
350
507
|
itemTitle: {
|
351
508
|
type: import("vue").PropType<any>;
|
352
509
|
};
|
353
510
|
items: {
|
354
511
|
type: import("vue").PropType<any>;
|
512
|
+
} & {
|
513
|
+
type: import("vue").PropType<any>;
|
355
514
|
};
|
356
515
|
hint: {
|
357
516
|
type: import("vue").PropType<string>;
|
517
|
+
} & {
|
518
|
+
type: import("vue").PropType<string>;
|
358
519
|
};
|
359
520
|
label: {
|
360
521
|
type: import("vue").PropType<string>;
|
522
|
+
} & {
|
523
|
+
type: import("vue").PropType<string>;
|
361
524
|
};
|
362
525
|
rules: {
|
363
526
|
type: import("vue").PropType<ValidationRule[]>;
|
364
527
|
required: false;
|
528
|
+
} & {
|
529
|
+
type: import("vue").PropType<ValidationRule[]>;
|
530
|
+
required: false;
|
365
531
|
};
|
366
532
|
"onUpdate:modelValue": {
|
367
533
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -381,8 +547,6 @@ declare const _default: {
|
|
381
547
|
colorSchemaType?: any;
|
382
548
|
container?: any;
|
383
549
|
colors?: any;
|
384
|
-
blueprintType?: any;
|
385
|
-
blueprint?: any;
|
386
550
|
}>> & {
|
387
551
|
"onUpdate:modelValue"?: (value: any) => any;
|
388
552
|
"onClick:button"?: (value: any) => any;
|
@@ -393,16 +557,12 @@ declare const _default: {
|
|
393
557
|
"update:modelValue": (value: any) => true;
|
394
558
|
}, string, {
|
395
559
|
container?: any;
|
396
|
-
blueprint?: any;
|
397
560
|
colorSchemaType?: any;
|
398
|
-
blueprintType?: any;
|
399
561
|
colors?: any;
|
400
562
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
401
563
|
propsDefinition: Omit<Readonly<{
|
402
564
|
container?: any;
|
403
|
-
blueprint?: any;
|
404
565
|
colorSchemaType?: any;
|
405
|
-
blueprintType?: any;
|
406
566
|
colors?: any;
|
407
567
|
} & {
|
408
568
|
label?: string;
|
@@ -424,11 +584,16 @@ declare const _default: {
|
|
424
584
|
rules?: ValidationRule[];
|
425
585
|
hint?: string;
|
426
586
|
persistentHint?: boolean;
|
587
|
+
"persistent-hint"?: boolean;
|
427
588
|
readonly?: boolean;
|
428
589
|
itemTitle?: any;
|
590
|
+
"item-title"?: any;
|
429
591
|
itemValue?: any;
|
592
|
+
"item-value"?: any;
|
430
593
|
returnObject?: boolean;
|
594
|
+
"return-object"?: boolean;
|
431
595
|
hideSelected?: boolean;
|
596
|
+
"hide-selected"?: boolean;
|
432
597
|
}>, "onUpdate:modelValue" | "onClick:button" | "onUpdate:search"> & {
|
433
598
|
"onUpdate:modelValue"?: (value: any) => any;
|
434
599
|
"onClick:button"?: (value: any) => any;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { useTypographyBlueprintStore } from "../..";
|
2
2
|
export declare const SliderStyles: {
|
3
|
-
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof
|
3
|
+
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => string;
|
4
4
|
};
|
@@ -3,12 +3,18 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
width: {
|
5
5
|
type: import("vue").PropType<string | number>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<string | number>;
|
6
8
|
};
|
7
9
|
height: {
|
8
10
|
type: import("vue").PropType<string | number>;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<string | number>;
|
9
13
|
};
|
10
14
|
type: {
|
11
15
|
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
16
|
+
} & {
|
17
|
+
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
12
18
|
};
|
13
19
|
class: {
|
14
20
|
type: import("vue").PropType<String | String[]>;
|
@@ -17,17 +23,21 @@ declare const _default: {
|
|
17
23
|
colorSchemaType?: any;
|
18
24
|
container?: any;
|
19
25
|
colors?: any;
|
20
|
-
blueprintType?: any;
|
21
|
-
blueprint?: any;
|
22
26
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
23
27
|
width: {
|
24
28
|
type: import("vue").PropType<string | number>;
|
29
|
+
} & {
|
30
|
+
type: import("vue").PropType<string | number>;
|
25
31
|
};
|
26
32
|
height: {
|
27
33
|
type: import("vue").PropType<string | number>;
|
34
|
+
} & {
|
35
|
+
type: import("vue").PropType<string | number>;
|
28
36
|
};
|
29
37
|
type: {
|
30
38
|
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
39
|
+
} & {
|
40
|
+
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
31
41
|
};
|
32
42
|
class: {
|
33
43
|
type: import("vue").PropType<String | String[]>;
|
@@ -36,13 +46,9 @@ declare const _default: {
|
|
36
46
|
colorSchemaType?: any;
|
37
47
|
container?: any;
|
38
48
|
colors?: any;
|
39
|
-
blueprintType?: any;
|
40
|
-
blueprint?: any;
|
41
49
|
}>>, {
|
42
50
|
container?: any;
|
43
|
-
blueprint?: any;
|
44
51
|
colorSchemaType?: any;
|
45
|
-
blueprintType?: any;
|
46
52
|
colors?: any;
|
47
53
|
}, true, {}, {}, {
|
48
54
|
P: {};
|
@@ -54,12 +60,18 @@ declare const _default: {
|
|
54
60
|
}, Readonly<import("vue").ExtractPropTypes<{
|
55
61
|
width: {
|
56
62
|
type: import("vue").PropType<string | number>;
|
63
|
+
} & {
|
64
|
+
type: import("vue").PropType<string | number>;
|
57
65
|
};
|
58
66
|
height: {
|
59
67
|
type: import("vue").PropType<string | number>;
|
68
|
+
} & {
|
69
|
+
type: import("vue").PropType<string | number>;
|
60
70
|
};
|
61
71
|
type: {
|
62
72
|
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
63
75
|
};
|
64
76
|
class: {
|
65
77
|
type: import("vue").PropType<String | String[]>;
|
@@ -68,13 +80,9 @@ declare const _default: {
|
|
68
80
|
colorSchemaType?: any;
|
69
81
|
container?: any;
|
70
82
|
colors?: any;
|
71
|
-
blueprintType?: any;
|
72
|
-
blueprint?: any;
|
73
83
|
}>>, () => JSX.Element, {}, {}, {}, {
|
74
84
|
container?: any;
|
75
|
-
blueprint?: any;
|
76
85
|
colorSchemaType?: any;
|
77
|
-
blueprintType?: any;
|
78
86
|
colors?: any;
|
79
87
|
}>;
|
80
88
|
__isFragment?: never;
|
@@ -83,12 +91,18 @@ declare const _default: {
|
|
83
91
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
84
92
|
width: {
|
85
93
|
type: import("vue").PropType<string | number>;
|
94
|
+
} & {
|
95
|
+
type: import("vue").PropType<string | number>;
|
86
96
|
};
|
87
97
|
height: {
|
88
98
|
type: import("vue").PropType<string | number>;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<string | number>;
|
89
101
|
};
|
90
102
|
type: {
|
91
103
|
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
104
|
+
} & {
|
105
|
+
type: import("vue").PropType<OSkeletonLoaderTypesCombination>;
|
92
106
|
};
|
93
107
|
class: {
|
94
108
|
type: import("vue").PropType<String | String[]>;
|
@@ -97,24 +111,18 @@ declare const _default: {
|
|
97
111
|
colorSchemaType?: any;
|
98
112
|
container?: any;
|
99
113
|
colors?: any;
|
100
|
-
blueprintType?: any;
|
101
|
-
blueprint?: any;
|
102
114
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
103
115
|
container?: any;
|
104
|
-
blueprint?: any;
|
105
116
|
colorSchemaType?: any;
|
106
|
-
blueprintType?: any;
|
107
117
|
colors?: any;
|
108
118
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
109
119
|
propsDefinition: Omit<Readonly<{
|
110
120
|
container?: any;
|
111
|
-
blueprint?: any;
|
112
121
|
colorSchemaType?: any;
|
113
|
-
blueprintType?: any;
|
114
122
|
colors?: any;
|
115
123
|
} & {
|
116
|
-
class?: String | String[];
|
117
124
|
type?: OSkeletonLoaderTypesCombination;
|
125
|
+
class?: String | String[];
|
118
126
|
width?: string | number;
|
119
127
|
height?: string | number;
|
120
128
|
}>, never>;
|