@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
@@ -17,6 +17,9 @@ declare const _default: {
|
|
17
17
|
rules: {
|
18
18
|
type: import("vue").PropType<ValidationRule[]>;
|
19
19
|
required: false;
|
20
|
+
} & {
|
21
|
+
type: import("vue").PropType<ValidationRule[]>;
|
22
|
+
required: false;
|
20
23
|
};
|
21
24
|
"v-slots": import("vue").Prop<{
|
22
25
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
@@ -44,9 +47,15 @@ declare const _default: {
|
|
44
47
|
defaultValueItem: {
|
45
48
|
type: import("vue").PropType<any>;
|
46
49
|
};
|
50
|
+
"item-value": {
|
51
|
+
type: import("vue").PropType<any>;
|
52
|
+
};
|
47
53
|
itemValue: {
|
48
54
|
type: import("vue").PropType<any>;
|
49
55
|
};
|
56
|
+
"item-title": {
|
57
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
58
|
+
};
|
50
59
|
itemTitle: {
|
51
60
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
52
61
|
};
|
@@ -58,13 +67,21 @@ declare const _default: {
|
|
58
67
|
disabled: {
|
59
68
|
type: import("vue").PropType<boolean>;
|
60
69
|
required: false;
|
70
|
+
} & {
|
71
|
+
type: import("vue").PropType<boolean>;
|
72
|
+
required: false;
|
61
73
|
};
|
62
74
|
label: {
|
63
75
|
type: import("vue").PropType<string>;
|
76
|
+
} & {
|
77
|
+
type: import("vue").PropType<string>;
|
64
78
|
};
|
65
79
|
mode: {
|
66
80
|
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
67
81
|
required: false;
|
82
|
+
} & {
|
83
|
+
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
84
|
+
required: false;
|
68
85
|
};
|
69
86
|
marker: {
|
70
87
|
type: import("vue").PropType<string>;
|
@@ -150,6 +167,9 @@ declare const _default: {
|
|
150
167
|
rules: {
|
151
168
|
type: import("vue").PropType<ValidationRule[]>;
|
152
169
|
required: false;
|
170
|
+
} & {
|
171
|
+
type: import("vue").PropType<ValidationRule[]>;
|
172
|
+
required: false;
|
153
173
|
};
|
154
174
|
"v-slots": import("vue").Prop<{
|
155
175
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
@@ -177,9 +197,15 @@ declare const _default: {
|
|
177
197
|
defaultValueItem: {
|
178
198
|
type: import("vue").PropType<any>;
|
179
199
|
};
|
200
|
+
"item-value": {
|
201
|
+
type: import("vue").PropType<any>;
|
202
|
+
};
|
180
203
|
itemValue: {
|
181
204
|
type: import("vue").PropType<any>;
|
182
205
|
};
|
206
|
+
"item-title": {
|
207
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
208
|
+
};
|
183
209
|
itemTitle: {
|
184
210
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
185
211
|
};
|
@@ -191,13 +217,21 @@ declare const _default: {
|
|
191
217
|
disabled: {
|
192
218
|
type: import("vue").PropType<boolean>;
|
193
219
|
required: false;
|
220
|
+
} & {
|
221
|
+
type: import("vue").PropType<boolean>;
|
222
|
+
required: false;
|
194
223
|
};
|
195
224
|
label: {
|
196
225
|
type: import("vue").PropType<string>;
|
226
|
+
} & {
|
227
|
+
type: import("vue").PropType<string>;
|
197
228
|
};
|
198
229
|
mode: {
|
199
230
|
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
200
231
|
required: false;
|
232
|
+
} & {
|
233
|
+
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
234
|
+
required: false;
|
201
235
|
};
|
202
236
|
marker: {
|
203
237
|
type: import("vue").PropType<string>;
|
@@ -284,6 +318,9 @@ declare const _default: {
|
|
284
318
|
rules: {
|
285
319
|
type: import("vue").PropType<ValidationRule[]>;
|
286
320
|
required: false;
|
321
|
+
} & {
|
322
|
+
type: import("vue").PropType<ValidationRule[]>;
|
323
|
+
required: false;
|
287
324
|
};
|
288
325
|
"v-slots": import("vue").Prop<{
|
289
326
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
@@ -311,9 +348,15 @@ declare const _default: {
|
|
311
348
|
defaultValueItem: {
|
312
349
|
type: import("vue").PropType<any>;
|
313
350
|
};
|
351
|
+
"item-value": {
|
352
|
+
type: import("vue").PropType<any>;
|
353
|
+
};
|
314
354
|
itemValue: {
|
315
355
|
type: import("vue").PropType<any>;
|
316
356
|
};
|
357
|
+
"item-title": {
|
358
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
359
|
+
};
|
317
360
|
itemTitle: {
|
318
361
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
319
362
|
};
|
@@ -325,13 +368,21 @@ declare const _default: {
|
|
325
368
|
disabled: {
|
326
369
|
type: import("vue").PropType<boolean>;
|
327
370
|
required: false;
|
371
|
+
} & {
|
372
|
+
type: import("vue").PropType<boolean>;
|
373
|
+
required: false;
|
328
374
|
};
|
329
375
|
label: {
|
330
376
|
type: import("vue").PropType<string>;
|
377
|
+
} & {
|
378
|
+
type: import("vue").PropType<string>;
|
331
379
|
};
|
332
380
|
mode: {
|
333
381
|
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
334
382
|
required: false;
|
383
|
+
} & {
|
384
|
+
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
385
|
+
required: false;
|
335
386
|
};
|
336
387
|
marker: {
|
337
388
|
type: import("vue").PropType<string>;
|
@@ -415,6 +466,9 @@ declare const _default: {
|
|
415
466
|
rules: {
|
416
467
|
type: import("vue").PropType<ValidationRule[]>;
|
417
468
|
required: false;
|
469
|
+
} & {
|
470
|
+
type: import("vue").PropType<ValidationRule[]>;
|
471
|
+
required: false;
|
418
472
|
};
|
419
473
|
"v-slots": import("vue").Prop<{
|
420
474
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
@@ -442,9 +496,15 @@ declare const _default: {
|
|
442
496
|
defaultValueItem: {
|
443
497
|
type: import("vue").PropType<any>;
|
444
498
|
};
|
499
|
+
"item-value": {
|
500
|
+
type: import("vue").PropType<any>;
|
501
|
+
};
|
445
502
|
itemValue: {
|
446
503
|
type: import("vue").PropType<any>;
|
447
504
|
};
|
505
|
+
"item-title": {
|
506
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
507
|
+
};
|
448
508
|
itemTitle: {
|
449
509
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
450
510
|
};
|
@@ -456,13 +516,21 @@ declare const _default: {
|
|
456
516
|
disabled: {
|
457
517
|
type: import("vue").PropType<boolean>;
|
458
518
|
required: false;
|
519
|
+
} & {
|
520
|
+
type: import("vue").PropType<boolean>;
|
521
|
+
required: false;
|
459
522
|
};
|
460
523
|
label: {
|
461
524
|
type: import("vue").PropType<string>;
|
525
|
+
} & {
|
526
|
+
type: import("vue").PropType<string>;
|
462
527
|
};
|
463
528
|
mode: {
|
464
529
|
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
465
530
|
required: false;
|
531
|
+
} & {
|
532
|
+
type: import("vue").PropType<"textarea" | "textfield" | "rtf">;
|
533
|
+
required: false;
|
466
534
|
};
|
467
535
|
marker: {
|
468
536
|
type: import("vue").PropType<string>;
|
@@ -549,7 +617,6 @@ declare const _default: {
|
|
549
617
|
marker: string;
|
550
618
|
} & {
|
551
619
|
mode?: "textarea" | "textfield" | "rtf";
|
552
|
-
label?: string;
|
553
620
|
name?: {
|
554
621
|
[x: `onUpdate:${string}`]: {
|
555
622
|
type: import("vue").PropType<(value: any) => any>;
|
@@ -611,6 +678,7 @@ declare const _default: {
|
|
611
678
|
};
|
612
679
|
}>;
|
613
680
|
};
|
681
|
+
label?: string;
|
614
682
|
disabled?: boolean;
|
615
683
|
"onUpdate:modelValue"?: (value: any) => any;
|
616
684
|
"v-model"?: any;
|
@@ -625,7 +693,9 @@ declare const _default: {
|
|
625
693
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
626
694
|
"rich-text-settings"?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
627
695
|
itemTitle?: string | ((item: any) => string);
|
696
|
+
"item-title"?: string | ((item: any) => string);
|
628
697
|
itemValue?: any;
|
698
|
+
"item-value"?: any;
|
629
699
|
"on-configure-extensions"?: (extensions: Array<RichTextEditorExtension>, registrationResolver?: (registration: RichTextEditorExtensionRegistration) => RichTextEditorExtension, extensionHelper?: IRichTextEditorExtensionHelper) => Array<RichTextEditorExtension>;
|
630
700
|
defaultValueItem?: any;
|
631
701
|
"default-value-item"?: any;
|
@@ -3,15 +3,23 @@ declare const _default: {
|
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
icon: {
|
5
5
|
type: import("vue").PropType<IIcon>;
|
6
|
+
} & {
|
7
|
+
type: import("vue").PropType<IIcon>;
|
6
8
|
};
|
7
9
|
variant: {
|
8
10
|
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
11
|
+
} & {
|
12
|
+
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
9
13
|
};
|
10
14
|
closable: {
|
11
15
|
type: import("vue").PropType<boolean>;
|
16
|
+
} & {
|
17
|
+
type: import("vue").PropType<boolean>;
|
12
18
|
};
|
13
19
|
text: {
|
14
20
|
type: import("vue").PropType<string>;
|
21
|
+
} & {
|
22
|
+
type: import("vue").PropType<string>;
|
15
23
|
};
|
16
24
|
"onUpdate:modelValue": {
|
17
25
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -27,15 +35,23 @@ declare const _default: {
|
|
27
35
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
28
36
|
icon: {
|
29
37
|
type: import("vue").PropType<IIcon>;
|
38
|
+
} & {
|
39
|
+
type: import("vue").PropType<IIcon>;
|
30
40
|
};
|
31
41
|
variant: {
|
32
42
|
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
43
|
+
} & {
|
44
|
+
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
33
45
|
};
|
34
46
|
closable: {
|
35
47
|
type: import("vue").PropType<boolean>;
|
48
|
+
} & {
|
49
|
+
type: import("vue").PropType<boolean>;
|
36
50
|
};
|
37
51
|
text: {
|
38
52
|
type: import("vue").PropType<string>;
|
53
|
+
} & {
|
54
|
+
type: import("vue").PropType<string>;
|
39
55
|
};
|
40
56
|
"onUpdate:modelValue": {
|
41
57
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -58,15 +74,23 @@ declare const _default: {
|
|
58
74
|
}, Readonly<import("vue").ExtractPropTypes<{
|
59
75
|
icon: {
|
60
76
|
type: import("vue").PropType<IIcon>;
|
77
|
+
} & {
|
78
|
+
type: import("vue").PropType<IIcon>;
|
61
79
|
};
|
62
80
|
variant: {
|
63
81
|
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
82
|
+
} & {
|
83
|
+
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
64
84
|
};
|
65
85
|
closable: {
|
66
86
|
type: import("vue").PropType<boolean>;
|
87
|
+
} & {
|
88
|
+
type: import("vue").PropType<boolean>;
|
67
89
|
};
|
68
90
|
text: {
|
69
91
|
type: import("vue").PropType<string>;
|
92
|
+
} & {
|
93
|
+
type: import("vue").PropType<string>;
|
70
94
|
};
|
71
95
|
"onUpdate:modelValue": {
|
72
96
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -86,15 +110,23 @@ declare const _default: {
|
|
86
110
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
87
111
|
icon: {
|
88
112
|
type: import("vue").PropType<IIcon>;
|
113
|
+
} & {
|
114
|
+
type: import("vue").PropType<IIcon>;
|
89
115
|
};
|
90
116
|
variant: {
|
91
117
|
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
118
|
+
} & {
|
119
|
+
type: import("vue").PropType<"info" | "error" | "success" | "warning">;
|
92
120
|
};
|
93
121
|
closable: {
|
94
122
|
type: import("vue").PropType<boolean>;
|
123
|
+
} & {
|
124
|
+
type: import("vue").PropType<boolean>;
|
95
125
|
};
|
96
126
|
text: {
|
97
127
|
type: import("vue").PropType<string>;
|
128
|
+
} & {
|
129
|
+
type: import("vue").PropType<string>;
|
98
130
|
};
|
99
131
|
"onUpdate:modelValue": {
|
100
132
|
type: import("vue").PropType<(value: boolean) => any>;
|
@@ -7,30 +7,49 @@ declare const _default: {
|
|
7
7
|
} & {
|
8
8
|
actionButtons?: Func<[VNodeChild]>;
|
9
9
|
}>;
|
10
|
+
"sub-title": {
|
11
|
+
type: import("vue").PropType<string>;
|
12
|
+
};
|
10
13
|
subTitle: {
|
11
14
|
type: import("vue").PropType<string>;
|
12
15
|
};
|
13
16
|
title: {
|
14
17
|
type: import("vue").PropType<string>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<string>;
|
15
20
|
};
|
16
21
|
closable: {
|
17
22
|
type: import("vue").PropType<boolean>;
|
23
|
+
} & {
|
24
|
+
type: import("vue").PropType<boolean>;
|
18
25
|
};
|
19
26
|
navigationExpanded: {
|
20
27
|
type: import("vue").PropType<boolean>;
|
21
28
|
required: false;
|
22
29
|
};
|
30
|
+
"navigation-expanded": {
|
31
|
+
type: import("vue").PropType<boolean>;
|
32
|
+
required: false;
|
33
|
+
};
|
23
34
|
navigation: {
|
24
35
|
type: import("vue").PropType<boolean>;
|
36
|
+
} & {
|
37
|
+
type: import("vue").PropType<boolean>;
|
25
38
|
};
|
26
39
|
variant: {
|
27
|
-
type: import("vue").PropType<"
|
40
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
41
|
+
} & {
|
42
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
28
43
|
};
|
29
44
|
absolute: {
|
30
45
|
type: import("vue").PropType<boolean>;
|
46
|
+
} & {
|
47
|
+
type: import("vue").PropType<boolean>;
|
31
48
|
};
|
32
49
|
id: {
|
33
50
|
type: import("vue").PropType<string>;
|
51
|
+
} & {
|
52
|
+
type: import("vue").PropType<string>;
|
34
53
|
};
|
35
54
|
class: {
|
36
55
|
type: import("vue").PropType<String | String[]>;
|
@@ -39,8 +58,6 @@ declare const _default: {
|
|
39
58
|
colorSchemaType?: any;
|
40
59
|
container?: any;
|
41
60
|
colors?: any;
|
42
|
-
blueprintType?: any;
|
43
|
-
blueprint?: any;
|
44
61
|
}>> & {
|
45
62
|
"onClick:close"?: () => any;
|
46
63
|
"onClick:navigation"?: () => any;
|
@@ -53,30 +70,49 @@ declare const _default: {
|
|
53
70
|
} & {
|
54
71
|
actionButtons?: Func<[VNodeChild]>;
|
55
72
|
}>;
|
73
|
+
"sub-title": {
|
74
|
+
type: import("vue").PropType<string>;
|
75
|
+
};
|
56
76
|
subTitle: {
|
57
77
|
type: import("vue").PropType<string>;
|
58
78
|
};
|
59
79
|
title: {
|
60
80
|
type: import("vue").PropType<string>;
|
81
|
+
} & {
|
82
|
+
type: import("vue").PropType<string>;
|
61
83
|
};
|
62
84
|
closable: {
|
63
85
|
type: import("vue").PropType<boolean>;
|
86
|
+
} & {
|
87
|
+
type: import("vue").PropType<boolean>;
|
64
88
|
};
|
65
89
|
navigationExpanded: {
|
66
90
|
type: import("vue").PropType<boolean>;
|
67
91
|
required: false;
|
68
92
|
};
|
93
|
+
"navigation-expanded": {
|
94
|
+
type: import("vue").PropType<boolean>;
|
95
|
+
required: false;
|
96
|
+
};
|
69
97
|
navigation: {
|
70
98
|
type: import("vue").PropType<boolean>;
|
99
|
+
} & {
|
100
|
+
type: import("vue").PropType<boolean>;
|
71
101
|
};
|
72
102
|
variant: {
|
73
|
-
type: import("vue").PropType<"
|
103
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
104
|
+
} & {
|
105
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
74
106
|
};
|
75
107
|
absolute: {
|
76
108
|
type: import("vue").PropType<boolean>;
|
109
|
+
} & {
|
110
|
+
type: import("vue").PropType<boolean>;
|
77
111
|
};
|
78
112
|
id: {
|
79
113
|
type: import("vue").PropType<string>;
|
114
|
+
} & {
|
115
|
+
type: import("vue").PropType<string>;
|
80
116
|
};
|
81
117
|
class: {
|
82
118
|
type: import("vue").PropType<String | String[]>;
|
@@ -85,16 +121,12 @@ declare const _default: {
|
|
85
121
|
colorSchemaType?: any;
|
86
122
|
container?: any;
|
87
123
|
colors?: any;
|
88
|
-
blueprintType?: any;
|
89
|
-
blueprint?: any;
|
90
124
|
}>> & {
|
91
125
|
"onClick:close"?: () => any;
|
92
126
|
"onClick:navigation"?: () => any;
|
93
127
|
}, {
|
94
128
|
container?: any;
|
95
|
-
blueprint?: any;
|
96
129
|
colorSchemaType?: any;
|
97
|
-
blueprintType?: any;
|
98
130
|
colors?: any;
|
99
131
|
}, true, {}, {}, {
|
100
132
|
P: {};
|
@@ -109,30 +141,49 @@ declare const _default: {
|
|
109
141
|
} & {
|
110
142
|
actionButtons?: Func<[VNodeChild]>;
|
111
143
|
}>;
|
144
|
+
"sub-title": {
|
145
|
+
type: import("vue").PropType<string>;
|
146
|
+
};
|
112
147
|
subTitle: {
|
113
148
|
type: import("vue").PropType<string>;
|
114
149
|
};
|
115
150
|
title: {
|
116
151
|
type: import("vue").PropType<string>;
|
152
|
+
} & {
|
153
|
+
type: import("vue").PropType<string>;
|
117
154
|
};
|
118
155
|
closable: {
|
119
156
|
type: import("vue").PropType<boolean>;
|
157
|
+
} & {
|
158
|
+
type: import("vue").PropType<boolean>;
|
120
159
|
};
|
121
160
|
navigationExpanded: {
|
122
161
|
type: import("vue").PropType<boolean>;
|
123
162
|
required: false;
|
124
163
|
};
|
164
|
+
"navigation-expanded": {
|
165
|
+
type: import("vue").PropType<boolean>;
|
166
|
+
required: false;
|
167
|
+
};
|
125
168
|
navigation: {
|
126
169
|
type: import("vue").PropType<boolean>;
|
170
|
+
} & {
|
171
|
+
type: import("vue").PropType<boolean>;
|
127
172
|
};
|
128
173
|
variant: {
|
129
|
-
type: import("vue").PropType<"
|
174
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
175
|
+
} & {
|
176
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
130
177
|
};
|
131
178
|
absolute: {
|
132
179
|
type: import("vue").PropType<boolean>;
|
180
|
+
} & {
|
181
|
+
type: import("vue").PropType<boolean>;
|
133
182
|
};
|
134
183
|
id: {
|
135
184
|
type: import("vue").PropType<string>;
|
185
|
+
} & {
|
186
|
+
type: import("vue").PropType<string>;
|
136
187
|
};
|
137
188
|
class: {
|
138
189
|
type: import("vue").PropType<String | String[]>;
|
@@ -141,16 +192,12 @@ declare const _default: {
|
|
141
192
|
colorSchemaType?: any;
|
142
193
|
container?: any;
|
143
194
|
colors?: any;
|
144
|
-
blueprintType?: any;
|
145
|
-
blueprint?: any;
|
146
195
|
}>> & {
|
147
196
|
"onClick:close"?: () => any;
|
148
197
|
"onClick:navigation"?: () => any;
|
149
198
|
}, () => JSX.Element, {}, {}, {}, {
|
150
199
|
container?: any;
|
151
|
-
blueprint?: any;
|
152
200
|
colorSchemaType?: any;
|
153
|
-
blueprintType?: any;
|
154
201
|
colors?: any;
|
155
202
|
}>;
|
156
203
|
__isFragment?: never;
|
@@ -162,30 +209,49 @@ declare const _default: {
|
|
162
209
|
} & {
|
163
210
|
actionButtons?: Func<[VNodeChild]>;
|
164
211
|
}>;
|
212
|
+
"sub-title": {
|
213
|
+
type: import("vue").PropType<string>;
|
214
|
+
};
|
165
215
|
subTitle: {
|
166
216
|
type: import("vue").PropType<string>;
|
167
217
|
};
|
168
218
|
title: {
|
169
219
|
type: import("vue").PropType<string>;
|
220
|
+
} & {
|
221
|
+
type: import("vue").PropType<string>;
|
170
222
|
};
|
171
223
|
closable: {
|
172
224
|
type: import("vue").PropType<boolean>;
|
225
|
+
} & {
|
226
|
+
type: import("vue").PropType<boolean>;
|
173
227
|
};
|
174
228
|
navigationExpanded: {
|
175
229
|
type: import("vue").PropType<boolean>;
|
176
230
|
required: false;
|
177
231
|
};
|
232
|
+
"navigation-expanded": {
|
233
|
+
type: import("vue").PropType<boolean>;
|
234
|
+
required: false;
|
235
|
+
};
|
178
236
|
navigation: {
|
179
237
|
type: import("vue").PropType<boolean>;
|
238
|
+
} & {
|
239
|
+
type: import("vue").PropType<boolean>;
|
180
240
|
};
|
181
241
|
variant: {
|
182
|
-
type: import("vue").PropType<"
|
242
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
243
|
+
} & {
|
244
|
+
type: import("vue").PropType<"chrome" | "default" | "app">;
|
183
245
|
};
|
184
246
|
absolute: {
|
185
247
|
type: import("vue").PropType<boolean>;
|
248
|
+
} & {
|
249
|
+
type: import("vue").PropType<boolean>;
|
186
250
|
};
|
187
251
|
id: {
|
188
252
|
type: import("vue").PropType<string>;
|
253
|
+
} & {
|
254
|
+
type: import("vue").PropType<string>;
|
189
255
|
};
|
190
256
|
class: {
|
191
257
|
type: import("vue").PropType<String | String[]>;
|
@@ -194,8 +260,6 @@ declare const _default: {
|
|
194
260
|
colorSchemaType?: any;
|
195
261
|
container?: any;
|
196
262
|
colors?: any;
|
197
|
-
blueprintType?: any;
|
198
|
-
blueprint?: any;
|
199
263
|
}>> & {
|
200
264
|
"onClick:close"?: () => any;
|
201
265
|
"onClick:navigation"?: () => any;
|
@@ -204,16 +268,12 @@ declare const _default: {
|
|
204
268
|
"click:close": () => true;
|
205
269
|
}, string, {
|
206
270
|
container?: any;
|
207
|
-
blueprint?: any;
|
208
271
|
colorSchemaType?: any;
|
209
|
-
blueprintType?: any;
|
210
272
|
colors?: any;
|
211
273
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
212
274
|
propsDefinition: Omit<Readonly<{
|
213
275
|
container?: any;
|
214
|
-
blueprint?: any;
|
215
276
|
colorSchemaType?: any;
|
216
|
-
blueprintType?: any;
|
217
277
|
colors?: any;
|
218
278
|
} & {
|
219
279
|
title?: string;
|
@@ -226,9 +286,11 @@ declare const _default: {
|
|
226
286
|
} & {
|
227
287
|
actionButtons?: Func<[VNodeChild]>;
|
228
288
|
};
|
229
|
-
variant?: "
|
289
|
+
variant?: "chrome" | "default" | "app";
|
230
290
|
subTitle?: string;
|
291
|
+
"sub-title"?: string;
|
231
292
|
navigationExpanded?: boolean;
|
293
|
+
"navigation-expanded"?: boolean;
|
232
294
|
closable?: boolean;
|
233
295
|
}>, "onClick:close" | "onClick:navigation"> & {
|
234
296
|
"onClick:close"?: () => any;
|