cy-element-ui 1.0.8 → 1.0.10

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 (107) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +76 -76
  3. package/lib/autocomplete.js +61 -75
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +109 -109
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +4 -4
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/calendar.js +391 -452
  11. package/lib/card.js +2 -2
  12. package/lib/carousel-item.js +9 -9
  13. package/lib/carousel.js +25 -25
  14. package/lib/cascader-panel.js +30 -34
  15. package/lib/cascader.js +101 -116
  16. package/lib/checkbox-button.js +4 -4
  17. package/lib/checkbox-group.js +2 -2
  18. package/lib/col.js +2 -2
  19. package/lib/collapse-item.js +936 -851
  20. package/lib/collapse.js +2 -2
  21. package/lib/color-picker.js +62 -76
  22. package/lib/container.js +2 -2
  23. package/lib/date-picker.js +450 -474
  24. package/lib/descriptions-item.js +2 -2
  25. package/lib/descriptions.js +4 -4
  26. package/lib/dialog.js +5 -9
  27. package/lib/divider.js +105 -105
  28. package/lib/drawer.js +109 -109
  29. package/lib/dropdown-item.js +2 -2
  30. package/lib/dropdown-menu.js +65 -65
  31. package/lib/dropdown.js +1206 -1112
  32. package/lib/element-ui.common.js +43826 -48176
  33. package/lib/empty.js +6 -20
  34. package/lib/fileUpload.js +62 -77
  35. package/lib/footer.js +76 -76
  36. package/lib/form-item.js +7 -21
  37. package/lib/form.js +11 -11
  38. package/lib/header.js +2 -2
  39. package/lib/icon.js +2 -2
  40. package/lib/image.js +22 -36
  41. package/lib/index.js +1 -1
  42. package/lib/infinite-scroll.js +8 -8
  43. package/lib/input-number.js +5 -9
  44. package/lib/link.js +2 -2
  45. package/lib/loading.js +33 -33
  46. package/lib/main.js +65 -65
  47. package/lib/menu-item-group.js +2 -2
  48. package/lib/menu-item.js +63 -78
  49. package/lib/menu.js +2 -16
  50. package/lib/message-box.js +22 -36
  51. package/lib/message.js +8 -22
  52. package/lib/notification.js +8 -22
  53. package/lib/option-group.js +2 -2
  54. package/lib/option.js +14 -18
  55. package/lib/page-header.js +109 -109
  56. package/lib/pagination.js +100 -114
  57. package/lib/popconfirm.js +59 -74
  58. package/lib/popover.js +52 -56
  59. package/lib/progress.js +4 -4
  60. package/lib/radio-button.js +4 -4
  61. package/lib/radio-group.js +4 -4
  62. package/lib/radio.js +2 -2
  63. package/lib/rate.js +18 -18
  64. package/lib/result.js +2 -2
  65. package/lib/row.js +2 -2
  66. package/lib/scrollbar.js +6 -6
  67. package/lib/select.js +82 -86
  68. package/lib/skeleton-item.js +2 -2
  69. package/lib/skeleton.js +107 -107
  70. package/lib/slider.js +72 -86
  71. package/lib/spinner.js +2 -2
  72. package/lib/step.js +2 -2
  73. package/lib/steps.js +9 -9
  74. package/lib/subTitle.js +91 -91
  75. package/lib/submenu.js +250 -250
  76. package/lib/switch.js +883 -811
  77. package/lib/tab-pane.js +2 -2
  78. package/lib/tabDialog.js +19 -33
  79. package/lib/table-column.js +13 -13
  80. package/lib/table.js +96 -110
  81. package/lib/tabs.js +8 -22
  82. package/lib/tag.js +2 -2
  83. package/lib/theme-chalk/src/index.scss +0 -1
  84. package/lib/time-picker.js +450 -474
  85. package/lib/time-select.js +437 -461
  86. package/lib/timeline-item.js +107 -107
  87. package/lib/timeline.js +2 -2
  88. package/lib/tooltip.js +54 -55
  89. package/lib/transfer.js +15 -29
  90. package/lib/tree.js +22 -36
  91. package/lib/treeSelect.js +58 -73
  92. package/lib/upload.js +28 -32
  93. package/lib/utils/date.js +10 -3
  94. package/lib/utils/date_source.js +290 -304
  95. package/lib/utils/lodash_source.js +9290 -9290
  96. package/package.json +1 -1
  97. package/packages/theme-chalk/src/index.scss +0 -1
  98. package/src/index.js +1 -4
  99. package/src/utils/date.js +2 -2
  100. package/src/utils/date_source.js +305 -321
  101. package/src/utils/lodash_source.js +18079 -18064
  102. package/lib/statistic.js +0 -10484
  103. package/lib/theme-chalk/src/statistic.scss +0 -38
  104. package/packages/statistic/index.js +0 -8
  105. package/packages/statistic/src/main.vue +0 -203
  106. package/packages/theme-chalk/src/statistic.scss +0 -38
  107. package/types/statistic.d.ts +0 -37
