@omnia/fx 8.0.93-vnext → 8.0.94-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 (1956) hide show
  1. package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +1 -1
  2. package/internal-do-not-import-from-here/console/components/Console.d.ts +8 -83
  3. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +8 -83
  4. package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
  5. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  6. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
  7. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
  8. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  9. package/internal-do-not-import-from-here/core/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
  11. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +5 -4
  12. package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -1
  13. package/internal-do-not-import-from-here/core/utils/MigrationUtils.d.ts +1 -1
  14. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +11 -7
  15. package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -2
  16. package/internal-do-not-import-from-here/expose.d.ts +1 -1
  17. package/internal-do-not-import-from-here/index.d.ts +13 -7
  18. package/internal-do-not-import-from-here/libs/phonenumber/PhoneNumber.d.ts +1 -0
  19. package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +1 -1
  20. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +5 -0
  21. package/internal-do-not-import-from-here/libs/swiper/index.d.ts +1 -0
  22. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  23. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  24. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  25. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  26. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  27. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -1
  28. package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
  29. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
  30. package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
  31. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
  32. package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
  33. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
  34. package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +5 -0
  35. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +6 -9
  36. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
  37. package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
  38. package/internal-do-not-import-from-here/services/OmniaSearchService.d.ts +13 -0
  39. package/internal-do-not-import-from-here/services/SecurityService.d.ts +3 -2
  40. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +3 -0
  41. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -3
  42. package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +6 -0
  43. package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +8 -0
  44. package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +9 -0
  45. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +3 -1
  46. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +6 -3
  47. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +9 -3
  48. package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -1
  49. package/internal-do-not-import-from-here/services/identities/index.d.ts +3 -0
  50. package/internal-do-not-import-from-here/services/index.d.ts +4 -0
  51. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +3 -18
  52. package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +3 -8
  53. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
  54. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +10 -0
  55. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +10 -0
  56. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
  57. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/index.d.ts +4 -0
  58. package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +1 -1
  59. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +19 -6
  60. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +1 -1
  61. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +12 -6
  62. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
  63. package/internal-do-not-import-from-here/shared/http/Http.d.ts +141 -0
  64. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  65. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  66. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  67. package/internal-do-not-import-from-here/shared/models/Equals.js +33 -3
  68. package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
  69. package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
  70. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  71. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  72. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  73. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  74. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +7 -1
  75. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  76. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  77. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  78. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  79. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -0
  80. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  81. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  82. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  83. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  84. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  85. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  86. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  87. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +67 -0
  88. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  89. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  90. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +15 -0
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +15 -0
  100. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
  101. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +40 -0
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +8 -0
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +11 -0
  105. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  106. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  107. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  108. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  109. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  110. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  111. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
  112. package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
  113. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  114. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  115. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  116. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  117. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  118. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  119. package/internal-do-not-import-from-here/shared/models/index.d.ts +5 -1
  120. package/internal-do-not-import-from-here/shared/models/index.js +5 -1
  121. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +44 -46
  122. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +7 -13
  123. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +25 -0
  124. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
  125. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  126. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  127. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +5 -4
  128. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  129. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +22 -13
  130. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
  131. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +5 -0
  132. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  133. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  134. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  135. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +1 -1
  136. package/internal-do-not-import-from-here/shared/models/theming/index.js +2 -1
  137. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  138. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  139. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  140. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  141. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  142. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +26 -0
  143. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +11 -0
  144. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
  145. package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +10 -0
  146. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
  147. package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
  148. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
  149. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +3 -3
  150. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +3 -0
  151. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +6 -0
  152. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
  153. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +48 -37
  154. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +8 -4
  155. package/internal-do-not-import-from-here/stores/GroupIdentityStore.d.ts +2 -0
  156. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +23 -5
  157. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +1 -1
  158. package/internal-do-not-import-from-here/stores/LinkReferencesStore.d.ts +23 -0
  159. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +31 -7
  160. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
  161. package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
  162. package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +6 -1
  163. package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
  164. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
  165. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +3 -6
  166. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +5 -2
  167. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +43 -0
  168. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -0
  169. package/internal-do-not-import-from-here/stores/index.d.ts +3 -0
  170. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +83 -28
  171. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +23 -9
  172. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +30 -5
  173. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +35 -2
  174. package/internal-do-not-import-from-here/ux/Exposes.d.ts +9 -9
  175. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +287 -0
  176. package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
  177. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +6 -3
  178. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +1 -0
  179. package/internal-do-not-import-from-here/ux/UxCore.d.ts +1 -3
  180. package/internal-do-not-import-from-here/ux/UxModels.d.ts +195 -15
  181. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +21 -98
  182. package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -0
  183. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  184. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +9 -0
  185. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +34 -84
  186. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +8 -83
  187. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +49 -97
  188. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +74 -116
  189. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +24 -92
  190. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +74 -116
  191. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
  192. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +37 -1
  193. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +51 -105
  194. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -83
  195. package/internal-do-not-import-from-here/ux/app/AppInstanceToken.d.ts +4 -0
  196. package/internal-do-not-import-from-here/ux/app/AppInstanceTokenProvider.d.ts +1 -4
  197. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +14 -17
  198. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +22 -96
  199. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +17 -0
  200. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +0 -4
  201. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +32 -0
  202. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +26 -0
  203. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
  204. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +37 -0
  205. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +2 -0
  206. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +19 -0
  207. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
  208. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  209. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +2 -1
  210. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +23 -97
  211. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +166 -224
  212. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +2 -2
  213. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +17 -91
  214. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +15 -89
  215. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +15 -89
  216. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +15 -89
  217. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +8 -83
  218. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  219. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +28 -102
  220. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +21 -95
  221. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +13 -87
  222. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +19 -93
  223. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/style/Item.css.d.ts +1 -1
  224. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +15 -89
  225. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +19 -93
  226. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +8 -83
  227. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +15 -89
  228. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +25 -99
  229. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +13 -87
  230. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +18 -92
  231. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +8 -83
  232. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +8 -83
  233. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +15 -89
  234. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/style/ListingNamingPolicies.css.d.ts +1 -1
  235. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +20 -94
  236. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +20 -94
  237. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +13 -87
  238. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +8 -83
  239. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +15 -89
  240. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +24 -98
  241. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +24 -98
  242. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +24 -98
  243. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +164 -115
  244. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +24 -98
  245. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +23 -97
  246. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +15 -89
  247. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +150 -25
  248. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -17
  249. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/index.d.ts +0 -1
  250. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +6 -0
  251. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +126 -33
  252. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +153 -24
  253. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +174 -38
  254. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +0 -12
  255. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +166 -20
  256. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +0 -12
  257. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +93 -12
  258. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +0 -18
  259. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/index.d.ts +0 -1
  260. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +146 -11
  261. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
  262. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +146 -9
  263. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
  264. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +146 -10
  265. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
  266. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +698 -67
  267. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  268. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +218 -48
  269. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -12
  270. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +13 -87
  271. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +349 -21
  272. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
  273. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +370 -32
  274. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
  275. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +212 -42
  276. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +164 -55
  277. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +47 -19
  278. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +342 -49
  279. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  280. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
  281. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  282. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -2
  283. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +17 -35
  284. package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
  285. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
  286. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +8 -83
  287. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
  288. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +13 -87
  289. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +13 -87
  290. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +13 -87
  291. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.css.d.ts +4 -0
  292. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +398 -0
  293. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +114 -0
  294. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/docs/SampleComponent.d.ts +16 -0
  295. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.css.d.ts +15 -0
  296. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +539 -0
  297. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/docs/SampleComponent.d.ts +16 -0
  298. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/loc/localize.d.ts +11 -0
  299. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +418 -0
  300. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/docs/SampleComponent.d.ts +16 -0
  301. package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
  302. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +1 -0
  303. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
  304. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +16 -0
  305. package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -0
  306. package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
  307. package/internal-do-not-import-from-here/ux/colorpicker/docs/SampleComponent.d.ts +16 -0
  308. package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
  309. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.css.d.ts +5 -0
  310. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +513 -0
  311. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
  312. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
  313. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +423 -0
  314. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
  315. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +372 -0
  316. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -6
  317. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +301 -278
  318. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +7 -0
  319. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +468 -0
  320. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +8 -83
  321. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +8 -83
  322. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +373 -24
  323. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  324. package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +1 -1
  325. package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +0 -3
  326. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +74 -0
  327. package/internal-do-not-import-from-here/ux/datetimefilterquery/index.d.ts +1 -0
  328. package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +16 -0
  329. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/DateTimeFilterQueryHelper.d.ts +7 -0
  330. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/index.d.ts +1 -0
  331. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +685 -52
  332. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
  333. package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
  334. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +259 -155
  335. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +16 -0
  336. package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
  337. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +143 -118
  338. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +9 -0
  339. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +5 -0
  340. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +35 -0
  341. package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +36 -0
  342. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +20 -0
  343. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +20 -0
  344. package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +33 -0
  345. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.css.d.ts +6 -0
  346. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +30 -0
  347. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +33 -0
  348. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +5 -0
  349. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +2 -0
  350. package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +14 -0
  351. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +61 -136
  352. package/internal-do-not-import-from-here/ux/directives/Directives.d.ts +12 -0
  353. package/internal-do-not-import-from-here/ux/directives/IframeResizer.d.ts +1 -0
  354. package/internal-do-not-import-from-here/ux/directives/index.d.ts +2 -1
  355. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +13 -0
  356. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +0 -1
  357. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +8 -83
  358. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +50 -108
  359. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +68 -130
  360. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Emits.d.ts +1 -0
  361. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +16 -0
  362. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
  363. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +350 -0
  364. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
  365. package/internal-do-not-import-from-here/ux/docs/omfx/directives/Introduction.md.d.ts +1 -0
  366. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickInSide.d.ts +7 -0
  367. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +16 -0
  368. package/internal-do-not-import-from-here/ux/docs/omfx/directives/index.d.ts +1 -0
  369. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +6 -0
  370. package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
  371. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  372. package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
  373. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  374. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -0
  375. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
  376. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Introduction.d.ts +1 -0
  377. package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
  378. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
  379. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +47 -0
  380. package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
  381. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
  382. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
  383. package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +3 -0
  384. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  385. package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
  386. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
  387. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
  388. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
  389. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +216 -26
  390. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +177 -17
  391. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
  392. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
  393. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +5 -20
  394. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +166 -36
  395. package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
  396. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  397. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +73 -21
  398. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -4
  399. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +16 -1
  400. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +7 -7
  401. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -1
  402. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +120 -18
  403. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
  404. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/index.d.ts +0 -1
  405. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +0 -17
  406. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +141 -28
  407. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/index.d.ts +0 -1
  408. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +2 -2
  409. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +157 -19
  410. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +2 -14
  411. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -2
  412. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +2 -2
  413. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +2 -2
  414. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +2 -2
  415. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +2 -2
  416. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -2
  417. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +2 -2
  418. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +2 -2
  419. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +123 -145
  420. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
  421. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +405 -0
  422. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +716 -0
  423. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +23 -95
  424. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/registration/RegistrationEnterprisePropertyToPropertySettingMap.d.ts +1 -0
  425. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
  426. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +40 -105
  427. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +40 -105
  428. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +16 -6
  429. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +40 -105
  430. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +8 -83
  431. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +3 -2
  432. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +81 -53
  433. package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
  434. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  435. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +216 -75
  436. package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +0 -14
  437. package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +5 -1
  438. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +262 -131
  439. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +28 -90
  440. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +61 -99
  441. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -2
  442. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +8 -83
  443. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +44 -99
  444. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +44 -94
  445. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +14 -88
  446. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +14 -88
  447. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +389 -0
  448. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +28 -90
  449. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +14 -88
  450. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +119 -140
  451. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +28 -90
  452. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +116 -112
  453. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +52 -92
  454. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +20 -93
  455. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +39 -0
  456. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +14 -88
  457. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +44 -0
  458. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +126 -0
  459. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +14 -88
  460. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -90
  461. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -90
  462. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -90
  463. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -90
  464. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +16 -90
  465. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -90
  466. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +61 -99
  467. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +34 -101
  468. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -103
  469. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +34 -101
  470. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -103
  471. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +34 -101
  472. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -103
  473. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +40 -102
  474. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -103
  475. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +34 -101
  476. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +36 -103
  477. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +34 -101
  478. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -103
  479. package/internal-do-not-import-from-here/ux/filterengine/handler/BooleanFilterEngineHandler.d.ts +1 -1
  480. package/internal-do-not-import-from-here/ux/filterengine/handler/DateFilterEngineHandler.d.ts +1 -1
  481. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +16 -7
  482. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +4 -1
  483. package/internal-do-not-import-from-here/ux/filterengine/handler/NumberFilterEngineHandler.d.ts +1 -1
  484. package/internal-do-not-import-from-here/ux/filterengine/handler/PersonFilterEngineHandler.d.ts +1 -1
  485. package/internal-do-not-import-from-here/ux/filterengine/handler/TagsFilterEngineHandler.d.ts +1 -1
  486. package/internal-do-not-import-from-here/ux/filterengine/handler/TextFilterEngineHandler.d.ts +10 -6
  487. package/internal-do-not-import-from-here/ux/filterengine/handler/index.d.ts +1 -0
  488. package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
  489. package/internal-do-not-import-from-here/ux/filterengine/shared/date/DateTimeFilterEngineHelper.d.ts +11 -0
  490. package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +2 -0
  491. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +3 -0
  492. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +196 -170
  493. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -83
  494. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +361 -34
  495. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +61 -0
  496. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +76 -11
  497. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +22 -0
  498. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +4 -0
  499. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +23 -0
  500. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +10 -0
  501. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +51 -0
  502. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +19 -0
  503. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +16 -0
  504. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +6 -0
  505. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +19 -0
  506. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +16 -0
  507. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +43 -0
  508. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +4 -0
  509. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +56 -0
  510. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +16 -0
  511. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +82 -0
  512. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +16 -0
  513. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +128 -0
  514. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +115 -0
  515. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +7 -0
  516. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +39 -0
  517. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +39 -0
  518. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +51 -0
  519. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  520. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  521. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  522. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  523. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  524. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  525. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +2 -0
  526. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  527. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +217 -0
  528. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +2 -0
  529. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +76 -0
  530. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +3 -0
  531. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +8 -0
  532. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +16 -0
  533. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +16 -0
  534. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +16 -0
  535. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +16 -0
  536. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +16 -0
  537. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +16 -0
  538. package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +3 -0
  539. package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
  540. package/internal-do-not-import-from-here/ux/icon/index.d.ts +0 -1
  541. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +0 -15
  542. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +323 -43
  543. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
  544. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +351 -192
  545. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +8 -83
  546. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +5 -0
  547. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +69 -97
  548. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +78 -104
  549. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +80 -100
  550. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +4 -0
  551. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +8 -4
  552. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +515 -195
  553. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +527 -201
  554. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +615 -316
  555. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +672 -232
  556. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +645 -237
  557. package/internal-do-not-import-from-here/ux/identitypicker/Shared.d.ts +3 -0
  558. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +3 -1
  559. package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +8 -0
  560. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +1 -0
  561. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +186 -254
  562. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
  563. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +136 -27
  564. package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
  565. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
  566. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  567. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +19 -89
  568. package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
  569. package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
  570. package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
  571. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +8 -83
  572. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -5
  573. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +480 -240
  574. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +143 -125
  575. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenuStyles.css.d.ts +3 -0
  576. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
  577. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +51 -88
  578. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +8 -83
  579. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +8 -83
  580. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +8 -83
  581. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +8 -83
  582. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +2 -7
  583. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +2 -0
  584. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +34 -12
  585. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +302 -87
  586. package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +16 -0
  587. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +648 -0
  588. package/internal-do-not-import-from-here/ux/journey/v2/use/index.d.ts +1 -0
  589. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +1 -14
  590. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +611 -43
  591. package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
  592. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/PlaceHolderApis.d.ts +1 -0
  593. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/TemplateRegistrationApis.d.ts +1 -0
  594. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +184 -148
  595. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +62 -130
  596. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +56 -117
  597. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +19 -89
  598. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +37 -102
  599. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +57 -115
  600. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -2
  601. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutColumn.d.ts +0 -0
  602. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutPlaceHolder.d.ts +0 -0
  603. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts +0 -0
  604. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts +0 -0
  605. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts +0 -0
  606. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +11 -0
  607. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +6 -0
  608. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +9 -0
  609. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +5 -0
  610. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +15 -0
  611. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +8 -0
  612. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
  613. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
  614. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +8 -83
  615. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +49 -128
  616. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +8 -83
  617. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +8 -83
  618. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +19 -89
  619. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +25 -109
  620. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +81 -131
  621. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +10 -571
  622. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +10 -571
  623. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +10 -571
  624. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +10 -571
  625. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +10 -571
  626. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  627. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +81 -145
  628. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +75 -107
  629. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +19 -89
  630. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +32 -98
  631. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +99 -269
  632. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +99 -269
  633. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +99 -269
  634. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +8 -83
  635. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +99 -269
  636. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +99 -269
  637. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +8 -83
  638. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +99 -269
  639. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +99 -269
  640. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +99 -269
  641. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +99 -269
  642. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +19 -89
  643. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +19 -89
  644. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +43 -0
  645. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +64 -121
  646. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +19 -89
  647. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +19 -89
  648. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +26 -90
  649. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +29 -88
  650. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.css.d.ts +4 -0
  651. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +93 -0
  652. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/index.d.ts +1 -0
  653. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/SizeContainerStore.d.ts +40 -0
  654. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/index.d.ts +1 -0
  655. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  656. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +71 -139
  657. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +3 -1
  658. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -1
  659. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
  660. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +147 -177
  661. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +87 -126
  662. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +5 -11
  663. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +85 -0
  664. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.css.d.ts +21 -0
  665. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +170 -0
  666. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/index.d.ts +5 -0
  667. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +29 -96
  668. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
  669. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
  670. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +43 -192
  671. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +7 -0
  672. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +36 -184
  673. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +10 -0
  674. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +37 -191
  675. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +48 -0
  676. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +59 -117
  677. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +7 -0
  678. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +36 -167
  679. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +82 -132
  680. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts +0 -0
  681. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -14
  682. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +1 -0
  683. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +0 -16
  684. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +0 -69
  685. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +0 -2
  686. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -0
  687. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +144 -3
  688. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -2
  689. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +17 -91
  690. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
  691. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +17 -0
  692. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +17 -0
  693. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +17 -0
  694. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  695. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -1
  696. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +189 -229
  697. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  698. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +53 -100
  699. package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
  700. package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
  701. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
  702. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
  703. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
  704. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
  705. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
  706. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +46 -0
  707. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +12 -0
  708. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +47 -0
  709. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +6 -0
  710. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/IInternalGalleryDisplayProvider.d.ts +4 -0
  711. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/Registration.d.ts +1 -0
  712. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/index.d.ts +1 -0
  713. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/index.d.ts +1 -0
  714. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +4 -0
  715. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +62 -0
  716. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/CollageMetadata.d.ts +5 -0
  717. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +19 -0
  718. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +95 -0
  719. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +67 -0
  720. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +50 -0
  721. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +32 -0
  722. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +47 -0
  723. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +40 -0
  724. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -0
  725. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +84 -0
  726. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +19 -0
  727. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +7 -0
  728. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +60 -0
  729. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.css.d.ts +4 -0
  730. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +54 -0
  731. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +8 -0
  732. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +632 -0
  733. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
  734. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
  735. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +30 -0
  736. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
  737. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaPickerImageHandler.d.ts +33 -0
  738. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +3 -0
  739. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +5 -0
  740. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
  741. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
  742. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +16 -0
  743. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
  744. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
  745. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +82 -0
  746. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
  747. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
  748. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/Interfaces.d.ts +0 -0
  749. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +16 -0
  750. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +54 -0
  751. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  752. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +47 -0
  753. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +204 -0
  754. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +64 -0
  755. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  756. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +48 -0
  757. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  758. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +16 -0
  759. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Constants.d.ts +92 -0
  760. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
  761. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +31 -0
  762. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
  763. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
  764. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +94 -0
  765. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +59 -0
  766. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +155 -0
  767. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +116 -0
  768. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +3 -0
  769. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -0
  770. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +356 -23
  771. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -16
  772. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.css.d.ts +0 -16
  773. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +0 -64
  774. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +4 -2
  775. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +0 -17
  776. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.css.d.ts +0 -18
  777. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +0 -54
  778. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +4 -2
  779. package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
  780. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +407 -0
  781. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
  782. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
  783. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
  784. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +34 -0
  785. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -11
  786. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +0 -46
  787. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -18
  788. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
  789. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -26
  790. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +0 -40
  791. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +0 -131
  792. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +2 -1
  793. package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -2
  794. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +0 -0
  795. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +0 -0
  796. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +0 -0
  797. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +25 -0
  798. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowEmbedMethods.d.ts +4 -0
  799. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +31 -0
  800. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowResponse.d.ts +8 -0
  801. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoInfo.d.ts +27 -0
  802. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoPlayerProps.d.ts +9 -0
  803. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +5 -0
  804. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +0 -0
  805. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +0 -0
  806. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +0 -1
  807. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -65
  808. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
  809. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -80
  810. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +0 -0
  811. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
  812. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +0 -17
  813. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.css.d.ts +0 -5
  814. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +16 -17
  815. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +2 -2
  816. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +408 -0
  817. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +11 -0
  818. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +12 -0
  819. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
  820. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +3 -0
  821. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
  822. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
  823. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
  824. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
  825. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
  826. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
  827. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
  828. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
  829. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
  830. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
  831. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
  832. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
  833. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
  834. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
  835. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +4 -0
  836. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -19
  837. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.css.d.ts +0 -1
  838. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +0 -34
  839. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +5 -1
  840. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  841. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +16 -0
  842. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +11 -0
  843. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
  844. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
  845. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +4 -0
  846. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -1
  847. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +12 -0
  848. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +5 -3
  849. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +1 -0
  850. package/internal-do-not-import-from-here/ux/models/AppLayoutPlaceHolder.d.ts +2 -0
  851. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +8 -4
  852. package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
  853. package/internal-do-not-import-from-here/ux/models/Directives.d.ts +12 -0
  854. package/internal-do-not-import-from-here/ux/models/FileUploaderStyles.d.ts +0 -13
  855. package/internal-do-not-import-from-here/ux/models/IconStyles.d.ts +1 -1
  856. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
  857. package/internal-do-not-import-from-here/ux/models/MultiTextInputItem.d.ts +6 -0
  858. package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +1 -0
  859. package/internal-do-not-import-from-here/ux/models/RichTextEditorStyles.d.ts +1 -2
  860. package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
  861. package/internal-do-not-import-from-here/ux/models/TableMenuStyle.d.ts +2 -3
  862. package/internal-do-not-import-from-here/ux/models/UrlInputStyles.d.ts +1 -15
  863. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +5 -7
  864. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -5
  865. package/internal-do-not-import-from-here/ux/models/index.d.ts +5 -1
  866. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +2 -1
  867. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +259 -306
  868. package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +2 -0
  869. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +338 -296
  870. package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +4 -1
  871. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +53 -0
  872. package/internal-do-not-import-from-here/ux/multitextinput/loc/localize.d.ts +8 -0
  873. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +30 -104
  874. package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
  875. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +1 -0
  876. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +153 -0
  877. package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
  878. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +16 -0
  879. package/internal-do-not-import-from-here/ux/oxide/alert/docs/index.d.ts +1 -0
  880. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +15 -2
  881. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +197 -167
  882. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +8 -83
  883. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +148 -100
  884. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +8 -83
  885. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +465 -132
  886. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +8 -83
  887. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
  888. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +366 -178
  889. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +8 -83
  890. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +8 -83
  891. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +2 -2
  892. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +119 -157
  893. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +8 -83
  894. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +69 -124
  895. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +8 -83
  896. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
  897. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +195 -157
  898. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +8 -83
  899. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +4 -0
  900. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +215 -127
  901. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +8 -83
  902. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +8 -0
  903. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +233 -0
  904. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  905. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/ExampleComponents.d.ts +1 -0
  906. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +16 -0
  907. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/index.d.ts +1 -0
  908. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +10 -2
  909. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +204 -182
  910. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +3 -0
  911. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +332 -0
  912. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +8 -83
  913. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -0
  914. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +520 -3
  915. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +376 -220
  916. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +980 -0
  917. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +24 -0
  918. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +8 -83
  919. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
  920. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +342 -0
  921. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/ExampleComponents.d.ts +1 -0
  922. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +16 -0
  923. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/index.d.ts +1 -0
  924. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +5 -4
  925. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +275 -214
  926. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +8 -83
  927. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +8 -83
  928. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +8 -83
  929. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +8 -83
  930. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +8 -83
  931. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -1
  932. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +80 -86
  933. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +8 -83
  934. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +305 -563
  935. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +8 -83
  936. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -3
  937. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +131 -143
  938. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +1 -0
  939. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +141 -150
  940. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +8 -83
  941. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
  942. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +151 -0
  943. package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +17 -0
  944. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +391 -0
  945. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +16 -0
  946. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
  947. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -0
  948. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +3 -0
  949. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +66 -0
  950. package/internal-do-not-import-from-here/ux/oxide/form/docs/ExampleComponents.d.ts +1 -0
  951. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +16 -0
  952. package/internal-do-not-import-from-here/ux/oxide/form/docs/index.d.ts +1 -0
  953. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +63 -121
  954. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +8 -83
  955. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  956. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +191 -135
  957. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +8 -83
  958. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +8 -83
  959. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +228 -105
  960. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +8 -83
  961. package/internal-do-not-import-from-here/ux/oxide/index.d.ts +2 -0
  962. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +227 -0
  963. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
  964. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +16 -0
  965. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
  966. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +31 -111
  967. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +8 -83
  968. package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
  969. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +141 -0
  970. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +175 -151
  971. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +8 -83
  972. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  973. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +110 -135
  974. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +145 -157
  975. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +8 -83
  976. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +65 -132
  977. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +8 -83
  978. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +262 -192
  979. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +8 -83
  980. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  981. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +147 -151
  982. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +8 -83
  983. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +10 -0
  984. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +158 -0
  985. package/internal-do-not-import-from-here/ux/oxide/notification/docs/ExampleComponents.d.ts +1 -0
  986. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +16 -0
  987. package/internal-do-not-import-from-here/ux/oxide/notification/docs/index.d.ts +1 -0
  988. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +274 -0
  989. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -4
  990. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +224 -206
  991. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +8 -83
  992. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +8 -83
  993. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +8 -83
  994. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +16 -0
  995. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +90 -86
  996. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +8 -83
  997. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
  998. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +57 -117
  999. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +1 -0
  1000. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +183 -138
  1001. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +8 -83
  1002. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +4 -0
  1003. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +409 -0
  1004. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.css.d.ts +1 -0
  1005. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +324 -0
  1006. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +3 -0
  1007. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +233 -0
  1008. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/ExampleComponents.d.ts +1 -0
  1009. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +16 -0
  1010. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/index.d.ts +1 -0
  1011. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/index.d.ts +1 -0
  1012. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +89 -0
  1013. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/index.d.ts +1 -0
  1014. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -2
  1015. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +396 -255
  1016. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +8 -83
  1017. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
  1018. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +130 -0
  1019. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
  1020. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +16 -0
  1021. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
  1022. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +16 -0
  1023. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +4 -0
  1024. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +279 -0
  1025. package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +16 -0
  1026. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/ExampleComponents.d.ts +1 -0
  1027. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +16 -0
  1028. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/index.d.ts +1 -0
  1029. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  1030. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +85 -0
  1031. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/index.d.ts +1 -0
  1032. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
  1033. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +298 -171
  1034. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +8 -83
  1035. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +8 -83
  1036. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +8 -83
  1037. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.css.d.ts +3 -0
  1038. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +67 -129
  1039. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +8 -83
  1040. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +8 -83
  1041. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +8 -83
  1042. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.css.d.ts +4 -0
  1043. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +154 -0
  1044. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +163 -0
  1045. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +48 -104
  1046. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +63 -97
  1047. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +8 -83
  1048. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
  1049. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +223 -142
  1050. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +8 -83
  1051. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -2
  1052. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +168 -148
  1053. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -2
  1054. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +302 -156
  1055. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +8 -83
  1056. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +39 -115
  1057. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +8 -83
  1058. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +147 -143
  1059. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +8 -83
  1060. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +8 -83
  1061. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +392 -171
  1062. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +389 -233
  1063. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +8 -83
  1064. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
  1065. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +198 -160
  1066. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +8 -83
  1067. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +169 -123
  1068. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +8 -83
  1069. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +439 -165
  1070. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +8 -83
  1071. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +40 -92
  1072. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +8 -83
  1073. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +8 -83
  1074. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +149 -160
  1075. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  1076. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  1077. package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
  1078. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +8 -83
  1079. package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
  1080. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +0 -29
  1081. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +243 -34
  1082. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +72 -91
  1083. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
  1084. package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +0 -1
  1085. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +2 -1
  1086. package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
  1087. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +8 -83
  1088. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +8 -83
  1089. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
  1090. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +354 -0
  1091. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +2 -5
  1092. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
  1093. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +49 -98
  1094. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +37 -102
  1095. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.css.d.ts +2 -0
  1096. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +30 -92
  1097. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +35 -96
  1098. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.css.d.ts +9 -0
  1099. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +50 -0
  1100. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.css.d.ts +9 -0
  1101. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +55 -0
  1102. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfilePropertyDefinition.d.ts +1 -0
  1103. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.css.d.ts +2 -0
  1104. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +60 -102
  1105. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +37 -102
  1106. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +52 -0
  1107. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.css.d.ts +2 -0
  1108. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +56 -98
  1109. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +37 -102
  1110. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.css.d.ts +2 -0
  1111. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +27 -91
  1112. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +31 -95
  1113. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +32 -91
  1114. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +3 -0
  1115. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +27 -91
  1116. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +37 -96
  1117. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +32 -91
  1118. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +3 -0
  1119. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +115 -99
  1120. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +44 -103
  1121. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +32 -91
  1122. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +3 -0
  1123. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +27 -91
  1124. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.css.d.ts +1 -1
  1125. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +26 -95
  1126. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.css.d.ts +2 -0
  1127. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +30 -92
  1128. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +36 -96
  1129. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +3 -0
  1130. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +30 -92
  1131. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +35 -96
  1132. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +32 -91
  1133. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.css.d.ts +9 -0
  1134. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +30 -92
  1135. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +29 -96
  1136. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +3 -0
  1137. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +27 -91
  1138. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +31 -95
  1139. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.css.d.ts +2 -0
  1140. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +30 -92
  1141. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +29 -96
  1142. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.css.d.ts +2 -0
  1143. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +30 -92
  1144. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +29 -96
  1145. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.css.d.ts +2 -0
  1146. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +57 -99
  1147. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +26 -95
  1148. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +10 -0
  1149. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +206 -0
  1150. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.css.d.ts +7 -0
  1151. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +67 -0
  1152. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsPropertyDefinition.d.ts +1 -0
  1153. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.css.d.ts +2 -0
  1154. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +30 -92
  1155. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.css.d.ts +2 -0
  1156. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +35 -96
  1157. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.css.d.ts +2 -0
  1158. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +56 -98
  1159. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +37 -102
  1160. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.css.d.ts +9 -0
  1161. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +50 -0
  1162. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.css.d.ts +9 -0
  1163. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +55 -0
  1164. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypePropertyDefinition.d.ts +1 -0
  1165. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -2
  1166. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +8 -0
  1167. package/internal-do-not-import-from-here/ux/properties/models/PropertyInput.d.ts +2 -0
  1168. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +6 -2
  1169. package/internal-do-not-import-from-here/ux/properties/models/PropertySettingsLock.d.ts +25 -0
  1170. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +2 -0
  1171. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +34 -92
  1172. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +34 -92
  1173. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +460 -0
  1174. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +40 -102
  1175. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +34 -104
  1176. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +49 -102
  1177. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +202 -214
  1178. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +276 -234
  1179. package/internal-do-not-import-from-here/ux/propertyBindingProvider/propertyBindingProviderRegistration.d.ts +1 -0
  1180. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +32 -97
  1181. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +33 -86
  1182. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +4 -8
  1183. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorExtensionHelper.d.ts +1 -4
  1184. package/internal-do-not-import-from-here/ux/richtexteditor/InternalRichTextEditorApi.d.ts +2 -2
  1185. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
  1186. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +7 -3
  1187. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +323 -270
  1188. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +3 -1
  1189. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +389 -48
  1190. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +1 -1
  1191. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.css.d.ts +0 -1
  1192. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +58 -567
  1193. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +3 -1
  1194. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +24 -5
  1195. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -2
  1196. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +16 -13
  1197. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +124 -5
  1198. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +116 -20
  1199. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -2
  1200. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +16 -5
  1201. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +25 -5
  1202. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +1 -2
  1203. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +16 -12
  1204. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +10 -5
  1205. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
  1206. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +8 -83
  1207. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +11 -5
  1208. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +1 -2
  1209. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +8 -83
  1210. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +25 -5
  1211. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +1 -2
  1212. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +16 -9
  1213. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +25 -5
  1214. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +1 -2
  1215. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +16 -9
  1216. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -2
  1217. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +25 -5
  1218. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +17 -2
  1219. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +16 -12
  1220. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +7 -8
  1221. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +43 -16
  1222. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
  1223. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +1 -2
  1224. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +1 -2
  1225. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +1 -2
  1226. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +9 -9
  1227. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +1 -2
  1228. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +1 -2
  1229. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +1 -2
  1230. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +10 -2
  1231. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +1 -2
  1232. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +1 -2
  1233. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +20 -13
  1234. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +2 -3
  1235. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +28 -13
  1236. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +3 -4
  1237. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +16 -28
  1238. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
  1239. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +11 -5
  1240. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +8 -83
  1241. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +25 -5
  1242. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +1 -2
  1243. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +16 -9
  1244. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +55 -5
  1245. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +47 -19
  1246. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +11 -5
  1247. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +1 -2
  1248. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +8 -83
  1249. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +57 -7
  1250. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +47 -14
  1251. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +8 -4
  1252. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +1 -2
  1253. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +176 -13
  1254. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +164 -25
  1255. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
  1256. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +9 -0
  1257. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
  1258. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
  1259. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +8 -2
  1260. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +9 -7
  1261. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +165 -0
  1262. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +1 -2
  1263. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +1 -2
  1264. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +1 -2
  1265. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +1 -2
  1266. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +1 -2
  1267. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +1 -2
  1268. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +1 -2
  1269. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +1 -2
  1270. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +1 -2
  1271. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +17 -11
  1272. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +2 -2
  1273. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +11 -5
  1274. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +1 -2
  1275. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +8 -83
  1276. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +1 -2
  1277. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +2 -2
  1278. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +7 -5
  1279. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +1 -2
  1280. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +17 -5
  1281. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +25 -5
  1282. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +1 -2
  1283. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +16 -9
  1284. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +44 -5
  1285. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +16 -2
  1286. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +16 -62
  1287. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +16 -34
  1288. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +1 -2
  1289. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +1 -2
  1290. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +1 -2
  1291. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Utils.d.ts +22 -0
  1292. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/index.d.ts +1 -1
  1293. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/ui/TableNodeView.d.ts +16 -1
  1294. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +1 -2
  1295. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +25 -5
  1296. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +18 -4
  1297. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +16 -14
  1298. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +49 -11
  1299. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +10 -3
  1300. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +39 -24
  1301. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +15 -2
  1302. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +39 -15
  1303. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +1 -2
  1304. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +25 -5
  1305. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +16 -12
  1306. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +12 -5
  1307. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +1 -2
  1308. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +1 -2
  1309. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +11 -5
  1310. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +1 -2
  1311. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +8 -83
  1312. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +4 -1
  1313. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  1314. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +6 -0
  1315. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
  1316. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +2 -0
  1317. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -14
  1318. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +47 -21
  1319. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +43 -119
  1320. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +0 -1
  1321. package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
  1322. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +208 -0
  1323. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +162 -177
  1324. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  1325. package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
  1326. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
  1327. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +28 -90
  1328. package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
  1329. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +8 -83
  1330. package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
  1331. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +8 -83
  1332. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +27 -0
  1333. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +26 -0
  1334. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +27 -1
  1335. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +21 -95
  1336. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +15 -89
  1337. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +15 -90
  1338. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +15 -89
  1339. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +32 -0
  1340. package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
  1341. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +8 -83
  1342. package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +1 -1
  1343. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +655 -74
  1344. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +16 -44
  1345. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -34
  1346. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
  1347. package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
  1348. package/internal-do-not-import-from-here/ux/social/Like.d.ts +417 -69
  1349. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +206 -26
  1350. package/internal-do-not-import-from-here/ux/social/Reactions.css.d.ts +31 -0
  1351. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +188 -0
  1352. package/internal-do-not-import-from-here/ux/social/docs/ExampleComponents.d.ts +1 -0
  1353. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +16 -0
  1354. package/internal-do-not-import-from-here/ux/social/docs/index.d.ts +1 -0
  1355. package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
  1356. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +72 -15
  1357. package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
  1358. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
  1359. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
  1360. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +323 -79
  1361. package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
  1362. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +126 -40
  1363. package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
  1364. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
  1365. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +27 -0
  1366. package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
  1367. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
  1368. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
  1369. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
  1370. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +8 -83
  1371. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +50 -108
  1372. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  1373. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.css.d.ts +1 -1
  1374. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +489 -28
  1375. package/internal-do-not-import-from-here/ux/texttranslator/ITextTranslator.d.ts +0 -14
  1376. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.css.d.ts +3 -1
  1377. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +128 -39
  1378. package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
  1379. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +1 -1
  1380. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
  1381. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +188 -242
  1382. package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
  1383. package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +16 -0
  1384. package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
  1385. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/DefinitionsJourney.d.ts +0 -0
  1386. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +22 -0
  1387. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts +16 -0
  1388. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +82 -0
  1389. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/BlueprintsJourney.d.ts +22 -0
  1390. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ComponentsBlade.d.ts +16 -0
  1391. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/EditBlueprint.d.ts +16 -0
  1392. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts +16 -0
  1393. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +16 -0
  1394. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/BlueprintEditorStore.d.ts +49 -0
  1395. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/SpacingJourney.d.ts +16 -0
  1396. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts +16 -0
  1397. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +66 -0
  1398. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/TypographyJourney.d.ts +22 -0
  1399. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +4 -0
  1400. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.d.ts +16 -0
  1401. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographySettingsBlade.d.ts +16 -0
  1402. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +8 -0
  1403. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.d.ts +390 -0
  1404. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +112 -0
  1405. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney.d.ts +22 -0
  1406. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +16 -0
  1407. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +65 -0
  1408. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +22 -0
  1409. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +95 -0
  1410. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +33 -0
  1411. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +178 -0
  1412. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +9 -0
  1413. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +3 -0
  1414. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/DefinitionRegistrations.d.ts +1 -0
  1415. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/ThemeRegistrations.d.ts +1 -0
  1416. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/Todo.d.ts +2 -0
  1417. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/index.d.ts +1 -0
  1418. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +0 -0
  1419. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +0 -0
  1420. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +0 -0
  1421. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +0 -0
  1422. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +0 -0
  1423. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/index.d.ts +3 -0
  1424. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
  1425. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +11 -0
  1426. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
  1427. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
  1428. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
  1429. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
  1430. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsSpacing.d.ts +28 -0
  1431. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +428 -0
  1432. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +27 -0
  1433. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +43 -0
  1434. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/ApiRegistrations.d.ts +0 -0
  1435. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
  1436. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +8 -0
  1437. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
  1438. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
  1439. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
  1440. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  1441. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +19 -0
  1442. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +98 -0
  1443. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/useDocumentationDesignKit.d.ts +6 -0
  1444. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/ThemeRegistrations.d.ts +1 -0
  1445. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
  1446. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +11 -0
  1447. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
  1448. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
  1449. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
  1450. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  1451. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +19 -0
  1452. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +158 -0
  1453. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/useEditorDesignKit.d.ts +7 -0
  1454. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
  1455. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/DefinitionRegistrations.d.ts +1 -0
  1456. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
  1457. package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +58 -0
  1458. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -9
  1459. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +436 -0
  1460. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +29 -0
  1461. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +29 -0
  1462. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaManager.d.ts +12 -0
  1463. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +479 -0
  1464. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
  1465. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +29 -0
  1466. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +437 -0
  1467. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +29 -0
  1468. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +377 -0
  1469. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +42 -0
  1470. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +42 -0
  1471. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +438 -0
  1472. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +29 -0
  1473. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +45 -0
  1474. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +16 -0
  1475. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +1478 -0
  1476. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -1
  1477. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +7 -7
  1478. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +7 -0
  1479. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +1 -1
  1480. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  1481. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +12 -0
  1482. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +10 -4
  1483. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -0
  1484. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +202 -239
  1485. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +12337 -99
  1486. package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +0 -24
  1487. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +453 -29
  1488. package/internal-do-not-import-from-here/ux/timeperiodpicker/index.d.ts +0 -1
  1489. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +518 -44
  1490. package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
  1491. package/internal-do-not-import-from-here/ux/use/Shared.d.ts +6 -0
  1492. package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
  1493. package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
  1494. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
  1495. package/internal-do-not-import-from-here/ux/use/UseBlockInstance.d.ts +2 -0
  1496. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +492 -49
  1497. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  1498. package/internal-do-not-import-from-here/ux/use/UseContainerQuery.d.ts +9 -0
  1499. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +27 -9
  1500. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +89 -6
  1501. package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
  1502. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
  1503. package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
  1504. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -3
  1505. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +0 -9
  1506. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +105 -0
  1507. package/internal-do-not-import-from-here/ux/use/index.d.ts +8 -1
  1508. package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -6
  1509. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +2 -1
  1510. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +200 -222
  1511. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +25 -94
  1512. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +39 -94
  1513. package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
  1514. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +8 -83
  1515. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +8 -83
  1516. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +25 -109
  1517. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +33 -117
  1518. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +96 -25
  1519. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  1520. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +16 -0
  1521. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  1522. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +23 -0
  1523. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +8 -83
  1524. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +12 -84
  1525. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  1526. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/DefinitionRegistrations.d.ts +1 -0
  1527. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +6 -0
  1528. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +945 -0
  1529. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +2 -0
  1530. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +2 -0
  1531. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  1532. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  1533. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +2 -0
  1534. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +3 -0
  1535. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +10 -0
  1536. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +14 -0
  1537. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +2 -0
  1538. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +176 -0
  1539. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -1
  1540. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +317 -247
  1541. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +174 -214
  1542. package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +2 -0
  1543. package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
  1544. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
  1545. package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
  1546. package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +3 -0
  1547. package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
  1548. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +79 -88
  1549. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +268 -19
  1550. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
  1551. package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  1552. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -1
  1553. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
  1554. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +13 -4
  1555. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +3 -2
  1556. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -1
  1557. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
  1558. package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
  1559. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -8
  1560. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
  1561. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
  1562. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +26 -2
  1563. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +3 -0
  1564. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +15 -0
  1565. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
  1566. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
  1567. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  1568. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  1569. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +10 -5
  1570. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +7 -13
  1571. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +2 -4
  1572. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
  1573. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +5 -1
  1574. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +7 -3
  1575. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
  1576. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
  1577. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +4 -0
  1578. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
  1579. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
  1580. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
  1581. package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
  1582. package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
  1583. package/internal-do-not-import-from-here/ux/velcron/docs/components/Video.d.ts +1 -0
  1584. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +2 -0
  1585. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +1 -0
  1586. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +277 -286
  1587. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +8 -83
  1588. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +8 -83
  1589. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +8 -83
  1590. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +8 -83
  1591. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +19 -93
  1592. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +8 -83
  1593. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +8 -83
  1594. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +8 -83
  1595. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +8 -83
  1596. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +8 -83
  1597. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +8 -83
  1598. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +8 -83
  1599. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +8 -83
  1600. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +15 -89
  1601. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +15 -89
  1602. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +8 -83
  1603. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +15 -89
  1604. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +15 -89
  1605. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  1606. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +245 -60
  1607. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
  1608. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +100 -155
  1609. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +93 -95
  1610. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +15 -89
  1611. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +15 -89
  1612. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +32 -0
  1613. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +15 -89
  1614. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +20 -94
  1615. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +15 -89
  1616. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +15 -89
  1617. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +32 -0
  1618. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +32 -0
  1619. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +32 -0
  1620. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +15 -89
  1621. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +15 -89
  1622. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +15 -89
  1623. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +15 -89
  1624. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +15 -89
  1625. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +32 -0
  1626. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +32 -0
  1627. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +15 -89
  1628. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +15 -89
  1629. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +15 -89
  1630. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +32 -0
  1631. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +15 -89
  1632. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +146 -212
  1633. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +136 -206
  1634. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +136 -206
  1635. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +384 -0
  1636. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +158 -206
  1637. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +146 -212
  1638. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +146 -212
  1639. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +385 -0
  1640. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +146 -212
  1641. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +168 -212
  1642. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +389 -0
  1643. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +43 -21
  1644. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +16 -1
  1645. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +128 -1
  1646. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +44 -0
  1647. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +69 -24
  1648. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +68 -5
  1649. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +146 -17
  1650. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +198 -26
  1651. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +220 -13
  1652. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +94 -23
  1653. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +5 -1
  1654. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -0
  1655. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +32 -101
  1656. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +97 -22
  1657. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +150 -45
  1658. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +123 -20
  1659. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +47 -14
  1660. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +16 -8
  1661. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +125 -46
  1662. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
  1663. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +230 -0
  1664. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +175 -166
  1665. package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
  1666. package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
  1667. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
  1668. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +284 -59
  1669. package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
  1670. package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -2
  1671. package/internal-do-not-import-from-here/vue/vuecustomelement/Helpers.d.ts +8 -2
  1672. package/internal-do-not-import-from-here/wctypings.d.ts +4433 -1503
  1673. package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
  1674. package/package.json +12 -12
  1675. package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +0 -7
  1676. package/internal-do-not-import-from-here/core/utils/gpt3utils/GPT3Utils.d.ts +0 -5
  1677. package/internal-do-not-import-from-here/core/utils/gpt3utils/index.d.ts +0 -1
  1678. package/internal-do-not-import-from-here/services/properties/bindings/providers/ExtendedEnterprisePropertyBindingProvider.d.ts +0 -9
  1679. package/internal-do-not-import-from-here/services/properties/bindings/providers/IdentityPropertyBindingProvider.d.ts +0 -10
  1680. package/internal-do-not-import-from-here/services/properties/bindings/providers/index.d.ts +0 -2
  1681. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
  1682. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  1683. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
  1684. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
  1685. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -262
  1686. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +0 -6
  1687. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -434
  1688. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +0 -91
  1689. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +0 -6
  1690. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +0 -488
  1691. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +0 -91
  1692. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +0 -105
  1693. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +0 -105
  1694. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +0 -425
  1695. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +0 -95
  1696. package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +0 -91
  1697. package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
  1698. package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
  1699. package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
  1700. package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
  1701. package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
  1702. package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
  1703. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -12
  1704. package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
  1705. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
  1706. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +0 -91
  1707. package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
  1708. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
  1709. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +0 -24
  1710. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
  1711. package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +0 -26
  1712. package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
  1713. package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
  1714. package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +0 -4
  1715. package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +0 -104
  1716. package/internal-do-not-import-from-here/ux/icon/IconPresets.d.ts +0 -6
  1717. package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
  1718. package/internal-do-not-import-from-here/ux/imagetransformation/constants.d.ts +0 -80
  1719. package/internal-do-not-import-from-here/ux/imagetransformation/enums.d.ts +0 -13
  1720. package/internal-do-not-import-from-here/ux/imagetransformation/image-svg-transfomer.d.ts +0 -60
  1721. package/internal-do-not-import-from-here/ux/imagetransformation/image-transfomer.d.ts +0 -7
  1722. package/internal-do-not-import-from-here/ux/imagetransformation/index.d.ts +0 -4
  1723. package/internal-do-not-import-from-here/ux/imagetransformation/interfaces.d.ts +0 -8
  1724. package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +0 -14
  1725. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
  1726. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +0 -26
  1727. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
  1728. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
  1729. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +0 -23
  1730. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
  1731. package/internal-do-not-import-from-here/ux/imagetransformer/Constants.d.ts +0 -14
  1732. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +0 -18
  1733. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +0 -5
  1734. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
  1735. package/internal-do-not-import-from-here/ux/imagetransformer/loc/localize.d.ts +0 -46
  1736. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
  1737. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
  1738. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
  1739. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
  1740. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
  1741. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
  1742. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
  1743. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
  1744. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
  1745. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
  1746. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
  1747. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
  1748. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
  1749. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
  1750. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
  1751. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
  1752. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
  1753. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
  1754. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
  1755. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
  1756. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
  1757. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
  1758. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
  1759. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
  1760. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
  1761. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
  1762. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
  1763. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
  1764. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
  1765. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
  1766. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
  1767. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
  1768. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
  1769. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
  1770. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
  1771. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
  1772. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
  1773. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
  1774. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
  1775. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
  1776. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
  1777. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
  1778. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
  1779. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
  1780. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
  1781. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
  1782. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
  1783. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
  1784. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
  1785. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -1003
  1786. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
  1787. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
  1788. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
  1789. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
  1790. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
  1791. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
  1792. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
  1793. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -165
  1794. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +0 -18
  1795. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -234
  1796. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +0 -19
  1797. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -237
  1798. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +0 -163
  1799. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts +0 -15
  1800. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -256
  1801. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +0 -19
  1802. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -246
  1803. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
  1804. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +0 -39
  1805. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +0 -47
  1806. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +0 -32
  1807. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/internal.d.ts +0 -3
  1808. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +0 -218
  1809. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +0 -92
  1810. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +0 -33
  1811. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +0 -18
  1812. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +0 -17
  1813. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerComponentProps.d.ts +0 -29
  1814. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -86
  1815. package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +0 -36
  1816. package/internal-do-not-import-from-here/ux/mediapicker/core/index.d.ts +0 -1
  1817. package/internal-do-not-import-from-here/ux/mediapicker/loc/localize.d.ts +0 -14
  1818. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +0 -36
  1819. package/internal-do-not-import-from-here/ux/mediapickerimage/index.d.ts +0 -1
  1820. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -39
  1821. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
  1822. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
  1823. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/localize.d.ts +0 -34
  1824. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +0 -2
  1825. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
  1826. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -28
  1827. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/loc/localize.d.ts +0 -11
  1828. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +0 -91
  1829. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +0 -91
  1830. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +0 -91
  1831. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -20
  1832. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/ParsingMicrosoftWordImageHandler.d.ts +0 -9
  1833. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableView.d.ts +0 -12
  1834. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +0 -16
  1835. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
  1836. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
  1837. package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
  1838. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
  1839. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
  1840. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -595
  1841. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +0 -15
  1842. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +0 -540
  1843. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +0 -91
  1844. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +0 -11
  1845. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +0 -30
  1846. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +0 -7
  1847. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +0 -53
  1848. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +0 -202
  1849. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +0 -19
  1850. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +0 -25
  1851. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +0 -23
  1852. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/Colors.d.ts +0 -29
  1853. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +0 -9
  1854. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +0 -2
  1855. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +0 -3
  1856. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +0 -1
  1857. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +0 -21
  1858. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/SpacingTypes.d.ts +0 -25
  1859. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +0 -23
  1860. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/TypographyTypes.d.ts +0 -289
  1861. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +0 -48
  1862. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +0 -1
  1863. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +0 -6
  1864. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +0 -17
  1865. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +0 -97
  1866. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +0 -6
  1867. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +0 -1
  1868. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/Blueprints.d.ts +0 -16
  1869. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +0 -17
  1870. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +0 -97
  1871. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +0 -7
  1872. package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +0 -1
  1873. package/internal-do-not-import-from-here/ux/theming-v2/skins/pages/definitions/headers/HeaderWithImage.d.ts +0 -2
  1874. package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +0 -63
  1875. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -188
  1876. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
  1877. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -159
  1878. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -91
  1879. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -91
  1880. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
  1881. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -91
  1882. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +0 -91
  1883. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
  1884. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -91
  1885. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -91
  1886. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -91
  1887. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -91
  1888. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
  1889. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
  1890. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
  1891. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -19
  1892. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -24
  1893. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
  1894. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +0 -488
  1895. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +0 -91
  1896. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +0 -42
  1897. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -51
  1898. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +0 -101
  1899. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
  1900. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +0 -106
  1901. /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
  1902. /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
  1903. /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
  1904. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
  1905. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
  1906. /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  1907. /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
  1908. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
  1909. /package/internal-do-not-import-from-here/ux/{oxide/textarea → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
  1910. /package/internal-do-not-import-from-here/ux/{oxide/textarea → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
  1911. /package/internal-do-not-import-from-here/ux/{spacingpicker → colorpicker}/docs/ExampleComponents.d.ts +0 -0
  1912. /package/internal-do-not-import-from-here/ux/{spacingpicker → colorpicker}/docs/index.d.ts +0 -0
  1913. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerContext.d.ts +0 -0
  1914. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → depricated-mediapicker/MediaPickerRenderer.d.ts} +0 -0
  1915. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/index.d.ts +0 -0
  1916. /package/internal-do-not-import-from-here/ux/{richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts → directives/clickoutside/ClickOutSide.d.ts} +0 -0
  1917. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/DefinitionRegistrations.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
  1918. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/ThemeRegistrations.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
  1919. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/definitions/content/Contentblocks.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
  1920. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/editor/ThemeRegistrations.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
  1921. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/pages/DefinitionRegistrations.d.ts → docs/omfx/components/VModel.md.d.ts} +0 -0
  1922. /package/internal-do-not-import-from-here/ux/{typographypicker/docs/index.d.ts → docs/omfx/theming/Introduction.d.ts} +0 -0
  1923. /package/internal-do-not-import-from-here/ux/{features/FeatureActivation_old.d.ts → hub/feed/components/Social.css.d.ts} +0 -0
  1924. /package/internal-do-not-import-from-here/ux/{features/FeaturesJourney_old.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.css.d.ts} +0 -0
  1925. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/documentation/ApiRegistrations.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.d.ts} +0 -0
  1926. /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutColumn.css.d.ts} +0 -0
  1927. /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.css.d.ts +0 -0
  1928. /package/internal-do-not-import-from-here/ux/{typographypicker → mediapickerV2}/docs/ExampleComponents.d.ts +0 -0
  1929. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider → mediapickerV2/imagegrid}/loc/index.d.ts +0 -0
  1930. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/services/BingImageService.d.ts +0 -0
  1931. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/PexelProvider.css.d.ts +0 -0
  1932. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/models/PexelImage.d.ts +0 -0
  1933. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/services/PexelImageService.d.ts +0 -0
  1934. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/BannerImageTop.d.ts +0 -0
  1935. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupAvatar.d.ts +0 -0
  1936. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageLarge.d.ts +0 -0
  1937. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageSmall.d.ts +0 -0
  1938. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTop.d.ts +0 -0
  1939. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
  1940. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/index.d.ts +0 -0
  1941. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/BlockTextIcon.d.ts +0 -0
  1942. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/Pageheader.d.ts +0 -0
  1943. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/index.d.ts +0 -0
  1944. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/index.d.ts +0 -0
  1945. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/ThemeDefinitions.d.ts +0 -0
  1946. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/index.d.ts +0 -0
  1947. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/ThemeDefinitions.d.ts +0 -0
  1948. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/index.d.ts +0 -0
  1949. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/property/PropertiesWithColumLayout.d.ts +0 -0
  1950. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/pages/definitions/property/PropertiesWithRowLayout.d.ts +0 -0
  1951. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  1952. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Image.d.ts +0 -0
  1953. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/ImageText.d.ts +0 -0
  1954. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Quote.d.ts +0 -0
  1955. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Text.d.ts +0 -0
  1956. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/index.d.ts +0 -0
