@omnia/fx 8.0.129-dev → 8.0.131-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 (293) hide show
  1. package/internal-do-not-import-from-here/core/index.d.ts +1 -1
  2. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -1
  3. package/internal-do-not-import-from-here/core/messaging/index.d.ts +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -1
  6. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
  10. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +105 -105
  12. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  13. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  14. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  15. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
  16. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
  17. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  18. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  19. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  20. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  23. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  29. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
  31. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  37. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
  38. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  41. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  42. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  43. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  44. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  46. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3870 -2946
  47. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7586 -5738
  48. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  50. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  52. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7589 -5741
  56. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  65. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  66. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  67. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +3 -9
  69. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
  71. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  76. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  77. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  86. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +25 -17
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +12 -5
  88. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  89. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  90. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
  91. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3847 -2928
  92. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
  93. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3858 -2939
  94. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3847 -2928
  95. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3847 -2928
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -57
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -5
  99. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3845 -2926
  100. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41597
  101. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  102. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  103. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  104. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  105. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
  106. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  107. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  108. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  109. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3870 -2946
  110. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
  111. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
  112. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  113. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  114. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  115. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  116. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  117. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  118. package/internal-do-not-import-from-here/wctypings.d.ts +66 -42
  119. package/package.json +2 -2
  120. package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
  121. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
  122. package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
  123. package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
  124. package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
  125. package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
  126. package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
  127. package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
  128. package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
  129. package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
  130. package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
  131. package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
  132. package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
  133. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
  134. package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
  135. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
  136. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
  137. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
  138. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
  139. package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
  140. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
  141. package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
  142. package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
  143. package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
  144. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
  145. package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
  146. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
  147. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
  148. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
  149. package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
  150. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
  151. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
  152. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
  153. package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
  154. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
  155. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
  156. package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
  157. package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
  158. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
  159. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
  160. package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
  161. package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
  162. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
  163. package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
  164. package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
  165. package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
  166. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
  167. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
  168. package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
  169. package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
  170. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
  171. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
  172. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
  173. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
  174. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
  175. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
  176. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
  177. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
  178. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
  179. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
  180. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
  181. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
  182. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
  183. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
  184. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
  185. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
  186. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
  187. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
  188. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
  189. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
  190. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
  191. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
  192. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
  193. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
  194. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
  195. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
  196. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
  197. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
  198. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
  199. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
  200. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
  201. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
  202. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
  203. package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
  204. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
  205. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
  206. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
  207. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
  208. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
  209. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
  210. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
  211. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
  212. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
  213. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
  214. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
  215. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
  216. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
  217. package/internal-do-not-import-from-here/shared/models/index.js +0 -25
  218. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
  219. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
  220. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
  221. package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
  222. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
  223. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
  224. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
  225. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
  226. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
  227. package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
  228. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
  229. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
  230. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
  231. package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
  232. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
  233. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
  234. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
  235. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
  236. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
  237. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
  238. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
  239. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
  240. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
  241. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
  242. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
  243. package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
  244. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
  245. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
  246. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
  247. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
  248. package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
  249. package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
  250. package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
  251. package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
  252. package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
  253. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  254. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  255. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
  256. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
  257. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
  258. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
  259. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
  260. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
  261. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
  262. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  263. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
  264. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
  265. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
  266. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
  267. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
  268. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
  269. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
  270. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
  271. /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
  272. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
  273. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
  274. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
  275. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
  276. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
  277. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
  278. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
  279. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
  280. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
  281. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
  282. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
  283. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
  284. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
  285. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/ChromeBlueprintsBlade.d.ts → components/blades/BlockBlade.d.ts} +0 -0
  286. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome/blades/EditChromeBlueprintBlade.d.ts → components/blades/BlockBladeEdit.d.ts} +0 -0
  287. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
  288. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/{blueprints/chrome/ChromeJourney.d.ts → templates/TemplatesJourney.d.ts} +0 -0
  289. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  290. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  291. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  292. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  293. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -0,0 +1,55 @@
