@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,1169 +0,0 @@
1
- import { unref as M, onMounted as Q, nextTick as F, ref as w, readonly as k, watch as y, getCurrentInstance as $, computed as p, isRef as S, reactive as H, effectScope as V, customRef as I, shallowRef as ee, watchEffect as te, inject as ne, provide as re, toRefs as x, toRef as oe, onBeforeMount as ue, onBeforeUnmount as ae, getCurrentScope as se, onScopeDispose as ie, onUnmounted as ce, isReactive as le } from "vue";
2
- function He(e, t) {
3
- var n;
4
- const r = ee();
5
- return te(() => {
6
- r.value = e();
7
- }, {
8
- ...t,
9
- flush: (n = t?.flush) != null ? n : "sync"
10
- }), k(r);
11
- }
12
- function Ye(e, t) {
13
- let n, r, o;
14
- const u = w(!0), s = () => {
15
- u.value = !0, o();
16
- };
17
- y(e, s, { flush: "sync" });
18
- const a = typeof t == "function" ? t : t.get, c = typeof t == "function" ? void 0 : t.set, m = I((d, f) => (r = d, o = f, {
19
- get() {
20
- return u.value && (n = a(), u.value = !1), r(), n;
21
- },
22
- set(l) {
23
- c?.(l);
24
- }
25
- }));
26
- return Object.isExtensible(m) && (m.trigger = s), m;
27
- }
28
- function T(e) {
29
- return se() ? (ie(e), !0) : !1;
30
- }
31
- function Ge() {
32
- const e = /* @__PURE__ */ new Set(), t = (o) => {
33
- e.delete(o);
34
- };
35
- return {
36
- on: (o) => {
37
- e.add(o);
38
- const u = () => t(o);
39
- return T(u), {
40
- off: u
41
- };
42
- },
43
- off: t,
44
- trigger: (...o) => Promise.all(Array.from(e).map((u) => u(...o)))
45
- };
46
- }
47
- function Ve(e) {
48
- let t = !1, n;
49
- const r = V(!0);
50
- return (...o) => (t || (n = r.run(() => e(...o)), t = !0), n);
51
- }
52
- const D = /* @__PURE__ */ new WeakMap(), fe = (e, t) => {
53
- var n;
54
- const r = (n = $()) == null ? void 0 : n.proxy;
55
- if (r == null)
56
- throw new Error("provideLocal must be called in setup");
57
- D.has(r) || D.set(r, /* @__PURE__ */ Object.create(null));
58
- const o = D.get(r);
59
- o[e] = t, re(e, t);
60
- }, de = (...e) => {
61
- var t;
62
- const n = e[0], r = (t = $()) == null ? void 0 : t.proxy;
63
- if (r == null)
64
- throw new Error("injectLocal must be called in setup");
65
- return D.has(r) && n in D.get(r) ? D.get(r)[n] : ne(...e);
66
- };
67
- function ze(e, t) {
68
- const n = t?.injectionKey || Symbol(e.name || "InjectionState"), r = t?.defaultValue;
69
- return [(...s) => {
70
- const a = e(...s);
71
- return fe(n, a), a;
72
- }, () => de(n, r)];
73
- }
74
- function qe(e) {
75
- let t = 0, n, r;
76
- const o = () => {
77
- t -= 1, r && t <= 0 && (r.stop(), n = void 0, r = void 0);
78
- };
79
- return (...u) => (t += 1, n || (r = V(!0), n = r.run(() => e(...u))), T(o), n);
80
- }
81
- function me(e, t, { enumerable: n = !1, unwrap: r = !0 } = {}) {
82
- for (const [o, u] of Object.entries(t))
83
- o !== "value" && (S(u) && r ? Object.defineProperty(e, o, {
84
- get() {
85
- return u.value;
86
- },
87
- set(s) {
88
- u.value = s;
89
- },
90
- enumerable: n
91
- }) : Object.defineProperty(e, o, { value: u, enumerable: n }));
92
- return e;
93
- }
94
- function Ze(e, t) {
95
- return t == null ? M(e) : M(e)[t];
96
- }
97
- function Je(e) {
98
- return M(e) != null;
99
- }
100
- function Ke(e, t) {
101
- if (typeof Symbol < "u") {
102
- const n = { ...e };
103
- return Object.defineProperty(n, Symbol.iterator, {
104
- enumerable: !1,
105
- value() {
106
- let r = 0;
107
- return {
108
- next: () => ({
109
- value: t[r++],
110
- done: r > t.length
111
- })
112
- };
113
- }
114
- }), n;
115
- } else
116
- return Object.assign([...t], e);
117
- }
118
- function i(e) {
119
- return typeof e == "function" ? e() : M(e);
120
- }
121
- const Xe = i;
122
- function ve(e, t) {
123
- const n = t?.computedGetter === !1 ? M : i;
124
- return function(...r) {
125
- return p(() => e.apply(this, r.map((o) => n(o))));
126
- };
127
- }
128
- function Qe(e, t = {}) {
129
- let n = [], r;
130
- if (Array.isArray(t))
131
- n = t;
132
- else {
133
- r = t;
134
- const { includeOwnProperties: o = !0 } = t;
135
- n.push(...Object.keys(e)), o && n.push(...Object.getOwnPropertyNames(e));
136
- }
137
- return Object.fromEntries(
138
- n.map((o) => {
139
- const u = e[o];
140
- return [
141
- o,
142
- typeof u == "function" ? ve(u.bind(e), r) : u
143
- ];
144
- })
145
- );
146
- }
147
- function pe(e) {
148
- if (!S(e))
149
- return H(e);
150
- const t = new Proxy({}, {
151
- get(n, r, o) {
152
- return M(Reflect.get(e.value, r, o));
153
- },
154
- set(n, r, o) {
155
- return S(e.value[r]) && !S(o) ? e.value[r].value = o : e.value[r] = o, !0;
156
- },
157
- deleteProperty(n, r) {
158
- return Reflect.deleteProperty(e.value, r);
159
- },
160
- has(n, r) {
161
- return Reflect.has(e.value, r);
162
- },
163
- ownKeys() {
164
- return Object.keys(e.value);
165
- },
166
- getOwnPropertyDescriptor() {
167
- return {
168
- enumerable: !0,
169
- configurable: !0
170
- };
171
- }
172
- });
173
- return H(t);
174
- }
175
- function z(e) {
176
- return pe(p(e));
177
- }
178
- function et(e, ...t) {
179
- const n = t.flat(), r = n[0];
180
- return z(() => Object.fromEntries(typeof r == "function" ? Object.entries(x(e)).filter(([o, u]) => !r(i(u), o)) : Object.entries(x(e)).filter((o) => !n.includes(o[0]))));
181
- }
182
- const C = typeof window < "u" && typeof document < "u", tt = typeof WorkerGlobalScope < "u" && globalThis instanceof WorkerGlobalScope, nt = (e) => typeof e < "u", rt = (e) => e != null, ot = (e, ...t) => {
183
- e || console.warn(...t);
184
- }, he = Object.prototype.toString, ye = (e) => he.call(e) === "[object Object]", ut = () => Date.now(), ge = () => +Date.now(), at = (e, t, n) => Math.min(n, Math.max(t, e)), E = () => {
185
- }, st = (e, t) => (e = Math.ceil(e), t = Math.floor(t), Math.floor(Math.random() * (t - e + 1)) + e), it = (e, t) => Object.prototype.hasOwnProperty.call(e, t), ct = /* @__PURE__ */ we();
186
- function we() {
187
- var e, t;
188
- return C && ((e = window?.navigator) == null ? void 0 : e.userAgent) && (/iP(?:ad|hone|od)/.test(window.navigator.userAgent) || ((t = window?.navigator) == null ? void 0 : t.maxTouchPoints) > 2 && /iPad|Macintosh/.test(window?.navigator.userAgent));
189
- }
190
- function N(e, t) {
191
- function n(...r) {
192
- return new Promise((o, u) => {
193
- Promise.resolve(e(() => t.apply(this, r), { fn: t, thisArg: this, args: r })).then(o).catch(u);
194
- });
195
- }
196
- return n;
197
- }
198
- const U = (e) => e();
199
- function q(e, t = {}) {
200
- let n, r, o = E;
201
- const u = (a) => {
202
- clearTimeout(a), o(), o = E;
203
- };
204
- return (a) => {
205
- const c = i(e), m = i(t.maxWait);
206
- return n && u(n), c <= 0 || m !== void 0 && m <= 0 ? (r && (u(r), r = null), Promise.resolve(a())) : new Promise((d, f) => {
207
- o = t.rejectOnCancel ? f : d, m && !r && (r = setTimeout(() => {
208
- n && u(n), r = null, d(a());
209
- }, m)), n = setTimeout(() => {
210
- r && u(r), r = null, d(a());
211
- }, c);
212
- });
213
- };
214
- }
215
- function Z(...e) {
216
- let t = 0, n, r = !0, o = E, u, s, a, c, m;
217
- !S(e[0]) && typeof e[0] == "object" ? { delay: s, trailing: a = !0, leading: c = !0, rejectOnCancel: m = !1 } = e[0] : [s, a = !0, c = !0, m = !1] = e;
218
- const d = () => {
219
- n && (clearTimeout(n), n = void 0, o(), o = E);
220
- };
221
- return (l) => {
222
- const v = i(s), h = Date.now() - t, b = () => u = l();
223
- return d(), v <= 0 ? (t = Date.now(), b()) : (h > v && (c || !r) ? (t = Date.now(), b()) : a && (u = new Promise((g, O) => {
224
- o = m ? O : g, n = setTimeout(() => {
225
- t = Date.now(), r = !0, g(b()), d();
226
- }, Math.max(0, v - h));
227
- })), !c && !n && (n = setTimeout(() => r = !0, v)), r = !1, u);
228
- };
229
- }
230
- function be(e = U) {
231
- const t = w(!0);
232
- function n() {
233
- t.value = !1;
234
- }
235
- function r() {
236
- t.value = !0;
237
- }
238
- const o = (...u) => {
239
- t.value && e(...u);
240
- };
241
- return { isActive: k(t), pause: n, resume: r, eventFilter: o };
242
- }
243
- const lt = {
244
- mounted: "mounted",
245
- updated: "updated",
246
- unmounted: "unmounted"
247
- };
248
- function J(e) {
249
- const t = /* @__PURE__ */ Object.create(null);
250
- return (n) => t[n] || (t[n] = e(n));
251
- }
252
- const Oe = /\B([A-Z])/g, ft = J((e) => e.replace(Oe, "-$1").toLowerCase()), Se = /-(\w)/g, dt = J((e) => e.replace(Se, (t, n) => n ? n.toUpperCase() : ""));
253
- function Y(e, t = !1, n = "Timeout") {
254
- return new Promise((r, o) => {
255
- setTimeout(t ? () => o(n) : r, e);
256
- });
257
- }
258
- function mt(e) {
259
- return e;
260
- }
261
- function vt(e) {
262
- let t;
263
- function n() {
264
- return t || (t = e()), t;
265
- }
266
- return n.reset = async () => {
267
- const r = t;
268
- t = void 0, r && await r;
269
- }, n;
270
- }
271
- function pt(e) {
272
- return e();
273
- }
274
- function Ae(e, ...t) {
275
- return t.some((n) => n in e);
276
- }
277
- function ht(e, t) {
278
- var n;
279
- if (typeof e == "number")
280
- return e + t;
281
- const r = ((n = e.match(/^-?\d+\.?\d*/)) == null ? void 0 : n[0]) || "", o = e.slice(r.length), u = Number.parseFloat(r) + t;
282
- return Number.isNaN(u) ? e : u + o;
283
- }
284
- function yt(e, t, n = !1) {
285
- return t.reduce((r, o) => (o in e && (!n || e[o] !== void 0) && (r[o] = e[o]), r), {});
286
- }
287
- function gt(e, t, n = !1) {
288
- return Object.fromEntries(Object.entries(e).filter(([r, o]) => (!n || o !== void 0) && !t.includes(r)));
289
- }
290
- function wt(e) {
291
- return Object.entries(e);
292
- }
293
- function L(e) {
294
- return e || $();
295
- }
296
- function K(...e) {
297
- if (e.length !== 1)
298
- return oe(...e);
299
- const t = e[0];
300
- return typeof t == "function" ? k(I(() => ({ get: t, set: E }))) : w(t);
301
- }
302
- const bt = K;
303
- function Ot(e, ...t) {
304
- const n = t.flat(), r = n[0];
305
- return z(() => Object.fromEntries(typeof r == "function" ? Object.entries(x(e)).filter(([o, u]) => r(i(u), o)) : n.map((o) => [o, K(e, o)])));
306
- }
307
- function St(e, t = 1e4) {
308
- return I((n, r) => {
309
- let o = i(e), u;
310
- const s = () => setTimeout(() => {
311
- o = i(e), r();
312
- }, i(t));
313
- return T(() => {
314
- clearTimeout(u);
315
- }), {
316
- get() {
317
- return n(), o;
318
- },
319
- set(a) {
320
- o = a, r(), clearTimeout(u), u = s();
321
- }
322
- };
323
- });
324
- }
325
- function Me(e, t = 200, n = {}) {
326
- return N(
327
- q(t, n),
328
- e
329
- );
330
- }
331
- function At(e, t = 200, n = {}) {
332
- const r = w(e.value), o = Me(() => {
333
- r.value = e.value;
334
- }, t, n);
335
- return y(e, () => o()), r;
336
- }
337
- function Mt(e, t) {
338
- return p({
339
- get() {
340
- var n;
341
- return (n = e.value) != null ? n : t;
342
- },
343
- set(n) {
344
- e.value = n;
345
- }
346
- });
347
- }
348
- function Pe(e, t = 200, n = !1, r = !0, o = !1) {
349
- return N(
350
- Z(t, n, r, o),
351
- e
352
- );
353
- }
354
- function Pt(e, t = 200, n = !0, r = !0) {
355
- if (t <= 0)
356
- return e;
357
- const o = w(e.value), u = Pe(() => {
358
- o.value = e.value;
359
- }, t, n, r);
360
- return y(e, () => u()), o;
361
- }
362
- function De(e, t = {}) {
363
- let n = e, r, o;
364
- const u = I((l, v) => (r = l, o = v, {
365
- get() {
366
- return s();
367
- },
368
- set(h) {
369
- a(h);
370
- }
371
- }));
372
- function s(l = !0) {
373
- return l && r(), n;
374
- }
375
- function a(l, v = !0) {
376
- var h, b;
377
- if (l === n)
378
- return;
379
- const g = n;
380
- ((h = t.onBeforeChange) == null ? void 0 : h.call(t, l, g)) !== !1 && (n = l, (b = t.onChanged) == null || b.call(t, l, g), v && o());
381
- }
382
- return me(
383
- u,
384
- {
385
- get: s,
386
- set: a,
387
- untrackedGet: () => s(!1),
388
- silentSet: (l) => a(l, !1),
389
- peek: () => s(!1),
390
- lay: (l) => a(l, !1)
391
- },
392
- { enumerable: !0 }
393
- );
394
- }
395
- const Dt = De;
396
- function Tt(...e) {
397
- if (e.length === 2) {
398
- const [t, n] = e;
399
- t.value = n;
400
- }
401
- if (e.length === 3) {
402
- const [t, n, r] = e;
403
- t[n] = r;
404
- }
405
- }
406
- function j(e, t, n = {}) {
407
- const {
408
- eventFilter: r = U,
409
- ...o
410
- } = n;
411
- return y(
412
- e,
413
- N(
414
- r,
415
- t
416
- ),
417
- o
418
- );
419
- }
420
- function G(e, t, n = {}) {
421
- const {
422
- eventFilter: r,
423
- ...o
424
- } = n, { eventFilter: u, pause: s, resume: a, isActive: c } = be(r);
425
- return { stop: j(
426
- e,
427
- t,
428
- {
429
- ...o,
430
- eventFilter: u
431
- }
432
- ), pause: s, resume: a, isActive: c };
433
- }
434
- function Et(e, t, ...[n]) {
435
- const {
436
- flush: r = "sync",
437
- deep: o = !1,
438
- immediate: u = !0,
439
- direction: s = "both",
440
- transform: a = {}
441
- } = n || {}, c = [], m = "ltr" in a && a.ltr || ((l) => l), d = "rtl" in a && a.rtl || ((l) => l);
442
- return (s === "both" || s === "ltr") && c.push(G(
443
- e,
444
- (l) => {
445
- c.forEach((v) => v.pause()), t.value = m(l), c.forEach((v) => v.resume());
446
- },
447
- { flush: r, deep: o, immediate: u }
448
- )), (s === "both" || s === "rtl") && c.push(G(
449
- t,
450
- (l) => {
451
- c.forEach((v) => v.pause()), e.value = d(l), c.forEach((v) => v.resume());
452
- },
453
- { flush: r, deep: o, immediate: u }
454
- )), () => {
455
- c.forEach((l) => l.stop());
456
- };
457
- }
458
- function Ft(e, t, n = {}) {
459
- const {
460
- flush: r = "sync",
461
- deep: o = !1,
462
- immediate: u = !0
463
- } = n;
464
- return Array.isArray(t) || (t = [t]), y(
465
- e,
466
- (s) => t.forEach((a) => a.value = s),
467
- { flush: r, deep: o, immediate: u }
468
- );
469
- }
470
- function It(e, t = {}) {
471
- if (!S(e))
472
- return x(e);
473
- const n = Array.isArray(e.value) ? Array.from({ length: e.value.length }) : {};
474
- for (const r in e.value)
475
- n[r] = I(() => ({
476
- get() {
477
- return e.value[r];
478
- },
479
- set(o) {
480
- var u;
481
- if ((u = i(t.replaceRef)) != null ? u : !0)
482
- if (Array.isArray(e.value)) {
483
- const a = [...e.value];
484
- a[r] = o, e.value = a;
485
- } else {
486
- const a = { ...e.value, [r]: o };
487
- Object.setPrototypeOf(a, Object.getPrototypeOf(e.value)), e.value = a;
488
- }
489
- else
490
- e.value[r] = o;
491
- }
492
- }));
493
- return n;
494
- }
495
- function _t(e, t = !0, n) {
496
- L(n) ? ue(e, n) : t ? e() : F(e);
497
- }
498
- function xt(e, t) {
499
- L(t) && ae(e, t);
500
- }
501
- function Ct(e, t = !0, n) {
502
- L() ? Q(e, n) : t ? e() : F(e);
503
- }
504
- function kt(e, t) {
505
- L(t) && ce(e, t);
506
- }
507
- function B(e, t = !1) {
508
- function n(f, { flush: l = "sync", deep: v = !1, timeout: h, throwOnTimeout: b } = {}) {
509
- let g = null;
510
- const R = [new Promise((_) => {
511
- g = y(
512
- e,
513
- (P) => {
514
- f(P) !== t && (g?.(), _(P));
515
- },
516
- {
517
- flush: l,
518
- deep: v,
519
- immediate: !0
520
- }
521
- );
522
- })];
523
- return h != null && R.push(
524
- Y(h, b).then(() => i(e)).finally(() => g?.())
525
- ), Promise.race(R);
526
- }
527
- function r(f, l) {
528
- if (!S(f))
529
- return n((P) => P === f, l);
530
- const { flush: v = "sync", deep: h = !1, timeout: b, throwOnTimeout: g } = l ?? {};
531
- let O = null;
532
- const _ = [new Promise((P) => {
533
- O = y(
534
- [e, f],
535
- ([W, X]) => {
536
- t !== (W === X) && (O?.(), P(W));
537
- },
538
- {
539
- flush: v,
540
- deep: h,
541
- immediate: !0
542
- }
543
- );
544
- })];
545
- return b != null && _.push(
546
- Y(b, g).then(() => i(e)).finally(() => (O?.(), i(e)))
547
- ), Promise.race(_);
548
- }
549
- function o(f) {
550
- return n((l) => !!l, f);
551
- }
552
- function u(f) {
553
- return r(null, f);
554
- }
555
- function s(f) {
556
- return r(void 0, f);
557
- }
558
- function a(f) {
559
- return n(Number.isNaN, f);
560
- }
561
- function c(f, l) {
562
- return n((v) => {
563
- const h = Array.from(v);
564
- return h.includes(f) || h.includes(i(f));
565
- }, l);
566
- }
567
- function m(f) {
568
- return d(1, f);
569
- }
570
- function d(f = 1, l) {
571
- let v = -1;
572
- return n(() => (v += 1, v >= f), l);
573
- }
574
- return Array.isArray(i(e)) ? {
575
- toMatch: n,
576
- toContains: c,
577
- changed: m,
578
- changedTimes: d,
579
- get not() {
580
- return B(e, !t);
581
- }
582
- } : {
583
- toMatch: n,
584
- toBe: r,
585
- toBeTruthy: o,
586
- toBeNull: u,
587
- toBeNaN: a,
588
- toBeUndefined: s,
589
- changed: m,
590
- changedTimes: d,
591
- get not() {
592
- return B(e, !t);
593
- }
594
- };
595
- }
596
- function Nt(e) {
597
- return B(e);
598
- }
599
- function Te(e, t) {
600
- return e === t;
601
- }
602
- function Lt(...e) {
603
- var t;
604
- const n = e[0], r = e[1];
605
- let o = (t = e[2]) != null ? t : Te;
606
- if (typeof o == "string") {
607
- const u = o;
608
- o = (s, a) => s[u] === a[u];
609
- }
610
- return p(() => i(n).filter((u) => i(r).findIndex((s) => o(u, s)) === -1));
611
- }
612
- function jt(e, t) {
613
- return p(() => i(e).every((n, r, o) => t(i(n), r, o)));
614
- }
615
- function Rt(e, t) {
616
- return p(() => i(e).map((n) => i(n)).filter(t));
617
- }
618
- function Bt(e, t) {
619
- return p(() => i(
620
- i(e).find((n, r, o) => t(i(n), r, o))
621
- ));
622
- }
623
- function $t(e, t) {
624
- return p(() => i(e).findIndex((n, r, o) => t(i(n), r, o)));
625
- }
626
- function Ee(e, t) {
627
- let n = e.length;
628
- for (; n-- > 0; )
629
- if (t(e[n], n, e))
630
- return e[n];
631
- }
632
- function Ut(e, t) {
633
- return p(() => i(
634
- Array.prototype.findLast ? i(e).findLast((n, r, o) => t(i(n), r, o)) : Ee(i(e), (n, r, o) => t(i(n), r, o))
635
- ));
636
- }
637
- function Fe(e) {
638
- return ye(e) && Ae(e, "formIndex", "comparator");
639
- }
640
- function Wt(...e) {
641
- var t;
642
- const n = e[0], r = e[1];
643
- let o = e[2], u = 0;
644
- if (Fe(o) && (u = (t = o.fromIndex) != null ? t : 0, o = o.comparator), typeof o == "string") {
645
- const s = o;
646
- o = (a, c) => a[s] === i(c);
647
- }
648
- return o = o ?? ((s, a) => s === i(a)), p(() => i(n).slice(u).some((s, a, c) => o(
649
- i(s),
650
- i(r),
651
- a,
652
- i(c)
653
- )));
654
- }
655
- function Ht(e, t) {
656
- return p(() => i(e).map((n) => i(n)).join(i(t)));
657
- }
658
- function Yt(e, t) {
659
- return p(() => i(e).map((n) => i(n)).map(t));
660
- }
661
- function Gt(e, t, ...n) {
662
- const r = (o, u, s) => t(i(o), i(u), s);
663
- return p(() => {
664
- const o = i(e);
665
- return n.length ? o.reduce(r, i(n[0])) : o.reduce(r);
666
- });
667
- }
668
- function Vt(e, t) {
669
- return p(() => i(e).some((n, r, o) => t(i(n), r, o)));
670
- }
671
- function Ie(e) {
672
- return Array.from(new Set(e));
673
- }
674
- function _e(e, t) {
675
- return e.reduce((n, r) => (n.some((o) => t(r, o, e)) || n.push(r), n), []);
676
- }
677
- function zt(e, t) {
678
- return p(() => {
679
- const n = i(e).map((r) => i(r));
680
- return t ? _e(n, t) : Ie(n);
681
- });
682
- }
683
- function qt(e = 0, t = {}) {
684
- let n = M(e);
685
- const r = w(e), {
686
- max: o = Number.POSITIVE_INFINITY,
687
- min: u = Number.NEGATIVE_INFINITY
688
- } = t, s = (f = 1) => r.value = Math.max(Math.min(o, r.value + f), u), a = (f = 1) => r.value = Math.min(Math.max(u, r.value - f), o), c = () => r.value, m = (f) => r.value = Math.max(u, Math.min(o, f));
689
- return { count: r, inc: s, dec: a, get: c, set: m, reset: (f = n) => (n = f, m(f)) };
690
- }
691
- const xe = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[T\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/i, Ce = /[YMDHhms]o|\[([^\]]+)\]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a{1,2}|A{1,2}|m{1,2}|s{1,2}|Z{1,2}|SSS/g;
692
- function ke(e, t, n, r) {
693
- let o = e < 12 ? "AM" : "PM";
694
- return r && (o = o.split("").reduce((u, s) => u += `${s}.`, "")), n ? o.toLowerCase() : o;
695
- }
696
- function A(e) {
697
- const t = ["th", "st", "nd", "rd"], n = e % 100;
698
- return e + (t[(n - 20) % 10] || t[n] || t[0]);
699
- }
700
- function Ne(e, t, n = {}) {
701
- var r;
702
- const o = e.getFullYear(), u = e.getMonth(), s = e.getDate(), a = e.getHours(), c = e.getMinutes(), m = e.getSeconds(), d = e.getMilliseconds(), f = e.getDay(), l = (r = n.customMeridiem) != null ? r : ke, v = {
703
- Yo: () => A(o),
704
- YY: () => String(o).slice(-2),
705
- YYYY: () => o,
706
- M: () => u + 1,
707
- Mo: () => A(u + 1),
708
- MM: () => `${u + 1}`.padStart(2, "0"),
709
- MMM: () => e.toLocaleDateString(n.locales, { month: "short" }),
710
- MMMM: () => e.toLocaleDateString(n.locales, { month: "long" }),
711
- D: () => String(s),
712
- Do: () => A(s),
713
- DD: () => `${s}`.padStart(2, "0"),
714
- H: () => String(a),
715
- Ho: () => A(a),
716
- HH: () => `${a}`.padStart(2, "0"),
717
- h: () => `${a % 12 || 12}`.padStart(1, "0"),
718
- ho: () => A(a % 12 || 12),
719
- hh: () => `${a % 12 || 12}`.padStart(2, "0"),
720
- m: () => String(c),
721
- mo: () => A(c),
722
- mm: () => `${c}`.padStart(2, "0"),
723
- s: () => String(m),
724
- so: () => A(m),
725
- ss: () => `${m}`.padStart(2, "0"),
726
- SSS: () => `${d}`.padStart(3, "0"),
727
- d: () => f,
728
- dd: () => e.toLocaleDateString(n.locales, { weekday: "narrow" }),
729
- ddd: () => e.toLocaleDateString(n.locales, { weekday: "short" }),
730
- dddd: () => e.toLocaleDateString(n.locales, { weekday: "long" }),
731
- A: () => l(a, c),
732
- AA: () => l(a, c, !1, !0),
733
- a: () => l(a, c, !0),
734
- aa: () => l(a, c, !0, !0)
735
- };
736
- return t.replace(Ce, (h, b) => {
737
- var g, O;
738
- return (O = b ?? ((g = v[h]) == null ? void 0 : g.call(v))) != null ? O : h;
739
- });
740
- }
741
- function Le(e) {
742
- if (e === null)
743
- return new Date(Number.NaN);
744
- if (e === void 0)
745
- return /* @__PURE__ */ new Date();
746
- if (e instanceof Date)
747
- return new Date(e);
748
- if (typeof e == "string" && !/Z$/i.test(e)) {
749
- const t = e.match(xe);
750
- if (t) {
751
- const n = t[2] - 1 || 0, r = (t[7] || "0").substring(0, 3);
752
- return new Date(t[1], n, t[3] || 1, t[4] || 0, t[5] || 0, t[6] || 0, r);
753
- }
754
- }
755
- return new Date(e);
756
- }
757
- function Zt(e, t = "HH:mm:ss", n = {}) {
758
- return p(() => Ne(Le(i(e)), i(t), n));
759
- }
760
- function je(e, t = 1e3, n = {}) {
761
- const {
762
- immediate: r = !0,
763
- immediateCallback: o = !1
764
- } = n;
765
- let u = null;
766
- const s = w(!1);
767
- function a() {
768
- u && (clearInterval(u), u = null);
769
- }
770
- function c() {
771
- s.value = !1, a();
772
- }
773
- function m() {
774
- const d = i(t);
775
- d <= 0 || (s.value = !0, o && e(), a(), u = setInterval(e, d));
776
- }
777
- if (r && C && m(), S(t) || typeof t == "function") {
778
- const d = y(t, () => {
779
- s.value && C && m();
780
- });
781
- T(d);
782
- }
783
- return T(c), {
784
- isActive: s,
785
- pause: c,
786
- resume: m
787
- };
788
- }
789
- function Jt(e = 1e3, t = {}) {
790
- const {
791
- controls: n = !1,
792
- immediate: r = !0,
793
- callback: o
794
- } = t, u = w(0), s = () => u.value += 1, a = () => {
795
- u.value = 0;
796
- }, c = je(
797
- o ? () => {
798
- s(), o(u.value);
799
- } : s,
800
- e,
801
- { immediate: r }
802
- );
803
- return n ? {
804
- counter: u,
805
- reset: a,
806
- ...c
807
- } : u;
808
- }
809
- function Kt(e, t = {}) {
810
- var n;
811
- const r = w((n = t.initialValue) != null ? n : null);
812
- return y(
813
- e,
814
- () => r.value = ge(),
815
- t
816
- ), r;
817
- }
818
- function Re(e, t, n = {}) {
819
- const {
820
- immediate: r = !0
821
- } = n, o = w(!1);
822
- let u = null;
823
- function s() {
824
- u && (clearTimeout(u), u = null);
825
- }
826
- function a() {
827
- o.value = !1, s();
828
- }
829
- function c(...m) {
830
- s(), o.value = !0, u = setTimeout(() => {
831
- o.value = !1, u = null, e(...m);
832
- }, i(t));
833
- }
834
- return r && (o.value = !0, C && c()), T(a), {
835
- isPending: k(o),
836
- start: c,
837
- stop: a
838
- };
839
- }
840
- function Xt(e = 1e3, t = {}) {
841
- const {
842
- controls: n = !1,
843
- callback: r
844
- } = t, o = Re(
845
- r ?? E,
846
- e,
847
- t
848
- ), u = p(() => !o.isPending.value);
849
- return n ? {
850
- ready: u,
851
- ...o
852
- } : u;
853
- }
854
- function Qt(e, t = {}) {
855
- const {
856
- method: n = "parseFloat",
857
- radix: r,
858
- nanToZero: o
859
- } = t;
860
- return p(() => {
861
- let u = i(e);
862
- return typeof u == "string" && (u = Number[n](u, r)), o && Number.isNaN(u) && (u = 0), u;
863
- });
864
- }
865
- function en(e) {
866
- return p(() => `${i(e)}`);
867
- }
868
- function tn(e = !1, t = {}) {
869
- const {
870
- truthyValue: n = !0,
871
- falsyValue: r = !1
872
- } = t, o = S(e), u = w(e);
873
- function s(a) {
874
- if (arguments.length)
875
- return u.value = a, u.value;
876
- {
877
- const c = i(n);
878
- return u.value = u.value === c ? i(r) : c, u.value;
879
- }
880
- }
881
- return o ? s : [u, s];
882
- }
883
- function nn(e, t, n) {
884
- let r = n?.immediate ? [] : [...e instanceof Function ? e() : Array.isArray(e) ? e : i(e)];
885
- return y(e, (o, u, s) => {
886
- const a = Array.from({ length: r.length }), c = [];
887
- for (const d of o) {
888
- let f = !1;
889
- for (let l = 0; l < r.length; l++)
890
- if (!a[l] && d === r[l]) {
891
- a[l] = !0, f = !0;
892
- break;
893
- }
894
- f || c.push(d);
895
- }
896
- const m = r.filter((d, f) => !a[f]);
897
- t(o, r, c, m, s), r = [...o];
898
- }, n);
899
- }
900
- function rn(e, t, n) {
901
- const {
902
- count: r,
903
- ...o
904
- } = n, u = w(0), s = j(
905
- e,
906
- (...a) => {
907
- u.value += 1, u.value >= i(r) && F(() => s()), t(...a);
908
- },
909
- o
910
- );
911
- return { count: u, stop: s };
912
- }
913
- function on(e, t, n = {}) {
914
- const {
915
- debounce: r = 0,
916
- maxWait: o = void 0,
917
- ...u
918
- } = n;
919
- return j(
920
- e,
921
- t,
922
- {
923
- ...u,
924
- eventFilter: q(r, { maxWait: o })
925
- }
926
- );
927
- }
928
- function un(e, t, n) {
929
- return y(
930
- e,
931
- t,
932
- {
933
- ...n,
934
- deep: !0
935
- }
936
- );
937
- }
938
- function Be(e, t, n = {}) {
939
- const {
940
- eventFilter: r = U,
941
- ...o
942
- } = n, u = N(
943
- r,
944
- t
945
- );
946
- let s, a, c;
947
- if (o.flush === "sync") {
948
- const m = w(!1);
949
- a = () => {
950
- }, s = (d) => {
951
- m.value = !0, d(), m.value = !1;
952
- }, c = y(
953
- e,
954
- (...d) => {
955
- m.value || u(...d);
956
- },
957
- o
958
- );
959
- } else {
960
- const m = [], d = w(0), f = w(0);
961
- a = () => {
962
- d.value = f.value;
963
- }, m.push(
964
- y(
965
- e,
966
- () => {
967
- f.value++;
968
- },
969
- { ...o, flush: "sync" }
970
- )
971
- ), s = (l) => {
972
- const v = f.value;
973
- l(), d.value += f.value - v;
974
- }, m.push(
975
- y(
976
- e,
977
- (...l) => {
978
- const v = d.value > 0 && d.value === f.value;
979
- d.value = 0, f.value = 0, !v && u(...l);
980
- },
981
- o
982
- )
983
- ), c = () => {
984
- m.forEach((l) => l());
985
- };
986
- }
987
- return { stop: c, ignoreUpdates: s, ignorePrevAsyncUpdates: a };
988
- }
989
- function an(e, t, n) {
990
- return y(
991
- e,
992
- t,
993
- {
994
- ...n,
995
- immediate: !0
996
- }
997
- );
998
- }
999
- function sn(e, t, n) {
1000
- const r = y(e, (...o) => (F(() => r()), t(...o)), n);
1001
- return r;
1002
- }
1003
- function cn(e, t, n = {}) {
1004
- const {
1005
- throttle: r = 0,
1006
- trailing: o = !0,
1007
- leading: u = !0,
1008
- ...s
1009
- } = n;
1010
- return j(
1011
- e,
1012
- t,
1013
- {
1014
- ...s,
1015
- eventFilter: Z(r, o, u)
1016
- }
1017
- );
1018
- }
1019
- function ln(e, t, n = {}) {
1020
- let r;
1021
- function o() {
1022
- if (!r)
1023
- return;
1024
- const d = r;
1025
- r = void 0, d();
1026
- }
1027
- function u(d) {
1028
- r = d;
1029
- }
1030
- const s = (d, f) => (o(), t(d, f, u)), a = Be(e, s, n), { ignoreUpdates: c } = a;
1031
- return {
1032
- ...a,
1033
- trigger: () => {
1034
- let d;
1035
- return c(() => {
1036
- d = s($e(e), Ue(e));
1037
- }), d;
1038
- }
1039
- };
1040
- }
1041
- function $e(e) {
1042
- return le(e) ? e : Array.isArray(e) ? e.map((t) => i(t)) : i(e);
1043
- }
1044
- function Ue(e) {
1045
- return Array.isArray(e) ? e.map(() => {
1046
- }) : void 0;
1047
- }
1048
- function fn(e, t, n) {
1049
- const r = y(
1050
- e,
1051
- (o, u, s) => {
1052
- o && (n?.once && F(() => r()), t(o, u, s));
1053
- },
1054
- {
1055
- ...n,
1056
- once: !1
1057
- }
1058
- );
1059
- return r;
1060
- }
1061
- export {
1062
- on as $,
1063
- N as A,
1064
- Be as B,
1065
- Et as C,
1066
- vt as D,
1067
- be as E,
1068
- kt as F,
1069
- j as G,
1070
- xt as H,
1071
- Y as I,
1072
- Nt as J,
1073
- ht as K,
1074
- Ae as L,
1075
- it as M,
1076
- at as N,
1077
- yt as O,
1078
- nt as P,
1079
- tt as Q,
1080
- dt as R,
1081
- ot as S,
1082
- St as T,
1083
- He as U,
1084
- Dt as V,
1085
- Ve as W,
1086
- ze as X,
1087
- ve as Y,
1088
- qe as Z,
1089
- At as _,
1090
- C as a,
1091
- me as a0,
1092
- Ne as a1,
1093
- Ze as a2,
1094
- L as a3,
1095
- ft as a4,
1096
- de as a5,
1097
- pt as a6,
1098
- Je as a7,
1099
- Le as a8,
1100
- ut as a9,
1101
- Vt as aA,
1102
- zt as aB,
1103
- qt as aC,
1104
- Zt as aD,
1105
- Jt as aE,
1106
- Kt as aF,
1107
- Xt as aG,
1108
- Qt as aH,
1109
- en as aI,
1110
- tn as aJ,
1111
- nn as aK,
1112
- rn as aL,
1113
- un as aM,
1114
- an as aN,
1115
- sn as aO,
1116
- ln as aP,
1117
- fn as aQ,
1118
- fe as aa,
1119
- st as ab,
1120
- Qe as ac,
1121
- z as ad,
1122
- et as ae,
1123
- Ot as af,
1124
- Mt as ag,
1125
- Pt as ah,
1126
- De as ai,
1127
- bt as aj,
1128
- Xe as ak,
1129
- Tt as al,
1130
- Ft as am,
1131
- cn as an,
1132
- pe as ao,
1133
- _t as ap,
1134
- Lt as aq,
1135
- jt as ar,
1136
- Rt as as,
1137
- Bt as at,
1138
- $t as au,
1139
- Ut as av,
1140
- Wt as aw,
1141
- Ht as ax,
1142
- Yt as ay,
1143
- Gt as az,
1144
- ye as b,
1145
- T as c,
1146
- lt as d,
1147
- Ct as e,
1148
- rt as f,
1149
- Me as g,
1150
- K as h,
1151
- ct as i,
1152
- mt as j,
1153
- wt as k,
1154
- Re as l,
1155
- Ke as m,
1156
- E as n,
1157
- gt as o,
1158
- Ge as p,
1159
- Ye as q,
1160
- q as r,
1161
- U as s,
1162
- i as t,
1163
- Pe as u,
1164
- It as v,
1165
- G as w,
1166
- je as x,
1167
- Z as y,
1168
- ge as z
1169
- };