@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
@@ -1,33 +1,55 @@
|
|
1
1
|
import { useSlidePanelStore } from "@omnia/fx/ux";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"get-api": {
|
5
|
+
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
6
|
+
};
|
4
7
|
getApi: {
|
5
8
|
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
6
9
|
};
|
10
|
+
"slide-spacing": {
|
11
|
+
type: import("vue").PropType<number>;
|
12
|
+
};
|
7
13
|
slideSpacing: {
|
8
14
|
type: import("vue").PropType<number>;
|
9
15
|
};
|
16
|
+
"slides-per-view": {
|
17
|
+
type: import("vue").PropType<number>;
|
18
|
+
};
|
10
19
|
slidesPerView: {
|
11
20
|
type: import("vue").PropType<number>;
|
12
21
|
};
|
13
22
|
delay: {
|
14
23
|
type: import("vue").PropType<number>;
|
15
24
|
required: false;
|
25
|
+
} & {
|
26
|
+
type: import("vue").PropType<number>;
|
27
|
+
required: false;
|
16
28
|
};
|
17
29
|
scrollbar: {
|
18
30
|
type: import("vue").PropType<boolean>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<boolean>;
|
19
33
|
};
|
20
34
|
loop: {
|
21
35
|
type: import("vue").PropType<boolean>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<boolean>;
|
22
38
|
};
|
23
39
|
autoplay: {
|
24
40
|
type: import("vue").PropType<boolean>;
|
41
|
+
} & {
|
42
|
+
type: import("vue").PropType<boolean>;
|
25
43
|
};
|
26
44
|
pagination: {
|
27
45
|
type: import("vue").PropType<boolean>;
|
46
|
+
} & {
|
47
|
+
type: import("vue").PropType<boolean>;
|
28
48
|
};
|
29
49
|
navigation: {
|
30
50
|
type: import("vue").PropType<boolean>;
|
51
|
+
} & {
|
52
|
+
type: import("vue").PropType<boolean>;
|
31
53
|
};
|
32
54
|
class: {
|
33
55
|
type: import("vue").PropType<String | String[]>;
|
@@ -36,36 +58,56 @@ declare const _default: {
|
|
36
58
|
colorSchemaType?: any;
|
37
59
|
container?: any;
|
38
60
|
colors?: any;
|
39
|
-
blueprintType?: any;
|
40
|
-
blueprint?: any;
|
41
61
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
62
|
+
"get-api": {
|
63
|
+
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
64
|
+
};
|
42
65
|
getApi: {
|
43
66
|
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
44
67
|
};
|
68
|
+
"slide-spacing": {
|
69
|
+
type: import("vue").PropType<number>;
|
70
|
+
};
|
45
71
|
slideSpacing: {
|
46
72
|
type: import("vue").PropType<number>;
|
47
73
|
};
|
74
|
+
"slides-per-view": {
|
75
|
+
type: import("vue").PropType<number>;
|
76
|
+
};
|
48
77
|
slidesPerView: {
|
49
78
|
type: import("vue").PropType<number>;
|
50
79
|
};
|
51
80
|
delay: {
|
52
81
|
type: import("vue").PropType<number>;
|
53
82
|
required: false;
|
83
|
+
} & {
|
84
|
+
type: import("vue").PropType<number>;
|
85
|
+
required: false;
|
54
86
|
};
|
55
87
|
scrollbar: {
|
56
88
|
type: import("vue").PropType<boolean>;
|
89
|
+
} & {
|
90
|
+
type: import("vue").PropType<boolean>;
|
57
91
|
};
|
58
92
|
loop: {
|
59
93
|
type: import("vue").PropType<boolean>;
|
94
|
+
} & {
|
95
|
+
type: import("vue").PropType<boolean>;
|
60
96
|
};
|
61
97
|
autoplay: {
|
62
98
|
type: import("vue").PropType<boolean>;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<boolean>;
|
63
101
|
};
|
64
102
|
pagination: {
|
65
103
|
type: import("vue").PropType<boolean>;
|
104
|
+
} & {
|
105
|
+
type: import("vue").PropType<boolean>;
|
66
106
|
};
|
67
107
|
navigation: {
|
68
108
|
type: import("vue").PropType<boolean>;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<boolean>;
|
69
111
|
};
|
70
112
|
class: {
|
71
113
|
type: import("vue").PropType<String | String[]>;
|
@@ -74,13 +116,9 @@ declare const _default: {
|
|
74
116
|
colorSchemaType?: any;
|
75
117
|
container?: any;
|
76
118
|
colors?: any;
|
77
|
-
blueprintType?: any;
|
78
|
-
blueprint?: any;
|
79
119
|
}>>, {
|
80
120
|
container?: any;
|
81
|
-
blueprint?: any;
|
82
121
|
colorSchemaType?: any;
|
83
|
-
blueprintType?: any;
|
84
122
|
colors?: any;
|
85
123
|
}, true, {}, {}, {
|
86
124
|
P: {};
|
@@ -90,33 +128,55 @@ declare const _default: {
|
|
90
128
|
M: {};
|
91
129
|
Defaults: {};
|
92
130
|
}, Readonly<import("vue").ExtractPropTypes<{
|
131
|
+
"get-api": {
|
132
|
+
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
133
|
+
};
|
93
134
|
getApi: {
|
94
135
|
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
95
136
|
};
|
137
|
+
"slide-spacing": {
|
138
|
+
type: import("vue").PropType<number>;
|
139
|
+
};
|
96
140
|
slideSpacing: {
|
97
141
|
type: import("vue").PropType<number>;
|
98
142
|
};
|
143
|
+
"slides-per-view": {
|
144
|
+
type: import("vue").PropType<number>;
|
145
|
+
};
|
99
146
|
slidesPerView: {
|
100
147
|
type: import("vue").PropType<number>;
|
101
148
|
};
|
102
149
|
delay: {
|
103
150
|
type: import("vue").PropType<number>;
|
104
151
|
required: false;
|
152
|
+
} & {
|
153
|
+
type: import("vue").PropType<number>;
|
154
|
+
required: false;
|
105
155
|
};
|
106
156
|
scrollbar: {
|
107
157
|
type: import("vue").PropType<boolean>;
|
158
|
+
} & {
|
159
|
+
type: import("vue").PropType<boolean>;
|
108
160
|
};
|
109
161
|
loop: {
|
110
162
|
type: import("vue").PropType<boolean>;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<boolean>;
|
111
165
|
};
|
112
166
|
autoplay: {
|
113
167
|
type: import("vue").PropType<boolean>;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<boolean>;
|
114
170
|
};
|
115
171
|
pagination: {
|
116
172
|
type: import("vue").PropType<boolean>;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<boolean>;
|
117
175
|
};
|
118
176
|
navigation: {
|
119
177
|
type: import("vue").PropType<boolean>;
|
178
|
+
} & {
|
179
|
+
type: import("vue").PropType<boolean>;
|
120
180
|
};
|
121
181
|
class: {
|
122
182
|
type: import("vue").PropType<String | String[]>;
|
@@ -125,46 +185,64 @@ declare const _default: {
|
|
125
185
|
colorSchemaType?: any;
|
126
186
|
container?: any;
|
127
187
|
colors?: any;
|
128
|
-
blueprintType?: any;
|
129
|
-
blueprint?: any;
|
130
188
|
}>>, () => JSX.Element, {}, {}, {}, {
|
131
189
|
container?: any;
|
132
|
-
blueprint?: any;
|
133
190
|
colorSchemaType?: any;
|
134
|
-
blueprintType?: any;
|
135
191
|
colors?: any;
|
136
192
|
}>;
|
137
193
|
__isFragment?: never;
|
138
194
|
__isTeleport?: never;
|
139
195
|
__isSuspense?: never;
|
140
196
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
197
|
+
"get-api": {
|
198
|
+
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
199
|
+
};
|
141
200
|
getApi: {
|
142
201
|
type: import("vue").PropType<(store: ReturnType<typeof useSlidePanelStore>) => void>;
|
143
202
|
};
|
203
|
+
"slide-spacing": {
|
204
|
+
type: import("vue").PropType<number>;
|
205
|
+
};
|
144
206
|
slideSpacing: {
|
145
207
|
type: import("vue").PropType<number>;
|
146
208
|
};
|
209
|
+
"slides-per-view": {
|
210
|
+
type: import("vue").PropType<number>;
|
211
|
+
};
|
147
212
|
slidesPerView: {
|
148
213
|
type: import("vue").PropType<number>;
|
149
214
|
};
|
150
215
|
delay: {
|
151
216
|
type: import("vue").PropType<number>;
|
152
217
|
required: false;
|
218
|
+
} & {
|
219
|
+
type: import("vue").PropType<number>;
|
220
|
+
required: false;
|
153
221
|
};
|
154
222
|
scrollbar: {
|
155
223
|
type: import("vue").PropType<boolean>;
|
224
|
+
} & {
|
225
|
+
type: import("vue").PropType<boolean>;
|
156
226
|
};
|
157
227
|
loop: {
|
158
228
|
type: import("vue").PropType<boolean>;
|
229
|
+
} & {
|
230
|
+
type: import("vue").PropType<boolean>;
|
159
231
|
};
|
160
232
|
autoplay: {
|
161
233
|
type: import("vue").PropType<boolean>;
|
234
|
+
} & {
|
235
|
+
type: import("vue").PropType<boolean>;
|
162
236
|
};
|
163
237
|
pagination: {
|
164
238
|
type: import("vue").PropType<boolean>;
|
239
|
+
} & {
|
240
|
+
type: import("vue").PropType<boolean>;
|
165
241
|
};
|
166
242
|
navigation: {
|
167
243
|
type: import("vue").PropType<boolean>;
|
244
|
+
} & {
|
245
|
+
type: import("vue").PropType<boolean>;
|
168
246
|
};
|
169
247
|
class: {
|
170
248
|
type: import("vue").PropType<String | String[]>;
|
@@ -173,32 +251,29 @@ declare const _default: {
|
|
173
251
|
colorSchemaType?: any;
|
174
252
|
container?: any;
|
175
253
|
colors?: any;
|
176
|
-
blueprintType?: any;
|
177
|
-
blueprint?: any;
|
178
254
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
179
255
|
container?: any;
|
180
|
-
blueprint?: any;
|
181
256
|
colorSchemaType?: any;
|
182
|
-
blueprintType?: any;
|
183
257
|
colors?: any;
|
184
258
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
185
259
|
propsDefinition: Omit<Readonly<{
|
186
260
|
container?: any;
|
187
|
-
blueprint?: any;
|
188
261
|
colorSchemaType?: any;
|
189
|
-
blueprintType?: any;
|
190
262
|
colors?: any;
|
191
263
|
} & {
|
192
264
|
navigation?: boolean;
|
193
265
|
class?: String | String[];
|
194
266
|
scrollbar?: boolean;
|
195
267
|
getApi?: (store: ReturnType<typeof useSlidePanelStore>) => void;
|
268
|
+
"get-api"?: (store: ReturnType<typeof useSlidePanelStore>) => void;
|
196
269
|
autoplay?: boolean;
|
197
270
|
pagination?: boolean;
|
198
271
|
loop?: boolean;
|
199
272
|
delay?: number;
|
200
273
|
slidesPerView?: number;
|
274
|
+
"slides-per-view"?: number;
|
201
275
|
slideSpacing?: number;
|
276
|
+
"slide-spacing"?: number;
|
202
277
|
}>, never>;
|
203
278
|
};
|
204
279
|
export default _default;
|
@@ -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
|
};
|
@@ -4,40 +4,71 @@ declare const _default: {
|
|
4
4
|
type: import("vue").PropType<number>;
|
5
5
|
required: false;
|
6
6
|
};
|
7
|
+
"tick-size": {
|
8
|
+
type: import("vue").PropType<number>;
|
9
|
+
required: false;
|
10
|
+
};
|
7
11
|
ticks: {
|
8
12
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
9
13
|
required: false;
|
14
|
+
} & {
|
15
|
+
type: import("vue").PropType<number[] | Record<number, string>>;
|
16
|
+
required: false;
|
10
17
|
};
|
11
18
|
showTicks: {
|
12
19
|
type: import("vue").PropType<boolean | "always">;
|
13
20
|
required: false;
|
14
21
|
};
|
22
|
+
"show-ticks": {
|
23
|
+
type: import("vue").PropType<boolean | "always">;
|
24
|
+
required: false;
|
25
|
+
};
|
15
26
|
variant: {
|
16
27
|
type: import("vue").PropType<"default" | "prominent">;
|
28
|
+
} & {
|
29
|
+
type: import("vue").PropType<"default" | "prominent">;
|
17
30
|
};
|
18
31
|
direction: {
|
19
32
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
33
|
+
} & {
|
34
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
35
|
+
};
|
36
|
+
"persistent-hint": {
|
37
|
+
type: import("vue").PropType<boolean>;
|
20
38
|
};
|
21
39
|
persistentHint: {
|
22
40
|
type: import("vue").PropType<boolean>;
|
23
41
|
};
|
24
42
|
hint: {
|
25
43
|
type: import("vue").PropType<string>;
|
44
|
+
} & {
|
45
|
+
type: import("vue").PropType<string>;
|
46
|
+
};
|
47
|
+
"no-thumb-label": {
|
48
|
+
type: import("vue").PropType<boolean>;
|
26
49
|
};
|
27
50
|
noThumbLabel: {
|
28
51
|
type: import("vue").PropType<boolean>;
|
29
52
|
};
|
30
53
|
label: {
|
31
54
|
type: import("vue").PropType<string>;
|
55
|
+
} & {
|
56
|
+
type: import("vue").PropType<string>;
|
32
57
|
};
|
33
58
|
max: {
|
34
59
|
type: import("vue").PropType<string | number>;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<string | number>;
|
35
62
|
};
|
36
63
|
min: {
|
37
64
|
type: import("vue").PropType<string | number>;
|
65
|
+
} & {
|
66
|
+
type: import("vue").PropType<string | number>;
|
38
67
|
};
|
39
68
|
step: {
|
40
69
|
type: import("vue").PropType<string | number>;
|
70
|
+
} & {
|
71
|
+
type: import("vue").PropType<string | number>;
|
41
72
|
};
|
42
73
|
"onUpdate:modelValue": {
|
43
74
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -57,8 +88,6 @@ declare const _default: {
|
|
57
88
|
colorSchemaType?: any;
|
58
89
|
container?: any;
|
59
90
|
colors?: any;
|
60
|
-
blueprintType?: any;
|
61
|
-
blueprint?: any;
|
62
91
|
}>> & {
|
63
92
|
"onUpdate:modelValue"?: (value: any) => any;
|
64
93
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -68,40 +97,71 @@ declare const _default: {
|
|
68
97
|
type: import("vue").PropType<number>;
|
69
98
|
required: false;
|
70
99
|
};
|
100
|
+
"tick-size": {
|
101
|
+
type: import("vue").PropType<number>;
|
102
|
+
required: false;
|
103
|
+
};
|
71
104
|
ticks: {
|
72
105
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
73
106
|
required: false;
|
107
|
+
} & {
|
108
|
+
type: import("vue").PropType<number[] | Record<number, string>>;
|
109
|
+
required: false;
|
74
110
|
};
|
75
111
|
showTicks: {
|
76
112
|
type: import("vue").PropType<boolean | "always">;
|
77
113
|
required: false;
|
78
114
|
};
|
115
|
+
"show-ticks": {
|
116
|
+
type: import("vue").PropType<boolean | "always">;
|
117
|
+
required: false;
|
118
|
+
};
|
79
119
|
variant: {
|
80
120
|
type: import("vue").PropType<"default" | "prominent">;
|
121
|
+
} & {
|
122
|
+
type: import("vue").PropType<"default" | "prominent">;
|
81
123
|
};
|
82
124
|
direction: {
|
83
125
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
126
|
+
} & {
|
127
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
128
|
+
};
|
129
|
+
"persistent-hint": {
|
130
|
+
type: import("vue").PropType<boolean>;
|
84
131
|
};
|
85
132
|
persistentHint: {
|
86
133
|
type: import("vue").PropType<boolean>;
|
87
134
|
};
|
88
135
|
hint: {
|
89
136
|
type: import("vue").PropType<string>;
|
137
|
+
} & {
|
138
|
+
type: import("vue").PropType<string>;
|
139
|
+
};
|
140
|
+
"no-thumb-label": {
|
141
|
+
type: import("vue").PropType<boolean>;
|
90
142
|
};
|
91
143
|
noThumbLabel: {
|
92
144
|
type: import("vue").PropType<boolean>;
|
93
145
|
};
|
94
146
|
label: {
|
95
147
|
type: import("vue").PropType<string>;
|
148
|
+
} & {
|
149
|
+
type: import("vue").PropType<string>;
|
96
150
|
};
|
97
151
|
max: {
|
98
152
|
type: import("vue").PropType<string | number>;
|
153
|
+
} & {
|
154
|
+
type: import("vue").PropType<string | number>;
|
99
155
|
};
|
100
156
|
min: {
|
101
157
|
type: import("vue").PropType<string | number>;
|
158
|
+
} & {
|
159
|
+
type: import("vue").PropType<string | number>;
|
102
160
|
};
|
103
161
|
step: {
|
104
162
|
type: import("vue").PropType<string | number>;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<string | number>;
|
105
165
|
};
|
106
166
|
"onUpdate:modelValue": {
|
107
167
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -121,15 +181,11 @@ declare const _default: {
|
|
121
181
|
colorSchemaType?: any;
|
122
182
|
container?: any;
|
123
183
|
colors?: any;
|
124
|
-
blueprintType?: any;
|
125
|
-
blueprint?: any;
|
126
184
|
}>> & {
|
127
185
|
"onUpdate:modelValue"?: (value: any) => any;
|
128
186
|
}, {
|
129
187
|
container?: any;
|
130
|
-
blueprint?: any;
|
131
188
|
colorSchemaType?: any;
|
132
|
-
blueprintType?: any;
|
133
189
|
colors?: any;
|
134
190
|
}, true, {}, {}, {
|
135
191
|
P: {};
|
@@ -143,40 +199,71 @@ declare const _default: {
|
|
143
199
|
type: import("vue").PropType<number>;
|
144
200
|
required: false;
|
145
201
|
};
|
202
|
+
"tick-size": {
|
203
|
+
type: import("vue").PropType<number>;
|
204
|
+
required: false;
|
205
|
+
};
|
146
206
|
ticks: {
|
147
207
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
148
208
|
required: false;
|
209
|
+
} & {
|
210
|
+
type: import("vue").PropType<number[] | Record<number, string>>;
|
211
|
+
required: false;
|
149
212
|
};
|
150
213
|
showTicks: {
|
151
214
|
type: import("vue").PropType<boolean | "always">;
|
152
215
|
required: false;
|
153
216
|
};
|
217
|
+
"show-ticks": {
|
218
|
+
type: import("vue").PropType<boolean | "always">;
|
219
|
+
required: false;
|
220
|
+
};
|
154
221
|
variant: {
|
155
222
|
type: import("vue").PropType<"default" | "prominent">;
|
223
|
+
} & {
|
224
|
+
type: import("vue").PropType<"default" | "prominent">;
|
156
225
|
};
|
157
226
|
direction: {
|
158
227
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
228
|
+
} & {
|
229
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
230
|
+
};
|
231
|
+
"persistent-hint": {
|
232
|
+
type: import("vue").PropType<boolean>;
|
159
233
|
};
|
160
234
|
persistentHint: {
|
161
235
|
type: import("vue").PropType<boolean>;
|
162
236
|
};
|
163
237
|
hint: {
|
164
238
|
type: import("vue").PropType<string>;
|
239
|
+
} & {
|
240
|
+
type: import("vue").PropType<string>;
|
241
|
+
};
|
242
|
+
"no-thumb-label": {
|
243
|
+
type: import("vue").PropType<boolean>;
|
165
244
|
};
|
166
245
|
noThumbLabel: {
|
167
246
|
type: import("vue").PropType<boolean>;
|
168
247
|
};
|
169
248
|
label: {
|
170
249
|
type: import("vue").PropType<string>;
|
250
|
+
} & {
|
251
|
+
type: import("vue").PropType<string>;
|
171
252
|
};
|
172
253
|
max: {
|
173
254
|
type: import("vue").PropType<string | number>;
|
255
|
+
} & {
|
256
|
+
type: import("vue").PropType<string | number>;
|
174
257
|
};
|
175
258
|
min: {
|
176
259
|
type: import("vue").PropType<string | number>;
|
260
|
+
} & {
|
261
|
+
type: import("vue").PropType<string | number>;
|
177
262
|
};
|
178
263
|
step: {
|
179
264
|
type: import("vue").PropType<string | number>;
|
265
|
+
} & {
|
266
|
+
type: import("vue").PropType<string | number>;
|
180
267
|
};
|
181
268
|
"onUpdate:modelValue": {
|
182
269
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -196,15 +283,11 @@ declare const _default: {
|
|
196
283
|
colorSchemaType?: any;
|
197
284
|
container?: any;
|
198
285
|
colors?: any;
|
199
|
-
blueprintType?: any;
|
200
|
-
blueprint?: any;
|
201
286
|
}>> & {
|
202
287
|
"onUpdate:modelValue"?: (value: any) => any;
|
203
288
|
}, () => JSX.Element, {}, {}, {}, {
|
204
289
|
container?: any;
|
205
|
-
blueprint?: any;
|
206
290
|
colorSchemaType?: any;
|
207
|
-
blueprintType?: any;
|
208
291
|
colors?: any;
|
209
292
|
}>;
|
210
293
|
__isFragment?: never;
|
@@ -215,40 +298,71 @@ declare const _default: {
|
|
215
298
|
type: import("vue").PropType<number>;
|
216
299
|
required: false;
|
217
300
|
};
|
301
|
+
"tick-size": {
|
302
|
+
type: import("vue").PropType<number>;
|
303
|
+
required: false;
|
304
|
+
};
|
218
305
|
ticks: {
|
219
306
|
type: import("vue").PropType<number[] | Record<number, string>>;
|
220
307
|
required: false;
|
308
|
+
} & {
|
309
|
+
type: import("vue").PropType<number[] | Record<number, string>>;
|
310
|
+
required: false;
|
221
311
|
};
|
222
312
|
showTicks: {
|
223
313
|
type: import("vue").PropType<boolean | "always">;
|
224
314
|
required: false;
|
225
315
|
};
|
316
|
+
"show-ticks": {
|
317
|
+
type: import("vue").PropType<boolean | "always">;
|
318
|
+
required: false;
|
319
|
+
};
|
226
320
|
variant: {
|
227
321
|
type: import("vue").PropType<"default" | "prominent">;
|
322
|
+
} & {
|
323
|
+
type: import("vue").PropType<"default" | "prominent">;
|
228
324
|
};
|
229
325
|
direction: {
|
230
326
|
type: import("vue").PropType<"horizontal" | "vertical">;
|
327
|
+
} & {
|
328
|
+
type: import("vue").PropType<"horizontal" | "vertical">;
|
329
|
+
};
|
330
|
+
"persistent-hint": {
|
331
|
+
type: import("vue").PropType<boolean>;
|
231
332
|
};
|
232
333
|
persistentHint: {
|
233
334
|
type: import("vue").PropType<boolean>;
|
234
335
|
};
|
235
336
|
hint: {
|
236
337
|
type: import("vue").PropType<string>;
|
338
|
+
} & {
|
339
|
+
type: import("vue").PropType<string>;
|
340
|
+
};
|
341
|
+
"no-thumb-label": {
|
342
|
+
type: import("vue").PropType<boolean>;
|
237
343
|
};
|
238
344
|
noThumbLabel: {
|
239
345
|
type: import("vue").PropType<boolean>;
|
240
346
|
};
|
241
347
|
label: {
|
242
348
|
type: import("vue").PropType<string>;
|
349
|
+
} & {
|
350
|
+
type: import("vue").PropType<string>;
|
243
351
|
};
|
244
352
|
max: {
|
245
353
|
type: import("vue").PropType<string | number>;
|
354
|
+
} & {
|
355
|
+
type: import("vue").PropType<string | number>;
|
246
356
|
};
|
247
357
|
min: {
|
248
358
|
type: import("vue").PropType<string | number>;
|
359
|
+
} & {
|
360
|
+
type: import("vue").PropType<string | number>;
|
249
361
|
};
|
250
362
|
step: {
|
251
363
|
type: import("vue").PropType<string | number>;
|
364
|
+
} & {
|
365
|
+
type: import("vue").PropType<string | number>;
|
252
366
|
};
|
253
367
|
"onUpdate:modelValue": {
|
254
368
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -268,24 +382,18 @@ declare const _default: {
|
|
268
382
|
colorSchemaType?: any;
|
269
383
|
container?: any;
|
270
384
|
colors?: any;
|
271
|
-
blueprintType?: any;
|
272
|
-
blueprint?: any;
|
273
385
|
}>> & {
|
274
386
|
"onUpdate:modelValue"?: (value: any) => any;
|
275
387
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
276
388
|
"update:modelValue": (value: any) => boolean;
|
277
389
|
}, string, {
|
278
390
|
container?: any;
|
279
|
-
blueprint?: any;
|
280
391
|
colorSchemaType?: any;
|
281
|
-
blueprintType?: any;
|
282
392
|
colors?: any;
|
283
393
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
284
394
|
propsDefinition: Omit<Readonly<{
|
285
395
|
container?: any;
|
286
|
-
blueprint?: any;
|
287
396
|
colorSchemaType?: any;
|
288
|
-
blueprintType?: any;
|
289
397
|
colors?: any;
|
290
398
|
} & {
|
291
399
|
label?: string;
|
@@ -298,12 +406,16 @@ declare const _default: {
|
|
298
406
|
min?: string | number;
|
299
407
|
hint?: string;
|
300
408
|
persistentHint?: boolean;
|
409
|
+
"persistent-hint"?: boolean;
|
301
410
|
max?: string | number;
|
302
411
|
step?: string | number;
|
303
412
|
noThumbLabel?: boolean;
|
413
|
+
"no-thumb-label"?: boolean;
|
304
414
|
showTicks?: boolean | "always";
|
415
|
+
"show-ticks"?: boolean | "always";
|
305
416
|
ticks?: number[] | Record<number, string>;
|
306
417
|
tickSize?: number;
|
418
|
+
"tick-size"?: number;
|
307
419
|
}>, "onUpdate:modelValue"> & {
|
308
420
|
"onUpdate:modelValue"?: (value: any) => any;
|
309
421
|
};
|