@omnia/fx 8.0.5-vnext → 8.0.6-dev-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 (1763) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +91 -37
  2. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +91 -0
  3. package/internal-do-not-import-from-here/contexts/index.d.ts +0 -1
  4. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  5. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -2
  6. package/internal-do-not-import-from-here/core/Injectable.d.ts +1 -0
  7. package/internal-do-not-import-from-here/core/Provide.d.ts +1 -1
  8. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +22 -5
  9. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -5
  10. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  11. package/internal-do-not-import-from-here/core/index.d.ts +2 -1
  12. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -0
  13. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
  14. package/internal-do-not-import-from-here/core/services/ClientManifestHelper.d.ts +5 -0
  15. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +15 -0
  16. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +9 -3
  17. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +3 -3
  18. package/internal-do-not-import-from-here/core/services/index.d.ts +1 -0
  19. package/internal-do-not-import-from-here/core/use/UseEventHook.d.ts +31 -0
  20. package/internal-do-not-import-from-here/core/use/index.d.ts +1 -0
  21. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +8 -8
  22. package/internal-do-not-import-from-here/expose.d.ts +2 -1
  23. package/internal-do-not-import-from-here/index.d.ts +22 -16
  24. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  25. package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
  26. package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
  27. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  28. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  29. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  30. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  31. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  32. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -0
  33. package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
  34. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +6 -12
  35. package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +2 -2
  36. package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +2 -1
  37. package/internal-do-not-import-from-here/runtime/core/ManifestPublisher.d.ts +1 -1
  38. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +5 -4
  39. package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -13
  40. package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +4 -4
  41. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
  42. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +19 -0
  43. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
  44. package/internal-do-not-import-from-here/services/FeatureService.d.ts +1 -0
  45. package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
  46. package/internal-do-not-import-from-here/services/LocalizationService.d.ts +4 -9
  47. package/internal-do-not-import-from-here/services/OmniaSearchService.d.ts +13 -0
  48. package/internal-do-not-import-from-here/services/SecurityService.d.ts +3 -2
  49. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +2 -0
  50. package/internal-do-not-import-from-here/services/identities/DynamicGroupService.d.ts +6 -0
  51. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +8 -2
  52. package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +11 -0
  53. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +6 -1
  54. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +8 -4
  55. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +15 -4
  56. package/internal-do-not-import-from-here/services/identities/index.d.ts +1 -0
  57. package/internal-do-not-import-from-here/services/index.d.ts +5 -0
  58. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +2 -1
  59. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +30 -0
  60. package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +12 -0
  61. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
  62. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +10 -0
  63. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +10 -0
  64. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
  65. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/index.d.ts +4 -0
  66. package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +2 -0
  67. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +88 -0
  68. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +35 -0
  69. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +49 -0
  70. package/internal-do-not-import-from-here/services/properties/datasource/TestDataSourceService.d.ts +6 -0
  71. package/internal-do-not-import-from-here/services/properties/datasource/index.d.ts +4 -0
  72. package/internal-do-not-import-from-here/services/properties/index.d.ts +3 -0
  73. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
  74. package/internal-do-not-import-from-here/shared/http/Http.d.ts +143 -0
  75. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  76. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  77. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
  78. package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
  79. package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
  80. package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
  81. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
  82. package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
  83. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +24 -0
  84. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  85. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +7 -0
  86. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  87. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  88. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +2 -1
  89. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  90. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +40 -0
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +11 -0
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +19 -0
  100. package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
  101. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
  105. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
  107. package/internal-do-not-import-from-here/shared/models/index.d.ts +5 -1
  108. package/internal-do-not-import-from-here/shared/models/index.js +5 -1
  109. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
  110. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
  111. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  112. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
  113. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  114. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  115. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
  116. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
  117. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -36
  118. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
  119. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -16
  120. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
  121. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
  122. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +129 -0
  123. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -0
  124. package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -0
  125. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +4 -0
  126. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +6 -0
  127. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
  128. package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
  129. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -1
  130. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
  131. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
  132. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +1 -1
  133. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +41 -20
  134. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +7 -3
  135. package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +2 -1
  136. package/internal-do-not-import-from-here/stores/GroupIdentityStore.d.ts +2 -0
  137. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +23 -5
  138. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +2 -1
  139. package/internal-do-not-import-from-here/stores/LinkReferencesStore.d.ts +23 -0
  140. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +28 -14
  141. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
  142. package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +7 -3
  143. package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
  144. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +1 -5
  145. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +11 -2
  146. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +9 -0
  147. package/internal-do-not-import-from-here/stores/index.d.ts +3 -0
  148. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +71 -0
  149. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +24 -0
  150. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +2 -0
  151. package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +239 -0
  153. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +112 -0
  154. package/internal-do-not-import-from-here/ux/Exposes.d.ts +6 -5
  155. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +272 -0
  156. package/internal-do-not-import-from-here/ux/ListViewComponentBase.d.ts +6 -0
  157. package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
  158. package/internal-do-not-import-from-here/ux/ScrollHelper.d.ts +28 -0
  159. package/internal-do-not-import-from-here/ux/SidePanelContext.d.ts +4 -3
  160. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/UxCore.d.ts +0 -16
  162. package/internal-do-not-import-from-here/ux/UxModels.d.ts +266 -26
  163. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +113 -37
  164. package/internal-do-not-import-from-here/ux/VueTags.d.ts +7 -10
  165. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  166. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +12 -1
  167. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +91 -61
  168. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +91 -0
  169. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  170. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  171. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  172. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  173. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  174. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
  175. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +1 -0
  176. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +158 -0
  177. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +91 -0
  178. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -0
  179. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -0
  180. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +33 -18
  181. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +83 -39
  182. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +92 -0
  183. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +106 -0
  184. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +100 -0
  185. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
  186. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +111 -0
  188. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +2 -0
  189. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +19 -0
  190. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +1 -0
  191. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  192. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -0
  193. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +88 -44
  194. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +440 -39
  195. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -1
  196. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +109 -9
  197. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +104 -7
  198. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +104 -7
  199. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +104 -7
  200. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +54 -29
  201. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +134 -19
  202. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +119 -13
  203. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +99 -5
  204. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +114 -11
  205. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +104 -7
  206. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +114 -11
  207. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +54 -29
  208. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +104 -7
  209. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +129 -10
  210. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +99 -5
  211. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +104 -7
  212. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +90 -5
  213. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +54 -29
  214. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +104 -7
  215. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +78 -34
  216. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +114 -11
  217. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +99 -5
  218. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +54 -29
  219. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +104 -7
  220. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +124 -15
  221. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +124 -15
  222. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +124 -15
  223. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +218 -12
  224. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +124 -15
  225. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +124 -15
  226. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +104 -7
  227. package/internal-do-not-import-from-here/ux/appprovisioning/AppInstanceComponentProps.d.ts +0 -2
  228. package/internal-do-not-import-from-here/ux/appprovisioning/IAppProvisioningValidatorComponent.d.ts +0 -2
  229. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +0 -2
  230. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +0 -2
  231. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -2
  234. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +2 -3
  235. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +0 -2
  236. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -2
  237. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +63 -19
  238. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +0 -2
  239. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -2
  240. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +0 -2
  241. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -2
  242. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -2
  243. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +3 -3
  247. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +1 -3
  248. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +2 -1
  249. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +53 -8
  250. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +6 -0
  251. package/internal-do-not-import-from-here/ux/authsetup/services/AuthSetupService.d.ts +1 -0
  252. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +99 -5
  253. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +99 -5
  254. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +99 -5
  255. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  256. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +434 -0
  257. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  258. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  259. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
  260. package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
  261. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +2 -0
  262. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
  263. package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -0
  264. package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +7 -0
  266. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +498 -0
  267. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +7 -0
  268. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +473 -0
  269. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  270. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  271. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
  272. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +6 -0
  273. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +488 -0
  274. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
  275. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +91 -0
  276. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
  277. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +53 -8
  278. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +327 -21
  279. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  280. package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +2 -1
  281. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +5 -0
  282. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +232 -10
  283. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +91 -0
  284. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
  285. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
  286. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +160 -10
  287. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +2 -1
  288. package/internal-do-not-import-from-here/ux/decorators/Ref.d.ts +6 -0
  289. package/internal-do-not-import-from-here/ux/decorators/index.d.ts +1 -0
  290. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +173 -129
  291. package/internal-do-not-import-from-here/ux/directives/IframeResizer.d.ts +1 -0
  292. package/internal-do-not-import-from-here/ux/directives/index.d.ts +1 -0
  293. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +141 -0
  294. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +10 -0
  295. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +91 -0
  296. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  297. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +168 -0
  298. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
  299. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
  300. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -0
  301. package/internal-do-not-import-from-here/ux/docs/index.d.ts +1 -0
  302. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Emits.d.ts +1 -0
  303. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +91 -0
  304. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
  305. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +422 -0
  306. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
  307. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +5 -0
  308. package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
  309. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  310. package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
  311. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  312. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -0
  313. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
  314. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Introduction.d.ts +1 -0
  315. package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
  316. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
  317. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +29 -0
  318. package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
  319. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
  320. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
  321. package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +2 -0
  322. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  323. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseConfirm.d.ts +29 -0
  324. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +1 -0
  325. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  326. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  327. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -1
  328. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +220 -25
  329. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar_old.d.ts +26 -0
  330. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
  331. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
  332. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
  333. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +1 -2
  334. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +223 -35
  335. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome_old.d.ts +0 -0
  336. package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
  337. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  338. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +140 -21
  339. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel_old.d.ts +0 -0
  340. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -0
  341. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +1 -1
  342. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  343. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -1
  344. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +2 -1
  345. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +275 -78
  346. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  347. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +453 -0
  348. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +540 -0
  349. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +77 -27
  350. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/registration/RegistrationEnterprisePropertyToPropertySettingMap.d.ts +1 -0
  351. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/DataFieldValueDefinition.d.ts +1 -1
  352. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  353. package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +1 -1
  354. package/internal-do-not-import-from-here/ux/features/FeatureActivation.css.d.ts +2 -7
  355. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +153 -92
  356. package/internal-do-not-import-from-here/ux/features/FeatureActivation_old.d.ts +0 -0
  357. package/internal-do-not-import-from-here/ux/features/FeatureComponentProps.d.ts +0 -2
  358. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.css.d.ts +0 -2
  359. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +153 -18
  360. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
  361. package/internal-do-not-import-from-here/ux/features/FeaturesJourney_old.d.ts +0 -0
  362. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +152 -12
  363. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +91 -34
  364. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade_old.d.ts +2 -0
  365. package/internal-do-not-import-from-here/ux/features/blades/FeauturePropertiesBlad.css.d.ts +3 -0
  366. package/internal-do-not-import-from-here/ux/features/index.d.ts +1 -3
  367. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +8 -1
  368. package/internal-do-not-import-from-here/ux/features/models/FeatureInstanceDetails.d.ts +13 -0
  369. package/internal-do-not-import-from-here/ux/features/models/RequiredAzureAdPermission.d.ts +7 -0
  370. package/internal-do-not-import-from-here/ux/features/models/index.d.ts +2 -0
  371. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +87 -0
  372. package/internal-do-not-import-from-here/ux/features/stores/index.d.ts +1 -0
  373. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineHandlerStorage.d.ts +4 -1
  374. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +114 -60
  375. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +99 -5
  376. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +73 -29
  377. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +3 -3
  378. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +54 -29
  379. package/internal-do-not-import-from-here/ux/filterengine/api/TagsRegistration.d.ts +1 -0
  380. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +111 -0
  381. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +106 -0
  382. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +63 -19
  383. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +63 -19
  384. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +110 -0
  385. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +63 -19
  386. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +63 -19
  387. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +239 -13
  388. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +99 -5
  389. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +120 -14
  390. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +104 -7
  391. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +74 -19
  392. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +101 -0
  393. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +101 -0
  394. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRendererStyle.css.d.ts +4 -0
  395. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +115 -0
  396. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +122 -0
  397. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +63 -19
  398. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +68 -24
  399. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +68 -24
  400. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +68 -24
  401. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +68 -24
  402. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +106 -0
  403. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +68 -24
  404. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +109 -9
  405. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +82 -32
  406. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +87 -37
  407. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +82 -32
  408. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +87 -37
  409. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +82 -32
  410. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +87 -37
  411. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettingsFixer.d.ts +1 -1
  412. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +146 -28
  413. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +87 -37
  414. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +127 -0
  415. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +132 -0
  416. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettingsFixer.d.ts +4 -0
  417. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +82 -32
  418. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +87 -37
  419. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettingsFixer.d.ts +1 -1
  420. package/internal-do-not-import-from-here/ux/filterengine/handler/BooleanFilterEngineHandler.d.ts +1 -1
  421. package/internal-do-not-import-from-here/ux/filterengine/handler/DateFilterEngineHandler.d.ts +1 -1
  422. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +28 -16
  423. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +4 -1
  424. package/internal-do-not-import-from-here/ux/filterengine/handler/NumberFilterEngineHandler.d.ts +1 -1
  425. package/internal-do-not-import-from-here/ux/filterengine/handler/PersonFilterEngineHandler.d.ts +1 -1
  426. package/internal-do-not-import-from-here/ux/filterengine/handler/TagsFilterEngineHandler.d.ts +37 -0
  427. package/internal-do-not-import-from-here/ux/filterengine/handler/TextFilterEngineHandler.d.ts +10 -6
  428. package/internal-do-not-import-from-here/ux/filterengine/handler/index.d.ts +1 -0
  429. package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +3 -0
  430. package/internal-do-not-import-from-here/ux/filterengine/shared/date/DateTimeFilterEngineHelper.d.ts +11 -0
  431. package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
  432. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +11 -0
  433. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +296 -0
  434. package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -0
  435. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +91 -0
  436. package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -0
  437. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +129 -0
  438. package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +1 -1
  439. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +97 -0
  440. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +4 -0
  441. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +104 -0
  442. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +91 -0
  443. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +91 -0
  444. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +94 -0
  445. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +49 -0
  446. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +384 -105
  447. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +90 -1
  448. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +73 -29
  449. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +114 -11
  450. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +73 -29
  451. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +13 -8
  452. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +4 -15
  453. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +441 -146
  454. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +459 -0
  455. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +800 -0
  456. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +589 -0
  457. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +558 -0
  458. package/internal-do-not-import-from-here/ux/identitypicker/Shared.d.ts +3 -0
  459. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -0
  460. package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +3 -0
  461. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +2 -0
  462. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.css.d.ts +1 -0
  463. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +533 -0
  464. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
  465. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +172 -27
  466. package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
  467. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +2 -0
  468. package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +6 -6
  469. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +2 -0
  470. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
  471. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +0 -0
  472. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +0 -0
  473. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  474. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +0 -0
  475. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
  476. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageTransformEditor_old.d.ts +0 -0
  477. package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
  478. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  479. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
  480. package/internal-do-not-import-from-here/ux/imagetransformer/Components/rollup/ImageRollup.d.ts +1 -0
  481. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  482. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.d.ts +0 -0
  483. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
  484. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
  485. package/internal-do-not-import-from-here/ux/imagetransformer/loc/localize.d.ts +1 -0
  486. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +4 -885
  487. package/internal-do-not-import-from-here/ux/index.d.ts +0 -1
  488. package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -14
  489. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +116 -43
  490. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
  491. package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +1 -1
  492. package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +1 -2
  493. package/internal-do-not-import-from-here/ux/journey/index.d.ts +2 -0
  494. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +4 -0
  495. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +97 -0
  496. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -0
  497. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +392 -0
  498. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +193 -0
  499. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +5 -0
  500. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +107 -0
  501. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -0
  502. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -0
  503. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +91 -0
  504. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +91 -0
  505. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +91 -0
  506. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +91 -0
  507. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -0
  508. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +9 -0
  509. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +9 -0
  510. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +2 -0
  511. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +32 -0
  512. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +146 -0
  513. package/internal-do-not-import-from-here/ux/journey/v2/stores/index.d.ts +2 -0
  514. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -14
  515. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +648 -41
  516. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +270 -70
  517. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  518. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +201 -20
  519. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +181 -16
  520. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +117 -23
  521. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +0 -1
  522. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +152 -29
  523. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/Icons.css.d.ts +1 -1
  524. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/OneColumnIcon.d.ts +1 -0
  525. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnHeroIcon.d.ts +1 -0
  526. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnIcon.d.ts +1 -0
  527. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/ThreeColumnPageIcon.d.ts +1 -0
  528. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/icons/TwoColumnIcon.d.ts +1 -0
  529. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +1 -3
  530. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +165 -22
  531. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +1 -1
  532. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +234 -40
  533. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +179 -51
  534. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +7 -6
  535. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +229 -56
  536. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +163 -0
  537. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +255 -46
  538. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  539. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +238 -77
  540. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  541. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  542. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  543. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +1 -2
  544. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +91 -37
  545. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +146 -27
  546. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +91 -33
  547. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +91 -0
  548. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +113 -29
  549. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +132 -20
  550. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +223 -0
  551. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +91 -13
  552. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +91 -16
  553. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +91 -17
  554. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +91 -18
  555. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +91 -13
  556. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  557. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  558. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +234 -24
  559. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  560. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +166 -48
  561. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
  562. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +117 -15
  563. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +140 -0
  564. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +577 -13
  565. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +577 -16
  566. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  567. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +577 -11
  568. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +3 -0
  569. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +91 -0
  570. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +577 -13
  571. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +577 -15
  572. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +91 -22
  573. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +577 -21
  574. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +577 -20
  575. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +577 -16
  576. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +577 -14
  577. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  578. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +112 -19
  579. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +113 -16
  580. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +194 -18
  581. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +112 -22
  582. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +112 -22
  583. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +118 -0
  584. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +110 -0
  585. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  586. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +220 -21
  587. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -5
  588. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  589. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +214 -35
  590. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  591. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  592. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +136 -49
  593. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  594. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +223 -68
  595. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +196 -27
  596. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +202 -48
  597. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +178 -11
  598. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +179 -55
  599. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +218 -30
  600. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +218 -30
  601. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  602. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  603. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  604. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +19 -17
  605. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  606. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +2 -2
  607. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +6 -1
  608. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutTemplateStore.d.ts +1 -2
  609. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +73 -29
  610. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
  611. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +53 -8
  612. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  613. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +5 -0
  614. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +502 -0
  615. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
  616. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +150 -0
  617. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
  618. package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
  619. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
  620. package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
  621. package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
  622. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
  623. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
  624. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
  625. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
  626. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
  627. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +120 -0
  628. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +12 -0
  629. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +121 -0
  630. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +6 -0
  631. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/IInternalGalleryDisplayProvider.d.ts +4 -0
  632. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/Registration.d.ts +1 -0
  633. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/index.d.ts +1 -0
  634. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/index.d.ts +1 -0
  635. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +4 -0
  636. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +136 -0
  637. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/CollageMetadata.d.ts +5 -0
  638. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +94 -0
  639. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +169 -0
  640. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +141 -0
  641. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +124 -0
  642. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +106 -0
  643. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +121 -0
  644. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +114 -0
  645. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -0
  646. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +158 -0
  647. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +94 -0
  648. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +7 -0
  649. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +134 -0
  650. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.css.d.ts +4 -0
  651. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +128 -0
  652. package/internal-do-not-import-from-here/ux/mediapicker/GalleryPanel.css.d.ts +5 -0
  653. package/internal-do-not-import-from-here/ux/mediapicker/GalleryPanels.d.ts +35 -0
  654. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +6 -3
  655. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +5 -3
  656. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +5 -2
  657. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerComponentProps.d.ts +4 -0
  658. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -85
  659. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
  660. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
  661. package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +2 -5
  662. package/internal-do-not-import-from-here/ux/mediapicker/core/Utils.d.ts +5 -0
  663. package/internal-do-not-import-from-here/ux/mediapicker/core/index.d.ts +1 -0
  664. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +8 -0
  665. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +597 -0
  666. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
  667. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
  668. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +104 -0
  669. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
  670. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaPickerImageHandler.d.ts +33 -0
  671. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +2 -0
  672. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
  673. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
  674. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
  675. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +91 -0
  676. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
  677. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
  678. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +136 -0
  679. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
  680. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/index.d.ts +1 -0
  681. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
  682. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
  683. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +124 -0
  684. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  685. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +117 -0
  686. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
  687. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
  688. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  689. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
  690. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  691. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +91 -0
  692. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Constants.d.ts +92 -0
  693. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
  694. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +105 -0
  695. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
  696. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
  697. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +128 -0
  698. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +1 -0
  699. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/GridViewMediaProviderComponent.d.ts +64 -0
  700. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.css.d.ts +9 -0
  701. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/MediaProviderComponentBase.d.ts +74 -0
  702. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/index.d.ts +2 -0
  703. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaproviderbase/loc/localize.d.ts +23 -0
  704. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +151 -0
  705. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +126 -0
  706. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +2 -0
  707. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +7 -0
  708. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -0
  709. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +7 -0
  710. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +3 -2
  711. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +3 -1
  712. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +4 -2
  713. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +3 -1
  714. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -38
  715. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
  716. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
  717. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/index.d.ts +0 -1
  718. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/localize.d.ts +0 -34
  719. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/services/BingImageService.d.ts +0 -7
  720. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +577 -0
  721. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
  722. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
  723. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
  724. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +34 -0
  725. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/services/BingImageService.d.ts +7 -0
  726. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +41 -0
  727. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +53 -0
  728. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +141 -0
  729. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +23 -0
  730. package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +0 -1
  731. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +47 -0
  732. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +9 -0
  733. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +101 -0
  734. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +25 -0
  735. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowEmbedMethods.d.ts +4 -0
  736. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +31 -0
  737. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowResponse.d.ts +8 -0
  738. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoInfo.d.ts +27 -0
  739. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoPlayerProps.d.ts +9 -0
  740. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +5 -0
  741. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +7 -0
  742. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +29 -0
  743. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +8 -5
  744. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
  745. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +8 -7
  746. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +8 -0
  747. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +1 -0
  748. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +2 -2
  749. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
  750. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
  751. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.css.d.ts +0 -5
  752. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -27
  753. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/loc/localize.d.ts +1 -1
  754. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/models/PexelImage.d.ts +0 -27
  755. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/services/PexelImageService.d.ts +0 -7
  756. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.css.d.ts +5 -0
  757. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +578 -0
  758. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +11 -0
  759. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/models/PexelImage.d.ts +27 -0
  760. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/services/PexelImageService.d.ts +7 -0
  761. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +1 -0
  762. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +2 -0
  763. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +4 -0
  764. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  765. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +91 -0
  766. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +11 -0
  767. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
  768. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
  769. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +4 -0
  770. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -1
  771. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +12 -0
  772. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +1 -14
  773. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +2 -2
  774. package/internal-do-not-import-from-here/ux/models/AdminChromeStyles.d.ts +1 -2
  775. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +1 -0
  776. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +29 -0
  777. package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
  778. package/internal-do-not-import-from-here/ux/models/IdentityPicker.d.ts +0 -1
  779. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
  780. package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
  781. package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +3 -0
  782. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  783. package/internal-do-not-import-from-here/ux/models/SidePanelStyles.d.ts +6 -0
  784. package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
  785. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +33 -0
  786. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  787. package/internal-do-not-import-from-here/ux/models/index.d.ts +5 -1
  788. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +19 -0
  789. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +638 -42
  790. package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -14
  791. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +694 -81
  792. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +103 -59
  793. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +9 -0
  794. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +270 -0
  795. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +91 -0
  796. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -0
  797. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -0
  798. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.css.d.ts +4 -0
  799. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +128 -0
  800. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +91 -0
  801. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -0
  802. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -0
  803. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +196 -0
  804. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +91 -0
  805. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -0
  806. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -0
  807. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +5 -0
  808. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +314 -0
  809. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  810. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +91 -0
  811. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +91 -0
  812. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -0
  813. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +8 -0
  814. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +267 -0
  815. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +91 -0
  816. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -0
  817. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -0
  818. package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +3 -0
  819. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +189 -0
  820. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +91 -0
  821. package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -0
  822. package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -0
  823. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +4 -0
  824. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +247 -0
  825. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -0
  826. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +91 -0
  827. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -0
  828. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +20 -0
  829. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +191 -0
  830. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +91 -0
  831. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -0
  832. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -0
  833. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +6 -0
  834. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +327 -0
  835. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +3 -0
  836. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +223 -0
  837. package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -0
  838. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +91 -0
  839. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -0
  840. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +6 -0
  841. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +376 -0
  842. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -0
  843. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
  844. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
  845. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +13 -0
  846. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +374 -0
  847. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  848. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +91 -0
  849. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +91 -0
  850. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +91 -0
  851. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +91 -0
  852. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +91 -0
  853. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  854. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +4 -0
  855. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +128 -0
  856. package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -0
  857. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +91 -0
  858. package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -0
  859. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +6 -0
  860. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +275 -0
  861. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -0
  862. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +91 -0
  863. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -0
  864. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +8 -0
  865. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +228 -0
  866. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +4 -0
  867. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +232 -0
  868. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -0
  869. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +91 -0
  870. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -0
  871. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +4 -0
  872. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +311 -0
  873. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +91 -0
  874. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
  875. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +1 -0
  876. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +174 -0
  877. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -0
  878. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +91 -0
  879. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -0
  880. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +4 -0
  881. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +208 -0
  882. package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -0
  883. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +91 -0
  884. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
  885. package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -0
  886. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +167 -0
  887. package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -0
  888. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +91 -0
  889. package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -0
  890. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +3 -0
  891. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +146 -0
  892. package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -0
  893. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +91 -0
  894. package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -0
  895. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
  896. package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
  897. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
  898. package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
  899. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +4 -0
  900. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +207 -0
  901. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +5 -0
  902. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +250 -0
  903. package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -0
  904. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +91 -0
  905. package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -0
  906. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +196 -0
  907. package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -0
  908. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +91 -0
  909. package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -0
  910. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.css.d.ts +3 -0
  911. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +347 -0
  912. package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -0
  913. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +91 -0
  914. package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -0
  915. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +4 -0
  916. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +235 -0
  917. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -0
  918. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +91 -0
  919. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -0
  920. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +10 -0
  921. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +330 -0
  922. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +91 -0
  923. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  924. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +91 -0
  925. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +91 -0
  926. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +91 -0
  927. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +91 -0
  928. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +91 -0
  929. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  930. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.css.d.ts +1 -0
  931. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +131 -0
  932. package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -0
  933. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +91 -0
  934. package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -0
  935. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +4 -0
  936. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +170 -0
  937. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +4 -0
  938. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +212 -0
  939. package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -0
  940. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +91 -0
  941. package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -0
  942. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -0
  943. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +463 -0
  944. package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -0
  945. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +91 -0
  946. package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -0
  947. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
  948. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
  949. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
  950. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
  951. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
  952. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +4 -0
  953. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +296 -0
  954. package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -0
  955. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +91 -0
  956. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +91 -0
  957. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +91 -0
  958. package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -0
  959. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +196 -0
  960. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -0
  961. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +91 -0
  962. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -0
  963. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +91 -0
  964. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -0
  965. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +91 -0
  966. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -0
  967. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.css.d.ts +1 -0
  968. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +145 -0
  969. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.css.d.ts +4 -0
  970. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +145 -0
  971. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -0
  972. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +91 -0
  973. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -0
  974. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +4 -0
  975. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +223 -0
  976. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
  977. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +91 -0
  978. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
  979. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +6 -0
  980. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +235 -0
  981. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +7 -0
  982. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +238 -0
  983. package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -0
  984. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +91 -0
  985. package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -0
  986. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -0
  987. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +163 -0
  988. package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -0
  989. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +91 -0
  990. package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -0
  991. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +9 -0
  992. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +230 -0
  993. package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -0
  994. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +91 -0
  995. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  996. package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -0
  997. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  998. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +303 -0
  999. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +1 -0
  1000. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +91 -0
  1001. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +1 -0
  1002. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +5 -0
  1003. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +415 -0
  1004. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -0
  1005. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +91 -0
  1006. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -0
  1007. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +9 -0
  1008. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +286 -0
  1009. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
  1010. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +91 -0
  1011. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
  1012. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +183 -0
  1013. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -0
  1014. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +91 -0
  1015. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -0
  1016. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +8 -0
  1017. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +248 -0
  1018. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  1019. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +91 -0
  1020. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  1021. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +126 -0
  1022. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
  1023. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
  1024. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
  1025. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
  1026. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -30
  1027. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +315 -46
  1028. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  1029. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +54 -29
  1030. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +1 -0
  1031. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +8 -1
  1032. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -2
  1033. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +110 -22
  1034. package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
  1035. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  1036. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  1037. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  1038. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +91 -0
  1039. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
  1040. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +426 -0
  1041. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +15 -0
  1042. package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
  1043. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
  1044. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +123 -11
  1045. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +112 -11
  1046. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayPropertyDefinition.d.ts +1 -13
  1047. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.css.d.ts +9 -0
  1048. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +124 -0
  1049. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.css.d.ts +7 -0
  1050. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +129 -0
  1051. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanPropertyDefinition.d.ts +1 -0
  1052. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.css.d.ts +9 -0
  1053. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +124 -0
  1054. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.css.d.ts +9 -0
  1055. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +129 -0
  1056. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfilePropertyDefinition.d.ts +1 -0
  1057. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.css.d.ts +2 -0
  1058. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +123 -11
  1059. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +112 -11
  1060. package/internal-do-not-import-from-here/ux/properties/builtins/date/DatePropertyDefinition.d.ts +1 -11
  1061. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +126 -0
  1062. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.css.d.ts +2 -0
  1063. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +123 -11
  1064. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +112 -11
  1065. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimePropertyDefinition.d.ts +1 -16
  1066. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.css.d.ts +2 -0
  1067. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +84 -11
  1068. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +94 -11
  1069. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailPropertyDefinition.d.ts +1 -12
  1070. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +89 -11
  1071. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +2 -0
  1072. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +84 -11
  1073. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +89 -11
  1074. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlPropertyDefinition.d.ts +1 -16
  1075. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +89 -11
  1076. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +2 -0
  1077. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +168 -11
  1078. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +112 -11
  1079. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityPropertyDefinition.d.ts +1 -5
  1080. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +89 -11
  1081. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +2 -0
  1082. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +84 -11
  1083. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +89 -11
  1084. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImagePropertyDefinition.d.ts +1 -5
  1085. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.css.d.ts +9 -0
  1086. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +124 -0
  1087. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.css.d.ts +7 -0
  1088. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +129 -0
  1089. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerPropertyDefinition.d.ts +1 -0
  1090. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +2 -0
  1091. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +87 -12
  1092. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +92 -12
  1093. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguagePropertyDefinition.d.ts +1 -15
  1094. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +89 -11
  1095. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.css.d.ts +9 -0
  1096. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +87 -12
  1097. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +92 -12
  1098. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkPropertyDefinition.d.ts +1 -12
  1099. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +9 -0
  1100. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +121 -0
  1101. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.css.d.ts +8 -0
  1102. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +126 -0
  1103. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaPropertyDefinition.d.ts +1 -0
  1104. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.css.d.ts +2 -0
  1105. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +87 -12
  1106. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +92 -12
  1107. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextPropertyDefinition.d.ts +1 -11
  1108. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.css.d.ts +2 -0
  1109. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +87 -12
  1110. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +92 -12
  1111. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextPropertyDefinition.d.ts +1 -14
  1112. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.css.d.ts +2 -0
  1113. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +124 -12
  1114. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +89 -11
  1115. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberPropertyDefinition.d.ts +1 -11
  1116. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +9 -0
  1117. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +124 -0
  1118. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.css.d.ts +7 -0
  1119. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +129 -0
  1120. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsPropertyDefinition.d.ts +1 -0
  1121. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.css.d.ts +2 -0
  1122. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +87 -12
  1123. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.css.d.ts +2 -0
  1124. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +92 -12
  1125. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextPropertyDefinition.d.ts +1 -15
  1126. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.css.d.ts +2 -0
  1127. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +123 -11
  1128. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +112 -11
  1129. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimePropertyDefinition.d.ts +1 -16
  1130. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.css.d.ts +9 -0
  1131. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +124 -0
  1132. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.css.d.ts +9 -0
  1133. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +129 -0
  1134. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypePropertyDefinition.d.ts +1 -0
  1135. package/internal-do-not-import-from-here/ux/properties/index.d.ts +0 -2
  1136. package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +26 -19
  1137. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +23 -4
  1138. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +8 -0
  1139. package/internal-do-not-import-from-here/ux/properties/models/PropertyInput.d.ts +9 -1
  1140. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +13 -3
  1141. package/internal-do-not-import-from-here/ux/properties/models/PropertySettingsLock.d.ts +25 -0
  1142. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +2 -2
  1143. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +127 -0
  1144. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +127 -0
  1145. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +520 -0
  1146. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.css.d.ts +7 -0
  1147. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +147 -0
  1148. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +109 -10
  1149. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +115 -10
  1150. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +450 -0
  1151. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +550 -0
  1152. package/internal-do-not-import-from-here/ux/propertyBindingProvider/propertyBindingProviderRegistration.d.ts +1 -0
  1153. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +140 -0
  1154. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +63 -19
  1155. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +6 -19
  1156. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
  1157. package/internal-do-not-import-from-here/ux/richtexteditor/NodeExtension.d.ts +0 -12
  1158. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +535 -104
  1159. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  1160. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +3 -4
  1161. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.css.d.ts +28 -0
  1162. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +138 -0
  1163. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +30 -0
  1164. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentNode.d.ts +21 -9
  1165. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/AnchorLink/AnchorLinkNode.d.ts +11 -4
  1166. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Blockquote/BlockquoteNode.d.ts +24 -17
  1167. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldNode.d.ts +27 -19
  1168. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +91 -9
  1169. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListNode.d.ts +19 -17
  1170. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +91 -9
  1171. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Code/CodeNode.d.ts +25 -18
  1172. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/CodeBlock/CodeBlockNode.d.ts +43 -16
  1173. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +2 -7
  1174. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EmoticonPicker/EmoticonPickerNode.d.ts +3 -9
  1175. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +3 -14
  1176. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +3 -6
  1177. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +3 -1
  1178. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Division/DivisionNode.d.ts +3 -5
  1179. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/ExtendedElements.d.ts +2 -3
  1180. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/HardBreak/HardBreakNode.d.ts +3 -14
  1181. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Iframe/IframeNode.d.ts +3 -5
  1182. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Img/ImgNode.d.ts +3 -8
  1183. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Link/LinkNode.d.ts +3 -12
  1184. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/Style/StyleNode.d.ts +3 -5
  1185. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ExtendedElements/TrailingParagraph/TrailingNode.d.ts +6 -11
  1186. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagNode.d.ts +3 -20
  1187. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/plugins/TagSuggestions.d.ts +2 -1
  1188. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +25 -13
  1189. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +91 -11
  1190. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HorizontalRule/HorizontalRuleNode.d.ts +15 -10
  1191. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicNode.d.ts +27 -19
  1192. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +91 -9
  1193. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/ListItemNode.d.ts +5 -11
  1194. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/ListItem/index.d.ts +2 -0
  1195. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +6 -0
  1196. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +9 -0
  1197. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaImageNode.d.ts +3 -8
  1198. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/MediaPickerNode.d.ts +3 -14
  1199. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphics.d.ts +3 -5
  1200. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsColorMatrix.d.ts +3 -5
  1201. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsComponentTransfer.d.ts +3 -5
  1202. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsDefinition.d.ts +3 -6
  1203. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFilter.d.ts +3 -5
  1204. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncB.d.ts +3 -5
  1205. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncG.d.ts +3 -5
  1206. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsFuncR.d.ts +3 -5
  1207. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/nodes/ScalableVectorGraphicsImage.d.ts +3 -5
  1208. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionNode.d.ts +15 -36
  1209. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/plugins/Suggestions.d.ts +2 -1
  1210. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListNode.d.ts +19 -17
  1211. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +91 -9
  1212. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/ParagraphNode.d.ts +15 -7
  1213. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Paragraph/index.d.ts +2 -1
  1214. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/PlaceHolderNode.d.ts +17 -0
  1215. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Placeholder/index.d.ts +2 -0
  1216. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatingNode.d.ts +3 -6
  1217. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Strike/StrikeNode.d.ts +25 -19
  1218. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableNode.d.ts +55 -42
  1219. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableCell.d.ts +5 -4
  1220. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableHeader.d.ts +5 -4
  1221. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/TableRow.d.ts +5 -4
  1222. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/nodes/Ulti.d.ts +2 -1
  1223. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/plugins/TableResizePlugin.d.ts +1 -5
  1224. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/TextNode.d.ts +3 -7
  1225. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Text/index.d.ts +2 -1
  1226. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextColor/TextColorNode.d.ts +5 -14
  1227. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/Registration.d.ts +5 -0
  1228. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +12 -0
  1229. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +44 -0
  1230. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +40 -0
  1231. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +3 -0
  1232. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +34 -0
  1233. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/index.d.ts +4 -0
  1234. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/TextStyleNode.d.ts +16 -0
  1235. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextStyle/index.d.ts +2 -0
  1236. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/TodoListNode.d.ts +3 -12
  1237. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TodoList/nodes/TodoItem.d.ts +5 -17
  1238. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineNode.d.ts +23 -13
  1239. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +91 -9
  1240. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/index.d.ts +1 -0
  1241. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +6 -0
  1242. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +2 -3
  1243. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +172 -14
  1244. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +219 -0
  1245. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  1246. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +336 -29
  1247. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -0
  1248. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +64 -19
  1249. package/internal-do-not-import-from-here/ux/sidepanel/models/IRegistration.d.ts +12 -8
  1250. package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +2 -2
  1251. package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
  1252. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +53 -8
  1253. package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
  1254. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +53 -8
  1255. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +101 -0
  1256. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +100 -0
  1257. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +22 -0
  1258. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +83 -39
  1259. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +104 -7
  1260. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +105 -7
  1261. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +104 -7
  1262. package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
  1263. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +53 -8
  1264. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +4 -0
  1265. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +2 -1
  1266. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +3 -1
  1267. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -1
  1268. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +1 -2
  1269. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +29 -0
  1270. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +595 -0
  1271. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +15 -0
  1272. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +540 -0
  1273. package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -0
  1274. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +91 -0
  1275. package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -0
  1276. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +2 -0
  1277. package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
  1278. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
  1279. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +101 -0
  1280. package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
  1281. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
  1282. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
  1283. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
  1284. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +92 -0
  1285. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +168 -16
  1286. package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +7 -7
  1287. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +1 -1
  1288. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +2 -2
  1289. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +522 -39
  1290. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  1291. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +44 -0
  1292. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +4 -4
  1293. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  1294. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +64 -0
  1295. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  1296. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  1297. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +200 -0
  1298. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +26 -23
  1299. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +31 -48
  1300. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +33 -0
  1301. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +29 -0
  1302. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +9 -0
  1303. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +2 -0
  1304. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/DefinitionRegistrations.d.ts +1 -0
  1305. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/ThemeRegistrations.d.ts +1 -0
  1306. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/BannerImageTop.d.ts +2 -0
  1307. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupAvatar.d.ts +2 -0
  1308. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageLarge.d.ts +2 -0
  1309. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageSmall.d.ts +4 -0
  1310. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTop.d.ts +2 -0
  1311. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
  1312. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/index.d.ts +6 -0
  1313. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Contentblocks.d.ts +1 -0
  1314. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +2 -0
  1315. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +3 -0
  1316. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +2 -0
  1317. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +2 -0
  1318. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +4 -0
  1319. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  1320. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/Pageheader.d.ts +2 -0
  1321. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/index.d.ts +2 -0
  1322. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/index.d.ts +3 -0
  1323. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
  1324. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +21 -0
  1325. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +25 -0
  1326. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +23 -0
  1327. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +289 -0
  1328. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/index.d.ts +1 -0
  1329. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +48 -0
  1330. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/ApiRegistrations.d.ts +0 -0
  1331. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
  1332. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +6 -0
  1333. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +17 -0
  1334. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +6 -0
  1335. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/TypographyTypes.d.ts +97 -0
  1336. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/index.d.ts +1 -0
  1337. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/useDocumentationDesignKit.d.ts +6 -0
  1338. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/ThemeRegistrations.d.ts +1 -0
  1339. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
  1340. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +16 -0
  1341. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +17 -0
  1342. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +8 -0
  1343. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +97 -0
  1344. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/index.d.ts +1 -0
  1345. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/useEditorDesignKit.d.ts +7 -0
  1346. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
  1347. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/DefinitionRegistrations.d.ts +1 -0
  1348. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  1349. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
  1350. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
  1351. package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +63 -0
  1352. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +7 -1
  1353. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +533 -0
  1354. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -1
  1355. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +14 -0
  1356. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  1357. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  1358. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  1359. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +4 -0
  1360. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +2 -2
  1361. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +452 -25
  1362. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +5 -87
  1363. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +124 -24
  1364. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +90 -1
  1365. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +91 -0
  1366. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +7 -0
  1367. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +91 -0
  1368. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +91 -0
  1369. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.css.d.ts +6 -0
  1370. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +91 -0
  1371. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +91 -0
  1372. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +91 -0
  1373. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +91 -0
  1374. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewerStyles.d.ts +3 -0
  1375. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  1376. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +28 -0
  1377. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +32 -26
  1378. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
  1379. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +124 -0
  1380. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.css.d.ts +5 -0
  1381. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +488 -0
  1382. package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
  1383. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
  1384. package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
  1385. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +1 -1
  1386. package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +0 -46
  1387. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +46 -0
  1388. package/internal-do-not-import-from-here/ux/use/Types.d.ts +0 -8
  1389. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +166 -0
  1390. package/internal-do-not-import-from-here/ux/use/UseBreakPoint.d.ts +2 -1
  1391. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +186 -0
  1392. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  1393. package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -0
  1394. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +2 -1
  1395. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +102 -0
  1396. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +5 -9
  1397. package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
  1398. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -11
  1399. package/internal-do-not-import-from-here/ux/use/index.d.ts +6 -1
  1400. package/internal-do-not-import-from-here/ux/use/useBlockInstance.d.ts +2 -0
  1401. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +6 -1
  1402. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -0
  1403. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +433 -36
  1404. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +63 -19
  1405. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +78 -34
  1406. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +132 -17
  1407. package/internal-do-not-import-from-here/ux/validation/FieldValueValidation.d.ts +1 -1
  1408. package/internal-do-not-import-from-here/ux/validation/FormValidator.d.ts +1 -10
  1409. package/internal-do-not-import-from-here/ux/validation/IComponentValidationEnabled.d.ts +1 -10
  1410. package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +1 -21
  1411. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +7 -0
  1412. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +97 -0
  1413. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +6 -0
  1414. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +93 -0
  1415. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
  1416. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +132 -0
  1417. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +6 -0
  1418. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +151 -0
  1419. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +6 -0
  1420. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +65 -0
  1421. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.css.d.ts +6 -0
  1422. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +91 -0
  1423. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
  1424. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +95 -0
  1425. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +4 -0
  1426. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +505 -0
  1427. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +457 -0
  1428. package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
  1429. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
  1430. package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
  1431. package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +2 -0
  1432. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +2 -1
  1433. package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
  1434. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +7 -16
  1435. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +140 -95
  1436. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +5 -2
  1437. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
  1438. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +2 -1
  1439. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
  1440. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +12 -5
  1441. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +3 -3
  1442. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
  1443. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -28
  1444. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
  1445. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  1446. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +20 -0
  1447. package/internal-do-not-import-from-here/ux/velcron/core/rules/index.d.ts +1 -0
  1448. package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
  1449. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +39 -0
  1450. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +44 -0
  1451. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  1452. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +10 -5
  1453. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +2 -0
  1454. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  1455. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +38 -0
  1456. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +16 -0
  1457. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  1458. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  1459. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
  1460. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +1 -0
  1461. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +16 -0
  1462. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +11 -0
  1463. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +18 -0
  1464. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
  1465. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +16 -0
  1466. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +12 -0
  1467. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
  1468. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  1469. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +30 -0
  1470. package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
  1471. package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
  1472. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
  1473. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
  1474. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
  1475. package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
  1476. package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
  1477. package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
  1478. package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
  1479. package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
  1480. package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
  1481. package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
  1482. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +6 -0
  1483. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +4 -0
  1484. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +7 -84
  1485. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +615 -44
  1486. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
  1487. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +90 -1
  1488. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +90 -1
  1489. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +90 -1
  1490. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  1491. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +90 -1
  1492. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +116 -2
  1493. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
  1494. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +90 -1
  1495. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +90 -1
  1496. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +91 -0
  1497. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +90 -1
  1498. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +90 -1
  1499. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +90 -1
  1500. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +90 -1
  1501. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +90 -1
  1502. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +68 -24
  1503. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +74 -25
  1504. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +90 -1
  1505. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +68 -24
  1506. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +68 -24
  1507. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -2
  1508. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
  1509. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +4 -6
  1510. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +37 -0
  1511. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
  1512. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +140 -66
  1513. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  1514. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
  1515. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +226 -47
  1516. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  1517. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +105 -2
  1518. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +105 -2
  1519. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +105 -2
  1520. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +105 -2
  1521. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +114 -5
  1522. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +105 -2
  1523. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +105 -2
  1524. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +105 -2
  1525. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +105 -2
  1526. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +106 -0
  1527. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +105 -2
  1528. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
  1529. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  1530. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +105 -2
  1531. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +105 -2
  1532. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +105 -2
  1533. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +105 -2
  1534. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +454 -0
  1535. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +434 -0
  1536. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  1537. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +450 -0
  1538. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +433 -0
  1539. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +451 -0
  1540. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +451 -0
  1541. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +450 -0
  1542. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +450 -0
  1543. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +455 -0
  1544. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +0 -1
  1545. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +0 -1
  1546. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +2 -1
  1547. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +6 -2
  1548. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -0
  1549. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +93 -49
  1550. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +0 -1
  1551. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +0 -1
  1552. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +250 -0
  1553. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +103 -99
  1554. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +17 -1
  1555. package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
  1556. package/internal-do-not-import-from-here/ux/vuetify/index.d.ts +1 -2
  1557. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -1
  1558. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +2 -2
  1559. package/internal-do-not-import-from-here/vue/VueApp.d.ts +7 -2
  1560. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +2 -5
  1561. package/internal-do-not-import-from-here/vue/index.d.ts +0 -1
  1562. package/internal-do-not-import-from-here/wctypings.d.ts +1987 -193
  1563. package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
  1564. package/package.json +10 -21
  1565. package/task.js +5 -4
  1566. package/task.ts +5 -5
  1567. package/ux/index.d.ts +1 -1
  1568. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -47
  1569. package/internal-do-not-import-from-here/contexts/CurrentDisplayUserContext.d.ts +0 -5
  1570. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
  1571. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  1572. package/internal-do-not-import-from-here/ux/ComponentDefinitions.d.ts +0 -60
  1573. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -15
  1574. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +0 -61
  1575. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +0 -61
  1576. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +0 -46
  1577. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +0 -49
  1578. package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
  1579. package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
  1580. package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
  1581. package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
  1582. package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
  1583. package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
  1584. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -11
  1585. package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
  1586. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.css.d.ts +0 -6
  1587. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -20
  1588. package/internal-do-not-import-from-here/ux/contentdialog/ContentDialog.css.d.ts +0 -5
  1589. package/internal-do-not-import-from-here/ux/contentdialog/ContentDialog.d.ts +0 -19
  1590. package/internal-do-not-import-from-here/ux/contentdialog/IContentDialog.d.ts +0 -13
  1591. package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
  1592. package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
  1593. package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
  1594. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +0 -73
  1595. package/internal-do-not-import-from-here/ux/dynamicgroup/loc/localize.d.ts +0 -10
  1596. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
  1597. package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +0 -18
  1598. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +0 -73
  1599. package/internal-do-not-import-from-here/ux/group/loc/localize.d.ts +0 -10
  1600. package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -24
  1601. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
  1602. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
  1603. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
  1604. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
  1605. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
  1606. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
  1607. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
  1608. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
  1609. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
  1610. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
  1611. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
  1612. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
  1613. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
  1614. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
  1615. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
  1616. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
  1617. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
  1618. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
  1619. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
  1620. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
  1621. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
  1622. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
  1623. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
  1624. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
  1625. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
  1626. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
  1627. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
  1628. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
  1629. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
  1630. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
  1631. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
  1632. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
  1633. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
  1634. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
  1635. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
  1636. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
  1637. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
  1638. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
  1639. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
  1640. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
  1641. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
  1642. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
  1643. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
  1644. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
  1645. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
  1646. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
  1647. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
  1648. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
  1649. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
  1650. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
  1651. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
  1652. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
  1653. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
  1654. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
  1655. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
  1656. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
  1657. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
  1658. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
  1659. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
  1660. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/ILayoutEditorCanvas.d.ts +0 -21
  1661. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  1662. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  1663. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/IDeveloperTools.d.ts +0 -18
  1664. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  1665. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.css.d.ts +0 -3
  1666. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BackgroundSettings.d.ts +0 -35
  1667. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  1668. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IBackgroundSettings.d.ts +0 -23
  1669. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/IImageBackgroundSettings.d.ts +0 -19
  1670. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ILayoutClipboard.d.ts +0 -19
  1671. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ImageBackgroundSettings.d.ts +0 -21
  1672. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.css.d.ts +0 -14
  1673. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutClipboard.d.ts +0 -41
  1674. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutSettingsPanel.d.ts +0 -24
  1675. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  1676. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  1677. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.d.ts +0 -27
  1678. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  1679. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  1680. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitleSettings.d.ts +0 -21
  1681. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  1682. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -17
  1683. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabBlockSettings.d.ts +0 -17
  1684. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/tabs/TabLayoutSettings.d.ts +0 -8
  1685. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  1686. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  1687. package/internal-do-not-import-from-here/ux/models/ContentDialogStyles.d.ts +0 -6
  1688. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +0 -46
  1689. package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +0 -107
  1690. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +0 -8
  1691. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +0 -12
  1692. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +0 -12
  1693. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +0 -12
  1694. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +0 -17
  1695. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +0 -10
  1696. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +0 -15
  1697. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +0 -8
  1698. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +0 -21
  1699. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +0 -17
  1700. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +0 -8
  1701. package/internal-do-not-import-from-here/ux/properties/LegacyEnterprisePropertiesProvider.d.ts +0 -14
  1702. package/internal-do-not-import-from-here/ux/properties/PropertyDataSourceContext.d.ts +0 -21
  1703. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDefinition.d.ts +0 -8
  1704. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.css.d.ts +0 -4
  1705. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +0 -52
  1706. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.css.d.ts +0 -4
  1707. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +0 -52
  1708. package/internal-do-not-import-from-here/ux/properties/models/PropertySelection.d.ts +0 -19
  1709. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +0 -72
  1710. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +0 -83
  1711. package/internal-do-not-import-from-here/ux/richtexteditor/EditorExtension.d.ts +0 -8
  1712. package/internal-do-not-import-from-here/ux/richtexteditor/MarkExtension.d.ts +0 -12
  1713. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/ParsingMicrosoftWordImageHandler.d.ts +0 -9
  1714. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  1715. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  1716. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
  1717. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
  1718. package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
  1719. package/internal-do-not-import-from-here/ux/spacingpicker/ISpacingPicker.d.ts +0 -28
  1720. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.css.d.ts +0 -31
  1721. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker.d.ts +0 -44
  1722. package/internal-do-not-import-from-here/ux/spacingpicker/index.d.ts +0 -1
  1723. package/internal-do-not-import-from-here/ux/statusmessageoverlay/IStatusMessageOverlay.d.ts +0 -19
  1724. package/internal-do-not-import-from-here/ux/statusmessageoverlay/index.d.ts +0 -1
  1725. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  1726. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  1727. package/internal-do-not-import-from-here/ux/theming-v2/styling/themeStyling.d.ts +0 -4
  1728. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +0 -2
  1729. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +0 -2
  1730. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +0 -17
  1731. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +0 -94
  1732. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -138
  1733. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +0 -12
  1734. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -3
  1735. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphDefinition.d.ts +0 -18
  1736. package/internal-do-not-import-from-here/ux/user/UserPropertyProviderDefinition.d.ts +0 -15
  1737. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +0 -78
  1738. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +0 -62
  1739. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +0 -48
  1740. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +0 -48
  1741. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +0 -48
  1742. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +0 -48
  1743. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +0 -46
  1744. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +0 -50
  1745. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDescriptors.d.ts +0 -35
  1746. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  1747. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  1748. package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +0 -2
  1749. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts +0 -7
  1750. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +0 -66
  1751. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -3
  1752. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  1753. /package/internal-do-not-import-from-here/{vue/Localize.d.ts → Localize.d.ts} +0 -0
  1754. /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
  1755. /package/internal-do-not-import-from-here/{console/components/MessageOverlay.css.d.ts → ux/docs/apis/DocsApis.d.ts} +0 -0
  1756. /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
  1757. /package/internal-do-not-import-from-here/ux/{monaco/RegisterMonacoEditorComponent.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
  1758. /package/internal-do-not-import-from-here/ux/{vuetify/dividers/VDivider.bundle.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
  1759. /package/internal-do-not-import-from-here/ux/{vuetify/stepper/VStepperItems.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
  1760. /package/internal-do-not-import-from-here/{vue/VueHotReloadApi.d.ts → ux/docs/omfx/components/VModel.md.d.ts} +0 -0
  1761. /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlock.css.d.ts → hub/feed/HubFeed.css.d.ts} +0 -0
  1762. /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlockSettings.css.d.ts → hub/feed/HubFeedSettings.css.d.ts} +0 -0
  1763. /package/internal-do-not-import-from-here/ux/imagetransformer/Components/{ImageTransformFilter/ImageTransformFilter.d.ts → filters/ImageTransformFilter_old.d.ts} +0 -0
@@ -3,7 +3,52 @@ declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $props: {
7
+ style?: unknown;
8
+ class?: unknown;
9
+ key?: string | number | symbol;
10
+ ref?: import("vue").VNodeRef;
11
+ ref_for?: boolean;
12
+ ref_key?: string;
13
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[];
18
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[];
23
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[];
32
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[];
41
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[];
46
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[];
51
+ };
7
52
  $attrs: {
8
53
  [x: string]: unknown;
9
54
  };
@@ -11,13 +56,13 @@ declare const _default: {
11
56
  [x: string]: unknown;
12
57
  };
13
58
  $slots: Readonly<{
14
- [name: string]: import("vue").Slot;
59
+ [name: string]: import("vue").Slot<any>;
15
60
  }>;
16
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
17
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
61
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
63
  $emit: (event: string, ...args: any[]) => void;
19
64
  $el: any;
20
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
65
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
21
66
  beforeCreate?: (() => void) | (() => void)[];
22
67
  created?: (() => void) | (() => void)[];
23
68
  beforeMount?: (() => void) | (() => void)[];
@@ -32,7 +77,7 @@ declare const _default: {
32
77
  unmounted?: (() => void) | (() => void)[];
33
78
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
79
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
80
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
36
81
  };
37
82
  $forceUpdate: () => void;
38
83
  $nextTick: typeof import("vue").nextTick;
@@ -41,7 +86,7 @@ declare const _default: {
41
86
  __isFragment?: never;
42
87
  __isTeleport?: never;
43
88
  __isSuspense?: never;
44
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
45
- propsDefinition: Readonly<import("vue").ExtractPropTypes<{}>>;
89
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
90
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
46
91
  };
47
92
  export default _default;
@@ -0,0 +1,9 @@
1
+ import { VersionedLayoutId } from "@omnia/fx-models";
2
+ import { VersionedLayoutStore } from "@omnia/fx/stores";
3
+ export declare class SignInFactory {
4
+ private static versionLayoutDataTypeId;
5
+ private static layoutId;
6
+ private static layoutDataId;
7
+ static buitinDefaultLoginLayoutVersionId: VersionedLayoutId;
8
+ static createDefaultLoginLayout(versionLayoutstore: VersionedLayoutStore): void;
9
+ }
@@ -2,7 +2,52 @@ declare const _default: {
2
2
  new (...args: any[]): {
3
3
  $: import("vue").ComponentInternalInstance;
4
4
  $data: {};
5
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
5
+ $props: {
6
+ style?: unknown;
7
+ class?: unknown;
8
+ key?: string | number | symbol;
9
+ ref?: import("vue").VNodeRef;
10
+ ref_for?: boolean;
11
+ ref_key?: string;
12
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>) => void)[];
17
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void)[];
22
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void)[];
31
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[];
40
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void)[];
45
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[];
50
+ };
6
51
  $attrs: {
7
52
  [x: string]: unknown;
8
53
  };
