@vunk/form 2.18.2 → 2.19.1

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 (320) hide show
  1. package/components/_plugin-vue_export-helper.cjs +1 -11
  2. package/components/api-tables-select/index.cjs +1 -467
  3. package/components/api-tables-select/index.mjs +56 -413
  4. package/components/api-tables-select/src/ctx.d.ts +147 -173
  5. package/components/api-tables-select/src/index.vue.d.ts +390 -983
  6. package/components/button/index.cjs +1 -112
  7. package/components/button/index.mjs +56 -85
  8. package/components/button/src/ctx.d.ts +28 -113
  9. package/components/button/src/index.vue.d.ts +314 -621
  10. package/components/card-input-collection/index.cjs +1 -370
  11. package/components/card-input-collection/index.mjs +175 -277
  12. package/components/card-input-collection/src/core.vue.d.ts +57 -950
  13. package/components/card-input-collection/src/ctx.d.ts +19 -49
  14. package/components/card-input-collection/src/index.vue.d.ts +49 -112
  15. package/components/cascader/index.cjs +1 -150
  16. package/components/cascader/index.mjs +88 -116
  17. package/components/cascader/src/ctx.d.ts +148 -207
  18. package/components/cascader/src/index.vue.d.ts +335 -525
  19. package/components/cascader/src/use.d.ts +1 -1
  20. package/components/checkbox/index.cjs +1 -152
  21. package/components/checkbox/index.mjs +75 -119
  22. package/components/checkbox/src/ctx.d.ts +46 -69
  23. package/components/checkbox/src/index.vue.d.ts +445 -1012
  24. package/components/cloneDeep.cjs +1 -2106
  25. package/components/color-picker/index.cjs +1 -80
  26. package/components/color-picker/index.mjs +46 -69
  27. package/components/color-picker/src/ctx.d.ts +138 -107
  28. package/components/color-picker/src/index.vue.d.ts +305 -255
  29. package/components/date-picker/index.cjs +1 -119
  30. package/components/date-picker/index.mjs +63 -97
  31. package/components/date-picker/src/ctx.d.ts +131 -206
  32. package/components/date-picker/src/index.vue.d.ts +287 -1359
  33. package/components/date-picker/src/types.d.ts +7 -7
  34. package/components/date-picker-range/index.cjs +1 -177
  35. package/components/date-picker-range/index.mjs +62 -113
  36. package/components/date-picker-range/src/ctx.d.ts +139 -207
  37. package/components/date-picker-range/src/index.vue.d.ts +896 -450
  38. package/components/debounce.cjs +1 -0
  39. package/components/dialog/index.cjs +1 -126
  40. package/components/dialog/index.mjs +65 -99
  41. package/components/dialog/src/ctx.d.ts +17 -108
  42. package/components/dialog/src/index.vue.d.ts +77 -1070
  43. package/components/dialog-input-collection/index.cjs +1 -624
  44. package/components/dialog-input-collection/index.mjs +276 -498
  45. package/components/dialog-input-collection/src/ctx.d.ts +20 -50
  46. package/components/dialog-input-collection/src/dialog-form.vue.d.ts +28 -6366
  47. package/components/dialog-input-collection/src/index.vue.d.ts +66 -7629
  48. package/components/dialog-input-collection/src/layout.vue.d.ts +16 -72
  49. package/components/download-plus/index.cjs +1 -456
  50. package/components/download-plus/index.mjs +214 -358
  51. package/components/download-plus/src/ctx.d.ts +20 -50
  52. package/components/download-plus/src/index.vue.d.ts +434 -1171
  53. package/components/editable-text/index.cjs +1 -295
  54. package/components/editable-text/index.mjs +113 -239
  55. package/components/editable-text/src/ctx.d.ts +20 -50
  56. package/components/editable-text/src/index.vue.d.ts +62 -3257
  57. package/components/el-slider/index.cjs +1 -0
  58. package/components/el-slider/index.d.ts +5 -0
  59. package/components/el-slider/index.mjs +475 -0
  60. package/components/el-slider/src/button.d.ts +36 -0
  61. package/components/el-slider/src/button.vue.d.ts +42 -0
  62. package/components/el-slider/src/composables/index.cjs +1 -0
  63. package/components/el-slider/src/composables/index.d.ts +6 -0
  64. package/components/el-slider/src/composables/index.mjs +9 -0
  65. package/components/el-slider/src/composables/use-lifecycle.d.ts +4 -0
  66. package/components/el-slider/src/composables/use-marks.d.ts +7 -0
  67. package/components/el-slider/src/composables/use-slide.d.ts +23 -0
  68. package/components/el-slider/src/composables/use-slider-button.d.ts +18 -0
  69. package/components/el-slider/src/composables/use-stops.d.ts +8 -0
  70. package/components/el-slider/src/composables/use-watch.d.ts +4 -0
  71. package/components/el-slider/src/constants.d.ts +14 -0
  72. package/components/el-slider/src/marker.d.ts +37 -0
  73. package/components/el-slider/src/slider-core.vue.d.ts +219 -0
  74. package/components/el-slider/src/slider.d.ts +175 -0
  75. package/components/esri-input-geojson/index.cjs +2 -1604
  76. package/components/esri-input-geojson/index.mjs +666 -1289
  77. package/components/esri-input-geojson/src/append.vue.d.ts +225 -1084
  78. package/components/esri-input-geojson/src/const.d.ts +1 -1
  79. package/components/esri-input-geojson/src/ctx.d.ts +62 -158
  80. package/components/esri-input-geojson/src/default-view.vue.d.ts +12 -132
  81. package/components/esri-input-geojson/src/index.vue.d.ts +1470 -789
  82. package/components/esri-input-geojson/src/viewer.vue.d.ts +424 -287
  83. package/components/fieldset/index.cjs +1 -110
  84. package/components/fieldset/index.mjs +62 -77
  85. package/components/fieldset/src/ctx.d.ts +4 -4
  86. package/components/fieldset/src/index.vue.d.ts +10 -9
  87. package/components/form/index.cjs +1 -248
  88. package/components/form/index.mjs +107 -161
  89. package/components/form/src/ctx.d.ts +15 -64
  90. package/components/form/src/index.vue.d.ts +360 -2416
  91. package/components/form-item/index.cjs +1 -294
  92. package/components/form-item/index.mjs +139 -229
  93. package/components/form-item/src/core.vue.d.ts +33 -1853
  94. package/components/form-item/src/ctx.d.ts +17 -47
  95. package/components/form-item/src/index.vue.d.ts +41 -103
  96. package/components/form-item-renderer/index.cjs +1 -193
  97. package/components/form-item-renderer/index.mjs +102 -162
  98. package/components/form-item-renderer/src/core.vue.d.ts +12 -11
  99. package/components/form-item-renderer/src/ctx.d.ts +3 -3
  100. package/components/form-item-renderer/src/index.vue.d.ts +25 -73
  101. package/components/form-item-renderer-template/index.cjs +1 -47
  102. package/components/form-item-renderer-template/index.mjs +19 -33
  103. package/components/form-item-renderer-template/src/index.vue.d.ts +4 -3
  104. package/components/forms-provider/index.cjs +1 -99
  105. package/components/forms-provider/index.mjs +44 -73
  106. package/components/forms-provider/src/core.d.ts +3 -2
  107. package/components/forms-provider/src/index.vue.d.ts +5 -2
  108. package/components/forms-provider/src/segment.vue.d.ts +12 -8
  109. package/components/forms-provider/src/view.vue.d.ts +17 -3
  110. package/components/index.cjs +1 -399
  111. package/components/index2.cjs +1 -17
  112. package/components/information/index.cjs +1 -65
  113. package/components/information/index.mjs +28 -38
  114. package/components/information/src/ctx.d.ts +2 -2
  115. package/components/information/src/index.vue.d.ts +7 -6
  116. package/components/information-collection/index.cjs +1 -81
  117. package/components/information-collection/index.mjs +44 -48
  118. package/components/information-collection/src/ctx.d.ts +20 -50
  119. package/components/information-collection/src/index.vue.d.ts +49 -112
  120. package/components/information-renderer/index.cjs +1 -16
  121. package/components/information-renderer/index.mjs +9 -10
  122. package/components/information-tag/index.cjs +1 -101
  123. package/components/information-tag/index.mjs +44 -54
  124. package/components/information-tag/src/ctx.d.ts +5 -19
  125. package/components/information-tag/src/index.vue.d.ts +24 -51
  126. package/components/information-templates-default/index.cjs +1 -101
  127. package/components/information-templates-default/index.mjs +63 -73
  128. package/components/information-templates-default/src/index.vue.d.ts +2 -1
  129. package/components/input/index.cjs +1 -115
  130. package/components/input/index.mjs +60 -83
  131. package/components/input/src/ctx.d.ts +50 -151
  132. package/components/input/src/index.vue.d.ts +389 -947
  133. package/components/input-array/index.cjs +1 -310
  134. package/components/input-array/index.mjs +114 -244
  135. package/components/input-array/src/ctx.d.ts +19 -49
  136. package/components/input-array/src/form-template.vue.d.ts +2 -901
  137. package/components/input-array/src/index.vue.d.ts +45 -731
  138. package/components/input-collection/index.cjs +1 -452
  139. package/components/input-collection/index.mjs +195 -355
  140. package/components/input-collection/src/core.vue.d.ts +59 -1019
  141. package/components/input-collection/src/ctx.d.ts +19 -49
  142. package/components/input-collection/src/index.vue.d.ts +47 -110
  143. package/components/input-file/index.cjs +1 -142
  144. package/components/input-file/index.mjs +68 -100
  145. package/components/input-file/src/ctx.d.ts +8 -29
  146. package/components/input-file/src/index.vue.d.ts +447 -76
  147. package/components/input-file/src/template.vue.d.ts +2 -124
  148. package/components/input-link/index.cjs +1 -167
  149. package/components/input-link/index.mjs +60 -83
  150. package/components/input-link/src/ctx.d.ts +48 -135
  151. package/components/input-link/src/index.vue.d.ts +835 -312
  152. package/components/input-number/index.cjs +1 -119
  153. package/components/input-number/index.mjs +73 -87
  154. package/components/input-number/src/ctx.d.ts +38 -131
  155. package/components/input-number/src/index.vue.d.ts +321 -682
  156. package/components/input-tag/index.cjs +1 -100
  157. package/components/input-tag/index.mjs +51 -78
  158. package/components/input-tag/src/ctx.d.ts +41 -143
  159. package/components/input-tag/src/index.vue.d.ts +322 -775
  160. package/components/isObject.cjs +1 -165
  161. package/components/monaco-editor/index.cjs +1 -83
  162. package/components/monaco-editor/index.mjs +40 -59
  163. package/components/monaco-editor/src/ctx.d.ts +19 -44
  164. package/components/monaco-editor/src/index.vue.d.ts +212 -111
  165. package/components/radio/index.cjs +1 -267
  166. package/components/radio/index.mjs +110 -209
  167. package/components/radio/src/ctx.d.ts +27 -91
  168. package/components/radio/src/index.vue.d.ts +299 -1279
  169. package/components/radio/src/option.vue.d.ts +28 -878
  170. package/components/radio/src/wraper.vue.d.ts +67 -198
  171. package/components/renderer-data/index.cjs +1 -41
  172. package/components/renderer-data/index.mjs +19 -26
  173. package/components/renderer-data/src/ctx.d.ts +1 -1
  174. package/components/renderer-data/src/index.vue.d.ts +5 -4
  175. package/components/select/index.cjs +1 -311
  176. package/components/select/index.mjs +156 -214
  177. package/components/select/src/core.vue.d.ts +446 -1028
  178. package/components/select/src/ctx.d.ts +60 -215
  179. package/components/select/src/index.vue.d.ts +318 -593
  180. package/components/select/src/options.vue.d.ts +4 -3
  181. package/components/slider/index.cjs +1 -88
  182. package/components/slider/index.mjs +41 -70
  183. package/components/slider/src/ctx.d.ts +63 -174
  184. package/components/slider/src/index.vue.d.ts +154 -419
  185. package/components/style.css +1 -0
  186. package/components/switch/index.cjs +1 -88
  187. package/components/switch/index.mjs +37 -69
  188. package/components/switch/src/ctx.d.ts +30 -109
  189. package/components/switch/src/index.vue.d.ts +90 -697
  190. package/components/switch/src/types.d.ts +2 -2
  191. package/components/tables-select/index.cjs +1 -263
  192. package/components/tables-select/index.mjs +101 -172
  193. package/components/tables-select/src/ctx.d.ts +68 -99
  194. package/components/tables-select/src/index.vue.d.ts +233 -4988
  195. package/components/template-instances-provider/index.cjs +1 -31
  196. package/components/template-instances-provider/index.mjs +18 -22
  197. package/components/template-instances-provider/src/index.vue.d.ts +5 -4
  198. package/components/templates-default/index.cjs +1 -235
  199. package/components/templates-default/index.mjs +152 -211
  200. package/components/templates-default/src/ctx.d.ts +2 -2
  201. package/components/templates-default/src/index.vue.d.ts +7337 -145
  202. package/components/templates-element-plus/index.cjs +1 -112
  203. package/components/templates-element-plus/index.mjs +49 -91
  204. package/components/templates-element-plus/src/ctx.d.ts +1 -1
  205. package/components/templates-element-plus/src/index.vue.d.ts +59 -251
  206. package/components/templates-esri/index.cjs +1 -65
  207. package/components/templates-esri/index.mjs +29 -39
  208. package/components/templates-esri/src/ctx.d.ts +1 -1
  209. package/components/templates-esri/src/index.vue.d.ts +2184 -25
  210. package/components/templates-layout/index.cjs +1 -137
  211. package/components/templates-layout/index.mjs +78 -116
  212. package/components/templates-layout/src/ctx.d.ts +1 -1
  213. package/components/templates-layout/src/index.vue.d.ts +73 -404
  214. package/components/templates-variant/index.cjs +1 -70
  215. package/components/templates-variant/index.mjs +33 -43
  216. package/components/templates-variant/src/ctx.d.ts +1 -1
  217. package/components/templates-variant/src/index.vue.d.ts +1272 -25
  218. package/components/time-picker/index.cjs +1 -104
  219. package/components/time-picker/index.mjs +57 -87
  220. package/components/time-picker/src/ctx.d.ts +130 -212
  221. package/components/time-picker/src/index.vue.d.ts +283 -1371
  222. package/components/upload/index.cjs +1 -663
  223. package/components/upload/index.mjs +343 -537
  224. package/components/upload/src/ctx.d.ts +106 -191
  225. package/components/upload/src/file.vue.d.ts +168 -745
  226. package/components/upload/src/index.vue.d.ts +647 -1888
  227. package/components/upload/src/types.d.ts +1 -1
  228. package/components/upload/src/wraper.vue.d.ts +233 -407
  229. package/components/upload-plus/index.cjs +21 -18673
  230. package/components/upload-plus/index.mjs +4566 -18366
  231. package/components/upload-plus/src/api.d.ts +1 -1
  232. package/components/upload-plus/src/ctx.d.ts +21 -51
  233. package/components/upload-plus/src/index.vue.d.ts +53 -1657
  234. package/components/use-watch.cjs +1 -0
  235. package/components/van-cascader/index.cjs +1 -125
  236. package/components/van-cascader/index.mjs +51 -96
  237. package/components/van-cascader/src/ctx.d.ts +143 -203
  238. package/components/van-cascader/src/index.vue.d.ts +332 -988
  239. package/components/var-datetime-picker/index.cjs +1 -333
  240. package/components/var-datetime-picker/index.mjs +173 -254
  241. package/components/var-datetime-picker/src/ctx.d.ts +18 -48
  242. package/components/var-datetime-picker/src/index.vue.d.ts +628 -1090
  243. package/components/vditor/index.cjs +1 -86
  244. package/components/vditor/index.mjs +40 -66
  245. package/components/vditor/src/ctx.d.ts +15 -45
  246. package/components/vditor/src/index.vue.d.ts +195 -120
  247. package/composables/element-plus/index.cjs +1 -23
  248. package/composables/element-plus/index.mjs +14 -18
  249. package/composables/index.cjs +1 -161
  250. package/composables/index.d.ts +1 -0
  251. package/composables/index.mjs +100 -135
  252. package/composables/useForm.d.ts +2 -2
  253. package/composables/useRtl.d.ts +18 -0
  254. package/composables/useTemplateInstances.d.ts +3 -3
  255. package/index.css +1 -562
  256. package/index.d.ts +0 -3
  257. package/index.esm.js +23 -48
  258. package/locale/index.cjs +1 -102
  259. package/locale/index.mjs +34 -34
  260. package/locale/lang/index.cjs +1 -2
  261. package/locale/lang/index.d.ts +1 -0
  262. package/package.json +14 -85
  263. package/shared/const/index.cjs +1 -59
  264. package/shared/const/index.d.ts +1 -1
  265. package/shared/const/index.mjs +18 -20
  266. package/shared/element-plus/ctx.d.ts +40 -37
  267. package/shared/element-plus/index.cjs +1 -211
  268. package/shared/element-plus/index.mjs +93 -161
  269. package/shared/element-plus/instances.d.ts +224 -321
  270. package/shared/form/index.cjs +1 -33
  271. package/shared/form/index.mjs +23 -25
  272. package/shared/helper/index.cjs +1 -11
  273. package/shared/helper/index.mjs +7 -8
  274. package/shared/index.cjs +1 -8
  275. package/shared/index.mjs +5 -1
  276. package/shared/infer-prop/index.cjs +1 -36
  277. package/shared/infer-prop/index.mjs +22 -28
  278. package/shared/progress-it/index.cjs +1 -42
  279. package/shared/progress-it/index.mjs +15 -31
  280. package/shared/rules/index.cjs +1 -56
  281. package/shared/rules/index.mjs +19 -18
  282. package/shared/types/form/index.cjs +1 -2
  283. package/shared/types/index.cjs +1 -2
  284. package/shared/types/source/index.cjs +1 -2
  285. package/shared/types/source-manager/index.cjs +1 -2
  286. package/shared/upload/index.cjs +1 -774
  287. package/shared/upload/index.mjs +180 -764
  288. package/component.d.ts +0 -3
  289. package/components/_plugin-vue_export-helper.mjs +0 -9
  290. package/components/card-input-collection/index.css +0 -21
  291. package/components/cascader/index.css +0 -9
  292. package/components/checkbox/index.css +0 -30
  293. package/components/cloneDeep.mjs +0 -2104
  294. package/components/date-picker-range/index.css +0 -18
  295. package/components/dialog-input-collection/index.css +0 -21
  296. package/components/download-plus/index.css +0 -68
  297. package/components/editable-text/index.css +0 -9
  298. package/components/esri-input-geojson/index.css +0 -32
  299. package/components/fieldset/index.css +0 -5
  300. package/components/form-item/index.css +0 -35
  301. package/components/index.mjs +0 -378
  302. package/components/index2.mjs +0 -14
  303. package/components/information-tag/index.css +0 -6
  304. package/components/information-templates-default/index.css +0 -16
  305. package/components/input-array/index.css +0 -14
  306. package/components/input-collection/index.css +0 -20
  307. package/components/input-link/index.css +0 -4
  308. package/components/input-number/index.css +0 -13
  309. package/components/isObject.mjs +0 -158
  310. package/components/monaco-editor/index.css +0 -4
  311. package/components/radio/index.css +0 -40
  312. package/components/select/index.css +0 -15
  313. package/components/switch/index.css +0 -10
  314. package/components/tables-select/index.css +0 -3
  315. package/components/templates-layout/index.css +0 -3
  316. package/components/upload/index.css +0 -34
  317. package/components/upload-plus/index.css +0 -84
  318. package/components/van-cascader/index.css +0 -6
  319. package/components/var-datetime-picker/index.css +0 -17
  320. package/defaults.d.ts +0 -5
