@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
@@ -1,4 +1,4 @@
|
|
1
|
-
import { EditorLocation, VelcronPosition, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
|
1
|
+
import { EditorLocation, SpacingValue, VelcronPosition, VelcronSpacing, VelcronSpacingEditorSettings } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
location: {
|
@@ -8,75 +8,75 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
9
9
|
};
|
10
10
|
"onUpdate:modelValue": {
|
11
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
11
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
12
12
|
};
|
13
13
|
"v-model": {
|
14
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
14
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
15
15
|
required: false;
|
16
16
|
};
|
17
17
|
modelValue: {
|
18
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
18
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
19
19
|
required: false;
|
20
20
|
};
|
21
21
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
22
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
22
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
23
23
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
24
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
24
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
25
25
|
required: false;
|
26
26
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
27
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
27
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
28
28
|
required: false;
|
29
29
|
}; } & {
|
30
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
|
30
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
31
31
|
"onUpdate:modelValue": {
|
32
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
32
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
33
33
|
};
|
34
34
|
} & {
|
35
35
|
"v-model": {
|
36
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
36
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
} & {
|
40
40
|
modelValue: {
|
41
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
41
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
}>;
|
45
|
-
defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
|
45
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
46
46
|
"onUpdate:modelValue": {
|
47
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
47
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
48
48
|
};
|
49
49
|
} & {
|
50
50
|
"v-model": {
|
51
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
51
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
52
52
|
required: false;
|
53
53
|
};
|
54
54
|
} & {
|
55
55
|
modelValue: {
|
56
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
56
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
57
57
|
required: false;
|
58
58
|
};
|
59
59
|
}, false>;
|
60
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
|
60
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
61
61
|
"onUpdate:modelValue": {
|
62
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
62
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
63
63
|
};
|
64
64
|
} & {
|
65
65
|
"v-model": {
|
66
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
66
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
67
67
|
required: false;
|
68
68
|
};
|
69
69
|
} & {
|
70
70
|
modelValue: {
|
71
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
71
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
72
72
|
required: false;
|
73
73
|
};
|
74
74
|
}>;
|
75
75
|
};
|
76
76
|
}>> & {
|
77
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
77
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
78
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
79
|
-
"update:modelValue": (value: VelcronSpacing | VelcronPosition) => true;
|
79
|
+
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
80
80
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
81
81
|
location: {
|
82
82
|
type: import("vue").PropType<EditorLocation>;
|
@@ -85,73 +85,73 @@ declare const _default: {
|
|
85
85
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
86
86
|
};
|
87
87
|
"onUpdate:modelValue": {
|
88
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
88
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
89
89
|
};
|
90
90
|
"v-model": {
|
91
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
91
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
92
92
|
required: false;
|
93
93
|
};
|
94
94
|
modelValue: {
|
95
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
95
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
96
96
|
required: false;
|
97
97
|
};
|
98
98
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
99
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
99
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
100
100
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
101
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
101
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
102
102
|
required: false;
|
103
103
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
104
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
104
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
105
105
|
required: false;
|
106
106
|
}; } & {
|
107
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
|
107
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
108
108
|
"onUpdate:modelValue": {
|
109
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
109
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
110
110
|
};
|
111
111
|
} & {
|
112
112
|
"v-model": {
|
113
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
113
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
114
114
|
required: false;
|
115
115
|
};
|
116
116
|
} & {
|
117
117
|
modelValue: {
|
118
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
118
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
119
119
|
required: false;
|
120
120
|
};
|
121
121
|
}>;
|
122
|
-
defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
|
122
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
123
123
|
"onUpdate:modelValue": {
|
124
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
124
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
125
125
|
};
|
126
126
|
} & {
|
127
127
|
"v-model": {
|
128
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
128
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
129
129
|
required: false;
|
130
130
|
};
|
131
131
|
} & {
|
132
132
|
modelValue: {
|
133
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
133
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
134
134
|
required: false;
|
135
135
|
};
|
136
136
|
}, false>;
|
137
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
|
137
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
138
138
|
"onUpdate:modelValue": {
|
139
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
139
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
140
140
|
};
|
141
141
|
} & {
|
142
142
|
"v-model": {
|
143
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
143
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
144
144
|
required: false;
|
145
145
|
};
|
146
146
|
} & {
|
147
147
|
modelValue: {
|
148
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
148
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
149
149
|
required: false;
|
150
150
|
};
|
151
151
|
}>;
|
152
152
|
};
|
153
153
|
}>> & {
|
154
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
154
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
155
155
|
}, {}, true, {}, {}, {
|
156
156
|
P: {};
|
157
157
|
B: {};
|
@@ -167,73 +167,73 @@ declare const _default: {
|
|
167
167
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
168
168
|
};
|
169
169
|
"onUpdate:modelValue": {
|
170
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
170
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
171
171
|
};
|
172
172
|
"v-model": {
|
173
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
173
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
174
174
|
required: false;
|
175
175
|
};
|
176
176
|
modelValue: {
|
177
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
177
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
181
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
181
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
182
182
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
183
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
183
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
184
184
|
required: false;
|
185
185
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
186
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
186
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
187
187
|
required: false;
|
188
188
|
}; } & {
|
189
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
|
189
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
190
190
|
"onUpdate:modelValue": {
|
191
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
191
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
192
192
|
};
|
193
193
|
} & {
|
194
194
|
"v-model": {
|
195
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
195
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
196
196
|
required: false;
|
197
197
|
};
|
198
198
|
} & {
|
199
199
|
modelValue: {
|
200
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
200
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
201
201
|
required: false;
|
202
202
|
};
|
203
203
|
}>;
|
204
|
-
defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
|
204
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
205
205
|
"onUpdate:modelValue": {
|
206
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
206
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
207
207
|
};
|
208
208
|
} & {
|
209
209
|
"v-model": {
|
210
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
210
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
211
211
|
required: false;
|
212
212
|
};
|
213
213
|
} & {
|
214
214
|
modelValue: {
|
215
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
215
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
216
216
|
required: false;
|
217
217
|
};
|
218
218
|
}, false>;
|
219
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
|
219
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
220
220
|
"onUpdate:modelValue": {
|
221
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
221
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
222
222
|
};
|
223
223
|
} & {
|
224
224
|
"v-model": {
|
225
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
225
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
226
226
|
required: false;
|
227
227
|
};
|
228
228
|
} & {
|
229
229
|
modelValue: {
|
230
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
230
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
231
231
|
required: false;
|
232
232
|
};
|
233
233
|
}>;
|
234
234
|
};
|
235
235
|
}>> & {
|
236
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
236
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
237
237
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
238
238
|
__isFragment?: never;
|
239
239
|
__isTeleport?: never;
|
@@ -246,145 +246,145 @@ declare const _default: {
|
|
246
246
|
type: import("vue").PropType<VelcronSpacingEditorSettings>;
|
247
247
|
};
|
248
248
|
"onUpdate:modelValue": {
|
249
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
249
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
250
250
|
};
|
251
251
|
"v-model": {
|
252
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
252
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
253
253
|
required: false;
|
254
254
|
};
|
255
255
|
modelValue: {
|
256
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
256
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
257
257
|
required: false;
|
258
258
|
};
|
259
259
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
260
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
260
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
261
261
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
262
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
262
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
263
263
|
required: false;
|
264
264
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
265
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
265
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
266
266
|
required: false;
|
267
267
|
}; } & {
|
268
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | VelcronPosition, {
|
268
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
269
269
|
"onUpdate:modelValue": {
|
270
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
270
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
271
271
|
};
|
272
272
|
} & {
|
273
273
|
"v-model": {
|
274
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
274
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
275
275
|
required: false;
|
276
276
|
};
|
277
277
|
} & {
|
278
278
|
modelValue: {
|
279
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
279
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
280
280
|
required: false;
|
281
281
|
};
|
282
282
|
}>;
|
283
|
-
defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | VelcronPosition, {
|
283
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
284
284
|
"onUpdate:modelValue": {
|
285
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
285
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
286
286
|
};
|
287
287
|
} & {
|
288
288
|
"v-model": {
|
289
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
289
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
290
290
|
required: false;
|
291
291
|
};
|
292
292
|
} & {
|
293
293
|
modelValue: {
|
294
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
294
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
295
295
|
required: false;
|
296
296
|
};
|
297
297
|
}, false>;
|
298
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | VelcronPosition, {
|
298
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, VelcronSpacing | SpacingValue | VelcronPosition, {
|
299
299
|
"onUpdate:modelValue": {
|
300
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
300
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
301
301
|
};
|
302
302
|
} & {
|
303
303
|
"v-model": {
|
304
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
304
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
305
305
|
required: false;
|
306
306
|
};
|
307
307
|
} & {
|
308
308
|
modelValue: {
|
309
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
309
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
310
310
|
required: false;
|
311
311
|
};
|
312
312
|
}>;
|
313
313
|
};
|
314
314
|
}>> & {
|
315
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
315
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
316
316
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
317
|
-
"update:modelValue": (value: VelcronSpacing | VelcronPosition) => true;
|
317
|
+
"update:modelValue": (value: VelcronSpacing | VelcronPosition | SpacingValue) => true;
|
318
318
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
319
319
|
propsDefinition: Omit<Readonly<{} & {
|
320
320
|
name?: {
|
321
321
|
[x: `onUpdate:${string}`]: {
|
322
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
322
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
323
323
|
};
|
324
324
|
} & {
|
325
325
|
[x: `v-model:${string}`]: {
|
326
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
326
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
327
327
|
required: false;
|
328
328
|
};
|
329
329
|
} & {
|
330
330
|
[x: string]: {
|
331
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
331
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
} & {
|
335
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | VelcronPosition, {
|
335
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
336
336
|
"onUpdate:modelValue": {
|
337
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
337
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
338
338
|
};
|
339
339
|
} & {
|
340
340
|
"v-model": {
|
341
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
341
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
342
342
|
required: false;
|
343
343
|
};
|
344
344
|
} & {
|
345
345
|
modelValue: {
|
346
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
346
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
347
347
|
required: false;
|
348
348
|
};
|
349
349
|
}>;
|
350
|
-
defaultValue(value?: VelcronSpacing | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | VelcronPosition, {
|
350
|
+
defaultValue(value?: VelcronSpacing | SpacingValue | VelcronPosition): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
351
351
|
"onUpdate:modelValue": {
|
352
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
352
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
353
353
|
};
|
354
354
|
} & {
|
355
355
|
"v-model": {
|
356
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
356
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
357
357
|
required: false;
|
358
358
|
};
|
359
359
|
} & {
|
360
360
|
modelValue: {
|
361
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
361
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
362
362
|
required: false;
|
363
363
|
};
|
364
364
|
}, false>;
|
365
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | VelcronPosition, {
|
365
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, VelcronSpacing | SpacingValue | VelcronPosition, {
|
366
366
|
"onUpdate:modelValue": {
|
367
|
-
type: import("vue").PropType<(value: VelcronSpacing | VelcronPosition) => any>;
|
367
|
+
type: import("vue").PropType<(value: VelcronSpacing | SpacingValue | VelcronPosition) => any>;
|
368
368
|
};
|
369
369
|
} & {
|
370
370
|
"v-model": {
|
371
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
371
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
372
372
|
required: false;
|
373
373
|
};
|
374
374
|
} & {
|
375
375
|
modelValue: {
|
376
|
-
type: import("vue").PropType<VelcronSpacing | VelcronPosition>;
|
376
|
+
type: import("vue").PropType<VelcronSpacing | SpacingValue | VelcronPosition>;
|
377
377
|
required: false;
|
378
378
|
};
|
379
379
|
}>;
|
380
380
|
};
|
381
381
|
settings?: VelcronSpacingEditorSettings;
|
382
|
-
"v-model"?: VelcronSpacing | VelcronPosition;
|
383
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
384
|
-
modelValue?: VelcronSpacing | VelcronPosition;
|
382
|
+
"v-model"?: VelcronSpacing | SpacingValue | VelcronPosition;
|
383
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
384
|
+
modelValue?: VelcronSpacing | SpacingValue | VelcronPosition;
|
385
385
|
location?: EditorLocation;
|
386
386
|
}>, "onUpdate:modelValue"> & {
|
387
|
-
"onUpdate:modelValue"?: (value: VelcronSpacing | VelcronPosition) => any;
|
387
|
+
"onUpdate:modelValue"?: (value: VelcronSpacing | SpacingValue | VelcronPosition) => any;
|
388
388
|
};
|
389
389
|
};
|
390
390
|
export default _default;
|
@@ -1,14 +1,18 @@
|
|
1
|
-
import { VelcronAppDefinition, VelcronDefinitionRegistration, VelcronRendererReference, guid } from "@omnia/fx-models";
|
1
|
+
import { VelcronAppDefinition, VelcronDefinitionCategoryRegistration, VelcronDefinitionRegistration, VelcronDefinitionRendererTypeRegistration, VelcronRendererReference, guid } from "@omnia/fx-models";
|
2
2
|
export declare const useVelcronDefinitionStore: () => {
|
3
3
|
state: {
|
4
4
|
definitions: VelcronDefinitionRegistration<object>[];
|
5
|
-
|
5
|
+
categories: VelcronDefinitionCategoryRegistration[];
|
6
|
+
rendererTypes: VelcronDefinitionRendererTypeRegistration[];
|
6
7
|
};
|
7
8
|
get: {
|
8
9
|
byReference(reference: VelcronRendererReference | VelcronAppDefinition): VelcronAppDefinition<object>;
|
9
10
|
byId<TState extends object>(id: guid, stripped?: boolean): VelcronDefinitionRegistration<TState>;
|
10
|
-
byFilters(
|
11
|
-
readonly
|
11
|
+
byFilters(categoryFilters: Array<guid>, rendererTypeFilters: Array<guid>, includeBuiltIn?: boolean): VelcronDefinitionRegistration<object>[];
|
12
|
+
readonly categories: VelcronDefinitionCategoryRegistration[];
|
13
|
+
filteredCategories(filters: Array<guid>, rendererTypeFilters: Array<guid>, includeBuiltIn?: boolean): VelcronDefinitionCategoryRegistration[];
|
14
|
+
filteredRendererTypes(filters: Array<guid>): any[];
|
15
|
+
readonly rendererTypes: VelcronDefinitionRendererTypeRegistration[];
|
12
16
|
};
|
13
17
|
actions: {
|
14
18
|
onDispatching: {
|
@@ -61,6 +65,7 @@ export declare const useVelcronDefinitionStore: () => {
|
|
61
65
|
};
|
62
66
|
events: {
|
63
67
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRegistration<object>[]>;
|
64
|
-
|
68
|
+
onMutatedCategories: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionCategoryRegistration[]>;
|
69
|
+
onMutatedRendererTypes: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinitionRendererTypeRegistration[]>;
|
65
70
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
66
71
|
};
|