@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
@@ -0,0 +1,97 @@
|
|
1
|
+
import { ChromeDefinition } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"no-text": {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
};
|
7
|
+
noText: {
|
8
|
+
type: import("vue").PropType<boolean>;
|
9
|
+
};
|
10
|
+
definition: {
|
11
|
+
type: import("vue").PropType<ChromeDefinition>;
|
12
|
+
} & {
|
13
|
+
type: import("vue").PropType<ChromeDefinition>;
|
14
|
+
};
|
15
|
+
colorSchemaType?: any;
|
16
|
+
container?: any;
|
17
|
+
colors?: any;
|
18
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
19
|
+
"no-text": {
|
20
|
+
type: import("vue").PropType<boolean>;
|
21
|
+
};
|
22
|
+
noText: {
|
23
|
+
type: import("vue").PropType<boolean>;
|
24
|
+
};
|
25
|
+
definition: {
|
26
|
+
type: import("vue").PropType<ChromeDefinition>;
|
27
|
+
} & {
|
28
|
+
type: import("vue").PropType<ChromeDefinition>;
|
29
|
+
};
|
30
|
+
colorSchemaType?: any;
|
31
|
+
container?: any;
|
32
|
+
colors?: any;
|
33
|
+
}>>, {
|
34
|
+
container?: any;
|
35
|
+
colorSchemaType?: any;
|
36
|
+
colors?: any;
|
37
|
+
}, true, {}, {}, {
|
38
|
+
P: {};
|
39
|
+
B: {};
|
40
|
+
D: {};
|
41
|
+
C: {};
|
42
|
+
M: {};
|
43
|
+
Defaults: {};
|
44
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
45
|
+
"no-text": {
|
46
|
+
type: import("vue").PropType<boolean>;
|
47
|
+
};
|
48
|
+
noText: {
|
49
|
+
type: import("vue").PropType<boolean>;
|
50
|
+
};
|
51
|
+
definition: {
|
52
|
+
type: import("vue").PropType<ChromeDefinition>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<ChromeDefinition>;
|
55
|
+
};
|
56
|
+
colorSchemaType?: any;
|
57
|
+
container?: any;
|
58
|
+
colors?: any;
|
59
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
60
|
+
container?: any;
|
61
|
+
colorSchemaType?: any;
|
62
|
+
colors?: any;
|
63
|
+
}>;
|
64
|
+
__isFragment?: never;
|
65
|
+
__isTeleport?: never;
|
66
|
+
__isSuspense?: never;
|
67
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
68
|
+
"no-text": {
|
69
|
+
type: import("vue").PropType<boolean>;
|
70
|
+
};
|
71
|
+
noText: {
|
72
|
+
type: import("vue").PropType<boolean>;
|
73
|
+
};
|
74
|
+
definition: {
|
75
|
+
type: import("vue").PropType<ChromeDefinition>;
|
76
|
+
} & {
|
77
|
+
type: import("vue").PropType<ChromeDefinition>;
|
78
|
+
};
|
79
|
+
colorSchemaType?: any;
|
80
|
+
container?: any;
|
81
|
+
colors?: any;
|
82
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
83
|
+
container?: any;
|
84
|
+
colorSchemaType?: any;
|
85
|
+
colors?: any;
|
86
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
87
|
+
propsDefinition: Omit<Readonly<{
|
88
|
+
container?: any;
|
89
|
+
colorSchemaType?: any;
|
90
|
+
colors?: any;
|
91
|
+
} & {
|
92
|
+
definition?: ChromeDefinition;
|
93
|
+
noText?: boolean;
|
94
|
+
"no-text"?: boolean;
|
95
|
+
}>, never>;
|
96
|
+
};
|
97
|
+
export default _default;
|
@@ -1,18 +1,33 @@
|
|
1
1
|
import { SpacingSettings } from "@omnia/fx/models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"disable-right": {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
};
|
4
7
|
disableRight: {
|
5
8
|
type: import("vue").PropType<boolean>;
|
6
9
|
};
|
10
|
+
"disable-left": {
|
11
|
+
type: import("vue").PropType<boolean>;
|
12
|
+
};
|
7
13
|
disableLeft: {
|
8
14
|
type: import("vue").PropType<boolean>;
|
9
15
|
};
|
16
|
+
"disable-bottom": {
|
17
|
+
type: import("vue").PropType<boolean>;
|
18
|
+
};
|
10
19
|
disableBottom: {
|
11
20
|
type: import("vue").PropType<boolean>;
|
12
21
|
};
|
22
|
+
"disable-top": {
|
23
|
+
type: import("vue").PropType<boolean>;
|
24
|
+
};
|
13
25
|
disableTop: {
|
14
26
|
type: import("vue").PropType<boolean>;
|
15
27
|
};
|
28
|
+
"individual-selection": {
|
29
|
+
type: import("vue").PropType<boolean>;
|
30
|
+
};
|
16
31
|
individualSelection: {
|
17
32
|
type: import("vue").PropType<boolean>;
|
18
33
|
};
|
@@ -27,16 +42,16 @@ declare const _default: {
|
|
27
42
|
type: import("vue").PropType<SpacingSettings>;
|
28
43
|
required: false;
|
29
44
|
};
|
30
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
45
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
31
46
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
32
|
-
}; } & { [key_1 in import("
|
47
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
33
48
|
type: import("vue").PropType<SpacingSettings>;
|
34
49
|
required: false;
|
35
|
-
}; } & { [key_2 in import("
|
50
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
36
51
|
type: import("vue").PropType<SpacingSettings>;
|
37
52
|
required: false;
|
38
53
|
}; } & {
|
39
|
-
require(): import("
|
54
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingSettings, {
|
40
55
|
"onUpdate:modelValue": {
|
41
56
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
42
57
|
};
|
@@ -51,7 +66,7 @@ declare const _default: {
|
|
51
66
|
required: false;
|
52
67
|
};
|
53
68
|
}>;
|
54
|
-
defaultValue(value?: SpacingSettings): import("
|
69
|
+
defaultValue(value?: SpacingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingSettings, {
|
55
70
|
"onUpdate:modelValue": {
|
56
71
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
57
72
|
};
|
@@ -66,7 +81,7 @@ declare const _default: {
|
|
66
81
|
required: false;
|
67
82
|
};
|
68
83
|
}, false>;
|
69
|
-
doc$(description?: string): import("
|
84
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingSettings, {
|
70
85
|
"onUpdate:modelValue": {
|
71
86
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
72
87
|
};
|
@@ -89,25 +104,38 @@ declare const _default: {
|
|
89
104
|
colorSchemaType?: any;
|
90
105
|
container?: any;
|
91
106
|
colors?: any;
|
92
|
-
blueprintType?: any;
|
93
|
-
blueprint?: any;
|
94
107
|
}>> & {
|
95
108
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
96
109
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
97
110
|
"update:modelValue": (value: SpacingSettings) => true;
|
98
111
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
112
|
+
"disable-right": {
|
113
|
+
type: import("vue").PropType<boolean>;
|
114
|
+
};
|
99
115
|
disableRight: {
|
100
116
|
type: import("vue").PropType<boolean>;
|
101
117
|
};
|
118
|
+
"disable-left": {
|
119
|
+
type: import("vue").PropType<boolean>;
|
120
|
+
};
|
102
121
|
disableLeft: {
|
103
122
|
type: import("vue").PropType<boolean>;
|
104
123
|
};
|
124
|
+
"disable-bottom": {
|
125
|
+
type: import("vue").PropType<boolean>;
|
126
|
+
};
|
105
127
|
disableBottom: {
|
106
128
|
type: import("vue").PropType<boolean>;
|
107
129
|
};
|
130
|
+
"disable-top": {
|
131
|
+
type: import("vue").PropType<boolean>;
|
132
|
+
};
|
108
133
|
disableTop: {
|
109
134
|
type: import("vue").PropType<boolean>;
|
110
135
|
};
|
136
|
+
"individual-selection": {
|
137
|
+
type: import("vue").PropType<boolean>;
|
138
|
+
};
|
111
139
|
individualSelection: {
|
112
140
|
type: import("vue").PropType<boolean>;
|
113
141
|
};
|
@@ -122,16 +150,16 @@ declare const _default: {
|
|
122
150
|
type: import("vue").PropType<SpacingSettings>;
|
123
151
|
required: false;
|
124
152
|
};
|
125
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
153
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
126
154
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
127
|
-
}; } & { [key_1 in import("
|
155
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
128
156
|
type: import("vue").PropType<SpacingSettings>;
|
129
157
|
required: false;
|
130
|
-
}; } & { [key_2 in import("
|
158
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
131
159
|
type: import("vue").PropType<SpacingSettings>;
|
132
160
|
required: false;
|
133
161
|
}; } & {
|
134
|
-
require(): import("
|
162
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingSettings, {
|
135
163
|
"onUpdate:modelValue": {
|
136
164
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
137
165
|
};
|
@@ -146,7 +174,7 @@ declare const _default: {
|
|
146
174
|
required: false;
|
147
175
|
};
|
148
176
|
}>;
|
149
|
-
defaultValue(value?: SpacingSettings): import("
|
177
|
+
defaultValue(value?: SpacingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingSettings, {
|
150
178
|
"onUpdate:modelValue": {
|
151
179
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
152
180
|
};
|
@@ -161,7 +189,7 @@ declare const _default: {
|
|
161
189
|
required: false;
|
162
190
|
};
|
163
191
|
}, false>;
|
164
|
-
doc$(description?: string): import("
|
192
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingSettings, {
|
165
193
|
"onUpdate:modelValue": {
|
166
194
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
167
195
|
};
|
@@ -184,15 +212,11 @@ declare const _default: {
|
|
184
212
|
colorSchemaType?: any;
|
185
213
|
container?: any;
|
186
214
|
colors?: any;
|
187
|
-
blueprintType?: any;
|
188
|
-
blueprint?: any;
|
189
215
|
}>> & {
|
190
216
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
191
217
|
}, {
|
192
218
|
container?: any;
|
193
|
-
blueprint?: any;
|
194
219
|
colorSchemaType?: any;
|
195
|
-
blueprintType?: any;
|
196
220
|
colors?: any;
|
197
221
|
}, true, {}, {}, {
|
198
222
|
P: {};
|
@@ -202,18 +226,33 @@ declare const _default: {
|
|
202
226
|
M: {};
|
203
227
|
Defaults: {};
|
204
228
|
}, Readonly<import("vue").ExtractPropTypes<{
|
229
|
+
"disable-right": {
|
230
|
+
type: import("vue").PropType<boolean>;
|
231
|
+
};
|
205
232
|
disableRight: {
|
206
233
|
type: import("vue").PropType<boolean>;
|
207
234
|
};
|
235
|
+
"disable-left": {
|
236
|
+
type: import("vue").PropType<boolean>;
|
237
|
+
};
|
208
238
|
disableLeft: {
|
209
239
|
type: import("vue").PropType<boolean>;
|
210
240
|
};
|
241
|
+
"disable-bottom": {
|
242
|
+
type: import("vue").PropType<boolean>;
|
243
|
+
};
|
211
244
|
disableBottom: {
|
212
245
|
type: import("vue").PropType<boolean>;
|
213
246
|
};
|
247
|
+
"disable-top": {
|
248
|
+
type: import("vue").PropType<boolean>;
|
249
|
+
};
|
214
250
|
disableTop: {
|
215
251
|
type: import("vue").PropType<boolean>;
|
216
252
|
};
|
253
|
+
"individual-selection": {
|
254
|
+
type: import("vue").PropType<boolean>;
|
255
|
+
};
|
217
256
|
individualSelection: {
|
218
257
|
type: import("vue").PropType<boolean>;
|
219
258
|
};
|
@@ -228,16 +267,16 @@ declare const _default: {
|
|
228
267
|
type: import("vue").PropType<SpacingSettings>;
|
229
268
|
required: false;
|
230
269
|
};
|
231
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
270
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
232
271
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
233
|
-
}; } & { [key_1 in import("
|
272
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
234
273
|
type: import("vue").PropType<SpacingSettings>;
|
235
274
|
required: false;
|
236
|
-
}; } & { [key_2 in import("
|
275
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
237
276
|
type: import("vue").PropType<SpacingSettings>;
|
238
277
|
required: false;
|
239
278
|
}; } & {
|
240
|
-
require(): import("
|
279
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingSettings, {
|
241
280
|
"onUpdate:modelValue": {
|
242
281
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
243
282
|
};
|
@@ -252,7 +291,7 @@ declare const _default: {
|
|
252
291
|
required: false;
|
253
292
|
};
|
254
293
|
}>;
|
255
|
-
defaultValue(value?: SpacingSettings): import("
|
294
|
+
defaultValue(value?: SpacingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingSettings, {
|
256
295
|
"onUpdate:modelValue": {
|
257
296
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
258
297
|
};
|
@@ -267,7 +306,7 @@ declare const _default: {
|
|
267
306
|
required: false;
|
268
307
|
};
|
269
308
|
}, false>;
|
270
|
-
doc$(description?: string): import("
|
309
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingSettings, {
|
271
310
|
"onUpdate:modelValue": {
|
272
311
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
273
312
|
};
|
@@ -290,33 +329,44 @@ declare const _default: {
|
|
290
329
|
colorSchemaType?: any;
|
291
330
|
container?: any;
|
292
331
|
colors?: any;
|
293
|
-
blueprintType?: any;
|
294
|
-
blueprint?: any;
|
295
332
|
}>> & {
|
296
333
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
297
334
|
}, () => JSX.Element, {}, {}, {}, {
|
298
335
|
container?: any;
|
299
|
-
blueprint?: any;
|
300
336
|
colorSchemaType?: any;
|
301
|
-
blueprintType?: any;
|
302
337
|
colors?: any;
|
303
338
|
}>;
|
304
339
|
__isFragment?: never;
|
305
340
|
__isTeleport?: never;
|
306
341
|
__isSuspense?: never;
|
307
342
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
343
|
+
"disable-right": {
|
344
|
+
type: import("vue").PropType<boolean>;
|
345
|
+
};
|
308
346
|
disableRight: {
|
309
347
|
type: import("vue").PropType<boolean>;
|
310
348
|
};
|
349
|
+
"disable-left": {
|
350
|
+
type: import("vue").PropType<boolean>;
|
351
|
+
};
|
311
352
|
disableLeft: {
|
312
353
|
type: import("vue").PropType<boolean>;
|
313
354
|
};
|
355
|
+
"disable-bottom": {
|
356
|
+
type: import("vue").PropType<boolean>;
|
357
|
+
};
|
314
358
|
disableBottom: {
|
315
359
|
type: import("vue").PropType<boolean>;
|
316
360
|
};
|
361
|
+
"disable-top": {
|
362
|
+
type: import("vue").PropType<boolean>;
|
363
|
+
};
|
317
364
|
disableTop: {
|
318
365
|
type: import("vue").PropType<boolean>;
|
319
366
|
};
|
367
|
+
"individual-selection": {
|
368
|
+
type: import("vue").PropType<boolean>;
|
369
|
+
};
|
320
370
|
individualSelection: {
|
321
371
|
type: import("vue").PropType<boolean>;
|
322
372
|
};
|
@@ -331,16 +381,16 @@ declare const _default: {
|
|
331
381
|
type: import("vue").PropType<SpacingSettings>;
|
332
382
|
required: false;
|
333
383
|
};
|
334
|
-
name: <TName extends string>(n?: TName) => { [key in import("
|
384
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
335
385
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
336
|
-
}; } & { [key_1 in import("
|
386
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
337
387
|
type: import("vue").PropType<SpacingSettings>;
|
338
388
|
required: false;
|
339
|
-
}; } & { [key_2 in import("
|
389
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
340
390
|
type: import("vue").PropType<SpacingSettings>;
|
341
391
|
required: false;
|
342
392
|
}; } & {
|
343
|
-
require(): import("
|
393
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, SpacingSettings, {
|
344
394
|
"onUpdate:modelValue": {
|
345
395
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
346
396
|
};
|
@@ -355,7 +405,7 @@ declare const _default: {
|
|
355
405
|
required: false;
|
356
406
|
};
|
357
407
|
}>;
|
358
|
-
defaultValue(value?: SpacingSettings): import("
|
408
|
+
defaultValue(value?: SpacingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, SpacingSettings, {
|
359
409
|
"onUpdate:modelValue": {
|
360
410
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
361
411
|
};
|
@@ -370,7 +420,7 @@ declare const _default: {
|
|
370
420
|
required: false;
|
371
421
|
};
|
372
422
|
}, false>;
|
373
|
-
doc$(description?: string): import("
|
423
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, SpacingSettings, {
|
374
424
|
"onUpdate:modelValue": {
|
375
425
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
376
426
|
};
|
@@ -393,27 +443,20 @@ declare const _default: {
|
|
393
443
|
colorSchemaType?: any;
|
394
444
|
container?: any;
|
395
445
|
colors?: any;
|
396
|
-
blueprintType?: any;
|
397
|
-
blueprint?: any;
|
398
446
|
}>> & {
|
399
447
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
400
448
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
401
449
|
"update:modelValue": (value: SpacingSettings) => true;
|
402
450
|
}, string, {
|
403
451
|
container?: any;
|
404
|
-
blueprint?: any;
|
405
452
|
colorSchemaType?: any;
|
406
|
-
blueprintType?: any;
|
407
453
|
colors?: any;
|
408
454
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
409
455
|
propsDefinition: Omit<Readonly<{
|
410
456
|
container?: any;
|
411
|
-
blueprint?: any;
|
412
457
|
colorSchemaType?: any;
|
413
|
-
blueprintType?: any;
|
414
458
|
colors?: any;
|
415
459
|
} & {
|
416
|
-
class?: String | String[];
|
417
460
|
name?: {
|
418
461
|
[x: `onUpdate:${string}`]: {
|
419
462
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
@@ -429,7 +472,7 @@ declare const _default: {
|
|
429
472
|
required: false;
|
430
473
|
};
|
431
474
|
} & {
|
432
|
-
require(): import("
|
475
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, SpacingSettings, {
|
433
476
|
"onUpdate:modelValue": {
|
434
477
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
435
478
|
};
|
@@ -444,7 +487,7 @@ declare const _default: {
|
|
444
487
|
required: false;
|
445
488
|
};
|
446
489
|
}>;
|
447
|
-
defaultValue(value?: SpacingSettings): import("
|
490
|
+
defaultValue(value?: SpacingSettings): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, SpacingSettings, {
|
448
491
|
"onUpdate:modelValue": {
|
449
492
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
450
493
|
};
|
@@ -459,7 +502,7 @@ declare const _default: {
|
|
459
502
|
required: false;
|
460
503
|
};
|
461
504
|
}, false>;
|
462
|
-
doc$(description?: string): import("
|
505
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, SpacingSettings, {
|
463
506
|
"onUpdate:modelValue": {
|
464
507
|
type: import("vue").PropType<(value: SpacingSettings) => any>;
|
465
508
|
};
|
@@ -475,14 +518,20 @@ declare const _default: {
|
|
475
518
|
};
|
476
519
|
}>;
|
477
520
|
};
|
521
|
+
class?: String | String[];
|
478
522
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
479
523
|
"v-model"?: SpacingSettings;
|
480
524
|
modelValue?: SpacingSettings;
|
481
525
|
individualSelection?: boolean;
|
526
|
+
"individual-selection"?: boolean;
|
482
527
|
disableTop?: boolean;
|
528
|
+
"disable-top"?: boolean;
|
483
529
|
disableBottom?: boolean;
|
530
|
+
"disable-bottom"?: boolean;
|
484
531
|
disableLeft?: boolean;
|
532
|
+
"disable-left"?: boolean;
|
485
533
|
disableRight?: boolean;
|
534
|
+
"disable-right"?: boolean;
|
486
535
|
}>, "onUpdate:modelValue"> & {
|
487
536
|
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
488
537
|
};
|