@@ -10,13 +55,13 @@ declare const _default: {
10
55
  [x: string]: unknown;
11
56
  };
12
57
  $slots: Readonly<{
13
- [name: string]: import("vue").Slot;
58
+ [name: string]: import("vue").Slot<any>;
14
59
  }>;
15
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
16
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
60
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
61
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
17
62
  $emit: (event: string, ...args: any[]) => void;
18
63
  $el: any;
19
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
64
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
20
65
  beforeCreate?: (() => void) | (() => void)[];
21
66
  created?: (() => void) | (() => void)[];
22
67
  beforeMount?: (() => void) | (() => void)[];
@@ -31,7 +76,7 @@ declare const _default: {
31
76
  unmounted?: (() => void) | (() => void)[];
32
77
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
78
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
79
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
35
80
  };
36
81
  $forceUpdate: () => void;
37
82
  $nextTick: typeof import("vue").nextTick;
@@ -40,7 +85,7 @@ declare const _default: {
40
85
  __isFragment?: never;
41
86
  __isTeleport?: never;
42
87
  __isSuspense?: never;
43
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
44
- propsDefinition: Readonly<import("vue").ExtractPropTypes<{}>>;
88
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
89
+ propsDefinition: Omit<Readonly<{} & {}>, never>;
45
90
  };
