@vunk/form 2.0.2 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (62) hide show
  1. package/components/card-input-collection/index.cjs +256 -0
  2. package/components/card-input-collection/index.css +21 -0
  3. package/components/card-input-collection/index.d.ts +4 -0
  4. package/components/card-input-collection/index.mjs +250 -0
  5. package/components/card-input-collection/src/ctx.d.ts +82 -0
  6. package/components/card-input-collection/src/index.vue.d.ts +542 -0
  7. package/components/card-input-collection/src/types.d.ts +1 -0
  8. package/components/cascader/src/ctx.d.ts +1 -1
  9. package/components/cascader/src/index.vue.d.ts +1 -1
  10. package/components/checkbox/src/ctx.d.ts +1 -1
  11. package/components/checkbox/src/index.vue.d.ts +2 -2
  12. package/components/cloneDeep.cjs +2029 -0
  13. package/components/cloneDeep.mjs +2027 -0
  14. package/components/date-picker/src/ctx.d.ts +1 -1
  15. package/components/date-picker/src/index.vue.d.ts +2 -2
  16. package/components/esri-input-geojson/index.cjs +484 -2
  17. package/components/esri-input-geojson/index.mjs +483 -1
  18. package/components/esri-input-geojson/src/ctx.d.ts +1 -1
  19. package/components/esri-input-geojson/src/index.vue.d.ts +2 -2
  20. package/components/form/src/ctx.d.ts +1 -1
  21. package/components/form/src/index.vue.d.ts +1 -1
  22. package/components/index2.cjs +0 -19
  23. package/components/index2.mjs +1 -19
  24. package/components/input/src/ctx.d.ts +1 -1
  25. package/components/input/src/index.vue.d.ts +2 -2
  26. package/components/input-collection/index.cjs +4 -2029
  27. package/components/input-collection/index.mjs +4 -2029
  28. package/components/input-collection/src/index.vue.d.ts +1 -1
  29. package/components/input-link/src/index.vue.d.ts +1 -1
  30. package/components/input-number/src/ctx.d.ts +1 -1
  31. package/components/input-number/src/index.vue.d.ts +3 -3
  32. package/components/radio/src/index.vue.d.ts +1 -1
  33. package/components/select/index.cjs +12 -0
  34. package/components/select/index.d.ts +1 -0
  35. package/components/select/index.mjs +12 -1
  36. package/components/select/src/ctx.d.ts +2 -0
  37. package/components/select/src/index.vue.d.ts +2 -2
  38. package/components/slider/src/index.vue.d.ts +1 -1
  39. package/components/switch/src/index.vue.d.ts +1 -1
  40. package/components/tables-select/index.cjs +225 -0
  41. package/components/tables-select/index.css +3 -0
  42. package/components/tables-select/index.d.ts +4 -0
  43. package/components/tables-select/index.mjs +219 -0
  44. package/components/tables-select/src/ctx.d.ts +338 -0
  45. package/components/tables-select/src/index.vue.d.ts +4953 -0
  46. package/components/tables-select/src/types.d.ts +1 -0
  47. package/components/upload/index.mjs +1 -1
  48. package/components/upload-plus/index.mjs +1 -1
  49. package/components/vditor/src/index.vue.d.ts +1 -1
  50. package/index.css +26 -41
  51. package/package.json +17 -9
  52. package/shared/element-plus/ctx.d.ts +1 -1
  53. package/components/geoinput-update/index.cjs +0 -406
  54. package/components/geoinput-update/index.css +0 -40
  55. package/components/geoinput-update/index.d.ts +0 -5
  56. package/components/geoinput-update/index.mjs +0 -399
  57. package/components/geoinput-update/src/append.vue.d.ts +0 -815
  58. package/components/geoinput-update/src/ctx.d.ts +0 -219
  59. package/components/geoinput-update/src/index.vue.d.ts +0 -1143
  60. package/components/geoinput-update/src/types.d.ts +0 -6
  61. package/components/index3.cjs +0 -486
  62. package/components/index3.mjs +0 -484

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.