@omnia/fx 8.0.505-dev → 8.0.507-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/console/components/Console.d.ts +1 -0
- package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +1 -0
- package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.editor.manifest.json +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -0
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/spfx/components/OmniaWPStandaloneContainer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/VueComponentConnect.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/SettingsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageDetail.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/chrome/DashboardLayout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/blades/MenuBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/TenantAdministratorPermissionJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/blades/MenuBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/recurrence/RecurrenceSetting.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/recurrence/RecurrenceSettingStatus.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/BusinessProfileSecretsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/TenantSecretsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormListBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyProfile.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyTenant.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/security/blades/MenuBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatios.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/DateTimeSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageDetail.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageHomeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/MainContactsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/SecurityContactsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/SystemUpdateNotificationBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/UserSyncContacts.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/systemlayout/SystemLayoutJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/BusinessProfileUserManagementJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/UserManagementJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthentication.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupAddMemberBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupItemDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListingJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/Chrome.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/PropertyForm.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/SelfServiceJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/DetailOmniaSearchUserLogBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncOmniaSearchBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/GDPRBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/Journey.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/UserJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/Journey.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/Journey.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DefaultBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/Journey.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeAuthentication.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProfileCompletion.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProperties.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/OnboardingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeListingBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/BuiltInProvidersDetailBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/ExternalProvidersBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationBlades/RefreshTokensBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesBlades/CustomProperties.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppManagementCategoryJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/SwitchingTemplateJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/CreateItemBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/PropertiesBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InactiveList.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/OrphanedList.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/PendingList.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PermissionTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/WizardConfigurationItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/AppPropertyNamingPolicyInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignAppJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignBPJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/ThemeDesigner.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/chrome/Chrome.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/fills/FillsJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/fontsmanager/FontManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/fontsmanager/blade/FontDefinitionBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/ThemesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/blades/SelectionThemeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview_bak.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionControl.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionalControlSelectionRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/ConditionalControlSettingsRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/docs/EnterprisePickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/conditioncontrol/stores/ConditionalControlStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/DateTimePickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/designpatterns/SelectionPatterns.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +46 -13
- package/internal-do-not-import-from-here/ux/editorchrome/toolbars/FooterToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/toolbars/HeaderToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/toolbars/RightPanelToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filepicker/FilePickerRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/components/EditorSelector.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/sourceeditor/SourceEditorButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconListingRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/iconpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddValueCondition.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/Journey.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SelectionComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/journeyfilter/JourneyFilterDialog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +9 -29
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +37 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionListRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectionRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySettingsRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts +6 -158
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/layoutitems/LayoutSectionStepper.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/layoutitems/LayoutStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/BlockSettingsPanel_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/SettingsPanel_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/journey/JourneyBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/journey/JourneyMenuItemSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/InternalLayoutBlockSettingsHelper.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsdesigner/StepperSectionDesigner.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/links/LinkRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.stylex.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediarenderer/MediaRendererComponentBase.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/CellRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/fieldcontainer/FieldContainer.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/labeledtext/LabeledText.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/logoomnia/LogoOmnia.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/picker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/picker/models/SharedSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/stores/PickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/qrcode/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/selection/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanelSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanev2/SplitPaneContainer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/splitpanev2/SplitPaneContent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/Switches.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/virtualscroll/VirtualScroll.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/virtualscroll/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileSwitchingBtn.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-cover/PropertyCover.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/SubscriptToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/SuperscriptToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollup/docs/CardView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollup/docs/ListView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollup/views/CardView.d.ts +12 -5
- package/internal-do-not-import-from-here/ux/rollup/views/ListView.d.ts +10 -7
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/selection/SelectionComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/sitelogoicon/SiteLogoIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Like.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/tag/HashTagList.d.ts +15 -25
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/timezonepicker/TimeZonePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Scroll.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/LinkResolverEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +4 -3
- package/internal-do-not-import-from-here/wctypings.d.ts +44 -23
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/fieldcontainer/FieldContainer.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/fieldcontainer/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/fieldcontainer/docs/SampleComponent.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/fieldcontainer/docs/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +0 -10
- /package/internal-do-not-import-from-here/ux/journey/selection/{JourneySelect.stylex.d.ts → JourneySelectBase.stylex.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/DefineLayoutEditorCanvas.d.ts
CHANGED
@@ -1,6 +1,5 @@
|
|
1
|
-
import { EditorChromeConfiguration,
|
1
|
+
import { EditorChromeConfiguration, ILayoutFileContext, ILayoutMediaContext } from "@omnia/fx-models";
|
2
2
|
import { useEditorChromeStore } from "../../editorchrome";
|
3
|
-
import { useLayoutCanvasStore } from "../..";
|
4
3
|
export interface LayoutEditorCanvasSettings {
|
5
4
|
blockProvider?: string;
|
6
5
|
deisgnModes?: "design" | "write" | "design preview" | "write preview" | "design write" | "design write preview";
|
@@ -8,160 +7,9 @@ export interface LayoutEditorCanvasSettings {
|
|
8
7
|
mediaContext?: ILayoutMediaContext;
|
9
8
|
fileContext?: ILayoutFileContext;
|
10
9
|
}
|
11
|
-
export declare
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
layout: {
|
17
|
-
definition: import("@omnia/fx-models").LayoutDefinition;
|
18
|
-
ownerLayoutItemsOverride: import("@omnia/fx-models").LayoutItem[];
|
19
|
-
originalId: guid;
|
20
|
-
};
|
21
|
-
id: guid;
|
22
|
-
settings: {
|
23
|
-
providers: {
|
24
|
-
block: string;
|
25
|
-
mediaContext: ILayoutMediaContext;
|
26
|
-
fileContext: ILayoutFileContext;
|
27
|
-
dependencyProviders: string[];
|
28
|
-
};
|
29
|
-
};
|
30
|
-
};
|
31
|
-
actions: import("../../mobile").StoreReturnDefineAction<{
|
32
|
-
hooks: () => import("../../mobile").StoreReturnDefineAction<{
|
33
|
-
blockinstanceCreated: (blockInstance: import("@omnia/fx-models").IBlockInstance) => void;
|
34
|
-
layoutSectionRenderer: (layoutSectionRenderer: import("@omnia/fx-models").ILayoutSectionRenderer) => void;
|
35
|
-
}>;
|
36
|
-
layout: () => import("../../mobile").StoreReturnDefineAction<{
|
37
|
-
set: (layout: import("@omnia/fx-models").Layout) => void;
|
38
|
-
}>;
|
39
|
-
providers: () => {
|
40
|
-
set: {
|
41
|
-
dependencyProviders: (providers: Array<string>) => void;
|
42
|
-
block: (blockProvider: string) => void;
|
43
|
-
mediaContext: (mediaContext: ILayoutMediaContext) => void;
|
44
|
-
fileContext: (fileContext: ILayoutFileContext) => void;
|
45
|
-
};
|
46
|
-
};
|
47
|
-
notify: (blockManifestId: string) => void;
|
48
|
-
init: () => {
|
49
|
-
readOnlyCanvas: (blockProvider: string, mediaContext: ILayoutMediaContext, fileContext: ILayoutFileContext) => void;
|
50
|
-
editableCanvas: (editorChromeStore: ReturnType<typeof useEditorChromeStore>, blockProvider: string, mediaContext: ILayoutMediaContext, fileContext: ILayoutFileContext) => void;
|
51
|
-
};
|
52
|
-
}>;
|
53
|
-
get: {
|
54
|
-
layout: {
|
55
|
-
loaded: () => import("@omnia/fx-models").LoadedLayout;
|
56
|
-
};
|
57
|
-
block: {
|
58
|
-
readonly instances: {
|
59
|
-
[blockManifestId: string]: Set<{
|
60
|
-
instance: import("../..").IBlockInstanceExtendsInternal<void>;
|
61
|
-
}>;
|
62
|
-
};
|
63
|
-
readonly settings: import("../..").ReactiveLayoutItemsSettingsStore;
|
64
|
-
settingsProvider: () => import("../..").BlockSettingsProvider;
|
65
|
-
renderMode: () => import("@omnia/fx-models").BlockRenderingModes;
|
66
|
-
};
|
67
|
-
providers: {
|
68
|
-
block: string;
|
69
|
-
mediaContext: ILayoutMediaContext;
|
70
|
-
fileContext: ILayoutFileContext;
|
71
|
-
};
|
72
|
-
};
|
73
|
-
rules: {
|
74
|
-
isEditMode: () => boolean;
|
75
|
-
};
|
76
|
-
readonly editor: {
|
77
|
-
state: {
|
78
|
-
editorMode: import("@omnia/fx-models").LayoutCanvasMode;
|
79
|
-
id: guid;
|
80
|
-
settings: {
|
81
|
-
authDisabled: boolean;
|
82
|
-
breakpointSettingsEnabled: boolean;
|
83
|
-
};
|
84
|
-
drawerMode: "settings" | "editing" | "layout-structure" | "clipboard";
|
85
|
-
selected: {
|
86
|
-
layoutItem: import("@omnia/fx-models").LayoutItem;
|
87
|
-
clipBoardItem: import("@omnia/fx-models").ClipboardLayoutItem;
|
88
|
-
displayBreakPoint: import("@omnia/fx-models").DisplayBreakPoint;
|
89
|
-
layoutItem4Action: import("@omnia/fx-models").LayoutItem;
|
90
|
-
};
|
91
|
-
active: {
|
92
|
-
layoutItemAction: import("@omnia/fx-models").LayoutItemActionState;
|
93
|
-
};
|
94
|
-
};
|
95
|
-
actions: import("../../mobile").StoreReturnDefineAction<{
|
96
|
-
scrollToLayoutItem: (item: import("@omnia/fx-models").LayoutItem) => void;
|
97
|
-
selection: () => import("../../mobile").StoreReturnDefineAction<{
|
98
|
-
execActiveAction: (container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => void;
|
99
|
-
toggleActiveAction: (item: import("@omnia/fx-models").LayoutItem | import("@omnia/fx-models").ClipboardLayoutItem, action: import("@omnia/fx-models").LayoutItemActionState) => void;
|
100
|
-
removeActiveAction: () => void;
|
101
|
-
removeLayoutItemSelection: () => void;
|
102
|
-
setLayoutItem: (item: import("@omnia/fx-models").LayoutItem, settingsPanelAction?: "toggle" | "show" | "hide") => void;
|
103
|
-
}>;
|
104
|
-
enableDisplayBreakpointSettings: (enable: boolean) => void;
|
105
|
-
block: () => {
|
106
|
-
set: {
|
107
|
-
suggestedBlocks: (blocks: string[]) => void;
|
108
|
-
};
|
109
|
-
ensureRemoveDeletedBlocks: (layout: import("@omnia/fx-models").Layout) => void;
|
110
|
-
};
|
111
|
-
show: () => import("../../mobile").StoreReturnDefineAction<{
|
112
|
-
settingsPanel: (action: "show" | "hide" | "toggle") => void;
|
113
|
-
layoutStructurePanel: (action: "show" | "hide" | "toggle") => void;
|
114
|
-
clipboardPanel: (action: "show" | "hide" | "toggle") => void;
|
115
|
-
}>;
|
116
|
-
layout: () => import("../../mobile").StoreReturnDefineAction<{
|
117
|
-
copyItem: (item2Copy: import("@omnia/fx-models").LayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => import("../..").CopiedLayoutItemResult;
|
118
|
-
moveItem: (item2Move: import("@omnia/fx-models").LayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => void;
|
119
|
-
addItem: (itemreference: import("@omnia/fx-models").AddItemToLayoutPayLoad) => void;
|
120
|
-
insertClipboardItem: (clipboard: import("@omnia/fx-models").ClipboardLayoutItem, container: import("@omnia/fx-models").LayoutItem, siblingId?: string, postInsert?: boolean) => import("../..").CopiedLayoutItemResult;
|
121
|
-
deleteItem: (itemreference: import("@omnia/fx-models").DeleteItemFromLayoutPayLoad) => void;
|
122
|
-
changeSectionType: (section: import("@omnia/fx-models").Section, type: import("@omnia/fx-models").SectionTypes) => void;
|
123
|
-
}>;
|
124
|
-
configureDrawer: (header: {
|
125
|
-
icon?: import("@omnia/fx-models").IIcon;
|
126
|
-
title?: string;
|
127
|
-
enabled?: boolean;
|
128
|
-
}, customScroll?: boolean) => void;
|
129
|
-
setEditorMode: (mode: import("@omnia/fx-models").LayoutCanvasMode) => void;
|
130
|
-
hooks: () => import("../../mobile").StoreReturnDefineAction<{
|
131
|
-
onBlockRemoved(block: import("@omnia/fx-models").Block): void;
|
132
|
-
onLayoutItemMoved(layoutItem: import("@omnia/fx-models").LayoutItem): void;
|
133
|
-
onBlockCopiedHook(originalBlock: import("@omnia/fx-models").Block, newBlock: import("@omnia/fx-models").Block): void;
|
134
|
-
onLayoutItemPasted(layoutItem: import("@omnia/fx-models").ClipboardLayoutItem): void;
|
135
|
-
}>;
|
136
|
-
init: (canvasStore: ReturnType<typeof useLayoutCanvasStore>, editorChromeStoreRef: ReturnType<typeof useEditorChromeStore>) => void;
|
137
|
-
}>;
|
138
|
-
get: {
|
139
|
-
settingsDefinitions: import("../..").LayoutDefinitionBuilder;
|
140
|
-
layout: {
|
141
|
-
active: () => import("@omnia/fx-models").Layout;
|
142
|
-
};
|
143
|
-
block: {
|
144
|
-
suggestions: () => string[];
|
145
|
-
renderMode: () => import("@omnia/fx-models").BlockRenderingModes;
|
146
|
-
};
|
147
|
-
};
|
148
|
-
rules: {
|
149
|
-
isSettingsActive: () => boolean;
|
150
|
-
isLayoutStructureActive: () => boolean;
|
151
|
-
isClipboardActive: () => boolean;
|
152
|
-
activeItem: {
|
153
|
-
isSection(): boolean;
|
154
|
-
};
|
155
|
-
showSelectors: () => boolean;
|
156
|
-
isLayoutItemLocked: (item: import("@omnia/fx-models").LayoutItem) => boolean;
|
157
|
-
isTemplateEnabledLayout: () => boolean;
|
158
|
-
isAdvancedModeActivated: () => boolean;
|
159
|
-
isAuthDisabled: () => boolean;
|
160
|
-
};
|
161
|
-
} & {
|
162
|
-
dispose?: () => void;
|
163
|
-
};
|
164
|
-
} & {
|
165
|
-
dispose?: () => void;
|
166
|
-
};
|
10
|
+
export declare const defineLayoutEditorCanvas: () => {
|
11
|
+
configuration: EditorChromeConfiguration;
|
12
|
+
};
|
13
|
+
export declare const useDefineLayoutEditorCanvas: () => {
|
14
|
+
configuration: EditorChromeConfiguration;
|
167
15
|
};
|
@@ -5,6 +5,7 @@ type LayoutEditorCanvasProps = DefinePropTheming & DefineProp<"provider", string
|
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LayoutEditorCanvasProps> & {} & {
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
|
+
$stable?: boolean;
|
8
9
|
}, never>;
|
9
10
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "authDisabled" | "provider" | "colors" | "getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
11
|
export default _default;
|
@@ -10,6 +10,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
10
10
|
}> & {} & {
|
11
11
|
"v-slots"?: {} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
|
+
$stable?: boolean;
|
13
14
|
}, never>;
|
14
15
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "parentContainer" | "verticalMenu" | "useTheme"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
16
|
export default _default;
|
@@ -17,6 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
}> & {} & {
|
18
18
|
"v-slots"?: {} & Omit<{
|
19
19
|
default?: import("vue").Slot;
|
20
|
+
$stable?: boolean;
|
20
21
|
}, never>;
|
21
22
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "layoutId" | "useScrollMargingFix" | "tabState"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
23
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/layoutitems/LayoutStep.d.ts
CHANGED
@@ -19,6 +19,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
19
19
|
}> & {} & {
|
20
20
|
"v-slots"?: {} & Omit<{
|
21
21
|
default?: import("vue").Slot;
|
22
|
+
$stable?: boolean;
|
22
23
|
}, never>;
|
23
24
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "settings" | "step" | "layoutId" | "useScrollMargingFix" | "tabState"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
25
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingPanel.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts
CHANGED
@@ -9,6 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Props> & {}
|
|
9
9
|
panel?: (baldeRenderer: BladeElement) => VNodeChild;
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
|
+
$stable?: boolean;
|
12
13
|
}, "panel">;
|
13
14
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "title" | "variant" | "layoutItem" | "renderBladeOnly" | "slot:panel"> & VNodeEvents) => any;
|
14
15
|
export default _default;
|
@@ -10,6 +10,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
10
10
|
}> & {} & {
|
11
11
|
"v-slots"?: {} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
|
+
$stable?: boolean;
|
13
14
|
}, never>;
|
14
15
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "item" | "parentContainer" | "verticalMenu" | "useTheme"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
16
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/SettingsPanel_old.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../../InternalDefineComponent").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../../VueComponentBase").VueComponentBaseProps, string> & import("../../../../InternalDefineComponent").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -7,6 +7,7 @@ declare const _default: (props: import("../../../..").ExtractProps<{
|
|
7
7
|
}> & {} & {
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
|
+
$stable?: boolean;
|
10
11
|
}, never>;
|
11
12
|
} & {} & Omit<VueComponentBaseProps, "item" | "secondarycolor"> & import("../../../..").VNodeEvents) => any;
|
12
13
|
export default _default;
|
@@ -4,6 +4,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "journeyInstance"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -9,6 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
9
|
append?: () => VNodeChild;
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
|
+
$stable?: boolean;
|
12
13
|
}, "append" | "prepend">;
|
13
14
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items" | "slot:append" | "slot:prepend"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
15
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns_old.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General_old.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing_old.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
7
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style_old.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("../../../..").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("../../../..").VueComponentBaseProps, string> & import("../../../..").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -4,6 +4,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "items"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts
CHANGED
@@ -4,6 +4,7 @@ declare const _default: (props: import("../..").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("../..").VueComponentBaseProps, "actionHandler"> & import("../..").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -7,6 +7,7 @@ declare const _default: (props: import("../..").ExtractProps<IActionHandlerSetti
|
|
7
7
|
} & {
|
8
8
|
"v-slots"?: {} & Omit<{
|
9
9
|
default?: import("vue").Slot;
|
10
|
+
$stable?: boolean;
|
10
11
|
}, never>;
|
11
12
|
} & {} & Omit<import("../..").VueComponentBaseProps, "actionHandler" | "emit:updateActionHandler"> & import("../..").VNodeEvents) => any;
|
12
13
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|
@@ -6,6 +6,7 @@ type Props = DefineProp<"designRender", boolean, false, null> & DefineProp<"getA
|
|
6
6
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Props> & {} & {
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
|
+
$stable?: boolean;
|
9
10
|
}, never>;
|
10
11
|
} & {
|
11
12
|
ref?: import("vue").Ref<LayoutRendererCanvasApi, LayoutRendererCanvasApi> | ((ref: LayoutRendererCanvasApi) => void);
|
@@ -6,6 +6,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
6
6
|
}> & {} & {
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
|
+
$stable?: boolean;
|
9
10
|
}, never>;
|
10
11
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "renderSectionItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
12
|
export default _default;
|
@@ -16,6 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
}> & {} & {
|
17
17
|
"v-slots"?: {} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
|
+
$stable?: boolean;
|
19
20
|
}, never>;
|
20
21
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "themeTargetId" | "layoutId" | "useScrollMargingFix"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
22
|
export default _default;
|
@@ -4,6 +4,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "renderContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -6,6 +6,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
6
6
|
}> & {} & {
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
|
+
$stable?: boolean;
|
9
10
|
}, never>;
|
10
11
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "renderSectionItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
12
|
export default _default;
|
@@ -16,6 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
}> & {} & {
|
17
17
|
"v-slots"?: {} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
|
+
$stable?: boolean;
|
19
20
|
}, never>;
|
20
21
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "section" | "themeTargetId" | "layoutId" | "useScrollMargingFix"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
22
|
export default _default;
|
@@ -4,6 +4,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "renderContext"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -4,6 +4,7 @@ type LetterAvatarProps = DefineProp<"name", string> & DefineProp<"size", OSizeTy
|
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LetterAvatarProps> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "name" | "color" | "size"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -48,6 +48,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
48
48
|
activator?: () => void;
|
49
49
|
} & Omit<{
|
50
50
|
default?: import("vue").Slot;
|
51
|
+
$stable?: boolean;
|
51
52
|
}, "activator">;
|
52
53
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "v-model" | "modelValue" | "emit:update:modelValue" | "styles" | "slot:activator" | "selectedItem" | "emit:close" | "emit:update:selectedItem" | "v-model:selectedItem" | "editMode" | "selectableProviders" | "emit:configureProviders" | "emit:saved"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
53
54
|
export default _default;
|
@@ -9,6 +9,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<InternalLink
|
|
9
9
|
renderer?: (link: LinkItem) => void;
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
|
+
$stable?: boolean;
|
12
13
|
}, "renderer">;
|
13
14
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:renderer" | "hideTitle"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
15
|
export default _default;
|
@@ -2,6 +2,7 @@ import "./MagicLink.css";
|
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
3
3
|
"v-slots"?: {} & Omit<{
|
4
4
|
default?: import("vue").Slot;
|
5
|
+
$stable?: boolean;
|
5
6
|
}, never>;
|
6
7
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
7
8
|
export default _default;
|
@@ -417,10 +417,10 @@ declare const _default: {
|
|
417
417
|
toned?: boolean;
|
418
418
|
"v-model"?: string;
|
419
419
|
modelValue?: string;
|
420
|
+
placeholder?: string;
|
420
421
|
plugins?: [object];
|
421
422
|
hideToolbar?: boolean;
|
422
423
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
423
|
-
placeholder?: string;
|
424
424
|
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
425
425
|
noWrap?: boolean;
|
426
426
|
toolbarContainer?: boolean;
|
@@ -4,6 +4,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
4
4
|
}> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
7
8
|
}, never>;
|
8
9
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "editorId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
10
|
export default _default;
|
@@ -43,6 +43,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
43
43
|
} & {
|
44
44
|
"v-slots"?: {} & Omit<{
|
45
45
|
default?: import("vue").Slot;
|
46
|
+
$stable?: boolean;
|
46
47
|
}, never>;
|
47
48
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "activeIndex" | "media" | "emit:update:activeIndex" | "v-model:activeIndex" | "galleryPanelStore"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
48
49
|
export default _default;
|
package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts
CHANGED
@@ -16,6 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
} & {
|
17
17
|
"v-slots"?: {} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
|
+
$stable?: boolean;
|
19
20
|
}, never>;
|
20
21
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "activeIndex" | "media" | "emit:close" | "emit:update:activeIndex" | "v-model:activeIndex" | "showThumbnail"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
22
|
export default _default;
|
@@ -20,6 +20,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
20
|
} & {
|
21
21
|
"v-slots"?: {} & Omit<{
|
22
22
|
default?: import("vue").Slot;
|
23
|
+
$stable?: boolean;
|
23
24
|
}, never>;
|
24
25
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "media" | "mediaClass" | "emit:update:media" | "v-model:media" | "roundBorder" | "mediaJson" | "displayNumber" | "emit:clickMedia"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
26
|
export default _default;
|
@@ -1,6 +1,7 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
|
2
2
|
"v-slots"?: {} & Omit<{
|
3
3
|
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
4
5
|
}, never>;
|
5
6
|
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
7
|
export default _default;
|