cnhis-design-vue 2.1.19 → 2.1.22

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 (43) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/es/age/index.js +2 -2
  3. package/es/big-table/index.js +109 -122
  4. package/es/big-table/style.css +1 -1
  5. package/es/button/index.js +35 -38
  6. package/es/captcha/index.js +3 -3
  7. package/es/checkbox/index.js +1 -1
  8. package/es/color-picker/index.js +1 -1
  9. package/es/drag-layout/index.js +36 -39
  10. package/es/editor/index.js +11 -31
  11. package/es/fabric-chart/index.js +254 -231
  12. package/es/form-table/index.js +62 -85
  13. package/es/index/index.js +689 -592
  14. package/es/index/style.css +1 -1
  15. package/es/input/index.js +1 -1
  16. package/es/map/index.js +1 -1
  17. package/es/multi-chat/index.js +210 -196
  18. package/es/multi-chat/style.css +1 -1
  19. package/es/multi-chat-client/index.js +203 -189
  20. package/es/multi-chat-client/style.css +1 -1
  21. package/es/multi-chat-history/index.js +37 -40
  22. package/es/multi-chat-record/index.js +37 -40
  23. package/es/multi-chat-setting/index.js +54 -57
  24. package/es/multi-chat-sip/index.js +1 -1
  25. package/es/radio/index.js +1 -1
  26. package/es/scale-view/index.js +70 -93
  27. package/es/select/index.js +36 -39
  28. package/es/select-label/index.js +47 -70
  29. package/es/select-person/index.js +35 -38
  30. package/es/table-filter/index.js +149 -145
  31. package/es/table-filter/style.css +1 -1
  32. package/es/tag/index.js +34 -37
  33. package/es/verification-code/index.js +2 -2
  34. package/lib/cui.common.js +783 -682
  35. package/lib/cui.umd.js +783 -682
  36. package/lib/cui.umd.min.js +24 -24
  37. package/package.json +1 -1
  38. package/packages/big-table/src/BigTable.vue +6 -1
  39. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +81 -50
  40. package/packages/multi-chat/chat/chatFooter.vue +1 -5
  41. package/packages/multi-chat/chat/chatMain.vue +29 -5
  42. package/packages/table-filter/src/const/dataOptions.js +10 -10
  43. package/packages/table-filter/src/quick-search/QuickSearch.vue +26 -0

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.