@vc-shell/framework 1.1.99-alpha.2 → 1.2.0

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 (397) hide show
  1. package/core/api/platform.ts +9883 -9883
  2. package/core/composables/useDynamicProperties/index.ts +16 -10
  3. package/core/composables/useNotifications/index.ts +1 -32
  4. package/core/composables/useSettings/index.ts +3 -8
  5. package/core/composables/useUser/index.ts +171 -74
  6. package/core/composables/useUserManagement/index.ts +25 -67
  7. package/core/interceptors/index.ts +56 -19
  8. package/core/plugins/signalR/index.ts +1 -27
  9. package/core/types/index.ts +0 -2
  10. package/dist/core/api/platform.d.ts +1 -1
  11. package/dist/core/api/platform.d.ts.map +1 -1
  12. package/dist/core/composables/useDynamicProperties/index.d.ts.map +1 -1
  13. package/dist/core/composables/useNotifications/index.d.ts.map +1 -1
  14. package/dist/core/composables/useSettings/index.d.ts.map +1 -1
  15. package/dist/core/composables/useUser/index.d.ts +9 -18
  16. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  17. package/dist/core/composables/useUserManagement/index.d.ts +7 -7
  18. package/dist/core/composables/useUserManagement/index.d.ts.map +1 -1
  19. package/dist/core/interceptors/index.d.ts +1 -2
  20. package/dist/core/interceptors/index.d.ts.map +1 -1
  21. package/dist/core/plugins/signalR/index.d.ts +0 -2
  22. package/dist/core/plugins/signalR/index.d.ts.map +1 -1
  23. package/dist/core/types/index.d.ts +1 -1
  24. package/dist/core/types/index.d.ts.map +1 -1
  25. package/dist/index.d.ts +0 -8
  26. package/dist/index.d.ts.map +1 -1
  27. package/dist/injection-keys.d.ts +1 -2
  28. package/dist/injection-keys.d.ts.map +1 -1
  29. package/dist/shared/components/app-switcher/composables/useAppSwitcher/index.d.ts.map +1 -1
  30. package/dist/shared/components/multilanguage-selector/multilanguage-selector.vue.d.ts +1 -1
  31. package/dist/shared/components/notifications/components/notification-container/index.d.ts +10 -10
  32. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  33. package/dist/shared/components/sign-in/useExternalProvider.d.ts +1 -1
  34. package/dist/shared/components/sign-in/useExternalProvider.d.ts.map +1 -1
  35. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +2 -2
  36. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -1
  37. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +2 -2
  38. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +2 -2
  39. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts +1 -1
  40. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  41. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts +1 -1
  42. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  43. package/dist/tsconfig.tsbuildinfo +1 -1
  44. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +1 -1
  45. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  46. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +2 -2
  47. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +1 -1
  48. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  49. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +1 -1
  50. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  51. package/dist/ui/components/molecules/index.d.ts +1 -0
  52. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  53. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts +34 -0
  54. package/dist/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue.d.ts.map +1 -0
  55. package/dist/ui/components/molecules/vc-accordion/index.d.ts +7 -0
  56. package/dist/ui/components/molecules/vc-accordion/index.d.ts.map +1 -0
  57. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts +42 -0
  58. package/dist/ui/components/molecules/vc-accordion/vc-accordion.vue.d.ts.map +1 -0
  59. package/dist/ui/components/molecules/vc-editor/_internal/vc-editor-button.vue.d.ts +1 -1
  60. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +2 -2
  61. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  62. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +1 -1
  63. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  64. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +1 -1
  65. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +1 -1
  66. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  67. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +1 -1
  68. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  69. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  70. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-base-button.vue.d.ts +1 -1
  71. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +1 -1
  72. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  73. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts +1 -1
  74. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-buttons/_internal/vc-blade-toolbar-button/vc-blade-toolbar-circle-button.vue.d.ts.map +1 -1
  75. package/dist/ui/components/organisms/vc-blade/vc-blade.backupsb.d.ts +3 -3
  76. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +1 -1
  77. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  78. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  79. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +2 -2
  80. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +1 -1
  81. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  82. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +5 -5
  83. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  84. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +1 -1
  85. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  86. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +1 -1
  87. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  88. package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-body/vc-table-body.vue.d.ts +2 -2
  89. package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/_internal/vc-table-row/vc-table-row.vue.d.ts +2 -2
  90. package/dist/ui/components/organisms/vc-table/_internal/vc-table-desktop-view/vc-table-desktop-view.vue.d.ts +3 -3
  91. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +1 -1
  92. package/package.json +5 -7
  93. package/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue +2 -2
  94. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +1 -15
  95. package/shared/components/sign-in/useExternalProvider.ts +1 -11
  96. package/shared/modules/dynamic/helpers/nodeBuilder.ts +3 -11
  97. package/ui/components/atoms/vc-badge/vc-badge.stories.ts +1 -1
  98. package/ui/components/atoms/vc-button/vc-button.stories.ts +1 -1
  99. package/ui/components/atoms/vc-card/vc-card.stories.ts +1 -1
  100. package/ui/components/atoms/vc-col/vc-col.stories.ts +1 -1
  101. package/ui/components/atoms/vc-container/vc-container.stories.ts +1 -1
  102. package/ui/components/atoms/vc-hint/vc-hint.stories.ts +1 -1
  103. package/ui/components/atoms/vc-icon/vc-icon.stories.ts +1 -1
  104. package/ui/components/atoms/vc-image/vc-image.stories.ts +1 -1
  105. package/ui/components/atoms/vc-label/vc-label.stories.ts +1 -1
  106. package/ui/components/atoms/vc-link/vc-link.stories.ts +1 -1
  107. package/ui/components/atoms/vc-progress/vc-progress.stories.ts +1 -1
  108. package/ui/components/atoms/vc-row/vc-row.stories.ts +1 -1
  109. package/ui/components/atoms/vc-skeleton/vc-skeleton.stories.ts +1 -1
  110. package/ui/components/atoms/vc-status/vc-status.stories.ts +1 -1
  111. package/ui/components/atoms/vc-status-icon/vc-status-icon.stories.ts +1 -1
  112. package/ui/components/atoms/vc-tooltip/vc-tooltip.stories.ts +1 -1
  113. package/ui/components/atoms/vc-video/vc-video.stories.ts +1 -1
  114. package/ui/components/atoms/vc-widget/vc-widget.stories.ts +1 -1
  115. package/ui/components/molecules/index.ts +1 -0
  116. package/ui/components/molecules/vc-accordion/_internal/vc-accordion-item/vc-accordion-item.vue +251 -0
  117. package/ui/components/molecules/vc-accordion/index.ts +11 -0
  118. package/ui/components/molecules/vc-accordion/vc-accordion.stories.ts +526 -0
  119. package/ui/components/molecules/vc-accordion/vc-accordion.vue +176 -0
  120. package/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.stories.ts +1 -1
  121. package/ui/components/molecules/vc-checkbox/vc-checkbox.stories.ts +1 -1
  122. package/ui/components/molecules/vc-editor/vc-editor.stories.ts +1 -1
  123. package/ui/components/molecules/vc-field/vc-field.stories.ts +1 -1
  124. package/ui/components/molecules/vc-file-upload/vc-file-upload.stories.ts +1 -1
  125. package/ui/components/molecules/vc-form/vc-form.stories.ts +1 -1
  126. package/ui/components/molecules/vc-input/vc-input.stories.ts +1 -1
  127. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
  128. package/ui/components/molecules/vc-input-dropdown/vc-input-dropdown.stories.ts +1 -1
  129. package/ui/components/molecules/vc-multivalue/vc-multivalue.stories.ts +1 -1
  130. package/ui/components/molecules/vc-pagination/vc-pagination.stories.ts +1 -1
  131. package/ui/components/molecules/vc-radio-button/vc-radio-button.stories.ts +1 -1
  132. package/ui/components/molecules/vc-rating/vc-rating.stories.ts +1 -1
  133. package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
  134. package/ui/components/molecules/vc-slider/vc-slider.stories.ts +1 -1
  135. package/ui/components/molecules/vc-switch/vc-switch.stories.ts +1 -1
  136. package/ui/components/molecules/vc-textarea/vc-textarea.stories.ts +1 -1
  137. package/ui/components/molecules/vc-toast/vc-toast.stories.ts +1 -1
  138. package/ui/components/organisms/vc-app/vc-app.vue +2 -20
  139. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +4 -0
  140. package/ui/components/organisms/vc-gallery/vc-gallery.stories.ts +1 -1
  141. package/ui/components/organisms/vc-popup/vc-popup.stories.ts +1 -1
  142. package/core/providers/README.md +0 -176
  143. package/core/providers/auth-provider-manager.ts +0 -74
  144. package/core/providers/auth-provider-utils.ts +0 -26
  145. package/core/providers/example-custom-auth-provider.ts +0 -162
  146. package/core/providers/index.ts +0 -3
  147. package/core/providers/platform-auth-provider.ts +0 -207
  148. package/core/types/auth-provider.ts +0 -40
  149. package/dist/assets/042c75b764bc78a7.svg +0 -1
  150. package/dist/assets/0ba156439a339f2a.svg +0 -1
  151. package/dist/assets/0be560bfb22d0e72.woff2 +0 -0
  152. package/dist/assets/0f590f8a94577092.svg +0 -1
  153. package/dist/assets/0fc5820f8be53a1b.svg +0 -1
  154. package/dist/assets/105efd028edc1dfe.woff +0 -0
  155. package/dist/assets/10768e2cc79fc60b.svg +0 -1
  156. package/dist/assets/11b3d25a56fd9a21.woff2 +0 -0
  157. package/dist/assets/154365acf3010d96.woff2 +0 -0
  158. package/dist/assets/157b8721e0600ea8.svg +0 -1
  159. package/dist/assets/15e91cdd649cde9a.svg +0 -1
  160. package/dist/assets/19275e398ae57130.woff2 +0 -0
  161. package/dist/assets/1a3e84b2457f709a.woff +0 -0
  162. package/dist/assets/1de63eb118636cce.svg +0 -1
  163. package/dist/assets/1ea01de36eb5491b.svg +0 -1
  164. package/dist/assets/204eaf512fde2023.svg +0 -1
  165. package/dist/assets/2088983edf42e153.svg +0 -1
  166. package/dist/assets/208f810a9321a327.svg +0 -1
  167. package/dist/assets/21220a9d10e6c558.svg +0 -1
  168. package/dist/assets/220db345a102045d.woff2 +0 -0
  169. package/dist/assets/225da11d23968333.svg +0 -1
  170. package/dist/assets/226f862dd81bdc13.woff2 +0 -0
  171. package/dist/assets/23a2d53395ddb14f.woff +0 -0
  172. package/dist/assets/259e6ad461a52ad7.svg +0 -1
  173. package/dist/assets/261e6dec4d53b9ac.woff +0 -0
  174. package/dist/assets/262f46a0b6d94bb6.svg +0 -1
  175. package/dist/assets/2857c513073467da.svg +0 -1
  176. package/dist/assets/2b3be7889467d98f.woff +0 -0
  177. package/dist/assets/2d4e6190eec72737.svg +0 -1
  178. package/dist/assets/2eba973185078bc8.woff +0 -0
  179. package/dist/assets/334d3f6bc766c516.woff +0 -0
  180. package/dist/assets/34ff7dd0c2285956.svg +0 -1
  181. package/dist/assets/3d26b7c1ab78bbe2.woff +0 -0
  182. package/dist/assets/3d892965ab4f1cbb.woff2 +0 -0
  183. package/dist/assets/3f8c4cc8099e34b6.woff2 +0 -0
  184. package/dist/assets/40a0e53b79ce63c6.woff2 +0 -0
  185. package/dist/assets/41275bcb979cb650.svg +0 -1
  186. package/dist/assets/434f7982590e462f.woff +0 -0
  187. package/dist/assets/475937116ee3314a.woff2 +0 -0
  188. package/dist/assets/489710fb710e73f0.woff +0 -0
  189. package/dist/assets/49791943b3872376.woff2 +0 -0
  190. package/dist/assets/4ae5f23e0ca888e7.woff2 +0 -0
  191. package/dist/assets/4d7a77b0e5373992.svg +0 -1
  192. package/dist/assets/4e43c74354534fb3.svg +0 -1
  193. package/dist/assets/4fe75f5117100705.svg +0 -1
  194. package/dist/assets/52e261a005074e1b.woff +0 -0
  195. package/dist/assets/5304c3d05a5f9789.woff2 +0 -0
  196. package/dist/assets/54cda5482c6c9218.woff +0 -0
  197. package/dist/assets/550f52072e8ccafe.woff2 +0 -0
  198. package/dist/assets/572bb1bb4156a9c1.svg +0 -1
  199. package/dist/assets/6075995d7e74da46.woff2 +0 -0
  200. package/dist/assets/617c4736236e199e.woff +0 -0
  201. package/dist/assets/67230f05dc94a265.svg +0 -1
  202. package/dist/assets/6798e4dd4add9b48.svg +0 -1
  203. package/dist/assets/686d4077c1e26876.woff2 +0 -0
  204. package/dist/assets/698ec6c722d4cb05.woff2 +0 -0
  205. package/dist/assets/6a3e73faf406cf33.svg +0 -1
  206. package/dist/assets/72de3a63bc0b70dd.svg +0 -1
  207. package/dist/assets/74c6a6ab81bb6340.woff2 +0 -0
  208. package/dist/assets/74ed5f8a78e71106.svg +0 -1
  209. package/dist/assets/7a5aa5abd625137f.ttf +0 -0
  210. package/dist/assets/7ce0c166fd6a1204.woff +0 -0
  211. package/dist/assets/7d55399c2a7bc985.svg +0 -1
  212. package/dist/assets/7d970675c69fca1d.woff +0 -0
  213. package/dist/assets/7eda727273fd98d3.svg +0 -1
  214. package/dist/assets/7f6ebfd707b76ca2.woff +0 -0
  215. package/dist/assets/7fa898d213fcc7bc.woff2 +0 -0
  216. package/dist/assets/861e6b7192b3b6c7.woff +0 -0
  217. package/dist/assets/8bbcde81ba21ecb2.woff2 +0 -0
  218. package/dist/assets/8f6657e5e0b8d3e4.woff +0 -0
  219. package/dist/assets/910b0d99b9e26568.svg +0 -1
  220. package/dist/assets/91fe94e424323d61.woff +0 -0
  221. package/dist/assets/92508f8707159b51.svg +0 -1
  222. package/dist/assets/9392bf1d591e1abb.svg +0 -1
  223. package/dist/assets/97e8d4984ba0713a.woff2 +0 -0
  224. package/dist/assets/9cb83236f6bb7ab1.svg +0 -1
  225. package/dist/assets/9d37314695c0b68d.woff +0 -0
  226. package/dist/assets/a03cdcd8da5bb987.woff +0 -0
  227. package/dist/assets/a18404194e3f9047.svg +0 -1
  228. package/dist/assets/a2017fe7f0a26510.svg +0 -1
  229. package/dist/assets/ab6e7190bb1492d5.woff2 +0 -0
  230. package/dist/assets/abf88f301a0730f4.svg +0 -1
  231. package/dist/assets/ac1a99b3d05d8232.woff +0 -0
  232. package/dist/assets/aed17cb6fdad2ada.woff2 +0 -0
  233. package/dist/assets/b1a596e31ad1185a.svg +0 -1
  234. package/dist/assets/b27767411c8427be.woff +0 -0
  235. package/dist/assets/b325adcae33bbe7a.svg +0 -1
  236. package/dist/assets/b372390551ca2fa1.svg +0 -1
  237. package/dist/assets/b5bb1e8fc975decd.svg +0 -1
  238. package/dist/assets/b645a4a2181b9dc1.svg +0 -1
  239. package/dist/assets/b6499ddce0a4ef7d.svg +0 -1
  240. package/dist/assets/b94421fadd23b0f2.svg +0 -1
  241. package/dist/assets/bb28fb0f27f1c11b.svg +0 -1
  242. package/dist/assets/c9191b638a10f67b.woff2 +0 -0
  243. package/dist/assets/ca791c5ca5848a03.svg +0 -1
  244. package/dist/assets/cb32840ce330103f.woff +0 -0
  245. package/dist/assets/ccc878931d74181b.woff2 +0 -0
  246. package/dist/assets/d084bda16abe8a56.svg +0 -1
  247. package/dist/assets/d32b129cae2fffd6.svg +0 -1
  248. package/dist/assets/d35a4c7113315758.woff2 +0 -0
  249. package/dist/assets/d3f792f54ae4c307.svg +0 -1
  250. package/dist/assets/d5a5b8630120073d.svg +0 -1
  251. package/dist/assets/d5f9664ebbfb104b.svg +0 -1
  252. package/dist/assets/d84247b59449dd88.woff2 +0 -0
  253. package/dist/assets/dceaf3b39091e6a4.woff +0 -0
  254. package/dist/assets/dd05d43ff0df2fc7.svg +0 -1
  255. package/dist/assets/e2ad5b3428289141.woff +0 -0
  256. package/dist/assets/e38acaa1757232e0.svg +0 -1
  257. package/dist/assets/e4a8550f1c7ffe36.svg +0 -1
  258. package/dist/assets/e5adb5ae3a3698f6.svg +0 -1
  259. package/dist/assets/e61a1889bac955f4.woff2 +0 -0
  260. package/dist/assets/e72bb11356af94c7.svg +0 -1
  261. package/dist/assets/e98196a9f8dcb2f0.svg +0 -1
  262. package/dist/assets/ebec912a42ad49ff.woff +0 -0
  263. package/dist/assets/ee6983981ffcbb41.woff2 +0 -0
  264. package/dist/assets/f09d89268e4c0317.svg +0 -1
  265. package/dist/assets/f239394367fcf005.woff2 +0 -0
  266. package/dist/assets/f5722262b6e7214e.woff2 +0 -0
  267. package/dist/assets/f7fc8bf46089d8b2.svg +0 -1
  268. package/dist/assets/fc829e3f399b70e0.woff2 +0 -0
  269. package/dist/assets/fe141d99763f5d2b.woff +0 -0
  270. package/dist/assets/fed13b0d59903483.svg +0 -1
  271. package/dist/assets/fed757d2c2344ead.woff2 +0 -0
  272. package/dist/assets/ffc438f20e79ce73.woff +0 -0
  273. package/dist/core/providers/auth-provider-manager.d.ts +0 -34
  274. package/dist/core/providers/auth-provider-manager.d.ts.map +0 -1
  275. package/dist/core/providers/auth-provider-utils.d.ts +0 -17
  276. package/dist/core/providers/auth-provider-utils.d.ts.map +0 -1
  277. package/dist/core/providers/example-custom-auth-provider.d.ts +0 -45
  278. package/dist/core/providers/example-custom-auth-provider.d.ts.map +0 -1
  279. package/dist/core/providers/index.d.ts +0 -3
  280. package/dist/core/providers/index.d.ts.map +0 -1
  281. package/dist/core/providers/platform-auth-provider.d.ts +0 -34
  282. package/dist/core/providers/platform-auth-provider.d.ts.map +0 -1
  283. package/dist/core/types/auth-provider.d.ts +0 -27
  284. package/dist/core/types/auth-provider.d.ts.map +0 -1
  285. package/dist/framework.js +0 -25048
  286. package/dist/index.css +0 -9
  287. package/dist/vendor-boolbase-A_-Pp38P.js +0 -23
  288. package/dist/vendor-cheerio-C46iBpCu.js +0 -1053
  289. package/dist/vendor-cheerio-select-C8emRZsx.js +0 -191
  290. package/dist/vendor-core-js-DDuR6YMQ.js +0 -1206
  291. package/dist/vendor-css-select-DR9bp36p.js +0 -622
  292. package/dist/vendor-css-what-CZZaquJM.js +0 -267
  293. package/dist/vendor-cypress-signalr-mock-DjBxJHA6.js +0 -769
  294. package/dist/vendor-date-fns-sZ1zMzTH.js +0 -3008
  295. package/dist/vendor-dom-serializer-Sk3xHhQk.js +0 -213
  296. package/dist/vendor-domelementtype-B3sFIGaC.js +0 -21
  297. package/dist/vendor-domhandler-CL40eeX9.js +0 -311
  298. package/dist/vendor-dompurify-BuxjWxA2.js +0 -553
  299. package/dist/vendor-domutils-BiVCXO8c.js +0 -386
  300. package/dist/vendor-entities-CCReaWqU.js +0 -364
  301. package/dist/vendor-floating-ui-core-Cl9nBI4j.js +0 -349
  302. package/dist/vendor-floating-ui-dom-3z44E4mf.js +0 -395
  303. package/dist/vendor-floating-ui-utils-D2sT7feD.js +0 -259
  304. package/dist/vendor-floating-ui-vue-ClrgkeO5.js +0 -107
  305. package/dist/vendor-headlessui-vue-D7tzx4PC.js +0 -961
  306. package/dist/vendor-htmlparser2-CpQu33io.js +0 -735
  307. package/dist/vendor-intlify-core-base-Da62SG4M.js +0 -1130
  308. package/dist/vendor-intlify-message-compiler-CHvGSH2u.js +0 -952
  309. package/dist/vendor-intlify-shared-jWBPd9WB.js +0 -144
  310. package/dist/vendor-iso-639-1-BJO6WZAt.js +0 -781
  311. package/dist/vendor-linkify-it-LzoUhj6C.js +0 -199
  312. package/dist/vendor-linkifyjs-dCH9UYes.js +0 -701
  313. package/dist/vendor-lodash-es-BqkGj3Jl.js +0 -4816
  314. package/dist/vendor-lucide-vue-next-m0L4DzUL.js +0 -29780
  315. package/dist/vendor-markdown-it-Czg9qJTh.js +0 -2263
  316. package/dist/vendor-markdown-it-task-lists-BxLwscWK.js +0 -69
  317. package/dist/vendor-mdurl-DZFDNdqC.js +0 -192
  318. package/dist/vendor-microsoft-applicationinsights-analytics-js-C1Yxuzwg.js +0 -1207
  319. package/dist/vendor-microsoft-applicationinsights-cfgsync-js-DArHD4Dn.js +0 -261
  320. package/dist/vendor-microsoft-applicationinsights-channel-js-Dbs0XRes.js +0 -1822
  321. package/dist/vendor-microsoft-applicationinsights-common-OjU3Zs6r.js +0 -1921
  322. package/dist/vendor-microsoft-applicationinsights-core-js-DWRvqBek.js +0 -4276
  323. package/dist/vendor-microsoft-applicationinsights-dependencies-js-BxTNw-Sk.js +0 -1407
  324. package/dist/vendor-microsoft-applicationinsights-properties-js-Gfhpu-At.js +0 -572
  325. package/dist/vendor-microsoft-applicationinsights-shims-CxtPYiwp.js +0 -43
  326. package/dist/vendor-microsoft-applicationinsights-web-9yeJ0EZv.js +0 -487
  327. package/dist/vendor-microsoft-dynamicproto-js-DSkQkH3T.js +0 -147
  328. package/dist/vendor-microsoft-signalr-Bgpbb4fW.js +0 -1761
  329. package/dist/vendor-moment-DMLRxgRE.js +0 -2589
  330. package/dist/vendor-nevware21-ts-async-CdMc_sGt.js +0 -261
  331. package/dist/vendor-nevware21-ts-utils-Dy41wRhA.js +0 -853
  332. package/dist/vendor-nth-check-CS1D-zr5.js +0 -45
  333. package/dist/vendor-orderedmap-B3SOk52B.js +0 -103
  334. package/dist/vendor-parse5-htmlparser2-tree-adapter-BWywtwol.js +0 -143
  335. package/dist/vendor-parse5-zq5Hn0y9.js +0 -5749
  336. package/dist/vendor-prettier-cZc5sCiS.js +0 -4875
  337. package/dist/vendor-prosemirror-commands-Cu1q5ZDk.js +0 -385
  338. package/dist/vendor-prosemirror-dropcursor-BuGmFgFS.js +0 -86
  339. package/dist/vendor-prosemirror-gapcursor-CyYcCWVK.js +0 -203
  340. package/dist/vendor-prosemirror-history-DzRcbrCw.js +0 -248
  341. package/dist/vendor-prosemirror-keymap-KfbdOEJw.js +0 -62
  342. package/dist/vendor-prosemirror-markdown-OyxRuawK.js +0 -650
  343. package/dist/vendor-prosemirror-model-DFp4ML7B.js +0 -2730
  344. package/dist/vendor-prosemirror-schema-list-CwCUArvx.js +0 -87
  345. package/dist/vendor-prosemirror-state-DHaVEu5h.js +0 -821
  346. package/dist/vendor-prosemirror-tables-mYok4vGT.js +0 -1711
  347. package/dist/vendor-prosemirror-transform-CAHmg-qG.js +0 -1508
  348. package/dist/vendor-prosemirror-view-CspJa44O.js +0 -3751
  349. package/dist/vendor-punycode-js-CgGegfA_.js +0 -133
  350. package/dist/vendor-rope-sequence-BWC2FSrq.js +0 -100
  351. package/dist/vendor-semver-Dar8oU3V.js +0 -1023
  352. package/dist/vendor-swiper-1bp0oJwt.js +0 -3387
  353. package/dist/vendor-tanstack-virtual-core-l0sNRNKZ.js +0 -1
  354. package/dist/vendor-tanstack-vue-virtual-CD9yLWd7.js +0 -1
  355. package/dist/vendor-tiptap-core-ClsTgaMv.js +0 -3699
  356. package/dist/vendor-tiptap-extension-blockquote-r1MBx4hD.js +0 -54
  357. package/dist/vendor-tiptap-extension-bold-BjLI4i8b.js +0 -74
  358. package/dist/vendor-tiptap-extension-code-D5-kDnMW.js +0 -52
  359. package/dist/vendor-tiptap-extension-code-block-RjEb0zPA.js +0 -215
  360. package/dist/vendor-tiptap-extension-document--PLOxIdq.js +0 -12
  361. package/dist/vendor-tiptap-extension-hard-break-9cxC2YOS.js +0 -59
  362. package/dist/vendor-tiptap-extension-heading-2w0TutHn.js +0 -63
  363. package/dist/vendor-tiptap-extension-horizontal-rule-CFowa_lc.js +0 -56
  364. package/dist/vendor-tiptap-extension-image-aWn-na6j.js +0 -127
  365. package/dist/vendor-tiptap-extension-italic-Bn-6saY0.js +0 -73
  366. package/dist/vendor-tiptap-extension-link-BmcG1_k-.js +0 -298
  367. package/dist/vendor-tiptap-extension-list-BrNBJ45n.js +0 -707
  368. package/dist/vendor-tiptap-extension-paragraph-DAiYhwUB.js +0 -41
  369. package/dist/vendor-tiptap-extension-placeholder-9tURDKy-.js +0 -1
  370. package/dist/vendor-tiptap-extension-strike-DqbXPfos.js +0 -64
  371. package/dist/vendor-tiptap-extension-table-DQwPaR7v.js +0 -374
  372. package/dist/vendor-tiptap-extension-table-cell-C0tEP_0i.js +0 -1
  373. package/dist/vendor-tiptap-extension-table-header-C0tEP_0i.js +0 -1
  374. package/dist/vendor-tiptap-extension-table-row-C0tEP_0i.js +0 -1
  375. package/dist/vendor-tiptap-extension-text-BFnfj70b.js +0 -13
  376. package/dist/vendor-tiptap-extension-text-style-Darua3qr.js +0 -235
  377. package/dist/vendor-tiptap-extension-underline-QyVnBqQZ.js +0 -65
  378. package/dist/vendor-tiptap-extensions-CU-D7bfm.js +0 -290
  379. package/dist/vendor-tiptap-markdown-BwATYN5A.js +0 -826
  380. package/dist/vendor-tiptap-pm-d91nGny8.js +0 -1
  381. package/dist/vendor-tiptap-starter-kit-5luf7zzS.js +0 -28
  382. package/dist/vendor-tiptap-vue-3-CFBErZGb.js +0 -157
  383. package/dist/vendor-truncate-html-DYC0Lj9o.js +0 -145
  384. package/dist/vendor-uc-micro-4lbSaZOs.js +0 -17
  385. package/dist/vendor-vee-validate-i18n-zT8NxX3R.js +0 -93
  386. package/dist/vendor-vee-validate-rules-4oWUZPpG.js +0 -316
  387. package/dist/vendor-vue-currency-input-BqaYAdhD.js +0 -317
  388. package/dist/vendor-vue-demi-CD9yLWd7.js +0 -1
  389. package/dist/vendor-vue-devtools-api-aVYGocXp.js +0 -93
  390. package/dist/vendor-vue-i18n-CO5LWKE0.js +0 -1370
  391. package/dist/vendor-vue3-application-insights-BKiiWnf2.js +0 -69
  392. package/dist/vendor-vue3-touch-events-DqysuuWh.js +0 -169
  393. package/dist/vendor-vuepic-vue-datepicker-CaY_xSnG.js +0 -4998
  394. package/dist/vendor-vueuse-components-sgKpNzof.js +0 -542
  395. package/dist/vendor-vueuse-core-D0cN7FqY.js +0 -5130
  396. package/dist/vendor-vueuse-shared-Pt0UEStA.js +0 -1169
  397. package/dist/vendor-w3c-keyname-CLxH8j-f.js +0 -92
