@omnia/fx 8.0.20-vnext → 8.0.21-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 (1741) 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 +53 -8
  3. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +91 -0
  4. package/internal-do-not-import-from-here/contexts/index.d.ts +0 -1
  5. package/internal-do-not-import-from-here/core/DefineFactory.d.ts +12 -0
  6. package/internal-do-not-import-from-here/core/Extend.d.ts +1 -1
  7. package/internal-do-not-import-from-here/core/Inject.d.ts +2 -0
  8. package/internal-do-not-import-from-here/core/ServiceContainer.d.ts +22 -5
  9. package/internal-do-not-import-from-here/core/console/ConsoleKeyboardShortcuts.d.ts +1 -6
  10. package/internal-do-not-import-from-here/core/http/HttpClient.d.ts +1 -0
  11. package/internal-do-not-import-from-here/core/index.d.ts +2 -1
  12. package/internal-do-not-import-from-here/core/messaging/BuiltInTopics.d.ts +1 -0
  13. package/internal-do-not-import-from-here/core/messaging/InternalTopics.d.ts +3 -0
  14. package/internal-do-not-import-from-here/core/services/ClientManifestHelper.d.ts +5 -0
  15. package/internal-do-not-import-from-here/core/services/LocalizationService.d.ts +15 -0
  16. package/internal-do-not-import-from-here/core/services/ServiceManifestProvider.d.ts +9 -3
  17. package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +3 -3
  18. package/internal-do-not-import-from-here/core/services/index.d.ts +1 -0
  19. package/internal-do-not-import-from-here/core/utils/Utils.d.ts +8 -8
  20. package/internal-do-not-import-from-here/expose.d.ts +2 -1
  21. package/internal-do-not-import-from-here/index.d.ts +22 -11
  22. package/internal-do-not-import-from-here/libs/prismjs/index.d.ts +2 -0
  23. package/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json +1 -0
  24. package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
  25. package/internal-do-not-import-from-here/manifests/omnia.fx.core.manifest.json +1 -1
  26. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  27. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
  28. package/internal-do-not-import-from-here/manifests/omnia.fx.ux.richtexteditor.manifest.json +1 -1
  29. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  30. package/internal-do-not-import-from-here/microsoftteams/index.d.ts +1 -0
  31. package/internal-do-not-import-from-here/runtime/core/InternalManifestLog.d.ts +3 -1
  32. package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +6 -12
  33. package/internal-do-not-import-from-here/runtime/core/LocalHostingService.d.ts +2 -2
  34. package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
  35. package/internal-do-not-import-from-here/runtime/core/ManifestPublisher.d.ts +1 -1
  36. package/internal-do-not-import-from-here/runtime/core/ManifestResourceLoader.d.ts +5 -4
  37. package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -13
  38. package/internal-do-not-import-from-here/runtime/core/ServerSideLoader.d.ts +4 -4
  39. package/internal-do-not-import-from-here/services/AiSettingsService.d.ts +10 -0
  40. package/internal-do-not-import-from-here/services/AzureOpenAIService.d.ts +19 -0
  41. package/internal-do-not-import-from-here/services/EnterprisePropertyService.d.ts +1 -0
  42. package/internal-do-not-import-from-here/services/FeatureService.d.ts +1 -0
  43. package/internal-do-not-import-from-here/services/LinkStatusService.d.ts +9 -0
  44. package/internal-do-not-import-from-here/services/LocalizationService.d.ts +4 -9
  45. package/internal-do-not-import-from-here/services/OmniaSearchService.d.ts +13 -0
  46. package/internal-do-not-import-from-here/services/SecurityService.d.ts +3 -2
  47. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +2 -0
  48. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -3
  49. package/internal-do-not-import-from-here/services/identities/IdentityAuthenticationService.d.ts +8 -0
  50. package/internal-do-not-import-from-here/services/identities/IdentityCreationRequestService.d.ts +11 -0
  51. package/internal-do-not-import-from-here/services/identities/IdentityService.d.ts +6 -1
  52. package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +8 -4
  53. package/internal-do-not-import-from-here/services/identities/UserService.d.ts +10 -5
  54. package/internal-do-not-import-from-here/services/identities/index.d.ts +2 -0
  55. package/internal-do-not-import-from-here/services/index.d.ts +5 -0
  56. package/internal-do-not-import-from-here/services/permissions/PermissionService.d.ts +2 -1
  57. package/internal-do-not-import-from-here/services/properties/EnterprisePropertiesProvider.d.ts +30 -0
  58. package/internal-do-not-import-from-here/services/properties/bindings/PropertyBindingService.d.ts +12 -0
  59. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/BusinessProfilePropertyBindingProvider.d.ts +9 -0
  60. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/ExtendedEnterprisePropertyBindingProvider.d.ts +10 -0
  61. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/IdentityPropertyBindingProvider.d.ts +10 -0
  62. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/UserPropertyBindingProvider.d.ts +9 -0
  63. package/internal-do-not-import-from-here/services/properties/bindings/bindingProviders/index.d.ts +4 -0
  64. package/internal-do-not-import-from-here/services/properties/bindings/index.d.ts +2 -0
  65. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +88 -0
  66. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyDefinitionHandler.d.ts +35 -0
  67. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertyProvider.d.ts +49 -0
  68. package/internal-do-not-import-from-here/services/properties/datasource/TestDataSourceService.d.ts +6 -0
  69. package/internal-do-not-import-from-here/services/properties/datasource/index.d.ts +4 -0
  70. package/internal-do-not-import-from-here/services/properties/index.d.ts +3 -0
  71. package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +11 -1
  72. package/internal-do-not-import-from-here/shared/http/Http.d.ts +141 -0
  73. package/internal-do-not-import-from-here/shared/http/index.d.ts +1 -1
  74. package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
  75. package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
  76. package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
  77. package/internal-do-not-import-from-here/shared/models/Future.d.ts +17 -1
  78. package/internal-do-not-import-from-here/shared/models/Future.js +26 -5
  79. package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
  80. package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
  81. package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +27 -0
  82. package/internal-do-not-import-from-here/shared/models/HttpCommon.js +2 -0
  83. package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +7 -0
  84. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
  85. package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
  86. package/internal-do-not-import-from-here/shared/models/Tokens.d.ts +2 -1
  87. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
  88. package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
  89. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +58 -0
  90. package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
  91. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
  92. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
  93. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.d.ts +14 -0
  94. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityDefinition.js +15 -0
  95. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +21 -0
  96. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.js +2 -0
  97. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +14 -0
  98. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
  99. package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +12 -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 +22 -0
  102. package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
  103. package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +7 -0
  104. package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +10 -0
  105. package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
  106. package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
  107. package/internal-do-not-import-from-here/shared/models/index.d.ts +5 -1
  108. package/internal-do-not-import-from-here/shared/models/index.js +5 -1
  109. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +61 -22
  110. package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
  111. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
  112. package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
  113. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
  114. package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
  115. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
  116. package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
  117. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +26 -14
  118. package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +8 -5
  119. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +31 -12
  120. package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +11 -6
  121. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +7 -5
  122. package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +47 -38
  123. package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -0
  124. package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -0
  125. package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +9 -0
  126. package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +6 -0
  127. package/internal-do-not-import-from-here/shared/services/RealtimeService.d.ts +7 -9
  128. package/internal-do-not-import-from-here/shared/services/index.d.ts +2 -0
  129. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainer.d.ts +1 -1
  130. package/internal-do-not-import-from-here/spfx/components/OmniaWPContainerSettings.d.ts +1 -1
  131. package/internal-do-not-import-from-here/stores/AiSettingsStore.d.ts +36 -0
  132. package/internal-do-not-import-from-here/stores/AppNamingPolicyStore.d.ts +1 -1
  133. package/internal-do-not-import-from-here/stores/DefineStore.d.ts +36 -36
  134. package/internal-do-not-import-from-here/stores/EnterprisePropertyStore.d.ts +8 -3
  135. package/internal-do-not-import-from-here/stores/FeatureStore.d.ts +2 -1
  136. package/internal-do-not-import-from-here/stores/GroupIdentityStore.d.ts +2 -0
  137. package/internal-do-not-import-from-here/stores/IdentityStore.d.ts +23 -5
  138. package/internal-do-not-import-from-here/stores/IdentitySyncProviderStore.d.ts +2 -1
  139. package/internal-do-not-import-from-here/stores/LinkReferencesStore.d.ts +23 -0
  140. package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +28 -14
  141. package/internal-do-not-import-from-here/stores/MediaPickerStore.d.ts +3 -2
  142. package/internal-do-not-import-from-here/stores/ProfileCardStore.d.ts +7 -3
  143. package/internal-do-not-import-from-here/stores/Store.d.ts +4 -5
  144. package/internal-do-not-import-from-here/stores/TimeZoneStore.d.ts +3 -6
  145. package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +11 -2
  146. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +9 -0
  147. package/internal-do-not-import-from-here/stores/index.d.ts +3 -0
  148. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +71 -0
  149. package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +24 -0
  150. package/internal-do-not-import-from-here/stores/oxide/index.d.ts +2 -0
  151. package/internal-do-not-import-from-here/ux/AppRollupFilterEngineContext.d.ts +1 -0
  152. package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +71 -4
  153. package/internal-do-not-import-from-here/ux/DefineVueTypings.d.ts +112 -0
  154. package/internal-do-not-import-from-here/ux/Exposes.d.ts +4 -3
  155. package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +272 -0
  156. package/internal-do-not-import-from-here/ux/ListViewComponentBase.d.ts +6 -0
  157. package/internal-do-not-import-from-here/ux/OmniaTheming.d.ts +1 -2
  158. package/internal-do-not-import-from-here/ux/ScrollHelper.d.ts +28 -0
  159. package/internal-do-not-import-from-here/ux/SidePanelContext.d.ts +4 -3
  160. package/internal-do-not-import-from-here/ux/TokenBasedRouter.d.ts +1 -0
  161. package/internal-do-not-import-from-here/ux/UxCore.d.ts +1 -3
  162. package/internal-do-not-import-from-here/ux/UxModels.d.ts +283 -26
  163. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +67 -27
  164. package/internal-do-not-import-from-here/ux/VueTags.d.ts +0 -1
  165. package/internal-do-not-import-from-here/ux/actionhandler/ActionHandler.d.ts +2 -2
  166. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.css.d.ts +12 -1
  167. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +53 -9
  168. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +91 -0
  169. package/internal-do-not-import-from-here/ux/admin/queryableproperties/IQueryablePropertiesJourney.d.ts +4 -13
  170. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +139 -34
  171. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +176 -38
  172. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +124 -0
  173. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +176 -19
  174. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourneyConstants.d.ts +4 -6
  175. package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -0
  176. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +158 -0
  177. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +91 -0
  178. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/ExampleComponents.d.ts +1 -0
  179. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/index.d.ts +1 -0
  180. package/internal-do-not-import-from-here/ux/app/AppPropertiesProvider.d.ts +33 -18
  181. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +60 -16
  182. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +92 -0
  183. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +106 -0
  184. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +100 -0
  185. package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -0
  186. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/DisplayTab.d.ts +1 -1
  187. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +111 -0
  188. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/QueryTab.d.ts +2 -0
  189. package/internal-do-not-import-from-here/ux/app/appinstance/shared/AppInstanceRollupRenderingInstance.d.ts +19 -0
  190. package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +1 -0
  191. package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -0
  192. package/internal-do-not-import-from-here/ux/app/loc/localize.d.ts +1 -0
  193. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +60 -16
  194. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +438 -37
  195. package/internal-do-not-import-from-here/ux/app/management/core/loc.d.ts +4 -1
  196. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +57 -13
  197. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +56 -12
  198. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +56 -12
  199. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +56 -12
  200. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +53 -8
  201. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +63 -19
  202. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +59 -15
  203. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +55 -11
  204. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +58 -14
  205. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +56 -12
  206. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +58 -14
  207. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +53 -8
  208. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +56 -12
  209. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +61 -17
  210. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +55 -11
  211. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +60 -16
  212. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +53 -12
  213. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +53 -8
  214. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +56 -12
  215. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +58 -14
  216. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +58 -14
  217. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +55 -11
  218. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +53 -8
  219. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +56 -12
  220. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +60 -16
  221. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +60 -16
  222. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +60 -16
  223. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +176 -36
  224. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +60 -16
  225. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +61 -17
  226. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +56 -12
  227. package/internal-do-not-import-from-here/ux/appprovisioning/AppInstanceComponentProps.d.ts +0 -2
  228. package/internal-do-not-import-from-here/ux/appprovisioning/IAppProvisioningValidatorComponent.d.ts +0 -2
  229. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +0 -2
  230. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +0 -2
  231. package/internal-do-not-import-from-here/ux/appprovisioning/appinstancepermissionblade/AppInstancePermissionBlade.d.ts +1 -1
  232. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceroutepathblade/AppInstanceRoutePathBlade.d.ts +0 -1
  233. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -2
  234. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +2 -3
  235. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +0 -2
  236. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/IAppRouteInput.d.ts +0 -2
  237. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +55 -11
  238. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +0 -2
  239. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/IAppDescriptionInput.d.ts +0 -2
  240. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +0 -2
  241. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/IAppTitleInput.d.ts +0 -2
  242. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -2
  243. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +2 -2
  244. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +2 -2
  245. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstancePermissionsVueComponent.d.ts +2 -2
  246. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningComponentBase.d.ts +3 -3
  247. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppProvisioningStepComponentBase.d.ts +1 -3
  248. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.css.d.ts +2 -1
  249. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +53 -8
  250. package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +6 -0
  251. package/internal-do-not-import-from-here/ux/authsetup/services/AuthSetupService.d.ts +1 -0
  252. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +55 -11
  253. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +55 -11
  254. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +55 -11
  255. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.css.d.ts +6 -0
  256. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +434 -0
  257. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/ExampleComponents.d.ts +1 -0
  258. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +91 -0
  259. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/index.d.ts +1 -0
  260. package/internal-do-not-import-from-here/ux/button/Button.d.ts +1 -0
  261. package/internal-do-not-import-from-here/ux/button/ButtonPresets.d.ts +2 -0
  262. package/internal-do-not-import-from-here/ux/button/IButton.d.ts +1 -1
  263. package/internal-do-not-import-from-here/ux/colorpicker/ColorPicker.d.ts +1 -0
  264. package/internal-do-not-import-from-here/ux/colorpicker/IColorPicker.d.ts +1 -1
  265. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
  266. package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
  267. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +481 -0
  268. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.css.d.ts +5 -0
  269. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +440 -0
  270. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.css.d.ts +1 -0
  271. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +486 -0
  272. package/internal-do-not-import-from-here/ux/{velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.css.d.ts → colorschemapicker/ColorSchemaViewer.css.d.ts} +2 -2
  273. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +511 -0
  274. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/ExampleComponents.d.ts +1 -0
  275. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +91 -0
  276. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/index.d.ts +1 -0
  277. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.css.d.ts +6 -0
  278. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +488 -0
  279. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/ExampleComponents.d.ts +1 -0
  280. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +91 -0
  281. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/index.d.ts +1 -0
  282. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +53 -8
  283. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +326 -24
  284. package/internal-do-not-import-from-here/ux/confirmdialog/IConfirmDialog.d.ts +0 -12
  285. package/internal-do-not-import-from-here/ux/confirmdialog/IVueConfirmDialog.d.ts +1 -0
  286. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +623 -51
  287. package/internal-do-not-import-from-here/ux/datetimepicker/IDateTimePicker.d.ts +0 -49
  288. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +222 -80
  289. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/DateTimeZonePickerExample.d.ts +91 -0
  290. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/ExampleComponents.d.ts +1 -0
  291. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/index.d.ts +1 -0
  292. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +154 -33
  293. package/internal-do-not-import-from-here/ux/datetimezonerenderer/IDateTimeZoneRenderer.d.ts +2 -1
  294. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +80 -36
  295. package/internal-do-not-import-from-here/ux/directives/IframeResizer.d.ts +1 -0
  296. package/internal-do-not-import-from-here/ux/directives/index.d.ts +1 -0
  297. package/internal-do-not-import-from-here/ux/docs/Docs.d.ts +128 -22
  298. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.css.d.ts +9 -5
  299. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +53 -8
  300. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.css.d.ts +9 -0
  301. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +168 -0
  302. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.css.d.ts +9 -0
  303. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +217 -0
  304. package/internal-do-not-import-from-here/ux/docs/imports.d.ts +1 -1
  305. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +91 -0
  306. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Slots.d.ts +1 -0
  307. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +422 -0
  308. package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +5 -0
  309. package/internal-do-not-import-from-here/ux/docs/omfx/index.d.ts +5 -0
  310. package/internal-do-not-import-from-here/ux/docs/omfx/services/Http.md.d.ts +1 -0
  311. package/internal-do-not-import-from-here/ux/docs/omfx/services/Introduction.md.d.ts +1 -0
  312. package/internal-do-not-import-from-here/ux/docs/omfx/services/Use.md.d.ts +1 -0
  313. package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +5 -0
  314. package/internal-do-not-import-from-here/ux/docs/omfx/services/index.d.ts +3 -0
  315. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Actions.md.d.ts +1 -0
  316. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Introduction.d.ts +1 -0
  317. package/internal-do-not-import-from-here/ux/docs/omfx/stores/State.md.d.ts +1 -0
  318. package/internal-do-not-import-from-here/ux/docs/omfx/stores/Use.md.d.ts +1 -0
  319. package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +29 -0
  320. package/internal-do-not-import-from-here/ux/docs/omfx/stores/index.d.ts +4 -0
  321. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Introduction.d.ts +1 -0
  322. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Styling.d.ts +1 -0
  323. package/internal-do-not-import-from-here/ux/docs/omfx/theming/Themestyling.d.ts +1 -0
  324. package/internal-do-not-import-from-here/ux/docs/omfx/theming/index.d.ts +3 -0
  325. package/internal-do-not-import-from-here/ux/docs/omfx/use/Introduction.d.ts +1 -0
  326. package/internal-do-not-import-from-here/ux/docs/omfx/use/UseBlockInstance.md.d.ts +1 -0
  327. package/internal-do-not-import-from-here/ux/docs/omfx/use/docs/UseBlockInstance.d.ts +1 -0
  328. package/internal-do-not-import-from-here/ux/docs/omfx/use/index.d.ts +2 -0
  329. package/internal-do-not-import-from-here/ux/docs/services/DocsService.d.ts +6 -0
  330. package/internal-do-not-import-from-here/ux/docs/services/index.d.ts +1 -0
  331. package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -1
  332. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +226 -26
  333. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +196 -17
  334. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/IActionToolbar.d.ts +0 -24
  335. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.css.d.ts +0 -6
  336. package/internal-do-not-import-from-here/ux/editorchrome/app_bar/AppBar.d.ts +0 -14
  337. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +3 -19
  338. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +223 -35
  339. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome_old.d.ts +0 -0
  340. package/internal-do-not-import-from-here/ux/editorchrome/index.d.ts +0 -1
  341. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.css.d.ts +3 -0
  342. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +140 -21
  343. package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStore.d.ts +2 -0
  344. package/internal-do-not-import-from-here/ux/enterpriseglossary/componentbase/EnterpriseGlossaryTermComponentBase.d.ts +1 -1
  345. package/internal-do-not-import-from-here/ux/enterpriseproperties/EnterprisePropertyComponentProps.d.ts +1 -0
  346. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +178 -18
  347. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/IDataFieldDisplay.d.ts +0 -12
  348. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +192 -19
  349. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/IDataFieldEdit.d.ts +0 -12
  350. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/richtextfield/RichTextFieldEdit.d.ts +1 -1
  351. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +2 -1
  352. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +275 -78
  353. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +1 -12
  354. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +453 -0
  355. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +516 -0
  356. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +58 -16
  357. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/registration/RegistrationEnterprisePropertyToPropertySettingMap.d.ts +1 -0
  358. package/internal-do-not-import-from-here/ux/enterpriseproperties/valuedefinition/datafield/DataFieldValueDefinition.d.ts +1 -1
  359. package/internal-do-not-import-from-here/ux/enterprisepropertysets/picker/EnterprisePropertySetPicker.d.ts +1 -1
  360. package/internal-do-not-import-from-here/ux/errormessage/ErrorMessage.d.ts +1 -1
  361. package/internal-do-not-import-from-here/ux/features/FeatureActivation.css.d.ts +2 -7
  362. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +153 -92
  363. package/internal-do-not-import-from-here/ux/features/FeatureActivation_old.d.ts +0 -0
  364. package/internal-do-not-import-from-here/ux/features/FeatureComponentProps.d.ts +0 -2
  365. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.css.d.ts +0 -2
  366. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +153 -18
  367. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +91 -6
  368. package/internal-do-not-import-from-here/ux/features/FeaturesJourney_old.d.ts +0 -0
  369. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +152 -12
  370. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +91 -34
  371. package/internal-do-not-import-from-here/ux/features/blades/FeauturePropertiesBlad.css.d.ts +3 -0
  372. package/internal-do-not-import-from-here/ux/features/index.d.ts +1 -3
  373. package/internal-do-not-import-from-here/ux/features/loc/localize.d.ts +8 -1
  374. package/internal-do-not-import-from-here/ux/features/models/FeatureInstanceDetails.d.ts +13 -0
  375. package/internal-do-not-import-from-here/ux/features/models/RequiredAzureAdPermission.d.ts +7 -0
  376. package/internal-do-not-import-from-here/ux/features/models/index.d.ts +2 -0
  377. package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +87 -0
  378. package/internal-do-not-import-from-here/ux/features/stores/index.d.ts +1 -0
  379. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineHandlerStorage.d.ts +4 -1
  380. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +75 -21
  381. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +55 -11
  382. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +57 -13
  383. package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +3 -3
  384. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +53 -8
  385. package/internal-do-not-import-from-here/ux/filterengine/api/TagsRegistration.d.ts +1 -0
  386. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +111 -0
  387. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +106 -0
  388. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +55 -11
  389. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +55 -11
  390. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +110 -0
  391. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +55 -11
  392. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +55 -11
  393. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +197 -33
  394. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +55 -11
  395. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +65 -21
  396. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +56 -12
  397. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +66 -11
  398. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +101 -0
  399. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +101 -0
  400. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRendererStyle.css.d.ts +4 -0
  401. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +115 -0
  402. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +122 -0
  403. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +55 -11
  404. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +56 -12
  405. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +56 -12
  406. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +56 -12
  407. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +56 -12
  408. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +106 -0
  409. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +56 -12
  410. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +58 -14
  411. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +58 -16
  412. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +60 -18
  413. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +58 -16
  414. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +60 -18
  415. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +58 -16
  416. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +60 -18
  417. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettingsFixer.d.ts +1 -1
  418. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +151 -41
  419. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +60 -18
  420. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +127 -0
  421. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +132 -0
  422. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettingsFixer.d.ts +4 -0
  423. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +58 -16
  424. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +60 -18
  425. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettingsFixer.d.ts +1 -1
  426. package/internal-do-not-import-from-here/ux/filterengine/handler/BooleanFilterEngineHandler.d.ts +1 -1
  427. package/internal-do-not-import-from-here/ux/filterengine/handler/DateFilterEngineHandler.d.ts +1 -1
  428. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +26 -16
  429. package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineRouter.d.ts +4 -1
  430. package/internal-do-not-import-from-here/ux/filterengine/handler/NumberFilterEngineHandler.d.ts +1 -1
  431. package/internal-do-not-import-from-here/ux/filterengine/handler/PersonFilterEngineHandler.d.ts +1 -1
  432. package/internal-do-not-import-from-here/ux/filterengine/handler/TagsFilterEngineHandler.d.ts +37 -0
  433. package/internal-do-not-import-from-here/ux/filterengine/handler/TextFilterEngineHandler.d.ts +10 -6
  434. package/internal-do-not-import-from-here/ux/filterengine/handler/index.d.ts +1 -0
  435. package/internal-do-not-import-from-here/ux/filterengine/shared/BasePropertySettings.d.ts +3 -0
  436. package/internal-do-not-import-from-here/ux/filterengine/shared/date/DateTimeFilterEngineHelper.d.ts +11 -0
  437. package/internal-do-not-import-from-here/ux/filterengine/shared/index.d.ts +1 -0
  438. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.css.d.ts +11 -0
  439. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +296 -0
  440. package/internal-do-not-import-from-here/ux/filterpicker/docs/ExampleComponents.d.ts +1 -0
  441. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +91 -0
  442. package/internal-do-not-import-from-here/ux/filterpicker/docs/index.d.ts +1 -0
  443. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +129 -0
  444. package/internal-do-not-import-from-here/ux/heading/Heading.d.ts +1 -1
  445. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +126 -11
  446. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +97 -0
  447. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.css.d.ts +4 -0
  448. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +104 -0
  449. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +577 -0
  450. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +91 -0
  451. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +94 -0
  452. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +123 -0
  453. package/internal-do-not-import-from-here/ux/hub/feed/definitions/Story.d.ts +10 -0
  454. package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +97 -0
  455. package/internal-do-not-import-from-here/ux/hub/feed/stores/index.d.ts +1 -0
  456. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +344 -153
  457. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +53 -8
  458. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +57 -13
  459. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +58 -14
  460. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +57 -13
  461. package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +13 -8
  462. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.css.d.ts +7 -15
  463. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +433 -138
  464. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +459 -0
  465. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +800 -0
  466. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +589 -0
  467. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +558 -0
  468. package/internal-do-not-import-from-here/ux/identitypicker/Shared.d.ts +3 -0
  469. package/internal-do-not-import-from-here/ux/identitypicker/loc/Localize.d.ts +2 -0
  470. package/internal-do-not-import-from-here/ux/iframe/OmniaIFrameResizer.d.ts +3 -0
  471. package/internal-do-not-import-from-here/ux/iframe/ResizingIFrame.d.ts +2 -0
  472. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +386 -38
  473. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid copy.d.ts +1 -0
  474. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +172 -27
  475. package/internal-do-not-import-from-here/ux/imagegrid/index.d.ts +0 -1
  476. package/internal-do-not-import-from-here/ux/imagegrid/loc/localize.d.ts +2 -0
  477. package/internal-do-not-import-from-here/ux/imagetransformation/utils.d.ts +6 -6
  478. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageSetting/ImageSetting.d.ts +2 -0
  479. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformCropper/ImageTransformCropper.d.ts +0 -59
  480. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropMenu.d.ts +0 -0
  481. package/internal-do-not-import-from-here/ux/imagetransformer/Components/cropper/ImageCropper.d.ts +0 -0
  482. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  483. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditor.d.ts +0 -0
  484. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
  485. package/internal-do-not-import-from-here/ux/imagetransformer/Components/editor/ImageTransformEditor_old.d.ts +0 -0
  486. package/internal-do-not-import-from-here/ux/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
  487. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  488. package/internal-do-not-import-from-here/ux/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
  489. package/internal-do-not-import-from-here/ux/imagetransformer/Components/rollup/ImageRollup.d.ts +1 -0
  490. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  491. package/internal-do-not-import-from-here/ux/imagetransformer/Components/settings/ImageSettings.d.ts +0 -0
  492. package/internal-do-not-import-from-here/ux/imagetransformer/IImageTransformer.d.ts +1 -2
  493. package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +0 -40
  494. package/internal-do-not-import-from-here/ux/imagetransformer/loc/localize.d.ts +1 -0
  495. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/imageEditor.d.ts +4 -885
  496. package/internal-do-not-import-from-here/ux/inputlanguagepicker/IInputLanguagePicker.d.ts +0 -14
  497. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +116 -43
  498. package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
  499. package/internal-do-not-import-from-here/ux/journey/IJourney.d.ts +1 -1
  500. package/internal-do-not-import-from-here/ux/journey/MenuBlade.d.ts +1 -2
  501. package/internal-do-not-import-from-here/ux/journey/index.d.ts +2 -0
  502. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.css.d.ts +4 -0
  503. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +97 -0
  504. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +8 -0
  505. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +392 -0
  506. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +207 -0
  507. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.css.d.ts +5 -0
  508. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +107 -0
  509. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponents.d.ts +1 -0
  510. package/internal-do-not-import-from-here/ux/journey/v2/docs/ExampleComponentsMenu.d.ts +1 -0
  511. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +91 -0
  512. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +91 -0
  513. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +91 -0
  514. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +91 -0
  515. package/internal-do-not-import-from-here/ux/journey/v2/docs/index.d.ts +3 -0
  516. package/internal-do-not-import-from-here/ux/journey/v2/models/BladeInstance.d.ts +9 -0
  517. package/internal-do-not-import-from-here/ux/journey/v2/models/Constants.d.ts +10 -0
  518. package/internal-do-not-import-from-here/ux/journey/v2/models/index.d.ts +2 -0
  519. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +32 -0
  520. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +146 -0
  521. package/internal-do-not-import-from-here/ux/journey/v2/stores/index.d.ts +2 -0
  522. package/internal-do-not-import-from-here/ux/languagepicker/ILanguagePicker.d.ts +3 -14
  523. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +648 -41
  524. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +104 -74
  525. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.css.d.ts +1 -9
  526. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +201 -20
  527. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +181 -16
  528. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +56 -16
  529. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +152 -29
  530. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +0 -1
  531. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +79 -21
  532. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.css.d.ts +1 -0
  533. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +117 -41
  534. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +179 -51
  535. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.css.d.ts +6 -5
  536. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +105 -39
  537. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlockInstance.d.ts +163 -0
  538. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +105 -47
  539. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.css.d.ts +3 -3
  540. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +104 -42
  541. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +2 -0
  542. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutStep.d.ts +1 -0
  543. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +1 -0
  544. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layouttemplates/LayoutTemplateSelector.d.ts +1 -2
  545. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +91 -39
  546. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +146 -27
  547. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +53 -8
  548. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +53 -8
  549. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +113 -29
  550. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +75 -13
  551. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +222 -35
  552. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +91 -13
  553. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +91 -16
  554. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +91 -18
  555. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +91 -18
  556. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +91 -13
  557. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Theming.d.ts +0 -25
  558. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +3 -3
  559. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +234 -24
  560. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.css.d.ts +0 -1
  561. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +60 -58
  562. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +117 -15
  563. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +139 -20
  564. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +577 -13
  565. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +577 -16
  566. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/LayoutTheming.d.ts +0 -17
  567. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +577 -11
  568. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.css.d.ts +0 -11
  569. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +53 -8
  570. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +577 -13
  571. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +577 -15
  572. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +53 -8
  573. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +577 -21
  574. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +577 -23
  575. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +577 -16
  576. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +577 -14
  577. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Theming.d.ts +0 -24
  578. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +112 -19
  579. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +55 -15
  580. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +61 -34
  581. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +112 -22
  582. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +112 -22
  583. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +124 -17
  584. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +110 -8
  585. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.css.d.ts +1 -0
  586. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +217 -19
  587. package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -4
  588. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +339 -30
  589. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +214 -35
  590. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/BreakPointManager.d.ts +1 -1
  591. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -21
  592. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +136 -49
  593. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/index.d.ts +2 -0
  594. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +223 -68
  595. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +196 -27
  596. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +205 -48
  597. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +178 -11
  598. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +179 -55
  599. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +218 -30
  600. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +218 -30
  601. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/index.d.ts +8 -0
  602. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/LayerIndex.d.ts +7 -0
  603. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererFunctions.d.ts +8 -28
  604. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +19 -17
  605. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/index.d.ts +1 -0
  606. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/BlockCatalogStore.d.ts +2 -2
  607. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +6 -1
  608. package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutTemplateStore.d.ts +1 -2
  609. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +57 -13
  610. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.css.d.ts +1 -1
  611. package/internal-do-not-import-from-here/ux/magiclink/MagicLink.d.ts +53 -8
  612. package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
  613. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css.d.ts +5 -0
  614. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +502 -0
  615. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
  616. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +150 -0
  617. package/internal-do-not-import-from-here/ux/markdown/plugins/CodeMarkdownRenderer.d.ts +3 -0
  618. package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
  619. package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
  620. package/internal-do-not-import-from-here/ux/mediagallery/Helper.d.ts +2 -0
  621. package/internal-do-not-import-from-here/ux/mediagallery/Shared.d.ts +3 -0
  622. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/IInternalGalleryDialogProvider.d.ts +4 -0
  623. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/Registration.d.ts +1 -0
  624. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/apis/index.d.ts +1 -0
  625. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/index.d.ts +1 -0
  626. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +7 -0
  627. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +120 -0
  628. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +12 -0
  629. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +121 -0
  630. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/localize.d.ts +6 -0
  631. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/IInternalGalleryDisplayProvider.d.ts +4 -0
  632. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/Registration.d.ts +1 -0
  633. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/apis/index.d.ts +1 -0
  634. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/index.d.ts +1 -0
  635. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +4 -0
  636. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +136 -0
  637. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/CollageMetadata.d.ts +5 -0
  638. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +94 -0
  639. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +169 -0
  640. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +141 -0
  641. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +124 -0
  642. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +106 -0
  643. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +121 -0
  644. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +114 -0
  645. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -0
  646. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +158 -0
  647. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +94 -0
  648. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/loc/localize.d.ts +7 -0
  649. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +134 -0
  650. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.css.d.ts +4 -0
  651. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +128 -0
  652. package/internal-do-not-import-from-here/ux/mediapicker/GalleryPanel.css.d.ts +5 -0
  653. package/internal-do-not-import-from-here/ux/mediapicker/GalleryPanels.d.ts +35 -0
  654. package/internal-do-not-import-from-here/ux/mediapicker/IMediaPicker.d.ts +7 -4
  655. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.css.d.ts +5 -3
  656. package/internal-do-not-import-from-here/ux/mediapicker/MediaPicker.d.ts +6 -3
  657. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerComponentProps.d.ts +4 -0
  658. package/internal-do-not-import-from-here/ux/mediapicker/MediaPickerRenderer.d.ts +0 -85
  659. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.css.d.ts +6 -0
  660. package/internal-do-not-import-from-here/ux/mediapicker/components/ImageSelector.d.ts +104 -0
  661. package/internal-do-not-import-from-here/ux/mediapicker/core/MediaPickerImageHandler.d.ts +2 -5
  662. package/internal-do-not-import-from-here/ux/mediapicker/core/Utils.d.ts +5 -0
  663. package/internal-do-not-import-from-here/ux/mediapicker/core/index.d.ts +1 -0
  664. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.css.d.ts +8 -0
  665. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +614 -0
  666. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPickerContext.d.ts +5 -0
  667. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.css.d.ts +6 -0
  668. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +104 -0
  669. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaFileProcessor.d.ts +10 -0
  670. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/MediaPickerImageHandler.d.ts +33 -0
  671. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/core/index.d.ts +2 -0
  672. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +2 -0
  673. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/loc/localize.d.ts +14 -0
  674. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/ExampleComponents.d.ts +1 -0
  675. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +91 -0
  676. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/index.d.ts +1 -0
  677. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.css.d.ts +8 -0
  678. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +136 -0
  679. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/index.d.ts +0 -0
  680. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/index.d.ts +1 -0
  681. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/loc/localize.d.ts +8 -0
  682. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +91 -0
  683. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +124 -0
  684. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.css.d.ts +8 -0
  685. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +117 -0
  686. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +250 -0
  687. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +133 -0
  688. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.css.d.ts +3 -0
  689. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +118 -0
  690. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.css.d.ts +6 -0
  691. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +91 -0
  692. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Constants.d.ts +92 -0
  693. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.css.d.ts +3 -0
  694. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +105 -0
  695. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +46 -0
  696. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.css.d.ts +11 -0
  697. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +128 -0
  698. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +151 -0
  699. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +126 -0
  700. package/internal-do-not-import-from-here/ux/mediapickerV2/stores/index.d.ts +2 -0
  701. package/internal-do-not-import-from-here/ux/mediapickerimage/IMediaPickerImage.d.ts +7 -0
  702. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -0
  703. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +7 -0
  704. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/MicrosoftStreamProvider.d.ts +3 -2
  705. package/internal-do-not-import-from-here/ux/mediapickerproviders/MicrosoftStream/loc/localize.d.ts +3 -1
  706. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/YouTubeProvider.d.ts +4 -2
  707. package/internal-do-not-import-from-here/ux/mediapickerproviders/Youtube/loc/localize.d.ts +3 -1
  708. package/internal-do-not-import-from-here/ux/mediapickerproviders/apis/IInternalMediaPickerProviderRegistration.d.ts +1 -1
  709. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/BingProvider.d.ts +0 -38
  710. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/IBingProvider.d.ts +0 -17
  711. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/index.d.ts +0 -2
  712. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/index.d.ts +0 -1
  713. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/loc/localize.d.ts +0 -34
  714. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider/services/BingImageService.d.ts +0 -7
  715. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +577 -0
  716. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider_old.d.ts +0 -0
  717. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/index.d.ts +1 -0
  718. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/index.d.ts +1 -0
  719. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/loc/localize.d.ts +34 -0
  720. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/services/BingImageService.d.ts +7 -0
  721. package/internal-do-not-import-from-here/ux/mediapickerproviders/centralimagelocationprovider/ICentralImageLocationProvider.d.ts +1 -2
  722. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.css.d.ts +41 -0
  723. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/DallEProvider.d.ts +53 -0
  724. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/PollingImageComponent.d.ts +141 -0
  725. package/internal-do-not-import-from-here/ux/mediapickerproviders/dalleprovider/loc/localize.d.ts +23 -0
  726. package/internal-do-not-import-from-here/ux/mediapickerproviders/index.d.ts +1 -1
  727. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProvider.d.ts +47 -0
  728. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowProviderStyles.css.d.ts +9 -0
  729. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer.d.ts +101 -0
  730. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/loc/localize.d.ts +25 -0
  731. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowEmbedMethods.d.ts +4 -0
  732. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowMedia.d.ts +31 -0
  733. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowResponse.d.ts +8 -0
  734. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoInfo.d.ts +27 -0
  735. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/MediaflowVideoPlayerProps.d.ts +9 -0
  736. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/models/index.d.ts +5 -0
  737. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/service/MediaflowService.d.ts +7 -0
  738. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/store/MediaflowProviderStore.d.ts +29 -0
  739. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/GridViewMediaProviderComponent.d.ts +8 -5
  740. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.css.d.ts +1 -1
  741. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MediaProviderComponentBase.d.ts +8 -7
  742. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/MultiSelectMediaProviderComponentBase.d.ts +8 -0
  743. package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaproviderbase/index.d.ts +1 -0
  744. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +2 -2
  745. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/loc/localize.d.ts +1 -1
  746. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/IPexelProvider.d.ts +0 -17
  747. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.css.d.ts +0 -5
  748. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/PexelProvider.d.ts +0 -27
  749. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/loc/localize.d.ts +1 -1
  750. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/models/PexelImage.d.ts +0 -27
  751. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider/services/PexelImageService.d.ts +0 -7
  752. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.css.d.ts +5 -0
  753. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +578 -0
  754. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/loc/localize.d.ts +11 -0
  755. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/models/PexelImage.d.ts +27 -0
  756. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/services/PexelImageService.d.ts +7 -0
  757. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerProvider.d.ts +11 -0
  758. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/DefineMediaPickerStorageProvider.d.ts +12 -0
  759. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/index.d.ts +3 -0
  760. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/BingProvider.d.ts +12 -0
  761. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/CentralImageLocationProvider.d.ts +12 -0
  762. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/DallEProvider.d.ts +12 -0
  763. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MediaflowProvider.d.ts +12 -0
  764. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MicrosoftStreamProvider.d.ts +12 -0
  765. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/MyComputerProvider.d.ts +11 -0
  766. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/PexelProvider.d.ts +12 -0
  767. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +12 -0
  768. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/YoutubeProvider.d.ts +12 -0
  769. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +10 -0
  770. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstanceContext.d.ts +11 -0
  771. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderAppInstancePostContext.d.ts +6 -0
  772. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/MediaPickerStorageProviderVersionedLayoutContext.d.ts +6 -0
  773. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/storages/index.d.ts +3 -0
  774. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/ISharePointVideoSettings.d.ts +1 -0
  775. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +2 -0
  776. package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/loc/localize.d.ts +4 -0
  777. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.css.d.ts +5 -0
  778. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +91 -0
  779. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/loc/localize.d.ts +11 -0
  780. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/models/UnsplashImage.d.ts +41 -0
  781. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/services/UnsplashImageService.d.ts +7 -0
  782. package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +4 -0
  783. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.css.d.ts +2 -1
  784. package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +12 -0
  785. package/internal-do-not-import-from-here/ux/models/ActionToolbarStyles.d.ts +4 -3
  786. package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +1 -0
  787. package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +29 -0
  788. package/internal-do-not-import-from-here/ux/models/DateTimePickerStyles.d.ts +1 -0
  789. package/internal-do-not-import-from-here/ux/models/IdentityPicker.d.ts +0 -1
  790. package/internal-do-not-import-from-here/ux/models/LegacySvgImage.d.ts +1 -1
  791. package/internal-do-not-import-from-here/ux/models/MultilingualInputStyles.d.ts +6 -6
  792. package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +3 -0
  793. package/internal-do-not-import-from-here/ux/models/QueryablePropertiesStyles.d.ts +1 -0
  794. package/internal-do-not-import-from-here/ux/models/SpecialUserConfiguration.d.ts +5 -0
  795. package/internal-do-not-import-from-here/ux/models/Validation.d.ts +33 -0
  796. package/internal-do-not-import-from-here/ux/models/enterpriseproperties/EnterprisePropertyPickerStyles.d.ts +1 -0
  797. package/internal-do-not-import-from-here/ux/models/index.d.ts +4 -0
  798. package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +19 -0
  799. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +638 -42
  800. package/internal-do-not-import-from-here/ux/multilingualinput/IMultilingualInput.d.ts +3 -14
  801. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +694 -81
  802. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +64 -20
  803. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +1 -0
  804. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +179 -0
  805. package/internal-do-not-import-from-here/ux/oxide/alert/docs/ExampleComponents.d.ts +1 -0
  806. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +91 -0
  807. package/internal-do-not-import-from-here/ux/oxide/alert/docs/index.d.ts +1 -0
  808. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.css.d.ts +3 -0
  809. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +138 -82
  810. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +91 -0
  811. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/ExampleComponents.d.ts +1 -0
  812. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/index.d.ts +1 -0
  813. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.css.d.ts +4 -0
  814. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +128 -0
  815. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +91 -0
  816. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/ExampleComponents.d.ts +1 -0
  817. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/index.d.ts +1 -0
  818. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +196 -0
  819. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +91 -0
  820. package/internal-do-not-import-from-here/ux/oxide/badge/docs/ExampleComponents.d.ts +1 -0
  821. package/internal-do-not-import-from-here/ux/oxide/badge/docs/index.d.ts +1 -0
  822. package/internal-do-not-import-from-here/ux/oxide/btn/Button.css.d.ts +2 -2
  823. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +189 -121
  824. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonExamples.d.ts +1 -0
  825. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +53 -8
  826. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +91 -0
  827. package/internal-do-not-import-from-here/ux/oxide/btn/docs/index.d.ts +1 -1
  828. package/internal-do-not-import-from-here/ux/oxide/{btntoggle/ButtonToggle.css.d.ts → btngroup/ButtonGroup.css.d.ts} +3 -3
  829. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +267 -0
  830. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +91 -0
  831. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ExampleComponents.d.ts +1 -0
  832. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/index.d.ts +1 -0
  833. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +82 -28
  834. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +91 -0
  835. package/internal-do-not-import-from-here/ux/oxide/card/docs/ExampleComponents.d.ts +1 -0
  836. package/internal-do-not-import-from-here/ux/oxide/card/docs/index.d.ts +1 -0
  837. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.css.d.ts +2 -1
  838. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +130 -56
  839. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/ExampleComponents.d.ts +1 -0
  840. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +91 -0
  841. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/index.d.ts +1 -0
  842. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +20 -0
  843. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +191 -0
  844. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +91 -0
  845. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ExampleComponents.d.ts +1 -0
  846. package/internal-do-not-import-from-here/ux/oxide/chip/docs/index.d.ts +1 -0
  847. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +6 -0
  848. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +264 -0
  849. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
  850. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/ExampleComponents.d.ts +1 -0
  851. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +91 -0
  852. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/index.d.ts +1 -0
  853. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +110 -129
  854. package/internal-do-not-import-from-here/ux/oxide/column/docs/ExampleComponents.d.ts +1 -0
  855. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +91 -0
  856. package/internal-do-not-import-from-here/ux/oxide/column/docs/index.d.ts +1 -0
  857. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +6 -0
  858. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +351 -0
  859. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/ExampleComponents.d.ts +1 -0
  860. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +91 -0
  861. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/index.d.ts +1 -0
  862. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.css.d.ts +6 -4
  863. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +154 -176
  864. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogExamples.d.ts +1 -0
  865. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +91 -0
  866. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +91 -0
  867. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +91 -0
  868. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +91 -0
  869. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +91 -0
  870. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/index.d.ts +1 -0
  871. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +4 -0
  872. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +91 -9
  873. package/internal-do-not-import-from-here/ux/oxide/divider/docs/ExampleComponents.d.ts +1 -0
  874. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +91 -0
  875. package/internal-do-not-import-from-here/ux/oxide/divider/docs/index.d.ts +1 -0
  876. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.css.d.ts +6 -0
  877. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +275 -0
  878. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/ExampleComponents.d.ts +1 -0
  879. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +91 -0
  880. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/index.d.ts +1 -0
  881. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.css.d.ts +5 -4
  882. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +100 -76
  883. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.css.d.ts +4 -0
  884. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +157 -34
  885. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/ExampleComponents.d.ts +1 -0
  886. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +91 -0
  887. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/index.d.ts +2 -0
  888. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.css.d.ts +4 -0
  889. package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +311 -0
  890. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +91 -0
  891. package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +1 -0
  892. package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +1 -0
  893. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +174 -0
  894. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/ExampleComponents.d.ts +1 -0
  895. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +91 -0
  896. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/index.d.ts +1 -0
  897. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.css.d.ts +2 -2
  898. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +104 -48
  899. package/internal-do-not-import-from-here/ux/oxide/icon/docs/ExampleComponents.d.ts +1 -0
  900. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +91 -0
  901. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +91 -0
  902. package/internal-do-not-import-from-here/ux/oxide/icon/docs/index.d.ts +1 -0
  903. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +107 -59
  904. package/internal-do-not-import-from-here/ux/oxide/image/docs/ExampleComponents.d.ts +1 -0
  905. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +91 -0
  906. package/internal-do-not-import-from-here/ux/oxide/image/docs/index.d.ts +1 -0
  907. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +250 -0
  908. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/ExampleComponents.d.ts +1 -0
  909. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +91 -0
  910. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/index.d.ts +1 -0
  911. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +75 -17
  912. package/internal-do-not-import-from-here/ux/oxide/layout/docs/ExampleComponents.d.ts +1 -0
  913. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +91 -0
  914. package/internal-do-not-import-from-here/ux/oxide/layout/docs/index.d.ts +1 -0
  915. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +252 -0
  916. package/internal-do-not-import-from-here/ux/oxide/link/docs/ExampleComponents.d.ts +1 -0
  917. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +91 -0
  918. package/internal-do-not-import-from-here/ux/oxide/link/docs/index.d.ts +1 -0
  919. package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +2 -2
  920. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +98 -64
  921. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +1 -1
  922. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +131 -89
  923. package/internal-do-not-import-from-here/ux/oxide/list/docs/ExampleComponents.d.ts +1 -0
  924. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +91 -0
  925. package/internal-do-not-import-from-here/ux/oxide/list/docs/index.d.ts +2 -0
  926. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +79 -55
  927. package/internal-do-not-import-from-here/ux/oxide/main/docs/ExampleComponents.d.ts +1 -0
  928. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +91 -0
  929. package/internal-do-not-import-from-here/ux/oxide/main/docs/index.d.ts +1 -0
  930. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +242 -35
  931. package/internal-do-not-import-from-here/ux/oxide/menu/docs/ExampleComponents.d.ts +1 -0
  932. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +91 -0
  933. package/internal-do-not-import-from-here/ux/oxide/menu/docs/index.d.ts +1 -0
  934. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.css.d.ts +2 -2
  935. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +106 -71
  936. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/ExampleComponents.d.ts +1 -0
  937. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +91 -0
  938. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/index.d.ts +1 -0
  939. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +8 -8
  940. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +163 -164
  941. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +91 -0
  942. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Examples.d.ts +1 -0
  943. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +91 -0
  944. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +91 -0
  945. package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +91 -0
  946. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +91 -0
  947. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +91 -0
  948. package/internal-do-not-import-from-here/ux/oxide/panel/docs/index.d.ts +1 -0
  949. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.css.d.ts +1 -0
  950. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +131 -0
  951. package/internal-do-not-import-from-here/ux/oxide/progress/docs/ExampleComponents.d.ts +1 -0
  952. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +91 -0
  953. package/internal-do-not-import-from-here/ux/oxide/progress/docs/index.d.ts +1 -0
  954. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.css.d.ts +2 -1
  955. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +77 -39
  956. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.css.d.ts +1 -0
  957. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +137 -25
  958. package/internal-do-not-import-from-here/ux/oxide/radio/docs/ExampleComponents.d.ts +1 -0
  959. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +91 -0
  960. package/internal-do-not-import-from-here/ux/oxide/radio/docs/index.d.ts +1 -0
  961. package/internal-do-not-import-from-here/ux/oxide/select/Select.css.d.ts +5 -1
  962. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +292 -94
  963. package/internal-do-not-import-from-here/ux/oxide/select/docs/ExampleComponents.d.ts +1 -0
  964. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +91 -0
  965. package/internal-do-not-import-from-here/ux/oxide/select/docs/index.d.ts +1 -0
  966. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.css.d.ts +4 -0
  967. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +180 -0
  968. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/ExampleComponents.d.ts +1 -0
  969. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +91 -0
  970. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/index.d.ts +1 -0
  971. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.css.d.ts +2 -1
  972. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +161 -103
  973. package/internal-do-not-import-from-here/ux/oxide/slider/docs/ExampleComponents.d.ts +1 -0
  974. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +91 -0
  975. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +91 -0
  976. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +91 -0
  977. package/internal-do-not-import-from-here/ux/oxide/slider/docs/index.d.ts +1 -0
  978. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +95 -34
  979. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/ExampleComponents.d.ts +1 -0
  980. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +91 -0
  981. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/index.d.ts +1 -0
  982. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +53 -8
  983. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/ExampleComponents.d.ts +1 -0
  984. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +91 -0
  985. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/index.d.ts +1 -0
  986. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +101 -44
  987. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +101 -44
  988. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/ExampleComponents.d.ts +1 -0
  989. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +91 -0
  990. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/index.d.ts +1 -0
  991. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.css.d.ts +2 -1
  992. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +124 -36
  993. package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
  994. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +91 -0
  995. package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
  996. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.css.d.ts +2 -2
  997. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +108 -56
  998. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.css.d.ts +2 -2
  999. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +97 -73
  1000. package/internal-do-not-import-from-here/ux/oxide/tab/docs/ExampleComponents.d.ts +1 -0
  1001. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +91 -0
  1002. package/internal-do-not-import-from-here/ux/oxide/tab/docs/index.d.ts +2 -0
  1003. package/internal-do-not-import-from-here/ux/oxide/table/Table.css.d.ts +4 -1
  1004. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +92 -17
  1005. package/internal-do-not-import-from-here/ux/oxide/table/docs/ExampleComponents.d.ts +1 -0
  1006. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +91 -0
  1007. package/internal-do-not-import-from-here/ux/oxide/table/docs/index.d.ts +1 -0
  1008. package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +3 -0
  1009. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +118 -66
  1010. package/internal-do-not-import-from-here/ux/oxide/text/docs/ExampleComponents.d.ts +1 -0
  1011. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +91 -0
  1012. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +91 -0
  1013. package/internal-do-not-import-from-here/ux/oxide/text/docs/index.d.ts +1 -0
  1014. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.css.d.ts +3 -0
  1015. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +303 -0
  1016. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.css.d.ts +2 -9
  1017. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +278 -104
  1018. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/ExampleComponents.d.ts +1 -0
  1019. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +91 -0
  1020. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/index.d.ts +1 -0
  1021. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +5 -1
  1022. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +233 -66
  1023. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
  1024. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +91 -0
  1025. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
  1026. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +183 -0
  1027. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/ExampleComponents.d.ts +1 -0
  1028. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +91 -0
  1029. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/index.d.ts +1 -0
  1030. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +5 -1
  1031. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +142 -56
  1032. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewExamples.d.ts +1 -0
  1033. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +91 -0
  1034. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/index.d.ts +1 -0
  1035. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +126 -0
  1036. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
  1037. package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
  1038. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
  1039. package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
  1040. package/internal-do-not-import-from-here/ux/permissioninput/IPermissionInput.d.ts +0 -30
  1041. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +315 -46
  1042. package/internal-do-not-import-from-here/ux/persona/Persona.d.ts +1 -1
  1043. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +53 -8
  1044. package/internal-do-not-import-from-here/ux/profilecard/IProfileCard.d.ts +1 -0
  1045. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +8 -1
  1046. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -2
  1047. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +106 -18
  1048. package/internal-do-not-import-from-here/ux/properties/apis/PropertyBindingProviderApi.d.ts +1 -0
  1049. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.css.d.ts +6 -0
  1050. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +91 -0
  1051. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.css.d.ts +6 -0
  1052. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +91 -0
  1053. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.css.d.ts +0 -0
  1054. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +426 -0
  1055. package/internal-do-not-import-from-here/ux/properties/block/shared/PropertyBlockModels.d.ts +15 -0
  1056. package/internal-do-not-import-from-here/ux/properties/block/shared/index.d.ts +1 -0
  1057. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.css.d.ts +2 -0
  1058. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +100 -26
  1059. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +85 -37
  1060. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayPropertyDefinition.d.ts +1 -13
  1061. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.css.d.ts +9 -0
  1062. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +124 -0
  1063. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.css.d.ts +7 -0
  1064. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +135 -0
  1065. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanPropertyDefinition.d.ts +1 -0
  1066. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.css.d.ts +9 -0
  1067. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +124 -0
  1068. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.css.d.ts +9 -0
  1069. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +129 -0
  1070. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfilePropertyDefinition.d.ts +1 -0
  1071. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.css.d.ts +2 -0
  1072. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +100 -26
  1073. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +85 -37
  1074. package/internal-do-not-import-from-here/ux/properties/builtins/date/DatePropertyDefinition.d.ts +1 -11
  1075. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +126 -0
  1076. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.css.d.ts +2 -0
  1077. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +100 -26
  1078. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +85 -37
  1079. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimePropertyDefinition.d.ts +1 -16
  1080. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.css.d.ts +2 -0
  1081. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +80 -20
  1082. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +86 -31
  1083. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailPropertyDefinition.d.ts +1 -12
  1084. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +85 -21
  1085. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.css.d.ts +3 -0
  1086. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +80 -20
  1087. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +91 -32
  1088. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlPropertyDefinition.d.ts +1 -16
  1089. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +85 -21
  1090. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.css.d.ts +3 -0
  1091. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +153 -26
  1092. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +92 -38
  1093. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityPropertyDefinition.d.ts +1 -5
  1094. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +85 -21
  1095. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.css.d.ts +3 -0
  1096. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +80 -20
  1097. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +81 -32
  1098. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImagePropertyDefinition.d.ts +1 -5
  1099. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.css.d.ts +9 -0
  1100. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +124 -0
  1101. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.css.d.ts +7 -0
  1102. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +136 -0
  1103. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerPropertyDefinition.d.ts +1 -0
  1104. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.css.d.ts +3 -0
  1105. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +83 -23
  1106. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +90 -34
  1107. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguagePropertyDefinition.d.ts +1 -15
  1108. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +85 -21
  1109. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.css.d.ts +9 -0
  1110. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +83 -23
  1111. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +84 -34
  1112. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkPropertyDefinition.d.ts +1 -12
  1113. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.css.d.ts +10 -0
  1114. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +121 -0
  1115. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.css.d.ts +8 -0
  1116. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +131 -0
  1117. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaPropertyDefinition.d.ts +1 -0
  1118. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.css.d.ts +2 -0
  1119. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +83 -23
  1120. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +84 -34
  1121. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextPropertyDefinition.d.ts +1 -11
  1122. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.css.d.ts +2 -0
  1123. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +83 -23
  1124. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +84 -34
  1125. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextPropertyDefinition.d.ts +1 -14
  1126. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.css.d.ts +2 -0
  1127. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +101 -27
  1128. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +81 -31
  1129. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberPropertyDefinition.d.ts +1 -11
  1130. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.css.d.ts +10 -0
  1131. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +124 -0
  1132. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.css.d.ts +7 -0
  1133. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +141 -0
  1134. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsPropertyDefinition.d.ts +1 -0
  1135. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.css.d.ts +2 -0
  1136. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +83 -23
  1137. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.css.d.ts +2 -0
  1138. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +90 -34
  1139. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextPropertyDefinition.d.ts +1 -15
  1140. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.css.d.ts +2 -0
  1141. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +100 -26
  1142. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +85 -37
  1143. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimePropertyDefinition.d.ts +1 -16
  1144. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.css.d.ts +9 -0
  1145. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +124 -0
  1146. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.css.d.ts +9 -0
  1147. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +129 -0
  1148. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypePropertyDefinition.d.ts +1 -0
  1149. package/internal-do-not-import-from-here/ux/properties/index.d.ts +0 -2
  1150. package/internal-do-not-import-from-here/ux/properties/models/DataSource.d.ts +26 -19
  1151. package/internal-do-not-import-from-here/ux/properties/models/PropertyApi.d.ts +23 -4
  1152. package/internal-do-not-import-from-here/ux/properties/models/PropertyBindingProvider.d.ts +8 -0
  1153. package/internal-do-not-import-from-here/ux/properties/models/PropertyInput.d.ts +9 -1
  1154. package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +13 -3
  1155. package/internal-do-not-import-from-here/ux/properties/models/PropertySettingsLock.d.ts +25 -0
  1156. package/internal-do-not-import-from-here/ux/properties/models/index.d.ts +2 -2
  1157. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +127 -0
  1158. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +127 -0
  1159. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +520 -0
  1160. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.css.d.ts +7 -0
  1161. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +147 -0
  1162. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +69 -20
  1163. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +91 -25
  1164. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +450 -0
  1165. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +550 -0
  1166. package/internal-do-not-import-from-here/ux/propertyBindingProvider/propertyBindingProviderRegistration.d.ts +1 -0
  1167. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +140 -0
  1168. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +55 -11
  1169. package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +2 -16
  1170. package/internal-do-not-import-from-here/ux/richtexteditor/MentionComponent/MentionComponent.d.ts +5 -3
  1171. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +535 -104
  1172. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorInstance.d.ts +9 -0
  1173. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +3 -4
  1174. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.css.d.ts +28 -0
  1175. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +138 -0
  1176. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/loc/localize.d.ts +30 -0
  1177. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +91 -9
  1178. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +91 -9
  1179. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Doc/DocNode.d.ts +1 -1
  1180. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/HeadingNode.d.ts +1 -2
  1181. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Heading/index.d.ts +1 -0
  1182. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +91 -11
  1183. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +91 -9
  1184. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +7 -1
  1185. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/{ParsingMicrosoftWordImageHandler.d.ts → PastingMicrosoftOfficeImageHandler.d.ts} +1 -1
  1186. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +91 -9
  1187. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/Registration.d.ts +5 -0
  1188. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletion.d.ts +12 -0
  1189. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionHandler.d.ts +44 -0
  1190. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +40 -0
  1191. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionNode.d.ts +3 -0
  1192. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionToolbar.d.ts +34 -0
  1193. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/index.d.ts +4 -0
  1194. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +91 -9
  1195. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/index.d.ts +1 -0
  1196. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/loc/localize.d.ts +6 -0
  1197. package/internal-do-not-import-from-here/ux/richtexteditor/index.d.ts +1 -0
  1198. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +172 -14
  1199. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +219 -0
  1200. package/internal-do-not-import-from-here/ux/settings/ISettingsPane.d.ts +0 -18
  1201. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +336 -29
  1202. package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -0
  1203. package/internal-do-not-import-from-here/ux/sharepointvideo/SharepointVideo.d.ts +1 -0
  1204. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +56 -11
  1205. package/internal-do-not-import-from-here/ux/sidepanel/models/IRegistration.d.ts +11 -7
  1206. package/internal-do-not-import-from-here/ux/signin/Shared.d.ts +2 -2
  1207. package/internal-do-not-import-from-here/ux/signin/SignInBlock.css.d.ts +15 -5
  1208. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +53 -8
  1209. package/internal-do-not-import-from-here/ux/signin/SignInFactory.d.ts +9 -0
  1210. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +53 -8
  1211. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +101 -0
  1212. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +100 -0
  1213. package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +22 -0
  1214. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +60 -16
  1215. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +57 -13
  1216. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +57 -13
  1217. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +57 -13
  1218. package/internal-do-not-import-from-here/ux/signout/SignOut.css.d.ts +1 -1
  1219. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +53 -8
  1220. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +569 -74
  1221. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +92 -43
  1222. package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -34
  1223. package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -27
  1224. package/internal-do-not-import-from-here/ux/social/IPeopleTagging.d.ts +0 -26
  1225. package/internal-do-not-import-from-here/ux/social/Like.d.ts +359 -68
  1226. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +255 -26
  1227. package/internal-do-not-import-from-here/ux/social/index.d.ts +0 -4
  1228. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +141 -16
  1229. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.css.d.ts +0 -26
  1230. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +340 -79
  1231. package/internal-do-not-import-from-here/ux/social/templates/ILikeListingTemplate.d.ts +0 -20
  1232. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +171 -40
  1233. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.css.d.ts +15 -0
  1234. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +540 -0
  1235. package/internal-do-not-import-from-here/ux/spacingpicker/docs/ExampleComponents.d.ts +1 -0
  1236. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +91 -0
  1237. package/internal-do-not-import-from-here/ux/spacingpicker/docs/index.d.ts +1 -0
  1238. package/internal-do-not-import-from-here/ux/spacingpicker/loc/localize.d.ts +2 -0
  1239. package/internal-do-not-import-from-here/ux/statuscoderenderer/NavigationTrackingHandler.d.ts +1 -0
  1240. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeLayoutApi.d.ts +21 -0
  1241. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +101 -0
  1242. package/internal-do-not-import-from-here/ux/statuscoderenderer/index.d.ts +1 -0
  1243. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/NotFoundDefaultLayout.d.ts +1 -0
  1244. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/Registration.d.ts +1 -0
  1245. package/internal-do-not-import-from-here/ux/statuscoderenderer/layoutregistration/UnauthorizedDefaultLayout.d.ts +1 -0
  1246. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +53 -8
  1247. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +59 -47
  1248. package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +1 -1
  1249. package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +2 -2
  1250. package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -0
  1251. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +522 -39
  1252. package/internal-do-not-import-from-here/ux/theming/index.d.ts +0 -1
  1253. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintDefinitionStore.d.ts +23 -0
  1254. package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +44 -0
  1255. package/internal-do-not-import-from-here/ux/theming-v2/ColorManager.d.ts +3 -6
  1256. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaDefinitionStore.d.ts +23 -0
  1257. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaManager.d.ts +7 -0
  1258. package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +57 -16
  1259. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerDefinitions.d.ts +1 -0
  1260. package/internal-do-not-import-from-here/ux/theming-v2/RegistrationHandlerTheming.d.ts +1 -0
  1261. package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +200 -0
  1262. package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +26 -23
  1263. package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +27 -18
  1264. package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +33 -0
  1265. package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +91 -0
  1266. package/internal-do-not-import-from-here/ux/theming-v2/admin/Registrations.d.ts +1 -0
  1267. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +97 -0
  1268. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +97 -0
  1269. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +118 -0
  1270. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +118 -0
  1271. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +135 -0
  1272. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +118 -0
  1273. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +118 -0
  1274. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +91 -0
  1275. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +37 -0
  1276. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/ColorSchemasJourney.d.ts +97 -0
  1277. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemaDefinitionBlade.d.ts +157 -0
  1278. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemes/blades/ColorSchemasBlade.d.ts +138 -0
  1279. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +97 -0
  1280. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +97 -0
  1281. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +157 -0
  1282. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/Colors.d.ts +29 -0
  1283. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +9 -0
  1284. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +2 -0
  1285. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/DefinitionRegistrations.d.ts +1 -0
  1286. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/ThemeRegistrations.d.ts +1 -0
  1287. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/Todo.d.ts +2 -0
  1288. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/actions/index.d.ts +1 -0
  1289. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/BannerImageTop.d.ts +2 -0
  1290. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupAvatar.d.ts +2 -0
  1291. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageLarge.d.ts +2 -0
  1292. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageSmall.d.ts +4 -0
  1293. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTop.d.ts +2 -0
  1294. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
  1295. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/cards/index.d.ts +6 -0
  1296. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Contentblocks.d.ts +1 -0
  1297. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Image.d.ts +2 -0
  1298. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/ImageText.d.ts +3 -0
  1299. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Quote.d.ts +2 -0
  1300. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/Text.d.ts +2 -0
  1301. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/content/index.d.ts +4 -0
  1302. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/BlockTextIcon.d.ts +3 -0
  1303. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/Pageheader.d.ts +2 -0
  1304. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/headers/index.d.ts +2 -0
  1305. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/definitions/index.d.ts +4 -0
  1306. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/index.d.ts +1 -0
  1307. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/Blueprints.d.ts +25 -0
  1308. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/SpacingTypes.d.ts +25 -0
  1309. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +23 -0
  1310. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/TypographyTypes.d.ts +317 -0
  1311. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/index.d.ts +1 -0
  1312. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/useDefaultDesignKit.d.ts +49 -0
  1313. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/ApiRegistrations.d.ts +0 -0
  1314. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/index.d.ts +1 -0
  1315. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/Blueprints.d.ts +7 -0
  1316. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/SpacingTypes.d.ts +17 -0
  1317. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +6 -0
  1318. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/TypographyTypes.d.ts +97 -0
  1319. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/index.d.ts +1 -0
  1320. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/useDocumentationDesignKit.d.ts +6 -0
  1321. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/ThemeRegistrations.d.ts +1 -0
  1322. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/index.d.ts +1 -0
  1323. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/Blueprints.d.ts +19 -0
  1324. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/SpacingTypes.d.ts +17 -0
  1325. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +8 -0
  1326. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/TypographyTypes.d.ts +97 -0
  1327. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/index.d.ts +1 -0
  1328. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/useEditorDesignKit.d.ts +7 -0
  1329. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +1 -0
  1330. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/DefinitionRegistrations.d.ts +1 -0
  1331. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/headers/HeaderWithImage.d.ts +2 -0
  1332. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithColumLayout.d.ts +2 -0
  1333. package/internal-do-not-import-from-here/ux/theming-v2/designkits/pages/definitions/property/PropertiesWithRowLayout.d.ts +2 -0
  1334. package/internal-do-not-import-from-here/ux/theming-v2/designkits/useDesignKits.d.ts +64 -0
  1335. package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +8 -1
  1336. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +536 -0
  1337. package/internal-do-not-import-from-here/ux/theming-v2/styling/index.d.ts +1 -5
  1338. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +16 -0
  1339. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Colors.d.ts +12 -0
  1340. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +7 -0
  1341. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +12 -0
  1342. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +45 -0
  1343. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +5 -0
  1344. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
  1345. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +422 -27
  1346. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.css.d.ts +0 -88
  1347. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +70 -31
  1348. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +53 -8
  1349. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +91 -0
  1350. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.css.d.ts +7 -0
  1351. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +91 -0
  1352. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/components/BlockBlueprintEditor.d.ts +0 -0
  1353. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +91 -0
  1354. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +91 -0
  1355. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +91 -0
  1356. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +91 -0
  1357. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/model/CodeEditor.d.ts +2 -1
  1358. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +28 -0
  1359. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +32 -24
  1360. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/index.d.ts +1 -0
  1361. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2447 -0
  1362. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.css.d.ts +5 -0
  1363. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +488 -0
  1364. package/internal-do-not-import-from-here/ux/typographypicker/docs/ExampleComponents.d.ts +1 -0
  1365. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +91 -0
  1366. package/internal-do-not-import-from-here/ux/typographypicker/docs/index.d.ts +1 -0
  1367. package/internal-do-not-import-from-here/ux/urlinput/IUrlInput.d.ts +1 -1
  1368. package/internal-do-not-import-from-here/ux/urlinput/UrlInput.d.ts +0 -46
  1369. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +46 -0
  1370. package/internal-do-not-import-from-here/ux/use/TryOnMounted.d.ts +8 -0
  1371. package/internal-do-not-import-from-here/ux/use/TryOnScopeDispose.d.ts +7 -0
  1372. package/internal-do-not-import-from-here/ux/use/UseBlockInstance.d.ts +2 -0
  1373. package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +166 -0
  1374. package/internal-do-not-import-from-here/ux/use/UseBreakPoint.d.ts +2 -1
  1375. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +186 -0
  1376. package/internal-do-not-import-from-here/ux/use/UseConfirm.d.ts +2 -0
  1377. package/internal-do-not-import-from-here/ux/use/UseDebouncer.d.ts +2 -0
  1378. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +127 -3
  1379. package/internal-do-not-import-from-here/ux/use/UseMounted.d.ts +6 -0
  1380. package/internal-do-not-import-from-here/ux/use/UseSupported.d.ts +1 -0
  1381. package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +5 -9
  1382. package/internal-do-not-import-from-here/ux/use/UseVariantSetup.d.ts +0 -0
  1383. package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +1 -11
  1384. package/internal-do-not-import-from-here/ux/use/UseWebNotification.d.ts +105 -0
  1385. package/internal-do-not-import-from-here/ux/use/index.d.ts +9 -2
  1386. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphProvider.d.ts +6 -1
  1387. package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +1 -0
  1388. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +433 -44
  1389. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutBladeBuilder.d.ts +55 -11
  1390. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +58 -14
  1391. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +132 -17
  1392. package/internal-do-not-import-from-here/ux/validation/FieldValueValidation.d.ts +1 -1
  1393. package/internal-do-not-import-from-here/ux/validation/FormValidator.d.ts +1 -10
  1394. package/internal-do-not-import-from-here/ux/validation/IComponentValidationEnabled.d.ts +1 -10
  1395. package/internal-do-not-import-from-here/ux/validation/IFieldValidation.d.ts +1 -21
  1396. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +7 -0
  1397. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +97 -0
  1398. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +6 -0
  1399. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +93 -0
  1400. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.css.d.ts +6 -0
  1401. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +132 -0
  1402. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.css.d.ts +6 -0
  1403. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +151 -0
  1404. package/internal-do-not-import-from-here/ux/velcron/blocks/content/model/ContentDefinitionRegistration.d.ts +6 -0
  1405. package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +65 -0
  1406. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.css.d.ts +6 -0
  1407. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +91 -0
  1408. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.css.d.ts +6 -0
  1409. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +95 -0
  1410. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.css.d.ts +4 -0
  1411. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +556 -0
  1412. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +457 -0
  1413. package/internal-do-not-import-from-here/ux/velcron/core/actions/Date.d.ts +3 -0
  1414. package/internal-do-not-import-from-here/ux/velcron/core/actions/IActionHandler.d.ts +1 -0
  1415. package/internal-do-not-import-from-here/ux/velcron/core/actions/Timer.d.ts +4 -0
  1416. package/internal-do-not-import-from-here/ux/velcron/core/actions/index.d.ts +2 -0
  1417. package/internal-do-not-import-from-here/ux/velcron/core/index.d.ts +2 -1
  1418. package/internal-do-not-import-from-here/ux/velcron/core/models/ActionHooks.d.ts +12 -0
  1419. package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +7 -16
  1420. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +149 -95
  1421. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronEvents.d.ts +5 -2
  1422. package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +137 -0
  1423. package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +2 -1
  1424. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +8 -2
  1425. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +13 -5
  1426. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronData.d.ts +3 -3
  1427. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronPropertyEditors.d.ts +9 -0
  1428. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +4 -32
  1429. package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
  1430. package/internal-do-not-import-from-here/ux/velcron/core/parser/index.d.ts +1 -0
  1431. package/internal-do-not-import-from-here/ux/velcron/core/rules/IsEditMode.d.ts +20 -0
  1432. package/internal-do-not-import-from-here/ux/velcron/core/rules/index.d.ts +1 -0
  1433. package/internal-do-not-import-from-here/ux/velcron/core/stores/ReactivitySystem.d.ts +2 -2
  1434. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronBlueprint.d.ts +39 -0
  1435. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +44 -0
  1436. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronStore.d.ts +2 -2
  1437. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -2
  1438. package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +2 -0
  1439. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronColorSchemaEditor.d.ts +9 -0
  1440. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronContentEditor.d.ts +38 -0
  1441. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder.d.ts +16 -0
  1442. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilder2.d.ts +9 -0
  1443. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronEditorBuilderBase.d.ts +9 -0
  1444. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronImageEditor.d.ts +11 -0
  1445. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/editor/VelcronPropertyMappingEditorBuilder.d.ts +9 -0
  1446. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/index.d.ts +2 -0
  1447. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronBlockHeaderStateBuilder.d.ts +0 -0
  1448. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronColorSchemaBuilder.d.ts +16 -0
  1449. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronContentStateBuilder.d.ts +11 -0
  1450. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronImageStateBuilder.d.ts +18 -0
  1451. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronPropertyMappingStateBuilder.d.ts +12 -0
  1452. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilder.d.ts +16 -0
  1453. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronStateBuilderBase.d.ts +12 -0
  1454. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/state/VelcronTextContentBuilder.d.ts +32 -0
  1455. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronEditorBuilder.d.ts +2 -0
  1456. package/internal-do-not-import-from-here/ux/velcron/core/templatebuilder/useVelcronTemplateBuilder.d.ts +6 -0
  1457. package/internal-do-not-import-from-here/ux/velcron/docs/DocDataTypes.d.ts +30 -0
  1458. package/internal-do-not-import-from-here/ux/velcron/docs/Introduction.d.ts +2 -0
  1459. package/internal-do-not-import-from-here/ux/velcron/docs/State.d.ts +1 -0
  1460. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Date.d.ts +1 -0
  1461. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Introduction.d.ts +1 -0
  1462. package/internal-do-not-import-from-here/ux/velcron/docs/actions/Timer.d.ts +1 -0
  1463. package/internal-do-not-import-from-here/ux/velcron/docs/actions/index.d.ts +3 -0
  1464. package/internal-do-not-import-from-here/ux/velcron/docs/components/Button.d.ts +1 -0
  1465. package/internal-do-not-import-from-here/ux/velcron/docs/components/Checkbox.d.ts +1 -0
  1466. package/internal-do-not-import-from-here/ux/velcron/docs/components/Image.d.ts +1 -0
  1467. package/internal-do-not-import-from-here/ux/velcron/docs/components/Property.d.ts +1 -0
  1468. package/internal-do-not-import-from-here/ux/velcron/docs/components/Text.d.ts +1 -0
  1469. package/internal-do-not-import-from-here/ux/velcron/docs/components/Velcron.d.ts +1 -0
  1470. package/internal-do-not-import-from-here/ux/velcron/docs/components/View.d.ts +1 -0
  1471. package/internal-do-not-import-from-here/ux/velcron/docs/components/index.d.ts +7 -0
  1472. package/internal-do-not-import-from-here/ux/velcron/docs/index.d.ts +4 -0
  1473. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.css.d.ts +7 -84
  1474. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +611 -40
  1475. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
  1476. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +53 -8
  1477. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +53 -8
  1478. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +53 -8
  1479. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.css.d.ts +3 -0
  1480. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +53 -8
  1481. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +63 -13
  1482. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRendererStyles.d.ts +3 -0
  1483. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +53 -8
  1484. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +53 -8
  1485. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +91 -0
  1486. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +53 -8
  1487. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +53 -8
  1488. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +54 -9
  1489. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +53 -8
  1490. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +53 -8
  1491. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +56 -12
  1492. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +70 -21
  1493. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +53 -8
  1494. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +56 -12
  1495. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +56 -12
  1496. package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +4 -2
  1497. package/internal-do-not-import-from-here/ux/velcron/editor/models/Enums.d.ts +6 -0
  1498. package/internal-do-not-import-from-here/ux/velcron/editor/models/Shared.d.ts +4 -6
  1499. package/internal-do-not-import-from-here/ux/velcron/{core → editor}/models/VelcronDescriptors.d.ts +9 -7
  1500. package/internal-do-not-import-from-here/ux/velcron/editor/models/index.d.ts +3 -1
  1501. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +140 -66
  1502. package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStoreOld.d.ts +0 -0
  1503. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronActionHooks.d.ts +1 -0
  1504. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +222 -38
  1505. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronStylesProvider.d.ts +1 -1
  1506. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +65 -21
  1507. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +61 -17
  1508. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +61 -17
  1509. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +106 -0
  1510. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +61 -17
  1511. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +59 -15
  1512. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +65 -21
  1513. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +61 -17
  1514. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +61 -17
  1515. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +61 -17
  1516. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +106 -0
  1517. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +61 -17
  1518. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +106 -0
  1519. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +106 -0
  1520. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +61 -17
  1521. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +61 -17
  1522. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +61 -17
  1523. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +61 -17
  1524. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +454 -0
  1525. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +434 -0
  1526. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +434 -0
  1527. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +450 -0
  1528. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +433 -0
  1529. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +451 -0
  1530. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +451 -0
  1531. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +450 -0
  1532. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +450 -0
  1533. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +455 -0
  1534. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +0 -1
  1535. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +0 -1
  1536. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +2 -1
  1537. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +5 -1
  1538. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -0
  1539. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +63 -19
  1540. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +0 -1
  1541. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +0 -1
  1542. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +250 -0
  1543. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +64 -60
  1544. package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +1 -1
  1545. package/internal-do-not-import-from-here/ux/vuetify/colorpicker/VColorPicker.bundle.d.ts +1 -0
  1546. package/internal-do-not-import-from-here/ux/wizard/IWizard.d.ts +1 -1
  1547. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +2 -2
  1548. package/internal-do-not-import-from-here/vue/VueApp.d.ts +7 -2
  1549. package/internal-do-not-import-from-here/vue/VueHooks.d.ts +1 -4
  1550. package/internal-do-not-import-from-here/vue/index.d.ts +0 -1
  1551. package/internal-do-not-import-from-here/wctypings.d.ts +2140 -288
  1552. package/internal-do-not-import-from-here/workers/HttpRequestProxy.d.ts +1 -0
  1553. package/package.json +5 -6
  1554. package/task.js +5 -4
  1555. package/task.ts +5 -5
  1556. package/internal-do-not-import-from-here/console/components/MessageOverlay.d.ts +0 -47
  1557. package/internal-do-not-import-from-here/contexts/CurrentDisplayUserContext.d.ts +0 -5
  1558. package/internal-do-not-import-from-here/shared/http/Bring.d.ts +0 -130
  1559. package/internal-do-not-import-from-here/shared/models/Bring.d.ts +0 -23
  1560. package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +0 -217
  1561. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockCurrent.d.ts +0 -61
  1562. package/internal-do-not-import-from-here/ux/compositiontests/CompositionBlockFuture.d.ts +0 -61
  1563. package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +0 -81
  1564. package/internal-do-not-import-from-here/ux/compositiontests/TestInjectComponent.d.ts +0 -49
  1565. package/internal-do-not-import-from-here/ux/compositiontests/models/SharedContext.d.ts +0 -4
  1566. package/internal-do-not-import-from-here/ux/compositiontests/models/index.d.ts +0 -1
  1567. package/internal-do-not-import-from-here/ux/compositiontests/services/CompositionService.d.ts +0 -5
  1568. package/internal-do-not-import-from-here/ux/compositiontests/services/index.d.ts +0 -1
  1569. package/internal-do-not-import-from-here/ux/compositiontests/stores/OldStoreTest.d.ts +0 -10
  1570. package/internal-do-not-import-from-here/ux/compositiontests/stores/index.d.ts +0 -2
  1571. package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +0 -20
  1572. package/internal-do-not-import-from-here/ux/compositiontests/use/useTitleComputed.d.ts +0 -3
  1573. package/internal-do-not-import-from-here/ux/confirmdialog/VueConfirmDialog.d.ts +0 -2
  1574. package/internal-do-not-import-from-here/ux/datetimezonepicker/IDateTimeZonePicker.d.ts +0 -18
  1575. package/internal-do-not-import-from-here/ux/datetimezonepicker/index.d.ts +0 -1
  1576. package/internal-do-not-import-from-here/ux/datetimezonerenderer/index.d.ts +0 -1
  1577. package/internal-do-not-import-from-here/ux/dynamicgroup/DynamicGroupPropertyEditorRenderer.d.ts +0 -73
  1578. package/internal-do-not-import-from-here/ux/dynamicgroup/loc/localize.d.ts +0 -10
  1579. package/internal-do-not-import-from-here/ux/editorchrome/chrome/IEditorChrome.d.ts +0 -26
  1580. package/internal-do-not-import-from-here/ux/features/IFeaturesJourney.d.ts +0 -18
  1581. package/internal-do-not-import-from-here/ux/group/GroupPropertyEditorRenderer.d.ts +0 -73
  1582. package/internal-do-not-import-from-here/ux/group/loc/localize.d.ts +0 -10
  1583. package/internal-do-not-import-from-here/ux/helptext/IHelpText.d.ts +0 -18
  1584. package/internal-do-not-import-from-here/ux/helptext/index.d.ts +0 -1
  1585. package/internal-do-not-import-from-here/ux/imagegrid/IImageGrid.d.ts +0 -24
  1586. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageRollup/ImageRollup.d.ts +0 -66
  1587. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +0 -66
  1588. package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFlipper/ImageTransformFlipper.d.ts +0 -23
  1589. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/action.d.ts +0 -101
  1590. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addIcon.d.ts +0 -20
  1591. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addImageObject.d.ts +0 -16
  1592. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addObject.d.ts +0 -17
  1593. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addShape.d.ts +0 -27
  1594. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/addText.d.ts +0 -26
  1595. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/applyFilter.d.ts +0 -20
  1596. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeIconColor.d.ts +0 -17
  1597. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeShape.d.ts +0 -28
  1598. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeText.d.ts +0 -17
  1599. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/changeTextStyle.d.ts +0 -25
  1600. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/clearObjects.d.ts +0 -16
  1601. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/flip.d.ts +0 -16
  1602. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/loadImage.d.ts +0 -17
  1603. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeFilter.d.ts +0 -17
  1604. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/removeObject.d.ts +0 -16
  1605. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/resizeCanvasDimension.d.ts +0 -16
  1606. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/rotate.d.ts +0 -18
  1607. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectPosition.d.ts +0 -21
  1608. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/command/setObjectProperties.d.ts +0 -25
  1609. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/cropper.d.ts +0 -118
  1610. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/filter.d.ts +0 -89
  1611. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/flip.d.ts +0 -70
  1612. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/freeDrawing.d.ts +0 -26
  1613. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/icon.d.ts +0 -51
  1614. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/imageLoader.d.ts +0 -30
  1615. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/line.d.ts +0 -55
  1616. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/rotation.d.ts +0 -42
  1617. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/shape.d.ts +0 -144
  1618. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/component/text.d.ts +0 -173
  1619. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/consts.d.ts +0 -243
  1620. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/cropper.d.ts +0 -26
  1621. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/freeDrawing.d.ts +0 -27
  1622. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/lineDrawing.d.ts +0 -27
  1623. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/shape.d.ts +0 -26
  1624. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/drawingMode/text.d.ts +0 -26
  1625. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/arrowLine.d.ts +0 -2
  1626. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/blur.d.ts +0 -8
  1627. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/colorFilter.d.ts +0 -8
  1628. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/cropzone.d.ts +0 -10
  1629. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/emboss.d.ts +0 -8
  1630. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/mask.d.ts +0 -8
  1631. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/extension/sharpen.d.ts +0 -8
  1632. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/command.d.ts +0 -27
  1633. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/factory/errorMessage.d.ts +0 -5
  1634. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/graphics.d.ts +0 -569
  1635. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/imagetracer.d.ts +0 -56
  1636. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeFilterFillHelper.d.ts +0 -44
  1637. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/helper/shapeResizeHelper.d.ts +0 -20
  1638. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/index.d.ts +0 -15
  1639. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/command.d.ts +0 -49
  1640. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/component.d.ts +0 -76
  1641. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interface/drawingMode.d.ts +0 -26
  1642. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/interfaces.d.ts +0 -283
  1643. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/invoker.d.ts +0 -91
  1644. package/internal-do-not-import-from-here/ux/imagetransformer/tui-image-editor/util.d.ts +0 -154
  1645. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/IBlockPlaceholder.d.ts +0 -19
  1646. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/ICanvasToolbar.d.ts +0 -20
  1647. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/IDevicePreviewer.d.ts +0 -20
  1648. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.css.d.ts +0 -18
  1649. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.css.d.ts +0 -12
  1650. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SectionSettingsPanel.css.d.ts +0 -24
  1651. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.css.d.ts +0 -1
  1652. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.css.d.ts +0 -6
  1653. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.css.d.ts +0 -1
  1654. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/IBackgroundSettings.d.ts +0 -23
  1655. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/IBlockTitle.d.ts +0 -21
  1656. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/IImageBackgroundSettings.d.ts +0 -19
  1657. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockTheming.d.ts +0 -16
  1658. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.css.d.ts +0 -16
  1659. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutBlockRendererHelper.d.ts +0 -29
  1660. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/ILayoutRendererCanvas.d.ts +0 -22
  1661. package/internal-do-not-import-from-here/ux/oxide/btntoggle/ButtonToggle.d.ts +0 -198
  1662. package/internal-do-not-import-from-here/ux/playground_test/Play2Component.d.ts +0 -46
  1663. package/internal-do-not-import-from-here/ux/playground_test/PlayComponent.d.ts +0 -108
  1664. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/FileUploaderTab.d.ts +0 -8
  1665. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MediaPickerTab.d.ts +0 -12
  1666. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/MultilingualInputTab.d.ts +0 -12
  1667. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/RichtextEditorTab.d.ts +0 -12
  1668. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/SharePointPermissionTab.d.ts +0 -17
  1669. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TermPickerTab.d.ts +0 -10
  1670. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TestChart.d.ts +0 -15
  1671. package/internal-do-not-import-from-here/ux/playground_test/play2tabs/TimePeriodPickerTab.d.ts +0 -8
  1672. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/DemoValidate.d.ts +0 -21
  1673. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/IDemoValidate.d.ts +0 -17
  1674. package/internal-do-not-import-from-here/ux/playground_test/testvalidate/SubComponent1.d.ts +0 -8
  1675. package/internal-do-not-import-from-here/ux/properties/LegacyEnterprisePropertiesProvider.d.ts +0 -14
  1676. package/internal-do-not-import-from-here/ux/properties/PropertyDataSourceContext.d.ts +0 -21
  1677. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDefinition.d.ts +0 -8
  1678. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.css.d.ts +0 -4
  1679. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay.d.ts +0 -77
  1680. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.css.d.ts +0 -4
  1681. package/internal-do-not-import-from-here/ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor.d.ts +0 -92
  1682. package/internal-do-not-import-from-here/ux/properties/models/PropertySelection.d.ts +0 -19
  1683. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyDatasourceRenderer.d.ts +0 -72
  1684. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyRenderer.d.ts +0 -83
  1685. package/internal-do-not-import-from-here/ux/rollupempty/IRollupEmpty.d.ts +0 -18
  1686. package/internal-do-not-import-from-here/ux/rollupempty/index.d.ts +0 -1
  1687. package/internal-do-not-import-from-here/ux/securitytrimer/ISecurityTrimer.d.ts +0 -23
  1688. package/internal-do-not-import-from-here/ux/securitytrimer/SecurityTrimer.d.ts +0 -24
  1689. package/internal-do-not-import-from-here/ux/securitytrimer/index.d.ts +0 -1
  1690. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.css.d.ts +0 -11
  1691. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.css.d.ts +0 -29
  1692. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +0 -259
  1693. package/internal-do-not-import-from-here/ux/theming/components/IThemeDefinitionEditor.d.ts +0 -24
  1694. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.css.d.ts +0 -6
  1695. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.css.d.ts +0 -7
  1696. package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +0 -138
  1697. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseBlueprintStyling.d.ts +0 -8
  1698. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseComponentStyling.d.ts +0 -3
  1699. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseTypographyStyling.d.ts +0 -25
  1700. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseVuetifyStyling.d.ts +0 -4
  1701. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ColorSelector.d.ts +0 -46
  1702. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ComponentsViewer.d.ts +0 -46
  1703. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/FxViewer.d.ts +0 -46
  1704. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeViewer.d.ts +0 -46
  1705. package/internal-do-not-import-from-here/ux/theming-v2/themes/Blueprints.d.ts +0 -24
  1706. package/internal-do-not-import-from-here/ux/theming-v2/themes/Colors.d.ts +0 -19
  1707. package/internal-do-not-import-from-here/ux/theming-v2/themes/Themes.d.ts +0 -27
  1708. package/internal-do-not-import-from-here/ux/theming-v2/themes/TypographyTypes.d.ts +0 -12
  1709. package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -3
  1710. package/internal-do-not-import-from-here/ux/use/UseComponentSetup.d.ts +0 -54
  1711. package/internal-do-not-import-from-here/ux/user/UserPropertiesByMicrosoftGraphDefinition.d.ts +0 -18
  1712. package/internal-do-not-import-from-here/ux/user/UserPropertyProviderDefinition.d.ts +0 -15
  1713. package/internal-do-not-import-from-here/ux/user/UserPropertyRenderer.d.ts +0 -78
  1714. package/internal-do-not-import-from-here/ux/user/components/PropertyConfigurationRenderer.d.ts +0 -62
  1715. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphDisplay.d.ts +0 -68
  1716. package/internal-do-not-import-from-here/ux/user/components/UserPropertiesByMicrosoftGraphEditor.d.ts +0 -83
  1717. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderDisplay.d.ts +0 -68
  1718. package/internal-do-not-import-from-here/ux/user/components/UserPropertyProviderEditor.d.ts +0 -83
  1719. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlock.d.ts +0 -46
  1720. package/internal-do-not-import-from-here/ux/velcron/blocks/VelcronBlockSettings.d.ts +0 -50
  1721. package/internal-do-not-import-from-here/ux/velcron/core/utilities/ColorUtility.d.ts +0 -1
  1722. package/internal-do-not-import-from-here/ux/velcron/core/utilities/index.d.ts +0 -1
  1723. package/internal-do-not-import-from-here/ux/velcron/editor/components/ShareApp.d.ts +0 -46
  1724. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker.d.ts +0 -66
  1725. package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -62
  1726. package/internal-do-not-import-from-here/wcdefinitions.json +0 -1
  1727. /package/internal-do-not-import-from-here/{vue/Localize.d.ts → Localize.d.ts} +0 -0
  1728. /package/internal-do-not-import-from-here/shared/models/{Bring.js → DynamicState.js} +0 -0
  1729. /package/internal-do-not-import-from-here/{console/components/MessageOverlay.css.d.ts → ux/docs/apis/DocsApis.d.ts} +0 -0
  1730. /package/internal-do-not-import-from-here/ux/{admin/chrome/AdminChrome_old.d.ts → docs/omfx/components/Emits.md.d.ts} +0 -0
  1731. /package/internal-do-not-import-from-here/ux/{imagetransformer/tui-image-editor/dependencies/tui-code-snippet.d.ts → docs/omfx/components/Introduction.md.d.ts} +0 -0
  1732. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/developertools/DeveloperTools copy.d.ts → docs/omfx/components/Properties.md.d.ts} +0 -0
  1733. /package/internal-do-not-import-from-here/ux/{layoutcanvas/editor/settings/section/General_old.d.ts → docs/omfx/components/Slots.md.d.ts} +0 -0
  1734. /package/internal-do-not-import-from-here/ux/{monaco/RegisterMonacoEditorComponent.d.ts → docs/omfx/components/VModel.md.d.ts} +0 -0
  1735. /package/internal-do-not-import-from-here/ux/{vuetify/stepper/VStepperItems.d.ts → docs/omfx/components/docs/Emits.d.ts} +0 -0
  1736. /package/internal-do-not-import-from-here/ux/{theming-v2/styling/UseThemeStyling.d.ts → features/blades/FeaturePropertiesBlade_old.d.ts} +0 -0
  1737. /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlock.css.d.ts → hub/feed/HubFeed.css.d.ts} +0 -0
  1738. /package/internal-do-not-import-from-here/ux/{velcron/blocks/VelcronBlockSettings.css.d.ts → hub/feed/HubFeedSettings.css.d.ts} +0 -0
  1739. /package/internal-do-not-import-from-here/ux/imagetransformer/Components/{ImageTransformFilter/ImageTransformFilter.d.ts → filters/ImageTransformFilter_old.d.ts} +0 -0
  1740. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ColorSelector.css.d.ts → colors/ColorSelector.css.d.ts} +0 -0
  1741. /package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/{ThemeViewerStyles.d.ts → colors/ThemeViewerStyles.d.ts} +0 -0
