@liuzengwei/element-ui 2.15.5-xn.49 → 2.15.5-xn.51

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 (136) hide show
  1. package/lib/affix.js +2 -2
  2. package/lib/alert.js +2 -2
  3. package/lib/area-loading.js +2 -2
  4. package/lib/area-picker.js +4 -4
  5. package/lib/aside.js +2 -2
  6. package/lib/autocomplete.js +2 -2
  7. package/lib/avatar.js +2 -2
  8. package/lib/backtop.js +2 -2
  9. package/lib/badge.js +2 -2
  10. package/lib/breadcrumb-item.js +2 -2
  11. package/lib/breadcrumb.js +2 -2
  12. package/lib/button-group.js +2 -2
  13. package/lib/button.js +2 -2
  14. package/lib/calendar.js +2 -2
  15. package/lib/card.js +2 -2
  16. package/lib/carousel-item.js +2 -2
  17. package/lib/carousel.js +2 -2
  18. package/lib/cascader-panel.js +4 -4
  19. package/lib/cascader.js +11 -11
  20. package/lib/checkbox-button.js +9 -9
  21. package/lib/checkbox-group.js +9 -9
  22. package/lib/checkbox.js +9 -9
  23. package/lib/col.js +2 -2
  24. package/lib/collapse-item.js +2 -2
  25. package/lib/collapse.js +2 -2
  26. package/lib/color-picker.js +9 -9
  27. package/lib/container.js +2 -2
  28. package/lib/date-picker.js +69 -91
  29. package/lib/descriptions-item.js +2 -2
  30. package/lib/descriptions.js +2 -2
  31. package/lib/dialog.js +2 -2
  32. package/lib/divider.js +2 -2
  33. package/lib/drawer.js +2 -2
  34. package/lib/dropdown-item.js +2 -2
  35. package/lib/dropdown-menu.js +2 -2
  36. package/lib/dropdown.js +2 -2
  37. package/lib/element-ui.common.js +723 -28
  38. package/lib/empty.js +2 -2
  39. package/lib/file-preview.js +905 -0
  40. package/lib/footer.js +2 -2
  41. package/lib/form-item.js +4 -4
  42. package/lib/form.js +2 -2
  43. package/lib/header.js +2 -2
  44. package/lib/icon.js +2 -2
  45. package/lib/image.js +2 -2
  46. package/lib/index.js +1 -1
  47. package/lib/infinite-scroll.js +2 -2
  48. package/lib/input-number.js +2 -2
  49. package/lib/input.js +2 -2
  50. package/lib/lazy-load.js +2 -2
  51. package/lib/link.js +2 -2
  52. package/lib/loading.js +2 -2
  53. package/lib/main.js +2 -2
  54. package/lib/menu-item-group.js +2 -2
  55. package/lib/menu-item.js +2 -2
  56. package/lib/menu.js +2 -2
  57. package/lib/message-box.js +4 -4
  58. package/lib/message.js +2 -2
  59. package/lib/notification.js +9 -9
  60. package/lib/option-group.js +9 -9
  61. package/lib/option.js +2 -2
  62. package/lib/page-header.js +2 -2
  63. package/lib/pagination.js +6 -6
  64. package/lib/popconfirm.js +4 -4
  65. package/lib/popover.js +2 -2
  66. package/lib/progress.js +2 -2
  67. package/lib/radio-button.js +9 -9
  68. package/lib/radio-group.js +9 -9
  69. package/lib/radio.js +2 -2
  70. package/lib/rate.js +2 -2
  71. package/lib/result.js +2 -2
  72. package/lib/row.js +2 -2
  73. package/lib/scrollbar.js +9 -9
  74. package/lib/segmented.js +2 -2
  75. package/lib/select.js +2 -2
  76. package/lib/selectable-tag-group.js +2 -2
  77. package/lib/selectable-tag.js +2 -2
  78. package/lib/skeleton-item.js +2 -2
  79. package/lib/skeleton.js +2 -2
  80. package/lib/slider.js +4 -4
  81. package/lib/spinner.js +2 -2
  82. package/lib/statistic.js +2 -2
  83. package/lib/step.js +2 -2
  84. package/lib/steps.js +2 -2
  85. package/lib/submenu.js +2 -2
  86. package/lib/switch.js +23 -23
  87. package/lib/tab-pane.js +2 -2
  88. package/lib/table-column.js +2 -2
  89. package/lib/table.js +14 -6
  90. package/lib/tabs.js +2 -2
  91. package/lib/tag.js +2 -2
  92. package/lib/text.js +2 -2
  93. package/lib/theme-chalk/base.css +1 -1
  94. package/lib/theme-chalk/file-preview.css +1 -0
  95. package/lib/theme-chalk/fonts/iconfont.ttf +0 -0
  96. package/lib/theme-chalk/fonts/iconfont.woff +0 -0
  97. package/lib/theme-chalk/icon.css +1 -1
  98. package/lib/theme-chalk/index.css +1 -1
  99. package/lib/theme-chalk/timeline-item.css +1 -1
  100. package/lib/time-picker.js +2 -2
  101. package/lib/time-select.js +2 -2
  102. package/lib/timeline-item.js +2 -2
  103. package/lib/timeline.js +2 -2
  104. package/lib/tooltip.js +2 -2
  105. package/lib/transfer.js +2 -2
  106. package/lib/tree.js +2 -2
  107. package/lib/trigger.js +11 -11
  108. package/lib/upload.js +2 -2
  109. package/package.json +1 -1
  110. package/packages/file-preview/index.js +8 -0
  111. package/packages/file-preview/src/icons/audio.svg +1 -0
  112. package/packages/file-preview/src/icons/excel.svg +1 -0
  113. package/packages/file-preview/src/icons/image.svg +1 -0
  114. package/packages/file-preview/src/icons/pdf.svg +1 -0
  115. package/packages/file-preview/src/icons/ppt.svg +1 -0
  116. package/packages/file-preview/src/icons/video.svg +1 -0
  117. package/packages/file-preview/src/icons/word.svg +1 -0
  118. package/packages/file-preview/src/icons/zip.svg +1 -0
  119. package/packages/file-preview/src/main.vue +330 -0
  120. package/packages/theme-chalk/lib/base.css +1 -1
  121. package/packages/theme-chalk/lib/file-preview.css +1 -0
  122. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  123. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  124. package/packages/theme-chalk/lib/icon.css +1 -1
  125. package/packages/theme-chalk/lib/index.css +1 -1
  126. package/packages/theme-chalk/lib/timeline-item.css +1 -1
  127. package/packages/theme-chalk/src/common/var.scss +3 -3
  128. package/packages/theme-chalk/src/file-preview.scss +138 -0
  129. package/packages/theme-chalk/src/fonts/iconfont.ttf +0 -0
  130. package/packages/theme-chalk/src/fonts/iconfont.woff +0 -0
  131. package/packages/theme-chalk/src/icon.scss +36 -0
  132. package/packages/theme-chalk/src/index.scss +1 -0
  133. package/packages/theme-chalk/src/timeline-item.scss +5 -4
  134. package/src/index.js +5 -2
  135. package/types/element-ui.d.ts +4 -0
  136. package/types/file-preview.d.ts +32 -0
