@vunk/form 2.17.2 → 2.18.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.
- package/components/api-tables-select/index.cjs +1 -1
- package/components/api-tables-select/index.mjs +1 -1
- package/components/button/index.cjs +1 -1
- package/components/button/index.mjs +1 -1
- package/components/card-input-collection/index.cjs +2 -2
- package/components/card-input-collection/index.css +11 -11
- package/components/card-input-collection/index.mjs +2 -2
- package/components/cascader/index.cjs +1 -1
- package/components/cascader/index.mjs +1 -1
- package/components/checkbox/index.cjs +1 -1
- package/components/checkbox/index.mjs +1 -1
- package/components/color-picker/index.cjs +1 -1
- package/components/color-picker/index.mjs +1 -1
- package/components/date-picker/index.cjs +1 -1
- package/components/date-picker/index.mjs +1 -1
- package/components/date-picker-range/index.cjs +11 -4
- package/components/date-picker-range/index.mjs +11 -4
- package/components/date-picker-range/src/ctx.d.ts +2 -2
- package/components/date-picker-range/src/index.vue.d.ts +8 -5
- package/components/dialog/index.cjs +1 -1
- package/components/dialog/index.mjs +1 -1
- package/components/dialog-input-collection/index.cjs +58 -36
- package/components/dialog-input-collection/index.mjs +51 -29
- package/components/dialog-input-collection/src/dialog-form.vue.d.ts +1 -0
- package/components/dialog-input-collection/src/index.vue.d.ts +2 -0
- package/components/download-plus/index.cjs +25 -14
- package/components/download-plus/index.mjs +26 -15
- package/components/download-plus/src/index.vue.d.ts +1 -0
- package/components/editable-text/index.cjs +1 -1
- package/components/editable-text/index.mjs +1 -1
- package/components/esri-input-geojson/index.cjs +16 -11
- package/components/esri-input-geojson/index.mjs +16 -11
- package/components/esri-input-geojson/src/ctx.d.ts +1 -1
- package/components/esri-input-geojson/src/index.vue.d.ts +4 -3
- package/components/fieldset/index.cjs +1 -1
- package/components/fieldset/index.mjs +1 -1
- package/components/form/index.cjs +1 -1
- package/components/form/index.mjs +1 -1
- package/components/form-item/index.cjs +19 -16
- package/components/form-item/index.css +12 -12
- package/components/form-item/index.mjs +20 -17
- package/components/form-item-renderer/index.cjs +2 -2
- package/components/form-item-renderer/index.mjs +2 -2
- package/components/form-item-renderer-template/index.cjs +1 -1
- package/components/form-item-renderer-template/index.mjs +1 -1
- package/components/forms-provider/index.cjs +3 -3
- package/components/forms-provider/index.mjs +3 -3
- package/components/information/index.cjs +1 -1
- package/components/information/index.mjs +1 -1
- package/components/information-collection/index.cjs +1 -1
- package/components/information-collection/index.mjs +1 -1
- package/components/information-tag/index.cjs +1 -1
- package/components/information-tag/index.mjs +1 -1
- package/components/information-templates-default/index.cjs +1 -1
- package/components/information-templates-default/index.mjs +1 -1
- package/components/input/index.cjs +1 -1
- package/components/input/index.mjs +1 -1
- package/components/input-array/index.cjs +2 -2
- package/components/input-array/index.mjs +2 -2
- package/components/input-collection/index.cjs +13 -8
- package/components/input-collection/index.css +8 -8
- package/components/input-collection/index.mjs +8 -3
- package/components/input-collection/src/core.vue.d.ts +1 -0
- package/components/input-file/index.cjs +2 -2
- package/components/input-file/index.mjs +2 -2
- package/components/input-link/index.cjs +20 -10
- package/components/input-link/index.mjs +17 -7
- package/components/input-link/src/ctx.d.ts +3 -3
- package/components/input-link/src/index.vue.d.ts +9 -6
- package/components/input-number/index.cjs +1 -1
- package/components/input-number/index.mjs +1 -1
- package/components/input-tag/index.cjs +1 -1
- package/components/input-tag/index.mjs +1 -1
- package/components/monaco-editor/index.cjs +1 -1
- package/components/monaco-editor/index.mjs +1 -1
- package/components/radio/index.cjs +3 -3
- package/components/radio/index.css +8 -8
- package/components/radio/index.mjs +3 -3
- package/components/radio/src/index.vue.d.ts +2 -2
- package/components/radio/src/option.vue.d.ts +1 -1
- package/components/radio/src/wraper.vue.d.ts +1 -1
- package/components/renderer-data/index.cjs +1 -1
- package/components/renderer-data/index.mjs +1 -1
- package/components/select/index.cjs +3 -3
- package/components/select/index.css +9 -9
- package/components/select/index.mjs +3 -3
- package/components/slider/index.cjs +1 -1
- package/components/slider/index.mjs +1 -1
- package/components/switch/index.cjs +1 -1
- package/components/switch/index.mjs +1 -1
- package/components/tables-select/index.cjs +7 -4
- package/components/tables-select/index.mjs +7 -4
- package/components/tables-select/src/index.vue.d.ts +1 -0
- package/components/template-instances-provider/index.cjs +1 -1
- package/components/template-instances-provider/index.mjs +1 -1
- package/components/templates-default/index.cjs +1 -1
- package/components/templates-default/index.mjs +1 -1
- package/components/templates-element-plus/index.cjs +1 -1
- package/components/templates-element-plus/index.mjs +1 -1
- package/components/templates-esri/index.cjs +1 -1
- package/components/templates-esri/index.mjs +1 -1
- package/components/templates-layout/index.cjs +1 -1
- package/components/templates-layout/index.mjs +1 -1
- package/components/templates-variant/index.cjs +1 -1
- package/components/templates-variant/index.mjs +1 -1
- package/components/time-picker/index.cjs +1 -1
- package/components/time-picker/index.mjs +1 -1
- package/components/upload/index.cjs +42 -29
- package/components/upload/index.mjs +41 -28
- package/components/upload/src/ctx.d.ts +1 -1
- package/components/upload/src/file.vue.d.ts +4 -3
- package/components/upload/src/index.vue.d.ts +7 -5
- package/components/upload/src/wraper.vue.d.ts +2 -2
- package/components/upload-plus/index.cjs +57 -38
- package/components/upload-plus/index.mjs +58 -39
- package/components/upload-plus/src/index.vue.d.ts +1 -0
- package/components/van-cascader/index.cjs +1 -1
- package/components/van-cascader/index.mjs +1 -1
- package/components/var-datetime-picker/index.cjs +19 -16
- package/components/var-datetime-picker/index.mjs +19 -16
- package/components/var-datetime-picker/src/index.vue.d.ts +1 -0
- package/components/vditor/index.cjs +1 -1
- package/components/vditor/index.mjs +1 -1
- package/composables/element-plus/index.cjs +23 -0
- package/composables/element-plus/index.d.ts +1 -0
- package/composables/element-plus/index.mjs +21 -0
- package/composables/element-plus/useLocale.d.ts +8 -0
- package/index.css +48 -48
- package/index.d.ts +1 -0
- package/index.esm.js +1 -0
- package/locale/index.cjs +110 -0
- package/locale/index.d.ts +2 -0
- package/locale/index.mjs +107 -0
- package/locale/lang/en.d.ts +53 -0
- package/locale/lang/index.cjs +2 -0
- package/locale/lang/index.d.ts +0 -0
- package/locale/lang/index.mjs +1 -0
- package/locale/lang/zh-cn.d.ts +53 -0
- package/package.json +160 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vunk/form",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.esm.js",
|
|
6
6
|
"scripts": {
|
|
@@ -80,11 +80,26 @@
|
|
|
80
80
|
"types": "./shared/const/index.d.ts",
|
|
81
81
|
"require": "./shared/const/index.cjs"
|
|
82
82
|
},
|
|
83
|
+
"./locale": {
|
|
84
|
+
"import": "./locale/index.mjs",
|
|
85
|
+
"types": "./locale/index.d.ts",
|
|
86
|
+
"require": "./locale/index.cjs"
|
|
87
|
+
},
|
|
88
|
+
"./locale/lang": {
|
|
89
|
+
"import": "./locale/lang/index.mjs",
|
|
90
|
+
"types": "./locale/lang/index.d.ts",
|
|
91
|
+
"require": "./locale/lang/index.cjs"
|
|
92
|
+
},
|
|
83
93
|
"./composables": {
|
|
84
94
|
"import": "./composables/index.mjs",
|
|
85
95
|
"types": "./composables/index.d.ts",
|
|
86
96
|
"require": "./composables/index.cjs"
|
|
87
97
|
},
|
|
98
|
+
"./composables/element-plus": {
|
|
99
|
+
"import": "./composables/element-plus/index.mjs",
|
|
100
|
+
"types": "./composables/element-plus/index.d.ts",
|
|
101
|
+
"require": "./composables/element-plus/index.cjs"
|
|
102
|
+
},
|
|
88
103
|
"./components": {
|
|
89
104
|
"import": "./components/index.mjs",
|
|
90
105
|
"types": "./components/index.d.ts",
|
|
@@ -340,6 +355,150 @@
|
|
|
340
355
|
"types": "./components/api-tables-select/index.d.ts",
|
|
341
356
|
"require": "./components/api-tables-select/index.cjs"
|
|
342
357
|
},
|
|
358
|
+
"./components/vditor/src/types": {
|
|
359
|
+
"types": "./components/vditor/src/types.d.ts"
|
|
360
|
+
},
|
|
361
|
+
"./components/var-datetime-picker/src/types": {
|
|
362
|
+
"types": "./components/var-datetime-picker/src/types.d.ts"
|
|
363
|
+
},
|
|
364
|
+
"./components/van-cascader/src/types": {
|
|
365
|
+
"types": "./components/van-cascader/src/types.d.ts"
|
|
366
|
+
},
|
|
367
|
+
"./components/upload-plus/src/types": {
|
|
368
|
+
"types": "./components/upload-plus/src/types.d.ts"
|
|
369
|
+
},
|
|
370
|
+
"./components/upload/src/types": {
|
|
371
|
+
"types": "./components/upload/src/types.d.ts"
|
|
372
|
+
},
|
|
373
|
+
"./components/time-picker/src/types": {
|
|
374
|
+
"types": "./components/time-picker/src/types.d.ts"
|
|
375
|
+
},
|
|
376
|
+
"./components/templates-variant/src/types": {
|
|
377
|
+
"types": "./components/templates-variant/src/types.d.ts"
|
|
378
|
+
},
|
|
379
|
+
"./components/templates-layout/src/types": {
|
|
380
|
+
"types": "./components/templates-layout/src/types.d.ts"
|
|
381
|
+
},
|
|
382
|
+
"./components/templates-esri/src/types": {
|
|
383
|
+
"types": "./components/templates-esri/src/types.d.ts"
|
|
384
|
+
},
|
|
385
|
+
"./components/templates-element-plus/src/types": {
|
|
386
|
+
"types": "./components/templates-element-plus/src/types.d.ts"
|
|
387
|
+
},
|
|
388
|
+
"./components/templates-default/src/types": {
|
|
389
|
+
"types": "./components/templates-default/src/types.d.ts"
|
|
390
|
+
},
|
|
391
|
+
"./components/tables-select/src/types": {
|
|
392
|
+
"types": "./components/tables-select/src/types.d.ts"
|
|
393
|
+
},
|
|
394
|
+
"./components/switch/src/types": {
|
|
395
|
+
"types": "./components/switch/src/types.d.ts"
|
|
396
|
+
},
|
|
397
|
+
"./components/slider/src/types": {
|
|
398
|
+
"types": "./components/slider/src/types.d.ts"
|
|
399
|
+
},
|
|
400
|
+
"./components/select/src/types": {
|
|
401
|
+
"types": "./components/select/src/types.d.ts"
|
|
402
|
+
},
|
|
403
|
+
"./components/renderer-data/src/types": {
|
|
404
|
+
"types": "./components/renderer-data/src/types.d.ts"
|
|
405
|
+
},
|
|
406
|
+
"./components/radio/src/types": {
|
|
407
|
+
"types": "./components/radio/src/types.d.ts"
|
|
408
|
+
},
|
|
409
|
+
"./components/monaco-editor/src/types": {
|
|
410
|
+
"types": "./components/monaco-editor/src/types.d.ts"
|
|
411
|
+
},
|
|
412
|
+
"./components/input-tag/src/types": {
|
|
413
|
+
"types": "./components/input-tag/src/types.d.ts"
|
|
414
|
+
},
|
|
415
|
+
"./components/input-number/src/types": {
|
|
416
|
+
"types": "./components/input-number/src/types.d.ts"
|
|
417
|
+
},
|
|
418
|
+
"./components/input-link/src/types": {
|
|
419
|
+
"types": "./components/input-link/src/types.d.ts"
|
|
420
|
+
},
|
|
421
|
+
"./components/input-file/src/types": {
|
|
422
|
+
"types": "./components/input-file/src/types.d.ts"
|
|
423
|
+
},
|
|
424
|
+
"./components/input-collection/src/types": {
|
|
425
|
+
"types": "./components/input-collection/src/types.d.ts"
|
|
426
|
+
},
|
|
427
|
+
"./components/input-array/src/types": {
|
|
428
|
+
"types": "./components/input-array/src/types.d.ts"
|
|
429
|
+
},
|
|
430
|
+
"./components/input/src/types": {
|
|
431
|
+
"types": "./components/input/src/types.d.ts"
|
|
432
|
+
},
|
|
433
|
+
"./components/information-templates-default/src/types": {
|
|
434
|
+
"types": "./components/information-templates-default/src/types.d.ts"
|
|
435
|
+
},
|
|
436
|
+
"./components/information-tag/src/types": {
|
|
437
|
+
"types": "./components/information-tag/src/types.d.ts"
|
|
438
|
+
},
|
|
439
|
+
"./components/information-collection/src/types": {
|
|
440
|
+
"types": "./components/information-collection/src/types.d.ts"
|
|
441
|
+
},
|
|
442
|
+
"./components/information/src/types": {
|
|
443
|
+
"types": "./components/information/src/types.d.ts"
|
|
444
|
+
},
|
|
445
|
+
"./components/forms-provider/src/types": {
|
|
446
|
+
"types": "./components/forms-provider/src/types.d.ts"
|
|
447
|
+
},
|
|
448
|
+
"./components/form-item-renderer-template/src/types": {
|
|
449
|
+
"types": "./components/form-item-renderer-template/src/types.d.ts"
|
|
450
|
+
},
|
|
451
|
+
"./components/form-item-renderer/src/types": {
|
|
452
|
+
"types": "./components/form-item-renderer/src/types.d.ts"
|
|
453
|
+
},
|
|
454
|
+
"./components/form-item/src/types": {
|
|
455
|
+
"types": "./components/form-item/src/types.d.ts"
|
|
456
|
+
},
|
|
457
|
+
"./components/form/src/types": {
|
|
458
|
+
"types": "./components/form/src/types.d.ts"
|
|
459
|
+
},
|
|
460
|
+
"./components/fieldset/src/types": {
|
|
461
|
+
"types": "./components/fieldset/src/types.d.ts"
|
|
462
|
+
},
|
|
463
|
+
"./components/esri-input-geojson/src/types": {
|
|
464
|
+
"types": "./components/esri-input-geojson/src/types.d.ts"
|
|
465
|
+
},
|
|
466
|
+
"./components/editable-text/src/types": {
|
|
467
|
+
"types": "./components/editable-text/src/types.d.ts"
|
|
468
|
+
},
|
|
469
|
+
"./components/download-plus/src/types": {
|
|
470
|
+
"types": "./components/download-plus/src/types.d.ts"
|
|
471
|
+
},
|
|
472
|
+
"./components/dialog-input-collection/src/types": {
|
|
473
|
+
"types": "./components/dialog-input-collection/src/types.d.ts"
|
|
474
|
+
},
|
|
475
|
+
"./components/dialog/src/types": {
|
|
476
|
+
"types": "./components/dialog/src/types.d.ts"
|
|
477
|
+
},
|
|
478
|
+
"./components/date-picker-range/src/types": {
|
|
479
|
+
"types": "./components/date-picker-range/src/types.d.ts"
|
|
480
|
+
},
|
|
481
|
+
"./components/date-picker/src/types": {
|
|
482
|
+
"types": "./components/date-picker/src/types.d.ts"
|
|
483
|
+
},
|
|
484
|
+
"./components/color-picker/src/types": {
|
|
485
|
+
"types": "./components/color-picker/src/types.d.ts"
|
|
486
|
+
},
|
|
487
|
+
"./components/checkbox/src/types": {
|
|
488
|
+
"types": "./components/checkbox/src/types.d.ts"
|
|
489
|
+
},
|
|
490
|
+
"./components/cascader/src/types": {
|
|
491
|
+
"types": "./components/cascader/src/types.d.ts"
|
|
492
|
+
},
|
|
493
|
+
"./components/card-input-collection/src/types": {
|
|
494
|
+
"types": "./components/card-input-collection/src/types.d.ts"
|
|
495
|
+
},
|
|
496
|
+
"./components/button/src/types": {
|
|
497
|
+
"types": "./components/button/src/types.d.ts"
|
|
498
|
+
},
|
|
499
|
+
"./components/api-tables-select/src/types": {
|
|
500
|
+
"types": "./components/api-tables-select/src/types.d.ts"
|
|
501
|
+
},
|
|
343
502
|
"./index.css": {
|
|
344
503
|
"import": "./index.css"
|
|
345
504
|
},
|