cnhis-design-vue 2.1.23 → 2.1.25

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 (127) hide show
  1. package/CHANGELOG.md +2287 -2280
  2. package/es/affix/index.js +8 -8
  3. package/es/age/index.js +10 -10
  4. package/es/alert/index.js +8 -8
  5. package/es/anchor/index.js +8 -8
  6. package/es/auto-complete/index.js +8 -8
  7. package/es/avatar/index.js +8 -8
  8. package/es/back-top/index.js +8 -8
  9. package/es/badge/index.js +8 -8
  10. package/es/base/index.js +8 -8
  11. package/es/big-table/index.js +164 -164
  12. package/es/breadcrumb/index.js +8 -8
  13. package/es/button/index.js +61 -54
  14. package/es/button/style.css +1 -1
  15. package/es/calendar/index.js +8 -8
  16. package/es/captcha/index.js +3 -3
  17. package/es/card/index.js +8 -8
  18. package/es/carousel/index.js +8 -8
  19. package/es/cascader/index.js +8 -8
  20. package/es/checkbox/index.js +9 -9
  21. package/es/col/index.js +8 -8
  22. package/es/collapse/index.js +8 -8
  23. package/es/color-picker/index.js +1 -1
  24. package/es/comment/index.js +8 -8
  25. package/es/config-provider/index.js +8 -8
  26. package/es/date-picker/index.js +8 -8
  27. package/es/descriptions/index.js +8 -8
  28. package/es/divider/index.js +8 -8
  29. package/es/drag-layout/index.js +3 -3
  30. package/es/drawer/index.js +8 -8
  31. package/es/dropdown/index.js +8 -8
  32. package/es/editor/index.js +30 -25
  33. package/es/editor/style.css +1 -1
  34. package/es/empty/index.js +8 -8
  35. package/es/fabric-chart/index.js +65 -49
  36. package/es/form/index.js +8 -8
  37. package/es/form-model/index.js +8 -8
  38. package/es/form-table/index.js +93 -87
  39. package/es/form-table/style.css +1 -1
  40. package/es/index/index.js +877 -823
  41. package/es/index/style.css +1 -1
  42. package/es/input/index.js +9 -9
  43. package/es/input-number/index.js +8 -8
  44. package/es/layout/index.js +8 -8
  45. package/es/list/index.js +8 -8
  46. package/es/locale-provider/index.js +8 -8
  47. package/es/map/index.js +9 -9
  48. package/es/mentions/index.js +8 -8
  49. package/es/menu/index.js +8 -8
  50. package/es/message/index.js +8 -8
  51. package/es/multi-chat/index.js +92 -92
  52. package/es/multi-chat-client/index.js +86 -86
  53. package/es/multi-chat-history/index.js +4 -4
  54. package/es/multi-chat-record/index.js +14 -14
  55. package/es/multi-chat-setting/index.js +27 -27
  56. package/es/multi-chat-sip/index.js +1 -1
  57. package/es/notification/index.js +8 -8
  58. package/es/page-header/index.js +8 -8
  59. package/es/pagination/index.js +8 -8
  60. package/es/popconfirm/index.js +8 -8
  61. package/es/popover/index.js +8 -8
  62. package/es/progress/index.js +8 -8
  63. package/es/radio/index.js +9 -9
  64. package/es/rate/index.js +8 -8
  65. package/es/result/index.js +8 -8
  66. package/es/row/index.js +8 -8
  67. package/es/scale-view/index.js +33 -33
  68. package/es/select/index.js +11 -11
  69. package/es/select-label/index.js +11 -11
  70. package/es/select-person/index.js +20 -20
  71. package/es/skeleton/index.js +8 -8
  72. package/es/slider/index.js +8 -8
  73. package/es/space/index.js +8 -8
  74. package/es/spin/index.js +8 -8
  75. package/es/statistic/index.js +8 -8
  76. package/es/steps/index.js +8 -8
  77. package/es/switch/index.js +8 -8
  78. package/es/table-filter/index.js +286 -259
  79. package/es/table-filter/style.css +1 -1
  80. package/es/tabs/index.js +8 -8
  81. package/es/tag/index.js +9 -9
  82. package/es/time-picker/index.js +8 -8
  83. package/es/timeline/index.js +8 -8
  84. package/es/tooltip/index.js +8 -8
  85. package/es/transfer/index.js +8 -8
  86. package/es/tree/index.js +8 -8
  87. package/es/tree-select/index.js +8 -8
  88. package/es/upload/index.js +8 -8
  89. package/es/verification-code/index.js +2 -2
  90. package/lib/cui.common.js +918 -864
  91. package/lib/cui.umd.js +918 -864
  92. package/lib/cui.umd.min.js +29 -29
  93. package/package.json +107 -107
  94. package/packages/big-table/src/BigTable.vue +3044 -3044
  95. package/packages/big-table/src/assets/style/table-base.less +370 -370
  96. package/packages/big-table/src/components/AutoLayoutButton.vue +270 -270
  97. package/packages/big-table/src/utils/batchEditing.js +610 -610
  98. package/packages/big-table/src/utils/bigTableProps.js +95 -95
  99. package/packages/button/src/ButtonPrint/components/IdentityVerification.vue +181 -181
  100. package/packages/button/src/ButtonPrint/index.vue +739 -728
  101. package/packages/editor/src/Editor.vue +13 -4
  102. package/packages/fabric-chart/src/components/TimeScaleValue.vue +113 -113
  103. package/packages/fabric-chart/src/const/defaultVaule.js +59 -59
  104. package/packages/fabric-chart/src/fabric-chart/FabricPolylines.vue +1079 -1066
  105. package/packages/fabric-chart/src/fabric-chart/FabricScaleValue.vue +135 -135
  106. package/packages/fabric-chart/src/fabric-chart/FabricTextGroup.vue +558 -558
  107. package/packages/fabric-chart/src/fabric-chart2/FabricTop.vue +172 -172
  108. package/packages/form-table/src/FormTable.vue +5 -1
  109. package/packages/multi-chat/chat/chatFooter.vue +1594 -1594
  110. package/packages/multi-chat/chat/chatMain.vue +1466 -1466
  111. package/packages/multi-chat/chat/quickReply.vue +439 -439
  112. package/packages/multi-chat/chat/scrollList.vue +1232 -1232
  113. package/packages/multi-chat/setting/baseInfo/index.vue +1316 -1316
  114. package/packages/multi-chat/store/actions.js +448 -448
  115. package/packages/multi-chat/store/state.js +112 -112
  116. package/packages/scale-view/formitem/r-choice.vue +714 -714
  117. package/packages/scale-view/scaleView.vue +2010 -2010
  118. package/packages/select-person/select-person.vue +1680 -1680
  119. package/packages/table-filter/src/base-search-com/BaseSearch.vue +2468 -2462
  120. package/packages/table-filter/src/components/c-tree-select/tree-select.vue +336 -336
  121. package/packages/table-filter/src/components/multi-select/multi-select.vue +219 -219
  122. package/packages/table-filter/src/components/out-quick-search/out-quick-search.vue +340 -340
  123. package/packages/table-filter/src/components/search-condition/SearchCondition.vue +1825 -1825
  124. package/packages/table-filter/src/const/dataOptions.js +43 -43
  125. package/packages/table-filter/src/mixins/mixins.js +692 -695
  126. package/packages/table-filter/src/quick-search/QuickSearch.vue +2116 -2109
  127. package/src/directive/preventReClick.js +12 -12
@@ -1,12 +1,12 @@
1
- export default {
2
- inserted(el, binding) {
3
- el.addEventListener("click", () => {
4
- if (!el.disabled) {
5
- el.disabled = true;
6
- setTimeout(() => {
7
- el.disabled = false;
8
- }, binding.value || 1000);
9
- }
10
- });
11
- }
12
- }
1
+ export default {
2
+ inserted(el, binding) {
3
+ el.addEventListener("click", () => {
4
+ if (!el.disabled) {
5
+ el.disabled = true;
6
+ setTimeout(() => {
7
+ el.disabled = false;
8
+ }, binding.value || 1000);
9
+ }
10
+ });
11
+ }
12
+ }