@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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "7.5.75-dev",
4
+ "version": "8.0.0-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,34 +20,20 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "7.5.75-dev",
23
+ "@omnia/fx-models": "8.0.0-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",
27
27
  "vue-virtual-scroller": "1.0.0-rc.2",
28
28
  "splitpanes": "2.4.1",
29
- "vuetify": "2.6.12",
30
- "vue": "2.7.13",
31
- "vue-tsx-support": "3.2.0",
32
- "typescript": "4.9.4",
33
- "tiptap": "1.26.4",
34
- "tiptap-extensions": "1.28.4",
35
- "orderedmap": "1.1.5",
36
- "prosemirror-collab": "1.1.2",
37
- "prosemirror-history": "1.0.4",
38
- "prosemirror-model": "1.7.4",
39
- "prosemirror-state": "1.2.4",
40
- "prosemirror-transform": "1.1.5",
41
- "prosemirror-utils": "0.9.6",
42
- "prosemirror-view": "1.11.7",
43
- "prosemirror-commands": "1.0.8",
44
- "prosemirror-dropcursor": "1.2.0",
45
- "prosemirror-gapcursor": "1.0.4",
46
- "prosemirror-inputrules": "1.0.4",
47
- "prosemirror-keymap": "1.0.2",
48
- "prosemirror-schema-list": "1.0.4",
49
- "vue-property-decorator": "8.3.0",
50
- "vue-class-component": "7.1.0",
29
+ "vuetify": "3.3.20",
30
+ "vue": "3.3.4",
31
+ "tslib": "2.5.0",
32
+ "typescript": "5.0.4",
33
+ "@tiptap/vue-3": "2.0.0-beta.220",
34
+ "@tiptap/pm": "2.0.0-beta.220",
35
+ "@tiptap/suggestion": "2.0.0-beta.220",
36
+ "@tiptap/starter-kit": "2.0.0-beta.220",
51
37
  "axios": "0.24.0",
52
38
  "mousetrap": "1.6.1"
53
39
  },
