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,2 @@
1
+ export { default as QdOrgSelect } from './select/index.vue';
2
+ export type { QdOrgSelectProps } from './select/types';
@@ -0,0 +1,28 @@
1
+ import type { QdOrgSelectProps, QdOrgSelectServiceParams } from './types';
2
+ import type { SelectOption } from 'tdesign-vue-next';
3
+ declare const _default: <D extends SelectOption = SelectOption, R = unknown, P = QdOrgSelectServiceParams, TP = P, SK extends string | string[] = string | string[]>(__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:modelValue"?: ((args_0: import("tdesign-vue-next").SelectValue<SelectOption> | undefined) => any) | undefined;
6
+ readonly "onUpdate:valueLabel"?: ((args_0: string | string[] | undefined) => any) | undefined;
7
+ readonly "onUpdate:inputValue"?: ((args_0: string | undefined) => any) | undefined;
8
+ readonly "onUpdate:popupVisible"?: ((args_0: boolean | undefined) => any) | undefined;
9
+ readonly "onUpdate:options"?: ((args_0: D[] | undefined) => any) | undefined;
10
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:modelValue" | "onUpdate:valueLabel" | "onUpdate:inputValue" | "onUpdate:popupVisible" | "onUpdate:options"> & QdOrgSelectProps<D, R, P, TP, SK> & Partial<{}>> & import("vue").PublicProps;
11
+ expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
12
+ attrs: any;
13
+ slots: {
14
+ [x: string]: ((props: any) => any) | undefined;
15
+ [x: number]: ((props: any) => any) | undefined;
16
+ } & {
17
+ default?: (props: {
18
+ options: SelectOption[];
19
+ }) => any;
20
+ };
21
+ emit: ((evt: "update:modelValue", args_0: import("tdesign-vue-next").SelectValue<SelectOption> | undefined) => void) & ((evt: "update:valueLabel", args_0: string | string[] | undefined) => void) & ((evt: "update:inputValue", args_0: string | undefined) => void) & ((evt: "update:popupVisible", args_0: boolean | undefined) => void) & ((evt: "update:options", args_0: D[] | undefined) => void);
22
+ }>) => import("vue").VNode & {
23
+ __ctx?: Awaited<typeof __VLS_setup>;
24
+ };
25
+ export default _default;
26
+ type __VLS_PrettifyLocal<T> = {
27
+ [K in keyof T]: T[K];
28
+ } & {};
@@ -0,0 +1,273 @@
1
+ import { defineComponent, mergeDefaults, inject, computed, createBlock, openBlock, unref, mergeProps, isRef, createSlots, withCtx, renderSlot, normalizeProps, guardReactiveProps, createElementBlock, Fragment, renderList, createElementVNode, createCommentVNode, createTextVNode, toDisplayString } from "vue";
2
+ import { Option } from "tdesign-vue-next";
3
+ import "qidian-shared";
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 "tdesign-icons-vue-next";
6
+ import { PROVIDE_ORG } from "../../config-provider/config.mjs";
7
+ import "../../../locales/zh-CN.mjs";
8
+ /* empty css */
9
+ /* empty css */
10
+ import QdServiceSelect from "../../service/select.vue.mjs";
11
+ import { qdOrgSelectKeys, qdOrgSelectProps } from "./props.mjs";
12
+ import QdAutoTooltip from "../../auto-tooltip/index.vue.mjs";
13
+ import merge from "../../../node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/merge.mjs";
14
+ import get from "../../../node_modules/.pnpm/lodash-es@4.17.21/node_modules/lodash-es/get.mjs";
15
+ const _hoisted_1 = { class: "qd-service-select__label" };
16
+ const _hoisted_2 = {
17
+ key: 1,
18
+ class: "qd-service-select__desc"
19
+ };
20
+ const _sfc_main = /* @__PURE__ */ defineComponent({
21
+ ...{
22
+ name: "QdOrgSelect"
23
+ },
24
+ __name: "index",
25
+ props: /* @__PURE__ */ mergeDefaults({
26
+ type: {},
27
+ showDeptName: { type: Boolean },
28
+ showFullDeptPath: { type: Boolean },
29
+ transformParams: { type: Function },
30
+ keys: {},
31
+ defaultSelectFirst: { type: Boolean },
32
+ convStr: { type: [Boolean, String] },
33
+ valueLabel: {},
34
+ searchKey: {},
35
+ fillOptions: {},
36
+ autoWidth: { type: Boolean },
37
+ autofocus: { type: Boolean },
38
+ borderless: { type: Boolean },
39
+ clearable: { type: Boolean },
40
+ collapsedItems: {},
41
+ creatable: { type: Boolean },
42
+ disabled: { type: Boolean },
43
+ empty: {},
44
+ filter: { type: Function },
45
+ filterable: { type: Boolean },
46
+ inputProps: {},
47
+ inputValue: {},
48
+ defaultInputValue: {},
49
+ label: {},
50
+ loading: { type: Boolean },
51
+ loadingText: {},
52
+ max: {},
53
+ minCollapsedNum: {},
54
+ multiple: { type: Boolean },
55
+ options: {},
56
+ panelBottomContent: {},
57
+ panelTopContent: {},
58
+ placeholder: {},
59
+ popupProps: {},
60
+ popupVisible: { type: Boolean },
61
+ defaultPopupVisible: { type: Boolean },
62
+ prefixIcon: {},
63
+ readonly: { type: Boolean },
64
+ reserveKeyword: { type: Boolean },
65
+ scroll: {},
66
+ selectInputProps: {},
67
+ showArrow: { type: Boolean },
68
+ size: {},
69
+ status: {},
70
+ suffix: {},
71
+ suffixIcon: {},
72
+ tagInputProps: {},
73
+ tagProps: {},
74
+ tips: {},
75
+ value: {},
76
+ defaultValue: {},
77
+ modelValue: {},
78
+ valueDisplay: {},
79
+ valueType: {},
80
+ onBlur: { type: Function },
81
+ onChange: { type: Function },
82
+ onClear: { type: Function },
83
+ onCreate: { type: Function },
84
+ onEnter: { type: Function },
85
+ onFocus: { type: Function },
86
+ onInputChange: { type: Function },
87
+ onPopupVisibleChange: { type: Function },
88
+ onRemove: { type: Function },
89
+ onSearch: { type: Function },
90
+ onBefore: { type: Function },
91
+ onAfter: { type: Function },
92
+ onSuccess: { type: Function },
93
+ onError: { type: Function },
94
+ service: { type: Function },
95
+ manual: { type: Boolean },
96
+ transformRes: { type: Function }
97
+ }, qdOrgSelectProps),
98
+ emits: ["update:modelValue", "update:valueLabel", "update:inputValue", "update:popupVisible", "update:options"],
99
+ setup(__props, { emit: __emit }) {
100
+ const props = __props;
101
+ const emit = __emit;
102
+ const { modelValue, valueLabel, inputValue, popupVisible, options } = useVModels(props, emit, {
103
+ passive: true
104
+ });
105
+ const globalOrg = inject(
106
+ PROVIDE_ORG,
107
+ computed(() => void 0)
108
+ );
109
+ const reProps = computed(() => {
110
+ const {
111
+ type,
112
+ showDeptName,
113
+ showFullDeptPath,
114
+ keys,
115
+ modelValue: modelValue2,
116
+ valueLabel: valueLabel2,
117
+ inputValue: inputValue2,
118
+ popupVisible: popupVisible2,
119
+ options: options2,
120
+ ...serviceSelectOptions
121
+ } = props;
122
+ const globalService = globalOrg.value?.search;
123
+ const globalSelect = globalOrg.value?.select;
124
+ const otherOptions = merge(globalSelect, {
125
+ type,
126
+ showDeptName,
127
+ showFullDeptPath
128
+ });
129
+ const reKeys = merge(qdOrgSelectKeys, globalSelect?.keys, keys);
130
+ const serviceSelectOptionsMerge = merge(
131
+ globalService,
132
+ globalSelect,
133
+ { keys: reKeys, pagination: false },
134
+ serviceSelectOptions
135
+ );
136
+ const transformParams = serviceSelectOptionsMerge.transformParams;
137
+ serviceSelectOptionsMerge.transformParams = (params) => {
138
+ params.type = type;
139
+ params.showFullDeptPath = showFullDeptPath;
140
+ if (transformParams) return transformParams(params);
141
+ return params;
142
+ };
143
+ return {
144
+ ...otherOptions,
145
+ keys: reKeys,
146
+ serviceSelectOptions: serviceSelectOptionsMerge,
147
+ models: {
148
+ modelValue: modelValue2,
149
+ valueLabel: valueLabel2,
150
+ inputValue: inputValue2,
151
+ popupVisible: popupVisible2,
152
+ options: options2
153
+ }
154
+ };
155
+ });
156
+ function buildOptions(data) {
157
+ if (!data) return [];
158
+ return data.map((item) => {
159
+ const value = getOptionValue(item);
160
+ const label = getOptionLabel(item);
161
+ const disabled = getOptionDisabled(item);
162
+ const jobNumber = getOptionJobNumber(item);
163
+ const deptName = getOptionDeptName(item);
164
+ const fullDeptPath = getOptionFullDeptPath(item);
165
+ return {
166
+ value,
167
+ label,
168
+ disabled,
169
+ jobNumber,
170
+ deptName,
171
+ fullDeptPath,
172
+ origOption: item
173
+ };
174
+ });
175
+ }
176
+ function getOptionValue(option) {
177
+ return get(option, reProps.value.keys?.value || qdOrgSelectKeys.value);
178
+ }
179
+ function getOptionLabel(option) {
180
+ return get(option, reProps.value.keys?.label || qdOrgSelectKeys.label);
181
+ }
182
+ function getOptionDisabled(option) {
183
+ return get(option, reProps.value.keys?.disabled || qdOrgSelectKeys.disabled);
184
+ }
185
+ function getOptionJobNumber(option) {
186
+ return get(option, reProps.value.keys?.jobNumber || qdOrgSelectKeys.jobNumber);
187
+ }
188
+ function getOptionDeptName(option) {
189
+ return get(option, reProps.value.keys?.deptName || qdOrgSelectKeys.deptName);
190
+ }
191
+ function getOptionFullDeptPath(option) {
192
+ const path = get(option, reProps.value.keys?.fullDeptPath || qdOrgSelectKeys.fullDeptPath);
193
+ const res = {
194
+ tooltipDisabled: void 0,
195
+ content: path,
196
+ abbreviatedContent: path
197
+ };
198
+ const abbreviatedContentSplit = res.abbreviatedContent?.split("/") || [];
199
+ if (abbreviatedContentSplit.length > 2) {
200
+ res.tooltipDisabled = false;
201
+ res.abbreviatedContent = `${abbreviatedContentSplit[0]}/.../${abbreviatedContentSplit[abbreviatedContentSplit.length - 1]}`;
202
+ }
203
+ return res;
204
+ }
205
+ return (_ctx, _cache) => {
206
+ return openBlock(), createBlock(unref(QdServiceSelect), mergeProps({
207
+ modelValue: unref(modelValue),
208
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(modelValue) ? modelValue.value = $event : null),
209
+ "value-label": unref(valueLabel),
210
+ "onUpdate:valueLabel": _cache[1] || (_cache[1] = ($event) => isRef(valueLabel) ? valueLabel.value = $event : null),
211
+ input: unref(inputValue),
212
+ "onUpdate:input": _cache[2] || (_cache[2] = ($event) => isRef(inputValue) ? inputValue.value = $event : null),
213
+ "popup-visible": unref(popupVisible),
214
+ "onUpdate:popupVisible": _cache[3] || (_cache[3] = ($event) => isRef(popupVisible) ? popupVisible.value = $event : null),
215
+ options: unref(options),
216
+ "onUpdate:options": _cache[4] || (_cache[4] = ($event) => isRef(options) ? options.value = $event : null),
217
+ class: "qd-service-select"
218
+ }, reProps.value.serviceSelectOptions), createSlots({
219
+ default: withCtx((slotProps) => [
220
+ renderSlot(_ctx.$slots, "default", normalizeProps(guardReactiveProps(slotProps)), () => [
221
+ (openBlock(true), createElementBlock(Fragment, null, renderList(buildOptions(slotProps.options), (item) => {
222
+ return openBlock(), createBlock(unref(Option), mergeProps({
223
+ key: item.value,
224
+ value: item.value,
225
+ label: item.label,
226
+ disabled: item.disabled,
227
+ class: "qd-service-select__option"
228
+ }, { ref_for: true }, item.origOption), {
229
+ default: withCtx(() => [
230
+ createElementVNode("p", _hoisted_1, [
231
+ createTextVNode(toDisplayString(item.label) + " ", 1),
232
+ item.jobNumber ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
233
+ createTextVNode("(" + toDisplayString(item.jobNumber) + ")", 1)
234
+ ], 64)) : createCommentVNode("", true)
235
+ ]),
236
+ reProps.value.showFullDeptPath && item.fullDeptPath.content ? (openBlock(), createBlock(unref(QdAutoTooltip), {
237
+ key: 0,
238
+ class: "qd-service-select__desc",
239
+ "tooltip-disabled": item.fullDeptPath.tooltipDisabled,
240
+ placement: "right"
241
+ }, {
242
+ content: withCtx(() => [
243
+ createTextVNode(toDisplayString(item.fullDeptPath.content), 1)
244
+ ]),
245
+ default: withCtx(() => [
246
+ createTextVNode(" " + toDisplayString(item.fullDeptPath.abbreviatedContent), 1)
247
+ ]),
248
+ _: 2
249
+ }, 1032, ["tooltip-disabled"])) : reProps.value.showDeptName && item.deptName ? (openBlock(), createElementBlock("p", _hoisted_2, toDisplayString(item.deptName), 1)) : createCommentVNode("", true)
250
+ ]),
251
+ _: 2
252
+ }, 1040, ["value", "label", "disabled"]);
253
+ }), 128))
254
+ ])
255
+ ]),
256
+ _: 2
257
+ }, [
258
+ renderList(_ctx.$slots, (_, name) => {
259
+ return {
260
+ name,
261
+ fn: withCtx((slotProps) => [
262
+ renderSlot(_ctx.$slots, name, normalizeProps(guardReactiveProps(slotProps)))
263
+ ])
264
+ };
265
+ })
266
+ ]), 1040, ["modelValue", "value-label", "input", "popup-visible", "options"]);
267
+ };
268
+ }
269
+ });
270
+ export {
271
+ _sfc_main as default
272
+ };
273
+ //# sourceMappingURL=index.vue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.vue.mjs","sources":["../../../../src/components/org/select/index.vue"],"sourcesContent":["<template>\n <qd-service-select\n v-model=\"modelValue\"\n v-model:value-label=\"valueLabel\"\n v-model:input=\"inputValue\"\n v-model:popup-visible=\"popupVisible\"\n v-model:options=\"options\"\n class=\"qd-service-select\"\n v-bind=\"reProps.serviceSelectOptions\"\n >\n <template #default=\"slotProps\">\n <slot v-bind=\"slotProps\">\n <t-option\n v-for=\"item in buildOptions(slotProps.options)\"\n :key=\"item.value\"\n :value=\"item.value\"\n :label=\"item.label\"\n :disabled=\"item.disabled\"\n class=\"qd-service-select__option\"\n v-bind=\"item.origOption\"\n >\n <p class=\"qd-service-select__label\">\n {{ item.label }}\n <template v-if=\"item.jobNumber\">({{ item.jobNumber }})</template>\n </p>\n\n <qd-auto-tooltip\n v-if=\"reProps.showFullDeptPath && item.fullDeptPath.content\"\n class=\"qd-service-select__desc\"\n :tooltip-disabled=\"item.fullDeptPath.tooltipDisabled\"\n placement=\"right\"\n >\n <template #content>{{ item.fullDeptPath.content }}</template>\n {{ item.fullDeptPath.abbreviatedContent }}\n </qd-auto-tooltip>\n <p v-else-if=\"reProps.showDeptName && item.deptName\" class=\"qd-service-select__desc\">\n {{ item.deptName }}\n </p>\n </t-option>\n </slot>\n </template>\n\n <template v-for=\"(_, name) in $slots\" #[name]=\"slotProps\">\n <slot :name=\"name\" v-bind=\"slotProps\" />\n </template>\n </qd-service-select>\n</template>\n\n<script\n setup\n lang=\"ts\"\n generic=\"\n D extends SelectOption = SelectOption,\n R = unknown,\n P = QdOrgSelectServiceParams,\n TP = P,\n SK extends string | string[] = string | string[]\n \"\n>\n import type { QdServiceSelectProps } from '../../service'\n import type { QdOrgSelectProps, QdOrgSelectServiceParams } from './types'\n import type { SelectOption } from 'tdesign-vue-next'\n import { Option as TOption } from 'tdesign-vue-next'\n import { QdServiceSelect } from '../../service'\n import { qdOrgSelectKeys, qdOrgSelectProps } from './props'\n import { computed, inject } from 'vue'\n import { PROVIDE_ORG } from '../../config-provider/config'\n import { get, merge } from 'lodash-es'\n import { useVModels } from '@vueuse/core'\n import { QdAutoTooltip } from '../../auto-tooltip'\n\n defineOptions({\n name: 'QdOrgSelect'\n })\n\n type Props = QdOrgSelectProps<D, R, P, TP, SK>\n\n const props = withDefaults(defineProps<Props>(), qdOrgSelectProps)\n const emit = defineEmits<{\n 'update:modelValue': [Props['modelValue']]\n 'update:valueLabel': [Props['valueLabel']]\n 'update:inputValue': [Props['inputValue']]\n 'update:popupVisible': [Props['popupVisible']]\n 'update:options': [Props['options']]\n }>()\n const { modelValue, valueLabel, inputValue, popupVisible, options } = useVModels(props, emit, {\n passive: true\n })\n\n const globalOrg = inject(\n PROVIDE_ORG,\n computed(() => undefined)\n )\n\n const reProps = computed(() => {\n const {\n type,\n showDeptName,\n showFullDeptPath,\n keys,\n modelValue,\n valueLabel,\n inputValue,\n popupVisible,\n options,\n ...serviceSelectOptions\n } = props\n\n const globalService = globalOrg.value?.search\n const globalSelect = globalOrg.value?.select\n\n const otherOptions = merge(globalSelect, {\n type,\n showDeptName,\n showFullDeptPath\n })\n\n const reKeys = merge(qdOrgSelectKeys, globalSelect?.keys, keys) as typeof keys\n const serviceSelectOptionsMerge = merge(\n globalService,\n globalSelect,\n { keys: reKeys, pagination: false },\n serviceSelectOptions\n ) as unknown as Omit<QdServiceSelectProps<D, R, P, TP, false, SK>, 'transformParams'> &\n Pick<Props, 'transformParams'>\n\n const transformParams = serviceSelectOptionsMerge.transformParams\n serviceSelectOptionsMerge.transformParams = (params) => {\n params.type = type\n params.showFullDeptPath = showFullDeptPath\n if (transformParams) return transformParams(params)\n return params as TP\n }\n\n return {\n ...otherOptions,\n keys: reKeys,\n serviceSelectOptions: serviceSelectOptionsMerge as Omit<QdServiceSelectProps, 'keys'>,\n\n models: {\n modelValue,\n valueLabel,\n inputValue,\n popupVisible,\n options\n }\n }\n })\n\n function buildOptions(data?: SelectOption[]) {\n if (!data) return []\n\n return data.map((item) => {\n const value = getOptionValue(item)\n const label = getOptionLabel(item)\n const disabled = getOptionDisabled(item)\n const jobNumber = getOptionJobNumber(item)\n const deptName = getOptionDeptName(item)\n const fullDeptPath = getOptionFullDeptPath(item)\n\n return {\n value,\n label,\n disabled,\n jobNumber,\n deptName,\n fullDeptPath,\n origOption: item\n }\n })\n }\n\n function getOptionValue(option: SelectOption) {\n return get(option, reProps.value.keys?.value || qdOrgSelectKeys.value)\n }\n\n function getOptionLabel(option: SelectOption) {\n return get(option, reProps.value.keys?.label || qdOrgSelectKeys.label)\n }\n\n function getOptionDisabled(option: SelectOption) {\n return get(option, reProps.value.keys?.disabled || qdOrgSelectKeys.disabled)\n }\n\n function getOptionJobNumber(option: SelectOption) {\n return get(option, reProps.value.keys?.jobNumber || qdOrgSelectKeys.jobNumber)\n }\n\n function getOptionDeptName(option: SelectOption) {\n return get(option, reProps.value.keys?.deptName || qdOrgSelectKeys.deptName)\n }\n\n function getOptionFullDeptPath(option: SelectOption) {\n const path = get(option, reProps.value.keys?.fullDeptPath || qdOrgSelectKeys.fullDeptPath)\n const res = {\n tooltipDisabled: undefined as boolean | undefined,\n content: path,\n abbreviatedContent: path\n }\n\n const abbreviatedContentSplit = res.abbreviatedContent?.split('/') || []\n if (abbreviatedContentSplit.length > 2) {\n res.tooltipDisabled = false\n res.abbreviatedContent = `${abbreviatedContentSplit[0]}/.../${abbreviatedContentSplit[abbreviatedContentSplit.length - 1]}`\n }\n\n return res\n }\n</script>\n\n<style lang=\"less\">\n .qd-service-select {\n &__option {\n height: auto !important;\n min-height: var(--td-comp-size-s);\n\n .t-checkbox {\n align-items: flex-start;\n\n &__input {\n margin-top: 3px;\n }\n }\n }\n\n &__desc {\n color: var(--td-text-color-placeholder);\n }\n }\n</style>\n"],"names":["modelValue","valueLabel","inputValue","popupVisible","options","_openBlock","_createBlock","_unref","_mergeProps","_createSlots","_withCtx","_renderSlot","_normalizeProps","_guardReactiveProps","_createElementBlock","_Fragment","_createElementVNode","_createTextVNode","_toDisplayString","$slots"],"mappings":"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"}
@@ -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":";;"}
@@ -0,0 +1,22 @@
1
+ export declare const qdOrgSelectProps: {
2
+ readonly showFullDeptPath: true;
3
+ readonly manual: true;
4
+ readonly showArrow: true;
5
+ readonly popupVisible: undefined;
6
+ readonly disabled: undefined;
7
+ readonly clearable: false;
8
+ readonly readonly: undefined;
9
+ readonly valueType: "value";
10
+ readonly filterable: undefined;
11
+ readonly searchKey: undefined;
12
+ readonly convStr: false;
13
+ };
14
+ export declare const qdOrgSelectKeys: {
15
+ value: string;
16
+ label: string;
17
+ jobNumber: string;
18
+ deptName: string;
19
+ fullDeptPath: string;
20
+ disabled: string;
21
+ children: string;
22
+ };
@@ -0,0 +1,19 @@
1
+ import { qdServiceSelectProps, qdServiceSelectKeys } from "../../service/props.mjs";
2
+ const { pagination, ...otherQdServiceSelectProps } = qdServiceSelectProps;
3
+ const qdOrgSelectProps = {
4
+ ...otherQdServiceSelectProps,
5
+ showFullDeptPath: true
6
+ };
7
+ const qdOrgSelectKeys = {
8
+ ...qdServiceSelectKeys,
9
+ value: "id",
10
+ label: "label",
11
+ jobNumber: "properties.jobNumber",
12
+ deptName: "properties.deptName",
13
+ fullDeptPath: "properties.fullDeptPath"
14
+ };
15
+ export {
16
+ qdOrgSelectKeys,
17
+ qdOrgSelectProps
18
+ };
19
+ //# sourceMappingURL=props.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"props.mjs","sources":["../../../../src/components/org/select/props.ts"],"sourcesContent":["import { qdServiceSelectKeys, qdServiceSelectProps } from '../../service/props'\n\nconst { pagination, ...otherQdServiceSelectProps } = qdServiceSelectProps\n\nexport const qdOrgSelectProps = {\n ...otherQdServiceSelectProps,\n\n showFullDeptPath: true\n} as const\n\nexport const qdOrgSelectKeys = {\n ...qdServiceSelectKeys,\n value: 'id',\n label: 'label',\n jobNumber: 'properties.jobNumber',\n deptName: 'properties.deptName',\n fullDeptPath: 'properties.fullDeptPath'\n}\n"],"names":[],"mappings":";AAEA,MAAM,EAAE,YAAY,GAAG,0BAAA,IAA8B;AAE9C,MAAM,mBAAmB;AAAA,EAC9B,GAAG;AAAA,EAEH,kBAAkB;AACpB;AAEO,MAAM,kBAAkB;AAAA,EAC7B,GAAG;AAAA,EACH,OAAO;AAAA,EACP,OAAO;AAAA,EACP,WAAW;AAAA,EACX,UAAU;AAAA,EACV,cAAc;AAChB;"}
@@ -0,0 +1,22 @@
1
+ import type { SelectOption } from 'tdesign-vue-next';
2
+ import type { QdServiceSelectProps } from '../../service';
3
+ export type QdOrgSelectType = 'user' | 'dept';
4
+ export interface QdOrgSelectServiceParams {
5
+ type: QdOrgSelectType;
6
+ showFullDeptPath?: boolean;
7
+ }
8
+ export interface QdOrgSelectProps<D extends SelectOption = SelectOption, R = unknown, P = QdOrgSelectServiceParams, TP = P, SK extends string | string[] = string | string[]> extends Partial<Omit<QdServiceSelectProps<D, R, P, TP, false, SK>, 'pagination' | 'transformParams' | 'keys'>> {
9
+ type: QdOrgSelectType;
10
+ showDeptName?: boolean;
11
+ showFullDeptPath?: boolean;
12
+ transformParams?: (params: SK extends string ? {
13
+ [K in SK]: string;
14
+ } & QdOrgSelectServiceParams : SK extends string[] ? {
15
+ [K in SK[number]]: string;
16
+ } & QdOrgSelectServiceParams : QdOrgSelectServiceParams) => TP | Promise<TP>;
17
+ keys?: QdServiceSelectProps['keys'] & {
18
+ jobNumber?: string;
19
+ deptName?: string;
20
+ fullDeptPath?: string;
21
+ };
22
+ }
@@ -0,0 +1,4 @@
1
+ export { default as QdServiceTable } from './table.vue';
2
+ export { default as QdServiceList } from './list.vue';
3
+ export { default as QdServiceSelect } from './select.vue';
4
+ export type { QdServiceTableProps, QdServiceTableInstanceFunctions, QdServiceListProps, QdServiceListInstanceFunctions, QdServiceSelectProps, QdServiceSelectInstanceFunctions } from './types';
@@ -0,0 +1,26 @@
1
+ import type { TableRowData } from 'tdesign-vue-next';
2
+ import type { ServicePageParams, ServicePagination } from 'qidian-shared';
3
+ import type { QdServiceListInstanceFunctions, QdServiceListProps } from './types';
4
+ declare const _default: <D extends TableRowData = TableRowData, R = unknown, P = ServicePageParams, TP = P, Pag extends ServicePagination = ServicePagination>(__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<{
5
+ props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
6
+ readonly "onUpdate:data"?: ((args_0: D[] | undefined) => any) | undefined;
7
+ } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>, "onUpdate:data"> & QdServiceListProps<D, R, P, TP, Pag> & Partial<{}>> & import("vue").PublicProps;
8
+ expose(exposed: import("vue").ShallowUnwrapRef<QdServiceListInstanceFunctions<D, R, P, TP, Pag>>): void;
9
+ attrs: any;
10
+ slots: {
11
+ [x: string]: ((props: any) => any) | undefined;
12
+ } & {
13
+ empty?: (props: {}) => any;
14
+ } & {
15
+ default?: (props: {
16
+ data: D[];
17
+ }) => any;
18
+ };
19
+ emit: (evt: "update:data", args_0: D[] | undefined) => void;
20
+ }>) => import("vue").VNode & {
21
+ __ctx?: Awaited<typeof __VLS_setup>;
22
+ };
23
+ export default _default;
24
+ type __VLS_PrettifyLocal<T> = {
25
+ [K in keyof T]: T[K];
26
+ } & {};
@@ -0,0 +1,8 @@
1
+ import _sfc_main from "./list.vue2.mjs";
2
+ /* empty css */
3
+ import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
4
+ const QdServiceList = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-2617cd0a"]]);
5
+ export {
6
+ QdServiceList as default
7
+ };
8
+ //# sourceMappingURL=list.vue.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list.vue.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}