@omnia/fx 8.0.126-dev → 8.0.128-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 (288) hide show
  1. package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
  2. package/internal-do-not-import-from-here/index.d.ts +1 -24
  3. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
  7. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
  8. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  9. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
  10. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
  11. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
  12. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
  13. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
  14. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
  15. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
  16. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
  17. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
  18. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
  19. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
  20. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
  21. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
  22. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
  23. package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
  24. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
  25. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
  26. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
  27. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
  28. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
  29. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
  30. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
  31. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
  32. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
  33. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
  34. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
  35. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
  36. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
  37. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
  38. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
  39. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
  40. package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
  41. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
  42. package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
  43. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
  44. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
  45. package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
  51. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
  53. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
  55. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
  56. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
  57. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
  58. package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
  59. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
  60. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
  61. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
  62. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
  63. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
  64. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
  65. package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
  66. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
  67. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
  68. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
  69. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
  70. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
  71. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
  72. package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
  73. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
  74. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
  75. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
  76. package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
  77. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
  78. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
  79. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
  80. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
  81. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
  82. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
  83. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
  84. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  86. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
  87. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
  88. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  89. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  90. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  91. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
  92. package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
  93. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  94. package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
  95. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
  96. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
  97. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
  98. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
  99. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  100. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
  101. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
  103. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
  105. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
  106. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
  107. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  110. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  111. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
  113. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
  114. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
  115. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
  116. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
  117. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
  118. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
  119. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
  120. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
  121. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
  122. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
  123. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
  124. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
  125. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
  126. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
  127. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
  128. package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
  129. package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
  130. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
  131. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
  132. package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
  133. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  134. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  135. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
  136. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
  137. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
  138. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
  139. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
  140. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
  141. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  142. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
  143. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
  144. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
  145. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
  146. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
  147. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
  148. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
  149. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
  150. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
  152. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
  153. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
  154. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
  155. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
  156. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
  157. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  158. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
  159. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
  160. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  161. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
  162. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  163. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  164. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
  165. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
  166. package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
  167. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  168. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
  169. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  170. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  171. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
  172. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
  174. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
  175. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
  177. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
  178. package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
  179. package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
  180. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
  181. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
  182. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
  183. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
  184. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
  185. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
  188. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
  192. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
  193. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
  194. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
  195. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
  196. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
  197. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
  198. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
  199. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
  200. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
  201. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
  202. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
  203. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
  204. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
  205. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
  206. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
  207. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
  208. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
  209. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
  210. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
  211. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
  212. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
  213. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
  214. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
  215. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
  216. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
  217. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
  218. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
  219. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
  220. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
  221. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
  222. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
  223. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
  224. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
  225. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
  226. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
  227. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
  228. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  229. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  230. package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
  231. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
  232. package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
  233. package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
  234. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
  236. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
  237. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
  238. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
  239. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  240. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  241. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
  242. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
  243. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
  244. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
  245. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
  246. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
  247. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
  248. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
  249. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
  250. package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
  251. package/package.json +2 -2
  252. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
  253. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
  254. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
  255. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
  256. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
  257. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
  258. package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
  259. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
  260. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
  261. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
  262. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
  263. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
  264. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
  265. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
  266. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  267. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
  268. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
  269. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
  270. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  271. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
  272. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
  273. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
  274. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
  275. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
  276. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  277. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
  278. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
  279. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
  280. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
  281. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
  282. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
  283. package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
  284. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
  285. package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
  286. package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
  287. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
  288. package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -1,29 +1,34 @@
