cy-element-ui 1.0.45 → 1.0.47

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 (98) hide show
  1. package/lib/alert.js +4 -4
  2. package/lib/aside.js +77 -77
  3. package/lib/autocomplete.js +159 -3940
  4. package/lib/avatar.js +108 -108
  5. package/lib/backtop.js +110 -110
  6. package/lib/badge.js +108 -108
  7. package/lib/breadcrumb-item.js +4 -4
  8. package/lib/breadcrumb.js +4 -4
  9. package/lib/button-group.js +4 -4
  10. package/lib/button.js +4 -4
  11. package/lib/calendar.js +46 -1545
  12. package/lib/card.js +96 -96
  13. package/lib/carousel-item.js +108 -452
  14. package/lib/carousel.js +116 -185
  15. package/lib/cascader-panel.js +187 -2270
  16. package/lib/cascader.js +275 -6452
  17. package/lib/checkbox-button.js +11 -43
  18. package/lib/checkbox-group.js +15 -47
  19. package/lib/checkbox.js +15 -47
  20. package/lib/col.js +2 -2
  21. package/lib/collapse-item.js +110 -815
  22. package/lib/collapse.js +108 -108
  23. package/lib/color-picker.js +153 -3953
  24. package/lib/container.js +88 -88
  25. package/lib/date-picker.js +419 -5230
  26. package/lib/descriptions-item.js +2 -2
  27. package/lib/descriptions.js +8 -63
  28. package/lib/dialog.js +22 -1200
  29. package/lib/divider.js +104 -104
  30. package/lib/drawer.js +105 -875
  31. package/lib/dropdown-item.js +11 -43
  32. package/lib/dropdown-menu.js +75 -2277
  33. package/lib/dropdown.js +136 -1072
  34. package/lib/element-ui.common.js +29785 -42723
  35. package/lib/empty.js +7 -603
  36. package/lib/fileUpload.js +109 -2477
  37. package/lib/footer.js +77 -77
  38. package/lib/form-item.js +28 -418
  39. package/lib/form.js +15 -29
  40. package/lib/header.js +77 -77
  41. package/lib/icon.js +4 -4
  42. package/lib/image.js +49 -1376
  43. package/lib/index.js +1 -1
  44. package/lib/infinite-scroll.js +21 -311
  45. package/lib/input-number.js +33 -1422
  46. package/lib/input.js +37 -507
  47. package/lib/link.js +4 -4
  48. package/lib/loading.js +67 -804
  49. package/lib/main.js +64 -64
  50. package/lib/menu-item-group.js +4 -4
  51. package/lib/menu-item.js +61 -2945
  52. package/lib/menu.js +54 -745
  53. package/lib/message-box.js +80 -2537
  54. package/lib/message.js +24 -1102
  55. package/lib/notification.js +25 -1102
  56. package/lib/option-group.js +11 -43
  57. package/lib/option.js +18 -394
  58. package/lib/page-header.js +87 -683
  59. package/lib/pagination.js +139 -6078
  60. package/lib/popconfirm.js +219 -3508
  61. package/lib/popover.js +99 -2624
  62. package/lib/progress.js +4 -4
  63. package/lib/radio-button.js +11 -43
  64. package/lib/radio-group.js +11 -43
  65. package/lib/radio.js +15 -47
  66. package/lib/rate.js +113 -756
  67. package/lib/result.js +4 -4
  68. package/lib/row.js +2 -2
  69. package/lib/scrollbar.js +50 -735
  70. package/lib/select.js +209 -4352
  71. package/lib/selectDisplayInput.js +108 -108
  72. package/lib/skeleton-item.js +2 -2
  73. package/lib/skeleton.js +108 -108
  74. package/lib/slider.js +120 -4266
  75. package/lib/spinner.js +4 -4
  76. package/lib/statistic.js +117 -9605
  77. package/lib/step.js +108 -108
  78. package/lib/steps.js +99 -514
  79. package/lib/subTitle.js +91 -91
  80. package/lib/submenu.js +121 -2442
  81. package/lib/switch.js +21 -476
  82. package/lib/tab-pane.js +4 -4
  83. package/lib/tabDialog.js +37 -1563
  84. package/lib/table-column.js +32 -880
  85. package/lib/table.js +424 -4467
  86. package/lib/tabs.js +12 -425
  87. package/lib/tag.js +4 -4
  88. package/lib/time-picker.js +285 -5013
  89. package/lib/time-select.js +181 -4949
  90. package/lib/timeline-item.js +108 -108
  91. package/lib/timeline.js +82 -82
  92. package/lib/tooltip.js +41 -2566
  93. package/lib/transfer.js +142 -2136
  94. package/lib/tree.js +55 -1372
  95. package/lib/treeSelect.js +106 -3421
  96. package/lib/upload.js +28 -1047
  97. package/package.json +1 -1
  98. package/src/index.js +1 -1
package/lib/progress.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 = 34);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 108);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
90
+ /***/ 0:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -192,7 +192,7 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 34:
195
+ /***/ 108:
196
196
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
197
 