46
91
  export default _default;
@@ -0,0 +1,101 @@
1
+ import { IdentityCreationRequestCreatedResponse } from "@omnia/fx-models";
2
+ declare const IdentityCreationRequestConfirmEmailView: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {
7
+ style?: unknown;
8
+ class?: unknown;
9
+ key?: string | number | symbol;
10
+ ref?: import("vue").VNodeRef;
11
+ ref_for?: boolean;
12
+ ref_key?: string;
13
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[];
18
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[];
23
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[];
32
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[];
41
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[];
46
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[];
51
+ readonly identityCreationRequestCreatedResponse?: IdentityCreationRequestCreatedResponse;
52
+ };
53
+ $attrs: {
54
+ [x: string]: unknown;
55
+ };
56
+ $refs: {
57
+ [x: string]: unknown;
58
+ };
59
+ $slots: Readonly<{
60
+ [name: string]: import("vue").Slot<any>;
61
+ }>;
62
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
63
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
64
+ $emit: (event: string, ...args: any[]) => void;
65
+ $el: any;
66
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
67
+ identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
68
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
69
+ beforeCreate?: (() => void) | (() => void)[];
70
+ created?: (() => void) | (() => void)[];
71
+ beforeMount?: (() => void) | (() => void)[];
72
+ mounted?: (() => void) | (() => void)[];
73
+ beforeUpdate?: (() => void) | (() => void)[];
74
+ updated?: (() => void) | (() => void)[];
75
+ activated?: (() => void) | (() => void)[];
76
+ deactivated?: (() => void) | (() => void)[];
77
+ beforeDestroy?: (() => void) | (() => void)[];
78
+ beforeUnmount?: (() => void) | (() => void)[];
79
+ destroyed?: (() => void) | (() => void)[];
80
+ unmounted?: (() => void) | (() => void)[];
81
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
82
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
83
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
84
+ };
85
+ $forceUpdate: () => void;
86
+ $nextTick: typeof import("vue").nextTick;
87
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
88
+ } & Readonly<import("vue").ExtractPropTypes<{
89
+ identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
90
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
91
+ __isFragment?: never;
92
+ __isTeleport?: never;
93
+ __isSuspense?: never;
94
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
95
+ identityCreationRequestCreatedResponse: import("vue").Prop<IdentityCreationRequestCreatedResponse, IdentityCreationRequestCreatedResponse>;
96
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
97
+ propsDefinition: Omit<Readonly<{} & {
98
+ identityCreationRequestCreatedResponse?: IdentityCreationRequestCreatedResponse;
99
+ }>, never>;
100
+ };
101
+ export default IdentityCreationRequestConfirmEmailView;
@@ -0,0 +1,100 @@
1
+ declare const _default: {
2
+ new (...args: any[]): {
3
+ $: import("vue").ComponentInternalInstance;
4
+ $data: {};
5
+ $props: {
6
+ style?: unknown;
7
+ class?: unknown;
8
+ key?: string | number | symbol;
9
+ ref?: import("vue").VNodeRef;
10
+ ref_for?: boolean;
11
+ ref_key?: string;
12
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
13
+ [key: string]: any;
14
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
15
+ [key: string]: any;
16
+ }>) => void)[];
17
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
18
+ [key: string]: any;
19
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
20
+ [key: string]: any;
21
+ }>) => void)[];
22
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
23
+ [key: string]: any;
24
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
25
+ [key: string]: any;
26
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
27
+ [key: string]: any;
28
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
29
+ [key: string]: any;
30
+ }>) => void)[];
31
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
32
+ [key: string]: any;
33
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
34
+ [key: string]: any;
35
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
36
+ [key: string]: any;
37
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
38
+ [key: string]: any;
39
+ }>) => void)[];
40
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
41
+ [key: string]: any;
42
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
43
+ [key: string]: any;
44
+ }>) => void)[];
45
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
46
+ [key: string]: any;
47
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
48
+ [key: string]: any;
49
+ }>) => void)[];
50
+ readonly back?: () => void;
51
+ };
52
+ $attrs: {
53
+ [x: string]: unknown;
54
+ };
55
+ $refs: {
56
+ [x: string]: unknown;
57
+ };
58
+ $slots: Readonly<{
59
+ [name: string]: import("vue").Slot<any>;
60
+ }>;
61
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
62
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
63
+ $emit: (event: string, ...args: any[]) => void;
64
+ $el: any;
65
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
66
+ back: import("vue").Prop<() => void, () => void>;
67
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
68
+ beforeCreate?: (() => void) | (() => void)[];
69
+ created?: (() => void) | (() => void)[];
70
+ beforeMount?: (() => void) | (() => void)[];
71
+ mounted?: (() => void) | (() => void)[];
72
+ beforeUpdate?: (() => void) | (() => void)[];
73
+ updated?: (() => void) | (() => void)[];
74
+ activated?: (() => void) | (() => void)[];
75
+ deactivated?: (() => void) | (() => void)[];
76
+ beforeDestroy?: (() => void) | (() => void)[];
77
+ beforeUnmount?: (() => void) | (() => void)[];
78
+ destroyed?: (() => void) | (() => void)[];
79
+ unmounted?: (() => void) | (() => void)[];
80
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
81
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
82
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
83
+ };
84
+ $forceUpdate: () => void;
85
+ $nextTick: typeof import("vue").nextTick;
86
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
87
+ } & Readonly<import("vue").ExtractPropTypes<{
88
+ back: import("vue").Prop<() => void, () => void>;
89
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
90
+ __isFragment?: never;
91
+ __isTeleport?: never;
92
+ __isSuspense?: never;
93
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
94
+ back: import("vue").Prop<() => void, () => void>;
95
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
96
+ propsDefinition: Omit<Readonly<{} & {
97
+ back?: () => void;
98
+ }>, never>;
99
+ };
100
+ export default _default;
@@ -5,6 +5,8 @@ export declare module SignInLocalization {
5
5
  SendMagicLink: string;
6
6
  MagicLinkValidMessage: string;
7
7
  MagicLinkValidTimeMessage: string;
8
+ MagicLinkValidPeriodMessage: string;
9
+ MagicLinkValidUnit: string;
8
10
  Password: {
9
11
  Title: string;
10
12
  Invalid: string;
@@ -35,5 +37,25 @@ export declare module SignInLocalization {
35
37
  SentResetPasswordMessage: string;
36
38
  SendResetPasswordError: string;
37
39
  RetryResetPasswordWarning: string;
40
+ BlockedMessage: string;
41
+ CreateAccount: string;
42
+ RequestAccount: string;
43
+ DoNotHaveAccount: string;
44
+ UserType: string;
45
+ ValidationMessage: string;
46
+ CreateAccountTitle: string;
47
+ RequestAccountTitle: string;
48
+ SelfServiceErrorMessage: string;
49
+ NotInYourInbox: string;
50
+ WaitForConfirmEmailMessage: string;
51
+ ResendEmail: string;
52
+ In: string;
53
+ SuccessTitle: string;
54
+ FailTitle: string;
55
+ ConfirmEmailTimeUnit: string;
56
+ SuccessCreateAccountMessage: string;
57
+ SuccessRequestAccountMessage: string;
58
+ FailConfirmEmailMessage: string;
59
+ ErrorSubmitForm: string;
38
60
  }
39
61
  }
@@ -3,13 +3,57 @@ declare const _default: {
3
3
  new (...args: any[]): {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
- $props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
7
- authFlows: AuthenticationOption[][];
8
- uniqueName: string;
9
- back: () => void;
10
- onProviderSelected: (authOption: AuthenticationMetaData) => void;
11
- memorizedProvider: AuthenticationMetaData;
12
- }>>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
6
+ $props: {
7
+ style?: unknown;
8
+ class?: unknown;
9
+ key?: string | number | symbol;
10
+ ref?: import("vue").VNodeRef;
11
+ ref_for?: boolean;
12
+ ref_key?: string;
13
+ onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[];
18
+ onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[];
23
+ onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[];
32
+ onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[];
41
+ onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[];
46
+ onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[];
51
+ readonly back?: () => void;
52
+ readonly authFlows?: AuthenticationOption[][];
53
+ readonly uniqueName?: string;
54
+ readonly onProviderSelected?: (authOption: AuthenticationMetaData) => void;
55
+ readonly memorizedProvider?: AuthenticationMetaData;
56
+ };
13
57
  $attrs: {
14
58
  [x: string]: unknown;
15
59
  };
@@ -17,19 +61,19 @@ declare const _default: {
17
61
  [x: string]: unknown;
18
62
  };
19
63
  $slots: Readonly<{
20
- [name: string]: import("vue").Slot;
64
+ [name: string]: import("vue").Slot<any>;
21
65
  }>;
22
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
23
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
66
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
67
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
68
  $emit: (event: string, ...args: any[]) => void;
25
69
  $el: any;
26
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
27
- authFlows: AuthenticationOption[][];
28
- uniqueName: string;
29
- back: () => void;
30
- onProviderSelected: (authOption: AuthenticationMetaData) => void;
31
- memorizedProvider: AuthenticationMetaData;
32
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
70
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
71
+ authFlows: import("vue").Prop<AuthenticationOption[][], AuthenticationOption[][]>;
72
+ uniqueName: import("vue").Prop<string, string>;
73
+ back: import("vue").Prop<() => void, () => void>;
74
+ onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
75
+ memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
76
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
33
77
  beforeCreate?: (() => void) | (() => void)[];
34
78
  created?: (() => void) | (() => void)[];
35
79
  beforeMount?: (() => void) | (() => void)[];
@@ -44,34 +88,34 @@ declare const _default: {
44
88
  unmounted?: (() => void) | (() => void)[];
45
89
  renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
46
90
  renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
47
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
91
+ errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
48
92
  };
49
93
  $forceUpdate: () => void;
50
94
  $nextTick: typeof import("vue").nextTick;
51
95
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
52
- } & Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
53
- authFlows: AuthenticationOption[][];
54
- uniqueName: string;
55
- back: () => void;
56
- onProviderSelected: (authOption: AuthenticationMetaData) => void;
57
- memorizedProvider: AuthenticationMetaData;
58
- }>>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
96
+ } & Readonly<import("vue").ExtractPropTypes<{
97
+ authFlows: import("vue").Prop<AuthenticationOption[][], AuthenticationOption[][]>;
98
+ uniqueName: import("vue").Prop<string, string>;
99
+ back: import("vue").Prop<() => void, () => void>;
100
+ onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
101
+ memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
102
+ }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
59
103
  __isFragment?: never;
