@omnia/fx 8.0.129-dev → 8.0.130-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (206) 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/runtime/core/ManifestResourceLoader.d.ts +1 -1
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.css.d.ts → blueprintTemplate/BlueprintsTemplatePicker.css.d.ts} +1 -1
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker/ChromeBlueprintsPicker.d.ts → blueprintTemplate/BlueprintsTemplatePicker.d.ts} +120 -98
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.d.ts +95 -95
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.css.d.ts +4 -0
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/typography/TypographyBlueprintsViewer.d.ts +76 -0
  10. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +90 -90
  11. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +1 -1
  12. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -1
  13. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +949 -947
  14. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +2294 -2290
  15. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2294 -2290
  16. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/{chrome → components}/store/ChromeEditorStore.d.ts +1 -7
  18. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +2 -0
  19. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +4 -11
  20. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +938 -935
  22. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +943 -940
  23. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +938 -935
  24. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +938 -935
  25. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
  26. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +0 -1
  27. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +938 -935
  28. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11540 -11520
  29. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeViewer.d.ts +68 -0
  30. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +949 -947
  32. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -1
  33. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -1
  34. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
  35. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  36. package/internal-do-not-import-from-here/wctypings.d.ts +53 -42
  37. package/package.json +2 -2
  38. package/internal-do-not-import-from-here/shared/broadcasting/Broadcast.d.ts +0 -37
  39. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +0 -23
  40. package/internal-do-not-import-from-here/shared/broadcasting/index.d.ts +0 -1
  41. package/internal-do-not-import-from-here/shared/factory/DefineFactory.d.ts +0 -12
  42. package/internal-do-not-import-from-here/shared/factory/Inject.d.ts +0 -30
  43. package/internal-do-not-import-from-here/shared/factory/Injectable.d.ts +0 -4
  44. package/internal-do-not-import-from-here/shared/factory/ServiceContainer.d.ts +0 -45
  45. package/internal-do-not-import-from-here/shared/factory/index.d.ts +0 -4
  46. package/internal-do-not-import-from-here/shared/http/Http.d.ts +0 -141
  47. package/internal-do-not-import-from-here/shared/http/index.d.ts +0 -1
  48. package/internal-do-not-import-from-here/shared/index.d.ts +0 -12
  49. package/internal-do-not-import-from-here/shared/messaging/MessageBus.d.ts +0 -48
  50. package/internal-do-not-import-from-here/shared/messaging/MessageBusMediator.d.ts +0 -30
  51. package/internal-do-not-import-from-here/shared/messaging/index.d.ts +0 -2
  52. package/internal-do-not-import-from-here/shared/models/Broadcasting.d.ts +0 -25
  53. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +0 -12
  54. package/internal-do-not-import-from-here/shared/models/DependencyInjection.d.ts +0 -19
  55. package/internal-do-not-import-from-here/shared/models/DependencyInjection.js +0 -9
  56. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +0 -1
  57. package/internal-do-not-import-from-here/shared/models/DynamicState.js +0 -2
  58. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +0 -3
  59. package/internal-do-not-import-from-here/shared/models/Equals.js +0 -44
  60. package/internal-do-not-import-from-here/shared/models/Future.d.ts +0 -60
  61. package/internal-do-not-import-from-here/shared/models/Future.js +0 -149
  62. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +0 -25
  63. package/internal-do-not-import-from-here/shared/models/Guid.js +0 -80
  64. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +0 -41
  65. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +0 -9
  66. package/internal-do-not-import-from-here/shared/models/Messaging.d.ts +0 -23
  67. package/internal-do-not-import-from-here/shared/models/Messaging.js +0 -2
  68. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +0 -34
  69. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.js +0 -2
  70. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +0 -28
  71. package/internal-do-not-import-from-here/shared/models/Realtime.js +0 -19
  72. package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +0 -5
  73. package/internal-do-not-import-from-here/shared/models/SharedConstants.js +0 -9
  74. package/internal-do-not-import-from-here/shared/models/StringExtensions.d.ts +0 -6
  75. package/internal-do-not-import-from-here/shared/models/StringExtensions.js +0 -3
  76. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +0 -3
  77. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +0 -2
  78. package/internal-do-not-import-from-here/shared/models/Tenant.d.ts +0 -4
  79. package/internal-do-not-import-from-here/shared/models/Tenant.js +0 -2
  80. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +0 -15
  81. package/internal-do-not-import-from-here/shared/models/Tokens.js +0 -2
  82. package/internal-do-not-import-from-here/shared/models/Topic.d.ts +0 -10
  83. package/internal-do-not-import-from-here/shared/models/Topic.js +0 -2
  84. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +0 -14
  85. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +0 -18
  86. package/internal-do-not-import-from-here/shared/models/Workers.d.ts +0 -29
  87. package/internal-do-not-import-from-here/shared/models/Workers.js +0 -8
  88. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +0 -13
  89. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +0 -20
  90. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +0 -75
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +0 -13
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +0 -7
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +0 -5
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +0 -14
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +0 -15
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +0 -31
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +0 -2
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +0 -15
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +0 -5
  100. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +0 -8
  101. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +0 -2
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +0 -16
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +0 -5
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +0 -40
  105. package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +0 -17
  106. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +0 -8
  107. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +0 -11
  108. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +0 -21
  109. package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +0 -10
  110. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +0 -2
  111. package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.js +0 -2
  112. package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +0 -2
  113. package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +0 -5
  114. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +0 -3
  115. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +0 -5
  116. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +0 -4
  117. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +0 -5
  118. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +0 -2
  119. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +0 -5
  120. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +0 -7
  121. package/internal-do-not-import-from-here/shared/models/hub/index.js +0 -10
  122. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +0 -10
  123. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +0 -2
  124. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +0 -5
  125. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +0 -2
  126. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +0 -2
  127. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +0 -5
  128. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +0 -10
  129. package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +0 -19
  130. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +0 -3
  131. package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +0 -7
  132. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +0 -1
  133. package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +0 -4
  134. package/internal-do-not-import-from-here/shared/models/index.d.ts +0 -21
  135. package/internal-do-not-import-from-here/shared/models/index.js +0 -25
  136. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +0 -116
  137. package/internal-do-not-import-from-here/shared/models/theming/Blueprints.js +0 -12
  138. package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +0 -16
  139. package/internal-do-not-import-from-here/shared/models/theming/Chrome.js +0 -2
  140. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +0 -2
  141. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +0 -38
  142. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +0 -1
  143. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +0 -45
  144. package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +0 -22
  145. package/internal-do-not-import-from-here/shared/models/theming/Spacing.js +0 -11
  146. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +0 -107
  147. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +0 -28
  148. package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +0 -59
  149. package/internal-do-not-import-from-here/shared/models/theming/Typography.js +0 -17
  150. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -9
  151. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -99
  152. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +0 -8
  153. package/internal-do-not-import-from-here/shared/models/theming/index.js +0 -12
  154. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +0 -87
  155. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +0 -2
  156. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +0 -22
  157. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +0 -2
  158. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.d.ts +0 -20
  159. package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +0 -5
  160. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +0 -3
  161. package/internal-do-not-import-from-here/shared/models/velcron/index.js +0 -6
  162. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +0 -27
  163. package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +0 -15
  164. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +0 -6
  165. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +0 -8
  166. package/internal-do-not-import-from-here/shared/services/index.d.ts +0 -4
  167. package/internal-do-not-import-from-here/shared/utils/index.d.ts +0 -4
  168. package/internal-do-not-import-from-here/shared/workers/Leader.d.ts +0 -6
  169. package/internal-do-not-import-from-here/shared/workers/WorkerProxy.d.ts +0 -11
  170. package/internal-do-not-import-from-here/shared/workers/index.d.ts +0 -2
  171. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +0 -22
  172. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/BackgroundStyleEditor.d.ts +0 -0
  173. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/ExampleComponents.d.ts +0 -0
  174. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/SampleComponent.d.ts +0 -0
  175. /package/internal-do-not-import-from-here/ux/blueprintpickers/{backgroundstylepicker → backgroundstyle}/docs/index.d.ts +0 -0
  176. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonBlueprintsViewer.d.ts +0 -0
  177. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStyleEditor.d.ts +0 -0
  178. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.css.d.ts +0 -0
  179. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/ButtonStylePicker.d.ts +0 -0
  180. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/ExampleComponents.d.ts +0 -0
  181. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/SampleComponent.d.ts +0 -0
  182. /package/internal-do-not-import-from-here/ux/blueprintpickers/{buttonstylepicker → buttonstyle}/docs/index.d.ts +0 -0
  183. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeBlueprintsViewer.d.ts +0 -0
  184. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeEditor.d.ts +0 -0
  185. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromePicker.css.d.ts +0 -0
  186. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/ChromeViewer.d.ts +0 -0
  187. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/ExampleComponents.d.ts +0 -0
  188. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/SampleComponent.d.ts +0 -0
  189. /package/internal-do-not-import-from-here/ux/blueprintpickers/{chromepicker → chrome}/docs/index.d.ts +0 -0
  190. /package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/{SpacingPreview.d.ts → SpacingViewer.d.ts} +0 -0
  191. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabBlueprintsViewer.d.ts +0 -0
  192. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStyleEditor.d.ts +0 -0
  193. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.css.d.ts +0 -0
  194. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/TabStylePicker.d.ts +0 -0
  195. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/ExampleComponents.d.ts +0 -0
  196. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/SampleComponent.d.ts +0 -0
  197. /package/internal-do-not-import-from-here/ux/blueprintpickers/{tabstylepicker → tabs}/docs/index.d.ts +0 -0
  198. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyEditor.d.ts +0 -0
  199. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.css.d.ts +0 -0
  200. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/TypographyPicker.d.ts +0 -0
  201. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/ExampleComponents.d.ts +0 -0
  202. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/SampleComponent.d.ts +0 -0
  203. /package/internal-do-not-import-from-here/ux/blueprintpickers/{typographypicker → typography}/docs/index.d.ts +0 -0
  204. /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
  205. /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
  206. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/{EditBlueprint.d.ts → EditBlueprints.d.ts} +0 -0
