@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.
Files changed (731) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +5 -1
  2. package/internal-do-not-import-from-here/console/components/MessageBusSubscriptionsViewer.d.ts +6 -2
  3. package/internal-do-not-import-from-here/console/components/StoreLogviewer.d.ts +6 -2
  4. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  5. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +6 -2
  6. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +9 -2
  7. package/internal-do-not-import-from-here/spfx/components/OmniaWPStandaloneContainer.d.ts +6 -2
  8. package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
  9. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +4 -3
  10. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +24 -2
  11. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfilesJourney.d.ts +5 -1
  12. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/HomeBlade.d.ts +5 -1
  13. package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/blades/SettingsBlade.d.ts +5 -1
  14. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/BusinessProfileSettingsJourney.d.ts +5 -1
  15. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/blades/HomeBlade.d.ts +6 -2
  16. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/Language.d.ts +5 -1
  17. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +8 -2
  18. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageDetail.d.ts +6 -2
  19. package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageSettings.d.ts +6 -2
  20. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +7 -1
  21. package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/BusinessProfilePermissionJourney.d.ts +5 -1
  22. package/internal-do-not-import-from-here/ux/admin/permissions/businessprofile/blades/MenuBlade.d.ts +5 -1
  23. package/internal-do-not-import-from-here/ux/admin/permissions/tenant/TenantAdministratorPermissionJourney.d.ts +5 -1
  24. package/internal-do-not-import-from-here/ux/admin/permissions/tenant/blades/MenuBlade.d.ts +5 -1
  25. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +6 -2
  26. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +6 -2
  27. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +6 -2
  28. package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +8 -2
  29. package/internal-do-not-import-from-here/ux/admin/secrets/BusinessProfileSecretsJourney.d.ts +5 -1
  30. package/internal-do-not-import-from-here/ux/admin/secrets/SecretsJourney.d.ts +6 -2
  31. package/internal-do-not-import-from-here/ux/admin/secrets/TenantSecretsJourney.d.ts +5 -1
  32. package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormBlade.d.ts +6 -2
  33. package/internal-do-not-import-from-here/ux/admin/secrets/blades/SecretsFormListBlade.d.ts +8 -2
  34. package/internal-do-not-import-from-here/ux/admin/security/AdminJourney.d.ts +6 -2
  35. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyProfile.d.ts +5 -1
  36. package/internal-do-not-import-from-here/ux/admin/security/AdminJourneyTenant.d.ts +5 -1
  37. package/internal-do-not-import-from-here/ux/admin/security/blades/MenuBlade.d.ts +6 -2
  38. package/internal-do-not-import-from-here/ux/admin/settings/TenantAdminSettingsJourney.d.ts +5 -1
  39. package/internal-do-not-import-from-here/ux/admin/settings/blades/HomeBlade.d.ts +6 -2
  40. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/MediaPicker.d.ts +5 -1
  41. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatios.d.ts +5 -1
  42. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosJourney.d.ts +5 -1
  43. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/cropratios/CropRatiosListing.d.ts +5 -1
  44. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettings.d.ts +5 -1
  45. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/filesize/FileSizeLimitSettingsJourney.d.ts +5 -1
  46. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettings.d.ts +5 -1
  47. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsJourney.d.ts +5 -1
  48. package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/components/scalingsettings/ScalingSettingsListing.d.ts +5 -1
  49. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/OmniaRedirect.d.ts +5 -1
  50. package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/RedirectDetails.d.ts +5 -1
  51. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantgeneralsettings/TenantGeneralSettings.d.ts +5 -1
  52. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/DateTimeSettings.d.ts +5 -1
  53. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +8 -2
  54. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageDetail.d.ts +6 -2
  55. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageHomeBlade.d.ts +5 -1
  56. package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageSettings.d.ts +6 -2
  57. package/internal-do-not-import-from-here/ux/admin/system/SystemJourney.d.ts +5 -1
  58. package/internal-do-not-import-from-here/ux/admin/system/blades/MenuBlade.d.ts +5 -1
  59. package/internal-do-not-import-from-here/ux/admin/system/blades/SettingsBlade.d.ts +5 -1
  60. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/AuditLogsJourney.d.ts +5 -1
  61. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/DetailsBlade.d.ts +5 -1
  62. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/ListingBlade.d.ts +5 -1
  63. package/internal-do-not-import-from-here/ux/admin/system/submenu/auditlogs/blades/SettingsBlade.d.ts +5 -1
  64. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/AzureAdPermissionsJourney.d.ts +5 -1
  65. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/DefaultBlade.d.ts +5 -1
  66. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/PermissionDetailBlade.d.ts +5 -1
  67. package/internal-do-not-import-from-here/ux/admin/system/submenu/azureadpermissions/blades/ResourceAccessBlade.d.ts +5 -1
  68. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/CustomEmailJourney.d.ts +5 -1
  69. package/internal-do-not-import-from-here/ux/admin/system/submenu/customemail/blades/DefaultBlade.d.ts +5 -1
  70. package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/ExtensionsJourney.d.ts +5 -1
  71. package/internal-do-not-import-from-here/ux/admin/system/submenu/extensions/blades/DefaultBlade.d.ts +5 -1
  72. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/LicensesJourney.d.ts +5 -1
  73. package/internal-do-not-import-from-here/ux/admin/system/submenu/licenses/blades/DefaultBlade.d.ts +5 -1
  74. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/LocalizationAdmin.d.ts +5 -1
  75. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/NodeComponent.d.ts +6 -2
  76. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/ServiceNode.d.ts +6 -2
  77. package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/localizationinput/LocalizationInput.d.ts +6 -2
  78. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +5 -1
  79. package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +5 -1
  80. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/ServicesJourney.d.ts +5 -1
  81. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/DefaultBlade.d.ts +5 -1
  82. package/internal-do-not-import-from-here/ux/admin/system/submenu/services/blades/SettingsBlade.d.ts +5 -1
  83. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/SystemLogsJourney.d.ts +5 -1
  84. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ErrorLogBlade.d.ts +6 -2
  85. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/blades/ListingBlade.d.ts +5 -1
  86. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/AppInstance/AppInstanceLog.d.ts +6 -2
  87. package/internal-do-not-import-from-here/ux/admin/system/submenu/systemlogs/providers/Feature/FeatureInstanceLog.d.ts +6 -2
  88. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/TenantContactJourney.d.ts +5 -1
  89. package/internal-do-not-import-from-here/ux/admin/system/submenu/tenantcontact/blades/DefaultBlade.d.ts +5 -1
  90. package/internal-do-not-import-from-here/ux/admin/systemlayout/SystemLayoutJourney.d.ts +6 -2
  91. package/internal-do-not-import-from-here/ux/admin/usermanagement/BusinessProfileUserManagementJourney.d.ts +5 -1
  92. package/internal-do-not-import-from-here/ux/admin/usermanagement/UserManagementJourney.d.ts +5 -1
  93. package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthentication.d.ts +6 -2
  94. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupActiveBlade.d.ts +5 -1
  95. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDeletedBlade.d.ts +5 -1
  96. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupDetailBlade.d.ts +6 -2
  97. package/internal-do-not-import-from-here/ux/admin/usermanagement/dynamicgroups/DynamicGroupListingBlade.d.ts +5 -1
  98. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +6 -2
  99. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +8 -2
  100. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +11 -2
  101. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupListingBlade.d.ts +6 -2
  102. package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +8 -2
  103. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginlog/LoginLogListingBlade.d.ts +5 -1
  104. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/AuthenticationScreenLayoutBlade.d.ts +6 -2
  105. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/Chrome.d.ts +5 -1
  106. package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +8 -2
  107. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddPropertyBlade.d.ts +5 -1
  108. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/AddUserTypeBlade.d.ts +5 -1
  109. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/ApprovalBlade.d.ts +5 -1
  110. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/DefaultBlade.d.ts +5 -1
  111. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditPropertyBlade.d.ts +5 -1
  112. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/EditUserTypeBlade.d.ts +5 -1
  113. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/SelfServiceJourney.d.ts +5 -1
  114. package/internal-do-not-import-from-here/ux/admin/usermanagement/self-service/UserTypesBlade.d.ts +5 -1
  115. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserAuthenticationBlade.d.ts +5 -1
  116. package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailBlade.d.ts +5 -1
  117. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/DetailOmniaSearchUserLogBlade.d.ts +6 -2
  118. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/OmniaSearchUserLogsBlade.d.ts +5 -1
  119. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderListingBlade.d.ts +5 -1
  120. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogBlade.d.ts +6 -2
  121. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderLogsBlade.d.ts +6 -2
  122. package/internal-do-not-import-from-here/ux/admin/usermanagement/synchronization/SyncProviderSettingsBlade.d.ts +6 -2
  123. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/Journey.d.ts +5 -1
  124. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyDetailBlade.d.ts +8 -1
  125. package/internal-do-not-import-from-here/ux/admin/usermanagement/userproperties/UserPropertyListingBlade.d.ts +5 -1
  126. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/UserJourney.d.ts +5 -1
  127. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/BulkImportBlade.d.ts +6 -2
  128. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/DefaultBlade.d.ts +5 -1
  129. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/active/Journey.d.ts +5 -1
  130. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DefaultBlade.d.ts +5 -1
  131. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/DetailBlade.d.ts +5 -1
  132. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/delete/Journey.d.ts +5 -1
  133. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DefaultBlade.d.ts +5 -1
  134. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/DetailBlade.d.ts +5 -1
  135. package/internal-do-not-import-from-here/ux/admin/usermanagement/users/pending_approval/Journey.d.ts +5 -1
  136. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +9 -2
  137. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeJourney.d.ts +5 -1
  138. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBlade.d.ts +5 -1
  139. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeAuthentication.d.ts +8 -2
  140. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeGeneral.d.ts +8 -2
  141. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProperties.d.ts +8 -2
  142. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +8 -2
  143. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeListingBlade.d.ts +5 -1
  144. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +8 -2
  145. package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/PropertiesTab.d.ts +6 -2
  146. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +8 -2
  147. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +5 -1
  148. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +24 -0
  149. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/HeaderRenderer.d.ts +6 -2
  150. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +24 -0
  151. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +24 -0
  152. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +24 -0
  153. package/internal-do-not-import-from-here/ux/app/apps/admin/AppDefinitionsListing.d.ts +6 -2
  154. package/internal-do-not-import-from-here/ux/app/apps/admin/AppManagementCategoryJourney.d.ts +6 -2
  155. package/internal-do-not-import-from-here/ux/app/apps/admin/CommunitiesAppsJourney.d.ts +5 -1
  156. package/internal-do-not-import-from-here/ux/app/apps/admin/PublishingAppsJourney.d.ts +5 -1
  157. package/internal-do-not-import-from-here/ux/app/apps/admin/TeamworkAppsJourney.d.ts +5 -1
  158. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/AppSettingsJourney.d.ts +5 -1
  159. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +5 -1
  160. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +5 -1
  161. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts +7 -1
  162. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +9 -2
  163. package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +6 -2
  164. package/internal-do-not-import-from-here/ux/app/management/blades/EditItemBlade.d.ts +8 -2
  165. package/internal-do-not-import-from-here/ux/app/management/blades/EditPermissionBlade.d.ts +8 -2
  166. package/internal-do-not-import-from-here/ux/app/management/blades/FeatureBlade.d.ts +6 -2
  167. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +8 -2
  168. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +24 -0
  169. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +6 -2
  170. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +24 -0
  171. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +6 -2
  172. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +5 -1
  173. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/settings/AppManagementLayoutSettingsComponent.d.ts +6 -2
  174. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +8 -2
  175. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +6 -2
  176. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +8 -2
  177. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/BlockedWordsBlade.d.ts +6 -2
  178. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/PrefixBlade.d.ts +6 -2
  179. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/blades/SuffixBlade.d.ts +8 -2
  180. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +8 -2
  181. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +8 -1
  182. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +6 -2
  183. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +6 -2
  184. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/blades/EditAndCreateTemplateBlade.d.ts +5 -1
  185. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +9 -2
  186. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +9 -2
  187. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +9 -2
  188. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +10 -2
  189. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +9 -2
  190. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +6 -2
  191. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +8 -2
  192. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +7 -1
  193. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizardDetailsBlade.d.ts +8 -2
  194. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +6 -2
  195. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +8 -2
  196. package/internal-do-not-import-from-here/ux/appprovisioning/summary/InformationStepSummary.d.ts +6 -2
  197. package/internal-do-not-import-from-here/ux/aurora/admin/DesignAppJourney.d.ts +5 -1
  198. package/internal-do-not-import-from-here/ux/aurora/admin/DesignBPJourney.d.ts +5 -1
  199. package/internal-do-not-import-from-here/ux/aurora/admin/DesignJourney.d.ts +6 -2
  200. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/FontManager.d.ts +5 -1
  201. package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/blade/FontDefinitionBlade.d.ts +5 -1
  202. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +11 -2
  203. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/ThemesJourney.d.ts +6 -2
  204. package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/blades/SelectionThemeBlade.d.ts +8 -2
  205. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +12 -2
  206. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/docs/SampleComponent.d.ts +5 -1
  207. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +10 -2
  208. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/docs/BorderPickerExample.d.ts +5 -1
  209. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +10 -2
  210. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +13 -2
  211. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -2
  212. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/docs/SampleComponent.d.ts +5 -1
  213. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/docs/SampleComponent.d.ts +5 -1
  214. package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/docs/SampleComponent.d.ts +5 -1
  215. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +8 -2
  216. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerBlueprintsViewer.d.ts +10 -2
  217. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/docs/SampleComponent.d.ts +5 -1
  218. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +11 -2
  219. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/docs/FillPickerExample.d.ts +5 -1
  220. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +8 -2
  221. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +8 -2
  222. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +10 -2
  223. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +9 -2
  224. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +11 -2
  225. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +10 -2
  226. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/docs/SampleComponent.d.ts +5 -1
  227. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +10 -2
  228. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +10 -2
  229. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +8 -2
  230. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +22 -2
  231. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/docs/SampleComponent.d.ts +5 -1
  232. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/docs/SampleComponent.d.ts +5 -1
  233. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +10 -2
  234. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +12 -2
  235. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +8 -2
  236. package/internal-do-not-import-from-here/ux/aurora/components/tabs/docs/SampleComponent.d.ts +5 -1
  237. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +10 -2
  238. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/docs/SampleComponent.d.ts +5 -1
  239. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +12 -2
  240. package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +11 -2
  241. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +8 -2
  242. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview_bak.d.ts +8 -2
  243. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +8 -2
  244. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +12 -2
  245. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyPicker.d.ts +10 -2
  246. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +9 -2
  247. package/internal-do-not-import-from-here/ux/aurora/components/typography/docs/SampleComponent.d.ts +5 -1
  248. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +8 -2
  249. package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/docs/SampleComponent.d.ts +5 -1
  250. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +5 -1
  251. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +24 -0
  252. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +24 -0
  253. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +24 -0
  254. package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +7 -1
  255. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +9 -2
  256. package/internal-do-not-import-from-here/ux/datetimepicker/docs/DateTimePickerExample.d.ts +5 -1
  257. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +5 -1
  258. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +24 -0
  259. package/internal-do-not-import-from-here/ux/docs/designpatterns/SelectionPatterns.d.ts +5 -1
  260. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +5 -1
  261. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +8 -2
  262. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +5 -1
  263. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +6 -2
  264. package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +8 -1
  265. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholder.d.ts +5 -1
  266. package/internal-do-not-import-from-here/ux/dynamicplaceholder/DynamicPlaceholderSettings.d.ts +5 -1
  267. package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +8 -2
  268. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +8 -2
  269. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +8 -2
  270. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +11 -2
  271. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +8 -2
  272. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +8 -2
  273. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +6 -2
  274. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +8 -2
  275. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +6 -2
  276. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +8 -2
  277. package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +5 -1
  278. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +10 -2
  279. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +6 -2
  280. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyAppInstance.d.ts +5 -1
  281. package/internal-do-not-import-from-here/ux/features/blades/ConsentUrlBlade.d.ts +5 -1
  282. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +8 -2
  283. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +7 -1
  284. package/internal-do-not-import-from-here/ux/features/blades/ViewConsentBlade.d.ts +5 -1
  285. package/internal-do-not-import-from-here/ux/fieldcontainer/docs/SampleComponent.d.ts +5 -1
  286. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +6 -2
  287. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +6 -2
  288. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +5 -1
  289. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +6 -2
  290. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +6 -2
  291. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +24 -0
  292. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +24 -0
  293. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +24 -0
  294. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +24 -0
  295. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +24 -0
  296. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +24 -0
  297. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +24 -0
  298. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +24 -0
  299. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +24 -0
  300. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +24 -0
  301. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +24 -0
  302. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +24 -0
  303. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +6 -2
  304. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +24 -0
  305. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +24 -0
  306. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +24 -0
  307. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +24 -0
  308. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +24 -0
  309. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +24 -0
  310. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +24 -0
  311. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +24 -0
  312. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +24 -0
  313. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +24 -0
  314. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +24 -0
  315. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +24 -0
  316. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +12 -2
  317. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +5 -1
  318. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +8 -2
  319. package/internal-do-not-import-from-here/ux/flow/editor/FlowEditorToolbar.d.ts +6 -2
  320. package/internal-do-not-import-from-here/ux/flow/editor/components/EditorSelector.d.ts +6 -2
  321. package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +6 -2
  322. package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +6 -2
  323. package/internal-do-not-import-from-here/ux/flow/editor/plugins/sourceeditor/SourceEditorButton.d.ts +5 -1
  324. package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +6 -2
  325. package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +6 -2
  326. package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/DeleteButton.d.ts +5 -1
  327. package/internal-do-not-import-from-here/ux/flow/editor/plugins/velcron/SwapButton.d.ts +5 -1
  328. package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +6 -2
  329. package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +8 -2
  330. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +6 -2
  331. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +8 -2
  332. package/internal-do-not-import-from-here/ux/iconpicker/docs/SampleComponent.d.ts +5 -1
  333. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +5 -1
  334. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +6 -2
  335. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +9 -2
  336. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +6 -2
  337. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +9 -2
  338. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +9 -2
  339. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +6 -2
  340. package/internal-do-not-import-from-here/ux/journey/BlabeContext.d.ts +5 -0
  341. package/internal-do-not-import-from-here/ux/journey/DefineBlade.d.ts +31 -5
  342. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +17 -1
  343. package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +11 -1
  344. package/internal-do-not-import-from-here/ux/journey/JourneyPlaceHolder.d.ts +6 -2
  345. package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +6 -2
  346. package/internal-do-not-import-from-here/ux/journey/docs/ExampleComponents.d.ts +1 -0
  347. package/internal-do-not-import-from-here/ux/journey/docs/SampleButtons.d.ts +5 -1
  348. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponent.d.ts +5 -1
  349. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentMenu.d.ts +5 -1
  350. package/internal-do-not-import-from-here/ux/journey/docs/SampleComponentSettings.d.ts +5 -1
  351. package/internal-do-not-import-from-here/ux/journey/docs/SampleTestBenchComponent.d.ts +5 -1
  352. package/internal-do-not-import-from-here/ux/journey/docs/SampleVariants.d.ts +5 -1
  353. package/internal-do-not-import-from-here/ux/journey/docs/SelectionComponent.d.ts +6 -0
  354. package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
  355. package/internal-do-not-import-from-here/ux/journey/models/JourneySelectItem.d.ts +7 -0
  356. package/internal-do-not-import-from-here/ux/journey/models/index.d.ts +1 -0
  357. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +16 -0
  358. package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.stylex.d.ts +1 -0
  359. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +11 -2
  360. package/internal-do-not-import-from-here/ux/jsonexportimport/docs/SampleComponent.d.ts +5 -1
  361. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +6 -2
  362. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionStepper.d.ts +6 -2
  363. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +6 -2
  364. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +5 -1
  365. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +5 -1
  366. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointBlockSettingsComponent.d.ts +5 -1
  367. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +5 -1
  368. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/breakpoints/BreakPointSettingsComponent.d.ts +7 -2
  369. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +5 -1
  370. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Columns.d.ts +5 -1
  371. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +5 -1
  372. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +5 -1
  373. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +6 -2
  374. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.d.ts +6 -2
  375. package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutActionSettings.d.ts +7 -1
  376. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +6 -2
  377. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +6 -2
  378. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +6 -2
  379. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +5 -1
  380. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +24 -0
  381. package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +14 -2
  382. package/internal-do-not-import-from-here/ux/links/LinkRenderer.d.ts +9 -1
  383. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +5 -1
  384. package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +6 -2
  385. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +8 -2
  386. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +9 -2
  387. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +9 -2
  388. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +5 -1
  389. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +7 -1
  390. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +6 -2
  391. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +6 -2
  392. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +6 -2
  393. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +5 -1
  394. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +6 -2
  395. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +9 -2
  396. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +5 -1
  397. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +6 -2
  398. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +5 -1
  399. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +89 -3
  400. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +6 -2
  401. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +6 -2
  402. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +6 -2
  403. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +11 -2
  404. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +8 -2
  405. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +6 -2
  406. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +5 -1
  407. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +8 -2
  408. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +8 -2
  409. package/internal-do-not-import-from-here/ux/mediarenderer/MediaRendererComponentBase.d.ts +6 -2
  410. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +30 -1
  411. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +8 -2
  412. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +9 -2
  413. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +24 -0
  414. package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +9 -2
  415. package/internal-do-not-import-from-here/ux/organizationtree/reportees/Reportees.d.ts +8 -2
  416. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +7 -1
  417. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +5 -1
  418. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +10 -1
  419. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +5 -1
  420. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -1
  421. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +5 -1
  422. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +7 -1
  423. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +5 -1
  424. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +10 -1
  425. package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/docs/BreadcrumbsExample.d.ts +5 -1
  426. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -1
  427. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +5 -1
  428. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +9 -1
  429. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +5 -1
  430. package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +16 -1
  431. package/internal-do-not-import-from-here/ux/oxide/calendar/docs/SampleComponent.d.ts +5 -1
  432. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +7 -1
  433. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +5 -1
  434. package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -1
  435. package/internal-do-not-import-from-here/ux/oxide/chart/docs/SampleComponent.d.ts +5 -1
  436. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +9 -1
  437. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +5 -1
  438. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +12 -1
  439. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +5 -1
  440. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +9 -1
  441. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +5 -1
  442. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -1
  443. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -1
  444. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +5 -1
  445. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +8 -2
  446. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +12 -2
  447. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +5 -1
  448. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +9 -1
  449. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +5 -1
  450. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +20 -1
  451. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +5 -1
  452. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +5 -1
  453. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +5 -1
  454. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +5 -1
  455. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithTabs.d.ts +5 -1
  456. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +5 -1
  457. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +5 -1
  458. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +5 -1
  459. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +11 -1
  460. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +5 -1
  461. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +10 -1
  462. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +10 -1
  463. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +5 -1
  464. package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +7 -1
  465. package/internal-do-not-import-from-here/ux/oxide/fab/docs/SampleComponent.d.ts +5 -1
  466. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -1
  467. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -1
  468. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +5 -1
  469. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -1
  470. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +5 -1
  471. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +5 -1
  472. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +5 -1
  473. package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +8 -2
  474. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -1
  475. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +5 -1
  476. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +9 -1
  477. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +5 -1
  478. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +20 -1
  479. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +5 -1
  480. package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.d.ts +24 -4
  481. package/internal-do-not-import-from-here/ux/oxide/inputfield/docs/SampleComponent.d.ts +5 -1
  482. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -1
  483. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +5 -1
  484. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +5 -1
  485. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +7 -1
  486. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +5 -1
  487. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +10 -2
  488. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +19 -1
  489. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +5 -1
  490. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -1
  491. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +5 -1
  492. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -1
  493. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +5 -1
  494. package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +8 -2
  495. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +8 -2
  496. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +5 -1
  497. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +10 -1
  498. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +5 -1
  499. package/internal-do-not-import-from-here/ux/oxide/pagination/docs/SampleComponent.d.ts +5 -1
  500. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +5 -1
  501. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +5 -1
  502. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +5 -1
  503. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +5 -1
  504. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +5 -1
  505. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +10 -1
  506. package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +8 -1
  507. package/internal-do-not-import-from-here/ux/oxide/picker/docs/SampleComponent.d.ts +5 -1
  508. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +5 -1
  509. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +5 -1
  510. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +7 -1
  511. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +5 -1
  512. package/internal-do-not-import-from-here/ux/oxide/rangeslider/docs/SampleComponent.d.ts +5 -1
  513. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +7 -1
  514. package/internal-do-not-import-from-here/ux/oxide/rating/docs/SampleComponent.d.ts +5 -1
  515. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -1
  516. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +5 -1
  517. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +6 -2
  518. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +5 -1
  519. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -1
  520. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +5 -1
  521. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +6 -2
  522. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +8 -1
  523. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +5 -1
  524. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +7 -1
  525. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +5 -1
  526. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +5 -1
  527. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +5 -1
  528. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +7 -1
  529. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +5 -1
  530. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +5 -1
  531. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +5 -1
  532. package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +9 -1
  533. package/internal-do-not-import-from-here/ux/oxide/speeddial/docs/SampleComponent.d.ts +5 -1
  534. package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +8 -1
  535. package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -1
  536. package/internal-do-not-import-from-here/ux/oxide/splitpane/docs/SampleComponent.d.ts +5 -1
  537. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +8 -2
  538. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +8 -2
  539. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +5 -1
  540. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent2.d.ts +5 -1
  541. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent3.d.ts +5 -1
  542. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.d.ts +7 -1
  543. package/internal-do-not-import-from-here/ux/oxide/stickycontainer/docs/SampleComponent.d.ts +5 -1
  544. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +7 -1
  545. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +5 -1
  546. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +7 -1
  547. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +7 -1
  548. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +5 -1
  549. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -1
  550. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +5 -1
  551. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -1
  552. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +5 -1
  553. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +5 -1
  554. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +11 -1
  555. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +5 -1
  556. package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +8 -2
  557. package/internal-do-not-import-from-here/ux/oxide/timepicker/docs/SampleComponent.d.ts +5 -1
  558. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +11 -1
  559. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +5 -1
  560. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +7 -1
  561. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +5 -1
  562. package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +14 -2
  563. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +13 -2
  564. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/SampleComponent.d.ts +5 -1
  565. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +5 -1
  566. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +5 -1
  567. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +5 -1
  568. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +9 -2
  569. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +6 -2
  570. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +8 -2
  571. package/internal-do-not-import-from-here/ux/post/Post.d.ts +6 -2
  572. package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +6 -2
  573. package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +12 -2
  574. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +11 -2
  575. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +9 -2
  576. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +8 -2
  577. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayConfiguration.d.ts +24 -0
  578. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +5 -1
  579. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +24 -0
  580. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +5 -1
  581. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +24 -0
  582. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +5 -1
  583. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +24 -0
  584. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +5 -1
  585. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +24 -0
  586. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +24 -0
  587. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +11 -1
  588. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +24 -0
  589. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +5 -1
  590. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +24 -0
  591. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +24 -0
  592. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +5 -1
  593. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +24 -0
  594. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +24 -0
  595. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +14 -2
  596. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +24 -0
  597. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +24 -0
  598. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +5 -1
  599. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +24 -0
  600. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +5 -1
  601. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +24 -0
  602. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +5 -1
  603. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +24 -0
  604. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +24 -0
  605. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +5 -1
  606. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +24 -0
  607. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +5 -1
  608. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +24 -0
  609. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +5 -1
  610. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +5 -1
  611. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +5 -1
  612. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +24 -0
  613. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +5 -1
  614. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +24 -0
  615. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +12 -1
  616. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +24 -0
  617. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +5 -1
  618. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +24 -0
  619. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +5 -1
  620. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +24 -0
  621. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +5 -1
  622. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +5 -1
  623. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +24 -0
  624. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +24 -0
  625. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +24 -0
  626. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +10 -2
  627. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +7 -1
  628. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +5 -1
  629. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +5 -1
  630. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +5 -1
  631. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +5 -1
  632. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +5 -1
  633. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +6 -2
  634. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingToolbar.d.ts +24 -0
  635. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +7 -1
  636. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +7 -1
  637. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePicker.d.ts +6 -2
  638. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/LanguagePicker/LanguagePickerToolbar.d.ts +6 -2
  639. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +8 -2
  640. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +8 -2
  641. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +9 -2
  642. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +9 -2
  643. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +10 -2
  644. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +5 -1
  645. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Subscript/SubscriptToolbar.d.ts +5 -1
  646. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Superscript/SuperscriptToolbar.d.ts +5 -1
  647. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +6 -2
  648. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +6 -2
  649. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +6 -2
  650. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +6 -2
  651. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRendererSignIn.d.ts +6 -2
  652. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +10 -2
  653. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +5 -1
  654. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDividerSettings.d.ts +7 -1
  655. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +8 -2
  656. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +6 -2
  657. package/internal-do-not-import-from-here/ux/signin/AuthenticationBlockSettings.d.ts +5 -1
  658. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +24 -0
  659. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +5 -1
  660. package/internal-do-not-import-from-here/ux/signin/omnia/Login.d.ts +6 -2
  661. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +24 -0
  662. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +24 -0
  663. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +24 -0
  664. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +6 -2
  665. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PostProcessingProvider.d.ts +24 -0
  666. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +5 -1
  667. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +24 -0
  668. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +8 -2
  669. package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +7 -1
  670. package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +6 -2
  671. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +6 -2
  672. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +10 -2
  673. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +12 -2
  674. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddApp.d.ts +5 -1
  675. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddItem.d.ts +6 -2
  676. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -2
  677. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +10 -2
  678. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +6 -2
  679. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +6 -2
  680. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +6 -2
  681. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditEditorsPane.d.ts +6 -2
  682. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditorCanvas.d.ts +5 -1
  683. package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +9 -2
  684. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +6 -2
  685. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +24 -0
  686. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +5 -1
  687. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +24 -0
  688. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +5 -1
  689. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +8 -2
  690. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +5 -1
  691. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +24 -0
  692. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Editor.d.ts +24 -0
  693. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +5 -1
  694. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +24 -0
  695. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +24 -0
  696. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flow.d.ts +24 -0
  697. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Grid.d.ts +5 -1
  698. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +24 -0
  699. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +24 -0
  700. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Link.d.ts +5 -1
  701. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +24 -0
  702. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +5 -1
  703. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +24 -0
  704. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +24 -0
  705. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +24 -0
  706. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Scroll.d.ts +5 -1
  707. package/internal-do-not-import-from-here/ux/velcron/renderer/components/SlidePanel.d.ts +24 -0
  708. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +5 -1
  709. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +24 -0
  710. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +24 -0
  711. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +24 -0
  712. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +5 -1
  713. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/LinkResolverEditor.d.ts +7 -1
  714. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +8 -2
  715. package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +8 -2
  716. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +13 -2
  717. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +8 -2
  718. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +6 -2
  719. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +6 -2
  720. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +12 -2
  721. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +5 -1
  722. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/versionhistory/VersionHistory.d.ts +5 -1
  723. package/internal-do-not-import-from-here/ux/versionedlayout/urlinput/VersionedLayoutUrlInput.d.ts +8 -2
  724. package/internal-do-not-import-from-here/ux/video/VideoPlayer.d.ts +6 -2
  725. package/internal-do-not-import-from-here/wctypings.d.ts +8 -8
  726. package/package.json +2 -2
  727. package/internal-do-not-import-from-here/ux/oxide/selectionpicker/InputSelect.d.ts +0 -6
  728. package/internal-do-not-import-from-here/ux/oxide/selectionpicker/InputSelect.stylex.d.ts +0 -1
  729. package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/ExampleComponents.d.ts +0 -1
  730. package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/SampleComponent.d.ts +0 -2
  731. package/internal-do-not-import-from-here/ux/oxide/selectionpicker/docs/index.d.ts +0 -1
