@omnia/fx 8.0.72-vnext → 8.0.73-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 (1845) hide show
  1. package/internal-do-not-import-from-here/apis/ApiHelper.d.ts +1 -1
  2. package/internal-do-not-import-from-here/console/components/Console.d.ts +8 -83
  3. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +8 -83
  4. package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
  5. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  6. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
  7. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
  8. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  9. package/internal-do-not-import-from-here/core/index.d.ts +1 -0
  10. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
  11. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +2 -0
  12. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +5 -4
  13. package/internal-do-not-import-from-here/core/services/TokenService.d.ts +2 -1
  14. package/internal-do-not-import-from-here/core/utils/MigrationUtils.d.ts +1 -1
  15. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +11 -7
  16. package/internal-do-not-import-from-here/core/utils/index.d.ts +0 -2
  17. package/internal-do-not-import-from-here/expose.d.ts +1 -1
  18. package/internal-do-not-import-from-here/index.d.ts +15 -8
  19. package/internal-do-not-import-from-here/libs/phonenumber/PhoneNumber.d.ts +1 -0
  20. package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +1 -1
  21. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +5 -0
  22. package/internal-do-not-import-from-here/libs/swiper/index.d.ts +1 -0
  23. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  24. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  25. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  26. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  27. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  28. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +2 -1
  29. package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
  30. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
  31. package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
  32. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +1 -0
  33. package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
  34. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
  35. package/internal-do-not-import-from-here/services/AzureAdGroupService.d.ts +5 -0
  36. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +6 -9
  37. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
  38. package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
  39. package/internal-do-not-import-from-here/services/OmniaSearchService.d.ts +13 -0
  40. package/internal-do-not-import-from-here/services/SecurityService.d.ts +3 -2
  41. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +3 -0
  42. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -3
  43. package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +6 -0
  44. package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +8 -0
  45. package/internal-do-not-import-from-here/services/identities/IdentitySelfServiceService.d.ts +9 -0
  46. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +3 -1
  47. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +5 -2
  48. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +9 -3
  49. package/internal-do-not-import-from-here/services/identities/UserTypeService.d.ts +2 -1
  50. package/internal-do-not-import-from-here/services/identities/index.d.ts +3 -0
  51. package/internal-do-not-import-from-here/services/index.d.ts +4 -0
  52. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +3 -18
  53. package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +3 -8
  54. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
  55. package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/ExtendedEnterprisePropertyBindingProvider.d.ts +3 -2
  56. package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/IdentityPropertyBindingProvider.d.ts +2 -2
  57. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
  58. package/internal-do-not-import-from-here/services/properties/bindings/{providers → bindingProviders}/index.d.ts +2 -0
  59. package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +1 -1
  60. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +18 -6
  61. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +1 -1
  62. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +12 -6
  63. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
  64. package/internal-do-not-import-from-here/shared/http/Http.d.ts +141 -0
  65. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  66. package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
  67. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  68. package/internal-do-not-import-from-here/shared/models/Equals.js +33 -3
  69. package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
  70. package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
  71. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +1 -0
  72. package/internal-do-not-import-from-here/shared/models/Guid.js +13 -6
  73. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  74. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  75. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +5 -0
  76. package/internal-do-not-import-from-here/shared/models/Realtime.d.ts +1 -13
  77. package/internal-do-not-import-from-here/shared/models/Realtime.js +1 -22
  78. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  79. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  80. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  81. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  82. package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
  83. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +2 -0
  84. package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.js +2 -0
  85. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.d.ts +13 -0
  86. package/internal-do-not-import-from-here/shared/models/hub/TempSocialReactions.js +20 -0
  87. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +63 -0
  88. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  89. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  90. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +30 -0
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +15 -0
  100. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +5 -0
  101. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +38 -0
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +39 -0
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +8 -0
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +11 -0
  105. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.d.ts +3 -0
  106. package/internal-do-not-import-from-here/shared/models/hub/fileupload/FileOwnerId.js +5 -0
  107. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.d.ts +4 -0
  108. package/internal-do-not-import-from-here/shared/models/hub/fileupload/TemporaryFileId.js +5 -0
  109. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.d.ts +2 -0
  110. package/internal-do-not-import-from-here/shared/models/hub/fileupload/index.js +5 -0
  111. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +5 -0
  112. package/internal-do-not-import-from-here/shared/models/hub/index.js +8 -0
  113. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +10 -0
  114. package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.js +2 -0
  115. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +5 -0
  116. package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.js +2 -0
  117. package/internal-do-not-import-from-here/shared/models/hub/social/index.d.ts +2 -0
  118. package/internal-do-not-import-from-here/shared/models/hub/social/index.js +5 -0
  119. package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -1
  120. package/internal-do-not-import-from-here/shared/models/index.js +4 -1
  121. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +18 -12
  122. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
  123. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +5 -4
  124. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
  125. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +3 -3
  126. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
  127. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +8 -4
  128. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -3
  129. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -3
  130. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +26 -0
  131. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +11 -0
  132. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
  133. package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +10 -0
  134. package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +7 -0
  135. package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
  136. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
  137. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +3 -3
  138. package/internal-do-not-import-from-here/stores/AzureAdUserStore.d.ts +3 -0
  139. package/internal-do-not-import-from-here/stores/ClipboardStore.d.ts +6 -0
  140. package/internal-do-not-import-from-here/stores/CommentLikeStore.d.ts +1 -1
  141. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +48 -37
  142. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +8 -4
  143. package/internal-do-not-import-from-here/stores/GroupIdentityStore.d.ts +2 -0
  144. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +23 -5
  145. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +1 -1
  146. package/internal-do-not-import-from-here/stores/LinkReferencesStore.d.ts +23 -0
  147. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +31 -7
  148. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
  149. package/internal-do-not-import-from-here/stores/PostStore.d.ts +3 -3
  150. package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +6 -1
  151. package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
  152. package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +5 -5
  153. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +3 -6
  154. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +5 -2
  155. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +43 -0
  156. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +10 -0
  157. package/internal-do-not-import-from-here/stores/index.d.ts +3 -0
  158. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +83 -28
  159. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +30 -0
  160. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +36 -6
  162. package/internal-do-not-import-from-here/ux/Exposes.d.ts +8 -9
  163. package/internal-do-not-import-from-here/ux/{InternalDefineWebComponent.d.ts → InternalDefineComponent.d.ts} +64 -49
  164. package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
  165. package/internal-do-not-import-from-here/ux/StyleFlow.d.ts +6 -3
  166. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +1 -0
  167. package/internal-do-not-import-from-here/ux/UxCore.d.ts +1 -3
  168. package/internal-do-not-import-from-here/ux/UxModels.d.ts +200 -15
  169. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +22 -98
  170. package/internal-do-not-import-from-here/ux/VueTags.d.ts +1 -0
  171. package/internal-do-not-import-from-here/ux/VueWebComponentSlot.d.ts +67 -0
  172. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  173. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +9 -0
  174. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +8 -83
  175. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +8 -83
  176. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  177. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +74 -34
  178. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +117 -38
  179. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +56 -0
  180. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +117 -19
  181. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
  182. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +37 -1
  183. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +42 -104
  184. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -83
  185. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -1
  186. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/app/AppInstanceToken.d.ts +4 -0
  188. package/internal-do-not-import-from-here/ux/app/AppInstanceTokenProvider.d.ts +1 -4
  189. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +14 -17
  190. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +22 -96
  191. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +17 -0
  192. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/MainRenderer.d.ts +0 -4
  193. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +32 -0
  194. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +26 -0
  195. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
  196. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +37 -0
  197. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +2 -0
  198. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +19 -0
  199. package/internal-do-not-import-from-here/ux/app/appinstance/view/BaseView.d.ts +3 -3
  200. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  201. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +2 -1
  202. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +23 -97
  203. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +165 -223
  204. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +2 -2
  205. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +17 -91
  206. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +15 -89
  207. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +15 -89
  208. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +15 -89
  209. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +8 -83
  210. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InternalConstants.d.ts +4 -3
  211. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +28 -102
  212. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +21 -95
  213. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +13 -87
  214. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +19 -93
  215. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/style/Item.css.d.ts +1 -1
  216. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +15 -89
  217. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +19 -93
  218. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +8 -83
  219. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +15 -89
  220. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +25 -99
  221. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +13 -87
  222. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +18 -92
  223. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +8 -83
  224. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +8 -83
  225. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +15 -89
  226. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/style/ListingNamingPolicies.css.d.ts +1 -1
  227. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +20 -94
  228. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +20 -94
  229. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +13 -87
  230. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +8 -83
  231. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +15 -89
  232. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +24 -98
  233. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +24 -98
  234. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +24 -98
  235. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +164 -115
  236. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +24 -98
  237. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +23 -97
  238. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +15 -89
  239. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +150 -25
  240. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/IAppImageInput.d.ts +0 -17
  241. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/index.d.ts +0 -1
  242. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +6 -0
  243. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +126 -33
  244. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +153 -24
  245. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +174 -38
  246. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +0 -12
  247. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +154 -20
  248. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/IAppInstanceProgressBlade.d.ts +0 -12
  249. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +93 -12
  250. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/IAppPropertiesInput.d.ts +0 -18
  251. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/index.d.ts +0 -1
  252. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +146 -11
  253. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/IAppInstanceInformationStep.d.ts +0 -12
  254. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +146 -9
  255. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/IAppInstanceSummaryStep.d.ts +0 -12
  256. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +146 -10
  257. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/IAppInstanceUsersStep.d.ts +0 -12
  258. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +698 -67
  259. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/IAppProvisioningWizard.d.ts +1 -12
  260. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +218 -48
  261. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -12
  262. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +13 -87
  263. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +349 -21
  264. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -12
  265. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +370 -32
  266. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -12
  267. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +200 -42
  268. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +116 -55
  269. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +47 -19
  270. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +342 -49
  271. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +79 -0
  272. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +34 -0
  273. package/internal-do-not-import-from-here/ux/appprovisioning/components/index.d.ts +0 -2
  274. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -2
  275. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +17 -35
  276. package/internal-do-not-import-from-here/ux/authenticationchecker/loc/localize.d.ts +1 -1
  277. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +1 -1
  278. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +8 -83
  279. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +1 -1
  280. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +13 -87
  281. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +13 -87
  282. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +13 -87
  283. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +364 -0
  284. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  285. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +16 -0
  286. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
  287. package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
  288. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +2 -0
  289. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
  290. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +16 -0
  291. package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -0
  292. package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
  293. package/internal-do-not-import-from-here/ux/colorpicker/loc/localize.d.ts +1 -1
  294. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +423 -0
  295. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
  296. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +372 -0
  297. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +3 -0
  298. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +468 -0
  299. package/internal-do-not-import-from-here/ux/{theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts → colorschemapicker/ColorSchemaViewer.css.d.ts} +2 -2
  300. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +456 -0
  301. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  302. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +16 -0
  303. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
  304. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +6 -0
  305. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +426 -0
  306. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
  307. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +16 -0
  308. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
  309. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +8 -83
  310. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +303 -24
  311. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  312. package/internal-do-not-import-from-here/ux/datatable/Datatable.d.ts +0 -3
  313. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +74 -0
  314. package/internal-do-not-import-from-here/ux/datetimefilterquery/index.d.ts +1 -0
  315. package/internal-do-not-import-from-here/ux/datetimefilterquery/loc/localize.d.ts +16 -0
  316. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/DateTimeFilterQueryHelper.d.ts +7 -0
  317. package/internal-do-not-import-from-here/ux/datetimefilterquery/shared/index.d.ts +1 -0
  318. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +593 -52
  319. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
  320. package/internal-do-not-import-from-here/ux/datetimepicker/loc/localize.d.ts +1 -1
  321. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +214 -154
  322. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
  323. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +16 -0
  324. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
  325. package/internal-do-not-import-from-here/ux/datetimezonepicker/loc/localize.d.ts +1 -1
  326. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +154 -108
  327. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +1 -0
  328. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +5 -0
  329. package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +35 -0
  330. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/IMediaPicker.d.ts +7 -4
  331. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.css.d.ts +5 -3
  332. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPicker.d.ts +6 -3
  333. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerComponentProps.d.ts +4 -0
  334. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.css.d.ts +6 -0
  335. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +30 -0
  336. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +33 -0
  337. package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +5 -0
  338. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/core/index.d.ts +1 -0
  339. package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/loc/localize.d.ts +1 -1
  340. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +60 -135
  341. package/internal-do-not-import-from-here/ux/directives/Directives.d.ts +12 -0
  342. package/internal-do-not-import-from-here/ux/directives/IframeResizer.d.ts +1 -0
  343. package/internal-do-not-import-from-here/ux/directives/index.d.ts +2 -1
  344. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +113 -20
  345. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +0 -1
  346. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +8 -83
  347. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +50 -108
  348. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
  349. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +155 -0
  350. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
  351. package/internal-do-not-import-from-here/ux/docs/omfx/components/Properties.md.d.ts +1 -0
  352. package/internal-do-not-import-from-here/ux/docs/omfx/components/Slots.md.d.ts +1 -0
  353. package/internal-do-not-import-from-here/ux/docs/omfx/components/VModel.md.d.ts +1 -0
  354. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Emits.d.ts +1 -0
  355. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +16 -0
  356. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
  357. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +350 -0
  358. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
  359. package/internal-do-not-import-from-here/ux/docs/omfx/directives/Introduction.md.d.ts +1 -0
  360. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/ClickInSide.d.ts +7 -0
  361. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +16 -0
  362. package/internal-do-not-import-from-here/ux/docs/omfx/directives/index.d.ts +1 -0
  363. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +6 -0
  364. package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
  365. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  366. package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
  367. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  368. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -0
  369. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
  370. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Introduction.d.ts +1 -0
  371. package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
  372. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
  373. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +47 -0
  374. package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
  375. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
  376. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
  377. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
  378. package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +3 -0
  379. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  380. package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
  381. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
  382. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
  383. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +2 -2
  384. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +216 -26
  385. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +177 -17
  386. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
  387. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
  388. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
  389. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +5 -20
  390. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +166 -36
  391. package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
  392. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  393. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +73 -21
  394. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -0
  395. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +7 -7
  396. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -1
  397. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +120 -18
  398. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
  399. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/index.d.ts +0 -1
  400. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/IPersonFieldDisplay.d.ts +0 -17
  401. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +141 -28
  402. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/index.d.ts +0 -1
  403. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/booleanfield/IBooleanFieldEdit.d.ts +2 -2
  404. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +145 -19
  405. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +2 -14
  406. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/IDateTimeFieldEdit.d.ts +2 -2
  407. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/languagefield/ILanguageFieldEdit.d.ts +2 -2
  408. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/numberfield/INumberFieldEdit.d.ts +2 -2
  409. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/IPersonFieldEdit.d.ts +2 -2
  410. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/IRichTextFieldEdit.d.ts +2 -2
  411. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/ITagsPropertyEdit.d.ts +2 -2
  412. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/ITextFieldEdit.d.ts +2 -2
  413. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +236 -78
  414. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  415. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/loc/localize.d.ts +1 -1
  416. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +388 -0
  417. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +665 -0
  418. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +23 -95
  419. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/registration/RegistrationEnterprisePropertyToPropertySettingMap.d.ts +1 -0
  420. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datetimefield/loc/localize.d.ts +1 -1
  421. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +40 -105
  422. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +40 -105
  423. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +16 -6
  424. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +40 -105
  425. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +8 -83
  426. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +3 -2
  427. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +81 -53
  428. package/internal-do-not-import-from-here/ux/filepicker/loc/localize.d.ts +1 -1
  429. package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
  430. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +216 -75
  431. package/internal-do-not-import-from-here/ux/fileuploader/IFileUploader.d.ts +0 -14
  432. package/internal-do-not-import-from-here/ux/fileuploader/loc/localize.d.ts +5 -1
  433. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +262 -131
  434. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +28 -90
  435. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +61 -99
  436. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +1 -2
  437. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +8 -83
  438. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +44 -99
  439. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +44 -94
  440. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +14 -88
  441. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +14 -88
  442. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +389 -0
  443. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +28 -90
  444. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +14 -88
  445. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +118 -139
  446. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +28 -90
  447. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +95 -108
  448. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +52 -92
  449. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +20 -93
  450. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +39 -0
  451. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +14 -88
  452. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +44 -0
  453. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +109 -0
  454. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +14 -88
  455. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +16 -90
  456. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +16 -90
  457. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +16 -90
  458. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +16 -90
  459. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +16 -90
  460. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +16 -90
  461. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +61 -99
  462. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +34 -101
  463. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +36 -103
  464. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +34 -101
  465. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +36 -103
  466. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +34 -101
  467. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +36 -103
  468. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +40 -102
  469. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +36 -103
  470. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +34 -101
  471. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +36 -103
  472. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +34 -101
  473. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +36 -103
  474. package/internal-do-not-import-from-here/ux/filterengine/handler/BooleanFilterEngineHandler.d.ts +1 -1
  475. package/internal-do-not-import-from-here/ux/filterengine/handler/DateFilterEngineHandler.d.ts +1 -1
  476. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +16 -7
  477. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +4 -1
  478. package/internal-do-not-import-from-here/ux/filterengine/handler/NumberFilterEngineHandler.d.ts +1 -1
  479. package/internal-do-not-import-from-here/ux/filterengine/handler/PersonFilterEngineHandler.d.ts +1 -1
  480. package/internal-do-not-import-from-here/ux/filterengine/handler/TagsFilterEngineHandler.d.ts +1 -1
  481. package/internal-do-not-import-from-here/ux/filterengine/handler/TextFilterEngineHandler.d.ts +10 -6
  482. package/internal-do-not-import-from-here/ux/filterengine/handler/index.d.ts +1 -0
  483. package/internal-do-not-import-from-here/ux/filterengine/shared/PropsType.d.ts +3 -0
  484. package/internal-do-not-import-from-here/ux/filterengine/shared/date/DateTimeFilterEngineHelper.d.ts +11 -0
  485. package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +2 -0
  486. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +5 -1
  487. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +187 -143
  488. package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -1
  489. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -83
  490. package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -1
  491. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +361 -34
  492. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +61 -0
  493. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +59 -11
  494. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +22 -0
  495. package/internal-do-not-import-from-here/ux/hub/{HubChat.css.d.ts → chat/HubChat.css.d.ts} +1 -1
  496. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +23 -0
  497. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.css.d.ts +10 -0
  498. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +39 -0
  499. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.css.d.ts +19 -0
  500. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +16 -0
  501. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.css.d.ts +6 -0
  502. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +19 -0
  503. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +16 -0
  504. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +43 -0
  505. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.css.d.ts +4 -0
  506. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +56 -0
  507. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +16 -0
  508. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +82 -0
  509. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +16 -0
  510. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +128 -0
  511. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +115 -0
  512. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.css.d.ts +7 -0
  513. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +39 -0
  514. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +39 -0
  515. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +51 -0
  516. package/internal-do-not-import-from-here/ux/hub/feed/definitions/CommunityUpdate.d.ts +2 -0
  517. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DefinitionRegistrations.d.ts +1 -0
  518. package/internal-do-not-import-from-here/ux/hub/feed/definitions/DocumentReview.d.ts +2 -0
  519. package/internal-do-not-import-from-here/ux/hub/feed/definitions/NewsArticleTemplate.d.ts +2 -0
  520. package/internal-do-not-import-from-here/ux/hub/feed/definitions/QuickPoll.d.ts +2 -0
  521. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Reach.d.ts +2 -0
  522. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +2 -0
  523. package/internal-do-not-import-from-here/ux/hub/feed/definitions/UpdatedProcess.d.ts +2 -0
  524. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +217 -0
  525. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChannel.d.ts +2 -0
  526. package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +76 -0
  527. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +3 -0
  528. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.css.d.ts +8 -0
  529. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +16 -0
  530. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +16 -0
  531. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +16 -0
  532. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +16 -0
  533. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +16 -0
  534. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +16 -0
  535. package/internal-do-not-import-from-here/ux/icon/IIcon.d.ts +3 -0
  536. package/internal-do-not-import-from-here/ux/icon/Icon.css.d.ts +1 -1
  537. package/internal-do-not-import-from-here/ux/icon/index.d.ts +0 -1
  538. package/internal-do-not-import-from-here/ux/iconpicker/IIconPicker.d.ts +0 -15
  539. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +243 -43
  540. package/internal-do-not-import-from-here/ux/iconpicker/loc/localize.d.ts +1 -1
  541. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +208 -192
  542. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +8 -83
  543. package/internal-do-not-import-from-here/ux/identities/components/shared/BladeIds.d.ts +5 -0
  544. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +69 -97
  545. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +78 -104
  546. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +80 -100
  547. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +4 -0
  548. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +8 -4
  549. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +269 -194
  550. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +240 -200
  551. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +376 -312
  552. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +330 -229
  553. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +298 -234
  554. package/internal-do-not-import-from-here/ux/identitypicker/Shared.d.ts +3 -0
  555. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +3 -1
  556. package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +8 -0
  557. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +1 -0
  558. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +194 -246
  559. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
  560. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +107 -27
  561. package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
  562. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +1 -1
  563. package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -14
  564. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +46 -43
  565. package/internal-do-not-import-from-here/ux/inputlanguagepicker/loc/localize.d.ts +1 -1
  566. package/internal-do-not-import-from-here/ux/inputtoken/loc/localize.d.ts +1 -1
  567. package/internal-do-not-import-from-here/ux/journey/index.d.ts +1 -0
  568. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +8 -83
  569. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -5
  570. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +283 -208
  571. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +109 -110
  572. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenuStyles.css.d.ts +3 -0
  573. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +2 -1
  574. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +30 -88
  575. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -1
  576. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -1
  577. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +8 -83
  578. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +8 -83
  579. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +8 -83
  580. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +8 -83
  581. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -3
  582. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +2 -2
  583. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +1 -0
  584. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +34 -12
  585. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +302 -93
  586. package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +16 -0
  587. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +407 -0
  588. package/internal-do-not-import-from-here/ux/journey/v2/use/index.d.ts +1 -0
  589. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +1 -14
  590. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +611 -43
  591. package/internal-do-not-import-from-here/ux/languagepicker/loc/localize.d.ts +1 -1
  592. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/PlaceHolderApis.d.ts +1 -0
  593. package/internal-do-not-import-from-here/ux/layoutcanvas/apis/TemplateRegistrationApis.d.ts +1 -0
  594. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +175 -148
  595. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +72 -124
  596. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +56 -117
  597. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +19 -89
  598. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +37 -102
  599. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +57 -115
  600. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +0 -237
  601. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.css.d.ts +0 -15
  602. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +0 -256
  603. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +0 -0
  604. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +0 -246
  605. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +121 -39
  606. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +141 -46
  607. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +11 -0
  608. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlockEditorHooks.d.ts +6 -0
  609. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumn.css.d.ts +9 -0
  610. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutColumnEditorHooks.d.ts +5 -0
  611. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +15 -0
  612. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSectionEditorHooks.d.ts +8 -0
  613. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/index.d.ts +3 -0
  614. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/loc/localize.d.ts +1 -1
  615. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +8 -83
  616. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +36 -100
  617. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +8 -83
  618. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +8 -83
  619. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +19 -89
  620. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +35 -103
  621. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +81 -131
  622. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +10 -571
  623. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +10 -571
  624. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +10 -571
  625. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +10 -571
  626. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +10 -571
  627. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
  628. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +91 -139
  629. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +46 -107
  630. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +19 -89
  631. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +32 -98
  632. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +99 -269
  633. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +99 -269
  634. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +99 -269
  635. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +8 -83
  636. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +99 -269
  637. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +99 -269
  638. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +8 -83
  639. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +99 -269
  640. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +99 -269
  641. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +99 -269
  642. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +99 -269
  643. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +19 -89
  644. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +19 -89
  645. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +43 -0
  646. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +64 -121
  647. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +19 -89
  648. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +19 -89
  649. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +26 -90
  650. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +17 -88
  651. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  652. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +81 -133
  653. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/EditorLayoutItemFactory.d.ts +3 -1
  654. package/internal-do-not-import-from-here/ux/layoutcanvas/factories/LayoutItemFactory.d.ts +3 -1
  655. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
  656. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +147 -177
  657. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +87 -126
  658. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ObjectMerger.d.ts +5 -11
  659. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/internal.d.ts +1 -0
  660. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +101 -0
  661. package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelector.css.d.ts +3 -0
  662. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +186 -0
  663. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/index.d.ts +5 -0
  664. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +29 -96
  665. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.css.d.ts +6 -0
  666. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +42 -190
  667. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +4 -0
  668. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +36 -184
  669. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +6 -0
  670. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +36 -189
  671. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +58 -116
  672. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +58 -116
  673. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +80 -130
  674. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +81 -131
  675. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/placeholders/PlaceHolderRegistrationApis.d.ts +1 -0
  676. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -1
  677. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +1 -0
  678. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -0
  679. package/internal-do-not-import-from-here/ux/letteravatar/LetterAvatar.d.ts +1 -2
  680. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +17 -91
  681. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
  682. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +17 -0
  683. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +17 -0
  684. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +17 -0
  685. package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
  686. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +2 -1
  687. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +179 -235
  688. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +44 -107
  689. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
  690. package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
  691. package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
  692. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
  693. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
  694. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
  695. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
  696. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
  697. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +46 -0
  698. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +12 -0
  699. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +47 -0
  700. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +6 -0
  701. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/IInternalGalleryDisplayProvider.d.ts +4 -0
  702. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/Registration.d.ts +1 -0
  703. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/index.d.ts +1 -0
  704. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/index.d.ts +1 -0
  705. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +4 -0
  706. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +62 -0
  707. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/CollageMetadata.d.ts +5 -0
  708. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +19 -0
  709. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +95 -0
  710. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +67 -0
  711. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +50 -0
  712. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +32 -0
  713. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +47 -0
  714. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +40 -0
  715. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -0
  716. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +84 -0
  717. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +19 -0
  718. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +7 -0
  719. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +60 -0
  720. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.css.d.ts +4 -0
  721. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +54 -0
  722. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +8 -0
  723. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +581 -0
  724. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
  725. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
  726. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +30 -0
  727. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
  728. package/internal-do-not-import-from-here/ux/{mediapicker → mediapickerV2/chrome}/core/MediaPickerImageHandler.d.ts +1 -4
  729. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +3 -0
  730. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/utils.d.ts +5 -0
  731. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
  732. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
  733. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
  734. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +16 -0
  735. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
  736. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
  737. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +65 -0
  738. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
  739. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
  740. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/Interfaces.d.ts +0 -0
  741. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +16 -0
  742. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +54 -0
  743. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  744. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +47 -0
  745. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +204 -0
  746. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +64 -0
  747. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  748. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +48 -0
  749. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  750. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +16 -0
  751. package/internal-do-not-import-from-here/ux/{imagetransformation/constants.d.ts → mediapickerV2/imagetransformer/Constants.d.ts} +12 -0
  752. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
  753. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +31 -0
  754. package/internal-do-not-import-from-here/ux/{imagetransformer → mediapickerV2/imagetransformer}/loc/localize.d.ts +1 -1
  755. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
  756. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +60 -0
  757. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +59 -0
  758. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +155 -0
  759. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +116 -0
  760. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +3 -0
  761. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -0
  762. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +310 -23
  763. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/IMicrosoftStreamProvider.d.ts +0 -16
  764. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.css.d.ts +0 -16
  765. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +0 -64
  766. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +4 -2
  767. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/IYouTubeProvider.d.ts +0 -17
  768. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.css.d.ts +0 -18
  769. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +0 -54
  770. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +4 -2
  771. package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
  772. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +407 -0
  773. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
  774. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
  775. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
  776. package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/loc/localize.d.ts +2 -2
  777. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.css.d.ts +0 -11
  778. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/CentralImageLocationProvider.d.ts +0 -46
  779. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +0 -18
  780. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/loc/localize.d.ts +1 -1
  781. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +0 -26
  782. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +0 -40
  783. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +0 -131
  784. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +2 -1
  785. package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -2
  786. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +0 -0
  787. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +0 -0
  788. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +0 -0
  789. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +25 -0
  790. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowEmbedMethods.d.ts +4 -0
  791. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +31 -0
  792. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowResponse.d.ts +8 -0
  793. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoInfo.d.ts +27 -0
  794. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoPlayerProps.d.ts +9 -0
  795. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +5 -0
  796. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +0 -0
  797. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +0 -0
  798. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.css.d.ts +0 -1
  799. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +0 -65
  800. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +0 -9
  801. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +0 -80
  802. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +0 -0
  803. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/loc/localize.d.ts +1 -1
  804. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/IMyComputerProvider.d.ts +0 -17
  805. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.css.d.ts +0 -5
  806. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +16 -17
  807. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +2 -2
  808. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +408 -0
  809. package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/loc/localize.d.ts +1 -1
  810. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +12 -0
  811. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
  812. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +3 -0
  813. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
  814. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
  815. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
  816. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
  817. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
  818. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
  819. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
  820. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
  821. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
  822. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
  823. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
  824. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
  825. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
  826. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerUserIconsStorageProviderContext.d.ts +5 -0
  827. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +4 -0
  828. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +0 -19
  829. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.css.d.ts +0 -1
  830. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +0 -34
  831. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +5 -1
  832. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  833. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +16 -0
  834. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +11 -0
  835. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
  836. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
  837. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +4 -0
  838. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -1
  839. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +12 -0
  840. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +5 -3
  841. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +1 -0
  842. package/internal-do-not-import-from-here/ux/models/AppLayoutPlaceHolder.d.ts +2 -0
  843. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +10 -5
  844. package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
  845. package/internal-do-not-import-from-here/ux/models/Directives.d.ts +12 -0
  846. package/internal-do-not-import-from-here/ux/models/FileUploaderStyles.d.ts +0 -13
  847. package/internal-do-not-import-from-here/ux/models/IconStyles.d.ts +1 -1
  848. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
  849. package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
  850. package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +1 -0
  851. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  852. package/internal-do-not-import-from-here/ux/models/RichTextEditorStyles.d.ts +1 -2
  853. package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
  854. package/internal-do-not-import-from-here/ux/models/UrlInputStyles.d.ts +1 -15
  855. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +8 -7
  856. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  857. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/PersonFieldDisplayStyles.d.ts +1 -5
  858. package/internal-do-not-import-from-here/ux/models/index.d.ts +5 -1
  859. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +2 -1
  860. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +240 -299
  861. package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -14
  862. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +702 -81
  863. package/internal-do-not-import-from-here/ux/multilingualinput/loc/localize.d.ts +4 -1
  864. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +638 -0
  865. package/internal-do-not-import-from-here/ux/multitextinput/loc/localize.d.ts +8 -0
  866. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +29 -103
  867. package/internal-do-not-import-from-here/ux/organizationtree/reportees/loc/localize.d.ts +1 -1
  868. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +1 -0
  869. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +121 -0
  870. package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
  871. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +16 -0
  872. package/internal-do-not-import-from-here/ux/oxide/alert/docs/index.d.ts +1 -0
  873. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +15 -2
  874. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +126 -158
  875. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +8 -83
  876. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -1
  877. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -1
  878. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +118 -99
  879. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +8 -83
  880. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -1
  881. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -1
  882. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +391 -130
  883. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +8 -83
  884. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -1
  885. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -1
  886. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
  887. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +206 -172
  888. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -1
  889. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +8 -83
  890. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +8 -83
  891. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
  892. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.css.d.ts +2 -2
  893. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +104 -150
  894. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +8 -83
  895. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -1
  896. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -1
  897. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +71 -118
  898. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +8 -83
  899. package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -1
  900. package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -1
  901. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +140 -151
  902. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -1
  903. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +8 -83
  904. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -1
  905. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +4 -0
  906. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +158 -126
  907. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +8 -83
  908. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -1
  909. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -1
  910. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +8 -0
  911. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +215 -0
  912. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  913. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/ExampleComponents.d.ts +1 -0
  914. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +16 -0
  915. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/index.d.ts +1 -0
  916. package/internal-do-not-import-from-here/ux/oxide/column/Column.css.d.ts +10 -2
  917. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +148 -176
  918. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.css.d.ts +3 -0
  919. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +251 -0
  920. package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -1
  921. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +8 -83
  922. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +2 -1
  923. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +558 -3
  924. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +260 -216
  925. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +813 -0
  926. package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +24 -0
  927. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -1
  928. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +8 -83
  929. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +2 -1
  930. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +230 -0
  931. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/ExampleComponents.d.ts +1 -0
  932. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +16 -0
  933. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/index.d.ts +1 -0
  934. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +5 -4
  935. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +180 -208
  936. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -1
  937. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +8 -83
  938. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +8 -83
  939. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +8 -83
  940. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +8 -83
  941. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +8 -83
  942. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -1
  943. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +3 -1
  944. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +80 -86
  945. package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -1
  946. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +8 -83
  947. package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -1
  948. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +202 -553
  949. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -1
  950. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +8 -83
  951. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -1
  952. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +5 -3
  953. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +102 -134
  954. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +4 -0
  955. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +120 -133
  956. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -1
  957. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +8 -83
  958. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -2
  959. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.css.d.ts +3 -0
  960. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +143 -0
  961. package/internal-do-not-import-from-here/ux/oxide/flex/Row.css.d.ts +17 -0
  962. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +273 -0
  963. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +16 -0
  964. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
  965. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -0
  966. package/internal-do-not-import-from-here/ux/oxide/form/Form.css.d.ts +3 -0
  967. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +82 -0
  968. package/internal-do-not-import-from-here/ux/oxide/form/docs/ExampleComponents.d.ts +1 -0
  969. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +16 -0
  970. package/internal-do-not-import-from-here/ux/oxide/form/docs/index.d.ts +1 -0
  971. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +63 -121
  972. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -1
  973. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +8 -83
  974. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -1
  975. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  976. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +113 -128
  977. package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -1
  978. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +8 -83
  979. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +16 -0
  980. package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -1
  981. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +189 -100
  982. package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -1
  983. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +8 -83
  984. package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -1
  985. package/internal-do-not-import-from-here/ux/oxide/index.d.ts +2 -0
  986. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +187 -0
  987. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
  988. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +16 -0
  989. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
  990. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +41 -105
  991. package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -1
  992. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +8 -83
  993. package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -1
  994. package/internal-do-not-import-from-here/ux/oxide/lazy/Avatar.css.d.ts +4 -0
  995. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +86 -0
  996. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +208 -0
  997. package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
  998. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +16 -0
  999. package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
  1000. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  1001. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +88 -129
  1002. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +106 -150
  1003. package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -1
  1004. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +8 -83
  1005. package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -2
  1006. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +59 -126
  1007. package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -1
  1008. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +8 -83
  1009. package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -1
  1010. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +167 -178
  1011. package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -1
  1012. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +8 -83
  1013. package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -1
  1014. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  1015. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +113 -142
  1016. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -1
  1017. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +8 -83
  1018. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -1
  1019. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.css.d.ts +10 -0
  1020. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +150 -0
  1021. package/internal-do-not-import-from-here/ux/oxide/notification/docs/ExampleComponents.d.ts +1 -0
  1022. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +16 -0
  1023. package/internal-do-not-import-from-here/ux/oxide/notification/docs/index.d.ts +1 -0
  1024. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +215 -0
  1025. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +4 -4
  1026. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +140 -201
  1027. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +8 -83
  1028. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -1
  1029. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +8 -83
  1030. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +8 -83
  1031. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +16 -0
  1032. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -1
  1033. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +54 -86
  1034. package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -1
  1035. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +8 -83
  1036. package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -1
  1037. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +51 -111
  1038. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +1 -0
  1039. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +141 -132
  1040. package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -1
  1041. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +8 -83
  1042. package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -1
  1043. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.css.d.ts +4 -0
  1044. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +297 -0
  1045. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.css.d.ts +1 -0
  1046. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +260 -0
  1047. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +3 -0
  1048. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +179 -0
  1049. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/ExampleComponents.d.ts +1 -0
  1050. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +16 -0
  1051. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/index.d.ts +1 -0
  1052. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/index.d.ts +1 -0
  1053. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +89 -0
  1054. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/index.d.ts +1 -0
  1055. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +2 -2
  1056. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +248 -240
  1057. package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -1
  1058. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +8 -83
  1059. package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -1
  1060. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
  1061. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +122 -0
  1062. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
  1063. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +16 -0
  1064. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
  1065. package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +16 -0
  1066. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +4 -0
  1067. package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +204 -0
  1068. package/internal-do-not-import-from-here/ux/oxide/slidepanel/block/SlidePanelBlock.d.ts +16 -0
  1069. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/ExampleComponents.d.ts +1 -0
  1070. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/SampleComponent.d.ts +16 -0
  1071. package/internal-do-not-import-from-here/ux/oxide/slidepanel/docs/index.d.ts +1 -0
  1072. package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
  1073. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +85 -0
  1074. package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/index.d.ts +1 -0
  1075. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +199 -162
  1076. package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -1
  1077. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +8 -83
  1078. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +8 -83
  1079. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +16 -0
  1080. package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -1
  1081. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +68 -122
  1082. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -1
  1083. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +8 -83
  1084. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -1
  1085. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +8 -83
  1086. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -1
  1087. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +8 -83
  1088. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -1
  1089. package/internal-do-not-import-from-here/ux/oxide/splitpanes/SplitpaneItem.d.ts +159 -0
  1090. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.css.d.ts +3 -0
  1091. package/internal-do-not-import-from-here/ux/oxide/splitpanes/Splitpanes.d.ts +172 -0
  1092. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +40 -104
  1093. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +31 -97
  1094. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -1
  1095. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +8 -83
  1096. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -1
  1097. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +155 -136
  1098. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -1
  1099. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +8 -83
  1100. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -1
  1101. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +3 -2
  1102. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +131 -140
  1103. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +1 -1
  1104. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +168 -149
  1105. package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -1
  1106. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +8 -83
  1107. package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -2
  1108. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +49 -109
  1109. package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -1
  1110. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +8 -83
  1111. package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -1
  1112. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +97 -162
  1113. package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -1
  1114. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +8 -83
  1115. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +8 -83
  1116. package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -1
  1117. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +287 -138
  1118. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +268 -218
  1119. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -1
  1120. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +8 -83
  1121. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -1
  1122. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
  1123. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +125 -150
  1124. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -1
  1125. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +8 -83
  1126. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -1
  1127. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +73 -106
  1128. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -1
  1129. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +8 -83
  1130. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -1
  1131. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +94 -147
  1132. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -1
  1133. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +8 -83
  1134. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -1
  1135. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +34 -88
  1136. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +8 -83
  1137. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -1
  1138. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +8 -83
  1139. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -1
  1140. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +120 -160
  1141. package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +1 -1
  1142. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  1143. package/internal-do-not-import-from-here/ux/post/loc/localize.d.ts +1 -1
  1144. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +8 -83
  1145. package/internal-do-not-import-from-here/ux/presetupwizard/core/loc.d.ts +1 -1
  1146. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +0 -29
  1147. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +231 -34
  1148. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +72 -91
  1149. package/internal-do-not-import-from-here/ux/profilecard/aboutuser/loc/localize.d.ts +1 -1
  1150. package/internal-do-not-import-from-here/ux/profilecard/index.d.ts +0 -1
  1151. package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +2 -1
  1152. package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
  1153. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  1154. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +16 -0
  1155. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  1156. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +16 -0
  1157. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
  1158. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +354 -0
  1159. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +15 -0
  1160. package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
  1161. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
  1162. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +56 -105
  1163. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +47 -117
  1164. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.css.d.ts +2 -0
  1165. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +37 -99
  1166. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +45 -111
  1167. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.css.d.ts +9 -0
  1168. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +50 -0
  1169. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.css.d.ts +9 -0
  1170. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +55 -0
  1171. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfilePropertyDefinition.d.ts +1 -0
  1172. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.css.d.ts +2 -0
  1173. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +63 -105
  1174. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +47 -117
  1175. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +52 -0
  1176. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.css.d.ts +2 -0
  1177. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +63 -105
  1178. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +47 -117
  1179. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.css.d.ts +2 -0
  1180. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +34 -97
  1181. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +41 -109
  1182. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +35 -94
  1183. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +3 -0
  1184. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +34 -97
  1185. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +46 -110
  1186. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +35 -94
  1187. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +3 -0
  1188. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +121 -105
  1189. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +54 -118
  1190. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +35 -94
  1191. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +3 -0
  1192. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +34 -97
  1193. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +36 -110
  1194. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.css.d.ts +2 -0
  1195. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +37 -99
  1196. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +46 -111
  1197. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +3 -0
  1198. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +37 -99
  1199. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +45 -111
  1200. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +35 -94
  1201. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.css.d.ts +9 -0
  1202. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +37 -99
  1203. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +39 -111
  1204. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +3 -0
  1205. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +34 -97
  1206. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +41 -110
  1207. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.css.d.ts +2 -0
  1208. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +37 -99
  1209. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +39 -111
  1210. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.css.d.ts +2 -0
  1211. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +37 -99
  1212. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +39 -111
  1213. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.css.d.ts +2 -0
  1214. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +64 -106
  1215. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +36 -109
  1216. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +10 -0
  1217. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +206 -0
  1218. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.css.d.ts +7 -0
  1219. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +67 -0
  1220. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsPropertyDefinition.d.ts +1 -0
  1221. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.css.d.ts +2 -0
  1222. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +37 -99
  1223. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.css.d.ts +2 -0
  1224. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +45 -111
  1225. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.css.d.ts +2 -0
  1226. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +63 -105
  1227. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +47 -117
  1228. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.css.d.ts +9 -0
  1229. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +50 -0
  1230. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.css.d.ts +9 -0
  1231. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +55 -0
  1232. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypePropertyDefinition.d.ts +1 -0
  1233. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +10 -2
  1234. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +8 -0
  1235. package/internal-do-not-import-from-here/ux/properties/models/PropertyInput.d.ts +2 -0
  1236. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +6 -2
  1237. package/internal-do-not-import-from-here/ux/properties/models/PropertySettingsLock.d.ts +25 -0
  1238. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +2 -0
  1239. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +37 -95
  1240. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +37 -95
  1241. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +460 -0
  1242. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +39 -101
  1243. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +34 -104
  1244. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +49 -102
  1245. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +398 -105
  1246. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +487 -121
  1247. package/internal-do-not-import-from-here/ux/propertyBindingProvider/propertyBindingProviderRegistration.d.ts +1 -0
  1248. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +31 -96
  1249. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +13 -87
  1250. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
  1251. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +287 -252
  1252. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +58 -567
  1253. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +3 -1
  1254. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +8 -83
  1255. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +8 -83
  1256. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/loc/localize.d.ts +1 -1
  1257. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +1 -2
  1258. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
  1259. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +8 -83
  1260. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +8 -83
  1261. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +8 -3
  1262. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +1 -1
  1263. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/{ParsingMicrosoftWordImageHandler.d.ts → PastingMicrosoftOfficeImageHandler.d.ts} +1 -1
  1264. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +1 -1
  1265. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/loc/localize.d.ts +1 -1
  1266. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +8 -83
  1267. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableSubToolbar.d.ts +12 -12
  1268. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Table/TableToolbar.d.ts +12 -12
  1269. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +11 -1
  1270. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +16 -0
  1271. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +22 -3
  1272. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +8 -83
  1273. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +2 -1
  1274. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/IRichTextEditorRenderer.d.ts +0 -14
  1275. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +47 -21
  1276. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +53 -113
  1277. package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.d.ts +0 -1
  1278. package/internal-do-not-import-from-here/ux/rollupfilter/loc/localize.d.ts +1 -1
  1279. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +163 -0
  1280. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +148 -175
  1281. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -0
  1282. package/internal-do-not-import-from-here/ux/shapedivider/loc/localize.d.ts +1 -1
  1283. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
  1284. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +13 -87
  1285. package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
  1286. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +8 -83
  1287. package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
  1288. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +8 -83
  1289. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +27 -0
  1290. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +26 -0
  1291. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +24 -1
  1292. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +21 -95
  1293. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +15 -89
  1294. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +15 -90
  1295. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +15 -89
  1296. package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
  1297. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +8 -83
  1298. package/internal-do-not-import-from-here/ux/signout/loc/localize.d.ts +1 -1
  1299. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +609 -74
  1300. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +16 -44
  1301. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -34
  1302. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
  1303. package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
  1304. package/internal-do-not-import-from-here/ux/social/Like.d.ts +353 -68
  1305. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +206 -26
  1306. package/internal-do-not-import-from-here/ux/social/Reactions.css.d.ts +31 -0
  1307. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +164 -0
  1308. package/internal-do-not-import-from-here/ux/social/docs/ExampleComponents.d.ts +1 -0
  1309. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +16 -0
  1310. package/internal-do-not-import-from-here/ux/social/docs/index.d.ts +1 -0
  1311. package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
  1312. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +72 -15
  1313. package/internal-do-not-import-from-here/ux/social/likehandler/loc/localize.d.ts +1 -1
  1314. package/internal-do-not-import-from-here/ux/social/loc/localize.d.ts +1 -1
  1315. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
  1316. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +306 -79
  1317. package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
  1318. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +109 -40
  1319. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +198 -248
  1320. package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -1
  1321. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +8 -83
  1322. package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -1
  1323. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +1 -1
  1324. package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
  1325. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
  1326. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +27 -0
  1327. package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
  1328. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
  1329. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
  1330. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
  1331. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +8 -83
  1332. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +49 -107
  1333. package/internal-do-not-import-from-here/ux/templatepicker/ITemplatePicker.d.ts +0 -12
  1334. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.css.d.ts +1 -1
  1335. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +489 -28
  1336. package/internal-do-not-import-from-here/ux/texttranslator/loc/localize.d.ts +1 -1
  1337. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +1 -1
  1338. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
  1339. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +187 -241
  1340. package/internal-do-not-import-from-here/ux/theming/loc/localize.d.ts +1 -1
  1341. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  1342. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  1343. package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +16 -0
  1344. package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
  1345. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +22 -0
  1346. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +22 -0
  1347. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +16 -0
  1348. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +16 -0
  1349. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +16 -0
  1350. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +16 -0
  1351. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +16 -0
  1352. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +16 -0
  1353. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +63 -0
  1354. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney.d.ts +22 -0
  1355. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +16 -0
  1356. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +65 -0
  1357. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney.d.ts +16 -0
  1358. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +16 -0
  1359. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +66 -0
  1360. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +22 -0
  1361. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.css.d.ts +4 -0
  1362. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +16 -0
  1363. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +16 -0
  1364. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.css.d.ts +8 -0
  1365. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +390 -0
  1366. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +112 -0
  1367. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +22 -0
  1368. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +95 -0
  1369. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/Colors.d.ts +7 -3
  1370. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/index.d.ts +0 -1
  1371. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/DefinitionRegistrations.d.ts +1 -0
  1372. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/ThemeRegistrations.d.ts +1 -0
  1373. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/Todo.d.ts +2 -0
  1374. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/index.d.ts +1 -0
  1375. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +0 -0
  1376. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +0 -0
  1377. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +0 -0
  1378. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +0 -0
  1379. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +0 -0
  1380. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/index.d.ts +0 -1
  1381. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/index.d.ts +1 -1
  1382. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
  1383. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/Blueprints.d.ts +10 -0
  1384. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/SpacingTypes.d.ts +3 -0
  1385. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/ThemeDefinitions.d.ts +4 -0
  1386. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/TypographyTypes.d.ts +135 -0
  1387. package/internal-do-not-import-from-here/ux/theming-v2/{skins/default/useDefaultSkin.d.ts → designkits/default/useDefaultDesignKit.d.ts} +3 -8
  1388. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/ApiRegistrations.d.ts +0 -0
  1389. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
  1390. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/Blueprints.d.ts +1 -0
  1391. package/internal-do-not-import-from-here/ux/theming-v2/{skins/editor → designkits/documentation}/themes/SpacingTypes.d.ts +2 -0
  1392. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/TypographyTypes.d.ts +1 -0
  1393. package/internal-do-not-import-from-here/ux/theming-v2/{skins/documentation/useDocumentationSkin.d.ts → designkits/documentation/useDocumentationDesignKit.d.ts} +1 -1
  1394. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/ThemeRegistrations.d.ts +1 -0
  1395. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
  1396. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/Blueprints.d.ts +3 -0
  1397. package/internal-do-not-import-from-here/ux/theming-v2/{skins/documentation → designkits/editor}/themes/SpacingTypes.d.ts +2 -0
  1398. package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/TypographyTypes.d.ts +5 -0
  1399. package/internal-do-not-import-from-here/ux/theming-v2/{skins/editor/useEditorSkin.d.ts → designkits/editor/useEditorDesignKit.d.ts} +1 -1
  1400. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
  1401. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/DefinitionRegistrations.d.ts +1 -0
  1402. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
  1403. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
  1404. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
  1405. package/internal-do-not-import-from-here/ux/theming-v2/{skins/useSkins.d.ts → designkits/useDesignKits.d.ts} +3 -8
  1406. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -9
  1407. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +29 -0
  1408. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +173 -0
  1409. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +29 -0
  1410. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +520 -0
  1411. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +29 -0
  1412. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +350 -0
  1413. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +42 -0
  1414. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +39 -0
  1415. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +29 -0
  1416. package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +45 -0
  1417. package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +12 -0
  1418. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +667 -0
  1419. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -1
  1420. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +5 -3
  1421. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +1 -1
  1422. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +1 -1
  1423. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +12 -0
  1424. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +2 -1
  1425. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +1 -0
  1426. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +211 -232
  1427. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +38 -107
  1428. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +8 -83
  1429. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +8 -83
  1430. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +8 -83
  1431. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +0 -91
  1432. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +8 -83
  1433. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +8 -83
  1434. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +8 -83
  1435. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +8 -83
  1436. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +32 -11
  1437. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +43 -14
  1438. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +4061 -99
  1439. package/internal-do-not-import-from-here/ux/timeperiodpicker/ITimePeriodPicker.d.ts +0 -24
  1440. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +453 -29
  1441. package/internal-do-not-import-from-here/ux/timeperiodpicker/index.d.ts +0 -1
  1442. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.css.d.ts +5 -0
  1443. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +426 -0
  1444. package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
  1445. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +16 -0
  1446. package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
  1447. package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +0 -46
  1448. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +486 -0
  1449. package/internal-do-not-import-from-here/ux/urlinput/loc/localize.d.ts +1 -1
  1450. package/internal-do-not-import-from-here/ux/use/Shared.d.ts +6 -0
  1451. package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
  1452. package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
  1453. package/internal-do-not-import-from-here/ux/use/Types.d.ts +4 -0
  1454. package/internal-do-not-import-from-here/ux/use/UseBlockInstance.d.ts +2 -0
  1455. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +192 -35
  1456. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +530 -49
  1457. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  1458. package/internal-do-not-import-from-here/ux/use/UseEventListener.d.ts +27 -9
  1459. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +106 -5
  1460. package/internal-do-not-import-from-here/ux/use/UseInterSectionObserver.d.ts +39 -0
  1461. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
  1462. package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
  1463. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -3
  1464. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +0 -9
  1465. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +105 -0
  1466. package/internal-do-not-import-from-here/ux/use/index.d.ts +7 -0
  1467. package/internal-do-not-import-from-here/ux/user/UserPropertiesProvider.d.ts +1 -6
  1468. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +2 -1
  1469. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +165 -221
  1470. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +25 -94
  1471. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +27 -94
  1472. package/internal-do-not-import-from-here/ux/validation/loc/localize.d.ts +1 -1
  1473. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +8 -83
  1474. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +8 -83
  1475. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +35 -103
  1476. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +43 -111
  1477. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +96 -25
  1478. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.css.d.ts +17 -0
  1479. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +16 -0
  1480. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.css.d.ts +6 -0
  1481. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +23 -0
  1482. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +8 -83
  1483. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +12 -84
  1484. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +13 -0
  1485. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/DefinitionRegistrations.d.ts +1 -0
  1486. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.css.d.ts +6 -0
  1487. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +945 -0
  1488. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/index.d.ts +2 -0
  1489. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Image.d.ts +2 -0
  1490. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog.d.ts +3 -0
  1491. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/MicroBlog2.d.ts +3 -0
  1492. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/SocialText.d.ts +2 -0
  1493. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +3 -0
  1494. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/ContentDefinitionRegistration.d.ts +10 -0
  1495. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +14 -0
  1496. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/index.d.ts +2 -0
  1497. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +176 -0
  1498. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +1 -1
  1499. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +537 -119
  1500. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +154 -219
  1501. package/internal-do-not-import-from-here/ux/velcron/core/actions/Clone.d.ts +2 -0
  1502. package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
  1503. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
  1504. package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
  1505. package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +3 -0
  1506. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +1 -0
  1507. package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
  1508. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +6 -0
  1509. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +111 -25
  1510. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +298 -11
  1511. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
  1512. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
  1513. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +17 -5
  1514. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +2 -2
  1515. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
  1516. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +2 -1
  1517. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  1518. package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
  1519. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +9 -9
  1520. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -9
  1521. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  1522. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +38 -0
  1523. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +16 -0
  1524. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +15 -0
  1525. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  1526. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  1527. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
  1528. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +2 -0
  1529. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  1530. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +16 -0
  1531. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +11 -0
  1532. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +18 -0
  1533. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
  1534. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +16 -0
  1535. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +12 -0
  1536. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
  1537. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
  1538. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  1539. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +30 -0
  1540. package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
  1541. package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
  1542. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
  1543. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
  1544. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
  1545. package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
  1546. package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
  1547. package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
  1548. package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
  1549. package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
  1550. package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
  1551. package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
  1552. package/internal-do-not-import-from-here/ux/velcron/docs/components/Video.d.ts +1 -0
  1553. package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
  1554. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +8 -0
  1555. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +4 -0
  1556. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +277 -286
  1557. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +8 -83
  1558. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +8 -83
  1559. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +8 -83
  1560. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +8 -83
  1561. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +18 -92
  1562. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +8 -83
  1563. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +8 -83
  1564. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +8 -83
  1565. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +8 -83
  1566. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +8 -83
  1567. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +8 -83
  1568. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +8 -83
  1569. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +8 -83
  1570. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +15 -89
  1571. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +15 -89
  1572. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +8 -83
  1573. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +15 -89
  1574. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +15 -89
  1575. package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +3 -3
  1576. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +245 -60
  1577. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
  1578. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +115 -154
  1579. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +93 -95
  1580. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +15 -89
  1581. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +15 -89
  1582. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +32 -0
  1583. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +15 -89
  1584. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +20 -94
  1585. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +15 -89
  1586. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +15 -89
  1587. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Flex.d.ts +32 -0
  1588. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexColumn.d.ts +32 -0
  1589. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexRow.d.ts +32 -0
  1590. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +15 -89
  1591. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +15 -89
  1592. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +15 -89
  1593. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +15 -89
  1594. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +32 -0
  1595. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +32 -0
  1596. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +32 -0
  1597. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +32 -0
  1598. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +15 -89
  1599. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +15 -89
  1600. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +32 -0
  1601. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +15 -89
  1602. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +388 -0
  1603. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +364 -0
  1604. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +364 -0
  1605. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +384 -0
  1606. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +385 -0
  1607. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +385 -0
  1608. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +385 -0
  1609. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +385 -0
  1610. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +384 -0
  1611. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +406 -0
  1612. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +389 -0
  1613. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +43 -21
  1614. package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +16 -1
  1615. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +128 -1
  1616. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +44 -0
  1617. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +69 -24
  1618. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +68 -5
  1619. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +146 -17
  1620. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +198 -26
  1621. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +220 -13
  1622. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +94 -23
  1623. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +5 -1
  1624. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -0
  1625. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +32 -101
  1626. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +97 -22
  1627. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +150 -45
  1628. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +123 -20
  1629. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +47 -14
  1630. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +16 -8
  1631. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +125 -46
  1632. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/loc/localize.d.ts +1 -1
  1633. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +230 -0
  1634. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +175 -166
  1635. package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
  1636. package/internal-do-not-import-from-here/ux/welcome/loc/localize.d.ts +1 -1
  1637. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -14
  1638. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +272 -59
  1639. package/internal-do-not-import-from-here/ux/wizard/WizardStep.d.ts +0 -1
  1640. package/internal-do-not-import-from-here/vue/VueApp.d.ts +4 -1
  1641. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -4
  1642. package/internal-do-not-import-from-here/vue/vuecustomelement/Helpers.d.ts +8 -2
  1643. package/internal-do-not-import-from-here/wctypings.d.ts +2401 -296
  1644. package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
  1645. package/package.json +6 -7
  1646. package/internal-do-not-import-from-here/core/utils/ScrollPagingUtils.d.ts +0 -7
  1647. package/internal-do-not-import-from-here/core/utils/gpt3utils/GPT3Utils.d.ts +0 -5
  1648. package/internal-do-not-import-from-here/core/utils/gpt3utils/index.d.ts +0 -1
  1649. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
  1650. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  1651. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +0 -105
  1652. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +0 -105
  1653. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +0 -425
  1654. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +0 -95
  1655. package/internal-do-not-import-from-here/ux/compositiontests/WowComp.d.ts +0 -91
  1656. package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
  1657. package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
  1658. package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
  1659. package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
  1660. package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
  1661. package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
  1662. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -12
  1663. package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
  1664. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
  1665. package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
  1666. package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
  1667. package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
  1668. package/internal-do-not-import-from-here/ux/directives/ClickOut.d.ts +0 -20
  1669. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
  1670. package/internal-do-not-import-from-here/ux/governancedashboard/IBarChartIndicator.d.ts +0 -26
  1671. package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
  1672. package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
  1673. package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +0 -104
  1674. package/internal-do-not-import-from-here/ux/icon/IconPresets.d.ts +0 -6
  1675. package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -25
  1676. package/internal-do-not-import-from-here/ux/imagetransformation/enums.d.ts +0 -13
  1677. package/internal-do-not-import-from-here/ux/imagetransformation/image-svg-transfomer.d.ts +0 -60
  1678. package/internal-do-not-import-from-here/ux/imagetransformation/image-transfomer.d.ts +0 -7
  1679. package/internal-do-not-import-from-here/ux/imagetransformation/index.d.ts +0 -4
  1680. package/internal-do-not-import-from-here/ux/imagetransformation/interfaces.d.ts +0 -8
  1681. package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +0 -14
  1682. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
  1683. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +0 -26
  1684. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
  1685. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
  1686. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +0 -23
  1687. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
  1688. package/internal-do-not-import-from-here/ux/imagetransformer/Constants.d.ts +0 -14
  1689. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +0 -18
  1690. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +0 -5
  1691. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
  1692. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
  1693. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
  1694. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
  1695. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
  1696. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
  1697. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
  1698. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
  1699. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
  1700. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
  1701. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
  1702. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
  1703. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
  1704. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
  1705. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
  1706. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
  1707. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
  1708. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
  1709. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
  1710. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
  1711. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
  1712. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
  1713. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
  1714. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
  1715. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
  1716. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
  1717. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
  1718. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
  1719. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
  1720. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
  1721. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
  1722. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
  1723. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
  1724. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
  1725. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
  1726. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
  1727. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
  1728. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
  1729. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
  1730. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
  1731. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
  1732. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
  1733. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
  1734. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
  1735. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
  1736. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
  1737. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
  1738. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
  1739. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
  1740. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
  1741. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +0 -1003
  1742. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
  1743. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
  1744. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
  1745. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
  1746. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
  1747. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
  1748. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
  1749. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +0 -165
  1750. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +0 -234
  1751. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +0 -163
  1752. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +0 -19
  1753. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.css.d.ts +0 -4
  1754. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel copy.d.ts +0 -32
  1755. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +0 -92
  1756. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -86
  1757. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +0 -36
  1758. package/internal-do-not-import-from-here/ux/mediapickerimage/index.d.ts +0 -1
  1759. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -39
  1760. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
  1761. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
  1762. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +0 -2
  1763. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
  1764. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -28
  1765. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +0 -91
  1766. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +0 -91
  1767. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/ExampleComponents.d.ts +0 -1
  1768. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/SampleComponent.d.ts +0 -91
  1769. package/internal-do-not-import-from-here/ux/oxide/textarea/docs/index.d.ts +0 -1
  1770. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
  1771. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
  1772. package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
  1773. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
  1774. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
  1775. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -595
  1776. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +0 -30
  1777. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +0 -53
  1778. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +0 -202
  1779. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +0 -27
  1780. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +0 -25
  1781. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +0 -22
  1782. package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +0 -451
  1783. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -7
  1784. package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -498
  1785. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +0 -473
  1786. package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +0 -50
  1787. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Blockheaders.d.ts +0 -3
  1788. package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +0 -1
  1789. package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +0 -1
  1790. package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +0 -1
  1791. package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +0 -1
  1792. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +0 -188
  1793. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +0 -42
  1794. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +0 -101
  1795. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/alignment/AlignmentEditor.d.ts +0 -4
  1796. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +0 -1
  1797. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/index.d.ts +0 -6
  1798. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +0 -1
  1799. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +0 -2
  1800. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +0 -1
  1801. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +0 -1
  1802. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/index.d.ts +0 -2
  1803. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditor.d.ts +0 -2
  1804. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/index.d.ts +0 -2
  1805. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +0 -106
  1806. /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
  1807. /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → app/AppLayoutPlaceHolderRegistration.d.ts} +0 -0
  1808. /package/internal-do-not-import-from-here/ux/{theming-v2/blueprintpicker → blueprintpicker}/BlueprintPicker.css.d.ts +0 -0
  1809. /package/internal-do-not-import-from-here/ux/{features/FeatureActivation_old.d.ts → colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts} +0 -0
  1810. /package/internal-do-not-import-from-here/ux/{features/FeaturesJourney_old.d.ts → colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts} +0 -0
  1811. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/MediaPickerContext.d.ts +0 -0
  1812. /package/internal-do-not-import-from-here/ux/{layoutcanvas/apis/Registration.d.ts → depricated-mediapicker/MediaPickerRenderer.d.ts} +0 -0
  1813. /package/internal-do-not-import-from-here/ux/{mediapicker → depricated-mediapicker}/index.d.ts +0 -0
  1814. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default/definitions/content/Contentblocks.d.ts → directives/clickoutside/ClickOutSide.d.ts} +0 -0
  1815. /package/internal-do-not-import-from-here/ux/{velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
  1816. /package/internal-do-not-import-from-here/ux/{vuetify/stepper/VStepperItems.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
  1817. /package/internal-do-not-import-from-here/ux/{velcron/renderer/components/FlexView.d.ts → hub/feed/components/Social.css.d.ts} +0 -0
  1818. /package/internal-do-not-import-from-here/ux/layoutcanvas/{editor → shared}/layoutItemselector/LayoutItemSelection.css.d.ts +0 -0
  1819. /package/internal-do-not-import-from-here/ux/{mediapickerproviders/bingprovider → mediapickerV2/imagegrid}/loc/index.d.ts +0 -0
  1820. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{bingprovider → bingprovider-v2}/services/BingImageService.d.ts +0 -0
  1821. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/PexelProvider.css.d.ts +0 -0
  1822. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/models/PexelImage.d.ts +0 -0
  1823. /package/internal-do-not-import-from-here/ux/mediapickerproviders/{pexelsprovider → pexelsprovider-V2}/services/PexelImageService.d.ts +0 -0
  1824. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/core/ThemeDefinitionInstance.d.ts +0 -0
  1825. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/BannerImageTop.d.ts +0 -0
  1826. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupAvatar.d.ts +0 -0
  1827. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageLarge.d.ts +0 -0
  1828. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageSmall.d.ts +0 -0
  1829. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTop.d.ts +0 -0
  1830. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
  1831. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/cards/index.d.ts +0 -0
  1832. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/BlockTextIcon.d.ts +0 -0
  1833. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/definitions/headers/Pageheader.d.ts +0 -0
  1834. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/default/themes/index.d.ts +0 -0
  1835. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/ThemeDefinitions.d.ts +0 -0
  1836. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/documentation/themes/index.d.ts +0 -0
  1837. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/ThemeDefinitions.d.ts +0 -0
  1838. /package/internal-do-not-import-from-here/ux/theming-v2/{skins → designkits}/editor/themes/index.d.ts +0 -0
  1839. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorManager.d.ts → store/ColorManager.d.ts} +0 -0
  1840. /package/internal-do-not-import-from-here/ux/theming-v2/{ColorSchemaManager.d.ts → store/ColorSchemaManager.d.ts} +0 -0
  1841. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Image.d.ts +0 -0
  1842. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/ImageText.d.ts +0 -0
  1843. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Quote.d.ts +0 -0
  1844. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/Text.d.ts +0 -0
  1845. /package/internal-do-not-import-from-here/ux/{theming-v2/skins/default → velcron/components/contenteditor}/definitions/content/index.d.ts +0 -0
@@ -3,12 +3,23 @@ import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
3
3
  import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
4
4
  import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
5
5
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
6
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpicker/BlueprintPicker';
7
+ import wc057bef6897bb4ba4a089d01c2da1322e from './ux/chrome/ChromeRenderer';
8
+ import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
9
+ import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/colorschemapicker/ColorSchemaDefinitionPicker';
10
+ import wc3779d0b63f54436eb25942b0c2487a2c from './ux/colorschemapicker/ColorSchemaViewer';
11
+ import wc7abfeece956245f3ba63c231d3c31c26 from './ux/colorschemapicker/ColorSchemaEditor';
12
+ import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorsettingspicker/ColorSettingsPicker';
6
13
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
7
- import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
14
+ import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
15
+ import wc0fb46d84e95e4e04801878bec4b370cb from './ux/datetimefilterquery/DateTimeFilterQuery';
16
+ import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePicker';
8
17
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
9
18
  import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
10
19
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
11
20
  import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
21
+ import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
22
+ import wc1fab0218538f431c91ece4e10cbd468c from './ux/fileuploader/FileUploader';
12
23
  import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
13
24
  import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
14
25
  import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
@@ -27,8 +38,13 @@ import wc5a6940e10c51454aa5e0a4144ab01288 from './ux/filterengine/components/sel
27
38
  import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/renderer/dialog/DialogContent';
28
39
  import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
29
40
  import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
41
+ import wc0b99953ef72848a7936f51500d69d771 from './ux/filterengine/components/renderer/date/DateTimePeriodSlider';
30
42
  import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
31
- import wcc587659a68194582be3c393240709785 from './ux/hub/HubChat';
43
+ import wca377536b4fd84773a9730966623601cd from './ux/governancedashboard/BarChartIndicator';
44
+ import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
45
+ import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
46
+ import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
47
+ import wc7c3b9838bf844a53a446d3795494b304 from './ux/iconpicker/IconPicker';
32
48
  import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
33
49
  import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
34
50
  import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
@@ -37,119 +53,210 @@ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPick
37
53
  import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
38
54
  import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
39
55
  import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
56
+ import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
57
+ import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
58
+ import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
40
59
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
41
- import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
60
+ import wc106dba3f206e4ad7bbb28e574e3da49e from './ux/magiclink/MagicLinkSignIn';
61
+ import wc168b37eb8cbc4e46944cbf9a6a5e9063 from './ux/magiclink/MagicLinkSuccess';
62
+ import wcd836de74ad894f4999e21046b1ba2cab from './ux/magiclink/MagicLinkFailure';
42
63
  import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
43
64
  import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
65
+ import wce9bb3179713943d787e139cedf749838 from './ux/mediapickerimage/MediaPickerImage';
44
66
  import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
67
+ import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
68
+ import wccdadf45bd7774609a713c4e1d6862783 from './ux/multitextinput/MultiTextInput';
45
69
  import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
46
70
  import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
47
71
  import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
72
+ import wc6489472fd8d24a1b9413537fde528566 from './ux/profilecard/ProfileCard';
48
73
  import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
49
74
  import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
50
75
  import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
51
76
  import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
52
- import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfiguration';
77
+ import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfigurationV2';
53
78
  import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
54
79
  import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
55
80
  import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
56
81
  import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
82
+ import wcc3804d46bde14e61961f7de5ad9128d2 from './ux/richtexteditorrenderer/RichTextEditorRenderer';
57
83
  import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
84
+ import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
58
85
  import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
59
86
  import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
60
87
  import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
61
88
  import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
62
89
  import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
90
+ import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
91
+ import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
63
92
  import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
93
+ import wc9be9d4f831fd4d15ab09d235d5cd6a38 from './ux/social/Comment';
94
+ import wc239412079c474a78b857dd4bdca3ff84 from './ux/social/PeopleTagging';
95
+ import wcd737feca8c0e44c1808f6f016122f8ea from './ux/social/CommentDialog';
96
+ import wcbe381da6819b477c857057f129cd9210 from './ux/social/Like';
97
+ import wcdc26034aad994c5c8ec6992d317df993 from './ux/social/Reactions';
64
98
  import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
99
+ import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
65
100
  import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
101
+ import wc3ccd469648b244efb3fbf9b561ca1967 from './ux/templatepicker/TemplatePicker';
102
+ import wca9e655701cd249aca6b2af56caea6630 from './ux/timeperiodpicker/TimePeriodPicker';
103
+ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
104
+ import wc6f50634fb5c149e0964666bca7d9edc0 from './ux/urlinput/UrlInputLegacy';
66
105
  import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
67
106
  import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
68
- import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
69
107
  import wc90cfd68bb4e04f67bfd5677bdf4af59d from './ux/validation/FieldValidation';
70
108
  import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
71
109
  import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
110
+ import wcc88e2566b07a4680aef7f575f5c5641b from './ux/versionedlayout/controller/VersionedLayoutController';
111
+ import wc177046bfd171495bbce70d1cd9242fa1 from './ux/versionedlayout/controller/Chrome';
112
+ import wcbd6cd82aabef42e7bf60679c7d5fb470 from './ux/wizard/WizardComponent';
72
113
  import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
73
114
  import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
115
+ import wc8000658f96504040b6194f7e887665a7 from '../../fx-sp/internal-do-not-import-from-here/ux/queryfilterbuilder/QueryFilterBuilder';
116
+ import wccff151bfd6e24f2fbacd02bba0fffe1f from '../../fx-sp/internal-do-not-import-from-here/ux/targetingfilter/TargetingFilter';
117
+ import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
74
118
  import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
75
119
  import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
120
+ import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
76
121
  import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
122
+ import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
123
+ import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
77
124
  import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
78
125
  import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
79
126
  import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
80
127
  import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
81
128
  import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
82
129
  import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
130
+ import wc0edb482876244660a11456d63e31b847 from './ux/appprovisioning/appimageinput/AppImageInput';
131
+ import wcab791b4bc7e14d8798c9d2e30a9feabb from './ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney';
132
+ import wc24eddd6df7294957a8f31c89115945de from './ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade';
133
+ import wcf4841dc16bb3406985428b109cb3e048 from './ux/appprovisioning/apppropertiesinput/AppPropertiesInput';
134
+ import wc57666df7cbce43ca929dab5c9dcb66ff from './ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep';
135
+ import wc07713a5092f54467884d16df12975822 from './ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep';
136
+ import wc9c63c94671914f2ebcb8bf3ec9bad112 from './ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep';
137
+ import wc9de3fb352e0a4b6eb4b6aadd7d4717ff from './ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard';
138
+ import wc22d04b93a87c44d290da28f58d163eeb from './ux/appprovisioning/approuteinput/AppRouteInput';
83
139
  import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
140
+ import wc612fef70e86b4b12a4c138324dbc6895 from './ux/appprovisioning/apptitledescription/AppDescriptionInput';
141
+ import wc42aef9ddfa3745489aed5b4fedef43ed from './ux/appprovisioning/apptitleinput/AppTitleInput';
142
+ import wc171ae6335cef4eaa88977eba3bca0049 from './ux/appprovisioning/renderer/Renderer';
84
143
  import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
144
+ import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
145
+ import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
146
+ import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
147
+ import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
148
+ import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
149
+ import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
150
+ import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
151
+ import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
85
152
  import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
86
153
  import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
87
154
  import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
88
- import wcd308de8efcff4754826523a0f06df130 from './ux/journey/v2/JourneyBlade';
155
+ import wc4357bb8264e3482c8710afed3b2be35c from './ux/journey/v2/JourneyBlade';
89
156
  import wc828a4c20542945858e792ec584148a5c from './ux/journey/v2/JourneyMenu';
90
157
  import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
91
158
  import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
92
159
  import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
93
- import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
94
- import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
95
- import wc99abf48aa0214a7995d0579883a1612c from './ux/oxide/avatar/Avatar';
96
- import wc9ddacaaacc3a4d7394079013da30fb0d from './ux/oxide/badge/Badge';
97
- import wc678a52a5101d41498d47754aeae5f9f6 from './ux/oxide/btn/Button';
98
- import wc07d25314740f40058782f3123ea1c388 from './ux/oxide/btngroup/ButtonGroup';
99
- import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
100
- import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
101
- import wc374573e0a03f4e0f9838ece30507926e from './ux/oxide/chip/Chip';
102
- import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
103
- import wc86e7df28b98d4594be5ab9a3f64dd0cc from './ux/oxide/datatable/DataTable';
104
- import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
105
- import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
106
- import wc010e7f719bf647829ef6c999e22f86ca from './ux/oxide/draggable/Draggable';
107
- import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
108
- import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
109
- import wc108c5357146f4af2bff4b79af299eb2f from './ux/oxide/hostprovider/HostProvider';
110
- import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
111
- import wc857e4f14f822494181c3c22fa95c88b7 from './ux/oxide/image/Image';
112
- import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
113
- import wc49934d3df84d47c39314cce5bb4340b1 from './ux/oxide/list/List';
114
- import wc606fb8e73c2a4de59c5a7b96b9b8997b from './ux/oxide/list/ListItem';
115
- import wc994b0ed2b0794f928849a3fb5c52c70a from './ux/oxide/main/Main';
116
- import wce688539435a64ccf8569a6e05020ca94 from './ux/oxide/menu/Menu';
117
- import wcd17d504fd4874d8bb50ab6a946859546 from './ux/oxide/navigationdrawer/NavigationDrawer';
118
- import wcc51213da3caa4607b2fa435ae0c7acbf from './ux/oxide/panel/Panel';
119
- import wc61e392c374cf4be6b9a1457b79a715ed from './ux/oxide/progress/Progress';
120
- import wc6c9f088f52de491bbe36933530a1880a from './ux/oxide/radio/RadioGroup';
121
- import wca156e0af12b3464082a7e9fd2cdab84a from './ux/oxide/radio/Radio';
122
- import wc87b50e67ce504ec292925641cfb29016 from './ux/oxide/select/Select';
123
- import wc807ae5df89a446fbabaf07dd09dda3c1 from './ux/oxide/slider/Slider';
124
- import wcbbb9a63991224c219b7ebc02bbe9cc34 from './ux/oxide/snackbar/Snackbar';
125
- import wc3241a7ddf0d04b68bf4aab335e2405fb from './ux/oxide/spacer/Spacer';
126
- import wc889905a9b0ad4de5b9538c6d920bac0a from './ux/oxide/stepper/Stepper';
127
- import wce11c4b8d09284dd18fc4d80bc66c3588 from './ux/oxide/stepper/StepperStep';
128
- import wcccd3f88ddd6541fc9865ebdf93fadef9 from './ux/oxide/switch/Switch';
129
- import wc3ae18994ae5546dc945347d58432108d from './ux/oxide/tab/Tabs';
130
- import wc07776976fab941de8e169e6e903fb4fe from './ux/oxide/tab/Tab';
131
- import wc08f1880bd39f43f6aa2734a85ebdf721 from './ux/oxide/table/Table';
132
- import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
133
- import wcab9101708fac46968e7d1ce1ea71c3cf from './ux/oxide/textarea/TextArea';
134
- import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
135
- import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
136
- import wca734925baa664530a42731d3b9719681 from './ux/oxide/tooltip/Tooltip';
137
- import wce1b9681a96a94f65a08577ef52b83752 from './ux/oxide/treeview/Treeview';
138
- import wc9c86a47101cd489e852f210d1e815d1c from './ux/oxide/validation/Validation';
160
+ import wc96c7e84dfb66450796fe123aea7999c5 from './ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
161
+ import wcc15cd6402e584ab18c73ed2b5e3eded9 from './ux/mediagallery/view/MediaDisplayRenderer';
162
+ import wc29f45ded4fb4479fab6fd6fd79505642 from './ux/mediapickerV2/chrome/MediaPicker';
163
+ import wccbf09a1933f049f7ab9785a3b5b5323a from './ux/mediapickerV2/imagegrid/ImageGrid';
164
+ import wc8c48b06bb9aa40699a8291b6e2c9780f from './ux/mediapickerV2/imagetransformer/ImageTransformer';
165
+ import wce559eebf085841a3a89804dc09e78c30 from './ux/mediapickerV2/mediaprovider/MediaProvider';
166
+ import wcfc7e793328e64088ab1b37b8f89e8693 from './ux/mediapickerproviders/bingprovider-v2/BingProvider';
167
+ import wc781b7e9953cf4f5b9a402cad1a0cc654 from './ux/mediapickerproviders/mycomputerprovider/MyComputerProvider';
168
+ import wc0c762bb5c7e64ccd8a89907200dffca5 from './ux/mediapickerproviders/pexelsprovider-V2/PexelProvider';
169
+ import wc6e7529d994f9489ea5be5a129406caa2 from './ux/mediapickerproviders/unsplash/UnsplashProvider';
170
+ import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
171
+ import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
172
+ import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
173
+ import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
174
+ import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
175
+ import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
176
+ import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
177
+ import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
178
+ import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
179
+ import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
180
+ import wc58850535f48040bc98b40064f89d19d0 from './ux/oxide/column/ColumnGrid';
181
+ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
182
+ import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
183
+ import wc810f65f430374ef2a142907a707f650f from './ux/oxide/datatable/DataTableServer';
184
+ import wcb10a0917fdc744c890d9b472ee3b3c99 from './ux/oxide/datepicker/DatePicker';
185
+ import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
186
+ import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
187
+ import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
188
+ import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
189
+ import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
190
+ import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex2';
191
+ import wcee11b15d9e30495fb46b0c84244110c2 from './ux/oxide/flex/Row';
192
+ import wc02b49401a3554f3db9fc158e52535ac3 from './ux/oxide/form/Form';
193
+ import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
194
+ import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
195
+ import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
196
+ import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
197
+ import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
198
+ import wc2df6ab65eea84ed8bab297dff9c56224 from './ux/oxide/lazy/Lazy';
199
+ import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
200
+ import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
201
+ import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
202
+ import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
203
+ import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
204
+ import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
205
+ import wc16277e3059db453eb98ad6946d315c39 from './ux/oxide/notification/Notification';
206
+ import wcecbd3b3dbc834cf0856597772da1320c from './ux/oxide/pagination/Pagination';
207
+ import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
208
+ import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
209
+ import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
210
+ import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
211
+ import wc8a82f6b541cc49b2ade3e5b880fd3a58 from './ux/oxide/rangeslider/RangeSlider';
212
+ import wc4c41fd8799ae43468150fd47661e8100 from './ux/oxide/rating/Rating';
213
+ import wc177587e103904861b5d4d491388a01b1 from './ux/oxide/scrollcontainer/ScrollContainer';
214
+ import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
215
+ import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
216
+ import wc8b0bddecd5d74fcba7aac87913137ca3 from './ux/oxide/slidepanel/SlidePanel';
217
+ import wc3fa834509fe3419fb005e2dd17325449 from './ux/oxide/slidepanel/Slide';
218
+ import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
219
+ import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
220
+ import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
221
+ import wc6b7f04ba8fc4487ea496dd8e42b55dbd from './ux/oxide/splitpanes/Splitpanes';
222
+ import wc170e15fd849e41568ed9b48f88711527 from './ux/oxide/splitpanes/SplitpaneItem';
223
+ import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
224
+ import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
225
+ import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
226
+ import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
227
+ import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
228
+ import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
229
+ import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
230
+ import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
231
+ import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
232
+ import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
233
+ import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
234
+ import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
235
+ import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
236
+ import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
237
+ import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
139
238
  import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
140
239
  import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
240
+ import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActionSettings';
241
+ import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
242
+ import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
141
243
  import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
142
- import wc44e2dd896269442f800da69000d4c2f1 from './ux/theming-v2/blueprintpicker/BlueprintPicker';
143
- import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker';
144
- import wc1266389c28034034921b897f788f302d from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
244
+ import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
145
245
  import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
146
246
  import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
147
247
  import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
148
248
  import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
149
249
  import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
250
+ import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
251
+ import wcdcf9c3e24a774e4dae784a3eac29d488 from './ux/velcron/renderer/components/App';
252
+ import wc35ec8e8c3b6e45858afd0b1832eef250 from './ux/versionedlayout/blade/VersionedLayoutBladeBuilder';
253
+ import wccd42d83eed234adaaea7498795c701ee from './ux/versionedlayout/blade/VersionedLayoutListBladeBuilder';
150
254
  import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
151
255
  import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
152
256
  import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
257
+ import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
258
+ import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
259
+ import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
153
260
  import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
154
261
  import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
155
262
  import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
@@ -163,18 +270,25 @@ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/set
163
270
  import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
164
271
  import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
165
272
  import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
273
+ import wc0e787c7f28394d87a5893a24fa18da5b from './ux/journey/v2/tests/EditorJourney';
166
274
  import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
167
275
  import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
168
276
  import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
169
277
  import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
278
+ import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
279
+ import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
280
+ import wcca498a9d23e947afa4c5695f01ba7959 from './ux/oxide/slidepanel/block/SlidePanelBlock';
170
281
  import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
171
282
  import wc644e39fe6d4f4e23b1777aefd9c23939 from './ux/properties/builtins/birthday/BirthdayEditor';
172
283
  import wcf61d06a945754742a1896847765fbea5 from './ux/properties/builtins/boolean/BooleanDisplay';
173
284
  import wca16c703117f44a68982a1898d6c3c31b from './ux/properties/builtins/boolean/BooleanEditor';
285
+ import wcb131edab4792449794cbe808794a4678 from './ux/properties/builtins/businessprofile/BusinessProfileDisplay';
286
+ import wcd524d750bbd84cbbb8582c259cef3198 from './ux/properties/builtins/businessprofile/BusinessProfileEditor';
174
287
  import wc627dc53f51a442019a52bba09ac665cc from './ux/properties/builtins/date/DateDisplay';
175
288
  import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from './ux/properties/builtins/date/DateEditor';
176
289
  import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
177
290
  import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
291
+ import wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 from './ux/properties/builtins/date-time/DateTimeConfiguration';
178
292
  import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from './ux/properties/builtins/email/EmailDisplay';
179
293
  import wc056a7f0a4fa444368b5c7d09c60dbcde from './ux/properties/builtins/email/EmailEditor';
180
294
  import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from './ux/properties/builtins/html/HtmlDisplay';
@@ -201,16 +315,24 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
201
315
  import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
202
316
  import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
203
317
  import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
318
+ import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
319
+ import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
204
320
  import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
205
321
  import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
206
322
  import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
207
323
  import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
324
+ import wcab831db522504b8ea6948fe46978bd31 from './ux/properties/builtins/usertype/UserTypeDisplay';
325
+ import wc2717acc386ab40198b6dae0986557da3 from './ux/properties/builtins/usertype/UserTypeEditor';
208
326
  import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
209
327
  import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
328
+ import wcc9d01726f5594902bf4de68612b186de from './ux/velcron/blocks/demo/DemoBlock';
329
+ import wcbbd5168574b64f0486adaf68ba31be49 from './ux/velcron/blocks/demo/DemoBlockSettings';
210
330
  import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
211
331
  import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
332
+ import wca7db43482a3140998eca19b47d941126 from './ux/velcron/components/contenteditor/VelcronContentEditor';
212
333
  import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
213
334
  import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
335
+ import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/propertyeditors/PropertyEditorCreator';
214
336
  import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
215
337
  import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
216
338
  import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
@@ -235,7 +357,13 @@ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/setting
235
357
  import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
236
358
  import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
237
359
  import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
360
+ import wc5538665e145f4fa8b28bc2103fc080b8 from './ux/theming-v2/admin/blades/definitions/DefinitionsJourney';
361
+ import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
238
362
  import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
363
+ import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney';
364
+ import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney';
365
+ import wc891de93e73cc47b0a552d24fdf34c9cf from './ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney';
366
+ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/theming-v2/admin/blades/definitions/typography/TypographyJourney';
239
367
  import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
240
368
  import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
241
369
  import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
@@ -247,247 +375,2224 @@ declare global {
247
375
  interface ElementClass {
248
376
  }
249
377
  interface IntrinsicElements {
250
- "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
251
- "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
252
- "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & VueComponentBaseProps;
253
- "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
254
- "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
255
- "omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
256
- "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
257
- "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
258
- "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
259
- "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & VueComponentBaseProps;
260
- "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
261
- "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
262
- "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
263
- "omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & VueComponentBaseProps;
264
- "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
265
- "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
266
- "omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & VueComponentBaseProps;
267
- "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
268
- "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
269
- "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
270
- "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
271
- "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
272
- "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
273
- "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
274
- "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
275
- "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
276
- "omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & VueComponentBaseProps;
277
- "omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & VueComponentBaseProps;
278
- "omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & VueComponentBaseProps;
279
- "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & VueComponentBaseProps;
280
- "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
281
- "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
282
- "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
283
- "omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
284
- "omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & VueComponentBaseProps;
285
- "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & VueComponentBaseProps;
286
- "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & VueComponentBaseProps;
287
- "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & VueComponentBaseProps;
288
- "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
289
- "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
290
- "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & VueComponentBaseProps;
291
- "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & VueComponentBaseProps;
292
- "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & VueComponentBaseProps;
293
- "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
294
- "omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & VueComponentBaseProps;
295
- "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
296
- "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
297
- "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
298
- "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & VueComponentBaseProps;
299
- "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
300
- "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & VueComponentBaseProps;
301
- "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & VueComponentBaseProps;
302
- "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & VueComponentBaseProps;
303
- "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
304
- "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & VueComponentBaseProps;
305
- "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & VueComponentBaseProps;
306
- "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & VueComponentBaseProps;
307
- "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
308
- "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
309
- "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
310
- "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
311
- "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
312
- "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
313
- "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
314
- "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
315
- "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
316
- "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
317
- "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & VueComponentBaseProps;
318
- "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
319
- "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
320
- "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
321
- "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
322
- "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & VueComponentBaseProps;
323
- "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
324
- "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
325
- "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
326
- "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
327
- "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
328
- "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
329
- "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
330
- "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
331
- "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
332
- "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
333
- "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
334
- "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & VueComponentBaseProps;
335
- "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & VueComponentBaseProps;
336
- "omfx-journey-blade": typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & VueComponentBaseProps;
337
- "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & VueComponentBaseProps;
338
- "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
339
- "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & VueComponentBaseProps;
340
- "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & VueComponentBaseProps;
341
- "omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & VueComponentBaseProps;
342
- "o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
343
- "o-avatar": typeof wc99abf48aa0214a7995d0579883a1612c.propsDefinition & VueComponentBaseProps;
344
- "o-badge": typeof wc9ddacaaacc3a4d7394079013da30fb0d.propsDefinition & VueComponentBaseProps;
345
- "o-btn": typeof wc678a52a5101d41498d47754aeae5f9f6.propsDefinition & VueComponentBaseProps;
346
- "o-btn-group": typeof wc07d25314740f40058782f3123ea1c388.propsDefinition & VueComponentBaseProps;
347
- "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
348
- "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
349
- "o-chip": typeof wc374573e0a03f4e0f9838ece30507926e.propsDefinition & VueComponentBaseProps;
350
- "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
351
- "o-data-table": typeof wc86e7df28b98d4594be5ab9a3f64dd0cc.propsDefinition & VueComponentBaseProps;
352
- "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
353
- "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
354
- "o-draggable": typeof wc010e7f719bf647829ef6c999e22f86ca.propsDefinition & VueComponentBaseProps;
355
- "o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
356
- "o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
357
- "o-host-provider": typeof wc108c5357146f4af2bff4b79af299eb2f.propsDefinition & VueComponentBaseProps;
358
- "o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
359
- "o-img": typeof wc857e4f14f822494181c3c22fa95c88b7.propsDefinition & VueComponentBaseProps;
360
- "o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.propsDefinition & VueComponentBaseProps;
361
- "o-list": typeof wc49934d3df84d47c39314cce5bb4340b1.propsDefinition & VueComponentBaseProps;
362
- "o-list-item": typeof wc606fb8e73c2a4de59c5a7b96b9b8997b.propsDefinition & VueComponentBaseProps;
363
- "o-main": typeof wc994b0ed2b0794f928849a3fb5c52c70a.propsDefinition & VueComponentBaseProps;
364
- "o-menu": typeof wce688539435a64ccf8569a6e05020ca94.propsDefinition & VueComponentBaseProps;
365
- "o-navigation-drawer": typeof wcd17d504fd4874d8bb50ab6a946859546.propsDefinition & VueComponentBaseProps;
366
- "o-panel": typeof wcc51213da3caa4607b2fa435ae0c7acbf.propsDefinition & VueComponentBaseProps;
367
- "o-progress": typeof wc61e392c374cf4be6b9a1457b79a715ed.propsDefinition & VueComponentBaseProps;
368
- "o-radio-group": typeof wc6c9f088f52de491bbe36933530a1880a.propsDefinition & VueComponentBaseProps;
369
- "o-radio": typeof wca156e0af12b3464082a7e9fd2cdab84a.propsDefinition & VueComponentBaseProps;
370
- "o-select": typeof wc87b50e67ce504ec292925641cfb29016.propsDefinition & VueComponentBaseProps;
371
- "o-slider": typeof wc807ae5df89a446fbabaf07dd09dda3c1.propsDefinition & VueComponentBaseProps;
372
- "o-snackbar": typeof wcbbb9a63991224c219b7ebc02bbe9cc34.propsDefinition & VueComponentBaseProps;
373
- "o-spacer": typeof wc3241a7ddf0d04b68bf4aab335e2405fb.propsDefinition & VueComponentBaseProps;
374
- "o-stepper": typeof wc889905a9b0ad4de5b9538c6d920bac0a.propsDefinition & VueComponentBaseProps;
375
- "o-stepper-step": typeof wce11c4b8d09284dd18fc4d80bc66c3588.propsDefinition & VueComponentBaseProps;
376
- "o-switch": typeof wcccd3f88ddd6541fc9865ebdf93fadef9.propsDefinition & VueComponentBaseProps;
377
- "o-tabs": typeof wc3ae18994ae5546dc945347d58432108d.propsDefinition & VueComponentBaseProps;
378
- "o-tab": typeof wc07776976fab941de8e169e6e903fb4fe.propsDefinition & VueComponentBaseProps;
379
- "o-table": typeof wc08f1880bd39f43f6aa2734a85ebdf721.propsDefinition & VueComponentBaseProps;
380
- "o-text": typeof wc7b543325ab85489eb1401d7bfdf6f5fc.propsDefinition & VueComponentBaseProps;
381
- "o-textarea": typeof wcab9101708fac46968e7d1ce1ea71c3cf.propsDefinition & VueComponentBaseProps;
382
- "o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
383
- "o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
384
- "o-tooltip": typeof wca734925baa664530a42731d3b9719681.propsDefinition & VueComponentBaseProps;
385
- "o-treeview": typeof wce1b9681a96a94f65a08577ef52b83752.propsDefinition & VueComponentBaseProps;
386
- "o-validation": typeof wc9c86a47101cd489e852f210d1e815d1c.propsDefinition & VueComponentBaseProps;
387
- "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
388
- "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & VueComponentBaseProps;
389
- "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & VueComponentBaseProps;
390
- "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & VueComponentBaseProps;
391
- "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
392
- "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
393
- "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
394
- "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
395
- "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & VueComponentBaseProps;
396
- "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
397
- "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
398
- "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
399
- "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
400
- "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
401
- "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
402
- "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
403
- "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
404
- "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
405
- "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
406
- "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
407
- "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
408
- "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
409
- "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
410
- "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
411
- "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
412
- "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & VueComponentBaseProps;
413
- "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & VueComponentBaseProps;
414
- "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & VueComponentBaseProps;
415
- "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & VueComponentBaseProps;
416
- "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
417
- "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & VueComponentBaseProps;
418
- "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
419
- "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
420
- "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & VueComponentBaseProps;
421
- "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & VueComponentBaseProps;
422
- "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
423
- "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
424
- "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
425
- "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
426
- "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
427
- "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
428
- "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
429
- "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
430
- "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
431
- "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
432
- "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
433
- "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
434
- "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
435
- "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
436
- "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
437
- "omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & VueComponentBaseProps;
438
- "omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & VueComponentBaseProps;
439
- "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
440
- "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
441
- "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
442
- "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
443
- "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
444
- "omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & VueComponentBaseProps;
445
- "omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & VueComponentBaseProps;
446
- "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
447
- "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
448
- "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
449
- "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
450
- "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
451
- "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
452
- "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
453
- "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
454
- "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
455
- "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
456
- "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & VueComponentBaseProps;
457
- "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & VueComponentBaseProps;
458
- "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
459
- "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
460
- "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & VueComponentBaseProps;
461
- "omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & VueComponentBaseProps;
462
- "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
463
- "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
464
- "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & VueComponentBaseProps;
465
- "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & VueComponentBaseProps;
466
- "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & VueComponentBaseProps;
467
- "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & VueComponentBaseProps;
468
- "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & VueComponentBaseProps;
469
- "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & VueComponentBaseProps;
470
- "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & VueComponentBaseProps;
471
- "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
472
- "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & VueComponentBaseProps;
473
- "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & VueComponentBaseProps;
474
- "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & VueComponentBaseProps;
475
- "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & VueComponentBaseProps;
476
- "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
477
- "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & VueComponentBaseProps;
478
- "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
479
- "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & VueComponentBaseProps;
480
- "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & VueComponentBaseProps;
481
- "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & VueComponentBaseProps;
482
- "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & VueComponentBaseProps;
483
- "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & VueComponentBaseProps;
484
- "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & VueComponentBaseProps;
485
- "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & VueComponentBaseProps;
486
- "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
487
- "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
488
- "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
489
- "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
490
- "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
378
+ "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
379
+ "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
380
+ "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
381
+ "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
382
+ "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
383
+ "omfx-chrome-renderer": typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition>;
384
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
385
+ "omfx-color-schema-definition-picker": typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
386
+ "omfx-color-schema-viewer": typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
387
+ "omfx-color-schema-editor": typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
388
+ "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
389
+ "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
390
+ "omfx-confirm-dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
391
+ "omfx-date-time-filter-query": typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition>;
392
+ "omfx-date-time-picker": typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
393
+ "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
394
+ "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
395
+ "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
396
+ "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
397
+ "omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
398
+ "omfx-file-uploader": typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition>;
399
+ "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
400
+ "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
401
+ "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
402
+ "omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
403
+ "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
404
+ "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
405
+ "omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
406
+ "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
407
+ "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
408
+ "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
409
+ "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
410
+ "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
411
+ "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
412
+ "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
413
+ "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
414
+ "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
415
+ "omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
416
+ "omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
417
+ "omfx-date-filterengine-period-slider": typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
418
+ "omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
419
+ "omfx-barchart-indicator": typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
420
+ "omfx-google-recaptcha": typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
421
+ "omfx-helptext": typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
422
+ "omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
423
+ "omfx-icon-picker": typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition>;
424
+ "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
425
+ "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
426
+ "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
427
+ "omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
428
+ "omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
429
+ "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
430
+ "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
431
+ "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
432
+ "omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
433
+ "omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
434
+ "omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
435
+ "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
436
+ "omfx-magiclink-signin": typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
437
+ "omfx-magiclink-success": typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
438
+ "omfx-magiclink-failure": typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition>;
439
+ "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
440
+ "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
441
+ "omfx-media-picker-image": typeof wce9bb3179713943d787e139cedf749838.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce9bb3179713943d787e139cedf749838.propsDefinition>;
442
+ "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
443
+ "omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
444
+ "omfx-multi-text-input": typeof wccdadf45bd7774609a713c4e1d6862783.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccdadf45bd7774609a713c4e1d6862783.propsDefinition>;
445
+ "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
446
+ "omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
447
+ "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
448
+ "omfx-profilecard": typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition>;
449
+ "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
450
+ "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
451
+ "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
452
+ "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
453
+ "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
454
+ "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
455
+ "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
456
+ "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
457
+ "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
458
+ "omfx-rich-text-editor-renderer": typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition>;
459
+ "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
460
+ "omfx-security-trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
461
+ "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
462
+ "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
463
+ "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
464
+ "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
465
+ "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
466
+ "omfx-identity-creation-request-omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
467
+ "omfx-identity-creation-request-confirm-email-result-omnia": typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
468
+ "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
469
+ "omfx-comment-component": typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
470
+ "omfx-people-tagging-component": typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
471
+ "omfx-comment-dialog": typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
472
+ "omfx-like-component": typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
473
+ "omfx-reactions": typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition>;
474
+ "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
475
+ "omfx-status-code-renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
476
+ "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
477
+ "omfx-template-picker": typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
478
+ "omfx-time-period-picker": typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
479
+ "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
480
+ "omfx-url-input-legacy": typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition>;
481
+ "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
482
+ "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
483
+ "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
484
+ "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
485
+ "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
486
+ "omfx-versioned-layout-controller": typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition>;
487
+ "omfx-versioned-layout-editor-chrome": typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition>;
488
+ "omfx-wizard": typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition>;
489
+ "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
490
+ "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
491
+ "omfx-query-filter-builder": typeof wc8000658f96504040b6194f7e887665a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8000658f96504040b6194f7e887665a7.propsDefinition>;
492
+ "omfx-targeting-filter": typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition>;
493
+ "omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
494
+ "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
495
+ "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
496
+ "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
497
+ "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
498
+ "omfx-app-instance-rollup-renderer": typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
499
+ "omfx-app-instance-rollup-metric-detail": typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
500
+ "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
501
+ "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
502
+ "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
503
+ "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
504
+ "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
505
+ "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
506
+ "omfx-app-image-input": typeof wc0edb482876244660a11456d63e31b847.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0edb482876244660a11456d63e31b847.propsDefinition>;
507
+ "omfx-appinstance-editing-journey": typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition>;
508
+ "omfx-appinstance-progress-blade": typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition>;
509
+ "omfx-app-properties-input": typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
510
+ "omfx-app-instance-information-step": typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition>;
511
+ "omfx-app-instance-users-step": typeof wc07713a5092f54467884d16df12975822.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc07713a5092f54467884d16df12975822.propsDefinition>;
512
+ "omfx-app-instance-provisioning-summary-step": typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition>;
513
+ "omfx-app-provisioning-wizard": typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
514
+ "omfx-app-route-input": typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
515
+ "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
516
+ "omfx-app-description-input": typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition>;
517
+ "omfx-app-title-input": typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition>;
518
+ "omfx-app-provisioning-renderer": typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition>;
519
+ "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
520
+ "omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
521
+ "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
522
+ "omfx-enterprise-property-renderer": typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
523
+ "omfx-enterprise-property-configuration-renderer": typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
524
+ "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
525
+ "omfx-hub-feed": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
526
+ "omfx-hub-feed-settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
527
+ "omfx-hub-feed-chrome": typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
528
+ "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
529
+ "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
530
+ "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
531
+ "omfx-journey-blade": typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition>;
532
+ "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
533
+ "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
534
+ "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
535
+ "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
536
+ "omfx-photowall-slider-display-renderer": typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
537
+ "omfx-media-display-renderer": typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
538
+ "omfx-media-picker-v2": typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
539
+ "omfx-media-imagegrid-v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
540
+ "omfx-image-transformer-v2": typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
541
+ "omfx-media-provider": typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
542
+ "omfx-media-picker-bing-provider": typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
543
+ "omfx-media-picker-mycomputer-provider": typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition>;
544
+ "omfx-media-picker-pexels-provider-v2": typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
545
+ "omfx-media-picker-unsplash-provider": typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
546
+ "o-alert": typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
547
+ "o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
548
+ "o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
549
+ "o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
550
+ "o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
551
+ "o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
552
+ "o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
553
+ "o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
554
+ "o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
555
+ "o-color-picker": typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
556
+ "o-col-grid": typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
557
+ "o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
558
+ "o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
559
+ "o-data-table-server": typeof wc810f65f430374ef2a142907a707f650f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc810f65f430374ef2a142907a707f650f.propsDefinition>;
560
+ "o-date-picker": typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition>;
561
+ "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
562
+ "o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
563
+ "o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
564
+ "o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
565
+ "o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
566
+ "o-flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
567
+ "o-row": typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
568
+ "o-form": typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
569
+ "o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
570
+ "o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
571
+ "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
572
+ "o-infinite-scroll": typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
573
+ "o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
574
+ "o-lazy": typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
575
+ "o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
576
+ "o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
577
+ "o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
578
+ "o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
579
+ "o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
580
+ "o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
581
+ "o-notification": typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
582
+ "o-pagination": typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
583
+ "o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
584
+ "o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
585
+ "o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
586
+ "o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
587
+ "o-range-slider": typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition>;
588
+ "o-rating": typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
589
+ "o-scroll-container": typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
590
+ "o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
591
+ "o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
592
+ "o-slide-panel": typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
593
+ "o-slide": typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition>;
594
+ "o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
595
+ "o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
596
+ "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
597
+ "o-splitpanes": typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
598
+ "o-splitpane-item": typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
599
+ "o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
600
+ "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
601
+ "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
602
+ "o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
603
+ "o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
604
+ "o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
605
+ "o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
606
+ "o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
607
+ "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
608
+ "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
609
+ "o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
610
+ "o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
611
+ "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
612
+ "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
613
+ "omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
614
+ "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
615
+ "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
616
+ "omfx-likeaction-settings": typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
617
+ "omfx-comment-like-template": typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
618
+ "omfx-like-listing-template": typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
619
+ "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
620
+ "omnia-workplace-admin-tenant-design-journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
621
+ "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
622
+ "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
623
+ "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
624
+ "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
625
+ "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
626
+ "omfx-velcron-component-creator": typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
627
+ "omfx-velcron-app": typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition>;
628
+ "omfx-versioned-layout-blade-builder": typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition>;
629
+ "omfx-versioned-layout-list-blade-builder": typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition>;
630
+ "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
631
+ "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
632
+ "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
633
+ "omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
634
+ "omfx-enterpriseproperties-personfield-display": typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition>;
635
+ "omfx-enterpriseproperties-datafield-edit": typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
636
+ "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
637
+ "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
638
+ "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
639
+ "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
640
+ "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
641
+ "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
642
+ "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
643
+ "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
644
+ "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
645
+ "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
646
+ "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
647
+ "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
648
+ "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
649
+ "omfx-editor-journey": typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
650
+ "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
651
+ "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
652
+ "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
653
+ "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
654
+ "omniafx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
655
+ "omniafx-media-gallery-display-photowall": typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
656
+ "omfx-slidepanel-block": typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition>;
657
+ "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
658
+ "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
659
+ "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
660
+ "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
661
+ "omfx-properties-businessprofile-display": typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
662
+ "omfx-properties-businessprofile-editor": typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
663
+ "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
664
+ "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
665
+ "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
666
+ "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
667
+ "omfx-properties-date-time-configuration": typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
668
+ "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
669
+ "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
670
+ "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
671
+ "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
672
+ "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
673
+ "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
674
+ "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
675
+ "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
676
+ "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
677
+ "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
678
+ "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
679
+ "omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
680
+ "omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
681
+ "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
682
+ "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
683
+ "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
684
+ "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
685
+ "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
686
+ "omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
687
+ "omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
688
+ "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
689
+ "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
690
+ "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
691
+ "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
692
+ "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
693
+ "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
694
+ "omfx-properties-tags-display": typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
695
+ "omfx-properties-tags-editor": typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
696
+ "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
697
+ "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
698
+ "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
699
+ "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
700
+ "omfx-properties-usertype-display": typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
701
+ "omfx-properties-usertype-editor": typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
702
+ "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
703
+ "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
704
+ "omfx-demo-block": typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
705
+ "omfx-demo-block-settings": typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
706
+ "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
707
+ "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
708
+ "omfx-velcron-content-editor": typeof wca7db43482a3140998eca19b47d941126.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7db43482a3140998eca19b47d941126.propsDefinition>;
709
+ "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
710
+ "omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
711
+ "omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
712
+ "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
713
+ "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
714
+ "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
715
+ "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
716
+ "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
717
+ "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
718
+ "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
719
+ "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
720
+ "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
721
+ "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
722
+ "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
723
+ "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
724
+ "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
725
+ "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
726
+ "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
727
+ "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
728
+ "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
729
+ "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
730
+ "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
731
+ "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
732
+ "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
733
+ "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
734
+ "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
735
+ "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
736
+ "omnia-workplace-definitions-journey": typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
737
+ "omnia-workplace-themes-journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
738
+ "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
739
+ "omnia-workplace-blueprints-journey": typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
740
+ "omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
741
+ "omnia-workplace-spacing-journey": typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
742
+ "omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
743
+ "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
744
+ "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
745
+ "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
746
+ "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
491
747
  }
492
748
  }
493
749
  }
