@omnia/fx 8.0.213-dev → 8.0.215-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.manifest.json +1 -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 +1 -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 +52 -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 +341 -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/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/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/wctypings.d.ts +645 -3
- package/package.json +2 -2
@@ -0,0 +1,47 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => {
|
2
|
+
$: import("vue").ComponentInternalInstance;
|
3
|
+
$data: {};
|
4
|
+
$props: {};
|
5
|
+
$attrs: {
|
6
|
+
[x: string]: unknown;
|
7
|
+
};
|
8
|
+
$refs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$slots: Readonly<{
|
12
|
+
[name: string]: import("vue").Slot<any>;
|
13
|
+
}>;
|
14
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
15
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
16
|
+
$emit: (event: string, ...args: any[]) => void;
|
17
|
+
$el: any;
|
18
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
19
|
+
beforeCreate?: (() => void) | (() => void)[];
|
20
|
+
created?: (() => void) | (() => void)[];
|
21
|
+
beforeMount?: (() => void) | (() => void)[];
|
22
|
+
mounted?: (() => void) | (() => void)[];
|
23
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
24
|
+
updated?: (() => void) | (() => void)[];
|
25
|
+
activated?: (() => void) | (() => void)[];
|
26
|
+
deactivated?: (() => void) | (() => void)[];
|
27
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
28
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
29
|
+
destroyed?: (() => void) | (() => void)[];
|
30
|
+
unmounted?: (() => void) | (() => void)[];
|
31
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
32
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
33
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
34
|
+
};
|
35
|
+
$forceUpdate: () => void;
|
36
|
+
$nextTick: typeof import("vue").nextTick;
|
37
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
38
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
39
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {
|
40
|
+
"v-slots"?: {
|
41
|
+
default?: import("vue").Slot;
|
42
|
+
} & {};
|
43
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string | number>;
|
44
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
45
|
+
[key: string]: any;
|
46
|
+
}>;
|
47
|
+
export default _default;
|
@@ -0,0 +1,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,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,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,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;
|
package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/loc/localize.d.ts
ADDED
@@ -0,0 +1,40 @@
|
|
1
|
+
export declare namespace MediaPickerLocalization {
|
2
|
+
const namespace: string;
|
3
|
+
interface locInterface {
|
4
|
+
Title: string;
|
5
|
+
FileSizeLimit: string;
|
6
|
+
CentralMediaLocations: string;
|
7
|
+
TableRowDisplayName: string;
|
8
|
+
UrlToMediaLibrary: string;
|
9
|
+
MessageCannotResolveUrl: string;
|
10
|
+
MessageMediaLibraryExisted: string;
|
11
|
+
MessageDialogHeaderDeleteCentralMediaLocation: string;
|
12
|
+
MessageDialogBodyDeleteCentralMediaLocation: string;
|
13
|
+
MessageMinValue: string;
|
14
|
+
UniqueId: string;
|
15
|
+
ScalingSettings: string;
|
16
|
+
ScalingId: string;
|
17
|
+
MaxDimension: string;
|
18
|
+
CompressionQuality: string;
|
19
|
+
FormatSettings: string;
|
20
|
+
FormatSettingsOption: {
|
21
|
+
KeepFormat: string;
|
22
|
+
JpegCompression: string;
|
23
|
+
};
|
24
|
+
RemoveScalingSettings: {
|
25
|
+
Title: string;
|
26
|
+
Message: string;
|
27
|
+
};
|
28
|
+
CropRatios: {
|
29
|
+
Title: string;
|
30
|
+
RatioId: string;
|
31
|
+
RatioX: string;
|
32
|
+
RatioY: string;
|
33
|
+
EnableInRollups: string;
|
34
|
+
RemoveRatioConfirmDialog: {
|
35
|
+
Title: string;
|
36
|
+
Message: string;
|
37
|
+
};
|
38
|
+
};
|
39
|
+
}
|
40
|
+
}
|
@@ -0,0 +1,83 @@
|
|
1
|
+
import { AdminMediaPickerImageRatioDefinition, AdminMediaPickerImageScalingDefinition, MediaPickerImageRatio, MediaPickerImageScaling } from "@omnia/fx-models";
|
2
|
+
export declare const SettingsBladeStore: () => {
|
3
|
+
state: {
|
4
|
+
currentRatio: {
|
5
|
+
adminRatioDefinition: AdminMediaPickerImageRatioDefinition;
|
6
|
+
isNew: boolean;
|
7
|
+
};
|
8
|
+
currentScaling: {
|
9
|
+
adminScalingDefinition: AdminMediaPickerImageScalingDefinition;
|
10
|
+
isNew: boolean;
|
11
|
+
};
|
12
|
+
};
|
13
|
+
events: {
|
14
|
+
onMutatedCurrentRatio: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
15
|
+
adminRatioDefinition: AdminMediaPickerImageRatioDefinition;
|
16
|
+
isNew: boolean;
|
17
|
+
}>;
|
18
|
+
onMutatedCurrentScaling: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
19
|
+
adminScalingDefinition: AdminMediaPickerImageScalingDefinition;
|
20
|
+
isNew: boolean;
|
21
|
+
}>;
|
22
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
23
|
+
actions: {
|
24
|
+
onDispatching: {
|
25
|
+
saveCurrentRatio: {
|
26
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
28
|
+
saveCurrentImageScaling: {
|
29
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
setCurrentRatio: {
|
32
|
+
subscribe(fn: (item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
setCurrentScaling: {
|
35
|
+
subscribe(fn: (item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
};
|
38
|
+
onDispatched: {
|
39
|
+
saveCurrentRatio: {
|
40
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
41
|
+
};
|
42
|
+
saveCurrentImageScaling: {
|
43
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
44
|
+
};
|
45
|
+
setCurrentRatio: {
|
46
|
+
subscribe(fn: (result: void, item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
47
|
+
};
|
48
|
+
setCurrentScaling: {
|
49
|
+
subscribe(fn: (result: void, item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
50
|
+
};
|
51
|
+
};
|
52
|
+
onFailure: {
|
53
|
+
saveCurrentRatio: {
|
54
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
55
|
+
};
|
56
|
+
saveCurrentImageScaling: {
|
57
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
58
|
+
};
|
59
|
+
setCurrentRatio: {
|
60
|
+
subscribe(fn: (failureReason: any, item: MediaPickerImageRatio) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
+
};
|
62
|
+
setCurrentScaling: {
|
63
|
+
subscribe(fn: (failureReason: any, item: MediaPickerImageScaling) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
+
};
|
65
|
+
};
|
66
|
+
} & {
|
67
|
+
saveCurrentRatio: () => Promise<void>;
|
68
|
+
saveCurrentImageScaling: () => Promise<void>;
|
69
|
+
setCurrentRatio(item: MediaPickerImageRatio): void;
|
70
|
+
setCurrentScaling: (item: MediaPickerImageScaling) => void;
|
71
|
+
};
|
72
|
+
get: {
|
73
|
+
currentRatio: () => {
|
74
|
+
adminRatioDefinition: AdminMediaPickerImageRatioDefinition;
|
75
|
+
isNew: boolean;
|
76
|
+
};
|
77
|
+
currentScaling: () => {
|
78
|
+
adminScalingDefinition: AdminMediaPickerImageScalingDefinition;
|
79
|
+
isNew: boolean;
|
80
|
+
};
|
81
|
+
};
|
82
|
+
};
|
83
|
+
export type SettingsBladeStoreType = ReturnType<typeof SettingsBladeStore>;
|
package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./SettingsBladeStore";
|
@@ -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 @@
|
|
1
|
+
export {};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
export declare namespace TenantGeneralSettingsLocalization {
|
2
|
+
const namespace = "Omnia.Admin.GeneralSettings";
|
3
|
+
interface locInterface {
|
4
|
+
MenuTitle: string;
|
5
|
+
TenantInfo: {
|
6
|
+
Title: string;
|
7
|
+
HomeUrl: string;
|
8
|
+
};
|
9
|
+
DefaultUrl: string;
|
10
|
+
MSTeamsUrl: string;
|
11
|
+
}
|
12
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/TenantRegional.d.ts
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{}>>, {}, true, {}, {}, {
|
3
|
+
P: {};
|
4
|
+
B: {};
|
5
|
+
D: {};
|
6
|
+
C: {};
|
7
|
+
M: {};
|
8
|
+
Defaults: {};
|
9
|
+
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
+
__isFragment?: never;
|
11
|
+
__isTeleport?: never;
|
12
|
+
__isSuspense?: never;
|
13
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
+
};
|
16
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -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,60 @@
|
|
1
|
+
import { LanguageSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
"v-model"?: LanguageSettings;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: LanguageSettings) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: LanguageSettings;
|
8
|
+
}>) => {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {};
|
12
|
+
$attrs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$refs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$slots: Readonly<{
|
19
|
+
[name: string]: import("vue").Slot<any>;
|
20
|
+
}>;
|
21
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
24
|
+
$el: any;
|
25
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
26
|
+
beforeCreate?: (() => void) | (() => void)[];
|
27
|
+
created?: (() => void) | (() => void)[];
|
28
|
+
beforeMount?: (() => void) | (() => void)[];
|
29
|
+
mounted?: (() => void) | (() => void)[];
|
30
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
31
|
+
updated?: (() => void) | (() => void)[];
|
32
|
+
activated?: (() => void) | (() => void)[];
|
33
|
+
deactivated?: (() => void) | (() => void)[];
|
34
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
35
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
36
|
+
destroyed?: (() => void) | (() => void)[];
|
37
|
+
unmounted?: (() => void) | (() => void)[];
|
38
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
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)[];
|
41
|
+
};
|
42
|
+
$forceUpdate: () => void;
|
43
|
+
$nextTick: typeof import("vue").nextTick;
|
44
|
+
$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;
|
45
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
47
|
+
"v-model"?: LanguageSettings;
|
48
|
+
} & {
|
49
|
+
"onUpdate:modelValue"?: (value: LanguageSettings) => void;
|
50
|
+
} & {
|
51
|
+
modelValue?: LanguageSettings;
|
52
|
+
}> & {
|
53
|
+
"v-slots"?: {
|
54
|
+
default?: import("vue").Slot;
|
55
|
+
} & {};
|
56
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
57
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
|
+
[key: string]: any;
|
59
|
+
}>;
|
60
|
+
export default _default;
|