cnhis-design-vue 2.1.18 → 2.1.21

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 (48) hide show
  1. package/CHANGELOG.md +51 -0
  2. package/es/age/index.js +2 -2
  3. package/es/big-table/index.js +112 -134
  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 +491 -393
  12. package/es/fabric-chart/style.css +1 -1
  13. package/es/form-table/index.js +62 -85
  14. package/es/index/index.js +971 -807
  15. package/es/index/style.css +1 -1
  16. package/es/input/index.js +1 -1
  17. package/es/map/index.js +1 -1
  18. package/es/multi-chat/index.js +210 -196
  19. package/es/multi-chat/style.css +1 -1
  20. package/es/multi-chat-client/index.js +203 -189
  21. package/es/multi-chat-client/style.css +1 -1
  22. package/es/multi-chat-history/index.js +37 -40
  23. package/es/multi-chat-record/index.js +37 -40
  24. package/es/multi-chat-setting/index.js +54 -57
  25. package/es/multi-chat-sip/index.js +1 -1
  26. package/es/radio/index.js +1 -1
  27. package/es/scale-view/index.js +70 -93
  28. package/es/select/index.js +36 -39
  29. package/es/select-label/index.js +47 -70
  30. package/es/select-person/index.js +35 -38
  31. package/es/table-filter/index.js +191 -186
  32. package/es/table-filter/style.css +1 -1
  33. package/es/tag/index.js +34 -37
  34. package/es/verification-code/index.js +2 -2
  35. package/lib/cui.common.js +1107 -939
  36. package/lib/cui.umd.js +1107 -939
  37. package/lib/cui.umd.min.js +79 -79
  38. package/package.json +2 -2
  39. package/packages/big-table/src/BigTable.vue +20 -19
  40. package/packages/fabric-chart/src/components/TimeScaleValue.vue +1 -5
  41. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +185 -90
  42. package/packages/fabric-chart/src/mixins/draw.js +70 -62
  43. package/packages/fabric-chart/src/mixins/eventCommon.js +9 -10
  44. package/packages/multi-chat/chat/chatFooter.vue +1 -5
  45. package/packages/multi-chat/chat/chatMain.vue +29 -5
  46. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1825 -1824
  47. package/packages/table-filter/src/const/dataOptions.js +10 -10
  48. 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.