@omnia/fx 8.0.345-dev → 8.0.347-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 +5 -1
- package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +6 -2
- package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +6 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +6 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +9 -2
- package/internal-do-not-import-from-here/spfx/components/OmniaWPStandaloneContainer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +24 -2
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/SettingsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageDetail.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageSettings.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/blades/MenuBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/TenantAdministratorPermissionJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/permissions/tenant/blades/MenuBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/secrets/BusinessProfileSecretsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/secrets/TenantSecretsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormListBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyProfile.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyTenant.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/security/blades/MenuBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPicker.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatios.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosListing.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsListing.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/DateTimeSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageDetail.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageHomeBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageSettings.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/systemlayout/SystemLayoutJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/BusinessProfileUserManagementJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/UserManagementJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthentication.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupListingBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/Chrome.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddPropertyBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddUserTypeBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/ApprovalBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditPropertyBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditUserTypeBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/SelfServiceJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/UserTypesBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/DetailOmniaSearchUserLogBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/Journey.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/UserJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/Journey.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DetailBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/Journey.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DefaultBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DetailBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/Journey.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeAuthentication.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProperties.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeListingBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/apps/admin/AppManagementCategoryJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignAppJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignBPJourney.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/DesignJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/ThemesJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/SelectionThemeBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +22 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview_bak.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/docs/DateTimePickerExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/docs/designpatterns/SelectionPatterns.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/fieldcontainer/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/components/EditorSelector.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/sourceeditor/SourceEditorButton.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/iconpicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +31 -5
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +17 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/journey/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/journey/docs/SelectionComponent.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/journey/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.stylex.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionStepper.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSettingsComponent.d.ts +7 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/links/LinkRenderer.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +89 -3
- package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/mediarenderer/MediaRendererComponentBase.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +30 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +16 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +20 -1
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +24 -4
- package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -1
- package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +9 -1
- package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +14 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +12 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/SubscriptToolbar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/SuperscriptToolbar.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +10 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +9 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Scroll.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/LinkResolverEditor.d.ts +7 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +13 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +12 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +6 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -8
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/selectionpicker/InputSelect.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/oxide/selectionpicker/InputSelect.stylex.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/ExampleComponents.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/SampleComponent.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/index.d.ts +0 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, IDataTableRow, IDataTableRowRenderer, ItemValueType, SelectItemKey, SortItem } from "@omnia/fx/ux";
|
1
|
+
import { DataTableHeader, DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ExtractProps, IDataTableRow, IDataTableRowRenderer, ItemValueType, SelectItemKey, SortItem } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
export type DataTableOptions = {
|
4
4
|
page: number;
|
@@ -23,5 +23,11 @@ type ServerPaginationScrollProps<TItem> = ShowLoadMoreProp & DefineEmit<"visible
|
|
23
23
|
declare const defaultHeaders: DataTableHeader[];
|
24
24
|
declare const emptyArray: any[];
|
25
25
|
export type DataTableProps<TItem, TVariant> = VariantType<TVariant> & DataTablePropsBase<TItem> & DefineType<TVariant extends "client-pagination-scroll" ? ClientPaginationScrollProps<TItem> : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps>;
|
26
|
-
declare const _default: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props:
|
26
|
+
declare const _default: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: ExtractProps<DataTableProps<TItem, TVariant>> & ((DataTableProps<TItem, TVariant> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: DataTableProps<TItem, TVariant>[K]; } : never) extends infer T_1 ? T_1 extends (DataTableProps<TItem, TVariant> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: DataTableProps<TItem, TVariant>[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
|
27
|
+
"v-slots"?: (DataTableProps<TItem, TVariant> extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never) & Omit<{
|
28
|
+
default?: import("vue").Slot;
|
29
|
+
}, keyof (DataTableProps<TItem, TVariant> extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never)>;
|
30
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "search" | "height" | "variant" | "drag" | "class" | "expanded" | "colorSchemaType" | "modelValue" | "items" | "loading" | "hover" | "colors" | "v-model" | "emit:update:modelValue" | "itemValue" | "slot:item" | "emit:update:expanded" | "v-model:expanded" | "sortBy" | "emit:update:sortBy" | "v-model:sortBy" | "mustSort" | "showSelect" | "itemSelectable" | "noDataText" | "searchBy" | "showExpand" | "emit:update:items" | "v-model:items" | "emit:update:options" | "emit:update:page" | "emit:update:itemsPerPage" | "emit:click:loadMore" | "slot:row" | "slot:top" | "slot:expanded-row" | `slot:header.${string}` | `slot:item.${string}` | keyof (TVariant extends "client-pagination-scroll" ? {
|
31
|
+
itemHeight?: string | number;
|
32
|
+
} : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem_1> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
27
33
|
export default _default;
|
@@ -26,7 +26,7 @@ export declare class DataTableRowRenderer implements IDataTableRowRenderer {
|
|
26
26
|
addAction(node: VNodeChild): Pick<IDataTableRowRenderer, "addCell" | "addAction">;
|
27
27
|
}
|
28
28
|
export type PublicDataTableRowProps = DefineProp<"active", boolean, false, false> & DefineProp<"remove", boolean, false, false> & DefineProp<"icon", IIcon> & DefineSlot<"actions", () => VNodeChild> & DefineEmit<"update:mouseOver", () => void, "Emits when moving the mouse pointer onto a row."> & DefineEmit<"update:mouseOut", () => void, "Emits when moving the mouse pointer out of a row.">;
|
29
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
29
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
30
30
|
active?: boolean;
|
31
31
|
} & {
|
32
32
|
remove?: boolean;
|
@@ -36,5 +36,15 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
36
36
|
drag?: boolean;
|
37
37
|
} & {
|
38
38
|
draggableIcon?: () => VNodeChild;
|
39
|
-
}>
|
39
|
+
}> & {
|
40
|
+
"onUpdate:mouseOver"?: () => any;
|
41
|
+
"onUpdate:mouseOut"?: () => any;
|
42
|
+
"onClick:navigation"?: (e: MouseEvent) => any;
|
43
|
+
} & {
|
44
|
+
"v-slots"?: {
|
45
|
+
actions?: () => VNodeChild;
|
46
|
+
} & Omit<{
|
47
|
+
default?: import("vue").Slot;
|
48
|
+
}, "actions">;
|
49
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "active" | "drag" | "remove" | "slot:actions" | "emit:update:mouseOver" | "emit:update:mouseOut" | "emit:click:navigation" | "draggableIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
40
50
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -2,5 +2,13 @@ import { DefineProp, DefinePropTheming, DefineSlot, DefineVModel } from "@omnia/
|
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
import { type Anchor } from "vuetify/util";
|
4
4
|
type DatePickerProps = DefinePropTheming & DefineVModel<"", Date | Array<Date>, false, null, true, "The date picker model."> & DefineProp<"elevation", string | number, false, null, "Designates an elevation applied to the component between 0 and 24."> & DefineProp<"range", boolean, false, false, "Allow selecting a range of dates."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"showAdjacentMonths", boolean, false, false, "Toggles visibility of days from previous and next months."> & DefineProp<"showWeek", boolean, false, false, "Toggles visibility of the week numbers in the body of the calendar."> & DefineProp<"locale", string, false, null, "Specify the locale code to support a specific language."> & DefineProp<"inputMode", "keyboard" | "calendar", false, "calendar", "Toggles between showing dates or inputs."> & DefineProp<"allowedDates", ((date: unknown) => boolean) | unknown[], false, null, "Restricts which dates can be selected."> & DefineProp<"location", Anchor, false, null, "Specifies the component's location. Can combine by using a space separated string."> & DefineProp<"position", "static" | "relative" | "fixed" | "absolute" | "sticky", false, null, "Sets the position for the component."> & DefineSlot<"actions", () => VNodeChild>;
|
5
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DatePickerProps> & {
|
6
|
+
"onUpdate:modelValue"?: (value: Date | Date[]) => any;
|
7
|
+
} & {
|
8
|
+
"v-slots"?: {
|
9
|
+
actions?: () => VNodeChild;
|
10
|
+
} & Omit<{
|
11
|
+
default?: import("vue").Slot;
|
12
|
+
}, "actions">;
|
13
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position" | "disabled" | "range" | "colorSchemaType" | "location" | "modelValue" | "elevation" | "locale" | "slot:actions" | "colors" | "v-model" | "emit:update:modelValue" | "inputMode" | "showAdjacentMonths" | "showWeek" | "allowedDates"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
14
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -7,5 +7,24 @@ type DialogProps = DefinePropTheming & DefineProp<"class", String | String[]> &
|
|
7
7
|
hideNavigation: () => void;
|
8
8
|
showNavigation: () => void;
|
9
9
|
}) => VNodeChild> & DefineSlot<"header", () => VNodeChild> & DefineEmit<"click:close", () => void> & DefineEmit<"click:cancel", () => void> & DefineEmit<"click:confirm", () => void> & DefineProp<"location", DialogLocation, false, "center", "Sets location of the dialog.">;
|
10
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
10
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps> & {
|
11
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
12
|
+
"onClick:close"?: () => any;
|
13
|
+
"onClick:cancel"?: () => any;
|
14
|
+
"onClick:confirm"?: () => any;
|
15
|
+
} & {
|
16
|
+
"v-slots"?: {
|
17
|
+
fixedContent?: () => VNodeChild;
|
18
|
+
activator?: () => VNodeChild;
|
19
|
+
headerButtons?: () => VNodeChild;
|
20
|
+
actions?: () => VNodeChild;
|
21
|
+
navigation?: (apis: {
|
22
|
+
hideNavigation: () => void;
|
23
|
+
showNavigation: () => void;
|
24
|
+
}) => VNodeChild;
|
25
|
+
header?: () => VNodeChild;
|
26
|
+
} & Omit<{
|
27
|
+
default?: import("vue").Slot;
|
28
|
+
}, "navigation" | "actions" | "header" | "activator" | "fixedContent" | "headerButtons">;
|
29
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "location" | "modelValue" | "slot:actions" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "journey" | "canClose" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
30
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { DefineProp } from "@omnia/fx/ux";
|
2
2
|
import { OPageDividerTypes, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx-models";
|
3
3
|
type DividerProps = DefineProp<"class", String | String[]> & DefineProp<"variant", OPageDividerTypes, false, null> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, false> & DefineProp<"labelSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"labelType", TypographyType | TypographyTypes, false, null, "Specifies the typography type. Should be used only if the variants size does not match the context.">;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DividerProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "label" | "toned" | "labelSize" | "labelType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
9
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -2,5 +2,15 @@ import { ODraggableVariants } from "@omnia/fx-models";
|
|
2
2
|
import { DefineEmit, DefineProp, DefineSlot, DefineVModel, ItemValueType } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export type DraggableProps<T> = DefineVModel<"", T[], false, null, false, "The draggable items."> & DefineProp<"itemTitle", string | ((item: T) => VNodeChild), false, null, "Specify title property of an item or provide custom render it."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"disabledItem", string, false, null, "Specify a class name for items that are disabled for sortable."> & DefineProp<"placeholderClass", string, false, null, "Custom styles of the placeholder."> & DefineProp<"variant", ODraggableVariants, false, "default", "Applies a distinct style to the component."> & DefineSlot<"item", (item: T, index: number) => VNodeChild, "Define a custom item appearance."> & DefineEmit<"sort:start", () => true, "Emit a sort start event."> & DefineEmit<"sort:end", () => true, "Emit a sort end event.">;
|
5
|
-
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").
|
5
|
+
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<DraggableProps<T>> & {
|
6
|
+
"onUpdate:modelValue"?: (value: T[]) => any;
|
7
|
+
"onSort:end"?: () => any;
|
8
|
+
"onSort:start"?: () => any;
|
9
|
+
} & {
|
10
|
+
"v-slots"?: {
|
11
|
+
item?: (item: T, index: number) => VNodeChild;
|
12
|
+
} & Omit<{
|
13
|
+
default?: import("vue").Slot;
|
14
|
+
}, "item">;
|
15
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "v-model" | "emit:update:modelValue" | "itemValue" | "slot:item" | "emit:sort:end" | "itemTitle" | "disabledItem" | "placeholderClass" | "emit:sort:start"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
16
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -2,5 +2,14 @@ import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
|
2
2
|
import { IIcon } from "@omnia/fx/models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
type ExpansionPanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "The title of the expansion panel."> & DefineProp<"icon", IIcon, false, null, "The icon of the expansion panel."> & DefineProp<"toned", boolean, false, false> & DefineProp<"hideExpandIcon", boolean, false, false, "If true, the expand icon will be hidden."> & DefineProp<"eager", boolean, false, false, "Forces the component’s content to render when it mounts. This is useful if you have content that will not be rendered in the DOM that you want crawled for SEO or you want to disable lazy load."> & DefineSlot<"prepend", () => VNodeChild> & DefineSlot<"header", () => VNodeChild> & DefineSlot<"default", () => VNodeChild> & DefineSlot<"actions", () => VNodeChild>;
|
5
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ExpansionPanelProps> & {} & {
|
6
|
+
"v-slots"?: {
|
7
|
+
prepend?: () => VNodeChild;
|
8
|
+
header?: () => VNodeChild;
|
9
|
+
default?: () => VNodeChild;
|
10
|
+
actions?: () => VNodeChild;
|
11
|
+
} & Omit<{
|
12
|
+
default?: import("vue").Slot;
|
13
|
+
}, "actions" | "default" | "header" | "prepend">;
|
14
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "class" | "eager" | "colorSchemaType" | "slot:actions" | "colors" | "toned" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
6
15
|
export default _default;
|
@@ -7,5 +7,14 @@ export interface IExpansionPanel<T> {
|
|
7
7
|
ExpansionPanel: typeof o.expansion.panel;
|
8
8
|
}
|
9
9
|
type ExpansionPanelsProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number | Array<number>, false, null, false, "The v-model of the component."> & DefineVModel<"items", T[], false, null, false, "An array of strings or objects used for automatically generating children components."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"variant", OPanelTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"expandAll", boolean, false, false, "Expands all panels"> & DefineProp<"mandatory", boolean, false, false, "Forces at least one item to always be selected (if available)."> & DefineProp<"toned", boolean, false, false, "Applies the toned color schema to all panels."> & DefineProp<"multiple", boolean, false, false, "Allows one to select multiple items."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IExpansionPanel<T>) => VNodeChild>;
|
10
|
-
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").
|
10
|
+
declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<ExpansionPanelsProps<T>> & {
|
11
|
+
"onUpdate:modelValue"?: (value: number | number[]) => any;
|
12
|
+
"onUpdate:items"?: (value: T[]) => any;
|
13
|
+
} & {
|
14
|
+
"v-slots"?: {
|
15
|
+
item?: (item: IExpansionPanel<T>) => VNodeChild;
|
16
|
+
} & Omit<{
|
17
|
+
default?: import("vue").Slot;
|
18
|
+
}, "item">;
|
19
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "multiple" | "mandatory" | "colorSchemaType" | "modelValue" | "items" | "remove" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "slot:item" | "emit:update:items" | "v-model:items" | "expandAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
20
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,5 +1,11 @@
|
|
1
1
|
import { ButtonIconOptions, OSizeTypes } from "@omnia/fx-models";
|
2
2
|
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
3
3
|
type FabProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, true, true, "The v-model of the component"> & DefineProp<"active", boolean, false, true, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"app", boolean, false, false, "If true, attaches to the closest layout and positions according to the value of location."> & DefineProp<"block", boolean, false, false, "Expands the button to 100% of available space."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"stacked", boolean, false, false, "Displays the button as a column with the icon on top"> & DefineProp<"text", string, false, null, "Specify content text for the component."> & DefineProp<"size", OSizeTypes, false, "default", "Sets the size of the button."> & DefineProp<"variant", "flat" | "text" | "elevated" | "tonal" | "outlined" | "plain", false, "elevated", "Applies a distinct style to the component."> & DefineProp<"icon", ButtonIconOptions, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button.">;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FabProps> & {
|
5
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
6
|
+
} & {
|
7
|
+
"v-slots"?: {} & Omit<{
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
}, never>;
|
10
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "active" | "size" | "block" | "class" | "disabled" | "colorSchemaType" | "modelValue" | "stacked" | "app" | "colors" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
11
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { Spacing, SpacingValue } from "@omnia/fx/models";
|
2
2
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
3
3
|
type FlexProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"toned", boolean, false, false> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FlexProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "filled" | "class" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
9
|
export default _default;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
import { OHorizontalAlignments, ORowDirections, OVerticalAlignments, Spacing, SpacingValue } from "@omnia/fx-models";
|
3
3
|
type RowProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"toned", boolean, false, false> & DefineProp<"wrap", boolean, false, false, "If sub elements wrap or not."> & DefineProp<"height", string, false, null, "Sets the height of the flex."> & DefineProp<"width", string, false, null, "Sets the width of the column."> & DefineProp<"direction", ORowDirections, false, null, "Sets the direction for the flex columns."> & DefineProp<"minWidth", string, false, null, "Sets the min width of the column."> & DefineProp<"minHeight", string, false, null, "Sets the min heigth of the flex."> & DefineProp<"gapX", SpacingValue | number, false, null, "Sets the gap/spacing between columns. It applies only between columns and not on the outer edges."> & DefineProp<"gapY", SpacingValue | number, false, null, "Sets the gap/spacing between rows. It applies only between rows and not on the outer edges."> & DefineProp<"alignX", OHorizontalAlignments, false, null, "Sets the horizontal alignment of the columns."> & DefineProp<"alignY", OVerticalAlignments, false, null, "Sets the horizontal alignment of columns."> & DefineProp<"padding", Spacing | SpacingValue, false, null, "Ensures padding of the col from the blueprint. Apply to all dimensions using only one value."> & DefineProp<"margin", Spacing | SpacingValue, false, null, "Ensures margin of the col from the blueprint.Apply to all dimensions using only one value.">;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RowProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "height" | "margin" | "minHeight" | "minWidth" | "padding" | "width" | "filled" | "class" | "wrap" | "colorSchemaType" | "colors" | "toned" | "gapX" | "gapY" | "alignX" | "alignY"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
9
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
2
|
type FormProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null> & DefineProp<"toned", boolean, false, null>;
|
3
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> & {} & {
|
4
|
+
"v-slots"?: {} & Omit<{
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
}, never>;
|
7
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "colorSchemaType" | "colors" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
4
8
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
2
2
|
import { ComponentVariants, ComponentHostTypes, HostTypes } from "@omnia/fx/stores";
|
3
3
|
type HostProviderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"host", HostTypes, false, null> & DefineProp<"componentHost", ComponentHostTypes, false, null> & DefineProp<"variant", ComponentVariants, false, null> & DefineProp<"force", boolean, false, null>;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<HostProviderProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "host" | "colorSchemaType" | "force" | "colors" | "componentHost"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
9
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
2
|
disabled?: boolean;
|
3
3
|
} & {
|
4
4
|
"emit:update:modelValue": (value: boolean) => void;
|
@@ -10,5 +10,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
10
10
|
openDelay?: number;
|
11
11
|
} & {
|
12
12
|
closeDelay?: number;
|
13
|
-
}>
|
13
|
+
}> & {
|
14
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
15
|
+
} & {
|
16
|
+
"v-slots"?: {} & Omit<{
|
17
|
+
default?: import("vue").Slot;
|
18
|
+
}, never>;
|
19
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "modelValue" | "closeDelay" | "openDelay" | "v-model" | "emit:update:modelValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
20
|
export default _default;
|
@@ -1,5 +1,9 @@
|
|
1
1
|
import { IIcon, OIconVariants, OIconSizes, ColorType, OIconAnimations, IconBlueprint } from "@omnia/fx-models";
|
2
2
|
import { DefinePropTheming, DefineProp } from "@omnia/fx/ux";
|
3
3
|
type IconProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"filled", boolean, false, false, "Applies the a background color to the flex. The color is based on the colorSchema either set or inherited."> & DefineProp<"icon", IIcon, false, null, "The icon to be displayed."> & DefineProp<"toned", boolean, false, false> & DefineProp<"colorType", ColorType, false, null, "Sets the colorType to use for the icons. Default is onBase."> & DefineProp<"variant", OIconVariants, false, null, "Sets the variant of the icon."> & DefineProp<"size", OIconSizes, false, null, "Sets the height and width of the icon. Should be used as default."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering."> & DefineProp<"customSize", number, false, null, "Sets a custom height and width of the icon. Should be used only as an exception."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"blueprint", IconBlueprint, false, null, "Sets a custom blueprint for the icon.">;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IconProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
}, never>;
|
8
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "blueprint" | "animation" | "variant" | "filled" | "size" | "class" | "disabled" | "colorSchemaType" | "colors" | "toned" | "colorType" | "customSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
9
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,5 +1,13 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
type ImageProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"aspectRatio", string | number, false, null, "The aspect ratio of the image."> & DefineProp<"src", string, false, null, "The image URL. This prop is mandatory."> & DefineProp<"height", number | string, false, null, "Sets the height for the component."> & DefineProp<"width", number | string, false, null, "Sets the height for the component."> & DefineProp<"cover", boolean, false, true, "Resizes the image to cover the entire container."> & DefineProp<"alt", string, false, "", "Alternate text for screen readers. Leave empty for decorative images."> & DefineProp<"maxWidth", number | string, false, null> & DefineProp<"maxHeight", number | string, false, null> & DefineProp<"placeholder", string, false, null, "The placeholder image to display while the main image is loading."> & DefineProp<"lazySrc", string, false, null, "The image to display while the main image is loading."> & DefineEmit<"load", () => void> & DefineSlot<"placeholder", () => VNodeChild>;
|
4
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ImageProps> & {
|
5
|
+
onLoad?: () => any;
|
6
|
+
} & {
|
7
|
+
"v-slots"?: {
|
8
|
+
placeholder?: () => VNodeChild;
|
9
|
+
} & Omit<{
|
10
|
+
default?: import("vue").Slot;
|
11
|
+
}, "placeholder">;
|
12
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "src" | "cover" | "colorSchemaType" | "alt" | "lazySrc" | "colors" | "placeholder" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
5
13
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -10,5 +10,24 @@ type InfinitiScrollProps = DefineProp<"height", string | number, false, null, "S
|
|
10
10
|
}) => VNodeChild> & DefineSlot<"loading", (value: {
|
11
11
|
side: OInfiniteScrollSide;
|
12
12
|
}) => VNodeChild> & DefineEmit<"load", (options: OInfiniteScrollLoadOptions) => void>;
|
13
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
13
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<InfinitiScrollProps> & {
|
14
|
+
onLoad?: (options: OInfiniteScrollLoadOptions) => any;
|
15
|
+
} & {
|
16
|
+
"v-slots"?: {
|
17
|
+
empty?: (value: {
|
18
|
+
side: OInfiniteScrollSide;
|
19
|
+
}) => VNodeChild;
|
20
|
+
error?: (value: {
|
21
|
+
side: OInfiniteScrollSide;
|
22
|
+
}) => VNodeChild;
|
23
|
+
loadMore?: (value: {
|
24
|
+
side: OInfiniteScrollSide;
|
25
|
+
}) => VNodeChild;
|
26
|
+
loading?: (value: {
|
27
|
+
side: OInfiniteScrollSide;
|
28
|
+
}) => VNodeChild;
|
29
|
+
} & Omit<{
|
30
|
+
default?: import("vue").Slot;
|
31
|
+
}, "error" | "empty" | "loading" | "loadMore">;
|
32
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "direction" | "height" | "margin" | "side" | "slot:error" | "emit:load" | "slot:empty" | "slot:loadMore" | "slot:loading"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
33
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, ValidationRule } from "@omnia/fx/ux";
|
1
|
+
import { DefineEmit, DefineExpose, DefineProp, DefinePropTheming, DefineSlot, DefineVModel, ExtractProps, ValidationRule } from "@omnia/fx/ux";
|
2
2
|
import { ColorValue, TextBlueprint, OTextFieldTypes, InputBlueprint } from "@omnia/fx/models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
export declare const InputTypeDefinitions: readonly ["text", "password", "number"];
|
@@ -6,10 +6,30 @@ export type InputTypes = typeof InputTypeDefinitions[number];
|
|
6
6
|
export type InputApi = {
|
7
7
|
focus: () => void;
|
8
8
|
};
|
9
|
-
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
|
9
|
+
type BaseProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineExpose<InputApi> & DefineProp<"variant", OTextFieldTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"color", ColorValue, false, null, "Define the custom color for text field."> & DefineProp<"readonly", boolean, false, null, "Makes the text field readonly."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hint", string, false, null, "Sets the hint of the text field. Hint will be displayed below the input when focused."> & DefineProp<"errorMessages", string | string[], false, null, "Puts the input in an error state and passes through custom error messages. Will be combined with any validations that occur from the rules prop. This field will not trigger validation."> & DefineProp<"rules", ValidationRule[], false, null, "Accepts a mixed array of types function. Functions pass an input value as an argument and must return either true / false or a string containing an error message."> & DefineProp<"toned", boolean, false, null, ""> & DefineProp<"label", string, false, null, "The label of the input field."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"textBlueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"getApi", (api: InputApi) => void, false, null, "Gets the api"> & DefineSlot<"append", () => VNodeChild, "Adds an item inside the input and after input content."> & DefineSlot<"append-inner", () => VNodeChild, "Adds an item inside the input content."> & DefineSlot<"prepend", () => VNodeChild, "Adds an item outside the input and before input content."> & DefineSlot<"prepend-inner", () => VNodeChild, "Slot that is prepended to the input."> & DefineSlot<"message", () => VNodeChild, "Slot used to customize the message content."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineEmit<"click:button", () => void, "Emit when click on icon."> & DefineEmit<"click:clear", () => void, "Emit when search input field is cleared.">;
|
10
10
|
type NumberInputProps = DefineVModel<"", number, false, null, true, "The v-model value of the component."> & DefineProp<"max", number, false, null, "The max value."> & DefineProp<"min", number, false, null, "The min value."> & DefineProp<"step", number, false, null, "incremental steps for adjusting the numeric value."> & BaseProps;
|
11
11
|
type TextInputProps = DefineVModel<"", string, false, null, true, "The v-model value of the component."> & DefineProp<"suffix", string, false, null, "The suffix text of the text field."> & DefineProp<"prefix", string, false, null, "The prefix text of the text field."> & DefineProp<"clearable", boolean, false, false, "Adds a clear button when the text field is not empty."> & DefineProp<"autofocus", boolean, false, false, "Enables autofocus."> & DefineProp<"placeholder", string, false, null, "Sets the input’s placeholder text."> & BaseProps;
|
12
|
-
declare const _default: <TType extends "text" | "number" | "password" = "text">(props:
|
12
|
+
declare const _default: <TType extends "text" | "number" | "password" = "text">(props: ExtractProps<{
|
13
13
|
type?: TType;
|
14
|
-
} & (TType extends "number" ? NumberInputProps : TextInputProps)>
|
14
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps)> & (({
|
15
|
+
type?: TType;
|
16
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: ({
|
17
|
+
type?: TType;
|
18
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) extends infer T_1 ? T_1 extends ({
|
19
|
+
type?: TType;
|
20
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: ({
|
21
|
+
type?: TType;
|
22
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
|
23
|
+
"v-slots"?: ({
|
24
|
+
type?: TType;
|
25
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
26
|
+
type?: TType;
|
27
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K_3]; } : never) & Omit<{
|
28
|
+
default?: import("vue").Slot;
|
29
|
+
}, keyof ({
|
30
|
+
type?: TType;
|
31
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps) extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
32
|
+
type?: TType;
|
33
|
+
} & (TType extends "number" ? NumberInputProps : TextInputProps))[K_3]; } : never)>;
|
34
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | keyof (TType extends "number" ? NumberInputProps : TextInputProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
35
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|
@@ -1,4 +1,8 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
type LayoutProps = DefinePropTheming & DefineProp<"class", String | String[]>;
|
3
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LayoutProps> & {} & {
|
4
|
+
"v-slots"?: {} & Omit<{
|
5
|
+
default?: import("vue").Slot;
|
6
|
+
}, never>;
|
7
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
4
8
|
export default _default;
|
@@ -1,2 +1,6 @@
|
|
1
|
-
declare const _default: (props: import("@omnia/fx/ux").
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
}, never>;
|
5
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
2
6
|
export default _default;
|