@omnia/fx 8.0.113-vnext → 8.0.114-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 (1718) hide show
  1. package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +7 -1
  2. package/internal-do-not-import-from-here/console/components/Colors.stylex.d.ts +15 -0
  3. package/internal-do-not-import-from-here/console/components/Console.d.ts +49 -89
  4. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +8 -83
  5. package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
  6. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  7. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
  8. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
  9. package/internal-do-not-import-from-here/core/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +9 -9
  11. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +3 -2
  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 +5 -2
  15. package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -1
  16. package/internal-do-not-import-from-here/index.d.ts +7 -1
  17. package/internal-do-not-import-from-here/libs/phonenumber/PhoneNumber.d.ts +1 -0
  18. package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +1 -1
  19. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +5 -0
  20. package/internal-do-not-import-from-here/libs/swiper/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  22. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  23. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -0
  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/ManifestResourceLoader.d.ts +1 -0
  30. package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +5 -0
  31. package/internal-do-not-import-from-here/services/FeatureService.d.ts +1 -0
  32. package/internal-do-not-import-from-here/services/LoginLogService.d.ts +8 -0
  33. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +1 -0
  34. package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +7 -0
  35. package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +1 -4
  36. package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +9 -0
  37. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
  38. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -1
  39. package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -1
  40. package/internal-do-not-import-from-here/services/identities/index.d.ts +2 -0
  41. package/internal-do-not-import-from-here/services/index.d.ts +3 -0
  42. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +6 -2
  43. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +6 -0
  44. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +1 -0
  45. package/internal-do-not-import-from-here/shared/http/Http.d.ts +141 -0
  46. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  47. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  48. package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
  49. package/internal-do-not-import-from-here/shared/models/Future.d.ts +13 -0
  50. package/internal-do-not-import-from-here/shared/models/Future.js +19 -0
  51. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  52. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  53. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  54. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
  55. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  56. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  57. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  58. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +1 -0
  59. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +2 -2
  60. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  61. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  62. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  63. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  64. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  65. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +45 -7
  66. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +4 -6
  67. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +3 -2
  68. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +2 -3
  69. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  70. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  71. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  72. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  73. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +9 -3
  74. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +2 -3
  75. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  76. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  77. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +5 -1
  78. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +2 -3
  79. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +25 -3
  80. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +11 -3
  81. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +3 -1
  82. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +3 -1
  83. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  84. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  85. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  86. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  87. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  88. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  89. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +4 -0
  90. package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
  91. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  92. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  93. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  94. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  95. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  96. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  97. package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -1
  98. package/internal-do-not-import-from-here/shared/models/index.js +3 -1
  99. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.d.ts +16 -0
  100. package/internal-do-not-import-from-here/shared/models/theming/ChromeDefinition.js +2 -0
  101. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.d.ts +84 -0
  102. package/internal-do-not-import-from-here/shared/models/theming/ComponentDefinitions.js +12 -0
  103. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -2
  104. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +8 -7
  105. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +11 -4
  106. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  107. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +38 -15
  108. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -10
  109. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +10 -0
  110. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
  111. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +3 -5
  112. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +4 -30
  113. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +2 -2
  114. package/internal-do-not-import-from-here/shared/models/theming/index.js +3 -2
  115. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +87 -0
  116. package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.js +2 -0
  117. package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.js +2 -0
  118. package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +2 -0
  119. package/internal-do-not-import-from-here/shared/models/velcron/index.js +5 -0
  120. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +25 -2
  121. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +7 -2
  122. package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +10 -0
  123. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
  124. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +2 -2
  125. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +3 -0
  126. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +6 -0
  127. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
  128. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +24 -13
  129. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +5 -4
  130. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +26 -14
  131. package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
  132. package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +6 -1
  133. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
  134. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +0 -1
  135. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +43 -0
  136. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +1 -0
  137. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  138. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +72 -41
  139. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +16 -11
  140. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +30 -5
  141. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +49 -3
  142. package/internal-do-not-import-from-here/ux/Exposes.d.ts +9 -9
  143. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +38 -21
  144. package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
  145. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +6 -3
  146. package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +41 -0
  147. package/internal-do-not-import-from-here/ux/UxCore.d.ts +1 -3
  148. package/internal-do-not-import-from-here/ux/UxModels.d.ts +39 -6
  149. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +20 -99
  150. package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -1
  151. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +4 -0
  152. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +34 -84
  153. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +8 -83
  154. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +49 -97
  155. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +74 -116
  156. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +24 -92
  157. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +74 -116
  158. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +37 -1
  159. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +50 -104
  160. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -83
  161. package/internal-do-not-import-from-here/ux/app/AppInstanceToken.d.ts +4 -0
  162. package/internal-do-not-import-from-here/ux/app/AppInstanceTokenProvider.d.ts +1 -4
  163. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +2 -8
  164. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +22 -96
  165. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +8 -83
  166. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +0 -4
  167. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +15 -89
  168. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +13 -87
  169. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +17 -91
  170. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
  171. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  172. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -1
  173. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +23 -97
  174. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +165 -223
  175. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +1 -1
  176. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +17 -91
  177. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +15 -89
  178. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +15 -89
  179. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +15 -89
  180. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +8 -83
  181. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  182. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +28 -102
  183. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +21 -95
  184. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +13 -87
  185. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +19 -93
  186. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/style/Item.css.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +15 -89
  188. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +19 -93
  189. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +8 -83
  190. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +15 -89
  191. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +25 -99
  192. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +13 -87
  193. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +15 -89
  194. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +8 -83
  195. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +8 -83
  196. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +15 -89
  197. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/style/ListingNamingPolicies.css.d.ts +1 -1
  198. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +19 -93
  199. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +20 -94
  200. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +13 -87
  201. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +8 -83
  202. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +15 -89
  203. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +24 -98
  204. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +24 -98
  205. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +24 -98
  206. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +86 -133
  207. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +24 -98
  208. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +23 -97
  209. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +15 -89
  210. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +150 -25
  211. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -17
  212. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/index.d.ts +0 -1
  213. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +6 -0
  214. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +126 -33
  215. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +153 -24
  216. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +174 -38
  217. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +0 -12
  218. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +166 -20
  219. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +0 -12
  220. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +93 -12
  221. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +0 -18
  222. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/index.d.ts +0 -1
  223. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +146 -11
  224. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
  225. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +146 -9
  226. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
  227. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +146 -10
  228. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
  229. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +698 -67
  230. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  231. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +218 -48
  232. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -12
  233. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +13 -87
  234. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +349 -21
  235. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
  236. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +370 -32
  237. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
  238. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +212 -42
  239. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +164 -55
  240. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +47 -19
  241. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +342 -49
  242. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  243. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
  244. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  245. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -2
  246. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +17 -35
  247. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +2 -0
  248. package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
  249. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
  250. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +8 -83
  251. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -2
  252. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +13 -87
  253. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +13 -87
  254. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +13 -87
  255. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.css.d.ts +4 -0
  256. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +398 -0
  257. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +114 -0
  258. package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/docs/SampleComponent.d.ts +16 -0
  259. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/SpacingPicker3.css.d.ts +1 -1
  260. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPicker3.d.ts +539 -0
  261. package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/docs/SampleComponent.d.ts +16 -0
  262. package/internal-do-not-import-from-here/ux/{spacingpicker → blueprintpickers/spacingpicker}/loc/localize.d.ts +1 -1
  263. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +418 -0
  264. package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/docs/SampleComponent.d.ts +16 -0
  265. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.css.d.ts +5 -0
  266. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +161 -0
  267. package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +69 -0
  268. package/internal-do-not-import-from-here/ux/borderpicker/docs/BorderPickerExample.d.ts +16 -0
  269. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +16 -0
  270. package/internal-do-not-import-from-here/ux/colorpicker/docs/SampleComponent.d.ts +16 -0
  271. package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
  272. package/internal-do-not-import-from-here/ux/{colorsettingspicker/ColorSettingsPicker.css.d.ts → colorpickerV2/ColorPicker.css.d.ts} +1 -2
  273. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +513 -0
  274. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
  275. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
  276. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +423 -0
  277. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
  278. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +372 -0
  279. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -6
  280. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +301 -278
  281. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +7 -0
  282. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +468 -0
  283. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +8 -83
  284. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +8 -83
  285. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +373 -24
  286. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  287. package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +1 -1
  288. package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +0 -3
  289. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +74 -0
  290. package/internal-do-not-import-from-here/ux/datetimefilterquery/index.d.ts +1 -0
  291. package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +16 -0
  292. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/DateTimeFilterQueryHelper.d.ts +7 -0
  293. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/index.d.ts +1 -0
  294. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +685 -56
  295. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
  296. package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
  297. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +258 -154
  298. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +16 -0
  299. package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
  300. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +130 -127
  301. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/IMediaPicker.d.ts +1 -1
  302. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.d.ts +1 -1
  303. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +30 -0
  304. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/Utils.d.ts +1 -1
  305. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/loc/localize.d.ts +1 -1
  306. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +62 -137
  307. package/internal-do-not-import-from-here/ux/directives/Directives.d.ts +12 -0
  308. package/internal-do-not-import-from-here/ux/directives/index.d.ts +1 -1
  309. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +7 -1
  310. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +0 -1
  311. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +8 -83
  312. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +50 -108
  313. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +68 -130
  314. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +51 -0
  315. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +63 -0
  316. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
  317. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickInSide.d.ts +7 -0
  318. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +51 -0
  319. package/internal-do-not-import-from-here/ux/docs/omfx/directives/index.d.ts +1 -0
  320. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +3 -0
  321. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  322. package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
  323. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  324. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -2
  325. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
  326. package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
  327. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
  328. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +47 -0
  329. package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +3 -1
  330. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
  331. package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +1 -0
  332. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  333. package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
  334. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
  335. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
  336. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
  337. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +225 -26
  338. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +186 -17
  339. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
  340. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
  341. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +5 -20
  342. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +166 -36
  343. package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
  344. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  345. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +73 -21
  346. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +0 -4
  347. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorSettingsStore.d.ts +16 -1
  348. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +7 -7
  349. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -1
  350. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +120 -18
  351. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
  352. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/index.d.ts +0 -1
  353. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +0 -17
  354. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +141 -28
  355. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/index.d.ts +0 -1
  356. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +2 -2
  357. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +157 -19
  358. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +2 -14
  359. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -2
  360. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +2 -2
  361. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +2 -2
  362. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +2 -2
  363. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +2 -2
  364. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +2 -2
  365. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +2 -2
  366. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +2 -2
  367. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +113 -152
  368. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
  369. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +164 -212
  370. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +519 -343
  371. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +23 -95
  372. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
  373. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +40 -105
  374. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +40 -105
  375. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +8 -83
  376. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +39 -104
  377. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +8 -83
  378. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +1 -1
  379. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +52 -45
  380. package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
  381. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  382. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +216 -75
  383. package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +0 -14
  384. package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +5 -1
  385. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.css.d.ts +5 -0
  386. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +130 -0
  387. package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +69 -0
  388. package/internal-do-not-import-from-here/ux/fillpicker/docs/FillPickerExample.d.ts +16 -0
  389. package/internal-do-not-import-from-here/ux/fillpicker/docs/index.d.ts +1 -0
  390. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +260 -134
  391. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +28 -90
  392. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +61 -99
  393. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +8 -83
  394. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +44 -99
  395. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +44 -94
  396. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +14 -88
  397. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +14 -88
  398. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +379 -100
  399. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +28 -90
  400. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +14 -88
  401. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +114 -149
  402. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +28 -90
  403. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +115 -111
  404. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +52 -92
  405. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +16 -95
  406. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +28 -90
  407. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +14 -88
  408. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +17 -88
  409. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +115 -111
  410. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +14 -88
  411. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -90
  412. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -90
  413. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -90
  414. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -90
  415. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +16 -90
  416. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -90
  417. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +61 -99
  418. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +34 -101
  419. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -103
  420. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +34 -101
  421. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -103
  422. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +34 -101
  423. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -103
  424. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +52 -182
  425. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -103
  426. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +34 -101
  427. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +36 -103
  428. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +34 -101
  429. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -103
  430. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +1 -2
  431. package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
  432. package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
  433. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +148 -170
  434. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -83
  435. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +361 -34
  436. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +25 -93
  437. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +76 -11
  438. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +11 -86
  439. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +1 -1
  440. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +14 -95
  441. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +4 -0
  442. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +42 -82
  443. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +19 -0
  444. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +16 -0
  445. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +8 -83
  446. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +16 -0
  447. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +43 -0
  448. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +4 -0
  449. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +56 -0
  450. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +16 -0
  451. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +82 -0
  452. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +16 -0
  453. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +128 -0
  454. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +115 -0
  455. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +7 -0
  456. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +39 -0
  457. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +39 -0
  458. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +51 -0
  459. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  460. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  461. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  462. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  463. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  464. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  465. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +2 -0
  466. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  467. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +209 -14
  468. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +2 -0
  469. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +76 -0
  470. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +3 -0
  471. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +8 -0
  472. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +16 -0
  473. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +16 -0
  474. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +16 -0
  475. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +16 -0
  476. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +16 -0
  477. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +16 -0
  478. package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +3 -0
  479. package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
  480. package/internal-do-not-import-from-here/ux/icon/index.d.ts +0 -1
  481. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +0 -15
  482. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +323 -43
  483. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
  484. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +344 -214
  485. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +8 -83
  486. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +5 -0
  487. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +69 -97
  488. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +78 -104
  489. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +80 -100
  490. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +8 -0
  491. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +514 -295
  492. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +510 -235
  493. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +667 -455
  494. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +691 -352
  495. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +631 -279
  496. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +1 -1
  497. package/internal-do-not-import-from-here/ux/iframe/IResizingIFrame.d.ts +0 -12
  498. package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +6 -1
  499. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +231 -23
  500. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +182 -250
  501. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +78 -113
  502. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
  503. package/internal-do-not-import-from-here/ux/index.d.ts +1 -0
  504. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +19 -89
  505. package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
  506. package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
  507. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.css.d.ts +10 -0
  508. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +617 -0
  509. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +211 -0
  510. package/internal-do-not-import-from-here/ux/journey/JourneyMenuStyles.css.d.ts +3 -0
  511. package/internal-do-not-import-from-here/ux/journey/JourneyV2.css.d.ts +6 -0
  512. package/internal-do-not-import-from-here/ux/journey/JourneyV2.d.ts +70 -0
  513. package/internal-do-not-import-from-here/ux/journey/index.d.ts +3 -4
  514. package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/BladeInstance.d.ts +3 -2
  515. package/internal-do-not-import-from-here/ux/journey/models/Constants.d.ts +15 -0
  516. package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +44 -0
  517. package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +343 -0
  518. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +622 -0
  519. package/internal-do-not-import-from-here/ux/journey/use/index.d.ts +1 -0
  520. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +256 -294
  521. package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
  522. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/PlaceHolderApis.d.ts +1 -0
  523. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/TemplateRegistrationApis.d.ts +1 -0
  524. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +163 -155
  525. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +65 -132
  526. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +56 -117
  527. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +19 -89
  528. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +37 -102
  529. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +87 -117
  530. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -2
  531. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +10 -0
  532. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +6 -0
  533. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +9 -0
  534. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +5 -0
  535. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +14 -0
  536. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +8 -0
  537. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
  538. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
  539. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +8 -83
  540. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +49 -128
  541. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +8 -83
  542. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +8 -83
  543. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +19 -89
  544. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +25 -109
  545. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +81 -131
  546. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +8 -83
  547. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +8 -83
  548. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +8 -83
  549. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +8 -83
  550. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +8 -83
  551. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +5 -5
  552. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +69 -159
  553. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +74 -106
  554. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +19 -89
  555. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +32 -98
  556. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +99 -269
  557. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +99 -269
  558. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +99 -269
  559. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +8 -83
  560. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +99 -269
  561. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +99 -269
  562. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +8 -83
  563. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +99 -269
  564. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +99 -269
  565. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +99 -269
  566. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +99 -269
  567. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +19 -89
  568. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +19 -89
  569. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +43 -0
  570. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +64 -121
  571. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +19 -89
  572. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +19 -89
  573. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +26 -90
  574. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +29 -88
  575. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.css.d.ts +4 -0
  576. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +93 -0
  577. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/index.d.ts +1 -0
  578. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/SizeContainerStore.d.ts +40 -0
  579. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/store/index.d.ts +1 -0
  580. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  581. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +71 -139
  582. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +3 -1
  583. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -1
  584. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
  585. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +147 -177
  586. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +83 -128
  587. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +5 -11
  588. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +85 -0
  589. package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelector.css.d.ts +1 -0
  590. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +170 -0
  591. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/index.d.ts +5 -0
  592. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +29 -96
  593. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/ColumnResizer.d.ts +1 -1
  594. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
  595. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +43 -192
  596. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +7 -0
  597. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +36 -184
  598. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +10 -0
  599. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +37 -191
  600. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionSliderRenderer.d.ts +48 -0
  601. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +59 -117
  602. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +7 -0
  603. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +36 -167
  604. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +82 -132
  605. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +1 -14
  606. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +1 -0
  607. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +0 -16
  608. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +0 -70
  609. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +0 -2
  610. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +174 -7
  611. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -2
  612. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +17 -91
  613. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
  614. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +17 -0
  615. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkLogin.d.ts +17 -0
  616. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +17 -0
  617. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  618. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +4 -3
  619. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +189 -229
  620. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
  621. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +53 -100
  622. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +17 -91
  623. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +21 -95
  624. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +1 -1
  625. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +27 -101
  626. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +8 -83
  627. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +37 -111
  628. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +31 -105
  629. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +19 -93
  630. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +13 -87
  631. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +19 -93
  632. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +15 -89
  633. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +32 -106
  634. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +8 -83
  635. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +1 -1
  636. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +24 -98
  637. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +21 -95
  638. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +632 -0
  639. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.css.d.ts +5 -0
  640. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/MediaGallerySelector.d.ts +30 -0
  641. package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/core/index.d.ts +1 -0
  642. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +5 -0
  643. package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/loc/localize.d.ts +1 -1
  644. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +8 -83
  645. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +42 -96
  646. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +1 -1
  647. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +8 -83
  648. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +22 -106
  649. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +1 -1
  650. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +19 -89
  651. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +97 -143
  652. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +25 -94
  653. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +19 -89
  654. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +2 -1
  655. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +8 -83
  656. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +15 -89
  657. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -1
  658. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +1 -0
  659. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +59 -93
  660. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +59 -0
  661. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +113 -120
  662. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +39 -67
  663. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +1 -0
  664. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +364 -30
  665. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -16
  666. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.css.d.ts +0 -16
  667. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +0 -65
  668. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +1 -1
  669. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +0 -17
  670. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.css.d.ts +0 -18
  671. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +0 -56
  672. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +1 -1
  673. package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
  674. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +99 -269
  675. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +1 -1
  676. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -11
  677. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +0 -46
  678. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -18
  679. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
  680. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -41
  681. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +0 -53
  682. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +0 -141
  683. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +1 -1
  684. package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -1
  685. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +0 -47
  686. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +0 -9
  687. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +0 -101
  688. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +1 -1
  689. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +0 -7
  690. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +0 -29
  691. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +0 -1
  692. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -65
  693. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
  694. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -81
  695. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +0 -8
  696. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
  697. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +0 -17
  698. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.css.d.ts +0 -5
  699. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +16 -17
  700. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
  701. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +99 -269
  702. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +1 -1
  703. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +12 -0
  704. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
  705. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +3 -0
  706. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
  707. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
  708. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
  709. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
  710. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
  711. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
  712. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
  713. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
  714. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
  715. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
  716. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
  717. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
  718. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
  719. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
  720. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +4 -0
  721. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -20
  722. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.css.d.ts +0 -1
  723. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +0 -36
  724. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +1 -1
  725. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  726. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +16 -0
  727. package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → unsplash}/loc/localize.d.ts +3 -3
  728. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
  729. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
  730. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +6 -3
  731. package/internal-do-not-import-from-here/ux/models/AppLayoutPlaceHolder.d.ts +2 -0
  732. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +8 -4
  733. package/internal-do-not-import-from-here/ux/models/Directives.d.ts +12 -0
  734. package/internal-do-not-import-from-here/ux/models/FileUploaderStyles.d.ts +0 -13
  735. package/internal-do-not-import-from-here/ux/models/IconStyles.d.ts +1 -1
  736. package/internal-do-not-import-from-here/ux/models/MultiTextInputItem.d.ts +6 -0
  737. package/internal-do-not-import-from-here/ux/models/RichTextEditorStyles.d.ts +1 -2
  738. package/internal-do-not-import-from-here/ux/models/TableMenuStyle.d.ts +2 -3
  739. package/internal-do-not-import-from-here/ux/models/UrlInputStyles.d.ts +1 -15
  740. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +5 -7
  741. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -5
  742. package/internal-do-not-import-from-here/ux/models/index.d.ts +4 -1
  743. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +258 -305
  744. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +325 -300
  745. package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +4 -1
  746. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +114 -0
  747. package/internal-do-not-import-from-here/ux/multitextinput/loc/localize.d.ts +8 -0
  748. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +30 -104
  749. package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
  750. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +1 -0
  751. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +153 -0
  752. package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
  753. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +16 -0
  754. package/internal-do-not-import-from-here/ux/oxide/alert/docs/index.d.ts +1 -0
  755. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +15 -2
  756. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +195 -165
  757. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +8 -83
  758. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +150 -102
  759. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +8 -83
  760. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +465 -132
  761. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +8 -83
  762. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
  763. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +383 -185
  764. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +8 -83
  765. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +8 -83
  766. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +2 -2
  767. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +121 -159
  768. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +8 -83
  769. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +70 -125
  770. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +8 -83
  771. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +146 -0
  772. package/internal-do-not-import-from-here/ux/oxide/chart/docs/ExampleComponents.d.ts +1 -0
  773. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +16 -0
  774. package/internal-do-not-import-from-here/ux/oxide/chart/docs/index.d.ts +1 -0
  775. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -2
  776. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +195 -157
  777. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +8 -83
  778. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +4 -0
  779. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +218 -130
  780. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +8 -83
  781. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +8 -0
  782. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +233 -0
  783. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/ExampleComponents.d.ts +1 -0
  784. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +16 -0
  785. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/index.d.ts +1 -0
  786. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +10 -2
  787. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +204 -182
  788. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +3 -0
  789. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +332 -0
  790. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +8 -83
  791. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -0
  792. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +520 -3
  793. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1148 -347
  794. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +980 -0
  795. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +24 -0
  796. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +8 -83
  797. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
  798. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +342 -0
  799. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/ExampleComponents.d.ts +1 -0
  800. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +16 -0
  801. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/index.d.ts +1 -0
  802. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +2 -2
  803. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +275 -214
  804. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +8 -83
  805. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +8 -83
  806. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +8 -83
  807. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +8 -83
  808. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +8 -83
  809. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -2
  810. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +74 -97
  811. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +8 -83
  812. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +212 -168
  813. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +8 -83
  814. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +3 -3
  815. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +132 -144
  816. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +139 -148
  817. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +8 -83
  818. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
  819. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +151 -0
  820. package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +17 -0
  821. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +391 -0
  822. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +16 -0
  823. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
  824. package/internal-do-not-import-from-here/ux/{journey/v2 → oxide/flex}/docs/index.d.ts +0 -1
  825. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +3 -0
  826. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +66 -0
  827. package/internal-do-not-import-from-here/ux/oxide/form/docs/ExampleComponents.d.ts +1 -0
  828. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +16 -0
  829. package/internal-do-not-import-from-here/ux/oxide/form/docs/index.d.ts +1 -0
  830. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +68 -126
  831. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +8 -83
  832. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  833. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +187 -142
  834. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +8 -83
  835. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +8 -83
  836. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +214 -116
  837. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +8 -83
  838. package/internal-do-not-import-from-here/ux/oxide/index.d.ts +2 -0
  839. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +227 -0
  840. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
  841. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +16 -0
  842. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
  843. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +31 -111
  844. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +8 -83
  845. package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
  846. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +141 -0
  847. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +179 -155
  848. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +8 -83
  849. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  850. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +100 -136
  851. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  852. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +136 -155
  853. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +8 -83
  854. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +65 -132
  855. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +8 -83
  856. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +262 -192
  857. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +8 -83
  858. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  859. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +145 -149
  860. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +8 -83
  861. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +10 -0
  862. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +158 -0
  863. package/internal-do-not-import-from-here/ux/oxide/notification/docs/ExampleComponents.d.ts +1 -0
  864. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +16 -0
  865. package/internal-do-not-import-from-here/ux/oxide/notification/docs/index.d.ts +1 -0
  866. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +274 -0
  867. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -4
  868. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +209 -225
  869. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +8 -83
  870. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +8 -83
  871. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +8 -83
  872. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +8 -83
  873. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +76 -94
  874. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +8 -83
  875. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -2
  876. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +57 -117
  877. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +182 -137
  878. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +8 -83
  879. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +4 -0
  880. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +409 -0
  881. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.css.d.ts +1 -0
  882. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +324 -0
  883. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +3 -0
  884. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +233 -0
  885. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/ExampleComponents.d.ts +1 -0
  886. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +16 -0
  887. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/index.d.ts +1 -0
  888. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/index.d.ts +1 -0
  889. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +121 -0
  890. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/index.d.ts +1 -0
  891. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -2
  892. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1176 -440
  893. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +8 -83
  894. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +2 -2
  895. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +76 -126
  896. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +8 -83
  897. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +16 -0
  898. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +4 -0
  899. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +279 -0
  900. package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +16 -0
  901. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/ExampleComponents.d.ts +1 -0
  902. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +16 -0
  903. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/index.d.ts +1 -0
  904. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  905. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +85 -0
  906. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/index.d.ts +1 -0
  907. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -2
  908. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +297 -170
  909. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +8 -83
  910. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +8 -83
  911. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +8 -83
  912. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.css.d.ts +3 -0
  913. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +66 -128
  914. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +8 -83
  915. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +8 -83
  916. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +8 -83
  917. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.css.d.ts +4 -0
  918. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +154 -0
  919. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +163 -0
  920. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +47 -103
  921. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +63 -97
  922. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +8 -83
  923. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -2
  924. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +222 -141
  925. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +8 -83
  926. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -2
  927. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +167 -147
  928. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +3 -2
  929. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +302 -156
  930. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +8 -83
  931. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +39 -115
  932. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +8 -83
  933. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +2 -2
  934. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +151 -147
  935. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +8 -83
  936. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +8 -83
  937. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +404 -175
  938. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +408 -230
  939. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +8 -83
  940. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +2 -2
  941. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +185 -169
  942. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +8 -83
  943. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +169 -123
  944. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +8 -83
  945. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +10 -2
  946. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +481 -165
  947. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/ExampleComponents.d.ts +1 -0
  948. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +16 -0
  949. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +40 -92
  950. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +8 -83
  951. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +8 -83
  952. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +14 -1
  953. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +152 -165
  954. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +282 -0
  955. package/internal-do-not-import-from-here/ux/permissioninput/UsePermissionInput.d.ts +15 -0
  956. package/internal-do-not-import-from-here/ux/permissioninput/index.d.ts +1 -0
  957. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +8 -1
  958. package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
  959. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +8 -83
  960. package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
  961. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +0 -29
  962. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +243 -36
  963. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +39 -101
  964. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
  965. package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +0 -1
  966. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +2 -1
  967. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +8 -83
  968. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +8 -83
  969. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +129 -201
  970. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +37 -114
  971. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +34 -106
  972. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +21 -95
  973. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +29 -97
  974. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +21 -95
  975. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +23 -97
  976. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +40 -110
  977. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +34 -106
  978. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +21 -100
  979. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +40 -110
  980. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +34 -106
  981. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +21 -95
  982. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +26 -100
  983. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +21 -100
  984. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +2 -1
  985. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +21 -95
  986. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +34 -98
  987. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +23 -97
  988. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +1 -0
  989. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +72 -129
  990. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +41 -107
  991. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +23 -97
  992. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +2 -1
  993. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +21 -95
  994. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.css.d.ts +2 -1
  995. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +23 -97
  996. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +21 -95
  997. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +30 -97
  998. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +1 -0
  999. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +21 -95
  1000. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +29 -97
  1001. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +23 -97
  1002. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +21 -95
  1003. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +23 -97
  1004. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +2 -1
  1005. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +21 -95
  1006. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +28 -97
  1007. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +21 -95
  1008. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +23 -97
  1009. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +21 -95
  1010. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +23 -97
  1011. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +40 -110
  1012. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +23 -97
  1013. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +2 -1
  1014. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +180 -98
  1015. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +48 -110
  1016. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +21 -95
  1017. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +29 -97
  1018. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +40 -110
  1019. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +34 -106
  1020. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +21 -95
  1021. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +23 -97
  1022. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +1 -0
  1023. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +23 -97
  1024. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +23 -97
  1025. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +84 -489
  1026. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +33 -105
  1027. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +590 -133
  1028. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.css.d.ts +2 -4
  1029. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +322 -129
  1030. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +201 -213
  1031. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +228 -251
  1032. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +31 -96
  1033. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +33 -86
  1034. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +4 -8
  1035. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorExtensionHelper.d.ts +1 -4
  1036. package/internal-do-not-import-from-here/ux/richtexteditor/InternalRichTextEditorApi.d.ts +2 -2
  1037. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +115 -16
  1038. package/internal-do-not-import-from-here/ux/richtexteditor/PublicRichTextEditorApi.d.ts +7 -3
  1039. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +320 -267
  1040. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +3 -1
  1041. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +389 -48
  1042. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorTester.d.ts +1 -1
  1043. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.css.d.ts +0 -1
  1044. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +29 -95
  1045. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +1 -1
  1046. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +24 -5
  1047. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +1 -2
  1048. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +16 -13
  1049. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLink.d.ts +25 -5
  1050. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkMenu.d.ts +16 -20
  1051. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +1 -2
  1052. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGif.d.ts +15 -5
  1053. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifMenu.d.ts +43 -12
  1054. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnimatedGif/AnimatedGifToolbar.d.ts +16 -31
  1055. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/Blockquote.d.ts +25 -5
  1056. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +7 -8
  1057. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteToolbar.d.ts +16 -12
  1058. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/Bold.d.ts +10 -5
  1059. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +1 -2
  1060. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +8 -83
  1061. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletList.d.ts +11 -5
  1062. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +1 -2
  1063. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +8 -83
  1064. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/Code.d.ts +25 -5
  1065. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +1 -2
  1066. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeToolbar.d.ts +16 -9
  1067. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlock.d.ts +25 -5
  1068. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +1 -2
  1069. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockToolbar.d.ts +16 -9
  1070. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -2
  1071. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPicker.d.ts +25 -5
  1072. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +17 -2
  1073. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerToolbar.d.ts +16 -12
  1074. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +7 -8
  1075. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +43 -16
  1076. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
  1077. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +1 -2
  1078. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +1 -2
  1079. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +1 -2
  1080. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +9 -9
  1081. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +1 -2
  1082. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +1 -2
  1083. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +1 -2
  1084. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +10 -2
  1085. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +1 -2
  1086. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +1 -2
  1087. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +20 -13
  1088. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +2 -3
  1089. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/Heading.d.ts +29 -13
  1090. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +5 -6
  1091. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.css.d.ts +3 -0
  1092. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +16 -28
  1093. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
  1094. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/History.d.ts +25 -5
  1095. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryNode.d.ts +21 -0
  1096. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +8 -83
  1097. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRule.d.ts +25 -5
  1098. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +1 -2
  1099. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleToolbar.d.ts +16 -9
  1100. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +55 -5
  1101. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +47 -19
  1102. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/Italic.d.ts +11 -5
  1103. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +1 -2
  1104. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +8 -83
  1105. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +57 -7
  1106. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +47 -14
  1107. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItem.d.ts +8 -4
  1108. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +1 -2
  1109. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +176 -13
  1110. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +164 -31
  1111. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
  1112. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +1 -1
  1113. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
  1114. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
  1115. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +8 -2
  1116. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +9 -7
  1117. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNodeView.d.ts +165 -0
  1118. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +1 -2
  1119. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +1 -2
  1120. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +1 -2
  1121. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +1 -2
  1122. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +1 -2
  1123. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +1 -2
  1124. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +1 -2
  1125. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +1 -2
  1126. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +1 -2
  1127. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +140 -11
  1128. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +2 -0
  1129. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -4
  1130. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +127 -16
  1131. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbarStyle.css.d.ts +4 -0
  1132. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedList.d.ts +11 -5
  1133. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +1 -2
  1134. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +8 -83
  1135. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +1 -2
  1136. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +2 -2
  1137. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/Placeholder.d.ts +7 -5
  1138. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +8 -2
  1139. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +44 -5
  1140. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +16 -14
  1141. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/Strike.d.ts +25 -5
  1142. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +1 -2
  1143. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeToolbar.d.ts +16 -9
  1144. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/Table.d.ts +44 -5
  1145. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +16 -2
  1146. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +16 -62
  1147. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +16 -34
  1148. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +1 -2
  1149. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +1 -2
  1150. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +1 -2
  1151. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Utils.d.ts +22 -0
  1152. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/index.d.ts +1 -1
  1153. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/ui/TableNodeView.d.ts +16 -1
  1154. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +1 -2
  1155. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColor.d.ts +25 -5
  1156. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +18 -4
  1157. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorToolbar.d.ts +16 -14
  1158. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +49 -11
  1159. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +0 -3
  1160. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +39 -40
  1161. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +15 -2
  1162. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +39 -34
  1163. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +1 -2
  1164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslator.d.ts +25 -5
  1165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextTranslator/TextTranslatorToolbar.d.ts +16 -12
  1166. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoList.d.ts +12 -5
  1167. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +1 -2
  1168. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +1 -2
  1169. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/Underline.d.ts +11 -5
  1170. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +7 -8
  1171. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +8 -83
  1172. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +3 -1
  1173. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  1174. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextExtension.d.ts +6 -0
  1175. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/DefineRichTextNode.d.ts +15 -0
  1176. package/internal-do-not-import-from-here/ux/richtexteditor/shareds/index.d.ts +2 -0
  1177. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -14
  1178. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +47 -21
  1179. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +43 -119
  1180. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +0 -1
  1181. package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
  1182. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +208 -0
  1183. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +162 -177
  1184. package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
  1185. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
  1186. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +28 -90
  1187. package/internal-do-not-import-from-here/ux/signin/{SignInBlock.css.d.ts → AuthenticationBlock.css.d.ts} +1 -3
  1188. package/internal-do-not-import-from-here/ux/signin/AuthenticationBlock.d.ts +17 -0
  1189. package/internal-do-not-import-from-here/ux/signin/AuthenticationLayoutHelper.d.ts +2 -0
  1190. package/internal-do-not-import-from-here/ux/signin/AuthenticationPage.d.ts +16 -0
  1191. package/internal-do-not-import-from-here/ux/signin/{SignInFactory.d.ts → LoginFactory.d.ts} +1 -1
  1192. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +13 -87
  1193. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +405 -93
  1194. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +9 -4
  1195. package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +16 -0
  1196. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +21 -95
  1197. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +15 -89
  1198. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +15 -90
  1199. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +15 -89
  1200. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +32 -0
  1201. package/internal-do-not-import-from-here/ux/signout/{SignOut.css.d.ts → Logout.css.d.ts} +1 -1
  1202. package/internal-do-not-import-from-here/ux/signout/Logout.d.ts +17 -0
  1203. package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +3 -3
  1204. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +655 -78
  1205. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +16 -44
  1206. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -36
  1207. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
  1208. package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
  1209. package/internal-do-not-import-from-here/ux/social/Like.d.ts +417 -69
  1210. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +206 -27
  1211. package/internal-do-not-import-from-here/ux/social/Reactions.css.d.ts +31 -0
  1212. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +188 -0
  1213. package/internal-do-not-import-from-here/ux/social/docs/ExampleComponents.d.ts +1 -0
  1214. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +16 -0
  1215. package/internal-do-not-import-from-here/ux/social/docs/index.d.ts +1 -0
  1216. package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
  1217. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +72 -15
  1218. package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
  1219. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
  1220. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
  1221. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +324 -80
  1222. package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
  1223. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +126 -40
  1224. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +13 -87
  1225. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +8 -83
  1226. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +50 -108
  1227. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  1228. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.css.d.ts +1 -1
  1229. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +489 -28
  1230. package/internal-do-not-import-from-here/ux/texttranslator/ITextTranslator.d.ts +0 -14
  1231. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.css.d.ts +3 -1
  1232. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +157 -39
  1233. package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
  1234. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
  1235. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +187 -241
  1236. package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
  1237. package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +16 -0
  1238. package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
  1239. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/ChromeJourney.d.ts +22 -0
  1240. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts +16 -0
  1241. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +82 -0
  1242. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/BlueprintsJourney.d.ts +22 -0
  1243. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonBladeEdit.d.ts +16 -0
  1244. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/ButtonsBlade.d.ts +16 -0
  1245. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/EditBlueprint.d.ts +16 -0
  1246. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +75 -0
  1247. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/SpacingJourney.d.ts +16 -0
  1248. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts +16 -0
  1249. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +66 -0
  1250. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/TypographyJourney.d.ts +22 -0
  1251. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +4 -0
  1252. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.d.ts +16 -0
  1253. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographySettingsBlade.d.ts +16 -0
  1254. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.css.d.ts +8 -0
  1255. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/components/FontPicker.d.ts +390 -0
  1256. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +112 -0
  1257. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney.d.ts +22 -0
  1258. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +16 -0
  1259. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +65 -0
  1260. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +22 -0
  1261. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +95 -0
  1262. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +7 -3
  1263. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +106 -0
  1264. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +3 -3
  1265. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +1 -0
  1266. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/Todo.d.ts +2 -0
  1267. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/index.d.ts +1 -0
  1268. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +0 -2
  1269. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +0 -3
  1270. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +0 -2
  1271. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +0 -2
  1272. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +0 -4
  1273. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/index.d.ts +1 -1
  1274. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +11 -0
  1275. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +22 -0
  1276. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +20 -0
  1277. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +27 -0
  1278. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +3 -0
  1279. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +139 -0
  1280. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +4 -0
  1281. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +2 -7
  1282. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +8 -0
  1283. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +8 -0
  1284. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +11 -0
  1285. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +8 -0
  1286. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
  1287. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +2 -0
  1288. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +1 -0
  1289. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +11 -0
  1290. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +8 -0
  1291. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +11 -0
  1292. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +8 -0
  1293. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
  1294. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{SpacingTypes.d.ts → DefinitionsSpacing.d.ts} +2 -0
  1295. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/{TypographyTypes.d.ts → DefinitionsTypography.d.ts} +61 -0
  1296. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +0 -2
  1297. package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +2 -7
  1298. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +1 -8
  1299. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +436 -0
  1300. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +29 -0
  1301. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +29 -0
  1302. package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +6 -1
  1303. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +479 -0
  1304. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +440 -0
  1305. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +29 -0
  1306. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +437 -0
  1307. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +29 -0
  1308. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +377 -0
  1309. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +42 -0
  1310. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +42 -0
  1311. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +438 -0
  1312. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +29 -0
  1313. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +45 -0
  1314. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +16 -0
  1315. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseContainerQuery.d.ts +9 -0
  1316. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +2610 -0
  1317. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +2 -1
  1318. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +27 -8
  1319. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +19 -0
  1320. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +22 -1
  1321. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  1322. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +14 -0
  1323. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +6 -4
  1324. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -0
  1325. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +202 -239
  1326. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +12337 -99
  1327. package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +0 -24
  1328. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +453 -29
  1329. package/internal-do-not-import-from-here/ux/timeperiodpicker/index.d.ts +0 -1
  1330. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +518 -44
  1331. package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
  1332. package/internal-do-not-import-from-here/ux/use/Shared.d.ts +6 -0
  1333. package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
  1334. package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
  1335. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
  1336. package/internal-do-not-import-from-here/ux/use/UseBlockInstance.d.ts +2 -0
  1337. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +459 -140
  1338. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  1339. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +61 -43
  1340. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +87 -6
  1341. package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
  1342. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
  1343. package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
  1344. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -3
  1345. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +105 -0
  1346. package/internal-do-not-import-from-here/ux/use/index.d.ts +7 -1
  1347. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +0 -1
  1348. package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -9
  1349. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -1
  1350. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +199 -221
  1351. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +25 -94
  1352. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +39 -94
  1353. package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
  1354. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +8 -83
  1355. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +8 -83
  1356. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +25 -109
  1357. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +33 -117
  1358. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +79 -37
  1359. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  1360. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +16 -0
  1361. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  1362. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +23 -0
  1363. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +8 -83
  1364. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +12 -84
  1365. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  1366. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/DefinitionRegistrations.d.ts +1 -0
  1367. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +6 -0
  1368. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +945 -0
  1369. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Image.d.ts +2 -0
  1370. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/ImageText.d.ts +3 -0
  1371. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Quote.d.ts +2 -0
  1372. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/Text.d.ts +2 -0
  1373. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/content/index.d.ts +4 -0
  1374. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +2 -0
  1375. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +2 -0
  1376. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  1377. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  1378. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +2 -0
  1379. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +3 -0
  1380. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +10 -0
  1381. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +14 -0
  1382. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +2 -0
  1383. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +176 -0
  1384. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -1
  1385. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +317 -247
  1386. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +173 -213
  1387. package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +2 -0
  1388. package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +1 -0
  1389. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +71 -87
  1390. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +229 -16
  1391. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronTypes.d.ts +1 -1
  1392. package/internal-do-not-import-from-here/ux/velcron/core/models/ViewModelAndContext.d.ts +1 -1
  1393. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +0 -1
  1394. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +6 -1
  1395. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +3 -2
  1396. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -2
  1397. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -1
  1398. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -8
  1399. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -3
  1400. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +0 -1
  1401. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +15 -0
  1402. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +1 -1
  1403. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  1404. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  1405. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
  1406. package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
  1407. package/internal-do-not-import-from-here/ux/velcron/docs/components/Video.d.ts +1 -0
  1408. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +2 -0
  1409. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +153 -394
  1410. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +8 -83
  1411. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +8 -83
  1412. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +8 -83
  1413. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +8 -83
  1414. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +19 -93
  1415. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +8 -83
  1416. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +8 -83
  1417. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +8 -83
  1418. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +8 -83
  1419. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +8 -83
  1420. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +8 -83
  1421. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +8 -83
  1422. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +8 -83
  1423. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +15 -89
  1424. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +15 -89
  1425. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +8 -83
  1426. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +15 -89
  1427. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +15 -89
  1428. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +2 -2
  1429. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +205 -91
  1430. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +100 -155
  1431. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +93 -95
  1432. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +15 -89
  1433. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +15 -89
  1434. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +32 -0
  1435. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +15 -89
  1436. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +19 -93
  1437. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +15 -89
  1438. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +15 -89
  1439. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +32 -0
  1440. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +32 -0
  1441. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +32 -0
  1442. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +15 -89
  1443. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +15 -89
  1444. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +15 -89
  1445. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +15 -89
  1446. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +15 -89
  1447. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +32 -0
  1448. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +32 -0
  1449. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +15 -89
  1450. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +15 -89
  1451. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +15 -89
  1452. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +32 -0
  1453. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +15 -89
  1454. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +145 -211
  1455. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +136 -206
  1456. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +135 -205
  1457. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +145 -211
  1458. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +157 -205
  1459. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +145 -211
  1460. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +145 -211
  1461. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +385 -0
  1462. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +145 -211
  1463. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +167 -211
  1464. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +146 -212
  1465. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +43 -21
  1466. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +16 -1
  1467. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +128 -1
  1468. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +44 -0
  1469. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +69 -24
  1470. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +68 -5
  1471. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +146 -17
  1472. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +198 -26
  1473. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +220 -14
  1474. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +94 -23
  1475. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +32 -101
  1476. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +97 -22
  1477. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +150 -45
  1478. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +123 -20
  1479. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +47 -14
  1480. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +16 -8
  1481. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +125 -46
  1482. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
  1483. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +230 -0
  1484. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +175 -166
  1485. package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
  1486. package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
  1487. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
  1488. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +284 -59
  1489. package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
  1490. package/internal-do-not-import-from-here/vue/vuecustomelement/Helpers.d.ts +8 -2
  1491. package/internal-do-not-import-from-here/wctypings.d.ts +4496 -1713
  1492. package/package.json +12 -12
  1493. package/task.js +5 -0
  1494. package/task.ts +5 -0
  1495. package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +0 -7
  1496. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -136
  1497. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -24
  1498. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +0 -9
  1499. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +0 -63
  1500. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +0 -18
  1501. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.d.ts +0 -5
  1502. package/internal-do-not-import-from-here/shared/models/theming/OmniaThemes.js +0 -18
  1503. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +0 -6
  1504. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +0 -434
  1505. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +0 -91
  1506. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +0 -488
  1507. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +0 -91
  1508. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
  1509. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +0 -91
  1510. package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
  1511. package/internal-do-not-import-from-here/ux/draggable/Draggable.d.ts +0 -6
  1512. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
  1513. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IDisplaySettingsToolbar.d.ts +0 -24
  1514. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
  1515. package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +0 -26
  1516. package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
  1517. package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
  1518. package/internal-do-not-import-from-here/ux/icon/IconPresets.d.ts +0 -6
  1519. package/internal-do-not-import-from-here/ux/imagetransformation/constants.d.ts +0 -80
  1520. package/internal-do-not-import-from-here/ux/imagetransformation/enums.d.ts +0 -13
  1521. package/internal-do-not-import-from-here/ux/imagetransformation/image-svg-transfomer.d.ts +0 -60
  1522. package/internal-do-not-import-from-here/ux/imagetransformation/image-transfomer.d.ts +0 -7
  1523. package/internal-do-not-import-from-here/ux/imagetransformation/index.d.ts +0 -4
  1524. package/internal-do-not-import-from-here/ux/imagetransformation/interfaces.d.ts +0 -8
  1525. package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +0 -14
  1526. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +0 -28
  1527. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -60
  1528. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +0 -91
  1529. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +0 -138
  1530. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +0 -8
  1531. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +0 -117
  1532. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +0 -250
  1533. package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +0 -133
  1534. package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageTransformFilter_old.d.ts +0 -23
  1535. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +0 -3
  1536. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +0 -118
  1537. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +0 -6
  1538. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.d.ts +0 -91
  1539. package/internal-do-not-import-from-here/ux/imagetransformer/Constants.d.ts +0 -14
  1540. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +0 -17
  1541. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +0 -5
  1542. package/internal-do-not-import-from-here/ux/imagetransformer/loc/localize.d.ts +0 -47
  1543. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -122
  1544. package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +0 -20
  1545. package/internal-do-not-import-from-here/ux/journey/IMenuBlade.d.ts +0 -29
  1546. package/internal-do-not-import-from-here/ux/journey/Journey.css.d.ts +0 -10
  1547. package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +0 -31
  1548. package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +0 -14
  1549. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +0 -4
  1550. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +0 -97
  1551. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +0 -8
  1552. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +0 -392
  1553. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +0 -193
  1554. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +0 -5
  1555. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +0 -107
  1556. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +0 -1
  1557. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +0 -91
  1558. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +0 -91
  1559. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +0 -91
  1560. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +0 -91
  1561. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +0 -9
  1562. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +0 -34
  1563. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +0 -186
  1564. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -165
  1565. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -234
  1566. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +0 -19
  1567. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -240
  1568. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +0 -163
  1569. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts +0 -15
  1570. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -256
  1571. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +0 -19
  1572. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -246
  1573. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
  1574. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +0 -39
  1575. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +0 -47
  1576. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +0 -32
  1577. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/internal.d.ts +0 -3
  1578. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +0 -218
  1579. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +0 -92
  1580. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +0 -104
  1581. package/internal-do-not-import-from-here/ux/mediapickerV2/framework/MediaPicker.d.ts +0 -597
  1582. package/internal-do-not-import-from-here/ux/mediapickerV2/framework/components/ImageSelector.css.d.ts +0 -6
  1583. package/internal-do-not-import-from-here/ux/mediapickerV2/framework/components/ImageSelector.d.ts +0 -104
  1584. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -64
  1585. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
  1586. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -74
  1587. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/index.d.ts +0 -2
  1588. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/loc/localize.d.ts +0 -23
  1589. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +0 -43
  1590. package/internal-do-not-import-from-here/ux/mediapickerimage/index.d.ts +0 -1
  1591. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +0 -3
  1592. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +0 -91
  1593. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +0 -91
  1594. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +0 -91
  1595. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +0 -1
  1596. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +0 -91
  1597. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditorSettings.d.ts +0 -20
  1598. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableView.d.ts +0 -12
  1599. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +0 -16
  1600. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -26
  1601. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -27
  1602. package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
  1603. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +0 -92
  1604. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +0 -91
  1605. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +0 -92
  1606. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
  1607. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
  1608. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -595
  1609. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +0 -540
  1610. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +0 -91
  1611. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +0 -21
  1612. package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +0 -1
  1613. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +0 -46
  1614. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +0 -72
  1615. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +0 -272
  1616. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +0 -31
  1617. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +0 -34
  1618. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +0 -35
  1619. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +0 -21
  1620. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +0 -6
  1621. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +0 -16
  1622. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -551
  1623. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -6
  1624. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +0 -159
  1625. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +0 -91
  1626. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +0 -91
  1627. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +0 -7
  1628. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +0 -91
  1629. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +0 -91
  1630. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +0 -6
  1631. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +0 -91
  1632. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +0 -91
  1633. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +0 -91
  1634. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +0 -91
  1635. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +0 -3
  1636. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +0 -12
  1637. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/index.d.ts +0 -1
  1638. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +0 -30
  1639. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +0 -38
  1640. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +0 -2
  1641. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +0 -488
  1642. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +0 -91
  1643. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +0 -42
  1644. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +0 -172
  1645. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +0 -101
  1646. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +0 -39
  1647. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +0 -106
  1648. package/internal-do-not-import-from-here/ux/vuechartjs/BarChart.d.ts +0 -3
  1649. package/internal-do-not-import-from-here/ux/vuechartjs/Bubble.d.ts +0 -2
  1650. package/internal-do-not-import-from-here/ux/vuechartjs/DoughnutChart.d.ts +0 -2
  1651. package/internal-do-not-import-from-here/ux/vuechartjs/HorizontalBar.d.ts +0 -2
  1652. package/internal-do-not-import-from-here/ux/vuechartjs/LineChart.d.ts +0 -2
  1653. package/internal-do-not-import-from-here/ux/vuechartjs/PieChart.d.ts +0 -3
  1654. package/internal-do-not-import-from-here/ux/vuechartjs/PolarArea.d.ts +0 -2
  1655. package/internal-do-not-import-from-here/ux/vuechartjs/Radar.d.ts +0 -2
  1656. package/internal-do-not-import-from-here/ux/vuechartjs/Scatter.d.ts +0 -2
  1657. /package/internal-do-not-import-from-here/{ux/docs/omfx/services/Bring.d.ts → DevVendor.d.ts} +0 -0
  1658. /package/internal-do-not-import-from-here/shared/models/{Bring.js → HttpCommon.js} +0 -0
  1659. /package/internal-do-not-import-from-here/shared/models/{hub/activities/FeedResult.js → StronglyTypedId.js} +0 -0
  1660. /package/internal-do-not-import-from-here/{ux/velcron/core/models → shared/models/velcron}/VelcronEvents.d.ts +0 -0
  1661. /package/internal-do-not-import-from-here/ux/{docs/omfx/services/Introduction.d.ts → app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
  1662. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/ExampleComponents.d.ts +0 -0
  1663. /package/internal-do-not-import-from-here/ux/{blueprintpicker → blueprintpickers/chromepicker}/docs/index.d.ts +0 -0
  1664. /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/ExampleComponents.d.ts +0 -0
  1665. /package/internal-do-not-import-from-here/ux/{colorsettingspicker → blueprintpickers/spacingpicker}/docs/index.d.ts +0 -0
  1666. /package/internal-do-not-import-from-here/ux/{typographypicker → blueprintpickers/typographypicker}/TypographyPicker.css.d.ts +0 -0
  1667. /package/internal-do-not-import-from-here/ux/{journey/v2 → blueprintpickers/typographypicker}/docs/ExampleComponents.d.ts +0 -0
  1668. /package/internal-do-not-import-from-here/ux/{oxide/textarea → blueprintpickers/typographypicker}/docs/index.d.ts +0 -0
  1669. /package/internal-do-not-import-from-here/ux/{oxide/textarea → borderpicker}/docs/ExampleComponents.d.ts +0 -0
  1670. /package/internal-do-not-import-from-here/ux/{spacingpicker → borderpicker}/docs/index.d.ts +0 -0
  1671. /package/internal-do-not-import-from-here/ux/{spacingpicker → colorpicker}/docs/ExampleComponents.d.ts +0 -0
  1672. /package/internal-do-not-import-from-here/ux/{typographypicker → colorpicker}/docs/index.d.ts +0 -0
  1673. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/GalleryPanel.css.d.ts +0 -0
  1674. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/GalleryPanels.d.ts +0 -0
  1675. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.css.d.ts +0 -0
  1676. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerComponentProps.d.ts +0 -0
  1677. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerContext.d.ts +0 -0
  1678. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerRenderer.d.ts +0 -0
  1679. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/components/ImageSelector.css.d.ts +0 -0
  1680. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/MediaPickerImageHandler.d.ts +0 -0
  1681. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/index.d.ts +0 -0
  1682. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/index.d.ts +0 -0
  1683. /package/internal-do-not-import-from-here/ux/{docs/omfx/stores/State.d.ts → directives/clickoutside/ClickOutSide.d.ts} +0 -0
  1684. /package/internal-do-not-import-from-here/ux/{imagetransformer/Components/rollup/ImageRollup.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
  1685. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
  1686. /package/internal-do-not-import-from-here/ux/{mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
  1687. /package/internal-do-not-import-from-here/ux/{richtexteditor/MentionComponent/Mentioncomponent.css.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
  1688. /package/internal-do-not-import-from-here/ux/{richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts → docs/omfx/components/VModel.md.d.ts} +0 -0
  1689. /package/internal-do-not-import-from-here/ux/{statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts → docs/omfx/components/docs/Emits.d.ts} +0 -0
  1690. /package/internal-do-not-import-from-here/ux/{statuscoderenderer/layoutregistration/Registration.d.ts → docs/omfx/components/docs/Slots.d.ts} +0 -0
  1691. /package/internal-do-not-import-from-here/ux/{statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts → docs/omfx/directives/Introduction.md.d.ts} +0 -0
  1692. /package/internal-do-not-import-from-here/ux/{theming-v2/designkits/default/definitions/content/Contentblocks.d.ts → docs/omfx/services/Http.md.d.ts} +0 -0
  1693. /package/internal-do-not-import-from-here/ux/{typographypicker → fillpicker}/docs/ExampleComponents.d.ts +0 -0
  1694. /package/internal-do-not-import-from-here/ux/{features/FeatureActivation_old.d.ts → hub/feed/components/Social.css.d.ts} +0 -0
  1695. /package/internal-do-not-import-from-here/ux/journey/{v2/models → models}/index.d.ts +0 -0
  1696. /package/internal-do-not-import-from-here/ux/journey/{v2/stores → stores}/index.d.ts +0 -0
  1697. /package/internal-do-not-import-from-here/ux/{features/FeaturesJourney_old.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.css.d.ts} +0 -0
  1698. /package/internal-do-not-import-from-here/ux/{imagetransformer/Components/editor/ImageTransformEditor_old.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutBlock.d.ts} +0 -0
  1699. /package/internal-do-not-import-from-here/ux/{imagetransformer/ImageTransformer.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutColumn.css.d.ts} +0 -0
  1700. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/BingProvider.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutColumn.d.ts} +0 -0
  1701. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/IBingProvider.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutPlaceHolder.d.ts} +0 -0
  1702. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/index.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutSection.d.ts} +0 -0
  1703. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/loc/index.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutSectionTab.d.ts} +0 -0
  1704. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/loc/localize.d.ts → layoutcanvas/editor/layoutitems/_old/LayoutTab.d.ts} +0 -0
  1705. /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.css.d.ts +0 -0
  1706. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider/services/BingImageService.d.ts → layoutcanvas/shared/layoutitemsrenderer/_old/LayoutTabRenderer.d.ts} +0 -0
  1707. /package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/MediaPicker.css.d.ts +0 -0
  1708. /package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/MediaPickerContext.d.ts +0 -0
  1709. /package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/core/MediaFileProcessor.d.ts +0 -0
  1710. /package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/core/MediaPickerImageHandler.d.ts +0 -0
  1711. /package/internal-do-not-import-from-here/ux/mediapickerV2/{framework → chrome}/index.d.ts +0 -0
  1712. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/pexelsprovider/IPexelProvider.d.ts → mediapickerV2/imagetransformer/Components/Interfaces.d.ts} +0 -0
  1713. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/pexelsprovider/PexelProvider.css.d.ts → oxide/colorpicker/ColorPicker_omfx.d.ts} +0 -0
  1714. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/pexelsprovider/PexelProvider.d.ts → theming-v2/admin/blades/blueprints/DefinitionsJourney.d.ts} +0 -0
  1715. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/pexelsprovider/models/PexelImage.d.ts → theming-v2/admin/blades/blueprints/components/blades/SpacingBlade.d.ts} +0 -0
  1716. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/pexelsprovider/services/PexelImageService.d.ts → theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts} +0 -0
  1717. /package/internal-do-not-import-from-here/ux/{use/UseVariantSetup.d.ts → theming-v2/designkits/default/themes/DefinitionsComponents.d.ts} +0 -0
  1718. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