@@ -1,17 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.TypographySizes = exports.TypographyTypes = void 0;
4
- var TypographyTypes;
5
- (function (TypographyTypes) {
6
- TypographyTypes["title"] = "title";
7
- TypographyTypes["text"] = "text";
8
- TypographyTypes["navigation"] = "navigation";
9
- })(TypographyTypes || (exports.TypographyTypes = TypographyTypes = {}));
10
- var TypographySizes;
11
- (function (TypographySizes) {
12
- TypographySizes["xl"] = "xl";
13
- TypographySizes["l"] = "l";
14
- TypographySizes["m"] = "m";
15
- TypographySizes["s"] = "s";
16
- TypographySizes["xs"] = "xs";
17
- })(TypographySizes || (exports.TypographySizes = TypographySizes = {}));
@@ -1,9 +0,0 @@
1
- import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
- export declare function useThemeMethods(getThemeDefinition: () => any): {
3
- colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
4
- color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
5
- colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
6
- complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
7
- complementaryColor: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
8
- complementaryColorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
9
- };
@@ -1,99 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.useThemeMethods = void 0;
4
- //import { ThemeDefinitionInstance } from "@omnia/fx/ux";
5
- const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
6
- // temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
7
- function useThemeMethods(getThemeDefinition) {
8
- function colorSchema(colorSchemaType) {
9
- if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
10
- return getThemeDefinition().colors.primary;
11
- }
12
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.secondary) {
13
- return getThemeDefinition().colors.secondary;
14
- }
15
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent1) {
16
- return getThemeDefinition().colors.accent1;
17
- }
18
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent2) {
19
- return getThemeDefinition().colors.accent2;
20
- }
21
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.accent3) {
22
- return getThemeDefinition().colors.accent3;
23
- }
24
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.background) {
25
- return getThemeDefinition().colors.background;
26
- }
27
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.neutral) {
28
- return getThemeDefinition().colors.neutral;
29
- }
30
- else if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.error) {
31
- return getThemeDefinition().colors.error;
32
- }
33
- return getThemeDefinition().colors.background;
34
- }
35
- function color(colorSchemaType, colorType) {
36
- const mappedColorSchema = colorSchema(colorSchemaType);
37
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
38
- return mappedColorSchema.base.color;
39
- }
40
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
41
- return mappedColorSchema.onBase.color;
42
- }
43
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
44
- return mappedColorSchema.container.color;
45
- }
46
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
47
- return mappedColorSchema.onContainer.color;
48
- }
49
- return colorType;
50
- }
51
- function colorDefinition(colorSchemaType, colorType) {
52
- const mappedColorSchema = colorSchema(colorSchemaType);
53
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
54
- return mappedColorSchema.base;
55
- }
56
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
57
- return mappedColorSchema.onBase;
58
- }
59
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
60
- return mappedColorSchema.container;
61
- }
62
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
63
- return mappedColorSchema.onContainer;
64
- }
65
- return mappedColorSchema.base;
66
- }
67
- function complementaryColorType(colorType) {
68
- if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
69
- return ThemeDefinitionV2_1.ColorTypes.onBase;
70
- }
71
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onBase) {
72
- return ThemeDefinitionV2_1.ColorTypes.base;
73
- }
74
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.container) {
75
- return ThemeDefinitionV2_1.ColorTypes.onContainer;
76
- }
77
- else if (colorType === ThemeDefinitionV2_1.ColorTypes.onContainer) {
78
- return ThemeDefinitionV2_1.ColorTypes.container;
79
- }
80
- return colorType;
81
- }
82
- function complementaryColor(colorSchemaType, colorType) {
83
- const matchingColorType = complementaryColorType(colorType);
84
- return color(colorSchemaType, matchingColorType);
85
- }
86
- function complementaryColorDefinition(colorSchemaType, colorType) {
87
- const matchingColorType = complementaryColorType(colorType);
88
- return colorDefinition(colorSchemaType, matchingColorType);
89
- }
90
- return {
91
- colorSchema,
92
- color,
93
- colorDefinition,
94
- complementaryColorType,
95
- complementaryColor,
96
- complementaryColorDefinition,
97
- };
98
- }
99
- exports.useThemeMethods = useThemeMethods;
@@ -1,8 +0,0 @@
1
- export * from "./ThemeDefinitionV2";
2
- export * from "./Typography";
3
- export * from "./UseThemeMethods";
4
- export * from "./Spacing";
5
- export * from "./SharedBlueprintMethods";
6
- export * from "./SharedColorMethods";
7
- export * from "./Chrome";
8
- export * from "./Blueprints";
@@ -1,12 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
5
- tslib_1.__exportStar(require("./Typography"), exports);
6
- //export * from "./OmniaThemes";
7
- tslib_1.__exportStar(require("./UseThemeMethods"), exports);
8
- tslib_1.__exportStar(require("./Spacing"), exports);
9
- tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
10
- tslib_1.__exportStar(require("./SharedColorMethods"), exports);
11
- tslib_1.__exportStar(require("./Chrome"), exports);
12
- tslib_1.__exportStar(require("./Blueprints"), exports);
@@ -1,87 +0,0 @@
1
- import { DynamicState } from "../DynamicState";
2
- import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent, VelcronOnSaveEvent } from "./VelcronEvents";
3
- /**
4
- * Velcron definition base
5
- */
6
- export interface VelcronDefinitionBase {
7
- /**
8
- * The component type
9
- */
10
- type: string;
11
- /**
12
- * Custom friendly name of the definition
13
- */
14
- name?: string;
15
- /**
16
- * Used for render cache if not specified we auto set it.
17
- */
18
- key?: string;
19
- }
20
- export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
21
- body?: Array<VelcronDefinition>;
22
- style?: VelcronStyling;
23
- foreach?: string;
24
- if?: string;
25
- events?: VelcronEvent;
26
- }
27
- export interface VelcronSpacing {
28
- top?: number | string;
29
- right?: number | string;
30
- bottom?: number | string;
31
- left?: number | string;
32
- }
33
- interface VelcronDimensionStyling {
34
- margin?: VelcronSpacing;
35
- padding?: VelcronSpacing;
36
- }
37
- export interface VelcronStyling {
38
- margin?: number;
39
- marginTop?: number;
40
- marginRight?: number;
41
- marginBottom?: number;
42
- marginLeft?: number;
43
- padding?: number;
44
- paddingTop?: number;
45
- paddingRight?: number;
46
- paddingBottom?: number;
47
- paddingLeft?: number;
48
- height?: number | string;
49
- width?: number | string;
50
- }
51
- export interface VelcronComponentDefinition extends VelcronDefinition {
52
- type: string;
53
- events?: any;
54
- properties?: {
55
- [name: string]: any;
56
- };
57
- icon?: any;
58
- }
59
- export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
60
- export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "spacing";
61
- export interface VelcronPropertyEditor<TSettings = any> {
62
- name?: string;
63
- category?: string;
64
- type: BuiltInPropertyEditorType | string;
65
- settings?: TSettings;
66
- stateMapping?: string;
67
- propertyMapping?: boolean;
68
- multiple?: boolean;
69
- component?: unknown;
70
- }
71
- export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
72
- type: "velcron";
73
- version?: string;
74
- name?: string;
75
- body?: Array<VelcronDefinition>;
76
- events?: VelcronOnLoadEvent & VelcronOnEditModeEvent & VelcronOnSaveEvent;
77
- actions?: {
78
- [name: string]: Array<string>;
79
- };
80
- components?: Array<VelcronCustomComponentDefinition>;
81
- propEditors?: Array<VelcronPropertyEditor>;
82
- state?: TState;
83
- computed?: {
84
- [name: string]: Array<string>;
85
- };
86
- }
87
- export {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,22 +0,0 @@
1
- export type VelcronOnPressEvent = {
2
- onPress?: Array<string>;
3
- };
4
- export type VelcronOnLoadEvent = {
5
- onLoaded?: Array<string>;
6
- };
7
- export type VelcronOnSaveEvent = {
8
- onSaved?: Array<string>;
9
- };
10
- export type VelcronOnEditModeEvent = {
11
- onEditMode?: Array<string>;
12
- };
13
- export type VelcronOnUpdatedEvent = {
14
- onUpdated?: Array<string>;
15
- };
16
- export type VelcronOnCloseRequestedEvent = {
17
- onCloseRequested?: Array<string>;
18
- };
19
- export type VelcronOnClosedEvent = {
20
- onClosed?: Array<string>;
21
- };
22
- export type VelcronEvent = {};
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,20 +0,0 @@
1
- import { GuidValue } from "../Guid";
2
- import { StronglyTypedId } from "../StronglyTypedId";
3
- import { VelcronAppDefinition } from "./VelcronDefinition";
4
- export type VelcronRendererId = StronglyTypedId<string, "VelcronRendererId">;
5
- export declare function VelcronRendererId(id: GuidValue): VelcronRendererId;
6
- export interface VelcronRendererResolverReference {
7
- id: VelcronRendererId;
8
- resolver: string;
9
- version: string;
10
- }
11
- export interface VelcronRendererReference {
12
- id: VelcronRendererId;
13
- version: string;
14
- }
15
- export interface VelcronRendererWithJson extends VelcronRendererReference {
16
- definition: string;
17
- }
18
- export interface VelcronRenderer extends VelcronRendererReference {
19
- definition: VelcronAppDefinition;
20
- }
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.VelcronRendererId = void 0;
4
- function VelcronRendererId(id) { return id; }
5
- exports.VelcronRendererId = VelcronRendererId;
@@ -1,3 +0,0 @@
1
- export * from "./VelcronDefinition";
2
- export * from "./VelcronEvents";
3
- export * from "./VelcronReference";
@@ -1,6 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./VelcronDefinition"), exports);
5
- tslib_1.__exportStar(require("./VelcronEvents"), exports);
6
- tslib_1.__exportStar(require("./VelcronReference"), exports);
@@ -1,27 +0,0 @@
1
- import { FileOwnerId, ChannelId, ActivityFeed, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, FeedQuery, TemporaryFileId, ActorActivityBase, ActivityCategoryCount, ActorActivityCategory, ActivityRendererLoadingReferences, ActivityRendererLoadReference, ActivityRenderer, HubReaction, HubComment, ExternalActorId, ActivityId, ActorId, Actor } from "../models";
2
- export declare const activityService: () => {
3
- getFeed: (channelId: ChannelId, options?: FeedQuery) => Promise<ActivityFeed>;
4
- createActivity: <TRenderState>(channelId: ChannelId, createdBy: ActorId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: ActorActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
5
- getActors: (actorIds: Array<ActorId>) => Promise<Actor[]>;
6
- getActorsByExternalIds: (externalIds: Array<ExternalActorId>) => Promise<{
7
- actorId: ActorId;
8
- externalId: string;
9
- }[]>;
10
- dismissNotificationsByActorIds: (channelId: ChannelId, actorIds: Array<ActorId>) => Promise<boolean>;
11
- updateActorActivity: (channelId: ChannelId, actorActivity: ActorActivityBase) => Promise<ActivityCategoryCount[]>;
12
- tempDelete: (channelId: ChannelId) => Promise<boolean>;
13
- tempActorActivitiesDelete: (channelId: ChannelId) => Promise<boolean>;
14
- getActivityRenderersLoadReferences: (currentLoadStateHash?: string) => Promise<ActivityRendererLoadingReferences>;
15
- getActivityRenderer: (toLoad: ActivityRendererLoadReference) => Promise<ActivityRenderer>;
16
- addCommentAsync: (activityId: ActivityId, rendererJson: string, mentions: ExternalActorId[], inReplyToCommentId?: number) => Promise<HubComment>;
17
- getCommentsAsync: (activityId: ActivityId, offSet?: HubComment | null, limt?: number) => Promise<HubComment[]>;
18
- updateCommentAsync: (activityId: ActivityId, comment: HubComment) => Promise<HubComment>;
19
- deleteCommentAsync: (activityId: ActivityId, toDelete: HubComment) => Promise<number[]>;
20
- addReactionAsync: (activityId: ActivityId, reactionType: string) => Promise<HubReaction[]>;
21
- deleteReactionAsync: (activityId: ActivityId, toDelete: HubReaction) => Promise<HubReaction[]>;
22
- getReactionsAsync: (activityId: ActivityId) => Promise<HubReaction[]>;
23
- getFiles: (fileOwnerId: FileOwnerId, startPath: string[]) => Promise<string[]>;
24
- getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
25
- takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
26
- upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
27
- };
@@ -1,15 +0,0 @@
1
- import { SubscriptionInformation, Subscription, ActorSubscription, ActorId, SubscriptionId } from "../models";
2
- export declare const activitySubscriptionService: () => {
3
- upsertSubscription: (subscriptionOwner: ActorId, id: SubscriptionId, title: Record<string, string>, description: Record<string, string>) => Promise<SubscriptionInformation>;
4
- removeSubscription: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
5
- get: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
6
- getByActorId: (subscriptionOwner: ActorId) => Promise<SubscriptionInformation[]>;
7
- getAll: () => Promise<SubscriptionInformation[]>;
8
- addActorAsSubscriber: (actorSubscription: ActorSubscription, newSubscriber: ActorId) => Promise<SubscriptionId>;
9
- removeActorAsSubscriber: (actorSubscription: ActorSubscription, actorToRemove: ActorId) => Promise<SubscriptionId>;
10
- getActorSubscriptions: (actorToGetFor: ActorId) => Promise<SubscriptionInformation[]>;
11
- getSubscribers: (subscriptionOwner: ActorId, ownerSubscriptions: SubscriptionId[]) => Promise<Subscription[]>;
12
- addFollowingSubscription: (actorToFollow: ActorId) => Promise<void>;
13
- isFollowingSubscription: (actorToFollow: ActorId) => Promise<boolean>;
14
- removeFollowingSubscription: (actorToFollow: ActorId) => Promise<SubscriptionId>;
15
- };
@@ -1,6 +0,0 @@
1
- import { http } from "../http";
2
- export declare function defineService<TActions extends {
3
- [key: string]: Function;
4
- }>(name: string, setup: (ctx: {
5
- http: typeof http;
6
- }) => TActions): () => TActions;
@@ -1,8 +0,0 @@
1
- import { Future, RealtimeChannel, RealtimeData } from "../models";
2
- export declare const useRealtimeService: () => {
3
- activateChannel: (channel: RealtimeChannel) => void;
4
- deactivateChannel: (channel: RealtimeChannel) => void;
5
- send: <TRealtimeChannel extends RealtimeChannel, TRealtimeData extends RealtimeData<TRealtimeChannel, any>>(data: TRealtimeData, value: TRealtimeData["value"]) => void;
6
- getUsersInChannel: (channel: RealtimeChannel) => Future<Array<number>>;
7
- onMessage: <TRealtimeChannel_1 extends RealtimeChannel, TRealtimeData_1 extends RealtimeData<TRealtimeChannel_1, any>>(data: TRealtimeData_1, callback: (value: TRealtimeData_1["value"]) => void) => void;
8
- };
@@ -1,4 +0,0 @@
1
- export * from "./DefineService";
2
- export * from "./ActivityService";
3
- export * from "./RealtimeService";
4
- export * from "./ActivitySubscriptionService";
@@ -1,4 +0,0 @@
1
- export declare class Utils {
2
- static generateGuid(): string;
3
- static isNativeClass(value: any): boolean;
4
- }
@@ -1,6 +0,0 @@
1
- export declare class Leader {
2
- private static _elector;
3
- static awaitLeadership(): Promise<void>;
4
- static get isLeader(): boolean;
5
- private static get elector();
6
- }
@@ -1,11 +0,0 @@
1
- import { WorkerProxyFunction } from "../models";
2
- export declare class WorkerProxy {
3
- static _worker: Worker;
4
- private static _initialized;
5
- private static _handlers;
6
- private static _promiseResolvers;
7
- static call<TParamType, TReturnType>(topic: WorkerProxyFunction<TParamType, TReturnType>, parameter: TParamType): Promise<TReturnType>;
8
- static addFunction<TSendType, TReturnType>(topic: WorkerProxyFunction<TSendType, TReturnType>, handler: (data: TSendType) => TReturnType): void;
9
- private static ensureInitialized;
10
- private static callHandlerMessage;
11
- }
@@ -1,2 +0,0 @@
1
- export * from "./WorkerProxy";
2
- export * from "./Leader";
@@ -1,22 +0,0 @@
1
- import { DynamicState } from "@omnia/fx-models";
2
- export interface ContentBlockVelcronState extends DynamicState {
3
- content: {
4
- [id: string]: unknown;
5
- };
6
- }
7
- declare const _default: {
8
- new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
9
- P: {};
10
- B: {};
11
- D: {};
12
- C: {};
13
- M: {};
14
- Defaults: {};
15
- }, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
16
- __isFragment?: never;
17
- __isTeleport?: never;
18
- __isSuspense?: never;
19
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
20
- propsDefinition: Omit<Readonly<{} & {}>, never>;
21
- };
22
- export default _default;