@@ -1,49 +1,29 @@
1
1
  import { VueComponentBaseProps } from "./ux/index";
2
2
  import wcf3d75940db51447dbf6719251f5465b0 from './console/components/Console';
3
- import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/MessageOverlay';
4
- import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
5
- import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
6
- import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
7
- import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
8
- import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
9
- import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
10
- import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
11
- import wcc4e43a3ff52f46c0bb86924e5d0af1e8 from '../../fx-sp/internal-do-not-import-from-here/ux/user/UserPropertiesBySharePointDisplay';
12
- import wc8bbb21b589db4b4e88cca21a964710c9 from '../../fx-sp/internal-do-not-import-from-here/ux/user/UserPropertiesBySharePointEditor';
13
- import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
14
- import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
15
- import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
16
- import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
17
- import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
18
- import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
19
- import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
20
- import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
21
- import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
22
- import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
3
+ import wce6b88bd8d41949c8af6fed268ae64430 from './console/components/SocketComponent';
4
+ import wc8e3534c9960c46b090f442e563d71265 from './ux/alignmentpicker/AlignmentPicker';
23
5
  import wce4889269c6ad440da65f3acdf5bb6152 from './ux/authsetup/AuthSetup';
6
+ import wc44e2dd896269442f800da69000d4c2f1 from './ux/blueprintpicker/BlueprintPicker';
7
+ import wc1266389c28034034921b897f788f302d from './ux/colorschemapicker/ColorSchemaPicker';
8
+ import wc9ed2b61fad8a43f384efef4a5dcbd184 from './ux/colorschemapicker/ColorSchemaDefinitionPicker';
9
+ import wc3779d0b63f54436eb25942b0c2487a2c from './ux/colorschemapicker/ColorSchemaViewer';
10
+ import wc7abfeece956245f3ba63c231d3c31c26 from './ux/colorschemapicker/ColorSchemaEditor';
11
+ import wc638cfe124ab24d0ebd0711c0bd844af6 from './ux/colorsettingspicker/ColorSettingsPicker';
24
12
  import wc5dfa7b609aed43ffab03dad33c65b2da from './ux/commandpalette/CommandPalette';