1
+ import { Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
2
+ export declare const useThemeEditorStore: () => {
3
+ state: {
4
+ definition: ThemeDefinitionV2;
5
+ editMode: boolean;
6
+ };
7
+ events: {
8
+ onMutatedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
9
+ onMutatedEditMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
10
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
11
+ actions: {
12
+ onDispatching: {
13
+ editThemeDefinition: {
14
+ subscribe(fn: (definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
15
+ };
16
+ addThemeDefinition: {
17
+ subscribe(fn: (definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
18
+ };
19
+ save: {
20
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
21
+ };
22
+ };
23
+ onDispatched: {
24
+ editThemeDefinition: {
25
+ subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
26
+ };
27
+ addThemeDefinition: {
28
+ subscribe(fn: (result: void, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
29
+ };
30
+ save: {
31
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ };
33
+ };
34
+ onFailure: {
35
+ editThemeDefinition: {
36
+ subscribe(fn: (failureReason: any, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ };
38
+ addThemeDefinition: {
39
+ subscribe(fn: (failureReason: any, definition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
+ };
41
+ save: {
42
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
+ };
44
+ };
45
+ } & {
46
+ editThemeDefinition(definition: ThemeDefinitionV2): void;
47
+ addThemeDefinition(definition: ThemeDefinitionV2): void;
48
+ save(): void;
49
+ };
50
+ get: {};
51
+ bladeId: {
52
+ editBlade: Guid;
53
+ viewBladeId: Guid;
54
+ };
55
+ };
@@ -1,5 +1,5 @@
1
1
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
- import { ThemeDefinitionInstance } from "../../core";
2
+ import { ThemeDefinitionInstance } from "../../shared";
3
3
  export declare function useDefaultThemeDefinitions(): {
4
4
  readonly darkKnight: ThemeDefinitionV2;
5
5
  readonly black: ThemeDefinitionV2;
@@ -1,6 +1,6 @@
1
1
  import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
2
  export declare class DefaultDocTypographyBlueprints implements TypographyBlueprints {
3
- type: "typography";
3
+ id: Guid;
4
4
  name: string;
5
5
  primary: DocumentationTypography;
6
6
  constructor();
@@ -1,5 +1,5 @@
1
1
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
- import { ThemeDefinitionInstance } from "../../core";
2
+ import { ThemeDefinitionInstance } from "../../shared";
3
3
  export declare function useDocumentationThemeDefinitions(): {
4
4
  readonly dark: ThemeDefinitionV2;
5
5
  };
@@ -0,0 +1 @@
1
+ export { DefaultEditorTypographyBlueprints } from "./themes/BlueprintsTypography";
@@ -1,12 +1,13 @@
1
1
  import { Guid, TypographyBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
2
  export declare class DefaultEditorTypographyBlueprints implements TypographyBlueprints {
3
- type: "typography";
3
+ id: Guid;
4
4
  name: string;
5
5
  primary: EditorTypography;
6
6
  constructor();
7
7
  }
8
8
  export declare class EditorTypography implements TypographyBlueprint {
9
- name: "Davids editor typooos";
9
+ name: string;
10
+ id: Guid;
10
11
  font: {
11
12
  id: Guid;
12
13
  family: string;
@@ -1,5 +1,5 @@
1
1
  import { ThemeDefinitionV2 } from "@omnia/fx-models";
2
- import { ThemeDefinitionInstance } from "../../core";
2
+ import { ThemeDefinitionInstance } from "../../shared";
3
3
  export declare function useEditorThemeDefinitions(): {
4
4
  readonly dark: ThemeDefinitionV2;
5
5
  readonly light: ThemeDefinitionV2;
@@ -1 +1,3 @@
1
1
  export * from "./useDesignKits";
2
+ export * from "./shared";
3
+ export * from "./editor/shared";
@@ -1,17 +1,16 @@
1
- import { ChromeBlueprints, ComponentBlueprints, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { ChromeBlueprints, ComponentBlueprints, Guid, SpacingBlueprints, TypographyBlueprints } from "@omnia/fx-models";
2
2
  import { DefaultInnerSpacing, DefaultLayoutSpacing, PreviewInnerSpacing } from "./SpacingBlueprint";
3
3
  import { DefaultTypography, FunkyTypography, PreviewMiniTypography, PreviewTypography } from "./TypographyBlueprints";
4
4
  declare class ChromeBlueprintsTemplate implements ChromeBlueprints {
5
- type: "chrome";
6
5
  name: any;
6
+ id: any;
7
7
  primary: any;
8
8
  variant1: any;
9
9
  variant2: any;
10
10
  variant3: any;
11
- constructor();
12
11
  }
13
12
  export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprints {
14
- type: "spacing";
13
+ id: Guid;
15
14
  name: string;
16
15
  primary: {
17
16
  layout: DefaultLayoutSpacing;
@@ -19,9 +18,9 @@ export declare class DefaultSpacingBlueprintTemplate implements SpacingBlueprint
19
18
  };
20
19
  constructor();
21
20
  }
22
- export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprints {
23
- type: "spacing";
21
+ export declare class PreviewSpacingBlueprintTemplate implements SpacingBlueprints {
24
22
  name: string;
23
+ id: Guid;
25
24
  primary: {
26
25
  layout: PreviewInnerSpacing;
27
26
  inner: PreviewInnerSpacing;
@@ -29,7 +28,7 @@ export declare class PreviewSPacingBlueprintTemplate implements SpacingBlueprint
29
28
  constructor();
30
29
  }
31
30
  declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
32
- type: "component";
31
+ id: any;
33
32
  name: any;
34
33
  buttons: {
35
34
  text: {
@@ -37,60 +36,69 @@ declare class ComponentBlueprintsTemplate implements ComponentBlueprints {
37
36
  basic: any;
38
37
  accent1: any;
39
38
  warn: any;
40
- disabled: any;
41
39
  link: any;
40
+ variant1: any;
41
+ variant2: any;
42
+ variant3: any;
43
+ variant4: any;
42
44
  };
43
45
  icon: {
44
46
  primary: any;
45
47
  basic: any;
46
48
  accent1: any;
47
49
  warn: any;
48
- disabled: any;
49
50
  link: any;
51
+ variant1: any;
52
+ variant2: any;
53
+ variant3: any;
54
+ variant4: any;
50
55
  };
51
56
  };
52
- tabs?: {
57
+ tabs: {
53
58
  primary: any;
54
59
  variant1: any;
55
60
  variant2: any;
56
61
  variant3: any;
57
62
  };
58
- constructor();
63
+ blocks: ChromeBlueprintsTemplate;
64
+ constructor(id: Guid, name: string);
59
65
  }
60
66
  export declare class DefaultTypographyBlueprint implements TypographyBlueprints {
61
- type: "typography";
67
+ id: Guid;
62
68
  name: string;
63
69
  primary: DefaultTypography;
64
70
  constructor();
65
71
  }
66
72
  export declare class FunkyTypographyBlueprint implements TypographyBlueprints {
67
- type: "typography";
73
+ id: Guid;
68
74
  name: string;
69
75
  primary: FunkyTypography;
70
76
  constructor();
71
77
  }
72
78
  export declare class PreviewTypographyBlueprint implements TypographyBlueprints {
73
- type: "typography";
74
79
  name: string;
75
80
  primary: PreviewTypography;
76
81
  constructor();
82
+ id: Guid;
77
83
  }
78
84
  export declare class PreviewMiniTypographyBlueprint implements TypographyBlueprints {
79
- type: "typography";
80
85
  name: string;
81
86
  primary: PreviewMiniTypography;
82
87
  constructor();
88
+ id: Guid;
83
89
  }
84
90
  export declare const BlueprintsTemplates: {
85
91
  chrome: {
86
92
  default: () => ChromeBlueprintsTemplate;
87
93
  };
88
94
  component: {
89
- default: () => ComponentBlueprintsTemplate;
95
+ variant1: () => ComponentBlueprintsTemplate;
96
+ variant2: () => ComponentBlueprintsTemplate;
97
+ variant3: () => ComponentBlueprintsTemplate;
90
98
  };
91
99
  spacing: {
92
100
  default: () => DefaultSpacingBlueprintTemplate;
93
- preview: () => PreviewSPacingBlueprintTemplate;
101
+ preview: () => PreviewSpacingBlueprintTemplate;
94
102
  };
95
103
  typography: {
96
104
  default: () => DefaultTypographyBlueprint;
@@ -1,13 +1,19 @@
1
- import { Blueprints, ChromeBlueprints, ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
2
- export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
1
+ import { ColorSchema, ColorSchemas, ComponentBlueprints, Guid, SpacingBlueprints, ThemeDefinitionV2, TypographyBlueprints } from "@omnia/fx-models";
2
+ export interface FastLoadingThemeDefinition {
3
+ typography: TypographyBlueprints;
4
+ spacing: SpacingBlueprints;
5
+ components: ComponentBlueprints;
6
+ }
7
+ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2, FastLoadingThemeDefinition {
3
8
  id: Guid;
4
9
  colors: ColorSchemas;
5
- blueprints: Blueprints[];
6
10
  dark: boolean;
7
11
  name: string;
12
+ typographyId: Guid;
13
+ spacingId: Guid;
14
+ componentId: Guid;
8
15
  typography: TypographyBlueprints;
9
16
  spacing: SpacingBlueprints;
10
- chrome: ChromeBlueprints;
11
17
  components: ComponentBlueprints;
12
18
  constructor(colors: {
13
19
  primary: string | ColorSchema;
@@ -19,10 +25,11 @@ export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
19
25
  background: string | ColorSchema;
20
26
  info: string | ColorSchema;
21
27
  error: string | ColorSchema;
28
+ warning: string | ColorSchema;
29
+ notification: string | ColorSchema;
22
30
  }, name: string, id: Guid, blueprints: {
23
31
  typography: TypographyBlueprints;
24
32
  spacing: SpacingBlueprints;
25
- chrome: ChromeBlueprints;
26
33
  components: ComponentBlueprints;
27
34
  });
28
35
  }
@@ -1,7 +1,6 @@
1
1
  import { Guid, TypographyBlueprint } from "@omnia/fx-models";
2
2
  export declare class FunkyTypography implements TypographyBlueprint {
3
3
  name: string;
4
- type: "typography";
5
4
  font: {
6
5
  id: Guid;
7
6
  family: string;
@@ -103,7 +102,6 @@ export declare class FunkyTypography implements TypographyBlueprint {
103
102
  }
104
103
  export declare class DefaultTypography implements TypographyBlueprint {
105
104
  name: string;
106
- type: "typography";
107
105
  font: {
108
106
  id: Guid;
109
107
  family: string;
@@ -205,7 +203,6 @@ export declare class DefaultTypography implements TypographyBlueprint {
205
203
  export declare class PreviewTypography implements TypographyBlueprint {
206
204
  id: Guid;
207
205
  name: string;
208
- type: "typography";
209
206
  title: {
210
207
  xl: {
211
208
  lg: {
@@ -305,7 +302,6 @@ export declare class PreviewTypography implements TypographyBlueprint {
305
302
  export declare class PreviewMiniTypography implements TypographyBlueprint {
306
303
  name: string;
307
304
  id: Guid;
308
- type: "typography";
309
305
  title: {
310
306
  xl: {
311
307
  lg: {
@@ -1,10 +1,8 @@
1
- export * from "./Colors";
2
1
  export * from "./ThemeDefinitionInstance";
3
- export * from "./DefinitionsChrome";
4
- export * from "./FillStyleDefinitions";
5
- export * from "./BorderStyleDefinitions";
2
+ export * from "./BlueprintsTemplates";
6
3
  export * from "./ButtonStyleBlueprints";
7
- export * from "./TabsStyleBlueprints";
8
4
  export * from "./ChromeStyleBlueprints";
9
- export * from "./BlueprintsTemplates";
10
5
  export * from "./SpacingBlueprint";
6
+ export * from "./TabsStyleBlueprints";
7
+ export * from "./TypographyBlueprints";
8
+ export * from "./Colors";
@@ -1,137 +1,115 @@
1
- import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, SpacingBlueprints, SpacingDefinition, TabsBlueprint, TypographyBlueprints } from "@omnia/fx-models";
1
+ import { BorderStylingDefinition, ButtonBlueprint, ChromeBlueprint, ChromeBlueprints, ComponentBlueprints, FillDefinition, Guid, ITemplateRegistration, IThemeRegistrationApiHandler, SpacingBlueprints, SpacingDefinition, TabsBlueprint, TypographyBlueprints } from "@omnia/fx-models";
2
2
  export declare const useBlueprintTemplatesStore: () => {
3
3
  state: {
4
- fills: FillDefinition[];
5
- borders: BorderStylingDefinition[];
6
- buttons: ButtonBlueprint[];
7
- tabs: TabsBlueprint[];
8
- chrome: ChromeBlueprint[];
9
- chromes: ChromeBlueprints[];
10
- component: ComponentBlueprints[];
11
- spacings: SpacingBlueprints[];
12
- spacing: SpacingDefinition[];
13
- typographies: TypographyBlueprints[];
4
+ registrations: IThemeRegistrationApiHandler;
5
+ fills: ITemplateRegistration<FillDefinition>[];
6
+ borders: ITemplateRegistration<BorderStylingDefinition>[];
7
+ buttons: ITemplateRegistration<ButtonBlueprint>[];
8
+ tabs: ITemplateRegistration<TabsBlueprint>[];
9
+ chrome: ITemplateRegistration<ChromeBlueprint>[];
10
+ chromes: ITemplateRegistration<ChromeBlueprints>[];
11
+ component: ITemplateRegistration<ComponentBlueprints>[];
12
+ spacings: ITemplateRegistration<SpacingBlueprints>[];
13
+ spacing: ITemplateRegistration<SpacingDefinition>[];
14
+ typographies: ITemplateRegistration<TypographyBlueprints>[];
14
15
  };
15
16
  events: {
16
- onMutatedFills: import("@omnia/fx").MessageBusExposeOnlySubscription<FillDefinition[]>;
17
- onMutatedBorders: import("@omnia/fx").MessageBusExposeOnlySubscription<BorderStylingDefinition[]>;
18
- onMutatedButtons: import("@omnia/fx").MessageBusExposeOnlySubscription<ButtonBlueprint[]>;
19
- onMutatedTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<TabsBlueprint[]>;
20
- onMutatedChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprint[]>;
21
- onMutatedChromes: import("@omnia/fx").MessageBusExposeOnlySubscription<ChromeBlueprints[]>;
22
- onMutatedComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<ComponentBlueprints[]>;
23
- onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingBlueprints[]>;
24
- onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<SpacingDefinition[]>;
25
- onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyBlueprints[]>;
17
+ onMutatedRegistrations: import("@omnia/fx").MessageBusExposeOnlySubscription<IThemeRegistrationApiHandler>;
18
+ onMutatedFills: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<FillDefinition>[]>;
19
+ onMutatedBorders: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<BorderStylingDefinition>[]>;
20
+ onMutatedButtons: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ButtonBlueprint>[]>;
21
+ onMutatedTabs: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TabsBlueprint>[]>;
22
+ onMutatedChrome: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprint>[]>;
23
+ onMutatedChromes: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ChromeBlueprints>[]>;
24
+ onMutatedComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<ComponentBlueprints>[]>;
25
+ onMutatedSpacings: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingBlueprints>[]>;
26
+ onMutatedSpacing: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<SpacingDefinition>[]>;
27
+ onMutatedTypographies: import("@omnia/fx").MessageBusExposeOnlySubscription<ITemplateRegistration<TypographyBlueprints>[]>;
26
28
  } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
27
29
  actions: {
28
30
  onDispatching: {
29
- addSpacingDefinition: {
30
- subscribe(fn: (spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
- };
32
31
  addSpacingBlueprints: {
33
- subscribe(fn: (spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
- };
35
- addFillDefinition: {
36
- subscribe(fn: (fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
32
+ subscribe(fn: (spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
33
  };
38
- addBorderDefinition: {
39
- subscribe(fn: (border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
34
+ upsertButtonBlueprint: {
35
+ subscribe(fn: (blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
40
36
  };
41
- addButtonBlueprint: {
42
- subscribe(fn: (blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
37
+ deleteButtonBlueprint: {
38
+ subscribe(fn: (registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
43
39
  };
44
40
  addTabsBlueprint: {
45
- subscribe(fn: (blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
41
+ subscribe(fn: (blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
46
42
  };
47
43
  addChromeBlueprint: {
48
- subscribe(fn: (blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
49
- };
50
- addChromeBlueprints: {
51
- subscribe(fn: (blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
44
+ subscribe(fn: (blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
52
45
  };
53
46
  addComponentBlueprints: {
54
- subscribe(fn: (blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
47
+ subscribe(fn: (blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
48
  };
56
49
  addTypographyBlueprints: {
57
- subscribe(fn: (blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
50
+ subscribe(fn: (blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
58
51
  };
59
52
  };
60
53
  onDispatched: {
61
- addSpacingDefinition: {
62
- subscribe(fn: (result: void, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
63
- };
64
54
  addSpacingBlueprints: {
65
- subscribe(fn: (result: void, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
66
- };
67
- addFillDefinition: {
68
- subscribe(fn: (result: void, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
55
+ subscribe(fn: (result: void, spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
56
  };
70
- addBorderDefinition: {
71
- subscribe(fn: (result: void, border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
57
+ upsertButtonBlueprint: {
58
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
72
59
  };
73
- addButtonBlueprint: {
74
- subscribe(fn: (result: void, blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
60
+ deleteButtonBlueprint: {
61
+ subscribe(fn: (result: void, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
75
62
  };
76
63
  addTabsBlueprint: {
77
- subscribe(fn: (result: void, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
65
  };
79
66
  addChromeBlueprint: {
80
- subscribe(fn: (result: void, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
81
- };
82
- addChromeBlueprints: {
83
- subscribe(fn: (result: void, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
67
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
84
68
  };
85
69
  addComponentBlueprints: {
86
- subscribe(fn: (result: void, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
70
+ subscribe(fn: (result: void, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
71
  };
88
72
  addTypographyBlueprints: {
89
- subscribe(fn: (result: void, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
73
+ subscribe(fn: (result: void, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
74
  };
91
75
  };
92
76
  onFailure: {
93
- addSpacingDefinition: {
94
- subscribe(fn: (failureReason: any, spacing: SpacingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
95
- };
96
77
  addSpacingBlueprints: {
97
- subscribe(fn: (failureReason: any, spacing: SpacingBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
98
- };
99
- addFillDefinition: {
100
- subscribe(fn: (failureReason: any, fill: FillDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
78
+ subscribe(fn: (failureReason: any, spacing: ITemplateRegistration<SpacingBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
101
79
  };
102
- addBorderDefinition: {
103
- subscribe(fn: (failureReason: any, border: BorderStylingDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
80
+ upsertButtonBlueprint: {
81
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ButtonBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
104
82
  };
105
- addButtonBlueprint: {
106
- subscribe(fn: (failureReason: any, blueprint: ButtonBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
83
+ deleteButtonBlueprint: {
84
+ subscribe(fn: (failureReason: any, registrationId: Guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
107
85
  };
108
86
  addTabsBlueprint: {
109
- subscribe(fn: (failureReason: any, blueprint: TabsBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
87
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<TabsBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
110
88
  };
111
89
  addChromeBlueprint: {
112
- subscribe(fn: (failureReason: any, blueprint: ChromeBlueprint) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
113
- };
114
- addChromeBlueprints: {
115
- subscribe(fn: (failureReason: any, blueprint: ChromeBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
90
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ChromeBlueprint>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
116
91
  };
117
92
  addComponentBlueprints: {
118
- subscribe(fn: (failureReason: any, blueprint: ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
93
+ subscribe(fn: (failureReason: any, blueprint: ITemplateRegistration<ComponentBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
119
94
  };
120
95
  addTypographyBlueprints: {
121
- subscribe(fn: (failureReason: any, blueprints: TypographyBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
96
+ subscribe(fn: (failureReason: any, blueprints: ITemplateRegistration<TypographyBlueprints>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
97
  };
123
98
  };
124
99
  } & {
125
- addSpacingDefinition(spacing: SpacingDefinition): void;
126
- addSpacingBlueprints(spacing: SpacingBlueprints): void;
127
- addFillDefinition(fill: FillDefinition): void;
128
- addBorderDefinition(border: BorderStylingDefinition): void;
129
- addButtonBlueprint(blueprint: ButtonBlueprint): void;
130
- addTabsBlueprint(blueprint: TabsBlueprint): void;
131
- addChromeBlueprint(blueprint: ChromeBlueprint): void;
132
- addChromeBlueprints(blueprint: ChromeBlueprints): void;
133
- addComponentBlueprints(blueprint: ComponentBlueprints): void;
134
- addTypographyBlueprints(blueprints: TypographyBlueprints): void;
100
+ addSpacingBlueprints(spacing: ITemplateRegistration<SpacingBlueprints>): void;
101
+ upsertButtonBlueprint(blueprint: ITemplateRegistration<ButtonBlueprint>): void;
102
+ deleteButtonBlueprint(registrationId: Guid): void;
103
+ addTabsBlueprint(blueprint: ITemplateRegistration<TabsBlueprint>): void;
104
+ addChromeBlueprint(blueprint: ITemplateRegistration<ChromeBlueprint>): void;
105
+ addComponentBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
106
+ addTypographyBlueprints(blueprints: ITemplateRegistration<TypographyBlueprints>): void;
107
+ };
108
+ get: {
109
+ byId: {
110
+ componentBlueprints(id: Guid): ComponentBlueprints;
111
+ spacingBlueprints(id: Guid): SpacingBlueprints;
112
+ typopgraphyBlueprints(id: Guid): TypographyBlueprints;
113
+ };
135
114
  };
136
- get: {};
137
115
  };