@omnia/fx 8.0.213-dev → 8.0.215-dev

Sign up to get free protection for your applications and to get access to all the features.
Files changed (198) hide show
  1. package/internal-do-not-import-from-here/apis/BusinessProfileApi.d.ts +1 -0
  2. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -0
  3. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.admin.manifest.json +1 -1
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/admin/UserManagementRegistration.d.ts +1 -0
  7. package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfileHelper.d.ts +4 -0
  8. package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfilesConstants.d.ts +17 -0
  9. package/internal-do-not-import-from-here/ux/admin/businessprofile/loc/localize.d.ts +20 -0
  10. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +82 -0
  11. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.css.d.ts +5 -0
  12. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.d.ts +47 -0
  13. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade.d.ts +47 -0
  14. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade_old.d.ts +1 -0
  15. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/SettingsBlade.d.ts +47 -0
  16. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.css.d.ts +3 -0
  17. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.d.ts +47 -0
  18. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/IBusinessProfileSettingsJourney.d.ts +34 -0
  19. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +57 -0
  20. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.css.d.ts +1 -0
  21. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.d.ts +47 -0
  22. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +60 -0
  23. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageDetail.d.ts +52 -0
  24. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageRegistration.d.ts +1 -0
  25. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageSettings.d.ts +47 -0
  26. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Shareds.d.ts +9 -0
  27. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/loc/localize.d.ts +11 -0
  28. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +47 -38
  29. package/internal-do-not-import-from-here/ux/admin/dalle/SecretRegistrations.d.ts +1 -0
  30. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +6 -0
  31. package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +100 -0
  32. package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +12 -0
  33. package/internal-do-not-import-from-here/ux/admin/index.d.ts +1 -0
  34. package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +1 -0
  35. package/internal-do-not-import-from-here/ux/admin/mediaflow/components/MediaflowProviderSecrets.d.ts +75 -0
  36. package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +11 -0
  37. package/internal-do-not-import-from-here/ux/admin/permissions/apis/Registration.d.ts +1 -0
  38. package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney.d.ts +47 -0
  39. package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/InternalConstants.d.ts +3 -0
  40. package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/blades/MenuBlade.d.ts +47 -0
  41. package/internal-do-not-import-from-here/ux/admin/permissions/loc/permissionLocalize.d.ts +13 -0
  42. package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +1 -0
  43. package/internal-do-not-import-from-here/ux/admin/permissions/tenant/InternalConstants.d.ts +3 -0
  44. package/internal-do-not-import-from-here/ux/admin/permissions/tenant/TenantAdministratorPermissionJourney.d.ts +47 -0
  45. package/internal-do-not-import-from-here/ux/admin/permissions/tenant/blades/MenuBlade.d.ts +47 -0
  46. package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +69 -0
  47. package/internal-do-not-import-from-here/ux/admin/recaptcha/SecretRegistration.d.ts +1 -0
  48. package/internal-do-not-import-from-here/ux/admin/recaptcha/loc/localize.d.ts +9 -0
  49. package/internal-do-not-import-from-here/ux/admin/secrets/BusinessProfileSecretsJourney.d.ts +47 -0
  50. package/internal-do-not-import-from-here/ux/admin/secrets/IBusinessProfileSecretsJourney.d.ts +16 -0
  51. package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourney.d.ts +51 -0
  52. package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourneyConstants.d.ts +4 -0
  53. package/internal-do-not-import-from-here/ux/admin/secrets/TenantSecretsJourney.d.ts +47 -0
  54. package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormBlade.d.ts +56 -0
  55. package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormListBlade.d.ts +59 -0
  56. package/internal-do-not-import-from-here/ux/admin/secrets/loc/localize.d.ts +9 -0
  57. package/internal-do-not-import-from-here/ux/admin/security/AdminJourney.d.ts +52 -0
  58. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyAppInstance.d.ts +6 -0
  59. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyConstants.d.ts +5 -0
  60. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyProfile.d.ts +47 -0
  61. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyTenant.d.ts +47 -0
  62. package/internal-do-not-import-from-here/ux/admin/security/IAdminJourney.d.ts +16 -0
  63. package/internal-do-not-import-from-here/ux/admin/security/blades/MenuBlade.d.ts +52 -0
  64. package/internal-do-not-import-from-here/ux/admin/security/loc/localize.d.ts +9 -0
  65. package/internal-do-not-import-from-here/ux/admin/security/models/BladeProps.d.ts +6 -0
  66. package/internal-do-not-import-from-here/ux/admin/security/models/Enums.d.ts +5 -0
  67. package/internal-do-not-import-from-here/ux/admin/security/models/SubMenuItem.d.ts +6 -0
  68. package/internal-do-not-import-from-here/ux/admin/security/models/index.d.ts +3 -0
  69. package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +35 -0
  70. package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +35 -0
  71. package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +35 -0
  72. package/internal-do-not-import-from-here/ux/admin/settings/AdminRegistrations.d.ts +1 -0
  73. package/internal-do-not-import-from-here/ux/admin/settings/ITenantAdminSettingsJourney.d.ts +4 -0
  74. package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminLocalize.d.ts +6 -0
  75. package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsConstants.d.ts +8 -0
  76. package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.css.d.ts +3 -0
  77. package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.d.ts +47 -0
  78. package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +57 -0
  79. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPicker.d.ts +47 -0
  80. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPickerConstants.d.ts +9 -0
  81. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPickerRegistration.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatios.d.ts +47 -0
  83. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney.d.ts +47 -0
  84. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosListing.d.ts +47 -0
  85. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettings.d.ts +47 -0
  86. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts +47 -0
  87. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettings.d.ts +47 -0
  88. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney.d.ts +47 -0
  89. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsListing.d.ts +47 -0
  90. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +40 -0
  91. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +83 -0
  92. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/index.d.ts +1 -0
  93. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings.d.ts +47 -0
  94. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantSettingsRegistration.d.ts +1 -0
  95. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/loc/localize.d.ts +12 -0
  96. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/Shareds.d.ts +8 -0
  97. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.css.d.ts +1 -0
  98. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +16 -0
  99. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegionalConstants.d.ts +7 -0
  100. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegionalRegistration.d.ts +1 -0
  101. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/DateTimeSettings.d.ts +47 -0
  102. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +60 -0
  103. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageDetail.d.ts +52 -0
  104. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageHomeBlade.d.ts +47 -0
  105. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageSettings.d.ts +47 -0
  106. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/loc/localize.d.ts +18 -0
  107. package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
  108. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.css.d.ts +4 -0
  109. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.d.ts +47 -0
  110. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourneyConstants.d.ts +3 -0
  111. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/blades/DefaultBlade.d.ts +47 -0
  112. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +103 -41
  113. package/internal-do-not-import-from-here/ux/admin/systemlayout/SystemLayoutJourney.d.ts +52 -0
  114. package/internal-do-not-import-from-here/ux/admin/systemlayout/loc/localize.d.ts +7 -0
  115. package/internal-do-not-import-from-here/ux/admin/systemlayout/models/BladeIds.d.ts +9 -0
  116. package/internal-do-not-import-from-here/ux/admin/systemlayout/models/HttpCodeLayoutItem.d.ts +5 -0
  117. package/internal-do-not-import-from-here/ux/admin/systemlayout/models/index.d.ts +2 -0
  118. package/internal-do-not-import-from-here/ux/admin/systemlayout/registration/AdminRegistration.d.ts +1 -0
  119. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +174 -0
  120. package/internal-do-not-import-from-here/ux/admin/systemlayout/store/index.d.ts +1 -0
  121. package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +1 -0
  122. package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletion.d.ts +68 -0
  123. package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +4 -0
  124. package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +12 -0
  125. package/internal-do-not-import-from-here/ux/admin/usermanagement/BusinessProfileUserManagementJourney.d.ts +47 -0
  126. package/internal-do-not-import-from-here/ux/admin/usermanagement/UserManagementJourney.d.ts +47 -0
  127. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthentication.d.ts +51 -0
  128. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationFactory.d.ts +4 -0
  129. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +52 -0
  130. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/AppDefinitionType.d.ts +5 -0
  131. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +6 -0
  132. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +61 -0
  133. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +47 -0
  134. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +51 -0
  135. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +52 -0
  136. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +67 -0
  137. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupListingBlade.d.ts +52 -0
  138. package/internal-do-not-import-from-here/ux/admin/usermanagement/index.d.ts +2 -0
  139. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +341 -0
  140. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogListingBlade.d.ts +47 -0
  141. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade.d.ts +51 -0
  142. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/Chrome.d.ts +47 -0
  143. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/AuthenticationScreenLayoutSettingsTabRenderer.d.ts +5 -0
  144. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +64 -0
  145. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DefaultBlade.d.ts +47 -0
  146. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DetailBlade.d.ts +47 -0
  147. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditBlade.d.ts +47 -0
  148. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/SelfServiceJourney.d.ts +47 -0
  149. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +24 -0
  150. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +78 -0
  151. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +101 -0
  152. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +97 -0
  153. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +133 -0
  154. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts +310 -0
  155. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementStyles.css.d.ts +15 -0
  156. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementTempModel.d.ts +56 -0
  157. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +151 -0
  158. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/index.d.ts +9 -0
  159. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade.d.ts +47 -0
  160. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderListingBlade.d.ts +47 -0
  161. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade.d.ts +52 -0
  162. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade.d.ts +52 -0
  163. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +59 -0
  164. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +48 -0
  165. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/UserJourney.d.ts +47 -0
  166. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/AuthenticationBlade.d.ts +47 -0
  167. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +47 -0
  168. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DefaultBlade.d.ts +47 -0
  169. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DetailBlade.d.ts +47 -0
  170. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/Journey.d.ts +47 -0
  171. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DefaultBlade.d.ts +47 -0
  172. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DetailBlade.d.ts +47 -0
  173. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/Journey.d.ts +47 -0
  174. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DefaultBlade.d.ts +47 -0
  175. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DetailBlade.d.ts +47 -0
  176. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/Journey.d.ts +47 -0
  177. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/OmniaAuthSettingsManager.d.ts +20 -0
  178. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +67 -0
  179. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeJourney.d.ts +47 -0
  180. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBlade.d.ts +47 -0
  181. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +47 -0
  182. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeListingBlade.d.ts +47 -0
  183. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/core/Constants.d.ts +5 -0
  184. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/models/UserTypeJourneySharedState.d.ts +4 -0
  185. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/models/index.d.ts +1 -0
  186. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +60 -0
  187. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts +52 -0
  188. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
  189. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
  190. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
  191. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
  192. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
  193. package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +1 -0
  194. package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +6 -1
  195. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +48 -35
  196. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +48 -35
  197. package/internal-do-not-import-from-here/wctypings.d.ts +645 -3
  198. package/package.json +2 -2
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,5 @@
1
+ import { AuthenticationLayoutDefinition } from "@omnia/fx-models";
2
+ import { IVersionedLayoutDefinitionEditorTabRenderer } from "@omnia/fx/ux";
3
+ export declare class AuthenticationScreenLayoutSettingsTabRenderer implements IVersionedLayoutDefinitionEditorTabRenderer<AuthenticationLayoutDefinition> {
4
+ getElement(definition: AuthenticationLayoutDefinition, isCheckedOutToMe: boolean): JSX.Element;
5
+ }
@@ -0,0 +1,64 @@
1
+ import { AuthenticationLayoutDefinition } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ isCheckedOutToMe: boolean;
4
+ } & {
5
+ "v-model"?: AuthenticationLayoutDefinition;
6
+ } & {
7
+ "onUpdate:modelValue"?: (value: AuthenticationLayoutDefinition) => void;
8
+ } & {
9
+ modelValue?: AuthenticationLayoutDefinition;
10
+ }>) => {
11
+ $: import("vue").ComponentInternalInstance;
12
+ $data: {};
13
+ $props: {};
14
+ $attrs: {
15
+ [x: string]: unknown;
16
+ };
17
+ $refs: {
18
+ [x: string]: unknown;
19
+ };
20
+ $slots: Readonly<{
21
+ [name: string]: import("vue").Slot<any>;
22
+ }>;
23
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
24
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $emit: (event: string, ...args: any[]) => void;
26
+ $el: any;
27
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
28
+ beforeCreate?: (() => void) | (() => void)[];
29
+ created?: (() => void) | (() => void)[];
30
+ beforeMount?: (() => void) | (() => void)[];
31
+ mounted?: (() => void) | (() => void)[];
32
+ beforeUpdate?: (() => void) | (() => void)[];
33
+ updated?: (() => void) | (() => void)[];
34
+ activated?: (() => void) | (() => void)[];
35
+ deactivated?: (() => void) | (() => void)[];
36
+ beforeDestroy?: (() => void) | (() => void)[];
37
+ beforeUnmount?: (() => void) | (() => void)[];
38
+ destroyed?: (() => void) | (() => void)[];
39
+ unmounted?: (() => void) | (() => void)[];
40
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
41
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ 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)[];
43
+ };
44
+ $forceUpdate: () => void;
45
+ $nextTick: typeof import("vue").nextTick;
46
+ $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;
47
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
48
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
49
+ isCheckedOutToMe: boolean;
50
+ } & {
51
+ "v-model"?: AuthenticationLayoutDefinition;
52
+ } & {
53
+ "onUpdate:modelValue"?: (value: AuthenticationLayoutDefinition) => void;
54
+ } & {
55
+ modelValue?: AuthenticationLayoutDefinition;
56
+ }> & {
57
+ "v-slots"?: {
58
+ default?: import("vue").Slot;
59
+ } & {};
60
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "isCheckedOutToMe">;
61
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
62
+ [key: string]: any;
63
+ }>;
64
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{}>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{}> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,47 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
2
+ $: import("vue").ComponentInternalInstance;
3
+ $data: {};
4
+ $props: {};
5
+ $attrs: {
6
+ [x: string]: unknown;
7
+ };
8
+ $refs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $slots: Readonly<{
12
+ [name: string]: import("vue").Slot<any>;
13
+ }>;
14
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
15
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
16
+ $emit: (event: string, ...args: any[]) => void;
17
+ $el: any;
18
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
19
+ beforeCreate?: (() => void) | (() => void)[];
20
+ created?: (() => void) | (() => void)[];
21
+ beforeMount?: (() => void) | (() => void)[];
22
+ mounted?: (() => void) | (() => void)[];
23
+ beforeUpdate?: (() => void) | (() => void)[];
24
+ updated?: (() => void) | (() => void)[];
25
+ activated?: (() => void) | (() => void)[];
26
+ deactivated?: (() => void) | (() => void)[];
27
+ beforeDestroy?: (() => void) | (() => void)[];
28
+ beforeUnmount?: (() => void) | (() => void)[];
29
+ destroyed?: (() => void) | (() => void)[];
30
+ unmounted?: (() => void) | (() => void)[];
31
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
32
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
33
+ 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)[];
34
+ };
35
+ $forceUpdate: () => void;
36
+ $nextTick: typeof import("vue").nextTick;
37
+ $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;
38
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
39
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
40
+ "v-slots"?: {
41
+ default?: import("vue").Slot;
42
+ } & {};
43
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
44
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
45
+ [key: string]: any;
46
+ }>;
47
+ export default _default;
@@ -0,0 +1,24 @@
1
+ import { GroupIdentity } from "@omnia/fx-models";
2
+ export interface GroupDetailState {
3
+ onSave: (...params: any[]) => Promise<void> | void;
4
+ group: GroupIdentity;
5
+ businessProfileId: string;
6
+ }
7
+ export declare const useGroupDetailStore: () => {
8
+ state: GroupDetailState;
9
+ events: {
10
+ onMutatedOnSave: import("@omnia/fx").MessageBusExposeOnlySubscription<(...params: any[]) => Promise<void> | void>;
11
+ onMutatedGroup: import("@omnia/fx").MessageBusExposeOnlySubscription<GroupIdentity>;
12
+ onMutatedBusinessProfileId: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
13
+ } & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
14
+ get: {
15
+ onSave: () => (...params: any[]) => Promise<void> | void;
16
+ group: () => GroupIdentity;
17
+ ownerId: () => string;
18
+ };
19
+ mutate: {
20
+ onSave: (value: ((...params: any[]) => Promise<void> | void) | ((prev: (...params: any[]) => Promise<void> | void) => (...params: any[]) => Promise<void> | void)) => void;
21
+ group: (value: GroupIdentity | ((prev: GroupIdentity) => GroupIdentity)) => void;
22
+ businessProfileId: (value: string | ((prev: string) => string)) => void;
23
+ };
24
+ };
@@ -0,0 +1,78 @@
1
+ import { BoolFilter, GroupIdentity, GroupManagementQuery, GroupSortColumn, guid, LanguageTags, ResolvedGroupIdentity, ScopeTypes } from "@omnia/fx-models";
2
+ import { SortItem } from "@omnia/fx/ux";
3
+ export declare const useGroupQueryStore: () => {
4
+ actions: {
5
+ onDispatching: {
6
+ queryGroups: {
7
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
8
+ };
9
+ deleteGroup: {
10
+ subscribe(fn: (groupIdentity: GroupIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
11
+ };
12
+ onSearchTextChanged: {
13
+ subscribe(fn: (value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
14
+ };
15
+ onFilterChanged: {
16
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
17
+ };
18
+ };
19
+ onDispatched: {
20
+ queryGroups: {
21
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
22
+ };
23
+ deleteGroup: {
24
+ subscribe(fn: (result: void, groupIdentity: GroupIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
25
+ };
26
+ onSearchTextChanged: {
27
+ subscribe(fn: (result: void, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
28
+ };
29
+ onFilterChanged: {
30
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
31
+ };
32
+ };
33
+ onFailure: {
34
+ queryGroups: {
35
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
+ };
37
+ deleteGroup: {
38
+ subscribe(fn: (failureReason: any, groupIdentity: GroupIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
+ };
40
+ onSearchTextChanged: {
41
+ subscribe(fn: (failureReason: any, value: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ };
43
+ onFilterChanged: {
44
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ };
46
+ };
47
+ } & {
48
+ queryGroups: () => Promise<void>;
49
+ deleteGroup: (groupIdentity: GroupIdentity) => Promise<void>;
50
+ onSearchTextChanged: (value: string) => void;
51
+ onFilterChanged: () => void;
52
+ };
53
+ get: {
54
+ readonly query: GroupManagementQuery;
55
+ readonly queryResult: {
56
+ users: ResolvedGroupIdentity[];
57
+ total: number;
58
+ };
59
+ readonly groups: ResolvedGroupIdentity[];
60
+ readonly total: number;
61
+ };
62
+ mutate: {
63
+ query: (queryValue: Partial<{
64
+ searchText: string;
65
+ groupTypeId: guid;
66
+ providerId: guid;
67
+ pageNr: number;
68
+ sortItem: SortItem[];
69
+ sortColumn: GroupSortColumn;
70
+ sortDesc: boolean;
71
+ disabled: BoolFilter;
72
+ timeValid: BoolFilter;
73
+ scope: string[];
74
+ scopeType: ScopeTypes;
75
+ }>) => void;
76
+ uiLanguage: (value: LanguageTags | ((prev: LanguageTags) => LanguageTags)) => void;
77
+ };
78
+ };
@@ -0,0 +1,101 @@
1
+ import { guid, IdentityPropertyBindingSetting, PropertyBindingSetting, UserRequestFormSetting, UserType } from "@omnia/fx-models";
2
+ import { TermSetPropertyBindingSetting } from "@omnia/fx-sp";
3
+ import { UserTypePropertyFormSettingsViewModel } from "./UserManagementHelper";
4
+ import { ExtendedPropertiesRegistrationViewModel } from "./UserManagementTempModel";
5
+ export declare const useSelfServiceStore: () => {
6
+ state: {
7
+ userType: UserType;
8
+ settings: import("@omnia/fx-models").IdentityCreationRequestSettings;
9
+ selectedSetting: UserRequestFormSetting;
10
+ propertyBindingSettings: TermSetPropertyBindingSetting | IdentityPropertyBindingSetting;
11
+ userProperties: UserTypePropertyFormSettingsViewModel[];
12
+ extendedPropertiesRegistration: ExtendedPropertiesRegistrationViewModel[];
13
+ extendedEnterprisePropBindings: any[];
14
+ };
15
+ get: {
16
+ readonly userTypes: UserType[];
17
+ readonly userPropertiesLookup: Map<string, UserTypePropertyFormSettingsViewModel>;
18
+ readonly viewUserTypes: {
19
+ displayName: string;
20
+ id: guid;
21
+ }[];
22
+ readonly viewUserProperties: {
23
+ id: guid;
24
+ displayName: string;
25
+ }[];
26
+ readonly userTypeLookup: Map<guid, UserType>;
27
+ isDefaultProperty(propertyBindingSettings: PropertyBindingSetting): boolean;
28
+ readonly isLookupProperty: boolean;
29
+ userTypeTitle(userTypeId?: guid): string;
30
+ userPropertyTitle(propertyBindingId?: guid): string;
31
+ };
32
+ actions: {
33
+ onDispatching: {
34
+ loadSettings: {
35
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
36
+ };
37
+ loadUserTypes: {
38
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
39
+ };
40
+ loadUserProperties: {
41
+ subscribe(fn: (errorMessage: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ };
43
+ saveSettings: {
44
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ };
46
+ removePropertyBindings: {
47
+ subscribe(fn: (propertyBindingId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ };
49
+ setPropertyBindingSettings: {
50
+ subscribe(fn: (propertyBinding: PropertyBindingSetting) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ };
52
+ };
53
+ onDispatched: {
54
+ loadSettings: {
55
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
56
+ };
57
+ loadUserTypes: {
58
+ subscribe(fn: (result: UserType[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ };
60
+ loadUserProperties: {
61
+ subscribe(fn: (result: void, errorMessage: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ };
63
+ saveSettings: {
64
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
+ };
66
+ removePropertyBindings: {
67
+ subscribe(fn: (result: void, propertyBindingId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
+ };
69
+ setPropertyBindingSettings: {
70
+ subscribe(fn: (result: void, propertyBinding: PropertyBindingSetting) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
+ };
72
+ };
73
+ onFailure: {
74
+ loadSettings: {
75
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
+ };
77
+ loadUserTypes: {
78
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
+ };
80
+ loadUserProperties: {
81
+ subscribe(fn: (failureReason: any, errorMessage: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ };
83
+ saveSettings: {
84
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
+ };
86
+ removePropertyBindings: {
87
+ subscribe(fn: (failureReason: any, propertyBindingId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
+ };
89
+ setPropertyBindingSettings: {
90
+ subscribe(fn: (failureReason: any, propertyBinding: PropertyBindingSetting) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
91
+ };
92
+ };
93
+ } & {
94
+ loadSettings: () => void;
95
+ loadUserTypes: () => Promise<UserType[]>;
96
+ loadUserProperties: (errorMessage: string) => Promise<void>;
97
+ saveSettings: () => Promise<void>;
98
+ removePropertyBindings: (propertyBindingId: guid) => void;
99
+ setPropertyBindingSettings: (propertyBinding: PropertyBindingSetting) => void;
100
+ };
101
+ };
@@ -0,0 +1,97 @@
1
+ import { BusinessProfile, guid, IdentityCreationRequest, IdentityProperty, IdentitySyncProvider, LanguageTags, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, ScopeTypes, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest } from "@omnia/fx-models";
2
+ import { UserDetailMode } from "./UserManagementHelper";
3
+ export interface UserDetailState {
4
+ identity: ResolvedUserIdentity;
5
+ ownerId: string;
6
+ mode: UserDetailMode;
7
+ model: UserIdentityAddRequest;
8
+ modelAuthInfo: UserAuthenticationInformation;
9
+ identityCreationRequest: IdentityCreationRequest;
10
+ onSave: (...params: any[]) => Promise<void> | void;
11
+ }
12
+ export type UserDeleteState = {
13
+ identity: UserIdentity;
14
+ };
15
+ export declare const useUserManagementStore: () => {
16
+ state: {
17
+ businessProfileId: guid;
18
+ scopeType: ScopeTypes;
19
+ providers: IdentitySyncProvider[];
20
+ profiles: BusinessProfile[];
21
+ uiLanguage: LanguageTags;
22
+ userProperties: IdentityProperty[];
23
+ userBindings: PropertyBinding<PropertyDefinition<any, any, any, import("@omnia/fx-models").PropertySetupBase>>[];
24
+ };
25
+ get: {
26
+ readonly isBusinessProfile: boolean;
27
+ readonly isTenantScope: boolean;
28
+ omniaProvider: {
29
+ id: guid;
30
+ displayName: string;
31
+ description: string;
32
+ renderSettingsComponent: any;
33
+ };
34
+ isOmniaProvider(providerId: guid): boolean;
35
+ readonly userTypes: import("@omnia/fx-models").UserType[];
36
+ readonly definedUserType: import("@omnia/fx-models").UserType[];
37
+ };
38
+ actions: {
39
+ onDispatching: {
40
+ loadUserTypes: {
41
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
42
+ };
43
+ resolveSelectedUserTypes: {
44
+ subscribe(fn: (userTypeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
45
+ };
46
+ loadUserProperties: {
47
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
48
+ };
49
+ loadProviders: {
50
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
51
+ };
52
+ loadBusinessProfiles: {
53
+ subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
54
+ };
55
+ };
56
+ onDispatched: {
57
+ loadUserTypes: {
58
+ subscribe(fn: (result: import("@omnia/fx-models").UserType[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
59
+ };
60
+ resolveSelectedUserTypes: {
61
+ subscribe(fn: (result: import("@omnia/fx-models").ResolvedUserType, userTypeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
62
+ };
63
+ loadUserProperties: {
64
+ subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
65
+ };
66
+ loadProviders: {
67
+ subscribe(fn: (result: IdentitySyncProvider[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
68
+ };
69
+ loadBusinessProfiles: {
70
+ subscribe(fn: (result: BusinessProfile[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
71
+ };
72
+ };
73
+ onFailure: {
74
+ loadUserTypes: {
75
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
76
+ };
77
+ resolveSelectedUserTypes: {
78
+ subscribe(fn: (failureReason: any, userTypeId: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
79
+ };
80
+ loadUserProperties: {
81
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
82
+ };
83
+ loadProviders: {
84
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
85
+ };
86
+ loadBusinessProfiles: {
87
+ subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
88
+ };
89
+ };
90
+ } & {
91
+ loadUserTypes: () => Promise<import("@omnia/fx-models").UserType[]>;
92
+ resolveSelectedUserTypes: (userTypeId: guid) => Promise<import("@omnia/fx-models").ResolvedUserType>;
93
+ loadUserProperties: () => Promise<void>;
94
+ loadProviders: () => Promise<IdentitySyncProvider[]>;
95
+ loadBusinessProfiles: () => Promise<BusinessProfile[]>;
96
+ };
97
+ };