25
- import wce57d5f3e25e942a08ed97f69d608ab92 from './ux/compositiontests/OptionsBlockCurrent';
13
+ import wcb11276a5e84a4709a55abd185b4c7a1d from './ux/confirmdialog/ConfirmDialog';
14
+ import wcdedf711a4e0f4c5c850b51c01ea367a7 from './ux/datetimepicker/DateTimePicker';
26
15
  import wc90e26d3a6e3e4bf9bd1ce81c6735eda2 from './ux/datetimezonepicker/DateTimeZonePicker';
27
16
  import wcd3d05fa7bb114ecab1c16f714641b678 from './ux/datetimezonerenderer/DateTimeZoneRenderer';
28
17
  import wc3ff00f2d8a4c48a4ae0cff23fc0127ac from './ux/dialog/Dialog';
29
- import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
30
- import wc2402bfd5328b4234bbedb24a71cfc2a0 from './ux/dynamicgroup/DynamicGroupPropertyEditorRenderer';
31
- import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
32
- import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
33
- import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
34
- import wc7b2e1b93599a4e5fb878fb68b6abd74c from './ux/filterengine/components/settings/text/TextPropertySettings';
35
- import wc47fde3016cac4cfea002b318651b2946 from './ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
36
- import wc031ba18d4af243d2b9f1724a56077890 from './ux/filterengine/components/settings/boolean/BooleanPropertySettings';
37
- import wc6003c34b7d2d49cc8a9c7440371dca4b from './ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
38
- import wca1d7711329c24045bf72254e8d2767c8 from './ux/filterengine/components/settings/date/DatePropertySettings';
39
- import wcba1fad28be954b8fadb7290ccb8f8c86 from './ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
40
- import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/settings/number/NumberPropertySettings';
41
- import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
18
+ import wcfd300449c17f44fd80d83e709a10bf63 from './ux/features/FeaturesJourney';
19
+ import wc629ff3fc45f84df382ddb6282d968547 from './ux/features/FeaturesJourneyTenant';
42
20
  import wca91d4cd2b5744de3a672110cb1cdf7ba from './ux/filterengine/FilterEngineSettings';
