qidian-vue-ui 1.1.22 → 1.1.24

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 (578) hide show
  1. package/dist/_virtual/_commonjsHelpers.mjs +7 -0
  2. package/dist/_virtual/_commonjsHelpers.mjs.map +1 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.mjs +11 -0
  4. package/dist/_virtual/_plugin-vue_export-helper.mjs.map +1 -0
  5. package/dist/_virtual/dayjs.min.mjs +8 -0
  6. package/dist/_virtual/dayjs.min.mjs.map +1 -0
  7. package/dist/_virtual/dayjs.min2.mjs +5 -0
  8. package/dist/_virtual/dayjs.min2.mjs.map +1 -0
  9. package/dist/components/auto-tooltip/index.d.ts +2 -0
  10. package/dist/components/auto-tooltip/index.vue.d.ts +25 -0
  11. package/dist/components/auto-tooltip/index.vue.mjs +8 -0
  12. package/dist/components/auto-tooltip/index.vue.mjs.map +1 -0
  13. package/dist/components/auto-tooltip/index.vue2.mjs +81 -0
  14. package/dist/components/auto-tooltip/index.vue2.mjs.map +1 -0
  15. package/dist/components/auto-tooltip/types.d.ts +9 -0
  16. package/dist/components/avatar/index.d.ts +2 -0
  17. package/dist/components/avatar/index.vue.d.ts +17 -0
  18. package/dist/components/avatar/index.vue.mjs +8 -0
  19. package/dist/components/avatar/index.vue.mjs.map +1 -0
  20. package/dist/components/avatar/index.vue2.mjs +119 -0
  21. package/dist/components/avatar/index.vue2.mjs.map +1 -0
  22. package/dist/components/avatar/props.d.ts +8 -0
  23. package/dist/components/avatar/props.mjs +15 -0
  24. package/dist/components/avatar/props.mjs.map +1 -0
  25. package/dist/components/avatar/types.d.ts +9 -0
  26. package/dist/components/card/index.d.ts +2 -0
  27. package/dist/components/card/index.vue.d.ts +15 -0
  28. package/dist/components/card/index.vue.mjs +8 -0
  29. package/dist/components/card/index.vue.mjs.map +1 -0
  30. package/dist/components/card/index.vue2.mjs +89 -0
  31. package/dist/components/card/index.vue2.mjs.map +1 -0
  32. package/dist/components/card/props.d.ts +3 -0
  33. package/dist/components/card/props.mjs +7 -0
  34. package/dist/components/card/props.mjs.map +1 -0
  35. package/dist/components/card/types.d.ts +4 -0
  36. package/dist/components/config-provider/config.d.ts +8 -0
  37. package/dist/components/config-provider/config.mjs +15 -0
  38. package/dist/components/config-provider/config.mjs.map +1 -0
  39. package/dist/components/config-provider/index.d.ts +217 -0
  40. package/dist/components/config-provider/index.mjs +98 -0
  41. package/dist/components/config-provider/index.mjs.map +1 -0
  42. package/dist/components/config-provider/types.d.ts +82 -0
  43. package/dist/components/config-provider/useConfig.d.ts +241 -0
  44. package/dist/components/config-provider/useConfig.mjs +26 -0
  45. package/dist/components/config-provider/useConfig.mjs.map +1 -0
  46. package/dist/components/config-renderer/compute.d.ts +8 -0
  47. package/dist/components/config-renderer/compute.mjs +68 -0
  48. package/dist/components/config-renderer/compute.mjs.map +1 -0
  49. package/dist/components/config-renderer/index.d.ts +4 -0
  50. package/dist/components/config-renderer/index.vue.d.ts +7 -0
  51. package/dist/components/config-renderer/index.vue.mjs +126 -0
  52. package/dist/components/config-renderer/index.vue.mjs.map +1 -0
  53. package/dist/components/config-renderer/index.vue2.mjs +5 -0
  54. package/dist/components/config-renderer/index.vue2.mjs.map +1 -0
  55. package/dist/components/config-renderer/types.d.ts +39 -0
  56. package/dist/components/config-renderer/utils.d.ts +15 -0
  57. package/dist/components/config-renderer/utils.mjs +49 -0
  58. package/dist/components/config-renderer/utils.mjs.map +1 -0
  59. package/dist/components/crud/define.d.ts +5 -0
  60. package/dist/components/crud/define.mjs +11 -0
  61. package/dist/components/crud/define.mjs.map +1 -0
  62. package/dist/components/crud/index.d.ts +5 -0
  63. package/dist/components/crud/list.vue.d.ts +29 -0
  64. package/dist/components/crud/list.vue.mjs +8 -0
  65. package/dist/components/crud/list.vue.mjs.map +1 -0
  66. package/dist/components/crud/list.vue2.mjs +199 -0
  67. package/dist/components/crud/list.vue2.mjs.map +1 -0
  68. package/dist/components/crud/props.d.ts +70 -0
  69. package/dist/components/crud/props.mjs +37 -0
  70. package/dist/components/crud/props.mjs.map +1 -0
  71. package/dist/components/crud/search.vue.d.ts +44 -0
  72. package/dist/components/crud/search.vue.mjs +8 -0
  73. package/dist/components/crud/search.vue.mjs.map +1 -0
  74. package/dist/components/crud/search.vue2.mjs +98 -0
  75. package/dist/components/crud/search.vue2.mjs.map +1 -0
  76. package/dist/components/crud/table.vue.d.ts +35 -0
  77. package/dist/components/crud/table.vue.mjs +8 -0
  78. package/dist/components/crud/table.vue.mjs.map +1 -0
  79. package/dist/components/crud/table.vue2.mjs +1041 -0
  80. package/dist/components/crud/table.vue2.mjs.map +1 -0
  81. package/dist/components/crud/types.d.ts +70 -0
  82. package/dist/components/dialog/form.vue.d.ts +22 -0
  83. package/dist/components/dialog/form.vue.mjs +175 -0
  84. package/dist/components/dialog/form.vue.mjs.map +1 -0
  85. package/dist/components/dialog/form.vue2.mjs +5 -0
  86. package/dist/components/dialog/form.vue2.mjs.map +1 -0
  87. package/dist/components/dialog/index.d.ts +3 -0
  88. package/dist/components/dialog/index.vue.d.ts +35 -0
  89. package/dist/components/dialog/index.vue.mjs +111 -0
  90. package/dist/components/dialog/index.vue.mjs.map +1 -0
  91. package/dist/components/dialog/index.vue3.mjs +6 -0
  92. package/dist/components/dialog/index.vue3.mjs.map +1 -0
  93. package/dist/components/dialog/props.d.ts +58 -0
  94. package/dist/components/dialog/props.mjs +26 -0
  95. package/dist/components/dialog/props.mjs.map +1 -0
  96. package/dist/components/dialog/types.d.ts +18 -0
  97. package/dist/components/dict/checkbox-group.vue.d.ts +15 -0
  98. package/dist/components/dict/checkbox-group.vue.mjs +8 -0
  99. package/dist/components/dict/checkbox-group.vue.mjs.map +1 -0
  100. package/dist/components/dict/checkbox-group.vue2.mjs +78 -0
  101. package/dist/components/dict/checkbox-group.vue2.mjs.map +1 -0
  102. package/dist/components/dict/index.d.ts +5 -0
  103. package/dist/components/dict/props.d.ts +32 -0
  104. package/dist/components/dict/props.mjs +40 -0
  105. package/dist/components/dict/props.mjs.map +1 -0
  106. package/dist/components/dict/radio-group.vue.d.ts +13 -0
  107. package/dist/components/dict/radio-group.vue.mjs +8 -0
  108. package/dist/components/dict/radio-group.vue.mjs.map +1 -0
  109. package/dist/components/dict/radio-group.vue2.mjs +60 -0
  110. package/dist/components/dict/radio-group.vue2.mjs.map +1 -0
  111. package/dist/components/dict/select.vue.d.ts +31 -0
  112. package/dist/components/dict/select.vue.mjs +166 -0
  113. package/dist/components/dict/select.vue.mjs.map +1 -0
  114. package/dist/components/dict/select.vue2.mjs +5 -0
  115. package/dist/components/dict/select.vue2.mjs.map +1 -0
  116. package/dist/components/dict/tag.vue.d.ts +40 -0
  117. package/dist/components/dict/tag.vue.mjs +8 -0
  118. package/dist/components/dict/tag.vue.mjs.map +1 -0
  119. package/dist/components/dict/tag.vue2.mjs +98 -0
  120. package/dist/components/dict/tag.vue2.mjs.map +1 -0
  121. package/dist/components/dict/types.d.ts +22 -0
  122. package/dist/components/form/config.d.ts +3 -0
  123. package/dist/components/form/config.mjs +5 -0
  124. package/dist/components/form/config.mjs.map +1 -0
  125. package/dist/components/form/index.d.ts +5 -0
  126. package/dist/components/form/index.vue.d.ts +30 -0
  127. package/dist/components/form/index.vue.mjs +187 -0
  128. package/dist/components/form/index.vue.mjs.map +1 -0
  129. package/dist/components/form/index.vue2.mjs +5 -0
  130. package/dist/components/form/index.vue2.mjs.map +1 -0
  131. package/dist/components/form/item.vue.d.ts +23 -0
  132. package/dist/components/form/item.vue.mjs +8 -0
  133. package/dist/components/form/item.vue.mjs.map +1 -0
  134. package/dist/components/form/item.vue2.mjs +106 -0
  135. package/dist/components/form/item.vue2.mjs.map +1 -0
  136. package/dist/components/form/props.d.ts +45 -0
  137. package/dist/components/form/props.mjs +43 -0
  138. package/dist/components/form/props.mjs.map +1 -0
  139. package/dist/components/form/types.d.ts +26 -0
  140. package/dist/components/grid/config.d.ts +15 -0
  141. package/dist/components/grid/config.mjs +27 -0
  142. package/dist/components/grid/config.mjs.map +1 -0
  143. package/dist/components/grid/index.d.ts +4 -0
  144. package/dist/components/grid/index.vue.d.ts +19 -0
  145. package/dist/components/grid/index.vue.mjs +8 -0
  146. package/dist/components/grid/index.vue.mjs.map +1 -0
  147. package/dist/components/grid/index.vue2.mjs +58 -0
  148. package/dist/components/grid/index.vue2.mjs.map +1 -0
  149. package/dist/components/grid/item.vue.d.ts +18 -0
  150. package/dist/components/grid/item.vue.mjs +8 -0
  151. package/dist/components/grid/item.vue.mjs.map +1 -0
  152. package/dist/components/grid/item.vue2.mjs +73 -0
  153. package/dist/components/grid/item.vue2.mjs.map +1 -0
  154. package/dist/components/grid/types.d.ts +12 -0
  155. package/dist/components/image/index.d.ts +2 -0
  156. package/dist/components/image/index.vue.d.ts +17 -0
  157. package/dist/components/image/index.vue.mjs +117 -0
  158. package/dist/components/image/index.vue.mjs.map +1 -0
  159. package/dist/components/image/index.vue2.mjs +5 -0
  160. package/dist/components/image/index.vue2.mjs.map +1 -0
  161. package/dist/components/image/props.d.ts +6 -0
  162. package/dist/components/image/props.mjs +12 -0
  163. package/dist/components/image/props.mjs.map +1 -0
  164. package/dist/components/image/types.d.ts +6 -0
  165. package/dist/components/index.d.ts +15 -0
  166. package/dist/components/office/index.d.ts +1 -0
  167. package/dist/components/office/pdf/config.d.ts +6 -0
  168. package/dist/components/office/pdf/config.mjs +9 -0
  169. package/dist/components/office/pdf/config.mjs.map +1 -0
  170. package/dist/components/office/pdf/hooks/useZoom.d.ts +21 -0
  171. package/dist/components/office/pdf/hooks/useZoom.mjs +200 -0
  172. package/dist/components/office/pdf/hooks/useZoom.mjs.map +1 -0
  173. package/dist/components/office/pdf/index.d.ts +2 -0
  174. package/dist/components/office/pdf/index.vue.d.ts +11 -0
  175. package/dist/components/office/pdf/index.vue.mjs +8 -0
  176. package/dist/components/office/pdf/index.vue.mjs.map +1 -0
  177. package/dist/components/office/pdf/index.vue2.mjs +322 -0
  178. package/dist/components/office/pdf/index.vue2.mjs.map +1 -0
  179. package/dist/components/office/pdf/types.d.ts +17 -0
  180. package/dist/components/org/index.d.ts +2 -0
  181. package/dist/components/org/select/index.vue.d.ts +28 -0
  182. package/dist/components/org/select/index.vue.mjs +273 -0
  183. package/dist/components/org/select/index.vue.mjs.map +1 -0
  184. package/dist/components/org/select/index.vue3.mjs +6 -0
  185. package/dist/components/org/select/index.vue3.mjs.map +1 -0
  186. package/dist/components/org/select/props.d.ts +22 -0
  187. package/dist/components/org/select/props.mjs +19 -0
  188. package/dist/components/org/select/props.mjs.map +1 -0
  189. package/dist/components/org/select/types.d.ts +22 -0
  190. package/dist/components/service/index.d.ts +4 -0
  191. package/dist/components/service/list.vue.d.ts +26 -0
  192. package/dist/components/service/list.vue.mjs +8 -0
  193. package/dist/components/service/list.vue.mjs.map +1 -0
  194. package/dist/components/service/list.vue2.mjs +251 -0
  195. package/dist/components/service/list.vue2.mjs.map +1 -0
  196. package/dist/components/service/props.d.ts +58 -0
  197. package/dist/components/service/props.mjs +66 -0
  198. package/dist/components/service/props.mjs.map +1 -0
  199. package/dist/components/service/select.vue.d.ts +30 -0
  200. package/dist/components/service/select.vue.mjs +8 -0
  201. package/dist/components/service/select.vue.mjs.map +1 -0
  202. package/dist/components/service/select.vue2.mjs +407 -0
  203. package/dist/components/service/select.vue2.mjs.map +1 -0
  204. package/dist/components/service/table.vue.d.ts +29 -0
  205. package/dist/components/service/table.vue.mjs +8 -0
  206. package/dist/components/service/table.vue.mjs.map +1 -0
  207. package/dist/components/service/table.vue2.mjs +693 -0
  208. package/dist/components/service/table.vue2.mjs.map +1 -0
  209. package/dist/components/service/types.d.ts +44 -0
  210. package/dist/components/upload/config.d.ts +4 -0
  211. package/dist/components/upload/config.mjs +37 -0
  212. package/dist/components/upload/config.mjs.map +1 -0
  213. package/dist/components/upload/index.d.ts +3 -0
  214. package/dist/components/upload/index.vue.d.ts +21 -0
  215. package/dist/components/upload/index.vue.mjs +8 -0
  216. package/dist/components/upload/index.vue.mjs.map +1 -0
  217. package/dist/components/upload/index.vue2.mjs +526 -0
  218. package/dist/components/upload/index.vue2.mjs.map +1 -0
  219. package/dist/components/upload/props.d.ts +27 -0
  220. package/dist/components/upload/props.mjs +32 -0
  221. package/dist/components/upload/props.mjs.map +1 -0
  222. package/dist/components/upload/types.d.ts +43 -0
  223. package/dist/directive/hasPermi.d.ts +12 -0
  224. package/dist/directive/hasPermi.mjs +33 -0
  225. package/dist/directive/hasPermi.mjs.map +1 -0
  226. package/dist/directive/hasRole.d.ts +12 -0
  227. package/dist/directive/hasRole.mjs +33 -0
  228. package/dist/directive/hasRole.mjs.map +1 -0
  229. package/dist/directive/index.d.ts +2 -0
  230. package/dist/hooks/index.d.ts +6 -0
  231. package/dist/hooks/useAgentChat/index.d.ts +15 -0
  232. package/dist/hooks/useAgentChat/index.mjs +202 -0
  233. package/dist/hooks/useAgentChat/index.mjs.map +1 -0
  234. package/dist/hooks/useAgentChat/types.d.ts +46 -0
  235. package/dist/hooks/useDict/index.d.ts +18 -0
  236. package/dist/hooks/useDict/index.mjs +137 -0
  237. package/dist/hooks/useDict/index.mjs.map +1 -0
  238. package/dist/hooks/useDict/types.d.ts +13 -0
  239. package/dist/hooks/useDisabled.d.ts +5 -0
  240. package/dist/hooks/useDisabled.mjs +18 -0
  241. package/dist/hooks/useDisabled.mjs.map +1 -0
  242. package/dist/hooks/useModal.d.ts +35 -0
  243. package/dist/hooks/useModal.mjs +179 -0
  244. package/dist/hooks/useModal.mjs.map +1 -0
  245. package/dist/hooks/useReadonly.d.ts +5 -0
  246. package/dist/hooks/useReadonly.mjs +18 -0
  247. package/dist/hooks/useReadonly.mjs.map +1 -0
  248. package/dist/hooks/useUserAvatar/index.d.ts +5 -0
  249. package/dist/hooks/useUserAvatar/index.mjs +38 -0
  250. package/dist/hooks/useUserAvatar/index.mjs.map +1 -0
  251. package/dist/hooks/useUserAvatar/types.d.ts +3 -0
  252. package/dist/index.d.ts +5 -0
  253. package/dist/index.mjs +101 -0
  254. package/dist/index.mjs.map +1 -0
  255. package/dist/locales/en-US.d.ts +316 -0
  256. package/dist/locales/en-US.mjs +71 -0
  257. package/dist/locales/en-US.mjs.map +1 -0
  258. package/dist/locales/zh-CN.d.ts +316 -0
  259. package/dist/locales/zh-CN.mjs +68 -0
  260. package/dist/locales/zh-CN.mjs.map +1 -0
  261. package/dist/locales/zh-TW.d.ts +316 -0
  262. package/dist/locales/zh-TW.mjs +68 -0
  263. package/dist/locales/zh-TW.mjs.map +1 -0
  264. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs +90 -0
  265. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/fetch.mjs.map +1 -0
  266. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs +110 -0
  267. package/dist/node_modules/.pnpm/@microsoft_fetch-event-source@2.0.1/node_modules/@microsoft/fetch-event-source/lib/esm/parse.mjs.map +1 -0
  268. package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs +62 -0
  269. package/dist/node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs.map +1 -0
  270. package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs +67 -0
  271. package/dist/node_modules/.pnpm/@vueuse_shared@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/shared/dist/index.mjs.map +1 -0
  272. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs +287 -0
  273. package/dist/node_modules/.pnpm/dayjs@1.11.19/node_modules/dayjs/dayjs.min.mjs.map +1 -0
  274. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs +7 -0
  275. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_DataView.mjs.map +1 -0
  276. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs +22 -0
  277. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Hash.mjs.map +1 -0
  278. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs +22 -0
  279. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_ListCache.mjs.map +1 -0
  280. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs +7 -0
  281. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Map.mjs.map +1 -0
  282. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs +22 -0
  283. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_MapCache.mjs.map +1 -0
  284. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs +7 -0
  285. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Promise.mjs.map +1 -0
  286. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs +7 -0
  287. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Set.mjs.map +1 -0
  288. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs +19 -0
  289. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Stack.mjs.map +1 -0
  290. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs +6 -0
  291. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Symbol.mjs.map +1 -0
  292. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs +6 -0
  293. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_Uint8Array.mjs.map +1 -0
  294. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs +7 -0
  295. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_WeakMap.mjs.map +1 -0
  296. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs +17 -0
  297. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_apply.mjs.map +1 -0
  298. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs +13 -0
  299. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayEach.mjs.map +1 -0
  300. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs +14 -0
  301. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayFilter.mjs.map +1 -0
  302. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs +25 -0
  303. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayLikeKeys.mjs.map +1 -0
  304. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs +11 -0
  305. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayMap.mjs.map +1 -0
  306. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs +11 -0
  307. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_arrayPush.mjs.map +1 -0
  308. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs +11 -0
  309. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignMergeValue.mjs.map +1 -0
  310. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs +14 -0
  311. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assignValue.mjs.map +1 -0
  312. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs +14 -0
  313. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_assocIndexOf.mjs.map +1 -0
  314. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs +17 -0
  315. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseAssignValue.mjs.map +1 -0
  316. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs +75 -0
  317. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseClone.mjs.map +1 -0
  318. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs +22 -0
  319. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseCreate.mjs.map +1 -0
  320. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs +6 -0
  321. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseFor.mjs.map +1 -0
  322. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs +14 -0
  323. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGet.mjs.map +1 -0
  324. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs +10 -0
  325. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetAllKeys.mjs.map +1 -0
  326. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs +15 -0
  327. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseGetTag.mjs.map +1 -0
  328. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs +10 -0
  329. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsArguments.mjs.map +1 -0
  330. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs +10 -0
  331. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsMap.mjs.map +1 -0
  332. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs +23 -0
  333. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsNative.mjs.map +1 -0
  334. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs +10 -0
  335. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsSet.mjs.map +1 -0
  336. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs +15 -0
  337. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseIsTypedArray.mjs.map +1 -0
  338. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs +20 -0
  339. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeys.mjs.map +1 -0
  340. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs +21 -0
  341. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseKeysIn.mjs.map +1 -0
  342. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs +28 -0
  343. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMerge.mjs.map +1 -0
  344. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs +62 -0
  345. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseMergeDeep.mjs.map +1 -0
  346. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs +10 -0
  347. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseRest.mjs.map +1 -0
  348. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs +32 -0
  349. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSet.mjs.map +1 -0
  350. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs +15 -0
  351. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseSetToString.mjs.map +1 -0
  352. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs +11 -0
  353. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseTimes.mjs.map +1 -0
  354. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs +22 -0
  355. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseToString.mjs.map +1 -0
  356. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs +9 -0
  357. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_baseUnary.mjs.map +1 -0
  358. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs +14 -0
  359. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_castPath.mjs.map +1 -0
  360. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs +10 -0
  361. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneArrayBuffer.mjs.map +1 -0
  362. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs +17 -0
  363. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneBuffer.mjs.map +1 -0
  364. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs +9 -0
  365. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneDataView.mjs.map +1 -0
  366. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs +10 -0
  367. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneRegExp.mjs.map +1 -0
  368. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs +9 -0
  369. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneSymbol.mjs.map +1 -0
  370. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs +9 -0
  371. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_cloneTypedArray.mjs.map +1 -0
  372. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs +12 -0
  373. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyArray.mjs.map +1 -0
  374. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs +24 -0
  375. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_copyObject.mjs.map +1 -0
  376. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs +6 -0
  377. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_coreJsData.mjs.map +1 -0
  378. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs +24 -0
  379. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createAssigner.mjs.map +1 -0
  380. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs +16 -0
  381. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_createBaseFor.mjs.map +1 -0
  382. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs +13 -0
  383. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_defineProperty.mjs.map +1 -0
  384. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs +5 -0
  385. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_freeGlobal.mjs.map +1 -0
  386. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs +10 -0
  387. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getAllKeys.mjs.map +1 -0
  388. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs +9 -0
  389. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getMapData.mjs.map +1 -0
  390. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs +10 -0
  391. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getNative.mjs.map +1 -0
  392. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs +6 -0
  393. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getPrototype.mjs.map +1 -0
  394. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs +26 -0
  395. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getRawTag.mjs.map +1 -0
  396. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs +18 -0
  397. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getSymbols.mjs.map +1 -0
  398. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs +35 -0
  399. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getTag.mjs.map +1 -0
  400. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs +7 -0
  401. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_getValue.mjs.map +1 -0
  402. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs +9 -0
  403. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashClear.mjs.map +1 -0
  404. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs +9 -0
  405. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashDelete.mjs.map +1 -0
  406. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs +16 -0
  407. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashGet.mjs.map +1 -0
  408. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs +11 -0
  409. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashHas.mjs.map +1 -0
  410. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs +12 -0
  411. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_hashSet.mjs.map +1 -0
  412. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs +14 -0
  413. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneArray.mjs.map +1 -0
  414. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs +44 -0
  415. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneByTag.mjs.map +1 -0
  416. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs +10 -0
  417. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_initCloneObject.mjs.map +1 -0
  418. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs +11 -0
  419. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIndex.mjs.map +1 -0
  420. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs +18 -0
  421. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isIterateeCall.mjs.map +1 -0
  422. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs +17 -0
  423. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKey.mjs.map +1 -0
  424. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs +8 -0
  425. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isKeyable.mjs.map +1 -0
  426. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs +12 -0
  427. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isMasked.mjs.map +1 -0
  428. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs +9 -0
  429. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_isPrototype.mjs.map +1 -0
  430. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs +8 -0
  431. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheClear.mjs.map +1 -0
  432. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs +21 -0
  433. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheDelete.mjs.map +1 -0
  434. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs +9 -0
  435. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheGet.mjs.map +1 -0
  436. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs +8 -0
  437. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheHas.mjs.map +1 -0
  438. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs +15 -0
  439. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_listCacheSet.mjs.map +1 -0
  440. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs +15 -0
  441. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheClear.mjs.map +1 -0
  442. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs +10 -0
  443. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheDelete.mjs.map +1 -0
  444. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs +8 -0
  445. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheGet.mjs.map +1 -0
  446. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs +8 -0
  447. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheHas.mjs.map +1 -0
  448. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs +11 -0
  449. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_mapCacheSet.mjs.map +1 -0
  450. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs +16 -0
  451. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_memoizeCapped.mjs.map +1 -0
  452. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs +6 -0
  453. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeCreate.mjs.map +1 -0
  454. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs +6 -0
  455. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeys.mjs.map +1 -0
  456. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs +13 -0
  457. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nativeKeysIn.mjs.map +1 -0
  458. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs +19 -0
  459. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_nodeUtil.mjs.map +1 -0
  460. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs +9 -0
  461. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_objectToString.mjs.map +1 -0
  462. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs +9 -0
  463. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overArg.mjs.map +1 -0
  464. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs +22 -0
  465. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_overRest.mjs.map +1 -0
  466. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs +7 -0
  467. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_root.mjs.map +1 -0
  468. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs +13 -0
  469. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_safeGet.mjs.map +1 -0
  470. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs +7 -0
  471. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_setToString.mjs.map +1 -0
  472. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs +21 -0
  473. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_shortOut.mjs.map +1 -0
  474. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs +9 -0
  475. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackClear.mjs.map +1 -0
  476. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs +9 -0
  477. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackDelete.mjs.map +1 -0
  478. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs +7 -0
  479. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackGet.mjs.map +1 -0
  480. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs +7 -0
  481. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackHas.mjs.map +1 -0
  482. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs +23 -0
  483. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stackSet.mjs.map +1 -0
  484. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs +17 -0
  485. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_stringToPath.mjs.map +1 -0
  486. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs +12 -0
  487. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toKey.mjs.map +1 -0
  488. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs +19 -0
  489. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/_toSource.mjs.map +1 -0
  490. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs +9 -0
  491. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/cloneDeep.mjs.map +1 -0
  492. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs +9 -0
  493. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/constant.mjs.map +1 -0
  494. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs +7 -0
  495. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/eq.mjs.map +1 -0
  496. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs +9 -0
  497. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs.map +1 -0
  498. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs +7 -0
  499. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/identity.mjs.map +1 -0
  500. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs +14 -0
  501. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArguments.mjs.map +1 -0
  502. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs +5 -0
  503. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArray.mjs.map +1 -0
  504. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs +9 -0
  505. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLike.mjs.map +1 -0
  506. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs +9 -0
  507. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isArrayLikeObject.mjs.map +1 -0
  508. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs +10 -0
  509. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBoolean.mjs.map +1 -0
  510. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs +12 -0
  511. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isBuffer.mjs.map +1 -0
  512. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs +14 -0
  513. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isFunction.mjs.map +1 -0
  514. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs +8 -0
  515. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isLength.mjs.map +1 -0
  516. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs +9 -0
  517. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isMap.mjs.map +1 -0
  518. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs +10 -0
  519. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isNumber.mjs.map +1 -0
  520. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs +8 -0
  521. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObject.mjs.map +1 -0
  522. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs +7 -0
  523. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isObjectLike.mjs.map +1 -0
  524. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs +23 -0
  525. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isPlainObject.mjs.map +1 -0
  526. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs +9 -0
  527. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSet.mjs.map +1 -0
  528. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs +10 -0
  529. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isSymbol.mjs.map +1 -0
  530. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs +9 -0
  531. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/isTypedArray.mjs.map +1 -0
  532. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs +10 -0
  533. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keys.mjs.map +1 -0
  534. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs +10 -0
  535. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/keysIn.mjs.map +1 -0
  536. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs +23 -0
  537. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/memoize.mjs.map +1 -0
  538. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs +9 -0
  539. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs.map +1 -0
  540. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs +8 -0
  541. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/set.mjs.map +1 -0
  542. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs +7 -0
  543. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubArray.mjs.map +1 -0
  544. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs +7 -0
  545. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/stubFalse.mjs.map +1 -0
  546. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs +9 -0
  547. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toPlainObject.mjs.map +1 -0
  548. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs +8 -0
  549. package/dist/node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/toString.mjs.map +1 -0
  550. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs +25810 -0
  551. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.mjs.map +1 -0
  552. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs +5 -0
  553. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.sandbox.mjs.map +1 -0
  554. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs +5 -0
  555. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/build/pdf.worker.mjs.map +1 -0
  556. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs +8940 -0
  557. package/dist/node_modules/.pnpm/pdfjs-dist@5.4.394/node_modules/pdfjs-dist/web/pdf_viewer.mjs.map +1 -0
  558. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs +316 -0
  559. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-0f6107c9.mjs.map +1 -0
  560. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs +330 -0
  561. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-4d4f98d8.mjs.map +1 -0
  562. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs +10 -0
  563. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-8c6ad426.mjs.map +1 -0
  564. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs +17 -0
  565. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/_chunks/dep-c68053ef.mjs.map +1 -0
  566. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs +287 -0
  567. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/en_US.mjs.map +1 -0
  568. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs +328 -0
  569. package/dist/node_modules/.pnpm/tdesign-vue-next@1.17.1_vue@3.5.22_typescript@5.9.3_/node_modules/tdesign-vue-next/es/locale/zh_TW.mjs.map +1 -0
  570. package/dist/qidian-vue-ui.css +6054 -0
  571. package/dist/utils/auth.d.ts +6 -0
  572. package/dist/utils/auth.mjs +67 -0
  573. package/dist/utils/auth.mjs.map +1 -0
  574. package/dist/utils/index.d.ts +2 -0
  575. package/dist/utils/time.d.ts +2 -0
  576. package/dist/utils/time.mjs +30 -0
  577. package/dist/utils/time.mjs.map +1 -0
  578. package/package.json +1 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table.vue2.mjs","sources":["../../../src/components/crud/table.vue"],"sourcesContent":["<template>\n <div class=\"qd-crud-table\">\n <qd-crud-search\n v-if=\"reProps.searchOptions?.items?.length\"\n v-show=\"searchVisible\"\n ref=\"search\"\n v-model:data=\"searchData\"\n :class=\"[!searchVisible ? 'qd-crud-search--hide' : '']\"\n v-bind=\"reProps.searchOptions\"\n :on-submit=\"triggerSearch\"\n >\n <template #form-footer>\n <t-space align=\"center\" size=\"small\">\n <t-button type=\"submit\" @click=\"handleSearch\">{{ t('searchText') }}</t-button>\n <t-button variant=\"outline\" @click=\"handleResetSearch\">{{ t('resetText') }}</t-button>\n </t-space>\n </template>\n\n <template\n v-for=\"item in extractSlotsWithPrefix($slots, 'search')\"\n #[item.filterName]=\"slotProps\"\n >\n <slot :name=\"item.originalName\" v-bind=\"slotProps\" />\n </template>\n </qd-crud-search>\n\n <qd-card class=\"qd-crud-table__body\">\n <div class=\"qd-crud-table__toolbar\">\n <t-space align=\"center\" :size=\"0\">\n <slot name=\"actions\">\n <template v-for=\"(item, index) in reProps.actions\" :key=\"item.uid || index\">\n <span\n v-if=\"getActionSeparator(item, { index })\"\n class=\"qd-crud-table__toolbar-separator\"\n ></span>\n\n <qd-config-renderer\n v-hasPermi=\"item.permi\"\n fn-inject-ctx\n :context=\"getConfigRendererCtx(item)\"\n :config=\"{\n is: TButton,\n ...item,\n form: undefined,\n onClick: buildActionOnClick(item),\n disabled: buildActionDisabled(item)\n }\"\n @if-render-change=\"(ifRender) => setActionIfRender(ifRender, item)\"\n />\n </template>\n </slot>\n </t-space>\n\n <t-space align=\"center\" size=\"small\">\n <!-- 展开/收起搜索 -->\n <t-tooltip\n v-if=\"reProps.searchOptions?.items?.length\"\n :content=\"searchVisible ? t('collapseSearchText') : t('expandSearchText')\"\n >\n <t-button variant=\"text\" shape=\"square\" @click=\"toggleSearchVisible\">\n <template #icon><search-icon /></template>\n </t-button>\n </t-tooltip>\n\n <!-- 刷新列表 -->\n <t-tooltip :content=\"t('refreshText')\">\n <t-button variant=\"text\" shape=\"square\" @click=\"handleRefresh\">\n <template #icon><refresh-icon /></template>\n </t-button>\n </t-tooltip>\n\n <!-- 展开/收起树 -->\n <t-tooltip\n v-if=\"!isEmpty(reProps.serviceTableOptions.tree) && !reProps.serviceTableOptions.tree!.lazyLoad\"\n :content=\"treeIsExpand ? t('collapseTreeText') : t('expandTreeText')\"\n >\n <t-button variant=\"text\" shape=\"square\" @click=\"toggleTreeExpandAll\">\n <template #icon>\n <unfold-less-icon v-if=\"treeIsExpand\" />\n <unfold-more-icon v-else />\n </template>\n </t-button>\n </t-tooltip>\n\n <!-- 列配置 -->\n <t-tooltip\n v-if=\"reProps.serviceTableOptions.columnController?.hideTriggerButton !== true\"\n :content=\"t('columnControllerText')\"\n >\n <t-button variant=\"text\" shape=\"square\" @click=\"openColumnController\">\n <template #icon><setting-icon /></template>\n </t-button>\n </t-tooltip>\n </t-space>\n </div>\n\n <qd-service-table\n ref=\"table\"\n v-model:data=\"data\"\n v-model:selected-row-keys=\"selectedRowKeys\"\n v-model:active-row-keys=\"activeRowKeys\"\n v-model:column-controller-visible=\"columnControllerVisible\"\n v-model:display-columns=\"displayColumns\"\n v-model:expanded-row-keys=\"expandedRowKeys\"\n v-model:filter-value=\"filterValue\"\n v-model:sort=\"sort\"\n v-model:expanded-tree-nodes=\"expandedTreeNodes\"\n v-bind=\"reProps.serviceTableOptions\"\n >\n <template #operation=\"slotProps\">\n <slot name=\"table-operation\" v-bind=\"slotProps\">\n <t-space v-if=\"reProps.rowActions?.length\" align=\"center\" :size=\"0\" @click.stop>\n <template v-for=\"(item, index) in reProps.rowActions\">\n <t-divider\n v-if=\"\n getActionSeparator(item, {\n colIndex: slotProps.colIndex,\n rowIndex: slotProps.rowIndex,\n index\n })\n \"\n :key=\"`${slotProps.colIndex}.${slotProps.rowIndex}.${index}.divider`\"\n layout=\"vertical\"\n />\n\n <qd-config-renderer\n v-if=\"true\"\n :key=\"`${slotProps.colIndex}.${slotProps.rowIndex}.${index}.renderer`\"\n v-hasPermi=\"item.permi\"\n fn-inject-ctx\n :context=\"getConfigRendererCtx(item, slotProps)\"\n :config=\"{ is: TLink, ...item, onClick: buildActionOnClick(item, slotProps) }\"\n @if-render-change=\"\n (ifRender) =>\n setActionIfRender(ifRender, item, {\n colIndex: slotProps.colIndex,\n rowIndex: slotProps.rowIndex,\n index\n })\n \"\n />\n </template>\n </t-space>\n </slot>\n </template>\n\n <template\n v-for=\"item in extractSlotsWithPrefix($slots, 'table')\"\n #[item.filterName]=\"slotProps\"\n >\n <slot :name=\"item.originalName\" v-bind=\"slotProps\" />\n </template>\n </qd-service-table>\n </qd-card>\n\n <qd-config-renderer\n v-for=\"(dialogForm, uid) in dialogFormMap\"\n :key=\"uid\"\n :config=\"{\n is: QdDialogForm,\n ...dialogForm.form,\n vModelVisible: 'self.visible',\n vModelData: 'self.data',\n crudMode: dialogForm.crudMode\n }\"\n :context=\"getConfigRendererCtx(dialogForm)\"\n />\n </div>\n</template>\n\n<script\n setup\n lang=\"tsx\"\n generic=\"\n D extends TableRowData = TableRowData,\n R = unknown,\n P = ServicePageParams,\n TP = P,\n Pag extends ServicePagination = ServicePagination\n \"\n>\n import type { ShallowRef } from 'vue'\n import type { PrimaryTableCellParams, TableRowData, TableRowValue } from 'tdesign-vue-next'\n import type { ServiceMaybePageParams, ServicePageParams, ServicePagination } from 'qidian-shared'\n import type {\n QdCrudTableAction,\n QdCrudTableDeleteAction,\n QdCrudTableInstanceFunctions,\n QdCrudTableProps,\n QdCrudTableRowAction,\n QdCrudTableWrapper,\n TableDialogServiceRes\n } from './types'\n import type { QdServiceTableProps } from '../service'\n import type { QdFormSubmitContext } from '../form'\n\n import {\n computed,\n nextTick,\n reactive,\n useTemplateRef,\n ref,\n onMounted,\n shallowRef,\n triggerRef\n } from 'vue'\n import { useVModels } from '@vueuse/core'\n import {\n easyCopy,\n extractSlotsWithPrefix,\n generateRandomString,\n isEmpty,\n suspectedWrapperPromise,\n to\n } from 'qidian-shared'\n import { cloneDeep, merge } from 'lodash-es'\n import { qdCrudTableProps } from './props'\n import { hasPermiDirective } from '../../directive'\n import { useConfig } from '../config-provider/useConfig'\n\n import {\n Button as TButton,\n Link as TLink,\n Divider as TDivider,\n Space as TSpace,\n Tooltip as TTooltip\n } from 'tdesign-vue-next'\n import {\n AddIcon,\n RefreshIcon,\n SearchIcon,\n SettingIcon,\n UnfoldMoreIcon,\n UnfoldLessIcon\n } from 'tdesign-icons-vue-next'\n import { QdServiceTable } from '../service'\n import { QdDialogForm } from '../dialog'\n import QdCrudSearch from './search.vue'\n import { QdConfigRenderer } from '../config-renderer'\n import { QdCard } from '../card'\n\n import { useModal } from '../../hooks'\n import { qdServiceTableTreeConfig } from '../service/props'\n import { auth } from '../../utils'\n\n defineOptions({\n name: 'QdCrudTable'\n })\n\n const vHasPermi = hasPermiDirective\n\n type Props = QdCrudTableProps<D, R, P, TP, Pag>\n\n const props = withDefaults(defineProps<Props>(), qdCrudTableProps)\n const emit = defineEmits<{\n 'update:searchData': [Props['searchData']]\n\n 'update:data': [Props['data']]\n 'update:selectedRowKeys': [Props['selectedRowKeys']]\n 'update:activeRowKeys': [Props['activeRowKeys']]\n 'update:columnControllerVisible': [Props['columnControllerVisible']]\n 'update:displayColumns': [Props['displayColumns']]\n 'update:expandedRowKeys': [Props['expandedRowKeys']]\n 'update:filterValue': [Props['filterValue']]\n 'update:sort': [Props['sort']]\n 'update:expandedTreeNodes': [Props['expandedTreeNodes']]\n }>()\n const {\n searchData,\n\n data,\n selectedRowKeys,\n activeRowKeys,\n columnControllerVisible,\n displayColumns,\n expandedRowKeys,\n filterValue,\n sort,\n expandedTreeNodes\n } = useVModels<typeof props, keyof typeof emit>(props, emit, { passive: true })\n\n const { t } = useConfig('crud')\n const { msgError, msgSuccess, alertWarning, confirm } = useModal()\n\n const treeIsExpand = computed(() => !!expandedTreeNodes.value?.length)\n\n const dialogFormMap = reactive<\n Record<\n string,\n Pick<QdCrudTableWrapper, 'crudMode'> & {\n visible: boolean\n data?: unknown\n form: ShallowRef<NonNullable<QdCrudTableWrapper['form']>>\n }\n >\n >({})\n\n const rowActionsIfRenderMap = reactive<Record<string, boolean | undefined>>({})\n\n const reProps = computed(() => {\n const {\n data,\n searchData: inSearchData,\n selectedRowKeys,\n activeRowKeys,\n columnControllerVisible,\n displayColumns,\n expandedRowKeys,\n filterValue,\n sort,\n expandedTreeNodes,\n transformParams,\n\n search,\n form,\n detail,\n\n add,\n actions,\n\n edit,\n view,\n del,\n rowActions,\n\n title,\n columns,\n selectType,\n ...serviceTableOptions\n } = props\n\n const mergedTransformParams = (params: ServiceMaybePageParams<Pag>) => {\n const merged = { ...params, ...searchData.value } as ServiceMaybePageParams<Pag>\n if (transformParams) return transformParams(merged)\n return merged\n }\n\n const reAdd = mergeAction(\n { crudMode: 'add', permiID: 'add', content: t('addText'), icon: () => <AddIcon /> },\n add,\n form\n )\n const reActions = [reAdd, ...buildActions(actions, form)].filter(\n Boolean\n ) as QdCrudTableAction<D>[]\n\n const reEdit = mergeAction(\n {\n crudMode: 'edit',\n permiID: 'edit',\n content: t('editText'),\n theme: 'primary',\n hover: 'color'\n },\n edit,\n form\n )\n const reView = mergeAction(\n {\n crudMode: 'view',\n permiID: 'query',\n content: t('viewText'),\n theme: 'primary',\n hover: 'color'\n },\n view,\n form\n )\n const reDel = mergeAction(\n {\n crudMode: 'del',\n permiID: 'remove',\n content: t('deleteText'),\n theme: 'danger',\n hover: 'color',\n selectType: 'multiple'\n },\n del,\n form\n )\n const reRowActions = [reEdit, reView, reDel, ...buildActions(rowActions, form)].filter(\n Boolean\n ) as QdCrudTableRowAction<D>[]\n\n let reSelectType = selectType\n if (reDel?.selectType === 'multiple') {\n if (!reSelectType) reSelectType = 'multiple'\n\n const batchDel = mergeAction(\n {\n crudMode: 'del',\n permiID: 'remove',\n content: t('deleteText'),\n theme: 'danger',\n variant: 'outline',\n selectType: 'multiple'\n },\n del,\n form\n )\n\n reActions.splice(reAdd ? 1 : 0, 0, batchDel as QdCrudTableAction<D>)\n }\n\n const reColumns = columns || []\n const operationLength = reRowActions.length\n if (operationLength) {\n const operationIdx = reColumns.findIndex((item) => item.colKey === 'operation')\n const defaultOperation: (typeof reColumns)[number] = {\n title: t('operationText'),\n colKey: 'operation',\n align: 'center',\n fixed: 'right',\n width: 28 * operationLength + 25 * operationLength - 1 + 32\n }\n\n if (operationIdx > -1) {\n reColumns[operationIdx] = {\n ...defaultOperation,\n ...reColumns[operationIdx]\n }\n } else {\n reColumns.push(defaultOperation)\n }\n }\n\n return {\n title,\n\n searchOptions: search,\n serviceTableOptions: {\n ...serviceTableOptions,\n selectType: reSelectType,\n columns: reColumns,\n transformParams: mergedTransformParams\n } as QdServiceTableProps<D, R, P, TP, Pag>,\n\n formOptions: form,\n detailOptions: detail,\n actions: reActions,\n rowActions: reRowActions,\n\n models: {\n data,\n searchData: inSearchData,\n selectedRowKeys,\n activeRowKeys,\n columnControllerVisible,\n displayColumns,\n expandedRowKeys,\n filterValue,\n sort,\n expandedTreeNodes\n }\n }\n })\n\n const tableRef = useTemplateRef('table')\n\n const searchVisible = ref(true)\n const searchRef = useTemplateRef('search')\n let searchMode: 'refresh' | 'changeCurrent' = 'refresh'\n\n function handleSearch() {\n searchMode = 'changeCurrent'\n }\n\n async function handleResetSearch() {\n searchMode = 'changeCurrent'\n searchRef.value?.reset()\n await nextTick()\n searchRef.value?.submit()\n }\n\n function triggerSearch({ validateResult }: QdFormSubmitContext<typeof searchData.value>) {\n if (validateResult !== true) return\n\n switch (searchMode) {\n case 'changeCurrent':\n tableRef.value?.changeCurrent(1)\n break\n default:\n tableRef.value?.refresh()\n break\n }\n }\n\n function handleRefresh() {\n searchMode = 'refresh'\n searchRef.value?.submit()\n }\n\n function toggleSearchVisible() {\n searchVisible.value = !searchVisible.value\n }\n\n function toggleTreeExpandAll() {\n if (treeIsExpand.value) tableRef.value?.foldAll()\n else tableRef.value?.expandAll()\n }\n\n function openColumnController() {\n columnControllerVisible.value = true\n }\n\n function buildActions<T extends QdCrudTableAction<D> | QdCrudTableRowAction<D>>(\n actions?: T[],\n crudForm?: QdCrudTableWrapper['form']\n ) {\n if (!actions) return []\n\n return actions.map(\n (item) =>\n mergeAction(\n {\n variant: 'outline',\n theme: 'primary',\n hover: 'color'\n } as unknown as T,\n item,\n crudForm\n )!\n )\n }\n\n function mergeAction<\n T extends QdCrudTableAction<D> | QdCrudTableRowAction<D> | QdCrudTableDeleteAction<D>\n >(\n defaultOptions: Partial<T>,\n currentOptions?: boolean | T,\n crudForm?: QdCrudTableWrapper['form']\n ) {\n if (currentOptions === false || !currentOptions) return\n\n const mergeOptions = merge(defaultOptions, currentOptions)\n\n mergeOptions.permi = buildActionPermi(mergeOptions as QdCrudTableAction)\n if (mergeOptions.crudMode !== 'del') {\n ;(mergeOptions as QdCrudTableAction | QdCrudTableRowAction).form = buildActionForm(\n mergeOptions as QdCrudTableAction,\n crudForm\n )\n }\n\n return mergeOptions as T\n }\n\n function getConfigRendererCtx<T = unknown, O = object>(self: T, other?: O) {\n return {\n tableData: data.value,\n searchData: searchData.value,\n selectedRowKeys: selectedRowKeys.value,\n activeRowKeys: activeRowKeys.value,\n self,\n ...other\n }\n }\n\n function actionIsCRU(crudMode: QdCrudTableAction['crudMode']) {\n return crudMode && ['add', 'edit', 'view'].includes(crudMode)\n }\n\n function buildActionPermi(action: QdCrudTableAction) {\n if (action.permi) return action.permi\n if (!props.permiPrefix || !action.permiID) return []\n return [`${props.permiPrefix}:${action.permiID}`]\n }\n\n function buildActionForm(action: QdCrudTableAction, crudForm?: QdCrudTableWrapper['form']) {\n const IsCRU = actionIsCRU(action.crudMode)\n if (!action.form && IsCRU) {\n action.form = cloneDeep(crudForm)\n }\n\n const { form } = action\n if (form) {\n if (action.crudMode === 'view') form.readonly = true\n\n if (!form.onSubmit && IsCRU) {\n form.onSubmit = async (context: QdFormSubmitContext) => {\n const { uid, service, transformParams, transformRes, crudMode } = action\n if (context.validateResult !== true || !service || !uid || !dialogFormMap[uid])\n return false\n\n let currentParams = easyCopy(context.formData)\n\n if (transformParams) {\n const [tpErr, tpRes] = await suspectedWrapperPromise(transformParams(currentParams))\n if (tpErr) throw tpErr\n\n currentParams = tpRes\n }\n\n const [serviceErr, serviceRes] = await suspectedWrapperPromise(service(currentParams))\n if (serviceErr) throw serviceErr\n\n let res: TableDialogServiceRes | undefined\n if (transformRes) {\n const [trErr, trRes] = await suspectedWrapperPromise(transformRes(serviceRes))\n if (trErr) throw trErr\n\n res = trRes\n } else {\n res = serviceRes as TableDialogServiceRes\n }\n\n if (typeof res === 'boolean') {\n res = { success: res, message: '' }\n }\n\n if (!res) {\n res = { success: true, message: '' }\n }\n\n const message = res.message\n if (res.success === false) {\n if (message) msgError(message)\n return false\n }\n\n msgSuccess(message || t('operationSuccessText'))\n\n if (crudMode === 'add') {\n tableRef.value?.changeCurrent(1)\n } else {\n tableRef.value?.refresh()\n }\n }\n }\n\n const { title } = props\n form.wrapper = merge(\n {},\n {\n header: `${action.content}${title ? ` ${title}` : ''}`\n },\n form.wrapper\n )\n }\n\n return action.form\n }\n\n function buildActionOnClick(\n action: QdCrudTableAction<D> | QdCrudTableRowAction<D>,\n originalParams?: PrimaryTableCellParams<D>\n ) {\n if (action.onClick) return action.onClick\n\n if (action.crudMode === 'del') {\n // 删除/批量删除\n const onClick = async () => {\n const { service, transformParams, transformRes } = action\n const row = originalParams?.row\n\n if (\n !service ||\n (!row && action.selectType !== 'multiple') ||\n (!row && !selectedRowKeys.value.length && action.selectType === 'multiple')\n ) {\n return\n }\n\n const childrenKey =\n reProps.value.serviceTableOptions.tree?.childrenKey ||\n qdServiceTableTreeConfig.childrenKey\n let delHasChild = false\n\n if (!row) {\n const rowKey = reProps.value.serviceTableOptions.rowKey || qdCrudTableProps.rowKey\n\n delHasChild = selectedRowKeys.value.some((item: TableRowValue) => {\n const data = tableRef.value?.getData(item)\n if (!data) return false\n\n const children = data.row[childrenKey]\n if (isEmpty(children)) return false\n\n if (children === true) return true\n\n return children.some((child: D) => !selectedRowKeys.value.includes(child[rowKey]))\n })\n } else if (!isEmpty(row[childrenKey])) {\n delHasChild = true\n }\n\n if (delHasChild) {\n alertWarning(t('deleteHasChildrenText'))\n return\n }\n\n confirm(\n { body: t('deleteWrapperBodyText'), ...(action as QdCrudTableDeleteAction).wrapper },\n async () => {\n const params = row || selectedRowKeys.value\n let currentParams = row\n ? params[reProps.value.serviceTableOptions.rowKey || qdCrudTableProps.rowKey]\n : selectedRowKeys.value\n\n if (transformParams) {\n const [tpErr, tpRes] = await suspectedWrapperPromise(\n transformParams(easyCopy(params))\n )\n if (tpErr) throw tpErr\n\n currentParams = tpRes\n }\n\n const [serviceErr, serviceRes] = await suspectedWrapperPromise(service(currentParams))\n if (serviceErr) throw serviceErr\n\n let res: TableDialogServiceRes | undefined\n if (transformRes) {\n const [trErr, trRes] = await suspectedWrapperPromise(transformRes(serviceRes))\n if (trErr) throw trErr\n\n res = trRes\n } else {\n res = serviceRes as TableDialogServiceRes\n }\n\n if (typeof res === 'boolean') {\n res = { success: res, message: '' }\n }\n\n if (!res) {\n res = { success: true, message: '' }\n }\n\n const message = res.message\n if (res.success === false) {\n if (message) msgError(message)\n return false\n }\n\n msgSuccess(message || t('deleteSuccessText'))\n if (!row) selectedRowKeys.value = []\n tableRef.value?.refresh()\n return true\n }\n )\n }\n\n return onClick\n }\n\n if (isEmpty(action.form) || !actionIsCRU(action.crudMode)) return\n\n // 新增/编辑/查看\n const onClick = async () => {\n if (!action.uid) action.uid = generateRandomString(16)\n\n const uid = action.uid!\n const form = shallowRef(action.form!)\n if (!dialogFormMap[uid]) {\n dialogFormMap[uid] = {\n visible: false,\n data: {},\n crudMode: action.crudMode,\n form\n }\n }\n\n await nextTick()\n dialogFormMap[uid].visible = true\n\n if (!action.crudMode || !['edit', 'view'].includes(action.crudMode) || !originalParams) {\n return\n }\n\n form.value.loading = true\n triggerRef(form)\n const [err, res] = await to(getDetail(originalParams.row))\n form.value.loading = false\n triggerRef(form)\n if (err) {\n dialogFormMap[uid].data = originalParams.row\n return\n }\n\n dialogFormMap[uid].data = res\n }\n\n return onClick\n }\n\n function buildActionDisabled(action: QdCrudTableAction<D>) {\n if (action.disabled) return action.disabled\n\n switch (action.selectType) {\n case 'single':\n return selectedRowKeys.value.length !== 1\n case 'multiple':\n return selectedRowKeys.value.length === 0\n default:\n return false\n }\n }\n\n async function getDetail(params: NonNullable<Props['data']>[number]) {\n const { detailOptions } = reProps.value\n if (!detailOptions) return easyCopy(params)\n\n const { service, transformParams, transformRes } = detailOptions\n if (!service) return easyCopy(params)\n\n let currentParams = params[reProps.value.serviceTableOptions.rowKey || qdCrudTableProps.rowKey]\n if (transformParams) {\n const [tpErr, tpRes] = await suspectedWrapperPromise(transformParams(easyCopy(params)))\n if (tpErr) throw tpErr\n\n currentParams = tpRes\n }\n\n const [serviceErr, serviceRes] = await suspectedWrapperPromise(service(currentParams))\n if (serviceErr) throw serviceErr\n\n let res\n if (transformRes) {\n const [trErr, trRes] = await suspectedWrapperPromise(transformRes(serviceRes))\n if (trErr) throw trErr\n\n res = trRes\n } else {\n res = serviceRes\n }\n\n return res\n }\n\n function setActionIfRender(\n compIfRender: boolean,\n action: QdCrudTableAction<D> | QdCrudTableRowAction<D>,\n cellIndex?: Pick<PrimaryTableCellParams<D>, 'colIndex' | 'rowIndex'> & { index: number }\n ) {\n const ifRender = compIfRender && auth.hasPermiOr(action.permi, false)\n if (!cellIndex) {\n action._ifRender = ifRender\n return\n }\n\n const { colIndex, rowIndex, index } = cellIndex\n rowActionsIfRenderMap[`${colIndex}.${rowIndex}.${index}`] = ifRender\n }\n\n function getActionSeparator(\n action: QdCrudTableAction<D> | QdCrudTableRowAction<D>,\n cellIndex: Partial<Pick<PrimaryTableCellParams<D>, 'colIndex' | 'rowIndex'>> & {\n index: number\n }\n ) {\n const { index, colIndex, rowIndex } = cellIndex\n if (index <= 0) return false\n\n if (isEmpty(colIndex) && isEmpty(rowIndex)) {\n if (action._ifRender === false) return false\n for (let i = index - 1; i >= 0; i--) {\n const previousAction = reProps.value.actions[i]\n if (previousAction._ifRender !== false) return true\n }\n return false\n }\n\n if (rowActionsIfRenderMap[`${colIndex}.${rowIndex}.${index}`] === false) return false\n for (let i = index - 1; i >= 0; i--) {\n const previousIfRender = rowActionsIfRenderMap[`${colIndex}.${rowIndex}.${i}`]\n if (previousIfRender !== false) return true\n }\n return false\n }\n\n const expose = {} as QdCrudTableInstanceFunctions<D, R, P, TP, Pag>\n\n onMounted(() => {\n Object.assign(expose, tableRef.value)\n })\n\n defineExpose(expose)\n</script>\n\n<style lang=\"less\" scoped>\n .qd-crud-table {\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n\n & > .qd-crud-search:not(.qd-crud-search--hide) + &__body {\n margin-top: var(--td-comp-margin-l);\n }\n\n & > .qd-crud-search :deep(.qd-form) {\n display: flex;\n align-items: flex-end;\n flex-flow: row wrap;\n\n & > .qd-grid {\n flex: 1 1 0;\n overflow: hidden;\n margin-right: var(--td-comp-margin-l);\n }\n }\n\n &__body {\n flex: 1 1 0;\n overflow: hidden;\n\n & > :deep(.t-card__body) {\n height: 100%;\n display: flex;\n flex-direction: column;\n\n & > .qd-service-table {\n flex: 1 1 0;\n overflow: hidden;\n }\n }\n }\n\n &__toolbar {\n display: flex;\n justify-content: space-between;\n\n & + .qd-service-table {\n margin-top: var(--td-comp-margin-l);\n }\n\n &-separator {\n display: inline-block;\n padding-left: var(--td-comp-paddingLR-s);\n }\n }\n }\n</style>\n"],"names":["vHasPermi","hasPermiDirective","props","__props","emit","__emit","searchData","data","selectedRowKeys","activeRowKeys","columnControllerVisible","displayColumns","expandedRowKeys","filterValue","sort","expandedTreeNodes","useVModels","passive","t","useConfig","msgError","msgSuccess","alertWarning","confirm","useModal","treeIsExpand","computed","value","length","dialogFormMap","reactive","rowActionsIfRenderMap","reProps","inSearchData","transformParams","search","form","detail","add","actions","edit","view","del","rowActions","title","columns","selectType","serviceTableOptions","mergedTransformParams","params","merged","reAdd","mergeAction","crudMode","permiID","content","icon","_createVNode2","AddIcon","reActions","buildActions","filter","Boolean","reEdit","theme","hover","reView","reDel","reRowActions","reSelectType","batchDel","variant","splice","reColumns","operationLength","operationIdx","findIndex","item","colKey","defaultOperation","align","fixed","width","push","searchOptions","formOptions","detailOptions","models","tableRef","useTemplateRef","searchVisible","ref","searchRef","searchMode","handleSearch","handleResetSearch","reset","nextTick","submit","triggerSearch","validateResult","changeCurrent","refresh","handleRefresh","toggleSearchVisible","toggleTreeExpandAll","foldAll","expandAll","openColumnController","crudForm","map","defaultOptions","currentOptions","mergeOptions","merge","permi","buildActionPermi","buildActionForm","getConfigRendererCtx","self","other","tableData","actionIsCRU","includes","action","permiPrefix","IsCRU","cloneDeep","readonly","onSubmit","context","uid","service","transformRes","currentParams","easyCopy","formData","tpErr","tpRes","suspectedWrapperPromise","serviceErr","serviceRes","res","trErr","trRes","success","message","wrapper","header","buildActionOnClick","originalParams","onClick","row","childrenKey","tree","qdServiceTableTreeConfig","delHasChild","rowKey","qdCrudTableProps","some","getData","children","isEmpty","child","body","generateRandomString","shallowRef","visible","loading","triggerRef","err","to","getDetail","buildActionDisabled","disabled","setActionIfRender","compIfRender","cellIndex","ifRender","auth","_ifRender","colIndex","rowIndex","index","getActionSeparator","i","previousAction","previousIfRender","expose","onMounted","Object","assign","__expose","_openBlock","_createElementBlock","_hoisted_1","items","_withDirectives","_createBlock","QdCrudSearch","_mergeProps","_unref","$event","class","_createSlots","_createVNode","TSpace","size","TButton","type","extractSlotsWithPrefix","$slots","name","filterName","fn","_withCtx","slotProps","_renderSlot","_ctx","originalName","undefined","QdCard","_createElementVNode","_hoisted_2","_Fragment","_hoisted_3","QdConfigRenderer","config","onIfRenderChange","TTooltip","shape","SearchIcon","RefreshIcon","lazyLoad","UnfoldLessIcon","key","UnfoldMoreIcon","columnController","hideTriggerButton","SettingIcon","operation","_normalizeProps","_guardReactiveProps","TDivider","layout","is","_renderList","dialogForm","QdDialogForm"],"mappings":"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"}
