@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
@@ -3,12 +3,18 @@ declare const _default: {
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
4
4
  location: {
5
5
  type: import("vue").PropType<OSnackbarLocationCombination>;
6
+ } & {
7
+ type: import("vue").PropType<OSnackbarLocationCombination>;
6
8
  };
7
9
  variant: {
8
10
  type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
11
+ } & {
12
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
9
13
  };
10
14
  text: {
11
15
  type: import("vue").PropType<string>;
16
+ } & {
17
+ type: import("vue").PropType<string>;
12
18
  };
13
19
  "onUpdate:modelValue": {
14
20
  type: import("vue").PropType<(value: boolean) => any>;
@@ -28,17 +34,21 @@ declare const _default: {
28
34
  colorSchemaType?: any;
29
35
  container?: any;
30
36
  colors?: any;
31
- blueprintType?: any;
32
- blueprint?: any;
33
37
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
34
38
  location: {
35
39
  type: import("vue").PropType<OSnackbarLocationCombination>;
40
+ } & {
41
+ type: import("vue").PropType<OSnackbarLocationCombination>;
36
42
  };
37
43
  variant: {
38
44
  type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
45
+ } & {
46
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
39
47
  };
40
48
  text: {
41
49
  type: import("vue").PropType<string>;
50
+ } & {
51
+ type: import("vue").PropType<string>;
42
52
  };
43
53
  "onUpdate:modelValue": {
44
54
  type: import("vue").PropType<(value: boolean) => any>;
@@ -58,13 +68,9 @@ declare const _default: {
58
68
  colorSchemaType?: any;
59
69
  container?: any;
60
70
  colors?: any;
61
- blueprintType?: any;
62
- blueprint?: any;
63
71
  }>>, {
64
72
  container?: any;
65
- blueprint?: any;
66
73
  colorSchemaType?: any;
67
- blueprintType?: any;
68
74
  colors?: any;
69
75
  }, true, {}, {}, {
70
76
  P: {};
@@ -76,12 +82,18 @@ declare const _default: {
76
82
  }, Readonly<import("vue").ExtractPropTypes<{
77
83
  location: {
78
84
  type: import("vue").PropType<OSnackbarLocationCombination>;
85
+ } & {
86
+ type: import("vue").PropType<OSnackbarLocationCombination>;
79
87
  };
80
88
  variant: {
81
89
  type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
90
+ } & {
91
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
82
92
  };
83
93
  text: {
84
94
  type: import("vue").PropType<string>;
95
+ } & {
96
+ type: import("vue").PropType<string>;
85
97
  };
86
98
  "onUpdate:modelValue": {
87
99
  type: import("vue").PropType<(value: boolean) => any>;
@@ -101,13 +113,9 @@ declare const _default: {
101
113
  colorSchemaType?: any;
102
114
  container?: any;
103
115
  colors?: any;
104
- blueprintType?: any;
105
- blueprint?: any;
106
116
  }>>, () => JSX.Element, {}, {}, {}, {
107
117
  container?: any;
108
- blueprint?: any;
109
118
  colorSchemaType?: any;
110
- blueprintType?: any;
111
119
  colors?: any;
112
120
  }>;
113
121
  __isFragment?: never;
@@ -116,12 +124,18 @@ declare const _default: {
116
124
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
117
125
  location: {
118
126
  type: import("vue").PropType<OSnackbarLocationCombination>;
127
+ } & {
128
+ type: import("vue").PropType<OSnackbarLocationCombination>;
119
129
  };
120
130
  variant: {
121
131
  type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
132
+ } & {
133
+ type: import("vue").PropType<"flat" | "text" | "outlined" | "plain" | "elevated" | "tonal">;
122
134
  };
123
135
  text: {
124
136
  type: import("vue").PropType<string>;
137
+ } & {
138
+ type: import("vue").PropType<string>;
125
139
  };
126
140
  "onUpdate:modelValue": {
127
141
  type: import("vue").PropType<(value: boolean) => any>;
@@ -141,20 +155,14 @@ declare const _default: {
141
155
  colorSchemaType?: any;
142
156
  container?: any;
143
157
  colors?: any;
144
- blueprintType?: any;
145
- blueprint?: any;
146
158
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
147
159
  container?: any;
148
- blueprint?: any;
149
160
  colorSchemaType?: any;
150
- blueprintType?: any;
151
161
  colors?: any;
152
162
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
153
163
  propsDefinition: Omit<Readonly<{
154
164
  container?: any;
155
- blueprint?: any;
156
165
  colorSchemaType?: any;
157
- blueprintType?: any;
158
166
  colors?: any;
159
167
  } & {
160
168
  text?: string;
@@ -1,23 +1,40 @@
1
1
  declare const _default: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
+ "on-base-color": {
4
+ type: import("vue").PropType<string>;
5
+ };
3
6
  onBaseColor: {
4
7
  type: import("vue").PropType<string>;
5
8
  };
9
+ "base-color": {
10
+ type: import("vue").PropType<string>;
11
+ };
6
12
  baseColor: {
7
13
  type: import("vue").PropType<string>;
8
14
  };
9
15
  size: {
10
16
  type: import("vue").PropType<number>;
11
17
  required: false;
18
+ } & {
19
+ type: import("vue").PropType<number>;
20
+ required: false;
12
21
  };
13
22
  maxSize: {
14
23
  type: import("vue").PropType<number>;
15
24
  required: false;
16
25
  };
26
+ "max-size": {
27
+ type: import("vue").PropType<number>;
28
+ required: false;
29
+ };
17
30
  minSize: {
18
31
  type: import("vue").PropType<number>;
19
32
  required: false;
20
33
  };
34
+ "min-size": {
35
+ type: import("vue").PropType<number>;
36
+ required: false;
37
+ };
21
38
  class: {
22
39
  type: import("vue").PropType<String | String[]>;
23
40
  required: boolean;
@@ -25,27 +42,42 @@ declare const _default: {
25
42
  colorSchemaType?: any;
26
43
  container?: any;
27
44
  colors?: any;
28
- blueprintType?: any;
29
- blueprint?: any;
30
45
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
46
+ "on-base-color": {
47
+ type: import("vue").PropType<string>;
48
+ };
31
49
  onBaseColor: {
32
50
  type: import("vue").PropType<string>;
33
51
  };
52
+ "base-color": {
53
+ type: import("vue").PropType<string>;
54
+ };
34
55
  baseColor: {
35
56
  type: import("vue").PropType<string>;
36
57
  };
37
58
  size: {
38
59
  type: import("vue").PropType<number>;
39
60
  required: false;
61
+ } & {
62
+ type: import("vue").PropType<number>;
63
+ required: false;
40
64
  };
41
65
  maxSize: {
42
66
  type: import("vue").PropType<number>;
43
67
  required: false;
44
68
  };
69
+ "max-size": {
70
+ type: import("vue").PropType<number>;
71
+ required: false;
72
+ };
45
73
  minSize: {
46
74
  type: import("vue").PropType<number>;
47
75
  required: false;
48
76
  };
77
+ "min-size": {
78
+ type: import("vue").PropType<number>;
79
+ required: false;
80
+ };
49
81
  class: {
50
82
  type: import("vue").PropType<String | String[]>;
51
83
  required: boolean;
@@ -53,13 +85,9 @@ declare const _default: {
53
85
  colorSchemaType?: any;
54
86
  container?: any;
55
87
  colors?: any;
56
- blueprintType?: any;
57
- blueprint?: any;
58
88
  }>>, {
59
89
  container?: any;
60
- blueprint?: any;
61
90
  colorSchemaType?: any;
62
- blueprintType?: any;
63
91
  colors?: any;
64
92
  }, true, {}, {}, {
65
93
  P: {};
@@ -69,24 +97,41 @@ declare const _default: {
69
97
  M: {};
70
98
  Defaults: {};
71
99
  }, Readonly<import("vue").ExtractPropTypes<{
100
+ "on-base-color": {
101
+ type: import("vue").PropType<string>;
102
+ };
72
103
  onBaseColor: {
73
104
  type: import("vue").PropType<string>;
74
105
  };
106
+ "base-color": {
107
+ type: import("vue").PropType<string>;
108
+ };
75
109
  baseColor: {
76
110
  type: import("vue").PropType<string>;
77
111
  };
78
112
  size: {
79
113
  type: import("vue").PropType<number>;
80
114
  required: false;
115
+ } & {
116
+ type: import("vue").PropType<number>;
117
+ required: false;
81
118
  };
82
119
  maxSize: {
83
120
  type: import("vue").PropType<number>;
84
121
  required: false;
85
122
  };
123
+ "max-size": {
124
+ type: import("vue").PropType<number>;
125
+ required: false;
126
+ };
86
127
  minSize: {
87
128
  type: import("vue").PropType<number>;
88
129
  required: false;
89
130
  };
131
+ "min-size": {
132
+ type: import("vue").PropType<number>;
133
+ required: false;
134
+ };
90
135
  class: {
91
136
  type: import("vue").PropType<String | String[]>;
92
137
  required: boolean;
@@ -94,37 +139,50 @@ declare const _default: {
94
139
  colorSchemaType?: any;
95
140
  container?: any;
96
141
  colors?: any;
97
- blueprintType?: any;
98
- blueprint?: any;
99
142
  }>>, () => JSX.Element, {}, {}, {}, {
100
143
  container?: any;
101
- blueprint?: any;
102
144
  colorSchemaType?: any;
103
- blueprintType?: any;
104
145
  colors?: any;
105
146
  }>;
106
147
  __isFragment?: never;
107
148
  __isTeleport?: never;
108
149
  __isSuspense?: never;
109
150
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
151
+ "on-base-color": {
152
+ type: import("vue").PropType<string>;
153
+ };
110
154
  onBaseColor: {
111
155
  type: import("vue").PropType<string>;
112
156
  };
157
+ "base-color": {
158
+ type: import("vue").PropType<string>;
159
+ };
113
160
  baseColor: {
114
161
  type: import("vue").PropType<string>;
115
162
  };
116
163
  size: {
117
164
  type: import("vue").PropType<number>;
118
165
  required: false;
166
+ } & {
167
+ type: import("vue").PropType<number>;
168
+ required: false;
119
169
  };
120
170
  maxSize: {
121
171
  type: import("vue").PropType<number>;
122
172
  required: false;
123
173
  };
174
+ "max-size": {
175
+ type: import("vue").PropType<number>;
176
+ required: false;
177
+ };
124
178
  minSize: {
125
179
  type: import("vue").PropType<number>;
126
180
  required: false;
127
181
  };
182
+ "min-size": {
183
+ type: import("vue").PropType<number>;
184
+ required: false;
185
+ };
128
186
  class: {
129
187
  type: import("vue").PropType<String | String[]>;
130
188
  required: boolean;
@@ -132,28 +190,26 @@ declare const _default: {
132
190
  colorSchemaType?: any;
133
191
  container?: any;
134
192
  colors?: any;
135
- blueprintType?: any;
136
- blueprint?: any;
137
193
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
138
194
  container?: any;
139
- blueprint?: any;
140
195
  colorSchemaType?: any;
141
- blueprintType?: any;
142
196
  colors?: any;
143
197
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
144
198
  propsDefinition: Omit<Readonly<{
145
199
  container?: any;
146
- blueprint?: any;
147
200
  colorSchemaType?: any;
148
- blueprintType?: any;
149
201
  colors?: any;
150
202
  } & {
151
203
  class?: String | String[];
152
204
  size?: number;
153
205
  baseColor?: string;
206
+ "base-color"?: string;
154
207
  onBaseColor?: string;
208
+ "on-base-color"?: string;
155
209
  minSize?: number;
210
+ "min-size"?: number;
156
211
  maxSize?: number;
212
+ "max-size"?: number;
157
213
  }>, never>;
158
214
  };
159
215
  export default _default;
@@ -9,19 +9,31 @@ interface PanelEventClick {
9
9
  }
10
10
  declare const _default: {
11
11
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
12
+ "on-base-color": {
13
+ type: import("vue").PropType<string>;
14
+ };
12
15
  onBaseColor: {
13
16
  type: import("vue").PropType<string>;
14
17
  };
18
+ "base-color": {
19
+ type: import("vue").PropType<string>;
20
+ };
15
21
  baseColor: {
16
22
  type: import("vue").PropType<string>;
17
23
  };
18
24
  height: {
19
25
  type: import("vue").PropType<string | number>;
20
26
  required: false;
27
+ } & {
28
+ type: import("vue").PropType<string | number>;
29
+ required: false;
21
30
  };
22
31
  variant: {
23
32
  type: import("vue").PropType<"horizontal" | "vertical">;
24
33
  required: false;
34
+ } & {
35
+ type: import("vue").PropType<"horizontal" | "vertical">;
36
+ required: false;
25
37
  };
26
38
  class: {
27
39
  type: import("vue").PropType<String | String[]>;
@@ -30,8 +42,6 @@ declare const _default: {
30
42
  colorSchemaType?: any;
31
43
  container?: any;
32
44
  colors?: any;
33
- blueprintType?: any;
34
- blueprint?: any;
35
45
  }>> & {
36
46
  onPanelClick?: (event: PanelEventClick) => any;
37
47
  onUpdatePaneComponents?: () => any;
@@ -39,19 +49,31 @@ declare const _default: {
39
49
  updatePaneComponents: () => void;
40
50
  panelClick: (event: PanelEventClick) => void;
41
51
  }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
52
+ "on-base-color": {
53
+ type: import("vue").PropType<string>;
54
+ };
42
55
  onBaseColor: {
43
56
  type: import("vue").PropType<string>;
44
57
  };
58
+ "base-color": {
59
+ type: import("vue").PropType<string>;
60
+ };
45
61
  baseColor: {
46
62
  type: import("vue").PropType<string>;
47
63
  };
48
64
  height: {
49
65
  type: import("vue").PropType<string | number>;
50
66
  required: false;
67
+ } & {
68
+ type: import("vue").PropType<string | number>;
69
+ required: false;
51
70
  };
52
71
  variant: {
53
72
  type: import("vue").PropType<"horizontal" | "vertical">;
54
73
  required: false;
74
+ } & {
75
+ type: import("vue").PropType<"horizontal" | "vertical">;
76
+ required: false;
55
77
  };
56
78
  class: {
57
79
  type: import("vue").PropType<String | String[]>;
@@ -60,16 +82,12 @@ declare const _default: {
60
82
  colorSchemaType?: any;
61
83
  container?: any;
62
84
  colors?: any;
63
- blueprintType?: any;
64
- blueprint?: any;
65
85
  }>> & {
66
86
  onPanelClick?: (event: PanelEventClick) => any;
67
87
  onUpdatePaneComponents?: () => any;
68
88
  }, {
69
89
  container?: any;
70
- blueprint?: any;
71
90
  colorSchemaType?: any;
72
- blueprintType?: any;
73
91
  colors?: any;
74
92
  }, true, {}, {}, {
75
93
  P: {};
@@ -79,19 +97,31 @@ declare const _default: {
79
97
  M: {};
80
98
  Defaults: {};
81
99
  }, Readonly<import("vue").ExtractPropTypes<{
100
+ "on-base-color": {
101
+ type: import("vue").PropType<string>;
102
+ };
82
103
  onBaseColor: {
83
104
  type: import("vue").PropType<string>;
84
105
  };
106
+ "base-color": {
107
+ type: import("vue").PropType<string>;
108
+ };
85
109
  baseColor: {
86
110
  type: import("vue").PropType<string>;
87
111
  };
88
112
  height: {
89
113
  type: import("vue").PropType<string | number>;
90
114
  required: false;
115
+ } & {
116
+ type: import("vue").PropType<string | number>;
117
+ required: false;
91
118
  };
92
119
  variant: {
93
120
  type: import("vue").PropType<"horizontal" | "vertical">;
94
121
  required: false;
122
+ } & {
123
+ type: import("vue").PropType<"horizontal" | "vertical">;
124
+ required: false;
95
125
  };
96
126
  class: {
97
127
  type: import("vue").PropType<String | String[]>;
@@ -100,35 +130,43 @@ declare const _default: {
100
130
  colorSchemaType?: any;
101
131
  container?: any;
102
132
  colors?: any;
103
- blueprintType?: any;
104
- blueprint?: any;
105
133
  }>> & {
106
134
  onPanelClick?: (event: PanelEventClick) => any;
107
135
  onUpdatePaneComponents?: () => any;
108
136
  }, () => JSX.Element, {}, {}, {}, {
109
137
  container?: any;
110
- blueprint?: any;
111
138
  colorSchemaType?: any;
112
- blueprintType?: any;
113
139
  colors?: any;
114
140
  }>;
115
141
  __isFragment?: never;
116
142
  __isTeleport?: never;
117
143
  __isSuspense?: never;
118
144
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
145
+ "on-base-color": {
146
+ type: import("vue").PropType<string>;
147
+ };
119
148
  onBaseColor: {
120
149
  type: import("vue").PropType<string>;
121
150
  };
151
+ "base-color": {
152
+ type: import("vue").PropType<string>;
153
+ };
122
154
  baseColor: {
123
155
  type: import("vue").PropType<string>;
124
156
  };
125
157
  height: {
126
158
  type: import("vue").PropType<string | number>;
127
159
  required: false;
160
+ } & {
161
+ type: import("vue").PropType<string | number>;
162
+ required: false;
128
163
  };
129
164
  variant: {
130
165
  type: import("vue").PropType<"horizontal" | "vertical">;
131
166
  required: false;
167
+ } & {
168
+ type: import("vue").PropType<"horizontal" | "vertical">;
169
+ required: false;
132
170
  };
133
171
  class: {
134
172
  type: import("vue").PropType<String | String[]>;
@@ -137,8 +175,6 @@ declare const _default: {
137
175
  colorSchemaType?: any;
138
176
  container?: any;
139
177
  colors?: any;
140
- blueprintType?: any;
141
- blueprint?: any;
142
178
  }>> & {
143
179
  onPanelClick?: (event: PanelEventClick) => any;
144
180
  onUpdatePaneComponents?: () => any;
@@ -147,23 +183,21 @@ declare const _default: {
147
183
  panelClick: (event: PanelEventClick) => void;
148
184
  }, string, {
149
185
  container?: any;
150
- blueprint?: any;
151
186
  colorSchemaType?: any;
152
- blueprintType?: any;
153
187
  colors?: any;
154
188
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
155
189
  propsDefinition: Omit<Readonly<{
156
190
  container?: any;
157
- blueprint?: any;
158
191
  colorSchemaType?: any;
159
- blueprintType?: any;
160
192
  colors?: any;
161
193
  } & {
162
194
  class?: String | String[];
163
195
  height?: string | number;
164
196
  variant?: "horizontal" | "vertical";
165
197
  baseColor?: string;
198
+ "base-color"?: string;
166
199
  onBaseColor?: string;
200
+ "on-base-color"?: string;
167
201
  }>, "onPanelClick" | "onUpdatePaneComponents"> & {
168
202
  onPanelClick?: (event: PanelEventClick) => any;
169
203
  onUpdatePaneComponents?: () => any;
@@ -2,6 +2,8 @@ declare const _default: {
2
2
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
3
3
  vertical: {
4
4
  type: import("vue").PropType<boolean>;
5
+ } & {
6
+ type: import("vue").PropType<boolean>;
5
7
  };
6
8
  "onUpdate:modelValue": {
7
9
  type: import("vue").PropType<(value: number) => any>;
@@ -17,6 +19,8 @@ declare const _default: {
17
19
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
18
20
  vertical: {
19
21
  type: import("vue").PropType<boolean>;
22
+ } & {
23
+ type: import("vue").PropType<boolean>;
20
24
  };
21
25
  "onUpdate:modelValue": {
22
26
  type: import("vue").PropType<(value: number) => any>;
@@ -39,6 +43,8 @@ declare const _default: {
39
43
  }, Readonly<import("vue").ExtractPropTypes<{
40
44
  vertical: {
41
45
  type: import("vue").PropType<boolean>;
46
+ } & {
47
+ type: import("vue").PropType<boolean>;
42
48
  };
43
49
  "onUpdate:modelValue": {
44
50
  type: import("vue").PropType<(value: number) => any>;
@@ -58,6 +64,8 @@ declare const _default: {
58
64
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
59
65
  vertical: {
60
66
  type: import("vue").PropType<boolean>;
67
+ } & {
68
+ type: import("vue").PropType<boolean>;
61
69
  };
62
70
  "onUpdate:modelValue": {
63
71
  type: import("vue").PropType<(value: number) => any>;
@@ -8,28 +8,44 @@ declare const _default: {
8
8
  new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
9
9
  complete: {
10
10
  type: import("vue").PropType<boolean>;
11
+ } & {
12
+ type: import("vue").PropType<boolean>;
11
13
  };
12
14
  step: {
13
15
  type: import("vue").PropType<number>;
16
+ } & {
17
+ type: import("vue").PropType<number>;
14
18
  };
15
19
  icon: {
16
20
  type: import("vue").PropType<StepIconModel>;
21
+ } & {
22
+ type: import("vue").PropType<StepIconModel>;
17
23
  };
18
24
  title: {
19
25
  type: import("vue").PropType<string>;
26
+ } & {
27
+ type: import("vue").PropType<string>;
20
28
  };
21
29
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
22
30
  complete: {
23
31
  type: import("vue").PropType<boolean>;
32
+ } & {
33
+ type: import("vue").PropType<boolean>;
24
34
  };
25
35
  step: {
26
36
  type: import("vue").PropType<number>;
37
+ } & {
38
+ type: import("vue").PropType<number>;
27
39
  };
28
40
  icon: {
29
41
  type: import("vue").PropType<StepIconModel>;
42
+ } & {
43
+ type: import("vue").PropType<StepIconModel>;
30
44
  };
31
45
  title: {
32
46
  type: import("vue").PropType<string>;
47
+ } & {
48
+ type: import("vue").PropType<string>;
33
49
  };
34
50
  }>>, {}, true, {}, {}, {
35
51
  P: {};
@@ -41,15 +57,23 @@ declare const _default: {
41
57
  }, Readonly<import("vue").ExtractPropTypes<{
42
58
  complete: {
43
59
  type: import("vue").PropType<boolean>;
60
+ } & {
61
+ type: import("vue").PropType<boolean>;
44
62
  };
45
63
  step: {
46
64
  type: import("vue").PropType<number>;
65
+ } & {
66
+ type: import("vue").PropType<number>;
47
67
  };
48
68
  icon: {
49
69
  type: import("vue").PropType<StepIconModel>;
70
+ } & {
71
+ type: import("vue").PropType<StepIconModel>;
50
72
  };
51
73
  title: {
52
74
  type: import("vue").PropType<string>;
75
+ } & {
76
+ type: import("vue").PropType<string>;
53
77
  };
54
78
  }>>, () => JSX.Element, {}, {}, {}, {}>;
55
79
  __isFragment?: never;
@@ -58,15 +82,23 @@ declare const _default: {
58
82
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
59
83
  complete: {
60
84
  type: import("vue").PropType<boolean>;
85
+ } & {
86
+ type: import("vue").PropType<boolean>;
61
87
  };
62
88
  step: {
63
89
  type: import("vue").PropType<number>;
90
+ } & {
91
+ type: import("vue").PropType<number>;
64
92
  };
65
93
  icon: {
66
94
  type: import("vue").PropType<StepIconModel>;
95
+ } & {
96
+ type: import("vue").PropType<StepIconModel>;
67
97
  };
68
98
  title: {
69
99
  type: import("vue").PropType<string>;
100
+ } & {
101
+ type: import("vue").PropType<string>;
70
102
  };
71
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
72
104
  propsDefinition: Omit<Readonly<{} & {