1
- import { ChromeBlueprint, Guid, VelcronAppDefinition, ColorValue } from "@omnia/fx-models";
1
+ import { ChromeBlueprint, Guid, VelcronAppDefinition, ColorValue, ChromeBlueprints, BlueprintVariant } from "@omnia/fx-models";
2
2
  export declare const useChromeEditorStore: () => {
3
3
  state: {
4
4
  editMode: boolean;
5
- previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
5
+ previewColorSchema: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
6
6
  backgroundOpacity: number;
7
7
  backgroundColor: ColorValue;
8
- chromeDefinition: ChromeBlueprint;
8
+ chromeBlueprint: ChromeBlueprint;
9
+ chromeBlueprints: ChromeBlueprints;
9
10
  };
10
11
  events: {
11
12
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
12
- onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
13
+ onMutatedPreviewColorSchema: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
13
14
  onMutatedBackgroundOpacity: import("@omnia/fx").MessageBusExposeOnlySubscription<number>;
14
15
  onMutatedBackgroundColor: import("@omnia/fx").MessageBusExposeOnlySubscription<ColorValue>;
15
- onMutatedChromeDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
16
+ onMutatedChromeBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint>;
17
+ onMutatedChromeBlueprints: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprints>;
16
18
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
17
19
  actions: {
18
20
  onDispatching: {
19
- editChromeDefinition: {
20
- subscribe(fn: (definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ editChromeBlueprints: {
22
+ subscribe(fn: (blueprints: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
+ };
24
+ editChromeBlueprint: {
25
+ subscribe(fn: (variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
26
  };
22
- addChromeDefinition: {
23
- subscribe(fn: (definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
+ addChromeBlueprint: {
28
+ subscribe(fn: (blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
29
  };
25
- copyChromeDefinition: {
26
- subscribe(fn: (definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ copyChromeBlueprint: {
31
+ subscribe(fn: (blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
27
32
  };
28
33
  updateHeaderDefinition: {
29
34
  subscribe(fn: (definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -33,14 +38,17 @@ export declare const useChromeEditorStore: () => {
33
38
  };
34
39
  };
35
40
  onDispatched: {
36
- editChromeDefinition: {
37
- subscribe(fn: (result: void, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ editChromeBlueprints: {
42
+ subscribe(fn: (result: void, blueprints: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
43
  };
39
- addChromeDefinition: {
40
- subscribe(fn: (result: void, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
+ editChromeBlueprint: {
45
+ subscribe(fn: (result: void, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
46
  };
42
- copyChromeDefinition: {
43
- subscribe(fn: (result: void, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
+ addChromeBlueprint: {
48
+ subscribe(fn: (result: void, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
+ };
50
+ copyChromeBlueprint: {
51
+ subscribe(fn: (result: void, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
52
  };
45
53
  updateHeaderDefinition: {
46
54
  subscribe(fn: (result: void, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -50,14 +58,17 @@ export declare const useChromeEditorStore: () => {
50
58
  };
51
59
  };
52
60
  onFailure: {
53
- editChromeDefinition: {
54
- subscribe(fn: (failureReason: any, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ editChromeBlueprints: {
62
+ subscribe(fn: (failureReason: any, blueprints: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
+ };
64
+ editChromeBlueprint: {
65
+ subscribe(fn: (failureReason: any, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
66
  };
56
- addChromeDefinition: {
57
- subscribe(fn: (failureReason: any, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ addChromeBlueprint: {
68
+ subscribe(fn: (failureReason: any, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
69
  };
59
- copyChromeDefinition: {
60
- subscribe(fn: (failureReason: any, definition: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ copyChromeBlueprint: {
71
+ subscribe(fn: (failureReason: any, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
72
  };
62
73
  updateHeaderDefinition: {
63
74
  subscribe(fn: (failureReason: any, definition: VelcronAppDefinition<any>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
@@ -67,15 +78,17 @@ export declare const useChromeEditorStore: () => {
67
78
  };
68
79
  };
69
80
  } & {
70
- editChromeDefinition(definition: ChromeBlueprint): void;
71
- addChromeDefinition(definition: ChromeBlueprint): void;
72
- copyChromeDefinition(definition: ChromeBlueprint): void;
81
+ editChromeBlueprints(blueprints: ChromeBlueprints): void;
82
+ editChromeBlueprint(variant: BlueprintVariant): void;
83
+ addChromeBlueprint(blueprint: ChromeBlueprint): void;
84
+ copyChromeBlueprint(blueprint: ChromeBlueprint): void;
73
85
  updateHeaderDefinition(definition: VelcronAppDefinition<any>): void;
74
86
  save(): void;
75
87
  };
76
88
  get: {};
77
89
  bladeId: {
78
90
  chromeEditBlade: Guid;
91
+ chromeBlueprintsBlade: Guid;
79
92
  chromesBladeId: Guid;
80
93
  chromeDefinition: ChromeBlueprint;
81
94
  };
@@ -1,11 +1,12 @@
1
- import { BlueprintVariant, ButtonBlueprint, ButtonBlueprintType, ComponentBlueprints, Guid, TabsBlueprint } from "@omnia/fx-models";
1
+ import { BlueprintVariant, ButtonBlueprint, ButtonBlueprintType, ButtonTypes, ComponentBlueprints, Guid, TabsBlueprint } from "@omnia/fx-models";
2
2
  export declare const useComponentsEditorStore: () => {
3
3
  state: {
4
4
  blueprint: ComponentBlueprints;
5
5
  editingButtonBlueprint: ButtonBlueprint;
6
6
  editingTabBlueprint: TabsBlueprint;
7
7
  editingVariant: BlueprintVariant;
8
- editingButtonType: ButtonBlueprintType;
8
+ editingButtonType: ButtonTypes;
9
+ editingButtonBlueprintType: ButtonBlueprintType;
9
10
  editMode: boolean;
10
11
  };
11
12
  events: {
@@ -13,7 +14,8 @@ export declare const useComponentsEditorStore: () => {
13
14
  onMutatedEditingButtonBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprint>;
14
15
  onMutatedEditingTabBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<TabsBlueprint>;
15
16
  onMutatedEditingVariant: import("@omnia/fx").MessageBusExposeOnlySubscription<BlueprintVariant>;
16
- onMutatedEditingButtonType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprintType>;
17
+ onMutatedEditingButtonType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonTypes>;
18
+ onMutatedEditingButtonBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprintType>;
17
19
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
18
20
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
19
21
  actions: {
@@ -25,11 +27,14 @@ export declare const useComponentsEditorStore: () => {
25
27
  subscribe(fn: (variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
28
  };
27
29
  setButtonEditingBlueprint: {
28
- subscribe(fn: (type: ButtonBlueprintType, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ subscribe(fn: (type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
31
  };
30
32
  updateEditingButtonBlueprint: {
31
33
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
34
  };
35
+ updateEditingTabBlueprint: {
36
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ };
33
38
  save: {
34
39
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
40
  };
@@ -42,11 +47,14 @@ export declare const useComponentsEditorStore: () => {
42
47
  subscribe(fn: (result: void, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
48
  };
44
49
  setButtonEditingBlueprint: {
45
- subscribe(fn: (result: void, type: ButtonBlueprintType, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
+ subscribe(fn: (result: void, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
51
  };
47
52
  updateEditingButtonBlueprint: {
48
53
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
54
  };
55
+ updateEditingTabBlueprint: {
56
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
+ };
50
58
  save: {
51
59
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
60
  };
@@ -59,11 +67,14 @@ export declare const useComponentsEditorStore: () => {
59
67
  subscribe(fn: (failureReason: any, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
68
  };
61
69
  setButtonEditingBlueprint: {
62
- subscribe(fn: (failureReason: any, type: ButtonBlueprintType, variant: BlueprintVariant) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ subscribe(fn: (failureReason: any, type: ButtonBlueprintType, buttonType: ButtonTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
71
  };
64
72
  updateEditingButtonBlueprint: {
65
73
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
74
  };
75
+ updateEditingTabBlueprint: {
76
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
77
+ };
67
78
  save: {
68
79
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
80
  };
@@ -71,8 +82,9 @@ export declare const useComponentsEditorStore: () => {
71
82
  } & {
72
83
  setBlueprint(blueprint: ComponentBlueprints): void;
73
84
  setTabEditingBlueprint(variant: BlueprintVariant): void;
74
- setButtonEditingBlueprint(type: ButtonBlueprintType, variant: BlueprintVariant): void;
85
+ setButtonEditingBlueprint(type: ButtonBlueprintType, buttonType: ButtonTypes): void;
75
86
  updateEditingButtonBlueprint(): void;
87
+ updateEditingTabBlueprint(): void;
76
88
  save(): void;
77
89
  };
78
90
  get: {};
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -0,0 +1,16 @@
1
+ declare const _default: {
2
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
3
+ P: {};
4
+ B: {};
5
+ D: {};
6
+ C: {};
7
+ M: {};
8
+ Defaults: {};
9
+ }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
10
+ __isFragment?: never;
11
+ __isTeleport?: never;
12
+ __isSuspense?: never;
13
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
14
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
15
+ };
16
+ export default _default;
@@ -1,65 +1,90 @@
1
- import { Guid, SpacingDefinition } from "@omnia/fx-models";
1
+ import { Guid, SpacingBlueprint, SpacingBlueprintTypes, SpacingDefinition } from "@omnia/fx-models";
2
2
  export declare const useSpacingEditorStore: () => {
3
3
  state: {
4
- blueprint: SpacingDefinition;
4
+ definition: SpacingDefinition;
5
+ blueprint: SpacingBlueprint;
5
6
  editMode: boolean;
7
+ editType: SpacingBlueprintTypes;
6
8
  };
7
9
  events: {
8
- onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition>;
10
+ onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition>;
11
+ onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprint>;
9
12
  onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
13
+ onMutatedEditType: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprintTypes>;
10
14
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
15
  actions: {
12
16
  onDispatching: {
17
+ editDefinition: {
18
+ subscribe(fn: (type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
19
+ };
13
20
  editBlueprint: {
14
- subscribe(fn: (blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ subscribe(fn: (blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
22
  };
16
23
  addBlueprint: {
17
24
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
25
  };
26
+ copyDefinition: {
27
+ subscribe(fn: (definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
19
29
  copyBlueprint: {
20
- subscribe(fn: (blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
30
+ subscribe(fn: (blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
31
  };
22
32
  save: {
23
33
  subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
24
34
  };
25
35
  };
26
36
  onDispatched: {
37
+ editDefinition: {
38
+ subscribe(fn: (result: void, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
+ };
27
40
  editBlueprint: {
28
- subscribe(fn: (result: void, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ subscribe(fn: (result: void, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
42
  };
30
43
  addBlueprint: {
31
44
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
45
  };
46
+ copyDefinition: {
47
+ subscribe(fn: (result: void, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ };
33
49
  copyBlueprint: {
34
- subscribe(fn: (result: void, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
+ subscribe(fn: (result: void, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
35
51
  };
36
52
  save: {
37
53
  subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
38
54
  };
39
55
  };
40
56
  onFailure: {
57
+ editDefinition: {
58
+ subscribe(fn: (failureReason: any, type: SpacingBlueprintTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ };
41
60
  editBlueprint: {
42
- subscribe(fn: (failureReason: any, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
61
+ subscribe(fn: (failureReason: any, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
62
  };
44
63
  addBlueprint: {
45
64
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
65
  };
66
+ copyDefinition: {
67
+ subscribe(fn: (failureReason: any, definition: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
+ };
47
69
  copyBlueprint: {
48
- subscribe(fn: (failureReason: any, blueprint: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ subscribe(fn: (failureReason: any, blueprint: SpacingBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
71
  };
50
72
  save: {
51
73
  subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
74
  };
53
75
  };
54
76
  } & {
55
- editBlueprint(blueprint: SpacingDefinition): void;
77
+ editDefinition(type: SpacingBlueprintTypes): void;
78
+ editBlueprint(blueprint: SpacingBlueprint): void;
56
79
  addBlueprint(): void;
57
- copyBlueprint(blueprint: SpacingDefinition): void;
80
+ copyDefinition(definition: SpacingDefinition): void;
81
+ copyBlueprint(blueprint: SpacingBlueprint): void;
58
82
  save(): void;
59
83
  };
60
84
  get: {};
61
85
  bladeId: {
62
86
  spacingStartBlade: Guid;
87
+ spacingBlueprintBlade: Guid;
63
88
  editSpacingBlade: Guid;
64
89
  settingsBlade: Guid;
65
90
  };
@@ -1,4 +1,4 @@
1
- import { Guid, TypographyBlueprint, TypographySizes } from "@omnia/fx-models";
1
+ import { Guid, TypographyBlueprint, TypographyDefinition, TypographySizes, TypographyType } from "@omnia/fx-models";
2
2
  export declare const useTypographyEditorStore: () => {
3
3
  state: {
4
4
  blueprint: TypographyBlueprint;
@@ -6,6 +6,7 @@ export declare const useTypographyEditorStore: () => {
6
6
  selectedTypography: {
7
7
  type: "title" | "text" | "navigation";
8
8
  size: TypographySizes;
9
+ definition: TypographyDefinition;
9
10
  };
10
11
  };
11
12
  events: {
@@ -14,10 +15,14 @@ export declare const useTypographyEditorStore: () => {
14
15
  onMutatedSelectedTypography: import("@omnia/fx").MessageBusExposeOnlySubscription<{
15
16
  type: "title" | "text" | "navigation";
16
17
  size: TypographySizes;
18
+ definition: TypographyDefinition;
17
19
  }>;
18
20
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
19
21
  actions: {
20
22
  onDispatching: {
23
+ setSelectedDefinition: {
24
+ subscribe(fn: (type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
21
26
  setBlueprint: {
22
27
  subscribe(fn: (blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
23
28
  };
@@ -38,6 +43,9 @@ export declare const useTypographyEditorStore: () => {
38
43
  };
39
44
  };
40
45
  onDispatched: {
46
+ setSelectedDefinition: {
47
+ subscribe(fn: (result: void, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ };
41
49
  setBlueprint: {
42
50
  subscribe(fn: (result: void, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
51
  };
@@ -58,6 +66,9 @@ export declare const useTypographyEditorStore: () => {
58
66
  };
59
67
  };
60
68
  onFailure: {
69
+ setSelectedDefinition: {
70
+ subscribe(fn: (failureReason: any, type: "title" | "text" | "navigation", size: TypographySizes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
+ };
61
72
  setBlueprint: {
62
73
  subscribe(fn: (failureReason: any, blueprint: TypographyBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
74
  };
@@ -78,6 +89,7 @@ export declare const useTypographyEditorStore: () => {
78
89
  };
79
90
  };
80
91
  } & {
92
+ setSelectedDefinition(type: TypographyType, size: TypographySizes): void;
81
93
  setBlueprint(blueprint: TypographyBlueprint): void;
82
94
  addBlueprint(): void;
83
95
  copyBlueprint(blueprint: TypographyBlueprint): void;
@@ -89,19 +101,19 @@ export declare const useTypographyEditorStore: () => {
89
101
  };
90
102
  get: {
91
103
  definitionType: () => {
92
- xl: import("@omnia/fx-models").TypographyDefinition;
93
- l: import("@omnia/fx-models").TypographyDefinition;
94
- m: import("@omnia/fx-models").TypographyDefinition;
95
- s: import("@omnia/fx-models").TypographyDefinition;
96
- xs: import("@omnia/fx-models").TypographyDefinition;
104
+ xl: TypographyDefinition;
105
+ l: TypographyDefinition;
106
+ m: TypographyDefinition;
107
+ s: TypographyDefinition;
108
+ xs: TypographyDefinition;
97
109
  } | {
98
- l: import("@omnia/fx-models").TypographyDefinition;
99
- m: import("@omnia/fx-models").TypographyDefinition;
100
- s: import("@omnia/fx-models").TypographyDefinition;
101
- xs: import("@omnia/fx-models").TypographyDefinition;
110
+ l: TypographyDefinition;
111
+ m: TypographyDefinition;
112
+ s: TypographyDefinition;
113
+ xs: TypographyDefinition;
102
114
  } | {
103
- l: import("@omnia/fx-models").TypographyDefinition;
104
- m: import("@omnia/fx-models").TypographyDefinition;
115
+ l: TypographyDefinition;
116
+ m: TypographyDefinition;
105
117
  };
106
118
  };
107
119
  bladeId: {
@@ -0,0 +1,102 @@
1
+ import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
2
+ import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
+ import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
+ declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
5
+ type: "chrome";
6
+ name: any;
7
+ primary: any;
8
+ variant1: any;
9
+ variant2: any;
10
+ variant3: any;
11
+ constructor();
12
+ }
13
+ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
14
+ type: "spacing";
15
+ name: string;
16
+ primary: {
17
+ layout: DefaultLayoutSpacing;
18
+ inner: DefaultInnerSpacing;
19
+ };
20
+ constructor();
21
+ }
22
+ export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprints {
23
+ type: "spacing";
24
+ name: string;
25
+ primary: {
26
+ layout: PreviewInnerSpacing;
27
+ inner: PreviewInnerSpacing;
28
+ };
29
+ constructor();
30
+ }
31
+ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
32
+ type: "component";
33
+ name: any;
34
+ buttons: {
35
+ text: {
36
+ primary: any;
37
+ basic: any;
38
+ accent1: any;
39
+ warn: any;
40
+ disabled: any;
41
+ link: any;
42
+ };
43
+ icon: {
44
+ primary: any;
45
+ basic: any;
46
+ accent1: any;
47
+ warn: any;
48
+ disabled: any;
49
+ link: any;
50
+ };
51
+ };
52
+ tabs?: {
53
+ primary: any;
54
+ variant1: any;
55
+ variant2: any;
56
+ variant3: any;
57
+ };
58
+ constructor();
59
+ }
60
+ export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
61
+ type: "typography";
62
+ name: string;
63
+ primary: DefaultTypography;
64
+ constructor();
65
+ }
66
+ export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
67
+ type: "typography";
68
+ name: string;
69
+ primary: FunkyTypography;
70
+ constructor();
71
+ }
72
+ export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
73
+ type: "typography";
74
+ name: string;
75
+ primary: PreviewTypography;
76
+ constructor();
77
+ }
78
+ export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
79
+ type: "typography";
80
+ name: string;
81
+ primary: PreviewMiniTypography;
82
+ constructor();
83
+ }
84
+ export declare const BlueprintsTemplates: {
85
+ chrome: {
86
+ default: () => ChromeBlueprintsTemplate;
87
+ };
88
+ component: {
89
+ default: () => ComponentBlueprintsTemplate;
90
+ };
91
+ spacing: {
92
+ default: () => DefaultSpacingBlueprintTemplate;
93
+ preview: () => PreviewSPacingBlueprintTemplate;
94
+ };
95
+ typography: {
96
+ default: () => DefaultTypographyBlueprint;
97
+ funky: () => FunkyTypographyBlueprint;
98
+ preview: () => PreviewTypographyBlueprint;
99
+ previewMini: () => PreviewMiniTypographyBlueprint;
100
+ };
101
+ };
102
+ export {};
@@ -0,0 +1,4 @@
1
+ export declare const BorderStyleDefinitionTemplates: {
2
+ gradient: any;
3
+ thin: any;
4
+ };
@@ -0,0 +1,7 @@
1
+ export declare const ButtonBlueprintTemplates: {
2
+ primary1: any;
3
+ primaryGradient1: any;
4
+ outlined1: any;
5
+ outlinedGradient1: any;
6
+ megabutton1: any;
7
+ };
@@ -0,0 +1,6 @@
1
+ export declare const ChromeBlueprintTemplates: {
2
+ filled: any;
3
+ filledGradient: any;
4
+ border: any;
5
+ borderGradient: any;
6
+ };
@@ -0,0 +1,7 @@
1
+ import { ColorDefinition } from "@omnia/fx-models";
2
+ export declare function useColorManager(): {
3
+ getColorDefinition: (color: string, isBaseColorDark: boolean) => ColorDefinition;
4
+ isDarkColor: (color: any) => boolean;
5
+ addOpacityToColor: (color: any, opacity: any) => any;
6
+ isValidColor: (color: string) => boolean;
7
+ };
@@ -0,0 +1,12 @@
1
+ import { TonalPalette } from "@material/material-color-utilities";
2
+ import { ColorSchema } from "@omnia/fx-models";
3
+ interface ColorGroup {
4
+ dark: ColorSchema;
5
+ light: ColorSchema;
6
+ }
7
+ export declare function useColorSchemaManager(): {
8
+ createColorSchema: (color: string, name: string, fixedColor?: boolean, colorBlend?: string) => ColorGroup;
9
+ getColorPalette: (color: string) => TonalPalette;
10
+ hexFromArgb: (argb: number) => string;
11
+ };
12
+ export {};
@@ -1,13 +1,11 @@
1
1
  import { BackgroundDefinition, ChromeBlueprint, FillDefinition, Guid, Spacing } from "@omnia/fx-models";
2
2
  export declare class FilledChrome implements ChromeBlueprint {
3
3
  name: string;
4
- id: Guid;
5
4
  header: {
6
5
  definitionId: Guid;
7
6
  };
8
7
  styles: {
9
8
  background: {
10
- filled: boolean;
11
9
  fill: FillDefinition;
12
10
  };
13
11
  spacing: Spacing;
@@ -15,7 +13,6 @@ export declare class FilledChrome implements ChromeBlueprint {
15
13
  }
16
14
  export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
17
15
  name: string;
18
- id: Guid;
19
16
  header: {
20
17
  definitionId: Guid;
21
18
  };
@@ -26,7 +23,6 @@ export declare class FilledSmallRoundingChrome implements ChromeBlueprint {
26
23
  }
27
24
  export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
28
25
  name: string;
29
- id: Guid;
30
26
  header: {
31
27
  definitionId: Guid;
32
28
  };
@@ -37,7 +33,6 @@ export declare class FilledLargeRoundingChrome implements ChromeBlueprint {
37
33
  }
38
34
  export declare class OutlinedChrome implements ChromeBlueprint {
39
35
  name: string;
40
- id: Guid;
41
36
  header: {
42
37
  definitionId: Guid;
43
38
  };
@@ -48,7 +43,6 @@ export declare class OutlinedChrome implements ChromeBlueprint {
48
43
  }
49
44
  export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
50
45
  name: string;
51
- id: Guid;
52
46
  header: {
53
47
  definitionId: Guid;
54
48
  };
@@ -59,7 +53,6 @@ export declare class OutlinedSmallRoundingChrome implements ChromeBlueprint {
59
53
  }
60
54
  export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
61
55
  name: string;
62
- id: Guid;
63
56
  header: {
64
57
  definitionId: Guid;
65
58
  };
@@ -70,7 +63,6 @@ export declare class OutlinedLargeRoundingChrome implements ChromeBlueprint {
70
63
  }
71
64
  export declare class ElevatedChrome implements ChromeBlueprint {
72
65
  name: string;
73
- id: Guid;
74
66
  header: {
75
67
  definitionId: Guid;
76
68
  };
@@ -84,7 +76,6 @@ export declare class ElevatedChrome implements ChromeBlueprint {
84
76
  }
85
77
  export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
86
78
  name: string;
87
- id: Guid;
88
79
  header: {
89
80
  definitionId: Guid;
90
81
  };
@@ -95,7 +86,6 @@ export declare class ElevatedSmallRoundingChrome implements ChromeBlueprint {
95
86
  }
96
87
  export declare class ElevatedLargeRoundingChrome implements ChromeBlueprint {
97
88
  name: string;
98
- id: Guid;
99
89
  header: {
100
90
  definitionId: Guid;
101
91
  };
@@ -0,0 +1,5 @@
1
+ export declare const FillStyleDefinitionTemplates: {
2
+ gradient1: any;
3
+ gradient2: any;
4
+ gradient3: any;
5
+ };