@@ -1,5 +1,9 @@
1
1
  import { OMotionProps } from "@omnia/fx-models";
2
2
  import { DefineProp } from "@omnia/fx/ux";
3
3
  type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"motion", OMotionProps, false, null, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LazyProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LazyProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "minHeight" | "motion" | "disabled" | "renderOnIdle"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
9
  export default _default;
@@ -1,5 +1,11 @@
1
1
  import { DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
2
2
  import { ColorType, ColorTypes, TextBlueprint, TypographySize, TypographySizes, TypographyType, TypographyTypes } from "@omnia/fx/models";
3
3
  type LinkProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"typography", TypographyType | TypographyTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TypographySize | TypographySizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"colorType", ColorTypes | ColorType, false, null, "Applies a specific color type to be used. Default is onBase."> & DefineProp<"toned", boolean, false, false> & DefineProp<"truncateLines", number, false, null, "Specifies if text should be truncated and number of lines before truncating."> & DefineProp<"blueprint", TextBlueprint, false, null, "Sets a custom blueprint for the text"> & DefineProp<"href", string, false, null, "Specifies the URL of the page the link goes to"> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineSlot<"renderer", () => void>;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LinkProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LinkProps> & {} & {
5
+ "v-slots"?: {
6
+ renderer?: () => void;
7
+ } & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, "renderer">;
10
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "typography" | "blueprint" | "size" | "class" | "target" | "href" | "colorSchemaType" | "colors" | "toned" | "colorType" | "truncateLines" | "slot:renderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
11
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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;
@@ -6,6 +6,14 @@ export interface IListItem<T> {
6
6
  index: number;
7
7
  Item: typeof o.list.item;
8
8
  }
9
- export type OListProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o.list.item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o.list.item width and rounds the corners. Typically used with o.navigation.drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"navigation", boolean | ((item: T) => boolean), false, false, "The row navigation."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
10
- declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ConstructComponentProps<OListProps<T>>) => any;
9
+ export type OListProps<T> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", T[], false, null, true, "An array of strings or objects used for automatically generating children components."> & DefineProp<"lines", OListLineTypes, false, null, "Designates a minimum-height for all the children o.list.item components. THis props uses line-clamp."> & DefineProp<"nav", boolean, false, false, "An alternative styling that reduces o.list.item width and rounds the corners. Typically used with o.navigation.drawer."> & DefineProp<"toned", boolean, false, false> & DefineProp<"divider", boolean, false, false, "If true, each item will have a bottom divider"> & DefineProp<"variant", OListTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"drag", boolean, false, false, "Enable draggable row."> & DefineProp<"navigation", boolean | ((item: T) => boolean), false, false, "The row navigation."> & DefineProp<"remove", boolean | ((item: T) => boolean), false, false, "Enable removable row."> & DefineProp<"itemValue", ItemValueType<T>, false, null, "Property on supplied items that contains its value."> & DefineProp<"disableItemClickable", boolean, false, false, "Disable clickable on the items."> & DefineSlot<"item", (item: IListItem<T>) => VNodeChild>;
10
+ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<OListProps<T>> & {
11
+ "onUpdate:modelValue"?: (value: T[]) => any;
12
+ } & {
13
+ "v-slots"?: {
14
+ item?: (item: IListItem<T>) => VNodeChild;
15
+ } & Omit<{
16
+ default?: import("vue").Slot;
17
+ }, "item">;
18
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "modelValue" | "remove" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "divider" | "lines" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
19
  export default _default;
@@ -12,5 +12,23 @@ export type OListItemProps = DefinePropTheming & DefineProp<"class", String | St
12
12
  }) => VNodeChild, "Slot for the component’s title content."> & DefineSlot<"subtitle", (value: {
13
13
  subtitle: string | number;
14
14
  }) => VNodeChild, "Slot for the component’s subtitle content."> & DefineEmit<"click:delete", (e: MouseEvent) => VNodeChild, "Emit a delete event."> & DefineEmit<"click:navigate", (e: MouseEvent) => VNodeChild, "Emit a navigate event."> & DefineEmit<"click:select", (e: MouseEvent) => VNodeChild, "Emit a navigate event.">;
