@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
@@ -26,6 +26,10 @@ declare const _default: {
26
26
  readOnly: {
27
27
  type: import("vue").PropType<boolean>;
28
28
  };
29
+ "hide-edit": {
30
+ type: import("vue").PropType<boolean>;
31
+ required: false;
32
+ };
29
33
  hideEdit: {
30
34
  type: import("vue").PropType<boolean>;
31
35
  required: false;
@@ -133,6 +137,13 @@ declare const _default: {
133
137
  template: {
134
138
  type: import("vue").PropType<string>;
135
139
  required: false;
140
+ } & {
141
+ type: import("vue").PropType<string>;
142
+ required: false;
143
+ };
144
+ "show-more-size": {
145
+ type: import("vue").PropType<number>;
146
+ required: false;
136
147
  };
137
148
  showMoreSize: {
138
149
  type: import("vue").PropType<number>;
@@ -161,6 +172,10 @@ declare const _default: {
161
172
  readOnly: {
162
173
  type: import("vue").PropType<boolean>;
163
174
  };
175
+ "hide-edit": {
176
+ type: import("vue").PropType<boolean>;
177
+ required: false;
178
+ };
164
179
  hideEdit: {
165
180
  type: import("vue").PropType<boolean>;
166
181
  required: false;
@@ -268,6 +283,13 @@ declare const _default: {
268
283
  template: {
269
284
  type: import("vue").PropType<string>;
270
285
  required: false;
286
+ } & {
287
+ type: import("vue").PropType<string>;
288
+ required: false;
289
+ };
290
+ "show-more-size": {
291
+ type: import("vue").PropType<number>;
292
+ required: false;
271
293
  };
272
294
  showMoreSize: {
273
295
  type: import("vue").PropType<number>;
@@ -303,6 +325,10 @@ declare const _default: {
303
325
  readOnly: {
304
326
  type: import("vue").PropType<boolean>;
305
327
  };
328
+ "hide-edit": {
329
+ type: import("vue").PropType<boolean>;
330
+ required: false;
331
+ };
306
332
  hideEdit: {
307
333
  type: import("vue").PropType<boolean>;
308
334
  required: false;
@@ -410,6 +436,13 @@ declare const _default: {
410
436
  template: {
411
437
  type: import("vue").PropType<string>;
412
438
  required: false;
439
+ } & {
440
+ type: import("vue").PropType<string>;
441
+ required: false;
442
+ };
443
+ "show-more-size": {
444
+ type: import("vue").PropType<number>;
445
+ required: false;
413
446
  };
414
447
  showMoreSize: {
415
448
  type: import("vue").PropType<number>;
@@ -442,6 +475,10 @@ declare const _default: {
442
475
  readOnly: {
443
476
  type: import("vue").PropType<boolean>;
444
477
  };
478
+ "hide-edit": {
479
+ type: import("vue").PropType<boolean>;
480
+ required: false;
481
+ };
445
482
  hideEdit: {
446
483
  type: import("vue").PropType<boolean>;
447
484
  required: false;
@@ -549,6 +586,13 @@ declare const _default: {
549
586
  template: {
550
587
  type: import("vue").PropType<string>;
551
588
  required: false;
589
+ } & {
590
+ type: import("vue").PropType<string>;
591
+ required: false;
592
+ };
593
+ "show-more-size": {
594
+ type: import("vue").PropType<number>;
595
+ required: false;
552
596
  };
553
597
  showMoreSize: {
554
598
  type: import("vue").PropType<number>;
@@ -582,6 +626,7 @@ declare const _default: {
582
626
  cardStyle?: ThemeDefinition;
583
627
  "card-style"?: ThemeDefinition;
584
628
  hideEdit?: boolean;
629
+ "hide-edit"?: boolean;
585
630
  topicId?: string;
586
631
  contextParams?: {
587
632
  [key: string]: string | number;
@@ -597,6 +642,7 @@ declare const _default: {
597
642
  comments?: Comment[];
598
643
  showMoreSize?: number;
599
644
  allowLikes?: boolean;
645
+ "show-more-size"?: number;
600
646
  enableBestReply?: boolean;
601
647
  "enable-best-reply"?: boolean;
602
648
  canMarkBestReply?: boolean;
@@ -9,10 +9,18 @@ declare const _default: {
9
9
  commentLikeService: {
10
10
  type: import("vue").PropType<ICommentLikeService>;
11
11
  };
12
+ "is-summary-mode": {
13
+ type: import("vue").PropType<boolean>;
14
+ required: false;
15
+ };
12
16
  isSummaryMode: {
13
17
  type: import("vue").PropType<boolean>;
14
18
  required: false;
15
19
  };
20
+ "is-compact-mode": {
21
+ type: import("vue").PropType<boolean>;
22
+ required: false;
23
+ };
16
24
  isCompactMode: {
17
25
  type: import("vue").PropType<boolean>;
18
26
  required: false;
@@ -49,6 +57,9 @@ declare const _default: {
49
57
  likes: {
50
58
  type: import("vue").PropType<ISocialReaction[]>;
51
59
  required: false;
60
+ } & {
61
+ type: import("vue").PropType<ISocialReaction[]>;
62
+ required: false;
52
63
  };
53
64
  "extend-components": {
54
65
  type: import("vue").PropType<{
@@ -62,6 +73,10 @@ declare const _default: {
62
73
  dynamicInput: any;
63
74
  }[]>;
64
75
  };
76
+ "like-listing-template": {
77
+ type: import("vue").PropType<string>;
78
+ required: false;
79
+ };
65
80
  likeListingTemplate: {
66
81
  type: import("vue").PropType<string>;
67
82
  required: false;
@@ -85,10 +100,18 @@ declare const _default: {
85
100
  commentLikeService: {
86
101
  type: import("vue").PropType<ICommentLikeService>;
87
102
  };
103
+ "is-summary-mode": {
104
+ type: import("vue").PropType<boolean>;
105
+ required: false;
106
+ };
88
107
  isSummaryMode: {
89
108
  type: import("vue").PropType<boolean>;
90
109
  required: false;
91
110
  };
111
+ "is-compact-mode": {
112
+ type: import("vue").PropType<boolean>;
113
+ required: false;
114
+ };
92
115
  isCompactMode: {
93
116
  type: import("vue").PropType<boolean>;
94
117
  required: false;
@@ -125,6 +148,9 @@ declare const _default: {
125
148
  likes: {
126
149
  type: import("vue").PropType<ISocialReaction[]>;
127
150
  required: false;
151
+ } & {
152
+ type: import("vue").PropType<ISocialReaction[]>;
153
+ required: false;
128
154
  };
129
155
  "extend-components": {
130
156
  type: import("vue").PropType<{
@@ -138,6 +164,10 @@ declare const _default: {
138
164
  dynamicInput: any;
139
165
  }[]>;
140
166
  };
167
+ "like-listing-template": {
168
+ type: import("vue").PropType<string>;
169
+ required: false;
170
+ };
141
171
  likeListingTemplate: {
142
172
  type: import("vue").PropType<string>;
143
173
  required: false;
@@ -168,10 +198,18 @@ declare const _default: {
168
198
  commentLikeService: {
169
199
  type: import("vue").PropType<ICommentLikeService>;
170
200
  };
201
+ "is-summary-mode": {
202
+ type: import("vue").PropType<boolean>;
203
+ required: false;
204
+ };
171
205
  isSummaryMode: {
172
206
  type: import("vue").PropType<boolean>;
173
207
  required: false;
174
208
  };
209
+ "is-compact-mode": {
210
+ type: import("vue").PropType<boolean>;
211
+ required: false;
212
+ };
175
213
  isCompactMode: {
176
214
  type: import("vue").PropType<boolean>;
177
215
  required: false;
@@ -208,6 +246,9 @@ declare const _default: {
208
246
  likes: {
209
247
  type: import("vue").PropType<ISocialReaction[]>;
210
248
  required: false;
249
+ } & {
250
+ type: import("vue").PropType<ISocialReaction[]>;
251
+ required: false;
211
252
  };
212
253
  "extend-components": {
213
254
  type: import("vue").PropType<{
@@ -221,6 +262,10 @@ declare const _default: {
221
262
  dynamicInput: any;
222
263
  }[]>;
223
264
  };
265
+ "like-listing-template": {
266
+ type: import("vue").PropType<string>;
267
+ required: false;
268
+ };
224
269
  likeListingTemplate: {
225
270
  type: import("vue").PropType<string>;
226
271
  required: false;
@@ -248,10 +293,18 @@ declare const _default: {
248
293
  commentLikeService: {
249
294
  type: import("vue").PropType<ICommentLikeService>;
250
295
  };
296
+ "is-summary-mode": {
297
+ type: import("vue").PropType<boolean>;
298
+ required: false;
299
+ };
251
300
  isSummaryMode: {
252
301
  type: import("vue").PropType<boolean>;
253
302
  required: false;
254
303
  };
304
+ "is-compact-mode": {
305
+ type: import("vue").PropType<boolean>;
306
+ required: false;
307
+ };
255
308
  isCompactMode: {
256
309
  type: import("vue").PropType<boolean>;
257
310
  required: false;
@@ -288,6 +341,9 @@ declare const _default: {
288
341
  likes: {
289
342
  type: import("vue").PropType<ISocialReaction[]>;
290
343
  required: false;
344
+ } & {
345
+ type: import("vue").PropType<ISocialReaction[]>;
346
+ required: false;
291
347
  };
292
348
  "extend-components": {
293
349
  type: import("vue").PropType<{
@@ -301,6 +357,10 @@ declare const _default: {
301
357
  dynamicInput: any;
302
358
  }[]>;
303
359
  };
360
+ "like-listing-template": {
361
+ type: import("vue").PropType<string>;
362
+ required: false;
363
+ };
304
364
  likeListingTemplate: {
305
365
  type: import("vue").PropType<string>;
306
366
  required: false;
@@ -337,6 +397,7 @@ declare const _default: {
337
397
  commendId?: string;
338
398
  "commend-id"?: string;
339
399
  likeListingTemplate?: string;
400
+ "like-listing-template"?: string;
340
401
  extendComponents?: {
341
402
  elem: string;
342
403
  dynamicInput: any;
@@ -347,7 +408,9 @@ declare const _default: {
347
408
  }[];
348
409
  likes?: ISocialReaction[];
349
410
  isCompactMode?: boolean;
411
+ "is-compact-mode"?: boolean;
350
412
  isSummaryMode?: boolean;
413
+ "is-summary-mode"?: boolean;
351
414
  commentLikeService?: ICommentLikeService;
352
415
  "comment-like-service"?: ICommentLikeService;
353
416
  }>, never>;
@@ -10,10 +10,16 @@ declare const _default: {
10
10
  stacked: {
11
11
  type: import("vue").PropType<boolean>;
12
12
  required: false;
13
+ } & {
14
+ type: import("vue").PropType<boolean>;
15
+ required: false;
13
16
  };
14
17
  variant: {
15
18
  type: import("vue").PropType<ReactionVariants>;
16
19
  required: false;
20
+ } & {
21
+ type: import("vue").PropType<ReactionVariants>;
22
+ required: false;
17
23
  };
18
24
  "onUpdate:modelValue": {
19
25
  type: import("vue").PropType<(value: Required<IUserReaction>[]) => any>;
@@ -45,10 +51,16 @@ declare const _default: {
45
51
  stacked: {
46
52
  type: import("vue").PropType<boolean>;
47
53
  required: false;
54
+ } & {
55
+ type: import("vue").PropType<boolean>;
56
+ required: false;
48
57
  };
49
58
  variant: {
50
59
  type: import("vue").PropType<ReactionVariants>;
51
60
  required: false;
61
+ } & {
62
+ type: import("vue").PropType<ReactionVariants>;
63
+ required: false;
52
64
  };
53
65
  "onUpdate:modelValue": {
54
66
  type: import("vue").PropType<(value: Required<IUserReaction>[]) => any>;
@@ -82,10 +94,16 @@ declare const _default: {
82
94
  stacked: {
83
95
  type: import("vue").PropType<boolean>;
84
96
  required: false;
97
+ } & {
98
+ type: import("vue").PropType<boolean>;
99
+ required: false;
85
100
  };
86
101
  variant: {
87
102
  type: import("vue").PropType<ReactionVariants>;
88
103
  required: false;
104
+ } & {
105
+ type: import("vue").PropType<ReactionVariants>;
106
+ required: false;
89
107
  };
90
108
  "onUpdate:modelValue": {
91
109
  type: import("vue").PropType<(value: Required<IUserReaction>[]) => any>;
@@ -116,10 +134,16 @@ declare const _default: {
116
134
  stacked: {
117
135
  type: import("vue").PropType<boolean>;
118
136
  required: false;
137
+ } & {
138
+ type: import("vue").PropType<boolean>;
139
+ required: false;
119
140
  };
120
141
  variant: {
121
142
  type: import("vue").PropType<ReactionVariants>;
122
143
  required: false;
144
+ } & {
145
+ type: import("vue").PropType<ReactionVariants>;
146
+ required: false;
123
147
  };
124
148
  "onUpdate:modelValue": {
125
149
  type: import("vue").PropType<(value: Required<IUserReaction>[]) => any>;
@@ -13,6 +13,10 @@ declare const _default: {
13
13
  readOnly: {
14
14
  type: import("vue").PropType<boolean>;
15
15
  };
16
+ "hide-edit": {
17
+ type: import("vue").PropType<boolean>;
18
+ required: false;
19
+ };
16
20
  hideEdit: {
17
21
  type: import("vue").PropType<boolean>;
18
22
  required: false;
@@ -83,6 +87,10 @@ declare const _default: {
83
87
  readOnly: {
84
88
  type: import("vue").PropType<boolean>;
85
89
  };
90
+ "hide-edit": {
91
+ type: import("vue").PropType<boolean>;
92
+ required: false;
93
+ };
86
94
  hideEdit: {
87
95
  type: import("vue").PropType<boolean>;
88
96
  required: false;
@@ -153,6 +161,10 @@ declare const _default: {
153
161
  readOnly: {
154
162
  type: import("vue").PropType<boolean>;
155
163
  };
164
+ "hide-edit": {
165
+ type: import("vue").PropType<boolean>;
166
+ required: false;
167
+ };
156
168
  hideEdit: {
157
169
  type: import("vue").PropType<boolean>;
158
170
  required: false;
@@ -220,6 +232,10 @@ declare const _default: {
220
232
  readOnly: {
221
233
  type: import("vue").PropType<boolean>;
222
234
  };
235
+ "hide-edit": {
236
+ type: import("vue").PropType<boolean>;
237
+ required: false;
238
+ };
223
239
  hideEdit: {
224
240
  type: import("vue").PropType<boolean>;
225
241
  required: false;
@@ -303,6 +319,7 @@ declare const _default: {
303
319
  cardStyle?: ThemeDefinition;
304
320
  "card-style"?: ThemeDefinition;
305
321
  hideEdit?: boolean;
322
+ "hide-edit"?: boolean;
306
323
  }>, "onDoc$" | "onOpenReply" | "onCancelReply" | "onRefresh"> & {
307
324
  onDoc$?: (description?: string) => any;
308
325
  onOpenReply?: (commentToReplyOn: Comment) => any;
@@ -8,6 +8,10 @@ declare const _default: {
8
8
  currentSocialReaction: {
9
9
  type: import("vue").PropType<ISocialReactionStyling>;
10
10
  };
11
+ "social-reaction-stylings": {
12
+ type: import("vue").PropType<ISocialReactionStyling[]>;
13
+ required: false;
14
+ };
11
15
  socialReactionStylings: {
12
16
  type: import("vue").PropType<ISocialReactionStyling[]>;
13
17
  required: false;
@@ -32,6 +36,10 @@ declare const _default: {
32
36
  currentSocialReaction: {
33
37
  type: import("vue").PropType<ISocialReactionStyling>;
34
38
  };
39
+ "social-reaction-stylings": {
40
+ type: import("vue").PropType<ISocialReactionStyling[]>;
41
+ required: false;
42
+ };
35
43
  socialReactionStylings: {
36
44
  type: import("vue").PropType<ISocialReactionStyling[]>;
37
45
  required: false;
@@ -58,6 +66,10 @@ declare const _default: {
58
66
  currentSocialReaction: {
59
67
  type: import("vue").PropType<ISocialReactionStyling>;
60
68
  };
69
+ "social-reaction-stylings": {
70
+ type: import("vue").PropType<ISocialReactionStyling[]>;
71
+ required: false;
72
+ };
61
73
  socialReactionStylings: {
62
74
  type: import("vue").PropType<ISocialReactionStyling[]>;
63
75
  required: false;
@@ -81,6 +93,10 @@ declare const _default: {
81
93
  currentSocialReaction: {
82
94
  type: import("vue").PropType<ISocialReactionStyling>;
83
95
  };
96
+ "social-reaction-stylings": {
97
+ type: import("vue").PropType<ISocialReactionStyling[]>;
98
+ required: false;
99
+ };
84
100
  socialReactionStylings: {
85
101
  type: import("vue").PropType<ISocialReactionStyling[]>;
86
102
  required: false;
@@ -102,6 +118,7 @@ declare const _default: {
102
118
  propsDefinition: Omit<Readonly<{} & {
103
119
  likes?: ISocialReaction[];
104
120
  socialReactionStylings?: ISocialReactionStyling[];
121
+ "social-reaction-stylings"?: ISocialReactionStyling[];
105
122
  currentSocialReaction?: ISocialReactionStyling;
106
123
  "current-social-reaction"?: ISocialReactionStyling;
107
124
  }>, "onClose" | "onDoc$"> & {
@@ -102,9 +102,9 @@ declare const _default: {
102
102
  };
103
103
  }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
104
104
  propsDefinition: Omit<Readonly<{} & {
105
+ icon?: string;
105
106
  content?: string | JSX.Element;
106
107
  overlay?: StatusMessageOverlayType;
107
- icon?: string;
108
108
  statusCode?: HttpStatusCode;
109
109
  "status-code"?: HttpStatusCode;
110
110
  }>, never>;
@@ -2,11 +2,15 @@ import { ChromeDefinition, Guid, VelcronAppDefinition } from "@omnia/fx-models";
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- chromeDefinition: any;
5
+ previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
6
+ transparentBackground: boolean;
7
+ chromeDefinition: ChromeDefinition;
6
8
  };
7
9
  events: {
8
10
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
9
- onMutatedChromeDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<any>;
11
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
12
+ onMutatedTransparentBackground: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
13
+ onMutatedChromeDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeDefinition>;
10
14
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
15
  actions: {
12
16
  onDispatching: {
@@ -1,14 +1,10 @@
1
- import { BlockBlueprint, BlueprintDefinition, Guid, SpacingBlueprint, VelcronAppDefinition } from "@omnia/fx-models";
1
+ import { BlueprintDefinition, Guid } from "@omnia/fx-models";
2
2
  export declare const useBlueprintEditorStore: () => {
3
3
  state: {
4
- blockBluePrint: BlockBlueprint;
5
- innerSpacingBluePrint: SpacingBlueprint;
6
4
  blueprint: BlueprintDefinition;
7
5
  editMode: boolean;
8
6
  };
9
7
  events: {
10
- onMutatedBlockBluePrint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlockBlueprint>;
11
- onMutatedInnerSpacingBluePrint: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprint>;
12
8
  onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintDefinition>;
13
9
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
14
10
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
@@ -17,9 +13,6 @@ export declare const useBlueprintEditorStore: () => {
17
13
  setBlueprint: {
18
14
  subscribe(fn: (blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
15
  };
20
- updateHeaderDefinition: {
21
- subscribe(fn: (definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
- };
23
16
  save: {
24
17
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
18
  };
@@ -28,9 +21,6 @@ export declare const useBlueprintEditorStore: () => {
28
21
  setBlueprint: {
29
22
  subscribe(fn: (result: void, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
23
  };
31
- updateHeaderDefinition: {
32
- subscribe(fn: (result: void, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
33
- };
34
24
  save: {
35
25
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
26
  };
@@ -39,16 +29,12 @@ export declare const useBlueprintEditorStore: () => {
39
29
  setBlueprint: {
40
30
  subscribe(fn: (failureReason: any, blueprint: BlueprintDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
31
  };
42
- updateHeaderDefinition: {
43
- subscribe(fn: (failureReason: any, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
- };
45
32
  save: {
46
33
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
34
  };
48
35
  };
49
36
  } & {
50
37
  setBlueprint(blueprint: BlueprintDefinition): void;
51
- updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
52
38
  save(): void;
53
39
  };
54
40
  get: {};
@@ -1,9 +1,9 @@
1
- import { BluePrintDefinitions, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
1
+ import { BlueprintDefinition, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
2
2
  export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
3
3
  id: Guid;
4
4
  colors: ColorSchemas;
5
- blueprints: BluePrintDefinitions;
5
+ blueprints: BlueprintDefinition[];
6
6
  dark: boolean;
7
7
  name: string;
8
- constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
8
+ constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BlueprintDefinition[]);
9
9
  }
@@ -0,0 +1,9 @@
1
+ import { ChromeBlueprint } from "@omnia/fx-models";
2
+ import { FlatChrome, RoundedChrome } from "./DefinitionsChrome";
3
+ export declare class DefaultChromeBlueprint implements ChromeBlueprint {
4
+ type: "chrome";
5
+ name: string;
6
+ default: FlatChrome;
7
+ variant1: RoundedChrome;
8
+ constructor();
9
+ }
@@ -0,0 +1,22 @@
1
+ import { BlueprintItemDefinition, ComponentBlueprint, Guid } from "@omnia/fx-models";
2
+ export declare class MD1Blueprint implements ComponentBlueprint {
3
+ id: Guid;
4
+ name: string;
5
+ type: "component";
6
+ default: Array<BlueprintItemDefinition>;
7
+ constructor(preview?: boolean);
8
+ }
9
+ export declare class MD2Blueprint implements ComponentBlueprint {
10
+ id: Guid;
11
+ name: string;
12
+ type: "component";
13
+ default: Array<BlueprintItemDefinition>;
14
+ constructor(preview?: boolean);
15
+ }
16
+ export declare class MD3Blueprint implements ComponentBlueprint {
17
+ type: "component";
18
+ id: Guid;
19
+ name: string;
20
+ default: Array<BlueprintItemDefinition>;
21
+ constructor(preview?: boolean);
22
+ }
@@ -0,0 +1,20 @@
1
+ import { SpacingBlueprint } from "@omnia/fx-models";
2
+ import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./DefinitionsSpacing";
3
+ export declare class DefaultSpacingBlueprint implements SpacingBlueprint {
4
+ type: "spacing";
5
+ name: string;
6
+ default: {
7
+ layout: DefaultLayoutSpacing;
8
+ inner: DefaultInnerSpacing;
9
+ };
10
+ constructor();
11
+ }
12
+ export declare class PreviewSPacingBlueprint implements SpacingBlueprint {
13
+ type: "spacing";
14
+ name: string;
15
+ default: {
16
+ layout: PreviewInnerSpacing;
17
+ inner: PreviewInnerSpacing;
18
+ };
19
+ constructor();
20
+ }
@@ -0,0 +1,27 @@
1
+ import { TypographyBlueprint, TypographyDefinition } from "@omnia/fx-models";
2
+ import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./DefinitionsTypography";
3
+ export declare class DefaultTypographyBlueprint implements TypographyBlueprint {
4
+ type: "typography";
5
+ name: string;
6
+ default: DefaultTypography;
7
+ constructor();
8
+ }
9
+ export declare class FunkyTypographyBlueprint implements TypographyBlueprint {
10
+ type: "typography";
11
+ name: string;
12
+ default: FunkyTypography;
13
+ constructor();
14
+ }
15
+ export declare class PreviewTypographyBlueprint implements TypographyBlueprint {
16
+ type: "typography";
17
+ name: string;
18
+ default: PreviewTypography;
19
+ constructor();
20
+ }
21
+ export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprint {
22
+ type: "typography";
23
+ variant1?: TypographyDefinition;
24
+ name: string;
25
+ default: PreviewMiniTypography;
26
+ constructor();
27
+ }
@@ -2,6 +2,7 @@ import { Guid, TypographyDefinition } from "@omnia/fx-models";
2
2
  export declare class FunkyTypography implements TypographyDefinition {
3
3
  id: Guid;
4
4
  name: string;
5
+ type: "typography";
5
6
  font: {
6
7
  family: string;
7
8
  cdn: string;
@@ -103,6 +104,7 @@ export declare class FunkyTypography implements TypographyDefinition {
103
104
  export declare class DefaultTypography implements TypographyDefinition {
104
105
  id: Guid;
105
106
  name: string;
107
+ type: "typography";
106
108
  font: {
107
109
  family: string;
108
110
  };
@@ -203,6 +205,7 @@ export declare class DefaultTypography implements TypographyDefinition {
203
205
  export declare class PreviewTypography implements TypographyDefinition {
204
206
  id: Guid;
205
207
  name: string;
208
+ type: "typography";
206
209
  title: {
207
210
  xl: {
208
211
  large: {
@@ -302,6 +305,7 @@ export declare class PreviewTypography implements TypographyDefinition {
302
305
  export declare class PreviewMiniTypography implements TypographyDefinition {
303
306
  name: string;
304
307
  id: Guid;
308
+ type: "typography";
305
309
  title: {
306
310
  xl: {
307
311
  large: {
@@ -0,0 +1,9 @@
1
+ import { ChromeBlueprint } from "@omnia/fx-models";
2
+ import { FlatChrome, RoundedChrome } from "./DefinitionsChrome";
3
+ export declare class DefaultChromeBlueprint implements ChromeBlueprint {
4
+ type: "chrome";
5
+ name: string;
6
+ default: FlatChrome;
7
+ variant1: RoundedChrome;
8
+ constructor();
9
+ }