60
104
  __isTeleport?: never;
61
105
  __isSuspense?: never;
62
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
63
- authFlows: AuthenticationOption[][];
64
- uniqueName: string;
65
- back: () => void;
66
- onProviderSelected: (authOption: AuthenticationMetaData) => void;
67
- memorizedProvider: AuthenticationMetaData;
68
- }>>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
69
- propsDefinition: Readonly<import("vue").ExtractPropTypes<import("vue").ComponentObjectPropsOptions<{
70
- authFlows: AuthenticationOption[][];
71
- uniqueName: string;
72
- back: () => void;
73
- onProviderSelected: (authOption: AuthenticationMetaData) => void;
74
- memorizedProvider: AuthenticationMetaData;
75
- }>>>;
106
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
107
+ authFlows: import("vue").Prop<AuthenticationOption[][], AuthenticationOption[][]>;
108
+ uniqueName: import("vue").Prop<string, string>;
109
+ back: import("vue").Prop<() => void, () => void>;
110
+ onProviderSelected: import("vue").Prop<(authOption: AuthenticationMetaData) => void, (authOption: AuthenticationMetaData) => void>;
111
+ memorizedProvider: import("vue").Prop<AuthenticationMetaData, AuthenticationMetaData>;
112
+ }>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
113
+ propsDefinition: Omit<Readonly<{} & {
114
+ back?: () => void;
115
+ authFlows?: AuthenticationOption[][];
116
+ uniqueName?: string;
117
+ onProviderSelected?: (authOption: AuthenticationMetaData) => void;
118
+ memorizedProvider?: AuthenticationMetaData;
119
+ }>, never>;
76
120
  };
77
121
  export default _default;