15
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<OListItemProps>) => any;
15
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<OListItemProps> & {
16
+ "onClick:delete"?: (e: MouseEvent) => any;
17
+ "onClick:navigate"?: (e: MouseEvent) => any;
18
+ "onClick:select"?: (e: MouseEvent) => any;
19
+ } & {
20
+ "v-slots"?: {
21
+ append?: (item: ListItemSlot) => VNodeChild;
22
+ prepend?: (item: ListItemSlot) => VNodeChild;
23
+ default?: (item: ListItemSlot) => VNodeChild;
24
+ title?: (value: {
25
+ title: string | number;
26
+ }) => VNodeChild;
27
+ subtitle?: (value: {
28
+ subtitle: string | number;
29
+ }) => VNodeChild;
30
+ } & Omit<{
31
+ default?: import("vue").Slot;
32
+ }, "title" | "default" | "append" | "prepend" | "subtitle">;
33
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "active" | "class" | "disabled" | "colorSchemaType" | "colors" | "slot:title" | "slot:append" | "slot:prepend" | "subtitle" | "selected" | "slot:default" | "slot:subtitle" | "emit:click:delete" | "emit:click:navigate" | "emit:click:select"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
34
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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 MainProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"id", string, false, null, "Sets the id of the component."> & DefineProp<"filled", boolean, false, false, "Applies background to the component."> & DefineProp<"toned", boolean, false, false>;
3
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MainProps>) => any;
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MainProps> & {} & {
4
+ "v-slots"?: {} & Omit<{
5
+ default?: import("vue").Slot;
6
+ }, never>;
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "id" | "class" | "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").ConstructComponentProps<Record<string, any>>) => any;
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 { OMenuLocations } from "@omnia/fx-models";
4
4
  type MenuProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false> & DefineProp<"activator", string, false, null, "Supply a CSS selector string to activator prop."> & DefineProp<"attach", string | boolean | Element, false, null, "Specifies which DOM element the overlay content should teleport to."> & DefineProp<"minWidth", string | number, false, null, "Sets the minimum width for the component. Use auto to use the activator width."> & DefineProp<"maxWidth", string | number, false, null, "Sets the maximum width for the component."> & DefineProp<"minHeight", string | number, false, null, "Sets the minimum height for the component."> & DefineProp<"maxHeight", string | number, false, null, "Sets the maximum height for the component."> & DefineProp<"closeDelay", string | number, false, null, "Milliseconds to wait before closing component. Only works with the open-on-hover prop."> & DefineProp<"location", OMenuLocations, false, "bottom start", "Designates where the menu should be placed."> & DefineProp<"openOnHover", boolean, false, null, "Designates whether menu should open on hover or not."> & DefineProp<"visibleOnContentClick", boolean, false, false, "Designates if menu still show when its content is clicked"> & DefineProp<"disabled", boolean, false, false, "Removed the ability to interact with the component."> & DefineProp<"eager", boolean, false, false> & DefineSlot<"activator", () => VNodeChild>;
