@pastweb/vue 2.0.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 (734) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1455 -0
  3. package/dist/EntryAdapter/EntryAdapter.cjs +6 -0
  4. package/dist/EntryAdapter/EntryAdapter.cjs.map +1 -0
  5. package/dist/EntryAdapter/EntryAdapter.js +7 -0
  6. package/dist/EntryAdapter/EntryAdapter.js.map +1 -0
  7. package/dist/EntryAdapter/EntryAdapter.vue.d.cts +36 -0
  8. package/dist/EntryAdapter/EntryAdapter.vue.d.ts +37 -0
  9. package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs +62 -0
  10. package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.cjs.map +1 -0
  11. package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js +62 -0
  12. package/dist/EntryAdapter/EntryAdapter.vue_vue_type_script_lang.js.map +1 -0
  13. package/dist/EntryAdapter/constants.cjs +14 -0
  14. package/dist/EntryAdapter/constants.cjs.map +1 -0
  15. package/dist/EntryAdapter/constants.d.cts +14 -0
  16. package/dist/EntryAdapter/constants.d.ts +14 -0
  17. package/dist/EntryAdapter/constants.js +13 -0
  18. package/dist/EntryAdapter/constants.js.map +1 -0
  19. package/dist/EntryAdapter/index.cjs +3 -0
  20. package/dist/EntryAdapter/index.d.cts +2 -0
  21. package/dist/EntryAdapter/index.d.ts +2 -0
  22. package/dist/EntryAdapter/index.js +2 -0
  23. package/dist/EntryAdapter/types.cjs +0 -0
  24. package/dist/EntryAdapter/types.d.cts +44 -0
  25. package/dist/EntryAdapter/types.d.ts +44 -0
  26. package/dist/EntryAdapter/types.js +0 -0
  27. package/dist/EntryAdapter/utils.cjs +62 -0
  28. package/dist/EntryAdapter/utils.cjs.map +1 -0
  29. package/dist/EntryAdapter/utils.d.cts +36 -0
  30. package/dist/EntryAdapter/utils.d.ts +36 -0
  31. package/dist/EntryAdapter/utils.js +60 -0
  32. package/dist/EntryAdapter/utils.js.map +1 -0
  33. package/dist/Island/Island.cjs +6 -0
  34. package/dist/Island/Island.cjs.map +1 -0
  35. package/dist/Island/Island.js +7 -0
  36. package/dist/Island/Island.js.map +1 -0
  37. package/dist/Island/Island.vue.d.cts +22 -0
  38. package/dist/Island/Island.vue.d.ts +23 -0
  39. package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs +145 -0
  40. package/dist/Island/Island.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  41. package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js +144 -0
  42. package/dist/Island/Island.vue_vue_type_script_setup_true_lang.js.map +1 -0
  43. package/dist/Island/constants.cjs +12 -0
  44. package/dist/Island/constants.cjs.map +1 -0
  45. package/dist/Island/constants.d.cts +11 -0
  46. package/dist/Island/constants.d.ts +11 -0
  47. package/dist/Island/constants.js +10 -0
  48. package/dist/Island/constants.js.map +1 -0
  49. package/dist/Island/index.cjs +9 -0
  50. package/dist/Island/index.d.cts +5 -0
  51. package/dist/Island/index.d.ts +5 -0
  52. package/dist/Island/index.js +4 -0
  53. package/dist/Island/types.cjs +0 -0
  54. package/dist/Island/types.d.cts +18 -0
  55. package/dist/Island/types.d.ts +18 -0
  56. package/dist/Island/types.js +0 -0
  57. package/dist/Island/useIsland.cjs +23 -0
  58. package/dist/Island/useIsland.cjs.map +1 -0
  59. package/dist/Island/useIsland.d.cts +15 -0
  60. package/dist/Island/useIsland.d.ts +15 -0
  61. package/dist/Island/useIsland.js +21 -0
  62. package/dist/Island/useIsland.js.map +1 -0
  63. package/dist/Render/Render.cjs +6 -0
  64. package/dist/Render/Render.cjs.map +1 -0
  65. package/dist/Render/Render.js +7 -0
  66. package/dist/Render/Render.js.map +1 -0
  67. package/dist/Render/Render.vue.d.cts +10 -0
  68. package/dist/Render/Render.vue.d.ts +11 -0
  69. package/dist/Render/Render.vue_vue_type_script_lang.cjs +47 -0
  70. package/dist/Render/Render.vue_vue_type_script_lang.cjs.map +1 -0
  71. package/dist/Render/Render.vue_vue_type_script_lang.js +47 -0
  72. package/dist/Render/Render.vue_vue_type_script_lang.js.map +1 -0
  73. package/dist/Render/index.cjs +3 -0
  74. package/dist/Render/index.d.cts +3 -0
  75. package/dist/Render/index.d.ts +3 -0
  76. package/dist/Render/index.js +2 -0
  77. package/dist/Render/types.cjs +0 -0
  78. package/dist/Render/types.d.cts +21 -0
  79. package/dist/Render/types.d.ts +21 -0
  80. package/dist/Render/types.js +0 -0
  81. package/dist/Slot/Slot.cjs +89 -0
  82. package/dist/Slot/Slot.cjs.map +1 -0
  83. package/dist/Slot/Slot.d.cts +38 -0
  84. package/dist/Slot/Slot.d.ts +39 -0
  85. package/dist/Slot/Slot.js +89 -0
  86. package/dist/Slot/Slot.js.map +1 -0
  87. package/dist/Slot/index.cjs +3 -0
  88. package/dist/Slot/index.d.cts +3 -0
  89. package/dist/Slot/index.d.ts +3 -0
  90. package/dist/Slot/index.js +2 -0
  91. package/dist/Slot/types.cjs +0 -0
  92. package/dist/Slot/types.d.cts +17 -0
  93. package/dist/Slot/types.d.ts +17 -0
  94. package/dist/Slot/types.js +0 -0
  95. package/dist/_virtual/_rolldown/runtime.cjs +4 -0
  96. package/dist/api/hooks/index.cjs +20 -0
  97. package/dist/api/hooks/index.d.cts +12 -0
  98. package/dist/api/hooks/index.d.ts +12 -0
  99. package/dist/api/hooks/index.js +13 -0
  100. package/dist/api/hooks/reuseQuery/index.cjs +4 -0
  101. package/dist/api/hooks/reuseQuery/index.d.cts +2 -0
  102. package/dist/api/hooks/reuseQuery/index.d.ts +2 -0
  103. package/dist/api/hooks/reuseQuery/index.js +2 -0
  104. package/dist/api/hooks/reuseQuery/reuseQuery.cjs +44 -0
  105. package/dist/api/hooks/reuseQuery/reuseQuery.cjs.map +1 -0
  106. package/dist/api/hooks/reuseQuery/reuseQuery.d.cts +37 -0
  107. package/dist/api/hooks/reuseQuery/reuseQuery.d.ts +37 -0
  108. package/dist/api/hooks/reuseQuery/reuseQuery.js +42 -0
  109. package/dist/api/hooks/reuseQuery/reuseQuery.js.map +1 -0
  110. package/dist/api/hooks/useApiQueryCache/index.cjs +3 -0
  111. package/dist/api/hooks/useApiQueryCache/index.d.cts +2 -0
  112. package/dist/api/hooks/useApiQueryCache/index.d.ts +2 -0
  113. package/dist/api/hooks/useApiQueryCache/index.js +2 -0
  114. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs +31 -0
  115. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.cjs.map +1 -0
  116. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.cts +24 -0
  117. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.d.ts +24 -0
  118. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js +30 -0
  119. package/dist/api/hooks/useApiQueryCache/useApiQueryCache.js.map +1 -0
  120. package/dist/api/hooks/useInfiniteQuery/index.cjs +3 -0
  121. package/dist/api/hooks/useInfiniteQuery/index.d.cts +3 -0
  122. package/dist/api/hooks/useInfiniteQuery/index.d.ts +3 -0
  123. package/dist/api/hooks/useInfiniteQuery/index.js +2 -0
  124. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs +34 -0
  125. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.cjs.map +1 -0
  126. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.cts +29 -0
  127. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.d.ts +29 -0
  128. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js +33 -0
  129. package/dist/api/hooks/useInfiniteQuery/useInfiniteQuery.js.map +1 -0
  130. package/dist/api/hooks/useMutation/index.cjs +3 -0
  131. package/dist/api/hooks/useMutation/index.d.cts +3 -0
  132. package/dist/api/hooks/useMutation/index.d.ts +3 -0
  133. package/dist/api/hooks/useMutation/index.js +2 -0
  134. package/dist/api/hooks/useMutation/useMutation.cjs +30 -0
  135. package/dist/api/hooks/useMutation/useMutation.cjs.map +1 -0
  136. package/dist/api/hooks/useMutation/useMutation.d.cts +25 -0
  137. package/dist/api/hooks/useMutation/useMutation.d.ts +25 -0
  138. package/dist/api/hooks/useMutation/useMutation.js +29 -0
  139. package/dist/api/hooks/useMutation/useMutation.js.map +1 -0
  140. package/dist/api/hooks/useQueries/index.cjs +3 -0
  141. package/dist/api/hooks/useQueries/index.d.cts +3 -0
  142. package/dist/api/hooks/useQueries/index.d.ts +3 -0
  143. package/dist/api/hooks/useQueries/index.js +2 -0
  144. package/dist/api/hooks/useQueries/useQueries.cjs +32 -0
  145. package/dist/api/hooks/useQueries/useQueries.cjs.map +1 -0
  146. package/dist/api/hooks/useQueries/useQueries.d.cts +28 -0
  147. package/dist/api/hooks/useQueries/useQueries.d.ts +28 -0
  148. package/dist/api/hooks/useQueries/useQueries.js +31 -0
  149. package/dist/api/hooks/useQueries/useQueries.js.map +1 -0
  150. package/dist/api/hooks/useQuery/index.cjs +3 -0
  151. package/dist/api/hooks/useQuery/index.d.cts +3 -0
  152. package/dist/api/hooks/useQuery/index.d.ts +3 -0
  153. package/dist/api/hooks/useQuery/index.js +2 -0
  154. package/dist/api/hooks/useQuery/useQuery.cjs +30 -0
  155. package/dist/api/hooks/useQuery/useQuery.cjs.map +1 -0
  156. package/dist/api/hooks/useQuery/useQuery.d.cts +25 -0
  157. package/dist/api/hooks/useQuery/useQuery.d.ts +25 -0
  158. package/dist/api/hooks/useQuery/useQuery.js +29 -0
  159. package/dist/api/hooks/useQuery/useQuery.js.map +1 -0
  160. package/dist/api/hooks/utils/index.cjs +4 -0
  161. package/dist/api/hooks/utils/index.d.cts +2 -0
  162. package/dist/api/hooks/utils/index.d.ts +2 -0
  163. package/dist/api/hooks/utils/index.js +2 -0
  164. package/dist/api/hooks/utils/useReactiveRender.cjs +56 -0
  165. package/dist/api/hooks/utils/useReactiveRender.cjs.map +1 -0
  166. package/dist/api/hooks/utils/useReactiveRender.d.cts +29 -0
  167. package/dist/api/hooks/utils/useReactiveRender.d.ts +29 -0
  168. package/dist/api/hooks/utils/useReactiveRender.js +54 -0
  169. package/dist/api/hooks/utils/useReactiveRender.js.map +1 -0
  170. package/dist/api/index.cjs +18 -0
  171. package/dist/api/index.d.cts +15 -0
  172. package/dist/api/index.d.ts +15 -0
  173. package/dist/api/index.js +10 -0
  174. package/dist/api/installApiCache/index.cjs +3 -0
  175. package/dist/api/installApiCache/index.d.cts +3 -0
  176. package/dist/api/installApiCache/index.d.ts +3 -0
  177. package/dist/api/installApiCache/index.js +2 -0
  178. package/dist/api/installApiCache/installApiCache.cjs +35 -0
  179. package/dist/api/installApiCache/installApiCache.cjs.map +1 -0
  180. package/dist/api/installApiCache/installApiCache.d.cts +29 -0
  181. package/dist/api/installApiCache/installApiCache.d.ts +29 -0
  182. package/dist/api/installApiCache/installApiCache.js +34 -0
  183. package/dist/api/installApiCache/installApiCache.js.map +1 -0
  184. package/dist/api/installApiCache/types.cjs +0 -0
  185. package/dist/api/installApiCache/types.d.cts +21 -0
  186. package/dist/api/installApiCache/types.d.ts +21 -0
  187. package/dist/api/installApiCache/types.js +0 -0
  188. package/dist/api/types.cjs +0 -0
  189. package/dist/api/types.d.cts +2 -0
  190. package/dist/api/types.d.ts +2 -0
  191. package/dist/api/types.js +0 -0
  192. package/dist/computed/computed.cjs +28 -0
  193. package/dist/computed/computed.cjs.map +1 -0
  194. package/dist/computed/computed.d.cts +25 -0
  195. package/dist/computed/computed.d.ts +25 -0
  196. package/dist/computed/computed.js +27 -0
  197. package/dist/computed/computed.js.map +1 -0
  198. package/dist/computed/index.cjs +3 -0
  199. package/dist/computed/index.d.cts +2 -0
  200. package/dist/computed/index.d.ts +2 -0
  201. package/dist/computed/index.js +2 -0
  202. package/dist/createEntry/UpdateEntry/UpdateEntry.cjs +6 -0
  203. package/dist/createEntry/UpdateEntry/UpdateEntry.cjs.map +1 -0
  204. package/dist/createEntry/UpdateEntry/UpdateEntry.js +7 -0
  205. package/dist/createEntry/UpdateEntry/UpdateEntry.js.map +1 -0
  206. package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.cts +6 -0
  207. package/dist/createEntry/UpdateEntry/UpdateEntry.vue.d.ts +7 -0
  208. package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs +35 -0
  209. package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  210. package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js +35 -0
  211. package/dist/createEntry/UpdateEntry/UpdateEntry.vue_vue_type_script_setup_true_lang.js.map +1 -0
  212. package/dist/createEntry/UpdateEntry/Vnode.cjs +19 -0
  213. package/dist/createEntry/UpdateEntry/Vnode.cjs.map +1 -0
  214. package/dist/createEntry/UpdateEntry/Vnode.d.cts +20 -0
  215. package/dist/createEntry/UpdateEntry/Vnode.d.ts +20 -0
  216. package/dist/createEntry/UpdateEntry/Vnode.js +18 -0
  217. package/dist/createEntry/UpdateEntry/Vnode.js.map +1 -0
  218. package/dist/createEntry/UpdateEntry/index.cjs +3 -0
  219. package/dist/createEntry/UpdateEntry/index.d.cts +3 -0
  220. package/dist/createEntry/UpdateEntry/index.d.ts +3 -0
  221. package/dist/createEntry/UpdateEntry/index.js +2 -0
  222. package/dist/createEntry/UpdateEntry/types.cjs +0 -0
  223. package/dist/createEntry/UpdateEntry/types.d.cts +18 -0
  224. package/dist/createEntry/UpdateEntry/types.d.ts +18 -0
  225. package/dist/createEntry/UpdateEntry/types.js +0 -0
  226. package/dist/createEntry/WaitFor/WaitFor.cjs +6 -0
  227. package/dist/createEntry/WaitFor/WaitFor.cjs.map +1 -0
  228. package/dist/createEntry/WaitFor/WaitFor.js +7 -0
  229. package/dist/createEntry/WaitFor/WaitFor.js.map +1 -0
  230. package/dist/createEntry/WaitFor/WaitFor.vue.d.cts +6 -0
  231. package/dist/createEntry/WaitFor/WaitFor.vue.d.ts +7 -0
  232. package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs +50 -0
  233. package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  234. package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js +50 -0
  235. package/dist/createEntry/WaitFor/WaitFor.vue_vue_type_script_setup_true_lang.js.map +1 -0
  236. package/dist/createEntry/WaitFor/index.cjs +3 -0
  237. package/dist/createEntry/WaitFor/index.d.cts +3 -0
  238. package/dist/createEntry/WaitFor/index.d.ts +3 -0
  239. package/dist/createEntry/WaitFor/index.js +2 -0
  240. package/dist/createEntry/WaitFor/types.cjs +0 -0
  241. package/dist/createEntry/WaitFor/types.d.cts +21 -0
  242. package/dist/createEntry/WaitFor/types.d.ts +21 -0
  243. package/dist/createEntry/WaitFor/types.js +0 -0
  244. package/dist/createEntry/createEntry.cjs +32 -0
  245. package/dist/createEntry/createEntry.cjs.map +1 -0
  246. package/dist/createEntry/createEntry.d.cts +17 -0
  247. package/dist/createEntry/createEntry.d.ts +17 -0
  248. package/dist/createEntry/createEntry.js +31 -0
  249. package/dist/createEntry/createEntry.js.map +1 -0
  250. package/dist/createEntry/createServerEntry.cjs +45 -0
  251. package/dist/createEntry/createServerEntry.cjs.map +1 -0
  252. package/dist/createEntry/createServerEntry.d.cts +17 -0
  253. package/dist/createEntry/createServerEntry.d.ts +17 -0
  254. package/dist/createEntry/createServerEntry.js +43 -0
  255. package/dist/createEntry/createServerEntry.js.map +1 -0
  256. package/dist/createEntry/index.cjs +5 -0
  257. package/dist/createEntry/index.d.cts +5 -0
  258. package/dist/createEntry/index.d.ts +5 -0
  259. package/dist/createEntry/index.js +3 -0
  260. package/dist/createEntry/types.cjs +0 -0
  261. package/dist/createEntry/types.d.cts +75 -0
  262. package/dist/createEntry/types.d.ts +75 -0
  263. package/dist/createEntry/types.js +0 -0
  264. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs +28 -0
  265. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.cjs.map +1 -0
  266. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.cts +27 -0
  267. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.d.ts +27 -0
  268. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js +27 -0
  269. package/dist/createEntry/utils/createServerVueApp/createServerVueApp.js.map +1 -0
  270. package/dist/createEntry/utils/createServerVueApp/index.cjs +3 -0
  271. package/dist/createEntry/utils/createServerVueApp/index.d.cts +2 -0
  272. package/dist/createEntry/utils/createServerVueApp/index.d.ts +2 -0
  273. package/dist/createEntry/utils/createServerVueApp/index.js +2 -0
  274. package/dist/createEntry/utils/createServerVueApp/types.cjs +0 -0
  275. package/dist/createEntry/utils/createServerVueApp/types.d.cts +7 -0
  276. package/dist/createEntry/utils/createServerVueApp/types.d.ts +7 -0
  277. package/dist/createEntry/utils/createServerVueApp/types.js +0 -0
  278. package/dist/createEntry/utils/createVueApp/createVueApp.cjs +43 -0
  279. package/dist/createEntry/utils/createVueApp/createVueApp.cjs.map +1 -0
  280. package/dist/createEntry/utils/createVueApp/createVueApp.d.cts +22 -0
  281. package/dist/createEntry/utils/createVueApp/createVueApp.d.ts +22 -0
  282. package/dist/createEntry/utils/createVueApp/createVueApp.js +42 -0
  283. package/dist/createEntry/utils/createVueApp/createVueApp.js.map +1 -0
  284. package/dist/createEntry/utils/createVueApp/index.cjs +3 -0
  285. package/dist/createEntry/utils/createVueApp/index.d.cts +2 -0
  286. package/dist/createEntry/utils/createVueApp/index.d.ts +2 -0
  287. package/dist/createEntry/utils/createVueApp/index.js +2 -0
  288. package/dist/createEntry/utils/index.cjs +10 -0
  289. package/dist/createEntry/utils/index.d.cts +5 -0
  290. package/dist/createEntry/utils/index.d.ts +5 -0
  291. package/dist/createEntry/utils/index.js +6 -0
  292. package/dist/createEntry/utils/normalizeVueOptions/index.cjs +3 -0
  293. package/dist/createEntry/utils/normalizeVueOptions/index.d.cts +2 -0
  294. package/dist/createEntry/utils/normalizeVueOptions/index.d.ts +2 -0
  295. package/dist/createEntry/utils/normalizeVueOptions/index.js +2 -0
  296. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs +28 -0
  297. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.cjs.map +1 -0
  298. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.cts +17 -0
  299. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.d.ts +17 -0
  300. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js +27 -0
  301. package/dist/createEntry/utils/normalizeVueOptions/normalizeVueOptions.js.map +1 -0
  302. package/dist/createEntry/utils/setupVueEntry/index.cjs +3 -0
  303. package/dist/createEntry/utils/setupVueEntry/index.d.cts +2 -0
  304. package/dist/createEntry/utils/setupVueEntry/index.d.ts +2 -0
  305. package/dist/createEntry/utils/setupVueEntry/index.js +2 -0
  306. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs +31 -0
  307. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.cjs.map +1 -0
  308. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.cts +17 -0
  309. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.d.ts +17 -0
  310. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js +30 -0
  311. package/dist/createEntry/utils/setupVueEntry/setupVueEntry.js.map +1 -0
  312. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs +49 -0
  313. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.cjs.map +1 -0
  314. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.cts +33 -0
  315. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.d.ts +33 -0
  316. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js +48 -0
  317. package/dist/createPiniaAsyncStore/createPiniaAsyncStore.js.map +1 -0
  318. package/dist/createPiniaAsyncStore/index.cjs +3 -0
  319. package/dist/createPiniaAsyncStore/index.d.cts +3 -0
  320. package/dist/createPiniaAsyncStore/index.d.ts +3 -0
  321. package/dist/createPiniaAsyncStore/index.js +2 -0
  322. package/dist/createPiniaAsyncStore/types.cjs +0 -0
  323. package/dist/createPiniaAsyncStore/types.d.cts +22 -0
  324. package/dist/createPiniaAsyncStore/types.d.ts +22 -0
  325. package/dist/createPiniaAsyncStore/types.js +0 -0
  326. package/dist/getContext/getContext.cjs +29 -0
  327. package/dist/getContext/getContext.cjs.map +1 -0
  328. package/dist/getContext/getContext.d.cts +24 -0
  329. package/dist/getContext/getContext.d.ts +24 -0
  330. package/dist/getContext/getContext.js +28 -0
  331. package/dist/getContext/getContext.js.map +1 -0
  332. package/dist/getContext/index.cjs +3 -0
  333. package/dist/getContext/index.d.cts +2 -0
  334. package/dist/getContext/index.d.ts +2 -0
  335. package/dist/getContext/index.js +2 -0
  336. package/dist/getEventHandlers/getEventHandlers.cjs +65 -0
  337. package/dist/getEventHandlers/getEventHandlers.cjs.map +1 -0
  338. package/dist/getEventHandlers/getEventHandlers.d.cts +45 -0
  339. package/dist/getEventHandlers/getEventHandlers.d.ts +45 -0
  340. package/dist/getEventHandlers/getEventHandlers.js +64 -0
  341. package/dist/getEventHandlers/getEventHandlers.js.map +1 -0
  342. package/dist/getEventHandlers/index.cjs +3 -0
  343. package/dist/getEventHandlers/index.d.cts +3 -0
  344. package/dist/getEventHandlers/index.d.ts +3 -0
  345. package/dist/getEventHandlers/index.js +2 -0
  346. package/dist/getEventHandlers/types.cjs +0 -0
  347. package/dist/getEventHandlers/types.d.cts +7 -0
  348. package/dist/getEventHandlers/types.d.ts +7 -0
  349. package/dist/getEventHandlers/types.js +0 -0
  350. package/dist/index.cjs +104 -0
  351. package/dist/index.d.cts +61 -0
  352. package/dist/index.d.ts +61 -0
  353. package/dist/index.js +62 -0
  354. package/dist/node_modules/@babel/parser/lib/index.cjs +12599 -0
  355. package/dist/node_modules/@babel/parser/lib/index.cjs.map +1 -0
  356. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs +4832 -0
  357. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.cjs.map +1 -0
  358. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs +4775 -0
  359. package/dist/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.cjs.map +1 -0
  360. package/dist/node_modules/@vue/compiler-core/index.cjs +18 -0
  361. package/dist/node_modules/@vue/compiler-core/index.cjs.map +1 -0
  362. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs +665 -0
  363. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.cjs.map +1 -0
  364. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs +447 -0
  365. package/dist/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.cjs.map +1 -0
  366. package/dist/node_modules/@vue/compiler-dom/index.cjs +18 -0
  367. package/dist/node_modules/@vue/compiler-dom/index.cjs.map +1 -0
  368. package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs +848 -0
  369. package/dist/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.cjs.map +1 -0
  370. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs +830 -0
  371. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.cjs.map +1 -0
  372. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs +605 -0
  373. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.cjs.map +1 -0
  374. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js +532 -0
  375. package/dist/node_modules/@vue/server-renderer/dist/server-renderer.esm-bundler.js.map +1 -0
  376. package/dist/node_modules/@vue/server-renderer/index.cjs +18 -0
  377. package/dist/node_modules/@vue/server-renderer/index.cjs.map +1 -0
  378. package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs +496 -0
  379. package/dist/node_modules/@vue/shared/dist/shared.cjs.cjs.map +1 -0
  380. package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs +495 -0
  381. package/dist/node_modules/@vue/shared/dist/shared.cjs.prod.cjs.map +1 -0
  382. package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js +166 -0
  383. package/dist/node_modules/@vue/shared/dist/shared.esm-bundler.js.map +1 -0
  384. package/dist/node_modules/@vue/shared/index.cjs +18 -0
  385. package/dist/node_modules/@vue/shared/index.cjs.map +1 -0
  386. package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs +81 -0
  387. package/dist/node_modules/entities/dist/commonjs/decode-codepoint.cjs.map +1 -0
  388. package/dist/node_modules/entities/dist/commonjs/decode.cjs +474 -0
  389. package/dist/node_modules/entities/dist/commonjs/decode.cjs.map +1 -0
  390. package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs +18 -0
  391. package/dist/node_modules/entities/dist/commonjs/generated/decode-data-html.cjs.map +1 -0
  392. package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs +18 -0
  393. package/dist/node_modules/entities/dist/commonjs/generated/decode-data-xml.cjs.map +1 -0
  394. package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs +32 -0
  395. package/dist/node_modules/entities/dist/commonjs/internal/bin-trie-flags.cjs.map +1 -0
  396. package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs +26 -0
  397. package/dist/node_modules/entities/dist/commonjs/internal/decode-shared.cjs.map +1 -0
  398. package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs +254 -0
  399. package/dist/node_modules/estree-walker/dist/umd/estree-walker.cjs.map +1 -0
  400. package/dist/node_modules/source-map-js/lib/array-set.cjs +102 -0
  401. package/dist/node_modules/source-map-js/lib/array-set.cjs.map +1 -0
  402. package/dist/node_modules/source-map-js/lib/base64-vlq.cjs +75 -0
  403. package/dist/node_modules/source-map-js/lib/base64-vlq.cjs.map +1 -0
  404. package/dist/node_modules/source-map-js/lib/base64.cjs +42 -0
  405. package/dist/node_modules/source-map-js/lib/base64.cjs.map +1 -0
  406. package/dist/node_modules/source-map-js/lib/binary-search.cjs +69 -0
  407. package/dist/node_modules/source-map-js/lib/binary-search.cjs.map +1 -0
  408. package/dist/node_modules/source-map-js/lib/mapping-list.cjs +79 -0
  409. package/dist/node_modules/source-map-js/lib/mapping-list.cjs.map +1 -0
  410. package/dist/node_modules/source-map-js/lib/quick-sort.cjs +90 -0
  411. package/dist/node_modules/source-map-js/lib/quick-sort.cjs.map +1 -0
  412. package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs +790 -0
  413. package/dist/node_modules/source-map-js/lib/source-map-consumer.cjs.map +1 -0
  414. package/dist/node_modules/source-map-js/lib/source-map-generator.cjs +297 -0
  415. package/dist/node_modules/source-map-js/lib/source-map-generator.cjs.map +1 -0
  416. package/dist/node_modules/source-map-js/lib/source-node.cjs +295 -0
  417. package/dist/node_modules/source-map-js/lib/source-node.cjs.map +1 -0
  418. package/dist/node_modules/source-map-js/lib/util.cjs +353 -0
  419. package/dist/node_modules/source-map-js/lib/util.cjs.map +1 -0
  420. package/dist/node_modules/source-map-js/source-map.cjs +19 -0
  421. package/dist/node_modules/source-map-js/source-map.cjs.map +1 -0
  422. package/dist/portals/Portal/Portal.cjs +6 -0
  423. package/dist/portals/Portal/Portal.cjs.map +1 -0
  424. package/dist/portals/Portal/Portal.js +7 -0
  425. package/dist/portals/Portal/Portal.js.map +1 -0
  426. package/dist/portals/Portal/Portal.vue.d.cts +6 -0
  427. package/dist/portals/Portal/Portal.vue.d.ts +7 -0
  428. package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs +56 -0
  429. package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  430. package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js +56 -0
  431. package/dist/portals/Portal/Portal.vue_vue_type_script_setup_true_lang.js.map +1 -0
  432. package/dist/portals/Portal/index.cjs +3 -0
  433. package/dist/portals/Portal/index.d.cts +3 -0
  434. package/dist/portals/Portal/index.d.ts +3 -0
  435. package/dist/portals/Portal/index.js +2 -0
  436. package/dist/portals/Portal/types.cjs +0 -0
  437. package/dist/portals/Portal/types.d.cts +19 -0
  438. package/dist/portals/Portal/types.d.ts +19 -0
  439. package/dist/portals/Portal/types.js +0 -0
  440. package/dist/portals/index.cjs +13 -0
  441. package/dist/portals/index.d.cts +8 -0
  442. package/dist/portals/index.d.ts +8 -0
  443. package/dist/portals/index.js +8 -0
  444. package/dist/portals/installPortals/index.cjs +3 -0
  445. package/dist/portals/installPortals/index.d.cts +3 -0
  446. package/dist/portals/installPortals/index.d.ts +3 -0
  447. package/dist/portals/installPortals/index.js +2 -0
  448. package/dist/portals/installPortals/installPortals.cjs +25 -0
  449. package/dist/portals/installPortals/installPortals.cjs.map +1 -0
  450. package/dist/portals/installPortals/installPortals.d.cts +25 -0
  451. package/dist/portals/installPortals/installPortals.d.ts +25 -0
  452. package/dist/portals/installPortals/installPortals.js +24 -0
  453. package/dist/portals/installPortals/installPortals.js.map +1 -0
  454. package/dist/portals/installPortals/types.cjs +0 -0
  455. package/dist/portals/installPortals/types.d.cts +23 -0
  456. package/dist/portals/installPortals/types.d.ts +23 -0
  457. package/dist/portals/installPortals/types.js +0 -0
  458. package/dist/portals/types.cjs +0 -0
  459. package/dist/portals/types.d.cts +40 -0
  460. package/dist/portals/types.d.ts +40 -0
  461. package/dist/portals/types.js +0 -0
  462. package/dist/portals/usePortal.cjs +44 -0
  463. package/dist/portals/usePortal.cjs.map +1 -0
  464. package/dist/portals/usePortal.d.cts +17 -0
  465. package/dist/portals/usePortal.d.ts +17 -0
  466. package/dist/portals/usePortal.js +43 -0
  467. package/dist/portals/usePortal.js.map +1 -0
  468. package/dist/portals/usePortalAnchors.cjs +21 -0
  469. package/dist/portals/usePortalAnchors.cjs.map +1 -0
  470. package/dist/portals/usePortalAnchors.d.cts +14 -0
  471. package/dist/portals/usePortalAnchors.d.ts +14 -0
  472. package/dist/portals/usePortalAnchors.js +20 -0
  473. package/dist/portals/usePortalAnchors.js.map +1 -0
  474. package/dist/portals/usePortals.cjs +21 -0
  475. package/dist/portals/usePortals.cjs.map +1 -0
  476. package/dist/portals/usePortals.d.cts +14 -0
  477. package/dist/portals/usePortals.d.ts +14 -0
  478. package/dist/portals/usePortals.js +20 -0
  479. package/dist/portals/usePortals.js.map +1 -0
  480. package/dist/router/RouterLink/RouterLink.cjs +6 -0
  481. package/dist/router/RouterLink/RouterLink.cjs.map +1 -0
  482. package/dist/router/RouterLink/RouterLink.js +7 -0
  483. package/dist/router/RouterLink/RouterLink.js.map +1 -0
  484. package/dist/router/RouterLink/RouterLink.vue.d.cts +18 -0
  485. package/dist/router/RouterLink/RouterLink.vue.d.ts +19 -0
  486. package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs +59 -0
  487. package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  488. package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js +59 -0
  489. package/dist/router/RouterLink/RouterLink.vue_vue_type_script_setup_true_lang.js.map +1 -0
  490. package/dist/router/RouterLink/index.cjs +3 -0
  491. package/dist/router/RouterLink/index.d.cts +3 -0
  492. package/dist/router/RouterLink/index.d.ts +3 -0
  493. package/dist/router/RouterLink/index.js +2 -0
  494. package/dist/router/RouterLink/types.cjs +0 -0
  495. package/dist/router/RouterLink/types.d.cts +11 -0
  496. package/dist/router/RouterLink/types.d.ts +11 -0
  497. package/dist/router/RouterLink/types.js +0 -0
  498. package/dist/router/RouterView/RouterView.cjs +6 -0
  499. package/dist/router/RouterView/RouterView.cjs.map +1 -0
  500. package/dist/router/RouterView/RouterView.js +7 -0
  501. package/dist/router/RouterView/RouterView.js.map +1 -0
  502. package/dist/router/RouterView/RouterView.vue.d.cts +6 -0
  503. package/dist/router/RouterView/RouterView.vue.d.ts +7 -0
  504. package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs +58 -0
  505. package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.cjs.map +1 -0
  506. package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js +58 -0
  507. package/dist/router/RouterView/RouterView.vue_vue_type_script_setup_true_lang.js.map +1 -0
  508. package/dist/router/RouterView/index.cjs +3 -0
  509. package/dist/router/RouterView/index.d.cts +2 -0
  510. package/dist/router/RouterView/index.d.ts +2 -0
  511. package/dist/router/RouterView/index.js +2 -0
  512. package/dist/router/RouterView/types.cjs +0 -0
  513. package/dist/router/RouterView/types.d.cts +15 -0
  514. package/dist/router/RouterView/types.d.ts +15 -0
  515. package/dist/router/RouterView/types.js +0 -0
  516. package/dist/router/index.cjs +28 -0
  517. package/dist/router/index.d.cts +12 -0
  518. package/dist/router/index.d.ts +12 -0
  519. package/dist/router/index.js +18 -0
  520. package/dist/router/installRouter.cjs +34 -0
  521. package/dist/router/installRouter.cjs.map +1 -0
  522. package/dist/router/installRouter.d.cts +14 -0
  523. package/dist/router/installRouter.d.ts +14 -0
  524. package/dist/router/installRouter.js +33 -0
  525. package/dist/router/installRouter.js.map +1 -0
  526. package/dist/router/types.cjs +1 -0
  527. package/dist/router/types.d.cts +21 -0
  528. package/dist/router/types.d.ts +21 -0
  529. package/dist/router/types.js +1 -0
  530. package/dist/router/useLocation/index.cjs +3 -0
  531. package/dist/router/useLocation/index.d.cts +2 -0
  532. package/dist/router/useLocation/index.d.ts +2 -0
  533. package/dist/router/useLocation/index.js +2 -0
  534. package/dist/router/useLocation/useLocation.cjs +24 -0
  535. package/dist/router/useLocation/useLocation.cjs.map +1 -0
  536. package/dist/router/useLocation/useLocation.d.cts +12 -0
  537. package/dist/router/useLocation/useLocation.d.ts +12 -0
  538. package/dist/router/useLocation/useLocation.js +23 -0
  539. package/dist/router/useLocation/useLocation.js.map +1 -0
  540. package/dist/router/useNavigate/index.cjs +3 -0
  541. package/dist/router/useNavigate/index.d.cts +2 -0
  542. package/dist/router/useNavigate/index.d.ts +2 -0
  543. package/dist/router/useNavigate/index.js +2 -0
  544. package/dist/router/useNavigate/useNavigate.cjs +17 -0
  545. package/dist/router/useNavigate/useNavigate.cjs.map +1 -0
  546. package/dist/router/useNavigate/useNavigate.d.cts +12 -0
  547. package/dist/router/useNavigate/useNavigate.d.ts +12 -0
  548. package/dist/router/useNavigate/useNavigate.js +16 -0
  549. package/dist/router/useNavigate/useNavigate.js.map +1 -0
  550. package/dist/router/usePaths/index.cjs +3 -0
  551. package/dist/router/usePaths/index.d.cts +2 -0
  552. package/dist/router/usePaths/index.d.ts +2 -0
  553. package/dist/router/usePaths/index.js +2 -0
  554. package/dist/router/usePaths/usePaths.cjs +27 -0
  555. package/dist/router/usePaths/usePaths.cjs.map +1 -0
  556. package/dist/router/usePaths/usePaths.d.cts +14 -0
  557. package/dist/router/usePaths/usePaths.d.ts +14 -0
  558. package/dist/router/usePaths/usePaths.js +26 -0
  559. package/dist/router/usePaths/usePaths.js.map +1 -0
  560. package/dist/router/useRoute/index.cjs +3 -0
  561. package/dist/router/useRoute/index.d.cts +2 -0
  562. package/dist/router/useRoute/index.d.ts +2 -0
  563. package/dist/router/useRoute/index.js +2 -0
  564. package/dist/router/useRoute/useRoute.cjs +28 -0
  565. package/dist/router/useRoute/useRoute.cjs.map +1 -0
  566. package/dist/router/useRoute/useRoute.d.cts +12 -0
  567. package/dist/router/useRoute/useRoute.d.ts +12 -0
  568. package/dist/router/useRoute/useRoute.js +27 -0
  569. package/dist/router/useRoute/useRoute.js.map +1 -0
  570. package/dist/router/useRouter/index.cjs +3 -0
  571. package/dist/router/useRouter/index.d.cts +2 -0
  572. package/dist/router/useRouter/index.d.ts +2 -0
  573. package/dist/router/useRouter/index.js +2 -0
  574. package/dist/router/useRouter/useRouter.cjs +17 -0
  575. package/dist/router/useRouter/useRouter.cjs.map +1 -0
  576. package/dist/router/useRouter/useRouter.d.cts +12 -0
  577. package/dist/router/useRouter/useRouter.d.ts +12 -0
  578. package/dist/router/useRouter/useRouter.js +16 -0
  579. package/dist/router/useRouter/useRouter.js.map +1 -0
  580. package/dist/router/useRouterLink/index.cjs +3 -0
  581. package/dist/router/useRouterLink/index.d.cts +3 -0
  582. package/dist/router/useRouterLink/index.d.ts +3 -0
  583. package/dist/router/useRouterLink/index.js +2 -0
  584. package/dist/router/useRouterLink/types.cjs +0 -0
  585. package/dist/router/useRouterLink/types.d.cts +2 -0
  586. package/dist/router/useRouterLink/types.d.ts +2 -0
  587. package/dist/router/useRouterLink/types.js +0 -0
  588. package/dist/router/useRouterLink/useRouterLink.cjs +37 -0
  589. package/dist/router/useRouterLink/useRouterLink.cjs.map +1 -0
  590. package/dist/router/useRouterLink/useRouterLink.d.cts +13 -0
  591. package/dist/router/useRouterLink/useRouterLink.d.ts +13 -0
  592. package/dist/router/useRouterLink/useRouterLink.js +36 -0
  593. package/dist/router/useRouterLink/useRouterLink.js.map +1 -0
  594. package/dist/router/useSearchParams/index.cjs +3 -0
  595. package/dist/router/useSearchParams/index.d.cts +2 -0
  596. package/dist/router/useSearchParams/index.d.ts +2 -0
  597. package/dist/router/useSearchParams/index.js +2 -0
  598. package/dist/router/useSearchParams/useSearchParams.cjs +29 -0
  599. package/dist/router/useSearchParams/useSearchParams.cjs.map +1 -0
  600. package/dist/router/useSearchParams/useSearchParams.d.cts +14 -0
  601. package/dist/router/useSearchParams/useSearchParams.d.ts +14 -0
  602. package/dist/router/useSearchParams/useSearchParams.js +28 -0
  603. package/dist/router/useSearchParams/useSearchParams.js.map +1 -0
  604. package/dist/setContext/index.cjs +3 -0
  605. package/dist/setContext/index.d.cts +2 -0
  606. package/dist/setContext/index.d.ts +2 -0
  607. package/dist/setContext/index.js +2 -0
  608. package/dist/setContext/setContext.cjs +29 -0
  609. package/dist/setContext/setContext.cjs.map +1 -0
  610. package/dist/setContext/setContext.d.cts +24 -0
  611. package/dist/setContext/setContext.d.ts +24 -0
  612. package/dist/setContext/setContext.js +28 -0
  613. package/dist/setContext/setContext.js.map +1 -0
  614. package/dist/useBeforeMount/index.cjs +3 -0
  615. package/dist/useBeforeMount/index.d.cts +2 -0
  616. package/dist/useBeforeMount/index.d.ts +2 -0
  617. package/dist/useBeforeMount/index.js +2 -0
  618. package/dist/useBeforeMount/useBeforeMount.cjs +29 -0
  619. package/dist/useBeforeMount/useBeforeMount.cjs.map +1 -0
  620. package/dist/useBeforeMount/useBeforeMount.d.cts +24 -0
  621. package/dist/useBeforeMount/useBeforeMount.d.ts +24 -0
  622. package/dist/useBeforeMount/useBeforeMount.js +28 -0
  623. package/dist/useBeforeMount/useBeforeMount.js.map +1 -0
  624. package/dist/useBeforeUnmount/index.cjs +3 -0
  625. package/dist/useBeforeUnmount/index.d.cts +2 -0
  626. package/dist/useBeforeUnmount/index.d.ts +2 -0
  627. package/dist/useBeforeUnmount/index.js +2 -0
  628. package/dist/useBeforeUnmount/useBeforeUnmount.cjs +29 -0
  629. package/dist/useBeforeUnmount/useBeforeUnmount.cjs.map +1 -0
  630. package/dist/useBeforeUnmount/useBeforeUnmount.d.cts +24 -0
  631. package/dist/useBeforeUnmount/useBeforeUnmount.d.ts +24 -0
  632. package/dist/useBeforeUnmount/useBeforeUnmount.js +28 -0
  633. package/dist/useBeforeUnmount/useBeforeUnmount.js.map +1 -0
  634. package/dist/useChildren/index.cjs +3 -0
  635. package/dist/useChildren/index.d.cts +2 -0
  636. package/dist/useChildren/index.d.ts +2 -0
  637. package/dist/useChildren/index.js +2 -0
  638. package/dist/useChildren/useChildren.cjs +35 -0
  639. package/dist/useChildren/useChildren.cjs.map +1 -0
  640. package/dist/useChildren/useChildren.d.cts +26 -0
  641. package/dist/useChildren/useChildren.d.ts +26 -0
  642. package/dist/useChildren/useChildren.js +34 -0
  643. package/dist/useChildren/useChildren.js.map +1 -0
  644. package/dist/useColorScheme/index.cjs +3 -0
  645. package/dist/useColorScheme/index.d.cts +2 -0
  646. package/dist/useColorScheme/index.d.ts +2 -0
  647. package/dist/useColorScheme/index.js +2 -0
  648. package/dist/useColorScheme/useColorScheme.cjs +46 -0
  649. package/dist/useColorScheme/useColorScheme.cjs.map +1 -0
  650. package/dist/useColorScheme/useColorScheme.d.cts +29 -0
  651. package/dist/useColorScheme/useColorScheme.d.ts +29 -0
  652. package/dist/useColorScheme/useColorScheme.js +45 -0
  653. package/dist/useColorScheme/useColorScheme.js.map +1 -0
  654. package/dist/useMediator/index.cjs +3 -0
  655. package/dist/useMediator/index.d.cts +3 -0
  656. package/dist/useMediator/index.d.ts +3 -0
  657. package/dist/useMediator/index.js +2 -0
  658. package/dist/useMediator/types.cjs +0 -0
  659. package/dist/useMediator/types.d.cts +2 -0
  660. package/dist/useMediator/types.d.ts +2 -0
  661. package/dist/useMediator/types.js +0 -0
  662. package/dist/useMediator/useMediator.cjs +137 -0
  663. package/dist/useMediator/useMediator.cjs.map +1 -0
  664. package/dist/useMediator/useMediator.d.cts +61 -0
  665. package/dist/useMediator/useMediator.d.ts +61 -0
  666. package/dist/useMediator/useMediator.js +136 -0
  667. package/dist/useMediator/useMediator.js.map +1 -0
  668. package/dist/useMediator/utils.cjs +22 -0
  669. package/dist/useMediator/utils.cjs.map +1 -0
  670. package/dist/useMediator/utils.d.cts +14 -0
  671. package/dist/useMediator/utils.d.ts +14 -0
  672. package/dist/useMediator/utils.js +21 -0
  673. package/dist/useMediator/utils.js.map +1 -0
  674. package/dist/useMounted/index.cjs +3 -0
  675. package/dist/useMounted/index.d.cts +2 -0
  676. package/dist/useMounted/index.d.ts +2 -0
  677. package/dist/useMounted/index.js +2 -0
  678. package/dist/useMounted/useMounted.cjs +29 -0
  679. package/dist/useMounted/useMounted.cjs.map +1 -0
  680. package/dist/useMounted/useMounted.d.cts +24 -0
  681. package/dist/useMounted/useMounted.d.ts +24 -0
  682. package/dist/useMounted/useMounted.js +28 -0
  683. package/dist/useMounted/useMounted.js.map +1 -0
  684. package/dist/useRef/index.cjs +3 -0
  685. package/dist/useRef/index.d.cts +2 -0
  686. package/dist/useRef/index.d.ts +2 -0
  687. package/dist/useRef/index.js +2 -0
  688. package/dist/useRef/useRef.cjs +28 -0
  689. package/dist/useRef/useRef.cjs.map +1 -0
  690. package/dist/useRef/useRef.d.cts +25 -0
  691. package/dist/useRef/useRef.d.ts +25 -0
  692. package/dist/useRef/useRef.js +27 -0
  693. package/dist/useRef/useRef.js.map +1 -0
  694. package/dist/withDefaultProps/constants.cjs +10 -0
  695. package/dist/withDefaultProps/constants.cjs.map +1 -0
  696. package/dist/withDefaultProps/constants.d.cts +8 -0
  697. package/dist/withDefaultProps/constants.d.ts +8 -0
  698. package/dist/withDefaultProps/constants.js +9 -0
  699. package/dist/withDefaultProps/constants.js.map +1 -0
  700. package/dist/withDefaultProps/index.cjs +3 -0
  701. package/dist/withDefaultProps/index.d.cts +3 -0
  702. package/dist/withDefaultProps/index.d.ts +3 -0
  703. package/dist/withDefaultProps/index.js +2 -0
  704. package/dist/withDefaultProps/types.cjs +0 -0
  705. package/dist/withDefaultProps/types.d.cts +25 -0
  706. package/dist/withDefaultProps/types.d.ts +25 -0
  707. package/dist/withDefaultProps/types.js +0 -0
  708. package/dist/withDefaultProps/withDefaultProps.cjs +85 -0
  709. package/dist/withDefaultProps/withDefaultProps.cjs.map +1 -0
  710. package/dist/withDefaultProps/withDefaultProps.d.cts +48 -0
  711. package/dist/withDefaultProps/withDefaultProps.d.ts +48 -0
  712. package/dist/withDefaultProps/withDefaultProps.js +84 -0
  713. package/dist/withDefaultProps/withDefaultProps.js.map +1 -0
  714. package/dist/withDefaultPropsHandlers/constants.cjs +7 -0
  715. package/dist/withDefaultPropsHandlers/constants.cjs.map +1 -0
  716. package/dist/withDefaultPropsHandlers/constants.d.cts +5 -0
  717. package/dist/withDefaultPropsHandlers/constants.d.ts +5 -0
  718. package/dist/withDefaultPropsHandlers/constants.js +6 -0
  719. package/dist/withDefaultPropsHandlers/constants.js.map +1 -0
  720. package/dist/withDefaultPropsHandlers/index.cjs +3 -0
  721. package/dist/withDefaultPropsHandlers/index.d.cts +3 -0
  722. package/dist/withDefaultPropsHandlers/index.d.ts +3 -0
  723. package/dist/withDefaultPropsHandlers/index.js +2 -0
  724. package/dist/withDefaultPropsHandlers/types.cjs +0 -0
  725. package/dist/withDefaultPropsHandlers/types.d.cts +12 -0
  726. package/dist/withDefaultPropsHandlers/types.d.ts +12 -0
  727. package/dist/withDefaultPropsHandlers/types.js +0 -0
  728. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs +81 -0
  729. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.cjs.map +1 -0
  730. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.cts +49 -0
  731. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.d.ts +49 -0
  732. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js +80 -0
  733. package/dist/withDefaultPropsHandlers/withDefaultPropsHandlers.js.map +1 -0
  734. package/package.json +647 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.cjs.prod.cjs","names":[],"sources":["../../../../../node_modules/@vue/shared/dist/shared.cjs.prod.js"],"sourcesContent":["/**\n* @vue/shared v3.5.39\n* (c) 2018-present Yuxi (Evan) You and Vue contributors\n* @license MIT\n**/\n'use strict';\n\nObject.defineProperty(exports, '__esModule', { value: true });\n\n// @__NO_SIDE_EFFECTS__\nfunction makeMap(str) {\n const map = /* @__PURE__ */ Object.create(null);\n for (const key of str.split(\",\")) map[key] = 1;\n return (val) => val in map;\n}\n\nconst EMPTY_OBJ = {};\nconst EMPTY_ARR = [];\nconst NOOP = () => {\n};\nconst NO = () => false;\nconst isOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // uppercase letter\n(key.charCodeAt(2) > 122 || key.charCodeAt(2) < 97);\nconst isModelListener = (key) => key.startsWith(\"onUpdate:\");\nconst extend = Object.assign;\nconst remove = (arr, el) => {\n const i = arr.indexOf(el);\n if (i > -1) {\n arr.splice(i, 1);\n }\n};\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nconst hasOwn = (val, key) => hasOwnProperty.call(val, key);\nconst isArray = Array.isArray;\nconst isMap = (val) => toTypeString(val) === \"[object Map]\";\nconst isSet = (val) => toTypeString(val) === \"[object Set]\";\nconst isDate = (val) => toTypeString(val) === \"[object Date]\";\nconst isRegExp = (val) => toTypeString(val) === \"[object RegExp]\";\nconst isFunction = (val) => typeof val === \"function\";\nconst isString = (val) => typeof val === \"string\";\nconst isSymbol = (val) => typeof val === \"symbol\";\nconst isObject = (val) => val !== null && typeof val === \"object\";\nconst isPromise = (val) => {\n return (isObject(val) || isFunction(val)) && isFunction(val.then) && isFunction(val.catch);\n};\nconst objectToString = Object.prototype.toString;\nconst toTypeString = (value) => objectToString.call(value);\nconst toRawType = (value) => {\n return toTypeString(value).slice(8, -1);\n};\nconst isPlainObject = (val) => toTypeString(val) === \"[object Object]\";\nconst isIntegerKey = (key) => isString(key) && key !== \"NaN\" && key[0] !== \"-\" && \"\" + parseInt(key, 10) === key;\nconst isReservedProp = /* @__PURE__ */ makeMap(\n // the leading comma is intentional so empty string \"\" is also included\n \",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\"\n);\nconst isBuiltInDirective = /* @__PURE__ */ makeMap(\n \"bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo\"\n);\nconst cacheStringFunction = (fn) => {\n const cache = /* @__PURE__ */ Object.create(null);\n return ((str) => {\n const hit = cache[str];\n return hit || (cache[str] = fn(str));\n });\n};\nconst camelizeRE = /-\\w/g;\nconst camelize = cacheStringFunction(\n (str) => {\n return str.replace(camelizeRE, (c) => c.slice(1).toUpperCase());\n }\n);\nconst hyphenateRE = /\\B([A-Z])/g;\nconst hyphenate = cacheStringFunction(\n (str) => str.replace(hyphenateRE, \"-$1\").toLowerCase()\n);\nconst capitalize = cacheStringFunction((str) => {\n return str.charAt(0).toUpperCase() + str.slice(1);\n});\nconst toHandlerKey = cacheStringFunction(\n (str) => {\n const s = str ? `on${capitalize(str)}` : ``;\n return s;\n }\n);\nconst hasChanged = (value, oldValue) => !Object.is(value, oldValue);\nconst invokeArrayFns = (fns, ...arg) => {\n for (let i = 0; i < fns.length; i++) {\n fns[i](...arg);\n }\n};\nconst def = (obj, key, value, writable = false) => {\n Object.defineProperty(obj, key, {\n configurable: true,\n enumerable: false,\n writable,\n value\n });\n};\nconst looseToNumber = (val) => {\n const n = parseFloat(val);\n return isNaN(n) ? val : n;\n};\nconst toNumber = (val) => {\n const n = isString(val) ? Number(val) : NaN;\n return isNaN(n) ? val : n;\n};\nlet _globalThis;\nconst getGlobalThis = () => {\n return _globalThis || (_globalThis = typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : {});\n};\nconst identRE = /^[_$a-zA-Z\\xA0-\\uFFFF][_$a-zA-Z0-9\\xA0-\\uFFFF]*$/;\nfunction genPropsAccessExp(name) {\n return identRE.test(name) ? `__props.${name}` : `__props[${JSON.stringify(name)}]`;\n}\nfunction genCacheKey(source, options) {\n return source + JSON.stringify(\n options,\n (_, val) => typeof val === \"function\" ? val.toString() : val\n );\n}\n\nconst PatchFlags = {\n \"TEXT\": 1,\n \"1\": \"TEXT\",\n \"CLASS\": 2,\n \"2\": \"CLASS\",\n \"STYLE\": 4,\n \"4\": \"STYLE\",\n \"PROPS\": 8,\n \"8\": \"PROPS\",\n \"FULL_PROPS\": 16,\n \"16\": \"FULL_PROPS\",\n \"NEED_HYDRATION\": 32,\n \"32\": \"NEED_HYDRATION\",\n \"STABLE_FRAGMENT\": 64,\n \"64\": \"STABLE_FRAGMENT\",\n \"KEYED_FRAGMENT\": 128,\n \"128\": \"KEYED_FRAGMENT\",\n \"UNKEYED_FRAGMENT\": 256,\n \"256\": \"UNKEYED_FRAGMENT\",\n \"NEED_PATCH\": 512,\n \"512\": \"NEED_PATCH\",\n \"DYNAMIC_SLOTS\": 1024,\n \"1024\": \"DYNAMIC_SLOTS\",\n \"DEV_ROOT_FRAGMENT\": 2048,\n \"2048\": \"DEV_ROOT_FRAGMENT\",\n \"CACHED\": -1,\n \"-1\": \"CACHED\",\n \"BAIL\": -2,\n \"-2\": \"BAIL\"\n};\nconst PatchFlagNames = {\n [1]: `TEXT`,\n [2]: `CLASS`,\n [4]: `STYLE`,\n [8]: `PROPS`,\n [16]: `FULL_PROPS`,\n [32]: `NEED_HYDRATION`,\n [64]: `STABLE_FRAGMENT`,\n [128]: `KEYED_FRAGMENT`,\n [256]: `UNKEYED_FRAGMENT`,\n [512]: `NEED_PATCH`,\n [1024]: `DYNAMIC_SLOTS`,\n [2048]: `DEV_ROOT_FRAGMENT`,\n [-1]: `CACHED`,\n [-2]: `BAIL`\n};\n\nconst ShapeFlags = {\n \"ELEMENT\": 1,\n \"1\": \"ELEMENT\",\n \"FUNCTIONAL_COMPONENT\": 2,\n \"2\": \"FUNCTIONAL_COMPONENT\",\n \"STATEFUL_COMPONENT\": 4,\n \"4\": \"STATEFUL_COMPONENT\",\n \"TEXT_CHILDREN\": 8,\n \"8\": \"TEXT_CHILDREN\",\n \"ARRAY_CHILDREN\": 16,\n \"16\": \"ARRAY_CHILDREN\",\n \"SLOTS_CHILDREN\": 32,\n \"32\": \"SLOTS_CHILDREN\",\n \"TELEPORT\": 64,\n \"64\": \"TELEPORT\",\n \"SUSPENSE\": 128,\n \"128\": \"SUSPENSE\",\n \"COMPONENT_SHOULD_KEEP_ALIVE\": 256,\n \"256\": \"COMPONENT_SHOULD_KEEP_ALIVE\",\n \"COMPONENT_KEPT_ALIVE\": 512,\n \"512\": \"COMPONENT_KEPT_ALIVE\",\n \"COMPONENT\": 6,\n \"6\": \"COMPONENT\"\n};\n\nconst SlotFlags = {\n \"STABLE\": 1,\n \"1\": \"STABLE\",\n \"DYNAMIC\": 2,\n \"2\": \"DYNAMIC\",\n \"FORWARDED\": 3,\n \"3\": \"FORWARDED\"\n};\nconst slotFlagsText = {\n [1]: \"STABLE\",\n [2]: \"DYNAMIC\",\n [3]: \"FORWARDED\"\n};\n\nconst GLOBALS_ALLOWED = \"Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol\";\nconst isGloballyAllowed = /* @__PURE__ */ makeMap(GLOBALS_ALLOWED);\nconst isGloballyWhitelisted = isGloballyAllowed;\n\nconst range = 2;\nfunction generateCodeFrame(source, start = 0, end = source.length) {\n start = Math.max(0, Math.min(start, source.length));\n end = Math.max(0, Math.min(end, source.length));\n if (start > end) return \"\";\n let lines = source.split(/(\\r?\\n)/);\n const newlineSequences = lines.filter((_, idx) => idx % 2 === 1);\n lines = lines.filter((_, idx) => idx % 2 === 0);\n let count = 0;\n const res = [];\n for (let i = 0; i < lines.length; i++) {\n count += lines[i].length + (newlineSequences[i] && newlineSequences[i].length || 0);\n if (count >= start) {\n for (let j = i - range; j <= i + range || end > count; j++) {\n if (j < 0 || j >= lines.length) continue;\n const line = j + 1;\n res.push(\n `${line}${\" \".repeat(Math.max(3 - String(line).length, 0))}| ${lines[j]}`\n );\n const lineLength = lines[j].length;\n const newLineSeqLength = newlineSequences[j] && newlineSequences[j].length || 0;\n if (j === i) {\n const pad = start - (count - (lineLength + newLineSeqLength));\n const length = Math.max(\n 1,\n end > count ? lineLength - pad : end - start\n );\n res.push(` | ` + \" \".repeat(pad) + \"^\".repeat(length));\n } else if (j > i) {\n if (end > count) {\n const length = Math.max(Math.min(end - count, lineLength), 1);\n res.push(` | ` + \"^\".repeat(length));\n }\n count += lineLength + newLineSeqLength;\n }\n }\n break;\n }\n }\n return res.join(\"\\n\");\n}\n\nfunction normalizeStyle(value) {\n if (isArray(value)) {\n const res = {};\n for (let i = 0; i < value.length; i++) {\n const item = value[i];\n const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item);\n if (normalized) {\n for (const key in normalized) {\n res[key] = normalized[key];\n }\n }\n }\n return res;\n } else if (isString(value) || isObject(value)) {\n return value;\n }\n}\nconst listDelimiterRE = /;(?![^(]*\\))/g;\nconst propertyDelimiterRE = /:([^]+)/;\nconst styleCommentRE = /\\/\\*[^]*?\\*\\//g;\nfunction parseStringStyle(cssText) {\n const ret = {};\n cssText.replace(styleCommentRE, \"\").split(listDelimiterRE).forEach((item) => {\n if (item) {\n const tmp = item.split(propertyDelimiterRE);\n tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return ret;\n}\nfunction stringifyStyle(styles) {\n if (!styles) return \"\";\n if (isString(styles)) return styles;\n let ret = \"\";\n for (const key in styles) {\n const value = styles[key];\n if (isString(value) || typeof value === \"number\") {\n const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);\n ret += `${normalizedKey}:${value};`;\n }\n }\n return ret;\n}\nfunction normalizeClass(value) {\n let res = \"\";\n if (isString(value)) {\n res = value;\n } else if (isArray(value)) {\n for (let i = 0; i < value.length; i++) {\n const normalized = normalizeClass(value[i]);\n if (normalized) {\n res += normalized + \" \";\n }\n }\n } else if (isObject(value)) {\n for (const name in value) {\n if (value[name]) {\n res += name + \" \";\n }\n }\n }\n return res.trim();\n}\nfunction normalizeProps(props) {\n if (!props) return null;\n let { class: klass, style } = props;\n if (klass && !isString(klass)) {\n props.class = normalizeClass(klass);\n }\n if (style) {\n props.style = normalizeStyle(style);\n }\n return props;\n}\n\nconst HTML_TAGS = \"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot\";\nconst SVG_TAGS = \"svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view\";\nconst MATH_TAGS = \"annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics\";\nconst VOID_TAGS = \"area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr\";\nconst isHTMLTag = /* @__PURE__ */ makeMap(HTML_TAGS);\nconst isSVGTag = /* @__PURE__ */ makeMap(SVG_TAGS);\nconst isMathMLTag = /* @__PURE__ */ makeMap(MATH_TAGS);\nconst isVoidTag = /* @__PURE__ */ makeMap(VOID_TAGS);\n\nconst specialBooleanAttrs = `itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly`;\nconst isSpecialBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs);\nconst isBooleanAttr = /* @__PURE__ */ makeMap(\n specialBooleanAttrs + `,async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected`\n);\nfunction includeBooleanAttr(value) {\n return !!value || value === \"\";\n}\nconst unsafeAttrCharRE = /[>/=\"'\\u0009\\u000a\\u000c\\u0020]/;\nconst attrValidationCache = {};\nfunction isSSRSafeAttrName(name) {\n if (attrValidationCache.hasOwnProperty(name)) {\n return attrValidationCache[name];\n }\n const isUnsafe = unsafeAttrCharRE.test(name);\n if (isUnsafe) {\n console.error(`unsafe attribute name: ${name}`);\n }\n return attrValidationCache[name] = !isUnsafe;\n}\nconst propsToAttrMap = {\n acceptCharset: \"accept-charset\",\n className: \"class\",\n htmlFor: \"for\",\n httpEquiv: \"http-equiv\"\n};\nconst isKnownHtmlAttr = /* @__PURE__ */ makeMap(\n `accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap`\n);\nconst isKnownSvgAttr = /* @__PURE__ */ makeMap(\n `xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan`\n);\nconst isKnownMathMLAttr = /* @__PURE__ */ makeMap(\n `accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns`\n);\nfunction isRenderableAttrValue(value) {\n if (value == null) {\n return false;\n }\n const type = typeof value;\n return type === \"string\" || type === \"number\" || type === \"boolean\";\n}\n\nconst escapeRE = /[\"'&<>]/;\nfunction escapeHtml(string) {\n const str = \"\" + string;\n const match = escapeRE.exec(str);\n if (!match) {\n return str;\n }\n let html = \"\";\n let escaped;\n let index;\n let lastIndex = 0;\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34:\n escaped = \"&quot;\";\n break;\n case 38:\n escaped = \"&amp;\";\n break;\n case 39:\n escaped = \"&#39;\";\n break;\n case 60:\n escaped = \"&lt;\";\n break;\n case 62:\n escaped = \"&gt;\";\n break;\n default:\n continue;\n }\n if (lastIndex !== index) {\n html += str.slice(lastIndex, index);\n }\n lastIndex = index + 1;\n html += escaped;\n }\n return lastIndex !== index ? html + str.slice(lastIndex, index) : html;\n}\nconst commentStripRE = /^-?>|<!--|-->|--!>|<!-$/g;\nfunction escapeHtmlComment(src) {\n return src.replace(commentStripRE, \"\");\n}\nconst cssVarNameEscapeSymbolsRE = /[ !\"#$%&'()*+,./:;<=>?@[\\\\\\]^`{|}~]/g;\nfunction getEscapedCssVarName(key, doubleEscape) {\n return key.replace(\n cssVarNameEscapeSymbolsRE,\n (s) => doubleEscape ? s === '\"' ? '\\\\\\\\\\\\\"' : `\\\\\\\\${s}` : `\\\\${s}`\n );\n}\n\nfunction looseCompareArrays(a, b) {\n if (a.length !== b.length) return false;\n let equal = true;\n for (let i = 0; equal && i < a.length; i++) {\n equal = looseEqual(a[i], b[i]);\n }\n return equal;\n}\nfunction looseEqual(a, b) {\n if (a === b) return true;\n let aValidType = isDate(a);\n let bValidType = isDate(b);\n if (aValidType || bValidType) {\n return aValidType && bValidType ? a.getTime() === b.getTime() : false;\n }\n aValidType = isSymbol(a);\n bValidType = isSymbol(b);\n if (aValidType || bValidType) {\n return a === b;\n }\n aValidType = isArray(a);\n bValidType = isArray(b);\n if (aValidType || bValidType) {\n return aValidType && bValidType ? looseCompareArrays(a, b) : false;\n }\n aValidType = isObject(a);\n bValidType = isObject(b);\n if (aValidType || bValidType) {\n if (!aValidType || !bValidType) {\n return false;\n }\n const aKeysCount = Object.keys(a).length;\n const bKeysCount = Object.keys(b).length;\n if (aKeysCount !== bKeysCount) {\n return false;\n }\n for (const key in a) {\n const aHasKey = a.hasOwnProperty(key);\n const bHasKey = b.hasOwnProperty(key);\n if (aHasKey && !bHasKey || !aHasKey && bHasKey || !looseEqual(a[key], b[key])) {\n return false;\n }\n }\n }\n return String(a) === String(b);\n}\nfunction looseIndexOf(arr, val) {\n return arr.findIndex((item) => looseEqual(item, val));\n}\n\nconst isRef = (val) => {\n return !!(val && val[\"__v_isRef\"] === true);\n};\nconst toDisplayString = (val) => {\n return isString(val) ? val : val == null ? \"\" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? isRef(val) ? toDisplayString(val.value) : JSON.stringify(val, replacer, 2) : String(val);\n};\nconst replacer = (_key, val) => {\n if (isRef(val)) {\n return replacer(_key, val.value);\n } else if (isMap(val)) {\n return {\n [`Map(${val.size})`]: [...val.entries()].reduce(\n (entries, [key, val2], i) => {\n entries[stringifySymbol(key, i) + \" =>\"] = val2;\n return entries;\n },\n {}\n )\n };\n } else if (isSet(val)) {\n return {\n [`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v))\n };\n } else if (isSymbol(val)) {\n return stringifySymbol(val);\n } else if (isObject(val) && !isArray(val) && !isPlainObject(val)) {\n return String(val);\n }\n return val;\n};\nconst stringifySymbol = (v, i = \"\") => {\n var _a;\n return (\n // Symbol.description in es2019+ so we need to cast here to pass\n // the lib: es2016 check\n isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v\n );\n};\n\nfunction normalizeCssVarValue(value) {\n if (value == null) {\n return \"initial\";\n }\n if (typeof value === \"string\") {\n return value === \"\" ? \" \" : value;\n }\n return String(value);\n}\n\nexports.EMPTY_ARR = EMPTY_ARR;\nexports.EMPTY_OBJ = EMPTY_OBJ;\nexports.NO = NO;\nexports.NOOP = NOOP;\nexports.PatchFlagNames = PatchFlagNames;\nexports.PatchFlags = PatchFlags;\nexports.ShapeFlags = ShapeFlags;\nexports.SlotFlags = SlotFlags;\nexports.camelize = camelize;\nexports.capitalize = capitalize;\nexports.cssVarNameEscapeSymbolsRE = cssVarNameEscapeSymbolsRE;\nexports.def = def;\nexports.escapeHtml = escapeHtml;\nexports.escapeHtmlComment = escapeHtmlComment;\nexports.extend = extend;\nexports.genCacheKey = genCacheKey;\nexports.genPropsAccessExp = genPropsAccessExp;\nexports.generateCodeFrame = generateCodeFrame;\nexports.getEscapedCssVarName = getEscapedCssVarName;\nexports.getGlobalThis = getGlobalThis;\nexports.hasChanged = hasChanged;\nexports.hasOwn = hasOwn;\nexports.hyphenate = hyphenate;\nexports.includeBooleanAttr = includeBooleanAttr;\nexports.invokeArrayFns = invokeArrayFns;\nexports.isArray = isArray;\nexports.isBooleanAttr = isBooleanAttr;\nexports.isBuiltInDirective = isBuiltInDirective;\nexports.isDate = isDate;\nexports.isFunction = isFunction;\nexports.isGloballyAllowed = isGloballyAllowed;\nexports.isGloballyWhitelisted = isGloballyWhitelisted;\nexports.isHTMLTag = isHTMLTag;\nexports.isIntegerKey = isIntegerKey;\nexports.isKnownHtmlAttr = isKnownHtmlAttr;\nexports.isKnownMathMLAttr = isKnownMathMLAttr;\nexports.isKnownSvgAttr = isKnownSvgAttr;\nexports.isMap = isMap;\nexports.isMathMLTag = isMathMLTag;\nexports.isModelListener = isModelListener;\nexports.isObject = isObject;\nexports.isOn = isOn;\nexports.isPlainObject = isPlainObject;\nexports.isPromise = isPromise;\nexports.isRegExp = isRegExp;\nexports.isRenderableAttrValue = isRenderableAttrValue;\nexports.isReservedProp = isReservedProp;\nexports.isSSRSafeAttrName = isSSRSafeAttrName;\nexports.isSVGTag = isSVGTag;\nexports.isSet = isSet;\nexports.isSpecialBooleanAttr = isSpecialBooleanAttr;\nexports.isString = isString;\nexports.isSymbol = isSymbol;\nexports.isVoidTag = isVoidTag;\nexports.looseEqual = looseEqual;\nexports.looseIndexOf = looseIndexOf;\nexports.looseToNumber = looseToNumber;\nexports.makeMap = makeMap;\nexports.normalizeClass = normalizeClass;\nexports.normalizeCssVarValue = normalizeCssVarValue;\nexports.normalizeProps = normalizeProps;\nexports.normalizeStyle = normalizeStyle;\nexports.objectToString = objectToString;\nexports.parseStringStyle = parseStringStyle;\nexports.propsToAttrMap = propsToAttrMap;\nexports.remove = remove;\nexports.slotFlagsText = slotFlagsText;\nexports.stringifyStyle = stringifyStyle;\nexports.toDisplayString = toDisplayString;\nexports.toHandlerKey = toHandlerKey;\nexports.toNumber = toNumber;\nexports.toRawType = toRawType;\nexports.toTypeString = toTypeString;\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,166 @@