43
21
  import wc34e1cea969d744f1bbec4770b51d49f5 from './ux/filterengine/FilterEngineRenderer';
44
22
  import wc43fc70078d114ec3a70ebbd767ef4f95 from './ux/filterengine/components/renderer/person/PersonPropertyRenderer';
23
+ import wc425ef72815f04fed9a042d48a2ac7df8 from './ux/filterengine/components/renderer/tags/TagsPropertyRenderer';
45
24
  import wce2f7f245f168446980aef1473d8742d1 from './ux/filterengine/SelectionsArea';
46
25
  import wccbef13c831cf4531a43fb63ef63ad39b from './ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer';
26
+ import wc6e487078cbd14ee189af05260831ba5a from './ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer';
47
27
  import wcc7b859fc2c5b46c09ff08ee4a9daa394 from './ux/filterengine/components/renderer/text/TextPropertyRenderer';
48
28
  import wcc311e369d2d241f38e609ad50f7dec2f from './ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer';
49
29
  import wc0debbe4a117f46ddb9ca37231010938c from './ux/filterengine/components/renderer/date/DatePropertyRenderer';
@@ -53,64 +33,211 @@ import wcb11657e2b45247fc82c78a30ba131001 from './ux/filterengine/components/sel
53
33
  import wc63a474f600324efc9148ceeab9202778 from './ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer';
54
34
  import wc5a6940e10c51454aa5e0a4144ab01288 from './ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer';
55
35
  import wc937eab372066440fa95551ac8cba45d7 from './ux/filterengine/components/renderer/dialog/DialogContent';
56
- import wc6c7a23eae5d8435fa229c59d40d5e037 from './ux/group/GroupPropertyEditorRenderer';
36
+ import wc7813f37afbf34cb085a2ef74e71e20fa from './ux/filterengine/components/renderer/PropertyDropdownRenderer';
37
+ import wc373cd0c180af441ca9f973b1da4de7f9 from './ux/filterengine/components/renderer/PropertyListRenderer';
38
+ import wc0b99953ef72848a7936f51500d69d771 from './ux/filterengine/components/renderer/date/DateTimePeriodSlider';
39
+ import wc46a6c15c2a0e446fbef9770274409366 from './ux/filterpicker/FilterPicker';
40
+ import wc08b9c70d2a77433f8492dc0fb50d900e from './ux/grecaptcha/GRecaptcha';
41
+ import wc64887c3414da45279ea9c905df12c48f from './ux/helptext/HelpText';
42
+ import wce5a52491260143c8bf9855268a6acbab from './ux/html/HtmlRenderer';
57
43
  import wca7608d8c42184cbb994910dc06c464a1 from './ux/identities/IdentityRenderer';
58
44
  import wc01c6a5e974334f06a390c9af5a7689d0 from './ux/identities/components/shared/IdentitySyncPropertyBindingSetup';
59
45
  import wcc2a811dfd3774d15862abb2f6a435a5c from './ux/identities/components/shared/IdentitySyncRuleSetup';
60
- import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPicker';
61
- import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
62
- import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
63
- import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
64
- import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
65
- import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
66
- import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
46
+ import wcba60557e3daf48208c919a1806502df5 from './ux/identitypicker/IdentityPickerField';
47
+ import wc9cbe10e4fe1a48929727942cea5f7338 from './ux/identitypicker/IdentityPickerInlineField';
48
+ import wcec81357974804c539bff6c58a8785c22 from './ux/identitypicker/IdentityPicker';
49
+ import wc5d74b2de65164761a3dce6a534b64bd1 from './ux/identitypicker/IdentityPickerDialog';
50
+ import wc70593d481fa54e68be9f4fe41f0f5c92 from './ux/identitypicker/IdentityPickerButton';
51
+ import wcdfefc1520763443190e92700bad98412 from './ux/imagegrid/ImageGrid';
52
+ import wc91919b3f54de42dab709575b8a9ca233 from './ux/inputlanguagepicker/InputLanguagePicker';
53
+ import wc20b4e8166fb44f2b8b240724eb5f2db2 from './ux/languagepicker/LanguagePicker';
67
54
  import wc6c2ac8bf4da44a2b8e544eaf5b42099f from './ux/limited-label/LimitedLabel';
68
55
  import wcf365f5cb3a694c20be7b96423bbc3eca from './ux/magiclink/MagicLink';
56
+ import wc744b3f31e00c4815b63ecaf638ad7a7a from './ux/markdown/MarkdownEditor';
57
+ import wcc8b990d01ddc45ab930b4409fc406435 from './ux/markdown/MarkdownRenderer';
58
+ import wc2e8004b49c8d44dd8edb56ce884c2b57 from './ux/monaco/MonacoEditor';
59
+ import wce95c4611a45548a79e4c3984d8e5228d from './ux/multilingualinput/MultilingualInput';
69
60
  import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
70
- import wc7fbf605e1ae24b21b0a9e35141aca17b from './ux/oxide/appbar/Appbar';
71
- import wc0c73f6d6c7f34688a93368434caaa389 from './ux/oxide/btn/Button';
72
- import wcbeb97ee8f2a94d1b86980b1736f82e20 from './ux/oxide/btntoggle/ButtonToggle';
73
- import wcffc99f8d26ae4caf84ece7c13463b6c5 from './ux/oxide/card/Card';
74
- import wccd6b8d55c18546d4b1d8c4d9e1d89106 from './ux/oxide/checkbox/Checkbox';
75
- import wccdd8102dec85424da156ca516659956e from './ux/oxide/column/Column';
76
- import wc2ae3cf98c95443a199d44705ad87d994 from './ux/oxide/dialog/Dialog';
77
- import wcd1a4678669114d9293f42409a1080756 from './ux/oxide/divider/Divider';
78
- import wc1f535ab2cf154914a9bb104aa46d1e2a from './ux/oxide/expansionpanel/ExpansionPanels';
79
- import wc170e8b8212bd45f5b8009e0efb29d7a3 from './ux/oxide/expansionpanel/ExpansionPanel';
80
- import wcde8b25f7e81a437d9ee6b104c28b1c25 from './ux/oxide/icon/Icon';
81
- import wc857e4f14f822494181c3c22fa95c88b7 from './ux/oxide/image/Image';
82
- import wc25d0a8d8f8ac4ff08c468027b5273882 from './ux/oxide/layout/Layout';
83
- import wc49934d3df84d47c39314cce5bb4340b1 from './ux/oxide/list/List';
84
- import wc606fb8e73c2a4de59c5a7b96b9b8997b from './ux/oxide/list/ListItem';
85
- import wc994b0ed2b0794f928849a3fb5c52c70a from './ux/oxide/main/Main';
86
- import wce688539435a64ccf8569a6e05020ca94 from './ux/oxide/menu/Menu';
87
- import wcd17d504fd4874d8bb50ab6a946859546 from './ux/oxide/navigationdrawer/NavigationDrawer';
88
- import wcc51213da3caa4607b2fa435ae0c7acbf from './ux/oxide/panel/Panel';
89
- import wc6c9f088f52de491bbe36933530a1880a from './ux/oxide/radio/RadioGroup';
90
- import wca156e0af12b3464082a7e9fd2cdab84a from './ux/oxide/radio/Radio';
91
- import wc87b50e67ce504ec292925641cfb29016 from './ux/oxide/select/Select';
92
- import wc807ae5df89a446fbabaf07dd09dda3c1 from './ux/oxide/slider/Slider';
93
- import wcbbb9a63991224c219b7ebc02bbe9cc34 from './ux/oxide/snackbar/Snackbar';
94
- import wc3241a7ddf0d04b68bf4aab335e2405fb from './ux/oxide/spacer/Spacer';
95
- import wc889905a9b0ad4de5b9538c6d920bac0a from './ux/oxide/stepper/Stepper';
96
- import wce11c4b8d09284dd18fc4d80bc66c3588 from './ux/oxide/stepper/StepperStep';
97
- import wcccd3f88ddd6541fc9865ebdf93fadef9 from './ux/oxide/switch/Switch';
98
- import wc3ae18994ae5546dc945347d58432108d from './ux/oxide/tab/Tabs';
99
- import wc07776976fab941de8e169e6e903fb4fe from './ux/oxide/tab/Tab';
100
- import wc08f1880bd39f43f6aa2734a85ebdf721 from './ux/oxide/table/Table';
101
- import wc7b543325ab85489eb1401d7bfdf6f5fc from './ux/oxide/text/Text';
102
- import wc9a7ad06b091e4633a0fc3d380210f9cb from './ux/oxide/textfield/TextField';
103
- import wc53c3a240c5bf4d39ac29ac7f1f7415ae from './ux/oxide/toolbar/Toolbar';
104
- import wce1b9681a96a94f65a08577ef52b83752 from './ux/oxide/treeview/Treeview';
105
- import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
61
+ import wcfb67bd4d1cc24073ab123c822d78ea17 from './ux/permissioninput/PermissionInput';
106
62
  import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
107
63
  import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
64
+ import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
65
+ import wcf36a8a2b1c70423ebc4647aaddab8f4f from './ux/properties/property-renderer/PropertyBindingValueRenderer';
66
+ import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyValueRenderer';
67
+ import wce012f61b652b4ab8b7e9d436ef772f54 from './ux/properties/property-configuration/PropertyConfigurationV2';
68
+ import wc54caefeaae1d4da7b236a3ff268b31c3 from './ux/properties/property-configuration/LabelOptionsRenderer';
69
+ import wc14f41bfbe00d46658959d3b2ebb7da69 from './ux/properties/property-configuration/PropertyLocking';
70
+ import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
71
+ import wc7474e75042e347b4821bbafdb1cb4ee0 from './ux/richtexteditor/RichTextEditor';
72
+ import wc8c7794090eb647eb8510b39cbefa17a7 from './ux/rollupempty/RollupEmpty';
73
+ import wc379287b1efe64a49a43fcd754d1fd951 from './ux/securitytrimmer/SecurityTrimmer';
74
+ import wcc0de4753b9fe4004b0f4e6b6b91730ab from './ux/settings/SettingsPane';
75
+ import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
76
+ import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
77
+ import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
78
+ import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
79
+ import wc2b741f0203a54cb5a7be72e204ebecc8 from './ux/signin/identitycreationrequest/IdentityCreationRequestView';
80
+ import wcffcb5f0ddcfd445d81683167f298c336 from './ux/signin/identitycreationrequest/ConfirmEmailView';
81
+ import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
82
+ import wc9be9d4f831fd4d15ab09d235d5cd6a38 from './ux/social/Comment';
83
+ import wc239412079c474a78b857dd4bdca3ff84 from './ux/social/PeopleTagging';
84
+ import wcd737feca8c0e44c1808f6f016122f8ea from './ux/social/CommentDialog';
85
+ import wcbe381da6819b477c857057f129cd9210 from './ux/social/Like';
86
+ import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker3';
87
+ import wc5aaaefb501d64fe59da8b779a54c0a55 from './ux/statuscoderenderer/StatusCodeRenderer';
88
+ import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
89
+ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/typographypicker/TypographyPicker';
90
+ import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
91
+ import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
92
+ import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
93
+ import wc90cfd68bb4e04f67bfd5677bdf4af59d from './ux/validation/FieldValidation';
94
+ import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
95
+ import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
96
+ import wc28d15a1179a04eaa9f2e82abe15f7177 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/TaxonomyPropertyRenderer';
97
+ import wcb1fca92af8524970b426823cf7ef65b5 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/SelectionsAreaTaxonomyRenderer';
98
+ import wceb90230ea21a47af8ba7c2a3a18b8c6b from '../../fx-sp/internal-do-not-import-from-here/ux/termpicker/TermPicker';
99
+ import wcbc947f375ee34d2a98e2d431f2e45b62 from './ux/admin/chrome/AdminChromeWrapper';
100
+ import wc253e469ef68e4cb5b526343736c2ff11 from './ux/admin/chrome/AdminChrome';
101
+ import wc759fc5cd65954caaaaf142223a054ea5 from './ux/admin/queryableproperties/QueryablePropertiesJourney';
102
+ import wca8f8d41d8ceb43e0b16398c209fd6b32 from './ux/app/appinstance/renderer/AppInstanceRollup';
103
+ import wc99576cfe75504d4babc4575e968f3f9c from './ux/app/appinstance/renderer/AppInstanceRollupRenderer';
104
+ import wcfb44f129de804adbb2f134176c1c17a5 from './ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer';
105
+ import wc450488bd95a34f368241e9b4d8c71dee from './ux/app/management/AppManagement';
106
+ import wcd26f1c7425484ce6adfc9165704877e5 from './ux/app/management/tabs/instance/InstanceTab';
107
+ import wcdf7481b60b764c08865e658d9607387a from './ux/app/management/tabs/templates/TemplateTab';
108
+ import wc6c400e11caad44bf8d174b145b6f122d from './ux/app/management/tabs/layouts/LayoutTab';
109
+ import wc211ad37d3c1747c2a3fce889a433ebaa from './ux/app/management/tabs/namingpolicies/NamingPolicyTab';
110
+ import wc20bd8ac81b314379a3676ca3b31c720e from './ux/app/management/components/TabsManagement';
111
+ import wc8e21d658d6f84d70870d29805b27df86 from './ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput';
112
+ import wc1f31fc580b854d19895c1879120a9891 from './ux/docs/chrome/DocsChrome';
113
+ import wc710dc11b823c4a80b2a031395c206325 from './ux/editorchrome/chrome/EditorChrome';
114
+ import wcb94ea0908c7f461085de9d21a61e0826 from './ux/enterpriseproperties/picker/EnterprisePropertyPicker';
115
+ import wc80899927961f45298421948c395d7f39 from './ux/enterpriseproperties/renderers/EnterprisePropertyValue';
116
+ import wc22666b255eb64f378edf70d5e9859216 from './ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration';
117
+ import wcc587659a68194582be3c393240709785 from './ux/hub/chat/HubChat';
118
+ import wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3 from './ux/hub/feed/HubFeed';
119
+ import wcbaecc57591074830a5ae2dda9f6b5ed5 from './ux/hub/feed/HubFeedSettings';
120
+ import wcb11d3955272348cdb3a131cb1bf61374 from './ux/hub/feed/HubFeedChrome';
121
+ import wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e from './ux/image/scalingsettings/ScalingSettings';
122
+ import wc2252e1bd3ac44ef9b92c68e5b1e41a49 from './ux/journey/testbench/JourneyTest';
123
+ import wcc0ba9c7ccef54093bcb0be49e7cf79df from './ux/journey/v2/JourneyV2';
124
+ import wcd308de8efcff4754826523a0f06df130 from './ux/journey/v2/JourneyBlade';
125
+ import wc828a4c20542945858e792ec584148a5c from './ux/journey/v2/JourneyMenu';
126
+ import wc8e03e2f7fb024945bc51138b77d06088 from './ux/layoutcanvas/editor/LayoutEditorCanvas';
127
+ import wc0b2ee63495854227a082987161a9e641 from './ux/layoutcanvas/renderer/LayoutBlockRendererHelper';
128
+ import wcf346db89a53b404690b1795429fb0162 from './ux/layoutcanvas/renderer/LayoutRendererCanvas';
129
+ import wc96c7e84dfb66450796fe123aea7999c5 from './ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer';
130
+ import wcc15cd6402e584ab18c73ed2b5e3eded9 from './ux/mediagallery/view/MediaDisplayRenderer';
131
+ import wc29f45ded4fb4479fab6fd6fd79505642 from './ux/mediapickerV2/chrome/MediaPicker';
132
+ import wccbf09a1933f049f7ab9785a3b5b5323a from './ux/mediapickerV2/imagegrid/ImageGrid';
133
+ import wc8c48b06bb9aa40699a8291b6e2c9780f from './ux/mediapickerV2/imagetransformer/ImageTransformer';
134
+ import wce559eebf085841a3a89804dc09e78c30 from './ux/mediapickerV2/mediaprovider/MediaProvider';
135
+ import wcfc7e793328e64088ab1b37b8f89e8693 from './ux/mediapickerproviders/bingprovider-v2/BingProvider';
136
+ import wc8f6c9579f26646dfb316c087e04455cc from './ux/mediapickerproviders/dalleprovider/PollingImageComponent';
137
+ import wc29de17877bbb49b1961e75210d865a1b from './ux/mediapickerproviders/mediaflow/MediaflowVideoPlayer';
138
+ import wc0c762bb5c7e64ccd8a89907200dffca5 from './ux/mediapickerproviders/pexelsprovider-V2/PexelProvider';
139
+ import wc6e7529d994f9489ea5be5a129406caa2 from './ux/mediapickerproviders/unsplash/UnsplashProvider';
140
+ import wc8a200f29d7484601b901dd76ca8ec771 from './ux/oxide/alert/Alert';
141
+ import wc90d19714df6c4b16bd5d42bc705e7692 from './ux/oxide/appbar/Appbar';
142
+ import wc8848766a05fd4a7a8e1a89376b3cf09a from './ux/oxide/avatar/Avatar';
143
+ import wc4cc48714e16a45feb2d213932a13d1f8 from './ux/oxide/badge/Badge';
144
+ import wc2dc36afd27594696ad30c07d123dcc62 from './ux/oxide/btn/Button';
145
+ import wc2c9330897d814c55987d0530d63d458e from './ux/oxide/btngroup/ButtonGroup';
146
+ import wc9349eb7714274f73bb91f7994524e5c8 from './ux/oxide/card/Card';
147
+ import wcf552852ba9874a378c9329da62aaf9dc from './ux/oxide/checkbox/Checkbox';
148
+ import wcf12317feb91b4efebc337cfe39fabe1c from './ux/oxide/chip/Chip';
149
+ import wc28370f0312764e82b4c29237f943710a from './ux/oxide/colorpicker/ColorPicker';
150
+ import wcd116618a12d0439f8da809535809c260 from './ux/oxide/column/Column';
151
+ import wc27c00720f7fb46bbb39286a2cb94797c from './ux/oxide/datatable/DataTable';
152
+ import wcdc1c89b3d0c24b7aa1050f19a0f962b3 from './ux/oxide/dialog/Dialog';
153
+ import wcc0415286cfac41349dd264dc1621c463 from './ux/oxide/divider/Divider';
154
+ import wc3465fc250ac44f43af9d3df1cf17ec55 from './ux/oxide/draggable/Draggable';
155
+ import wc220372653d7a43a6a79cf1d01a23cffb from './ux/oxide/expansionpanel/ExpansionPanels';
156
+ import wca6ca5f7d21d24b168fcab70c965fded1 from './ux/oxide/expansionpanel/ExpansionPanel';
157
+ import wc1691e25d963243f9b78a548fe8d2e8a7 from './ux/oxide/flex/Flex';
158
+ import wc8beba318c75e49aab203190ba1953c71 from './ux/oxide/hostprovider/HostProvider';
159
+ import wcdf79ba95ee5d40139e7935297b7d1e87 from './ux/oxide/icon/Icon';
160
+ import wc1a821ca3b97a4b78bf235864addd38ca from './ux/oxide/image/Image';
161
+ import wcfb478d201092422aa2106afa9758300f from './ux/oxide/infinite-scroll/InfiniteScroll';
162
+ import wc428e436c13dc457898a408786361c9b1 from './ux/oxide/layout/Layout';
163
+ import wc75cd93099dd146469e0ce6b5b1cac14d from './ux/oxide/link/Link';
164
+ import wc154a229c9bd84d31aed848da93f29ea2 from './ux/oxide/list/List';
165
+ import wc4a4631845ea24fbb8cabdbb9b06772da from './ux/oxide/list/ListItem';
166
+ import wc1ed9f2ec3580492cb211d719c9b15ad1 from './ux/oxide/main/Main';
167
+ import wc01c206c8b30e41408b6457cdea679b78 from './ux/oxide/menu/Menu';
168
+ import wc48b4d391d03f4a01a9485b845917d229 from './ux/oxide/navigationdrawer/NavigationDrawer';
169
+ import wc1d8d2a2328244f1eab96344841305976 from './ux/oxide/panel/Panel';
170
+ import wc247719ac6d3843ec889face452544a21 from './ux/oxide/progress/Progress';
171
+ import wc48962186dfb94f37adc76f475b80015d from './ux/oxide/radio/RadioGroup';
172
+ import wc2d9c50d3dcb1421cafb8eab80be243a1 from './ux/oxide/radio/Radio';
173
+ import wc578e2a4d5cd247a4b1291911256253a7 from './ux/oxide/select/Select';
174
+ import wc2ade92721b3c426fac97c63026f77351 from './ux/oxide/skeletonloader/SkeletonLoader';
175
+ import wcd108fdde5ca942d7ae92195eb74b5452 from './ux/oxide/slider/Slider';
176
+ import wca19feddcd78b4065b7650162fd088379 from './ux/oxide/snackbar/Snackbar';
177
+ import wcc26ccc7aeae04f76a062e83c6df302fc from './ux/oxide/spacer/Spacer';
178
+ import wc7cc2d4feecde4174badc5797ba6fb53e from './ux/oxide/stepper/Stepper';
179
+ import wca8c8ffd3d8ff46ee969d8fb6b9522104 from './ux/oxide/stepper/StepperStep';
180
+ import wc31cc47b19e7d4c40b826f58d1c955a43 from './ux/oxide/switch/Switch';
181
+ import wc7345c491927b43438d9f5e14f51fbfad from './ux/oxide/tab/Tabs';
182
+ import wc8669930d609c497e8cde0c554621db88 from './ux/oxide/tab/Tab';
183
+ import wc9ae46ba053704a329be291bf111c2a85 from './ux/oxide/table/Table';
184
+ import wcb5a113074f704ba89e1ee4102ea95536 from './ux/oxide/text/Text';
185
+ import wc1e7db8a98533485d97b4359f64601ff0 from './ux/oxide/textarea/TextArea';
186
+ import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
187
+ import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
188
+ import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
189
+ import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
190
+ import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
191
+ import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
192
+ import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
193
+ import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
194
+ import wc327ec741777b4e1ea8017f1d0a3b8d9d from './ux/richtexteditor/TextCompletionPanel/TextCompletionPanel';
195
+ import wc762d4009466d494e94cbcc3e90dff11d from './ux/social/likehandler/LikeActionSettings';
196
+ import wc0e7c178722cb41108b4740dbc788b4e5 from './ux/social/templates/CommentLikeTemplate';
197
+ import wc0e7c178722cb41108b4740dbc788b4ee from './ux/social/templates/LikeListingTemplate';
198
+ import wc4ff736bf8c544324883ed49f2a38f846 from './ux/theming/components/ThemeDefinitionEditor';
199
+ import wc97cad1f254694fb2ab76b333cf8fe84c from './ux/theming-v2/admin/DesignJourney';
200
+ import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
201
+ import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
202
+ import wc008c41f92c8847eea45f09ebc0535fc1 from './ux/theming-v2/themeprovider/ThemeProvider';
203
+ import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
204
+ import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
205
+ import wc64567c1ccfb84d1380725db72ad01eeb from './ux/velcron/renderer/components/ComponentCreator';
206
+ import wc7332138e1e7845d1a5e62597a27e44a4 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetDisplay';
207
+ import wc83dee8a1eea84537ad9544e8b9fc4cb1 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetEditor';
208
+ import wca9cc1e1ff5894f4db7005bc49c6c47c5 from '../../fx-sp/internal-do-not-import-from-here/ux/properties/term-set/TermSetConfiguration';
209
+ import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
210
+ import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
211
+ import wc4ecc566131194348b7ec8495a06d4fd6 from './ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings';
212
+ import wceed905b1712c498ebd5bb24f12ed10d7 from './ux/filterengine/components/settings/person/PersonPropertySettings';
213
+ import wcad26e9b3bf774d949d153b9f9d1d4b02 from './ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput';
214
+ import wc7b2e1b93599a4e5fb878fb68b6abd74c from './ux/filterengine/components/settings/text/TextPropertySettings';
215
+ import wc47fde3016cac4cfea002b318651b2946 from './ux/filterengine/components/settings/text/TextPropertyDefaultValueInput';
216
+ import wc031ba18d4af243d2b9f1724a56077890 from './ux/filterengine/components/settings/boolean/BooleanPropertySettings';
217
+ import wc6003c34b7d2d49cc8a9c7440371dca4b from './ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput';
218
+ import wca1d7711329c24045bf72254e8d2767c8 from './ux/filterengine/components/settings/date/DatePropertySettings';
219
+ import wcba1fad28be954b8fadb7290ccb8f8c86 from './ux/filterengine/components/settings/date/DatePropertyDefaultValueInput';
220
+ import wcee09ecc9d4fb46de8f1a408e38858030 from './ux/filterengine/components/settings/number/NumberPropertySettings';
221
+ import wcea2ad78acabc4ec0bc3609301b3713c3 from './ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput';
222
+ import wc024952d88730404da854cfed0d045284 from './ux/filterengine/components/settings/tags/TagsPropertySettings';
223
+ import wcdc589fd533c8400a8dde3dad35f47248 from './ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput';
224
+ import wc4834285963564938a31a1ac1dfb1b5d8 from './ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder';
225
+ import wc4512676606d342adbd011def4b615151 from './ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar';
226
+ import wc41f1eb15438a488b8b227b1ff31ca66f from './ux/layoutcanvas/editor/developertools/DeveloperTools';
227
+ import wcd89913a1055942b38285fcab85751865 from './ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer';
228
+ import wcac5f615df97543cf97b3ae930ba113d0 from './ux/mediagallery/gallerydialogproviders/slider/Slider';
229
+ import wc12d1bca1d50b4186acd50014584389c9 from './ux/mediagallery/galleryviewproviders/photowall/PhotoWall';
108
230
  import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
