@omnia/fx 8.0.64-dev → 8.0.65-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 (672) hide show
  1. package/internal-do-not-import-from-here/console/components/Console.d.ts +8 -38
  2. package/internal-do-not-import-from-here/console/components/SocketComponent.d.ts +8 -38
  3. package/internal-do-not-import-from-here/libs/phonenumber/PhoneNumber.d.ts +1 -0
  4. package/internal-do-not-import-from-here/libs/phonenumber/index.d.ts +1 -1
  5. package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +6 -0
  6. package/internal-do-not-import-from-here/libs/swiper/index.d.ts +1 -0
  7. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  8. package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
  9. package/internal-do-not-import-from-here/services/VersionedLayoutService.d.ts +1 -0
  10. package/internal-do-not-import-from-here/services/properties/datasource/DataSourcePropertiesService.d.ts +3 -2
  11. package/internal-do-not-import-from-here/stores/UserTypeIdentityStore.d.ts +43 -0
  12. package/internal-do-not-import-from-here/stores/VersionedLayoutStore.d.ts +1 -0
  13. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  14. package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
  15. package/internal-do-not-import-from-here/ux/UxModels.d.ts +5 -0
  16. package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +13 -45
  17. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChrome.d.ts +8 -38
  18. package/internal-do-not-import-from-here/ux/admin/chrome/AdminChromeWrapper.d.ts +8 -38
  19. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesAddBlade.d.ts +32 -66
  20. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +55 -93
  21. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesInfoBlade.d.ts +24 -57
  22. package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +55 -93
  23. package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +42 -77
  24. package/internal-do-not-import-from-here/ux/alignmentpicker/docs/AlignmentPickerExample.d.ts +8 -38
  25. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollup.d.ts +21 -57
  26. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/AppInstanceRollupRenderer.d.ts +8 -38
  27. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricDetailsDialogRenderer.d.ts +15 -48
  28. package/internal-do-not-import-from-here/ux/app/appinstance/renderer/metric/MetricRenderer.d.ts +13 -45
  29. package/internal-do-not-import-from-here/ux/app/appinstance/settings/components/MetricTab.d.ts +17 -51
  30. package/internal-do-not-import-from-here/ux/app/management/AppManagement.d.ts +23 -60
  31. package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +165 -264
  32. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditAliasDialog.d.ts +17 -51
  33. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditItem.d.ts +15 -48
  34. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +15 -48
  35. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Features.d.ts +15 -48
  36. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +8 -38
  37. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Item.d.ts +27 -66
  38. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAction.d.ts +21 -57
  39. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/ItemAdmin.d.ts +13 -45
  40. package/internal-do-not-import-from-here/ux/app/management/tabs/instance/Listing.d.ts +19 -54
  41. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/EditLayout.d.ts +15 -48
  42. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutListing.d.ts +19 -54
  43. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/LayoutTab.d.ts +8 -38
  44. package/internal-do-not-import-from-here/ux/app/management/tabs/layouts/addlayout/AddLayout.d.ts +15 -48
  45. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/AffixRow.d.ts +25 -63
  46. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/BlockWords.d.ts +13 -45
  47. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/EditNamingPolicies.d.ts +15 -48
  48. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/ListingNamingPolicies.d.ts +8 -38
  49. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +8 -38
  50. package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/PreviewPolicyNaming.d.ts +15 -48
  51. package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +19 -54
  52. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/Template.d.ts +20 -55
  53. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateDetail.d.ts +13 -45
  54. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +8 -38
  55. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplatesListing.d.ts +15 -48
  56. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +23 -60
  57. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +23 -60
  58. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +23 -60
  59. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +85 -126
  60. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +23 -60
  61. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertyRow.d.ts +23 -60
  62. package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/StepRow.d.ts +15 -48
  63. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +30 -65
  64. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingBladeIds.d.ts +6 -0
  65. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/AppInstanceEditingJourney.d.ts +126 -33
  66. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditEnterprisePropertiesBlade.d.ts +153 -24
  67. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +174 -38
  68. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/IAppInstanceEditingJourney.d.ts +0 -12
  69. package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +71 -113
  70. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertiesinput/AppPropertiesInput.d.ts +40 -76
  71. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceinformationstep/AppInstanceInformationStep.d.ts +69 -109
  72. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstancesummarystep/AppInstanceSummaryStep.d.ts +69 -109
  73. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningsteps/appinstanceusersstep/AppInstanceUsersStep.d.ts +69 -109
  74. package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +319 -390
  75. package/internal-do-not-import-from-here/ux/appprovisioning/approuteinput/AppRouteInput.d.ts +101 -146
  76. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +13 -45
  77. package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.d.ts +129 -224
  78. package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +137 -233
  79. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +92 -137
  80. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceEnterprisePropertiesVueComponent.d.ts +53 -91
  81. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceInformationVueComponent.d.ts +20 -53
  82. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +157 -209
  83. package/internal-do-not-import-from-here/ux/appprovisioning/renderer/Renderer.d.ts +8 -38
  84. package/internal-do-not-import-from-here/ux/authsetup/AuthSetup.d.ts +8 -38
  85. package/internal-do-not-import-from-here/ux/authsetup/steps/EmailVerify.d.ts +13 -45
  86. package/internal-do-not-import-from-here/ux/authsetup/steps/OTP.d.ts +13 -45
  87. package/internal-do-not-import-from-here/ux/authsetup/steps/Password.d.ts +13 -45
  88. package/internal-do-not-import-from-here/ux/blueprintpicker/BlueprintPicker.d.ts +135 -230
  89. package/internal-do-not-import-from-here/ux/blueprintpicker/docs/SampleComponent.d.ts +8 -38
  90. package/internal-do-not-import-from-here/ux/chrome/ChromeRenderer.d.ts +8 -38
  91. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +159 -257
  92. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +137 -233
  93. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +174 -280
  94. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +174 -276
  95. package/internal-do-not-import-from-here/ux/colorschemapicker/docs/SampleComponent.d.ts +8 -38
  96. package/internal-do-not-import-from-here/ux/colorsettingspicker/ColorSettingsPicker.d.ts +163 -264
  97. package/internal-do-not-import-from-here/ux/colorsettingspicker/docs/SampleComponent.d.ts +8 -38
  98. package/internal-do-not-import-from-here/ux/commandpalette/CommandPalette.d.ts +8 -38
  99. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +141 -187
  100. package/internal-do-not-import-from-here/ux/datetimefilterquery/DateTimeFilterQuery.d.ts +32 -67
  101. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +238 -348
  102. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +109 -153
  103. package/internal-do-not-import-from-here/ux/datetimezonepicker/docs/SampleComponent.d.ts +8 -38
  104. package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +69 -107
  105. package/internal-do-not-import-from-here/ux/depricated-mediapicker/components/ImageSelector.d.ts +15 -47
  106. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +57 -112
  107. package/internal-do-not-import-from-here/ux/docs/chrome/DocsChrome.d.ts +8 -38
  108. package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +50 -86
  109. package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +67 -115
  110. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/Properties.d.ts +8 -38
  111. package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +129 -224
  112. package/internal-do-not-import-from-here/ux/docs/omfx/directives/docs/UseClickInSide.d.ts +8 -38
  113. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/ActionToolbar.d.ts +96 -130
  114. package/internal-do-not-import-from-here/ux/editorchrome/action_toolbar/DisplaySettingsToolbar.d.ts +79 -111
  115. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.css.d.ts +2 -1
  116. package/internal-do-not-import-from-here/ux/editorchrome/chrome/EditorChrome.d.ts +74 -119
  117. package/internal-do-not-import-from-here/ux/editorchrome/panel_tabs/TabsPanel.d.ts +32 -68
  118. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +57 -95
  119. package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +67 -105
  120. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +70 -107
  121. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +112 -158
  122. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +145 -242
  123. package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +250 -390
  124. package/internal-do-not-import-from-here/ux/enterpriseproperties/settings/extendedproperty/ExtendedPropertySettings.d.ts +22 -57
  125. package/internal-do-not-import-from-here/ux/features/FeatureActivation.d.ts +38 -74
  126. package/internal-do-not-import-from-here/ux/features/FeaturesJourney.d.ts +38 -74
  127. package/internal-do-not-import-from-here/ux/features/FeaturesJourneyTenant.d.ts +8 -38
  128. package/internal-do-not-import-from-here/ux/features/blades/FeatureHomeBlade.d.ts +38 -74
  129. package/internal-do-not-import-from-here/ux/features/blades/FeaturePropertiesBlade.d.ts +8 -38
  130. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +98 -146
  131. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +129 -178
  132. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSection.d.ts +17 -49
  133. package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +32 -66
  134. package/internal-do-not-import-from-here/ux/filterengine/SelectionsArea.d.ts +8 -38
  135. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyDropdownRenderer.d.ts +24 -57
  136. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/PropertyListRenderer.d.ts +24 -57
  137. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/boolean/BooleanPropertyRenderer.d.ts +13 -45
  138. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DatePropertyRenderer.d.ts +13 -45
  139. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +145 -242
  140. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/dialog/DialogContent.d.ts +17 -49
  141. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/number/NumberPropertyRenderer.d.ts +13 -45
  142. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +97 -139
  143. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChips.d.ts +17 -49
  144. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyItemRenderer.d.ts +48 -84
  145. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyList.d.ts +28 -62
  146. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyRenderer.d.ts +15 -48
  147. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyChips.d.ts +17 -49
  148. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/tags/TagsPropertyRenderer.d.ts +13 -45
  149. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementList.d.ts +17 -49
  150. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRefinementSelection.d.ts +48 -84
  151. package/internal-do-not-import-from-here/ux/filterengine/components/renderer/text/TextPropertyRenderer.d.ts +13 -45
  152. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/boolean/SelectionsAreaBooleanRenderer.d.ts +15 -48
  153. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/date/SelectionsAreaDateRenderer.d.ts +15 -48
  154. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/number/SelectionsAreaNumberRenderer.d.ts +15 -48
  155. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/person/SelectionsAreaPersonRenderer.d.ts +15 -48
  156. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/tags/SelectionsAreaTagsRenderer.d.ts +15 -48
  157. package/internal-do-not-import-from-here/ux/filterengine/components/selectionsarea/text/SelectionsAreaTextRenderer.d.ts +15 -48
  158. package/internal-do-not-import-from-here/ux/filterengine/components/settings/PropertyList.d.ts +32 -66
  159. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.d.ts +26 -63
  160. package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +28 -66
  161. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertyDefaultValueInput.d.ts +26 -63
  162. package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +28 -66
  163. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertyDefaultValueInput.d.ts +26 -63
  164. package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +28 -66
  165. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertyDefaultValueInput.d.ts +28 -66
  166. package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +28 -66
  167. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertyDefaultValueInput.d.ts +26 -63
  168. package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +28 -66
  169. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertyDefaultValueInput.d.ts +26 -63
  170. package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +28 -66
  171. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +114 -166
  172. package/internal-do-not-import-from-here/ux/filterpicker/docs/SampleComponent.d.ts +8 -38
  173. package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +158 -217
  174. package/internal-do-not-import-from-here/ux/grecaptcha/GRecaptcha.d.ts +26 -60
  175. package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +26 -59
  176. package/internal-do-not-import-from-here/ux/html/HtmlRenderer.d.ts +11 -41
  177. package/internal-do-not-import-from-here/ux/hub/chat/HubChat.d.ts +8 -38
  178. package/internal-do-not-import-from-here/ux/hub/feed/HubFeed.d.ts +17 -49
  179. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedChrome.d.ts +8 -38
  180. package/internal-do-not-import-from-here/ux/hub/feed/HubFeedSettings.d.ts +8 -38
  181. package/internal-do-not-import-from-here/ux/hub/feed/PageHeader.d.ts +8 -38
  182. package/internal-do-not-import-from-here/ux/hub/feed/components/CategoryItem.d.ts +19 -51
  183. package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +24 -57
  184. package/internal-do-not-import-from-here/ux/hub/feed/components/FindMenu.d.ts +8 -38
  185. package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +33 -71
  186. package/internal-do-not-import-from-here/ux/hub/feed/components/MeMenu.d.ts +8 -38
  187. package/internal-do-not-import-from-here/ux/hub/feed/components/MenuItem.d.ts +55 -96
  188. package/internal-do-not-import-from-here/ux/hub/feed/components/SenderItem.d.ts +49 -89
  189. package/internal-do-not-import-from-here/ux/hub/feed/components/SendersList.d.ts +17 -49
  190. package/internal-do-not-import-from-here/ux/hub/feed/components/Social.d.ts +17 -49
  191. package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +17 -49
  192. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FeedTab.d.ts +8 -38
  193. package/internal-do-not-import-from-here/ux/hub/feed/tabs/FindTab.d.ts +8 -38
  194. package/internal-do-not-import-from-here/ux/hub/feed/tabs/MeTab.d.ts +8 -38
  195. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyContentTable.d.ts +8 -38
  196. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MyProfile.d.ts +8 -38
  197. package/internal-do-not-import-from-here/ux/hub/feed/tabs/fakeviews/MySubscriptions.d.ts +8 -38
  198. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +113 -157
  199. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +178 -253
  200. package/internal-do-not-import-from-here/ux/identities/components/settings/AzureAdSyncProviderSettings.d.ts +8 -38
  201. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncPropertyBindingSetup.d.ts +36 -71
  202. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +40 -75
  203. package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleSetup.d.ts +40 -75
  204. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +210 -268
  205. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +209 -266
  206. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +328 -449
  207. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +275 -340
  208. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +263 -326
  209. package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +187 -292
  210. package/internal-do-not-import-from-here/ux/imagegrid/ImageGrid.d.ts +45 -85
  211. package/internal-do-not-import-from-here/ux/inputlanguagepicker/InputLanguagePicker.d.ts +20 -53
  212. package/internal-do-not-import-from-here/ux/journey/testbench/JourneyTest.d.ts +8 -38
  213. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.css.d.ts +1 -0
  214. package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +190 -223
  215. package/internal-do-not-import-from-here/ux/journey/v2/JourneyMenu.d.ts +78 -114
  216. package/internal-do-not-import-from-here/ux/journey/v2/JourneyV2.d.ts +20 -53
  217. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleButtons.d.ts +8 -38
  218. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponent.d.ts +8 -38
  219. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleComponentMenu.d.ts +8 -38
  220. package/internal-do-not-import-from-here/ux/journey/v2/docs/SampleVariants.d.ts +8 -38
  221. package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +4 -4
  222. package/internal-do-not-import-from-here/ux/journey/v2/tests/EditorJourney.d.ts +8 -38
  223. package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +193 -230
  224. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +240 -351
  225. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +120 -157
  226. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +70 -110
  227. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +56 -95
  228. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperTools.d.ts +20 -53
  229. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/devicepreviewer/DevicePreviewer.d.ts +38 -74
  230. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.d.ts +47 -85
  231. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelector.d.ts +89 -133
  232. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +57 -95
  233. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +88 -131
  234. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +99 -145
  235. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +99 -145
  236. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSection.d.ts +91 -136
  237. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutSectionTab.d.ts +57 -95
  238. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +68 -107
  239. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/BlockSettingsPanel.d.ts +8 -38
  240. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +36 -70
  241. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/LayoutStructure.d.ts +8 -38
  242. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/SettingsPanel.d.ts +8 -38
  243. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TabsSettingsStylePanel.d.ts +19 -51
  244. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +33 -69
  245. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings.d.ts +81 -123
  246. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Css.d.ts +8 -38
  247. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Header.d.ts +8 -38
  248. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Spacing.d.ts +8 -38
  249. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Style.d.ts +8 -38
  250. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/block/Targeting.d.ts +8 -38
  251. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +89 -133
  252. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitleSettings.d.ts +46 -82
  253. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/canvas/Spacing.d.ts +20 -53
  254. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/imagebackgroundsettings/ImageBackgroundSettings.d.ts +32 -67
  255. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/BlockHeader.d.ts +87 -274
  256. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/GlobalHeaderStyling.d.ts +87 -274
  257. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layout/Style.d.ts +87 -274
  258. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/layoutclipboard/LayoutClipboard.d.ts +8 -38
  259. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/lock/Lock.d.ts +87 -274
  260. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Css.d.ts +87 -274
  261. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/General.d.ts +8 -38
  262. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Header.d.ts +87 -274
  263. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Spacing.d.ts +87 -274
  264. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Style.d.ts +87 -274
  265. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Targeting.d.ts +87 -274
  266. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/AccordionListingSettingsPanel.d.ts +19 -51
  267. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +19 -51
  268. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/PlaceHolderListingSettingsPanel.d.ts +19 -51
  269. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/SectionItemListing.d.ts +64 -103
  270. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/StepListingSettingsPanel.d.ts +19 -51
  271. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +19 -51
  272. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings.d.ts +23 -56
  273. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings.d.ts +17 -49
  274. package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +79 -122
  275. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutBlockRendererHelper.d.ts +143 -196
  276. package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +79 -118
  277. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +30 -65
  278. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +80 -123
  279. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +68 -107
  280. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +69 -110
  281. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionStepperRenderer.d.ts +57 -95
  282. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.d.ts +57 -95
  283. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +80 -121
  284. package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +80 -121
  285. package/internal-do-not-import-from-here/ux/limited-label/LimitedLabel.d.ts +17 -51
  286. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkFailure.d.ts +8 -38
  287. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSignIn.d.ts +8 -38
  288. package/internal-do-not-import-from-here/ux/magiclink/MagicLinkSuccess.d.ts +8 -38
  289. package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +169 -270
  290. package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +38 -73
  291. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +17 -51
  292. package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +21 -57
  293. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +27 -66
  294. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/NumberOfRemaining.d.ts +8 -38
  295. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +35 -78
  296. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +29 -69
  297. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +19 -54
  298. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +13 -45
  299. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +19 -54
  300. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +15 -48
  301. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +31 -72
  302. package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/ViewMore.d.ts +8 -38
  303. package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +23 -60
  304. package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +21 -57
  305. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +230 -344
  306. package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/components/ImageSelector.d.ts +15 -47
  307. package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +8 -38
  308. package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +26 -63
  309. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropMenu.d.ts +8 -38
  310. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/cropper/ImageCropper.d.ts +23 -56
  311. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditor.d.ts +20 -53
  312. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +95 -139
  313. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/filters/ImageFilters.d.ts +26 -60
  314. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/flipper/ImageFlipper.d.ts +20 -53
  315. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/settings/ImageSettings.d.ts +8 -38
  316. package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/ImageTransformer.d.ts +15 -47
  317. package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +26 -60
  318. package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +144 -195
  319. package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/BingProvider.d.ts +87 -274
  320. package/internal-do-not-import-from-here/ux/mediapickerproviders/mycomputerprovider/MyComputerProvider.d.ts +8 -38
  321. package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +87 -274
  322. package/internal-do-not-import-from-here/ux/mediapickerproviders/unsplash/UnsplashProvider.d.ts +8 -38
  323. package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +228 -349
  324. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +283 -391
  325. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +29 -69
  326. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +57 -95
  327. package/internal-do-not-import-from-here/ux/oxide/alert/docs/SampleComponent.d.ts +8 -38
  328. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +106 -158
  329. package/internal-do-not-import-from-here/ux/oxide/appbar/docs/AppbarExample.d.ts +8 -38
  330. package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +71 -113
  331. package/internal-do-not-import-from-here/ux/oxide/avatar/docs/AvatarExample.d.ts +8 -38
  332. package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +180 -282
  333. package/internal-do-not-import-from-here/ux/oxide/badge/docs/BadgeExample.d.ts +8 -38
  334. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +162 -217
  335. package/internal-do-not-import-from-here/ux/oxide/btn/docs/ButtonIntro.d.ts +8 -38
  336. package/internal-do-not-import-from-here/ux/oxide/btn/docs/Presets.d.ts +8 -38
  337. package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +101 -150
  338. package/internal-do-not-import-from-here/ux/oxide/btngroup/docs/ButtonIntro.d.ts +8 -38
  339. package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +63 -107
  340. package/internal-do-not-import-from-here/ux/oxide/card/docs/CardSample.d.ts +8 -38
  341. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +108 -154
  342. package/internal-do-not-import-from-here/ux/oxide/checkbox/docs/SampleComponent.d.ts +8 -38
  343. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +99 -150
  344. package/internal-do-not-import-from-here/ux/oxide/chip/docs/ChipExample.d.ts +8 -38
  345. package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +93 -141
  346. package/internal-do-not-import-from-here/ux/oxide/colorpicker/docs/SampleComponent.d.ts +8 -38
  347. package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +93 -138
  348. package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +137 -186
  349. package/internal-do-not-import-from-here/ux/oxide/column/docs/SampleComponent.d.ts +8 -38
  350. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +189 -248
  351. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +345 -472
  352. package/internal-do-not-import-from-here/ux/oxide/datatable/docs/SampleComponent.d.ts +8 -38
  353. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +106 -154
  354. package/internal-do-not-import-from-here/ux/oxide/datepicker/docs/SampleComponent.d.ts +8 -38
  355. package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +155 -217
  356. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithAppNavigation.d.ts +8 -38
  357. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithFixedContent.d.ts +8 -38
  358. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithLeftBar.d.ts +8 -38
  359. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithNavigation.d.ts +8 -38
  360. package/internal-do-not-import-from-here/ux/oxide/dialog/docs/SampleDialog.d.ts +8 -38
  361. package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +48 -83
  362. package/internal-do-not-import-from-here/ux/oxide/divider/docs/SampleComponent.d.ts +8 -38
  363. package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +99 -148
  364. package/internal-do-not-import-from-here/ux/oxide/draggable/docs/SampleComponent.d.ts +8 -38
  365. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +88 -136
  366. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +93 -138
  367. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/docs/SampleComponent.d.ts +8 -38
  368. package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +66 -107
  369. package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +123 -173
  370. package/internal-do-not-import-from-here/ux/oxide/flex/docs/BasicFlexTypes.d.ts +8 -38
  371. package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +39 -76
  372. package/internal-do-not-import-from-here/ux/oxide/form/docs/SampleComponent.d.ts +8 -38
  373. package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +58 -94
  374. package/internal-do-not-import-from-here/ux/oxide/hostprovider/docs/SampleComponent.d.ts +8 -38
  375. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +87 -131
  376. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SampleComponent.d.ts +8 -38
  377. package/internal-do-not-import-from-here/ux/oxide/icon/docs/SystemIcons.d.ts +8 -38
  378. package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +105 -152
  379. package/internal-do-not-import-from-here/ux/oxide/image/docs/SampleComponent.d.ts +8 -38
  380. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +80 -134
  381. package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/docs/SampleComponent.d.ts +8 -38
  382. package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +39 -76
  383. package/internal-do-not-import-from-here/ux/oxide/layout/docs/SampleComponent.d.ts +8 -38
  384. package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +38 -75
  385. package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +99 -145
  386. package/internal-do-not-import-from-here/ux/oxide/link/docs/SampleComponent.d.ts +8 -38
  387. package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +75 -117
  388. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +92 -140
  389. package/internal-do-not-import-from-here/ux/oxide/list/docs/SampleComponent.d.ts +8 -38
  390. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +58 -112
  391. package/internal-do-not-import-from-here/ux/oxide/main/docs/SampleComponent.d.ts +8 -38
  392. package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +144 -200
  393. package/internal-do-not-import-from-here/ux/oxide/menu/docs/SampleComponent.d.ts +8 -38
  394. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +99 -144
  395. package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/docs/SampleComponent.d.ts +8 -38
  396. package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +65 -111
  397. package/internal-do-not-import-from-here/ux/oxide/notification/docs/SampleComponent.d.ts +8 -38
  398. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +100 -145
  399. package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +114 -162
  400. package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +8 -38
  401. package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +8 -38
  402. package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +8 -38
  403. package/internal-do-not-import-from-here/ux/oxide/panel/docs/ShowHide.d.ts +8 -38
  404. package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +34 -69
  405. package/internal-do-not-import-from-here/ux/oxide/progress/docs/SampleComponent.d.ts +8 -38
  406. package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +50 -89
  407. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +102 -147
  408. package/internal-do-not-import-from-here/ux/oxide/radio/docs/SampleComponent.d.ts +8 -38
  409. package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +141 -193
  410. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +123 -173
  411. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +51 -88
  412. package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/docs/SampleComponent.d.ts +8 -38
  413. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +198 -259
  414. package/internal-do-not-import-from-here/ux/oxide/select/docs/SampleComponent.d.ts +8 -38
  415. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +56 -96
  416. package/internal-do-not-import-from-here/ux/oxide/skeletonloader/docs/SampleComponent.d.ts +8 -38
  417. package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +147 -199
  418. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent.d.ts +8 -38
  419. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent2.d.ts +8 -38
  420. package/internal-do-not-import-from-here/ux/oxide/slider/docs/SampleComponent3.d.ts +8 -38
  421. package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +66 -107
  422. package/internal-do-not-import-from-here/ux/oxide/snackbar/docs/SampleComponent.d.ts +8 -38
  423. package/internal-do-not-import-from-here/ux/oxide/spacer/Spacer.d.ts +8 -38
  424. package/internal-do-not-import-from-here/ux/oxide/spacer/docs/SampleComponent.d.ts +8 -38
  425. package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +36 -71
  426. package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +32 -67
  427. package/internal-do-not-import-from-here/ux/oxide/stepper/docs/SampleComponent.d.ts +8 -38
  428. package/internal-do-not-import-from-here/ux/oxide/swiper/Swiper.d.ts +63 -83
  429. package/internal-do-not-import-from-here/ux/oxide/swiper/SwiperSlide.d.ts +16 -0
  430. package/internal-do-not-import-from-here/ux/oxide/swiper/docs/SampleComponent.d.ts +8 -38
  431. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +112 -158
  432. package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleComponent.d.ts +8 -38
  433. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +102 -152
  434. package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +133 -167
  435. package/internal-do-not-import-from-here/ux/oxide/tab/docs/SampleComponent.d.ts +8 -38
  436. package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +48 -86
  437. package/internal-do-not-import-from-here/ux/oxide/table/docs/SampleComponent.d.ts +8 -38
  438. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +87 -131
  439. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleComponent.d.ts +8 -38
  440. package/internal-do-not-import-from-here/ux/oxide/text/docs/SampleGradients.d.ts +8 -38
  441. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +175 -233
  442. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +196 -259
  443. package/internal-do-not-import-from-here/ux/oxide/textfield/docs/SampleComponent.d.ts +8 -38
  444. package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +106 -159
  445. package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +8 -38
  446. package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +54 -95
  447. package/internal-do-not-import-from-here/ux/oxide/tooltip/docs/SampleComponent.d.ts +8 -38
  448. package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +88 -136
  449. package/internal-do-not-import-from-here/ux/oxide/treeview/docs/TreeviewIntro.d.ts +8 -38
  450. package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +24 -58
  451. package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +8 -38
  452. package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +8 -38
  453. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +122 -176
  454. package/internal-do-not-import-from-here/ux/presetupwizard/PreSetupWizard.d.ts +8 -38
  455. package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +108 -152
  456. package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +40 -75
  457. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlock.d.ts +8 -38
  458. package/internal-do-not-import-from-here/ux/properties/block/PropertyBlockSettings.d.ts +8 -38
  459. package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +129 -224
  460. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayDisplay.d.ts +36 -76
  461. package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +32 -72
  462. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanDisplay.d.ts +21 -57
  463. package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +25 -63
  464. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileDisplay.d.ts +21 -57
  465. package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +23 -60
  466. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateDisplay.d.ts +38 -79
  467. package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +32 -72
  468. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeConfiguration.d.ts +23 -60
  469. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeDisplay.d.ts +38 -79
  470. package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +32 -72
  471. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailDisplay.d.ts +21 -57
  472. package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +25 -63
  473. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlConfiguration.d.ts +23 -60
  474. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlDisplay.d.ts +21 -57
  475. package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +28 -67
  476. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +23 -60
  477. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +60 -107
  478. package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +34 -75
  479. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +23 -60
  480. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageDisplay.d.ts +21 -57
  481. package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +23 -60
  482. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerDisplay.d.ts +21 -57
  483. package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +25 -63
  484. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageDisplay.d.ts +21 -57
  485. package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +25 -63
  486. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +23 -60
  487. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkDisplay.d.ts +21 -57
  488. package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +23 -60
  489. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaDisplay.d.ts +21 -57
  490. package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +25 -63
  491. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextDisplay.d.ts +21 -57
  492. package/internal-do-not-import-from-here/ux/properties/builtins/multiline-text/MultilineTextEditor.d.ts +23 -60
  493. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextDisplay.d.ts +21 -57
  494. package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +23 -60
  495. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberDisplay.d.ts +38 -79
  496. package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +23 -60
  497. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsDisplay.d.ts +81 -136
  498. package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +27 -66
  499. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextDisplay.d.ts +21 -57
  500. package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +25 -63
  501. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeDisplay.d.ts +38 -79
  502. package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +32 -72
  503. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeDisplay.d.ts +21 -57
  504. package/internal-do-not-import-from-here/ux/properties/builtins/usertype/UserTypeEditor.d.ts +23 -60
  505. package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +23 -60
  506. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +23 -60
  507. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfigurationV2.d.ts +171 -278
  508. package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +32 -72
  509. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +31 -73
  510. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +33 -75
  511. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +156 -254
  512. package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +191 -299
  513. package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +32 -66
  514. package/internal-do-not-import-from-here/ux/richtexteditor/Emoticon/EmoticonComponent.d.ts +13 -45
  515. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +263 -324
  516. package/internal-do-not-import-from-here/ux/richtexteditor/TextCompletionPanel/TextCompletionPanel.d.ts +30 -64
  517. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Bold/BoldToolbar.d.ts +8 -38
  518. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/BulletList/BulletListToolbar.d.ts +8 -38
  519. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/History/HistoryToolbar.d.ts +8 -38
  520. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Italic/ItalicToolbar.d.ts +8 -38
  521. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/OrderedList/OrderedListToolbar.d.ts +8 -38
  522. package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Underline/UnderlineToolbar.d.ts +8 -38
  523. package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.d.ts +20 -54
  524. package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +52 -91
  525. package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +71 -116
  526. package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +145 -196
  527. package/internal-do-not-import-from-here/ux/sidepanel/SidePanelRenderer.d.ts +13 -45
  528. package/internal-do-not-import-from-here/ux/signin/SignInBlock.d.ts +8 -38
  529. package/internal-do-not-import-from-here/ux/signin/SignInPage.d.ts +8 -38
  530. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +13 -45
  531. package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/IdentityCreationRequestView.d.ts +13 -45
  532. package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +21 -57
  533. package/internal-do-not-import-from-here/ux/signin/omnia/providers/MagicLinkProvider.d.ts +15 -48
  534. package/internal-do-not-import-from-here/ux/signin/omnia/providers/OtpProvider.d.ts +15 -49
  535. package/internal-do-not-import-from-here/ux/signin/omnia/providers/PasswordProvider.d.ts +15 -48
  536. package/internal-do-not-import-from-here/ux/signout/SignOut.d.ts +8 -38
  537. package/internal-do-not-import-from-here/ux/social/Comment.d.ts +277 -343
  538. package/internal-do-not-import-from-here/ux/social/CommentDialog.d.ts +8 -39
  539. package/internal-do-not-import-from-here/ux/social/Like.d.ts +157 -207
  540. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +95 -140
  541. package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +73 -117
  542. package/internal-do-not-import-from-here/ux/social/docs/SampleComponent.d.ts +8 -38
  543. package/internal-do-not-import-from-here/ux/social/likehandler/LikeActionSettings.d.ts +30 -65
  544. package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +141 -194
  545. package/internal-do-not-import-from-here/ux/social/templates/LikeListingTemplate.d.ts +48 -85
  546. package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +195 -301
  547. package/internal-do-not-import-from-here/ux/spacingpicker/docs/SampleComponent.d.ts +8 -38
  548. package/internal-do-not-import-from-here/ux/statuscoderenderer/StatusCodeRenderer.d.ts +13 -45
  549. package/internal-do-not-import-from-here/ux/statusmessageoverlay/LayoutEngineTest.d.ts +8 -38
  550. package/internal-do-not-import-from-here/ux/statusmessageoverlay/StatusMessageOverlay.d.ts +50 -86
  551. package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +190 -292
  552. package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +184 -287
  553. package/internal-do-not-import-from-here/ux/theming-v2/admin/DesignJourney.d.ts +8 -38
  554. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/DefinitionsJourney.d.ts +8 -38
  555. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/BlueprintsJourney.d.ts +8 -38
  556. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/BlockBlade.d.ts +8 -38
  557. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/ComponentsBlade.d.ts +8 -38
  558. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/EditBlueprint.d.ts +8 -38
  559. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/SpacingBlade.d.ts +8 -38
  560. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/blades/TypographyBlade.d.ts +8 -38
  561. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/components/BlockPreview.d.ts +8 -38
  562. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/ColorSchemasJourney.d.ts +8 -38
  563. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +8 -38
  564. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/SpacingJourney.d.ts +8 -38
  565. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/blades/SpacingDefinitionBlade.d.ts +8 -38
  566. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/TypographyJourney.d.ts +8 -38
  567. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographyDefinitionBlade.d.ts +8 -38
  568. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/blades/TypographySettingsBlade.d.ts +8 -38
  569. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/components/FontPicker.d.ts +140 -241
  570. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/ThemesJourney.d.ts +8 -38
  571. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +42 -78
  572. package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +181 -284
  573. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/ThemeEditor.d.ts +38 -77
  574. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/ThemeCodeEditor.d.ts +8 -38
  575. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintEditor.d.ts +8 -38
  576. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BlueprintSelector.d.ts +8 -38
  577. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ColorSelector.d.ts +8 -38
  578. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ComponentsViewer.d.ts +8 -38
  579. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/FxViewer.d.ts +8 -38
  580. package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/colors/ThemeViewer.d.ts +8 -38
  581. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +956 -2588
  582. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +171 -271
  583. package/internal-do-not-import-from-here/ux/typographypicker/TypographyPicker.d.ts +163 -264
  584. package/internal-do-not-import-from-here/ux/typographypicker/docs/SampleComponent.d.ts +8 -38
  585. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +190 -293
  586. package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +161 -259
  587. package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +25 -55
  588. package/internal-do-not-import-from-here/ux/validation/FieldValidation.d.ts +28 -62
  589. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +8 -38
  590. package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +8 -38
  591. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/ContentViewer.d.ts +33 -69
  592. package/internal-do-not-import-from-here/ux/velcron/blocks/content/components/DefinitionPickerPanel.d.ts +39 -77
  593. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlock.d.ts +8 -38
  594. package/internal-do-not-import-from-here/ux/velcron/blocks/demo/DemoBlockSettings.d.ts +8 -38
  595. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlock.d.ts +8 -38
  596. package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +8 -38
  597. package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +206 -580
  598. package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/DefinitionPicker.d.ts +233 -349
  599. package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +147 -244
  600. package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +266 -368
  601. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.d.ts +8 -38
  602. package/internal-do-not-import-from-here/ux/velcron/editor/components/AddDataObject.d.ts +8 -38
  603. package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +8 -38
  604. package/internal-do-not-import-from-here/ux/velcron/editor/components/CodeEditor.d.ts +8 -38
  605. package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +17 -51
  606. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditComponentPane.d.ts +8 -38
  607. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDataPane.d.ts +8 -38
  608. package/internal-do-not-import-from-here/ux/velcron/editor/components/EditDefinitionPropertiesPane.d.ts +8 -38
  609. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/ConditionalStatements.d.ts +8 -38
  610. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/EventsPanel.d.ts +8 -38
  611. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/PropertiesPanel.d.ts +8 -38
  612. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-component/StylingPanel.d.ts +8 -38
  613. package/internal-do-not-import-from-here/ux/velcron/editor/components/panels/edit-data/EditDataMemberPanel.d.ts +8 -38
  614. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorpicker/ColorPicker.d.ts +15 -48
  615. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemamapper/ColorSchemaMapper.d.ts +15 -48
  616. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/colorschemareferencepicker/ColorSchemaReferencePicker.d.ts +8 -38
  617. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/ratiopicker/RatioPicker.d.ts +15 -48
  618. package/internal-do-not-import-from-here/ux/velcron/editor/components/pickers/typographypicker/TypographyPicker.d.ts +15 -48
  619. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +99 -146
  620. package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +45 -82
  621. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +15 -48
  622. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +15 -48
  623. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Checkbox.d.ts +15 -48
  624. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +15 -48
  625. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ComponentCreator.d.ts +19 -54
  626. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +15 -48
  627. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +15 -48
  628. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +15 -48
  629. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +15 -48
  630. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +15 -48
  631. package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +15 -48
  632. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Property.d.ts +15 -48
  633. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Radio.d.ts +15 -48
  634. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +15 -48
  635. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Slot.d.ts +15 -48
  636. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +15 -48
  637. package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +15 -48
  638. package/internal-do-not-import-from-here/ux/velcron/renderer/components/Video.d.ts +15 -48
  639. package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +15 -48
  640. package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +15 -48
  641. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +144 -240
  642. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorEditor.d.ts +135 -230
  643. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +135 -230
  644. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +144 -240
  645. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +144 -240
  646. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/PropertyEditorCreator.d.ts +143 -239
  647. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +144 -240
  648. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +144 -240
  649. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SwitchEditor.d.ts +143 -239
  650. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +152 -249
  651. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +144 -240
  652. package/internal-do-not-import-from-here/ux/versionedlayout/blade/LayoutAliasBlade.d.ts +19 -51
  653. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +58 -97
  654. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +19 -51
  655. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +30 -64
  656. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +30 -64
  657. package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +69 -109
  658. package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +93 -137
  659. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +103 -148
  660. package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRendererSizeMonitor.d.ts +42 -78
  661. package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +27 -66
  662. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutCreationForm.d.ts +42 -79
  663. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutMappingAction.d.ts +69 -110
  664. package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +57 -96
  665. package/internal-do-not-import-from-here/ux/versionedlayout/editor/displaybreakpoint/DisplayBreakpointAction.d.ts +20 -53
  666. package/internal-do-not-import-from-here/ux/versionedlayout/editor/panels/Panels.d.ts +8 -38
  667. package/internal-do-not-import-from-here/ux/versionedlayout/layoutbackgroundimage/LayoutBackgroundImage.d.ts +59 -98
  668. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +107 -154
  669. package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +91 -133
  670. package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +122 -164
  671. package/internal-do-not-import-from-here/wctypings.d.ts +14 -0
  672. package/package.json +3 -3