5
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MenuProps>) => any;
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MenuProps> & {
6
+ "onUpdate:modelValue"?: (value: boolean) => any;
7
+ } & {
8
+ "v-slots"?: {
9
+ activator?: () => VNodeChild;
10
+ } & Omit<{
11
+ default?: import("vue").Slot;
12
+ }, "activator">;
13
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "disabled" | "eager" | "colorSchemaType" | "location" | "modelValue" | "closeDelay" | "openOnHover" | "activator" | "attach" | "colors" | "v-model" | "emit:update:modelValue" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
6
14
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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,6 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "@motionone/dom";
3
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
3
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
4
4
  initial?: boolean | VariantDefinition;
5
5
  } & {
6
6
  animate?: VariantDefinition;
@@ -18,5 +18,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
18
18
  inViewOptions?: InViewOptions;
19
19
  } & {
20
20
  transition?: AnimationOptionsWithOverrides;
21
- } & DefineEmit<"click:someThing", (value: string) => true>>) => any;
21
+ } & DefineEmit<"click:someThing", (value: string) => true>> & {
22
+ "onClick:someThing"?: (value: string) => any;
23
+ } & {
24
+ "v-slots"?: {} & Omit<{
25
+ default?: import("vue").Slot;
26
+ }, never>;
27
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variants" | "transition" | "animate" | "initial" | "hover" | "exit" | "inView" | "press" | "inViewOptions" | "emit:click:someThing"> & import("@omnia/fx/ux").VNodeEvents) => any;
22
28
  export default _default;
@@ -1,4 +1,4 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
2
  colorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic" | import("@omnia/fx-models").ColorSchemaTypes;
3
3
  } & {
4
4
  colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
@@ -26,5 +26,11 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
26
26
  disableResizeWatcher?: boolean;
27
27
  } & {
28
28
  disableRouteWatcher?: boolean;
29
- }>) => any;
29
+ }> & {
30
+ "onUpdate:modelValue"?: (value: boolean) => any;
31
+ } & {
32
+ "v-slots"?: {} & Omit<{
33
+ default?: import("vue").Slot;
34
+ }, never>;
35
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "location" | "modelValue" | "colors" | "v-model" | "overrides" | "toned" | "emit:update:modelValue" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
30
36
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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 { ONotificationSizeTypes } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type NotificationProps = DefinePropTheming & DefineProp<"size", ONotificationSizeTypes, false, null, "The size of the component."> & DefineProp<"value", string, false, null> & DefineProp<"toned", boolean, false, false> & DefineSlot<"prependAvatar", () => VNodeChild> & DefineSlot<"appendAvatar", () => VNodeChild> & DefineEmit<"click:close", (e: MouseEvent) => void>;
5
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<NotificationProps>) => any;
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<NotificationProps> & {
6
+ "onClick:close"?: (e: MouseEvent) => any;
7
+ } & {
8
+ "v-slots"?: {
9
+ prependAvatar?: () => VNodeChild;
10
+ appendAvatar?: () => VNodeChild;
11
+ } & Omit<{
12
+ default?: import("vue").Slot;
13
+ }, "appendAvatar" | "prependAvatar">;
14
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "value" | "colorSchemaType" | "colors" | "toned" | "emit:click:close" | "slot:prependAvatar" | "slot:appendAvatar"> & import("@omnia/fx/ux").VNodeEvents) => any;
6
15
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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").ConstructComponentProps<Record<string, any>>) => any;
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,9 @@ import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { OPanelVariants, OBorderCombination, OPaddingCombination, TypographySize, TypographySizes } from "@omnia/fx/models";
3
3
  export * from "./Panel.stylex";
