@omnia/fx 8.0.214-dev → 8.0.216-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/apis/BusinessProfileApi.d.ts +1 -0
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.admin.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.libs.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +58 -1
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/UserManagementRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfileHelper.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/BusinessProfilesConstants.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/loc/localize.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +82 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/SettingsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/IBusinessProfileSettingsJourney.d.ts +34 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageDetail.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Shareds.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +47 -38
- package/internal-do-not-import-from-here/ux/admin/dalle/SecretRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/dalle/components/DallESecret.d.ts +100 -0
- package/internal-do-not-import-from-here/ux/admin/dalle/loc/localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/admin/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/mediaflow/MediaflowProviderSecretsRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/mediaflow/components/MediaflowProviderSecrets.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/admin/mediaflow/loc/localize.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/apis/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/InternalConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/blades/MenuBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/loc/permissionLocalize.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/registrations/Registration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/InternalConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/TenantAdministratorPermissionJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/blades/MenuBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +69 -0
- package/internal-do-not-import-from-here/ux/admin/recaptcha/SecretRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/recaptcha/loc/localize.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/BusinessProfileSecretsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/IBusinessProfileSecretsJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourney.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourneyConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/TenantSecretsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormBlade.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormListBlade.d.ts +59 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/loc/localize.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourney.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyAppInstance.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyConstants.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyProfile.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyTenant.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/security/IAdminJourney.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/admin/security/blades/MenuBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/security/loc/localize.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/security/models/BladeProps.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/security/models/Enums.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/security/models/SubMenuItem.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/security/models/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +35 -0
- package/internal-do-not-import-from-here/ux/admin/settings/AdminRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/ITenantAdminSettingsJourney.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminLocalize.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsConstants.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPicker.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPickerConstants.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPickerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatios.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosListing.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsListing.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts +40 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +83 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantSettingsRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/loc/localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/Shareds.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegionalConstants.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegionalRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/DateTimeSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageDetail.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageHomeBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageSettings.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/loc/localize.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourneyConstants.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/blades/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +103 -41
- package/internal-do-not-import-from-here/ux/admin/systemlayout/SystemLayoutJourney.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/loc/localize.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/models/BladeIds.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/models/HttpCodeLayoutItem.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/registration/AdminRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +174 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/textcompletion/SecretRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletion.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/admin/textcompletion/components/TextCompletionConstants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/textcompletion/loc/localize.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/BusinessProfileUserManagementJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/UserManagementJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthentication.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationFactory.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +49 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/AppDefinitionType.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/models/LoginProvidersFactory.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +61 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupListingBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +342 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/Chrome.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/AuthenticationScreenLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/SelfServiceJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +78 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +101 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +133 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts +310 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementStyles.css.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementTempModel.d.ts +56 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +151 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/index.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +59 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/UserJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/AuthenticationBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/Journey.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/Journey.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DefaultBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/Journey.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/OmniaAuthSettingsManager.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +67 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeJourney.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeListingBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/core/Constants.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/models/UserTypeJourneySharedState.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +31 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +281 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +36 -21
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +105 -539
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/oxide/column/{Column.css.d.ts → Column.stylex.d.ts} +6 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/{Row.css.d.ts → Row.stylex.d.ts} +6 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +8 -10
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +48 -35
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +48 -35
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +43 -403
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +120 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +22 -9
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/velcron/registrations/CategoryRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +10 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +646 -4
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/oxide/flex/{Flex2.d.ts → Flex.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts
ADDED
@@ -0,0 +1,133 @@
|
|
1
|
+
import { guid } from "@omnia/fx-models";
|
2
|
+
export declare const UserManagementBladeIds: {
|
3
|
+
home: guid;
|
4
|
+
users: {
|
5
|
+
default: guid;
|
6
|
+
detail: guid;
|
7
|
+
authentication: guid;
|
8
|
+
bulkImport: guid;
|
9
|
+
};
|
10
|
+
groups: {
|
11
|
+
listing: guid;
|
12
|
+
detail: guid;
|
13
|
+
groupUserDetail: guid;
|
14
|
+
};
|
15
|
+
dynamicgroups: {
|
16
|
+
listing: guid;
|
17
|
+
detail: guid;
|
18
|
+
};
|
19
|
+
usertypes: {
|
20
|
+
listing: guid;
|
21
|
+
layoutbuilder: guid;
|
22
|
+
detail: guid;
|
23
|
+
};
|
24
|
+
userproperties: {
|
25
|
+
listing: guid;
|
26
|
+
detail: guid;
|
27
|
+
};
|
28
|
+
synchronization: {
|
29
|
+
listing: guid;
|
30
|
+
settings: guid;
|
31
|
+
logs: guid;
|
32
|
+
omniaSearchUserLogs: string;
|
33
|
+
};
|
34
|
+
authentication: {
|
35
|
+
settings: guid;
|
36
|
+
};
|
37
|
+
LoginLog: {
|
38
|
+
listing: guid;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
export declare const BusinessProfileUserManagementBladeIds: {
|
42
|
+
home: guid;
|
43
|
+
users: {
|
44
|
+
listing: guid;
|
45
|
+
detail: guid;
|
46
|
+
authentication: guid;
|
47
|
+
bulkImport: guid;
|
48
|
+
};
|
49
|
+
groups: {
|
50
|
+
listing: guid;
|
51
|
+
detail: guid;
|
52
|
+
groupUserDetail: guid;
|
53
|
+
};
|
54
|
+
authentication: guid;
|
55
|
+
loginscreen: guid;
|
56
|
+
selfService: {
|
57
|
+
default: guid;
|
58
|
+
detail: guid;
|
59
|
+
edit: guid;
|
60
|
+
};
|
61
|
+
};
|
62
|
+
export declare const UserManagementDestinations: {
|
63
|
+
home: guid[];
|
64
|
+
users: {
|
65
|
+
listing: guid[];
|
66
|
+
detail: guid[];
|
67
|
+
authentication: guid[];
|
68
|
+
bulkImport: guid[];
|
69
|
+
};
|
70
|
+
groups: {
|
71
|
+
listing: guid[];
|
72
|
+
detail: guid[];
|
73
|
+
groupUserDetail: guid[];
|
74
|
+
};
|
75
|
+
dynamicgroups: {
|
76
|
+
listing: guid[];
|
77
|
+
detail: guid[];
|
78
|
+
};
|
79
|
+
usertypes: {
|
80
|
+
listing: guid[];
|
81
|
+
layoutbuilder: guid[];
|
82
|
+
detail: guid[];
|
83
|
+
};
|
84
|
+
userproperties: {
|
85
|
+
listing: guid[];
|
86
|
+
detail: guid[];
|
87
|
+
};
|
88
|
+
synchronization: {
|
89
|
+
listing: guid[];
|
90
|
+
settings: guid[];
|
91
|
+
logs: guid[];
|
92
|
+
omniaSearchUserLogs: string[];
|
93
|
+
};
|
94
|
+
authentication: {
|
95
|
+
settings: guid[];
|
96
|
+
};
|
97
|
+
loginlog: {
|
98
|
+
listing: guid[];
|
99
|
+
};
|
100
|
+
};
|
101
|
+
export declare const BusinessProfileUserManagementDestinations: {
|
102
|
+
home: guid[];
|
103
|
+
users: {
|
104
|
+
listing: guid[];
|
105
|
+
detail: guid[];
|
106
|
+
authentication: guid[];
|
107
|
+
bulkImport: guid[];
|
108
|
+
};
|
109
|
+
groups: {
|
110
|
+
listing: guid[];
|
111
|
+
detail: guid[];
|
112
|
+
groupUserDetail: guid[];
|
113
|
+
};
|
114
|
+
authentication: guid[];
|
115
|
+
loginscreen: guid[];
|
116
|
+
identityCreationRequest: {
|
117
|
+
settings: guid[];
|
118
|
+
userTypeRequestDetail: guid[];
|
119
|
+
userTypeRequestPropertyEdit: guid[];
|
120
|
+
};
|
121
|
+
};
|
122
|
+
export declare const UserManagementConstants: {
|
123
|
+
TenantUserManagementNodeKey: string;
|
124
|
+
BusinessProfileUserManagementNodeKey: string;
|
125
|
+
UserDataSynchronizationProvider: {
|
126
|
+
UserAndGroupMembership: string;
|
127
|
+
UserDetails: string;
|
128
|
+
};
|
129
|
+
SynchronizationProvider: {
|
130
|
+
MicrosoftGraph: string;
|
131
|
+
SharepointUserProfiles: string;
|
132
|
+
};
|
133
|
+
};
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementHelper.d.ts
ADDED
@@ -0,0 +1,310 @@
|
|
1
|
+
import { EmailPropertyDefinition, EnterprisePropertyViewModel, guid, IdentityProperty, ImagePropertyDefinition, LanguagePropertyDefinition, PropertyBinding, TextPropertyDefinition } from "@omnia/fx-models";
|
2
|
+
import { UserProfileInfoType, UserProfileProperty, UserProfileSection, UserType } from "./UserManagementTempModel";
|
3
|
+
export type PropertyViewModel = {
|
4
|
+
identityProperty: IdentityProperty;
|
5
|
+
title: string;
|
6
|
+
allowToDelete: boolean;
|
7
|
+
allowToEdit: boolean;
|
8
|
+
isDeleting?: boolean;
|
9
|
+
errorMessage?: string;
|
10
|
+
isDeleted?: boolean;
|
11
|
+
};
|
12
|
+
export type UserTypePropertyFormSettingsViewModel = {
|
13
|
+
title: string;
|
14
|
+
identityProperty: IdentityProperty;
|
15
|
+
errorMessage?: string;
|
16
|
+
};
|
17
|
+
export declare enum UserDetailMode {
|
18
|
+
CreationRequest = 0,
|
19
|
+
User = 1
|
20
|
+
}
|
21
|
+
export interface IUserPropertiesBladeProps {
|
22
|
+
}
|
23
|
+
export declare class UserManagementHelper {
|
24
|
+
static SmoothingUserProfileProperties(userProfileProperties: Array<UserProfileSection>): Array<UserProfileSection & UserProfileProperty>;
|
25
|
+
static ChewUserProfileProperties(userProfileProperties: Array<UserProfileSection & UserProfileProperty>): Array<UserProfileSection>;
|
26
|
+
static GetType(item: any): UserProfileInfoType;
|
27
|
+
static transformUserPropertyModel(title: string, internalName?: string, builtIn?: boolean, id?: guid): EnterprisePropertyViewModel;
|
28
|
+
static transformUserTypeModel(title: string, builtIn?: boolean): UserType;
|
29
|
+
static mockUserProperyData(): Array<EnterprisePropertyViewModel>;
|
30
|
+
static mockUserTypeData(): Array<UserType>;
|
31
|
+
static builtInPropertyBindings: {
|
32
|
+
user: {
|
33
|
+
displayName: PropertyBinding<TextPropertyDefinition>;
|
34
|
+
username: PropertyBinding<TextPropertyDefinition>;
|
35
|
+
image: PropertyBinding<ImagePropertyDefinition>;
|
36
|
+
email: PropertyBinding<EmailPropertyDefinition>;
|
37
|
+
preferredLanguage: PropertyBinding<LanguagePropertyDefinition>;
|
38
|
+
uiLanguage: PropertyBinding<LanguagePropertyDefinition>;
|
39
|
+
};
|
40
|
+
};
|
41
|
+
static getBuiltinProperties(identityProperties: Array<IdentityProperty>): PropertyViewModel[];
|
42
|
+
static useUserPropertyStore(props: IUserPropertiesBladeProps): {
|
43
|
+
state: {
|
44
|
+
items: {
|
45
|
+
isDeleting: boolean;
|
46
|
+
definitionTitle: string;
|
47
|
+
id: guid;
|
48
|
+
internalName: string;
|
49
|
+
title: {
|
50
|
+
isMultilingualString: true;
|
51
|
+
"ar-sa"?: string;
|
52
|
+
"bg-bg"?: string;
|
53
|
+
"ca-es"?: string;
|
54
|
+
"zh-tw"?: string;
|
55
|
+
"cs-cz"?: string;
|
56
|
+
"da-dk"?: string;
|
57
|
+
"de-de"?: string;
|
58
|
+
"el-gr"?: string;
|
59
|
+
"en-us"?: string;
|
60
|
+
"fi-fi"?: string;
|
61
|
+
"fr-fr"?: string;
|
62
|
+
"he-il"?: string;
|
63
|
+
"hu-hu"?: string;
|
64
|
+
"is-is"?: string;
|
65
|
+
"it-it"?: string;
|
66
|
+
"ja-jp"?: string;
|
67
|
+
"ko-kr"?: string;
|
68
|
+
"nl-nl"?: string;
|
69
|
+
"nb-no"?: string;
|
70
|
+
"pl-pl"?: string;
|
71
|
+
"pt-br"?: string;
|
72
|
+
"ro-ro"?: string;
|
73
|
+
"ru-ru"?: string;
|
74
|
+
"hr-hr"?: string;
|
75
|
+
"sk-sk"?: string;
|
76
|
+
"sq-al"?: string;
|
77
|
+
"sv-se"?: string;
|
78
|
+
"th-th"?: string;
|
79
|
+
"tr-tr"?: string;
|
80
|
+
"ur-pk"?: string;
|
81
|
+
"id-id"?: string;
|
82
|
+
"uk-ua"?: string;
|
83
|
+
"be-by"?: string;
|
84
|
+
"sl-si"?: string;
|
85
|
+
"et-ee"?: string;
|
86
|
+
"lv-lv"?: string;
|
87
|
+
"lt-lt"?: string;
|
88
|
+
"fa-ir"?: string;
|
89
|
+
"vi-vn"?: string;
|
90
|
+
"hy-am"?: string;
|
91
|
+
"eu-es"?: string;
|
92
|
+
"mk-mk"?: string;
|
93
|
+
"af-za"?: string;
|
94
|
+
"ka-ge"?: string;
|
95
|
+
"fo-fo"?: string;
|
96
|
+
"hi-in"?: string;
|
97
|
+
"ms-my"?: string;
|
98
|
+
"kk-kz"?: string;
|
99
|
+
"ky-kg"?: string;
|
100
|
+
"sw-ke"?: string;
|
101
|
+
"tt-ru"?: string;
|
102
|
+
"pa-in"?: string;
|
103
|
+
"gu-in"?: string;
|
104
|
+
"ta-in"?: string;
|
105
|
+
"te-in"?: string;
|
106
|
+
"kn-in"?: string;
|
107
|
+
"mr-in"?: string;
|
108
|
+
"sa-in"?: string;
|
109
|
+
"mn-mn"?: string;
|
110
|
+
"gl-es"?: string;
|
111
|
+
"dv-mv"?: string;
|
112
|
+
"ar-iq"?: string;
|
113
|
+
"zh-cn"?: string;
|
114
|
+
"de-ch"?: string;
|
115
|
+
"en-gb"?: string;
|
116
|
+
"es-mx"?: string;
|
117
|
+
"fr-be"?: string;
|
118
|
+
"it-ch"?: string;
|
119
|
+
"nl-be"?: string;
|
120
|
+
"nn-no"?: string;
|
121
|
+
"pt-pt"?: string;
|
122
|
+
"sv-fi"?: string;
|
123
|
+
"ms-bn"?: string;
|
124
|
+
"ar-eg"?: string;
|
125
|
+
"zh-hk"?: string;
|
126
|
+
"de-at"?: string;
|
127
|
+
"en-au"?: string;
|
128
|
+
"en-es"?: string;
|
129
|
+
"fr-ca"?: string;
|
130
|
+
"ar-ly"?: string;
|
131
|
+
"zh-sg"?: string;
|
132
|
+
"de-lu"?: string;
|
133
|
+
"en-ca"?: string;
|
134
|
+
"es-gt"?: string;
|
135
|
+
"fr-ch"?: string;
|
136
|
+
"ar-dz"?: string;
|
137
|
+
"zh-mo"?: string;
|
138
|
+
"de-li"?: string;
|
139
|
+
"en-nz"?: string;
|
140
|
+
"es-cr"?: string;
|
141
|
+
"fr-lu"?: string;
|
142
|
+
"ar-ma"?: string;
|
143
|
+
"en-ie"?: string;
|
144
|
+
"es-pa"?: string;
|
145
|
+
"fr-mc"?: string;
|
146
|
+
"ar-tn"?: string;
|
147
|
+
"en-za"?: string;
|
148
|
+
"es-do"?: string;
|
149
|
+
"ar-om"?: string;
|
150
|
+
"en-jm"?: string;
|
151
|
+
"es-ve"?: string;
|
152
|
+
"ar-ye"?: string;
|
153
|
+
"es-co"?: string;
|
154
|
+
"ar-sy"?: string;
|
155
|
+
"en-bz"?: string;
|
156
|
+
"es-pe"?: string;
|
157
|
+
"ar-jo"?: string;
|
158
|
+
"en-tt"?: string;
|
159
|
+
"es-ar"?: string;
|
160
|
+
"ar-lb"?: string;
|
161
|
+
"en-zw"?: string;
|
162
|
+
"es-ec"?: string;
|
163
|
+
"ar-kw"?: string;
|
164
|
+
"en-ph"?: string;
|
165
|
+
"es-cl"?: string;
|
166
|
+
"ar-ae"?: string;
|
167
|
+
"es-uy"?: string;
|
168
|
+
"ar-bh"?: string;
|
169
|
+
"es-py"?: string;
|
170
|
+
"ar-qa"?: string;
|
171
|
+
"es-bo"?: string;
|
172
|
+
"es-sv"?: string;
|
173
|
+
"es-hn"?: string;
|
174
|
+
"es-pr"?: string;
|
175
|
+
"zu-za"?: string;
|
176
|
+
"xh-za"?: string;
|
177
|
+
"fy-nl"?: string;
|
178
|
+
"tn-za"?: string;
|
179
|
+
"se-se"?: string;
|
180
|
+
"se-fi"?: string;
|
181
|
+
"cy-gb"?: string;
|
182
|
+
"hr-ba"?: string;
|
183
|
+
"mi-nz"?: string;
|
184
|
+
"ga-ie"?: string;
|
185
|
+
"rm-ch"?: string;
|
186
|
+
"lb-lu"?: string;
|
187
|
+
"ns-za"?: string;
|
188
|
+
"se-no"?: string;
|
189
|
+
"mt-mt"?: string;
|
190
|
+
};
|
191
|
+
enterprisePropertyDataTypeId: guid;
|
192
|
+
settings: import("@omnia/fx-models").EnterprisePropertySettings;
|
193
|
+
spSearchable: boolean;
|
194
|
+
msSearchable?: boolean;
|
195
|
+
builtIn: boolean;
|
196
|
+
managedPropertySettings?: {
|
197
|
+
managedProperty: string;
|
198
|
+
retrievableManagedProperty?: string;
|
199
|
+
refinableManagedProeprty?: string;
|
200
|
+
queryableManagedProperty?: string;
|
201
|
+
sortableManagedProperty?: string;
|
202
|
+
retrievable: boolean;
|
203
|
+
refinable: boolean;
|
204
|
+
queryable: boolean;
|
205
|
+
sortable: boolean;
|
206
|
+
};
|
207
|
+
msSearchPropertySettings?: {
|
208
|
+
managedProperty: string;
|
209
|
+
retrievableManagedProperty?: string;
|
210
|
+
refinableManagedProeprty?: string;
|
211
|
+
queryableManagedProperty?: string;
|
212
|
+
sortableManagedProperty?: string;
|
213
|
+
retrievable: boolean;
|
214
|
+
refinable: boolean;
|
215
|
+
queryable: boolean;
|
216
|
+
sortable: boolean;
|
217
|
+
};
|
218
|
+
enterprisePropertyDataType: {
|
219
|
+
id: guid;
|
220
|
+
title: string;
|
221
|
+
uiOptions: {
|
222
|
+
settingsElementName?: string;
|
223
|
+
editModeElementName: string;
|
224
|
+
displayModeElementName?: string;
|
225
|
+
valueDefinitionElementName?: string;
|
226
|
+
};
|
227
|
+
valuePropertyPaths: string[];
|
228
|
+
indexedType: import("@omnia/fx-models").PropertyIndexedType;
|
229
|
+
omniaSearchable: boolean;
|
230
|
+
spSearchable: boolean;
|
231
|
+
msSearchable?: boolean;
|
232
|
+
};
|
233
|
+
enterprisePropertyCategoryId?: guid;
|
234
|
+
multilingualTitle: string;
|
235
|
+
uniqueMultilingualTitle: string;
|
236
|
+
deletedAt?: {
|
237
|
+
toString: () => string;
|
238
|
+
toDateString: () => string;
|
239
|
+
toTimeString: () => string;
|
240
|
+
toLocaleString: {
|
241
|
+
(): string;
|
242
|
+
(locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
243
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions): string;
|
244
|
+
};
|
245
|
+
toLocaleDateString: {
|
246
|
+
(): string;
|
247
|
+
(locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
248
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions): string;
|
249
|
+
};
|
250
|
+
toLocaleTimeString: {
|
251
|
+
(): string;
|
252
|
+
(locales?: string | string[], options?: Intl.DateTimeFormatOptions): string;
|
253
|
+
(locales?: Intl.LocalesArgument, options?: Intl.DateTimeFormatOptions): string;
|
254
|
+
};
|
255
|
+
valueOf: () => number;
|
256
|
+
getTime: () => number;
|
257
|
+
getFullYear: () => number;
|
258
|
+
getUTCFullYear: () => number;
|
259
|
+
getMonth: () => number;
|
260
|
+
getUTCMonth: () => number;
|
261
|
+
getDate: () => number;
|
262
|
+
getUTCDate: () => number;
|
263
|
+
getDay: () => number;
|
264
|
+
getUTCDay: () => number;
|
265
|
+
getHours: () => number;
|
266
|
+
getUTCHours: () => number;
|
267
|
+
getMinutes: () => number;
|
268
|
+
getUTCMinutes: () => number;
|
269
|
+
getSeconds: () => number;
|
270
|
+
getUTCSeconds: () => number;
|
271
|
+
getMilliseconds: () => number;
|
272
|
+
getUTCMilliseconds: () => number;
|
273
|
+
getTimezoneOffset: () => number;
|
274
|
+
setTime: (time: number) => number;
|
275
|
+
setMilliseconds: (ms: number) => number;
|
276
|
+
setUTCMilliseconds: (ms: number) => number;
|
277
|
+
setSeconds: (sec: number, ms?: number) => number;
|
278
|
+
setUTCSeconds: (sec: number, ms?: number) => number;
|
279
|
+
setMinutes: (min: number, sec?: number, ms?: number) => number;
|
280
|
+
setUTCMinutes: (min: number, sec?: number, ms?: number) => number;
|
281
|
+
setHours: (hours: number, min?: number, sec?: number, ms?: number) => number;
|
282
|
+
setUTCHours: (hours: number, min?: number, sec?: number, ms?: number) => number;
|
283
|
+
setDate: (date: number) => number;
|
284
|
+
setUTCDate: (date: number) => number;
|
285
|
+
setMonth: (month: number, date?: number) => number;
|
286
|
+
setUTCMonth: (month: number, date?: number) => number;
|
287
|
+
setFullYear: (year: number, month?: number, date?: number) => number;
|
288
|
+
setUTCFullYear: (year: number, month?: number, date?: number) => number;
|
289
|
+
toUTCString: () => string;
|
290
|
+
toISOString: () => string;
|
291
|
+
toJSON: (key?: any) => string;
|
292
|
+
[Symbol.toPrimitive]: {
|
293
|
+
(hint: "default"): string;
|
294
|
+
(hint: "string"): string;
|
295
|
+
(hint: "number"): number;
|
296
|
+
(hint: string): string | number;
|
297
|
+
};
|
298
|
+
};
|
299
|
+
}[];
|
300
|
+
isLoading: {
|
301
|
+
items: boolean;
|
302
|
+
};
|
303
|
+
isDeleting: {
|
304
|
+
[enterprisePropertyId: string]: boolean;
|
305
|
+
};
|
306
|
+
};
|
307
|
+
getProperty: () => void;
|
308
|
+
removeProperty: (item: EnterprisePropertyViewModel) => void;
|
309
|
+
};
|
310
|
+
}
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { types } from "typestyle";
|
2
|
+
import { ITheming } from "@omnia/fx/ux";
|
3
|
+
export declare const UserManagementStyles: {
|
4
|
+
alignOrderList?: types.NestedCSSProperties;
|
5
|
+
avatar?: types.NestedCSSProperties;
|
6
|
+
tableRowNotSelected?: types.NestedCSSProperties;
|
7
|
+
descriptionWrap?: types.NestedCSSProperties;
|
8
|
+
table?: types.NestedCSSProperties;
|
9
|
+
headerDialogStyles: (theming: ITheming) => types.NestedCSSProperties;
|
10
|
+
};
|
11
|
+
export declare const UserListingStyles: {
|
12
|
+
usernameCol: (isTenant: boolean) => string;
|
13
|
+
userTypeCol: (isTenant: boolean) => string;
|
14
|
+
whiteSpaceNoWrap: string;
|
15
|
+
};
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementTempModel.d.ts
ADDED
@@ -0,0 +1,56 @@
|
|
1
|
+
import { guid, IIcon, IdentityCreationRequestSettings, MultilingualString, PropertyBinding, PropertyDefinition, UserRequestFormSetting, EnterprisePropertyViewModel } from "@omnia/fx-models";
|
2
|
+
export declare enum UserProfileInfoType {
|
3
|
+
Section = 0,
|
4
|
+
Property = 1
|
5
|
+
}
|
6
|
+
export interface UserDataSynchronizationProvider {
|
7
|
+
id: guid;
|
8
|
+
title: string;
|
9
|
+
providers: Array<SynchronizationProvider>;
|
10
|
+
}
|
11
|
+
export interface SynchronizationProvider {
|
12
|
+
id: guid;
|
13
|
+
title: string;
|
14
|
+
lastRun: string;
|
15
|
+
timeToComplete: string;
|
16
|
+
status: string;
|
17
|
+
userIdentityMappings: Array<UserIdentityMapping>;
|
18
|
+
}
|
19
|
+
export interface UserIdentityMapping {
|
20
|
+
userProperty: EnterprisePropertyViewModel;
|
21
|
+
syncProperty: string;
|
22
|
+
}
|
23
|
+
export interface UserType {
|
24
|
+
id: guid;
|
25
|
+
title: MultilingualString;
|
26
|
+
multilingualTitle: string;
|
27
|
+
builtIn: boolean;
|
28
|
+
showInAddUserForm: boolean;
|
29
|
+
applyToSyncedUsers: boolean;
|
30
|
+
userProfileProperties: Array<UserProfileSection>;
|
31
|
+
syncUserProperties: Array<SyncUserProperty>;
|
32
|
+
}
|
33
|
+
export interface UserProfileSection {
|
34
|
+
id?: guid;
|
35
|
+
title?: MultilingualString;
|
36
|
+
properties?: Array<UserProfileProperty>;
|
37
|
+
}
|
38
|
+
export interface UserProfileProperty {
|
39
|
+
property?: EnterprisePropertyViewModel;
|
40
|
+
icon?: IIcon;
|
41
|
+
allowUserToEdit?: boolean;
|
42
|
+
}
|
43
|
+
export interface SyncUserProperty {
|
44
|
+
userProperty: EnterprisePropertyViewModel;
|
45
|
+
syncProperty: {
|
46
|
+
title: string;
|
47
|
+
};
|
48
|
+
}
|
49
|
+
export type ExtendedPropertiesRegistrationViewModel = {
|
50
|
+
title: string;
|
51
|
+
property: PropertyBinding<PropertyDefinition<any, any, any>>;
|
52
|
+
};
|
53
|
+
export type UserTypeState = {
|
54
|
+
userType: UserRequestFormSetting;
|
55
|
+
settings: IdentityCreationRequestSettings;
|
56
|
+
};
|
@@ -0,0 +1,151 @@
|
|
1
|
+
import { ArchiveIdentityManagementQuery, ArchiveSortColumn, BoolFilter, LanguageTags, PropertyDefinition, PropertyValueBinding, ResolvedUserIdentity, ScopeTypes, UserAuthenticationInformation, UserIdentity, UserIdentityAddRequest, UserManagementQuery, UserSortColumn, guid } from "@omnia/fx-models";
|
2
|
+
import { SortItem } from "@omnia/fx/ux";
|
3
|
+
export declare const useUserQueryStore: () => {
|
4
|
+
state: {
|
5
|
+
searchText: string;
|
6
|
+
userTypeId: guid;
|
7
|
+
providerId: guid;
|
8
|
+
pageNr: number;
|
9
|
+
sortItem: SortItem[];
|
10
|
+
sortColumn: UserSortColumn | ArchiveSortColumn;
|
11
|
+
sortDesc: boolean;
|
12
|
+
disabled: BoolFilter;
|
13
|
+
timeValid: BoolFilter;
|
14
|
+
scope: string[];
|
15
|
+
scopeType: ScopeTypes;
|
16
|
+
itemsPerPage: number;
|
17
|
+
};
|
18
|
+
actions: {
|
19
|
+
onDispatching: {
|
20
|
+
queryUsers: {
|
21
|
+
subscribe(fn: (options?: {
|
22
|
+
queryType: "active" | "deleted";
|
23
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
getUser: {
|
26
|
+
subscribe(fn: (userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
28
|
+
addUser: {
|
29
|
+
subscribe(fn: (user: UserIdentityAddRequest, withAuthInfo?: {
|
30
|
+
authInfo: UserAuthenticationInformation;
|
31
|
+
sendAuthSetupAsEmail: boolean;
|
32
|
+
comment: string;
|
33
|
+
redirectUrl: string;
|
34
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
updateUser: {
|
37
|
+
subscribe(fn: (user: UserIdentity, dataToUpdate: {
|
38
|
+
userTypeId: guid;
|
39
|
+
properties: Array<PropertyValueBinding<PropertyDefinition<any, any, any>>>;
|
40
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
deleteUser: {
|
43
|
+
subscribe(fn: (userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
restoreUser: {
|
46
|
+
subscribe(fn: (userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
purgeUser: {
|
49
|
+
subscribe(fn: (userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
onDispatched: {
|
53
|
+
queryUsers: {
|
54
|
+
subscribe(fn: (result: void, options?: {
|
55
|
+
queryType: "active" | "deleted";
|
56
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
+
};
|
58
|
+
getUser: {
|
59
|
+
subscribe(fn: (result: ResolvedUserIdentity, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
+
};
|
61
|
+
addUser: {
|
62
|
+
subscribe(fn: (result: ResolvedUserIdentity | import("@omnia/fx-models").UserAddWithAuthInfoReponse, user: UserIdentityAddRequest, withAuthInfo?: {
|
63
|
+
authInfo: UserAuthenticationInformation;
|
64
|
+
sendAuthSetupAsEmail: boolean;
|
65
|
+
comment: string;
|
66
|
+
redirectUrl: string;
|
67
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
68
|
+
};
|
69
|
+
updateUser: {
|
70
|
+
subscribe(fn: (result: void, user: UserIdentity, dataToUpdate: {
|
71
|
+
userTypeId: guid;
|
72
|
+
properties: Array<PropertyValueBinding<PropertyDefinition<any, any, any>>>;
|
73
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
74
|
+
};
|
75
|
+
deleteUser: {
|
76
|
+
subscribe(fn: (result: void, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
77
|
+
};
|
78
|
+
restoreUser: {
|
79
|
+
subscribe(fn: (result: void, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
80
|
+
};
|
81
|
+
purgeUser: {
|
82
|
+
subscribe(fn: (result: void, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
83
|
+
};
|
84
|
+
};
|
85
|
+
onFailure: {
|
86
|
+
queryUsers: {
|
87
|
+
subscribe(fn: (failureReason: any, options?: {
|
88
|
+
queryType: "active" | "deleted";
|
89
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
+
};
|
91
|
+
getUser: {
|
92
|
+
subscribe(fn: (failureReason: any, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
|
+
};
|
94
|
+
addUser: {
|
95
|
+
subscribe(fn: (failureReason: any, user: UserIdentityAddRequest, withAuthInfo?: {
|
96
|
+
authInfo: UserAuthenticationInformation;
|
97
|
+
sendAuthSetupAsEmail: boolean;
|
98
|
+
comment: string;
|
99
|
+
redirectUrl: string;
|
100
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
+
};
|
102
|
+
updateUser: {
|
103
|
+
subscribe(fn: (failureReason: any, user: UserIdentity, dataToUpdate: {
|
104
|
+
userTypeId: guid;
|
105
|
+
properties: Array<PropertyValueBinding<PropertyDefinition<any, any, any>>>;
|
106
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
+
};
|
108
|
+
deleteUser: {
|
109
|
+
subscribe(fn: (failureReason: any, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
|
+
};
|
111
|
+
restoreUser: {
|
112
|
+
subscribe(fn: (failureReason: any, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
113
|
+
};
|
114
|
+
purgeUser: {
|
115
|
+
subscribe(fn: (failureReason: any, userIdentity: UserIdentity) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
+
};
|
117
|
+
};
|
118
|
+
} & {
|
119
|
+
queryUsers: (options?: {
|
120
|
+
queryType: "active" | "deleted";
|
121
|
+
}) => Promise<void>;
|
122
|
+
getUser: (userIdentity: UserIdentity) => Promise<ResolvedUserIdentity>;
|
123
|
+
addUser: (user: UserIdentityAddRequest, withAuthInfo?: {
|
124
|
+
authInfo: UserAuthenticationInformation;
|
125
|
+
sendAuthSetupAsEmail: boolean;
|
126
|
+
comment: string;
|
127
|
+
redirectUrl: string;
|
128
|
+
}) => Promise<ResolvedUserIdentity | import("@omnia/fx-models").UserAddWithAuthInfoReponse>;
|
129
|
+
updateUser: (user: UserIdentity, dataToUpdate: {
|
130
|
+
userTypeId: guid;
|
131
|
+
properties: Array<PropertyValueBinding<PropertyDefinition<any, any, any>>>;
|
132
|
+
}) => Promise<void>;
|
133
|
+
deleteUser: (userIdentity: UserIdentity) => Promise<void>;
|
134
|
+
restoreUser: (userIdentity: UserIdentity) => Promise<void>;
|
135
|
+
purgeUser: (userIdentity: UserIdentity) => Promise<void>;
|
136
|
+
};
|
137
|
+
get: {
|
138
|
+
readonly query: UserManagementQuery;
|
139
|
+
readonly archiveQuery: ArchiveIdentityManagementQuery;
|
140
|
+
readonly queryResult: {
|
141
|
+
users: ResolvedUserIdentity[];
|
142
|
+
total: number;
|
143
|
+
};
|
144
|
+
readonly users: ResolvedUserIdentity[];
|
145
|
+
readonly total: number;
|
146
|
+
readonly loading: boolean;
|
147
|
+
};
|
148
|
+
mutate: {
|
149
|
+
uiLanguage: (value: LanguageTags | ((prev: LanguageTags) => LanguageTags)) => void;
|
150
|
+
};
|
151
|
+
};
|
@@ -0,0 +1,9 @@
|
|
1
|
+
export * from "./UserManagementConstants";
|
2
|
+
export * from "./UserManagementHelper";
|
3
|
+
export * from "./UserManagementTempModel";
|
4
|
+
export * from "./UserManagementStyles.css";
|
5
|
+
export * from "./UserDetailStore";
|
6
|
+
export * from "./GroupDetailStore";
|
7
|
+
export * from "./SelfServiceStore";
|
8
|
+
export * from "./UserQueryStore";
|
9
|
+
export * from "./GroupQueryStore";
|