@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.
Files changed (286) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +1 -1
  3. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +5 -1
  4. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +1 -1
  5. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +1 -1
  6. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +3 -2
  7. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +3 -1
  8. package/internal-do-not-import-from-here/shared/models/index.d.ts +1 -0
  9. package/internal-do-not-import-from-here/shared/models/index.js +1 -0
  10. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +40 -53
  11. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +6 -12
  12. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +6 -1
  13. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  14. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  15. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -9
  16. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -8
  17. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  18. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  19. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  20. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  21. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  22. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  23. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  24. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +11 -2
  25. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +0 -2
  26. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +17 -0
  27. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +17 -0
  28. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +17 -0
  29. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -0
  30. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +12 -0
  31. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +12 -0
  32. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +17 -0
  33. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +363 -0
  34. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePreview.d.ts +97 -0
  35. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.d.ts +93 -44
  37. package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.d.ts +36 -44
  38. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -2
  39. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
  40. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +14 -2
  41. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +9 -17
  42. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +71 -1
  43. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +93 -1
  44. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +142 -0
  45. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +34 -0
  46. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +12 -0
  47. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +17 -0
  48. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +51 -0
  49. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +17 -0
  50. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +17 -0
  51. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +37 -16
  52. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +2 -2
  53. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +17 -0
  54. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +12 -0
  55. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +80 -0
  56. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +143 -0
  57. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +245 -0
  58. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +287 -1
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +236 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +340 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +345 -1
  62. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -17
  63. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +29 -0
  64. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +217 -2
  65. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +57 -1
  66. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +21 -0
  67. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +217 -2
  68. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  69. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +0 -16
  70. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +0 -16
  71. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +0 -16
  72. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +29 -0
  73. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +12 -0
  74. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +0 -16
  75. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +0 -16
  76. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +0 -16
  77. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
  78. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +17 -1
  80. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +16 -0
  82. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +51 -0
  83. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +17 -0
  84. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +34 -0
  85. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +46 -0
  86. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +12 -0
  87. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +18 -1
  88. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +71 -1
  89. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +32 -0
  90. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +83 -21
  91. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +46 -17
  92. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +75 -3
  93. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +170 -17
  94. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +24 -16
  95. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +8 -16
  96. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
  97. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +65 -16
  98. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +73 -17
  99. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +34 -16
  100. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +66 -16
  101. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +97 -16
  102. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +28 -67
  103. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +128 -16
  104. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +183 -16
  105. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +112 -0
  106. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +106 -17
  107. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +88 -0
  108. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +42 -17
  109. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +45 -16
  110. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +24 -16
  111. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +134 -16
  112. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +0 -16
  113. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +59 -17
  114. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +61 -16
  115. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +40 -0
  116. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +0 -16
  117. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +55 -0
  118. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +84 -16
  119. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +32 -16
  120. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +49 -17
  121. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +16 -16
  122. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +119 -16
  123. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +41 -16
  124. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +24 -16
  125. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +75 -16
  126. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +95 -16
  127. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +37 -1
  128. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
  129. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +16 -16
  130. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +52 -16
  131. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +2 -2
  132. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +128 -16
  133. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +80 -16
  134. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +70 -16
  135. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +181 -16
  136. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
  137. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +25 -17
  138. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +91 -16
  139. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
  140. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +128 -16
  141. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +24 -16
  142. package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +72 -16
  143. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +50 -16
  144. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -0
  145. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -0
  146. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
  147. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +78 -16
  148. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +46 -17
  149. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +66 -16
  150. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +0 -16
  151. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +68 -16
  152. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +151 -16
  153. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +163 -17
  154. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +80 -17
  155. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +63 -0
  156. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +29 -16
  157. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +17 -0
  158. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +29 -0
  159. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +13 -1
  160. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +29 -0
  161. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +29 -0
  162. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +46 -0
  163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
  164. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  165. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
  166. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +0 -16
  168. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +61 -16
  169. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +12 -0
  170. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +46 -0
  171. package/internal-do-not-import-from-here/ux/social/Like.d.ts +63 -0
  172. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +24 -0
  173. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +17 -0
  174. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +17 -0
  175. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +6 -2
  177. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +1 -15
  178. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  179. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +9 -0
  180. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
  181. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
  182. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
  183. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +4 -0
  184. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +9 -0
  185. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
  186. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
  187. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
  188. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsChrome.d.ts +49 -0
  189. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +9 -0
  190. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
  191. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsChrome.d.ts +49 -0
  194. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  195. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +56 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +437 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +23 -65
  198. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
  199. package/internal-do-not-import-from-here/ux/theming-v2/store/{BlueprintDefinitionStore.d.ts → ComponentDefinitionStore.d.ts} +1 -1
  200. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +439 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -18
  202. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -3
  203. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +440 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +6 -2
  205. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +913 -110
  206. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +6 -8
  207. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +2 -2
  208. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  209. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +4 -4
  210. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +1 -17
  211. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10341 -2075
  212. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  213. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +35 -1
  214. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +28 -67
  215. package/internal-do-not-import-from-here/ux/use/index.d.ts +0 -1
  216. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +34 -0
  217. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +12 -0
  218. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +0 -16
  219. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +0 -16
  220. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +13 -6
  221. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +0 -16
  222. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +26 -0
  223. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +2 -78
  224. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -12
  225. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
  226. package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  228. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -1
  229. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
  230. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
  231. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +3 -2
  232. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
  233. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
  234. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  236. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +0 -16
  237. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +1 -1
  238. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +12 -0
  240. package/internal-do-not-import-from-here/wctypings.d.ts +619 -625
  241. package/package.json +2 -2
  242. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -364
  243. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/components/ChromePreview.d.ts +0 -16
  244. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -31
  245. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -7
  246. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -19
  247. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +0 -173
  248. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
  249. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -90
  250. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -16
  251. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -16
  252. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
  253. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -16
  254. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
  255. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -16
  256. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -16
  257. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -16
  258. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -16
  259. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
  260. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
  261. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
  262. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -40
  263. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -53
  264. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
  265. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -208
  266. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
  267. /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/{blueprintpicker/BlueprintPicker.css.d.ts → blueprintpickers/chromepicker/ChromePicker.css.d.ts} +0 -0
  269. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/SampleComponent.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
  272. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/SampleComponent.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/SampleComponent.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{ChromeDefinitions.d.ts → DefinitionsChrome.d.ts} +0 -0
  281. /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
  282. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  283. /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts} +0 -0
  284. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
  285. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +0 -0
  286. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +0 -0