198
198
  "use strict";
@@ -505,7 +505,7 @@ render._withStripped = true
505
505
  // CONCATENATED MODULE: ./packages/progress/src/progress.vue?vue&type=script&lang=js
506
506
  /* harmony default export */ var src_progressvue_type_script_lang_js = (progressvue_type_script_lang_js);
507
507
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
508
- var componentNormalizer = __webpack_require__(2);
508
+ var componentNormalizer = __webpack_require__(0);
509
509
 
510
510
  // CONCATENATED MODULE: ./packages/progress/src/progress.vue
511
511
 
@@ -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 = 89);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 94);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
90
+ /***/ 0:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -192,47 +192,14 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 6:
196
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
-
198
- "use strict";
199
- function _broadcast(componentName, eventName, params) {
200
- this.$children.forEach(function (child) {
201
- var name = child.$options.componentName;
202
-
203
- if (name === componentName) {
204
- child.$emit.apply(child, [eventName].concat(params));
205
- } else {
206
- _broadcast.apply(child, [componentName, eventName].concat([params]));
207
- }
208
- });
209
- }
210
- /* harmony default export */ __webpack_exports__["a"] = ({
211
- methods: {
212
- dispatch: function dispatch(componentName, eventName, params) {
213
- var parent = this.$parent || this.$root;
214
- var name = parent.$options.componentName;
215
-
216
- while (parent && (!name || name !== componentName)) {
217
- parent = parent.$parent;
195
+ /***/ 4:
196
+ /***/ (function(module, exports) {
218
197
 
219
- if (parent) {
220
- name = parent.$options.componentName;
221
- }
222
- }
223
- if (parent) {
224
- parent.$emit.apply(parent, [eventName].concat(params));
225
- }
226
- },
227
- broadcast: function broadcast(componentName, eventName, params) {
228
- _broadcast.call(this, componentName, eventName, params);
229
- }
230
- }
231
- });
198
+ module.exports = require("element-ui/lib/mixins/emitter");
232
199
 
233
200
  /***/ }),
234
201
 
235
- /***/ 89:
202
+ /***/ 94:
236
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
237
204
 
238
205
  "use strict";
@@ -332,8 +299,9 @@ render._withStripped = true
332
299
 
333
300
  // CONCATENATED MODULE: ./packages/radio/src/radio-button.vue?vue&type=template&id=72267784
334
301
 
335
- // EXTERNAL MODULE: ./src/mixins/emitter.js
336
- var emitter = __webpack_require__(6);
302
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
303
+ var emitter_ = __webpack_require__(4);
304
+ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
337
305
 
338
306
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio-button.vue?vue&type=script&lang=js
339
307
 