@@ -82,11 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 58);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 66);
86
86
  /******/ })
87
87
  /************************************************************************/
88
- /******/ ([
89
- /* 0 */
88
+ /******/ ({
89
+
90
+ /***/ 0:
90
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
91
92
 
92
93
  "use strict";
@@ -187,93 +188,50 @@ function normalizeComponent (
187
188
 
188
189
 
189
190
  /***/ }),
190
- /* 1 */
191
+
192
+ /***/ 1:
191
193
  /***/ (function(module, exports) {
192
194
 
193
195
  module.exports = require("@liuzengwei/element-ui/lib/utils/date-util");
194
196
 
195
197
  /***/ }),
196
- /* 2 */
197
- /***/ (function(module, exports) {
198
-
199
- module.exports = require("@liuzengwei/element-ui/lib/utils/dom");
200
198
 
201
- /***/ }),
202
- /* 3 */
199
+ /***/ 10:
203
200
  /***/ (function(module, exports) {
204
201
 
205
- module.exports = require("@liuzengwei/element-ui/lib/utils/util");
202
+ module.exports = require("@liuzengwei/element-ui/lib/input");
206
203
 
207
204
  /***/ }),
208
- /* 4 */
209
- /***/ (function(module, exports) {
210
-
211
- module.exports = require("@liuzengwei/element-ui/lib/mixins/emitter");
212
205
 
213
- /***/ }),
214
- /* 5 */
206
+ /***/ 12:
215
207
  /***/ (function(module, exports) {
216
208
 
217
- module.exports = require("@liuzengwei/element-ui/lib/utils/vue-popper");
209
+ module.exports = require("@liuzengwei/element-ui/lib/utils/clickoutside");
218
210
 
219
211
  /***/ }),
220
- /* 6 */
221
- /***/ (function(module, exports) {
222
212
 
223
- module.exports = require("@liuzengwei/element-ui/lib/mixins/locale");
224
-
225
- /***/ }),
226
- /* 7 */
213
+ /***/ 16:
227
214
  /***/ (function(module, exports) {
228
215
 
229
- module.exports = require("vue");
216
+ module.exports = require("@liuzengwei/element-ui/lib/button");
230
217
 
231
218
  /***/ }),
232
- /* 8 */,
233
- /* 9 */
234
- /***/ (function(module, exports) {
235
-
236
- module.exports = require("@liuzengwei/element-ui/lib/utils/merge");
237
219
 
238
- /***/ }),
239
- /* 10 */
220
+ /***/ 17:
240
221
  /***/ (function(module, exports) {
241
222
 
242
- module.exports = require("@liuzengwei/element-ui/lib/input");
223
+ module.exports = require("@liuzengwei/element-ui/lib/scrollbar");
243
224
 
244
225
  /***/ }),
245
- /* 11 */,
246
- /* 12 */
247
- /***/ (function(module, exports) {
248
226
 
249
- module.exports = require("@liuzengwei/element-ui/lib/utils/clickoutside");
250
-
251
- /***/ }),
252
- /* 13 */,
253
- /* 14 */,
254
- /* 15 */,
255
- /* 16 */
227
+ /***/ 2:
256
228
  /***/ (function(module, exports) {
257
229
 
258
- module.exports = require("@liuzengwei/element-ui/lib/button");
230
+ module.exports = require("@liuzengwei/element-ui/lib/utils/dom");
259
231
 
260
232
  /***/ }),
261
- /* 17 */
262
- /***/ (function(module, exports) {
263
-
264
- module.exports = require("@liuzengwei/element-ui/lib/scrollbar");
265
233
 
266
- /***/ }),
267
- /* 18 */,
268
- /* 19 */,
269
- /* 20 */,
270
- /* 21 */,
271
- /* 22 */,
272
- /* 23 */,
273
- /* 24 */,
274
- /* 25 */,
275
- /* 26 */,
276
- /* 27 */
234
+ /***/ 27:
277
235
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
278
236
 
279
237
  "use strict";
@@ -600,9 +558,15 @@ component.options.__file = "packages/date-picker/src/panel/time.vue"
600
558
  /* harmony default export */ var time = __webpack_exports__["a"] = (component.exports);
601
559
 
602
560
  /***/ }),
603
- /* 28 */,
604
- /* 29 */,
605
- /* 30 */
561
+
562
+ /***/ 3:
563
+ /***/ (function(module, exports) {
564
+
565
+ module.exports = require("@liuzengwei/element-ui/lib/utils/util");
566
+
567
+ /***/ }),
568
+
569
+ /***/ 30:
606
570
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
607
571
 
608
572
  "use strict";
@@ -640,8 +604,8 @@ component.options.__file = "packages/date-picker/src/panel/time.vue"
640
604
  });