@@ -6,200 +6,147 @@ export interface CommentLikeTemplateDynamicInput {
6
6
  dateFormat?: string | "social";
7
7
  }
8
8
  declare const _default: {
9
- new (...args: any[]): {
10
- $: import("vue").ComponentInternalInstance;
11
- $data: {};
12
- $props: Partial<{}> & Omit<{
13
- readonly currentUser?: ResolvedUserIdentity;
14
- readonly "read-only"?: boolean;
15
- readonly readOnly?: boolean;
16
- readonly comment?: Comment;
17
- readonly dynamicInput?: CommentLikeTemplateDynamicInput;
18
- readonly "dynamic-input"?: CommentLikeTemplateDynamicInput;
19
- readonly templateSettings?: CommentLikeTemplateSettings;
20
- readonly "template-settings"?: CommentLikeTemplateSettings;
21
- readonly "current-user"?: ResolvedUserIdentity;
22
- readonly canShowEditDialogOnLoad?: boolean;
23
- readonly "can-show-edit-dialog-on-load"?: boolean;
24
- readonly canLike?: boolean;
25
- readonly "can-like"?: boolean;
26
- readonly additionalRoles?: string[];
27
- readonly "additional-roles"?: string[];
28
- readonly cardStyle?: ThemeDefinition;
29
- readonly "card-style"?: ThemeDefinition;
30
- readonly hideEdit?: boolean;
31
- onDoc$?: (description?: string) => any;
32
- onOpenReply?: (commentToReplyOn: Comment) => any;
33
- onCancelReply?: (comment: Comment) => any;
34
- onRefresh?: (addedComment: boolean) => any;
35
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
36
- "read-only": {
37
- type: import("vue").PropType<boolean>;
38
- };
39
- readOnly: {
40
- type: import("vue").PropType<boolean>;
41
- };
42
- hideEdit: {
43
- type: import("vue").PropType<boolean>;
44
- required: false;
45
- };
46
- "card-style": {
47
- type: import("vue").PropType<ThemeDefinition>;
48
- };
49
- cardStyle: {
50
- type: import("vue").PropType<ThemeDefinition>;
51
- };
52
- "additional-roles": {
53
- type: import("vue").PropType<string[]>;
54
- };
55
- additionalRoles: {
56
- type: import("vue").PropType<string[]>;
57
- };
58
- "can-like": {
59
- type: import("vue").PropType<boolean>;
60
- };
61
- canLike: {
62
- type: import("vue").PropType<boolean>;
63
- };
64
- "can-show-edit-dialog-on-load": {
65
- type: import("vue").PropType<boolean>;
66
- };
67
- canShowEditDialogOnLoad: {
68
- type: import("vue").PropType<boolean>;
69
- };
70
- "current-user": {
71
- type: import("vue").PropType<ResolvedUserIdentity>;
72
- };
73
- currentUser: {
74
- type: import("vue").PropType<ResolvedUserIdentity>;
75
- };
76
- "template-settings": {
77
- type: import("vue").PropType<CommentLikeTemplateSettings>;
78
- };
79
- templateSettings: {
80
- type: import("vue").PropType<CommentLikeTemplateSettings>;
81
- };
82
- "dynamic-input": {
83
- type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
84
- };
85
- dynamicInput: {
86
- type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
87
- };
88
- comment: {
89
- type: import("vue").PropType<Comment>;
90
- } & {
91
- type: import("vue").PropType<Comment>;
92
- };
93
- }>> & {
94
- onDoc$?: (description?: string) => any;
95
- onOpenReply?: (commentToReplyOn: Comment) => any;
96
- onCancelReply?: (comment: Comment) => any;
97
- onRefresh?: (addedComment: boolean) => any;
98
- }, never>;
99
- $attrs: {
100
- [x: string]: unknown;
101
- };
102
- $refs: {
103
- [x: string]: unknown;
104
- };
105
- $slots: Readonly<{
106
- [name: string]: import("vue").Slot<any>;
107
- }>;
108
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
109
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
110
- $emit: ((event: "doc$", description?: string) => void) & ((event: "openReply", commentToReplyOn: Comment) => void) & ((event: "cancelReply", comment: Comment) => void) & ((event: "refresh", addedComment: boolean) => void);
111
- $el: any;
112
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
113
- "read-only": {
114
- type: import("vue").PropType<boolean>;
115
- };
116
- readOnly: {
117
- type: import("vue").PropType<boolean>;
118
- };
119
- hideEdit: {
120
- type: import("vue").PropType<boolean>;
121
- required: false;
122
- };
123
- "card-style": {
124
- type: import("vue").PropType<ThemeDefinition>;
125
- };
126
- cardStyle: {
127
- type: import("vue").PropType<ThemeDefinition>;
128
- };
129
- "additional-roles": {
130
- type: import("vue").PropType<string[]>;
131
- };
132
- additionalRoles: {
133
- type: import("vue").PropType<string[]>;
134
- };
135
- "can-like": {
136
- type: import("vue").PropType<boolean>;
137
- };
138
- canLike: {
139
- type: import("vue").PropType<boolean>;
140
- };
141
- "can-show-edit-dialog-on-load": {
142
- type: import("vue").PropType<boolean>;
143
- };
144
- canShowEditDialogOnLoad: {
145
- type: import("vue").PropType<boolean>;
146
- };
147
- "current-user": {
148
- type: import("vue").PropType<ResolvedUserIdentity>;
149
- };
150
- currentUser: {
151
- type: import("vue").PropType<ResolvedUserIdentity>;
152
- };
153
- "template-settings": {
154
- type: import("vue").PropType<CommentLikeTemplateSettings>;
155
- };
156
- templateSettings: {
157
- type: import("vue").PropType<CommentLikeTemplateSettings>;
158
- };
159
- "dynamic-input": {
160
- type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
161
- };
162
- dynamicInput: {
163
- type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
164
- };
165
- comment: {
166
- type: import("vue").PropType<Comment>;
167
- } & {
168
- type: import("vue").PropType<Comment>;
169
- };
170
- }>> & {
171
- onDoc$?: (description?: string) => any;
172
- onOpenReply?: (commentToReplyOn: Comment) => any;
173
- onCancelReply?: (comment: Comment) => any;
174
- onRefresh?: (addedComment: boolean) => any;
175
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
10
+ "read-only": {
11
+ type: import("vue").PropType<boolean>;
12
+ };
13
+ readOnly: {
14
+ type: import("vue").PropType<boolean>;
15
+ };
16
+ hideEdit: {
17
+ type: import("vue").PropType<boolean>;
18
+ required: false;
19
+ };
20
+ "card-style": {
21
+ type: import("vue").PropType<ThemeDefinition>;
22
+ };
23
+ cardStyle: {
24
+ type: import("vue").PropType<ThemeDefinition>;
25
+ };
26
+ "additional-roles": {
27
+ type: import("vue").PropType<string[]>;
28
+ };
29
+ additionalRoles: {
30
+ type: import("vue").PropType<string[]>;
31
+ };
32
+ "can-like": {
33
+ type: import("vue").PropType<boolean>;
34
+ };
35
+ canLike: {
36
+ type: import("vue").PropType<boolean>;
37
+ };
38
+ "can-show-edit-dialog-on-load": {
39
+ type: import("vue").PropType<boolean>;
40
+ };
41
+ canShowEditDialogOnLoad: {
42
+ type: import("vue").PropType<boolean>;
43
+ };
44
+ "current-user": {
45
+ type: import("vue").PropType<ResolvedUserIdentity>;
46
+ };
47
+ currentUser: {
48
+ type: import("vue").PropType<ResolvedUserIdentity>;
49
+ };
50
+ "template-settings": {
51
+ type: import("vue").PropType<CommentLikeTemplateSettings>;
52
+ };
53
+ templateSettings: {
54
+ type: import("vue").PropType<CommentLikeTemplateSettings>;
55
+ };
56
+ "dynamic-input": {
57
+ type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
58
+ };
59
+ dynamicInput: {
60
+ type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
61
+ };
62
+ comment: {
63
+ type: import("vue").PropType<Comment>;
64
+ } & {
65
+ type: import("vue").PropType<Comment>;
66
+ };
67
+ }>> & {
68
+ onDoc$?: (description?: string) => any;
69
+ onOpenReply?: (commentToReplyOn: Comment) => any;
70
+ onCancelReply?: (comment: Comment) => any;
71
+ onRefresh?: (addedComment: boolean) => any;
72
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
73
+ refresh: (addedComment: boolean) => void;
74
+ doc$(description?: string): {
176
75
  refresh: (addedComment: boolean) => void;
177
- doc$(description?: string): {
178
- refresh: (addedComment: boolean) => void;
179
- };
180
- cancelReply: (comment: Comment) => void;
181
- openReply: (commentToReplyOn: Comment) => Comment;
182
- }, string, {}, {}, string, {}> & {
183
- beforeCreate?: (() => void) | (() => void)[];
184
- created?: (() => void) | (() => void)[];
185
- beforeMount?: (() => void) | (() => void)[];
186
- mounted?: (() => void) | (() => void)[];
187
- beforeUpdate?: (() => void) | (() => void)[];
188
- updated?: (() => void) | (() => void)[];
189
- activated?: (() => void) | (() => void)[];
190
- deactivated?: (() => void) | (() => void)[];
191
- beforeDestroy?: (() => void) | (() => void)[];
192
- beforeUnmount?: (() => void) | (() => void)[];
193
- destroyed?: (() => void) | (() => void)[];
194
- unmounted?: (() => void) | (() => void)[];
195
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
196
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
197
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
198
- };
199
- $forceUpdate: () => void;
200
- $nextTick: typeof import("vue").nextTick;
201
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
202
- } & Readonly<import("vue").ExtractPropTypes<{
76
+ };
77
+ cancelReply: (comment: Comment) => void;
78
+ openReply: (commentToReplyOn: Comment) => Comment;
79
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
80
+ "read-only": {
81
+ type: import("vue").PropType<boolean>;
82
+ };
83
+ readOnly: {
84
+ type: import("vue").PropType<boolean>;
85
+ };
86
+ hideEdit: {
87
+ type: import("vue").PropType<boolean>;
88
+ required: false;
89
+ };
90
+ "card-style": {
91
+ type: import("vue").PropType<ThemeDefinition>;
92
+ };
93
+ cardStyle: {
94
+ type: import("vue").PropType<ThemeDefinition>;
95
+ };
96
+ "additional-roles": {
97
+ type: import("vue").PropType<string[]>;
98
+ };
99
+ additionalRoles: {
100
+ type: import("vue").PropType<string[]>;
101
+ };
102
+ "can-like": {
103
+ type: import("vue").PropType<boolean>;
104
+ };
105
+ canLike: {
106
+ type: import("vue").PropType<boolean>;
107
+ };
108
+ "can-show-edit-dialog-on-load": {
109
+ type: import("vue").PropType<boolean>;
110
+ };
111
+ canShowEditDialogOnLoad: {
112
+ type: import("vue").PropType<boolean>;
113
+ };
114
+ "current-user": {
115
+ type: import("vue").PropType<ResolvedUserIdentity>;
116
+ };
117
+ currentUser: {
118
+ type: import("vue").PropType<ResolvedUserIdentity>;
119
+ };
120
+ "template-settings": {
121
+ type: import("vue").PropType<CommentLikeTemplateSettings>;
122
+ };
123
+ templateSettings: {
124
+ type: import("vue").PropType<CommentLikeTemplateSettings>;
125
+ };
126
+ "dynamic-input": {
127
+ type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
128
+ };
129
+ dynamicInput: {
130
+ type: import("vue").PropType<CommentLikeTemplateDynamicInput>;
131
+ };
132
+ comment: {
133
+ type: import("vue").PropType<Comment>;
134
+ } & {
135
+ type: import("vue").PropType<Comment>;
136
+ };
137
+ }>> & {
138
+ onDoc$?: (description?: string) => any;
139
+ onOpenReply?: (commentToReplyOn: Comment) => any;
140
+ onCancelReply?: (comment: Comment) => any;
141
+ onRefresh?: (addedComment: boolean) => any;
142
+ }, {}, true, {}, {}, {
143
+ P: {};
144
+ B: {};
145
+ D: {};
146
+ C: {};
147
+ M: {};
148
+ Defaults: {};
149
+ }, Readonly<import("vue").ExtractPropTypes<{
203
150
  "read-only": {
204
151
  type: import("vue").PropType<boolean>;
205
152
  };
@@ -262,7 +209,7 @@ declare const _default: {
262
209
  onOpenReply?: (commentToReplyOn: Comment) => any;
263
210
  onCancelReply?: (comment: Comment) => any;
264
211
  onRefresh?: (addedComment: boolean) => any;
265
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
212
+ }, () => JSX.Element, {}, {}, {}, {}>;
266
213
  __isFragment?: never;
267
214
  __isTeleport?: never;
268
215
  __isSuspense?: never;
@@ -1,94 +1,57 @@
1
1
  import { ISocialReaction, type ISocialReactionStyling } from "../../../models";
2
2
  import "../Like.css";
3
3
  declare const _default: {
4
- new (...args: any[]): {
5
- $: import("vue").ComponentInternalInstance;
6
- $data: {};
7
- $props: Partial<{}> & Omit<{
8
- readonly likes?: ISocialReaction[];
9
- readonly socialReactionStylings?: ISocialReactionStyling[];
10
- readonly currentSocialReaction?: ISocialReactionStyling;
11
- readonly "current-social-reaction"?: ISocialReactionStyling;
12
- onClose?: () => any;
13
- onDoc$?: (description?: string) => any;
14
- } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
15
- "current-social-reaction": {
16
- type: import("vue").PropType<ISocialReactionStyling>;
17
- };
18
- currentSocialReaction: {
19
- type: import("vue").PropType<ISocialReactionStyling>;
20
- };
21
- socialReactionStylings: {
22
- type: import("vue").PropType<ISocialReactionStyling[]>;
23
- required: false;
24
- };
25
- likes: {
26
- type: import("vue").PropType<ISocialReaction[]>;
27
- } & {
28
- type: import("vue").PropType<ISocialReaction[]>;
29
- };
30
- }>> & {
31
- onClose?: () => any;
32
- onDoc$?: (description?: string) => any;
33
- }, never>;
34
- $attrs: {
35
- [x: string]: unknown;
4
+ new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
5
+ "current-social-reaction": {
6
+ type: import("vue").PropType<ISocialReactionStyling>;
7
+ };
8
+ currentSocialReaction: {
9
+ type: import("vue").PropType<ISocialReactionStyling>;
10
+ };
11
+ socialReactionStylings: {
12
+ type: import("vue").PropType<ISocialReactionStyling[]>;
13
+ required: false;
36
14
  };
37
- $refs: {
38
- [x: string]: unknown;
15
+ likes: {
16
+ type: import("vue").PropType<ISocialReaction[]>;
17
+ } & {
18
+ type: import("vue").PropType<ISocialReaction[]>;
39
19
  };
40
- $slots: Readonly<{
41
- [name: string]: import("vue").Slot<any>;
42
- }>;
43
- $root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
44
- $parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
45
- $emit: ((event: "close") => void) & ((event: "doc$", description?: string) => void);
46
- $el: any;
47
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
48
- "current-social-reaction": {
49
- type: import("vue").PropType<ISocialReactionStyling>;
50
- };
51
- currentSocialReaction: {
52
- type: import("vue").PropType<ISocialReactionStyling>;
53
- };
54
- socialReactionStylings: {
55
- type: import("vue").PropType<ISocialReactionStyling[]>;
56
- required: false;
57
- };
58
- likes: {
59
- type: import("vue").PropType<ISocialReaction[]>;
60
- } & {
61
- type: import("vue").PropType<ISocialReaction[]>;
62
- };
63
- }>> & {
64
- onClose?: () => any;
65
- onDoc$?: (description?: string) => any;
66
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ }>> & {
21
+ onClose?: () => any;
22
+ onDoc$?: (description?: string) => any;
23
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
+ close: () => void;
25
+ doc$(description?: string): {
67
26
  close: () => void;
68
- doc$(description?: string): {
69
- close: () => void;
70
- };
71
- }, string, {}, {}, string, {}> & {
72
- beforeCreate?: (() => void) | (() => void)[];
73
- created?: (() => void) | (() => void)[];
74
- beforeMount?: (() => void) | (() => void)[];
75
- mounted?: (() => void) | (() => void)[];
76
- beforeUpdate?: (() => void) | (() => void)[];
77
- updated?: (() => void) | (() => void)[];
78
- activated?: (() => void) | (() => void)[];
79
- deactivated?: (() => void) | (() => void)[];
80
- beforeDestroy?: (() => void) | (() => void)[];
81
- beforeUnmount?: (() => void) | (() => void)[];
82
- destroyed?: (() => void) | (() => void)[];
83
- unmounted?: (() => void) | (() => void)[];
84
- renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
85
- renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
86
- errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
87
27
  };
88
- $forceUpdate: () => void;
89
- $nextTick: typeof import("vue").nextTick;
90
- $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
91
- } & Readonly<import("vue").ExtractPropTypes<{
28
+ }, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
29
+ "current-social-reaction": {
30
+ type: import("vue").PropType<ISocialReactionStyling>;
31
+ };
32
+ currentSocialReaction: {
33
+ type: import("vue").PropType<ISocialReactionStyling>;
34
+ };
35
+ socialReactionStylings: {
36
+ type: import("vue").PropType<ISocialReactionStyling[]>;
37
+ required: false;
38
+ };
39
+ likes: {
40
+ type: import("vue").PropType<ISocialReaction[]>;
41
+ } & {
42
+ type: import("vue").PropType<ISocialReaction[]>;
43
+ };
44
+ }>> & {
45
+ onClose?: () => any;
46
+ onDoc$?: (description?: string) => any;
47
+ }, {}, true, {}, {}, {
48
+ P: {};
49
+ B: {};
50
+ D: {};
51
+ C: {};
52
+ M: {};
53
+ Defaults: {};
54
+ }, Readonly<import("vue").ExtractPropTypes<{
92
55
  "current-social-reaction": {
93
56
  type: import("vue").PropType<ISocialReactionStyling>;
94
57
  };
@@ -107,7 +70,7 @@ declare const _default: {
107
70
  }>> & {
108
71
  onClose?: () => any;
109
72
  onDoc$?: (description?: string) => any;
110
- } & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
73
+ }, () => JSX.Element, {}, {}, {}, {}>;
111
74
  __isFragment?: never;
112
75
  __isTeleport?: never;
113
76
  __isSuspense?: never;