1
+ //#region node_modules/@vue/shared/dist/shared.esm-bundler.js
2
+ /**
3
+ * @vue/shared v3.5.39
4
+ * (c) 2018-present Yuxi (Evan) You and Vue contributors
5
+ * @license MIT
6
+ **/
7
+ // @__NO_SIDE_EFFECTS__
8
+ function makeMap(str) {
9
+ const map = /* @__PURE__ */ Object.create(null);
10
+ for (const key of str.split(",")) map[key] = 1;
11
+ return (val) => val in map;
12
+ }
13
+ const EMPTY_OBJ = !!(process.env.NODE_ENV !== "production") ? Object.freeze({}) : {};
14
+ process.env.NODE_ENV !== "production" && Object.freeze([]);
15
+ const NOOP = () => {};
16
+ const isOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && (key.charCodeAt(2) > 122 || key.charCodeAt(2) < 97);
17
+ const hasOwnProperty = Object.prototype.hasOwnProperty;
18
+ const hasOwn = (val, key) => hasOwnProperty.call(val, key);
19
+ const isArray = Array.isArray;
20
+ const isFunction = (val) => typeof val === "function";
21
+ const isString = (val) => typeof val === "string";
22
+ const isObject = (val) => val !== null && typeof val === "object";
23
+ const isPromise = (val) => {
24
+ return (isObject(val) || isFunction(val)) && isFunction(val.then) && isFunction(val.catch);
25
+ };
26
+ const cacheStringFunction = (fn) => {
27
+ const cache = /* @__PURE__ */ Object.create(null);
28
+ return ((str) => {
29
+ return cache[str] || (cache[str] = fn(str));
30
+ });
31
+ };
32
+ const hyphenateRE = /\B([A-Z])/g;
33
+ const hyphenate = cacheStringFunction((str) => str.replace(hyphenateRE, "-$1").toLowerCase());
34
+ const capitalize = cacheStringFunction((str) => {
35
+ return str.charAt(0).toUpperCase() + str.slice(1);
36
+ });
37
+ let _globalThis;
38
+ const getGlobalThis = () => {
39
+ return _globalThis || (_globalThis = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : typeof global !== "undefined" ? global : {});
40
+ };
41
+ function normalizeStyle(value) {
42
+ if (isArray(value)) {
43
+ const res = {};
44
+ for (let i = 0; i < value.length; i++) {
45
+ const item = value[i];
46
+ const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item);
47
+ if (normalized) for (const key in normalized) res[key] = normalized[key];
48
+ }
49
+ return res;
50
+ } else if (isString(value) || isObject(value)) return value;
51
+ }
52
+ const listDelimiterRE = /;(?![^(]*\))/g;
53
+ const propertyDelimiterRE = /:([^]+)/;
54
+ const styleCommentRE = /\/\*[^]*?\*\//g;
55
+ function parseStringStyle(cssText) {
56
+ const ret = {};
57
+ cssText.replace(styleCommentRE, "").split(listDelimiterRE).forEach((item) => {
58
+ if (item) {
59
+ const tmp = item.split(propertyDelimiterRE);
60
+ tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim());
61
+ }
62
+ });
63
+ return ret;
64
+ }
65
+ function stringifyStyle(styles) {
66
+ if (!styles) return "";
67
+ if (isString(styles)) return styles;
68
+ let ret = "";
69
+ for (const key in styles) {
70
+ const value = styles[key];
71
+ if (isString(value) || typeof value === "number") {
72
+ const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);
73
+ ret += `${normalizedKey}:${value};`;
74
+ }
75
+ }
76
+ return ret;
77
+ }
78
+ function normalizeClass(value) {
79
+ let res = "";
80
+ if (isString(value)) res = value;
81
+ else if (isArray(value)) for (let i = 0; i < value.length; i++) {
82
+ const normalized = normalizeClass(value[i]);
83
+ if (normalized) res += normalized + " ";
84
+ }
85
+ else if (isObject(value)) {
86
+ for (const name in value) if (value[name]) res += name + " ";
87
+ }
88
+ return res.trim();
89
+ }
90
+ const SVG_TAGS = "svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view";
91
+ const VOID_TAGS = "area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr";
92
+ const isSVGTag = /* @__PURE__ */ makeMap(SVG_TAGS);
93
+ const isVoidTag = /* @__PURE__ */ makeMap(VOID_TAGS);
94
+ const isBooleanAttr = /* @__PURE__ */ makeMap("itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly,async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected");
95
+ function includeBooleanAttr(value) {
96
+ return !!value || value === "";
97
+ }
98
+ const unsafeAttrCharRE = /[>/="'\u0009\u000a\u000c\u0020]/;
99
+ const attrValidationCache = {};
100
+ function isSSRSafeAttrName(name) {
101
+ if (attrValidationCache.hasOwnProperty(name)) return attrValidationCache[name];
102
+ const isUnsafe = unsafeAttrCharRE.test(name);
103
+ if (isUnsafe) console.error(`unsafe attribute name: ${name}`);
104
+ return attrValidationCache[name] = !isUnsafe;
105
+ }
106
+ const propsToAttrMap = {
107
+ acceptCharset: "accept-charset",
108
+ className: "class",
109
+ htmlFor: "for",
110
+ httpEquiv: "http-equiv"
111
+ };
112
+ function isRenderableAttrValue(value) {
113
+ if (value == null) return false;
114
+ const type = typeof value;
115
+ return type === "string" || type === "number" || type === "boolean";
116
+ }
117
+ const escapeRE = /["'&<>]/;
118
+ function escapeHtml(string) {
119
+ const str = "" + string;
120
+ const match = escapeRE.exec(str);
121
+ if (!match) return str;
122
+ let html = "";
123
+ let escaped;
124
+ let index;
125
+ let lastIndex = 0;
126
+ for (index = match.index; index < str.length; index++) {
127
+ switch (str.charCodeAt(index)) {
128
+ case 34:
129
+ escaped = "&quot;";
130
+ break;
131
+ case 38:
132
+ escaped = "&amp;";
133
+ break;
134
+ case 39:
135
+ escaped = "&#39;";
136
+ break;
137
+ case 60:
138
+ escaped = "&lt;";
139
+ break;
140
+ case 62:
141
+ escaped = "&gt;";
142
+ break;
143
+ default: continue;
144
+ }
145
+ if (lastIndex !== index) html += str.slice(lastIndex, index);
146
+ lastIndex = index + 1;
147
+ html += escaped;
148
+ }
149
+ return lastIndex !== index ? html + str.slice(lastIndex, index) : html;
150
+ }
151
+ const commentStripRE = /^-?>|<!--|-->|--!>|<!-$/g;
152
+ function escapeHtmlComment(src) {
153
+ return src.replace(commentStripRE, "");
154
+ }
155
+ function normalizeCssVarValue(value) {
156
+ if (value == null) return "initial";
157
+ if (typeof value === "string") return value === "" ? " " : value;
158
+ if (typeof value !== "number" || !Number.isFinite(value)) {
159
+ if (!!(process.env.NODE_ENV !== "production")) console.warn("[Vue warn] Invalid value used for CSS binding. Expected a string or a finite number but received:", value);
160
+ }
161
+ return String(value);
162
+ }
163
+ //#endregion
164
+ export { EMPTY_OBJ, NOOP, capitalize, escapeHtml, escapeHtmlComment, getGlobalThis, hasOwn, hyphenate, includeBooleanAttr, isArray, isBooleanAttr, isFunction, isObject, isOn, isPromise, isRenderableAttrValue, isSSRSafeAttrName, isSVGTag, isString, isVoidTag, makeMap, normalizeClass, normalizeCssVarValue, normalizeStyle, parseStringStyle, propsToAttrMap, stringifyStyle };
165
+
166
+ //# sourceMappingURL=shared.esm-bundler.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shared.esm-bundler.js","names":[],"sources":["../../../../../node_modules/@vue/shared/dist/shared.esm-bundler.js"],"sourcesContent":["/**\n* @vue/shared v3.5.39\n* (c) 2018-present Yuxi (Evan) You and Vue contributors\n* @license MIT\n**/\n// @__NO_SIDE_EFFECTS__\nfunction makeMap(str) {\n const map = /* @__PURE__ */ Object.create(null);\n for (const key of str.split(\",\")) map[key] = 1;\n return (val) => val in map;\n}\n\nconst EMPTY_OBJ = !!(process.env.NODE_ENV !== \"production\") ? Object.freeze({}) : {};\nconst EMPTY_ARR = !!(process.env.NODE_ENV !== \"production\") ? Object.freeze([]) : [];\nconst NOOP = () => {\n};\nconst NO = () => false;\nconst isOn = (key) => key.charCodeAt(0) === 111 && key.charCodeAt(1) === 110 && // uppercase letter\n(key.charCodeAt(2) > 122 || key.charCodeAt(2) < 97);\nconst isModelListener = (key) => key.startsWith(\"onUpdate:\");\nconst extend = Object.assign;\nconst remove = (arr, el) => {\n const i = arr.indexOf(el);\n if (i > -1) {\n arr.splice(i, 1);\n }\n};\nconst hasOwnProperty = Object.prototype.hasOwnProperty;\nconst hasOwn = (val, key) => hasOwnProperty.call(val, key);\nconst isArray = Array.isArray;\nconst isMap = (val) => toTypeString(val) === \"[object Map]\";\nconst isSet = (val) => toTypeString(val) === \"[object Set]\";\nconst isDate = (val) => toTypeString(val) === \"[object Date]\";\nconst isRegExp = (val) => toTypeString(val) === \"[object RegExp]\";\nconst isFunction = (val) => typeof val === \"function\";\nconst isString = (val) => typeof val === \"string\";\nconst isSymbol = (val) => typeof val === \"symbol\";\nconst isObject = (val) => val !== null && typeof val === \"object\";\nconst isPromise = (val) => {\n return (isObject(val) || isFunction(val)) && isFunction(val.then) && isFunction(val.catch);\n};\nconst objectToString = Object.prototype.toString;\nconst toTypeString = (value) => objectToString.call(value);\nconst toRawType = (value) => {\n return toTypeString(value).slice(8, -1);\n};\nconst isPlainObject = (val) => toTypeString(val) === \"[object Object]\";\nconst isIntegerKey = (key) => isString(key) && key !== \"NaN\" && key[0] !== \"-\" && \"\" + parseInt(key, 10) === key;\nconst isReservedProp = /* @__PURE__ */ makeMap(\n // the leading comma is intentional so empty string \"\" is also included\n \",key,ref,ref_for,ref_key,onVnodeBeforeMount,onVnodeMounted,onVnodeBeforeUpdate,onVnodeUpdated,onVnodeBeforeUnmount,onVnodeUnmounted\"\n);\nconst isBuiltInDirective = /* @__PURE__ */ makeMap(\n \"bind,cloak,else-if,else,for,html,if,model,on,once,pre,show,slot,text,memo\"\n);\nconst cacheStringFunction = (fn) => {\n const cache = /* @__PURE__ */ Object.create(null);\n return ((str) => {\n const hit = cache[str];\n return hit || (cache[str] = fn(str));\n });\n};\nconst camelizeRE = /-\\w/g;\nconst camelize = cacheStringFunction(\n (str) => {\n return str.replace(camelizeRE, (c) => c.slice(1).toUpperCase());\n }\n);\nconst hyphenateRE = /\\B([A-Z])/g;\nconst hyphenate = cacheStringFunction(\n (str) => str.replace(hyphenateRE, \"-$1\").toLowerCase()\n);\nconst capitalize = cacheStringFunction((str) => {\n return str.charAt(0).toUpperCase() + str.slice(1);\n});\nconst toHandlerKey = cacheStringFunction(\n (str) => {\n const s = str ? `on${capitalize(str)}` : ``;\n return s;\n }\n);\nconst hasChanged = (value, oldValue) => !Object.is(value, oldValue);\nconst invokeArrayFns = (fns, ...arg) => {\n for (let i = 0; i < fns.length; i++) {\n fns[i](...arg);\n }\n};\nconst def = (obj, key, value, writable = false) => {\n Object.defineProperty(obj, key, {\n configurable: true,\n enumerable: false,\n writable,\n value\n });\n};\nconst looseToNumber = (val) => {\n const n = parseFloat(val);\n return isNaN(n) ? val : n;\n};\nconst toNumber = (val) => {\n const n = isString(val) ? Number(val) : NaN;\n return isNaN(n) ? val : n;\n};\nlet _globalThis;\nconst getGlobalThis = () => {\n return _globalThis || (_globalThis = typeof globalThis !== \"undefined\" ? globalThis : typeof self !== \"undefined\" ? self : typeof window !== \"undefined\" ? window : typeof global !== \"undefined\" ? global : {});\n};\nconst identRE = /^[_$a-zA-Z\\xA0-\\uFFFF][_$a-zA-Z0-9\\xA0-\\uFFFF]*$/;\nfunction genPropsAccessExp(name) {\n return identRE.test(name) ? `__props.${name}` : `__props[${JSON.stringify(name)}]`;\n}\nfunction genCacheKey(source, options) {\n return source + JSON.stringify(\n options,\n (_, val) => typeof val === \"function\" ? val.toString() : val\n );\n}\n\nconst PatchFlags = {\n \"TEXT\": 1,\n \"1\": \"TEXT\",\n \"CLASS\": 2,\n \"2\": \"CLASS\",\n \"STYLE\": 4,\n \"4\": \"STYLE\",\n \"PROPS\": 8,\n \"8\": \"PROPS\",\n \"FULL_PROPS\": 16,\n \"16\": \"FULL_PROPS\",\n \"NEED_HYDRATION\": 32,\n \"32\": \"NEED_HYDRATION\",\n \"STABLE_FRAGMENT\": 64,\n \"64\": \"STABLE_FRAGMENT\",\n \"KEYED_FRAGMENT\": 128,\n \"128\": \"KEYED_FRAGMENT\",\n \"UNKEYED_FRAGMENT\": 256,\n \"256\": \"UNKEYED_FRAGMENT\",\n \"NEED_PATCH\": 512,\n \"512\": \"NEED_PATCH\",\n \"DYNAMIC_SLOTS\": 1024,\n \"1024\": \"DYNAMIC_SLOTS\",\n \"DEV_ROOT_FRAGMENT\": 2048,\n \"2048\": \"DEV_ROOT_FRAGMENT\",\n \"CACHED\": -1,\n \"-1\": \"CACHED\",\n \"BAIL\": -2,\n \"-2\": \"BAIL\"\n};\nconst PatchFlagNames = {\n [1]: `TEXT`,\n [2]: `CLASS`,\n [4]: `STYLE`,\n [8]: `PROPS`,\n [16]: `FULL_PROPS`,\n [32]: `NEED_HYDRATION`,\n [64]: `STABLE_FRAGMENT`,\n [128]: `KEYED_FRAGMENT`,\n [256]: `UNKEYED_FRAGMENT`,\n [512]: `NEED_PATCH`,\n [1024]: `DYNAMIC_SLOTS`,\n [2048]: `DEV_ROOT_FRAGMENT`,\n [-1]: `CACHED`,\n [-2]: `BAIL`\n};\n\nconst ShapeFlags = {\n \"ELEMENT\": 1,\n \"1\": \"ELEMENT\",\n \"FUNCTIONAL_COMPONENT\": 2,\n \"2\": \"FUNCTIONAL_COMPONENT\",\n \"STATEFUL_COMPONENT\": 4,\n \"4\": \"STATEFUL_COMPONENT\",\n \"TEXT_CHILDREN\": 8,\n \"8\": \"TEXT_CHILDREN\",\n \"ARRAY_CHILDREN\": 16,\n \"16\": \"ARRAY_CHILDREN\",\n \"SLOTS_CHILDREN\": 32,\n \"32\": \"SLOTS_CHILDREN\",\n \"TELEPORT\": 64,\n \"64\": \"TELEPORT\",\n \"SUSPENSE\": 128,\n \"128\": \"SUSPENSE\",\n \"COMPONENT_SHOULD_KEEP_ALIVE\": 256,\n \"256\": \"COMPONENT_SHOULD_KEEP_ALIVE\",\n \"COMPONENT_KEPT_ALIVE\": 512,\n \"512\": \"COMPONENT_KEPT_ALIVE\",\n \"COMPONENT\": 6,\n \"6\": \"COMPONENT\"\n};\n\nconst SlotFlags = {\n \"STABLE\": 1,\n \"1\": \"STABLE\",\n \"DYNAMIC\": 2,\n \"2\": \"DYNAMIC\",\n \"FORWARDED\": 3,\n \"3\": \"FORWARDED\"\n};\nconst slotFlagsText = {\n [1]: \"STABLE\",\n [2]: \"DYNAMIC\",\n [3]: \"FORWARDED\"\n};\n\nconst GLOBALS_ALLOWED = \"Infinity,undefined,NaN,isFinite,isNaN,parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,BigInt,console,Error,Symbol\";\nconst isGloballyAllowed = /* @__PURE__ */ makeMap(GLOBALS_ALLOWED);\nconst isGloballyWhitelisted = isGloballyAllowed;\n\nconst range = 2;\nfunction generateCodeFrame(source, start = 0, end = source.length) {\n start = Math.max(0, Math.min(start, source.length));\n end = Math.max(0, Math.min(end, source.length));\n if (start > end) return \"\";\n let lines = source.split(/(\\r?\\n)/);\n const newlineSequences = lines.filter((_, idx) => idx % 2 === 1);\n lines = lines.filter((_, idx) => idx % 2 === 0);\n let count = 0;\n const res = [];\n for (let i = 0; i < lines.length; i++) {\n count += lines[i].length + (newlineSequences[i] && newlineSequences[i].length || 0);\n if (count >= start) {\n for (let j = i - range; j <= i + range || end > count; j++) {\n if (j < 0 || j >= lines.length) continue;\n const line = j + 1;\n res.push(\n `${line}${\" \".repeat(Math.max(3 - String(line).length, 0))}| ${lines[j]}`\n );\n const lineLength = lines[j].length;\n const newLineSeqLength = newlineSequences[j] && newlineSequences[j].length || 0;\n if (j === i) {\n const pad = start - (count - (lineLength + newLineSeqLength));\n const length = Math.max(\n 1,\n end > count ? lineLength - pad : end - start\n );\n res.push(` | ` + \" \".repeat(pad) + \"^\".repeat(length));\n } else if (j > i) {\n if (end > count) {\n const length = Math.max(Math.min(end - count, lineLength), 1);\n res.push(` | ` + \"^\".repeat(length));\n }\n count += lineLength + newLineSeqLength;\n }\n }\n break;\n }\n }\n return res.join(\"\\n\");\n}\n\nfunction normalizeStyle(value) {\n if (isArray(value)) {\n const res = {};\n for (let i = 0; i < value.length; i++) {\n const item = value[i];\n const normalized = isString(item) ? parseStringStyle(item) : normalizeStyle(item);\n if (normalized) {\n for (const key in normalized) {\n res[key] = normalized[key];\n }\n }\n }\n return res;\n } else if (isString(value) || isObject(value)) {\n return value;\n }\n}\nconst listDelimiterRE = /;(?![^(]*\\))/g;\nconst propertyDelimiterRE = /:([^]+)/;\nconst styleCommentRE = /\\/\\*[^]*?\\*\\//g;\nfunction parseStringStyle(cssText) {\n const ret = {};\n cssText.replace(styleCommentRE, \"\").split(listDelimiterRE).forEach((item) => {\n if (item) {\n const tmp = item.split(propertyDelimiterRE);\n tmp.length > 1 && (ret[tmp[0].trim()] = tmp[1].trim());\n }\n });\n return ret;\n}\nfunction stringifyStyle(styles) {\n if (!styles) return \"\";\n if (isString(styles)) return styles;\n let ret = \"\";\n for (const key in styles) {\n const value = styles[key];\n if (isString(value) || typeof value === \"number\") {\n const normalizedKey = key.startsWith(`--`) ? key : hyphenate(key);\n ret += `${normalizedKey}:${value};`;\n }\n }\n return ret;\n}\nfunction normalizeClass(value) {\n let res = \"\";\n if (isString(value)) {\n res = value;\n } else if (isArray(value)) {\n for (let i = 0; i < value.length; i++) {\n const normalized = normalizeClass(value[i]);\n if (normalized) {\n res += normalized + \" \";\n }\n }\n } else if (isObject(value)) {\n for (const name in value) {\n if (value[name]) {\n res += name + \" \";\n }\n }\n }\n return res.trim();\n}\nfunction normalizeProps(props) {\n if (!props) return null;\n let { class: klass, style } = props;\n if (klass && !isString(klass)) {\n props.class = normalizeClass(klass);\n }\n if (style) {\n props.style = normalizeStyle(style);\n }\n return props;\n}\n\nconst HTML_TAGS = \"html,body,base,head,link,meta,style,title,address,article,aside,footer,header,hgroup,h1,h2,h3,h4,h5,h6,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,summary,template,blockquote,iframe,tfoot\";\nconst SVG_TAGS = \"svg,animate,animateMotion,animateTransform,circle,clipPath,color-profile,defs,desc,discard,ellipse,feBlend,feColorMatrix,feComponentTransfer,feComposite,feConvolveMatrix,feDiffuseLighting,feDisplacementMap,feDistantLight,feDropShadow,feFlood,feFuncA,feFuncB,feFuncG,feFuncR,feGaussianBlur,feImage,feMerge,feMergeNode,feMorphology,feOffset,fePointLight,feSpecularLighting,feSpotLight,feTile,feTurbulence,filter,foreignObject,g,hatch,hatchpath,image,line,linearGradient,marker,mask,mesh,meshgradient,meshpatch,meshrow,metadata,mpath,path,pattern,polygon,polyline,radialGradient,rect,set,solidcolor,stop,switch,symbol,text,textPath,title,tspan,unknown,use,view\";\nconst MATH_TAGS = \"annotation,annotation-xml,maction,maligngroup,malignmark,math,menclose,merror,mfenced,mfrac,mfraction,mglyph,mi,mlabeledtr,mlongdiv,mmultiscripts,mn,mo,mover,mpadded,mphantom,mprescripts,mroot,mrow,ms,mscarries,mscarry,msgroup,msline,mspace,msqrt,msrow,mstack,mstyle,msub,msubsup,msup,mtable,mtd,mtext,mtr,munder,munderover,none,semantics\";\nconst VOID_TAGS = \"area,base,br,col,embed,hr,img,input,link,meta,param,source,track,wbr\";\nconst isHTMLTag = /* @__PURE__ */ makeMap(HTML_TAGS);\nconst isSVGTag = /* @__PURE__ */ makeMap(SVG_TAGS);\nconst isMathMLTag = /* @__PURE__ */ makeMap(MATH_TAGS);\nconst isVoidTag = /* @__PURE__ */ makeMap(VOID_TAGS);\n\nconst specialBooleanAttrs = `itemscope,allowfullscreen,formnovalidate,ismap,nomodule,novalidate,readonly`;\nconst isSpecialBooleanAttr = /* @__PURE__ */ makeMap(specialBooleanAttrs);\nconst isBooleanAttr = /* @__PURE__ */ makeMap(\n specialBooleanAttrs + `,async,autofocus,autoplay,controls,default,defer,disabled,hidden,inert,loop,open,required,reversed,scoped,seamless,checked,muted,multiple,selected`\n);\nfunction includeBooleanAttr(value) {\n return !!value || value === \"\";\n}\nconst unsafeAttrCharRE = /[>/=\"'\\u0009\\u000a\\u000c\\u0020]/;\nconst attrValidationCache = {};\nfunction isSSRSafeAttrName(name) {\n if (attrValidationCache.hasOwnProperty(name)) {\n return attrValidationCache[name];\n }\n const isUnsafe = unsafeAttrCharRE.test(name);\n if (isUnsafe) {\n console.error(`unsafe attribute name: ${name}`);\n }\n return attrValidationCache[name] = !isUnsafe;\n}\nconst propsToAttrMap = {\n acceptCharset: \"accept-charset\",\n className: \"class\",\n htmlFor: \"for\",\n httpEquiv: \"http-equiv\"\n};\nconst isKnownHtmlAttr = /* @__PURE__ */ makeMap(\n `accept,accept-charset,accesskey,action,align,allow,alt,async,autocapitalize,autocomplete,autofocus,autoplay,background,bgcolor,border,buffered,capture,challenge,charset,checked,cite,class,code,codebase,color,cols,colspan,content,contenteditable,contextmenu,controls,coords,crossorigin,csp,data,datetime,decoding,default,defer,dir,dirname,disabled,download,draggable,dropzone,enctype,enterkeyhint,for,form,formaction,formenctype,formmethod,formnovalidate,formtarget,headers,height,hidden,high,href,hreflang,http-equiv,icon,id,importance,inert,integrity,ismap,itemprop,keytype,kind,label,lang,language,loading,list,loop,low,manifest,max,maxlength,minlength,media,min,multiple,muted,name,novalidate,open,optimum,pattern,ping,placeholder,poster,preload,radiogroup,readonly,referrerpolicy,rel,required,reversed,rows,rowspan,sandbox,scope,scoped,selected,shape,size,sizes,slot,span,spellcheck,src,srcdoc,srclang,srcset,start,step,style,summary,tabindex,target,title,translate,type,usemap,value,width,wrap`\n);\nconst isKnownSvgAttr = /* @__PURE__ */ makeMap(\n `xmlns,accent-height,accumulate,additive,alignment-baseline,alphabetic,amplitude,arabic-form,ascent,attributeName,attributeType,azimuth,baseFrequency,baseline-shift,baseProfile,bbox,begin,bias,by,calcMode,cap-height,class,clip,clipPathUnits,clip-path,clip-rule,color,color-interpolation,color-interpolation-filters,color-profile,color-rendering,contentScriptType,contentStyleType,crossorigin,cursor,cx,cy,d,decelerate,descent,diffuseConstant,direction,display,divisor,dominant-baseline,dur,dx,dy,edgeMode,elevation,enable-background,end,exponent,fill,fill-opacity,fill-rule,filter,filterRes,filterUnits,flood-color,flood-opacity,font-family,font-size,font-size-adjust,font-stretch,font-style,font-variant,font-weight,format,from,fr,fx,fy,g1,g2,glyph-name,glyph-orientation-horizontal,glyph-orientation-vertical,glyphRef,gradientTransform,gradientUnits,hanging,height,href,hreflang,horiz-adv-x,horiz-origin-x,id,ideographic,image-rendering,in,in2,intercept,k,k1,k2,k3,k4,kernelMatrix,kernelUnitLength,kerning,keyPoints,keySplines,keyTimes,lang,lengthAdjust,letter-spacing,lighting-color,limitingConeAngle,local,marker-end,marker-mid,marker-start,markerHeight,markerUnits,markerWidth,mask,maskContentUnits,maskUnits,mathematical,max,media,method,min,mode,name,numOctaves,offset,opacity,operator,order,orient,orientation,origin,overflow,overline-position,overline-thickness,panose-1,paint-order,path,pathLength,patternContentUnits,patternTransform,patternUnits,ping,pointer-events,points,pointsAtX,pointsAtY,pointsAtZ,preserveAlpha,preserveAspectRatio,primitiveUnits,r,radius,referrerPolicy,refX,refY,rel,rendering-intent,repeatCount,repeatDur,requiredExtensions,requiredFeatures,restart,result,rotate,rx,ry,scale,seed,shape-rendering,slope,spacing,specularConstant,specularExponent,speed,spreadMethod,startOffset,stdDeviation,stemh,stemv,stitchTiles,stop-color,stop-opacity,strikethrough-position,strikethrough-thickness,string,stroke,stroke-dasharray,stroke-dashoffset,stroke-linecap,stroke-linejoin,stroke-miterlimit,stroke-opacity,stroke-width,style,surfaceScale,systemLanguage,tabindex,tableValues,target,targetX,targetY,text-anchor,text-decoration,text-rendering,textLength,to,transform,transform-origin,type,u1,u2,underline-position,underline-thickness,unicode,unicode-bidi,unicode-range,units-per-em,v-alphabetic,v-hanging,v-ideographic,v-mathematical,values,vector-effect,version,vert-adv-y,vert-origin-x,vert-origin-y,viewBox,viewTarget,visibility,width,widths,word-spacing,writing-mode,x,x-height,x1,x2,xChannelSelector,xlink:actuate,xlink:arcrole,xlink:href,xlink:role,xlink:show,xlink:title,xlink:type,xmlns:xlink,xml:base,xml:lang,xml:space,y,y1,y2,yChannelSelector,z,zoomAndPan`\n);\nconst isKnownMathMLAttr = /* @__PURE__ */ makeMap(\n `accent,accentunder,actiontype,align,alignmentscope,altimg,altimg-height,altimg-valign,altimg-width,alttext,bevelled,close,columnsalign,columnlines,columnspan,denomalign,depth,dir,display,displaystyle,encoding,equalcolumns,equalrows,fence,fontstyle,fontweight,form,frame,framespacing,groupalign,height,href,id,indentalign,indentalignfirst,indentalignlast,indentshift,indentshiftfirst,indentshiftlast,indextype,justify,largetop,largeop,lquote,lspace,mathbackground,mathcolor,mathsize,mathvariant,maxsize,minlabelspacing,mode,other,overflow,position,rowalign,rowlines,rowspan,rquote,rspace,scriptlevel,scriptminsize,scriptsizemultiplier,selection,separator,separators,shift,side,src,stackalign,stretchy,subscriptshift,superscriptshift,symmetric,voffset,width,widths,xlink:href,xlink:show,xlink:type,xmlns`\n);\nfunction isRenderableAttrValue(value) {\n if (value == null) {\n return false;\n }\n const type = typeof value;\n return type === \"string\" || type === \"number\" || type === \"boolean\";\n}\n\nconst escapeRE = /[\"'&<>]/;\nfunction escapeHtml(string) {\n const str = \"\" + string;\n const match = escapeRE.exec(str);\n if (!match) {\n return str;\n }\n let html = \"\";\n let escaped;\n let index;\n let lastIndex = 0;\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34:\n escaped = \"&quot;\";\n break;\n case 38:\n escaped = \"&amp;\";\n break;\n case 39:\n escaped = \"&#39;\";\n break;\n case 60:\n escaped = \"&lt;\";\n break;\n case 62:\n escaped = \"&gt;\";\n break;\n default:\n continue;\n }\n if (lastIndex !== index) {\n html += str.slice(lastIndex, index);\n }\n lastIndex = index + 1;\n html += escaped;\n }\n return lastIndex !== index ? html + str.slice(lastIndex, index) : html;\n}\nconst commentStripRE = /^-?>|<!--|-->|--!>|<!-$/g;\nfunction escapeHtmlComment(src) {\n return src.replace(commentStripRE, \"\");\n}\nconst cssVarNameEscapeSymbolsRE = /[ !\"#$%&'()*+,./:;<=>?@[\\\\\\]^`{|}~]/g;\nfunction getEscapedCssVarName(key, doubleEscape) {\n return key.replace(\n cssVarNameEscapeSymbolsRE,\n (s) => doubleEscape ? s === '\"' ? '\\\\\\\\\\\\\"' : `\\\\\\\\${s}` : `\\\\${s}`\n );\n}\n\nfunction looseCompareArrays(a, b) {\n if (a.length !== b.length) return false;\n let equal = true;\n for (let i = 0; equal && i < a.length; i++) {\n equal = looseEqual(a[i], b[i]);\n }\n return equal;\n}\nfunction looseEqual(a, b) {\n if (a === b) return true;\n let aValidType = isDate(a);\n let bValidType = isDate(b);\n if (aValidType || bValidType) {\n return aValidType && bValidType ? a.getTime() === b.getTime() : false;\n }\n aValidType = isSymbol(a);\n bValidType = isSymbol(b);\n if (aValidType || bValidType) {\n return a === b;\n }\n aValidType = isArray(a);\n bValidType = isArray(b);\n if (aValidType || bValidType) {\n return aValidType && bValidType ? looseCompareArrays(a, b) : false;\n }\n aValidType = isObject(a);\n bValidType = isObject(b);\n if (aValidType || bValidType) {\n if (!aValidType || !bValidType) {\n return false;\n }\n const aKeysCount = Object.keys(a).length;\n const bKeysCount = Object.keys(b).length;\n if (aKeysCount !== bKeysCount) {\n return false;\n }\n for (const key in a) {\n const aHasKey = a.hasOwnProperty(key);\n const bHasKey = b.hasOwnProperty(key);\n if (aHasKey && !bHasKey || !aHasKey && bHasKey || !looseEqual(a[key], b[key])) {\n return false;\n }\n }\n }\n return String(a) === String(b);\n}\nfunction looseIndexOf(arr, val) {\n return arr.findIndex((item) => looseEqual(item, val));\n}\n\nconst isRef = (val) => {\n return !!(val && val[\"__v_isRef\"] === true);\n};\nconst toDisplayString = (val) => {\n return isString(val) ? val : val == null ? \"\" : isArray(val) || isObject(val) && (val.toString === objectToString || !isFunction(val.toString)) ? isRef(val) ? toDisplayString(val.value) : JSON.stringify(val, replacer, 2) : String(val);\n};\nconst replacer = (_key, val) => {\n if (isRef(val)) {\n return replacer(_key, val.value);\n } else if (isMap(val)) {\n return {\n [`Map(${val.size})`]: [...val.entries()].reduce(\n (entries, [key, val2], i) => {\n entries[stringifySymbol(key, i) + \" =>\"] = val2;\n return entries;\n },\n {}\n )\n };\n } else if (isSet(val)) {\n return {\n [`Set(${val.size})`]: [...val.values()].map((v) => stringifySymbol(v))\n };\n } else if (isSymbol(val)) {\n return stringifySymbol(val);\n } else if (isObject(val) && !isArray(val) && !isPlainObject(val)) {\n return String(val);\n }\n return val;\n};\nconst stringifySymbol = (v, i = \"\") => {\n var _a;\n return (\n // Symbol.description in es2019+ so we need to cast here to pass\n // the lib: es2016 check\n isSymbol(v) ? `Symbol(${(_a = v.description) != null ? _a : i})` : v\n );\n};\n\nfunction normalizeCssVarValue(value) {\n if (value == null) {\n return \"initial\";\n }\n if (typeof value === \"string\") {\n return value === \"\" ? \" \" : value;\n }\n if (typeof value !== \"number\" || !Number.isFinite(value)) {\n if (!!(process.env.NODE_ENV !== \"production\")) {\n console.warn(\n \"[Vue warn] Invalid value used for CSS binding. Expected a string or a finite number but received:\",\n value\n );\n }\n }\n return String(value);\n}\n\nexport { EMPTY_ARR, EMPTY_OBJ, NO, NOOP, PatchFlagNames, PatchFlags, ShapeFlags, SlotFlags, camelize, capitalize, cssVarNameEscapeSymbolsRE, def, escapeHtml, escapeHtmlComment, extend, genCacheKey, genPropsAccessExp, generateCodeFrame, getEscapedCssVarName, getGlobalThis, hasChanged, hasOwn, hyphenate, includeBooleanAttr, invokeArrayFns, isArray, isBooleanAttr, isBuiltInDirective, isDate, isFunction, isGloballyAllowed, isGloballyWhitelisted, isHTMLTag, isIntegerKey, isKnownHtmlAttr, isKnownMathMLAttr, isKnownSvgAttr, isMap, isMathMLTag, isModelListener, isObject, isOn, isPlainObject, isPromise, isRegExp, isRenderableAttrValue, isReservedProp, isSSRSafeAttrName, isSVGTag, isSet, isSpecialBooleanAttr, isString, isSymbol, isVoidTag, looseEqual, looseIndexOf, looseToNumber, makeMap, normalizeClass, normalizeCssVarValue, normalizeProps, normalizeStyle, objectToString, parseStringStyle, propsToAttrMap, remove, slotFlagsText, stringifyStyle, toDisplayString, toHandlerKey, toNumber, toRawType, toTypeString };\n"],"x_google_ignoreList":[0],"mappings":"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"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ const require_runtime = require("../../../_virtual/_rolldown/runtime.cjs");
3
+ const require_shared_cjs_prod$1 = require("./dist/shared.cjs.prod.cjs");
4
+ const require_shared_cjs$1 = require("./dist/shared.cjs.cjs");
5
+ //#region node_modules/@vue/shared/index.js
6
+ var require_shared = /* @__PURE__ */ require_runtime.__commonJSMin(((exports, module) => {
7
+ if (process.env.NODE_ENV === "production") module.exports = require_shared_cjs_prod$1.default;
8
+ else module.exports = require_shared_cjs$1.default;
9
+ }));
10
+ //#endregion
11
+ Object.defineProperty(exports, "default", {
12
+ enumerable: true,
13
+ get: function() {
14
+ return require_shared();
15
+ }
16
+ });
17
+
18
+ //# sourceMappingURL=index.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.cjs","names":[],"sources":["../../../../node_modules/@vue/shared/index.js"],"sourcesContent":["'use strict'\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./dist/shared.cjs.prod.js')\n} else {\n module.exports = require('./dist/shared.cjs.js')\n}\n"],"x_google_ignoreList":[0],"mappings":";;;;;;CAEA,IAAI,QAAQ,IAAI,aAAa,cAC3B,OAAO,UAAA,0BAAA;MAEP,OAAO,UAAA,qBAAA"}
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ //#region node_modules/entities/dist/commonjs/decode-codepoint.js
3
+ var require_decode_codepoint = /* @__PURE__ */ require("../../../../_virtual/_rolldown/runtime.cjs").__commonJSMin(((exports) => {
4
+ var _a;
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.fromCodePoint = void 0;
7
+ exports.replaceCodePoint = replaceCodePoint;
8
+ exports.decodeCodePoint = decodeCodePoint;
9
+ const decodeMap = /* @__PURE__ */ new Map([
10
+ [0, 65533],
11
+ [128, 8364],
12
+ [130, 8218],
13
+ [131, 402],
14
+ [132, 8222],
15
+ [133, 8230],
16
+ [134, 8224],
17
+ [135, 8225],
18
+ [136, 710],
19
+ [137, 8240],
20
+ [138, 352],
21
+ [139, 8249],
22
+ [140, 338],
23
+ [142, 381],
24
+ [145, 8216],
25
+ [146, 8217],
26
+ [147, 8220],
27
+ [148, 8221],
28
+ [149, 8226],
29
+ [150, 8211],
30
+ [151, 8212],
31
+ [152, 732],
32
+ [153, 8482],
33
+ [154, 353],
34
+ [155, 8250],
35
+ [156, 339],
36
+ [158, 382],
37
+ [159, 376]
38
+ ]);
39
+ /**
40
+ * Polyfill for `String.fromCodePoint`. It is used to create a string from a Unicode code point.
41
+ */
42
+ exports.fromCodePoint = (_a = String.fromCodePoint) !== null && _a !== void 0 ? _a : ((codePoint) => {
43
+ let output = "";
44
+ if (codePoint > 65535) {
45
+ codePoint -= 65536;
46
+ output += String.fromCharCode(codePoint >>> 10 & 1023 | 55296);
47
+ codePoint = 56320 | codePoint & 1023;
48
+ }
49
+ output += String.fromCharCode(codePoint);
50
+ return output;
51
+ });
52
+ /**
53
+ * Replace the given code point with a replacement character if it is a
54
+ * surrogate or is outside the valid range. Otherwise return the code
55
+ * point unchanged.
56
+ */
57
+ function replaceCodePoint(codePoint) {
58
+ var _a;
59
+ if (codePoint >= 55296 && codePoint <= 57343 || codePoint > 1114111) return 65533;
60
+ return (_a = decodeMap.get(codePoint)) !== null && _a !== void 0 ? _a : codePoint;
61
+ }
62
+ /**
63
+ * Replace the code point if relevant, then convert it to a string.
64
+ *
65
+ * @deprecated Use `fromCodePoint(replaceCodePoint(codePoint))` instead.
66
+ * @param codePoint The code point to decode.
67
+ * @returns The decoded code point.
68
+ */
69
+ function decodeCodePoint(codePoint) {
70
+ return (0, exports.fromCodePoint)(replaceCodePoint(codePoint));
71
+ }
72
+ }));
73
+ //#endregion
74
+ Object.defineProperty(exports, "default", {
75
+ enumerable: true,
76
+ get: function() {
77
+ return require_decode_codepoint();
78
+ }
79
+ });
80
+
81
+ //# sourceMappingURL=decode-codepoint.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decode-codepoint.cjs","names":[],"sources":["../../../../../node_modules/entities/dist/commonjs/decode-codepoint.js"],"sourcesContent":["\"use strict\";\n// Adapted from https://github.com/mathiasbynens/he/blob/36afe179392226cf1b6ccdb16ebbb7a5a844d93a/src/he.js#L106-L134\nvar _a;\nObject.defineProperty(exports, \"__esModule\", { value: true });\nexports.fromCodePoint = void 0;\nexports.replaceCodePoint = replaceCodePoint;\nexports.decodeCodePoint = decodeCodePoint;\nconst decodeMap = new Map([\n [0, 65533],\n // C1 Unicode control character reference replacements\n [128, 8364],\n [130, 8218],\n [131, 402],\n [132, 8222],\n [133, 8230],\n [134, 8224],\n [135, 8225],\n [136, 710],\n [137, 8240],\n [138, 352],\n [139, 8249],\n [140, 338],\n [142, 381],\n [145, 8216],\n [146, 8217],\n [147, 8220],\n [148, 8221],\n [149, 8226],\n [150, 8211],\n [151, 8212],\n [152, 732],\n [153, 8482],\n [154, 353],\n [155, 8250],\n [156, 339],\n [158, 382],\n [159, 376],\n]);\n/**\n * Polyfill for `String.fromCodePoint`. It is used to create a string from a Unicode code point.\n */\nexports.fromCodePoint = \n// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition, n/no-unsupported-features/es-builtins\n(_a = String.fromCodePoint) !== null && _a !== void 0 ? _a : ((codePoint) => {\n let output = \"\";\n if (codePoint > 65535) {\n codePoint -= 65536;\n output += String.fromCharCode(((codePoint >>> 10) & 1023) | 55296);\n codePoint = 56320 | (codePoint & 1023);\n }\n output += String.fromCharCode(codePoint);\n return output;\n});\n/**\n * Replace the given code point with a replacement character if it is a\n * surrogate or is outside the valid range. Otherwise return the code\n * point unchanged.\n */\nfunction replaceCodePoint(codePoint) {\n var _a;\n if ((codePoint >= 55296 && codePoint <= 57343) ||\n codePoint > 1114111) {\n return 65533;\n }\n return (_a = decodeMap.get(codePoint)) !== null && _a !== void 0 ? _a : codePoint;\n}\n/**\n * Replace the code point if relevant, then convert it to a string.\n *\n * @deprecated Use `fromCodePoint(replaceCodePoint(codePoint))` instead.\n * @param codePoint The code point to decode.\n * @returns The decoded code point.\n */\nfunction decodeCodePoint(codePoint) {\n return (0, exports.fromCodePoint)(replaceCodePoint(codePoint));\n}\n//# sourceMappingURL=decode-codepoint.js.map"],"x_google_ignoreList":[0],"mappings":";;;CAEA,IAAI;CACJ,OAAO,eAAe,SAAS,cAAc,EAAE,OAAO,KAAK,CAAC;CAC5D,QAAQ,gBAAgB,KAAK;CAC7B,QAAQ,mBAAmB;CAC3B,QAAQ,kBAAkB;CAC1B,MAAM,4BAAY,IAAI,IAAI;EACtB,CAAC,GAAG,KAAK;EAET,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,IAAI;EACV,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,GAAG;EACT,CAAC,KAAK,GAAG;CACb,CAAC;;;;CAID,QAAQ,iBAEP,KAAK,OAAO,mBAAmB,QAAQ,OAAO,KAAK,IAAI,OAAO,cAAc;EACzE,IAAI,SAAS;EACb,IAAI,YAAY,OAAO;GACnB,aAAa;GACb,UAAU,OAAO,aAAe,cAAc,KAAM,OAAQ,KAAK;GACjE,YAAY,QAAS,YAAY;EACrC;EACA,UAAU,OAAO,aAAa,SAAS;EACvC,OAAO;CACX;;;;;;CAMA,SAAS,iBAAiB,WAAW;EACjC,IAAI;EACJ,IAAK,aAAa,SAAS,aAAa,SACpC,YAAY,SACZ,OAAO;EAEX,QAAQ,KAAK,UAAU,IAAI,SAAS,OAAO,QAAQ,OAAO,KAAK,IAAI,KAAK;CAC5E;;;;;;;;CAQA,SAAS,gBAAgB,WAAW;EAChC,QAAQ,GAAG,QAAQ,cAAA,CAAe,iBAAiB,SAAS,CAAC;CACjE"}