109
231
  import wc644e39fe6d4f4e23b1777aefd9c23939 from './ux/properties/builtins/birthday/BirthdayEditor';
110
- import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
111
- import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
232
+ import wcf61d06a945754742a1896847765fbea5 from './ux/properties/builtins/boolean/BooleanDisplay';
233
+ import wca16c703117f44a68982a1898d6c3c31b from './ux/properties/builtins/boolean/BooleanEditor';
234
+ import wcb131edab4792449794cbe808794a4678 from './ux/properties/builtins/businessprofile/BusinessProfileDisplay';
235
+ import wcd524d750bbd84cbbb8582c259cef3198 from './ux/properties/builtins/businessprofile/BusinessProfileEditor';
112
236
  import wc627dc53f51a442019a52bba09ac665cc from './ux/properties/builtins/date/DateDisplay';
113
237
  import wcae6a9ccc0bf24b0fb983460b7aba7fe6 from './ux/properties/builtins/date/DateEditor';
238
+ import wc5666ffa15ff14a64bac8854da534ff16 from './ux/properties/builtins/date-time/DateTimeDisplay';
239
+ import wc0f52758b4d0c4e02abfeea1c5c935571 from './ux/properties/builtins/date-time/DateTimeEditor';
240
+ import wc0aa4b8916fcf4b1f959c8fd04ef8bfe9 from './ux/properties/builtins/date-time/DateTimeConfiguration';
114
241
  import wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc from './ux/properties/builtins/email/EmailDisplay';
115
242
  import wc056a7f0a4fa444368b5c7d09c60dbcde from './ux/properties/builtins/email/EmailEditor';
116
243
  import wc5f8ca1cb4e2847d4935f0ac659a3a1f8 from './ux/properties/builtins/html/HtmlDisplay';
@@ -122,58 +249,70 @@ import wc77d632a8bca5461fb6c429a0ff65dc83 from './ux/properties/builtins/identit
122
249
  import wcbf51f51ebb83415085c1ac7647a65152 from './ux/properties/builtins/image/ImageDisplay';
123
250
  import wc5395d36d407d46f1bf8b16a8a01ace5a from './ux/properties/builtins/image/ImageConfiguration';
124
251
  import wc188dea2e3ae74c54a34a3e6567e1399e from './ux/properties/builtins/image/ImageEditor';
252
+ import wc5f9cd004b39f4340a86911e1fc225a20 from './ux/properties/builtins/integer/IntegerDisplay';
253
+ import wc49e771f49e06477fbe72da709d82dc29 from './ux/properties/builtins/integer/IntegerEditor';
125
254
  import wc41b1957c2c2b456d8f14bc39f6761c77 from './ux/properties/builtins/language/LanguageDisplay';
126
255
  import wc84265bdaa0054a8092a740c818daf04e from './ux/properties/builtins/language/LanguageEditor';
127
256
  import wc93d3ac3a514149ebbd387d1e87008ec6 from './ux/properties/builtins/link/LinkDisplay';
128
257
  import wc9911a5588ea34e9cad8a5129c82e1f0c from './ux/properties/builtins/link/LinkEditor';
129
258
  import wcbdcc5c7cc8b04e9c8cba9787284281ca from './ux/properties/builtins/link/LinkConfiguration';
259
+ import wc82ed0f43e304436ba399aacf37dc10fb from './ux/properties/builtins/media/MediaDisplay';
260
+ import wc01ad88e84cd443e28c158b2fa4147924 from './ux/properties/builtins/media/MediaEditor';
130
261
  import wc90552b5ea3484174bf69463a6a74f83a from './ux/properties/builtins/multiline-text/MultilineTextDisplay';
131
262
  import wcc24137f2406f4ebeb414b8d11492d0d3 from './ux/properties/builtins/multiline-text/MultilineTextEditor';
132
263
  import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multilingualText/MultilingualTextDisplay';
133
264
  import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
134
265
  import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
135
266
  import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
267
+ import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
268
+ import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
136
269
  import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
137
270
  import wcb8cc745685f2417cacf578d9bed620b5 from './ux/properties/builtins/text/TextEditor';
138
271
  import wceb1460af73a8467597c5d0987d38cae5 from './ux/properties/builtins/time/TimeDisplay';
139
272
  import wcf6b07b9fb080465498768f4fc8c58415 from './ux/properties/builtins/time/TimeEditor';
140
- import wc091ee9b103234b26a5e2bd5f992b2582 from './ux/properties/property-picker/PropertyPicker';
141
- import wc48e897be803c4b5cb1db09dbadd04fe5 from './ux/properties/property-renderer/PropertyRenderer';
142
- import wc089c74fc73af4e9f920237c71b475d8b from './ux/properties/property-renderer/PropertyDatasourceRenderer';
143
- import wcb174dcf2716344b0bb02c981ae68dd73 from './ux/properties/property-picker/PropertyInput';
144
- import wc646cfdda09044ebc9339f2ac31318512 from './ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyDisplay';
145
- import wc332ae4244d4e4b0296befadb2ad2ac6b from './ux/properties/legacy-enterprise-property/LegacyEnterprisePropertyEditor';
146
- import wc58330f37503947799af05363e58bda3c from './ux/richtexteditor/Emoticon/EmoticonComponent';
147
- import wc539d199f69934c10a963f142e4f3056d from './ux/sidepanel/SidePanelRenderer';
148
- import wcb5315b31203e4bd1beb3c33f2122cbfe from './ux/signin/SignInPage';
149
- import wce4b25c06803a417a9c4aa4b7280a599b from './ux/signin/SignInBlock';
150
- import wcbc3b9409639d45829a6e58a4295bc470 from './ux/signin/omnia/Renderer';
151
- import wcf297290b5ea4409a9738ca880f1ea612 from './ux/signout/SignOut';
152
- import wc564bced7081c496483e8df717f600ff3 from './ux/spacingpicker/SpacingPicker2';
153
- import wccb83d46eaaed44d4920d4d5da21bc488 from './ux/statusmessageoverlay/StatusMessageOverlay';
154
- import wc829fbdec1d3b44059578b89b6d04c52b from './ux/theming-v2/colorschemapicker/ColorSchemaPicker';
155
- import wc252ece0016594978b3ddfafdd59adda4 from './ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker';
156
- import wc5abbb7170e454f0d8cb537bcad180cd7 from './ux/theming-v2/themeeditor/ThemeEditor';
157
- import wc0beecee9c6ce42c88bd468bde23f9f32 from './ux/user/components/PropertyConfigurationRenderer';
158
- import wc8f4747f0b0884fd2a3b60baef21b67fc from './ux/user/components/UserPropertyProviderDisplay';
159
- import wc909b95011fbe44c28440ad9cd6aaff85 from './ux/user/components/UserPropertyProviderEditor';
160
- import wc7f2ffaf9ec9e4faba84db55101236094 from './ux/user/components/UserPropertiesByMicrosoftGraphDisplay';
161
- import wc9920229c8d53416b884ad1ca25ad429d from './ux/user/components/UserPropertiesByMicrosoftGraphEditor';
162
- import wc26f3558f4af24b198d2bc7a775166840 from './ux/user/UserPropertyRenderer';
163
- import wc21a1f20b3d404602853049c1c8b8da2f from './ux/userpresence/UserPresence';
164
- import wc30289e2b58ff48b0aabb3cb3732c3038 from './ux/usertypelayout/UserTypeLayoutRenderer';
165
- import wc5b26d2a399c041f3beae9c1115d6e8d8 from './ux/usertypelayout/UserTypeLayoutBladeBuilder';
166
- import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/VelcronBlock';
167
- import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/VelcronBlockSettings';
273
+ import wcab831db522504b8ea6948fe46978bd31 from './ux/properties/builtins/usertype/UserTypeDisplay';
274
+ import wc2717acc386ab40198b6dae0986557da3 from './ux/properties/builtins/usertype/UserTypeEditor';
275
+ import wccf8f32c9a70e408489a451caa80cd327 from './ux/velcron/blocks/content/ContentBlock';
276
+ import wcce1c0a7d513e45ee86564ec4235e712d from './ux/velcron/blocks/content/ContentBlockSettings';
277
+ import wc80bd5b0978ea40439001d3d409236382 from './ux/velcron/blocks/velcron/VelcronBlock';
278
+ import wce8526e8ed3f74e848e0dd747fd4d376d from './ux/velcron/blocks/velcron/VelcronBlockSettings';
279
+ import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definitionpicker/DefinitionPicker';
280
+ import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
281
+ import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/propertyeditors/PropertyEditorCreator';
282
+ import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
283
+ import wcded30c240e6c4688955867472a8d0a02 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertyDefaultValueInput';
284
+ import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
285
+ import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
286
+ import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
287
+ import wc103ae93f7a7c4754872e2573a9a689d7 from './ux/layoutcanvas/editor/settings/block/Style';
288
+ import wc06eff92039dd49339e522ac2d7a648af from './ux/layoutcanvas/editor/settings/block/Css';
289
+ import wc53cbd5702e9e41ffa95093586c0e001d from './ux/layoutcanvas/editor/settings/block/Targeting';
290
+ import wc1b1dd31ac8644b498ddf378a431dfb19 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitle';
291
+ import wcbeda6edf4c614323955fc06c6326f7e9 from './ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings';
292
+ import wc0f7be5adc6ff4d81b920e5cf086128ae from './ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings';
293
+ import wc673c5382ae8e4663ac07110302d7e386 from './ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling';
294
+ import wc221ed456340d4c1fa7522b7bee6d7a64 from './ux/layoutcanvas/editor/settings/layout/BlockHeader';
295
+ import wc9e404f90ca6640f19c3fece23b073993 from './ux/layoutcanvas/editor/settings/layout/Style';
296
+ import wc4a31764ba9f6414a96192d0d02456086 from './ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard';
297
+ import wc160a5d56895f4a66a9dae49cffdae312 from './ux/layoutcanvas/editor/settings/lock/Lock';
298
+ import wc51c48c7bbe4245888bbf2f98884d6028 from './ux/layoutcanvas/editor/settings/section/General';
299
+ import wc68724008d5d046b8a2f969ee90eece2c from './ux/layoutcanvas/editor/settings/section/Spacing';
300
+ import wc08384c0236f840719ee3d8e018718e68 from './ux/layoutcanvas/editor/settings/section/Style';
301
+ import wc245a49e2d21a4b4ca849825b903103fe from './ux/layoutcanvas/editor/settings/section/Css';
302
+ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/settings/section/Targeting';
303
+ import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
304
+ import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
305
+ import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
306
+ import wc5538665e145f4fa8b28bc2103fc080b8 from './ux/theming-v2/admin/blades/definitions/DefinitionsJourney';
307
+ import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
308
+ import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
309
+ import wc56efc575579e4da3bb45d3a45d8c0888 from './ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney';
310
+ import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/definitions/colorschemes/ColorSchemasJourney';
311
+ import wcfc2401c7c3384790ae7ce17d05b0855f from './ux/theming-v2/admin/blades/definitions/typography/TypographyJourney';
168
312
  import wc327aebb7d6ce4565bf119cf67e121d1a from './ux/velcron/editor/components/pickers/colorpicker/ColorPicker';
169
313
  import wc511447a5fd2646af910064ed9970d82e from './ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper';
170
- import wc1266389c28034034921b897f788f302d from './ux/velcron/editor/components/pickers/ColorSchemaPicker/ColorSchemaPicker';
171
314
  import wc3cd2da446d21461e8149e6c8334a36f4 from './ux/velcron/editor/components/pickers/ratiopicker/RatioPicker';
172
315
  import wc8420a0b507e14a288c2d895471739f1d from './ux/velcron/editor/components/pickers/typographypicker/TypographyPicker';
