@omnia/fx 8.0.74-dev → 8.0.75-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
- package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
- package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
- package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
- package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
- package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
- package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
- /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts → designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -3,30 +3,50 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
size: {
|
5
5
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
6
8
|
};
|
7
9
|
readonly: {
|
8
10
|
type: import("vue").PropType<boolean>;
|
9
11
|
required: false;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<boolean>;
|
14
|
+
required: false;
|
10
15
|
};
|
11
16
|
length: {
|
12
17
|
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
13
18
|
required: false;
|
19
|
+
} & {
|
20
|
+
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
21
|
+
required: false;
|
14
22
|
};
|
15
23
|
hover: {
|
16
24
|
type: import("vue").PropType<boolean>;
|
17
25
|
required: false;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
required: false;
|
18
29
|
};
|
19
30
|
disabled: {
|
20
31
|
type: import("vue").PropType<boolean>;
|
21
32
|
required: false;
|
33
|
+
} & {
|
34
|
+
type: import("vue").PropType<boolean>;
|
35
|
+
required: false;
|
22
36
|
};
|
23
37
|
density: {
|
24
38
|
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
25
39
|
required: false;
|
40
|
+
} & {
|
41
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
42
|
+
required: false;
|
26
43
|
};
|
27
44
|
clearable: {
|
28
45
|
type: import("vue").PropType<boolean>;
|
29
46
|
required: false;
|
47
|
+
} & {
|
48
|
+
type: import("vue").PropType<boolean>;
|
49
|
+
required: false;
|
30
50
|
};
|
31
51
|
"onUpdate:modelValue": {
|
32
52
|
type: import("vue").PropType<(value: string | number) => any>;
|
@@ -49,35 +69,53 @@ declare const _default: {
|
|
49
69
|
colorSchemaType?: any;
|
50
70
|
container?: any;
|
51
71
|
colors?: any;
|
52
|
-
blueprintType?: any;
|
53
|
-
blueprint?: any;
|
54
72
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
55
73
|
size: {
|
56
74
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
75
|
+
} & {
|
76
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
57
77
|
};
|
58
78
|
readonly: {
|
59
79
|
type: import("vue").PropType<boolean>;
|
60
80
|
required: false;
|
81
|
+
} & {
|
82
|
+
type: import("vue").PropType<boolean>;
|
83
|
+
required: false;
|
61
84
|
};
|
62
85
|
length: {
|
63
86
|
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
64
87
|
required: false;
|
88
|
+
} & {
|
89
|
+
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
90
|
+
required: false;
|
65
91
|
};
|
66
92
|
hover: {
|
67
93
|
type: import("vue").PropType<boolean>;
|
68
94
|
required: false;
|
95
|
+
} & {
|
96
|
+
type: import("vue").PropType<boolean>;
|
97
|
+
required: false;
|
69
98
|
};
|
70
99
|
disabled: {
|
71
100
|
type: import("vue").PropType<boolean>;
|
72
101
|
required: false;
|
102
|
+
} & {
|
103
|
+
type: import("vue").PropType<boolean>;
|
104
|
+
required: false;
|
73
105
|
};
|
74
106
|
density: {
|
75
107
|
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
76
108
|
required: false;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
111
|
+
required: false;
|
77
112
|
};
|
78
113
|
clearable: {
|
79
114
|
type: import("vue").PropType<boolean>;
|
80
115
|
required: false;
|
116
|
+
} & {
|
117
|
+
type: import("vue").PropType<boolean>;
|
118
|
+
required: false;
|
81
119
|
};
|
82
120
|
"onUpdate:modelValue": {
|
83
121
|
type: import("vue").PropType<(value: string | number) => any>;
|
@@ -100,13 +138,9 @@ declare const _default: {
|
|
100
138
|
colorSchemaType?: any;
|
101
139
|
container?: any;
|
102
140
|
colors?: any;
|
103
|
-
blueprintType?: any;
|
104
|
-
blueprint?: any;
|
105
141
|
}>>, {
|
106
142
|
container?: any;
|
107
|
-
blueprint?: any;
|
108
143
|
colorSchemaType?: any;
|
109
|
-
blueprintType?: any;
|
110
144
|
colors?: any;
|
111
145
|
}, true, {}, {}, {
|
112
146
|
P: {};
|
@@ -118,30 +152,50 @@ declare const _default: {
|
|
118
152
|
}, Readonly<import("vue").ExtractPropTypes<{
|
119
153
|
size: {
|
120
154
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
155
|
+
} & {
|
156
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
121
157
|
};
|
122
158
|
readonly: {
|
123
159
|
type: import("vue").PropType<boolean>;
|
124
160
|
required: false;
|
161
|
+
} & {
|
162
|
+
type: import("vue").PropType<boolean>;
|
163
|
+
required: false;
|
125
164
|
};
|
126
165
|
length: {
|
127
166
|
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
128
167
|
required: false;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
170
|
+
required: false;
|
129
171
|
};
|
130
172
|
hover: {
|
131
173
|
type: import("vue").PropType<boolean>;
|
132
174
|
required: false;
|
175
|
+
} & {
|
176
|
+
type: import("vue").PropType<boolean>;
|
177
|
+
required: false;
|
133
178
|
};
|
134
179
|
disabled: {
|
135
180
|
type: import("vue").PropType<boolean>;
|
136
181
|
required: false;
|
182
|
+
} & {
|
183
|
+
type: import("vue").PropType<boolean>;
|
184
|
+
required: false;
|
137
185
|
};
|
138
186
|
density: {
|
139
187
|
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
140
188
|
required: false;
|
189
|
+
} & {
|
190
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
191
|
+
required: false;
|
141
192
|
};
|
142
193
|
clearable: {
|
143
194
|
type: import("vue").PropType<boolean>;
|
144
195
|
required: false;
|
196
|
+
} & {
|
197
|
+
type: import("vue").PropType<boolean>;
|
198
|
+
required: false;
|
145
199
|
};
|
146
200
|
"onUpdate:modelValue": {
|
147
201
|
type: import("vue").PropType<(value: string | number) => any>;
|
@@ -164,13 +218,9 @@ declare const _default: {
|
|
164
218
|
colorSchemaType?: any;
|
165
219
|
container?: any;
|
166
220
|
colors?: any;
|
167
|
-
blueprintType?: any;
|
168
|
-
blueprint?: any;
|
169
221
|
}>>, () => JSX.Element, {}, {}, {}, {
|
170
222
|
container?: any;
|
171
|
-
blueprint?: any;
|
172
223
|
colorSchemaType?: any;
|
173
|
-
blueprintType?: any;
|
174
224
|
colors?: any;
|
175
225
|
}>;
|
176
226
|
__isFragment?: never;
|
@@ -179,30 +229,50 @@ declare const _default: {
|
|
179
229
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
180
230
|
size: {
|
181
231
|
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
232
|
+
} & {
|
233
|
+
type: import("vue").PropType<"small" | "default" | "large" | "x-large" | "x-small">;
|
182
234
|
};
|
183
235
|
readonly: {
|
184
236
|
type: import("vue").PropType<boolean>;
|
185
237
|
required: false;
|
238
|
+
} & {
|
239
|
+
type: import("vue").PropType<boolean>;
|
240
|
+
required: false;
|
186
241
|
};
|
187
242
|
length: {
|
188
243
|
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
189
244
|
required: false;
|
245
|
+
} & {
|
246
|
+
type: import("vue").PropType<5 | 10 | "5" | "10">;
|
247
|
+
required: false;
|
190
248
|
};
|
191
249
|
hover: {
|
192
250
|
type: import("vue").PropType<boolean>;
|
193
251
|
required: false;
|
252
|
+
} & {
|
253
|
+
type: import("vue").PropType<boolean>;
|
254
|
+
required: false;
|
194
255
|
};
|
195
256
|
disabled: {
|
196
257
|
type: import("vue").PropType<boolean>;
|
197
258
|
required: false;
|
259
|
+
} & {
|
260
|
+
type: import("vue").PropType<boolean>;
|
261
|
+
required: false;
|
198
262
|
};
|
199
263
|
density: {
|
200
264
|
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
201
265
|
required: false;
|
266
|
+
} & {
|
267
|
+
type: import("vue").PropType<"default" | "compact" | "comfortable">;
|
268
|
+
required: false;
|
202
269
|
};
|
203
270
|
clearable: {
|
204
271
|
type: import("vue").PropType<boolean>;
|
205
272
|
required: false;
|
273
|
+
} & {
|
274
|
+
type: import("vue").PropType<boolean>;
|
275
|
+
required: false;
|
206
276
|
};
|
207
277
|
"onUpdate:modelValue": {
|
208
278
|
type: import("vue").PropType<(value: string | number) => any>;
|
@@ -225,20 +295,14 @@ declare const _default: {
|
|
225
295
|
colorSchemaType?: any;
|
226
296
|
container?: any;
|
227
297
|
colors?: any;
|
228
|
-
blueprintType?: any;
|
229
|
-
blueprint?: any;
|
230
298
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
231
299
|
container?: any;
|
232
|
-
blueprint?: any;
|
233
300
|
colorSchemaType?: any;
|
234
|
-
blueprintType?: any;
|
235
301
|
colors?: any;
|
236
302
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
237
303
|
propsDefinition: Omit<Readonly<{
|
238
304
|
container?: any;
|
239
|
-
blueprint?: any;
|
240
305
|
colorSchemaType?: any;
|
241
|
-
blueprintType?: any;
|
242
306
|
colors?: any;
|
243
307
|
} & {
|
244
308
|
length?: 5 | 10 | "5" | "10";
|
@@ -5,30 +5,45 @@ declare const _default: {
|
|
5
5
|
scrolling: {
|
6
6
|
type: import("vue").PropType<OScrollTypesCombination>;
|
7
7
|
required: false;
|
8
|
+
} & {
|
9
|
+
type: import("vue").PropType<OScrollTypesCombination>;
|
10
|
+
required: false;
|
11
|
+
};
|
12
|
+
"get-api": {
|
13
|
+
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
8
14
|
};
|
9
15
|
getApi: {
|
10
16
|
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
11
17
|
};
|
18
|
+
"disable-scrolling": {
|
19
|
+
type: import("vue").PropType<boolean>;
|
20
|
+
};
|
12
21
|
disableScrolling: {
|
13
22
|
type: import("vue").PropType<boolean>;
|
14
23
|
};
|
15
24
|
toned: {
|
16
25
|
type: import("vue").PropType<boolean>;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<boolean>;
|
17
28
|
};
|
18
29
|
filled: {
|
19
30
|
type: import("vue").PropType<boolean>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<boolean>;
|
20
33
|
};
|
21
34
|
width: {
|
22
35
|
type: import("vue").PropType<string>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<string>;
|
23
38
|
};
|
24
39
|
height: {
|
25
40
|
type: import("vue").PropType<string>;
|
41
|
+
} & {
|
42
|
+
type: import("vue").PropType<string>;
|
26
43
|
};
|
27
44
|
colorSchemaType?: any;
|
28
45
|
container?: any;
|
29
46
|
colors?: any;
|
30
|
-
blueprintType?: any;
|
31
|
-
blueprint?: any;
|
32
47
|
class: {
|
33
48
|
type: import("vue").PropType<String | String[]>;
|
34
49
|
required: boolean;
|
@@ -37,39 +52,52 @@ declare const _default: {
|
|
37
52
|
scrolling: {
|
38
53
|
type: import("vue").PropType<OScrollTypesCombination>;
|
39
54
|
required: false;
|
55
|
+
} & {
|
56
|
+
type: import("vue").PropType<OScrollTypesCombination>;
|
57
|
+
required: false;
|
58
|
+
};
|
59
|
+
"get-api": {
|
60
|
+
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
40
61
|
};
|
41
62
|
getApi: {
|
42
63
|
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
43
64
|
};
|
65
|
+
"disable-scrolling": {
|
66
|
+
type: import("vue").PropType<boolean>;
|
67
|
+
};
|
44
68
|
disableScrolling: {
|
45
69
|
type: import("vue").PropType<boolean>;
|
46
70
|
};
|
47
71
|
toned: {
|
48
72
|
type: import("vue").PropType<boolean>;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<boolean>;
|
49
75
|
};
|
50
76
|
filled: {
|
51
77
|
type: import("vue").PropType<boolean>;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<boolean>;
|
52
80
|
};
|
53
81
|
width: {
|
54
82
|
type: import("vue").PropType<string>;
|
83
|
+
} & {
|
84
|
+
type: import("vue").PropType<string>;
|
55
85
|
};
|
56
86
|
height: {
|
57
87
|
type: import("vue").PropType<string>;
|
88
|
+
} & {
|
89
|
+
type: import("vue").PropType<string>;
|
58
90
|
};
|
59
91
|
colorSchemaType?: any;
|
60
92
|
container?: any;
|
61
93
|
colors?: any;
|
62
|
-
blueprintType?: any;
|
63
|
-
blueprint?: any;
|
64
94
|
class: {
|
65
95
|
type: import("vue").PropType<String | String[]>;
|
66
96
|
required: boolean;
|
67
97
|
};
|
68
98
|
}>>, {
|
69
99
|
container?: any;
|
70
|
-
blueprint?: any;
|
71
100
|
colorSchemaType?: any;
|
72
|
-
blueprintType?: any;
|
73
101
|
colors?: any;
|
74
102
|
}, true, {}, {}, {
|
75
103
|
P: {};
|
@@ -82,39 +110,52 @@ declare const _default: {
|
|
82
110
|
scrolling: {
|
83
111
|
type: import("vue").PropType<OScrollTypesCombination>;
|
84
112
|
required: false;
|
113
|
+
} & {
|
114
|
+
type: import("vue").PropType<OScrollTypesCombination>;
|
115
|
+
required: false;
|
116
|
+
};
|
117
|
+
"get-api": {
|
118
|
+
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
85
119
|
};
|
86
120
|
getApi: {
|
87
121
|
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
88
122
|
};
|
123
|
+
"disable-scrolling": {
|
124
|
+
type: import("vue").PropType<boolean>;
|
125
|
+
};
|
89
126
|
disableScrolling: {
|
90
127
|
type: import("vue").PropType<boolean>;
|
91
128
|
};
|
92
129
|
toned: {
|
93
130
|
type: import("vue").PropType<boolean>;
|
131
|
+
} & {
|
132
|
+
type: import("vue").PropType<boolean>;
|
94
133
|
};
|
95
134
|
filled: {
|
96
135
|
type: import("vue").PropType<boolean>;
|
136
|
+
} & {
|
137
|
+
type: import("vue").PropType<boolean>;
|
97
138
|
};
|
98
139
|
width: {
|
99
140
|
type: import("vue").PropType<string>;
|
141
|
+
} & {
|
142
|
+
type: import("vue").PropType<string>;
|
100
143
|
};
|
101
144
|
height: {
|
102
145
|
type: import("vue").PropType<string>;
|
146
|
+
} & {
|
147
|
+
type: import("vue").PropType<string>;
|
103
148
|
};
|
104
149
|
colorSchemaType?: any;
|
105
150
|
container?: any;
|
106
151
|
colors?: any;
|
107
|
-
blueprintType?: any;
|
108
|
-
blueprint?: any;
|
109
152
|
class: {
|
110
153
|
type: import("vue").PropType<String | String[]>;
|
111
154
|
required: boolean;
|
112
155
|
};
|
113
156
|
}>>, () => JSX.Element, {}, {}, {}, {
|
114
157
|
container?: any;
|
115
|
-
blueprint?: any;
|
116
158
|
colorSchemaType?: any;
|
117
|
-
blueprintType?: any;
|
118
159
|
colors?: any;
|
119
160
|
}>;
|
120
161
|
__isFragment?: never;
|
@@ -124,46 +165,57 @@ declare const _default: {
|
|
124
165
|
scrolling: {
|
125
166
|
type: import("vue").PropType<OScrollTypesCombination>;
|
126
167
|
required: false;
|
168
|
+
} & {
|
169
|
+
type: import("vue").PropType<OScrollTypesCombination>;
|
170
|
+
required: false;
|
171
|
+
};
|
172
|
+
"get-api": {
|
173
|
+
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
127
174
|
};
|
128
175
|
getApi: {
|
129
176
|
type: import("vue").PropType<(store: ReturnType<typeof useScrollContainerStore>) => void>;
|
130
177
|
};
|
178
|
+
"disable-scrolling": {
|
179
|
+
type: import("vue").PropType<boolean>;
|
180
|
+
};
|
131
181
|
disableScrolling: {
|
132
182
|
type: import("vue").PropType<boolean>;
|
133
183
|
};
|
134
184
|
toned: {
|
135
185
|
type: import("vue").PropType<boolean>;
|
186
|
+
} & {
|
187
|
+
type: import("vue").PropType<boolean>;
|
136
188
|
};
|
137
189
|
filled: {
|
138
190
|
type: import("vue").PropType<boolean>;
|
191
|
+
} & {
|
192
|
+
type: import("vue").PropType<boolean>;
|
139
193
|
};
|
140
194
|
width: {
|
141
195
|
type: import("vue").PropType<string>;
|
196
|
+
} & {
|
197
|
+
type: import("vue").PropType<string>;
|
142
198
|
};
|
143
199
|
height: {
|
144
200
|
type: import("vue").PropType<string>;
|
201
|
+
} & {
|
202
|
+
type: import("vue").PropType<string>;
|
145
203
|
};
|
146
204
|
colorSchemaType?: any;
|
147
205
|
container?: any;
|
148
206
|
colors?: any;
|
149
|
-
blueprintType?: any;
|
150
|
-
blueprint?: any;
|
151
207
|
class: {
|
152
208
|
type: import("vue").PropType<String | String[]>;
|
153
209
|
required: boolean;
|
154
210
|
};
|
155
211
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
156
212
|
container?: any;
|
157
|
-
blueprint?: any;
|
158
213
|
colorSchemaType?: any;
|
159
|
-
blueprintType?: any;
|
160
214
|
colors?: any;
|
161
215
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
162
216
|
propsDefinition: Omit<Readonly<{
|
163
217
|
container?: any;
|
164
|
-
blueprint?: any;
|
165
218
|
colorSchemaType?: any;
|
166
|
-
blueprintType?: any;
|
167
219
|
colors?: any;
|
168
220
|
} & {
|
169
221
|
class?: String | String[];
|
@@ -173,7 +225,9 @@ declare const _default: {
|
|
173
225
|
toned?: boolean;
|
174
226
|
disableScrolling?: boolean;
|
175
227
|
scrolling?: OScrollTypesCombination;
|
228
|
+
"disable-scrolling"?: boolean;
|
176
229
|
getApi?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
230
|
+
"get-api"?: (store: ReturnType<typeof useScrollContainerStore>) => void;
|
177
231
|
}>, never>;
|
178
232
|
};
|
179
233
|
export default _default;
|