package/task.js CHANGED
@@ -9,6 +9,11 @@ function init() {
9
9
  if (fs.existsSync(process.cwd().replace(/\\/g, "/") + "/node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/bundle.js")) {
10
10
  const tooling = require('@omnia/tooling-vue/internal-do-not-import-from-here/tasks/bundle');
11
11
  tooling.registerManifestsReference([
12
+ {
13
+ path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json',
14
+ serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
15
+ resourceId: '3fa51aee-4528-4427-8ad5-376c94724d01'
16
+ },
12
17
  {
13
18
  path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
14
19
  serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
@@ -41,10 +46,6 @@ function init() {
41
46
  path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.shared.vendor.manifest.json'
42
47
  }
43
48
  ]);
44
- let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
45
- if (fsExtra.existsSync(wcdefinitionsPath)) {
46
- tooling.registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
47
- }
48
49
  }
49
50
  }
50
51
  exports.init = init;
package/task.ts CHANGED
@@ -9,6 +9,11 @@ export function init() {
9
9
  if (fs.existsSync(process.cwd().replace(/\\/g, "/") + "/node_modules/@omnia/tooling-vue/internal-do-not-import-from-here/tasks/bundle.js")) {
10
10
  const tooling = require('@omnia/tooling-vue/internal-do-not-import-from-here/tasks/bundle');
11
11
  tooling.registerManifestsReference([
12
+ {
13
+ path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omfx.libs.prosemirror.manifest.json',
14
+ serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
15
+ resourceId: '3fa51aee-4528-4427-8ad5-376c94724d01'
16
+ },
12
17
  {
13
18
  path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json',
14
19
  serviceId: 'bb000000-0000-bbbb-0000-0000000000bb',
@@ -41,11 +46,6 @@ export function init() {
41
46
  path: 'node_modules/@omnia/fx/internal-do-not-import-from-here/manifests/omnia.shared.vendor.manifest.json'
42
47
  }
43
48
  ]);
44
-
45
- let wcdefinitionsPath = path.resolve(__dirname, "./internal-do-not-import-from-here/wcdefinitions.json");
46
- if (fsExtra.existsSync(wcdefinitionsPath)) {
47
- tooling.registerWebComponentDefinitions(fsExtra.readJSONSync(wcdefinitionsPath));
48
- }
49
49
  }
50
50
  }
51
51
 
package/ux/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  export * from '../internal-do-not-import-from-here/ux/index';
2
- export * from '../internal-do-not-import-from-here/ux/ComponentDefinitions';
2
+ export * from '../internal-do-not-import-from-here/ux/ComponentTypings';
3
3
 
4
4
 
@@ -1,7 +0,0 @@
1
- import "./MessageOverlay.css";
2
- declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & {
3
- propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
4
- }) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<unknown, never>, any, any, any>> & {
5
- propsDefinition: import("vue-tsx-support").PropsForOutside<unknown, never>;
6
- });
7
- export default _default;
@@ -1,11 +0,0 @@
1
- import { ColorDefinition, ThemeDefinitionV2 } from "./ThemeDefinitionV2";
2
- import { TypographyType } from "./TypographyDefinition";
3
- export declare const useThemeMethods: (themedefinition: ThemeDefinitionV2) => {
4
- colorSchema: (colorSchemaType: string) => import("./ThemeDefinitionV2").ColorSchema;
5
- typography: (typographyType: string) => TypographyType;
6
- color: (colorSchemaType: string, colorType: string) => string;
7
- colorDefinition: (colorSchemaType: string, colorType: string) => ColorDefinition;
8
- complementaryColorType: (colorType: string) => string;
9
- complementaryColor: (colorSchemaType: string, colorType: string) => string;
10
- complementaryColorDefinition: (colorSchemaType: string, colorType: string) => ColorDefinition;
11
- };
@@ -1,60 +0,0 @@
1
- import "client/tooling/vue/bb000000-0000-bbbb-0000-0000000000bb.wctypings";
2
- import "../wctypings";
3
- import "./button/index";
4
- import "./colorpicker/index";
5
- import "./confirmdialog/index";
6
- import "./contextlanguagepicker/index";
7
- import "./datatable/index";
8
- import "./datetimepicker/index";
9
- import "./dialog/index";
10
- import "./documenticon/index";
11
- import "./enterpriseproperties/index";
12
- import "./enterprisepropertysets/index";
13
- import "./errormessage/index";
14
- import "./features/index";
15
- import "./fileuploader/index";
16
- import "./governancedashboard/index";
17
- import "./heading/index";
18
- import "./icon/index";
19
- import "./iconpicker/index";
20
- import "./iframe/index";
21
- import "./imagegrid/index";
22
- import "./imagetransformation/index";
23
- import "./imagetransformer/index";
24
- import "./journey/index";
25
- import "./languagepicker/index";
26
- import "./layoutcanvas/editor/ILayoutEditorCanvas";
27
- import "./layoutcanvas/renderer/ILayoutBlockRendererHelper";
28
- import "./layoutcanvas/renderer/ILayoutRendererCanvas";
29
- import "./letteravatar/index";
30
- import "./mediapicker/index";
31
- import "./mediapickerproviders/index";
32
- import "./messaging/index";
33
- import "./multilingualinput/index";
34
- import "./peoplepicker/index";
35
- import "./permissioninput/index";
36
- import "./richtexteditor/index";
37
- import "./richtexteditor/PublicRichTextEditorApi";
38
- import "./richtexteditorrenderer/index";
39
- import "./rollupfilter/index";
40
- import "./securitytrimer/index";
41
- import "./settings/index";
42
- import "./sitelogoicon/index";
43
- import "./social/index";
44
- import "./spacingpicker/index";
45
- import "./statusmessageoverlay/index";
46
- import "./templatepicker/index";
47
- import "./texttranslator/index";
48
- import "./theming/index";
49
- import "./timeperiodpicker/index";
50
- import "./timezonepicker/index";
51
- import "./urlinput/index";
52
- import "./validation/index";
53
- import "./welcome/index";
54
- import "./wizard/index";
55
- import "./enterpriseglossary/index";
56
- import "./app/builders/index";
57
- import "./app/appinstance/index";
58
- import "./selection/index";
59
- import "./profilecard/index";
60
- import "./organizationtree/IOrganizationTree";
@@ -1,30 +0,0 @@
1
- import { ComponentOptions, VueConstructor, VNode, SetupContext } from "vue";
2
- import { ComponentPublicInstance, ShallowUnwrapRef } from "vue";
3
- import { WebComponentBundleManifest } from "@omnia/fx-models";
4
- import { RecordPropsDefinition } from "vue/types/options";
5
- import { PropsForOutside, RequiredPropNames, _TsxComponentInstanceV3, _TsxComponentV3 } from "vue-tsx-support/lib/api";
6
- import { InnerScopedSlots } from "vue-tsx-support";
7
- import { TsxComponentTypeInfo } from "vue-tsx-support/types/base";
8
- export type SetupContextExtend<PrefixedEvents = unknown, ScopedSlots = unknown, On = unknown> = SetupContext & {
9
- slots: InnerScopedSlots<ScopedSlots>;
10
- _tsx?: TsxComponentTypeInfo<{}, {}, PrefixedEvents, On>;
11
- refs: {
12
- [key: string]: Vue | Element | Vue[] | Element[];
13
- };
14
- readonly parent: Vue | null;
15
- };
16
- export type CompositionComponentOptions<Props, PropsDef extends RecordPropsDefinition<Props>, PrefixedEvents, ScopedSlots, On> = {
17
- props?: PropsDef & RecordPropsDefinition<Props>;
18
- setup: (this: void, props: Props, ctx: SetupContextExtend<PrefixedEvents, ScopedSlots, On>) => () => VNode | JSX.Element;
19
- } & Pick<ComponentOptions<Vue>, "name" | "components" | "inheritAttrs" | "directives" | "filters">;
20
- export type CompositionComponentOptionsWithRender<Props, PropsDef extends RecordPropsDefinition<Props>, PrefixedEvents, ScopedSlots, On, RawBinding> = {
21
- props?: PropsDef & RecordPropsDefinition<Props>;
22
- setup: (this: void, props: Props, ctx: SetupContextExtend<PrefixedEvents, ScopedSlots, On>) => RawBinding;
23
- render(): VNode | JSX.Element;
24
- } & Pick<ComponentOptions<Vue>, "name" | "components" | "inheritAttrs" | "directives" | "filters"> & ThisType<ComponentPublicInstance<Props, RawBinding>>;
25
- type _OmniaTsxComponentV3<V extends Vue, Attributes, Props, PrefixedEvents, On, ScopedSlotArgs> = VueConstructor<_TsxComponentInstanceV3<V, Attributes, Props, PrefixedEvents, On, ScopedSlotArgs>> & {
26
- propsDefinition: Props;
27
- };
28
- export declare function defineVueWebComponent<Props, PropsDef extends RecordPropsDefinition<Props> = RecordPropsDefinition<Props>, PrefixedEvents = any, ScopedSlots = any, On = any, RawBinding = any, RequiredProps extends keyof Props = RequiredPropNames<PropsDef> & keyof Props>(options: CompositionComponentOptions<Props, PropsDef, PrefixedEvents, ScopedSlots, On> | CompositionComponentOptionsWithRender<Props, PropsDef, PrefixedEvents, ScopedSlots, On, RawBinding>, register?: (manifest: WebComponentBundleManifest, component: _TsxComponentV3<Vue, {}, PropsForOutside<Props, RequiredProps>, PrefixedEvents, On, ScopedSlots>) => void): _OmniaTsxComponentV3<Vue, {}, PropsForOutside<Props, RequiredProps>, PrefixedEvents, On, ScopedSlots> | _OmniaTsxComponentV3<Vue & ShallowUnwrapRef<RawBinding>, {}, PropsForOutside<Props, RequiredProps>, PrefixedEvents, On, ScopedSlots>;
29
- export declare function internaldefineVueWebComponent(omniaServiceId: any, manifestId: any, options: any, register?: (manifest: WebComponentBundleManifest, component: any) => void): any;
30
- export {};
@@ -1,6 +0,0 @@
1
- import { OmniaContext } from "../../contexts";
2
- export declare const confirmDialogStyles: (omniaContext: OmniaContext) => {
3
- icon: string;
4
- header: string;
5
- content: string;
6
- };
@@ -1,18 +0,0 @@
1
- import { DateTimeZone } from "@omnia/fx/models";
2
- export interface IDateTimeZonePicker {
3
- isError?: boolean;
4
- valueBind?: DateTimeZone<string>;
5
- onValueChanged?: (value: DateTimeZone<Date>) => void;
6
- mode?: "date-time" | "date";
7
- minuteSkip?: 0 | 5 | 10 | 15 | 20 | 30;
8
- dateFormat?: string;
9
- locale?: string;
10
- firstDayOfWeek?: number;
11
- dark?: boolean;
12
- disabled?: boolean;
13
- label?: string;
14
- filled?: boolean;
15
- singleLine?: boolean;
16
- color?: string;
17
- showMenu?: boolean;
18
- }
@@ -1 +0,0 @@
1
- export * from "./IDateTimeZonePicker";
@@ -1 +0,0 @@
1
- export * from "./IDateTimeZoneRenderer";
@@ -1,25 +0,0 @@
1
- export interface IEditorChromeProperties {
2
- }
3
- /**Editor chrome*/
4
- export interface IEditorChrome extends IEditorChromeProperties {
5
- [name: string]: any;
6
- renderNavigationDrawer?: (h: any) => JSX.Element;
7
- actionToolbarRoles?: string[];
8
- closeEditor: () => void;
9
- navigationDrawerTitle?: string;
10
- renderNavigationDrawerBottom?: (h: any) => JSX.Element;
11
- hideCloseButton?: boolean;
12
- }
13
- declare global {
14
- namespace VueTsxSupport.JSX {
15
- interface Element {
16
- }
17
- interface ElementClass {
18
- }
19
- interface ElementAttributesProperty {
20
- }
21
- interface IntrinsicElements {
22
- "omfx-editor-chrome": IEditorChrome;
23
- }
24
- }
25
- }
@@ -1,17 +0,0 @@
1
- import { GuidValue } from "../../models";
2
- export interface IFeatureJourney {
3
- appInstanceId?: GuidValue;
4
- targetResolverType: string;
5
- onInstanceClosed?: () => void;
6
- }
7
- declare global {
8
- namespace VueTsxSupport.JSX {
9
- interface Element {
10
- }
11
- interface ElementClass {
12
- }
13
- interface IntrinsicElements {
14
- "omfx-features-journey": IFeatureJourney;
15
- }
16
- }
17
- }
@@ -1,25 +0,0 @@
1
- import { WebImage, MediaItem, MediaPickerEnums } from "../../models";
2
- import { TsxAllowUnknowProperties } from "../";
3
- export interface IImageGridComponentAttributes {
4
- appendToGrid?: boolean;
5
- }
6
- export interface IImageGridComponent extends IImageGridComponentAttributes {
7
- images?: Array<WebImage>;
8
- onImageSelected?: (image: WebImage) => void;
9
- itemDetailSlot?: (h: any, item: MediaItem) => JSX.Element;
10
- itemOverlaySlot?: (h: any, item: MediaItem) => JSX.Element;
11
- searchStatus?: MediaPickerEnums.MediaSearchStatus;
12
- }
13
- declare global {
14
- namespace VueTsxSupport.JSX {
15
- interface Element {
16
- }
17
- interface ElementClass {
18
- }
19
- interface ElementAttributesProperty {
20
- }
21
- interface IntrinsicElements {
22
- "omfx-media-imagegrid": TsxAllowUnknowProperties<IImageGridComponent>;
23
- }
24
- }
25
- }
@@ -1,66 +0,0 @@
1
- import { IWebComponentInstance } from "../../../..";
2
- import "../../ImageTransformer.css";
3
- import { OmniaTheming, VueComponentBase } from "../../..";
4
- import { ImageTransformerLocalization } from "../../loc/localize";
5
- import { MediaPickerImageRatio, MediaPickerRenditionData, ImageCropzoneRect, MediaPickerCropTransformation, MediaPickerRollupImageRatio, MediaPickerBase64Image } from "../../../../models";
6
- import { MultilingualStore, MediaPickerStore } from "../../../../stores";
7
- import { MediaPickerService } from "../../../../services";
8
- export interface ImageRollupProps {
9
- sourceImage: MediaPickerBase64Image;
10
- sourceRenditionData?: Array<MediaPickerRenditionData>;
11
- rollupRatios: Array<MediaPickerRollupImageRatio>;
12
- renditionDataChangedCallback?: (result: Array<MediaPickerRenditionData>) => void;
13
- shareableRenditions?: Array<MediaPickerCropTransformation>;
14
- selectedRenditionId?: {
15
- value: number;
16
- };
17
- isShowWarningDialog?: {
18
- value: boolean;
19
- };
20
- }
21
- export declare class ImageRollup extends VueComponentBase<ImageRollupProps> implements IWebComponentInstance, ImageRollupProps {
22
- sourceImage: MediaPickerBase64Image;
23
- sourceRenditionData?: Array<MediaPickerRenditionData>;
24
- rollupRatios: Array<MediaPickerRollupImageRatio>;
25
- renditionDataChangedCallback?: (result: Array<MediaPickerRenditionData>) => void;
26
- shareableRenditions: Array<MediaPickerCropTransformation>;
27
- selectedRenditionId: {
28
- value: number;
29
- };
30
- isShowWarningDialog: {
31
- value: boolean;
32
- };
33
- omniaTheming: OmniaTheming;
34
- multilingualStore: MultilingualStore;
35
- loc: ImageTransformerLocalization.locInterface;
36
- mediaPickerStore: MediaPickerStore;
37
- mediaPickerService: MediaPickerService;
38
- private editorInstance;
39
- private selectedRatio;
40
- private selectedRendition;
41
- private editorId;
42
- private maxImageHeight;
43
- private maxImageWidth;
44
- private availableImageRatios;
45
- private sourceImageInformation;
46
- private isLoading;
47
- private editingRenditionData?;
48
- sourceImageChanged(newValue: string, oldValue: string): void;
49
- shareableRenditionsChanged(): void;
50
- mounted(): void;
51
- beforeDestroy(): void;
52
- removeEditor(): void;
53
- init(): void;
54
- initImageEditor(): void;
55
- resizeCanvasDimension(): Promise<void>;
56
- ensureImageRenditionData(): void;
57
- onInitCropperEvent(): void;
58
- loadImage(): void;
59
- setSelectedImageRatio(imageRatio: MediaPickerImageRatio): void;
60
- setImageRenditionDataProps(cropRect: ImageCropzoneRect, imageRenditionData: MediaPickerRenditionData): void;
61
- updateCurrentRenditionData(cropRect: ImageCropzoneRect): void;
62
- updateRenditionDataChange(): void;
63
- saveCropState(rendition: MediaPickerRenditionData): void;
64
- getCropState(ratioId: number): MediaPickerCropTransformation;
65
- render(): VueTsxSupport.JSX.Element;
66
- }
@@ -1,66 +0,0 @@
1
- import { IWebComponentInstance } from "../../../..";
2
- import { OmniaTheming, VueComponentBase, ConfirmDialogResponse } from "../../..";
3
- import { MediaPickerEnums, MediaPickerCropTransformation, MediaPickerTransformation, MediaPickerImageRatioDefinition, MediaPickerTransformedBase64Image, MediaPickerBase64Image, ImageTransformerEditorOptions } from "../../../../models";
4
- import { ImageTransformerLocalization } from "../../loc/localize";
5
- import { ImageEditorMenu } from "../../../imagetransformation/enums";
6
- import { MediaPickerService } from "../../../../services";
7
- export interface ImageTransformEditorProps {
8
- sourceImage: MediaPickerBase64Image;
9
- containerId: string;
10
- selectableRatios?: Array<MediaPickerImageRatioDefinition>;
11
- transformationChanged: (originalBase64: MediaPickerBase64Image, transformation: MediaPickerTransformedBase64Image) => void;
12
- shareableRenditions?: Array<MediaPickerCropTransformation>;
13
- selectedRenditionId?: {
14
- value: number;
15
- };
16
- isShowWarningDialog?: {
17
- value: boolean;
18
- };
19
- options?: ImageTransformerEditorOptions;
20
- }
21
- export declare class ImageTransformEditor extends VueComponentBase<ImageTransformEditorProps> implements IWebComponentInstance, ImageTransformEditorProps {
22
- sourceImage: MediaPickerBase64Image;
23
- containerId: string;
24
- selectableRatios?: Array<MediaPickerImageRatioDefinition>;
25
- transformationChanged: (originalBase64: MediaPickerBase64Image, transformation: MediaPickerTransformedBase64Image) => void;
26
- shareableRenditions: Array<MediaPickerCropTransformation>;
27
- selectedRenditionId: {
28
- value: number;
29
- };
30
- isShowWarningDialog: {
31
- value: boolean;
32
- };
33
- options: ImageTransformerEditorOptions;
34
- omniaTheming: OmniaTheming;
35
- mediaPickerService: MediaPickerService;
36
- loc: ImageTransformerLocalization.locInterface;
37
- private transformedImage;
38
- private transformedImageInformation;
39
- private editorInstance;
40
- private maxImageHeight;
41
- private maxImageWidth;
42
- private menu;
43
- private cropButton;
44
- private flipButton;
45
- private filterButton;
46
- private isHiddenMenu;
47
- private editorId;
48
- private imageEditorMenuClassname;
49
- private imageEditorMenuOptionClassname;
50
- private isLoadingAndTransforming;
51
- created(): void;
52
- mounted(): void;
53
- beforeDestroy(): void;
54
- private init;
55
- private transformUsingTuiEditor;
56
- private onImageTransformationDataChanged;
57
- resizeCanvasDimension(forceDefault?: boolean): Promise<void>;
58
- resetStyle(res: ConfirmDialogResponse): void;
59
- getConfig(data: Array<MediaPickerTransformation>, type: MediaPickerEnums.MediaPickerTransformationTypes): MediaPickerTransformation;
60
- getUiOption(): void;
61
- openMenu(menu: ImageEditorMenu, res?: ConfirmDialogResponse): void;
62
- toogleCurrentButton(currentMenu: ImageEditorMenu): void;
63
- renderMenu(): VueTsxSupport.JSX.Element;
64
- renderMenuOptions(): VueTsxSupport.JSX.Element;
65
- render(): VueTsxSupport.JSX.Element;
66
- }
@@ -1,23 +0,0 @@
1
- import { IWebComponentInstance } from "../../../..";
2
- import "../../ImageTransformer.css";
3
- import { OmniaTheming, VueComponentBase } from "../../..";
4
- import { ImageTransformerLocalization } from "../../loc/localize";
5
- import { MediaPickerFlipTransformation, MediaPickerTransformation } from "../../../../models";
6
- export interface ImageTransformFlipperProps {
7
- imageTransformationData?: Array<MediaPickerTransformation>;
8
- changedImageConfigurationCallback?: (flipTransformationData: MediaPickerFlipTransformation) => void;
9
- }
10
- export declare class ImageTransformFlipper extends VueComponentBase<ImageTransformFlipperProps> implements IWebComponentInstance {
11
- imageTransformationData?: Array<MediaPickerTransformation>;
12
- changedImageConfigurationCallback?: (flipTransformationData: MediaPickerFlipTransformation) => void;
13
- omniaTheming: OmniaTheming;
14
- loc: ImageTransformerLocalization.locInterface;
15
- private imageWithoutFlipperTransformationData;
16
- private currentFlipperTransformationData;
17
- private isLoading;
18
- created(): void;
19
- mounted(): void;
20
- private init;
21
- private onFlipTransformationChanged;
22
- render(): VueTsxSupport.JSX.Element;
23
- }
@@ -1,101 +0,0 @@
1
- declare const _default: {
2
- /**
3
- * Get ui actions
4
- * @returns {Object} actions for ui
5
- * @private
6
- */
7
- getActions(): {
8
- main: any;
9
- shape: any;
10
- crop: any;
11
- flip: any;
12
- rotate: any;
13
- text: any;
14
- mask: any;
15
- draw: any;
16
- icon: any;
17
- filter: any;
18
- };
19
- /**
20
- * Main Action
21
- * @returns {Object} actions for ui main
22
- * @private
23
- */
24
- _mainAction(): any;
25
- /**
26
- * Icon Action
27
- * @returns {Object} actions for ui icon
28
- * @private
29
- */
30
- _iconAction(): any;
31
- /**
32
- * Draw Action
33
- * @returns {Object} actions for ui draw
34
- * @private
35
- */
36
- _drawAction(): any;
37
- /**
38
- * Mask Action
39
- * @returns {Object} actions for ui mask
40
- * @private
41
- */
42
- _maskAction(): any;
43
- /**
44
- * Text Action
45
- * @returns {Object} actions for ui text
46
- * @private
47
- */
48
- _textAction(): any;
49
- /**
50
- * Rotate Action
51
- * @returns {Object} actions for ui rotate
52
- * @private
53
- */
54
- _rotateAction(): any;
55
- /**
56
- * Shape Action
57
- * @returns {Object} actions for ui shape
58
- * @private
59
- */
60
- _shapeAction(): any;
61
- /**
62
- * Crop Action
63
- * @returns {Object} actions for ui crop
64
- * @private
65
- */
66
- _cropAction(): any;
67
- /**
68
- * Flip Action
69
- * @returns {Object} actions for ui flip
70
- * @private
71
- */
72
- _flipAction(): any;
73
- /**
74
- * Filter Action
75
- * @returns {Object} actions for ui filter
76
- * @private
77
- */
78
- _filterAction(): any;
79
- /**
80
- * Image Editor Event Observer
81
- */
82
- setReAction(): void;
83
- /**
84
- * Common Action
85
- * @returns {Object} common actions for ui
86
- * @private
87
- */
88
- _commonAction(): {
89
- modeChange: (menu: any) => void;
90
- deactivateAll: any;
91
- changeSelectableAll: any;
92
- discardSelection: any;
93
- stopDrawingMode: any;
94
- };
95
- /**
96
- * Mixin
97
- * @param {ImageEditor} ImageEditor instance
98
- */
99
- mixin(ImageEditor: any): void;
100
- };
101
- export default _default;
@@ -1,20 +0,0 @@
1
- declare const command: {
2
- name: string;
3
- /**
4
- * Add an icon
5
- * @param {Graphics} graphics - Graphics instance
6
- * @param {string} type - Icon type ('arrow', 'cancel', custom icon name)
7
- * @param {Object} options - Icon options
8
- * @param {string} [options.fill] - Icon foreground color
9
- * @param {string} [options.left] - Icon x position
10
- * @param {string} [options.top] - Icon y position
11
- * @returns {Promise}
12
- */
13
- execute(graphics: any, type: any, options: any): any;
14
- /**
15
- * @param {Graphics} graphics - Graphics instance
16
- * @returns {Promise}
17
- */
18
- undo(graphics: any): Promise<void>;
19
- };
20
- export default command;
@@ -1,16 +0,0 @@
1
- declare const command: {
2
- name: string;
3
- /**
4
- * Add an image object
5
- * @param {Graphics} graphics - Graphics instance
6
- * @param {string} imgUrl - Image url to make object
7
- * @returns {Promise}
8
- */
9
- execute(graphics: any, imgUrl: any): any;
10
- /**
11
- * @param {Graphics} graphics - Graphics instance
12
- * @returns {Promise}
13
- */
14
- undo(graphics: any): Promise<void>;
15
- };
16
- export default command;
@@ -1,17 +0,0 @@
1
- declare const command: {
2
- name: string;
3
- /**
4
- * Add an object
5
- * @param {Graphics} graphics - Graphics instance
6
- * @param {Object} object - Fabric object
7
- * @returns {Promise}
8
- */
9
- execute(graphics: any, object: any): Promise<unknown>;
10
- /**
11
- * @param {Graphics} graphics - Graphics instance
12
- * @param {Object} object - Fabric object
13
- * @returns {Promise}
14
- */
15
- undo(graphics: any, object: any): Promise<unknown>;
16
- };
17
- export default command;