@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
@@ -153,27 +153,28 @@ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpu
153
153
  import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
154
154
  import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
155
155
  import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
156
- import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor';
157
- import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/blueprintpickers/buttonstylepicker/ButtonStylePicker';
158
- import wc28aca89920b749c894138e728231ffc4 from './ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor';
159
- import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer';
160
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chromepicker/ChromePicker';
161
- import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chromepicker/ChromeViewer';
162
- import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/blueprintpickers/chromepicker/ChromeEditor';
163
- import wce0656baa027f49c495e4e00310a78760 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer';
164
- import wc21b90a7556c8450ead8de25357de90d3 from './ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker';
156
+ import wc1f34388f1f4140d3a38e6b0cc8897fc5 from './ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor';
157
+ import wc21b90a7556c8450ead8de25357de90d3 from './ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker';
158
+ import wcdb6d37c1525f463aa5b4a89a4ddfe05c from './ux/blueprintpickers/buttonstyle/ButtonStylePicker';
159
+ import wc28aca89920b749c894138e728231ffc4 from './ux/blueprintpickers/buttonstyle/ButtonStyleEditor';
160
+ import wc7222a47525f54724a8e9f7f2cfc39354 from './ux/blueprintpickers/buttonstyle/ButtonBlueprintsViewer';
161
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpickers/chrome/ChromePicker';
162
+ import wcb059e461e6c048fe830c6d32722e5cdc from './ux/blueprintpickers/chrome/ChromeViewer';
163
+ import wc4d52057f17b94cfeb504176f24ac5ab5 from './ux/blueprintpickers/chrome/ChromeEditor';
164
+ import wce0656baa027f49c495e4e00310a78760 from './ux/blueprintpickers/chrome/ChromeBlueprintsViewer';
165
165
  import wc73b0b5416b9348849ecb9a1cd8358e70 from './ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer';
166
166
  import wc5542a25df57c464897a59a336eee0e56 from './ux/blueprintpickers/iconstylepicker/IconStylePicker';
167
167
  import wc564bced7081c496483e8df717f600ff3 from './ux/blueprintpickers/spacingpicker/SpacingPicker3';
168
- import wc0ed52c601528428e935d110b3018a0bc from './ux/blueprintpickers/spacingpicker/SpacingPreview';
168
+ import wc0ed52c601528428e935d110b3018a0bc from './ux/blueprintpickers/spacingpicker/SpacingViewer';
169
169
  import wc3f61b080ed9d4a2bad922be8f5ae0794 from './ux/blueprintpickers/spacingpicker/SpacingEditor';
170
170
  import wcb4ddcf67388c4aa494cad4fa07ff8937 from './ux/blueprintpickers/stylepicker/StylePicker';
171
- import wce35c6b2d296345329c39928b82b1ec77 from './ux/blueprintpickers/tabstylepicker/TabStylePicker';
172
- import wcb2429c572d6c41809c621c408bbba855 from './ux/blueprintpickers/tabstylepicker/TabStyleEditor';
173
- import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer';
171
+ import wce35c6b2d296345329c39928b82b1ec77 from './ux/blueprintpickers/tabs/TabStylePicker';
172
+ import wcb2429c572d6c41809c621c408bbba855 from './ux/blueprintpickers/tabs/TabStyleEditor';
173
+ import wcfd6b575dc7c44149ac3129492fc83aa6 from './ux/blueprintpickers/tabs/TabBlueprintsViewer';
174
174
  import wc287d666180644ba5ab5def0471a75a89 from './ux/blueprintpickers/textstylepicker/TextStylePicker';
175
- import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/blueprintpickers/typographypicker/TypographyPicker';
176
- import wc99a73153b5c647da9d6de517f51e53f0 from './ux/blueprintpickers/typographypicker/TypographyEditor';
175
+ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/blueprintpickers/typography/TypographyPicker';
176
+ import wc99a73153b5c647da9d6de517f51e53f0 from './ux/blueprintpickers/typography/TypographyEditor';
177
+ import wc2f742a14a560434abb899360a69c314b from './ux/blueprintpickers/typography/TypographyBlueprintsViewer';
177
178
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
178
179
  import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