4
4
  type PanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"title", string, false, null, "Specifies the title of the panel. The size of the title is adjusted according to the variant of the panel."> & DefineProp<"titleSize", TypographySize | TypographySizes, false, null, "Specifies the title typography size. Should be used only if the variants size does not match the context."> & DefineProp<"variant", OPanelVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"hide", boolean, false, null, "Hides the panel. The panel can be toggled using this property with an animation on hide/show."> & DefineProp<"divider", OBorderCombination, false, null, "Applies dividers at the top/bottom/left/right to the panel. This Should be used to create distinct sections."> & DefineProp<"filled", boolean, false, null, "Applies the a background color to the panel. The color is based on the colorSchema either set or inherited"> & DefineProp<"grouped", boolean, false, null, "Removes spacing at the bottom of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"toned", boolean, false, null> & DefineProp<"spacelessTop", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"spacelessBottom", boolean, false, null, "Removes the top spacing of the panel. Should be used when panels are stacked vertically in settings etc to avoid to much spacing."> & DefineProp<"padding", OPaddingCombination, false, null, "Ensures padding of the panel. Should be used for variants like dialog to ensure default padding. The padding depends of the panel variant">;
5
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PanelProps>) => any;
5
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PanelProps> & {} & {
6
+ "v-slots"?: {} & Omit<{
7
+ default?: import("vue").Slot;
8
+ }, never>;
9
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "padding" | "variant" | "filled" | "class" | "hide" | "colorSchemaType" | "colors" | "grouped" | "toned" | "titleSize" | "divider" | "spacelessTop" | "spacelessBottom"> & import("@omnia/fx/ux").VNodeEvents) => any;
6
10
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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").ConstructComponentProps<Record<string, any>>) => any;
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").ConstructComponentProps<Record<string, any>>) => any;
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").ConstructComponentProps<Record<string, any>>) => any;
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;
@@ -3,5 +3,14 @@ import { InputBlueprint } from "@omnia/fx/models";
3
3
  import { VNodeChild } from "vue";
