@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
@@ -0,0 +1,60 @@
|
|
1
|
+
import { AuthenticationSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
authSettings: AuthenticationSettings;
|
4
|
+
} & {
|
5
|
+
errorMsg: string;
|
6
|
+
} & {
|
7
|
+
onInvalidateUserTokens: Promise<void>;
|
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
|
+
authSettings: AuthenticationSettings;
|
48
|
+
} & {
|
49
|
+
errorMsg: string;
|
50
|
+
} & {
|
51
|
+
onInvalidateUserTokens: Promise<void>;
|
52
|
+
}> & {
|
53
|
+
"v-slots"?: {
|
54
|
+
default?: import("vue").Slot;
|
55
|
+
} & {};
|
56
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "errorMsg" | "authSettings" | "onInvalidateUserTokens">;
|
57
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
|
+
[key: string]: any;
|
59
|
+
}>;
|
60
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts
ADDED
@@ -0,0 +1,52 @@
|
|
1
|
+
import { UserTypeSettings } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
settings?: UserTypeSettings;
|
4
|
+
}>) => {
|
5
|
+
$: import("vue").ComponentInternalInstance;
|
6
|
+
$data: {};
|
7
|
+
$props: {};
|
8
|
+
$attrs: {
|
9
|
+
[x: string]: unknown;
|
10
|
+
};
|
11
|
+
$refs: {
|
12
|
+
[x: string]: unknown;
|
13
|
+
};
|
14
|
+
$slots: Readonly<{
|
15
|
+
[name: string]: import("vue").Slot<any>;
|
16
|
+
}>;
|
17
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
18
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$emit: (event: string, ...args: any[]) => void;
|
20
|
+
$el: any;
|
21
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
22
|
+
beforeCreate?: (() => void) | (() => void)[];
|
23
|
+
created?: (() => void) | (() => void)[];
|
24
|
+
beforeMount?: (() => void) | (() => void)[];
|
25
|
+
mounted?: (() => void) | (() => void)[];
|
26
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
27
|
+
updated?: (() => void) | (() => void)[];
|
28
|
+
activated?: (() => void) | (() => void)[];
|
29
|
+
deactivated?: (() => void) | (() => void)[];
|
30
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
31
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
32
|
+
destroyed?: (() => void) | (() => void)[];
|
33
|
+
unmounted?: (() => void) | (() => void)[];
|
34
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
35
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
37
|
+
};
|
38
|
+
$forceUpdate: () => void;
|
39
|
+
$nextTick: typeof import("vue").nextTick;
|
40
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
41
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
42
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
43
|
+
settings?: UserTypeSettings;
|
44
|
+
}> & {
|
45
|
+
"v-slots"?: {
|
46
|
+
default?: import("vue").Slot;
|
47
|
+
} & {};
|
48
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings">;
|
49
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
50
|
+
[key: string]: any;
|
51
|
+
}>;
|
52
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts
CHANGED
@@ -66,7 +66,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
66
66
|
} & {
|
67
67
|
onClose?: () => any;
|
68
68
|
onSave?: (appTemplate: AppTemplate) => any;
|
69
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "
|
69
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved">;
|
70
70
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
71
71
|
[key: string]: any;
|
72
72
|
}>;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts
CHANGED
@@ -64,7 +64,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
64
64
|
} & {
|
65
65
|
onClose?: () => any;
|
66
66
|
onSave?: (appTemplate: AppTemplate) => any;
|
67
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "
|
67
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved">;
|
68
68
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
69
69
|
[key: string]: any;
|
70
70
|
}>;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts
CHANGED
@@ -61,7 +61,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
61
61
|
} & {
|
62
62
|
onClose?: () => any;
|
63
63
|
onSave?: (appTemplate: AppTemplate) => any;
|
64
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "
|
64
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved">;
|
65
65
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
66
|
[key: string]: any;
|
67
67
|
}>;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts
CHANGED
@@ -74,7 +74,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
74
74
|
} & {
|
75
75
|
onClose?: () => any;
|
76
76
|
onSave?: (appTemplate: AppTemplate) => any;
|
77
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "
|
77
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved" | "isSensitivityLabelsFeatureActivated" | "v-model:isSensitivityLabelsFeatureActivated" | "onUpdate:isSensitivityLabelsFeatureActivated">;
|
78
78
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
79
79
|
[key: string]: any;
|
80
80
|
}>;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts
CHANGED
@@ -77,7 +77,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<D
|
|
77
77
|
} & {
|
78
78
|
onClose?: () => any;
|
79
79
|
onSave?: (appTemplate: AppTemplate) => any;
|
80
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "
|
80
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "isSaving" | "hasError" | "errorMessage" | "hasSaved">;
|
81
81
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
82
82
|
[key: string]: any;
|
83
83
|
}>;
|
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
27
27
|
} & {
|
28
28
|
createNewColorDynamic?: boolean;
|
29
29
|
} & {
|
30
|
-
|
30
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
31
31
|
} & {
|
32
32
|
enableDynamicColor?: boolean;
|
33
33
|
} & {
|
@@ -95,7 +95,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
95
95
|
} & {
|
96
96
|
createNewColorDynamic?: boolean;
|
97
97
|
} & {
|
98
|
-
|
98
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
99
99
|
} & {
|
100
100
|
enableDynamicColor?: boolean;
|
101
101
|
} & {
|
@@ -109,7 +109,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
109
109
|
} & {
|
110
110
|
"onClick:confirm"?: (value: BackgroundDefinition) => any;
|
111
111
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
112
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
112
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "label" | "elevation" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualBorderWidthSelection">;
|
113
113
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
114
114
|
[key: string]: any;
|
115
115
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts
CHANGED
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
17
17
|
} & {
|
18
18
|
themeType?: ThemeContextType;
|
19
19
|
} & {
|
20
|
-
|
20
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
21
21
|
} & {
|
22
22
|
enableDynamicColor?: boolean;
|
23
23
|
} & {
|
@@ -79,7 +79,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
79
79
|
} & {
|
80
80
|
themeType?: ThemeContextType;
|
81
81
|
} & {
|
82
|
-
|
82
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
83
83
|
} & {
|
84
84
|
enableDynamicColor?: boolean;
|
85
85
|
} & {
|
@@ -94,7 +94,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
94
94
|
} & {
|
95
95
|
activator?: () => VNodeChild;
|
96
96
|
};
|
97
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
97
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic" | "individualRadiusSelection" | "individualWidthSelection">;
|
98
98
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
99
99
|
[key: string]: any;
|
100
100
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts
CHANGED
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
11
11
|
} & {
|
12
12
|
themeType?: ThemeContextType;
|
13
13
|
} & {
|
14
|
-
|
14
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
15
15
|
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true>>) => {
|
16
16
|
$: import("vue").ComponentInternalInstance;
|
17
17
|
$data: {};
|
@@ -61,14 +61,14 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
61
61
|
} & {
|
62
62
|
themeType?: ThemeContextType;
|
63
63
|
} & {
|
64
|
-
|
64
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
65
65
|
} & DefineEmit<"click:select", (variant: BlueprintVariant) => true>> & {
|
66
66
|
"v-slots"?: {
|
67
67
|
default?: import("vue").Slot;
|
68
68
|
} & {};
|
69
69
|
} & {
|
70
70
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
71
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "
|
71
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType">;
|
72
72
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
73
73
|
[key: string]: any;
|
74
74
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker copy.d.ts
ADDED
File without changes
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.css.d.ts
CHANGED
@@ -1,7 +1,10 @@
|
|
1
1
|
export declare const ColorPickerStyles: {
|
2
|
+
selector: (dark: boolean) => string;
|
3
|
+
transparentBackground: string;
|
2
4
|
separator: (dark: boolean) => string;
|
3
5
|
sliderBackground: (backgroundColor: string) => string;
|
4
|
-
|
5
|
-
|
6
|
+
swatch: (color: string) => string;
|
7
|
+
swatchWrapper: (color: string, selected: boolean, disabled: boolean) => string;
|
8
|
+
disabled: string;
|
6
9
|
selected: (color: string) => string;
|
7
10
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -1,7 +1,13 @@
|
|
1
1
|
import { ColorValue, ThemeContextType } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
export type ColorPickerType = "default" | "base" | "onBase";
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
6
|
+
"v-slots": import("vue").Prop<{
|
7
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
8
|
+
} & {
|
9
|
+
activator?: () => VNodeChild;
|
10
|
+
}>;
|
5
11
|
disabled: {
|
6
12
|
type: import("vue").PropType<boolean>;
|
7
13
|
required: false;
|
@@ -24,7 +30,7 @@ declare const _default: {
|
|
24
30
|
enableDynamicColor: {
|
25
31
|
type: import("vue").PropType<boolean>;
|
26
32
|
};
|
27
|
-
|
33
|
+
defaultColorSchemaType: {
|
28
34
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
29
35
|
};
|
30
36
|
type: {
|
@@ -116,6 +122,11 @@ declare const _default: {
|
|
116
122
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
117
123
|
"update:modelValue": (value: ColorValue) => any;
|
118
124
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
125
|
+
"v-slots": import("vue").Prop<{
|
126
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
127
|
+
} & {
|
128
|
+
activator?: () => VNodeChild;
|
129
|
+
}>;
|
119
130
|
disabled: {
|
120
131
|
type: import("vue").PropType<boolean>;
|
121
132
|
required: false;
|
@@ -138,7 +149,7 @@ declare const _default: {
|
|
138
149
|
enableDynamicColor: {
|
139
150
|
type: import("vue").PropType<boolean>;
|
140
151
|
};
|
141
|
-
|
152
|
+
defaultColorSchemaType: {
|
142
153
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
143
154
|
};
|
144
155
|
type: {
|
@@ -237,6 +248,11 @@ declare const _default: {
|
|
237
248
|
M: {};
|
238
249
|
Defaults: {};
|
239
250
|
}, Readonly<import("vue").ExtractPropTypes<{
|
251
|
+
"v-slots": import("vue").Prop<{
|
252
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
253
|
+
} & {
|
254
|
+
activator?: () => VNodeChild;
|
255
|
+
}>;
|
240
256
|
disabled: {
|
241
257
|
type: import("vue").PropType<boolean>;
|
242
258
|
required: false;
|
@@ -259,7 +275,7 @@ declare const _default: {
|
|
259
275
|
enableDynamicColor: {
|
260
276
|
type: import("vue").PropType<boolean>;
|
261
277
|
};
|
262
|
-
|
278
|
+
defaultColorSchemaType: {
|
263
279
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
264
280
|
};
|
265
281
|
type: {
|
@@ -355,6 +371,11 @@ declare const _default: {
|
|
355
371
|
__isTeleport?: never;
|
356
372
|
__isSuspense?: never;
|
357
373
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
374
|
+
"v-slots": import("vue").Prop<{
|
375
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
376
|
+
} & {
|
377
|
+
activator?: () => VNodeChild;
|
378
|
+
}>;
|
358
379
|
disabled: {
|
359
380
|
type: import("vue").PropType<boolean>;
|
360
381
|
required: false;
|
@@ -377,7 +398,7 @@ declare const _default: {
|
|
377
398
|
enableDynamicColor: {
|
378
399
|
type: import("vue").PropType<boolean>;
|
379
400
|
};
|
380
|
-
|
401
|
+
defaultColorSchemaType: {
|
381
402
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
382
403
|
};
|
383
404
|
type: {
|
@@ -544,8 +565,13 @@ declare const _default: {
|
|
544
565
|
"v-model"?: ColorValue;
|
545
566
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
546
567
|
modelValue?: ColorValue;
|
568
|
+
"v-slots"?: {
|
569
|
+
default?: import("../../../DefineVueTypings").Slot<any[]>;
|
570
|
+
} & {
|
571
|
+
activator?: () => VNodeChild;
|
572
|
+
};
|
547
573
|
themeType?: ThemeContextType;
|
548
|
-
|
574
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
549
575
|
enableDynamicColor?: boolean;
|
550
576
|
customColor?: boolean;
|
551
577
|
switchableColorSchema?: boolean;
|
@@ -90,7 +90,7 @@ declare const _default: {
|
|
90
90
|
};
|
91
91
|
}>;
|
92
92
|
};
|
93
|
-
|
93
|
+
defaultColorSchemaType: {
|
94
94
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
95
95
|
};
|
96
96
|
enableDynamicColor: {
|
@@ -211,7 +211,7 @@ declare const _default: {
|
|
211
211
|
};
|
212
212
|
}>;
|
213
213
|
};
|
214
|
-
|
214
|
+
defaultColorSchemaType: {
|
215
215
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
216
216
|
};
|
217
217
|
enableDynamicColor: {
|
@@ -337,7 +337,7 @@ declare const _default: {
|
|
337
337
|
};
|
338
338
|
}>;
|
339
339
|
};
|
340
|
-
|
340
|
+
defaultColorSchemaType: {
|
341
341
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
342
342
|
};
|
343
343
|
enableDynamicColor: {
|
@@ -460,7 +460,7 @@ declare const _default: {
|
|
460
460
|
};
|
461
461
|
}>;
|
462
462
|
};
|
463
|
-
|
463
|
+
defaultColorSchemaType: {
|
464
464
|
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
465
465
|
};
|
466
466
|
enableDynamicColor: {
|
@@ -575,7 +575,7 @@ declare const _default: {
|
|
575
575
|
activator?: () => VNodeChild;
|
576
576
|
};
|
577
577
|
variant?: Variant;
|
578
|
-
|
578
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
579
579
|
enableDynamicColor?: boolean;
|
580
580
|
customSchema?: boolean;
|
581
581
|
}>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
|
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
11
11
|
} & {
|
12
12
|
themeType?: ThemeContextType;
|
13
13
|
} & {
|
14
|
-
|
14
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
15
15
|
} & DefineEmit<"click:select", (variant: ContainerVariant) => true>>) => {
|
16
16
|
$: import("vue").ComponentInternalInstance;
|
17
17
|
$data: {};
|
@@ -61,14 +61,14 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
61
61
|
} & {
|
62
62
|
themeType?: ThemeContextType;
|
63
63
|
} & {
|
64
|
-
|
64
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
65
65
|
} & DefineEmit<"click:select", (variant: ContainerVariant) => true>> & {
|
66
66
|
"v-slots"?: {
|
67
67
|
default?: import("vue").Slot;
|
68
68
|
} & {};
|
69
69
|
} & {
|
70
70
|
"onClick:select"?: (variant: ContainerVariant) => any;
|
71
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "
|
71
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType">;
|
72
72
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
73
73
|
[key: string]: any;
|
74
74
|
}>;
|
@@ -14,7 +14,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
14
14
|
} & {
|
15
15
|
title?: string;
|
16
16
|
} & {
|
17
|
-
|
17
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
18
18
|
} & {
|
19
19
|
toned?: boolean;
|
20
20
|
} & {
|
@@ -76,7 +76,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
76
76
|
} & {
|
77
77
|
title?: string;
|
78
78
|
} & {
|
79
|
-
|
79
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
80
80
|
} & {
|
81
81
|
toned?: boolean;
|
82
82
|
} & {
|
@@ -97,7 +97,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
97
97
|
};
|
98
98
|
} & {
|
99
99
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
100
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
100
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "label" | "colorType" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "createNewColorDynamic">;
|
101
101
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
102
102
|
[key: string]: any;
|
103
103
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts
CHANGED
@@ -11,7 +11,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
11
11
|
} & {
|
12
12
|
icon?: IIcon;
|
13
13
|
} & {
|
14
|
-
|
14
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
15
15
|
} & {
|
16
16
|
variant?: EditorVariant;
|
17
17
|
} & {
|
@@ -71,7 +71,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
71
71
|
} & {
|
72
72
|
icon?: IIcon;
|
73
73
|
} & {
|
74
|
-
|
74
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
75
75
|
} & {
|
76
76
|
variant?: EditorVariant;
|
77
77
|
} & {
|
@@ -92,7 +92,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
92
92
|
};
|
93
93
|
} & {
|
94
94
|
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
95
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
95
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor" | "simpleMode">;
|
96
96
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
97
97
|
[key: string]: any;
|
98
98
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -10,7 +10,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
10
10
|
} & {
|
11
11
|
icon?: IIcon;
|
12
12
|
} & {
|
13
|
-
|
13
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
14
14
|
} & {
|
15
15
|
themeType?: ThemeContextType;
|
16
16
|
} & {
|
@@ -66,7 +66,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
66
66
|
} & {
|
67
67
|
icon?: IIcon;
|
68
68
|
} & {
|
69
|
-
|
69
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
70
70
|
} & {
|
71
71
|
themeType?: ThemeContextType;
|
72
72
|
} & {
|
@@ -81,7 +81,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
81
81
|
} & {
|
82
82
|
activator?: () => VNodeChild;
|
83
83
|
};
|
84
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "
|
84
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
|
85
85
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
86
86
|
[key: string]: any;
|
87
87
|
}>;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -9,7 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
9
9
|
} & {
|
10
10
|
modelValue?: TextBlueprint;
|
11
11
|
} & {
|
12
|
-
|
12
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
13
13
|
} & {
|
14
14
|
themeType?: ThemeContextType;
|
15
15
|
} & {
|
@@ -65,7 +65,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
65
65
|
} & {
|
66
66
|
modelValue?: TextBlueprint;
|
67
67
|
} & {
|
68
|
-
|
68
|
+
defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
69
69
|
} & {
|
70
70
|
themeType?: ThemeContextType;
|
71
71
|
} & {
|
@@ -82,7 +82,7 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
82
82
|
} & {
|
83
83
|
activator?: () => VNodeChild;
|
84
84
|
};
|
85
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "
|
85
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "themeType" | "defaultColorSchemaType" | "enableDynamicColor">;
|
86
86
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
87
87
|
[key: string]: any;
|
88
88
|
}>;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { VelcronRendererReference } from "@omnia/fx-models";
|
1
|
+
import { VelcronRendererReference, guid } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
3
|
import { nextTick } from "vue";
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
@@ -9,6 +9,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
9
9
|
modelValue?: VelcronRendererReference;
|
10
10
|
} & {
|
11
11
|
label?: string;
|
12
|
+
} & {
|
13
|
+
categoryFilters?: guid[];
|
14
|
+
} & {
|
15
|
+
renderTypeFilters?: guid[];
|
12
16
|
} & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>>) => {
|
13
17
|
$: import("vue").ComponentInternalInstance;
|
14
18
|
$data: {};
|
@@ -55,13 +59,17 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
55
59
|
modelValue?: VelcronRendererReference;
|
56
60
|
} & {
|
57
61
|
label?: string;
|
62
|
+
} & {
|
63
|
+
categoryFilters?: guid[];
|
64
|
+
} & {
|
65
|
+
renderTypeFilters?: guid[];
|
58
66
|
} & DefineEmit<"update:modelValue", (renderer: VelcronRendererReference) => void>> & {
|
59
67
|
"v-slots"?: {
|
60
68
|
default?: import("vue").Slot;
|
61
69
|
} & {};
|
62
70
|
} & {
|
63
71
|
"onUpdate:modelValue"?: (renderer: VelcronRendererReference) => any;
|
64
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
72
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "v-model" | "onUpdate:modelValue" | "modelValue" | "categoryFilters" | "renderTypeFilters">;
|
65
73
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
74
|
[key: string]: any;
|
67
75
|
}>;
|
@@ -1,6 +1,11 @@
|
|
1
1
|
import { FillDefinitionValue, BorderStylingDefinition, ButtonBlueprint, SpacingBlueprintTypes, Spacing, SpacingValue, BackgroundDefinition, TextBlueprint, IconBlueprint, TabsBlueprint, ChipBlueprint } from "@omnia/fx-models";
|
2
2
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
3
3
|
import { useColorSchemaStore, useSpacingBlueprintStore, useTypographyBlueprintStore } from "../../store";
|
4
|
+
export declare namespace blueprintStylex {
|
5
|
+
function getIconBlueprintStyling(bluePrint: IconBlueprint, colors: ReturnType<typeof useColorSchemaStore>, duoTone: boolean, nested?: boolean): string;
|
6
|
+
/**Button styling */
|
7
|
+
function getButtonBlueprintStyling(bluePrint: ButtonBlueprint, colors: ReturnType<typeof useColorSchemaStore>): string;
|
8
|
+
}
|
4
9
|
export declare namespace blueprintStyles {
|
5
10
|
/**Border styling */
|
6
11
|
function getBlueprintBorderObject(definition: BorderStylingDefinition, gradientFill?: string, colors?: ReturnType<typeof useColorSchemaStore>): NestedCSSProperties;
|