641
605
 
642
606
  /***/ }),
643
- /* 31 */,
644
- /* 32 */
607
+
608
+ /***/ 32:
645
609
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
646
610
 
647
611
  "use strict";
@@ -1807,8 +1771,8 @@ component.options.__file = "packages/date-picker/src/picker.vue"
1807
1771
  /* harmony default export */ var picker = __webpack_exports__["a"] = (component.exports);
1808
1772
 
1809
1773
  /***/ }),
1810
- /* 33 */,
1811
- /* 34 */
1774
+
1775
+ /***/ 34:
1812
1776
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1813
1777
 
1814
1778
  "use strict";
@@ -2508,30 +2472,29 @@ component.options.__file = "packages/date-picker/src/basic/time-spinner.vue"
2508
2472
  /* harmony default export */ var time_spinner = __webpack_exports__["a"] = (component.exports);
2509
2473
 
2510
2474
  /***/ }),
2511
- /* 35 */,
2512
- /* 36 */,
2513
- /* 37 */,
2514
- /* 38 */,
2515
- /* 39 */,
2516
- /* 40 */,
2517
- /* 41 */,
2518
- /* 42 */,
2519
- /* 43 */,
2520
- /* 44 */,
2521
- /* 45 */,
2522
- /* 46 */,
2523
- /* 47 */,
2524
- /* 48 */,
2525
- /* 49 */,
2526
- /* 50 */,
2527
- /* 51 */,
2528
- /* 52 */,
2529
- /* 53 */,
2530
- /* 54 */,
2531
- /* 55 */,
2532
- /* 56 */,
2533
- /* 57 */,
2534
- /* 58 */
2475
+
2476
+ /***/ 4:
2477
+ /***/ (function(module, exports) {
2478
+
2479
+ module.exports = require("@liuzengwei/element-ui/lib/mixins/emitter");
2480
+
2481
+ /***/ }),
2482
+
2483
+ /***/ 5:
2484
+ /***/ (function(module, exports) {
2485
+
2486
+ module.exports = require("@liuzengwei/element-ui/lib/utils/vue-popper");
2487
+
2488
+ /***/ }),
2489
+
2490
+ /***/ 6:
2491
+ /***/ (function(module, exports) {
2492
+
2493
+ module.exports = require("@liuzengwei/element-ui/lib/mixins/locale");
2494
+
2495
+ /***/ }),
2496
+
2497
+ /***/ 66:
2535
2498
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2536
2499
 