@@ -1,399 +1 @@
1
- 'use strict';
2
-
3
- var vue = require('vue');
4
-
5
- /*! Element Plus Icons Vue v2.3.1 */
6
-
7
- var check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
8
- name: "Check",
9
- __name: "check",
10
- setup(__props) {
11
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
12
- xmlns: "http://www.w3.org/2000/svg",
13
- viewBox: "0 0 1024 1024"
14
- }, [
15
- vue.createElementVNode("path", {
16
- fill: "currentColor",
17
- d: "M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"
18
- })
19
- ]));
20
- }
21
- });
22
-
23
- // src/components/check.vue
24
- var check_default = check_vue_vue_type_script_setup_true_lang_default;
25
- var circle_check_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
26
- name: "CircleCheck",
27
- __name: "circle-check",
28
- setup(__props) {
29
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
30
- xmlns: "http://www.w3.org/2000/svg",
31
- viewBox: "0 0 1024 1024"
32
- }, [
33
- vue.createElementVNode("path", {
34
- fill: "currentColor",
35
- d: "M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"
36
- }),
37
- vue.createElementVNode("path", {
38
- fill: "currentColor",
39
- d: "M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752l265.344-265.408z"
40
- })
41
- ]));
42
- }
43
- });
44
-
45
- // src/components/circle-check.vue
46
- var circle_check_default = circle_check_vue_vue_type_script_setup_true_lang_default;
47
- var circle_close_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
48
- name: "CircleCloseFilled",
49
- __name: "circle-close-filled",
50
- setup(__props) {
51
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
52
- xmlns: "http://www.w3.org/2000/svg",
53
- viewBox: "0 0 1024 1024"
54
- }, [
55
- vue.createElementVNode("path", {
56
- fill: "currentColor",
57
- d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"
58
- })
59
- ]));
60
- }
61
- });
62
-
63
- // src/components/circle-close-filled.vue
64
- var circle_close_filled_default = circle_close_filled_vue_vue_type_script_setup_true_lang_default;
65
- var close_bold_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
66
- name: "CloseBold",
67
- __name: "close-bold",
68
- setup(__props) {
69
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
70
- xmlns: "http://www.w3.org/2000/svg",
71
- viewBox: "0 0 1024 1024"
72
- }, [
73
- vue.createElementVNode("path", {
74
- fill: "currentColor",
75
- d: "M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496z"
76
- })
77
- ]));
78
- }
79
- });
80
-
81
- // src/components/close-bold.vue
82
- var close_bold_default = close_bold_vue_vue_type_script_setup_true_lang_default;
83
- var close_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
84
- name: "Close",
85
- __name: "close",
86
- setup(__props) {
87
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
88
- xmlns: "http://www.w3.org/2000/svg",
89
- viewBox: "0 0 1024 1024"
90
- }, [
91
- vue.createElementVNode("path", {
92
- fill: "currentColor",
93
- d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
94
- })
95
- ]));
96
- }
97
- });
98
-
99
- // src/components/close.vue
100
- var close_default = close_vue_vue_type_script_setup_true_lang_default;
101
- var delete_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
102
- name: "Delete",
103
- __name: "delete",
104
- setup(__props) {
105
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
106
- xmlns: "http://www.w3.org/2000/svg",
107
- viewBox: "0 0 1024 1024"
108
- }, [
109
- vue.createElementVNode("path", {
110
- fill: "currentColor",
111
- d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
112
- })
113
- ]));
114
- }
115
- });
116
-
117
- // src/components/delete.vue
118
- var delete_default = delete_vue_vue_type_script_setup_true_lang_default;
119
- var document_checked_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
120
- name: "DocumentChecked",
121
- __name: "document-checked",
122
- setup(__props) {
123
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
124
- xmlns: "http://www.w3.org/2000/svg",
125
- viewBox: "0 0 1024 1024"
126
- }, [
127
- vue.createElementVNode("path", {
128
- fill: "currentColor",
129
- d: "M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"
130
- })
131
- ]));
132
- }
133
- });
134
-
135
- // src/components/document-checked.vue
136
- var document_checked_default = document_checked_vue_vue_type_script_setup_true_lang_default;
137
- var document_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
138
- name: "Document",
139
- __name: "document",
140
- setup(__props) {
141
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
142
- xmlns: "http://www.w3.org/2000/svg",
143
- viewBox: "0 0 1024 1024"
144
- }, [
145
- vue.createElementVNode("path", {
146
- fill: "currentColor",
147
- d: "M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"
148
- })
149
- ]));
150
- }
151
- });
152
-
153
- // src/components/document.vue
154
- var document_default = document_vue_vue_type_script_setup_true_lang_default;
155
- var download_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
156
- name: "Download",
157
- __name: "download",
158
- setup(__props) {
159
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
160
- xmlns: "http://www.w3.org/2000/svg",
161
- viewBox: "0 0 1024 1024"
162
- }, [
163
- vue.createElementVNode("path", {
164
- fill: "currentColor",
165
- d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"
166
- })
167
- ]));
168
- }
169
- });
170
-
171
- // src/components/download.vue
172
- var download_default = download_vue_vue_type_script_setup_true_lang_default;
173
- var edit_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
174
- name: "Edit",
175
- __name: "edit",
176
- setup(__props) {
177
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
178
- xmlns: "http://www.w3.org/2000/svg",
179
- viewBox: "0 0 1024 1024"
180
- }, [
181
- vue.createElementVNode("path", {
182
- fill: "currentColor",
183
- d: "M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"
184
- }),
185
- vue.createElementVNode("path", {
186
- fill: "currentColor",
187
- d: "m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"
188
- })
189
- ]));
190
- }
191
- });
192
-
193
- // src/components/edit.vue
194
- var edit_default = edit_vue_vue_type_script_setup_true_lang_default;
195
- var map_location_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
196
- name: "MapLocation",
197
- __name: "map-location",
198
- setup(__props) {
199
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
200
- xmlns: "http://www.w3.org/2000/svg",
201
- viewBox: "0 0 1024 1024"
202
- }, [
203
- vue.createElementVNode("path", {
204
- fill: "currentColor",
205
- d: "M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"
206
- }),
207
- vue.createElementVNode("path", {
208
- fill: "currentColor",
209
- d: "M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"
210
- })
211
- ]));
212
- }
213
- });
214
-
215
- // src/components/map-location.vue
216
- var map_location_default = map_location_vue_vue_type_script_setup_true_lang_default;
217
- var minus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
218
- name: "Minus",
219
- __name: "minus",
220
- setup(__props) {
221
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
222
- xmlns: "http://www.w3.org/2000/svg",
223
- viewBox: "0 0 1024 1024"
224
- }, [
225
- vue.createElementVNode("path", {
226
- fill: "currentColor",
227
- d: "M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"
228
- })
229
- ]));
230
- }
231
- });
232
-
233
- // src/components/minus.vue
234
- var minus_default = minus_vue_vue_type_script_setup_true_lang_default;
235
- var plus_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
236
- name: "Plus",
237
- __name: "plus",
238
- setup(__props) {
239
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
240
- xmlns: "http://www.w3.org/2000/svg",
241
- viewBox: "0 0 1024 1024"
242
- }, [
243
- vue.createElementVNode("path", {
244
- fill: "currentColor",
245
- d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
246
- })
247
- ]));
248
- }
249
- });
250
-
251
- // src/components/plus.vue
252
- var plus_default = plus_vue_vue_type_script_setup_true_lang_default;
253
- var right_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
254
- name: "Right",
255
- __name: "right",
256
- setup(__props) {
257
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
258
- xmlns: "http://www.w3.org/2000/svg",
259
- viewBox: "0 0 1024 1024"
260
- }, [
261
- vue.createElementVNode("path", {
262
- fill: "currentColor",
263
- d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
264
- })
265
- ]));
266
- }
267
- });
268
-
269
- // src/components/right.vue
270
- var right_default = right_vue_vue_type_script_setup_true_lang_default;
271
- var select_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
272
- name: "Select",
273
- __name: "select",
274
- setup(__props) {
275
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
276
- xmlns: "http://www.w3.org/2000/svg",
277
- viewBox: "0 0 1024 1024"
278
- }, [
279
- vue.createElementVNode("path", {
280
- fill: "currentColor",
281
- d: "M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496z"
282
- })
283
- ]));
284
- }
285
- });
286
-
287
- // src/components/select.vue
288
- var select_default = select_vue_vue_type_script_setup_true_lang_default;
289
- var success_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
290
- name: "SuccessFilled",
291
- __name: "success-filled",
292
- setup(__props) {
293
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
294
- xmlns: "http://www.w3.org/2000/svg",
295
- viewBox: "0 0 1024 1024"
296
- }, [
297
- vue.createElementVNode("path", {
298
- fill: "currentColor",
299
- d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.272 38.272 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"
300
- })
301
- ]));
302
- }
303
- });
304
-
305
- // src/components/success-filled.vue
306
- var success_filled_default = success_filled_vue_vue_type_script_setup_true_lang_default;
307
- var upload_filled_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
308
- name: "UploadFilled",
309
- __name: "upload-filled",
310
- setup(__props) {
311
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
312
- xmlns: "http://www.w3.org/2000/svg",
313
- viewBox: "0 0 1024 1024"
314
- }, [
315
- vue.createElementVNode("path", {
316
- fill: "currentColor",
317
- d: "M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.808 239.808 0 0 1 512 192a239.872 239.872 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"
318
- })
319
- ]));
320
- }
321
- });
322
-
323
- // src/components/upload-filled.vue
324
- var upload_filled_default = upload_filled_vue_vue_type_script_setup_true_lang_default;
325
- var upload_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
326
- name: "Upload",
327
- __name: "upload",
328
- setup(__props) {
329
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
330
- xmlns: "http://www.w3.org/2000/svg",
331
- viewBox: "0 0 1024 1024"
332
- }, [
333
- vue.createElementVNode("path", {
334
- fill: "currentColor",
335
- d: "M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"
336
- })
337
- ]));
338
- }
339
- });
340
-
341
- // src/components/upload.vue
342
- var upload_default = upload_vue_vue_type_script_setup_true_lang_default;
343
- var warning_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
344
- name: "Warning",
345
- __name: "warning",
346
- setup(__props) {
347
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
348
- xmlns: "http://www.w3.org/2000/svg",
349
- viewBox: "0 0 1024 1024"
350
- }, [
351
- vue.createElementVNode("path", {
352
- fill: "currentColor",
353
- d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"
354
- })
355
- ]));
356
- }
357
- });
358
-
359
- // src/components/warning.vue
360
- var warning_default = warning_vue_vue_type_script_setup_true_lang_default;
361
- var zoom_in_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ vue.defineComponent({
362
- name: "ZoomIn",
363
- __name: "zoom-in",
364
- setup(__props) {
365
- return (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
366
- xmlns: "http://www.w3.org/2000/svg",
367
- viewBox: "0 0 1024 1024"
368
- }, [
369
- vue.createElementVNode("path", {
370
- fill: "currentColor",
371
- d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"
372
- })
373
- ]));
374
- }
375
- });
376
-
377
- // src/components/zoom-in.vue
378
- var zoom_in_default = zoom_in_vue_vue_type_script_setup_true_lang_default;
379
-
380
- exports.check_default = check_default;
381
- exports.circle_check_default = circle_check_default;
382
- exports.circle_close_filled_default = circle_close_filled_default;
383
- exports.close_bold_default = close_bold_default;
384
- exports.close_default = close_default;
385
- exports.delete_default = delete_default;
386
- exports.document_checked_default = document_checked_default;
387
- exports.document_default = document_default;
388
- exports.download_default = download_default;
389
- exports.edit_default = edit_default;
390
- exports.map_location_default = map_location_default;
391
- exports.minus_default = minus_default;
392
- exports.plus_default = plus_default;
393
- exports.right_default = right_default;
394
- exports.select_default = select_default;
395
- exports.success_filled_default = success_filled_default;
396
- exports.upload_default = upload_default;
397
- exports.upload_filled_default = upload_filled_default;
398
- exports.warning_default = warning_default;
399
- exports.zoom_in_default = zoom_in_default;
1
+ "use strict";const e=require("vue");/*! Element Plus Icons Vue v2.3.2 */var o=e.defineComponent({name:"Check",__name:"check",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M406.656 706.944 195.84 496.256a32 32 0 1 0-45.248 45.248l256 256 512-512a32 32 0 0 0-45.248-45.248L406.592 706.944z"})]))}}),n=o,c=e.defineComponent({name:"CircleCheck",__name:"circle-check",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 896a384 384 0 1 0 0-768 384 384 0 0 0 0 768m0 64a448 448 0 1 1 0-896 448 448 0 0 1 0 896"}),e.createElementVNode("path",{fill:"currentColor",d:"M745.344 361.344a32 32 0 0 1 45.312 45.312l-288 288a32 32 0 0 1-45.312 0l-160-160a32 32 0 1 1 45.312-45.312L480 626.752z"})]))}}),r=c,_=e.defineComponent({name:"CircleCloseFilled",__name:"circle-close-filled",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 393.664L407.936 353.6a38.4 38.4 0 1 0-54.336 54.336L457.664 512 353.6 616.064a38.4 38.4 0 1 0 54.336 54.336L512 566.336 616.064 670.4a38.4 38.4 0 1 0 54.336-54.336L566.336 512 670.4 407.936a38.4 38.4 0 1 0-54.336-54.336z"})]))}}),m=_,p=e.defineComponent({name:"CloseBold",__name:"close-bold",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M195.2 195.2a64 64 0 0 1 90.496 0L512 421.504 738.304 195.2a64 64 0 0 1 90.496 90.496L602.496 512 828.8 738.304a64 64 0 0 1-90.496 90.496L512 602.496 285.696 828.8a64 64 0 0 1-90.496-90.496L421.504 512 195.2 285.696a64 64 0 0 1 0-90.496"})]))}}),s=p,d=e.defineComponent({name:"Close",__name:"close",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"})]))}}),u=d,i=e.defineComponent({name:"Delete",__name:"delete",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"})]))}}),f=i,v=e.defineComponent({name:"DocumentChecked",__name:"document-checked",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M805.504 320 640 154.496V320zM832 384H576V128H192v768h640zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m318.4 582.144 180.992-180.992L704.64 510.4 478.4 736.64 320 578.304l45.248-45.312z"})]))}}),w=v,h=e.defineComponent({name:"Document",__name:"document",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 384H576V128H192v768h640zm-26.496-64L640 154.496V320zM160 64h480l256 256v608a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V96a32 32 0 0 1 32-32m160 448h384v64H320zm0-192h160v64H320zm0 384h384v64H320z"})]))}}),g=h,B=e.defineComponent({name:"Download",__name:"download",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-253.696 236.288-236.352 45.248 45.248L508.8 704 192 387.2l45.248-45.248L480 584.704V128h64z"})]))}}),x=B,C=e.defineComponent({name:"Edit",__name:"edit",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M832 512a32 32 0 1 1 64 0v352a32 32 0 0 1-32 32H160a32 32 0 0 1-32-32V160a32 32 0 0 1 32-32h352a32 32 0 0 1 0 64H192v640h640z"}),e.createElementVNode("path",{fill:"currentColor",d:"m469.952 554.24 52.8-7.552L847.104 222.4a32 32 0 1 0-45.248-45.248L477.44 501.44l-7.552 52.8zm422.4-422.4a96 96 0 0 1 0 135.808l-331.84 331.84a32 32 0 0 1-18.112 9.088L436.8 623.68a32 32 0 0 1-36.224-36.224l15.104-105.6a32 32 0 0 1 9.024-18.112l331.904-331.84a96 96 0 0 1 135.744 0z"})]))}}),k=C,E=e.defineComponent({name:"MapLocation",__name:"map-location",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M800 416a288 288 0 1 0-576 0c0 118.144 94.528 272.128 288 456.576C705.472 688.128 800 534.144 800 416M512 960C277.312 746.688 160 565.312 160 416a352 352 0 0 1 704 0c0 149.312-117.312 330.688-352 544"}),e.createElementVNode("path",{fill:"currentColor",d:"M512 448a64 64 0 1 0 0-128 64 64 0 0 0 0 128m0 64a128 128 0 1 1 0-256 128 128 0 0 1 0 256m345.6 192L960 960H672v-64H352v64H64l102.4-256zm-68.928 0H235.328l-76.8 192h706.944z"})]))}}),V=E,z=e.defineComponent({name:"Minus",__name:"minus",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M128 544h768a32 32 0 1 0 0-64H128a32 32 0 0 0 0 64"})]))}}),M=z,L=e.defineComponent({name:"Plus",__name:"plus",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"})]))}}),H=L,N=e.defineComponent({name:"Right",__name:"right",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"})]))}}),D=N,b=e.defineComponent({name:"Select",__name:"select",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M77.248 415.04a64 64 0 0 1 90.496 0l226.304 226.304L846.528 188.8a64 64 0 1 1 90.56 90.496l-543.04 543.04-316.8-316.8a64 64 0 0 1 0-90.496"})]))}}),F=b,A=e.defineComponent({name:"SuccessFilled",__name:"success-filled",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m-55.808 536.384-99.52-99.584a38.4 38.4 0 1 0-54.336 54.336l126.72 126.72a38.27 38.27 0 0 0 54.336 0l262.4-262.464a38.4 38.4 0 1 0-54.272-54.336z"})]))}}),S=A,U=e.defineComponent({name:"UploadFilled",__name:"upload-filled",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M544 864V672h128L512 480 352 672h128v192H320v-1.6c-5.376.32-10.496 1.6-16 1.6A240 240 0 0 1 64 624c0-123.136 93.12-223.488 212.608-237.248A239.81 239.81 0 0 1 512 192a239.87 239.87 0 0 1 235.456 194.752c119.488 13.76 212.48 114.112 212.48 237.248a240 240 0 0 1-240 240c-5.376 0-10.56-1.28-16-1.6v1.6z"})]))}}),q=U,I=e.defineComponent({name:"Upload",__name:"upload",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M160 832h704a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m384-578.304V704h-64V247.296L237.248 490.048 192 444.8 508.8 128l316.8 316.8-45.312 45.248z"})]))}}),P=I,R=e.defineComponent({name:"Warning",__name:"warning",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"})]))}}),W=R,Z=e.defineComponent({name:"ZoomIn",__name:"zoom-in",setup(t){return(a,l)=>(e.openBlock(),e.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1024 1024"},[e.createElementVNode("path",{fill:"currentColor",d:"m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704m-32-384v-96a32 32 0 0 1 64 0v96h96a32 32 0 0 1 0 64h-96v96a32 32 0 0 1-64 0v-96h-96a32 32 0 0 1 0-64z"})]))}}),j=Z;exports.check_default=n;exports.circle_check_default=r;exports.circle_close_filled_default=m;exports.close_bold_default=s;exports.close_default=u;exports.delete_default=f;exports.document_checked_default=w;exports.document_default=g;exports.download_default=x;exports.edit_default=k;exports.map_location_default=V;exports.minus_default=M;exports.plus_default=H;exports.right_default=D;exports.select_default=F;exports.success_filled_default=S;exports.upload_default=P;exports.upload_filled_default=q;exports.warning_default=W;exports.zoom_in_default=j;
@@ -1,17 +1 @@
1
- 'use strict';
2
-
3
- const KeyConfig = {
4
- TokenKey: "VUNK_SKZZ_REST_TOKEN",
5
- ApplicationKey: "VUNK_SKZZ_REST_APPLICATION",
6
- TenantKey: "VUNK_SKZZ_REST_TENANT",
7
- MenuDataKey: "VUNK_SKZZ_REST_MENU_DATA"
8
- };
9
- function getToken() {
10
- return localStorage.getItem(KeyConfig.TokenKey) || "";
11
- }
12
- function getTenant() {
13
- return localStorage.getItem(KeyConfig.TenantKey) || "";
14
- }
15
-
16
- exports.getTenant = getTenant;
17
- exports.getToken = getToken;
1
+ "use strict";const e={TokenKey:"VUNK_SKZZ_REST_TOKEN",TenantKey:"VUNK_SKZZ_REST_TENANT"};function t(){return localStorage.getItem(e.TokenKey)||""}function n(){return localStorage.getItem(e.TenantKey)||""}exports.getTenant=n;exports.getToken=t;
@@ -1,65 +1 @@
1
- 'use strict';
2
-
3
- Object.defineProperty(exports, '__esModule', { value: true });
4
-
5
- var vue = require('vue');
6
- var informationRenderer = require('@vunk/form/components/information-renderer');
7
- var informationTemplatesDefault = require('@vunk/form/components/information-templates-default');
8
- var elementPlus = require('element-plus');
9
- var _pluginVue_exportHelper = require('../_plugin-vue_export-helper.cjs');
10
-
11
- const props = {
12
- data: {
13
- type: Object,
14
- default: () => ({})
15
- },
16
- formItems: {
17
- type: Array,
18
- default: () => []
19
- }
20
- };
21
- const emits = {
22
- setData: (e) => e
23
- };
24
-
25
- var _sfc_main = /* @__PURE__ */ vue.defineComponent({
26
- name: "VkfInformation",
27
- props,
28
- emits,
29
- setup(props2, {
30
- slots,
31
- emit
32
- }) {
33
- return () => vue.createVNode(elementPlus.ElForm, {
34
- "model": props2.data,
35
- "label-width": "auto"
36
- }, {
37
- default: () => [vue.createVNode(informationRenderer.VkfInformationData, {
38
- "data": props2.data,
39
- "onSetData": e => emit("setData", e)
40
- }, {
41
- default: () => [vue.createVNode(informationRenderer.VkfInformationRenderer, {
42
- "source": props2.formItems
43
- }, {
44
- placeholder: () => vue.createVNode(informationTemplatesDefault.VkfInformationTemplatesDefault, null, null),
45
- default: slots.default
46
- // 传递默认插槽的内容
47
- })]
48
- })]
49
- });
50
- }
51
- });
52
-
53
- var VkfInformation = /* @__PURE__ */ _pluginVue_exportHelper._export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/information/src/index.vue"]]);
54
-
55
- var types = /*#__PURE__*/Object.freeze({
56
- __proto__: null
57
- });
58
-
59
- VkfInformation.install = (app) => {
60
- app.component(VkfInformation.name || "VkfInformation", VkfInformation);
61
- };
62
-
63
- exports.VkfInformation = VkfInformation;
64
- exports.__VkfInformation = types;
65
- exports.default = VkfInformation;
1
+ "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const t=require("vue"),a=require("@vunk/form/components/information-renderer"),f=require("@vunk/form/components/information-templates-default"),u=require("element-plus"),d={data:{type:Object,default:()=>({})},formItems:{type:Array,default:()=>[]}},i={setData:e=>e},o=t.defineComponent({name:"VkfInformation",props:d,emits:i,setup(e,{slots:r,emit:n}){return()=>t.createVNode(u.ElForm,{model:e.data,"label-width":"auto"},{default:()=>[t.createVNode(a.VkfInformationData,{data:e.data,onSetData:l=>n("setData",l)},{default:()=>[t.createVNode(a.VkfInformationRenderer,{source:e.formItems},{placeholder:()=>t.createVNode(f.VkfInformationTemplatesDefault,null,null),default:r.default})]})]})}}),m=Object.freeze(Object.defineProperty({__proto__:null},Symbol.toStringTag,{value:"Module"}));exports.VkfInformation=o;exports.__VkfInformation=m;exports.default=o;
@@ -1,10 +1,8 @@
1
- import { defineComponent, createVNode } from 'vue';
2
- import { VkfInformationData, VkfInformationRenderer } from '@vunk/form/components/information-renderer';
3
- import { VkfInformationTemplatesDefault } from '@vunk/form/components/information-templates-default';
4
- import { ElForm } from 'element-plus';
5
- import { _ as _export_sfc } from '../_plugin-vue_export-helper.mjs';
6
-
7
- const props = {
1
+ import { defineComponent as f, createVNode as e } from "vue";
2
+ import { VkfInformationData as n, VkfInformationRenderer as m } from "@vunk/form/components/information-renderer";
3
+ import { VkfInformationTemplatesDefault as l } from "@vunk/form/components/information-templates-default";
4
+ import { ElForm as d } from "element-plus";
5
+ const u = {
8
6
  data: {
9
7
  type: Object,
10
8
  default: () => ({})
@@ -13,47 +11,39 @@ const props = {
13
11
  type: Array,
14
12
  default: () => []
15
13
  }
16
- };
17
- const emits = {
18
- setData: (e) => e
19
- };
20
-
21
- var _sfc_main = /* @__PURE__ */ defineComponent({
14
+ }, i = {
15
+ setData: (t) => t
16
+ }, _ = /* @__PURE__ */ f({
22
17
  name: "VkfInformation",
23
- props,
24
- emits,
25
- setup(props2, {
26
- slots,
27
- emit
18
+ props: u,
19
+ emits: i,
20
+ setup(t, {
21
+ slots: a,
22
+ emit: o
28
23
  }) {
29
- return () => createVNode(ElForm, {
30
- "model": props2.data,
24
+ return () => e(d, {
25
+ model: t.data,
31
26
  "label-width": "auto"
32
27
  }, {
33
- default: () => [createVNode(VkfInformationData, {
34
- "data": props2.data,
35
- "onSetData": e => emit("setData", e)
28
+ default: () => [e(n, {
29
+ data: t.data,
30
+ onSetData: (r) => o("setData", r)
36
31
  }, {
37
- default: () => [createVNode(VkfInformationRenderer, {
38
- "source": props2.formItems
32
+ default: () => [e(m, {
33
+ source: t.formItems
39
34
  }, {
40
- placeholder: () => createVNode(VkfInformationTemplatesDefault, null, null),
41
- default: slots.default
35
+ placeholder: () => e(l, null, null),
36
+ default: a.default
42
37
  // 传递默认插槽的内容
43
38
  })]
44
39
  })]
45
40
  });
46
41
  }
47
- });
48
-
49
- var VkfInformation = /* @__PURE__ */ _export_sfc(_sfc_main, [["__file", "/home/runner/work/private-vunk-form/private-vunk-form/packages/components/information/src/index.vue"]]);
50
-
51
- var types = /*#__PURE__*/Object.freeze({
42
+ }), V = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
52
43
  __proto__: null
53
- });
54
-
55
- VkfInformation.install = (app) => {
56
- app.component(VkfInformation.name || "VkfInformation", VkfInformation);
44
+ }, Symbol.toStringTag, { value: "Module" }));
45
+ export {
46
+ _ as VkfInformation,
47
+ V as __VkfInformation,
48
+ _ as default
57
49
  };
58
-
59
- export { VkfInformation, types as __VkfInformation, VkfInformation as default };
@@ -1,6 +1,6 @@
1
1
  import { SetDataEvent } from '@vunk/core';
2
2
  import { NormalObject } from '@vunk/shared';
3
- import { PropType } from 'vue';
3
+ import type { PropType } from 'vue';
4
4
  export declare const props: {
5
5
  data: {
6
6
  type: PropType<NormalObject>;
@@ -8,7 +8,7 @@ export declare const props: {
8
8
  };
9
9
  formItems: {
10
10
  type: PropType<any[]>;
11
- default: () => any[];
11
+ default: () => never[];
12
12
  };
13
13
  };
14
14
  export declare const emits: {
@@ -1,13 +1,15 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  data: {
3
5
  type: import("vue").PropType<import("@vunk/shared").NormalObject>;
4
6
  default: () => {};
5
7
  };
6
8
  formItems: {
7
9
  type: import("vue").PropType<any[]>;
8
- default: () => any[];
10
+ default: () => never[];
9
11
  };
10
- }>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
12
+ }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
13
  setData: (e: import("@vunk/core").SetDataEvent) => import("@vunk/core").SetDataEvent;
12
14
  }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
13
15
  data: {
@@ -16,12 +18,11 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
16
18
  };
17
19
  formItems: {
18
20
  type: import("vue").PropType<any[]>;
19
- default: () => any[];
21
+ default: () => never[];
20
22
  };
21
23
  }>> & Readonly<{
22
- onSetData?: (e: import("@vunk/core").SetDataEvent) => any;
24
+ onSetData?: ((e: import("@vunk/core").SetDataEvent) => any) | undefined;
23
25
  }>, {
24
26
  data: import("@vunk/shared").NormalObject;
25
27
  formItems: any[];
26
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- export default _default;