179
180
  import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
@@ -279,6 +280,7 @@ import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDef
279
280
  import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
280
281
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themepicker/ThemePicker';
281
282
  import wcb89e133162f54c1fb2cd6d03cc2e4fe2 from './ux/theming-v2/themepicker/ThemeEditor';
283
+ import wc73e1c232690249f78967e3e3f6d92bd7 from './ux/theming-v2/themepicker/ThemeViewer';
282
284
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
283
285
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
284
286
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
@@ -397,9 +399,9 @@ import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/setting
397
399
  import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
398
400
  import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
399
401
  import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney';
402
+ import wc682077b575c74b2086cbf438346e0ed3 from './ux/theming-v2/admin/blades/templates/TemplatesJourney';
400
403
  import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
401
404
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
402
- import wc04edd88ca5e9495bb845204df6b6ac67 from './ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney';
403
405
  import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/theming-v2/admin/blades/blueprints/components/ComponentsJourney';
404
406
  import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/theming-v2/admin/blades/blueprints/spacing/SpacingJourney';
405
407
  import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/theming-v2/admin/blades/blueprints/typography/TypographyJourney';
@@ -888,6 +890,9 @@ declare global {
888
890
  "omfx-background-editor": typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends {
889
891
  propsDefinition: infer TProp;
890
892
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f34388f1f4140d3a38e6b0cc8897fc5>, "propsDefinition">> : never;
893
+ "omfx-blueprints-template-picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
894
+ propsDefinition: infer TProp;
895
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc21b90a7556c8450ead8de25357de90d3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc21b90a7556c8450ead8de25357de90d3>, "propsDefinition">> : never;
891
896
  "omfx-button-style-picker": typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends {
892
897
  propsDefinition: infer TProp;
893
898
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c>, "propsDefinition">> : never;
@@ -909,9 +914,6 @@ declare global {
909
914
  "omfx-chrome-blueprints-viewer": typeof wce0656baa027f49c495e4e00310a78760 extends {
910
915
  propsDefinition: infer TProp;
911
916
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wce0656baa027f49c495e4e00310a78760 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wce0656baa027f49c495e4e00310a78760>, "propsDefinition">> : never;
912
- "omfx-chrome-blueprints-picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
913
- propsDefinition: infer TProp;
914
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc21b90a7556c8450ead8de25357de90d3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc21b90a7556c8450ead8de25357de90d3>, "propsDefinition">> : never;
915
917
  "omfx-component-blueprints-viewer": typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends {
916
918
  propsDefinition: infer TProp;
917
919
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73b0b5416b9348849ecb9a1cd8358e70 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73b0b5416b9348849ecb9a1cd8358e70>, "propsDefinition">> : never;
@@ -921,7 +923,7 @@ declare global {
921
923
  "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3 extends {
922
924
  propsDefinition: infer TProp;
923
925
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc564bced7081c496483e8df717f600ff3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc564bced7081c496483e8df717f600ff3>, "propsDefinition">> : never;
924
- "omfx-spacing-preview": typeof wc0ed52c601528428e935d110b3018a0bc extends {
926
+ "omfx-spacing-viewer": typeof wc0ed52c601528428e935d110b3018a0bc extends {
925
927
  propsDefinition: infer TProp;
926
928
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0ed52c601528428e935d110b3018a0bc extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0ed52c601528428e935d110b3018a0bc>, "propsDefinition">> : never;
927
929
  "omfx-spacing-editor": typeof wc3f61b080ed9d4a2bad922be8f5ae0794 extends {
@@ -948,6 +950,9 @@ declare global {
948
950
  "omfx-typography-editor": typeof wc99a73153b5c647da9d6de517f51e53f0 extends {
949
951
  propsDefinition: infer TProp;
950
952
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc99a73153b5c647da9d6de517f51e53f0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc99a73153b5c647da9d6de517f51e53f0>, "propsDefinition">> : never;
953
+ "omfx-typography-viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
954
+ propsDefinition: infer TProp;
955
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc2f742a14a560434abb899360a69c314b extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc2f742a14a560434abb899360a69c314b>, "propsDefinition">> : never;
951
956
  "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891 extends {
952
957
  propsDefinition: infer TProp;
953
958
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1f31fc580b854d19895c1879120a9891 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1f31fc580b854d19895c1879120a9891>, "propsDefinition">> : never;
@@ -1263,6 +1268,9 @@ declare global {
1263
1268
  "omfx-theme-definition-editor": typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends {
1264
1269
  propsDefinition: infer TProp;
1265
1270
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2>, "propsDefinition">> : never;
1271
+ "omfx-theme-definition-viewer": typeof wc73e1c232690249f78967e3e3f6d92bd7 extends {
1272
+ propsDefinition: infer TProp;
1273
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc73e1c232690249f78967e3e3f6d92bd7 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc73e1c232690249f78967e3e3f6d92bd7>, "propsDefinition">> : never;
1266
1274
  "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
1267
1275
  propsDefinition: infer TProp;
1268
1276
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc008c41f92c8847eea45f09ebc0535fc1 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc008c41f92c8847eea45f09ebc0535fc1>, "propsDefinition">> : never;
@@ -1617,15 +1625,15 @@ declare global {
1617
1625
  "omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
1618
1626
  propsDefinition: infer TProp;
1619
1627
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd90e0352809742c482bdda733dc8872a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd90e0352809742c482bdda733dc8872a>, "propsDefinition">> : never;
1628
+ "omnia-workplace-templates-journey": typeof wc682077b575c74b2086cbf438346e0ed3 extends {
1629
+ propsDefinition: infer TProp;
1630
+ } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc682077b575c74b2086cbf438346e0ed3 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc682077b575c74b2086cbf438346e0ed3>, "propsDefinition">> : never;
1620
1631
  "omnia-workplace-themes-journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
1621
1632
  propsDefinition: infer TProp;
1622
1633
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcbed95d1ec67f4a15986fc72adebdb78f extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcbed95d1ec67f4a15986fc72adebdb78f>, "propsDefinition">> : never;
1623
1634
  "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54 extends {
1624
1635
  propsDefinition: infer TProp;
1625
1636
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1476702e8f24468d9185322be5931c54 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1476702e8f24468d9185322be5931c54>, "propsDefinition">> : never;
1626
- "omnia-workplace-chrome-definition-journey": typeof wc04edd88ca5e9495bb845204df6b6ac67 extends {
1627
- propsDefinition: infer TProp;
1628
- } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc04edd88ca5e9495bb845204df6b6ac67 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc04edd88ca5e9495bb845204df6b6ac67>, "propsDefinition">> : never;
1629
1637
  "omnia-workplace-components-journey": typeof wc56efc575579e4da3bb45d3a45d8c0888 extends {
1630
1638
  propsDefinition: infer TProp;
1631
1639
  } ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc56efc575579e4da3bb45d3a45d8c0888 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc56efc575579e4da3bb45d3a45d8c0888>, "propsDefinition">> : never;
@@ -1701,6 +1709,15 @@ declare global {
1701
1709
  } : typeof wcd90e0352809742c482bdda733dc8872a;
1702
1710
  };
1703
1711
  };
1712
+ "templates": {
1713
+ "journey": typeof wc682077b575c74b2086cbf438346e0ed3 extends {
1714
+ propsDefinition: infer TProp;
1715
+ } ? {
1716
+ new (...args: any[]): {
1717
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1718
+ };
1719
+ } : typeof wc682077b575c74b2086cbf438346e0ed3;
1720
+ };
1704
1721
  "themes": {
1705
1722
  "journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f extends {
1706
1723
  propsDefinition: infer TProp;
@@ -1710,17 +1727,6 @@ declare global {
1710
1727
  };
1711
1728
  } : typeof wcbed95d1ec67f4a15986fc72adebdb78f;
1712
1729
  };
1713
- "chrome": {
1714
- "definition": {
1715
- "journey": typeof wc04edd88ca5e9495bb845204df6b6ac67 extends {
1716
- propsDefinition: infer TProp;
1717
- } ? {
1718
- new (...args: any[]): {
1719
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1720
- };
1721
- } : typeof wc04edd88ca5e9495bb845204df6b6ac67;
1722
- };
1723
- };
1724
1730
  "components": {
1725
1731
  "journey": typeof wc56efc575579e4da3bb45d3a45d8c0888 extends {
1726
1732
  propsDefinition: infer TProp;
@@ -1837,13 +1843,6 @@ declare global {
1837
1843
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1838
1844
  };
1839
1845
  } : typeof wce0656baa027f49c495e4e00310a78760;
1840
- "picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
1841
- propsDefinition: infer TProp;
1842
- } ? {
1843
- new (...args: any[]): {
1844
- $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
1845
- };
1846
- } : typeof wc21b90a7556c8450ead8de25357de90d3;
1847
1846
  };
1848
1847
  };
1849
1848
  "color": {
@@ -3505,6 +3504,17 @@ declare global {
3505
3504
  };
3506
3505
  } : typeof wc1f34388f1f4140d3a38e6b0cc8897fc5;
3507
3506
  };
3507
+ "blueprints": {
3508
+ "template": {
3509
+ "picker": typeof wc21b90a7556c8450ead8de25357de90d3 extends {
3510
+ propsDefinition: infer TProp;
3511
+ } ? {
3512
+ new (...args: any[]): {
3513
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3514
+ };
3515
+ } : typeof wc21b90a7556c8450ead8de25357de90d3;
3516
+ };
3517
+ };
3508
3518
  "button": {
3509
3519
  "style": {
3510
3520
  "picker": typeof wcdb6d37c1525f463aa5b4a89a4ddfe05c extends {
@@ -3551,7 +3561,7 @@ declare global {
3551
3561
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3552
3562
  };
3553
3563
  } : typeof wc564bced7081c496483e8df717f600ff3;
3554
- "preview": typeof wc0ed52c601528428e935d110b3018a0bc extends {
3564
+ "viewer": typeof wc0ed52c601528428e935d110b3018a0bc extends {
3555
3565
  propsDefinition: infer TProp;
3556
3566
  } ? {
3557
3567
  new (...args: any[]): {
@@ -3592,6 +3602,13 @@ declare global {
3592
3602
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3593
3603
  };
3594
3604
  } : typeof wc99a73153b5c647da9d6de517f51e53f0;
3605
+ "viewer": typeof wc2f742a14a560434abb899360a69c314b extends {
3606
+ propsDefinition: infer TProp;
3607
+ } ? {
3608
+ new (...args: any[]): {
3609
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
3610
+ };
3611
+ } : typeof wc2f742a14a560434abb899360a69c314b;
3595
3612
  "picker$": typeof wc54730f05dd2c4f2da1c830b3985b36a9 extends {
3596
3613
  propsDefinition: infer TProp;
3597
3614
  } ? {
@@ -4003,6 +4020,13 @@ declare global {
4003
4020
  $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4004
4021
  };
4005
4022
  } : typeof wcb89e133162f54c1fb2cd6d03cc2e4fe2;
4023
+ "viewer": typeof wc73e1c232690249f78967e3e3f6d92bd7 extends {
4024
+ propsDefinition: infer TProp;
4025
+ } ? {
4026
+ new (...args: any[]): {
4027
+ $props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
4028
+ };
4029
+ } : typeof wc73e1c232690249f78967e3e3f6d92bd7;
4006
4030
  };
4007
4031
  "provider": typeof wc008c41f92c8847eea45f09ebc0535fc1 extends {
4008
4032
  propsDefinition: infer TProp;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.129-dev",
4
+ "version": "8.0.131-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.129-dev",
23
+ "@omnia/fx-models": "8.0.131-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
@@ -1,37 +0,0 @@
1
- import { BroadcastTopic, BroadcastInvokeTopic, Future } from "../models";
2
- /**
3
- *Broadcast between render, worker thread and windows, tabs
4
- * @class MessageBus
5
- */
6
- export declare class Broadcast {
7
- private static _subscribers;
8
- private static _channel;
9
- private static _initialized;
10
- private static _disableSync;
11
- private static _invokeRequests;
12
- private static _invokeHandlers;
13
- /**
14
- * Broadcasts a message on the topic
15
- */
16
- static publish<TMessage>(topic: BroadcastTopic<TMessage>, message: TMessage): void;
17
- static invoke<TMessage, TReturnValue>(topic: BroadcastInvokeTopic<TMessage, TReturnValue>, data: TMessage): Future<TReturnValue>;
18
- static invokeHandler<TMessage, TReturnValue>(topic: BroadcastInvokeTopic<TMessage, TReturnValue>, fn: (message: TMessage, messageId?: string) => Future<TReturnValue>): void;
19
- /**
20
- * Subscribes to the specified Topic and triggers function when a message is published
21
- */
22
- static subscribe<TMessage>(topic: BroadcastTopic<TMessage>, fn: (message: TMessage) => void): void;
23
- /**
24
- * Unsubscribes from the specified Topic
25
- */
26
- static unsubscribe<TMessage>(topic: BroadcastTopic<TMessage>, fn: (message: TMessage) => void): void;
27
- /**
28
- * Creates a topic if it dosent exists
29
- * @param topic
30
- * @param settings
31
- * @returns true/false created
32
- */
33
- private static ensureTopic;
34
- private static ensureInitialized;
35
- private static onMessage;
36
- private static get channel();
37
- }
@@ -1,23 +0,0 @@
1
- import { BroadcastTopic, RealtimeChannelUpdateMessage, RealtimeSendMessage, RealtimChannelMessage, BroadcastInvokeTopic, GuidValue } from "../models";
2
- export declare const realtimeTopics: {
3
- getActiveChannels: BroadcastTopic<void>;
4
- updateChannels: BroadcastTopic<RealtimeChannelUpdateMessage[]>;
5
- sendMessage: BroadcastTopic<RealtimeSendMessage>;
6
- getUsersInChannel: BroadcastInvokeTopic<RealtimChannelMessage, number[]>;
7
- messageReceived: BroadcastTopic<RealtimeSendMessage>;
8
- };
9
- export declare const endpointTopics: {
10
- getActivityHubUrl: BroadcastTopic<{
11
- threadId: GuidValue;
12
- }>;
13
- activityHubUrlUpdated: BroadcastTopic<{
14
- threadId: GuidValue;
15
- activityHubUrl: string;
16
- tokenRefBase64: string;
17
- }>;
18
- };
19
- export declare const workerTopics: {
20
- leaderElected: BroadcastTopic<{
21
- workerThreadId: GuidValue;
22
- }>;
23
- };
@@ -1 +0,0 @@
1
- export * from "./Broadcast";
@@ -1,12 +0,0 @@
1
- import { GuidValue, InstanceLifetimes } from "@omnia/fx-models";
2
- import { SubscriptionHandler } from "../messaging";
3
- export interface SetupFactoryContext {
4
- onDeactivated(fn: () => void): any;
5
- subscriptions: SubscriptionHandler;
6
- }
7
- export declare function defineFactory<InferReturnSetup>(setup: (ctx: SetupFactoryContext, ...args: any) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: GuidValue): () => InferReturnSetup;
8
- export declare function defineFactory<InferReturnSetup, T1>(setup: (ctx: SetupFactoryContext, param1: T1) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: GuidValue): (param1: T1) => InferReturnSetup;
9
- export declare function defineFactory<InferReturnSetup, T1, T2>(setup: (ctx: SetupFactoryContext, param1: T1, param2: T2) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: string): (param1: T1, param2: T2) => InferReturnSetup;
10
- export declare function defineFactory<InferReturnSetup, T1, T2, T3>(setup: (ctx: SetupFactoryContext, param1: T1, param2: T2, param3: T3) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: GuidValue): (param1: T1, param2: T2, param3: T3) => InferReturnSetup;
11
- export declare function defineFactory<InferReturnSetup, T1, T2, T3, T4>(setup: (ctx: SetupFactoryContext, param1: T1, param2: T2, param3: T3, param4: T4) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: GuidValue): (param1: T1, param2: T2, param3: T3, param4: T4) => InferReturnSetup;
12
- export declare function defineFactory<InferReturnSetup, T1, T2, T3, T4, T5>(setup: (ctx: SetupFactoryContext, param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => InferReturnSetup, lifetime: InstanceLifetimes, typeIdentifier?: GuidValue): (param1: T1, param2: T2, param3: T3, param4: T4, param5: T5) => InferReturnSetup;
@@ -1,30 +0,0 @@
1
- type Resolver = <TClass, TConstructor>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor) => TClass;
2
- export declare function registerInjectResolver(resolver: Resolver): void;
3
- /**
4
- * Injects an instance of the specifed type. That instance maybe come from higer level relation provide it.
5
- *
6
- * @param classType - Type to inject
7
- * @param constructorArgs - Optional arguments for the constructor, by naming convention an interface should be supplied specifying the expected parameters
8
- * the name of the interface should follow <classType>Constructor i.e.
9
- * Type: HttpClient, if supporting constructor arguments an interface named: "HttpClientConstructor" should be supplied.
10
- *
11
- * E.g.:
12
- * Inject<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
13
- */
14
- export declare function Inject<T>(classType: any, constructorArgs?: T): any;
15
- type Class<T> = {
16
- new (...args: any[]): T;
17
- };
18
- /**
19
- * Injects an instance of the specifed type. That instance maybe come from higer level relation provide it.
20
- *
21
- * @param type - Type to inject
22
- * @param constructorArgs - Optional arguments for the constructor, by naming convention an interface should be supplied specifying the expected parameters
23
- * the name of the interface should follow <classType>Constructor i.e.
24
- * Type: HttpClient, if supporting constructor arguments an interface named: "HttpClientConstructor" should be supplied.
25
- *
26
- * E.g.:
27
- * useInject<HttpClientConstructor>(HttpClient,{someConstructorArg1:"",someConstructorArg2})
28
- */
29
- export declare function useInject<TClass, TConstructor>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor): TClass;
30
- export {};
@@ -1,4 +0,0 @@
1
- import { ActivationOptions } from "../models";
2
- export declare function isInjectable(type: any): boolean;
3
- export declare function Injectable<T>(options: ActivationOptions): any;
4
- export declare function defineInjectable<TFunc extends Function>(targetFunc: TFunc, options: ActivationOptions): TFunc;
@@ -1,45 +0,0 @@
1
- import { GuidValue } from "../models";
2
- type Class<T> = {
3
- new (...args: any[]): T;
4
- };
5
- interface MockInstance {
6
- type: any;
7
- instance: any;
8
- }
9
- export declare function registerTypeResolver(resolver: (type: any) => any): void;
10
- export declare class InternalServiceContainer {
11
- private id;
12
- private static creatingFromType;
13
- private static singletonInstances;
14
- private transientInstances;
15
- private destroyedContainer;
16
- private scopedInstances;
17
- constructor(id: GuidValue);
18
- createInstance<TConstructor, TClass>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor, forceNewInstanceLifetimeScope?: boolean): TClass;
19
- static isCreatingInstanceFromType(type: any): boolean;
20
- private getActiveInstance;
21
- /** Only used it for Scope lifetime - Use to create a proxy to monitor instance, will auto recreate a instance if disposed */
22
- private createInstanceProxy;
23
- dispose(destroyContainer?: boolean): void;
24
- private disposeInstance;
25
- }
26
- export declare class ServiceContainer {
27
- private static mockInstances;
28
- private static registeredOnDisposing;
29
- static addMock<T>(type: T, instance: any): void;
30
- static getMock<TClass>(type: Class<TClass> | (() => TClass)): MockInstance;
31
- /**
32
- * @param forceNewInstanceLifetimeScope that used in Provide/Inject pattern in ui layer.
33
- */
34
- static createInstance<TConstructor, TClass = any>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor, forceNewInstanceLifetimeScope?: boolean): TClass;
35
- static disposeScopedAndTransient(): void;
36
- static onDisposing(func: (instance: any) => void): void;
37
- static getRegisteredOnDisposing(): ((activatedInstance: any) => void)[];
38
- }
39
- export declare class ServiceContainerContext {
40
- private container;
41
- constructor();
42
- createInstance<TConstructor, TClass = any>(type: Class<TClass> | (() => TClass), constructorArgs?: TConstructor, forceNewInstanceLifetimeScope?: boolean): TClass;
43
- dispose(): void;
44
- }
45
- export {};
@@ -1,4 +0,0 @@
1
- export * from "./ServiceContainer";
2
- export * from "./Injectable";
3
- export * from "./Inject";
4
- export * from "./DefineFactory";
@@ -1,141 +0,0 @@
1
- import { HttpConfig, HttpCredentials, HttpResponse, Future, Guid } from "../models";
2
- export declare class HttpBuilder {
3
- _config?: HttpConfig;
4
- constructor(_config?: HttpConfig);
5
- /**
6
- * The base url for the client e.g. https://api.com
7
- *
8
- * @param {string} baseUrl
9
- * @return {*} {HttpBuilder}
10
- * @memberof HttpBuilder
11
- */
12
- withBaseUrl(baseUrl: string): HttpBuilder;
13
- /**
14
- * If headers should be included in the request
15
- *
16
- * @param {{ [name: string]: string }} headers
17
- * @return {*} {HttpBuilder}
18
- * @memberof HttpBuilder
19
- */
20
- withHeaders(headers: {
21
- [name: string]: string;
22
- }): HttpBuilder;
23
- /**
24
- * If credential options should be included in the request, Default is "include" for this method
25
- *
26
- * @param {HttpCredentials} [credentials]
27
- * @return {*} {HttpBuilder}
28
- * @memberof HttpBuilder
29
- */
30
- withCredentials(credentials?: HttpCredentials): HttpBuilder;
31
- /**
32
- * Sets up the client defaults to call a json api
33
- *
34
- * @return {*}
35
- * @memberof HttpBuilder
36
- */
37
- withJsonApiSupport(): HttpBuilder;
38
- withExecuteOnWorker(): this;
39
- /**
40
- * Sets up the client defaults to call a json api
41
- *
42
- * @return {*}
43
- * @memberof HttpBuilder
44
- */
45
- getConfig(): HttpConfig;
46
- /**
47
- * Creates the Http instance with the configuration options
48
- *
49
- * @return {*} {Http}
50
- * @memberof HttpBuilder
51
- */
52
- build(): Http;
53
- }
54
- export declare class Http {
55
- _baseConfig: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>;
56
- /**
57
- * Create a new instance of Http using the HttpBuilder
58
- * @static
59
- * @param {(HttpConfig | Future<HttpConfig> | Promise<HttpConfig>)} [config]
60
- * @return {*} {Http}
61
- * @memberof Http
62
- */
63
- static new(config?: HttpConfig): HttpBuilder;
64
- /**
65
- * Creates a new instance of Http with default configurations for calling Omnia Service Apis
66
- *
67
- * @static
68
- * @return {*}
69
- * @memberof Http
70
- */
71
- static default(config?: HttpConfig): Http;
72
- constructor(config?: HttpConfig | Future<HttpConfig> | Promise<HttpConfig>);
73
- /**
74
- *Performs a GET request for provided url
75
- *
76
- * @template TReturnType
77
- * @param {string} url
78
- * @param {HttpConfig} [config]
79
- * @return {*} {Future<HttpResponse<TReturnType>>}
80
- * @memberof Http
81
- */
82
- get<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
83
- /**
84
- * Performs a DELETE request for provided url
85
- *
86
- * @template TReturnType
87
- * @param {string} url
88
- * @param {HttpConfig} [config]
89
- * @return {*} {Future<HttpResponse<TReturnType>>}
90
- * @memberof Http
91
- */
92
- delete<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
93
- /**
94
- * Performs a HEAD request for provided url
95
- *
96
- * @template TReturnType
97
- * @param {string} url
98
- * @param {HttpConfig} [config]
99
- * @return {*} {Future<HttpResponse<TReturnType>>}
100
- * @memberof Http
101
- */
102
- head<TReturnType>(url: string, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
103
- /**
104
- * Performs a HEAD request for provided url
105
- *
106
- * @template TReturnType
107
- * @param {string} url
108
- * @param {Object} body
109
- * @param {HttpConfig} [config]
110
- * @return {*} {Future<HttpResponse<TReturnType>>}
111
- * @memberof Http
112
- */
113
- post<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
114
- /**
115
- * Performs a POST request for provided url
116
- *
117
- * @template TReturnType
118
- * @param {string} url
119
- * @param {Object} body
120
- * @param {HttpConfig} [config]
121
- * @return {*} {Future<HttpResponse<TReturnType>>}
122
- * @memberof Http
123
- */
124
- put<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
125
- /**
126
- * Performs a POST request for provided url
127
- *
128
- * @template TReturnType
129
- * @param {string} url
130
- * @param {Object} body
131
- * @param {HttpConfig} [config]
132
- * @return {*} {Future<HttpResponse<TReturnType>>}
133
- * @memberof Http
134
- */
135
- patch<TReturnType>(url: string, body: Object, config?: HttpConfig): Future<HttpResponse<TReturnType>>;
136
- private createRequest;
137
- private buildRequestInit;
138
- private appendQueryParamsToUrl;
139
- }
140
- export declare function http(omniaServiceId: Guid, executeOnWorker?: boolean): Http;
141
- export declare function http(options: HttpConfig): Http;
@@ -1 +0,0 @@
1
- export * from "./Http";
@@ -1,12 +0,0 @@
1
- /**
2
- * fx/shared that contain all code to share between worker and browser.
3
- * NOTE: it cant have any dependencies to fx core, worker and vendors stuffs
4
- * ***/
5
- export * from "./models";
6
- export * from "./broadcasting";
7
- export * from "./workers";
8
- export * from "./http";
9
- export * from "./services";
10
- export * from "./utils";
11
- export * from "./factory";
12
- export * from "./messaging";
@@ -1,48 +0,0 @@
1
- import { Topic, TopicSettings } from "../models";
2
- /**
3
- * A message bus where messages can be published and subscribed to based on a path
4
- * @class MessageBus
5
- */
6
- export declare class MessageBus {
7
- private static _subscribers;
8
- private static _subscriptionConfigs;
9
- /**
10
- * Publishes a message on the topic
11
- */
12
- static publish<T>(topic: Topic<T>, obj: T): void;
13
- /**
14
- * Clears the message cache for the topic
15
- */
16
- static clearCache<T>(topic: Topic<T>): number;
17
- /**
18
- * Subscribes to the specified Topic and triggers function when a message is published
19
- */
20
- static subscribe<T>(topic: Topic<T>, fn: (obj: T) => void): void;
21
- /**
22
- * Unsubscribes from the specified Topic
23
- */
24
- static unsubscribe<T>(topic: Topic<T>, fn: (obj: T) => void): void;
25
- /**
26
- * Creates a topic that messages can be published to, if topic already exists it will throw exception
27
- */
28
- static createTopic<T>(topic: Topic<T>, settings?: TopicSettings): void;
29
- /**
30
- * Creates a topic if it dosent exists, if it already exists it will ignore and continue without exception
31
- * @param topic
32
- * @param settings
33
- * @returns true/false created
34
- */
35
- static ensureTopic<T>(topic: Topic<T>, settings?: TopicSettings): boolean;
36
- /**
37
- * Returns true if the topic exists already
38
- */
39
- static topicExists<T>(topic: Topic<T>): boolean;
40
- /**
41
- * Builds the full path
42
- */
43
- private static buildTopicPath;
44
- /**
45
- * Ensures the subscribers array on the path
46
- */
47
- private static ensureSubscribers;
48
- }