@@ -0,0 +1,1478 @@
1
+ import { ChromeDefinition, SpacingDefinition, SpacingSettings, SpacingType, setColorOpacity } from "@omnia/fx-models";
2
+ import { useColorSchemaStore, useSpacingBlueprintStore } from "@omnia/fx/ux";
3
+ export declare function useStyling(): {
4
+ spacing: (spacing: import("./styles").spacing, type: "margin" | "padding") => string;
5
+ };
6
+ export declare function useThemeStyling(): {
7
+ colors: {
8
+ dividingOpacity: (dark: boolean) => "rgba(255,255,255,0.15)" | "rgba(0,0,0,0.15)";
9
+ backgroundOpacity: (dark: boolean, opacity?: Number) => string;
10
+ setColorOpacity: typeof setColorOpacity;
11
+ };
12
+ styles: {
13
+ selectedTableRowStyling: typeof import("./styles").getSelectedTableRowStyling;
14
+ colorStyling: (color: string, opacity?: number) => import("@omnia/fx-models").ColorStyles;
15
+ scrollStyling: typeof import("./styles").getScrollStyling;
16
+ };
17
+ typography: {
18
+ typeStyling: (typographyType: import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl", blueprint: import("@omnia/fx-models").TypographyDefinition) => {
19
+ baseStyles: {
20
+ fontFamily: string;
21
+ fontSize: string;
22
+ fontWeight: number;
23
+ lineHeight: string;
24
+ textDecoration: string;
25
+ $nest: {
26
+ "@container (max-width: 800px)": {
27
+ fontSize: string;
28
+ };
29
+ };
30
+ };
31
+ mediumStyles: any;
32
+ smallStyles: any;
33
+ queryOnSmallScreen: import("typestyle/lib/types").MediaQuery;
34
+ queryOnMediumScreen: import("typestyle/lib/types").MediaQuery;
35
+ };
36
+ styling: (blueprints: {
37
+ state: {
38
+ blueprint: import("@omnia/fx-models").TypographyDefinition;
39
+ blueprintType: import("@omnia/fx-models").TypographyBlueprintVariants;
40
+ id: import("@omnia/fx-models").GuidValue;
41
+ };
42
+ events: {
43
+ onMutatedBlueprint: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").TypographyDefinition>;
44
+ onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").TypographyBlueprintVariants>;
45
+ onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
46
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
47
+ actions: {
48
+ onDispatching: {
49
+ setBlueprint: {
50
+ subscribe(fn: (type: import("@omnia/fx-models").TypographyBlueprintVariants) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ };
52
+ setThemeStore: {
53
+ subscribe(fn: (themeStoreInstance: {
54
+ state: {
55
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
56
+ };
57
+ events: {
58
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
59
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
60
+ actions: {
61
+ onDispatching: {
62
+ setTheme: {
63
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
64
+ };
65
+ };
66
+ onDispatched: {
67
+ setTheme: {
68
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
69
+ };
70
+ };
71
+ onFailure: {
72
+ setTheme: {
73
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
74
+ };
75
+ };
76
+ } & {
77
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
78
+ };
79
+ get: {
80
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
81
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
82
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
83
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
84
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
85
+ component(): import("@omnia/fx-models").ComponentBlueprint;
86
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
87
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
88
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
89
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
90
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
91
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
92
+ };
93
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
94
+ };
95
+ };
96
+ onDispatched: {
97
+ setBlueprint: {
98
+ subscribe(fn: (result: void, type: import("@omnia/fx-models").TypographyBlueprintVariants) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
99
+ };
100
+ setThemeStore: {
101
+ subscribe(fn: (result: void, themeStoreInstance: {
102
+ state: {
103
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
104
+ };
105
+ events: {
106
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
107
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
108
+ actions: {
109
+ onDispatching: {
110
+ setTheme: {
111
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
112
+ };
113
+ };
114
+ onDispatched: {
115
+ setTheme: {
116
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
117
+ };
118
+ };
119
+ onFailure: {
120
+ setTheme: {
121
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
122
+ };
123
+ };
124
+ } & {
125
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
126
+ };
127
+ get: {
128
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
129
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
130
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
131
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
132
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
133
+ component(): import("@omnia/fx-models").ComponentBlueprint;
134
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
135
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
136
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
137
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
138
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
139
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
140
+ };
141
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
142
+ };
143
+ };
144
+ onFailure: {
145
+ setBlueprint: {
146
+ subscribe(fn: (failureReason: any, type: import("@omnia/fx-models").TypographyBlueprintVariants) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
147
+ };
148
+ setThemeStore: {
149
+ subscribe(fn: (failureReason: any, themeStoreInstance: {
150
+ state: {
151
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
152
+ };
153
+ events: {
154
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
155
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
156
+ actions: {
157
+ onDispatching: {
158
+ setTheme: {
159
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
160
+ };
161
+ };
162
+ onDispatched: {
163
+ setTheme: {
164
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
165
+ };
166
+ };
167
+ onFailure: {
168
+ setTheme: {
169
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
170
+ };
171
+ };
172
+ } & {
173
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
174
+ };
175
+ get: {
176
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
177
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
178
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
179
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
180
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
181
+ component(): import("@omnia/fx-models").ComponentBlueprint;
182
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
183
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
184
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
185
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
186
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
187
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
188
+ };
189
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
190
+ };
191
+ };
192
+ } & {
193
+ setBlueprint(type: import("@omnia/fx-models").TypographyBlueprintVariants): void;
194
+ setThemeStore(themeStoreInstance: {
195
+ state: {
196
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
197
+ };
198
+ events: {
199
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
200
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
201
+ actions: {
202
+ onDispatching: {
203
+ setTheme: {
204
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
205
+ };
206
+ };
207
+ onDispatched: {
208
+ setTheme: {
209
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
210
+ };
211
+ };
212
+ onFailure: {
213
+ setTheme: {
214
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
215
+ };
216
+ };
217
+ } & {
218
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
219
+ };
220
+ get: {
221
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
222
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
223
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
224
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
225
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
226
+ component(): import("@omnia/fx-models").ComponentBlueprint;
227
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
228
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
229
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
230
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
231
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
232
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
233
+ };
234
+ }): void;
235
+ };
236
+ get: {
237
+ readonly themeStore: {
238
+ state: {
239
+ currentTheme: {
240
+ id: {
241
+ equals: {
242
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
243
+ };
244
+ toString: () => string;
245
+ toJSON: () => string;
246
+ valueOf: () => string;
247
+ };
248
+ name: string;
249
+ dark: boolean;
250
+ colors: {
251
+ primary: {
252
+ name: string;
253
+ base: {
254
+ dark: boolean;
255
+ color: string;
256
+ colorToned: string;
257
+ };
258
+ onBase: {
259
+ dark: boolean;
260
+ color: string;
261
+ colorToned: string;
262
+ };
263
+ container: {
264
+ dark: boolean;
265
+ color: string;
266
+ colorToned: string;
267
+ };
268
+ onContainer: {
269
+ dark: boolean;
270
+ color: string;
271
+ colorToned: string;
272
+ };
273
+ };
274
+ secondary: {
275
+ name: string;
276
+ base: {
277
+ dark: boolean;
278
+ color: string;
279
+ colorToned: string;
280
+ };
281
+ onBase: {
282
+ dark: boolean;
283
+ color: string;
284
+ colorToned: string;
285
+ };
286
+ container: {
287
+ dark: boolean;
288
+ color: string;
289
+ colorToned: string;
290
+ };
291
+ onContainer: {
292
+ dark: boolean;
293
+ color: string;
294
+ colorToned: string;
295
+ };
296
+ };
297
+ accent1: {
298
+ name: string;
299
+ base: {
300
+ dark: boolean;
301
+ color: string;
302
+ colorToned: string;
303
+ };
304
+ onBase: {
305
+ dark: boolean;
306
+ color: string;
307
+ colorToned: string;
308
+ };
309
+ container: {
310
+ dark: boolean;
311
+ color: string;
312
+ colorToned: string;
313
+ };
314
+ onContainer: {
315
+ dark: boolean;
316
+ color: string;
317
+ colorToned: string;
318
+ };
319
+ };
320
+ accent2: {
321
+ name: string;
322
+ base: {
323
+ dark: boolean;
324
+ color: string;
325
+ colorToned: string;
326
+ };
327
+ onBase: {
328
+ dark: boolean;
329
+ color: string;
330
+ colorToned: string;
331
+ };
332
+ container: {
333
+ dark: boolean;
334
+ color: string;
335
+ colorToned: string;
336
+ };
337
+ onContainer: {
338
+ dark: boolean;
339
+ color: string;
340
+ colorToned: string;
341
+ };
342
+ };
343
+ accent3: {
344
+ name: string;
345
+ base: {
346
+ dark: boolean;
347
+ color: string;
348
+ colorToned: string;
349
+ };
350
+ onBase: {
351
+ dark: boolean;
352
+ color: string;
353
+ colorToned: string;
354
+ };
355
+ container: {
356
+ dark: boolean;
357
+ color: string;
358
+ colorToned: string;
359
+ };
360
+ onContainer: {
361
+ dark: boolean;
362
+ color: string;
363
+ colorToned: string;
364
+ };
365
+ };
366
+ neutral: {
367
+ name: string;
368
+ base: {
369
+ dark: boolean;
370
+ color: string;
371
+ colorToned: string;
372
+ };
373
+ onBase: {
374
+ dark: boolean;
375
+ color: string;
376
+ colorToned: string;
377
+ };
378
+ container: {
379
+ dark: boolean;
380
+ color: string;
381
+ colorToned: string;
382
+ };
383
+ onContainer: {
384
+ dark: boolean;
385
+ color: string;
386
+ colorToned: string;
387
+ };
388
+ };
389
+ background: {
390
+ name: string;
391
+ base: {
392
+ dark: boolean;
393
+ color: string;
394
+ colorToned: string;
395
+ };
396
+ onBase: {
397
+ dark: boolean;
398
+ color: string;
399
+ colorToned: string;
400
+ };
401
+ container: {
402
+ dark: boolean;
403
+ color: string;
404
+ colorToned: string;
405
+ };
406
+ onContainer: {
407
+ dark: boolean;
408
+ color: string;
409
+ colorToned: string;
410
+ };
411
+ };
412
+ error: {
413
+ name: string;
414
+ base: {
415
+ dark: boolean;
416
+ color: string;
417
+ colorToned: string;
418
+ };
419
+ onBase: {
420
+ dark: boolean;
421
+ color: string;
422
+ colorToned: string;
423
+ };
424
+ container: {
425
+ dark: boolean;
426
+ color: string;
427
+ colorToned: string;
428
+ };
429
+ onContainer: {
430
+ dark: boolean;
431
+ color: string;
432
+ colorToned: string;
433
+ };
434
+ };
435
+ info: {
436
+ name: string;
437
+ base: {
438
+ dark: boolean;
439
+ color: string;
440
+ colorToned: string;
441
+ };
442
+ onBase: {
443
+ dark: boolean;
444
+ color: string;
445
+ colorToned: string;
446
+ };
447
+ container: {
448
+ dark: boolean;
449
+ color: string;
450
+ colorToned: string;
451
+ };
452
+ onContainer: {
453
+ dark: boolean;
454
+ color: string;
455
+ colorToned: string;
456
+ };
457
+ };
458
+ };
459
+ blueprints: {
460
+ type: import("@omnia/fx-models").BlueprintType;
461
+ name: string;
462
+ }[];
463
+ };
464
+ };
465
+ events: {
466
+ [x: string]: {
467
+ subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
468
+ publish: (msg: any) => void;
469
+ };
470
+ onMutatedCurrentTheme: {
471
+ subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
472
+ };
473
+ };
474
+ actions: {
475
+ onDispatching: {
476
+ setTheme: {
477
+ subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
478
+ };
479
+ };
480
+ onDispatched: {
481
+ setTheme: {
482
+ subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
483
+ };
484
+ };
485
+ onFailure: {
486
+ setTheme: {
487
+ subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
488
+ };
489
+ };
490
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
491
+ };
492
+ get: {
493
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
494
+ blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
495
+ typography: () => import("@omnia/fx-models").TypographyBlueprint;
496
+ spacing: () => import("@omnia/fx-models").SpacingBlueprint;
497
+ chrome: () => import("@omnia/fx-models").ChromeBlueprint;
498
+ component: () => import("@omnia/fx-models").ComponentBlueprint;
499
+ color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
500
+ colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
501
+ complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
502
+ complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
503
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
504
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
505
+ };
506
+ };
507
+ readonly blueprint: import("@omnia/fx-models").TypographyDefinition;
508
+ typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
509
+ };
510
+ deactivated(): void;
511
+ }) => import("./styles").TypographyTypesResult;
512
+ };
513
+ chrome: {
514
+ chromeStyling: (blueprint: ChromeDefinition, colors: ReturnType<typeof useColorSchemaStore>, spacingDefinition: SpacingDefinition) => any[];
515
+ };
516
+ blueprints: {
517
+ button: (bluePrint?: {
518
+ state: {
519
+ blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
520
+ blueprintType: "default";
521
+ id: import("@omnia/fx-models").GuidValue;
522
+ };
523
+ events: {
524
+ onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
525
+ onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
526
+ onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
527
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
528
+ actions: {
529
+ onDispatching: {
530
+ setBlueprint: {
531
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
532
+ };
533
+ setThemeStore: {
534
+ subscribe(fn: (themeStoreInstance: {
535
+ state: {
536
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
537
+ };
538
+ events: {
539
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
540
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
541
+ actions: {
542
+ onDispatching: {
543
+ setTheme: {
544
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
545
+ };
546
+ };
547
+ onDispatched: {
548
+ setTheme: {
549
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
550
+ };
551
+ };
552
+ onFailure: {
553
+ setTheme: {
554
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
555
+ };
556
+ };
557
+ } & {
558
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
559
+ };
560
+ get: {
561
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
562
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
563
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
564
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
565
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
566
+ component(): import("@omnia/fx-models").ComponentBlueprint;
567
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
568
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
569
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
570
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
571
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
572
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
573
+ };
574
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
575
+ };
576
+ };
577
+ onDispatched: {
578
+ setBlueprint: {
579
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
580
+ };
581
+ setThemeStore: {
582
+ subscribe(fn: (result: void, themeStoreInstance: {
583
+ state: {
584
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
585
+ };
586
+ events: {
587
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
588
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
589
+ actions: {
590
+ onDispatching: {
591
+ setTheme: {
592
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
593
+ };
594
+ };
595
+ onDispatched: {
596
+ setTheme: {
597
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
598
+ };
599
+ };
600
+ onFailure: {
601
+ setTheme: {
602
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
603
+ };
604
+ };
605
+ } & {
606
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
607
+ };
608
+ get: {
609
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
610
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
611
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
612
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
613
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
614
+ component(): import("@omnia/fx-models").ComponentBlueprint;
615
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
616
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
617
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
618
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
619
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
620
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
621
+ };
622
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
623
+ };
624
+ };
625
+ onFailure: {
626
+ setBlueprint: {
627
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
628
+ };
629
+ setThemeStore: {
630
+ subscribe(fn: (failureReason: any, themeStoreInstance: {
631
+ state: {
632
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
633
+ };
634
+ events: {
635
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
636
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
637
+ actions: {
638
+ onDispatching: {
639
+ setTheme: {
640
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
641
+ };
642
+ };
643
+ onDispatched: {
644
+ setTheme: {
645
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
646
+ };
647
+ };
648
+ onFailure: {
649
+ setTheme: {
650
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
651
+ };
652
+ };
653
+ } & {
654
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
655
+ };
656
+ get: {
657
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
658
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
659
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
660
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
661
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
662
+ component(): import("@omnia/fx-models").ComponentBlueprint;
663
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
664
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
665
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
666
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
667
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
668
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
669
+ };
670
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
671
+ };
672
+ };
673
+ } & {
674
+ setBlueprint(type: "default"): void;
675
+ setThemeStore(themeStoreInstance: {
676
+ state: {
677
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
678
+ };
679
+ events: {
680
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
681
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
682
+ actions: {
683
+ onDispatching: {
684
+ setTheme: {
685
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
686
+ };
687
+ };
688
+ onDispatched: {
689
+ setTheme: {
690
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
691
+ };
692
+ };
693
+ onFailure: {
694
+ setTheme: {
695
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
696
+ };
697
+ };
698
+ } & {
699
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
700
+ };
701
+ get: {
702
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
703
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
704
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
705
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
706
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
707
+ component(): import("@omnia/fx-models").ComponentBlueprint;
708
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
709
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
710
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
711
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
712
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
713
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
714
+ };
715
+ }): void;
716
+ };
717
+ get: {
718
+ byType<TType_1 extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): TType_1;
719
+ readonly themeStore: {
720
+ state: {
721
+ currentTheme: {
722
+ id: {
723
+ equals: {
724
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
725
+ };
726
+ toString: () => string;
727
+ toJSON: () => string;
728
+ valueOf: () => string;
729
+ };
730
+ name: string;
731
+ dark: boolean;
732
+ colors: {
733
+ primary: {
734
+ name: string;
735
+ base: {
736
+ dark: boolean;
737
+ color: string;
738
+ colorToned: string;
739
+ };
740
+ onBase: {
741
+ dark: boolean;
742
+ color: string;
743
+ colorToned: string;
744
+ };
745
+ container: {
746
+ dark: boolean;
747
+ color: string;
748
+ colorToned: string;
749
+ };
750
+ onContainer: {
751
+ dark: boolean;
752
+ color: string;
753
+ colorToned: string;
754
+ };
755
+ };
756
+ secondary: {
757
+ name: string;
758
+ base: {
759
+ dark: boolean;
760
+ color: string;
761
+ colorToned: string;
762
+ };
763
+ onBase: {
764
+ dark: boolean;
765
+ color: string;
766
+ colorToned: string;
767
+ };
768
+ container: {
769
+ dark: boolean;
770
+ color: string;
771
+ colorToned: string;
772
+ };
773
+ onContainer: {
774
+ dark: boolean;
775
+ color: string;
776
+ colorToned: string;
777
+ };
778
+ };
779
+ accent1: {
780
+ name: string;
781
+ base: {
782
+ dark: boolean;
783
+ color: string;
784
+ colorToned: string;
785
+ };
786
+ onBase: {
787
+ dark: boolean;
788
+ color: string;
789
+ colorToned: string;
790
+ };
791
+ container: {
792
+ dark: boolean;
793
+ color: string;
794
+ colorToned: string;
795
+ };
796
+ onContainer: {
797
+ dark: boolean;
798
+ color: string;
799
+ colorToned: string;
800
+ };
801
+ };
802
+ accent2: {
803
+ name: string;
804
+ base: {
805
+ dark: boolean;
806
+ color: string;
807
+ colorToned: string;
808
+ };
809
+ onBase: {
810
+ dark: boolean;
811
+ color: string;
812
+ colorToned: string;
813
+ };
814
+ container: {
815
+ dark: boolean;
816
+ color: string;
817
+ colorToned: string;
818
+ };
819
+ onContainer: {
820
+ dark: boolean;
821
+ color: string;
822
+ colorToned: string;
823
+ };
824
+ };
825
+ accent3: {
826
+ name: string;
827
+ base: {
828
+ dark: boolean;
829
+ color: string;
830
+ colorToned: string;
831
+ };
832
+ onBase: {
833
+ dark: boolean;
834
+ color: string;
835
+ colorToned: string;
836
+ };
837
+ container: {
838
+ dark: boolean;
839
+ color: string;
840
+ colorToned: string;
841
+ };
842
+ onContainer: {
843
+ dark: boolean;
844
+ color: string;
845
+ colorToned: string;
846
+ };
847
+ };
848
+ neutral: {
849
+ name: string;
850
+ base: {
851
+ dark: boolean;
852
+ color: string;
853
+ colorToned: string;
854
+ };
855
+ onBase: {
856
+ dark: boolean;
857
+ color: string;
858
+ colorToned: string;
859
+ };
860
+ container: {
861
+ dark: boolean;
862
+ color: string;
863
+ colorToned: string;
864
+ };
865
+ onContainer: {
866
+ dark: boolean;
867
+ color: string;
868
+ colorToned: string;
869
+ };
870
+ };
871
+ background: {
872
+ name: string;
873
+ base: {
874
+ dark: boolean;
875
+ color: string;
876
+ colorToned: string;
877
+ };
878
+ onBase: {
879
+ dark: boolean;
880
+ color: string;
881
+ colorToned: string;
882
+ };
883
+ container: {
884
+ dark: boolean;
885
+ color: string;
886
+ colorToned: string;
887
+ };
888
+ onContainer: {
889
+ dark: boolean;
890
+ color: string;
891
+ colorToned: string;
892
+ };
893
+ };
894
+ error: {
895
+ name: string;
896
+ base: {
897
+ dark: boolean;
898
+ color: string;
899
+ colorToned: string;
900
+ };
901
+ onBase: {
902
+ dark: boolean;
903
+ color: string;
904
+ colorToned: string;
905
+ };
906
+ container: {
907
+ dark: boolean;
908
+ color: string;
909
+ colorToned: string;
910
+ };
911
+ onContainer: {
912
+ dark: boolean;
913
+ color: string;
914
+ colorToned: string;
915
+ };
916
+ };
917
+ info: {
918
+ name: string;
919
+ base: {
920
+ dark: boolean;
921
+ color: string;
922
+ colorToned: string;
923
+ };
924
+ onBase: {
925
+ dark: boolean;
926
+ color: string;
927
+ colorToned: string;
928
+ };
929
+ container: {
930
+ dark: boolean;
931
+ color: string;
932
+ colorToned: string;
933
+ };
934
+ onContainer: {
935
+ dark: boolean;
936
+ color: string;
937
+ colorToned: string;
938
+ };
939
+ };
940
+ };
941
+ blueprints: {
942
+ type: import("@omnia/fx-models").BlueprintType;
943
+ name: string;
944
+ }[];
945
+ };
946
+ };
947
+ events: {
948
+ [x: string]: {
949
+ subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
950
+ publish: (msg: any) => void;
951
+ };
952
+ onMutatedCurrentTheme: {
953
+ subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
954
+ };
955
+ };
956
+ actions: {
957
+ onDispatching: {
958
+ setTheme: {
959
+ subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
960
+ };
961
+ };
962
+ onDispatched: {
963
+ setTheme: {
964
+ subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
965
+ };
966
+ };
967
+ onFailure: {
968
+ setTheme: {
969
+ subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
970
+ };
971
+ };
972
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
973
+ };
974
+ get: {
975
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
976
+ blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
977
+ typography: () => import("@omnia/fx-models").TypographyBlueprint;
978
+ spacing: () => import("@omnia/fx-models").SpacingBlueprint;
979
+ chrome: () => import("@omnia/fx-models").ChromeBlueprint;
980
+ component: () => import("@omnia/fx-models").ComponentBlueprint;
981
+ color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
982
+ colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
983
+ complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
984
+ complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
985
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
986
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
987
+ };
988
+ };
989
+ readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
990
+ };
991
+ deactivated(): void;
992
+ }) => string;
993
+ icon: (bluePrint?: {
994
+ state: {
995
+ blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
996
+ blueprintType: "default";
997
+ id: import("@omnia/fx-models").GuidValue;
998
+ };
999
+ events: {
1000
+ onMutatedBlueprints: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintItemDefinition[]>;
1001
+ onMutatedBlueprintType: import("../../..").MessageBusExposeOnlySubscription<"default">;
1002
+ onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
1003
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1004
+ actions: {
1005
+ onDispatching: {
1006
+ setBlueprint: {
1007
+ subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1008
+ };
1009
+ setThemeStore: {
1010
+ subscribe(fn: (themeStoreInstance: {
1011
+ state: {
1012
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
1013
+ };
1014
+ events: {
1015
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
1016
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1017
+ actions: {
1018
+ onDispatching: {
1019
+ setTheme: {
1020
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1021
+ };
1022
+ };
1023
+ onDispatched: {
1024
+ setTheme: {
1025
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1026
+ };
1027
+ };
1028
+ onFailure: {
1029
+ setTheme: {
1030
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1031
+ };
1032
+ };
1033
+ } & {
1034
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
1035
+ };
1036
+ get: {
1037
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
1038
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
1039
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
1040
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
1041
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
1042
+ component(): import("@omnia/fx-models").ComponentBlueprint;
1043
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1044
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1045
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
1046
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1047
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1048
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
1049
+ };
1050
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1051
+ };
1052
+ };
1053
+ onDispatched: {
1054
+ setBlueprint: {
1055
+ subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1056
+ };
1057
+ setThemeStore: {
1058
+ subscribe(fn: (result: void, themeStoreInstance: {
1059
+ state: {
1060
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
1061
+ };
1062
+ events: {
1063
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
1064
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1065
+ actions: {
1066
+ onDispatching: {
1067
+ setTheme: {
1068
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1069
+ };
1070
+ };
1071
+ onDispatched: {
1072
+ setTheme: {
1073
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1074
+ };
1075
+ };
1076
+ onFailure: {
1077
+ setTheme: {
1078
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1079
+ };
1080
+ };
1081
+ } & {
1082
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
1083
+ };
1084
+ get: {
1085
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
1086
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
1087
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
1088
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
1089
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
1090
+ component(): import("@omnia/fx-models").ComponentBlueprint;
1091
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1092
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1093
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
1094
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1095
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1096
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
1097
+ };
1098
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1099
+ };
1100
+ };
1101
+ onFailure: {
1102
+ setBlueprint: {
1103
+ subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1104
+ };
1105
+ setThemeStore: {
1106
+ subscribe(fn: (failureReason: any, themeStoreInstance: {
1107
+ state: {
1108
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
1109
+ };
1110
+ events: {
1111
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
1112
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1113
+ actions: {
1114
+ onDispatching: {
1115
+ setTheme: {
1116
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1117
+ };
1118
+ };
1119
+ onDispatched: {
1120
+ setTheme: {
1121
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1122
+ };
1123
+ };
1124
+ onFailure: {
1125
+ setTheme: {
1126
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1127
+ };
1128
+ };
1129
+ } & {
1130
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
1131
+ };
1132
+ get: {
1133
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
1134
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
1135
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
1136
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
1137
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
1138
+ component(): import("@omnia/fx-models").ComponentBlueprint;
1139
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1140
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1141
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
1142
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1143
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1144
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
1145
+ };
1146
+ }) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1147
+ };
1148
+ };
1149
+ } & {
1150
+ setBlueprint(type: "default"): void;
1151
+ setThemeStore(themeStoreInstance: {
1152
+ state: {
1153
+ currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
1154
+ };
1155
+ events: {
1156
+ onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
1157
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
1158
+ actions: {
1159
+ onDispatching: {
1160
+ setTheme: {
1161
+ subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1162
+ };
1163
+ };
1164
+ onDispatched: {
1165
+ setTheme: {
1166
+ subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1167
+ };
1168
+ };
1169
+ onFailure: {
1170
+ setTheme: {
1171
+ subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1172
+ };
1173
+ };
1174
+ } & {
1175
+ setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
1176
+ };
1177
+ get: {
1178
+ colorSchema(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes): import("@omnia/fx-models").ColorSchema;
1179
+ blueprint<TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType): TType;
1180
+ typography(): import("@omnia/fx-models").TypographyBlueprint;
1181
+ spacing(): import("@omnia/fx-models").SpacingBlueprint;
1182
+ chrome(): import("@omnia/fx-models").ChromeBlueprint;
1183
+ component(): import("@omnia/fx-models").ComponentBlueprint;
1184
+ color(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1185
+ colorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1186
+ complementaryColorType(colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorTypes;
1187
+ complementaryColor(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): string;
1188
+ complementaryColorDefinition(colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes): import("@omnia/fx-models").ColorDefinition;
1189
+ currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
1190
+ };
1191
+ }): void;
1192
+ };
1193
+ get: {
1194
+ byType<TType_1 extends import("@omnia/fx-models").BlueprintItemDefinition>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): TType_1;
1195
+ readonly themeStore: {
1196
+ state: {
1197
+ currentTheme: {
1198
+ id: {
1199
+ equals: {
1200
+ guid: (value: import("@omnia/fx-models").GuidValue) => boolean;
1201
+ };
1202
+ toString: () => string;
1203
+ toJSON: () => string;
1204
+ valueOf: () => string;
1205
+ };
1206
+ name: string;
1207
+ dark: boolean;
1208
+ colors: {
1209
+ primary: {
1210
+ name: string;
1211
+ base: {
1212
+ dark: boolean;
1213
+ color: string;
1214
+ colorToned: string;
1215
+ };
1216
+ onBase: {
1217
+ dark: boolean;
1218
+ color: string;
1219
+ colorToned: string;
1220
+ };
1221
+ container: {
1222
+ dark: boolean;
1223
+ color: string;
1224
+ colorToned: string;
1225
+ };
1226
+ onContainer: {
1227
+ dark: boolean;
1228
+ color: string;
1229
+ colorToned: string;
1230
+ };
1231
+ };
1232
+ secondary: {
1233
+ name: string;
1234
+ base: {
1235
+ dark: boolean;
1236
+ color: string;
1237
+ colorToned: string;
1238
+ };
1239
+ onBase: {
1240
+ dark: boolean;
1241
+ color: string;
1242
+ colorToned: string;
1243
+ };
1244
+ container: {
1245
+ dark: boolean;
1246
+ color: string;
1247
+ colorToned: string;
1248
+ };
1249
+ onContainer: {
1250
+ dark: boolean;
1251
+ color: string;
1252
+ colorToned: string;
1253
+ };
1254
+ };
1255
+ accent1: {
1256
+ name: string;
1257
+ base: {
1258
+ dark: boolean;
1259
+ color: string;
1260
+ colorToned: string;
1261
+ };
1262
+ onBase: {
1263
+ dark: boolean;
1264
+ color: string;
1265
+ colorToned: string;
1266
+ };
1267
+ container: {
1268
+ dark: boolean;
1269
+ color: string;
1270
+ colorToned: string;
1271
+ };
1272
+ onContainer: {
1273
+ dark: boolean;
1274
+ color: string;
1275
+ colorToned: string;
1276
+ };
1277
+ };
1278
+ accent2: {
1279
+ name: string;
1280
+ base: {
1281
+ dark: boolean;
1282
+ color: string;
1283
+ colorToned: string;
1284
+ };
1285
+ onBase: {
1286
+ dark: boolean;
1287
+ color: string;
1288
+ colorToned: string;
1289
+ };
1290
+ container: {
1291
+ dark: boolean;
1292
+ color: string;
1293
+ colorToned: string;
1294
+ };
1295
+ onContainer: {
1296
+ dark: boolean;
1297
+ color: string;
1298
+ colorToned: string;
1299
+ };
1300
+ };
1301
+ accent3: {
1302
+ name: string;
1303
+ base: {
1304
+ dark: boolean;
1305
+ color: string;
1306
+ colorToned: string;
1307
+ };
1308
+ onBase: {
1309
+ dark: boolean;
1310
+ color: string;
1311
+ colorToned: string;
1312
+ };
1313
+ container: {
1314
+ dark: boolean;
1315
+ color: string;
1316
+ colorToned: string;
1317
+ };
1318
+ onContainer: {
1319
+ dark: boolean;
1320
+ color: string;
1321
+ colorToned: string;
1322
+ };
1323
+ };
1324
+ neutral: {
1325
+ name: string;
1326
+ base: {
1327
+ dark: boolean;
1328
+ color: string;
1329
+ colorToned: string;
1330
+ };
1331
+ onBase: {
1332
+ dark: boolean;
1333
+ color: string;
1334
+ colorToned: string;
1335
+ };
1336
+ container: {
1337
+ dark: boolean;
1338
+ color: string;
1339
+ colorToned: string;
1340
+ };
1341
+ onContainer: {
1342
+ dark: boolean;
1343
+ color: string;
1344
+ colorToned: string;
1345
+ };
1346
+ };
1347
+ background: {
1348
+ name: string;
1349
+ base: {
1350
+ dark: boolean;
1351
+ color: string;
1352
+ colorToned: string;
1353
+ };
1354
+ onBase: {
1355
+ dark: boolean;
1356
+ color: string;
1357
+ colorToned: string;
1358
+ };
1359
+ container: {
1360
+ dark: boolean;
1361
+ color: string;
1362
+ colorToned: string;
1363
+ };
1364
+ onContainer: {
1365
+ dark: boolean;
1366
+ color: string;
1367
+ colorToned: string;
1368
+ };
1369
+ };
1370
+ error: {
1371
+ name: string;
1372
+ base: {
1373
+ dark: boolean;
1374
+ color: string;
1375
+ colorToned: string;
1376
+ };
1377
+ onBase: {
1378
+ dark: boolean;
1379
+ color: string;
1380
+ colorToned: string;
1381
+ };
1382
+ container: {
1383
+ dark: boolean;
1384
+ color: string;
1385
+ colorToned: string;
1386
+ };
1387
+ onContainer: {
1388
+ dark: boolean;
1389
+ color: string;
1390
+ colorToned: string;
1391
+ };
1392
+ };
1393
+ info: {
1394
+ name: string;
1395
+ base: {
1396
+ dark: boolean;
1397
+ color: string;
1398
+ colorToned: string;
1399
+ };
1400
+ onBase: {
1401
+ dark: boolean;
1402
+ color: string;
1403
+ colorToned: string;
1404
+ };
1405
+ container: {
1406
+ dark: boolean;
1407
+ color: string;
1408
+ colorToned: string;
1409
+ };
1410
+ onContainer: {
1411
+ dark: boolean;
1412
+ color: string;
1413
+ colorToned: string;
1414
+ };
1415
+ };
1416
+ };
1417
+ blueprints: {
1418
+ type: import("@omnia/fx-models").BlueprintType;
1419
+ name: string;
1420
+ }[];
1421
+ };
1422
+ };
1423
+ events: {
1424
+ [x: string]: {
1425
+ subscribe: (fn: (obj: any) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1426
+ publish: (msg: any) => void;
1427
+ };
1428
+ onMutatedCurrentTheme: {
1429
+ subscribe: (fn: (obj: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1430
+ };
1431
+ };
1432
+ actions: {
1433
+ onDispatching: {
1434
+ setTheme: {
1435
+ subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1436
+ };
1437
+ };
1438
+ onDispatched: {
1439
+ setTheme: {
1440
+ subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1441
+ };
1442
+ };
1443
+ onFailure: {
1444
+ setTheme: {
1445
+ subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
1446
+ };
1447
+ };
1448
+ setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
1449
+ };
1450
+ get: {
1451
+ colorSchema: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes) => import("@omnia/fx-models").ColorSchema;
1452
+ blueprint: <TType extends import("@omnia/fx-models").BlueprintDefinition>(type: import("@omnia/fx-models").BlueprintType) => TType;
1453
+ typography: () => import("@omnia/fx-models").TypographyBlueprint;
1454
+ spacing: () => import("@omnia/fx-models").SpacingBlueprint;
1455
+ chrome: () => import("@omnia/fx-models").ChromeBlueprint;
1456
+ component: () => import("@omnia/fx-models").ComponentBlueprint;
1457
+ color: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
1458
+ colorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
1459
+ complementaryColorType: (colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
1460
+ complementaryColor: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => string;
1461
+ complementaryColorDefinition: (colorSchemaType: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | import("@omnia/fx-models").ColorSchemaTypes, colorType: "base" | "onBase" | "container" | "onContainer" | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorDefinition;
1462
+ currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
1463
+ };
1464
+ };
1465
+ readonly blueprints: import("@omnia/fx-models").BlueprintItemDefinition[];
1466
+ };
1467
+ deactivated(): void;
1468
+ }) => string;
1469
+ spacing: {
1470
+ innerPadding: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
1471
+ innerMargin: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
1472
+ innerValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
1473
+ layoutValue: (value: any, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => number;
1474
+ layoutPadding: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
1475
+ layoutMargin: (value: SpacingSettings | SpacingType, blueprint?: ReturnType<typeof useSpacingBlueprintStore>) => string;
1476
+ };
1477
+ };
1478
+ };