@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
@@ -4,11 +4,19 @@ declare const _default: {
|
|
4
4
|
type: import("vue").PropType<number>;
|
5
5
|
required: false;
|
6
6
|
};
|
7
|
+
"custom-width": {
|
8
|
+
type: import("vue").PropType<number>;
|
9
|
+
required: false;
|
10
|
+
};
|
7
11
|
variant: {
|
8
12
|
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
9
15
|
};
|
10
16
|
overrides: {
|
11
17
|
type: import("vue").PropType<object>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<object>;
|
12
20
|
};
|
13
21
|
toned: {
|
14
22
|
type: import("vue").PropType<boolean>;
|
@@ -17,6 +25,8 @@ declare const _default: {
|
|
17
25
|
};
|
18
26
|
location: {
|
19
27
|
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
28
|
+
} & {
|
29
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
20
30
|
};
|
21
31
|
"onUpdate:modelValue": {
|
22
32
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -36,18 +46,24 @@ declare const _default: {
|
|
36
46
|
colorSchemaType?: any;
|
37
47
|
container?: any;
|
38
48
|
colors?: any;
|
39
|
-
blueprintType?: any;
|
40
|
-
blueprint?: any;
|
41
49
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
42
50
|
customWidth: {
|
43
51
|
type: import("vue").PropType<number>;
|
44
52
|
required: false;
|
45
53
|
};
|
54
|
+
"custom-width": {
|
55
|
+
type: import("vue").PropType<number>;
|
56
|
+
required: false;
|
57
|
+
};
|
46
58
|
variant: {
|
47
59
|
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
48
62
|
};
|
49
63
|
overrides: {
|
50
64
|
type: import("vue").PropType<object>;
|
65
|
+
} & {
|
66
|
+
type: import("vue").PropType<object>;
|
51
67
|
};
|
52
68
|
toned: {
|
53
69
|
type: import("vue").PropType<boolean>;
|
@@ -56,6 +72,8 @@ declare const _default: {
|
|
56
72
|
};
|
57
73
|
location: {
|
58
74
|
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
75
|
+
} & {
|
76
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
59
77
|
};
|
60
78
|
"onUpdate:modelValue": {
|
61
79
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -75,13 +93,9 @@ declare const _default: {
|
|
75
93
|
colorSchemaType?: any;
|
76
94
|
container?: any;
|
77
95
|
colors?: any;
|
78
|
-
blueprintType?: any;
|
79
|
-
blueprint?: any;
|
80
96
|
}>>, {
|
81
97
|
container?: any;
|
82
|
-
blueprint?: any;
|
83
98
|
colorSchemaType?: any;
|
84
|
-
blueprintType?: any;
|
85
99
|
colors?: any;
|
86
100
|
}, true, {}, {}, {
|
87
101
|
P: {};
|
@@ -95,11 +109,19 @@ declare const _default: {
|
|
95
109
|
type: import("vue").PropType<number>;
|
96
110
|
required: false;
|
97
111
|
};
|
112
|
+
"custom-width": {
|
113
|
+
type: import("vue").PropType<number>;
|
114
|
+
required: false;
|
115
|
+
};
|
98
116
|
variant: {
|
99
117
|
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
118
|
+
} & {
|
119
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
100
120
|
};
|
101
121
|
overrides: {
|
102
122
|
type: import("vue").PropType<object>;
|
123
|
+
} & {
|
124
|
+
type: import("vue").PropType<object>;
|
103
125
|
};
|
104
126
|
toned: {
|
105
127
|
type: import("vue").PropType<boolean>;
|
@@ -108,6 +130,8 @@ declare const _default: {
|
|
108
130
|
};
|
109
131
|
location: {
|
110
132
|
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
133
|
+
} & {
|
134
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
111
135
|
};
|
112
136
|
"onUpdate:modelValue": {
|
113
137
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -127,13 +151,9 @@ declare const _default: {
|
|
127
151
|
colorSchemaType?: any;
|
128
152
|
container?: any;
|
129
153
|
colors?: any;
|
130
|
-
blueprintType?: any;
|
131
|
-
blueprint?: any;
|
132
154
|
}>>, () => JSX.Element, {}, {}, {}, {
|
133
155
|
container?: any;
|
134
|
-
blueprint?: any;
|
135
156
|
colorSchemaType?: any;
|
136
|
-
blueprintType?: any;
|
137
157
|
colors?: any;
|
138
158
|
}>;
|
139
159
|
__isFragment?: never;
|
@@ -144,11 +164,19 @@ declare const _default: {
|
|
144
164
|
type: import("vue").PropType<number>;
|
145
165
|
required: false;
|
146
166
|
};
|
167
|
+
"custom-width": {
|
168
|
+
type: import("vue").PropType<number>;
|
169
|
+
required: false;
|
170
|
+
};
|
147
171
|
variant: {
|
148
172
|
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
173
|
+
} & {
|
174
|
+
type: import("vue").PropType<"default" | "dialog" | "app" | "editor">;
|
149
175
|
};
|
150
176
|
overrides: {
|
151
177
|
type: import("vue").PropType<object>;
|
178
|
+
} & {
|
179
|
+
type: import("vue").PropType<object>;
|
152
180
|
};
|
153
181
|
toned: {
|
154
182
|
type: import("vue").PropType<boolean>;
|
@@ -157,6 +185,8 @@ declare const _default: {
|
|
157
185
|
};
|
158
186
|
location: {
|
159
187
|
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
188
|
+
} & {
|
189
|
+
type: import("vue").PropType<"left" | "right" | "bottom" | "top" | "end" | "start">;
|
160
190
|
};
|
161
191
|
"onUpdate:modelValue": {
|
162
192
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -176,20 +206,14 @@ declare const _default: {
|
|
176
206
|
colorSchemaType?: any;
|
177
207
|
container?: any;
|
178
208
|
colors?: any;
|
179
|
-
blueprintType?: any;
|
180
|
-
blueprint?: any;
|
181
209
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
182
210
|
container?: any;
|
183
|
-
blueprint?: any;
|
184
211
|
colorSchemaType?: any;
|
185
|
-
blueprintType?: any;
|
186
212
|
colors?: any;
|
187
213
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
188
214
|
propsDefinition: Omit<Readonly<{
|
189
215
|
container?: any;
|
190
|
-
blueprint?: any;
|
191
216
|
colorSchemaType?: any;
|
192
|
-
blueprintType?: any;
|
193
217
|
colors?: any;
|
194
218
|
} & {
|
195
219
|
class?: String | String[];
|
@@ -201,6 +225,7 @@ declare const _default: {
|
|
201
225
|
overrides?: object;
|
202
226
|
location?: "left" | "right" | "bottom" | "top" | "end" | "start";
|
203
227
|
customWidth?: number;
|
228
|
+
"custom-width"?: number;
|
204
229
|
}>, never>;
|
205
230
|
};
|
206
231
|
export default _default;
|
@@ -10,18 +10,22 @@ declare const _default: {
|
|
10
10
|
}>;
|
11
11
|
value: {
|
12
12
|
type: import("vue").PropType<string>;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<string>;
|
13
15
|
};
|
14
16
|
size: {
|
15
17
|
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
16
20
|
};
|
17
21
|
toned: {
|
18
22
|
type: import("vue").PropType<boolean>;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<boolean>;
|
19
25
|
};
|
20
26
|
colorSchemaType?: any;
|
21
27
|
container?: any;
|
22
28
|
colors?: any;
|
23
|
-
blueprintType?: any;
|
24
|
-
blueprint?: any;
|
25
29
|
}>> & {
|
26
30
|
"onClick:close"?: (e: MouseEvent) => any;
|
27
31
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -35,25 +39,27 @@ declare const _default: {
|
|
35
39
|
}>;
|
36
40
|
value: {
|
37
41
|
type: import("vue").PropType<string>;
|
42
|
+
} & {
|
43
|
+
type: import("vue").PropType<string>;
|
38
44
|
};
|
39
45
|
size: {
|
40
46
|
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
47
|
+
} & {
|
48
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
41
49
|
};
|
42
50
|
toned: {
|
43
51
|
type: import("vue").PropType<boolean>;
|
52
|
+
} & {
|
53
|
+
type: import("vue").PropType<boolean>;
|
44
54
|
};
|
45
55
|
colorSchemaType?: any;
|
46
56
|
container?: any;
|
47
57
|
colors?: any;
|
48
|
-
blueprintType?: any;
|
49
|
-
blueprint?: any;
|
50
58
|
}>> & {
|
51
59
|
"onClick:close"?: (e: MouseEvent) => any;
|
52
60
|
}, {
|
53
61
|
container?: any;
|
54
|
-
blueprint?: any;
|
55
62
|
colorSchemaType?: any;
|
56
|
-
blueprintType?: any;
|
57
63
|
colors?: any;
|
58
64
|
}, true, {}, {}, {
|
59
65
|
P: {};
|
@@ -71,25 +77,27 @@ declare const _default: {
|
|
71
77
|
}>;
|
72
78
|
value: {
|
73
79
|
type: import("vue").PropType<string>;
|
80
|
+
} & {
|
81
|
+
type: import("vue").PropType<string>;
|
74
82
|
};
|
75
83
|
size: {
|
76
84
|
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
85
|
+
} & {
|
86
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
77
87
|
};
|
78
88
|
toned: {
|
79
89
|
type: import("vue").PropType<boolean>;
|
90
|
+
} & {
|
91
|
+
type: import("vue").PropType<boolean>;
|
80
92
|
};
|
81
93
|
colorSchemaType?: any;
|
82
94
|
container?: any;
|
83
95
|
colors?: any;
|
84
|
-
blueprintType?: any;
|
85
|
-
blueprint?: any;
|
86
96
|
}>> & {
|
87
97
|
"onClick:close"?: (e: MouseEvent) => any;
|
88
98
|
}, () => JSX.Element, {}, {}, {}, {
|
89
99
|
container?: any;
|
90
|
-
blueprint?: any;
|
91
100
|
colorSchemaType?: any;
|
92
|
-
blueprintType?: any;
|
93
101
|
colors?: any;
|
94
102
|
}>;
|
95
103
|
__isFragment?: never;
|
@@ -104,34 +112,34 @@ declare const _default: {
|
|
104
112
|
}>;
|
105
113
|
value: {
|
106
114
|
type: import("vue").PropType<string>;
|
115
|
+
} & {
|
116
|
+
type: import("vue").PropType<string>;
|
107
117
|
};
|
108
118
|
size: {
|
109
119
|
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
120
|
+
} & {
|
121
|
+
type: import("vue").PropType<"small" | "default" | "medium" | "large" | "x-large" | "x-small">;
|
110
122
|
};
|
111
123
|
toned: {
|
112
124
|
type: import("vue").PropType<boolean>;
|
125
|
+
} & {
|
126
|
+
type: import("vue").PropType<boolean>;
|
113
127
|
};
|
114
128
|
colorSchemaType?: any;
|
115
129
|
container?: any;
|
116
130
|
colors?: any;
|
117
|
-
blueprintType?: any;
|
118
|
-
blueprint?: any;
|
119
131
|
}>> & {
|
120
132
|
"onClick:close"?: (e: MouseEvent) => any;
|
121
133
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
122
134
|
"click:close": (e: MouseEvent) => true;
|
123
135
|
}, string, {
|
124
136
|
container?: any;
|
125
|
-
blueprint?: any;
|
126
137
|
colorSchemaType?: any;
|
127
|
-
blueprintType?: any;
|
128
138
|
colors?: any;
|
129
139
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
130
140
|
propsDefinition: Omit<Readonly<{
|
131
141
|
container?: any;
|
132
|
-
blueprint?: any;
|
133
142
|
colorSchemaType?: any;
|
134
|
-
blueprintType?: any;
|
135
143
|
colors?: any;
|
136
144
|
} & {
|
137
145
|
value?: string;
|
@@ -5,14 +5,26 @@ declare const _default: {
|
|
5
5
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
6
6
|
required: false;
|
7
7
|
};
|
8
|
+
"prev-icon": {
|
9
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
10
|
+
required: false;
|
11
|
+
};
|
8
12
|
nextIcon: {
|
9
13
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
10
14
|
required: false;
|
11
15
|
};
|
16
|
+
"next-icon": {
|
17
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
18
|
+
required: false;
|
19
|
+
};
|
12
20
|
totalVisible: {
|
13
21
|
type: import("vue").PropType<number>;
|
14
22
|
required: false;
|
15
23
|
};
|
24
|
+
"total-visible": {
|
25
|
+
type: import("vue").PropType<number>;
|
26
|
+
required: false;
|
27
|
+
};
|
16
28
|
"onUpdate:modelValue": {
|
17
29
|
type: import("vue").PropType<(value: number) => any>;
|
18
30
|
};
|
@@ -27,10 +39,16 @@ declare const _default: {
|
|
27
39
|
length: {
|
28
40
|
type: import("vue").PropType<number>;
|
29
41
|
required: false;
|
42
|
+
} & {
|
43
|
+
type: import("vue").PropType<number>;
|
44
|
+
required: false;
|
30
45
|
};
|
31
46
|
disabled: {
|
32
47
|
type: import("vue").PropType<boolean>;
|
33
48
|
required: false;
|
49
|
+
} & {
|
50
|
+
type: import("vue").PropType<boolean>;
|
51
|
+
required: false;
|
34
52
|
};
|
35
53
|
class: {
|
36
54
|
type: import("vue").PropType<String | String[]>;
|
@@ -39,21 +57,31 @@ declare const _default: {
|
|
39
57
|
colorSchemaType?: any;
|
40
58
|
container?: any;
|
41
59
|
colors?: any;
|
42
|
-
blueprintType?: any;
|
43
|
-
blueprint?: any;
|
44
60
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
45
61
|
prevIcon: {
|
46
62
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
47
63
|
required: false;
|
48
64
|
};
|
65
|
+
"prev-icon": {
|
66
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
67
|
+
required: false;
|
68
|
+
};
|
49
69
|
nextIcon: {
|
50
70
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
51
71
|
required: false;
|
52
72
|
};
|
73
|
+
"next-icon": {
|
74
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
75
|
+
required: false;
|
76
|
+
};
|
53
77
|
totalVisible: {
|
54
78
|
type: import("vue").PropType<number>;
|
55
79
|
required: false;
|
56
80
|
};
|
81
|
+
"total-visible": {
|
82
|
+
type: import("vue").PropType<number>;
|
83
|
+
required: false;
|
84
|
+
};
|
57
85
|
"onUpdate:modelValue": {
|
58
86
|
type: import("vue").PropType<(value: number) => any>;
|
59
87
|
};
|
@@ -68,10 +96,16 @@ declare const _default: {
|
|
68
96
|
length: {
|
69
97
|
type: import("vue").PropType<number>;
|
70
98
|
required: false;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<number>;
|
101
|
+
required: false;
|
71
102
|
};
|
72
103
|
disabled: {
|
73
104
|
type: import("vue").PropType<boolean>;
|
74
105
|
required: false;
|
106
|
+
} & {
|
107
|
+
type: import("vue").PropType<boolean>;
|
108
|
+
required: false;
|
75
109
|
};
|
76
110
|
class: {
|
77
111
|
type: import("vue").PropType<String | String[]>;
|
@@ -80,13 +114,9 @@ declare const _default: {
|
|
80
114
|
colorSchemaType?: any;
|
81
115
|
container?: any;
|
82
116
|
colors?: any;
|
83
|
-
blueprintType?: any;
|
84
|
-
blueprint?: any;
|
85
117
|
}>>, {
|
86
118
|
container?: any;
|
87
|
-
blueprint?: any;
|
88
119
|
colorSchemaType?: any;
|
89
|
-
blueprintType?: any;
|
90
120
|
colors?: any;
|
91
121
|
}, true, {}, {}, {
|
92
122
|
P: {};
|
@@ -100,14 +130,26 @@ declare const _default: {
|
|
100
130
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
101
131
|
required: false;
|
102
132
|
};
|
133
|
+
"prev-icon": {
|
134
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
135
|
+
required: false;
|
136
|
+
};
|
103
137
|
nextIcon: {
|
104
138
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
105
139
|
required: false;
|
106
140
|
};
|
141
|
+
"next-icon": {
|
142
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
143
|
+
required: false;
|
144
|
+
};
|
107
145
|
totalVisible: {
|
108
146
|
type: import("vue").PropType<number>;
|
109
147
|
required: false;
|
110
148
|
};
|
149
|
+
"total-visible": {
|
150
|
+
type: import("vue").PropType<number>;
|
151
|
+
required: false;
|
152
|
+
};
|
111
153
|
"onUpdate:modelValue": {
|
112
154
|
type: import("vue").PropType<(value: number) => any>;
|
113
155
|
};
|
@@ -122,10 +164,16 @@ declare const _default: {
|
|
122
164
|
length: {
|
123
165
|
type: import("vue").PropType<number>;
|
124
166
|
required: false;
|
167
|
+
} & {
|
168
|
+
type: import("vue").PropType<number>;
|
169
|
+
required: false;
|
125
170
|
};
|
126
171
|
disabled: {
|
127
172
|
type: import("vue").PropType<boolean>;
|
128
173
|
required: false;
|
174
|
+
} & {
|
175
|
+
type: import("vue").PropType<boolean>;
|
176
|
+
required: false;
|
129
177
|
};
|
130
178
|
class: {
|
131
179
|
type: import("vue").PropType<String | String[]>;
|
@@ -134,13 +182,9 @@ declare const _default: {
|
|
134
182
|
colorSchemaType?: any;
|
135
183
|
container?: any;
|
136
184
|
colors?: any;
|
137
|
-
blueprintType?: any;
|
138
|
-
blueprint?: any;
|
139
185
|
}>>, () => JSX.Element, {}, {}, {}, {
|
140
186
|
container?: any;
|
141
|
-
blueprint?: any;
|
142
187
|
colorSchemaType?: any;
|
143
|
-
blueprintType?: any;
|
144
188
|
colors?: any;
|
145
189
|
}>;
|
146
190
|
__isFragment?: never;
|
@@ -151,14 +195,26 @@ declare const _default: {
|
|
151
195
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
152
196
|
required: false;
|
153
197
|
};
|
198
|
+
"prev-icon": {
|
199
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
200
|
+
required: false;
|
201
|
+
};
|
154
202
|
nextIcon: {
|
155
203
|
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
156
204
|
required: false;
|
157
205
|
};
|
206
|
+
"next-icon": {
|
207
|
+
type: import("vue").PropType<string | FunctionalComponent<{}, {}, any>>;
|
208
|
+
required: false;
|
209
|
+
};
|
158
210
|
totalVisible: {
|
159
211
|
type: import("vue").PropType<number>;
|
160
212
|
required: false;
|
161
213
|
};
|
214
|
+
"total-visible": {
|
215
|
+
type: import("vue").PropType<number>;
|
216
|
+
required: false;
|
217
|
+
};
|
162
218
|
"onUpdate:modelValue": {
|
163
219
|
type: import("vue").PropType<(value: number) => any>;
|
164
220
|
};
|
@@ -173,10 +229,16 @@ declare const _default: {
|
|
173
229
|
length: {
|
174
230
|
type: import("vue").PropType<number>;
|
175
231
|
required: false;
|
232
|
+
} & {
|
233
|
+
type: import("vue").PropType<number>;
|
234
|
+
required: false;
|
176
235
|
};
|
177
236
|
disabled: {
|
178
237
|
type: import("vue").PropType<boolean>;
|
179
238
|
required: false;
|
239
|
+
} & {
|
240
|
+
type: import("vue").PropType<boolean>;
|
241
|
+
required: false;
|
180
242
|
};
|
181
243
|
class: {
|
182
244
|
type: import("vue").PropType<String | String[]>;
|
@@ -185,20 +247,14 @@ declare const _default: {
|
|
185
247
|
colorSchemaType?: any;
|
186
248
|
container?: any;
|
187
249
|
colors?: any;
|
188
|
-
blueprintType?: any;
|
189
|
-
blueprint?: any;
|
190
250
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
191
251
|
container?: any;
|
192
|
-
blueprint?: any;
|
193
252
|
colorSchemaType?: any;
|
194
|
-
blueprintType?: any;
|
195
253
|
colors?: any;
|
196
254
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
197
255
|
propsDefinition: Omit<Readonly<{
|
198
256
|
container?: any;
|
199
|
-
blueprint?: any;
|
200
257
|
colorSchemaType?: any;
|
201
|
-
blueprintType?: any;
|
202
258
|
colors?: any;
|
203
259
|
} & {
|
204
260
|
length?: number;
|
@@ -210,6 +266,9 @@ declare const _default: {
|
|
210
266
|
prevIcon?: string | FunctionalComponent<{}, {}, any>;
|
211
267
|
nextIcon?: string | FunctionalComponent<{}, {}, any>;
|
212
268
|
totalVisible?: number;
|
269
|
+
"prev-icon"?: string | FunctionalComponent<{}, {}, any>;
|
270
|
+
"next-icon"?: string | FunctionalComponent<{}, {}, any>;
|
271
|
+
"total-visible"?: number;
|
213
272
|
}>, never>;
|
214
273
|
};
|
215
274
|
export default _default;
|