package/lib/header.js CHANGED
@@ -82,12 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 199);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 184);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 199:
90
+ /***/ 184:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
package/lib/icon.js CHANGED
@@ -82,12 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 186);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 171);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 186:
90
+ /***/ 171:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "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 = 157);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 143);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -1022,7 +1022,7 @@ var es_regexp_exec_js_ = __webpack_require__(7);
1022
1022
  var es_string_split_js_ = __webpack_require__(59);
1023
1023
 
1024
1024
  // EXTERNAL MODULE: external "core-js/modules/es.string.trim.js"
1025
- var es_string_trim_js_ = __webpack_require__(55);
1025
+ var es_string_trim_js_ = __webpack_require__(56);
1026
1026
 
1027
1027
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
1028
1028
  var web_dom_collections_for_each_js_ = __webpack_require__(10);
@@ -1564,7 +1564,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
1564
1564
  // UNUSED EXPORTS: use, i18n
1565
1565
 
1566
1566
  // EXTERNAL MODULE: external "core-js/modules/es.object.get-prototype-of.js"
1567
- var es_object_get_prototype_of_js_ = __webpack_require__(68);
1567
+ var es_object_get_prototype_of_js_ = __webpack_require__(66);
1568
1568
 
1569
1569
  // CONCATENATED MODULE: ./src/locale/lang/zh-CN.js
1570
1570
  /* harmony default export */ var zh_CN = ({
@@ -1807,12 +1807,6 @@ module.exports = require("core-js/modules/es.array.includes.js");
1807
1807
  /***/ }),
1808
1808
  /* 54 */,
1809
1809
  /* 55 */
1810
- /***/ (function(module, exports) {
1811
-
1812
- module.exports = require("core-js/modules/es.string.trim.js");
1813
-
1814
- /***/ }),
1815
- /* 56 */
1816
1810
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1817
1811
 
1818
1812
  "use strict";
@@ -1829,6 +1823,12 @@ module.exports = require("core-js/modules/es.string.trim.js");
1829
1823
  }
1830
1824
  });
1831
1825
 
1826
+ /***/ }),
1827
+ /* 56 */
1828
+ /***/ (function(module, exports) {
1829
+
1830
+ module.exports = require("core-js/modules/es.string.trim.js");
1831
+
1832
1832
  /***/ }),
1833
1833
  /* 57 */,
1834
1834
  /* 58 */
@@ -1854,14 +1854,14 @@ module.exports = require("core-js/modules/es.object.assign.js");
1854
1854
  /* 63 */,
1855
1855
  /* 64 */,
1856
1856
  /* 65 */,
1857
- /* 66 */,
1858
- /* 67 */,
1859
- /* 68 */
1857
+ /* 66 */
1860
1858
  /***/ (function(module, exports) {
1861
1859
 
1862
1860
  module.exports = require("core-js/modules/es.object.get-prototype-of.js");
1863
1861
 
1864
1862
  /***/ }),
