@omnia/fx 8.0.214-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,51 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
+ businessProfileId?: string;
3
+ }>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
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, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $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;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
42
+ businessProfileId?: string;
43
+ }> & {
44
+ "v-slots"?: {
45
+ default?: import("vue").Slot;
46
+ } & {};
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
48
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>;
51
+ export default _default;
@@ -0,0 +1,52 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ businessProfileId?: guid;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $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;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
43
+ businessProfileId?: guid;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
52
+ export default _default;
@@ -0,0 +1,67 @@
1
+ import { GroupIdentity } from "@omnia/fx-models";
2
+ import { DefineEmit } from "@omnia/fx/ux";
3
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
4
+ "v-model:identity"?: GroupIdentity;
5
+ } & {
6
+ "onUpdate:identity"?: (value: GroupIdentity) => void;
7
+ } & {
8
+ identity?: GroupIdentity;
9
+ } & {
10
+ businessProfileId?: string;
11
+ } & DefineEmit<"save", () => void>>) => {
12
+ $: import("vue").ComponentInternalInstance;
13
+ $data: {};
14
+ $props: {};
15
+ $attrs: {
16
+ [x: string]: unknown;
17
+ };
18
+ $refs: {
19
+ [x: string]: unknown;
20
+ };
21
+ $slots: Readonly<{
22
+ [name: string]: import("vue").Slot<any>;
23
+ }>;
24
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
25
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
26
+ $emit: (event: string, ...args: any[]) => void;
27
+ $el: any;
28
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
29
+ beforeCreate?: (() => void) | (() => void)[];
30
+ created?: (() => void) | (() => void)[];
31
+ beforeMount?: (() => void) | (() => void)[];
32
+ mounted?: (() => void) | (() => void)[];
33
+ beforeUpdate?: (() => void) | (() => void)[];
34
+ updated?: (() => void) | (() => void)[];
35
+ activated?: (() => void) | (() => void)[];
36
+ deactivated?: (() => void) | (() => void)[];
37
+ beforeDestroy?: (() => void) | (() => void)[];
38
+ beforeUnmount?: (() => void) | (() => void)[];
39
+ destroyed?: (() => void) | (() => void)[];
40
+ unmounted?: (() => void) | (() => void)[];
41
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
42
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
43
+ 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)[];
44
+ };
45
+ $forceUpdate: () => void;
46
+ $nextTick: typeof import("vue").nextTick;
47
+ $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;
48
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
49
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
50
+ "v-model:identity"?: GroupIdentity;
51
+ } & {
52
+ "onUpdate:identity"?: (value: GroupIdentity) => void;
53
+ } & {
54
+ identity?: GroupIdentity;
55
+ } & {
56
+ businessProfileId?: string;
57
+ } & DefineEmit<"save", () => void>> & {
58
+ "v-slots"?: {
59
+ default?: import("vue").Slot;
60
+ } & {};
61
+ } & {
62
+ onSave?: () => any;
63
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "identity" | "businessProfileId" | "v-model:identity" | "onUpdate:identity">;
64
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
65
+ [key: string]: any;
66
+ }>;
67
+ export default _default;
@@ -0,0 +1,52 @@
1
+ import { guid } from "@omnia/fx-models";
2
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ businessProfileId?: guid;
4
+ }>) => {
5
+ $: import("vue").ComponentInternalInstance;
6
+ $data: {};
7
+ $props: {};
8
+ $attrs: {
9
+ [x: string]: unknown;
10
+ };
11
+ $refs: {
12
+ [x: string]: unknown;
13
+ };
14
+ $slots: Readonly<{
15
+ [name: string]: import("vue").Slot<any>;
16
+ }>;
17
+ $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
18
+ $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
19
+ $emit: (event: string, ...args: any[]) => void;
20
+ $el: any;
21
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
22
+ beforeCreate?: (() => void) | (() => void)[];
23
+ created?: (() => void) | (() => void)[];
24
+ beforeMount?: (() => void) | (() => void)[];
25
+ mounted?: (() => void) | (() => void)[];
26
+ beforeUpdate?: (() => void) | (() => void)[];
27
+ updated?: (() => void) | (() => void)[];
28
+ activated?: (() => void) | (() => void)[];
29
+ deactivated?: (() => void) | (() => void)[];
30
+ beforeDestroy?: (() => void) | (() => void)[];
31
+ beforeUnmount?: (() => void) | (() => void)[];
32
+ destroyed?: (() => void) | (() => void)[];
33
+ unmounted?: (() => void) | (() => void)[];
34
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
35
+ renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
36
+ 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)[];
37
+ };
38
+ $forceUpdate: () => void;
39
+ $nextTick: typeof import("vue").nextTick;
40
+ $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;
41
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
42
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
43
+ businessProfileId?: guid;
44
+ }> & {
45
+ "v-slots"?: {
46
+ default?: import("vue").Slot;
47
+ } & {};
48
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
49
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
50
+ [key: string]: any;
51
+ }>;
52
+ export default _default;
@@ -0,0 +1,2 @@
1
+ export * from "./loc/localize";
2
+ export * from "./shared";
@@ -0,0 +1,341 @@
1
+ export declare namespace UserManagementLocalization {
2
+ const namespace = "Omnia.Admin.UserManagement";
3
+ interface locInterface {
4
+ Title: string;
5
+ Users: {
6
+ Title: string;
7
+ UserType: string;
8
+ Provider: string;
9
+ Owner: string;
10
+ Scope: string;
11
+ ScopeType: string;
12
+ Name: string;
13
+ UserName: string;
14
+ Identity: string;
15
+ Contact: string;
16
+ Properties: string;
17
+ AddUser: string;
18
+ EditUser: string;
19
+ DeleteUser: string;
20
+ DeleteUserConfirmation: string;
21
+ Authentication: string;
22
+ Password: string;
23
+ Status: string;
24
+ TimeLimited: string;
25
+ Active: string;
26
+ Notactive: string;
27
+ Enabled: string;
28
+ Disabled: string;
29
+ ErrorStartDateBiggerThanEndDate: string;
30
+ ErrorEmptyValueWhenAccountIsTimeLimited: string;
31
+ FirstLoginTime: string;
32
+ LastLoginTime: string;
33
+ NotYetLoggedIn: string;
34
+ ChangeScope: {
35
+ Button: string;
36
+ Tenant: string;
37
+ BusinessProfile: string;
38
+ Group: string;
39
+ };
40
+ AuthenticationInfo: {
41
+ Label: string;
42
+ AuthEmail: string;
43
+ AuthMobile: string;
44
+ };
45
+ AccountReset: {
46
+ ResetButton: string;
47
+ DialogTitle: string;
48
+ ConfirmMessage: string;
49
+ ResetLinkMessage: string;
50
+ SendResetLinkMessage: string;
51
+ SendResetLinkError: string;
52
+ };
53
+ DisableAccount: {
54
+ DisableButton: string;
55
+ DialogTitle: string;
56
+ ConfirmMessage: string;
57
+ SendInformEmail: string;
58
+ DisableAccountMessage: string;
59
+ };
60
+ EnableAccount: {
61
+ EnableButton: string;
62
+ DialogTitle: string;
63
+ ConfirmMessage: string;
64
+ SendInformEmail: string;
65
+ EnableAccountMessage: string;
66
+ };
67
+ TimeLimitedAccount: {
68
+ Label: string;
69
+ StartDate: string;
70
+ EndDate: string;
71
+ };
72
+ PendingApproval: string;
73
+ ApproveAccountTitle: string;
74
+ ErrorUsernameInUse: string;
75
+ ErrorSendingOnboardingEmail: string;
76
+ SendOnboardingLinkByEmailToUser: string;
77
+ OnboardingLinkTitle: string;
78
+ OnboardingLinkMessage: string;
79
+ Copy: string;
80
+ Copied: string;
81
+ AllActive: string;
82
+ AllDeleted: string;
83
+ Restore: string;
84
+ CannotRestore: string;
85
+ PermanentlyPurge: string;
86
+ PermanentlyPurgeConfirmation: string;
87
+ PermanentlyPurgeSelectedConfirmation: string;
88
+ RestoreDeleteConfirmation: string;
89
+ RestoreDeleteSelectedWithNonOmniaConfirmation: string;
90
+ ImportUsers: {
91
+ Title: string;
92
+ Steps: {
93
+ ConfigSettingsForTemplateFile: string;
94
+ DownloadTemplateFile: string;
95
+ EditFile: string;
96
+ UploadFile: string;
97
+ };
98
+ Scenarios: {
99
+ Title: string;
100
+ SendOnboardingLink: string;
101
+ WithoutSendOnboardingLink: string;
102
+ SendOnboardingLinkToUsersWithoutPassword: string;
103
+ };
104
+ DownloadTemplate: string;
105
+ Submit: string;
106
+ Line: string;
107
+ FileUploadSuccessfully: string;
108
+ SubmitFail: string;
109
+ };
110
+ };
111
+ Groups: {
112
+ Title: string;
113
+ Name: string;
114
+ GroupType: string;
115
+ Owner: string;
116
+ AddGroup: string;
117
+ EditGroup: string;
118
+ DeleteGroup: string;
119
+ DeleteGroupConfirmation: string;
120
+ Members: string;
121
+ RemoveUser: string;
122
+ RemoveGroup: string;
123
+ Filter: string;
124
+ AllActive: string;
125
+ AllDeleted: string;
126
+ Restore: string;
127
+ PermanentlyPurge: string;
128
+ PermanentlyPurgeConfirmation: string;
129
+ PermanentlyPurgeSelectedConfirmation: string;
130
+ RestoreDeleteConfirmation: string;
131
+ RestoreDeleteSelectedWithNonOmniaConfirmation: string;
132
+ ErrorDisplaynameInUse: string;
133
+ GroupInformation: string;
134
+ };
135
+ DynamicGroups: {
136
+ Title: string;
137
+ DeleteDynamicGroup: string;
138
+ DeleteDynamicGroupConfirmation: string;
139
+ NewDynamicGroup: string;
140
+ EditDynamicGroup: string;
141
+ Name: string;
142
+ Description: string;
143
+ Icon: string;
144
+ UserTypes: string;
145
+ ExternalIdentityMapping: string;
146
+ ExternalIdentityMappings: {
147
+ None: string;
148
+ };
149
+ AllActive: string;
150
+ AllDeleted: string;
151
+ Restore: string;
152
+ PermanentlyDelete: string;
153
+ PermanentlyDeleteConfirmation: string;
154
+ NoDeletedGroups: string;
155
+ NoGroups: string;
156
+ };
157
+ UserTypes: {
158
+ Title: string;
159
+ CreateUserType: string;
160
+ EditUserType: string;
161
+ Edit: string;
162
+ EditLayout: string;
163
+ Delete: string;
164
+ DeleteTypeTitle: string;
165
+ DeleteTypeConfirmation: string;
166
+ ErrorMessageUserTypeInUse: string;
167
+ Tabs: {
168
+ General: string;
169
+ Properties: string;
170
+ Authentication: string;
171
+ };
172
+ FormProperties: {
173
+ Request: string;
174
+ New: string;
175
+ Edit: string;
176
+ };
177
+ };
178
+ UserProperties: {
179
+ Title: string;
180
+ UsersPropertiesDescription: string;
181
+ UsersPropertiesGDPR: string;
182
+ Property: string;
183
+ InternalName: string;
184
+ AddProperty: string;
185
+ EditProperty: string;
186
+ BuiltInPropertyDescription: string;
187
+ DeleteProperty: string;
188
+ DeletePropertyConfirmation: string;
189
+ PropertyType: string;
190
+ Restore: string;
191
+ RestoreConfirmation: string;
192
+ Terminate: string;
193
+ TerminateEnterprisePropertyConfirmation: string;
194
+ ErrorMessage: string;
195
+ BuiltInPropLabels: {
196
+ Username: string;
197
+ DisplayName: string;
198
+ UserIcon: string;
199
+ Email: string;
200
+ PreferredLanguage: string;
201
+ UILanguage: string;
202
+ };
203
+ PrivacySettings: {
204
+ Title: string;
205
+ Private: string;
206
+ Public: string;
207
+ };
208
+ };
209
+ Synchronization: {
210
+ Title: string;
211
+ LastRun: string;
212
+ TimeToComplete: string;
213
+ Settings: string;
214
+ RunFullSync: {
215
+ StartButton: string;
216
+ ConfirmTitle: string;
217
+ ConfirmMessage: string;
218
+ };
219
+ RunFullUserSync: {
220
+ StartButton: string;
221
+ ConfirmTitle: string;
222
+ ConfirmMessage: string;
223
+ };
224
+ Logs: string;
225
+ UserProperty: string;
226
+ Started: string;
227
+ Ended: string;
228
+ Status: {
229
+ Title: string;
230
+ Idle: string;
231
+ Running: string;
232
+ Paused: string;
233
+ Cancelled: string;
234
+ Error: string;
235
+ Success: string;
236
+ NoChange: string;
237
+ };
238
+ NextScheduledRun: string;
239
+ FullSyncScheduled: string;
240
+ New7FullUserSyncScheduled: string;
241
+ };
242
+ LoginLog: {
243
+ Title: string;
244
+ Time: string;
245
+ Name: string;
246
+ Application: string;
247
+ Status: string;
248
+ IPAddress: string;
249
+ Location: string;
250
+ AuthMethod: string;
251
+ URL: string;
252
+ Date: string;
253
+ LastWeek: string;
254
+ LastDay: string;
255
+ Password: string;
256
+ OTP: string;
257
+ MagicLink: string;
258
+ User: string;
259
+ StatusFilter: {
260
+ Success: string;
261
+ Failed: string;
262
+ };
263
+ };
264
+ Authentication: {
265
+ Title: string;
266
+ AvailableAuthenticationMethods: string;
267
+ ExternalProviders: string;
268
+ Onboarding: string;
269
+ BuiltIn: string;
270
+ Password: string;
271
+ OneTimePassword: string;
272
+ MagicLink: string;
273
+ MaximumNumberOfRetries: string;
274
+ MagicLinkExpiry: string;
275
+ AzureAD: string;
276
+ TwoFactorAuthentication: string;
277
+ SharepointAddIn: string;
278
+ OnboardingUrl: string;
279
+ RefreshTokenExpiration: string;
280
+ RefreshTokenExpiry: string;
281
+ InvalidateAllUserTokens: string;
282
+ InvalidateAllUserTokensMessage: string;
283
+ ErrorInvalidateAllUserTokens: string;
284
+ ForceUserChangePassword: string;
285
+ };
286
+ BusinessProfile: {
287
+ DefaultLoginScreen: string;
288
+ AnonymousAccess: string;
289
+ AuthenticationScreens: {
290
+ Title: string;
291
+ Authentication: string;
292
+ ScreenSettings: string;
293
+ LoginScreen: string;
294
+ RequestAccount: string;
295
+ SetupAccount: string;
296
+ LogoutConfirmation: string;
297
+ Settings: string;
298
+ Layouts: string;
299
+ CreateLayout: string;
300
+ };
301
+ AnonymousType: {
302
+ Disabled: string;
303
+ WorkspaceHome: string;
304
+ SpecificApp: string;
305
+ };
306
+ AnonymousAppSelection: string;
307
+ RequiredField: string;
308
+ };
309
+ ValidationMessages: {
310
+ RequiredMessage: string;
311
+ };
312
+ AuthenticationScreens: {
313
+ Title: string;
314
+ };
315
+ IdentityCreationRequest: {
316
+ Title: string;
317
+ AllowSelfServiceAccountCreation: string;
318
+ Notify: string;
319
+ RequireApproval: string;
320
+ EmptyUserTypeError: string;
321
+ EnableCaptchaVerification: string;
322
+ UserTypeRequest: {
323
+ RequestFormProperties: string;
324
+ IsDeleted: string;
325
+ };
326
+ PropertySetting: {
327
+ MultiValue: string;
328
+ };
329
+ };
330
+ Default: {
331
+ Tenant: string;
332
+ BusinessProfile: string;
333
+ };
334
+ OmniaSearchUserSync: {
335
+ ReindexLog: {
336
+ Title: string;
337
+ Description: string;
338
+ };
339
+ };
340
+ }
341
+ }
@@ -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,51 @@
1
+ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
2
+ businessProfileId: string;
3
+ }>) => {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {};
7
+ $attrs: {
8
+ [x: string]: unknown;
9
+ };
10
+ $refs: {
11
+ [x: string]: unknown;
12
+ };
13
+ $slots: Readonly<{
14
+ [name: string]: import("vue").Slot<any>;
15
+ }>;
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, {}>, {}, {}>;
18
+ $emit: (event: string, ...args: any[]) => void;
19
+ $el: any;
20
+ $options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
21
+ beforeCreate?: (() => void) | (() => void)[];
22
+ created?: (() => void) | (() => void)[];
23
+ beforeMount?: (() => void) | (() => void)[];
24
+ mounted?: (() => void) | (() => void)[];
25
+ beforeUpdate?: (() => void) | (() => void)[];
26
+ updated?: (() => void) | (() => void)[];
27
+ activated?: (() => void) | (() => void)[];
28
+ deactivated?: (() => void) | (() => void)[];
29
+ beforeDestroy?: (() => void) | (() => void)[];
30
+ beforeUnmount?: (() => void) | (() => void)[];
31
+ destroyed?: (() => void) | (() => void)[];
32
+ unmounted?: (() => void) | (() => void)[];
33
+ renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
34
+ 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)[];
36
+ };
37
+ $forceUpdate: () => void;
38
+ $nextTick: typeof import("vue").nextTick;
39
+ $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;
40
+ } & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
41
+ propsDefinition: import("@omnia/fx/ux").ExtractProps<{
42
+ businessProfileId: string;
43
+ }> & {
44
+ "v-slots"?: {
45
+ default?: import("vue").Slot;
46
+ } & {};
47
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "businessProfileId">;
48
+ } & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>;
51
+ export default _default;