2537
2500
  "use strict";
@@ -6356,5 +6319,20 @@ date_picker.install = function install(Vue) {
6356
6319
 
6357
6320
  /* harmony default export */ var packages_date_picker = __webpack_exports__["default"] = (date_picker);
6358
6321
 
6322
+ /***/ }),
6323
+
6324
+ /***/ 7:
6325
+ /***/ (function(module, exports) {
6326
+
6327
+ module.exports = require("vue");
6328
+
6329
+ /***/ }),
6330
+
6331
+ /***/ 9:
6332
+ /***/ (function(module, exports) {
6333
+
6334
+ module.exports = require("@liuzengwei/element-ui/lib/utils/merge");
6335
+
6359
6336
  /***/ })
6360
- /******/ ]);
6337
+
6338
+ /******/ });
@@ -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 = 153);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 162);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 153:
90
+ /***/ 162:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
@@ -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 = 148);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 157);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -94,7 +94,7 @@ module.exports = require("@liuzengwei/element-ui/lib/utils/types");
94
94
 
95
95
  /***/ }),
96
96
 
97
- /***/ 148:
97
+ /***/ 157:
98
98
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
99
99
 
100
100
  "use strict";
package/lib/dialog.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 = 85);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 93);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -210,7 +210,7 @@ module.exports = require("@liuzengwei/element-ui/lib/mixins/emitter");
210
210
 
211
211
  /***/ }),
212
212
 
213
- /***/ 85:
213
+ /***/ 93:
214
214
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
215
215
 
216
216
  "use strict";
package/lib/divider.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 = 126);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 134);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -189,7 +189,7 @@ function normalizeComponent (
189
189
 
190
190
  /***/ }),
191
191
 
192
- /***/ 126:
192
+ /***/ 134:
193
193
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
194
194
 
195
195
  "use strict";
package/lib/drawer.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 = 129);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 137);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -189,7 +189,7 @@ function normalizeComponent (
189
189
 
190
190
  /***/ }),
191
191
 
192
- /***/ 129:
192
+ /***/ 137:
193
193
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
194
194
 
195
195
  "use strict";
@@ -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 = 87);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 95);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -196,7 +196,7 @@ module.exports = require("@liuzengwei/element-ui/lib/mixins/emitter");
196
196
 
197
197
  /***/ }),
198
198
 
199
- /***/ 87:
199
+ /***/ 95:
200
200
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
201
201
 
202
202
  "use strict";
@@ -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 = 86);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 94);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -196,7 +196,7 @@ module.exports = require("@liuzengwei/element-ui/lib/utils/vue-popper");
196
196
 
197
197
  /***/ }),
198
198
 
199
- /***/ 86:
199
+ /***/ 94:
200
200
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
201
201
 
202
202
  "use strict";
package/lib/dropdown.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 = 141);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 150);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -203,7 +203,7 @@ module.exports = require("@liuzengwei/element-ui/lib/utils/clickoutside");
203
203
 
204
204
  /***/ }),
205
205
 
206
- /***/ 141:
206
+ /***/ 150:
207
207
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
208
208
 
209
209
  "use strict";