@@ -342,7 +310,7 @@ var emitter = __webpack_require__(6);
342
310
  /* harmony default export */ var radio_buttonvue_type_script_lang_js = ({
343
311
  name: 'ElRadioButton',
344
312
 
345
- mixins: [emitter["a" /* default */]],
313
+ mixins: [emitter_default.a],
346
314
 
347
315
  inject: {
348
316
  elForm: {
@@ -419,7 +387,7 @@ var emitter = __webpack_require__(6);
419
387
  // CONCATENATED MODULE: ./packages/radio/src/radio-button.vue?vue&type=script&lang=js
420
388
  /* harmony default export */ var src_radio_buttonvue_type_script_lang_js = (radio_buttonvue_type_script_lang_js);
421
389
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
422
- var componentNormalizer = __webpack_require__(2);
390
+ var componentNormalizer = __webpack_require__(0);
423
391
 
424
392
  // CONCATENATED MODULE: ./packages/radio/src/radio-button.vue
425
393
 
@@ -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 = 88);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 93);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
90
+ /***/ 0:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -192,47 +192,14 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 6:
196
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
-
198
- "use strict";
199
- function _broadcast(componentName, eventName, params) {
200
- this.$children.forEach(function (child) {
201
- var name = child.$options.componentName;
202
-
203
- if (name === componentName) {
204
- child.$emit.apply(child, [eventName].concat(params));
205
- } else {
206
- _broadcast.apply(child, [componentName, eventName].concat([params]));
207
- }
208
- });
209
- }
210
- /* harmony default export */ __webpack_exports__["a"] = ({
211
- methods: {
212
- dispatch: function dispatch(componentName, eventName, params) {
213
- var parent = this.$parent || this.$root;
214
- var name = parent.$options.componentName;
215
-
216
- while (parent && (!name || name !== componentName)) {
217
- parent = parent.$parent;
195
+ /***/ 4:
196
+ /***/ (function(module, exports) {
218
197
 
219
- if (parent) {
220
- name = parent.$options.componentName;
221
- }
222
- }
223
- if (parent) {
224
- parent.$emit.apply(parent, [eventName].concat(params));
225
- }
226
- },
227
- broadcast: function broadcast(componentName, eventName, params) {
228
- _broadcast.call(this, componentName, eventName, params);
229
- }
230
- }
231
- });
198
+ module.exports = require("element-ui/lib/mixins/emitter");
232
199
 
233
200
  /***/ }),
234
201
 
235
- /***/ 88:
202
+ /***/ 93:
236
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
237
204
 
238
205
  "use strict";
@@ -261,8 +228,9 @@ render._withStripped = true
261
228
 
262
229
  // CONCATENATED MODULE: ./packages/radio/src/radio-group.vue?vue&type=template&id=e8c0ca4a
263
230
 
264
- // EXTERNAL MODULE: ./src/mixins/emitter.js
265
- var emitter = __webpack_require__(6);
231
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
232
+ var emitter_ = __webpack_require__(4);
233
+ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
266
234
 
267
235
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio-group.vue?vue&type=script&lang=js
268
236
 
@@ -285,7 +253,7 @@ var keyCode = Object.freeze({
285
253
  }
286
254
  },
287
255
 
288
- mixins: [emitter["a" /* default */]],
256
+ mixins: [emitter_default.a],
289
257
 
290
258
  props: {
291
259
  value: {},
@@ -375,7 +343,7 @@ var keyCode = Object.freeze({
375
343
  // CONCATENATED MODULE: ./packages/radio/src/radio-group.vue?vue&type=script&lang=js
376
344
  /* harmony default export */ var src_radio_groupvue_type_script_lang_js = (radio_groupvue_type_script_lang_js);
377
345
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
378
- var componentNormalizer = __webpack_require__(2);
346
+ var componentNormalizer = __webpack_require__(0);
379
347
 
380
348
  // CONCATENATED MODULE: ./packages/radio/src/radio-group.vue
381
349
 
package/lib/radio.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 = 44);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 92);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
90
+ /***/ 0:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -192,7 +192,14 @@ function normalizeComponent(
192
192
 
193
193
  /***/ }),
194
194
 
195
- /***/ 44:
195
+ /***/ 4:
196
+ /***/ (function(module, exports) {
197
+
198
+ module.exports = require("element-ui/lib/mixins/emitter");
199
+
200
+ /***/ }),
201
+
202
+ /***/ 92:
196
203
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
204
 
198
205
  "use strict";
@@ -310,8 +317,9 @@ render._withStripped = true
310
317
 
311
318
  // CONCATENATED MODULE: ./packages/radio/src/radio.vue?vue&type=template&id=b84af2ea
312
319
 
313
- // EXTERNAL MODULE: ./src/mixins/emitter.js
314
- var emitter = __webpack_require__(6);
320
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
321
+ var emitter_ = __webpack_require__(4);
322
+ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
315
323
 
316
324
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/radio/src/radio.vue?vue&type=script&lang=js
317
325
 
@@ -320,7 +328,7 @@ var emitter = __webpack_require__(6);
320
328
  /* harmony default export */ var radiovue_type_script_lang_js = ({
321
329
  name: 'ElRadio',
322
330
 
323
- mixins: [emitter["a" /* default */]],
331
+ mixins: [emitter_default.a],
324
332
 
325
333
  inject: {
326
334
  elForm: {
@@ -405,7 +413,7 @@ var emitter = __webpack_require__(6);
405
413
  // CONCATENATED MODULE: ./packages/radio/src/radio.vue?vue&type=script&lang=js
406
414
  /* harmony default export */ var src_radiovue_type_script_lang_js = (radiovue_type_script_lang_js);
407
415
  // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
408
- var componentNormalizer = __webpack_require__(2);
416
+ var componentNormalizer = __webpack_require__(0);
409
417
 
410
418
  // CONCATENATED MODULE: ./packages/radio/src/radio.vue
411
419
 
@@ -437,46 +445,6 @@ src_radio.install = function (Vue) {
437
445
 
438
446
  /* harmony default export */ var packages_radio = __webpack_exports__["default"] = (src_radio);
439
447
 
440
- /***/ }),
441
-
442
- /***/ 6:
443
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
444
-
445
- "use strict";
446
- function _broadcast(componentName, eventName, params) {
447
- this.$children.forEach(function (child) {
448
- var name = child.$options.componentName;
449
-
450
- if (name === componentName) {
451
- child.$emit.apply(child, [eventName].concat(params));
452
- } else {
453
- _broadcast.apply(child, [componentName, eventName].concat([params]));
454
- }
455
- });
456
- }
457
- /* harmony default export */ __webpack_exports__["a"] = ({
458
- methods: {
459
- dispatch: function dispatch(componentName, eventName, params) {
460
- var parent = this.$parent || this.$root;
461
- var name = parent.$options.componentName;
462
-
463
- while (parent && (!name || name !== componentName)) {
464
- parent = parent.$parent;
465
-
466
- if (parent) {
467
- name = parent.$options.componentName;
468
- }
469
- }
470
- if (parent) {
471
- parent.$emit.apply(parent, [eventName].concat(params));
472
- }
473
- },
474
- broadcast: function broadcast(componentName, eventName, params) {
475
- _broadcast.call(this, componentName, eventName, params);
476
- }
477
- }
478
- });
479
-
480
448
  /***/ })
481
449
 
482
450
  /******/ });