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