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