750
+ declare global {
751
+ let omfx: {
752
+ "OmniaConsole": {
753
+ new (...args: any[]): {
754
+ $props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
755
+ };
756
+ };
757
+ "DevSocket": {
758
+ new (...args: any[]): {
759
+ $props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
760
+ };
761
+ };
762
+ "AlignmentPicker": {
763
+ new (...args: any[]): {
764
+ $props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
765
+ };
766
+ };
767
+ "Authsetup": {
768
+ new (...args: any[]): {
769
+ $props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
770
+ };
771
+ };
772
+ "BlueprintPicker": {
773
+ new (...args: any[]): {
774
+ $props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
775
+ };
776
+ };
777
+ "ChromeRenderer": {
778
+ new (...args: any[]): {
779
+ $props: typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc057bef6897bb4ba4a089d01c2da1322e.propsDefinition>;
780
+ };
781
+ };
782
+ "ColorSchemaPicker": {
783
+ new (...args: any[]): {
784
+ $props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
785
+ };
786
+ };
787
+ "ColorSchemaDefinitionPicker": {
788
+ new (...args: any[]): {
789
+ $props: typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
790
+ };
791
+ };
792
+ "ColorSchemaViewer": {
793
+ new (...args: any[]): {
794
+ $props: typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
795
+ };
796
+ };
797
+ "ColorSchemaEditor": {
798
+ new (...args: any[]): {
799
+ $props: typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
800
+ };
801
+ };
802
+ "ColorSettingsPicker": {
803
+ new (...args: any[]): {
804
+ $props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
805
+ };
806
+ };
807
+ "CommandPalette": {
808
+ new (...args: any[]): {
809
+ $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
810
+ };
811
+ };
812
+ "ConfirmDialog": {
813
+ new (...args: any[]): {
814
+ $props: typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
815
+ };
816
+ };
817
+ "DateTimeFilterQuery": {
818
+ new (...args: any[]): {
819
+ $props: typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0fb46d84e95e4e04801878bec4b370cb.propsDefinition>;
820
+ };
821
+ };
822
+ "DateTimePicker": {
823
+ new (...args: any[]): {
824
+ $props: typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
825
+ };
826
+ };
827
+ "DateTimeZonePicker": {
828
+ new (...args: any[]): {
829
+ $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
830
+ };
831
+ };
832
+ "DateTimeZoneRenderer": {
833
+ new (...args: any[]): {
834
+ $props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
835
+ };
836
+ };
837
+ "Dialog": {
838
+ new (...args: any[]): {
839
+ $props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
840
+ };
841
+ };
842
+ "FeaturesJourney": {
843
+ new (...args: any[]): {
844
+ $props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
845
+ };
846
+ };
847
+ "FeaturesJourneyTenant": {
848
+ new (...args: any[]): {
849
+ $props: typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
850
+ };
851
+ };
852
+ "FileUploader": {
853
+ new (...args: any[]): {
854
+ $props: typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1fab0218538f431c91ece4e10cbd468c.propsDefinition>;
855
+ };
856
+ };
857
+ "FilterengineSettings": {
858
+ new (...args: any[]): {
859
+ $props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
860
+ };
861
+ };
862
+ "FilterengineRenderer": {
863
+ new (...args: any[]): {
864
+ $props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
865
+ };
866
+ };
867
+ "PersonFilterengineRenderer": {
868
+ new (...args: any[]): {
869
+ $props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
870
+ };
871
+ };
872
+ "TagsFilterengineRenderer": {
873
+ new (...args: any[]): {
874
+ $props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
875
+ };
876
+ };
877
+ "FilterengineSelectionsarea": {
878
+ new (...args: any[]): {
879
+ $props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
880
+ };
881
+ };
882
+ "FilterengineSelectionsareaPersonproperty": {
883
+ new (...args: any[]): {
884
+ $props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
885
+ };
886
+ };
887
+ "FilterengineSelectionsareaTagsproperty": {
888
+ new (...args: any[]): {
889
+ $props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
890
+ };
891
+ };
892
+ "TextFilterengineRenderer": {
893
+ new (...args: any[]): {
894
+ $props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
895
+ };
896
+ };
897
+ "BooleanFilterengineRenderer": {
898
+ new (...args: any[]): {
899
+ $props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
900
+ };
901
+ };
902
+ "DateFilterengineRenderer": {
903
+ new (...args: any[]): {
904
+ $props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
905
+ };
906
+ };
907
+ "NumberFilterengineRenderer": {
908
+ new (...args: any[]): {
909
+ $props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
910
+ };
911
+ };
912
+ "FilterengineSelectionsareaBooleanproperty": {
913
+ new (...args: any[]): {
914
+ $props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
915
+ };
916
+ };
917
+ "FilterengineSelectionsareaTextproperty": {
918
+ new (...args: any[]): {
919
+ $props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
920
+ };
921
+ };
922
+ "FilterengineSelectionsareaDatetimeproperty": {
923
+ new (...args: any[]): {
924
+ $props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
925
+ };
926
+ };
927
+ "FilterengineSelectionsareaNumberproperty": {
928
+ new (...args: any[]): {
929
+ $props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
930
+ };
931
+ };
932
+ "FilterengineDialogContent": {
933
+ new (...args: any[]): {
934
+ $props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
935
+ };
936
+ };
937
+ "FilterenginePropertyDropdown": {
938
+ new (...args: any[]): {
939
+ $props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
940
+ };
941
+ };
942
+ "FilterenginePropertyList": {
943
+ new (...args: any[]): {
944
+ $props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
945
+ };
946
+ };
947
+ "DateFilterenginePeriodSlider": {
948
+ new (...args: any[]): {
949
+ $props: typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
950
+ };
951
+ };
952
+ "FilterPicker": {
953
+ new (...args: any[]): {
954
+ $props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
955
+ };
956
+ };
957
+ "BarchartIndicator": {
958
+ new (...args: any[]): {
959
+ $props: typeof wca377536b4fd84773a9730966623601cd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca377536b4fd84773a9730966623601cd.propsDefinition>;
960
+ };
961
+ };
962
+ "GoogleRecaptcha": {
963
+ new (...args: any[]): {
964
+ $props: typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
965
+ };
966
+ };
967
+ "Helptext": {
968
+ new (...args: any[]): {
969
+ $props: typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
970
+ };
971
+ };
972
+ "Html": {
973
+ new (...args: any[]): {
974
+ $props: typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
975
+ };
976
+ };
977
+ "IconPicker": {
978
+ new (...args: any[]): {
979
+ $props: typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7c3b9838bf844a53a446d3795494b304.propsDefinition>;
980
+ };
981
+ };
982
+ "IdentityRenderer": {
983
+ new (...args: any[]): {
984
+ $props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
985
+ };
986
+ };
987
+ "IdentitySyncPropertyBindingSetup": {
988
+ new (...args: any[]): {
989
+ $props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
990
+ };
991
+ };
992
+ "IdentitySyncRuleSetup": {
993
+ new (...args: any[]): {
994
+ $props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
995
+ };
996
+ };
997
+ "IdentityPickerField": {
998
+ new (...args: any[]): {
999
+ $props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
1000
+ };
1001
+ };
1002
+ "IdentityPickerInlineField": {
1003
+ new (...args: any[]): {
1004
+ $props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
1005
+ };
1006
+ };
1007
+ "IdentityPicker": {
1008
+ new (...args: any[]): {
1009
+ $props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
1010
+ };
1011
+ };
1012
+ "IdentityPickerDialog": {
1013
+ new (...args: any[]): {
1014
+ $props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
1015
+ };
1016
+ };
1017
+ "IdentityPickerButton": {
1018
+ new (...args: any[]): {
1019
+ $props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
1020
+ };
1021
+ };
1022
+ "MediaImagegrid": {
1023
+ new (...args: any[]): {
1024
+ $props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
1025
+ };
1026
+ };
1027
+ "InputLanguagePicker": {
1028
+ new (...args: any[]): {
1029
+ $props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
1030
+ };
1031
+ };
1032
+ "LanguagePicker": {
1033
+ new (...args: any[]): {
1034
+ $props: typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
1035
+ };
1036
+ };
1037
+ "LimitedLabel": {
1038
+ new (...args: any[]): {
1039
+ $props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
1040
+ };
1041
+ };
1042
+ "MagiclinkSignin": {
1043
+ new (...args: any[]): {
1044
+ $props: typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc106dba3f206e4ad7bbb28e574e3da49e.propsDefinition>;
1045
+ };
1046
+ };
1047
+ "MagiclinkSuccess": {
1048
+ new (...args: any[]): {
1049
+ $props: typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc168b37eb8cbc4e46944cbf9a6a5e9063.propsDefinition>;
1050
+ };
1051
+ };
1052
+ "MagiclinkFailure": {
1053
+ new (...args: any[]): {
1054
+ $props: typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd836de74ad894f4999e21046b1ba2cab.propsDefinition>;
1055
+ };
1056
+ };
1057
+ "MarkdownEditor": {
1058
+ new (...args: any[]): {
1059
+ $props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
1060
+ };
1061
+ };
1062
+ "MarkdownRenderer": {
1063
+ new (...args: any[]): {
1064
+ $props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
1065
+ };
1066
+ };
1067
+ "MediaPickerImage": {
1068
+ new (...args: any[]): {
1069
+ $props: typeof wce9bb3179713943d787e139cedf749838.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce9bb3179713943d787e139cedf749838.propsDefinition>;
1070
+ };
1071
+ };
1072
+ "MonacoEditor": {
1073
+ new (...args: any[]): {
1074
+ $props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
1075
+ };
1076
+ };
1077
+ "MultilingualInput": {
1078
+ new (...args: any[]): {
1079
+ $props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
1080
+ };
1081
+ };
1082
+ "MultiTextInput": {
1083
+ new (...args: any[]): {
1084
+ $props: typeof wccdadf45bd7774609a713c4e1d6862783.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccdadf45bd7774609a713c4e1d6862783.propsDefinition>;
1085
+ };
1086
+ };
1087
+ "OptionPicker": {
1088
+ new (...args: any[]): {
1089
+ $props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
1090
+ };
1091
+ };
1092
+ "PermissionInput": {
1093
+ new (...args: any[]): {
1094
+ $props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
1095
+ };
1096
+ };
1097
+ "PresetupWizard": {
1098
+ new (...args: any[]): {
1099
+ $props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
1100
+ };
1101
+ };
1102
+ "Profilecard": {
1103
+ new (...args: any[]): {
1104
+ $props: typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6489472fd8d24a1b9413537fde528566.propsDefinition>;
1105
+ };
1106
+ };
1107
+ "ProfilecardRenderer": {
1108
+ new (...args: any[]): {
1109
+ $props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
1110
+ };
1111
+ };
1112
+ "DatasourcePropertyPicker": {
1113
+ new (...args: any[]): {
1114
+ $props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
1115
+ };
1116
+ };
1117
+ "PropertyRenderer": {
1118
+ new (...args: any[]): {
1119
+ $props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
1120
+ };
1121
+ };
1122
+ "PropertyDefinitionRenderer": {
1123
+ new (...args: any[]): {
1124
+ $props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
1125
+ };
1126
+ };
1127
+ "PropertyConfiguration": {
1128
+ new (...args: any[]): {
1129
+ $props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
1130
+ };
1131
+ };
1132
+ "PropertyLabelOptions": {
1133
+ new (...args: any[]): {
1134
+ $props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
1135
+ };
1136
+ };
1137
+ "PropertyLocking": {
1138
+ new (...args: any[]): {
1139
+ $props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
1140
+ };
1141
+ };
1142
+ "PropertyInput": {
1143
+ new (...args: any[]): {
1144
+ $props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
1145
+ };
1146
+ };
1147
+ "RichTextEditor": {
1148
+ new (...args: any[]): {
1149
+ $props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
1150
+ };
1151
+ };
1152
+ "RichTextEditorRenderer": {
1153
+ new (...args: any[]): {
1154
+ $props: typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc3804d46bde14e61961f7de5ad9128d2.propsDefinition>;
1155
+ };
1156
+ };
1157
+ "RollupEmpty": {
1158
+ new (...args: any[]): {
1159
+ $props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
1160
+ };
1161
+ };
1162
+ "SecurityTrimmer": {
1163
+ new (...args: any[]): {
1164
+ $props: typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
1165
+ };
1166
+ };
1167
+ "SettingsPane": {
1168
+ new (...args: any[]): {
1169
+ $props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
1170
+ };
1171
+ };
1172
+ "SidePanel": {
1173
+ new (...args: any[]): {
1174
+ $props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
1175
+ };
1176
+ };
1177
+ "SigninPage": {
1178
+ new (...args: any[]): {
1179
+ $props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
1180
+ };
1181
+ };
1182
+ "SigninBlock": {
1183
+ new (...args: any[]): {
1184
+ $props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
1185
+ };
1186
+ };
1187
+ "SigninOmnia": {
1188
+ new (...args: any[]): {
1189
+ $props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
1190
+ };
1191
+ };
1192
+ "IdentityCreationRequestOmnia": {
1193
+ new (...args: any[]): {
1194
+ $props: typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
1195
+ };
1196
+ };
1197
+ "IdentityCreationRequestConfirmEmailResultOmnia": {
1198
+ new (...args: any[]): {
1199
+ $props: typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
1200
+ };
1201
+ };
1202
+ "Signout": {
1203
+ new (...args: any[]): {
1204
+ $props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
1205
+ };
1206
+ };
1207
+ "CommentComponent": {
1208
+ new (...args: any[]): {
1209
+ $props: typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
1210
+ };
1211
+ };
1212
+ "PeopleTaggingComponent": {
1213
+ new (...args: any[]): {
1214
+ $props: typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
1215
+ };
1216
+ };
1217
+ "CommentDialog": {
1218
+ new (...args: any[]): {
1219
+ $props: typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
1220
+ };
1221
+ };
1222
+ "LikeComponent": {
1223
+ new (...args: any[]): {
1224
+ $props: typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
1225
+ };
1226
+ };
1227
+ "Reactions": {
1228
+ new (...args: any[]): {
1229
+ $props: typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc26034aad994c5c8ec6992d317df993.propsDefinition>;
1230
+ };
1231
+ };
1232
+ "SpacingPicker": {
1233
+ new (...args: any[]): {
1234
+ $props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
1235
+ };
1236
+ };
1237
+ "StatusCodeRenderer": {
1238
+ new (...args: any[]): {
1239
+ $props: typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
1240
+ };
1241
+ };
1242
+ "StatusMessageOverlay": {
1243
+ new (...args: any[]): {
1244
+ $props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
1245
+ };
1246
+ };
1247
+ "TemplatePicker": {
1248
+ new (...args: any[]): {
1249
+ $props: typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ccd469648b244efb3fbf9b561ca1967.propsDefinition>;
1250
+ };
1251
+ };
1252
+ "TimePeriodPicker": {
1253
+ new (...args: any[]): {
1254
+ $props: typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9e655701cd249aca6b2af56caea6630.propsDefinition>;
1255
+ };
1256
+ };
1257
+ "TypographyPicker": {
1258
+ new (...args: any[]): {
1259
+ $props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
1260
+ };
1261
+ };
1262
+ "UrlInputLegacy": {
1263
+ new (...args: any[]): {
1264
+ $props: typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6f50634fb5c149e0964666bca7d9edc0.propsDefinition>;
1265
+ };
1266
+ };
1267
+ "UserPresence": {
1268
+ new (...args: any[]): {
1269
+ $props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
1270
+ };
1271
+ };
1272
+ "UsertypeLayoutRenderer": {
1273
+ new (...args: any[]): {
1274
+ $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
1275
+ };
1276
+ };
1277
+ "FieldValidation": {
1278
+ new (...args: any[]): {
1279
+ $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
1280
+ };
1281
+ };
1282
+ "VersionedLayoutRenderer": {
1283
+ new (...args: any[]): {
1284
+ $props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
1285
+ };
1286
+ };
1287
+ "VersionedLayoutEditor": {
1288
+ new (...args: any[]): {
1289
+ $props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
1290
+ };
1291
+ };
1292
+ "VersionedLayoutController": {
1293
+ new (...args: any[]): {
1294
+ $props: typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc88e2566b07a4680aef7f575f5c5641b.propsDefinition>;
1295
+ };
1296
+ };
1297
+ "VersionedLayoutEditorChrome": {
1298
+ new (...args: any[]): {
1299
+ $props: typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177046bfd171495bbce70d1cd9242fa1.propsDefinition>;
1300
+ };
1301
+ };
1302
+ "Wizard": {
1303
+ new (...args: any[]): {
1304
+ $props: typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbd6cd82aabef42e7bf60679c7d5fb470.propsDefinition>;
1305
+ };
1306
+ };
1307
+ "TaxonomyFilterengineRenderer": {
1308
+ new (...args: any[]): {
1309
+ $props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
1310
+ };
1311
+ };
1312
+ "FilterengineSelectionsareaTaxonomyproperty": {
1313
+ new (...args: any[]): {
1314
+ $props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
1315
+ };
1316
+ };
1317
+ "QueryFilterBuilder": {
1318
+ new (...args: any[]): {
1319
+ $props: typeof wc8000658f96504040b6194f7e887665a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8000658f96504040b6194f7e887665a7.propsDefinition>;
1320
+ };
1321
+ };
1322
+ "TargetingFilter": {
1323
+ new (...args: any[]): {
1324
+ $props: typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccff151bfd6e24f2fbacd02bba0fffe1f.propsDefinition>;
1325
+ };
1326
+ };
1327
+ "TermPicker": {
1328
+ new (...args: any[]): {
1329
+ $props: typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
1330
+ };
1331
+ };
1332
+ "OmniaAdmin": {
1333
+ new (...args: any[]): {
1334
+ $props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
1335
+ };
1336
+ };
1337
+ "OmniaAdminRenderer": {
1338
+ new (...args: any[]): {
1339
+ $props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
1340
+ };
1341
+ };
1342
+ "QueryableEnterpriseproperties": {
1343
+ new (...args: any[]): {
1344
+ $props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
1345
+ };
1346
+ };
1347
+ "AppInstanceRollup": {
1348
+ new (...args: any[]): {
1349
+ $props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
1350
+ };
1351
+ };
1352
+ "AppInstanceRollupRenderer": {
1353
+ new (...args: any[]): {
1354
+ $props: typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
1355
+ };
1356
+ };
1357
+ "AppInstanceRollupMetricDetail": {
1358
+ new (...args: any[]): {
1359
+ $props: typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
1360
+ };
1361
+ };
1362
+ "AppManagement": {
1363
+ new (...args: any[]): {
1364
+ $props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
1365
+ };
1366
+ };
1367
+ "AppManagementInstanceTab": {
1368
+ new (...args: any[]): {
1369
+ $props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
1370
+ };
1371
+ };
1372
+ "AppManagementTemplateTab": {
1373
+ new (...args: any[]): {
1374
+ $props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
1375
+ };
1376
+ };
1377
+ "AppManagementLayoutTab": {
1378
+ new (...args: any[]): {
1379
+ $props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
1380
+ };
1381
+ };
1382
+ "AppManagementNamingpolicyTab": {
1383
+ new (...args: any[]): {
1384
+ $props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
1385
+ };
1386
+ };
1387
+ "TabManagement": {
1388
+ new (...args: any[]): {
1389
+ $props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
1390
+ };
1391
+ };
1392
+ "AppImageInput": {
1393
+ new (...args: any[]): {
1394
+ $props: typeof wc0edb482876244660a11456d63e31b847.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0edb482876244660a11456d63e31b847.propsDefinition>;
1395
+ };
1396
+ };
1397
+ "AppinstanceEditingJourney": {
1398
+ new (...args: any[]): {
1399
+ $props: typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab791b4bc7e14d8798c9d2e30a9feabb.propsDefinition>;
1400
+ };
1401
+ };
1402
+ "AppinstanceProgressBlade": {
1403
+ new (...args: any[]): {
1404
+ $props: typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24eddd6df7294957a8f31c89115945de.propsDefinition>;
1405
+ };
1406
+ };
1407
+ "AppPropertiesInput": {
1408
+ new (...args: any[]): {
1409
+ $props: typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf4841dc16bb3406985428b109cb3e048.propsDefinition>;
1410
+ };
1411
+ };
1412
+ "AppInstanceInformationStep": {
1413
+ new (...args: any[]): {
1414
+ $props: typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc57666df7cbce43ca929dab5c9dcb66ff.propsDefinition>;
1415
+ };
1416
+ };
1417
+ "AppInstanceUsersStep": {
1418
+ new (...args: any[]): {
1419
+ $props: typeof wc07713a5092f54467884d16df12975822.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc07713a5092f54467884d16df12975822.propsDefinition>;
1420
+ };
1421
+ };
1422
+ "AppInstanceProvisioningSummaryStep": {
1423
+ new (...args: any[]): {
1424
+ $props: typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9c63c94671914f2ebcb8bf3ec9bad112.propsDefinition>;
1425
+ };
1426
+ };
1427
+ "AppProvisioningWizard": {
1428
+ new (...args: any[]): {
1429
+ $props: typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9de3fb352e0a4b6eb4b6aadd7d4717ff.propsDefinition>;
1430
+ };
1431
+ };
1432
+ "AppRouteInput": {
1433
+ new (...args: any[]): {
1434
+ $props: typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22d04b93a87c44d290da28f58d163eeb.propsDefinition>;
1435
+ };
1436
+ };
1437
+ "AppShowInPublicListingsInput": {
1438
+ new (...args: any[]): {
1439
+ $props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
1440
+ };
1441
+ };
1442
+ "AppDescriptionInput": {
1443
+ new (...args: any[]): {
1444
+ $props: typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc612fef70e86b4b12a4c138324dbc6895.propsDefinition>;
1445
+ };
1446
+ };
1447
+ "AppTitleInput": {
1448
+ new (...args: any[]): {
1449
+ $props: typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc42aef9ddfa3745489aed5b4fedef43ed.propsDefinition>;
1450
+ };
1451
+ };
1452
+ "AppProvisioningRenderer": {
1453
+ new (...args: any[]): {
1454
+ $props: typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc171ae6335cef4eaa88977eba3bca0049.propsDefinition>;
1455
+ };
1456
+ };
1457
+ "Docs": {
1458
+ new (...args: any[]): {
1459
+ $props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
1460
+ };
1461
+ };
1462
+ "EditorChrome": {
1463
+ new (...args: any[]): {
1464
+ $props: typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
1465
+ };
1466
+ };
1467
+ "EnterprisepropertyPicker": {
1468
+ new (...args: any[]): {
1469
+ $props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
1470
+ };
1471
+ };
1472
+ "EnterprisePropertyRenderer": {
1473
+ new (...args: any[]): {
1474
+ $props: typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
1475
+ };
1476
+ };
1477
+ "EnterprisePropertyConfigurationRenderer": {
1478
+ new (...args: any[]): {
1479
+ $props: typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
1480
+ };
1481
+ };
1482
+ "HubChat": {
1483
+ new (...args: any[]): {
1484
+ $props: typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
1485
+ };
1486
+ };
1487
+ "HubFeed": {
1488
+ new (...args: any[]): {
1489
+ $props: typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
1490
+ };
1491
+ };
1492
+ "HubFeedSettings": {
1493
+ new (...args: any[]): {
1494
+ $props: typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
1495
+ };
1496
+ };
1497
+ "HubFeedChrome": {
1498
+ new (...args: any[]): {
1499
+ $props: typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
1500
+ };
1501
+ };
1502
+ "MediaScalingSettings": {
1503
+ new (...args: any[]): {
1504
+ $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
1505
+ };
1506
+ };
1507
+ "JourneyTestbench": {
1508
+ new (...args: any[]): {
1509
+ $props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
1510
+ };
1511
+ };
1512
+ "Journey": {
1513
+ new (...args: any[]): {
1514
+ $props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
1515
+ };
1516
+ };
1517
+ "JourneyBlade": {
1518
+ new (...args: any[]): {
1519
+ $props: typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4357bb8264e3482c8710afed3b2be35c.propsDefinition>;
1520
+ };
1521
+ };
1522
+ "JourneyMenu": {
1523
+ new (...args: any[]): {
1524
+ $props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
1525
+ };
1526
+ };
1527
+ "LayoutEditorCanvas": {
1528
+ new (...args: any[]): {
1529
+ $props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
1530
+ };
1531
+ };
1532
+ "LayoutBlockRendererHelper": {
1533
+ new (...args: any[]): {
1534
+ $props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
1535
+ };
1536
+ };
1537
+ "LayoutRendererCanvas": {
1538
+ new (...args: any[]): {
1539
+ $props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
1540
+ };
1541
+ };
1542
+ "PhotowallSliderDisplayRenderer": {
1543
+ new (...args: any[]): {
1544
+ $props: typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
1545
+ };
1546
+ };
1547
+ "MediaDisplayRenderer": {
1548
+ new (...args: any[]): {
1549
+ $props: typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
1550
+ };
1551
+ };
1552
+ "MediaPickerV2": {
1553
+ new (...args: any[]): {
1554
+ $props: typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
1555
+ };
1556
+ };
1557
+ "MediaImagegridV2": {
1558
+ new (...args: any[]): {
1559
+ $props: typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
1560
+ };
1561
+ };
1562
+ "ImageTransformerV2": {
1563
+ new (...args: any[]): {
1564
+ $props: typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
1565
+ };
1566
+ };
1567
+ "MediaProvider": {
1568
+ new (...args: any[]): {
1569
+ $props: typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
1570
+ };
1571
+ };
1572
+ "MediaPickerBingProvider": {
1573
+ new (...args: any[]): {
1574
+ $props: typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
1575
+ };
1576
+ };
1577
+ "MediaPickerMycomputerProvider": {
1578
+ new (...args: any[]): {
1579
+ $props: typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc781b7e9953cf4f5b9a402cad1a0cc654.propsDefinition>;
1580
+ };
1581
+ };
1582
+ "MediaPickerPexelsProviderV2": {
1583
+ new (...args: any[]): {
1584
+ $props: typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
1585
+ };
1586
+ };
1587
+ "MediaPickerUnsplashProvider": {
1588
+ new (...args: any[]): {
1589
+ $props: typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
1590
+ };
1591
+ };
1592
+ "OAlert": {
1593
+ new (...args: any[]): {
1594
+ $props: typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
1595
+ };
1596
+ };
1597
+ "OAppBar": {
1598
+ new (...args: any[]): {
1599
+ $props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
1600
+ };
1601
+ };
1602
+ "OAvatar": {
1603
+ new (...args: any[]): {
1604
+ $props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
1605
+ };
1606
+ };
1607
+ "OBadge": {
1608
+ new (...args: any[]): {
1609
+ $props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
1610
+ };
1611
+ };
1612
+ "OBtn": {
1613
+ new (...args: any[]): {
1614
+ $props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
1615
+ };
1616
+ };
1617
+ "OBtnGroup": {
1618
+ new (...args: any[]): {
1619
+ $props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
1620
+ };
1621
+ };
1622
+ "OCard": {
1623
+ new (...args: any[]): {
1624
+ $props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
1625
+ };
1626
+ };
1627
+ "OCheckbox": {
1628
+ new (...args: any[]): {
1629
+ $props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
1630
+ };
1631
+ };
1632
+ "OChip": {
1633
+ new (...args: any[]): {
1634
+ $props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
1635
+ };
1636
+ };
1637
+ "OColorPicker": {
1638
+ new (...args: any[]): {
1639
+ $props: typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
1640
+ };
1641
+ };
1642
+ "OColGrid": {
1643
+ new (...args: any[]): {
1644
+ $props: typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58850535f48040bc98b40064f89d19d0.propsDefinition>;
1645
+ };
1646
+ };
1647
+ "OCol": {
1648
+ new (...args: any[]): {
1649
+ $props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
1650
+ };
1651
+ };
1652
+ "ODataTable": {
1653
+ new (...args: any[]): {
1654
+ $props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
1655
+ };
1656
+ };
1657
+ "ODataTableServer": {
1658
+ new (...args: any[]): {
1659
+ $props: typeof wc810f65f430374ef2a142907a707f650f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc810f65f430374ef2a142907a707f650f.propsDefinition>;
1660
+ };
1661
+ };
1662
+ "ODatePicker": {
1663
+ new (...args: any[]): {
1664
+ $props: typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb10a0917fdc744c890d9b472ee3b3c99.propsDefinition>;
1665
+ };
1666
+ };
1667
+ "ODialog": {
1668
+ new (...args: any[]): {
1669
+ $props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
1670
+ };
1671
+ };
1672
+ "ODivider": {
1673
+ new (...args: any[]): {
1674
+ $props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
1675
+ };
1676
+ };
1677
+ "ODraggable": {
1678
+ new (...args: any[]): {
1679
+ $props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
1680
+ };
1681
+ };
1682
+ "OExpansionPanels": {
1683
+ new (...args: any[]): {
1684
+ $props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
1685
+ };
1686
+ };
1687
+ "OExpansionPanel": {
1688
+ new (...args: any[]): {
1689
+ $props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
1690
+ };
1691
+ };
1692
+ "OFlex": {
1693
+ new (...args: any[]): {
1694
+ $props: typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
1695
+ };
1696
+ };
1697
+ "ORow": {
1698
+ new (...args: any[]): {
1699
+ $props: typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee11b15d9e30495fb46b0c84244110c2.propsDefinition>;
1700
+ };
1701
+ };
1702
+ "OForm": {
1703
+ new (...args: any[]): {
1704
+ $props: typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc02b49401a3554f3db9fc158e52535ac3.propsDefinition>;
1705
+ };
1706
+ };
1707
+ "OHostProvider": {
1708
+ new (...args: any[]): {
1709
+ $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
1710
+ };
1711
+ };
1712
+ "OIcon": {
1713
+ new (...args: any[]): {
1714
+ $props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
1715
+ };
1716
+ };
1717
+ "OImg": {
1718
+ new (...args: any[]): {
1719
+ $props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
1720
+ };
1721
+ };
1722
+ "OInfiniteScroll": {
1723
+ new (...args: any[]): {
1724
+ $props: typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
1725
+ };
1726
+ };
1727
+ "OLayout": {
1728
+ new (...args: any[]): {
1729
+ $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
1730
+ };
1731
+ };
1732
+ "OLazy": {
1733
+ new (...args: any[]): {
1734
+ $props: typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2df6ab65eea84ed8bab297dff9c56224.propsDefinition>;
1735
+ };
1736
+ };
1737
+ "OLink": {
1738
+ new (...args: any[]): {
1739
+ $props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
1740
+ };
1741
+ };
1742
+ "OList": {
1743
+ new (...args: any[]): {
1744
+ $props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
1745
+ };
1746
+ };
1747
+ "OListItem": {
1748
+ new (...args: any[]): {
1749
+ $props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
1750
+ };
1751
+ };
1752
+ "OMain": {
1753
+ new (...args: any[]): {
1754
+ $props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
1755
+ };
1756
+ };
1757
+ "OMenu": {
1758
+ new (...args: any[]): {
1759
+ $props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
1760
+ };
1761
+ };
1762
+ "ONavigationDrawer": {
1763
+ new (...args: any[]): {
1764
+ $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
1765
+ };
1766
+ };
1767
+ "ONotification": {
1768
+ new (...args: any[]): {
1769
+ $props: typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc16277e3059db453eb98ad6946d315c39.propsDefinition>;
1770
+ };
1771
+ };
1772
+ "OPagination": {
1773
+ new (...args: any[]): {
1774
+ $props: typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcecbd3b3dbc834cf0856597772da1320c.propsDefinition>;
1775
+ };
1776
+ };
1777
+ "OPanel": {
1778
+ new (...args: any[]): {
1779
+ $props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
1780
+ };
1781
+ };
1782
+ "OProgress": {
1783
+ new (...args: any[]): {
1784
+ $props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
1785
+ };
1786
+ };
1787
+ "ORadioGroup": {
1788
+ new (...args: any[]): {
1789
+ $props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
1790
+ };
1791
+ };
1792
+ "ORadio": {
1793
+ new (...args: any[]): {
1794
+ $props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
1795
+ };
1796
+ };
1797
+ "ORangeSlider": {
1798
+ new (...args: any[]): {
1799
+ $props: typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a82f6b541cc49b2ade3e5b880fd3a58.propsDefinition>;
1800
+ };
1801
+ };
1802
+ "ORating": {
1803
+ new (...args: any[]): {
1804
+ $props: typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4c41fd8799ae43468150fd47661e8100.propsDefinition>;
1805
+ };
1806
+ };
1807
+ "OScrollContainer": {
1808
+ new (...args: any[]): {
1809
+ $props: typeof wc177587e103904861b5d4d491388a01b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc177587e103904861b5d4d491388a01b1.propsDefinition>;
1810
+ };
1811
+ };
1812
+ "OSelect": {
1813
+ new (...args: any[]): {
1814
+ $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
1815
+ };
1816
+ };
1817
+ "OSkeletonLoader": {
1818
+ new (...args: any[]): {
1819
+ $props: typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
1820
+ };
1821
+ };
1822
+ "OSlidePanel": {
1823
+ new (...args: any[]): {
1824
+ $props: typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8b0bddecd5d74fcba7aac87913137ca3.propsDefinition>;
1825
+ };
1826
+ };
1827
+ "OSlide": {
1828
+ new (...args: any[]): {
1829
+ $props: typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3fa834509fe3419fb005e2dd17325449.propsDefinition>;
1830
+ };
1831
+ };
1832
+ "OSlider": {
1833
+ new (...args: any[]): {
1834
+ $props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
1835
+ };
1836
+ };
1837
+ "OSnackbar": {
1838
+ new (...args: any[]): {
1839
+ $props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
1840
+ };
1841
+ };
1842
+ "OSpacer": {
1843
+ new (...args: any[]): {
1844
+ $props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
1845
+ };
1846
+ };
1847
+ "OSplitpanes": {
1848
+ new (...args: any[]): {
1849
+ $props: typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6b7f04ba8fc4487ea496dd8e42b55dbd.propsDefinition>;
1850
+ };
1851
+ };
1852
+ "OSplitpaneItem": {
1853
+ new (...args: any[]): {
1854
+ $props: typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc170e15fd849e41568ed9b48f88711527.propsDefinition>;
1855
+ };
1856
+ };
1857
+ "OStepper": {
1858
+ new (...args: any[]): {
1859
+ $props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
1860
+ };
1861
+ };
1862
+ "OStepperStep": {
1863
+ new (...args: any[]): {
1864
+ $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
1865
+ };
1866
+ };
1867
+ "OSwitch": {
1868
+ new (...args: any[]): {
1869
+ $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
1870
+ };
1871
+ };
1872
+ "OTabs": {
1873
+ new (...args: any[]): {
1874
+ $props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
1875
+ };
1876
+ };
1877
+ "OTab": {
1878
+ new (...args: any[]): {
1879
+ $props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
1880
+ };
1881
+ };
1882
+ "OTable": {
1883
+ new (...args: any[]): {
1884
+ $props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
1885
+ };
1886
+ };
1887
+ "OText": {
1888
+ new (...args: any[]): {
1889
+ $props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
1890
+ };
1891
+ };
1892
+ "OTextarea": {
1893
+ new (...args: any[]): {
1894
+ $props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
1895
+ };
1896
+ };
1897
+ "OTextField": {
1898
+ new (...args: any[]): {
1899
+ $props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
1900
+ };
1901
+ };
1902
+ "OToolbar": {
1903
+ new (...args: any[]): {
1904
+ $props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
1905
+ };
1906
+ };
1907
+ "OTooltip": {
1908
+ new (...args: any[]): {
1909
+ $props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
1910
+ };
1911
+ };
1912
+ "OTreeview": {
1913
+ new (...args: any[]): {
1914
+ $props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
1915
+ };
1916
+ };
1917
+ "OValidation": {
1918
+ new (...args: any[]): {
1919
+ $props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
1920
+ };
1921
+ };
1922
+ "PropertyBlockV2": {
1923
+ new (...args: any[]): {
1924
+ $props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
1925
+ };
1926
+ };
1927
+ "PropertyBlockV2Settings": {
1928
+ new (...args: any[]): {
1929
+ $props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
1930
+ };
1931
+ };
1932
+ "Emoticon": {
1933
+ new (...args: any[]): {
1934
+ $props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
1935
+ };
1936
+ };
1937
+ "TextcompletionPanel": {
1938
+ new (...args: any[]): {
1939
+ $props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
1940
+ };
1941
+ };
1942
+ "LikeactionSettings": {
1943
+ new (...args: any[]): {
1944
+ $props: typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
1945
+ };
1946
+ };
1947
+ "CommentLikeTemplate": {
1948
+ new (...args: any[]): {
1949
+ $props: typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
1950
+ };
1951
+ };
1952
+ "LikeListingTemplate": {
1953
+ new (...args: any[]): {
1954
+ $props: typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
1955
+ };
1956
+ };
1957
+ "ThemedefinitionEditor": {
1958
+ new (...args: any[]): {
1959
+ $props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
1960
+ };
1961
+ };
1962
+ "OmniaWorkplaceAdminTenantDesignJourney": {
1963
+ new (...args: any[]): {
1964
+ $props: typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
1965
+ };
1966
+ };
1967
+ "ThemeDefinitionPicker": {
1968
+ new (...args: any[]): {
1969
+ $props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
1970
+ };
1971
+ };
1972
+ "ThemeEditorV2": {
1973
+ new (...args: any[]): {
1974
+ $props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
1975
+ };
1976
+ };
1977
+ "ThemeProvider": {
1978
+ new (...args: any[]): {
1979
+ $props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
1980
+ };
1981
+ };
1982
+ "VelcronEditor": {
1983
+ new (...args: any[]): {
1984
+ $props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
1985
+ };
1986
+ };
1987
+ "VelcronRenderer": {
1988
+ new (...args: any[]): {
1989
+ $props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
1990
+ };
1991
+ };
1992
+ "VelcronComponentCreator": {
1993
+ new (...args: any[]): {
1994
+ $props: typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
1995
+ };
1996
+ };
1997
+ "VelcronApp": {
1998
+ new (...args: any[]): {
1999
+ $props: typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdcf9c3e24a774e4dae784a3eac29d488.propsDefinition>;
2000
+ };
2001
+ };
2002
+ "VersionedLayoutBladeBuilder": {
2003
+ new (...args: any[]): {
2004
+ $props: typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc35ec8e8c3b6e45858afd0b1832eef250.propsDefinition>;
2005
+ };
2006
+ };
2007
+ "VersionedLayoutListBladeBuilder": {
2008
+ new (...args: any[]): {
2009
+ $props: typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccd42d83eed234adaaea7498795c701ee.propsDefinition>;
2010
+ };
2011
+ };
2012
+ "PropertiesTermSetDisplay": {
2013
+ new (...args: any[]): {
2014
+ $props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
2015
+ };
2016
+ };
2017
+ "PropertiesTermSetEditor": {
2018
+ new (...args: any[]): {
2019
+ $props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
2020
+ };
2021
+ };
2022
+ "PropertiesTermSetConfiguration": {
2023
+ new (...args: any[]): {
2024
+ $props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
2025
+ };
2026
+ };
2027
+ "EnterprisepropertiesDatafieldDisplay": {
2028
+ new (...args: any[]): {
2029
+ $props: typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
2030
+ };
2031
+ };
2032
+ "EnterprisepropertiesPersonfieldDisplay": {
2033
+ new (...args: any[]): {
2034
+ $props: typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08f6ee02c5d94b648f630ec352fdd94c.propsDefinition>;
2035
+ };
2036
+ };
2037
+ "EnterprisepropertiesDatafieldEdit": {
2038
+ new (...args: any[]): {
2039
+ $props: typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
2040
+ };
2041
+ };
2042
+ "EnterprisepropertiesExtendedPropertySettings": {
2043
+ new (...args: any[]): {
2044
+ $props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
2045
+ };
2046
+ };
2047
+ "FilterenginePersonPropertysettings": {
2048
+ new (...args: any[]): {
2049
+ $props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
2050
+ };
2051
+ };
2052
+ "FilterenginePersonDefaultvalueInput": {
2053
+ new (...args: any[]): {
2054
+ $props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
2055
+ };
2056
+ };
2057
+ "FilterengineTextPropertysettings": {
2058
+ new (...args: any[]): {
2059
+ $props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
2060
+ };
2061
+ };
2062
+ "FilterengineTextDefaultvalueInput": {
2063
+ new (...args: any[]): {
2064
+ $props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
2065
+ };
2066
+ };
2067
+ "FilterengineBooleanPropertysettings": {
2068
+ new (...args: any[]): {
2069
+ $props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
2070
+ };
2071
+ };
2072
+ "FilterengineBooleanDefaultvalueInput": {
2073
+ new (...args: any[]): {
2074
+ $props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
2075
+ };
2076
+ };
2077
+ "FilterengineDatetimePropertysettings": {
2078
+ new (...args: any[]): {
2079
+ $props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
2080
+ };
2081
+ };
2082
+ "FilterengineDatetimeDefaultvalueInput": {
2083
+ new (...args: any[]): {
2084
+ $props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
2085
+ };
2086
+ };
2087
+ "FilterengineNumberPropertysettings": {
2088
+ new (...args: any[]): {
2089
+ $props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
2090
+ };
2091
+ };
2092
+ "FilterengineNumberDefaultvalueInput": {
2093
+ new (...args: any[]): {
2094
+ $props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
2095
+ };
2096
+ };
2097
+ "FilterengineTagsPropertysettings": {
2098
+ new (...args: any[]): {
2099
+ $props: typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
2100
+ };
2101
+ };
2102
+ "FilterengineTagsDefaultvalueInput": {
2103
+ new (...args: any[]): {
2104
+ $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
2105
+ };
2106
+ };
2107
+ "EditorJourney": {
2108
+ new (...args: any[]): {
2109
+ $props: typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e787c7f28394d87a5893a24fa18da5b.propsDefinition>;
2110
+ };
2111
+ };
2112
+ "LayoutBlockPlaceholder": {
2113
+ new (...args: any[]): {
2114
+ $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
2115
+ };
2116
+ };
2117
+ "CanvasToolbar": {
2118
+ new (...args: any[]): {
2119
+ $props: typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
2120
+ };
2121
+ };
2122
+ "OmniaLayoutDevelopertools": {
2123
+ new (...args: any[]): {
2124
+ $props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
2125
+ };
2126
+ };
2127
+ "DevicePreviewer": {
2128
+ new (...args: any[]): {
2129
+ $props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
2130
+ };
2131
+ };
2132
+ "OmniafxMediaGalleryDialogSlider": {
2133
+ new (...args: any[]): {
2134
+ $props: typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
2135
+ };
2136
+ };
2137
+ "OmniafxMediaGalleryDisplayPhotowall": {
2138
+ new (...args: any[]): {
2139
+ $props: typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
2140
+ };
2141
+ };
2142
+ "SlidepanelBlock": {
2143
+ new (...args: any[]): {
2144
+ $props: typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcca498a9d23e947afa4c5695f01ba7959.propsDefinition>;
2145
+ };
2146
+ };
2147
+ "PropertiesBirthdayDisplay": {
2148
+ new (...args: any[]): {
2149
+ $props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
2150
+ };
2151
+ };
2152
+ "PropertiesBirthdayEditor": {
2153
+ new (...args: any[]): {
2154
+ $props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
2155
+ };
2156
+ };
2157
+ "PropertiesBooleanDisplay": {
2158
+ new (...args: any[]): {
2159
+ $props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
2160
+ };
2161
+ };
2162
+ "PropertiesBooleanEditor": {
2163
+ new (...args: any[]): {
2164
+ $props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
2165
+ };
2166
+ };
2167
+ "PropertiesBusinessprofileDisplay": {
2168
+ new (...args: any[]): {
2169
+ $props: typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
2170
+ };
2171
+ };
2172
+ "PropertiesBusinessprofileEditor": {
2173
+ new (...args: any[]): {
2174
+ $props: typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
2175
+ };
2176
+ };
2177
+ "PropertiesDateDisplay": {
2178
+ new (...args: any[]): {
2179
+ $props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
2180
+ };
2181
+ };
2182
+ "PropertiesDateEditor": {
2183
+ new (...args: any[]): {
2184
+ $props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
2185
+ };
2186
+ };
2187
+ "PropertiesDateTimeDisplay": {
2188
+ new (...args: any[]): {
2189
+ $props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
2190
+ };
2191
+ };
2192
+ "PropertiesDateTimeEditor": {
2193
+ new (...args: any[]): {
2194
+ $props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
2195
+ };
2196
+ };
2197
+ "PropertiesDateTimeConfiguration": {
2198
+ new (...args: any[]): {
2199
+ $props: typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
2200
+ };
2201
+ };
2202
+ "PropertiesEmailDisplay": {
2203
+ new (...args: any[]): {
2204
+ $props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
2205
+ };
2206
+ };
2207
+ "PropertiesEmailEditor": {
2208
+ new (...args: any[]): {
2209
+ $props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
2210
+ };
2211
+ };
2212
+ "PropertiesHtmlDisplay": {
2213
+ new (...args: any[]): {
2214
+ $props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
2215
+ };
2216
+ };
2217
+ "PropertiesHtmlEditor": {
2218
+ new (...args: any[]): {
2219
+ $props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
2220
+ };
2221
+ };
2222
+ "PropertiesHtmlConfiguration": {
2223
+ new (...args: any[]): {
2224
+ $props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
2225
+ };
2226
+ };
2227
+ "PropertiesIdentityDisplay": {
2228
+ new (...args: any[]): {
2229
+ $props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
2230
+ };
2231
+ };
2232
+ "PropertiesIdentityEditor": {
2233
+ new (...args: any[]): {
2234
+ $props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
2235
+ };
2236
+ };
2237
+ "PropertiesIdentityConfiguration": {
2238
+ new (...args: any[]): {
2239
+ $props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
2240
+ };
2241
+ };
2242
+ "PropertiesImageDisplay": {
2243
+ new (...args: any[]): {
2244
+ $props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
2245
+ };
2246
+ };
2247
+ "PropertiesImageConfiguration": {
2248
+ new (...args: any[]): {
2249
+ $props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
2250
+ };
2251
+ };
2252
+ "PropertiesImageEditor": {
2253
+ new (...args: any[]): {
2254
+ $props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
2255
+ };
2256
+ };
2257
+ "PropertiesIntegerDisplay": {
2258
+ new (...args: any[]): {
2259
+ $props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
2260
+ };
2261
+ };
2262
+ "PropertiesIntegerEditor": {
2263
+ new (...args: any[]): {
2264
+ $props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
2265
+ };
2266
+ };
2267
+ "PropertiesLanguageDisplay": {
2268
+ new (...args: any[]): {
2269
+ $props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
2270
+ };
2271
+ };
2272
+ "PropertiesLanguageEditor": {
2273
+ new (...args: any[]): {
2274
+ $props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
2275
+ };
2276
+ };
2277
+ "PropertiesLinkDisplay": {
2278
+ new (...args: any[]): {
2279
+ $props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
2280
+ };
2281
+ };
2282
+ "PropertiesLinkEditor": {
2283
+ new (...args: any[]): {
2284
+ $props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
2285
+ };
2286
+ };
2287
+ "PropertiesLinkConfiguration": {
2288
+ new (...args: any[]): {
2289
+ $props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
2290
+ };
2291
+ };
2292
+ "PropertiesMediaDisplay": {
2293
+ new (...args: any[]): {
2294
+ $props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
2295
+ };
2296
+ };
2297
+ "PropertiesMediaEditor": {
2298
+ new (...args: any[]): {
2299
+ $props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
2300
+ };
2301
+ };
2302
+ "PropertiesMultilinetextDisplay": {
2303
+ new (...args: any[]): {
2304
+ $props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
2305
+ };
2306
+ };
2307
+ "PropertiesMultilinetextEditor": {
2308
+ new (...args: any[]): {
2309
+ $props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
2310
+ };
2311
+ };
2312
+ "PropertiesMultilingualtextDisplay": {
2313
+ new (...args: any[]): {
2314
+ $props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
2315
+ };
2316
+ };
2317
+ "PropertiesMultilingualtextEditor": {
2318
+ new (...args: any[]): {
2319
+ $props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
2320
+ };
2321
+ };
2322
+ "PropertiesPhoneNumberDisplay": {
2323
+ new (...args: any[]): {
2324
+ $props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
2325
+ };
2326
+ };
2327
+ "PropertiesPhoneNumberEditor": {
2328
+ new (...args: any[]): {
2329
+ $props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
2330
+ };
2331
+ };
2332
+ "PropertiesTagsDisplay": {
2333
+ new (...args: any[]): {
2334
+ $props: typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
2335
+ };
2336
+ };
2337
+ "PropertiesTagsEditor": {
2338
+ new (...args: any[]): {
2339
+ $props: typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
2340
+ };
2341
+ };
2342
+ "PropertiesTextDisplay": {
2343
+ new (...args: any[]): {
2344
+ $props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
2345
+ };
2346
+ };
2347
+ "PropertiesTextEditor": {
2348
+ new (...args: any[]): {
2349
+ $props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
2350
+ };
2351
+ };
2352
+ "PropertiesTimeDisplay": {
2353
+ new (...args: any[]): {
2354
+ $props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
2355
+ };
2356
+ };
2357
+ "PropertiesTimeEditor": {
2358
+ new (...args: any[]): {
2359
+ $props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
2360
+ };
2361
+ };
2362
+ "PropertiesUsertypeDisplay": {
2363
+ new (...args: any[]): {
2364
+ $props: typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
2365
+ };
2366
+ };
2367
+ "PropertiesUsertypeEditor": {
2368
+ new (...args: any[]): {
2369
+ $props: typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
2370
+ };
2371
+ };
2372
+ "ContentBlock": {
2373
+ new (...args: any[]): {
2374
+ $props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
2375
+ };
2376
+ };
2377
+ "ContentBlockSettings": {
2378
+ new (...args: any[]): {
2379
+ $props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
2380
+ };
2381
+ };
2382
+ "DemoBlock": {
2383
+ new (...args: any[]): {
2384
+ $props: typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc9d01726f5594902bf4de68612b186de.propsDefinition>;
2385
+ };
2386
+ };
2387
+ "DemoBlockSettings": {
2388
+ new (...args: any[]): {
2389
+ $props: typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbbd5168574b64f0486adaf68ba31be49.propsDefinition>;
2390
+ };
2391
+ };
2392
+ "VelcronBlock": {
2393
+ new (...args: any[]): {
2394
+ $props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
2395
+ };
2396
+ };
2397
+ "VelcronBlockSettings": {
2398
+ new (...args: any[]): {
2399
+ $props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
2400
+ };
2401
+ };
2402
+ "VelcronContentEditor": {
2403
+ new (...args: any[]): {
2404
+ $props: typeof wca7db43482a3140998eca19b47d941126.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7db43482a3140998eca19b47d941126.propsDefinition>;
2405
+ };
2406
+ };
2407
+ "VelcronDefinitionPicker": {
2408
+ new (...args: any[]): {
2409
+ $props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
2410
+ };
2411
+ };
2412
+ "VelcronPropertiesEditor": {
2413
+ new (...args: any[]): {
2414
+ $props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
2415
+ };
2416
+ };
2417
+ "VelcronPropertyEditorCreator": {
2418
+ new (...args: any[]): {
2419
+ $props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
2420
+ };
2421
+ };
2422
+ "FilterengineTaxonomyPropertysettings": {
2423
+ new (...args: any[]): {
2424
+ $props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
2425
+ };
2426
+ };
2427
+ "FilterengineTaxonomyDefaultvalueInput": {
2428
+ new (...args: any[]): {
2429
+ $props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
2430
+ };
2431
+ };
2432
+ "LayoutBackgroundSettings": {
2433
+ new (...args: any[]): {
2434
+ $props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
2435
+ };
2436
+ };
2437
+ "LayoutBlockSettingsHeader": {
2438
+ new (...args: any[]): {
2439
+ $props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
2440
+ };
2441
+ };
2442
+ "LayoutBlockSettingsSpacing": {
2443
+ new (...args: any[]): {
2444
+ $props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
2445
+ };
2446
+ };
2447
+ "LayoutBlockSettingsStyle": {
2448
+ new (...args: any[]): {
2449
+ $props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
2450
+ };
2451
+ };
2452
+ "LayoutBlockSettingsCss": {
2453
+ new (...args: any[]): {
2454
+ $props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
2455
+ };
2456
+ };
2457
+ "LayoutBlockSettingsTargeting": {
2458
+ new (...args: any[]): {
2459
+ $props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
2460
+ };
2461
+ };
2462
+ "LayoutBlockTitle": {
2463
+ new (...args: any[]): {
2464
+ $props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
2465
+ };
2466
+ };
2467
+ "LayoutBlockTitleSettings": {
2468
+ new (...args: any[]): {
2469
+ $props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
2470
+ };
2471
+ };
2472
+ "LayoutImageBackgroundSettings": {
2473
+ new (...args: any[]): {
2474
+ $props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
2475
+ };
2476
+ };
2477
+ "LayoutLayoutSettingsGlobalheader": {
2478
+ new (...args: any[]): {
2479
+ $props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
2480
+ };
2481
+ };
2482
+ "LayoutLayoutSettingsBlockheader": {
2483
+ new (...args: any[]): {
2484
+ $props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
2485
+ };
2486
+ };
2487
+ "LayoutLayoutSettingsStyle": {
2488
+ new (...args: any[]): {
2489
+ $props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
2490
+ };
2491
+ };
2492
+ "LayoutClipboard": {
2493
+ new (...args: any[]): {
2494
+ $props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
2495
+ };
2496
+ };
2497
+ "LayoutLockSettings": {
2498
+ new (...args: any[]): {
2499
+ $props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
2500
+ };
2501
+ };
2502
+ "LayoutSectionSettingsGeneral": {
2503
+ new (...args: any[]): {
2504
+ $props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
2505
+ };
2506
+ };
2507
+ "LayoutSectionSettingsSpacing": {
2508
+ new (...args: any[]): {
2509
+ $props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
2510
+ };
2511
+ };
2512
+ "LayoutSectionSettingsStyle": {
2513
+ new (...args: any[]): {
2514
+ $props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
2515
+ };
2516
+ };
2517
+ "LayoutSectionSettingsCss": {
2518
+ new (...args: any[]): {
2519
+ $props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
2520
+ };
2521
+ };
2522
+ "LayoutSectionSettingsTargeting": {
2523
+ new (...args: any[]): {
2524
+ $props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
2525
+ };
2526
+ };
2527
+ "LayoutSectionSettingsHeader": {
2528
+ new (...args: any[]): {
2529
+ $props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
2530
+ };
2531
+ };
2532
+ "LayoutTabLayoutSettings": {
2533
+ new (...args: any[]): {
2534
+ $props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
2535
+ };
2536
+ };
2537
+ "LayoutTabBlockSettings": {
2538
+ new (...args: any[]): {
2539
+ $props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
2540
+ };
2541
+ };
2542
+ "OmniaWorkplaceDefinitionsJourney": {
2543
+ new (...args: any[]): {
2544
+ $props: typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
2545
+ };
2546
+ };
2547
+ "OmniaWorkplaceThemesJourney": {
2548
+ new (...args: any[]): {
2549
+ $props: typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
2550
+ };
2551
+ };
2552
+ "AddButton": {
2553
+ new (...args: any[]): {
2554
+ $props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
2555
+ };
2556
+ };
2557
+ "OmniaWorkplaceBlueprintsJourney": {
2558
+ new (...args: any[]): {
2559
+ $props: typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
2560
+ };
2561
+ };
2562
+ "OmniaWorkplaceColorSchemasJourney": {
2563
+ new (...args: any[]): {
2564
+ $props: typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
2565
+ };
2566
+ };
2567
+ "OmniaWorkplaceSpacingJourney": {
2568
+ new (...args: any[]): {
2569
+ $props: typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc891de93e73cc47b0a552d24fdf34c9cf.propsDefinition>;
2570
+ };
2571
+ };
2572
+ "OmniaWorkplaceTypographyJourney": {
2573
+ new (...args: any[]): {
2574
+ $props: typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
2575
+ };
2576
+ };
2577
+ "ColorPickerSchema": {
2578
+ new (...args: any[]): {
2579
+ $props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
2580
+ };
2581
+ };
2582
+ "ColorSchemaMapper": {
2583
+ new (...args: any[]): {
2584
+ $props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
2585
+ };
2586
+ };
2587
+ "RatioPicker": {
2588
+ new (...args: any[]): {
2589
+ $props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
2590
+ };
2591
+ };
2592
+ "TypographyPickerSchema": {
2593
+ new (...args: any[]): {
2594
+ $props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
2595
+ };
2596
+ };
2597
+ };
2598
+ }