@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
@@ -10,24 +10,45 @@ declare const _default: {
|
|
10
10
|
headers: {
|
11
11
|
type: import("vue").PropType<DataTableHeader[]>;
|
12
12
|
required: false;
|
13
|
+
} & {
|
14
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
15
|
+
required: false;
|
13
16
|
};
|
14
17
|
variant: {
|
15
18
|
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
16
19
|
required: false;
|
20
|
+
} & {
|
21
|
+
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
22
|
+
required: false;
|
17
23
|
};
|
18
24
|
navigable: {
|
19
25
|
type: import("vue").PropType<boolean>;
|
20
26
|
required: false;
|
27
|
+
} & {
|
28
|
+
type: import("vue").PropType<boolean>;
|
29
|
+
required: false;
|
30
|
+
};
|
31
|
+
"placeholder-class": {
|
32
|
+
type: import("vue").PropType<string>;
|
21
33
|
};
|
22
34
|
placeholderClass: {
|
23
35
|
type: import("vue").PropType<string>;
|
24
36
|
};
|
37
|
+
"disabled-item": {
|
38
|
+
type: import("vue").PropType<string>;
|
39
|
+
};
|
25
40
|
disabledItem: {
|
26
41
|
type: import("vue").PropType<string>;
|
27
42
|
};
|
43
|
+
"item-value": {
|
44
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
45
|
+
};
|
28
46
|
itemValue: {
|
29
47
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
30
48
|
};
|
49
|
+
"item-title": {
|
50
|
+
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
51
|
+
};
|
31
52
|
itemTitle: {
|
32
53
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
33
54
|
};
|
@@ -59,24 +80,45 @@ declare const _default: {
|
|
59
80
|
headers: {
|
60
81
|
type: import("vue").PropType<DataTableHeader[]>;
|
61
82
|
required: false;
|
83
|
+
} & {
|
84
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
85
|
+
required: false;
|
62
86
|
};
|
63
87
|
variant: {
|
64
88
|
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
65
89
|
required: false;
|
90
|
+
} & {
|
91
|
+
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
92
|
+
required: false;
|
66
93
|
};
|
67
94
|
navigable: {
|
68
95
|
type: import("vue").PropType<boolean>;
|
69
96
|
required: false;
|
97
|
+
} & {
|
98
|
+
type: import("vue").PropType<boolean>;
|
99
|
+
required: false;
|
100
|
+
};
|
101
|
+
"placeholder-class": {
|
102
|
+
type: import("vue").PropType<string>;
|
70
103
|
};
|
71
104
|
placeholderClass: {
|
72
105
|
type: import("vue").PropType<string>;
|
73
106
|
};
|
107
|
+
"disabled-item": {
|
108
|
+
type: import("vue").PropType<string>;
|
109
|
+
};
|
74
110
|
disabledItem: {
|
75
111
|
type: import("vue").PropType<string>;
|
76
112
|
};
|
113
|
+
"item-value": {
|
114
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
115
|
+
};
|
77
116
|
itemValue: {
|
78
117
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
79
118
|
};
|
119
|
+
"item-title": {
|
120
|
+
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
121
|
+
};
|
80
122
|
itemTitle: {
|
81
123
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
82
124
|
};
|
@@ -111,24 +153,45 @@ declare const _default: {
|
|
111
153
|
headers: {
|
112
154
|
type: import("vue").PropType<DataTableHeader[]>;
|
113
155
|
required: false;
|
156
|
+
} & {
|
157
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
158
|
+
required: false;
|
114
159
|
};
|
115
160
|
variant: {
|
116
161
|
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
117
162
|
required: false;
|
163
|
+
} & {
|
164
|
+
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
165
|
+
required: false;
|
118
166
|
};
|
119
167
|
navigable: {
|
120
168
|
type: import("vue").PropType<boolean>;
|
121
169
|
required: false;
|
170
|
+
} & {
|
171
|
+
type: import("vue").PropType<boolean>;
|
172
|
+
required: false;
|
173
|
+
};
|
174
|
+
"placeholder-class": {
|
175
|
+
type: import("vue").PropType<string>;
|
122
176
|
};
|
123
177
|
placeholderClass: {
|
124
178
|
type: import("vue").PropType<string>;
|
125
179
|
};
|
180
|
+
"disabled-item": {
|
181
|
+
type: import("vue").PropType<string>;
|
182
|
+
};
|
126
183
|
disabledItem: {
|
127
184
|
type: import("vue").PropType<string>;
|
128
185
|
};
|
186
|
+
"item-value": {
|
187
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
188
|
+
};
|
129
189
|
itemValue: {
|
130
190
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
131
191
|
};
|
192
|
+
"item-title": {
|
193
|
+
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
194
|
+
};
|
132
195
|
itemTitle: {
|
133
196
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
134
197
|
};
|
@@ -160,24 +223,45 @@ declare const _default: {
|
|
160
223
|
headers: {
|
161
224
|
type: import("vue").PropType<DataTableHeader[]>;
|
162
225
|
required: false;
|
226
|
+
} & {
|
227
|
+
type: import("vue").PropType<DataTableHeader[]>;
|
228
|
+
required: false;
|
163
229
|
};
|
164
230
|
variant: {
|
165
231
|
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
166
232
|
required: false;
|
233
|
+
} & {
|
234
|
+
type: import("vue").PropType<"default" | "list" | "element" | "data-table">;
|
235
|
+
required: false;
|
167
236
|
};
|
168
237
|
navigable: {
|
169
238
|
type: import("vue").PropType<boolean>;
|
170
239
|
required: false;
|
240
|
+
} & {
|
241
|
+
type: import("vue").PropType<boolean>;
|
242
|
+
required: false;
|
243
|
+
};
|
244
|
+
"placeholder-class": {
|
245
|
+
type: import("vue").PropType<string>;
|
171
246
|
};
|
172
247
|
placeholderClass: {
|
173
248
|
type: import("vue").PropType<string>;
|
174
249
|
};
|
250
|
+
"disabled-item": {
|
251
|
+
type: import("vue").PropType<string>;
|
252
|
+
};
|
175
253
|
disabledItem: {
|
176
254
|
type: import("vue").PropType<string>;
|
177
255
|
};
|
256
|
+
"item-value": {
|
257
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
258
|
+
};
|
178
259
|
itemValue: {
|
179
260
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
180
261
|
};
|
262
|
+
"item-title": {
|
263
|
+
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
264
|
+
};
|
181
265
|
itemTitle: {
|
182
266
|
type: import("vue").PropType<string | ((item: any) => VNodeChild)>;
|
183
267
|
};
|
@@ -213,9 +297,13 @@ declare const _default: {
|
|
213
297
|
};
|
214
298
|
variant?: "default" | "list" | "element" | "data-table";
|
215
299
|
itemTitle?: string | ((item: any) => VNodeChild);
|
300
|
+
"item-title"?: string | ((item: any) => VNodeChild);
|
216
301
|
itemValue?: string | ((item: any) => string);
|
302
|
+
"item-value"?: string | ((item: any) => string);
|
217
303
|
disabledItem?: string;
|
304
|
+
"disabled-item"?: string;
|
218
305
|
placeholderClass?: string;
|
306
|
+
"placeholder-class"?: string;
|
219
307
|
navigable?: boolean;
|
220
308
|
}>, "onClick:navigate" | "onSort:start" | "onSort:end"> & {
|
221
309
|
"onClick:navigate"?: (value: any) => any;
|
@@ -11,20 +11,30 @@ declare const _default: {
|
|
11
11
|
eager: {
|
12
12
|
type: import("vue").PropType<boolean>;
|
13
13
|
required: false;
|
14
|
+
} & {
|
15
|
+
type: import("vue").PropType<boolean>;
|
16
|
+
required: false;
|
14
17
|
};
|
15
18
|
toned: {
|
16
19
|
type: import("vue").PropType<boolean>;
|
17
20
|
} & {
|
18
21
|
type: import("vue").PropType<boolean>;
|
19
22
|
};
|
23
|
+
"hide-expand-icon": {
|
24
|
+
type: import("vue").PropType<boolean>;
|
25
|
+
};
|
20
26
|
hideExpandIcon: {
|
21
27
|
type: import("vue").PropType<boolean>;
|
22
28
|
};
|
23
29
|
icon: {
|
24
30
|
type: import("vue").PropType<IIcon>;
|
31
|
+
} & {
|
32
|
+
type: import("vue").PropType<IIcon>;
|
25
33
|
};
|
26
34
|
title: {
|
27
35
|
type: import("vue").PropType<string>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<string>;
|
28
38
|
};
|
29
39
|
class: {
|
30
40
|
type: import("vue").PropType<String | String[]>;
|
@@ -33,8 +43,6 @@ declare const _default: {
|
|
33
43
|
colorSchemaType?: any;
|
34
44
|
container?: any;
|
35
45
|
colors?: any;
|
36
|
-
blueprintType?: any;
|
37
|
-
blueprint?: any;
|
38
46
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
39
47
|
"v-slots": import("vue").Prop<{
|
40
48
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -45,20 +53,30 @@ declare const _default: {
|
|
45
53
|
eager: {
|
46
54
|
type: import("vue").PropType<boolean>;
|
47
55
|
required: false;
|
56
|
+
} & {
|
57
|
+
type: import("vue").PropType<boolean>;
|
58
|
+
required: false;
|
48
59
|
};
|
49
60
|
toned: {
|
50
61
|
type: import("vue").PropType<boolean>;
|
51
62
|
} & {
|
52
63
|
type: import("vue").PropType<boolean>;
|
53
64
|
};
|
65
|
+
"hide-expand-icon": {
|
66
|
+
type: import("vue").PropType<boolean>;
|
67
|
+
};
|
54
68
|
hideExpandIcon: {
|
55
69
|
type: import("vue").PropType<boolean>;
|
56
70
|
};
|
57
71
|
icon: {
|
58
72
|
type: import("vue").PropType<IIcon>;
|
73
|
+
} & {
|
74
|
+
type: import("vue").PropType<IIcon>;
|
59
75
|
};
|
60
76
|
title: {
|
61
77
|
type: import("vue").PropType<string>;
|
78
|
+
} & {
|
79
|
+
type: import("vue").PropType<string>;
|
62
80
|
};
|
63
81
|
class: {
|
64
82
|
type: import("vue").PropType<String | String[]>;
|
@@ -67,13 +85,9 @@ declare const _default: {
|
|
67
85
|
colorSchemaType?: any;
|
68
86
|
container?: any;
|
69
87
|
colors?: any;
|
70
|
-
blueprintType?: any;
|
71
|
-
blueprint?: any;
|
72
88
|
}>>, {
|
73
89
|
container?: any;
|
74
|
-
blueprint?: any;
|
75
90
|
colorSchemaType?: any;
|
76
|
-
blueprintType?: any;
|
77
91
|
colors?: any;
|
78
92
|
}, true, {}, {}, {
|
79
93
|
P: {};
|
@@ -92,20 +106,30 @@ declare const _default: {
|
|
92
106
|
eager: {
|
93
107
|
type: import("vue").PropType<boolean>;
|
94
108
|
required: false;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<boolean>;
|
111
|
+
required: false;
|
95
112
|
};
|
96
113
|
toned: {
|
97
114
|
type: import("vue").PropType<boolean>;
|
98
115
|
} & {
|
99
116
|
type: import("vue").PropType<boolean>;
|
100
117
|
};
|
118
|
+
"hide-expand-icon": {
|
119
|
+
type: import("vue").PropType<boolean>;
|
120
|
+
};
|
101
121
|
hideExpandIcon: {
|
102
122
|
type: import("vue").PropType<boolean>;
|
103
123
|
};
|
104
124
|
icon: {
|
105
125
|
type: import("vue").PropType<IIcon>;
|
126
|
+
} & {
|
127
|
+
type: import("vue").PropType<IIcon>;
|
106
128
|
};
|
107
129
|
title: {
|
108
130
|
type: import("vue").PropType<string>;
|
131
|
+
} & {
|
132
|
+
type: import("vue").PropType<string>;
|
109
133
|
};
|
110
134
|
class: {
|
111
135
|
type: import("vue").PropType<String | String[]>;
|
@@ -114,13 +138,9 @@ declare const _default: {
|
|
114
138
|
colorSchemaType?: any;
|
115
139
|
container?: any;
|
116
140
|
colors?: any;
|
117
|
-
blueprintType?: any;
|
118
|
-
blueprint?: any;
|
119
141
|
}>>, () => JSX.Element, {}, {}, {}, {
|
120
142
|
container?: any;
|
121
|
-
blueprint?: any;
|
122
143
|
colorSchemaType?: any;
|
123
|
-
blueprintType?: any;
|
124
144
|
colors?: any;
|
125
145
|
}>;
|
126
146
|
__isFragment?: never;
|
@@ -136,20 +156,30 @@ declare const _default: {
|
|
136
156
|
eager: {
|
137
157
|
type: import("vue").PropType<boolean>;
|
138
158
|
required: false;
|
159
|
+
} & {
|
160
|
+
type: import("vue").PropType<boolean>;
|
161
|
+
required: false;
|
139
162
|
};
|
140
163
|
toned: {
|
141
164
|
type: import("vue").PropType<boolean>;
|
142
165
|
} & {
|
143
166
|
type: import("vue").PropType<boolean>;
|
144
167
|
};
|
168
|
+
"hide-expand-icon": {
|
169
|
+
type: import("vue").PropType<boolean>;
|
170
|
+
};
|
145
171
|
hideExpandIcon: {
|
146
172
|
type: import("vue").PropType<boolean>;
|
147
173
|
};
|
148
174
|
icon: {
|
149
175
|
type: import("vue").PropType<IIcon>;
|
176
|
+
} & {
|
177
|
+
type: import("vue").PropType<IIcon>;
|
150
178
|
};
|
151
179
|
title: {
|
152
180
|
type: import("vue").PropType<string>;
|
181
|
+
} & {
|
182
|
+
type: import("vue").PropType<string>;
|
153
183
|
};
|
154
184
|
class: {
|
155
185
|
type: import("vue").PropType<String | String[]>;
|
@@ -158,25 +188,19 @@ declare const _default: {
|
|
158
188
|
colorSchemaType?: any;
|
159
189
|
container?: any;
|
160
190
|
colors?: any;
|
161
|
-
blueprintType?: any;
|
162
|
-
blueprint?: any;
|
163
191
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
164
192
|
container?: any;
|
165
|
-
blueprint?: any;
|
166
193
|
colorSchemaType?: any;
|
167
|
-
blueprintType?: any;
|
168
194
|
colors?: any;
|
169
195
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
170
196
|
propsDefinition: Omit<Readonly<{
|
171
197
|
container?: any;
|
172
|
-
blueprint?: any;
|
173
198
|
colorSchemaType?: any;
|
174
|
-
blueprintType?: any;
|
175
199
|
colors?: any;
|
176
200
|
} & {
|
177
201
|
title?: string;
|
178
|
-
class?: String | String[];
|
179
202
|
icon?: IIcon;
|
203
|
+
class?: String | String[];
|
180
204
|
eager?: boolean;
|
181
205
|
"v-slots"?: {
|
182
206
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -186,6 +210,7 @@ declare const _default: {
|
|
186
210
|
};
|
187
211
|
toned?: boolean;
|
188
212
|
hideExpandIcon?: boolean;
|
213
|
+
"hide-expand-icon"?: boolean;
|
189
214
|
}>, never>;
|
190
215
|
};
|
191
216
|
export default _default;
|
@@ -2,18 +2,29 @@ declare const _default: {
|
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
3
|
multiple: {
|
4
4
|
type: import("vue").PropType<boolean>;
|
5
|
+
} & {
|
6
|
+
type: import("vue").PropType<boolean>;
|
5
7
|
};
|
6
8
|
toned: {
|
7
9
|
type: import("vue").PropType<boolean>;
|
10
|
+
} & {
|
11
|
+
type: import("vue").PropType<boolean>;
|
8
12
|
};
|
9
13
|
mandatory: {
|
10
14
|
type: import("vue").PropType<boolean>;
|
15
|
+
} & {
|
16
|
+
type: import("vue").PropType<boolean>;
|
17
|
+
};
|
18
|
+
"expand-all": {
|
19
|
+
type: import("vue").PropType<boolean>;
|
11
20
|
};
|
12
21
|
expandAll: {
|
13
22
|
type: import("vue").PropType<boolean>;
|
14
23
|
};
|
15
24
|
variant: {
|
16
25
|
type: import("vue").PropType<"section" | "navigation" | "default">;
|
26
|
+
} & {
|
27
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
17
28
|
};
|
18
29
|
"onUpdate:modelValue": {
|
19
30
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -33,23 +44,32 @@ declare const _default: {
|
|
33
44
|
colorSchemaType?: any;
|
34
45
|
container?: any;
|
35
46
|
colors?: any;
|
36
|
-
blueprintType?: any;
|
37
|
-
blueprint?: any;
|
38
47
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
39
48
|
multiple: {
|
40
49
|
type: import("vue").PropType<boolean>;
|
50
|
+
} & {
|
51
|
+
type: import("vue").PropType<boolean>;
|
41
52
|
};
|
42
53
|
toned: {
|
43
54
|
type: import("vue").PropType<boolean>;
|
55
|
+
} & {
|
56
|
+
type: import("vue").PropType<boolean>;
|
44
57
|
};
|
45
58
|
mandatory: {
|
46
59
|
type: import("vue").PropType<boolean>;
|
60
|
+
} & {
|
61
|
+
type: import("vue").PropType<boolean>;
|
62
|
+
};
|
63
|
+
"expand-all": {
|
64
|
+
type: import("vue").PropType<boolean>;
|
47
65
|
};
|
48
66
|
expandAll: {
|
49
67
|
type: import("vue").PropType<boolean>;
|
50
68
|
};
|
51
69
|
variant: {
|
52
70
|
type: import("vue").PropType<"section" | "navigation" | "default">;
|
71
|
+
} & {
|
72
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
53
73
|
};
|
54
74
|
"onUpdate:modelValue": {
|
55
75
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -69,13 +89,9 @@ declare const _default: {
|
|
69
89
|
colorSchemaType?: any;
|
70
90
|
container?: any;
|
71
91
|
colors?: any;
|
72
|
-
blueprintType?: any;
|
73
|
-
blueprint?: any;
|
74
92
|
}>>, {
|
75
93
|
container?: any;
|
76
|
-
blueprint?: any;
|
77
94
|
colorSchemaType?: any;
|
78
|
-
blueprintType?: any;
|
79
95
|
colors?: any;
|
80
96
|
}, true, {}, {}, {
|
81
97
|
P: {};
|
@@ -87,18 +103,29 @@ declare const _default: {
|
|
87
103
|
}, Readonly<import("vue").ExtractPropTypes<{
|
88
104
|
multiple: {
|
89
105
|
type: import("vue").PropType<boolean>;
|
106
|
+
} & {
|
107
|
+
type: import("vue").PropType<boolean>;
|
90
108
|
};
|
91
109
|
toned: {
|
92
110
|
type: import("vue").PropType<boolean>;
|
111
|
+
} & {
|
112
|
+
type: import("vue").PropType<boolean>;
|
93
113
|
};
|
94
114
|
mandatory: {
|
95
115
|
type: import("vue").PropType<boolean>;
|
116
|
+
} & {
|
117
|
+
type: import("vue").PropType<boolean>;
|
118
|
+
};
|
119
|
+
"expand-all": {
|
120
|
+
type: import("vue").PropType<boolean>;
|
96
121
|
};
|
97
122
|
expandAll: {
|
98
123
|
type: import("vue").PropType<boolean>;
|
99
124
|
};
|
100
125
|
variant: {
|
101
126
|
type: import("vue").PropType<"section" | "navigation" | "default">;
|
127
|
+
} & {
|
128
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
102
129
|
};
|
103
130
|
"onUpdate:modelValue": {
|
104
131
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -118,13 +145,9 @@ declare const _default: {
|
|
118
145
|
colorSchemaType?: any;
|
119
146
|
container?: any;
|
120
147
|
colors?: any;
|
121
|
-
blueprintType?: any;
|
122
|
-
blueprint?: any;
|
123
148
|
}>>, () => JSX.Element, {}, {}, {}, {
|
124
149
|
container?: any;
|
125
|
-
blueprint?: any;
|
126
150
|
colorSchemaType?: any;
|
127
|
-
blueprintType?: any;
|
128
151
|
colors?: any;
|
129
152
|
}>;
|
130
153
|
__isFragment?: never;
|
@@ -133,18 +156,29 @@ declare const _default: {
|
|
133
156
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
134
157
|
multiple: {
|
135
158
|
type: import("vue").PropType<boolean>;
|
159
|
+
} & {
|
160
|
+
type: import("vue").PropType<boolean>;
|
136
161
|
};
|
137
162
|
toned: {
|
138
163
|
type: import("vue").PropType<boolean>;
|
164
|
+
} & {
|
165
|
+
type: import("vue").PropType<boolean>;
|
139
166
|
};
|
140
167
|
mandatory: {
|
141
168
|
type: import("vue").PropType<boolean>;
|
169
|
+
} & {
|
170
|
+
type: import("vue").PropType<boolean>;
|
171
|
+
};
|
172
|
+
"expand-all": {
|
173
|
+
type: import("vue").PropType<boolean>;
|
142
174
|
};
|
143
175
|
expandAll: {
|
144
176
|
type: import("vue").PropType<boolean>;
|
145
177
|
};
|
146
178
|
variant: {
|
147
179
|
type: import("vue").PropType<"section" | "navigation" | "default">;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<"section" | "navigation" | "default">;
|
148
182
|
};
|
149
183
|
"onUpdate:modelValue": {
|
150
184
|
type: import("vue").PropType<(value: number | number[]) => any>;
|
@@ -164,20 +198,14 @@ declare const _default: {
|
|
164
198
|
colorSchemaType?: any;
|
165
199
|
container?: any;
|
166
200
|
colors?: any;
|
167
|
-
blueprintType?: any;
|
168
|
-
blueprint?: any;
|
169
201
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
170
202
|
container?: any;
|
171
|
-
blueprint?: any;
|
172
203
|
colorSchemaType?: any;
|
173
|
-
blueprintType?: any;
|
174
204
|
colors?: any;
|
175
205
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
176
206
|
propsDefinition: Omit<Readonly<{
|
177
207
|
container?: any;
|
178
|
-
blueprint?: any;
|
179
208
|
colorSchemaType?: any;
|
180
|
-
blueprintType?: any;
|
181
209
|
colors?: any;
|
182
210
|
} & {
|
183
211
|
class?: String | String[];
|
@@ -189,6 +217,7 @@ declare const _default: {
|
|
189
217
|
variant?: "section" | "navigation" | "default";
|
190
218
|
toned?: boolean;
|
191
219
|
expandAll?: boolean;
|
220
|
+
"expand-all"?: boolean;
|
192
221
|
}>, never>;
|
193
222
|
};
|
194
223
|
export default _default;
|