@@ -1,542 +0,0 @@
1
- import { defineComponent as se, ref as E, h as ue, watch as x, computed as M, reactive as X, nextTick as ie, getCurrentInstance as ce, onMounted as ae } from "vue";
2
- import { d as H, n as I, i as j, a as fe, t as S, b as de, c as Y, e as ne, f as ve, u as me, g as pe, h as he } from "./vendor-vueuse-shared-Pt0UEStA.js";
3
- function w(e) {
4
- var o;
5
- const t = S(e);
6
- return (o = t?.$el) != null ? o : t;
7
- }
8
- const W = fe ? window : void 0;
9
- function L(...e) {
10
- let o, t, n, u;
11
- if (typeof e[0] == "string" || Array.isArray(e[0]) ? ([t, n, u] = e, o = W) : [o, t, n, u] = e, !o)
12
- return I;
13
- Array.isArray(t) || (t = [t]), Array.isArray(n) || (n = [n]);
14
- const r = [], s = () => {
15
- r.forEach((v) => v()), r.length = 0;
16
- }, l = (v, c, i, m) => (v.addEventListener(c, i, m), () => v.removeEventListener(c, i, m)), f = x(
17
- () => [w(o), S(u)],
18
- ([v, c]) => {
19
- if (s(), !v)
20
- return;
21
- const i = de(c) ? { ...c } : c;
22
- r.push(
23
- ...t.flatMap((m) => n.map((p) => l(v, m, p, i)))
24
- );
25
- },
26
- { immediate: !0, flush: "post" }
27
- ), a = () => {
28
- f(), s();
29
- };
30
- return Y(a), a;
31
- }
32
- let Q = !1;
33
- function Z(e, o, t = {}) {
34
- const { window: n = W, ignore: u = [], capture: r = !0, detectIframe: s = !1 } = t;
35
- if (!n)
36
- return I;
37
- j && !Q && (Q = !0, Array.from(n.document.body.children).forEach((i) => i.addEventListener("click", I)), n.document.documentElement.addEventListener("click", I));
38
- let l = !0;
39
- const f = (i) => u.some((m) => {
40
- if (typeof m == "string")
41
- return Array.from(n.document.querySelectorAll(m)).some((p) => p === i.target || i.composedPath().includes(p));
42
- {
43
- const p = w(m);
44
- return p && (i.target === p || i.composedPath().includes(p));
45
- }
46
- }), v = [
47
- L(n, "click", (i) => {
48
- const m = w(e);
49
- if (!(!m || m === i.target || i.composedPath().includes(m))) {
50
- if (i.detail === 0 && (l = !f(i)), !l) {
51
- l = !0;
52
- return;
53
- }
54
- o(i);
55
- }
56
- }, { passive: !0, capture: r }),
57
- L(n, "pointerdown", (i) => {
58
- const m = w(e);
59
- l = !f(i) && !!(m && !i.composedPath().includes(m));
60
- }, { passive: !0 }),
61
- s && L(n, "blur", (i) => {
62
- setTimeout(() => {
63
- var m;
64
- const p = w(e);
65
- ((m = n.document.activeElement) == null ? void 0 : m.tagName) === "IFRAME" && !p?.contains(n.document.activeElement) && o(i);
66
- }, 0);
67
- })
68
- ].filter(Boolean);
69
- return () => v.forEach((i) => i());
70
- }
71
- const ke = {
72
- [H.mounted](e, o) {
73
- const t = !o.modifiers.bubble;
74
- if (typeof o.value == "function")
75
- e.__onClickOutside_stop = Z(e, o.value, { capture: t });
76
- else {
77
- const [n, u] = o.value;
78
- e.__onClickOutside_stop = Z(e, n, Object.assign({ capture: t }, u));
79
- }
80
- },
81
- [H.unmounted](e) {
82
- e.__onClickOutside_stop();
83
- }
84
- };
85
- function ye(e) {
86
- return typeof e == "function" ? e : typeof e == "string" ? (o) => o.key === e : Array.isArray(e) ? (o) => e.includes(o.key) : () => !0;
87
- }
88
- function ee(...e) {
89
- let o, t, n = {};
90
- e.length === 3 ? (o = e[0], t = e[1], n = e[2]) : e.length === 2 ? typeof e[1] == "object" ? (o = !0, t = e[0], n = e[1]) : (o = e[0], t = e[1]) : (o = !0, t = e[0]);
91
- const {
92
- target: u = W,
93
- eventName: r = "keydown",
94
- passive: s = !1,
95
- dedupe: l = !1
96
- } = n, f = ye(o);
97
- return L(u, r, (v) => {
98
- v.repeat && S(l) || f(v) && t(v);
99
- }, s);
100
- }
101
- H.mounted + "";
102
- const we = 500, _e = 10;
103
- function q(e, o, t) {
104
- var n, u;
105
- const r = M(() => w(e));
106
- let s, l, f, a = !1;
107
- function v() {
108
- s && (clearTimeout(s), s = void 0), l = void 0, f = void 0, a = !1;
109
- }
110
- function c(d) {
111
- var y, O, D;
112
- const [g, P, h] = [f, l, a];
113
- if (v(), !t?.onMouseUp || !P || !g || (y = t?.modifiers) != null && y.self && d.target !== r.value)
114
- return;
115
- (O = t?.modifiers) != null && O.prevent && d.preventDefault(), (D = t?.modifiers) != null && D.stop && d.stopPropagation();
116
- const T = d.x - P.x, _ = d.y - P.y, C = Math.sqrt(T * T + _ * _);
117
- t.onMouseUp(d.timeStamp - g, C, h);
118
- }
119
- function i(d) {
120
- var y, O, D, g;
121
- (y = t?.modifiers) != null && y.self && d.target !== r.value || (v(), (O = t?.modifiers) != null && O.prevent && d.preventDefault(), (D = t?.modifiers) != null && D.stop && d.stopPropagation(), l = {
122
- x: d.x,
123
- y: d.y
124
- }, f = d.timeStamp, s = setTimeout(
125
- () => {
126
- a = !0, o(d);
127
- },
128
- (g = t?.delay) != null ? g : we
129
- ));
130
- }
131
- function m(d) {
132
- var y, O, D, g;
133
- if ((y = t?.modifiers) != null && y.self && d.target !== r.value || !l || t?.distanceThreshold === !1)
134
- return;
135
- (O = t?.modifiers) != null && O.prevent && d.preventDefault(), (D = t?.modifiers) != null && D.stop && d.stopPropagation();
136
- const P = d.x - l.x, h = d.y - l.y;
137
- Math.sqrt(P * P + h * h) >= ((g = t?.distanceThreshold) != null ? g : _e) && v();
138
- }
139
- const p = {
140
- capture: (n = t?.modifiers) == null ? void 0 : n.capture,
141
- once: (u = t?.modifiers) == null ? void 0 : u.once
142
- }, b = [
143
- L(r, "pointerdown", i, p),
144
- L(r, "pointermove", m, p),
145
- L(r, ["pointerup", "pointerleave"], c, p)
146
- ];
147
- return () => b.forEach((d) => d());
148
- }
149
- const De = /* @__PURE__ */ se({
150
- name: "OnLongPress",
151
- props: ["as", "options"],
152
- emits: ["trigger"],
153
- setup(e, { slots: o, emit: t }) {
154
- const n = E();
155
- return q(
156
- n,
157
- (u) => {
158
- t("trigger", u);
159
- },
160
- e.options
161
- ), () => {
162
- if (o.default)
163
- return ue(e.as || "div", { ref: n }, o.default());
164
- };
165
- }
166
- });
167
- H.mounted + "";
168
- function Se() {
169
- const e = E(!1), o = ce();
170
- return o && ae(() => {
171
- e.value = !0;
172
- }, o), e;
173
- }
174
- function le(e) {
175
- const o = Se();
176
- return M(() => (o.value, !!e()));
177
- }
178
- function Ee(e, o = {}) {
179
- const {
180
- delayEnter: t = 0,
181
- delayLeave: n = 0,
182
- window: u = W
183
- } = o, r = E(!1);
184
- let s;
185
- const l = (f) => {
186
- const a = f ? t : n;
187
- s && (clearTimeout(s), s = void 0), a ? s = setTimeout(() => r.value = f, a) : r.value = f;
188
- };
189
- return u && (L(e, "mouseenter", () => l(!0), { passive: !0 }), L(e, "mouseleave", () => l(!1), { passive: !0 })), r;
190
- }
191
- H.mounted + "";
192
- function be(e, o, t = {}) {
193
- const { window: n = W, ...u } = t;
194
- let r;
195
- const s = le(() => n && "ResizeObserver" in n), l = () => {
196
- r && (r.disconnect(), r = void 0);
197
- }, f = M(() => Array.isArray(e) ? e.map((c) => w(c)) : [w(e)]), a = x(
198
- f,
199
- (c) => {
200
- if (l(), s.value && n) {
201
- r = new ResizeObserver(o);
202
- for (const i of c)
203
- i && r.observe(i, u);
204
- }
205
- },
206
- { immediate: !0, flush: "post" }
207
- ), v = () => {
208
- l(), a();
209
- };
210
- return Y(v), {
211
- isSupported: s,
212
- stop: v
213
- };
214
- }
215
- function ge(e, o = { width: 0, height: 0 }, t = {}) {
216
- const { window: n = W, box: u = "content-box" } = t, r = M(() => {
217
- var c, i;
218
- return (i = (c = w(e)) == null ? void 0 : c.namespaceURI) == null ? void 0 : i.includes("svg");
219
- }), s = E(o.width), l = E(o.height), { stop: f } = be(
220
- e,
221
- ([c]) => {
222
- const i = u === "border-box" ? c.borderBoxSize : u === "content-box" ? c.contentBoxSize : c.devicePixelContentBoxSize;
223
- if (n && r.value) {
224
- const m = w(e);
225
- if (m) {
226
- const p = m.getBoundingClientRect();
227
- s.value = p.width, l.value = p.height;
228
- }
229
- } else if (i) {
230
- const m = Array.isArray(i) ? i : [i];
231
- s.value = m.reduce((p, { inlineSize: b }) => p + b, 0), l.value = m.reduce((p, { blockSize: b }) => p + b, 0);
232
- } else
233
- s.value = c.contentRect.width, l.value = c.contentRect.height;
234
- },
235
- t
236
- );
237
- ne(() => {
238
- const c = w(e);
239
- c && (s.value = "offsetWidth" in c ? c.offsetWidth : o.width, l.value = "offsetHeight" in c ? c.offsetHeight : o.height);
240
- });
241
- const a = x(
242
- () => w(e),
243
- (c) => {
244
- s.value = c ? o.width : 0, l.value = c ? o.height : 0;
245
- }
246
- );
247
- function v() {
248
- f(), a();
249
- }
250
- return {
251
- width: s,
252
- height: l,
253
- stop: v
254
- };
255
- }
256
- H.mounted + "";
257
- function K(e, o, t = {}) {
258
- const {
259
- root: n,
260
- rootMargin: u = "0px",
261
- threshold: r = 0.1,
262
- window: s = W,
263
- immediate: l = !0
264
- } = t, f = le(() => s && "IntersectionObserver" in s), a = M(() => {
265
- const p = S(e);
266
- return (Array.isArray(p) ? p : [p]).map(w).filter(ve);
267
- });
268
- let v = I;
269
- const c = E(l), i = f.value ? x(
270
- () => [a.value, w(n), c.value],
271
- ([p, b]) => {
272
- if (v(), !c.value || !p.length)
273
- return;
274
- const k = new IntersectionObserver(
275
- o,
276
- {
277
- root: w(b),
278
- rootMargin: u,
279
- threshold: r
280
- }
281
- );
282
- p.forEach((d) => d && k.observe(d)), v = () => {
283
- k.disconnect(), v = I;
284
- };
285
- },
286
- { immediate: l, flush: "post" }
287
- ) : I, m = () => {
288
- v(), i(), c.value = !1;
289
- };
290
- return Y(m), {
291
- isSupported: f,
292
- isActive: c,
293
- pause() {
294
- v(), c.value = !1;
295
- },
296
- resume() {
297
- c.value = !0;
298
- },
299
- stop: m
300
- };
301
- }
302
- function $(e, o = {}) {
303
- const { window: t = W, scrollTarget: n, threshold: u = 0 } = o, r = E(!1);
304
- return K(
305
- e,
306
- (s) => {
307
- let l = r.value, f = 0;
308
- for (const a of s)
309
- a.time >= f && (f = a.time, l = a.isIntersecting);
310
- r.value = l;
311
- },
312
- {
313
- root: n,
314
- window: t,
315
- threshold: u
316
- }
317
- ), r;
318
- }
319
- H.mounted + "";
320
- const te = 1;
321
- function G(e, o = {}) {
322
- const {
323
- throttle: t = 0,
324
- idle: n = 200,
325
- onStop: u = I,
326
- onScroll: r = I,
327
- offset: s = {
328
- left: 0,
329
- right: 0,
330
- top: 0,
331
- bottom: 0
332
- },
333
- eventListenerOptions: l = {
334
- capture: !1,
335
- passive: !0
336
- },
337
- behavior: f = "auto",
338
- window: a = W,
339
- onError: v = (h) => {
340
- console.error(h);
341
- }
342
- } = o, c = E(0), i = E(0), m = M({
343
- get() {
344
- return c.value;
345
- },
346
- set(h) {
347
- b(h, void 0);
348
- }
349
- }), p = M({
350
- get() {
351
- return i.value;
352
- },
353
- set(h) {
354
- b(void 0, h);
355
- }
356
- });
357
- function b(h, T) {
358
- var _, C, V, R;
359
- if (!a)
360
- return;
361
- const A = S(e);
362
- if (!A)
363
- return;
364
- (V = A instanceof Document ? a.document.body : A) == null || V.scrollTo({
365
- top: (_ = S(T)) != null ? _ : p.value,
366
- left: (C = S(h)) != null ? C : m.value,
367
- behavior: S(f)
368
- });
369
- const N = ((R = A?.document) == null ? void 0 : R.documentElement) || A?.documentElement || A;
370
- m != null && (c.value = N.scrollLeft), p != null && (i.value = N.scrollTop);
371
- }
372
- const k = E(!1), d = X({
373
- left: !0,
374
- right: !1,
375
- top: !0,
376
- bottom: !1
377
- }), y = X({
378
- left: !1,
379
- right: !1,
380
- top: !1,
381
- bottom: !1
382
- }), O = (h) => {
383
- k.value && (k.value = !1, y.left = !1, y.right = !1, y.top = !1, y.bottom = !1, u(h));
384
- }, D = pe(O, t + n), g = (h) => {
385
- var T;
386
- if (!a)
387
- return;
388
- const _ = ((T = h?.document) == null ? void 0 : T.documentElement) || h?.documentElement || w(h), { display: C, flexDirection: V } = getComputedStyle(_), R = _.scrollLeft;
389
- y.left = R < c.value, y.right = R > c.value;
390
- const A = Math.abs(R) <= (s.left || 0), N = Math.abs(R) + _.clientWidth >= _.scrollWidth - (s.right || 0) - te;
391
- C === "flex" && V === "row-reverse" ? (d.left = N, d.right = A) : (d.left = A, d.right = N), c.value = R;
392
- let B = _.scrollTop;
393
- h === a.document && !B && (B = a.document.body.scrollTop), y.top = B < i.value, y.bottom = B > i.value;
394
- const F = Math.abs(B) <= (s.top || 0), J = Math.abs(B) + _.clientHeight >= _.scrollHeight - (s.bottom || 0) - te;
395
- C === "flex" && V === "column-reverse" ? (d.top = J, d.bottom = F) : (d.top = F, d.bottom = J), i.value = B;
396
- }, P = (h) => {
397
- var T;
398
- if (!a)
399
- return;
400
- const _ = (T = h.target.documentElement) != null ? T : h.target;
401
- g(_), k.value = !0, D(h), r(h);
402
- };
403
- return L(
404
- e,
405
- "scroll",
406
- t ? me(P, t, !0, !1) : P,
407
- l
408
- ), ne(() => {
409
- try {
410
- const h = S(e);
411
- if (!h)
412
- return;
413
- g(h);
414
- } catch (h) {
415
- v(h);
416
- }
417
- }), L(
418
- e,
419
- "scrollend",
420
- O,
421
- l
422
- ), {
423
- x: m,
424
- y: p,
425
- isScrolling: k,
426
- arrivedState: d,
427
- directions: y,
428
- measure() {
429
- const h = S(e);
430
- a && h && g(h);
431
- }
432
- };
433
- }
434
- function U(e) {
435
- return typeof Window < "u" && e instanceof Window ? e.document.documentElement : typeof Document < "u" && e instanceof Document ? e.documentElement : e;
436
- }
437
- function oe(e, o, t = {}) {
438
- var n;
439
- const {
440
- direction: u = "bottom",
441
- interval: r = 100,
442
- canLoadMore: s = () => !0
443
- } = t, l = X(G(
444
- e,
445
- {
446
- ...t,
447
- offset: {
448
- [u]: (n = t.distance) != null ? n : 0,
449
- ...t.offset
450
- }
451
- }
452
- )), f = E(), a = M(() => !!f.value), v = M(() => U(S(e))), c = $(v);
453
- function i() {
454
- if (l.measure(), !v.value || !c.value || !s(v.value))
455
- return;
456
- const { scrollHeight: m, clientHeight: p, scrollWidth: b, clientWidth: k } = v.value, d = u === "bottom" || u === "top" ? m <= p : b <= k;
457
- (l.arrivedState[u] || d) && (f.value || (f.value = Promise.all([
458
- o(l),
459
- new Promise((y) => setTimeout(y, r))
460
- ]).finally(() => {
461
- f.value = null, ie(() => i());
462
- })));
463
- }
464
- return x(
465
- () => [l.arrivedState[u], c.value],
466
- i,
467
- { immediate: !0 }
468
- ), {
469
- isLoading: a
470
- };
471
- }
472
- H.mounted + "";
473
- H.mounted + "";
474
- H.mounted + "";
475
- function re(e) {
476
- const o = window.getComputedStyle(e);
477
- if (o.overflowX === "scroll" || o.overflowY === "scroll" || o.overflowX === "auto" && e.clientWidth < e.scrollWidth || o.overflowY === "auto" && e.clientHeight < e.scrollHeight)
478
- return !0;
479
- {
480
- const t = e.parentNode;
481
- return !t || t.tagName === "BODY" ? !1 : re(t);
482
- }
483
- }
484
- function Le(e) {
485
- const o = e || window.event, t = o.target;
486
- return re(t) ? !1 : o.touches.length > 1 ? !0 : (o.preventDefault && o.preventDefault(), !1);
487
- }
488
- const z = /* @__PURE__ */ new WeakMap();
489
- function Oe(e, o = !1) {
490
- const t = E(o);
491
- let n = null, u = "";
492
- x(he(e), (l) => {
493
- const f = U(S(l));
494
- if (f) {
495
- const a = f;
496
- if (z.get(a) || z.set(a, a.style.overflow), a.style.overflow !== "hidden" && (u = a.style.overflow), a.style.overflow === "hidden")
497
- return t.value = !0;
498
- if (t.value)
499
- return a.style.overflow = "hidden";
500
- }
501
- }, {
502
- immediate: !0
503
- });
504
- const r = () => {
505
- const l = U(S(e));
506
- !l || t.value || (j && (n = L(
507
- l,
508
- "touchmove",
509
- (f) => {
510
- Le(f);
511
- },
512
- { passive: !1 }
513
- )), l.style.overflow = "hidden", t.value = !0);
514
- }, s = () => {
515
- const l = U(S(e));
516
- !l || !t.value || (j && n?.(), l.style.overflow = u, z.delete(l), t.value = !1);
517
- };
518
- return Y(s), M({
519
- get() {
520
- return t.value;
521
- },
522
- set(l) {
523
- l ? r() : s();
524
- }
525
- });
526
- }
527
- function Te() {
528
- let e = !1;
529
- const o = E(!1);
530
- return (t, n) => {
531
- if (o.value = n.value, e)
532
- return;
533
- e = !0;
534
- const u = Oe(t, n.value);
535
- x(o, (r) => u.value = r);
536
- };
537
- }
538
- Te();
539
- export {
540
- De as O,
541
- ke as v
542
- };