@@ -7,9 +7,16 @@ declare const _default: {
7
7
  }>;
8
8
  position: {
9
9
  type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
10
+ } & {
11
+ type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
10
12
  };
11
13
  location: {
12
14
  type: import("vue").PropType<Anchor>;
15
+ } & {
16
+ type: import("vue").PropType<Anchor>;
17
+ };
18
+ "allowed-dates": {
19
+ type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
13
20
  };
14
21
  allowedDates: {
15
22
  type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -18,24 +25,44 @@ declare const _default: {
18
25
  type: import("vue").PropType<"calendar" | "keyboard">;
19
26
  required: false;
20
27
  };
28
+ "input-mode": {
29
+ type: import("vue").PropType<"calendar" | "keyboard">;
30
+ required: false;
31
+ };
21
32
  locale: {
22
33
  type: import("vue").PropType<string>;
34
+ } & {
35
+ type: import("vue").PropType<string>;
23
36
  };
24
37
  showWeek: {
25
38
  type: import("vue").PropType<boolean>;
26
39
  required: false;
27
40
  };
41
+ "show-week": {
42
+ type: import("vue").PropType<boolean>;
43
+ required: false;
44
+ };
28
45
  showAdjacentMonths: {
29
46
  type: import("vue").PropType<boolean>;
30
47
  required: false;
31
48
  };
49
+ "show-adjacent-months": {
50
+ type: import("vue").PropType<boolean>;
51
+ required: false;
52
+ };
32
53
  disabled: {
33
54
  type: import("vue").PropType<boolean>;
34
55
  required: false;
56
+ } & {
57
+ type: import("vue").PropType<boolean>;
58
+ required: false;
35
59
  };
36
60
  range: {
37
61
  type: import("vue").PropType<boolean>;
38
62
  required: false;
63
+ } & {
64
+ type: import("vue").PropType<boolean>;
65
+ required: false;
39
66
  };
40
67
  "onUpdate:modelValue": {
41
68
  type: import("vue").PropType<(value: Date | Date[]) => any>;
@@ -56,9 +83,16 @@ declare const _default: {
56
83
  }>;
57
84
  position: {
58
85
  type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
86
+ } & {
87
+ type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
59
88
  };
60
89
  location: {
61
90
  type: import("vue").PropType<Anchor>;
91
+ } & {
92
+ type: import("vue").PropType<Anchor>;
93
+ };
94
+ "allowed-dates": {
95
+ type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
62
96
  };
63
97
  allowedDates: {
64
98
  type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -67,24 +101,44 @@ declare const _default: {
67
101
  type: import("vue").PropType<"calendar" | "keyboard">;
68
102
  required: false;
69
103
  };
104
+ "input-mode": {
105
+ type: import("vue").PropType<"calendar" | "keyboard">;
106
+ required: false;
107
+ };
70
108
  locale: {
71
109
  type: import("vue").PropType<string>;
110
+ } & {
111
+ type: import("vue").PropType<string>;
72
112
  };
73
113
  showWeek: {
74
114
  type: import("vue").PropType<boolean>;
75
115
  required: false;
76
116
  };
117
+ "show-week": {
118
+ type: import("vue").PropType<boolean>;
119
+ required: false;
120
+ };
77
121
  showAdjacentMonths: {
78
122
  type: import("vue").PropType<boolean>;
79
123
  required: false;
80
124
  };
125
+ "show-adjacent-months": {
126
+ type: import("vue").PropType<boolean>;
127
+ required: false;
128
+ };
81
129
  disabled: {
82
130
  type: import("vue").PropType<boolean>;
83
131
  required: false;
132
+ } & {
133
+ type: import("vue").PropType<boolean>;
134
+ required: false;
84
135
  };
85
136
  range: {
86
137
  type: import("vue").PropType<boolean>;
87
138
  required: false;
139
+ } & {
140
+ type: import("vue").PropType<boolean>;
141
+ required: false;
88
142
  };
89
143
  "onUpdate:modelValue": {
90
144
  type: import("vue").PropType<(value: Date | Date[]) => any>;
@@ -112,9 +166,16 @@ declare const _default: {
112
166
  }>;
113
167
  position: {
114
168
  type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
169
+ } & {
170
+ type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
115
171
  };
116
172
  location: {
117
173
  type: import("vue").PropType<Anchor>;
174
+ } & {
175
+ type: import("vue").PropType<Anchor>;
176
+ };
177
+ "allowed-dates": {
178
+ type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
118
179
  };
119
180
  allowedDates: {
120
181
  type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -123,24 +184,44 @@ declare const _default: {
123
184
  type: import("vue").PropType<"calendar" | "keyboard">;
124
185
  required: false;
125
186
  };
187
+ "input-mode": {
188
+ type: import("vue").PropType<"calendar" | "keyboard">;
189
+ required: false;
190
+ };
126
191
  locale: {
127
192
  type: import("vue").PropType<string>;
193
+ } & {
194
+ type: import("vue").PropType<string>;
128
195
  };
129
196
  showWeek: {
130
197
  type: import("vue").PropType<boolean>;
131
198
  required: false;
132
199
  };
200
+ "show-week": {
201
+ type: import("vue").PropType<boolean>;
202
+ required: false;
203
+ };
133
204
  showAdjacentMonths: {
134
205
  type: import("vue").PropType<boolean>;
135
206
  required: false;
136
207
  };
208
+ "show-adjacent-months": {
209
+ type: import("vue").PropType<boolean>;
210
+ required: false;
211
+ };
137
212
  disabled: {
138
213
  type: import("vue").PropType<boolean>;
139
214
  required: false;
215
+ } & {
216
+ type: import("vue").PropType<boolean>;
217
+ required: false;
140
218
  };
141
219
  range: {
142
220
  type: import("vue").PropType<boolean>;
143
221
  required: false;
222
+ } & {
223
+ type: import("vue").PropType<boolean>;
224
+ required: false;
144
225
  };
145
226
  "onUpdate:modelValue": {
146
227
  type: import("vue").PropType<(value: Date | Date[]) => any>;
@@ -165,9 +246,16 @@ declare const _default: {
165
246
  }>;
166
247
  position: {
167
248
  type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
249
+ } & {
250
+ type: import("vue").PropType<"fixed" | "absolute" | "relative" | "static" | "sticky">;
168
251
  };
169
252
  location: {
170
253
  type: import("vue").PropType<Anchor>;
254
+ } & {
255
+ type: import("vue").PropType<Anchor>;
256
+ };
257
+ "allowed-dates": {
258
+ type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
171
259
  };
172
260
  allowedDates: {
173
261
  type: import("vue").PropType<unknown[] | ((date: unknown) => boolean)>;
@@ -176,24 +264,44 @@ declare const _default: {
176
264
  type: import("vue").PropType<"calendar" | "keyboard">;
177
265
  required: false;
178
266
  };
267
+ "input-mode": {
268
+ type: import("vue").PropType<"calendar" | "keyboard">;
269
+ required: false;
270
+ };
179
271
  locale: {
180
272
  type: import("vue").PropType<string>;
273
+ } & {
274
+ type: import("vue").PropType<string>;
181
275
  };
182
276
  showWeek: {
183
277
  type: import("vue").PropType<boolean>;
184
278
  required: false;
185
279
  };
280
+ "show-week": {
281
+ type: import("vue").PropType<boolean>;
282
+ required: false;
283
+ };
186
284
  showAdjacentMonths: {
187
285
  type: import("vue").PropType<boolean>;
188
286
  required: false;
189
287
  };
288
+ "show-adjacent-months": {
289
+ type: import("vue").PropType<boolean>;
290
+ required: false;
291
+ };
190
292
  disabled: {
191
293
  type: import("vue").PropType<boolean>;
192
294
  required: false;
295
+ } & {
296
+ type: import("vue").PropType<boolean>;
297
+ required: false;
193
298
  };
194
299
  range: {
195
300
  type: import("vue").PropType<boolean>;
196
301
  required: false;
302
+ } & {
303
+ type: import("vue").PropType<boolean>;
304
+ required: false;
197
305
  };
198
306
  "onUpdate:modelValue": {
199
307
  type: import("vue").PropType<(value: Date | Date[]) => any>;
@@ -225,6 +333,10 @@ declare const _default: {
225
333
  showAdjacentMonths?: boolean;
226
334
  showWeek?: boolean;
227
335
  locale?: string;
336
+ "show-adjacent-months"?: boolean;
337
+ "show-week"?: boolean;
338
+ "input-mode"?: "calendar" | "keyboard";
339
+ "allowed-dates"?: unknown[] | ((date: unknown) => boolean);
228
340
  }>, never>;
229
341
  };
230
342
  export default _default;
@@ -7,9 +7,15 @@ type SlotNavigationType = (apis: {
7
7
  }) => VNodeChild;
8
8
  declare const _default: {
9
9
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
10
+ "horizontal-scroll": {
11
+ type: import("vue").PropType<boolean>;
12
+ };
10
13
  horizontalScroll: {
11
14
  type: import("vue").PropType<boolean>;
12
15
  };
16
+ "custom-scrolling": {
17
+ type: import("vue").PropType<boolean>;
18
+ };
13
19
  customScrolling: {
14
20
  type: import("vue").PropType<boolean>;
15
21
  };
@@ -17,24 +23,43 @@ declare const _default: {
17
23
  type: import("vue").PropType<"static" | "dynamic">;
18
24
  required: false;
19
25
  };
26
+ "content-height": {
27
+ type: import("vue").PropType<"static" | "dynamic">;
28
+ required: false;
29
+ };
20
30
  variant: {
21
31
  type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
32
+ } & {
33
+ type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
22
34
  };
23
35
  size: {
24
36
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
25
37
  required: false;
38
+ } & {
39
+ type: import("vue").PropType<"small" | "medium" | "large" | "full">;
40
+ required: false;
41
+ };
42
+ "hidden-close-button": {
43
+ type: import("vue").PropType<boolean>;
26
44
  };
27
45
  hiddenCloseButton: {
28
46
  type: import("vue").PropType<boolean>;
29
47
  };
30
48
  icon: {
31
49
  type: import("vue").PropType<IIcon>;
50
+ } & {
51
+ type: import("vue").PropType<IIcon>;
52
+ };
53
+ "sub-title": {
54
+ type: import("vue").PropType<string>;
32
55
  };
33
56
  subTitle: {
34
57
  type: import("vue").PropType<string>;
35
58
  };
36
59
  title: {
37
60
  type: import("vue").PropType<string>;
61
+ } & {
62
+ type: import("vue").PropType<string>;
38
63
  };
39
64
  "v-slots": import("vue").Prop<{
40
65
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -64,8 +89,6 @@ declare const _default: {
64
89
  colorSchemaType?: any;
65
90
  container?: any;
66
91
  colors?: any;
67
- blueprintType?: any;
68
- blueprint?: any;
69
92
  }>> & {
70
93
  "onUpdate:modelValue"?: (value: boolean) => any;
71
94
  "onClick:close"?: () => any;
@@ -77,9 +100,15 @@ declare const _default: {
77
100
  "click:cancel": () => true;
78
101
  "click:confirm": () => true;
79
102
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
103
+ "horizontal-scroll": {
104
+ type: import("vue").PropType<boolean>;
105
+ };
80
106
  horizontalScroll: {
81
107
  type: import("vue").PropType<boolean>;
82
108
  };
109
+ "custom-scrolling": {
110
+ type: import("vue").PropType<boolean>;
111
+ };
83
112
  customScrolling: {
84
113
  type: import("vue").PropType<boolean>;
85
114
  };
@@ -87,24 +116,43 @@ declare const _default: {
87
116
  type: import("vue").PropType<"static" | "dynamic">;
88
117
  required: false;
89
118
  };
119
+ "content-height": {
120
+ type: import("vue").PropType<"static" | "dynamic">;
121
+ required: false;
122
+ };
90
123
  variant: {
91
124
  type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
125
+ } & {
126
+ type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
92
127
  };
93
128
  size: {
94
129
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
95
130
  required: false;
131
+ } & {
132
+ type: import("vue").PropType<"small" | "medium" | "large" | "full">;
133
+ required: false;
134
+ };
135
+ "hidden-close-button": {
136
+ type: import("vue").PropType<boolean>;
96
137
  };
97
138
  hiddenCloseButton: {
98
139
  type: import("vue").PropType<boolean>;
99
140
  };
100
141
  icon: {
101
142
  type: import("vue").PropType<IIcon>;
143
+ } & {
144
+ type: import("vue").PropType<IIcon>;
145
+ };
146
+ "sub-title": {
147
+ type: import("vue").PropType<string>;
102
148
  };
103
149
  subTitle: {
104
150
  type: import("vue").PropType<string>;
105
151
  };
106
152
  title: {
107
153
  type: import("vue").PropType<string>;
154
+ } & {
155
+ type: import("vue").PropType<string>;
108
156
  };
109
157
  "v-slots": import("vue").Prop<{
110
158
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -134,8 +182,6 @@ declare const _default: {
134
182
  colorSchemaType?: any;
135
183
  container?: any;
136
184
  colors?: any;
137
- blueprintType?: any;
138
- blueprint?: any;
139
185
  }>> & {
140
186
  "onUpdate:modelValue"?: (value: boolean) => any;
141
187
  "onClick:close"?: () => any;
@@ -143,9 +189,7 @@ declare const _default: {
143
189
  "onClick:confirm"?: () => any;
144
190
  }, {
145
191
  container?: any;
146
- blueprint?: any;
147
192
  colorSchemaType?: any;
148
- blueprintType?: any;
149
193
  colors?: any;
150
194
  }, true, {}, {}, {
151
195
  P: {};
@@ -155,9 +199,15 @@ declare const _default: {
155
199
  M: {};
156
200
  Defaults: {};
157
201
  }, Readonly<import("vue").ExtractPropTypes<{
202
+ "horizontal-scroll": {
203
+ type: import("vue").PropType<boolean>;
204
+ };
158
205
  horizontalScroll: {
159
206
  type: import("vue").PropType<boolean>;
160
207
  };
208
+ "custom-scrolling": {
209
+ type: import("vue").PropType<boolean>;
210
+ };
161
211
  customScrolling: {
162
212
  type: import("vue").PropType<boolean>;
163
213
  };
@@ -165,24 +215,43 @@ declare const _default: {
165
215
  type: import("vue").PropType<"static" | "dynamic">;
166
216
  required: false;
167
217
  };
218
+ "content-height": {
219
+ type: import("vue").PropType<"static" | "dynamic">;
220
+ required: false;
221
+ };
168
222
  variant: {
169
223
  type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
224
+ } & {
225
+ type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
170
226
  };
171
227
  size: {
172
228
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
173
229
  required: false;
230
+ } & {
231
+ type: import("vue").PropType<"small" | "medium" | "large" | "full">;
232
+ required: false;
233
+ };
234
+ "hidden-close-button": {
235
+ type: import("vue").PropType<boolean>;
174
236
  };
175
237
  hiddenCloseButton: {
176
238
  type: import("vue").PropType<boolean>;
177
239
  };
178
240
  icon: {
179
241
  type: import("vue").PropType<IIcon>;
242
+ } & {
243
+ type: import("vue").PropType<IIcon>;
244
+ };
245
+ "sub-title": {
246
+ type: import("vue").PropType<string>;
180
247
  };
181
248
  subTitle: {
182
249
  type: import("vue").PropType<string>;
183
250
  };
184
251
  title: {
185
252
  type: import("vue").PropType<string>;
253
+ } & {
254
+ type: import("vue").PropType<string>;
186
255
  };
187
256
  "v-slots": import("vue").Prop<{
188
257
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -212,8 +281,6 @@ declare const _default: {
212
281
  colorSchemaType?: any;
213
282
  container?: any;
214
283
  colors?: any;
215
- blueprintType?: any;
216
- blueprint?: any;
217
284
  }>> & {
218
285
  "onUpdate:modelValue"?: (value: boolean) => any;
219
286
  "onClick:close"?: () => any;
@@ -221,18 +288,22 @@ declare const _default: {
221
288
  "onClick:confirm"?: () => any;
222
289
  }, () => JSX.Element, {}, {}, {}, {
223
290
  container?: any;
224
- blueprint?: any;
225
291
  colorSchemaType?: any;
226
- blueprintType?: any;
227
292
  colors?: any;
228
293
  }>;
229
294
  __isFragment?: never;
230
295
  __isTeleport?: never;
231
296
  __isSuspense?: never;
232
297
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
298
+ "horizontal-scroll": {
299
+ type: import("vue").PropType<boolean>;
300
+ };
233
301
  horizontalScroll: {
234
302
  type: import("vue").PropType<boolean>;
235
303
  };
304
+ "custom-scrolling": {
305
+ type: import("vue").PropType<boolean>;
306
+ };
236
307
  customScrolling: {
237
308
  type: import("vue").PropType<boolean>;
238
309
  };
@@ -240,24 +311,43 @@ declare const _default: {
240
311
  type: import("vue").PropType<"static" | "dynamic">;
241
312
  required: false;
242
313
  };
314
+ "content-height": {
315
+ type: import("vue").PropType<"static" | "dynamic">;
316
+ required: false;
317
+ };
243
318
  variant: {
244
319
  type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
320
+ } & {
321
+ type: import("vue").PropType<"default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry">;
245
322
  };
246
323
  size: {
247
324
  type: import("vue").PropType<"small" | "medium" | "large" | "full">;
248
325
  required: false;
326
+ } & {
327
+ type: import("vue").PropType<"small" | "medium" | "large" | "full">;
328
+ required: false;
329
+ };
330
+ "hidden-close-button": {
331
+ type: import("vue").PropType<boolean>;
249
332
  };
250
333
  hiddenCloseButton: {
251
334
  type: import("vue").PropType<boolean>;
252
335
  };
253
336
  icon: {
254
337
  type: import("vue").PropType<IIcon>;
338
+ } & {
339
+ type: import("vue").PropType<IIcon>;
340
+ };
341
+ "sub-title": {
342
+ type: import("vue").PropType<string>;
255
343
  };
256
344
  subTitle: {
257
345
  type: import("vue").PropType<string>;
258
346
  };
259
347
  title: {
260
348
  type: import("vue").PropType<string>;
349
+ } & {
350
+ type: import("vue").PropType<string>;
261
351
  };
262
352
  "v-slots": import("vue").Prop<{
263
353
  default?: import("../../DefineVueTypings").Slot<any[]>;
@@ -287,8 +377,6 @@ declare const _default: {
287
377
  colorSchemaType?: any;
288
378
  container?: any;
289
379
  colors?: any;
290
- blueprintType?: any;
291
- blueprint?: any;
292
380
  }>> & {
293
381
  "onUpdate:modelValue"?: (value: boolean) => any;
294
382
  "onClick:close"?: () => any;
@@ -301,22 +389,18 @@ declare const _default: {
301
389
  "click:confirm": () => true;
302
390
  }, string, {
303
391
  container?: any;
304
- blueprint?: any;
305
392
  colorSchemaType?: any;
306
- blueprintType?: any;
307
393
  colors?: any;
308
394
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
309
395
  propsDefinition: Omit<Readonly<{
310
396
  container?: any;
311
- blueprint?: any;
312
397
  colorSchemaType?: any;
313
- blueprintType?: any;
314
398
  colors?: any;
315
399
  } & {
316
400
  title?: string;
401
+ icon?: IIcon;
317
402
  class?: String | String[];
318
403
  size?: "small" | "medium" | "large" | "full";
319
- icon?: IIcon;
320
404
  "onUpdate:modelValue"?: (value: boolean) => any;
321
405
  "v-model"?: boolean;
322
406
  modelValue?: boolean;
@@ -332,10 +416,15 @@ declare const _default: {
332
416
  };
333
417
  variant?: "default" | "confirm" | "save-cancel" | "ok-cancel" | "app" | "retry";
334
418
  subTitle?: string;
419
+ "sub-title"?: string;
335
420
  hiddenCloseButton?: boolean;
421
+ "hidden-close-button"?: boolean;
336
422
  contentHeight?: "static" | "dynamic";
423
+ "content-height"?: "static" | "dynamic";
337
424
  customScrolling?: boolean;
425
+ "custom-scrolling"?: boolean;
338
426
  horizontalScroll?: boolean;
427
+ "horizontal-scroll"?: boolean;
339
428
  }>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
340
429
  "onUpdate:modelValue"?: (value: boolean) => any;
341
430
  "onClick:close"?: () => any;