1863
+ /* 67 */,
1864
+ /* 68 */,
1865
1865
  /* 69 */,
1866
1866
  /* 70 */,
1867
1867
  /* 71 */,
@@ -1895,13 +1895,13 @@ module.exports = require("core-js/modules/es.number.to-fixed.js");
1895
1895
  /* 94 */,
1896
1896
  /* 95 */,
1897
1897
  /* 96 */,
1898
- /* 97 */,
1899
- /* 98 */
1898
+ /* 97 */
1900
1899
  /***/ (function(module, exports) {
1901
1900
 
1902
1901
  module.exports = require("throttle-debounce/throttle");
1903
1902
 
1904
1903
  /***/ }),
1904
+ /* 98 */,
1905
1905
  /* 99 */,
1906
1906
  /* 100 */,
1907
1907
  /* 101 */,
@@ -1933,15 +1933,15 @@ module.exports = require("throttle-debounce/throttle");
1933
1933
  /* 127 */,
1934
1934
  /* 128 */,
1935
1935
  /* 129 */,
1936
- /* 130 */,
1937
- /* 131 */,
1938
- /* 132 */,
1939
- /* 133 */
1936
+ /* 130 */
1940
1937
  /***/ (function(module, exports) {
1941
1938
 
1942
1939
  module.exports = require("core-js/modules/es.object.values.js");
1943
1940
 
1944
1941
  /***/ }),
1942
+ /* 131 */,
1943
+ /* 132 */,
1944
+ /* 133 */,
1945
1945
  /* 134 */,
1946
1946
  /* 135 */,
1947
1947
  /* 136 */,
@@ -1951,21 +1951,7 @@ module.exports = require("core-js/modules/es.object.values.js");
1951
1951
  /* 140 */,
1952
1952
  /* 141 */,
1953
1953
  /* 142 */,
1954
- /* 143 */,
1955
- /* 144 */,
1956
- /* 145 */,
1957
- /* 146 */,
1958
- /* 147 */,
1959
- /* 148 */,
1960
- /* 149 */,
1961
- /* 150 */,
1962
- /* 151 */,
1963
- /* 152 */,
1964
- /* 153 */,
1965
- /* 154 */,
1966
- /* 155 */,
1967
- /* 156 */,
1968
- /* 157 */
1954
+ /* 143 */
1969
1955
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1970
1956
 
1971
1957
  "use strict";
@@ -2188,7 +2174,7 @@ var es_number_to_fixed_js_ = __webpack_require__(89);
2188
2174
  var es_object_assign_js_ = __webpack_require__(60);
2189
2175
 
2190
2176
  // EXTERNAL MODULE: external "core-js/modules/es.object.values.js"
2191
- var es_object_values_js_ = __webpack_require__(133);
2177
+ var es_object_values_js_ = __webpack_require__(130);
2192
2178
 
2193
2179
  // EXTERNAL MODULE: ./src/utils/dom.js
2194
2180
  var dom = __webpack_require__(1);
@@ -2515,13 +2501,13 @@ var component = Object(componentNormalizer["a" /* default */])(
2515
2501
 
2516
2502
  /* harmony default export */ var image_viewer = (component.exports);
2517
2503
  // EXTERNAL MODULE: ./src/mixins/locale.js
2518
- var locale = __webpack_require__(56);
2504
+ var locale = __webpack_require__(55);
2519
2505
 
2520
2506
  // EXTERNAL MODULE: ./src/utils/types.js
2521
2507
  var types = __webpack_require__(8);
2522
2508
 
2523
2509
  // EXTERNAL MODULE: external "throttle-debounce/throttle"
2524
- var throttle_ = __webpack_require__(98);
2510
+ var throttle_ = __webpack_require__(97);
2525
2511
  var throttle_default = /*#__PURE__*/__webpack_require__.n(throttle_);
2526
2512
 
2527
2513
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/image/src/main.vue?vue&type=script&lang=js