@@ -0,0 +1,70 @@
1
+ import type { DialogOptions, PrimaryTableCellParams, TableRowData, TdButtonProps, TdLinkProps } from 'tdesign-vue-next';
2
+ import type { ServicePageParams, ServicePagination } from 'qidian-shared';
3
+ import type { QdDialogFormProps } from '../dialog';
4
+ import type { QdFormProps } from '../form';
5
+ import type { QdServiceListInstanceFunctions, QdServiceListProps, QdServiceTableProps, QdServiceTableInstanceFunctions } from '../service';
6
+ import type { Qd2ConfigValue, QdComponentConfig } from '../config-renderer';
7
+ export type QdSearchProps = QdFormProps;
8
+ export type TableDialogServiceRes = void | boolean | {
9
+ success: boolean;
10
+ message?: string;
11
+ };
12
+ export interface QdCrudDetail<R = unknown, P = unknown, TP = P> {
13
+ service?: (params: TP) => R | Promise<R>;
14
+ transformParams?: (params: P) => TP | Promise<TP>;
15
+ transformRes?: (res: R) => TableDialogServiceRes | Promise<TableDialogServiceRes>;
16
+ }
17
+ export interface QdCrudTableWrapper<R = unknown, P = Record<string, unknown>, TP = P> {
18
+ crudMode?: QdDialogFormProps['crudMode'] | 'del';
19
+ service?: (params: TP) => R | Promise<R>;
20
+ transformParams?: (params: P) => TP | Promise<TP>;
21
+ transformRes?: (res: R) => TableDialogServiceRes | Promise<TableDialogServiceRes>;
22
+ form?: Qd2ConfigValue<Omit<QdDialogFormProps, 'data' | 'visible' | 'crudMode'>>;
23
+ }
24
+ export interface QdCrudTableActionContext<D extends TableRowData = TableRowData> {
25
+ tableData: D[];
26
+ searchData: QdCrudTableProps['searchData'];
27
+ selectedRowKeys: NonNullable<QdServiceTableProps['selectedRowKeys']>;
28
+ activeRowKeys: NonNullable<QdServiceTableProps['selectedRowKeys']>;
29
+ self: QdCrudTableAction;
30
+ }
31
+ export interface QdCrudTableAction<D extends TableRowData = TableRowData, R = unknown, P = Record<string, unknown>, TP = P> extends QdCrudTableWrapper<R, P, TP>, Qd2ConfigValue<Omit<TdButtonProps, 'default' | 'form' | 'onClick'>> {
32
+ _ifRender?: boolean;
33
+ uid?: string;
34
+ permiID?: string;
35
+ permi?: string[];
36
+ selectType?: QdServiceTableProps['selectType'];
37
+ onClick?: (context: QdCrudTableActionContext<D> & Partial<PrimaryTableCellParams<D>>, e: MouseEvent) => void | Promise<void>;
38
+ }
39
+ export interface QdCrudTableRowAction<D extends TableRowData = TableRowData, R = unknown, P = Record<string, unknown>, TP = P> extends QdCrudTableWrapper<R, P, TP>, Qd2ConfigValue<Omit<TdLinkProps, 'default' | 'onClick'>>, Pick<QdComponentConfig, 'ifRender'> {
40
+ _ifRender?: boolean;
41
+ uid?: string;
42
+ permiID?: string;
43
+ permi?: string[];
44
+ selectType?: QdServiceTableProps['selectType'];
45
+ onClick?: (context: QdCrudTableActionContext<D> & PrimaryTableCellParams<D>, e: MouseEvent) => void | Promise<void>;
46
+ }
47
+ export interface QdCrudTableDeleteAction<D extends TableRowData = TableRowData, R = unknown, P = unknown, TP = P> extends Omit<QdCrudTableRowAction<D, R, P, TP>, 'form' | 'onClick'>, Omit<QdCrudTableAction<D, R, P, TP>, 'form' | 'onClick'> {
48
+ wrapper?: Pick<DialogOptions, 'header' | 'body' | 'theme' | 'confirmBtn' | 'cancelBtn' | 'closeBtn' | 'closeOnEscKeydown' | 'closeOnOverlayClick'>;
49
+ onClick?: (context: QdCrudTableActionContext<D> & Partial<PrimaryTableCellParams<D>>, e: MouseEvent) => void | Promise<void>;
50
+ }
51
+ export interface QdCrudTableProps<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends QdServiceTableProps<D, R, P, TP, Pag> {
52
+ title?: string;
53
+ permiPrefix?: string;
54
+ search?: Omit<QdSearchProps, 'data'>;
55
+ searchData?: QdSearchProps['data'];
56
+ form?: QdCrudTableWrapper['form'];
57
+ detail?: QdCrudDetail;
58
+ add?: false | QdCrudTableAction<D>;
59
+ actions?: QdCrudTableAction<D>[];
60
+ edit?: false | QdCrudTableRowAction<D>;
61
+ view?: true | false | QdCrudTableRowAction<D>;
62
+ del?: false | QdCrudTableDeleteAction<D>;
63
+ rowActions?: QdCrudTableRowAction<D>[];
64
+ }
65
+ export type QdCrudTableInstanceFunctions<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> = QdServiceTableInstanceFunctions<D, R, P, TP, Pag>;
66
+ export interface QdCrudListProps<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> extends QdServiceListProps<D, R, P, TP, Pag> {
67
+ search?: Omit<QdSearchProps, 'data'>;
68
+ searchData?: QdSearchProps['data'];
69
+ }
70
+ export type QdCrudListInstanceFunctions<D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination> = QdServiceListInstanceFunctions<D, R, P, TP, Pag>;
@@ -0,0 +1,22 @@
1
+ import type { QdDialogFormInstanceFunctions, QdDialogFormProps } from './types';
2
+ import type { Data } from 'tdesign-vue-next';
3
+ declare const _default: <FD extends Data = Data>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
4
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
5
+ readonly "onUpdate:data"?: ((args_0: FD | undefined) => any) | undefined;
6
+ readonly "onUpdate:visible"?: ((args_0: boolean | undefined) => any) | undefined;
7
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:data" | "onUpdate:visible"> & QdDialogFormProps<FD> & Partial<{}>> & import("vue").PublicProps;
8
+ expose(exposed: import("vue").ShallowUnwrapRef<QdDialogFormInstanceFunctions<Data>>): void;
9
+ attrs: any;
10
+ slots: {
11
+ [x: string]: ((props: any) => any) | undefined;
12
+ } & {
13
+ [x: string]: ((props: any) => any) | undefined;
14
+ };
15
+ emit: ((evt: "update:data", args_0: FD | undefined) => void) & ((evt: "update:visible", args_0: boolean | undefined) => void);
16
+ }>) => import("vue").VNode & {
17
+ __ctx?: Awaited<typeof __VLS_setup>;
18
+ };
19
+ export default _default;
20
+ type __VLS_PrettifyLocal<T> = {
21
+ [K in keyof T]: T[K];
22
+ } & {};
@@ -0,0 +1,175 @@
1
+ import { defineComponent, mergeDefaults, useTemplateRef, ref, computed, createBlock, openBlock, mergeProps, unref, isRef, createSlots, withCtx, createVNode, renderList, renderSlot, normalizeProps, guardReactiveProps, createTextVNode, toDisplayString } from "vue";
2
+ import { Button } from "tdesign-vue-next";
3
+ import { qdDialogFormProps } from "./props.mjs";
4
+ import { useVModels } from "../../node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs";
5
+ import { suspectedWrapperPromise, extractSlotsWithPrefix, extractSlotsWithoutPrefix } from "qidian-shared";
6
+ import _sfc_main$1 from "./index.vue.mjs";
7
+ /* empty css */
8
+ import _sfc_main$2 from "../form/index.vue.mjs";
9
+ /* empty css */
10
+ /* empty css */
11
+ /* empty css */
12
+ import { useConfig } from "../config-provider/useConfig.mjs";
13
+ const _sfc_main = /* @__PURE__ */ defineComponent({
14
+ __name: "form",
15
+ props: /* @__PURE__ */ mergeDefaults({
16
+ onSubmit: { type: Function },
17
+ wrapper: {},
18
+ crudMode: {},
19
+ items: {},
20
+ loading: { type: Boolean },
21
+ loadingProps: {},
22
+ defaultClearable: { type: Boolean },
23
+ colon: { type: Boolean },
24
+ data: {},
25
+ disabled: { type: Boolean },
26
+ errorMessage: {},
27
+ id: {},
28
+ labelAlign: {},
29
+ labelWidth: {},
30
+ preventSubmitDefault: { type: Boolean },
31
+ readonly: { type: Boolean },
32
+ requiredMark: { type: Boolean },
33
+ requiredMarkPosition: {},
34
+ resetType: {},
35
+ rules: {},
36
+ scrollToFirstError: {},
37
+ showErrorMessage: { type: Boolean },
38
+ statusIcon: { type: Boolean },
39
+ submitWithWarningMessage: { type: Boolean },
40
+ onReset: { type: Function },
41
+ onValidate: { type: Function },
42
+ gutter: {},
43
+ grid: {},
44
+ visible: { type: Boolean }
45
+ }, qdDialogFormProps),
46
+ emits: ["update:visible", "update:data"],
47
+ setup(__props, { expose: __expose, emit: __emit }) {
48
+ const props = __props;
49
+ const emit = __emit;
50
+ const { visible, data } = useVModels(props, emit, {
51
+ passive: true
52
+ });
53
+ const { t } = useConfig("crud");
54
+ const formRef = useTemplateRef("form");
55
+ const formSubmitLoad = ref(false);
56
+ const reProps = computed(() => {
57
+ const {
58
+ crudMode,
59
+ data: data2,
60
+ visible: inVisible,
61
+ wrapper,
62
+ onSubmit,
63
+ loading,
64
+ ...qdFormOptions
65
+ } = props;
66
+ const reConfirmLoading = formSubmitLoad.value || wrapper.confirmLoading;
67
+ return {
68
+ crudMode,
69
+ qdFormOptions: {
70
+ ...qdFormOptions,
71
+ loading,
72
+ crudMode,
73
+ onSubmit: async (context) => {
74
+ if (!onSubmit) return;
75
+ formSubmitLoad.value = true;
76
+ const [err, res] = await suspectedWrapperPromise(onSubmit(context));
77
+ formSubmitLoad.value = false;
78
+ if (err || res === false) return;
79
+ visible.value = false;
80
+ }
81
+ },
82
+ qdDialogOptions: {
83
+ ...wrapper,
84
+ onOpened: () => {
85
+ Object.assign(expose, formRef.value);
86
+ wrapper.onOpened?.();
87
+ },
88
+ onBeforeClose: () => {
89
+ formRef.value?.reset();
90
+ wrapper.onBeforeClose?.();
91
+ },
92
+ confirmLoading: reConfirmLoading,
93
+ closeOnEscKeydown: loading || reConfirmLoading ? false : wrapper.closeOnEscKeydown,
94
+ closeOnOverlayClick: loading || reConfirmLoading ? false : wrapper.closeOnOverlayClick,
95
+ closeBtn: loading || reConfirmLoading ? false : wrapper.closeBtn,
96
+ confirmBtn: loading || reConfirmLoading ? typeof wrapper.confirmBtn === "object" ? { ...wrapper.confirmBtn, disabled: true } : { disabled: true } : wrapper.confirmBtn,
97
+ cancelBtn: loading || reConfirmLoading ? typeof wrapper.cancelBtn === "object" ? { ...wrapper.cancelBtn, disabled: true } : { disabled: true } : wrapper.cancelBtn,
98
+ onConfirm: (done) => {
99
+ const onConfirm = wrapper.onConfirm;
100
+ if (onConfirm) {
101
+ onConfirm?.(done);
102
+ return;
103
+ }
104
+ formRef.value?.submit();
105
+ }
106
+ },
107
+ models: { data: data2, visible: inVisible }
108
+ };
109
+ });
110
+ function show(newData) {
111
+ if (newData != void 0) data.value = newData;
112
+ visible.value = true;
113
+ }
114
+ function hide() {
115
+ visible.value = false;
116
+ }
117
+ const expose = {
118
+ show,
119
+ hide
120
+ };
121
+ __expose(expose);
122
+ return (_ctx, _cache) => {
123
+ return openBlock(), createBlock(_sfc_main$1, mergeProps({
124
+ visible: unref(visible),
125
+ "onUpdate:visible": _cache[1] || (_cache[1] = ($event) => isRef(visible) ? visible.value = $event : null)
126
+ }, reProps.value.qdDialogOptions), createSlots({
127
+ default: withCtx(() => [
128
+ createVNode(unref(_sfc_main$2), mergeProps({
129
+ ref: "form",
130
+ data: unref(data),
131
+ "onUpdate:data": _cache[0] || (_cache[0] = ($event) => isRef(data) ? data.value = $event : null)
132
+ }, reProps.value.qdFormOptions), createSlots({ _: 2 }, [
133
+ renderList(unref(extractSlotsWithPrefix)(_ctx.$slots, "form"), (item) => {
134
+ return {
135
+ name: item.filterName,
136
+ fn: withCtx((slotProps) => [
137
+ renderSlot(_ctx.$slots, item.originalName, normalizeProps(guardReactiveProps(slotProps)))
138
+ ])
139
+ };
140
+ })
141
+ ]), 1040, ["data"])
142
+ ]),
143
+ _: 2
144
+ }, [
145
+ reProps.value.crudMode === "view" ? {
146
+ name: "footer",
147
+ fn: withCtx(() => [
148
+ createVNode(unref(Button), {
149
+ theme: "default",
150
+ onClick: hide
151
+ }, {
152
+ default: withCtx(() => [
153
+ createTextVNode(toDisplayString(unref(t)("closeText")), 1)
154
+ ]),
155
+ _: 1
156
+ })
157
+ ]),
158
+ key: "0"
159
+ } : void 0,
160
+ renderList(unref(extractSlotsWithoutPrefix)(_ctx.$slots, "form"), (name) => {
161
+ return {
162
+ name,
163
+ fn: withCtx((slotProps) => [
164
+ renderSlot(_ctx.$slots, name, mergeProps(slotProps, { context: unref(data) }))
165
+ ])
166
+ };
167
+ })
168
+ ]), 1040, ["visible"]);
169
+ };
170
+ }
171
+ });
172
+ export {
173
+ _sfc_main as default
174
+ };
175
+ //# sourceMappingURL=form.vue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.vue.mjs","sources":["../../../src/components/dialog/form.vue"],"sourcesContent":["<template>\n <qd-dialog v-model:visible=\"visible\" v-bind=\"reProps.qdDialogOptions\">\n <template v-if=\"reProps.crudMode === 'view'\" #footer>\n <t-button theme=\"default\" @click=\"hide\">{{ t('closeText') }}</t-button>\n </template>\n\n <template v-for=\"name in extractSlotsWithoutPrefix($slots, 'form')\" #[name]=\"slotProps\">\n <slot :name=\"name\" v-bind=\"slotProps\" :context=\"data\" />\n </template>\n\n <qd-form ref=\"form\" v-model:data=\"data\" v-bind=\"reProps.qdFormOptions\">\n <template\n v-for=\"item in extractSlotsWithPrefix($slots, 'form')\"\n #[item.filterName]=\"slotProps\"\n >\n <slot :name=\"item.originalName\" v-bind=\"slotProps\" />\n </template>\n </qd-form>\n </qd-dialog>\n</template>\n\n<script setup lang=\"ts\" generic=\"FD extends Data = Data\">\n import type { QdDialogDone, QdDialogFormInstanceFunctions, QdDialogFormProps } from './types'\n import type { FormInstanceFunctions, Data, DialogCloseContext } from 'tdesign-vue-next'\n import type { QdFormProps, QdFormSubmitContext } from '../form'\n import { Button as TButton } from 'tdesign-vue-next'\n import { qdDialogFormProps } from './props'\n import { computed, useTemplateRef, ref } from 'vue'\n import { useVModels } from '@vueuse/core'\n import {\n extractSlotsWithoutPrefix,\n extractSlotsWithPrefix,\n suspectedWrapperPromise\n } from 'qidian-shared'\n import QdDialog from './index.vue'\n import { QdForm } from '../form'\n import { useConfig } from '../config-provider/useConfig'\n\n type Props = QdDialogFormProps<FD>\n\n const props = withDefaults(defineProps<Props>(), qdDialogFormProps)\n const emit = defineEmits<{\n 'update:visible': [Props['visible']]\n 'update:data': [Props['data']]\n }>()\n const { visible, data } = useVModels<typeof props, keyof typeof emit>(props, emit, {\n passive: true\n })\n\n const { t } = useConfig('crud')\n const formRef = useTemplateRef<FormInstanceFunctions>('form')\n const formSubmitLoad = ref(false)\n\n const reProps = computed(() => {\n const {\n crudMode,\n data,\n visible: inVisible,\n wrapper,\n onSubmit,\n loading,\n ...qdFormOptions\n } = props\n const reConfirmLoading = formSubmitLoad.value || wrapper.confirmLoading\n\n return {\n crudMode,\n qdFormOptions: {\n ...qdFormOptions,\n loading,\n crudMode,\n onSubmit: async (context: QdFormSubmitContext<FD>) => {\n if (!onSubmit) return\n\n formSubmitLoad.value = true\n const [err, res] = await suspectedWrapperPromise(onSubmit(context))\n formSubmitLoad.value = false\n if (err || res === false) return\n\n visible.value = false\n }\n } as unknown as QdFormProps,\n qdDialogOptions: {\n ...wrapper,\n\n onOpened: () => {\n Object.assign(expose, formRef.value)\n wrapper.onOpened?.()\n },\n\n onBeforeClose: () => {\n formRef.value?.reset()\n wrapper.onBeforeClose?.()\n },\n\n confirmLoading: reConfirmLoading,\n closeOnEscKeydown: loading || reConfirmLoading ? false : wrapper.closeOnEscKeydown,\n closeOnOverlayClick: loading || reConfirmLoading ? false : wrapper.closeOnOverlayClick,\n closeBtn: loading || reConfirmLoading ? false : wrapper.closeBtn,\n\n confirmBtn:\n loading || reConfirmLoading\n ? typeof wrapper.confirmBtn === 'object'\n ? { ...wrapper.confirmBtn, disabled: true }\n : { disabled: true }\n : wrapper.confirmBtn,\n cancelBtn:\n loading || reConfirmLoading\n ? typeof wrapper.cancelBtn === 'object'\n ? { ...wrapper.cancelBtn, disabled: true }\n : { disabled: true }\n : wrapper.cancelBtn,\n\n onConfirm: (done: QdDialogDone) => {\n const onConfirm = wrapper.onConfirm\n if (onConfirm) {\n onConfirm?.(done)\n return\n }\n\n formRef.value?.submit()\n }\n },\n models: { data, visible: inVisible }\n }\n })\n\n function show(newData?: FD) {\n if (newData != undefined) data.value = newData\n visible.value = true\n }\n\n function hide() {\n visible.value = false\n }\n\n const expose = {\n show,\n hide\n } as QdDialogFormInstanceFunctions\n\n defineExpose(expose)\n</script>\n"],"names":["data","_openBlock","_createBlock","QdDialog","_mergeProps","_unref","_createSlots","_createVNode","$slots","_withCtx","_renderSlot","TButton"],"mappings":"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"}
@@ -0,0 +1,5 @@
1
+ import _sfc_main from "./form.vue.mjs";
2
+ export {
3
+ _sfc_main as default
4
+ };
5
+ //# sourceMappingURL=form.vue2.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form.vue2.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,3 @@
1
+ export { default as QdDialog } from './index.vue';
2
+ export { default as QdDialogForm } from './form.vue';
3
+ export type { QdDialogProps, QdDialogFormProps, QdDialogInstanceFunctions, QdDialogFormInstanceFunctions } from './types';
@@ -0,0 +1,35 @@
1
+ import type { QdDialogProps } from './types';
2
+ declare var __VLS_7: string | number, __VLS_8: any;
3
+ type __VLS_Slots = {} & {
4
+ [K in NonNullable<typeof __VLS_7>]?: (props: typeof __VLS_8) => any;
5
+ };
6
+ declare const __VLS_component: import("vue").DefineComponent<QdDialogProps, {
7
+ show: () => void;
8
+ hide: () => void;
9
+ }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ "update:visible": (args_0: boolean | undefined) => any;
11
+ }, string, import("vue").PublicProps, Readonly<QdDialogProps> & Readonly<{
12
+ "onUpdate:visible"?: ((args_0: boolean | undefined) => any) | undefined;
13
+ }>, {
14
+ placement: "top" | "center";
15
+ attach: import("tdesign-vue-next").AttachNode;
16
+ destroyOnClose: boolean;
17
+ footer: boolean | import("tdesign-vue-next").TNode;
18
+ header: string | boolean | import("tdesign-vue-next").TNode;
19
+ theme: "default" | "info" | "warning" | "danger" | "success";
20
+ closeBtn: string | boolean | import("tdesign-vue-next").TNode;
21
+ closeOnEscKeydown: boolean;
22
+ closeOnOverlayClick: boolean;
23
+ confirmOnEnter: boolean;
24
+ lazy: boolean;
25
+ preventScrollThrough: boolean;
26
+ showOverlay: boolean;
27
+ width: string | number;
28
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
29
+ declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
30
+ export default _default;
31
+ type __VLS_WithSlots<T, S> = T & {
32
+ new (): {
33
+ $slots: S;
34
+ };
35
+ };
@@ -0,0 +1,111 @@
1
+ import { defineComponent, mergeDefaults, ref, computed, createBlock, openBlock, unref, mergeProps, isRef, createSlots, renderList, withCtx, renderSlot, normalizeProps, guardReactiveProps } from "vue";
2
+ import { qdDialogProps } from "./props.mjs";
3
+ import { Dialog } from "tdesign-vue-next";
4
+ import { useVModels } from "../../node_modules/.pnpm/@vueuse_core@14.0.0_vue@3.5.22_typescript@5.9.3_/node_modules/@vueuse/core/dist/index.mjs";
5
+ import { suspectedWrapperPromise } from "qidian-shared";
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ ...{
8
+ name: "QdDialog"
9
+ },
10
+ __name: "index",
11
+ props: /* @__PURE__ */ mergeDefaults({
12
+ onConfirm: { type: Function },
13
+ attach: { type: [String, Function] },
14
+ body: {},
15
+ cancelBtn: {},
16
+ closeBtn: { type: [String, Boolean] },
17
+ closeOnEscKeydown: { type: Boolean },
18
+ closeOnOverlayClick: { type: Boolean },
19
+ confirmBtn: {},
20
+ confirmLoading: { type: Boolean },
21
+ confirmOnEnter: { type: Boolean },
22
+ default: {},
23
+ destroyOnClose: { type: Boolean },
24
+ dialogClassName: {},
25
+ dialogStyle: {},
26
+ draggable: { type: Boolean },
27
+ footer: { type: Boolean },
28
+ header: { type: [String, Boolean] },
29
+ lazy: { type: Boolean },
30
+ mode: {},
31
+ placement: {},
32
+ preventScrollThrough: { type: Boolean },
33
+ showInAttachedElement: { type: Boolean },
34
+ showOverlay: { type: Boolean },
35
+ theme: {},
36
+ top: {},
37
+ visible: { type: Boolean },
38
+ width: {},
39
+ zIndex: {},
40
+ onBeforeClose: { type: Function },
41
+ onBeforeOpen: { type: Function },
42
+ onCancel: { type: Function },
43
+ onClose: { type: Function },
44
+ onCloseBtnClick: { type: Function },
45
+ onClosed: { type: Function },
46
+ onEscKeydown: { type: Function },
47
+ onOpened: { type: Function },
48
+ onOverlayClick: { type: Function }
49
+ }, qdDialogProps),
50
+ emits: ["update:visible"],
51
+ setup(__props, { expose: __expose, emit: __emit }) {
52
+ const props = __props;
53
+ const emit = __emit;
54
+ const { visible } = useVModels(props, emit, { passive: true });
55
+ const confirmLoad = ref(false);
56
+ const reProps = computed(() => {
57
+ const { visible: inVisible, confirmLoading, ...dialogOptions } = props;
58
+ const reConfirmLoading = confirmLoad.value || confirmLoading;
59
+ return {
60
+ dialogOptions: {
61
+ ...dialogOptions,
62
+ confirmLoading: reConfirmLoading,
63
+ closeOnEscKeydown: reConfirmLoading ? false : dialogOptions.closeOnEscKeydown,
64
+ closeOnOverlayClick: reConfirmLoading ? false : dialogOptions.closeOnOverlayClick,
65
+ closeBtn: reConfirmLoading ? false : dialogOptions.closeBtn,
66
+ cancelBtn: reConfirmLoading ? typeof dialogOptions.cancelBtn === "object" ? { ...dialogOptions.cancelBtn, disabled: true } : { disabled: true } : dialogOptions.cancelBtn,
67
+ onConfirm: async () => {
68
+ const onConfirm = dialogOptions.onConfirm;
69
+ if (!onConfirm) return;
70
+ confirmLoad.value = true;
71
+ suspectedWrapperPromise(
72
+ onConfirm((closed) => {
73
+ visible.value = closed;
74
+ })
75
+ );
76
+ confirmLoad.value = false;
77
+ }
78
+ },
79
+ models: { visible: inVisible }
80
+ };
81
+ });
82
+ function show() {
83
+ visible.value = true;
84
+ }
85
+ function hide() {
86
+ visible.value = false;
87
+ }
88
+ const expose = { show, hide };
89
+ __expose(expose);
90
+ return (_ctx, _cache) => {
91
+ return openBlock(), createBlock(unref(Dialog), mergeProps({
92
+ visible: unref(visible),
93
+ "onUpdate:visible": _cache[0] || (_cache[0] = ($event) => isRef(visible) ? visible.value = $event : null),
94
+ class: "qd-dialog"
95
+ }, reProps.value.dialogOptions), createSlots({ _: 2 }, [
96
+ renderList(_ctx.$slots, (_, name) => {
97
+ return {
98
+ name,
99
+ fn: withCtx((slotProps) => [
100
+ renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotProps)))
101
+ ])
102
+ };
103
+ })
104
+ ]), 1040, ["visible"]);
105
+ };
106
+ }
107
+ });
108
+ export {
109
+ _sfc_main as default
110
+ };
111
+ //# sourceMappingURL=index.vue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue.mjs","sources":["../../../src/components/dialog/index.vue"],"sourcesContent":["<template>\n <t-dialog v-model:visible=\"visible\" class=\"qd-dialog\" v-bind=\"reProps.dialogOptions\">\n <template v-for=\"(_, name) in $slots\" #[name]=\"slotProps\">\n <slot :name=\"name\" v-bind=\"slotProps\" />\n </template>\n </t-dialog>\n</template>\n\n<script setup lang=\"ts\">\n import type { QdDialogInstanceFunctions, QdDialogProps } from './types'\n import { qdDialogProps } from './props'\n import { Dialog as TDialog } from 'tdesign-vue-next'\n import { useVModels } from '@vueuse/core'\n import { computed, ref } from 'vue'\n import { suspectedWrapperPromise } from 'qidian-shared'\n\n defineOptions({\n name: 'QdDialog'\n })\n\n const props = withDefaults(defineProps<QdDialogProps>(), qdDialogProps)\n const emit = defineEmits<{\n 'update:visible': [QdDialogProps['visible']]\n }>()\n const { visible } = useVModels(props, emit, { passive: true })\n\n const confirmLoad = ref(false)\n\n const reProps = computed(() => {\n const { visible: inVisible, confirmLoading, ...dialogOptions } = props\n const reConfirmLoading = confirmLoad.value || confirmLoading\n\n return {\n dialogOptions: {\n ...dialogOptions,\n\n confirmLoading: reConfirmLoading,\n closeOnEscKeydown: reConfirmLoading ? false : dialogOptions.closeOnEscKeydown,\n closeOnOverlayClick: reConfirmLoading ? false : dialogOptions.closeOnOverlayClick,\n closeBtn: reConfirmLoading ? false : dialogOptions.closeBtn,\n\n cancelBtn: reConfirmLoading\n ? typeof dialogOptions.cancelBtn === 'object'\n ? { ...dialogOptions.cancelBtn, disabled: true }\n : { disabled: true }\n : dialogOptions.cancelBtn,\n\n onConfirm: async () => {\n const onConfirm = dialogOptions.onConfirm\n if (!onConfirm) return\n\n confirmLoad.value = true\n suspectedWrapperPromise(\n onConfirm((closed) => {\n visible.value = closed\n })\n )\n confirmLoad.value = false\n }\n },\n models: { visible: inVisible }\n }\n })\n\n function show() {\n visible.value = true\n }\n\n function hide() {\n visible.value = false\n }\n\n const expose: QdDialogInstanceFunctions = { show, hide }\n\n defineExpose(expose)\n</script>\n\n<style lang=\"less\">\n .qd-dialog {\n .t-dialog__wrap > .t-dialog__position > .t-dialog > .t-dialog__body {\n overflow: visible;\n }\n }\n</style>\n"],"names":["_openBlock","_createBlock","_unref","_mergeProps","_createSlots","$slots","_withCtx","_renderSlot","_normalizeProps","_guardReactiveProps"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAoBE,UAAM,QAAQ;AACd,UAAM,OAAO;AAGb,UAAM,EAAE,YAAY,WAAW,OAAO,MAAM,EAAE,SAAS,MAAM;AAE7D,UAAM,cAAc,IAAI,KAAK;AAE7B,UAAM,UAAU,SAAS,MAAM;AAC7B,YAAM,EAAE,SAAS,WAAW,gBAAgB,GAAG,kBAAkB;AACjE,YAAM,mBAAmB,YAAY,SAAS;AAE9C,aAAO;AAAA,QACL,eAAe;AAAA,UACb,GAAG;AAAA,UAEH,gBAAgB;AAAA,UAChB,mBAAmB,mBAAmB,QAAQ,cAAc;AAAA,UAC5D,qBAAqB,mBAAmB,QAAQ,cAAc;AAAA,UAC9D,UAAU,mBAAmB,QAAQ,cAAc;AAAA,UAEnD,WAAW,mBACP,OAAO,cAAc,cAAc,WACjC,EAAE,GAAG,cAAc,WAAW,UAAU,KAAA,IACxC,EAAE,UAAU,KAAA,IACd,cAAc;AAAA,UAElB,WAAW,YAAY;AACrB,kBAAM,YAAY,cAAc;AAChC,gBAAI,CAAC,UAAW;AAEhB,wBAAY,QAAQ;AACpB;AAAA,cACE,UAAU,CAAC,WAAW;AACpB,wBAAQ,QAAQ;AAAA,cAClB,CAAC;AAAA,YAAA;AAEH,wBAAY,QAAQ;AAAA,UACtB;AAAA,QAAA;AAAA,QAEF,QAAQ,EAAE,SAAS,UAAA;AAAA,MAAU;AAAA,IAEjC,CAAC;AAED,aAAS,OAAO;AACd,cAAQ,QAAQ;AAAA,IAClB;AAEA,aAAS,OAAO;AACd,cAAQ,QAAQ;AAAA,IAClB;AAEA,UAAM,SAAoC,EAAE,MAAM,KAAA;AAElD,aAAa,MAAM;;AAzEnB,aAAAA,aAAAC,YAIWC,eAJXC,WAIW;AAAA,QAJO,SAASD,MAAA,OAAA;AAAA,mFAAA,QAAO,QAAA,SAAA;AAAA,QAAE,OAAM;AAAA,MAAA,GAAoB,QAAA,MAAQ,aAAa,GAAAE,YAAA,EAAA,GAAA,KAAA;AAAA,mBACnDC,KAAAA,QAAM,CAAlB,GAAG,SAAI;;;YACvB,IAAAC,QAAA,CAD6C,cAAS;AAAA,cACtDC,WAAwC,KAAA,QAA3B,MAAIC,eAAAC,mBAAU,SAAS,CAAA,CAAA;AAAA,YAAA;;;;;;;"}
@@ -0,0 +1,6 @@
1
+ import _sfc_main from "./index.vue.mjs";
2
+ /* empty css */
3
+ export {
4
+ _sfc_main as default
5
+ };
6
+ //# sourceMappingURL=index.vue3.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue3.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;"}