173
- import wcc75ffd4cf2f14b6685c5c2d894fdf00f from './ux/velcron/editor/VelcronEditor';
174
- import wc3dd4d94bcc254f9fac2100a3ff84dc7e from './ux/velcron/renderer/VelcronRenderer';
175
- import wcba03fc7e6921468289c0a0ffe0cf942e from './ux/versionedlayout/renderer/VersionedLayoutRenderer';
176
- import wc73154f51a92944acbe248779a3fa7ef5 from './ux/versionedlayout/editor/VersionedLayoutEditor';
177
316
  declare global {
178
317
  namespace JSX {
179
318
  interface Element {
@@ -181,181 +320,1894 @@ declare global {
181
320
  interface ElementClass {
182
321
  }
183
322
  interface IntrinsicElements {
184
- "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & VueComponentBaseProps;
185
- "omfx-dev-message": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & VueComponentBaseProps;
186
- "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & VueComponentBaseProps;
187
- "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & VueComponentBaseProps;
188
- "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & VueComponentBaseProps;
189
- "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & VueComponentBaseProps;
190
- "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & VueComponentBaseProps;
191
- "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & VueComponentBaseProps;
192
- "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & VueComponentBaseProps;
193
- "omfx-properties-sharepoint-user-provider-display": typeof wcc4e43a3ff52f46c0bb86924e5d0af1e8.propsDefinition & VueComponentBaseProps;
194
- "omfx-properties-sharepoint-user-provider-editor": typeof wc8bbb21b589db4b4e88cca21a964710c9.propsDefinition & VueComponentBaseProps;
195
- "omnia-admin": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & VueComponentBaseProps;
196
- "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & VueComponentBaseProps;
197
- "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & VueComponentBaseProps;
198
- "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & VueComponentBaseProps;
199
- "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & VueComponentBaseProps;
200
- "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & VueComponentBaseProps;
201
- "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & VueComponentBaseProps;
202
- "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & VueComponentBaseProps;
203
- "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & VueComponentBaseProps;
204
- "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & VueComponentBaseProps;
205
- "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & VueComponentBaseProps;
206
- "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & VueComponentBaseProps;
207
- "omfx-options-block-current": typeof wce57d5f3e25e942a08ed97f69d608ab92.propsDefinition & VueComponentBaseProps;
208
- "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & VueComponentBaseProps;
209
- "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & VueComponentBaseProps;
210
- "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & VueComponentBaseProps;
211
- "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & VueComponentBaseProps;
212
- "omfx-dynamicgroup-property-editor-renderer": typeof wc2402bfd5328b4234bbedb24a71cfc2a0.propsDefinition & VueComponentBaseProps;
213
- "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & VueComponentBaseProps;
214
- "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & VueComponentBaseProps;
215
- "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & VueComponentBaseProps;
216
- "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & VueComponentBaseProps;
217
- "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & VueComponentBaseProps;
218
- "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & VueComponentBaseProps;
219
- "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & VueComponentBaseProps;
220
- "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & VueComponentBaseProps;
221
- "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & VueComponentBaseProps;
222
- "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & VueComponentBaseProps;
223
- "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & VueComponentBaseProps;
224
- "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & VueComponentBaseProps;
225
- "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & VueComponentBaseProps;
226
- "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & VueComponentBaseProps;
227
- "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & VueComponentBaseProps;
228
- "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & VueComponentBaseProps;
229
- "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & VueComponentBaseProps;
230
- "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & VueComponentBaseProps;
231
- "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & VueComponentBaseProps;
232
- "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & VueComponentBaseProps;
233
- "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & VueComponentBaseProps;
234
- "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & VueComponentBaseProps;
235
- "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & VueComponentBaseProps;
236
- "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & VueComponentBaseProps;
237
- "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & VueComponentBaseProps;
238
- "omfx-group-property-editor-renderer": typeof wc6c7a23eae5d8435fa229c59d40d5e037.propsDefinition & VueComponentBaseProps;
239
- "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & VueComponentBaseProps;
240
- "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & VueComponentBaseProps;
241
- "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & VueComponentBaseProps;
242
- "omfx-identity-picker": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & VueComponentBaseProps;
243
- "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & VueComponentBaseProps;
244
- "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & VueComponentBaseProps;
245
- "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & VueComponentBaseProps;
246
- "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & VueComponentBaseProps;
247
- "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & VueComponentBaseProps;
248
- "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & VueComponentBaseProps;
249
- "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & VueComponentBaseProps;
250
- "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & VueComponentBaseProps;
251
- "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & VueComponentBaseProps;
252
- "o-app-bar": typeof wc7fbf605e1ae24b21b0a9e35141aca17b.propsDefinition & VueComponentBaseProps;
253
- "o-btn": typeof wc0c73f6d6c7f34688a93368434caaa389.propsDefinition & VueComponentBaseProps;
254
- "o-btn-toggle": typeof wcbeb97ee8f2a94d1b86980b1736f82e20.propsDefinition & VueComponentBaseProps;
255
- "o-card": typeof wcffc99f8d26ae4caf84ece7c13463b6c5.propsDefinition & VueComponentBaseProps;
256
- "o-checkbox": typeof wccd6b8d55c18546d4b1d8c4d9e1d89106.propsDefinition & VueComponentBaseProps;
257
- "o-col": typeof wccdd8102dec85424da156ca516659956e.propsDefinition & VueComponentBaseProps;
258
- "o-dialog": typeof wc2ae3cf98c95443a199d44705ad87d994.propsDefinition & VueComponentBaseProps;
259
- "o-divider": typeof wcd1a4678669114d9293f42409a1080756.propsDefinition & VueComponentBaseProps;
260
- "o-expansion-panels": typeof wc1f535ab2cf154914a9bb104aa46d1e2a.propsDefinition & VueComponentBaseProps;
261
- "o-expansion-panel": typeof wc170e8b8212bd45f5b8009e0efb29d7a3.propsDefinition & VueComponentBaseProps;
262
- "o-icon": typeof wcde8b25f7e81a437d9ee6b104c28b1c25.propsDefinition & VueComponentBaseProps;
263
- "o-img": typeof wc857e4f14f822494181c3c22fa95c88b7.propsDefinition & VueComponentBaseProps;
264
- "o-layout": typeof wc25d0a8d8f8ac4ff08c468027b5273882.propsDefinition & VueComponentBaseProps;
265
- "o-list": typeof wc49934d3df84d47c39314cce5bb4340b1.propsDefinition & VueComponentBaseProps;
266
- "o-list-item": typeof wc606fb8e73c2a4de59c5a7b96b9b8997b.propsDefinition & VueComponentBaseProps;
267
- "o-main": typeof wc994b0ed2b0794f928849a3fb5c52c70a.propsDefinition & VueComponentBaseProps;
268
- "o-menu": typeof wce688539435a64ccf8569a6e05020ca94.propsDefinition & VueComponentBaseProps;
269
- "o-navigation-drawer": typeof wcd17d504fd4874d8bb50ab6a946859546.propsDefinition & VueComponentBaseProps;
270
- "o-panel": typeof wcc51213da3caa4607b2fa435ae0c7acbf.propsDefinition & VueComponentBaseProps;
271
- "o-radio-group": typeof wc6c9f088f52de491bbe36933530a1880a.propsDefinition & VueComponentBaseProps;
272
- "o-radio": typeof wca156e0af12b3464082a7e9fd2cdab84a.propsDefinition & VueComponentBaseProps;
273
- "o-select": typeof wc87b50e67ce504ec292925641cfb29016.propsDefinition & VueComponentBaseProps;
274
- "o-slider": typeof wc807ae5df89a446fbabaf07dd09dda3c1.propsDefinition & VueComponentBaseProps;
275
- "o-snackbar": typeof wcbbb9a63991224c219b7ebc02bbe9cc34.propsDefinition & VueComponentBaseProps;
276
- "o-spacer": typeof wc3241a7ddf0d04b68bf4aab335e2405fb.propsDefinition & VueComponentBaseProps;
277
- "o-stepper": typeof wc889905a9b0ad4de5b9538c6d920bac0a.propsDefinition & VueComponentBaseProps;
278
- "o-stepper-step": typeof wce11c4b8d09284dd18fc4d80bc66c3588.propsDefinition & VueComponentBaseProps;
279
- "o-switch": typeof wcccd3f88ddd6541fc9865ebdf93fadef9.propsDefinition & VueComponentBaseProps;
280
- "o-tabs": typeof wc3ae18994ae5546dc945347d58432108d.propsDefinition & VueComponentBaseProps;
281
- "o-tab": typeof wc07776976fab941de8e169e6e903fb4fe.propsDefinition & VueComponentBaseProps;
282
- "o-table": typeof wc08f1880bd39f43f6aa2734a85ebdf721.propsDefinition & VueComponentBaseProps;
283
- "o-text": typeof wc7b543325ab85489eb1401d7bfdf6f5fc.propsDefinition & VueComponentBaseProps;
284
- "o-text-field": typeof wc9a7ad06b091e4633a0fc3d380210f9cb.propsDefinition & VueComponentBaseProps;
285
- "o-toolbar": typeof wc53c3a240c5bf4d39ac29ac7f1f7415ae.propsDefinition & VueComponentBaseProps;
286
- "o-treeview": typeof wce1b9681a96a94f65a08577ef52b83752.propsDefinition & VueComponentBaseProps;
287
- "omnia-play-2": typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition & VueComponentBaseProps;
288
- "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & VueComponentBaseProps;
289
- "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & VueComponentBaseProps;
290
- "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & VueComponentBaseProps;
291
- "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & VueComponentBaseProps;
292
- "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & VueComponentBaseProps;
293
- "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & VueComponentBaseProps;
294
- "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & VueComponentBaseProps;
295
- "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & VueComponentBaseProps;
296
- "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & VueComponentBaseProps;
297
- "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & VueComponentBaseProps;
298
- "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & VueComponentBaseProps;
299
- "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & VueComponentBaseProps;
300
- "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & VueComponentBaseProps;
301
- "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & VueComponentBaseProps;
302
- "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & VueComponentBaseProps;
303
- "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & VueComponentBaseProps;
304
- "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & VueComponentBaseProps;
305
- "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & VueComponentBaseProps;
306
- "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & VueComponentBaseProps;
307
- "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & VueComponentBaseProps;
308
- "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & VueComponentBaseProps;
309
- "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & VueComponentBaseProps;
310
- "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & VueComponentBaseProps;
311
- "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & VueComponentBaseProps;
312
- "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & VueComponentBaseProps;
313
- "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & VueComponentBaseProps;
314
- "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & VueComponentBaseProps;
315
- "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & VueComponentBaseProps;
316
- "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & VueComponentBaseProps;
317
- "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & VueComponentBaseProps;
318
- "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & VueComponentBaseProps;
319
- "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & VueComponentBaseProps;
320
- "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & VueComponentBaseProps;
321
- "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & VueComponentBaseProps;
322
- "omfx-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & VueComponentBaseProps;
323
- "omfx-property-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & VueComponentBaseProps;
324
- "omfx-property-datasource-renderer": typeof wc089c74fc73af4e9f920237c71b475d8b.propsDefinition & VueComponentBaseProps;
325
- "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & VueComponentBaseProps;
326
- "omfx-app-legacy-enterprise-properties-display": typeof wc646cfdda09044ebc9339f2ac31318512.propsDefinition & VueComponentBaseProps;
327
- "omfx-legacy-enterprise-properties-editor": typeof wc332ae4244d4e4b0296befadb2ad2ac6b.propsDefinition & VueComponentBaseProps;
328
- "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & VueComponentBaseProps;
329
- "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & VueComponentBaseProps;
330
- "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & VueComponentBaseProps;
331
- "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & VueComponentBaseProps;
332
- "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & VueComponentBaseProps;
333
- "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & VueComponentBaseProps;
334
- "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & VueComponentBaseProps;
335
- "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & VueComponentBaseProps;
336
- "omfx-color-schema-definition-picker": typeof wc829fbdec1d3b44059578b89b6d04c52b.propsDefinition & VueComponentBaseProps;
337
- "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & VueComponentBaseProps;
338
- "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & VueComponentBaseProps;
339
- "omfx-properties-user-configuration-renderer": typeof wc0beecee9c6ce42c88bd468bde23f9f32.propsDefinition & VueComponentBaseProps;
340
- "omfx-properties-user-provider-display": typeof wc8f4747f0b0884fd2a3b60baef21b67fc.propsDefinition & VueComponentBaseProps;
341
- "omfx-properties-user-provider-editor": typeof wc909b95011fbe44c28440ad9cd6aaff85.propsDefinition & VueComponentBaseProps;
342
- "omfx-properties-msgraph-user-provider-display": typeof wc7f2ffaf9ec9e4faba84db55101236094.propsDefinition & VueComponentBaseProps;
343
- "omfx-properties-msgraph-user-provider-editor": typeof wc9920229c8d53416b884ad1ca25ad429d.propsDefinition & VueComponentBaseProps;
344
- "omfx-user-property-renderer": typeof wc26f3558f4af24b198d2bc7a775166840.propsDefinition & VueComponentBaseProps;
345
- "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & VueComponentBaseProps;
346
- "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & VueComponentBaseProps;
347
- "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & VueComponentBaseProps;
348
- "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & VueComponentBaseProps;
349
- "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & VueComponentBaseProps;
350
- "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & VueComponentBaseProps;
351
- "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & VueComponentBaseProps;
352
- "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & VueComponentBaseProps;
353
- "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & VueComponentBaseProps;
354
- "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & VueComponentBaseProps;
355
- "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & VueComponentBaseProps;
356
- "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & VueComponentBaseProps;
357
- "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & VueComponentBaseProps;
358
- "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & VueComponentBaseProps;
323
+ "omnia-console": typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
324
+ "omfx-dev-socket": typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
325
+ "omfx-alignment-picker": typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
326
+ "omfx-authsetup": typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
327
+ "omfx-blueprint-picker": typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
328
+ "omfx-color-schema-picker": typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
329
+ "omfx-color-schema-definition-picker": typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
330
+ "omfx-color-schema-viewer": typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
331
+ "omfx-color-schema-editor": typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
332
+ "omfx-color-settings-picker": typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
333
+ "omfx-command-palette": typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
334
+ "omfx-confirm-dialog": typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
335
+ "omfx-date-time-picker": typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
336
+ "omfx-date-time-zone-picker": typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
337
+ "omfx-date-time-zone-renderer": typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
338
+ "omfx-dialog": typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
339
+ "omfx-features-journey": typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
340
+ "omfx-features-journey-tenant": typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
341
+ "omfx-filterengine-settings": typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
342
+ "omfx-filterengine-renderer": typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
343
+ "omfx-person-filterengine-renderer": typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
344
+ "omfx-tags-filterengine-renderer": typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
345
+ "omfx-filterengine-selectionsarea": typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
346
+ "omfx-filterengine-selectionsarea-personproperty": typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
347
+ "omfx-filterengine-selectionsarea-tagsproperty": typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
348
+ "omfx-text-filterengine-renderer": typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
349
+ "omfx-boolean-filterengine-renderer": typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
350
+ "omfx-date-filterengine-renderer": typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
351
+ "omfx-number-filterengine-renderer": typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
352
+ "omfx-filterengine-selectionsarea-booleanproperty": typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
353
+ "omfx-filterengine-selectionsarea-textproperty": typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
354
+ "omfx-filterengine-selectionsarea-datetimeproperty": typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
355
+ "omfx-filterengine-selectionsarea-numberproperty": typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
356
+ "omfx-filterengine-dialog-content": typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
357
+ "omfx-filterengine-property-dropdown": typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
358
+ "omfx-filterengine-property-list": typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
359
+ "omfx-date-filterengine-period-slider": typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
360
+ "omfx-filter-picker": typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
361
+ "omfx-google-recaptcha": typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
362
+ "omfx-helptext": typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
363
+ "omfx-html": typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
364
+ "omfx-identity-renderer": typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
365
+ "omfx-identity-sync-property-binding-setup": typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
366
+ "omfx-identity-sync-rule-setup": typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
367
+ "omfx-identity-picker-field": typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
368
+ "omfx-identity-picker-inline-field": typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
369
+ "omfx-identity-picker": typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
370
+ "omfx-identity-picker-dialog": typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
371
+ "omfx-identity-picker-button": typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
372
+ "omfx-media-imagegrid": typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
373
+ "omfx-input-language-picker": typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
374
+ "omfx-language-picker": typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
375
+ "omfx-limited-label": typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
376
+ "omfx-magiclink": typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition>;
377
+ "omfx-markdown-editor": typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
378
+ "omfx-markdown-renderer": typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
379
+ "monaco-editor": typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
380
+ "omfx-multilingual-input": typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
381
+ "omfx-option-picker": typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
382
+ "omfx-permission-input": typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
383
+ "omfx-presetup-wizard": typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
384
+ "omfx-profilecard-renderer": typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
385
+ "omfx-datasource-property-picker": typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
386
+ "omfx-property-renderer": typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
387
+ "omfx-property-definition-renderer": typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
388
+ "omfx-property-configuration": typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
389
+ "omfx-property-label-options": typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
390
+ "omfx-property-locking": typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
391
+ "omfx-property-input": typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
392
+ "omfx-rich-text-editor": typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
393
+ "omfx-rollup-empty": typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
394
+ "omfx-security-trimmer": typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
395
+ "omfx-settings-pane": typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
396
+ "omfx-side-panel": typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
397
+ "omfx-signin-page": typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
398
+ "omfx-signin-block": typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
399
+ "omfx-signin-omnia": typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
400
+ "omfx-identity-creation-request-omnia": typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
401
+ "omfx-identity-creation-request-confirm-email-result-omnia": typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
402
+ "omfx-signout": typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
403
+ "omfx-comment-component": typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
404
+ "omfx-people-tagging-component": typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
405
+ "omfx-comment-dialog": typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
406
+ "omfx-like-component": typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
407
+ "omfx-spacing-picker": typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
408
+ "omfx-status-code-renderer": typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
409
+ "omfx-status-message-overlay": typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
410
+ "omfx-typography-picker": typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
411
+ "omfx-user-presence": typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
412
+ "omfx-usertype-layout-renderer": typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
413
+ "omfx-usertype-layout-blade-builder": typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition>;
414
+ "omfx-field-validation": typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
415
+ "omfx-versioned-layout-renderer": typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
416
+ "omfx-versioned-layout-editor": typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
417
+ "omfx-taxonomy-filterengine-renderer": typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
418
+ "omfx-filterengine-selectionsarea-taxonomyproperty": typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
419
+ "omfx-term-picker": typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
420
+ "omnia-admin": typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
421
+ "omnia-admin-renderer": typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
422
+ "omfx-queryable-enterpriseproperties": typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
423
+ "omfx-app-instance-rollup": typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
424
+ "omfx-app-instance-rollup-renderer": typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
425
+ "omfx-app-instance-rollup-metric-detail": typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
426
+ "omfx-app-management": typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
427
+ "omfx-app-management-instance-tab": typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
428
+ "omfx-app-management-template-tab": typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
429
+ "omfx-app-management-layout-tab": typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
430
+ "omfx-app-management-namingpolicy-tab": typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
431
+ "omfx-tab-management": typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
432
+ "omfx-app-show-in-public-listings-input": typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
433
+ "omfx-docs": typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
434
+ "omfx-editor-chrome": typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
435
+ "omfx-enterpriseproperty-picker": typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
436
+ "omfx-enterprise-property-renderer": typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
437
+ "omfx-enterprise-property-configuration-renderer": typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
438
+ "omfx-hub-chat": typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
439
+ "omfx-hub-feed": typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
440
+ "omfx-hub-feed-settings": typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
441
+ "omfx-hub-feed-chrome": typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
442
+ "omfx-media-scaling-settings": typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
443
+ "omfx-journey-testbench": typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
444
+ "omfx-journey": typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
445
+ "omfx-journey-blade": typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd308de8efcff4754826523a0f06df130.propsDefinition>;
446
+ "omfx-journey-menu": typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
447
+ "omfx-layout-editor-canvas": typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
448
+ "omfx-layout-block-renderer-helper": typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
449
+ "omfx-layout-renderer-canvas": typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
450
+ "omfx-photowall-slider-display-renderer": typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
451
+ "omfx-media-display-renderer": typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
452
+ "omfx-media-picker-v2": typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
453
+ "omfx-media-imagegrid-v2": typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
454
+ "omfx-image-transformer-v2": typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
455
+ "omfx-media-provider": typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
456
+ "omfx-media-picker-bing-provider": typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
457
+ "omfx-media-picker-dalle-polling-image": typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition>;
458
+ "omfx-mediaflow-provider-video-player": typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition>;
459
+ "omfx-media-picker-pexels-provider-v2": typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
460
+ "omfx-media-picker-unsplash-provider": typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
461
+ "o-alert": typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
462
+ "o-app-bar": typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
463
+ "o-avatar": typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
464
+ "o-badge": typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
465
+ "o-btn": typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
466
+ "o-btn-group": typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
467
+ "o-card": typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
468
+ "o-checkbox": typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
469
+ "o-chip": typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
470
+ "o-color-picker": typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
471
+ "o-col": typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
472
+ "o-data-table": typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
473
+ "o-dialog": typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
474
+ "o-divider": typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
475
+ "o-draggable": typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
476
+ "o-expansion-panels": typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
477
+ "o-expansion-panel": typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
478
+ "o-flex": typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
479
+ "o-host-provider": typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
480
+ "o-icon": typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
481
+ "o-img": typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
482
+ "o-infinite-scroll": typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
483
+ "o-layout": typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
484
+ "o-link": typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
485
+ "o-list": typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
486
+ "o-list-item": typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
487
+ "o-main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
488
+ "o-menu": typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
489
+ "o-navigation-drawer": typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
490
+ "o-panel": typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
491
+ "o-progress": typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
492
+ "o-radio-group": typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
493
+ "o-radio": typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
494
+ "o-select": typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
495
+ "o-skeleton-loader": typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
496
+ "o-slider": typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
497
+ "o-snackbar": typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
498
+ "o-spacer": typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
499
+ "o-stepper": typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
500
+ "o-stepper-step": typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
501
+ "o-switch": typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
502
+ "o-tabs": typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
503
+ "o-tab": typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
504
+ "o-table": typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
505
+ "o-text": typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
506
+ "o-textarea": typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
507
+ "o-text-field": typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
508
+ "o-toolbar": typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
509
+ "o-tooltip": typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
510
+ "o-treeview": typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
511
+ "o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
512
+ "omfx-property-block-v2": typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
513
+ "omfx-property-block-v2-settings": typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
514
+ "omfx-emoticon": typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
515
+ "omfx-textcompletion-panel": typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
516
+ "omfx-likeaction-settings": typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
517
+ "omfx-comment-like-template": typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
518
+ "omfx-like-listing-template": typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
519
+ "omfx-themedefinition-editor": typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
520
+ "omnia-workplace-admin-tenant-design-journey": typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
521
+ "omfx-theme-definition-picker": typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
522
+ "omfx-theme-editor-v2": typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
523
+ "omfx-theme-provider": typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
524
+ "omfx-velcron-editor": typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
525
+ "omfx-velcron-renderer": typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
526
+ "omfx-velcron-component-creator": typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
527
+ "omfx-properties-term-set-display": typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
528
+ "omfx-properties-term-set-editor": typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
529
+ "omfx-properties-term-set-configuration": typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
530
+ "omfx-enterpriseproperties-datafield-display": typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
531
+ "omfx-enterpriseproperties-datafield-edit": typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
532
+ "omfx-enterpriseproperties-extended-property-settings": typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
533
+ "omfx-filterengine-person-propertysettings": typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
534
+ "omfx-filterengine-person-defaultvalue-input": typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
535
+ "omfx-filterengine-text-propertysettings": typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
536
+ "omfx-filterengine-text-defaultvalue-input": typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
537
+ "omfx-filterengine-boolean-propertysettings": typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
538
+ "omfx-filterengine-boolean-defaultvalue-input": typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
539
+ "omfx-filterengine-datetime-propertysettings": typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
540
+ "omfx-filterengine-datetime-defaultvalue-input": typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
541
+ "omfx-filterengine-number-propertysettings": typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
542
+ "omfx-filterengine-number-defaultvalue-input": typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
543
+ "omfx-filterengine-tags-propertysettings": typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
544
+ "omfx-filterengine-tags-defaultvalue-input": typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
545
+ "omfx-layout-block-placeholder": typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
546
+ "omfx-canvas-toolbar": typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
547
+ "omnia-layout-developertools": typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
548
+ "omfx-device-previewer": typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
549
+ "omniafx-media-gallery-dialog-slider": typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
550
+ "omniafx-media-gallery-display-photowall": typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
551
+ "omfx-properties-birthday-display": typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
552
+ "omfx-properties-birthday-editor": typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
553
+ "omfx-properties-boolean-display": typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
554
+ "omfx-properties-boolean-editor": typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
555
+ "omfx-properties-businessprofile-display": typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
556
+ "omfx-properties-businessprofile-editor": typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
557
+ "omfx-properties-date-display": typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
558
+ "omfx-properties-date-editor": typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
559
+ "omfx-properties-date-time-display": typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
560
+ "omfx-properties-date-time-editor": typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
561
+ "omfx-properties-date-time-configuration": typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
562
+ "omfx-properties-email-display": typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
563
+ "omfx-properties-email-editor": typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
564
+ "omfx-properties-html-display": typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
565
+ "omfx-properties-html-editor": typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
566
+ "omfx-properties-html-configuration": typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
567
+ "omfx-properties-identity-display": typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
568
+ "omfx-properties-identity-editor": typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
569
+ "omfx-properties-identity-configuration": typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
570
+ "omfx-properties-image-display": typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
571
+ "omfx-properties-image-configuration": typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
572
+ "omfx-properties-image-editor": typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
573
+ "omfx-properties-integer-display": typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
574
+ "omfx-properties-integer-editor": typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
575
+ "omfx-properties-language-display": typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
576
+ "omfx-properties-language-editor": typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
577
+ "omfx-properties-link-display": typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
578
+ "omfx-properties-link-editor": typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
579
+ "omfx-properties-link-configuration": typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
580
+ "omfx-properties-media-display": typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
581
+ "omfx-properties-media-editor": typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
582
+ "omfx-properties-multilinetext-display": typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
583
+ "omfx-properties-multilinetext-editor": typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
584
+ "omfx-properties-multilingualtext-display": typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
585
+ "omfx-properties-multilingualtext-editor": typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
586
+ "omfx-properties-phone-number-display": typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
587
+ "omfx-properties-phone-number-editor": typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
588
+ "omfx-properties-tags-display": typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
589
+ "omfx-properties-tags-editor": typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
590
+ "omfx-properties-text-display": typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
591
+ "omfx-properties-text-editor": typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
592
+ "omfx-properties-time-display": typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
593
+ "omfx-properties-time-editor": typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
594
+ "omfx-properties-usertype-display": typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
595
+ "omfx-properties-usertype-editor": typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
596
+ "omfx-content-block": typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
597
+ "omfx-content-block-settings": typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
598
+ "omfx-velcron-block": typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
599
+ "omfx-velcron-block-settings": typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
600
+ "omfx-velcron-definition-picker": typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
601
+ "omfx-velcron-properties-editor": typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
602
+ "omfx-velcron-property-editor-creator": typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
603
+ "omfx-filterengine-taxonomy-propertysettings": typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
604
+ "omfx-filterengine-taxonomy-defaultvalue-input": typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
605
+ "omfx-layout-background-settings": typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
606
+ "omfx-layout-block-settings-header": typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
607
+ "omfx-layout-block-settings-spacing": typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
608
+ "omfx-layout-block-settings-style": typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
609
+ "omfx-layout-block-settings-css": typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
610
+ "omfx-layout-block-settings-targeting": typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
611
+ "omfx-layout-block-title": typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
612
+ "omfx-layout-block-title-settings": typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
613
+ "omfx-layout-image-background-settings": typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
614
+ "omfx-layout-layout-settings-globalheader": typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
615
+ "omfx-layout-layout-settings-blockheader": typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
616
+ "omfx-layout-layout-settings-style": typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
617
+ "omfx-layout-clipboard": typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
618
+ "omfx-layout-lock-settings": typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
619
+ "omfx-layout-section-settings-general": typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
620
+ "omfx-layout-section-settings-spacing": typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
621
+ "omfx-layout-section-settings-style": typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
622
+ "omfx-layout-section-settings-css": typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
623
+ "omfx-layout-section-settings-targeting": typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
624
+ "omfx-layout-section-settings-header": typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
625
+ "omfx-layout-tab-layout-settings": typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
626
+ "omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
627
+ "omnia-workplace-definitions-journey": typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
628
+ "omnia-workplace-themes-journey": typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
629
+ "omfx-add-button": typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
630
+ "omnia-workplace-blueprints-journey": typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
631
+ "omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
632
+ "omnia-workplace-typography-journey": typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
633
+ "omfx-color-picker-schema": typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
634
+ "omfx-color-schema-mapper": typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
635
+ "omfx-ratio-picker": typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
636
+ "omfx-typography-picker-schema": typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
359
637
  }
360
638
  }
361
639
  }
640
+ declare global {
641
+ let omfx: {
642
+ "OmniaConsole": {
643
+ new (...args: any[]): {
644
+ $props: typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf3d75940db51447dbf6719251f5465b0.propsDefinition>;
645
+ };
646
+ };
647
+ "DevSocket": {
648
+ new (...args: any[]): {
649
+ $props: typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce6b88bd8d41949c8af6fed268ae64430.propsDefinition>;
650
+ };
651
+ };
652
+ "AlignmentPicker": {
653
+ new (...args: any[]): {
654
+ $props: typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e3534c9960c46b090f442e563d71265.propsDefinition>;
655
+ };
656
+ };
657
+ "Authsetup": {
658
+ new (...args: any[]): {
659
+ $props: typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4889269c6ad440da65f3acdf5bb6152.propsDefinition>;
660
+ };
661
+ };
662
+ "BlueprintPicker": {
663
+ new (...args: any[]): {
664
+ $props: typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc44e2dd896269442f800da69000d4c2f1.propsDefinition>;
665
+ };
666
+ };
667
+ "ColorSchemaPicker": {
668
+ new (...args: any[]): {
669
+ $props: typeof wc1266389c28034034921b897f788f302d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1266389c28034034921b897f788f302d.propsDefinition>;
670
+ };
671
+ };
672
+ "ColorSchemaDefinitionPicker": {
673
+ new (...args: any[]): {
674
+ $props: typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ed2b61fad8a43f384efef4a5dcbd184.propsDefinition>;
675
+ };
676
+ };
677
+ "ColorSchemaViewer": {
678
+ new (...args: any[]): {
679
+ $props: typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3779d0b63f54436eb25942b0c2487a2c.propsDefinition>;
680
+ };
681
+ };
682
+ "ColorSchemaEditor": {
683
+ new (...args: any[]): {
684
+ $props: typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7abfeece956245f3ba63c231d3c31c26.propsDefinition>;
685
+ };
686
+ };
687
+ "ColorSettingsPicker": {
688
+ new (...args: any[]): {
689
+ $props: typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc638cfe124ab24d0ebd0711c0bd844af6.propsDefinition>;
690
+ };
691
+ };
692
+ "CommandPalette": {
693
+ new (...args: any[]): {
694
+ $props: typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5dfa7b609aed43ffab03dad33c65b2da.propsDefinition>;
695
+ };
696
+ };
697
+ "ConfirmDialog": {
698
+ new (...args: any[]): {
699
+ $props: typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11276a5e84a4709a55abd185b4c7a1d.propsDefinition>;
700
+ };
701
+ };
702
+ "DateTimePicker": {
703
+ new (...args: any[]): {
704
+ $props: typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdedf711a4e0f4c5c850b51c01ea367a7.propsDefinition>;
705
+ };
706
+ };
707
+ "DateTimeZonePicker": {
708
+ new (...args: any[]): {
709
+ $props: typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90e26d3a6e3e4bf9bd1ce81c6735eda2.propsDefinition>;
710
+ };
711
+ };
712
+ "DateTimeZoneRenderer": {
713
+ new (...args: any[]): {
714
+ $props: typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd3d05fa7bb114ecab1c16f714641b678.propsDefinition>;
715
+ };
716
+ };
717
+ "Dialog": {
718
+ new (...args: any[]): {
719
+ $props: typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3ff00f2d8a4c48a4ae0cff23fc0127ac.propsDefinition>;
720
+ };
721
+ };
722
+ "FeaturesJourney": {
723
+ new (...args: any[]): {
724
+ $props: typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfd300449c17f44fd80d83e709a10bf63.propsDefinition>;
725
+ };
726
+ };
727
+ "FeaturesJourneyTenant": {
728
+ new (...args: any[]): {
729
+ $props: typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc629ff3fc45f84df382ddb6282d968547.propsDefinition>;
730
+ };
731
+ };
732
+ "FilterengineSettings": {
733
+ new (...args: any[]): {
734
+ $props: typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca91d4cd2b5744de3a672110cb1cdf7ba.propsDefinition>;
735
+ };
736
+ };
737
+ "FilterengineRenderer": {
738
+ new (...args: any[]): {
739
+ $props: typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc34e1cea969d744f1bbec4770b51d49f5.propsDefinition>;
740
+ };
741
+ };
742
+ "PersonFilterengineRenderer": {
743
+ new (...args: any[]): {
744
+ $props: typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc43fc70078d114ec3a70ebbd767ef4f95.propsDefinition>;
745
+ };
746
+ };
747
+ "TagsFilterengineRenderer": {
748
+ new (...args: any[]): {
749
+ $props: typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc425ef72815f04fed9a042d48a2ac7df8.propsDefinition>;
750
+ };
751
+ };
752
+ "FilterengineSelectionsarea": {
753
+ new (...args: any[]): {
754
+ $props: typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce2f7f245f168446980aef1473d8742d1.propsDefinition>;
755
+ };
756
+ };
757
+ "FilterengineSelectionsareaPersonproperty": {
758
+ new (...args: any[]): {
759
+ $props: typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbef13c831cf4531a43fb63ef63ad39b.propsDefinition>;
760
+ };
761
+ };
762
+ "FilterengineSelectionsareaTagsproperty": {
763
+ new (...args: any[]): {
764
+ $props: typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e487078cbd14ee189af05260831ba5a.propsDefinition>;
765
+ };
766
+ };
767
+ "TextFilterengineRenderer": {
768
+ new (...args: any[]): {
769
+ $props: typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc7b859fc2c5b46c09ff08ee4a9daa394.propsDefinition>;
770
+ };
771
+ };
772
+ "BooleanFilterengineRenderer": {
773
+ new (...args: any[]): {
774
+ $props: typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc311e369d2d241f38e609ad50f7dec2f.propsDefinition>;
775
+ };
776
+ };
777
+ "DateFilterengineRenderer": {
778
+ new (...args: any[]): {
779
+ $props: typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0debbe4a117f46ddb9ca37231010938c.propsDefinition>;
780
+ };
781
+ };
782
+ "NumberFilterengineRenderer": {
783
+ new (...args: any[]): {
784
+ $props: typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaac689be588e4dd3ac8166ac631a37f1.propsDefinition>;
785
+ };
786
+ };
787
+ "FilterengineSelectionsareaBooleanproperty": {
788
+ new (...args: any[]): {
789
+ $props: typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7a0ad7d8477246c2b5f1de4b59bbc5f1.propsDefinition>;
790
+ };
791
+ };
792
+ "FilterengineSelectionsareaTextproperty": {
793
+ new (...args: any[]): {
794
+ $props: typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11657e2b45247fc82c78a30ba131001.propsDefinition>;
795
+ };
796
+ };
797
+ "FilterengineSelectionsareaDatetimeproperty": {
798
+ new (...args: any[]): {
799
+ $props: typeof wc63a474f600324efc9148ceeab9202778.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc63a474f600324efc9148ceeab9202778.propsDefinition>;
800
+ };
801
+ };
802
+ "FilterengineSelectionsareaNumberproperty": {
803
+ new (...args: any[]): {
804
+ $props: typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5a6940e10c51454aa5e0a4144ab01288.propsDefinition>;
805
+ };
806
+ };
807
+ "FilterengineDialogContent": {
808
+ new (...args: any[]): {
809
+ $props: typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc937eab372066440fa95551ac8cba45d7.propsDefinition>;
810
+ };
811
+ };
812
+ "FilterenginePropertyDropdown": {
813
+ new (...args: any[]): {
814
+ $props: typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7813f37afbf34cb085a2ef74e71e20fa.propsDefinition>;
815
+ };
816
+ };
817
+ "FilterenginePropertyList": {
818
+ new (...args: any[]): {
819
+ $props: typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc373cd0c180af441ca9f973b1da4de7f9.propsDefinition>;
820
+ };
821
+ };
822
+ "DateFilterenginePeriodSlider": {
823
+ new (...args: any[]): {
824
+ $props: typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b99953ef72848a7936f51500d69d771.propsDefinition>;
825
+ };
826
+ };
827
+ "FilterPicker": {
828
+ new (...args: any[]): {
829
+ $props: typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc46a6c15c2a0e446fbef9770274409366.propsDefinition>;
830
+ };
831
+ };
832
+ "GoogleRecaptcha": {
833
+ new (...args: any[]): {
834
+ $props: typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08b9c70d2a77433f8492dc0fb50d900e.propsDefinition>;
835
+ };
836
+ };
837
+ "Helptext": {
838
+ new (...args: any[]): {
839
+ $props: typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64887c3414da45279ea9c905df12c48f.propsDefinition>;
840
+ };
841
+ };
842
+ "Html": {
843
+ new (...args: any[]): {
844
+ $props: typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce5a52491260143c8bf9855268a6acbab.propsDefinition>;
845
+ };
846
+ };
847
+ "IdentityRenderer": {
848
+ new (...args: any[]): {
849
+ $props: typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca7608d8c42184cbb994910dc06c464a1.propsDefinition>;
850
+ };
851
+ };
852
+ "IdentitySyncPropertyBindingSetup": {
853
+ new (...args: any[]): {
854
+ $props: typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c6a5e974334f06a390c9af5a7689d0.propsDefinition>;
855
+ };
856
+ };
857
+ "IdentitySyncRuleSetup": {
858
+ new (...args: any[]): {
859
+ $props: typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc2a811dfd3774d15862abb2f6a435a5c.propsDefinition>;
860
+ };
861
+ };
862
+ "IdentityPickerField": {
863
+ new (...args: any[]): {
864
+ $props: typeof wcba60557e3daf48208c919a1806502df5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba60557e3daf48208c919a1806502df5.propsDefinition>;
865
+ };
866
+ };
867
+ "IdentityPickerInlineField": {
868
+ new (...args: any[]): {
869
+ $props: typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9cbe10e4fe1a48929727942cea5f7338.propsDefinition>;
870
+ };
871
+ };
872
+ "IdentityPicker": {
873
+ new (...args: any[]): {
874
+ $props: typeof wcec81357974804c539bff6c58a8785c22.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcec81357974804c539bff6c58a8785c22.propsDefinition>;
875
+ };
876
+ };
877
+ "IdentityPickerDialog": {
878
+ new (...args: any[]): {
879
+ $props: typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5d74b2de65164761a3dce6a534b64bd1.propsDefinition>;
880
+ };
881
+ };
882
+ "IdentityPickerButton": {
883
+ new (...args: any[]): {
884
+ $props: typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc70593d481fa54e68be9f4fe41f0f5c92.propsDefinition>;
885
+ };
886
+ };
887
+ "MediaImagegrid": {
888
+ new (...args: any[]): {
889
+ $props: typeof wcdfefc1520763443190e92700bad98412.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdfefc1520763443190e92700bad98412.propsDefinition>;
890
+ };
891
+ };
892
+ "InputLanguagePicker": {
893
+ new (...args: any[]): {
894
+ $props: typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc91919b3f54de42dab709575b8a9ca233.propsDefinition>;
895
+ };
896
+ };
897
+ "LanguagePicker": {
898
+ new (...args: any[]): {
899
+ $props: typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20b4e8166fb44f2b8b240724eb5f2db2.propsDefinition>;
900
+ };
901
+ };
902
+ "LimitedLabel": {
903
+ new (...args: any[]): {
904
+ $props: typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c2ac8bf4da44a2b8e544eaf5b42099f.propsDefinition>;
905
+ };
906
+ };
907
+ "Magiclink": {
908
+ new (...args: any[]): {
909
+ $props: typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf365f5cb3a694c20be7b96423bbc3eca.propsDefinition>;
910
+ };
911
+ };
912
+ "MarkdownEditor": {
913
+ new (...args: any[]): {
914
+ $props: typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc744b3f31e00c4815b63ecaf638ad7a7a.propsDefinition>;
915
+ };
916
+ };
917
+ "MarkdownRenderer": {
918
+ new (...args: any[]): {
919
+ $props: typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc8b990d01ddc45ab930b4409fc406435.propsDefinition>;
920
+ };
921
+ };
922
+ "MonacoEditor": {
923
+ new (...args: any[]): {
924
+ $props: typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e8004b49c8d44dd8edb56ce884c2b57.propsDefinition>;
925
+ };
926
+ };
927
+ "MultilingualInput": {
928
+ new (...args: any[]): {
929
+ $props: typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce95c4611a45548a79e4c3984d8e5228d.propsDefinition>;
930
+ };
931
+ };
932
+ "OptionPicker": {
933
+ new (...args: any[]): {
934
+ $props: typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7f06e68f94904b48b827b23acd148bec.propsDefinition>;
935
+ };
936
+ };
937
+ "PermissionInput": {
938
+ new (...args: any[]): {
939
+ $props: typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb67bd4d1cc24073ab123c822d78ea17.propsDefinition>;
940
+ };
941
+ };
942
+ "PresetupWizard": {
943
+ new (...args: any[]): {
944
+ $props: typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition>;
945
+ };
946
+ };
947
+ "ProfilecardRenderer": {
948
+ new (...args: any[]): {
949
+ $props: typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition>;
950
+ };
951
+ };
952
+ "DatasourcePropertyPicker": {
953
+ new (...args: any[]): {
954
+ $props: typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc091ee9b103234b26a5e2bd5f992b2582.propsDefinition>;
955
+ };
956
+ };
957
+ "PropertyRenderer": {
958
+ new (...args: any[]): {
959
+ $props: typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf36a8a2b1c70423ebc4647aaddab8f4f.propsDefinition>;
960
+ };
961
+ };
962
+ "PropertyDefinitionRenderer": {
963
+ new (...args: any[]): {
964
+ $props: typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48e897be803c4b5cb1db09dbadd04fe5.propsDefinition>;
965
+ };
966
+ };
967
+ "PropertyConfiguration": {
968
+ new (...args: any[]): {
969
+ $props: typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce012f61b652b4ab8b7e9d436ef772f54.propsDefinition>;
970
+ };
971
+ };
972
+ "PropertyLabelOptions": {
973
+ new (...args: any[]): {
974
+ $props: typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54caefeaae1d4da7b236a3ff268b31c3.propsDefinition>;
975
+ };
976
+ };
977
+ "PropertyLocking": {
978
+ new (...args: any[]): {
979
+ $props: typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc14f41bfbe00d46658959d3b2ebb7da69.propsDefinition>;
980
+ };
981
+ };
982
+ "PropertyInput": {
983
+ new (...args: any[]): {
984
+ $props: typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb174dcf2716344b0bb02c981ae68dd73.propsDefinition>;
985
+ };
986
+ };
987
+ "RichTextEditor": {
988
+ new (...args: any[]): {
989
+ $props: typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7474e75042e347b4821bbafdb1cb4ee0.propsDefinition>;
990
+ };
991
+ };
992
+ "RollupEmpty": {
993
+ new (...args: any[]): {
994
+ $props: typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c7794090eb647eb8510b39cbefa17a7.propsDefinition>;
995
+ };
996
+ };
997
+ "SecurityTrimmer": {
998
+ new (...args: any[]): {
999
+ $props: typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc379287b1efe64a49a43fcd754d1fd951.propsDefinition>;
1000
+ };
1001
+ };
1002
+ "SettingsPane": {
1003
+ new (...args: any[]): {
1004
+ $props: typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0de4753b9fe4004b0f4e6b6b91730ab.propsDefinition>;
1005
+ };
1006
+ };
1007
+ "SidePanel": {
1008
+ new (...args: any[]): {
1009
+ $props: typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc539d199f69934c10a963f142e4f3056d.propsDefinition>;
1010
+ };
1011
+ };
1012
+ "SigninPage": {
1013
+ new (...args: any[]): {
1014
+ $props: typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5315b31203e4bd1beb3c33f2122cbfe.propsDefinition>;
1015
+ };
1016
+ };
1017
+ "SigninBlock": {
1018
+ new (...args: any[]): {
1019
+ $props: typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce4b25c06803a417a9c4aa4b7280a599b.propsDefinition>;
1020
+ };
1021
+ };
1022
+ "SigninOmnia": {
1023
+ new (...args: any[]): {
1024
+ $props: typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc3b9409639d45829a6e58a4295bc470.propsDefinition>;
1025
+ };
1026
+ };
1027
+ "IdentityCreationRequestOmnia": {
1028
+ new (...args: any[]): {
1029
+ $props: typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b741f0203a54cb5a7be72e204ebecc8.propsDefinition>;
1030
+ };
1031
+ };
1032
+ "IdentityCreationRequestConfirmEmailResultOmnia": {
1033
+ new (...args: any[]): {
1034
+ $props: typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcffcb5f0ddcfd445d81683167f298c336.propsDefinition>;
1035
+ };
1036
+ };
1037
+ "Signout": {
1038
+ new (...args: any[]): {
1039
+ $props: typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf297290b5ea4409a9738ca880f1ea612.propsDefinition>;
1040
+ };
1041
+ };
1042
+ "CommentComponent": {
1043
+ new (...args: any[]): {
1044
+ $props: typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9be9d4f831fd4d15ab09d235d5cd6a38.propsDefinition>;
1045
+ };
1046
+ };
1047
+ "PeopleTaggingComponent": {
1048
+ new (...args: any[]): {
1049
+ $props: typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc239412079c474a78b857dd4bdca3ff84.propsDefinition>;
1050
+ };
1051
+ };
1052
+ "CommentDialog": {
1053
+ new (...args: any[]): {
1054
+ $props: typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd737feca8c0e44c1808f6f016122f8ea.propsDefinition>;
1055
+ };
1056
+ };
1057
+ "LikeComponent": {
1058
+ new (...args: any[]): {
1059
+ $props: typeof wcbe381da6819b477c857057f129cd9210.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbe381da6819b477c857057f129cd9210.propsDefinition>;
1060
+ };
1061
+ };
1062
+ "SpacingPicker": {
1063
+ new (...args: any[]): {
1064
+ $props: typeof wc564bced7081c496483e8df717f600ff3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc564bced7081c496483e8df717f600ff3.propsDefinition>;
1065
+ };
1066
+ };
1067
+ "StatusCodeRenderer": {
1068
+ new (...args: any[]): {
1069
+ $props: typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5aaaefb501d64fe59da8b779a54c0a55.propsDefinition>;
1070
+ };
1071
+ };
1072
+ "StatusMessageOverlay": {
1073
+ new (...args: any[]): {
1074
+ $props: typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccb83d46eaaed44d4920d4d5da21bc488.propsDefinition>;
1075
+ };
1076
+ };
1077
+ "TypographyPicker": {
1078
+ new (...args: any[]): {
1079
+ $props: typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc54730f05dd2c4f2da1c830b3985b36a9.propsDefinition>;
1080
+ };
1081
+ };
1082
+ "UserPresence": {
1083
+ new (...args: any[]): {
1084
+ $props: typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc21a1f20b3d404602853049c1c8b8da2f.propsDefinition>;
1085
+ };
1086
+ };
1087
+ "UsertypeLayoutRenderer": {
1088
+ new (...args: any[]): {
1089
+ $props: typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc30289e2b58ff48b0aabb3cb3732c3038.propsDefinition>;
1090
+ };
1091
+ };
1092
+ "UsertypeLayoutBladeBuilder": {
1093
+ new (...args: any[]): {
1094
+ $props: typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b26d2a399c041f3beae9c1115d6e8d8.propsDefinition>;
1095
+ };
1096
+ };
1097
+ "FieldValidation": {
1098
+ new (...args: any[]): {
1099
+ $props: typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90cfd68bb4e04f67bfd5677bdf4af59d.propsDefinition>;
1100
+ };
1101
+ };
1102
+ "VersionedLayoutRenderer": {
1103
+ new (...args: any[]): {
1104
+ $props: typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba03fc7e6921468289c0a0ffe0cf942e.propsDefinition>;
1105
+ };
1106
+ };
1107
+ "VersionedLayoutEditor": {
1108
+ new (...args: any[]): {
1109
+ $props: typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc73154f51a92944acbe248779a3fa7ef5.propsDefinition>;
1110
+ };
1111
+ };
1112
+ "TaxonomyFilterengineRenderer": {
1113
+ new (...args: any[]): {
1114
+ $props: typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28d15a1179a04eaa9f2e82abe15f7177.propsDefinition>;
1115
+ };
1116
+ };
1117
+ "FilterengineSelectionsareaTaxonomyproperty": {
1118
+ new (...args: any[]): {
1119
+ $props: typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb1fca92af8524970b426823cf7ef65b5.propsDefinition>;
1120
+ };
1121
+ };
1122
+ "TermPicker": {
1123
+ new (...args: any[]): {
1124
+ $props: typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb90230ea21a47af8ba7c2a3a18b8c6b.propsDefinition>;
1125
+ };
1126
+ };
1127
+ "OmniaAdmin": {
1128
+ new (...args: any[]): {
1129
+ $props: typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbc947f375ee34d2a98e2d431f2e45b62.propsDefinition>;
1130
+ };
1131
+ };
1132
+ "OmniaAdminRenderer": {
1133
+ new (...args: any[]): {
1134
+ $props: typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc253e469ef68e4cb5b526343736c2ff11.propsDefinition>;
1135
+ };
1136
+ };
1137
+ "QueryableEnterpriseproperties": {
1138
+ new (...args: any[]): {
1139
+ $props: typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc759fc5cd65954caaaaf142223a054ea5.propsDefinition>;
1140
+ };
1141
+ };
1142
+ "AppInstanceRollup": {
1143
+ new (...args: any[]): {
1144
+ $props: typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8f8d41d8ceb43e0b16398c209fd6b32.propsDefinition>;
1145
+ };
1146
+ };
1147
+ "AppInstanceRollupRenderer": {
1148
+ new (...args: any[]): {
1149
+ $props: typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc99576cfe75504d4babc4575e968f3f9c.propsDefinition>;
1150
+ };
1151
+ };
1152
+ "AppInstanceRollupMetricDetail": {
1153
+ new (...args: any[]): {
1154
+ $props: typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb44f129de804adbb2f134176c1c17a5.propsDefinition>;
1155
+ };
1156
+ };
1157
+ "AppManagement": {
1158
+ new (...args: any[]): {
1159
+ $props: typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc450488bd95a34f368241e9b4d8c71dee.propsDefinition>;
1160
+ };
1161
+ };
1162
+ "AppManagementInstanceTab": {
1163
+ new (...args: any[]): {
1164
+ $props: typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd26f1c7425484ce6adfc9165704877e5.propsDefinition>;
1165
+ };
1166
+ };
1167
+ "AppManagementTemplateTab": {
1168
+ new (...args: any[]): {
1169
+ $props: typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf7481b60b764c08865e658d9607387a.propsDefinition>;
1170
+ };
1171
+ };
1172
+ "AppManagementLayoutTab": {
1173
+ new (...args: any[]): {
1174
+ $props: typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6c400e11caad44bf8d174b145b6f122d.propsDefinition>;
1175
+ };
1176
+ };
1177
+ "AppManagementNamingpolicyTab": {
1178
+ new (...args: any[]): {
1179
+ $props: typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc211ad37d3c1747c2a3fce889a433ebaa.propsDefinition>;
1180
+ };
1181
+ };
1182
+ "TabManagement": {
1183
+ new (...args: any[]): {
1184
+ $props: typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc20bd8ac81b314379a3676ca3b31c720e.propsDefinition>;
1185
+ };
1186
+ };
1187
+ "AppShowInPublicListingsInput": {
1188
+ new (...args: any[]): {
1189
+ $props: typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e21d658d6f84d70870d29805b27df86.propsDefinition>;
1190
+ };
1191
+ };
1192
+ "Docs": {
1193
+ new (...args: any[]): {
1194
+ $props: typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1f31fc580b854d19895c1879120a9891.propsDefinition>;
1195
+ };
1196
+ };
1197
+ "EditorChrome": {
1198
+ new (...args: any[]): {
1199
+ $props: typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc710dc11b823c4a80b2a031395c206325.propsDefinition>;
1200
+ };
1201
+ };
1202
+ "EnterprisepropertyPicker": {
1203
+ new (...args: any[]): {
1204
+ $props: typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb94ea0908c7f461085de9d21a61e0826.propsDefinition>;
1205
+ };
1206
+ };
1207
+ "EnterprisePropertyRenderer": {
1208
+ new (...args: any[]): {
1209
+ $props: typeof wc80899927961f45298421948c395d7f39.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80899927961f45298421948c395d7f39.propsDefinition>;
1210
+ };
1211
+ };
1212
+ "EnterprisePropertyConfigurationRenderer": {
1213
+ new (...args: any[]): {
1214
+ $props: typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc22666b255eb64f378edf70d5e9859216.propsDefinition>;
1215
+ };
1216
+ };
1217
+ "HubChat": {
1218
+ new (...args: any[]): {
1219
+ $props: typeof wcc587659a68194582be3c393240709785.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc587659a68194582be3c393240709785.propsDefinition>;
1220
+ };
1221
+ };
1222
+ "HubFeed": {
1223
+ new (...args: any[]): {
1224
+ $props: typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb4fdf9c1a0314fb7a3d3d0cc6e9569b3.propsDefinition>;
1225
+ };
1226
+ };
1227
+ "HubFeedSettings": {
1228
+ new (...args: any[]): {
1229
+ $props: typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbaecc57591074830a5ae2dda9f6b5ed5.propsDefinition>;
1230
+ };
1231
+ };
1232
+ "HubFeedChrome": {
1233
+ new (...args: any[]): {
1234
+ $props: typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb11d3955272348cdb3a131cb1bf61374.propsDefinition>;
1235
+ };
1236
+ };
1237
+ "MediaScalingSettings": {
1238
+ new (...args: any[]): {
1239
+ $props: typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2f4b3c8e5d6a4f7bbc9d1e0a2b3c4d5e.propsDefinition>;
1240
+ };
1241
+ };
1242
+ "JourneyTestbench": {
1243
+ new (...args: any[]): {
1244
+ $props: typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2252e1bd3ac44ef9b92c68e5b1e41a49.propsDefinition>;
1245
+ };
1246
+ };
1247
+ "Journey": {
1248
+ new (...args: any[]): {
1249
+ $props: typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0ba9c7ccef54093bcb0be49e7cf79df.propsDefinition>;
1250
+ };
1251
+ };
1252
+ "JourneyBlade": {
1253
+ new (...args: any[]): {
1254
+ $props: typeof wcd308de8efcff4754826523a0f06df130.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd308de8efcff4754826523a0f06df130.propsDefinition>;
1255
+ };
1256
+ };
1257
+ "JourneyMenu": {
1258
+ new (...args: any[]): {
1259
+ $props: typeof wc828a4c20542945858e792ec584148a5c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc828a4c20542945858e792ec584148a5c.propsDefinition>;
1260
+ };
1261
+ };
1262
+ "LayoutEditorCanvas": {
1263
+ new (...args: any[]): {
1264
+ $props: typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8e03e2f7fb024945bc51138b77d06088.propsDefinition>;
1265
+ };
1266
+ };
1267
+ "LayoutBlockRendererHelper": {
1268
+ new (...args: any[]): {
1269
+ $props: typeof wc0b2ee63495854227a082987161a9e641.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0b2ee63495854227a082987161a9e641.propsDefinition>;
1270
+ };
1271
+ };
1272
+ "LayoutRendererCanvas": {
1273
+ new (...args: any[]): {
1274
+ $props: typeof wcf346db89a53b404690b1795429fb0162.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf346db89a53b404690b1795429fb0162.propsDefinition>;
1275
+ };
1276
+ };
1277
+ "PhotowallSliderDisplayRenderer": {
1278
+ new (...args: any[]): {
1279
+ $props: typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc96c7e84dfb66450796fe123aea7999c5.propsDefinition>;
1280
+ };
1281
+ };
1282
+ "MediaDisplayRenderer": {
1283
+ new (...args: any[]): {
1284
+ $props: typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc15cd6402e584ab18c73ed2b5e3eded9.propsDefinition>;
1285
+ };
1286
+ };
1287
+ "MediaPickerV2": {
1288
+ new (...args: any[]): {
1289
+ $props: typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29f45ded4fb4479fab6fd6fd79505642.propsDefinition>;
1290
+ };
1291
+ };
1292
+ "MediaImagegridV2": {
1293
+ new (...args: any[]): {
1294
+ $props: typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccbf09a1933f049f7ab9785a3b5b5323a.propsDefinition>;
1295
+ };
1296
+ };
1297
+ "ImageTransformerV2": {
1298
+ new (...args: any[]): {
1299
+ $props: typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8c48b06bb9aa40699a8291b6e2c9780f.propsDefinition>;
1300
+ };
1301
+ };
1302
+ "MediaProvider": {
1303
+ new (...args: any[]): {
1304
+ $props: typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce559eebf085841a3a89804dc09e78c30.propsDefinition>;
1305
+ };
1306
+ };
1307
+ "MediaPickerBingProvider": {
1308
+ new (...args: any[]): {
1309
+ $props: typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc7e793328e64088ab1b37b8f89e8693.propsDefinition>;
1310
+ };
1311
+ };
1312
+ "MediaPickerDallePollingImage": {
1313
+ new (...args: any[]): {
1314
+ $props: typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8f6c9579f26646dfb316c087e04455cc.propsDefinition>;
1315
+ };
1316
+ };
1317
+ "MediaflowProviderVideoPlayer": {
1318
+ new (...args: any[]): {
1319
+ $props: typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc29de17877bbb49b1961e75210d865a1b.propsDefinition>;
1320
+ };
1321
+ };
1322
+ "MediaPickerPexelsProviderV2": {
1323
+ new (...args: any[]): {
1324
+ $props: typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0c762bb5c7e64ccd8a89907200dffca5.propsDefinition>;
1325
+ };
1326
+ };
1327
+ "MediaPickerUnsplashProvider": {
1328
+ new (...args: any[]): {
1329
+ $props: typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6e7529d994f9489ea5be5a129406caa2.propsDefinition>;
1330
+ };
1331
+ };
1332
+ "OAlert": {
1333
+ new (...args: any[]): {
1334
+ $props: typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8a200f29d7484601b901dd76ca8ec771.propsDefinition>;
1335
+ };
1336
+ };
1337
+ "OAppBar": {
1338
+ new (...args: any[]): {
1339
+ $props: typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90d19714df6c4b16bd5d42bc705e7692.propsDefinition>;
1340
+ };
1341
+ };
1342
+ "OAvatar": {
1343
+ new (...args: any[]): {
1344
+ $props: typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8848766a05fd4a7a8e1a89376b3cf09a.propsDefinition>;
1345
+ };
1346
+ };
1347
+ "OBadge": {
1348
+ new (...args: any[]): {
1349
+ $props: typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4cc48714e16a45feb2d213932a13d1f8.propsDefinition>;
1350
+ };
1351
+ };
1352
+ "OBtn": {
1353
+ new (...args: any[]): {
1354
+ $props: typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2dc36afd27594696ad30c07d123dcc62.propsDefinition>;
1355
+ };
1356
+ };
1357
+ "OBtnGroup": {
1358
+ new (...args: any[]): {
1359
+ $props: typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2c9330897d814c55987d0530d63d458e.propsDefinition>;
1360
+ };
1361
+ };
1362
+ "OCard": {
1363
+ new (...args: any[]): {
1364
+ $props: typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9349eb7714274f73bb91f7994524e5c8.propsDefinition>;
1365
+ };
1366
+ };
1367
+ "OCheckbox": {
1368
+ new (...args: any[]): {
1369
+ $props: typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf552852ba9874a378c9329da62aaf9dc.propsDefinition>;
1370
+ };
1371
+ };
1372
+ "OChip": {
1373
+ new (...args: any[]): {
1374
+ $props: typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf12317feb91b4efebc337cfe39fabe1c.propsDefinition>;
1375
+ };
1376
+ };
1377
+ "OColorPicker": {
1378
+ new (...args: any[]): {
1379
+ $props: typeof wc28370f0312764e82b4c29237f943710a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc28370f0312764e82b4c29237f943710a.propsDefinition>;
1380
+ };
1381
+ };
1382
+ "OCol": {
1383
+ new (...args: any[]): {
1384
+ $props: typeof wcd116618a12d0439f8da809535809c260.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd116618a12d0439f8da809535809c260.propsDefinition>;
1385
+ };
1386
+ };
1387
+ "ODataTable": {
1388
+ new (...args: any[]): {
1389
+ $props: typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc27c00720f7fb46bbb39286a2cb94797c.propsDefinition>;
1390
+ };
1391
+ };
1392
+ "ODialog": {
1393
+ new (...args: any[]): {
1394
+ $props: typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc1c89b3d0c24b7aa1050f19a0f962b3.propsDefinition>;
1395
+ };
1396
+ };
1397
+ "ODivider": {
1398
+ new (...args: any[]): {
1399
+ $props: typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc0415286cfac41349dd264dc1621c463.propsDefinition>;
1400
+ };
1401
+ };
1402
+ "ODraggable": {
1403
+ new (...args: any[]): {
1404
+ $props: typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3465fc250ac44f43af9d3df1cf17ec55.propsDefinition>;
1405
+ };
1406
+ };
1407
+ "OExpansionPanels": {
1408
+ new (...args: any[]): {
1409
+ $props: typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc220372653d7a43a6a79cf1d01a23cffb.propsDefinition>;
1410
+ };
1411
+ };
1412
+ "OExpansionPanel": {
1413
+ new (...args: any[]): {
1414
+ $props: typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca6ca5f7d21d24b168fcab70c965fded1.propsDefinition>;
1415
+ };
1416
+ };
1417
+ "OFlex": {
1418
+ new (...args: any[]): {
1419
+ $props: typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1691e25d963243f9b78a548fe8d2e8a7.propsDefinition>;
1420
+ };
1421
+ };
1422
+ "OHostProvider": {
1423
+ new (...args: any[]): {
1424
+ $props: typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8beba318c75e49aab203190ba1953c71.propsDefinition>;
1425
+ };
1426
+ };
1427
+ "OIcon": {
1428
+ new (...args: any[]): {
1429
+ $props: typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf79ba95ee5d40139e7935297b7d1e87.propsDefinition>;
1430
+ };
1431
+ };
1432
+ "OImg": {
1433
+ new (...args: any[]): {
1434
+ $props: typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1a821ca3b97a4b78bf235864addd38ca.propsDefinition>;
1435
+ };
1436
+ };
1437
+ "OInfiniteScroll": {
1438
+ new (...args: any[]): {
1439
+ $props: typeof wcfb478d201092422aa2106afa9758300f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfb478d201092422aa2106afa9758300f.propsDefinition>;
1440
+ };
1441
+ };
1442
+ "OLayout": {
1443
+ new (...args: any[]): {
1444
+ $props: typeof wc428e436c13dc457898a408786361c9b1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc428e436c13dc457898a408786361c9b1.propsDefinition>;
1445
+ };
1446
+ };
1447
+ "OLink": {
1448
+ new (...args: any[]): {
1449
+ $props: typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc75cd93099dd146469e0ce6b5b1cac14d.propsDefinition>;
1450
+ };
1451
+ };
1452
+ "OList": {
1453
+ new (...args: any[]): {
1454
+ $props: typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc154a229c9bd84d31aed848da93f29ea2.propsDefinition>;
1455
+ };
1456
+ };
1457
+ "OListItem": {
1458
+ new (...args: any[]): {
1459
+ $props: typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a4631845ea24fbb8cabdbb9b06772da.propsDefinition>;
1460
+ };
1461
+ };
1462
+ "OMain": {
1463
+ new (...args: any[]): {
1464
+ $props: typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1ed9f2ec3580492cb211d719c9b15ad1.propsDefinition>;
1465
+ };
1466
+ };
1467
+ "OMenu": {
1468
+ new (...args: any[]): {
1469
+ $props: typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01c206c8b30e41408b6457cdea679b78.propsDefinition>;
1470
+ };
1471
+ };
1472
+ "ONavigationDrawer": {
1473
+ new (...args: any[]): {
1474
+ $props: typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48b4d391d03f4a01a9485b845917d229.propsDefinition>;
1475
+ };
1476
+ };
1477
+ "OPanel": {
1478
+ new (...args: any[]): {
1479
+ $props: typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1d8d2a2328244f1eab96344841305976.propsDefinition>;
1480
+ };
1481
+ };
1482
+ "OProgress": {
1483
+ new (...args: any[]): {
1484
+ $props: typeof wc247719ac6d3843ec889face452544a21.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc247719ac6d3843ec889face452544a21.propsDefinition>;
1485
+ };
1486
+ };
1487
+ "ORadioGroup": {
1488
+ new (...args: any[]): {
1489
+ $props: typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48962186dfb94f37adc76f475b80015d.propsDefinition>;
1490
+ };
1491
+ };
1492
+ "ORadio": {
1493
+ new (...args: any[]): {
1494
+ $props: typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d9c50d3dcb1421cafb8eab80be243a1.propsDefinition>;
1495
+ };
1496
+ };
1497
+ "OSelect": {
1498
+ new (...args: any[]): {
1499
+ $props: typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc578e2a4d5cd247a4b1291911256253a7.propsDefinition>;
1500
+ };
1501
+ };
1502
+ "OSkeletonLoader": {
1503
+ new (...args: any[]): {
1504
+ $props: typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2ade92721b3c426fac97c63026f77351.propsDefinition>;
1505
+ };
1506
+ };
1507
+ "OSlider": {
1508
+ new (...args: any[]): {
1509
+ $props: typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd108fdde5ca942d7ae92195eb74b5452.propsDefinition>;
1510
+ };
1511
+ };
1512
+ "OSnackbar": {
1513
+ new (...args: any[]): {
1514
+ $props: typeof wca19feddcd78b4065b7650162fd088379.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca19feddcd78b4065b7650162fd088379.propsDefinition>;
1515
+ };
1516
+ };
1517
+ "OSpacer": {
1518
+ new (...args: any[]): {
1519
+ $props: typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc26ccc7aeae04f76a062e83c6df302fc.propsDefinition>;
1520
+ };
1521
+ };
1522
+ "OStepper": {
1523
+ new (...args: any[]): {
1524
+ $props: typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7cc2d4feecde4174badc5797ba6fb53e.propsDefinition>;
1525
+ };
1526
+ };
1527
+ "OStepperStep": {
1528
+ new (...args: any[]): {
1529
+ $props: typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca8c8ffd3d8ff46ee969d8fb6b9522104.propsDefinition>;
1530
+ };
1531
+ };
1532
+ "OSwitch": {
1533
+ new (...args: any[]): {
1534
+ $props: typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc31cc47b19e7d4c40b826f58d1c955a43.propsDefinition>;
1535
+ };
1536
+ };
1537
+ "OTabs": {
1538
+ new (...args: any[]): {
1539
+ $props: typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7345c491927b43438d9f5e14f51fbfad.propsDefinition>;
1540
+ };
1541
+ };
1542
+ "OTab": {
1543
+ new (...args: any[]): {
1544
+ $props: typeof wc8669930d609c497e8cde0c554621db88.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8669930d609c497e8cde0c554621db88.propsDefinition>;
1545
+ };
1546
+ };
1547
+ "OTable": {
1548
+ new (...args: any[]): {
1549
+ $props: typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9ae46ba053704a329be291bf111c2a85.propsDefinition>;
1550
+ };
1551
+ };
1552
+ "OText": {
1553
+ new (...args: any[]): {
1554
+ $props: typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb5a113074f704ba89e1ee4102ea95536.propsDefinition>;
1555
+ };
1556
+ };
1557
+ "OTextarea": {
1558
+ new (...args: any[]): {
1559
+ $props: typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7db8a98533485d97b4359f64601ff0.propsDefinition>;
1560
+ };
1561
+ };
1562
+ "OTextField": {
1563
+ new (...args: any[]): {
1564
+ $props: typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc94cf71a5a68d4b86aea325d400df2bd2.propsDefinition>;
1565
+ };
1566
+ };
1567
+ "OToolbar": {
1568
+ new (...args: any[]): {
1569
+ $props: typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc575bd9ad6c0d4fc9ab53fbd1b93786c4.propsDefinition>;
1570
+ };
1571
+ };
1572
+ "OTooltip": {
1573
+ new (...args: any[]): {
1574
+ $props: typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc19adb19938604f41b10f3a00eb3eb534.propsDefinition>;
1575
+ };
1576
+ };
1577
+ "OTreeview": {
1578
+ new (...args: any[]): {
1579
+ $props: typeof wcc617a9d7e25249929c41becb55905973.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc617a9d7e25249929c41becb55905973.propsDefinition>;
1580
+ };
1581
+ };
1582
+ "OValidation": {
1583
+ new (...args: any[]): {
1584
+ $props: typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1e7fa637f4914cbeb9ceb6d577fec150.propsDefinition>;
1585
+ };
1586
+ };
1587
+ "PropertyBlockV2": {
1588
+ new (...args: any[]): {
1589
+ $props: typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8270a3e368484538870b0bc4a6654234.propsDefinition>;
1590
+ };
1591
+ };
1592
+ "PropertyBlockV2Settings": {
1593
+ new (...args: any[]): {
1594
+ $props: typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab2cfe16632d45b5bab39e05612982a3.propsDefinition>;
1595
+ };
1596
+ };
1597
+ "Emoticon": {
1598
+ new (...args: any[]): {
1599
+ $props: typeof wc58330f37503947799af05363e58bda3c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc58330f37503947799af05363e58bda3c.propsDefinition>;
1600
+ };
1601
+ };
1602
+ "TextcompletionPanel": {
1603
+ new (...args: any[]): {
1604
+ $props: typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327ec741777b4e1ea8017f1d0a3b8d9d.propsDefinition>;
1605
+ };
1606
+ };
1607
+ "LikeactionSettings": {
1608
+ new (...args: any[]): {
1609
+ $props: typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc762d4009466d494e94cbcc3e90dff11d.propsDefinition>;
1610
+ };
1611
+ };
1612
+ "CommentLikeTemplate": {
1613
+ new (...args: any[]): {
1614
+ $props: typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4e5.propsDefinition>;
1615
+ };
1616
+ };
1617
+ "LikeListingTemplate": {
1618
+ new (...args: any[]): {
1619
+ $props: typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0e7c178722cb41108b4740dbc788b4ee.propsDefinition>;
1620
+ };
1621
+ };
1622
+ "ThemedefinitionEditor": {
1623
+ new (...args: any[]): {
1624
+ $props: typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ff736bf8c544324883ed49f2a38f846.propsDefinition>;
1625
+ };
1626
+ };
1627
+ "OmniaWorkplaceAdminTenantDesignJourney": {
1628
+ new (...args: any[]): {
1629
+ $props: typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc97cad1f254694fb2ab76b333cf8fe84c.propsDefinition>;
1630
+ };
1631
+ };
1632
+ "ThemeDefinitionPicker": {
1633
+ new (...args: any[]): {
1634
+ $props: typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc252ece0016594978b3ddfafdd59adda4.propsDefinition>;
1635
+ };
1636
+ };
1637
+ "ThemeEditorV2": {
1638
+ new (...args: any[]): {
1639
+ $props: typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5abbb7170e454f0d8cb537bcad180cd7.propsDefinition>;
1640
+ };
1641
+ };
1642
+ "ThemeProvider": {
1643
+ new (...args: any[]): {
1644
+ $props: typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc008c41f92c8847eea45f09ebc0535fc1.propsDefinition>;
1645
+ };
1646
+ };
1647
+ "VelcronEditor": {
1648
+ new (...args: any[]): {
1649
+ $props: typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc75ffd4cf2f14b6685c5c2d894fdf00f.propsDefinition>;
1650
+ };
1651
+ };
1652
+ "VelcronRenderer": {
1653
+ new (...args: any[]): {
1654
+ $props: typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3dd4d94bcc254f9fac2100a3ff84dc7e.propsDefinition>;
1655
+ };
1656
+ };
1657
+ "VelcronComponentCreator": {
1658
+ new (...args: any[]): {
1659
+ $props: typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc64567c1ccfb84d1380725db72ad01eeb.propsDefinition>;
1660
+ };
1661
+ };
1662
+ "PropertiesTermSetDisplay": {
1663
+ new (...args: any[]): {
1664
+ $props: typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7332138e1e7845d1a5e62597a27e44a4.propsDefinition>;
1665
+ };
1666
+ };
1667
+ "PropertiesTermSetEditor": {
1668
+ new (...args: any[]): {
1669
+ $props: typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc83dee8a1eea84537ad9544e8b9fc4cb1.propsDefinition>;
1670
+ };
1671
+ };
1672
+ "PropertiesTermSetConfiguration": {
1673
+ new (...args: any[]): {
1674
+ $props: typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca9cc1e1ff5894f4db7005bc49c6c47c5.propsDefinition>;
1675
+ };
1676
+ };
1677
+ "EnterprisepropertiesDatafieldDisplay": {
1678
+ new (...args: any[]): {
1679
+ $props: typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc2b52f62484d5caced1c31f7ead58b.propsDefinition>;
1680
+ };
1681
+ };
1682
+ "EnterprisepropertiesDatafieldEdit": {
1683
+ new (...args: any[]): {
1684
+ $props: typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbb27e780de41442fa9cab8cef6c71100.propsDefinition>;
1685
+ };
1686
+ };
1687
+ "EnterprisepropertiesExtendedPropertySettings": {
1688
+ new (...args: any[]): {
1689
+ $props: typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4ecc566131194348b7ec8495a06d4fd6.propsDefinition>;
1690
+ };
1691
+ };
1692
+ "FilterenginePersonPropertysettings": {
1693
+ new (...args: any[]): {
1694
+ $props: typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceed905b1712c498ebd5bb24f12ed10d7.propsDefinition>;
1695
+ };
1696
+ };
1697
+ "FilterenginePersonDefaultvalueInput": {
1698
+ new (...args: any[]): {
1699
+ $props: typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcad26e9b3bf774d949d153b9f9d1d4b02.propsDefinition>;
1700
+ };
1701
+ };
1702
+ "FilterengineTextPropertysettings": {
1703
+ new (...args: any[]): {
1704
+ $props: typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc7b2e1b93599a4e5fb878fb68b6abd74c.propsDefinition>;
1705
+ };
1706
+ };
1707
+ "FilterengineTextDefaultvalueInput": {
1708
+ new (...args: any[]): {
1709
+ $props: typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc47fde3016cac4cfea002b318651b2946.propsDefinition>;
1710
+ };
1711
+ };
1712
+ "FilterengineBooleanPropertysettings": {
1713
+ new (...args: any[]): {
1714
+ $props: typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc031ba18d4af243d2b9f1724a56077890.propsDefinition>;
1715
+ };
1716
+ };
1717
+ "FilterengineBooleanDefaultvalueInput": {
1718
+ new (...args: any[]): {
1719
+ $props: typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc6003c34b7d2d49cc8a9c7440371dca4b.propsDefinition>;
1720
+ };
1721
+ };
1722
+ "FilterengineDatetimePropertysettings": {
1723
+ new (...args: any[]): {
1724
+ $props: typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca1d7711329c24045bf72254e8d2767c8.propsDefinition>;
1725
+ };
1726
+ };
1727
+ "FilterengineDatetimeDefaultvalueInput": {
1728
+ new (...args: any[]): {
1729
+ $props: typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcba1fad28be954b8fadb7290ccb8f8c86.propsDefinition>;
1730
+ };
1731
+ };
1732
+ "FilterengineNumberPropertysettings": {
1733
+ new (...args: any[]): {
1734
+ $props: typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcee09ecc9d4fb46de8f1a408e38858030.propsDefinition>;
1735
+ };
1736
+ };
1737
+ "FilterengineNumberDefaultvalueInput": {
1738
+ new (...args: any[]): {
1739
+ $props: typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcea2ad78acabc4ec0bc3609301b3713c3.propsDefinition>;
1740
+ };
1741
+ };
1742
+ "FilterengineTagsPropertysettings": {
1743
+ new (...args: any[]): {
1744
+ $props: typeof wc024952d88730404da854cfed0d045284.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc024952d88730404da854cfed0d045284.propsDefinition>;
1745
+ };
1746
+ };
1747
+ "FilterengineTagsDefaultvalueInput": {
1748
+ new (...args: any[]): {
1749
+ $props: typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdc589fd533c8400a8dde3dad35f47248.propsDefinition>;
1750
+ };
1751
+ };
1752
+ "LayoutBlockPlaceholder": {
1753
+ new (...args: any[]): {
1754
+ $props: typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4834285963564938a31a1ac1dfb1b5d8.propsDefinition>;
1755
+ };
1756
+ };
1757
+ "CanvasToolbar": {
1758
+ new (...args: any[]): {
1759
+ $props: typeof wc4512676606d342adbd011def4b615151.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4512676606d342adbd011def4b615151.propsDefinition>;
1760
+ };
1761
+ };
1762
+ "OmniaLayoutDevelopertools": {
1763
+ new (...args: any[]): {
1764
+ $props: typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41f1eb15438a488b8b227b1ff31ca66f.propsDefinition>;
1765
+ };
1766
+ };
1767
+ "DevicePreviewer": {
1768
+ new (...args: any[]): {
1769
+ $props: typeof wcd89913a1055942b38285fcab85751865.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd89913a1055942b38285fcab85751865.propsDefinition>;
1770
+ };
1771
+ };
1772
+ "OmniafxMediaGalleryDialogSlider": {
1773
+ new (...args: any[]): {
1774
+ $props: typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcac5f615df97543cf97b3ae930ba113d0.propsDefinition>;
1775
+ };
1776
+ };
1777
+ "OmniafxMediaGalleryDisplayPhotowall": {
1778
+ new (...args: any[]): {
1779
+ $props: typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc12d1bca1d50b4186acd50014584389c9.propsDefinition>;
1780
+ };
1781
+ };
1782
+ "PropertiesBirthdayDisplay": {
1783
+ new (...args: any[]): {
1784
+ $props: typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition>;
1785
+ };
1786
+ };
1787
+ "PropertiesBirthdayEditor": {
1788
+ new (...args: any[]): {
1789
+ $props: typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc644e39fe6d4f4e23b1777aefd9c23939.propsDefinition>;
1790
+ };
1791
+ };
1792
+ "PropertiesBooleanDisplay": {
1793
+ new (...args: any[]): {
1794
+ $props: typeof wcf61d06a945754742a1896847765fbea5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf61d06a945754742a1896847765fbea5.propsDefinition>;
1795
+ };
1796
+ };
1797
+ "PropertiesBooleanEditor": {
1798
+ new (...args: any[]): {
1799
+ $props: typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wca16c703117f44a68982a1898d6c3c31b.propsDefinition>;
1800
+ };
1801
+ };
1802
+ "PropertiesBusinessprofileDisplay": {
1803
+ new (...args: any[]): {
1804
+ $props: typeof wcb131edab4792449794cbe808794a4678.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb131edab4792449794cbe808794a4678.propsDefinition>;
1805
+ };
1806
+ };
1807
+ "PropertiesBusinessprofileEditor": {
1808
+ new (...args: any[]): {
1809
+ $props: typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd524d750bbd84cbbb8582c259cef3198.propsDefinition>;
1810
+ };
1811
+ };
1812
+ "PropertiesDateDisplay": {
1813
+ new (...args: any[]): {
1814
+ $props: typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc627dc53f51a442019a52bba09ac665cc.propsDefinition>;
1815
+ };
1816
+ };
1817
+ "PropertiesDateEditor": {
1818
+ new (...args: any[]): {
1819
+ $props: typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae6a9ccc0bf24b0fb983460b7aba7fe6.propsDefinition>;
1820
+ };
1821
+ };
1822
+ "PropertiesDateTimeDisplay": {
1823
+ new (...args: any[]): {
1824
+ $props: typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5666ffa15ff14a64bac8854da534ff16.propsDefinition>;
1825
+ };
1826
+ };
1827
+ "PropertiesDateTimeEditor": {
1828
+ new (...args: any[]): {
1829
+ $props: typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f52758b4d0c4e02abfeea1c5c935571.propsDefinition>;
1830
+ };
1831
+ };
1832
+ "PropertiesDateTimeConfiguration": {
1833
+ new (...args: any[]): {
1834
+ $props: typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0aa4b8916fcf4b1f959c8fd04ef8bfe9.propsDefinition>;
1835
+ };
1836
+ };
1837
+ "PropertiesEmailDisplay": {
1838
+ new (...args: any[]): {
1839
+ $props: typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2b51f4d3ea464d7aa3f5b6ab4b9f9ccc.propsDefinition>;
1840
+ };
1841
+ };
1842
+ "PropertiesEmailEditor": {
1843
+ new (...args: any[]): {
1844
+ $props: typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc056a7f0a4fa444368b5c7d09c60dbcde.propsDefinition>;
1845
+ };
1846
+ };
1847
+ "PropertiesHtmlDisplay": {
1848
+ new (...args: any[]): {
1849
+ $props: typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f8ca1cb4e2847d4935f0ac659a3a1f8.propsDefinition>;
1850
+ };
1851
+ };
1852
+ "PropertiesHtmlEditor": {
1853
+ new (...args: any[]): {
1854
+ $props: typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2d5cfa916f2946ea9ed6b9ed2c15dadf.propsDefinition>;
1855
+ };
1856
+ };
1857
+ "PropertiesHtmlConfiguration": {
1858
+ new (...args: any[]): {
1859
+ $props: typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae36a741825f4f209bc10b68fb677bf7.propsDefinition>;
1860
+ };
1861
+ };
1862
+ "PropertiesIdentityDisplay": {
1863
+ new (...args: any[]): {
1864
+ $props: typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc24adf7dd588e4121b7f2b88f06d19ff0.propsDefinition>;
1865
+ };
1866
+ };
1867
+ "PropertiesIdentityEditor": {
1868
+ new (...args: any[]): {
1869
+ $props: typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc512d83f1692c4d7ea3dee2653ccf15e6.propsDefinition>;
1870
+ };
1871
+ };
1872
+ "PropertiesIdentityConfiguration": {
1873
+ new (...args: any[]): {
1874
+ $props: typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc77d632a8bca5461fb6c429a0ff65dc83.propsDefinition>;
1875
+ };
1876
+ };
1877
+ "PropertiesImageDisplay": {
1878
+ new (...args: any[]): {
1879
+ $props: typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbf51f51ebb83415085c1ac7647a65152.propsDefinition>;
1880
+ };
1881
+ };
1882
+ "PropertiesImageConfiguration": {
1883
+ new (...args: any[]): {
1884
+ $props: typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5395d36d407d46f1bf8b16a8a01ace5a.propsDefinition>;
1885
+ };
1886
+ };
1887
+ "PropertiesImageEditor": {
1888
+ new (...args: any[]): {
1889
+ $props: typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc188dea2e3ae74c54a34a3e6567e1399e.propsDefinition>;
1890
+ };
1891
+ };
1892
+ "PropertiesIntegerDisplay": {
1893
+ new (...args: any[]): {
1894
+ $props: typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5f9cd004b39f4340a86911e1fc225a20.propsDefinition>;
1895
+ };
1896
+ };
1897
+ "PropertiesIntegerEditor": {
1898
+ new (...args: any[]): {
1899
+ $props: typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc49e771f49e06477fbe72da709d82dc29.propsDefinition>;
1900
+ };
1901
+ };
1902
+ "PropertiesLanguageDisplay": {
1903
+ new (...args: any[]): {
1904
+ $props: typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc41b1957c2c2b456d8f14bc39f6761c77.propsDefinition>;
1905
+ };
1906
+ };
1907
+ "PropertiesLanguageEditor": {
1908
+ new (...args: any[]): {
1909
+ $props: typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc84265bdaa0054a8092a740c818daf04e.propsDefinition>;
1910
+ };
1911
+ };
1912
+ "PropertiesLinkDisplay": {
1913
+ new (...args: any[]): {
1914
+ $props: typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc93d3ac3a514149ebbd387d1e87008ec6.propsDefinition>;
1915
+ };
1916
+ };
1917
+ "PropertiesLinkEditor": {
1918
+ new (...args: any[]): {
1919
+ $props: typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9911a5588ea34e9cad8a5129c82e1f0c.propsDefinition>;
1920
+ };
1921
+ };
1922
+ "PropertiesLinkConfiguration": {
1923
+ new (...args: any[]): {
1924
+ $props: typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbdcc5c7cc8b04e9c8cba9787284281ca.propsDefinition>;
1925
+ };
1926
+ };
1927
+ "PropertiesMediaDisplay": {
1928
+ new (...args: any[]): {
1929
+ $props: typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc82ed0f43e304436ba399aacf37dc10fb.propsDefinition>;
1930
+ };
1931
+ };
1932
+ "PropertiesMediaEditor": {
1933
+ new (...args: any[]): {
1934
+ $props: typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc01ad88e84cd443e28c158b2fa4147924.propsDefinition>;
1935
+ };
1936
+ };
1937
+ "PropertiesMultilinetextDisplay": {
1938
+ new (...args: any[]): {
1939
+ $props: typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc90552b5ea3484174bf69463a6a74f83a.propsDefinition>;
1940
+ };
1941
+ };
1942
+ "PropertiesMultilinetextEditor": {
1943
+ new (...args: any[]): {
1944
+ $props: typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcc24137f2406f4ebeb414b8d11492d0d3.propsDefinition>;
1945
+ };
1946
+ };
1947
+ "PropertiesMultilingualtextDisplay": {
1948
+ new (...args: any[]): {
1949
+ $props: typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc784d162feec24424a993d8ba812b9c94.propsDefinition>;
1950
+ };
1951
+ };
1952
+ "PropertiesMultilingualtextEditor": {
1953
+ new (...args: any[]): {
1954
+ $props: typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition>;
1955
+ };
1956
+ };
1957
+ "PropertiesPhoneNumberDisplay": {
1958
+ new (...args: any[]): {
1959
+ $props: typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition>;
1960
+ };
1961
+ };
1962
+ "PropertiesPhoneNumberEditor": {
1963
+ new (...args: any[]): {
1964
+ $props: typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition>;
1965
+ };
1966
+ };
1967
+ "PropertiesTagsDisplay": {
1968
+ new (...args: any[]): {
1969
+ $props: typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition>;
1970
+ };
1971
+ };
1972
+ "PropertiesTagsEditor": {
1973
+ new (...args: any[]): {
1974
+ $props: typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition>;
1975
+ };
1976
+ };
1977
+ "PropertiesTextDisplay": {
1978
+ new (...args: any[]): {
1979
+ $props: typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition>;
1980
+ };
1981
+ };
1982
+ "PropertiesTextEditor": {
1983
+ new (...args: any[]): {
1984
+ $props: typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb8cc745685f2417cacf578d9bed620b5.propsDefinition>;
1985
+ };
1986
+ };
1987
+ "PropertiesTimeDisplay": {
1988
+ new (...args: any[]): {
1989
+ $props: typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wceb1460af73a8467597c5d0987d38cae5.propsDefinition>;
1990
+ };
1991
+ };
1992
+ "PropertiesTimeEditor": {
1993
+ new (...args: any[]): {
1994
+ $props: typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf6b07b9fb080465498768f4fc8c58415.propsDefinition>;
1995
+ };
1996
+ };
1997
+ "PropertiesUsertypeDisplay": {
1998
+ new (...args: any[]): {
1999
+ $props: typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcab831db522504b8ea6948fe46978bd31.propsDefinition>;
2000
+ };
2001
+ };
2002
+ "PropertiesUsertypeEditor": {
2003
+ new (...args: any[]): {
2004
+ $props: typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2717acc386ab40198b6dae0986557da3.propsDefinition>;
2005
+ };
2006
+ };
2007
+ "ContentBlock": {
2008
+ new (...args: any[]): {
2009
+ $props: typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wccf8f32c9a70e408489a451caa80cd327.propsDefinition>;
2010
+ };
2011
+ };
2012
+ "ContentBlockSettings": {
2013
+ new (...args: any[]): {
2014
+ $props: typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcce1c0a7d513e45ee86564ec4235e712d.propsDefinition>;
2015
+ };
2016
+ };
2017
+ "VelcronBlock": {
2018
+ new (...args: any[]): {
2019
+ $props: typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc80bd5b0978ea40439001d3d409236382.propsDefinition>;
2020
+ };
2021
+ };
2022
+ "VelcronBlockSettings": {
2023
+ new (...args: any[]): {
2024
+ $props: typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wce8526e8ed3f74e848e0dd747fd4d376d.propsDefinition>;
2025
+ };
2026
+ };
2027
+ "VelcronDefinitionPicker": {
2028
+ new (...args: any[]): {
2029
+ $props: typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcb197c5e805cc4d6bb3d012e258560b31.propsDefinition>;
2030
+ };
2031
+ };
2032
+ "VelcronPropertiesEditor": {
2033
+ new (...args: any[]): {
2034
+ $props: typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdabd67ab338243858fe7d1ca24399995.propsDefinition>;
2035
+ };
2036
+ };
2037
+ "VelcronPropertyEditorCreator": {
2038
+ new (...args: any[]): {
2039
+ $props: typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5688474abe554cabb34c696620eb6be1.propsDefinition>;
2040
+ };
2041
+ };
2042
+ "FilterengineTaxonomyPropertysettings": {
2043
+ new (...args: any[]): {
2044
+ $props: typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcdb625bea89b04f32a946efe7a887c7f2.propsDefinition>;
2045
+ };
2046
+ };
2047
+ "FilterengineTaxonomyDefaultvalueInput": {
2048
+ new (...args: any[]): {
2049
+ $props: typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcded30c240e6c4688955867472a8d0a02.propsDefinition>;
2050
+ };
2051
+ };
2052
+ "LayoutBackgroundSettings": {
2053
+ new (...args: any[]): {
2054
+ $props: typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcf5cf0b4975644d688124880ae533869e.propsDefinition>;
2055
+ };
2056
+ };
2057
+ "LayoutBlockSettingsHeader": {
2058
+ new (...args: any[]): {
2059
+ $props: typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2e52c0d860ec498fa3abf6b76eacc45d.propsDefinition>;
2060
+ };
2061
+ };
2062
+ "LayoutBlockSettingsSpacing": {
2063
+ new (...args: any[]): {
2064
+ $props: typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9666ee9da0af46ac8354f0577050cb60.propsDefinition>;
2065
+ };
2066
+ };
2067
+ "LayoutBlockSettingsStyle": {
2068
+ new (...args: any[]): {
2069
+ $props: typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc103ae93f7a7c4754872e2573a9a689d7.propsDefinition>;
2070
+ };
2071
+ };
2072
+ "LayoutBlockSettingsCss": {
2073
+ new (...args: any[]): {
2074
+ $props: typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc06eff92039dd49339e522ac2d7a648af.propsDefinition>;
2075
+ };
2076
+ };
2077
+ "LayoutBlockSettingsTargeting": {
2078
+ new (...args: any[]): {
2079
+ $props: typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc53cbd5702e9e41ffa95093586c0e001d.propsDefinition>;
2080
+ };
2081
+ };
2082
+ "LayoutBlockTitle": {
2083
+ new (...args: any[]): {
2084
+ $props: typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1b1dd31ac8644b498ddf378a431dfb19.propsDefinition>;
2085
+ };
2086
+ };
2087
+ "LayoutBlockTitleSettings": {
2088
+ new (...args: any[]): {
2089
+ $props: typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbeda6edf4c614323955fc06c6326f7e9.propsDefinition>;
2090
+ };
2091
+ };
2092
+ "LayoutImageBackgroundSettings": {
2093
+ new (...args: any[]): {
2094
+ $props: typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc0f7be5adc6ff4d81b920e5cf086128ae.propsDefinition>;
2095
+ };
2096
+ };
2097
+ "LayoutLayoutSettingsGlobalheader": {
2098
+ new (...args: any[]): {
2099
+ $props: typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc673c5382ae8e4663ac07110302d7e386.propsDefinition>;
2100
+ };
2101
+ };
2102
+ "LayoutLayoutSettingsBlockheader": {
2103
+ new (...args: any[]): {
2104
+ $props: typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc221ed456340d4c1fa7522b7bee6d7a64.propsDefinition>;
2105
+ };
2106
+ };
2107
+ "LayoutLayoutSettingsStyle": {
2108
+ new (...args: any[]): {
2109
+ $props: typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc9e404f90ca6640f19c3fece23b073993.propsDefinition>;
2110
+ };
2111
+ };
2112
+ "LayoutClipboard": {
2113
+ new (...args: any[]): {
2114
+ $props: typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc4a31764ba9f6414a96192d0d02456086.propsDefinition>;
2115
+ };
2116
+ };
2117
+ "LayoutLockSettings": {
2118
+ new (...args: any[]): {
2119
+ $props: typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc160a5d56895f4a66a9dae49cffdae312.propsDefinition>;
2120
+ };
2121
+ };
2122
+ "LayoutSectionSettingsGeneral": {
2123
+ new (...args: any[]): {
2124
+ $props: typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc51c48c7bbe4245888bbf2f98884d6028.propsDefinition>;
2125
+ };
2126
+ };
2127
+ "LayoutSectionSettingsSpacing": {
2128
+ new (...args: any[]): {
2129
+ $props: typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68724008d5d046b8a2f969ee90eece2c.propsDefinition>;
2130
+ };
2131
+ };
2132
+ "LayoutSectionSettingsStyle": {
2133
+ new (...args: any[]): {
2134
+ $props: typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc08384c0236f840719ee3d8e018718e68.propsDefinition>;
2135
+ };
2136
+ };
2137
+ "LayoutSectionSettingsCss": {
2138
+ new (...args: any[]): {
2139
+ $props: typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc245a49e2d21a4b4ca849825b903103fe.propsDefinition>;
2140
+ };
2141
+ };
2142
+ "LayoutSectionSettingsTargeting": {
2143
+ new (...args: any[]): {
2144
+ $props: typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc68628381bcdb41f6b0beb64d7ce94052.propsDefinition>;
2145
+ };
2146
+ };
2147
+ "LayoutSectionSettingsHeader": {
2148
+ new (...args: any[]): {
2149
+ $props: typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc48ff129f9a254eec9276b47f0c0f8b3e.propsDefinition>;
2150
+ };
2151
+ };
2152
+ "LayoutTabLayoutSettings": {
2153
+ new (...args: any[]): {
2154
+ $props: typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc2a460a78bf504a2b9d00b1f86a347d46.propsDefinition>;
2155
+ };
2156
+ };
2157
+ "LayoutTabBlockSettings": {
2158
+ new (...args: any[]): {
2159
+ $props: typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5b6b6242356046c29e05c24fb2135bf0.propsDefinition>;
2160
+ };
2161
+ };
2162
+ "OmniaWorkplaceDefinitionsJourney": {
2163
+ new (...args: any[]): {
2164
+ $props: typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc5538665e145f4fa8b28bc2103fc080b8.propsDefinition>;
2165
+ };
2166
+ };
2167
+ "OmniaWorkplaceThemesJourney": {
2168
+ new (...args: any[]): {
2169
+ $props: typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcbed95d1ec67f4a15986fc72adebdb78f.propsDefinition>;
2170
+ };
2171
+ };
2172
+ "AddButton": {
2173
+ new (...args: any[]): {
2174
+ $props: typeof wc1476702e8f24468d9185322be5931c54.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc1476702e8f24468d9185322be5931c54.propsDefinition>;
2175
+ };
2176
+ };
2177
+ "OmniaWorkplaceBlueprintsJourney": {
2178
+ new (...args: any[]): {
2179
+ $props: typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc56efc575579e4da3bb45d3a45d8c0888.propsDefinition>;
2180
+ };
2181
+ };
2182
+ "OmniaWorkplaceColorSchemasJourney": {
2183
+ new (...args: any[]): {
2184
+ $props: typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcd90e0352809742c482bdda733dc8872a.propsDefinition>;
2185
+ };
2186
+ };
2187
+ "OmniaWorkplaceTypographyJourney": {
2188
+ new (...args: any[]): {
2189
+ $props: typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wcfc2401c7c3384790ae7ce17d05b0855f.propsDefinition>;
2190
+ };
2191
+ };
2192
+ "ColorPickerSchema": {
2193
+ new (...args: any[]): {
2194
+ $props: typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc327aebb7d6ce4565bf119cf67e121d1a.propsDefinition>;
2195
+ };
2196
+ };
2197
+ "ColorSchemaMapper": {
2198
+ new (...args: any[]): {
2199
+ $props: typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc511447a5fd2646af910064ed9970d82e.propsDefinition>;
2200
+ };
2201
+ };
2202
+ "RatioPicker": {
2203
+ new (...args: any[]): {
2204
+ $props: typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc3cd2da446d21461e8149e6c8334a36f4.propsDefinition>;
2205
+ };
2206
+ };
2207
+ "TypographyPickerSchema": {
2208
+ new (...args: any[]): {
2209
+ $props: typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition & Omit<VueComponentBaseProps, keyof typeof wc8420a0b507e14a288c2d895471739f1d.propsDefinition>;
2210
+ };
2211
+ };
2212
+ };
2213
+ }