@@ -1,10 +1,8 @@
1
- import { BlueprintType, BlueprintTypes, ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
- import { TypographySize, TypographySizes, TypographyType, TypographyTypeDefinition, TypographyTypes } from "./TypographyDefinition";
3
- import { BlueprintDefinition } from "./BlueprintDefinition";
1
+ import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes } from "./ThemeDefinitionV2";
2
+ import { BlueprintDefinition, BlueprintType } from "./ComponentDefinitions";
4
3
  export declare function useThemeMethods(getThemeDefinition: () => any): {
5
4
  colorSchema: (colorSchemaType: ColorSchemaTypes | ColorSchemaType) => ColorSchema;
6
- blueprint: (blueprintType: BlueprintTypes | BlueprintType) => BlueprintDefinition;
7
- typography: (blueprintType: BlueprintTypes | BlueprintType, typographyType: TypographyTypes | TypographyType, size: TypographySize | TypographySizes) => TypographyTypeDefinition;
5
+ bluePrintbyType: <TType extends BlueprintDefinition>(type: BlueprintType) => TType;
8
6
  color: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => string;
9
7
  colorDefinition: (colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType) => ColorDefinition;
10
8
  complementaryColorType: (colorType: ColorTypes | ColorType) => ColorTypes;
@@ -3,9 +3,11 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.useThemeMethods = void 0;
4
4
  //import { ThemeDefinitionInstance } from "@omnia/fx/ux";
5
5
  const ThemeDefinitionV2_1 = require("./ThemeDefinitionV2");
6
- const TypographyDefinition_1 = require("./TypographyDefinition");
7
6
  // temp change ThemeDefinitionInstance to any because fx/shared can't reference higher level fx/ux
8
7
  function useThemeMethods(getThemeDefinition) {
8
+ function bluePrintbyType(type) {
9
+ return getThemeDefinition().blueprints.find(x => x.type === type);
10
+ }
9
11
  function colorSchema(colorSchemaType) {
10
12
  if (colorSchemaType === ThemeDefinitionV2_1.ColorSchemaTypes.primary) {
11
13
  return getThemeDefinition().colors.primary;
@@ -33,33 +35,6 @@ function useThemeMethods(getThemeDefinition) {
33
35
  }
34
36
  return getThemeDefinition().colors.background;
35
37
  }
36
- function blueprint(blueprintType) {
37
- if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.default) {
38
- return getThemeDefinition().blueprints.default;
39
- }
40
- else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant1) {
41
- return getThemeDefinition().blueprints.variant1;
42
- }
43
- else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant2) {
44
- return getThemeDefinition().blueprints.variant2;
45
- }
46
- else if (blueprintType === ThemeDefinitionV2_1.BlueprintTypes.variant3) {
47
- return getThemeDefinition().blueprints.variant3;
48
- }
49
- return getThemeDefinition().blueprints.default;
50
- }
51
- function typography(blueprintType, typographyType, size) {
52
- const typographyBlueprint = getThemeDefinition().blueprints[blueprintType].definitions.find(d => d.type === "typography");
53
- if (typographyType === TypographyDefinition_1.TypographyTypes.text) {
54
- return typographyBlueprint.definition.text[size];
55
- }
56
- else if (typographyType === TypographyDefinition_1.TypographyTypes.title) {
57
- return typographyBlueprint.definition.title[size];
58
- }
59
- else if (typographyType === TypographyDefinition_1.TypographyTypes.navigation) {
60
- return typographyBlueprint.definition[size];
61
- }
62
- }
63
38
  function color(colorSchemaType, colorType) {
64
39
  const mappedColorSchema = colorSchema(colorSchemaType);
65
40
  if (colorType === ThemeDefinitionV2_1.ColorTypes.base) {
@@ -117,8 +92,7 @@ function useThemeMethods(getThemeDefinition) {
117
92
  }
118
93
  return {
119
94
  colorSchema,
120
- blueprint,
121
- typography,
95
+ bluePrintbyType,
122
96
  color,
123
97
  colorDefinition,
124
98
  complementaryColorType,
@@ -1,8 +1,8 @@
1
1
  export * from "./ThemeDefinitionV2";
2
2
  export * from "./TypographyDefinition";
3
- export * from "./OmniaThemes";
4
3
  export * from "./UseThemeMethods";
5
- export * from "./BlueprintDefinition";
4
+ export * from "./ComponentDefinitions";
6
5
  export * from "./SpacingSetting";
7
6
  export * from "./SharedBlueprintMethods";
8
7
  export * from "./SharedColorMethods";
8
+ export * from "./ChromeDefinition";
@@ -3,9 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  tslib_1.__exportStar(require("./ThemeDefinitionV2"), exports);
5
5
  tslib_1.__exportStar(require("./TypographyDefinition"), exports);
6
- tslib_1.__exportStar(require("./OmniaThemes"), exports);
6
+ //export * from "./OmniaThemes";
7
7
  tslib_1.__exportStar(require("./UseThemeMethods"), exports);
8
- tslib_1.__exportStar(require("./BlueprintDefinition"), exports);
8
+ tslib_1.__exportStar(require("./ComponentDefinitions"), exports);
9
9
  tslib_1.__exportStar(require("./SpacingSetting"), exports);
10
10
  tslib_1.__exportStar(require("./SharedBlueprintMethods"), exports);
11
11
  tslib_1.__exportStar(require("./SharedColorMethods"), exports);
12
+ tslib_1.__exportStar(require("./ChromeDefinition"), exports);
@@ -0,0 +1,87 @@
1
+ import { DynamicState } from "../DynamicState";
2
+ import { VelcronEvent, VelcronOnEditModeEvent, VelcronOnLoadEvent } from "./VelcronEvents";
3
+ /**
4
+ * Velcron definition base
5
+ */
6
+ export interface VelcronDefinitionBase {
7
+ /**
8
+ * The component type
9
+ */
10
+ type: string;
11
+ /**
12
+ * Custom friendly name of the definition
13
+ */
14
+ name?: string;
15
+ /**
16
+ * Used for render cache if not specified we auto set it.
17
+ */
18
+ key?: string;
19
+ }
20
+ export interface VelcronDefinition extends VelcronDefinitionBase, VelcronDimensionStyling {
21
+ body?: Array<VelcronDefinition>;
22
+ style?: VelcronStyling;
23
+ foreach?: string;
24
+ if?: string;
25
+ events?: VelcronEvent;
26
+ }
27
+ export interface VelcronSpacing {
28
+ top?: number | string;
29
+ right?: number | string;
30
+ bottom?: number | string;
31
+ left?: number | string;
32
+ }
33
+ interface VelcronDimensionStyling {
34
+ margin?: VelcronSpacing;
35
+ padding?: VelcronSpacing;
36
+ }
37
+ export interface VelcronStyling {
38
+ margin?: number;
39
+ marginTop?: number;
40
+ marginRight?: number;
41
+ marginBottom?: number;
42
+ marginLeft?: number;
43
+ padding?: number;
44
+ paddingTop?: number;
45
+ paddingRight?: number;
46
+ paddingBottom?: number;
47
+ paddingLeft?: number;
48
+ height?: number | string;
49
+ width?: number | string;
50
+ }
51
+ export interface VelcronComponentDefinition extends VelcronDefinition {
52
+ type: string;
53
+ events?: any;
54
+ properties?: {
55
+ [name: string]: any;
56
+ };
57
+ icon?: any;
58
+ }
59
+ export type VelcronCustomComponentDefinition = VelcronComponentDefinition;
60
+ export type BuiltInPropertyEditorType = "text" | "slider" | "switch" | "alignment" | "color" | "markdown" | "icon" | "image" | "typography" | "color-schema-type" | "spacing";
61
+ export interface VelcronPropertyEditor<TSettings = any> {
62
+ name?: string;
63
+ category?: string;
64
+ type: BuiltInPropertyEditorType | string;
65
+ settings?: TSettings;
66
+ stateMapping?: string;
67
+ propertyMapping?: boolean;
68
+ multiple?: boolean;
69
+ component?: unknown;
70
+ }
71
+ export interface VelcronAppDefinition<TState extends DynamicState = DynamicState> extends VelcronDefinitionBase {
72
+ type: "velcron";
73
+ version?: string;
74
+ name?: string;
75
+ body?: Array<VelcronDefinition>;
76
+ events?: VelcronOnLoadEvent & VelcronOnEditModeEvent;
77
+ actions?: {
78
+ [name: string]: Array<string>;
79
+ };
80
+ components?: Array<VelcronCustomComponentDefinition>;
81
+ propEditors?: Array<VelcronPropertyEditor>;
82
+ state?: TState;
83
+ computed?: {
84
+ [name: string]: Array<string>;
85
+ };
86
+ }
87
+ export {};
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,2 @@
1
+ export * from "./VelcronDefinition";
2
+ export * from "./VelcronEvents";
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./VelcronDefinition"), exports);
5
+ tslib_1.__exportStar(require("./VelcronEvents"), exports);
@@ -1,3 +1,26 @@
1
- export declare const useActivityService: () => {
2
- getFeed: () => Promise<void>;
1
+ import { ChannelId, ActivityFeed, ActivityId, ActivitySenderId, FeedActivityDefinition, SourceRelatedHubProperty, NotificationTeaser, ActivitySender, FeedQuery, TemporaryFileId, IdentityActivityBase, ActivityCategoryCount, IdentityActivityCategory, ActivityRendererLoadingReferences, ActivityRendererLoadReference, ActivityRenderer } from "../models";
2
+ export declare const activityService: () => {
3
+ getFeed: (channelId: ChannelId, options?: FeedQuery) => Promise<ActivityFeed>;
4
+ createActivity: <TRenderState>(channelId: ChannelId, senderId: ActivitySenderId, activityDefinition: FeedActivityDefinition<TRenderState>, targeting: Array<Array<SourceRelatedHubProperty>>, notification: NotificationTeaser, category?: IdentityActivityCategory, expires?: Date, createdAt?: Date, activityIdPlaceHolder?: TemporaryFileId) => Promise<void>;
5
+ getSocial: (activityId: ActivityId) => {
6
+ addCommentAsync: (rendererJson: string, mentions: import("../models").ExternalIdentityId[], inReplyToCommentId?: number) => Promise<import("../models").HubComment>;
7
+ getCommentsAsync: (offSet?: import("../models").HubComment, limt?: number) => Promise<import("../models").HubComment[]>;
8
+ updateCommentAsync: (comment: import("../models").HubComment) => Promise<import("../models").HubComment>;
9
+ deleteCommentAsync: (toDelete: import("../models").HubComment) => Promise<number[]>;
10
+ addReactionAsync: (reactionType: string) => Promise<import("../models").HubReaction[]>;
11
+ deleteReactionAsync: (toDelete: import("../models").HubReaction) => Promise<import("../models").HubReaction[]>;
12
+ getReactionsAsync: () => Promise<import("../models").HubReaction[]>;
13
+ };
14
+ getSenders: (senderIds: Array<ActivitySenderId>) => Promise<ActivitySender[]>;
15
+ dismissNotificationsBySenderIds: (channelId: ChannelId, senderIds: Array<ActivitySenderId>) => Promise<boolean>;
16
+ files: () => {
17
+ getFiles: (startPath: string[]) => Promise<string[]>;
18
+ getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
19
+ takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
20
+ upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
21
+ };
22
+ updateIdentityActivity: (channelId: ChannelId, identityActivity: IdentityActivityBase) => Promise<ActivityCategoryCount[]>;
23
+ tempDelete: (channelId: ChannelId) => Promise<boolean>;
24
+ getActivityRenderersLoadReferences: (currentLoadStateHash?: string) => Promise<ActivityRendererLoadingReferences>;
25
+ getActivityRenderer: (toLoad: ActivityRendererLoadReference) => Promise<ActivityRenderer>;
3
26
  };
@@ -1,6 +1,11 @@
1
- import { useBring } from "../http";
1
+ import { http } from "../http";
2
2
  export declare function defineService<TActions extends {
3
3
  [key: string]: Function;
4
4
  }>(setup: (ctx: {
5
- useBring: typeof useBring;
5
+ http: typeof http;
6
6
  }) => TActions): () => TActions;
7
+ export declare function defineService<TActions extends {
8
+ [key: string]: Function;
9
+ }, TArgs extends any[]>(setup: (ctx: {
10
+ http: typeof http;
11
+ }, ...args: TArgs) => TActions): (...args: TArgs) => TActions;
@@ -0,0 +1,10 @@
1
+ import { ExternalIdentityId, HubComment, HubReaction } from "../models";
2
+ export declare const socialSourceService: (sourceId: string) => {
3
+ addCommentAsync: (rendererJson: string, mentions: ExternalIdentityId[], inReplyToCommentId?: number) => Promise<HubComment>;
4
+ getCommentsAsync: (offSet?: HubComment | null, limt?: number) => Promise<HubComment[]>;
5
+ updateCommentAsync: (comment: HubComment) => Promise<HubComment>;
6
+ deleteCommentAsync: (toDelete: HubComment) => Promise<number[]>;
7
+ addReactionAsync: (reactionType: string) => Promise<HubReaction[]>;
8
+ deleteReactionAsync: (toDelete: HubReaction) => Promise<HubReaction[]>;
9
+ getReactionsAsync: () => Promise<HubReaction[]>;
10
+ };
@@ -0,0 +1,7 @@
1
+ import { FileOwnerId, TemporaryFileId } from "../models";
2
+ export declare const fileUploadService: (fileOwnerId: FileOwnerId) => {
3
+ getFiles: (startPath: string[]) => Promise<string[]>;
4
+ getTempFiles: (tempFilesId: TemporaryFileId, startPath: string[]) => Promise<string[]>;
5
+ takeOwnership: (tempFilesId: TemporaryFileId, subPath: string[]) => Promise<void>;
6
+ upload: (uniqueGuid: TemporaryFileId, files: File[]) => Promise<TemporaryFileId>;
7
+ };
@@ -13,8 +13,8 @@ export declare class AppNamingPolicyStore extends Store {
13
13
  ensureLoad: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue) => void, (result: void, appDefinitionId: GuidValue) => void, (failureReason: any, appDefinitionId: GuidValue) => void, (appDefinitionId: GuidValue) => Promise<void>>;
14
14
  ensureLoadById: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue) => void, (result: void, appDefinitionId: GuidValue) => void, (failureReason: any, appDefinitionId: GuidValue) => void, (appDefinitionId: GuidValue) => Promise<void>>;
15
15
  add: import("./Store").StoreAction<unknown, (appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (result: AppNamingPolicy, appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (failureReason: any, appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => void, (appDefinitionId: GuidValue, definition: AppNamingPolicyDefinition) => Promise<AppNamingPolicy>>;
16
- update: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: void, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<void>>;
17
- delete: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: void, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<void>>;
16
+ update: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
17
+ delete: import("./Store").StoreAction<unknown, (policy: AppNamingPolicy) => void, (result: unknown, policy: AppNamingPolicy) => void, (failureReason: any, policy: AppNamingPolicy) => void, (policy: AppNamingPolicy) => Promise<unknown>>;
18
18
  };
19
19
  private addOrUpdate;
20
20
  private remove;
@@ -1,11 +1,14 @@
1
+ import { OmniaContext } from "../contexts";
1
2
  import { GuidValue, AzureAdDefaultUserProperties, AdProperty } from "../models";
2
3
  import { Store } from "./Store";
3
4
  export declare class AzureAdUserStore extends Store {
4
5
  private azureAdService;
6
+ omniaCtx: OmniaContext;
5
7
  private resolvePropertiesValuePromises;
6
8
  private resolvePropertiesInfoPromise;
7
9
  private resolveSyncPropertiesInfoPromise;
8
10
  private defaultSelectUserProperties;
11
+ private isOmniaUser;
9
12
  actions: {
10
13
  getUserPropertiesValue: import("./Store").StoreAction<unknown, (id: GuidValue, selectMoreProperties?: string[]) => void, (result: AzureAdDefaultUserProperties, id: GuidValue, selectMoreProperties?: string[]) => void, (failureReason: any, id: GuidValue, selectMoreProperties?: string[]) => void, <T extends AzureAdDefaultUserProperties = AzureAdDefaultUserProperties>(id: GuidValue, selectMoreProperties?: string[]) => Promise<T>>;
11
14
  getUserPropertiesMetadata: import("./Store").StoreAction<unknown, () => void, (result: string[]) => void, (failureReason: any) => void, () => Promise<string[]>>;
@@ -28,4 +28,10 @@ export declare class ClipboardStore extends Store {
28
28
  appendClipboard: import("./Store").StoreMutation<(id: Guid, clipboard: ClipboardBase<any>) => void, (id: Guid, clipboard: ClipboardBase<any>) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
29
29
  reloadClipboard: import("./Store").StoreMutation<(id: Guid) => void, (id: Guid) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
30
30
  };
31
+ /**
32
+ * Implementation of actions
33
+ */
34
+ actions: {
35
+ reloadClipboard: import("./Store").StoreAction<unknown, (id: Guid) => void, (result: void, id: Guid) => void, (failureReason: any, id: Guid) => void, (id: Guid) => Promise<void>>;
36
+ };
31
37
  }
@@ -31,7 +31,7 @@ export declare class CommentLikeStore extends Store {
31
31
  actions: {
32
32
  toggleLike: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, topicId: string, commentId: string, isLike: boolean, currentUser: ResolvedUserIdentity) => void, (result: any, service: ICommentLikeService, topicId: string, commentId: string, isLike: boolean, currentUser: ResolvedUserIdentity) => void, (failureReason: any, service: ICommentLikeService, topicId: string, commentId: string, isLike: boolean, currentUser: ResolvedUserIdentity) => void, (service: ICommentLikeService, topicId: string, commentId: string, isLike: boolean, currentUser: ResolvedUserIdentity) => Promise<any>>;
33
33
  socialReacts: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, topicId: string, commentId: string, isReacts: boolean, reactionType: ReactionType, currentUser: ResolvedUserIdentity) => void, (result: any, service: ICommentLikeService, topicId: string, commentId: string, isReacts: boolean, reactionType: ReactionType, currentUser: ResolvedUserIdentity) => void, (failureReason: any, service: ICommentLikeService, topicId: string, commentId: string, isReacts: boolean, reactionType: ReactionType, currentUser: ResolvedUserIdentity) => void, (service: ICommentLikeService, topicId: string, commentId: string, isReacts: boolean, reactionType: ReactionType, currentUser: ResolvedUserIdentity) => Promise<any>>;
34
- addOrUpdateComment: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, comment: Comment) => void, (result: Comment, service: ICommentLikeService, comment: Comment) => void, (failureReason: any, service: ICommentLikeService, comment: Comment) => void, (service: ICommentLikeService, comment: Comment) => Promise<Comment>>;
34
+ addOrUpdateComment: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, comment: Comment) => void, (result: unknown, service: ICommentLikeService, comment: Comment) => void, (failureReason: any, service: ICommentLikeService, comment: Comment) => void, (service: ICommentLikeService, comment: Comment) => Promise<unknown>>;
35
35
  deleteComment: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, comment: Comment, currentUser: ResolvedUserIdentity) => void, (result: any, service: ICommentLikeService, comment: Comment, currentUser: ResolvedUserIdentity) => void, (failureReason: any, service: ICommentLikeService, comment: Comment, currentUser: ResolvedUserIdentity) => void, (service: ICommentLikeService, comment: Comment, currentUser: ResolvedUserIdentity) => Promise<any>>;
36
36
  toggleBestReply: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, topicId: string, commentId: string, currentUser: ResolvedUserIdentity) => void, (result: any, service: ICommentLikeService, topicId: string, commentId: string, currentUser: ResolvedUserIdentity) => void, (failureReason: any, service: ICommentLikeService, topicId: string, commentId: string, currentUser: ResolvedUserIdentity) => void, (service: ICommentLikeService, topicId: string, commentId: string, currentUser: ResolvedUserIdentity) => Promise<any>>;
37
37
  loadData: import("../stores/Store").StoreAction<unknown, (service: ICommentLikeService, topicId: string) => void, (result: any, service: ICommentLikeService, topicId: string) => void, (failureReason: any, service: ICommentLikeService, topicId: string) => void, (service: ICommentLikeService, topicId: string) => Promise<any>>;
@@ -1,29 +1,41 @@
1
- import { MessageBusExposeOnlySubscription } from "../core";
1
+ import { MessageBusExposeOnlySubscription, SetupFactoryContext } from "../core";
2
2
  import { IMessageBusSubscriptionHandler, IMessageBusTopicPublishSubscriber } from "@omnia/fx-models";
3
3
  type MutateFn<T> = (value: T | ((prev: T) => T)) => void;
4
4
  type Events<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>>> = {
5
- [K in keyof TState as `onMutating${Capitalize<string & K>}` | `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
5
+ [K in keyof TState as `onMutated${Capitalize<string & K>}`]: MessageBusExposeOnlySubscription<TState[K]>;
6
6
  } & TEvents;
7
7
  type MapActionOnDispatching<T extends Function> = T extends (...args: infer U) => any ? (...args: U) => void : never;
8
8
  type MapActionOnDispatched<T extends Function> = T extends (...args: infer U) => Promise<infer Y> | infer Y ? (result: Y, ...args: U) => void : never;
9
9
  type MapActionOnFailure<T extends Function> = T extends (...args: infer U) => any ? (failureReason: any, ...args: U) => void : never;
10
10
  type ReturnDefineAction<TAction extends {
11
- [key: string]: Function;
11
+ [key: string]: any;
12
12
  }> = {
13
- onDispatching<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatching<T>): IMessageBusSubscriptionHandler;
14
- onDispatched<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnDispatched<T>): IMessageBusSubscriptionHandler;
15
- onFailure<T extends (...args: any) => any>(action: (actions: TAction) => T, fn: MapActionOnFailure<T>): IMessageBusSubscriptionHandler;
13
+ onDispatching: {
14
+ [k in keyof TAction]: {
15
+ subscribe(fn: MapActionOnDispatching<TAction[k]>): IMessageBusSubscriptionHandler;
16
+ };
17
+ };
18
+ onDispatched: {
19
+ [k in keyof TAction]: {
20
+ subscribe(fn: MapActionOnDispatched<TAction[k]>): IMessageBusSubscriptionHandler;
21
+ };
22
+ };
23
+ onFailure: {
24
+ [k in keyof TAction]: {
25
+ subscribe(fn: MapActionOnFailure<TAction[k]>): IMessageBusSubscriptionHandler;
26
+ };
27
+ };
16
28
  } & TAction;
17
- interface SetupContext {
18
- defineState<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>>>(state: TState): {
29
+ interface SetupStoreContext extends SetupFactoryContext {
30
+ defineState<TState extends object, TEvents extends Record<string, IMessageBusTopicPublishSubscriber<any>> = Record<string, IMessageBusTopicPublishSubscriber<any>>>(state: TState): {
19
31
  state: TState;
20
32
  events: Events<TState, TEvents>;
21
33
  mutate: {
22
34
  [K in keyof TState]: MutateFn<TState[K]>;
23
35
  };
24
36
  };
25
- defineAction<TActions extends {
26
- [key: string]: Function;
37
+ defineActions<TActions extends {
38
+ [key: string]: any;
27
39
  }>(actions: TActions): ReturnDefineAction<TActions>;
28
40
  }
29
41
  export interface IReturnSetupStore<TState, TGetters, TActions extends {
@@ -33,9 +45,8 @@ export interface IReturnSetupStore<TState, TGetters, TActions extends {
33
45
  get?: TGetters;
34
46
  actions?: ReturnDefineAction<TActions>;
35
47
  events?: TEvents;
36
- deactivated?(): void;
37
48
  }
38
49
  export declare function defineStore<TState extends object, TGetters extends object, TActions extends {
39
- [key: string]: Function;
40
- }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupContext) => InferReturnSetup): (newInstanceWithName?: string) => InferReturnSetup;
50
+ [key: string]: any;
51
+ }, TEvents extends Record<string, MessageBusExposeOnlySubscription<any>>, InferReturnSetup extends IReturnSetupStore<TState, TGetters, TActions, TEvents>>(name: string, setup: (ctx: SetupStoreContext) => InferReturnSetup): () => InferReturnSetup;
41
52
  export {};
@@ -10,6 +10,7 @@ export declare class EnterprisePropertyStore extends Store {
10
10
  private ensuredLoadDataPromise;
11
11
  private ensuredQueryablePropertiesLoadedPromise;
12
12
  private editingProperty;
13
+ private ensureLoadExtendedEnterprisePropertiesPromise;
13
14
  enterprisePropertyDefinitions: import("./Store").StoreState<EnterprisePropertyDefinition[]>;
14
15
  enterprisePropertyDataTypes: import("./Store").StoreState<EnterprisePropertyDataType[]>;
15
16
  computedPropertyMapping: import("./Store").StoreState<{
@@ -46,11 +47,11 @@ export declare class EnterprisePropertyStore extends Store {
46
47
  refresh: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
47
48
  ensureLoadData: import("./Store").StoreAction<unknown, (forceReload?: boolean) => void, (result: boolean, forceReload?: boolean) => void, (failureReason: any, forceReload?: boolean) => void, (forceReload?: boolean) => Promise<boolean>>;
48
49
  ensureLoadExtendedEnterpriseProperties: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
49
- addEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: EnterprisePropertyDefinition, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<EnterprisePropertyDefinition>>;
50
- updateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: EnterprisePropertyDefinition, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<EnterprisePropertyDefinition>>;
51
- removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: boolean, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<boolean>>;
50
+ addEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
51
+ updateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterpriseProperty: EnterprisePropertyDefinition) => void, (result: unknown, enterpriseProperty: EnterprisePropertyDefinition) => void, (failureReason: any, enterpriseProperty: EnterprisePropertyDefinition) => void, (enterpriseProperty: EnterprisePropertyDefinition) => Promise<unknown>>;
52
+ removeEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: unknown, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<unknown>>;
52
53
  getAllArchiveEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, () => void, (result: PropertyArchive[]) => void, (failureReason: any) => void, () => Promise<PropertyArchive[]>>;
53
- terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: boolean, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<boolean>>;
54
+ terminateEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: unknown, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<unknown>>;
54
55
  restoreEnterprisePropertyDefinition: import("./Store").StoreAction<unknown, (enterprisePropertyId: GuidValue) => void, (result: void, enterprisePropertyId: GuidValue) => void, (failureReason: any, enterprisePropertyId: GuidValue) => void, (enterprisePropertyId: GuidValue) => Promise<void>>;
55
56
  ensureLoadQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (result: void, serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (failureReason: any, serviceId: GuidValue, tableName?: string, forceReload?: boolean) => void, (serviceId: GuidValue, tableName?: string, forceReload?: boolean) => Promise<void>>;
56
57
  removeQueryableProperties: import("./Store").StoreAction<unknown, (serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (result: EnterprisePropertyColumnMapping, serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (failureReason: any, serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => void, (serviceId: GuidValue, property: EnterprisePropertyColumnMapping) => Promise<EnterprisePropertyColumnMapping>>;
@@ -1,20 +1,32 @@
1
1
  import { LocalizationTargetTypes } from "../models";
2
- export declare const useLocalizationStore: (newInstanceWithName?: string) => {
2
+ export declare const useLocalizationStore: () => {
3
3
  state: {};
4
4
  events: {} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
5
5
  actions: {
6
- onDispatching<T extends (...args: any) => any>(action: (actions: {
7
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
8
- merge: (value: object) => void;
9
- }) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
10
- onDispatched<T_1 extends (...args: any) => any>(action: (actions: {
11
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
12
- merge: (value: object) => void;
13
- }) => T_1, fn: T_1 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
- onFailure<T_2 extends (...args: any) => any>(action: (actions: {
15
- ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
16
- merge: (value: object) => void;
17
- }) => T_2, fn: T_2 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
6
+ onDispatching: {
7
+ ensureLoadLocalization: {
8
+ subscribe(fn: (target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
9
+ };
10
+ merge: {
11
+ subscribe(fn: (value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
12
+ };
13
+ };
14
+ onDispatched: {
15
+ ensureLoadLocalization: {
16
+ subscribe(fn: (result: void, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ merge: {
19
+ subscribe(fn: (result: void, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
20
+ };
21
+ };
22
+ onFailure: {
23
+ ensureLoadLocalization: {
24
+ subscribe(fn: (failureReason: any, target: LocalizationTargetTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ merge: {
27
+ subscribe(fn: (failureReason: any, value: object) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
29
+ };
18
30
  } & {
19
31
  ensureLoadLocalization: (target: LocalizationTargetTypes) => Promise<void>;
20
32
  merge: (value: object) => void;
@@ -25,6 +37,6 @@ export declare const useLocalizationStore: (newInstanceWithName?: string) => {
25
37
  };
26
38
  replace(text: string): string;
27
39
  value: (key: string) => string;
28
- path: <T_3>(namespace: string, exp: (localize: T_3) => string) => string;
40
+ path: <T>(namespace: string, exp: (localize: T) => string) => string;
29
41
  };
30
42
  };
@@ -29,9 +29,9 @@ export declare class PostStore<TPostType extends IPostBaseWithContext<TContextTy
29
29
  toggleLike: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (result: IPersistedPost<IPostBaseWithContext<TContextType>>, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => Promise<IPersistedPost<IPostBaseWithContext<TContextType>>>>;
30
30
  socialReacts: import("./Store").StoreAction<unknown, (postToReact: IPersistedPost<TPostType>, isReacts: boolean, reactionType: ReactionType) => void, (result: IPersistedPost<IPostBaseWithContext<TContextType>>, postToReact: IPersistedPost<TPostType>, isReacts: boolean, reactionType: ReactionType) => void, (failureReason: any, postToReact: IPersistedPost<TPostType>, isReacts: boolean, reactionType: ReactionType) => void, (postToReact: IPersistedPost<TPostType>, isReacts: boolean, reactionType: ReactionType) => Promise<IPersistedPost<IPostBaseWithContext<TContextType>>>>;
31
31
  createPost: import("./Store").StoreAction<unknown, (post: TPostType, currentUser: ResolvedUserIdentity) => void, (result: IPersistedPost<TPostType>, post: TPostType, currentUser: ResolvedUserIdentity) => void, (failureReason: any, post: TPostType, currentUser: ResolvedUserIdentity) => void, (post: TPostType, currentUser: ResolvedUserIdentity) => Promise<IPersistedPost<TPostType>>>;
32
- deletePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (result: IPersistedPost<TPostType>, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => Promise<IPersistedPost<TPostType>>>;
33
- updatePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>) => void, (result: IPersistedPost<TPostType>, persistedPost: IPersistedPost<TPostType>) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>) => void, (persistedPost: IPersistedPost<TPostType>) => Promise<IPersistedPost<TPostType>>>;
34
- loadData: import("./Store").StoreAction<unknown, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (result: any[], omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (failureReason: any, omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: Array<GuidValue>, currentUser: ResolvedUserIdentity) => Promise<any[]>>;
32
+ deletePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => void, (persistedPost: IPersistedPost<TPostType>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
33
+ updatePost: import("./Store").StoreAction<unknown, (persistedPost: IPersistedPost<TPostType>) => void, (result: unknown, persistedPost: IPersistedPost<TPostType>) => void, (failureReason: any, persistedPost: IPersistedPost<TPostType>) => void, (persistedPost: IPersistedPost<TPostType>) => Promise<unknown>>;
34
+ loadData: import("./Store").StoreAction<unknown, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (result: unknown, omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (failureReason: any, omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: GuidValue[], currentUser: ResolvedUserIdentity) => void, (omniaServiceId: GuidValue, postTypeId: GuidValue, topicIds: Array<GuidValue>, currentUser: ResolvedUserIdentity) => Promise<unknown>>;
35
35
  };
36
36
  calculateTopPostLastActivity(posts: IPersistedPost<IPostBaseWithContext<TContextType>>[]): void;
37
37
  getSortedPosts(persistedPosts: Array<IPersistedPost<IPostBaseWithContext<TContextType>>>): IPersistedPost<IPostBaseWithContext<TContextType>>[];
@@ -1,4 +1,4 @@
1
- import { OrgTreeUser, UserInformation, TenantPeopleInformation, UserIdentity } from "../models";
1
+ import { OrgTreeUser, UserInformation, TenantPeopleInformation, UserIdentity, ResolvedUserIdentity } from "../models";
2
2
  import { Store } from "./Store";
3
3
  import { ProfileCardService } from "../services/ProfileCardService";
4
4
  import { UserIdentityStore } from "./UserIdentityStore";
@@ -13,6 +13,8 @@ export declare class ProfileCardStore extends Store {
13
13
  userInformation: import("./Store").StoreState<{
14
14
  [uid: string]: UserInformation;
15
15
  }>;
16
+ userInProfile: import("./Store").StoreState<UserIdentity>;
17
+ userInProfileResolved: import("./Store").StoreState<ResolvedUserIdentity>;
16
18
  private enablePeopleInformation;
17
19
  private profileCardDialogTabs;
18
20
  tenantPeopleInfomation: import("./Store").StoreState<TenantPeopleInformation>;
@@ -22,15 +24,18 @@ export declare class ProfileCardStore extends Store {
22
24
  getEnablePeopleInformation: () => boolean;
23
25
  getProfileCardDialogTabs: () => Array<string>;
24
26
  getTenantPeopleInformationModel: () => TenantPeopleInformation;
27
+ getResolvedUserInProfile: () => ResolvedUserIdentity;
25
28
  };
26
29
  mutations: {
27
30
  setEnablePeopleInformation: import("./Store").StoreMutation<(value: boolean) => void, (value: boolean) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
28
31
  setProfieCardDialogTabs: import("./Store").StoreMutation<(tabs: string[]) => void, (tabs: string[]) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
29
32
  setTenantPeopleInformation: import("./Store").StoreMutation<(value: TenantPeopleInformation) => void, (value: TenantPeopleInformation) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
33
+ setUserInProfile: import("./Store").StoreMutation<(user: UserIdentity) => void, (user: UserIdentity) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
30
34
  };
31
35
  actions: {
32
36
  loadUser: import("./Store").StoreAction<unknown, (user: UserIdentity) => void, (result: OrgTreeUser, user: UserIdentity) => void, (failureReason: any, user: UserIdentity) => void, (user: UserIdentity) => Promise<OrgTreeUser>>;
33
37
  loadUserProperties: import("./Store").StoreAction<unknown, (user: UserIdentity, refresh?: boolean) => void, (result: UserInformation, user: UserIdentity, refresh?: boolean) => void, (failureReason: any, user: UserIdentity, refresh?: boolean) => void, (user: UserIdentity, refresh?: boolean) => Promise<UserInformation>>;
38
+ loadUserInProfile: import("./Store").StoreAction<unknown, () => void, (result: ResolvedUserIdentity) => void, (failureReason: any) => void, () => Promise<ResolvedUserIdentity>>;
34
39
  };
35
40
  onActivated(): void;
36
41
  onDisposing(): void;
@@ -18,12 +18,12 @@ export declare class TargetingPropertyStore extends Store {
18
18
  mutations: {};
19
19
  actions: {
20
20
  ensureLoadData: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
21
- addTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: TargetingProperty<TargetingPropertyData>, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<TargetingProperty<TargetingPropertyData>>>;
22
- updateTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: TargetingProperty<TargetingPropertyData>, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<TargetingProperty<TargetingPropertyData>>>;
23
- removeTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: boolean, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<boolean>>;
21
+ addTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: unknown, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<unknown>>;
22
+ updateTargetingProperty: import("./Store").StoreAction<unknown, (property: TargetingProperty<TargetingPropertyData>) => void, (result: unknown, property: TargetingProperty<TargetingPropertyData>) => void, (failureReason: any, property: TargetingProperty<TargetingPropertyData>) => void, (property: TargetingProperty<TargetingPropertyData>) => Promise<unknown>>;
23
+ removeTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: unknown, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<unknown>>;
24
24
  ensureUserTargetingResult: import("./Store").StoreAction<unknown, () => void, (result: boolean) => void, (failureReason: any) => void, () => Promise<boolean>>;
25
- terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: boolean, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<boolean>>;
26
- restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: TargetingProperty<TargetingPropertyData>, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<TargetingProperty<TargetingPropertyData>>>;
25
+ terminateTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: unknown, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<unknown>>;
26
+ restoreTargetingProperty: import("./Store").StoreAction<unknown, (propertyId: GuidValue) => void, (result: unknown, propertyId: GuidValue) => void, (failureReason: any, propertyId: GuidValue) => void, (propertyId: GuidValue) => Promise<unknown>>;
27
27
  };
28
28
  onActivated(): void;
29
29
  onDisposing(): void;
@@ -10,7 +10,6 @@ export declare class TimeZoneStore extends Store {
10
10
  localTimeZoneId: () => string;
11
11
  timeZones: () => TimeZoneUnit[];
12
12
  convertToCurrentUserTimeZone: (utcDatetime: string) => dayjs.Dayjs;
13
- convertToTimeZone: (utcDatetime: string, timezone: string) => dayjs.Dayjs;
14
13
  };
15
14
  actions: {
16
15
  ensureTimeZones: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;