iov-design 2.15.26 → 2.15.28

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 (140) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +2 -2
  3. package/lib/autocomplete.js +2 -2
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +2 -2
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +2 -2
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/button.js +2 -2
  11. package/lib/calendar.js +2 -2
  12. package/lib/card.js +2 -2
  13. package/lib/carousel-item.js +9 -9
  14. package/lib/carousel.js +2 -2
  15. package/lib/cascader-panel.js +4 -4
  16. package/lib/cascader.js +5 -6
  17. package/lib/checkbox-button.js +2 -2
  18. package/lib/checkbox-group.js +2 -2
  19. package/lib/checkbox.js +2 -2
  20. package/lib/col.js +2 -2
  21. package/lib/collapse-item.js +2 -2
  22. package/lib/collapse.js +2 -2
  23. package/lib/color-picker.js +9 -9
  24. package/lib/container.js +2 -2
  25. package/lib/date-picker.js +90 -69
  26. package/lib/descriptions-item.js +2 -2
  27. package/lib/descriptions.js +2 -2
  28. package/lib/dialog.js +2 -2
  29. package/lib/divider.js +2 -2
  30. package/lib/drawer.js +9 -9
  31. package/lib/dropdown-item.js +2 -2
  32. package/lib/dropdown-menu.js +2 -2
  33. package/lib/dropdown.js +9 -9
  34. package/lib/empty.js +21 -91
  35. package/lib/footer.js +2 -2
  36. package/lib/form-item.js +4 -4
  37. package/lib/form.js +2 -2
  38. package/lib/header.js +2 -2
  39. package/lib/icon.js +2 -2
  40. package/lib/image.js +2 -2
  41. package/lib/index.js +1 -1
  42. package/lib/infinite-scroll.js +2 -2
  43. package/lib/input-number.js +2 -2
  44. package/lib/input.js +19 -16
  45. package/lib/iov-design.common.js +51 -116
  46. package/lib/link.js +2 -2
  47. package/lib/loading.js +2 -2
  48. package/lib/main.js +2 -2
  49. package/lib/menu-item-group.js +2 -2
  50. package/lib/menu-item.js +64 -64
  51. package/lib/menu.js +2 -2
  52. package/lib/message-box.js +4 -4
  53. package/lib/message.js +2 -2
  54. package/lib/notification.js +2 -2
  55. package/lib/option-group.js +2 -2
  56. package/lib/option.js +2 -2
  57. package/lib/page-header.js +2 -2
  58. package/lib/pagination.js +6 -6
  59. package/lib/popconfirm.js +4 -4
  60. package/lib/popover.js +2 -2
  61. package/lib/progress.js +2 -2
  62. package/lib/radio-button.js +2 -2
  63. package/lib/radio-group.js +2 -2
  64. package/lib/radio.js +2 -2
  65. package/lib/rate.js +9 -9
  66. package/lib/result.js +2 -2
  67. package/lib/row.js +2 -2
  68. package/lib/scrollbar.js +2 -2
  69. package/lib/select.js +3 -3
  70. package/lib/skeleton-item.js +2 -2
  71. package/lib/skeleton.js +2 -2
  72. package/lib/slider.js +4 -4
  73. package/lib/spinner.js +2 -2
  74. package/lib/statistic.js +2 -2
  75. package/lib/step.js +2 -2
  76. package/lib/steps.js +9 -9
  77. package/lib/submenu.js +2 -2
  78. package/lib/switch.js +2 -2
  79. package/lib/tab-pane.js +2 -2
  80. package/lib/table-column.js +2 -2
  81. package/lib/table.js +10 -25
  82. package/lib/tabs.js +2 -2
  83. package/lib/tag.js +2 -2
  84. package/lib/theme-chalk/base.css +1 -1
  85. package/lib/theme-chalk/button.css +1 -1
  86. package/lib/theme-chalk/calendar.css +1 -1
  87. package/lib/theme-chalk/cascader-panel.css +1 -1
  88. package/lib/theme-chalk/cascader.css +1 -1
  89. package/lib/theme-chalk/dropdown.css +1 -1
  90. package/lib/theme-chalk/form.css +1 -1
  91. package/lib/theme-chalk/index.css +1 -1
  92. package/lib/theme-chalk/iovfont.css +1 -1
  93. package/lib/theme-chalk/message-box.css +1 -1
  94. package/lib/theme-chalk/pagination.css +1 -1
  95. package/lib/theme-chalk/radio.css +1 -1
  96. package/lib/theme-chalk/select.css +1 -1
  97. package/lib/theme-chalk/table-column.css +1 -1
  98. package/lib/theme-chalk/table.css +1 -1
  99. package/lib/theme-chalk/tag.css +1 -1
  100. package/lib/theme-chalk/transfer.css +1 -1
  101. package/lib/time-picker.js +2 -2
  102. package/lib/time-select.js +2 -2
  103. package/lib/timeline-item.js +2 -2
  104. package/lib/timeline.js +2 -2
  105. package/lib/tooltip.js +2 -2
  106. package/lib/transfer.js +2 -2
  107. package/lib/tree.js +2 -2
  108. package/lib/upload.js +2 -2
  109. package/package.json +1 -1
  110. package/packages/cascader/src/cascader.vue +1 -2
  111. package/packages/empty/src/index.vue +12 -17
  112. package/packages/input/src/input.vue +1 -1
  113. package/packages/select/src/select.vue +1 -1
  114. package/packages/table/src/table.vue +3 -10
  115. package/packages/theme-chalk/src/button.scss +1 -0
  116. package/packages/theme-chalk/src/cascader.scss +4 -3
  117. package/packages/theme-chalk/src/form.scss +5 -2
  118. package/packages/theme-chalk/src/iovfont.scss +3 -3
  119. package/packages/theme-chalk/src/radio.scss +1 -1
  120. package/packages/theme-chalk/src/select.scss +4 -0
  121. package/packages/theme-chalk/src/tag.scss +24 -12
  122. package/src/index.js +1 -1
  123. package/lib/0.7d92a25b.png +0 -0
  124. package/lib/1.196ad096.png +0 -0
  125. package/lib/2.904013cc.png +0 -0
  126. package/lib/4.93f6f3d7.png +0 -0
  127. package/lib/5.f35784ee.png +0 -0
  128. package/lib/6.1aa4ea30.png +0 -0
  129. package/lib/7.e69e68f0.png +0 -0
  130. package/lib/8.016d5815.png +0 -0
  131. package/lib/9.b1293c6e.png +0 -0
  132. package/lib/static/0.7d92a25.png +0 -0
  133. package/lib/static/1.196ad09.png +0 -0
  134. package/lib/static/2.904013c.png +0 -0
  135. package/lib/static/4.93f6f3d.png +0 -0
  136. package/lib/static/5.f35784e.png +0 -0
  137. package/lib/static/6.1aa4ea3.png +0 -0
  138. package/lib/static/7.e69e68f.png +0 -0
  139. package/lib/static/8.016d581.png +0 -0
  140. package/lib/static/9.b1293c6.png +0 -0
package/lib/icon.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 101);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 92);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -189,7 +189,7 @@ function normalizeComponent (
189
189
 
190
190
  /***/ }),
191
191
 
192
- /***/ 101:
192
+ /***/ 92:
193
193
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
194
194
 
195
195
  "use strict";
package/lib/image.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 78);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 69);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -231,7 +231,7 @@ module.exports = require("iov-design/lib/mixins/locale");
231
231
 
232
232
  /***/ }),
233
233
 
234
- /***/ 78:
234
+ /***/ 69:
235
235
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
236
236
 
237
237
  "use strict";