4
4
  type PickerVariant = "dialog" | "picker";
5
5
  type PickerProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"variant", PickerVariant> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineProp<"visibleOnContentClick", boolean, false, null, "Sets the component to disabled"> & DefineSlot<"selectionRenderer", () => VNodeChild> & DefineSlot<"activator", () => VNodeChild>;
6
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PickerProps>) => any;
6
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps> & {
7
+ "onUpdate:modelValue"?: (value: any) => any;
8
+ } & {
9
+ "v-slots"?: {
10
+ selectionRenderer?: () => VNodeChild;
11
+ activator?: () => VNodeChild;
12
+ } & Omit<{
13
+ default?: import("vue").Slot;
14
+ }, "activator" | "selectionRenderer">;
15
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "variant" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "placeholder" | "emit:update:modelValue" | "slot:activator" | "visibleOnContentClick" | "slot:selectionRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
16
  export default _default;
@@ -1,5 +1,12 @@
1
1
  import { DefineEmit, DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { InputBlueprint } from "@omnia/fx/models";
3
3
  type PickerSelectionProps = DefinePropTheming & DefineVModel<"", any, false, null, false, "The v-model of the component"> & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void>;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<PickerSelectionProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
5
+ "onUpdate:modelValue"?: (value: any) => any;
6
+ "onClick:clear"?: () => any;
7
+ } & {
8
+ "v-slots"?: {} & Omit<{
9
+ default?: import("vue").Slot;
10
+ }, never>;
11
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "grid" | "class" | "label" | "disabled" | "colorSchemaType" | "modelValue" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "emit:click:clear" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
12
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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 { OProgressSizeTypes, OProgressTypes, OProgressVariants } from "@omnia/fx-models";
2
2
  import { DefineProp } from "@omnia/fx/ux";
3
3
  type ProgressProps = DefineProp<"type", OProgressTypes, false, "circular", "Specific the type of progress to show."> & DefineProp<"variant", OProgressVariants, false, null, "Specific the type of progress"> & DefineProp<"size", OProgressSizeTypes, false, null, "Specific the size of progress"> & DefineProp<"value", number, false, null, "Specific the value of circular progress">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ProgressProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ProgressProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "variant" | "size" | "value"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
9
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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;
@@ -3,5 +3,11 @@ import { VNodeChild } from "vue";
3
3
  export interface RadioGroupModel {
4
4
  }
5
5
  type RadioProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"label", string, false, null, "Sets the text of the component."> & DefineProp<"value", any, false, null, "The value used when the component is selected in a group. If not provided, a unique id will be generated."> & DefineSlot<"label", () => VNodeChild>;
6
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<RadioProps>) => any;
6
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RadioProps> & {} & {
7
+ "v-slots"?: {
8
+ label?: () => VNodeChild;
9
+ } & Omit<{
10
+ default?: import("vue").Slot;
11
+ }, "label">;
12
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "label" | "value" | "colorSchemaType" | "colors" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
7
13
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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").ConstructComponentProps<Record<string, any>>) => any;
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 { ORatingDensity, ORatingLength, OSizeTypes } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
3
3
  type RatingProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", string | number, false, 0, true, "The current value of the rating. Can be either a number or a numeric string."> & DefineProp<"clearable", boolean, false, false, "Allows for the component to be cleared by clicking on the current value."> & DefineProp<"density", ORatingDensity, false, "default", "Controls the space occupied. Possible values are default, comfortable and compact."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"hover", boolean, false, false, "Provides visual feedback when hovering over the icons."> & DefineProp<"length", ORatingLength, false, 5, "The number of icons to display. Only accept numbers or numeric strings of 5 and 10."> & DefineProp<"readonly", boolean, false, false, "Removes all hover effects and pointer events. Useful for displaying a rating, but not allowing the user to interact with it."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the component. Can be default, x-small, small, large, and x-large.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<RatingProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RatingProps> & {
5
+ "onUpdate:modelValue"?: (value: string | number) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "length" | "size" | "class" | "disabled" | "colorSchemaType" | "modelValue" | "density" | "readonly" | "hover" | "colors" | "v-model" | "emit:update:modelValue" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
11
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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 { OScrollTypesCombination } from "@omnia/fx-models";
2
2
  import { DefineProp, DefinePropTheming, useScrollContainerStore } from "@omnia/fx/ux";
3
3
  type ScrollContainerProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"height", string, false, null, "Sets the height of the container"> & DefineProp<"width", string, false, null, "Sets the width of the column.."> & DefineProp<"compensatScrollbar", boolean, false, false, "Adds a left margin to compensate for the scrollbar."> & DefineProp<"filled", boolean, false, false, "If the background should be filled."> & DefineProp<"dynamicHeight", boolean, false, false, "Calculates a dynamic height based on the position in the browser"> & DefineProp<"toned", boolean, false, false, "If the background is using toned colors."> & DefineProp<"disableScrolling", boolean, false, false, "Disables the scrolling and sets the overflow to hidden."> & DefineProp<"getApi", (store: ReturnType<typeof useScrollContainerStore>) => void, false, null, "callback to get a reference to the scrolling store. The store is used to interact with the scrolling component."> & DefineProp<"scrolling", OScrollTypesCombination, false, "y", "Sets the scroll type of the container.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<ScrollContainerProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ScrollContainerProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "filled" | "class" | "colorSchemaType" | "colors" | "toned" | "getApi" | "disableScrolling" | "compensatScrollbar" | "dynamicHeight" | "scrolling"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
9
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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,5 @@
1
1
  import { IIcon, InputBlueprint, OSelectRenderingItem, OSelectTypes } from "@omnia/fx-models";
2
- import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
2
+ import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot, DefineType, DefineVModel, ExtractProps, ItemType, ItemValueType, ValidationRule } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  import { VSelectSlots } from "../../ComponentTypings";
5
5
  export interface OSelectSlots extends Omit<VSelectSlots, "item" | "selection" | "item" | "chip" | "append-item"> {
@@ -15,5 +15,9 @@ type SlotsWithReturnObject<TItem> = DefineSlot<"chip", (item: OSelectRenderingIt
15
15
  type SlotsWithoutReturnObject = DefineSlot<"chip", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"selection", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild> & DefineSlot<"item", (item: OSelectRenderingItem<any>, index: Number) => VNodeChild>;
16
16
  type BaseProps<TItem, TReturnObject extends boolean> = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"rules", ValidationRule[], false, typeof defaultRules, "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. The input field will enter an error state if a function returns (or any value in the array contains) false or is a string."> & DefineProp<"label", string, false, null, "Sets the label of the component."> & DefineProp<"hint", string, false, null, "Sets the hint of the component."> & DefineProp<"items", TItem, false, null, "TItem must be an array of objects or array of strings. When using objects, will look for a title, value and disabled keys. This can be changed using the item-title, item-value and item-disabled props."> & DefineProp<"itemTitle", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its title."> & DefineProp<"itemValue", ItemValueType<ItemType<TItem>>, false, null, "Property on supplied items that contains its value."> & DefineProp<"variant", OSelectTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"returnObject", TReturnObject, false, null, "Changes the selection behavior to return the object directly rather than the value specified with item-value."> & DefineProp<"clearable", boolean, false, null, "Allows for the component to be cleared."> & DefineProp<"searchable", boolean, false, null, "Allows to searching when user typing."> & DefineProp<"blueprint", InputBlueprint, false, null, "Sets a custom blueprint for the text."> & DefineProp<"toned", boolean> & DefineProp<"chips", boolean, false, false, "Puts input in readonly state."> & DefineProp<"readonly", boolean, false, null, "Puts input in readonly state."> & DefineProp<"multiple", boolean, false, false, "Multiple selection."> & DefineProp<"hideNoData", boolean, false, false, "Hidden no data message."> & DefineProp<"menuIcon", IIcon, false, null, "Custom menu icon."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the input."> & DefineProp<"persistentHint", boolean, false, null, "Forces hint to always be visible."> & DefineProp<"hideSelected", boolean, false, null, "Hide selected items from all items list."> & DefineEmit<"click:button", (value: any) => void, "Emit a click event."> & DefineProp<"errorMessages", string | readonly 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<"error", boolean, false, false, "Puts the input in a manual error state."> & DefineEmit<"update:search", (value: string) => void, "Emit when search input value is changed. Only works when searchable prop is true."> & DefineEmit<"update:focused", (value: boolean) => void, "Emit when search input field is focused."> & DefineSlot<"append-item", () => VNodeChild> & DefineSlot<"prepend-inner", () => VNodeChild> & DefineSlot<"append-inner", () => VNodeChild> & DefineProp<"maxHeight", number, false, 300> & DefineProp<"itemHeight", number, false, 40>;
17
17
  export type OSelectProps<TItem, TReturnObject extends boolean> = BaseProps<TItem, TReturnObject> & DefineType<TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject>;
18
- declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: import("@omnia/fx/ux").ConstructComponentProps<OSelectProps<TItem, TReturnObject>>) => any;
18
+ declare const _default: <TItem extends readonly any[], TReturnObject extends boolean>(props: ExtractProps<OSelectProps<TItem, TReturnObject>> & ((OSelectProps<TItem, TReturnObject> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[K]; } : never) extends infer T_1 ? T_1 extends (OSelectProps<TItem, TReturnObject> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: OSelectProps<TItem, TReturnObject>[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) & {
19
+ "v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
20
+ default?: import("vue").Slot;
21
+ }, keyof (OSelectProps<TItem, TReturnObject> extends infer T_2 ? { [K_3 in keyof T_2 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
22
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "blueprint" | "maxHeight" | "variant" | "error" | "class" | "label" | "multiple" | "disabled" | "colorSchemaType" | "modelValue" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "rules" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
19
23
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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, DefinePropTheming } from "@omnia/fx/ux";
2
2
  import { OSkeletonLoaderTypesCombination, OSkeletonLoaderVariants } from "@omnia/fx-models";
3
3
  type SkeletonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"type", OSkeletonLoaderTypesCombination, false, null, "A string delimited list of skeleton components to create such as type='text@3' or type='card, list-item'. Will recursively generate a corresponding skeleton from the provided string. Also supports short-hand for multiple elements such as article@3 and paragraph@2 which will generate 3 article skeletons and 2 paragraph skeletons. Please see below for a list of available pre-defined options."> & DefineProp<"height", string | number, false, null, "Sets the height for the component."> & DefineProp<"width", string | number, false, null, "Sets the width for the component."> & DefineProp<"variant", OSkeletonLoaderVariants, false, "default", "Applies a distinct style to the component.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SkeletonProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SkeletonProps> & {} & {
5
+ "v-slots"?: {} & Omit<{
6
+ default?: import("vue").Slot;
7
+ }, never>;
8
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "height" | "width" | "variant" | "class" | "colorSchemaType" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
9
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
2
2
  class?: String | String[];
3
- }>) => any;
3
+ }> & {} & {
4
+ "v-slots"?: {} & Omit<{
5
+ default?: import("vue").Slot;
6
+ }, never>;
7
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class"> & import("@omnia/fx/ux").VNodeEvents) => any;
4
8
  export default _default;
@@ -16,5 +16,12 @@ export interface SlidePanelStyleOverrides {
16
16
  * @remarks - read the docs here of Core API https://swiperjs.com/swiper-api
17
17
  */
18
18
  type SlidePanelProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"navigation", boolean, false, false, "If navigation arrows should be shown."> & DefineProp<"pagination", boolean, false, false, "If pagination should be shown."> & DefineProp<"autoplay", boolean, false, false, "Autoplay the slides."> & DefineProp<"centeredSlides", boolean, false, false, "Active slide will be centered, not always on the left side."> & DefineProp<"loop", boolean, false, false, "Loops the slides."> & DefineProp<"scrollbar", boolean, false, false, "If scrollbar should be shown."> & DefineProp<"delay", number, false, 5000, "delay in milliseconds between slides for autoplay."> & DefineProp<"speed", number, false, 600, "Sets the transition speed."> & DefineProp<"slidesPerView", number, false, 1, "How many slides to be visible."> & DefineProp<"slideSpacing", number, false, 1, "The spacing between slides."> & DefineProp<"getApi", (store: ReturnType<typeof useSlidePanelStore>) => void, false, null, "callback to get a reference to the slider store. The store is used to interact with the slide panel."> & DefineProp<"contentWrapperClass", String, false, null, "The class to be applied to the content wrapper"> & DefineProp<"variant", SlidePanelVariationType, false, "default", "The variation of the slide panel. If set to custom-navigation, the navigation buttons will be rendered outside the slide panel and component outside has to handle the styles of the navigation buttons."> & DefineProp<"styleOverrides", SlidePanelStyleOverrides, false, null, "Style overrides to different containers"> & DefineEmit<"init", (swiper: typeof Swiper) => void, "Emits when the swiper is initialized"> & DefineEmit<"afterInit", (swiper: typeof Swiper) => void, "Emits after the swiper is initialized">;
19
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SlidePanelProps>) => any;
19
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelProps> & {
20
+ onInit?: (swiper: typeof import("swiper").default) => any;
21
+ onAfterInit?: (swiper: typeof import("swiper").default) => any;
22
+ } & {
23
+ "v-slots"?: {} & Omit<{
24
+ default?: import("vue").Slot;
25
+ }, never>;
26
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "navigation" | "variant" | "class" | "scrollbar" | "colorSchemaType" | "colors" | "getApi" | "loop" | "delay" | "autoplay" | "pagination" | "centeredSlides" | "speed" | "slidesPerView" | "slideSpacing" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
20
27
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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 { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
2
2
  import { ODirectionTypes, OSliderVariants } from "@omnia/fx-models";
3
3
  type SliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", any, false, null, true, "The v-model of the component"> & DefineProp<"step", string | number, false, null, "If greater than 0, sets step interval for ticks."> & DefineProp<"min", string | number, false, null, "Sets the minimum value of the slider."> & DefineProp<"max", string | number, false, null, "Sets the maximum value of the slider."> & DefineProp<"label", string, false, null, "Sets the label of the slider."> & DefineProp<"unitLabel", string, false, null, "ets the unit label of the slider."> & DefineProp<"noThumbLabel", boolean, false, false, "Hides the thumb label."> & DefineProp<"hint", string, false, null, "Sets the hint of the slider. Hint will be displayed below the input when focused."> & DefineProp<"persistentHint", boolean, false, false, "Forces hint to always be visible."> & DefineProp<"direction", ODirectionTypes, false, "horizontal", "Sets the direction of the slider. Default is horizontal."> & DefineProp<"variant", OSliderVariants, false, null, "Sets the variant of the slider. Prominent should only be use when an extra level of emphasis is needed."> & DefineProp<"showTicks", boolean | "always", false, false, "Sets the visibility of the ticks. Default is false."> & DefineProp<"ticks", number[] | Record<number, string>, false, null, "Show track ticks. If true it shows ticks when using slider. If set to 'always' it always shows ticks."> & DefineProp<"toned", boolean, false, false> & DefineProp<"tickSize", number, false, 2, "Sets the size of the ticks. Default is 2.">;
4
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<SliderProps>) => any;
4
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps> & {
5
+ "onUpdate:modelValue"?: (value: any) => any;
6
+ } & {
7
+ "v-slots"?: {} & Omit<{
8
+ default?: import("vue").Slot;
9
+ }, never>;
10
+ } & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "variant" | "class" | "label" | "colorSchemaType" | "max" | "modelValue" | "hint" | "persistentHint" | "colors" | "v-model" | "toned" | "emit:update:modelValue" | "min" | "step" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
5
11
  export default _default;
@@ -1,2 +1,6 @@
1
- declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
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;