cy-element-ui 1.1.16 → 1.1.18

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 (236) hide show
  1. package/README.md +8 -8
  2. package/lib/{alert.js → Alert.js} +2 -2
  3. package/lib/{aside.js → Aside.js} +2 -2
  4. package/lib/Autocomplete.js +2051 -0
  5. package/lib/{avatar.js → Avatar.js} +2 -2
  6. package/lib/{backtop.js → Backtop.js} +4 -4
  7. package/lib/{badge.js → Badge.js} +2 -2
  8. package/lib/{breadcrumb.js → Breadcrumb.js} +2 -2
  9. package/lib/{breadcrumb-item.js → BreadcrumbItem.js} +2 -2
  10. package/lib/{button.js → Button.js} +2 -2
  11. package/lib/{button-group.js → ButtonGroup.js} +2 -2
  12. package/lib/{calendar.js → Calendar.js} +238 -25
  13. package/lib/{card.js → Card.js} +2 -2
  14. package/lib/{carousel.js → Carousel.js} +12 -12
  15. package/lib/{carousel-item.js → CarouselItem.js} +2 -2
  16. package/lib/Cascader.js +4641 -0
  17. package/lib/{cascader-panel.js → CascaderPanel.js} +1101 -57
  18. package/lib/{checkbox.js → Checkbox.js} +9 -9
  19. package/lib/{checkbox-button.js → CheckboxButton.js} +2 -2
  20. package/lib/{checkbox-group.js → CheckboxGroup.js} +9 -9
  21. package/lib/{col.js → Col.js} +2 -2
  22. package/lib/{collapse.js → Collapse.js} +2 -2
  23. package/lib/{collapse-item.js → CollapseItem.js} +4 -4
  24. package/lib/{color-picker.js → ColorPicker.js} +967 -25
  25. package/lib/{container.js → Container.js} +2 -2
  26. package/lib/{selectDisplayInput.js → CySelectDisplayInput.js} +8 -8
  27. package/lib/{subTitle.js → CySubTitle.js} +8 -8
  28. package/lib/{tabDialog.js → CyTabDialog.js} +26 -26
  29. package/lib/{treeSelect.js → CyTreeSelect.js} +3161 -3169
  30. package/lib/{date-picker.js → DatePicker.js} +1372 -139
  31. package/lib/{descriptions.js → Descriptions.js} +4 -4
  32. package/lib/{descriptions-item.js → DescriptionsItem.js} +2 -2
  33. package/lib/{dialog.js → Dialog.js} +12 -12
  34. package/lib/{divider.js → Divider.js} +2 -2
  35. package/lib/{drawer.js → Drawer.js} +4 -4
  36. package/lib/{dropdown.js → Dropdown.js} +244 -31
  37. package/lib/{dropdown-item.js → DropdownItem.js} +2 -2
  38. package/lib/{dropdown-menu.js → DropdownMenu.js} +2 -2
  39. package/lib/{empty.js → Empty.js} +4 -4
  40. package/lib/{footer.js → Footer.js} +2 -2
  41. package/lib/{form.js → Form.js} +10 -10
  42. package/lib/{form-item.js → FormItem.js} +12 -12
  43. package/lib/{header.js → Header.js} +2 -2
  44. package/lib/{icon.js → Icon.js} +2 -2
  45. package/lib/{image.js → Image.js} +22 -22
  46. package/lib/{infinite-scroll.js → InfiniteScroll.js} +16 -16
  47. package/lib/{input.js → Input.js} +27 -26
  48. package/lib/InputNumber.js +1552 -0
  49. package/lib/{link.js → Link.js} +2 -2
  50. package/lib/{loading.js → Loading.js} +15 -15
  51. package/lib/{main.js → Main.js} +2 -2
  52. package/lib/{menu.js → Menu.js} +10 -10
  53. package/lib/{menu-item.js → MenuItem.js} +339 -12
  54. package/lib/{menu-item-group.js → MenuItemGroup.js} +2 -2
  55. package/lib/{message.js → Message.js} +16 -16
  56. package/lib/{message-box.js → MessageBox.js} +973 -31
  57. package/lib/{notification.js → Notification.js} +11 -11
  58. package/lib/{option.js → Option.js} +11 -11
  59. package/lib/{option-group.js → OptionGroup.js} +2 -2
  60. package/lib/{page-header.js → PageHeader.js} +4 -4
  61. package/lib/Pagination.js +4123 -0
  62. package/lib/Popconfirm.js +1025 -0
  63. package/lib/{popover.js → Popover.js} +6 -6
  64. package/lib/{progress.js → Progress.js} +2 -2
  65. package/lib/{radio.js → Radio.js} +9 -9
  66. package/lib/{radio-button.js → RadioButton.js} +2 -2
  67. package/lib/{radio-group.js → RadioGroup.js} +2 -2
  68. package/lib/{rate.js → Rate.js} +20 -20
  69. package/lib/{result.js → Result.js} +2 -2
  70. package/lib/{row.js → Row.js} +2 -2
  71. package/lib/{scrollbar.js → Scrollbar.js} +26 -26
  72. package/lib/{select.js → Select.js} +1371 -170
  73. package/lib/{skeleton.js → Skeleton.js} +2 -2
  74. package/lib/{skeleton-item.js → SkeletonItem.js} +2 -2
  75. package/lib/Slider.js +2854 -0
  76. package/lib/{spinner.js → Spinner.js} +2 -2
  77. package/lib/{statistic.js → Statistic.js} +4 -4
  78. package/lib/{step.js → Step.js} +2 -2
  79. package/lib/{steps.js → Steps.js} +4 -4
  80. package/lib/{submenu.js → Submenu.js} +13 -13
  81. package/lib/{switch.js → Switch.js} +10 -10
  82. package/lib/{tab-pane.js → TabPane.js} +2 -2
  83. package/lib/{table.js → Table.js} +1231 -121
  84. package/lib/{table-column.js → TableColumn.js} +824 -295
  85. package/lib/{tabs.js → Tabs.js} +4 -4
  86. package/lib/{tag.js → Tag.js} +2 -2
  87. package/lib/{time-picker.js → TimePicker.js} +1183 -91
  88. package/lib/{time-select.js → TimeSelect.js} +1132 -26
  89. package/lib/{timeline.js → Timeline.js} +2 -2
  90. package/lib/{timeline-item.js → TimelineItem.js} +2 -2
  91. package/lib/{tooltip.js → Tooltip.js} +27 -27
  92. package/lib/Transfer.js +2557 -0
  93. package/lib/{tree.js → Tree.js} +436 -19
  94. package/lib/{upload.js → Upload.js} +411 -19
  95. package/lib/index.js +1 -1
  96. package/package.json +5 -23
  97. package/packages/{tabDialog → cy/tabDialog}/src/main.vue +1 -1
  98. package/packages/{treeSelect → cy/treeSelect}/src/main.vue +4 -4
  99. package/packages/theme-chalk/src/index.scss +3 -1
  100. package/src/index.js +16 -16
  101. package/types/cy/cy-element-ui.d.ts +31 -0
  102. package/types/cy/cy-select-display-input.d.ts +7 -0
  103. package/types/cy/cy-sub-title.d.ts +7 -0
  104. package/types/cy/cy-tab-dialog.d.ts +7 -0
  105. package/types/cy/cy-tree-select.d.ts +7 -0
  106. package/types/cy/index.d.ts +1 -0
  107. package/types/cy/select-display-input.d.ts +19 -0
  108. package/types/cy/sub-title.d.ts +10 -0
  109. package/types/cy/tab-dialog.d.ts +51 -0
  110. package/types/cy/tree-select.d.ts +44 -0
  111. package/types/index.d.ts +1 -0
  112. package/lib/autocomplete.js +0 -952
  113. package/lib/cascader.js +0 -1439
  114. package/lib/element-ui.common.js +0 -44918
  115. package/lib/input-number.js +0 -757
  116. package/lib/pagination.js +0 -950
  117. package/lib/popconfirm.js +0 -457
  118. package/lib/slider.js +0 -1199
  119. package/lib/theme-chalk/alert.css +0 -1
  120. package/lib/theme-chalk/aside.css +0 -1
  121. package/lib/theme-chalk/autocomplete.css +0 -1
  122. package/lib/theme-chalk/avatar.css +0 -1
  123. package/lib/theme-chalk/backtop.css +0 -1
  124. package/lib/theme-chalk/badge.css +0 -1
  125. package/lib/theme-chalk/base.css +0 -1
  126. package/lib/theme-chalk/breadcrumb-item.css +0 -0
  127. package/lib/theme-chalk/breadcrumb.css +0 -1
  128. package/lib/theme-chalk/button-group.css +0 -0
  129. package/lib/theme-chalk/button.css +0 -1
  130. package/lib/theme-chalk/calendar.css +0 -1
  131. package/lib/theme-chalk/card.css +0 -1
  132. package/lib/theme-chalk/carousel-item.css +0 -1
  133. package/lib/theme-chalk/carousel.css +0 -1
  134. package/lib/theme-chalk/cascader-panel.css +0 -1
  135. package/lib/theme-chalk/cascader.css +0 -1
  136. package/lib/theme-chalk/checkbox-button.css +0 -0
  137. package/lib/theme-chalk/checkbox-group.css +0 -0
  138. package/lib/theme-chalk/checkbox.css +0 -1
  139. package/lib/theme-chalk/col.css +0 -1
  140. package/lib/theme-chalk/collapse-item.css +0 -0
  141. package/lib/theme-chalk/collapse.css +0 -1
  142. package/lib/theme-chalk/color-picker.css +0 -1
  143. package/lib/theme-chalk/container.css +0 -1
  144. package/lib/theme-chalk/date-picker.css +0 -1
  145. package/lib/theme-chalk/descriptions-item.css +0 -1
  146. package/lib/theme-chalk/descriptions.css +0 -1
  147. package/lib/theme-chalk/dialog.css +0 -1
  148. package/lib/theme-chalk/display.css +0 -1
  149. package/lib/theme-chalk/divider.css +0 -1
  150. package/lib/theme-chalk/drawer.css +0 -1
  151. package/lib/theme-chalk/dropdown-item.css +0 -0
  152. package/lib/theme-chalk/dropdown-menu.css +0 -0
  153. package/lib/theme-chalk/dropdown.css +0 -1
  154. package/lib/theme-chalk/element.css +0 -1
  155. package/lib/theme-chalk/empty.css +0 -1
  156. package/lib/theme-chalk/fonts/element-icons.ttf +0 -0
  157. package/lib/theme-chalk/fonts/element-icons.woff +0 -0
  158. package/lib/theme-chalk/footer.css +0 -1
  159. package/lib/theme-chalk/form-item.css +0 -0
  160. package/lib/theme-chalk/form.css +0 -1
  161. package/lib/theme-chalk/header.css +0 -1
  162. package/lib/theme-chalk/icon.css +0 -1
  163. package/lib/theme-chalk/image.css +0 -1
  164. package/lib/theme-chalk/index.css +0 -1
  165. package/lib/theme-chalk/infinite-scroll.css +0 -0
  166. package/lib/theme-chalk/infiniteScroll.css +0 -0
  167. package/lib/theme-chalk/input-number.css +0 -1
  168. package/lib/theme-chalk/input.css +0 -1
  169. package/lib/theme-chalk/link.css +0 -1
  170. package/lib/theme-chalk/loading.css +0 -1
  171. package/lib/theme-chalk/main.css +0 -1
  172. package/lib/theme-chalk/menu-item-group.css +0 -0
  173. package/lib/theme-chalk/menu-item.css +0 -0
  174. package/lib/theme-chalk/menu.css +0 -1
  175. package/lib/theme-chalk/message-box.css +0 -1
  176. package/lib/theme-chalk/message.css +0 -1
  177. package/lib/theme-chalk/notification.css +0 -1
  178. package/lib/theme-chalk/option-group.css +0 -1
  179. package/lib/theme-chalk/option.css +0 -1
  180. package/lib/theme-chalk/page-header.css +0 -1
  181. package/lib/theme-chalk/pagination.css +0 -1
  182. package/lib/theme-chalk/popconfirm.css +0 -1
  183. package/lib/theme-chalk/popover.css +0 -1
  184. package/lib/theme-chalk/popper.css +0 -1
  185. package/lib/theme-chalk/progress.css +0 -1
  186. package/lib/theme-chalk/radio-button.css +0 -1
  187. package/lib/theme-chalk/radio-group.css +0 -1
  188. package/lib/theme-chalk/radio.css +0 -1
  189. package/lib/theme-chalk/rate.css +0 -1
  190. package/lib/theme-chalk/reset.css +0 -1
  191. package/lib/theme-chalk/result.css +0 -1
  192. package/lib/theme-chalk/row.css +0 -1
  193. package/lib/theme-chalk/scrollbar.css +0 -1
  194. package/lib/theme-chalk/select-dropdown.css +0 -1
  195. package/lib/theme-chalk/select.css +0 -1
  196. package/lib/theme-chalk/selectDisplayInput.css +0 -1
  197. package/lib/theme-chalk/skeleton-item.css +0 -1
  198. package/lib/theme-chalk/skeleton.css +0 -1
  199. package/lib/theme-chalk/slider.css +0 -1
  200. package/lib/theme-chalk/spinner.css +0 -1
  201. package/lib/theme-chalk/statistic.css +0 -1
  202. package/lib/theme-chalk/step.css +0 -1
  203. package/lib/theme-chalk/steps.css +0 -1
  204. package/lib/theme-chalk/subTitle.css +0 -1
  205. package/lib/theme-chalk/submenu.css +0 -0
  206. package/lib/theme-chalk/switch.css +0 -1
  207. package/lib/theme-chalk/tab-pane.css +0 -0
  208. package/lib/theme-chalk/tabDialog.css +0 -1
  209. package/lib/theme-chalk/table-column.css +0 -1
  210. package/lib/theme-chalk/table.css +0 -1
  211. package/lib/theme-chalk/tabs.css +0 -1
  212. package/lib/theme-chalk/tag.css +0 -1
  213. package/lib/theme-chalk/time-picker.css +0 -1
  214. package/lib/theme-chalk/time-select.css +0 -1
  215. package/lib/theme-chalk/timeline-item.css +0 -1
  216. package/lib/theme-chalk/timeline.css +0 -1
  217. package/lib/theme-chalk/tooltip.css +0 -1
  218. package/lib/theme-chalk/transfer.css +0 -1
  219. package/lib/theme-chalk/tree.css +0 -1
  220. package/lib/theme-chalk/treeSelect.css +0 -1
  221. package/lib/theme-chalk/upload.css +0 -1
  222. package/lib/transfer.js +0 -1102
  223. package/lib/umd/locale/en.js +0 -142
  224. package/lib/umd/locale/zh-CN.js +0 -142
  225. package/lib/umd/locale/zh-TW.js +0 -142
  226. package/src/locale/lang/en.js +0 -123
  227. package/src/locale/lang/zh-TW.js +0 -123
  228. /package/packages/{selectDisplayInput → cy/selectDisplayInput}/index.js +0 -0
  229. /package/packages/{selectDisplayInput → cy/selectDisplayInput}/src/main.vue +0 -0
  230. /package/packages/{subTitle → cy/subTitle}/index.js +0 -0
  231. /package/packages/{subTitle → cy/subTitle}/src/main.vue +0 -0
  232. /package/packages/{tabDialog → cy/tabDialog}/index.js +0 -0
  233. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/drag.js +0 -0
  234. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/dragHeight.js +0 -0
  235. /package/packages/{tabDialog → cy/tabDialog}/src/dialog/dragWidth.js +0 -0
  236. /package/packages/{treeSelect → cy/treeSelect}/index.js +0 -0
@@ -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 = 80);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 74);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -195,39 +195,1140 @@ function normalizeComponent(
195
195
  /***/ 1:
196
196
  /***/ (function(module, exports) {
197
197
 
198
- module.exports = require("element-ui/lib/utils/date-util");
198
+ module.exports = require("element-ui/lib/utils/dom");
199
+
200
+ /***/ }),
201
+
202
+ /***/ 10:
203
+ /***/ (function(module, exports) {
204
+
205
+ module.exports = require("element-ui/lib/utils/resize-event");
199
206
 
200
207
  /***/ }),
201
208
 
202
209
  /***/ 11:
203
210
  /***/ (function(module, exports) {
204
211
 
205
- module.exports = require("element-ui/lib/input");
212
+ module.exports = require("element-ui/lib/utils/shared");
206
213
 
207
214
  /***/ }),
208
215
 
209
- /***/ 12:
216
+ /***/ 13:
217
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
218
+
219
+ "use strict";
220
+ // ESM COMPAT FLAG
221
+ __webpack_require__.r(__webpack_exports__);
222
+
223
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/input/src/input.vue?vue&type=template&id=048a9cde
224
+ var render = function () {
225
+ var _vm = this
226
+ var _h = _vm.$createElement
227
+ var _c = _vm._self._c || _h
228
+ return _c(
229
+ "div",
230
+ {
231
+ class: [
232
+ _vm.type === "textarea" ? "el-textarea" : "el-input",
233
+ _vm.inputSize ? "el-input--" + _vm.inputSize : "",
234
+ {
235
+ "is-disabled": _vm.inputDisabled,
236
+ "is-exceed": _vm.inputExceed,
237
+ "el-input-group": _vm.$slots.prepend || _vm.$slots.append,
238
+ "el-input-group--append": _vm.$slots.append,
239
+ "el-input-group--prepend": _vm.$slots.prepend,
240
+ "el-input--prefix": _vm.$slots.prefix || _vm.prefixIcon,
241
+ "el-input--suffix":
242
+ _vm.$slots.suffix ||
243
+ _vm.suffixIcon ||
244
+ _vm.clearable ||
245
+ _vm.showPassword,
246
+ },
247
+ ],
248
+ on: {
249
+ mouseenter: function ($event) {
250
+ _vm.hovering = true
251
+ },
252
+ mouseleave: function ($event) {
253
+ _vm.hovering = false
254
+ },
255
+ },
256
+ },
257
+ [
258
+ _vm.type !== "textarea"
259
+ ? [
260
+ _vm.$slots.prepend
261
+ ? _c(
262
+ "div",
263
+ { staticClass: "el-input-group__prepend" },
264
+ [_vm._t("prepend")],
265
+ 2
266
+ )
267
+ : _vm._e(),
268
+ _vm.type !== "textarea"
269
+ ? _c(
270
+ "input",
271
+ _vm._b(
272
+ {
273
+ ref: "input",
274
+ staticClass: "el-input__inner",
275
+ attrs: {
276
+ tabindex: _vm.tabindex,
277
+ type: _vm.showPassword
278
+ ? _vm.passwordVisible
279
+ ? "text"
280
+ : "password"
281
+ : _vm.type,
282
+ disabled: _vm.inputDisabled,
283
+ readonly: _vm.readonly,
284
+ autocomplete: _vm.autoComplete || _vm.autocomplete,
285
+ "aria-label": _vm.label,
286
+ },
287
+ on: {
288
+ compositionstart: _vm.handleCompositionStart,
289
+ compositionupdate: _vm.handleCompositionUpdate,
290
+ compositionend: _vm.handleCompositionEnd,
291
+ input: _vm.handleInput,
292
+ focus: _vm.handleFocus,
293
+ blur: _vm.handleBlur,
294
+ change: _vm.handleChange,
295
+ },
296
+ },
297
+ "input",
298
+ _vm.$attrs,
299
+ false
300
+ )
301
+ )
302
+ : _vm._e(),
303
+ _vm.$slots.prefix || _vm.prefixIcon
304
+ ? _c(
305
+ "span",
306
+ { staticClass: "el-input__prefix" },
307
+ [
308
+ _vm._t("prefix"),
309
+ _vm.prefixIcon
310
+ ? _c("i", {
311
+ staticClass: "el-input__icon",
312
+ class: _vm.prefixIcon,
313
+ })
314
+ : _vm._e(),
315
+ ],
316
+ 2
317
+ )
318
+ : _vm._e(),
319
+ _vm.getSuffixVisible()
320
+ ? _c("span", { staticClass: "el-input__suffix" }, [
321
+ _c(
322
+ "span",
323
+ { staticClass: "el-input__suffix-inner" },
324
+ [
325
+ !_vm.showClear ||
326
+ !_vm.showPwdVisible ||
327
+ !_vm.isWordLimitVisible
328
+ ? [
329
+ _vm._t("suffix"),
330
+ _vm.suffixIcon
331
+ ? _c("i", {
332
+ staticClass: "el-input__icon",
333
+ class: _vm.suffixIcon,
334
+ })
335
+ : _vm._e(),
336
+ ]
337
+ : _vm._e(),
338
+ _vm.showClear
339
+ ? _c("i", {
340
+ staticClass:
341
+ "el-input__icon el-icon-circle-close el-input__clear",
342
+ on: {
343
+ mousedown: function ($event) {
344
+ $event.preventDefault()
345
+ },
346
+ click: _vm.clear,
347
+ },
348
+ })
349
+ : _vm._e(),
350
+ _vm.showPwdVisible
351
+ ? _c("i", {
352
+ staticClass:
353
+ "el-input__icon el-icon-view el-input__clear",
354
+ on: { click: _vm.handlePasswordVisible },
355
+ })
356
+ : _vm._e(),
357
+ _vm.isWordLimitVisible
358
+ ? _c("span", { staticClass: "el-input__count" }, [
359
+ _c(
360
+ "span",
361
+ { staticClass: "el-input__count-inner" },
362
+ [
363
+ _vm._v(
364
+ "\n\t\t\t\t\t\t\t" +
365
+ _vm._s(_vm.textLength) +
366
+ "/" +
367
+ _vm._s(_vm.upperLimit) +
368
+ "\n\t\t\t\t\t\t"
369
+ ),
370
+ ]
371
+ ),
372
+ ])
373
+ : _vm._e(),
374
+ ],
375
+ 2
376
+ ),
377
+ _vm.validateState
378
+ ? _c("i", {
379
+ staticClass: "el-input__icon",
380
+ class: ["el-input__validateIcon", _vm.validateIcon],
381
+ })
382
+ : _vm._e(),
383
+ ])
384
+ : _vm._e(),
385
+ _vm.$slots.append
386
+ ? _c(
387
+ "div",
388
+ { staticClass: "el-input-group__append" },
389
+ [_vm._t("append")],
390
+ 2
391
+ )
392
+ : _vm._e(),
393
+ ]
394
+ : _c(
395
+ "textarea",
396
+ _vm._b(
397
+ {
398
+ ref: "textarea",
399
+ staticClass: "el-textarea__inner",
400
+ style: _vm.textareaStyle,
401
+ attrs: {
402
+ tabindex: _vm.tabindex,
403
+ disabled: _vm.inputDisabled,
404
+ readonly: _vm.readonly,
405
+ autocomplete: _vm.autoComplete || _vm.autocomplete,
406
+ "aria-label": _vm.label,
407
+ },
408
+ on: {
409
+ compositionstart: _vm.handleCompositionStart,
410
+ compositionupdate: _vm.handleCompositionUpdate,
411
+ compositionend: _vm.handleCompositionEnd,
412
+ input: _vm.handleInput,
413
+ focus: _vm.handleFocus,
414
+ blur: _vm.handleBlur,
415
+ change: _vm.handleChange,
416
+ },
417
+ },
418
+ "textarea",
419
+ _vm.$attrs,
420
+ false
421
+ )
422
+ ),
423
+ _vm.isWordLimitVisible && _vm.type === "textarea"
424
+ ? _c("span", { staticClass: "el-input__count" }, [
425
+ _vm._v(_vm._s(_vm.textLength) + "/" + _vm._s(_vm.upperLimit)),
426
+ ])
427
+ : _vm._e(),
428
+ ],
429
+ 2
430
+ )
431
+ }
432
+ var staticRenderFns = []
433
+ render._withStripped = true
434
+
435
+
436
+ // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=template&id=048a9cde
437
+
438
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
439
+ var emitter_ = __webpack_require__(4);
440
+ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
441
+
442
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/migrating"
443
+ var migrating_ = __webpack_require__(7);
444
+ var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
445
+
446
+ // CONCATENATED MODULE: ./packages/input/src/calcTextareaHeight.js
447
+ var hiddenTextarea = void 0;
448
+
449
+ var HIDDEN_STYLE = '\n height:0 !important;\n visibility:hidden !important;\n overflow:hidden !important;\n position:absolute !important;\n z-index:-1000 !important;\n top:0 !important;\n right:0 !important\n';
450
+
451
+ var CONTEXT_STYLE = ['letter-spacing', 'line-height', 'padding-top', 'padding-bottom', 'font-family', 'font-weight', 'font-size', 'text-rendering', 'text-transform', 'width', 'text-indent', 'padding-left', 'padding-right', 'border-width', 'box-sizing'];
452
+
453
+ function calculateNodeStyling(targetElement) {
454
+ var style = window.getComputedStyle(targetElement);
455
+
456
+ var boxSizing = style.getPropertyValue('box-sizing');
457
+
458
+ var paddingSize = parseFloat(style.getPropertyValue('padding-bottom')) + parseFloat(style.getPropertyValue('padding-top'));
459
+
460
+ var borderSize = parseFloat(style.getPropertyValue('border-bottom-width')) + parseFloat(style.getPropertyValue('border-top-width'));
461
+
462
+ var contextStyle = CONTEXT_STYLE.map(function (name) {
463
+ return name + ':' + style.getPropertyValue(name);
464
+ }).join(';');
465
+
466
+ return { contextStyle: contextStyle, paddingSize: paddingSize, borderSize: borderSize, boxSizing: boxSizing };
467
+ }
468
+
469
+ function calcTextareaHeight(targetElement) {
470
+ var minRows = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
471
+ var maxRows = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
472
+
473
+ if (!hiddenTextarea) {
474
+ hiddenTextarea = document.createElement('textarea');
475
+ document.body.appendChild(hiddenTextarea);
476
+ }
477
+
478
+ var _calculateNodeStyling = calculateNodeStyling(targetElement),
479
+ paddingSize = _calculateNodeStyling.paddingSize,
480
+ borderSize = _calculateNodeStyling.borderSize,
481
+ boxSizing = _calculateNodeStyling.boxSizing,
482
+ contextStyle = _calculateNodeStyling.contextStyle;
483
+
484
+ hiddenTextarea.setAttribute('style', contextStyle + ';' + HIDDEN_STYLE);
485
+ hiddenTextarea.value = targetElement.value || targetElement.placeholder || '';
486
+
487
+ var height = hiddenTextarea.scrollHeight;
488
+ var result = {};
489
+
490
+ if (boxSizing === 'border-box') {
491
+ height = height + borderSize;
492
+ } else if (boxSizing === 'content-box') {
493
+ height = height - paddingSize;
494
+ }
495
+
496
+ hiddenTextarea.value = '';
497
+ var singleRowHeight = hiddenTextarea.scrollHeight - paddingSize;
498
+
499
+ if (minRows !== null) {
500
+ var minHeight = singleRowHeight * minRows;
501
+ if (boxSizing === 'border-box') {
502
+ minHeight = minHeight + paddingSize + borderSize;
503
+ }
504
+ height = Math.max(minHeight, height);
505
+ result.minHeight = minHeight + 'px';
506
+ }
507
+ if (maxRows !== null) {
508
+ var maxHeight = singleRowHeight * maxRows;
509
+ if (boxSizing === 'border-box') {
510
+ maxHeight = maxHeight + paddingSize + borderSize;
511
+ }
512
+ height = Math.min(maxHeight, height);
513
+ }
514
+ result.height = height + 'px';
515
+ hiddenTextarea.parentNode && hiddenTextarea.parentNode.removeChild(hiddenTextarea);
516
+ hiddenTextarea = null;
517
+ return result;
518
+ };
519
+ // EXTERNAL MODULE: external "element-ui/lib/utils/merge"
520
+ var merge_ = __webpack_require__(6);
521
+ var merge_default = /*#__PURE__*/__webpack_require__.n(merge_);
522
+
523
+ // EXTERNAL MODULE: external "element-ui/lib/utils/shared"
524
+ var shared_ = __webpack_require__(11);
525
+
526
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/input/src/input.vue?vue&type=script&lang=js
527
+ //
528
+ //
529
+ //
530
+ //
531
+ //
532
+ //
533
+ //
534
+ //
535
+ //
536
+ //
537
+ //
538
+ //
539
+ //
540
+ //
541
+ //
542
+ //
543
+ //
544
+ //
545
+ //
546
+ //
547
+ //
548
+ //
549
+ //
550
+ //
551
+ //
552
+ //
553
+ //
554
+ //
555
+ //
556
+ //
557
+ //
558
+ //
559
+ //
560
+ //
561
+ //
562
+ //
563
+ //
564
+ //
565
+ //
566
+ //
567
+ //
568
+ //
569
+ //
570
+ //
571
+ //
572
+ //
573
+ //
574
+ //
575
+ //
576
+ //
577
+ //
578
+ //
579
+ //
580
+ //
581
+ //
582
+ //
583
+ //
584
+ //
585
+ //
586
+ //
587
+ //
588
+ //
589
+ //
590
+ //
591
+ //
592
+ //
593
+ //
594
+ //
595
+ //
596
+ //
597
+ //
598
+ //
599
+ //
600
+ //
601
+ //
602
+ //
603
+ //
604
+ //
605
+ //
606
+ //
607
+ //
608
+ //
609
+ //
610
+ //
611
+ //
612
+ //
613
+ //
614
+ //
615
+ //
616
+ //
617
+ //
618
+ //
619
+ //
620
+ //
621
+ //
622
+ //
623
+ //
624
+ //
625
+ //
626
+ //
627
+ //
628
+ //
629
+ //
630
+ //
631
+ //
632
+ //
633
+ //
634
+ //
635
+ //
636
+
637
+
638
+
639
+
640
+
641
+
642
+
643
+ /* harmony default export */ var inputvue_type_script_lang_js = ({
644
+ name: 'ElInput',
645
+
646
+ componentName: 'ElInput',
647
+
648
+ mixins: [emitter_default.a, migrating_default.a],
649
+
650
+ inheritAttrs: false,
651
+
652
+ inject: {
653
+ elForm: {
654
+ default: ''
655
+ },
656
+ elFormItem: {
657
+ default: ''
658
+ }
659
+ },
660
+
661
+ data: function data() {
662
+ return {
663
+ textareaCalcStyle: {},
664
+ hovering: false,
665
+ focused: false,
666
+ isComposing: false,
667
+ passwordVisible: false
668
+ };
669
+ },
670
+
671
+
672
+ props: {
673
+ value: [String, Number],
674
+ size: String,
675
+ resize: String,
676
+ form: String,
677
+ disabled: Boolean,
678
+ readonly: Boolean,
679
+ type: {
680
+ type: String,
681
+ default: 'text'
682
+ },
683
+ autosize: {
684
+ type: [Boolean, Object],
685
+ default: false
686
+ },
687
+ autocomplete: {
688
+ type: String,
689
+ default: 'off'
690
+ },
691
+ /** @Deprecated in next major version */
692
+ autoComplete: {
693
+ type: String,
694
+ validator: function validator(val) {
695
+ false && false;
696
+ return true;
697
+ }
698
+ },
699
+ validateEvent: {
700
+ type: Boolean,
701
+ default: true
702
+ },
703
+ suffixIcon: String,
704
+ prefixIcon: String,
705
+ label: String,
706
+ clearable: {
707
+ type: Boolean,
708
+ default: false
709
+ },
710
+ showPassword: {
711
+ type: Boolean,
712
+ default: false
713
+ },
714
+ showWordLimit: {
715
+ type: Boolean,
716
+ default: false
717
+ },
718
+ tabindex: String
719
+ },
720
+
721
+ computed: {
722
+ _elFormItemSize: function _elFormItemSize() {
723
+ return (this.elFormItem || {}).elFormItemSize;
724
+ },
725
+ validateState: function validateState() {
726
+ return this.elFormItem ? this.elFormItem.validateState : '';
727
+ },
728
+ needStatusIcon: function needStatusIcon() {
729
+ return this.elForm ? this.elForm.statusIcon : false;
730
+ },
731
+ validateIcon: function validateIcon() {
732
+ return {
733
+ validating: 'el-icon-loading',
734
+ success: 'el-icon-circle-check',
735
+ error: 'el-icon-circle-close'
736
+ }[this.validateState];
737
+ },
738
+ textareaStyle: function textareaStyle() {
739
+ return merge_default()({}, this.textareaCalcStyle, { resize: this.resize });
740
+ },
741
+ inputSize: function inputSize() {
742
+ return this.size || this._elFormItemSize || (this.$ELEMENT || {}).size;
743
+ },
744
+ inputDisabled: function inputDisabled() {
745
+ return this.disabled || (this.elForm || {}).disabled;
746
+ },
747
+ nativeInputValue: function nativeInputValue() {
748
+ return this.value === null || this.value === undefined ? '' : String(this.value);
749
+ },
750
+ showClear: function showClear() {
751
+ return this.clearable && !this.inputDisabled && !this.readonly && this.nativeInputValue && (this.focused || this.hovering);
752
+ },
753
+ showPwdVisible: function showPwdVisible() {
754
+ return this.showPassword && !this.inputDisabled && !this.readonly && (!!this.nativeInputValue || this.focused);
755
+ },
756
+ isWordLimitVisible: function isWordLimitVisible() {
757
+ return this.showWordLimit && this.$attrs.maxlength && (this.type === 'text' || this.type === 'textarea') && !this.inputDisabled && !this.readonly && !this.showPassword;
758
+ },
759
+ upperLimit: function upperLimit() {
760
+ return this.$attrs.maxlength;
761
+ },
762
+ textLength: function textLength() {
763
+ if (typeof this.value === 'number') {
764
+ return String(this.value).length;
765
+ }
766
+
767
+ return (this.value || '').length;
768
+ },
769
+ inputExceed: function inputExceed() {
770
+ // show exceed style if length of initial value greater then maxlength
771
+ return this.isWordLimitVisible && this.textLength > this.upperLimit;
772
+ }
773
+ },
774
+
775
+ watch: {
776
+ value: function value(val) {
777
+ this.$nextTick(this.resizeTextarea);
778
+ if (this.validateEvent) {
779
+ this.dispatch('ElFormItem', 'el.form.change', [val]);
780
+ }
781
+ },
782
+
783
+ // native input value is set explicitly
784
+ // do not use v-model / :value in template
785
+ // see: https://github.com/ElemeFE/element/issues/14521
786
+ nativeInputValue: function nativeInputValue() {
787
+ this.setNativeInputValue();
788
+ },
789
+
790
+ // when change between <input> and <textarea>,
791
+ // update DOM dependent value and styles
792
+ // https://github.com/ElemeFE/element/issues/14857
793
+ type: function type() {
794
+ var _this = this;
795
+
796
+ this.$nextTick(function () {
797
+ _this.setNativeInputValue();
798
+ _this.resizeTextarea();
799
+ _this.updateIconOffset();
800
+ });
801
+ }
802
+ },
803
+
804
+ methods: {
805
+ focus: function focus() {
806
+ this.getInput().focus();
807
+ },
808
+ blur: function blur() {
809
+ this.getInput().blur();
810
+ },
811
+ getMigratingConfig: function getMigratingConfig() {
812
+ return {
813
+ props: {
814
+ 'icon': 'icon is removed, use suffix-icon / prefix-icon instead.',
815
+ 'on-icon-click': 'on-icon-click is removed.'
816
+ },
817
+ events: {
818
+ 'click': 'click is removed.'
819
+ }
820
+ };
821
+ },
822
+ handleBlur: function handleBlur(event) {
823
+ this.focused = false;
824
+ this.$emit('blur', event);
825
+ if (this.validateEvent) {
826
+ this.dispatch('ElFormItem', 'el.form.blur', [this.value]);
827
+ }
828
+ },
829
+ select: function select() {
830
+ this.getInput().select();
831
+ },
832
+ resizeTextarea: function resizeTextarea() {
833
+ if (this.$isServer) return;
834
+ var autosize = this.autosize,
835
+ type = this.type;
836
+
837
+ if (type !== 'textarea') return;
838
+ if (!autosize) {
839
+ this.textareaCalcStyle = {
840
+ minHeight: calcTextareaHeight(this.$refs.textarea).minHeight
841
+ };
842
+ return;
843
+ }
844
+ var minRows = autosize.minRows;
845
+ var maxRows = autosize.maxRows;
846
+
847
+ this.textareaCalcStyle = calcTextareaHeight(this.$refs.textarea, minRows, maxRows);
848
+ },
849
+ setNativeInputValue: function setNativeInputValue() {
850
+ var input = this.getInput();
851
+ if (!input) return;
852
+ if (input.value === this.nativeInputValue) return;
853
+ input.value = this.nativeInputValue;
854
+ },
855
+ handleFocus: function handleFocus(event) {
856
+ this.focused = true;
857
+ this.$emit('focus', event);
858
+ },
859
+ handleCompositionStart: function handleCompositionStart(event) {
860
+ this.$emit('compositionstart', event);
861
+ this.isComposing = true;
862
+ },
863
+ handleCompositionUpdate: function handleCompositionUpdate(event) {
864
+ this.$emit('compositionupdate', event);
865
+ var text = event.target.value;
866
+ var lastCharacter = text[text.length - 1] || '';
867
+ this.isComposing = !Object(shared_["isKorean"])(lastCharacter);
868
+ },
869
+ handleCompositionEnd: function handleCompositionEnd(event) {
870
+ this.$emit('compositionend', event);
871
+ if (this.isComposing) {
872
+ this.isComposing = false;
873
+ this.handleInput(event);
874
+ }
875
+ },
876
+ handleInput: function handleInput(event) {
877
+ // should not emit input during composition
878
+ // see: https://github.com/ElemeFE/element/issues/10516
879
+ if (this.isComposing) return;
880
+
881
+ // hack for https://github.com/ElemeFE/element/issues/8548
882
+ // should remove the following line when we don't support IE
883
+ if (event.target.value === this.nativeInputValue) return;
884
+
885
+ this.$emit('input', event.target.value);
886
+
887
+ // ensure native input value is controlled
888
+ // see: https://github.com/ElemeFE/element/issues/12850
889
+ this.$nextTick(this.setNativeInputValue);
890
+ },
891
+ handleChange: function handleChange(event) {
892
+ this.$emit('change', event.target.value);
893
+ },
894
+ calcIconOffset: function calcIconOffset(place) {
895
+ var elList = [].slice.call(this.$el.querySelectorAll('.el-input__' + place) || []);
896
+ if (!elList.length) return;
897
+ var el = null;
898
+ for (var i = 0; i < elList.length; i++) {
899
+ if (elList[i].parentNode === this.$el) {
900
+ el = elList[i];
901
+ break;
902
+ }
903
+ }
904
+ if (!el) return;
905
+ var pendantMap = {
906
+ suffix: 'append',
907
+ prefix: 'prepend'
908
+ };
909
+
910
+ var pendant = pendantMap[place];
911
+ if (this.$slots[pendant]) {
912
+ el.style.transform = 'translateX(' + (place === 'suffix' ? '-' : '') + this.$el.querySelector('.el-input-group__' + pendant).offsetWidth + 'px)';
913
+ } else {
914
+ el.removeAttribute('style');
915
+ }
916
+ },
917
+ updateIconOffset: function updateIconOffset() {
918
+ this.calcIconOffset('prefix');
919
+ this.calcIconOffset('suffix');
920
+ },
921
+ clear: function clear() {
922
+ this.$emit('input', '');
923
+ this.$emit('change', '');
924
+ this.$emit('clear');
925
+ },
926
+ handlePasswordVisible: function handlePasswordVisible() {
927
+ var _this2 = this;
928
+
929
+ this.passwordVisible = !this.passwordVisible;
930
+ this.$nextTick(function () {
931
+ _this2.focus();
932
+ });
933
+ },
934
+ getInput: function getInput() {
935
+ return this.$refs.input || this.$refs.textarea;
936
+ },
937
+ getSuffixVisible: function getSuffixVisible() {
938
+ return this.$slots.suffix || this.suffixIcon || this.showClear || this.showPassword || this.isWordLimitVisible || this.validateState && this.needStatusIcon;
939
+ }
940
+ },
941
+
942
+ created: function created() {
943
+ this.$on('inputSelect', this.select);
944
+ },
945
+ mounted: function mounted() {
946
+ this.setNativeInputValue();
947
+ this.resizeTextarea();
948
+ this.updateIconOffset();
949
+ },
950
+ updated: function updated() {
951
+ this.$nextTick(this.updateIconOffset);
952
+ }
953
+ });
954
+ // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=script&lang=js
955
+ /* harmony default export */ var src_inputvue_type_script_lang_js = (inputvue_type_script_lang_js);
956
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
957
+ var componentNormalizer = __webpack_require__(0);
958
+
959
+ // CONCATENATED MODULE: ./packages/input/src/input.vue
960
+
961
+
962
+
963
+
964
+
965
+ /* normalize component */
966
+
967
+ var component = Object(componentNormalizer["a" /* default */])(
968
+ src_inputvue_type_script_lang_js,
969
+ render,
970
+ staticRenderFns,
971
+ false,
972
+ null,
973
+ null,
974
+ null
975
+
976
+ )
977
+
978
+ /* harmony default export */ var input = (component.exports);
979
+ // CONCATENATED MODULE: ./packages/input/index.js
980
+
981
+
982
+ /* istanbul ignore next */
983
+ input.install = function (Vue) {
984
+ Vue.component(input.name, input);
985
+ };
986
+
987
+ /* harmony default export */ var packages_input = __webpack_exports__["default"] = (input);
988
+
989
+ /***/ }),
990
+
991
+ /***/ 14:
210
992
  /***/ (function(module, exports) {
211
993
 
212
994
  module.exports = require("element-ui/lib/utils/clickoutside");
213
995
 
214
996
  /***/ }),
215
997
 
216
- /***/ 16:
998
+ /***/ 17:
217
999
  /***/ (function(module, exports) {
218
1000
 
219
- module.exports = require("element-ui/lib/scrollbar");
1001
+ module.exports = require("element-ui/lib/utils/scrollbar-width");
220
1002
 
221
1003
  /***/ }),
222
1004
 
223
- /***/ 31:
1005
+ /***/ 18:
1006
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
1007
+
1008
+ "use strict";
1009
+ // ESM COMPAT FLAG
1010
+ __webpack_require__.r(__webpack_exports__);
1011
+
1012
+ // EXTERNAL MODULE: external "element-ui/lib/utils/resize-event"
1013
+ var resize_event_ = __webpack_require__(10);
1014
+
1015
+ // EXTERNAL MODULE: external "element-ui/lib/utils/scrollbar-width"
1016
+ var scrollbar_width_ = __webpack_require__(17);
1017
+ var scrollbar_width_default = /*#__PURE__*/__webpack_require__.n(scrollbar_width_);
1018
+
1019
+ // EXTERNAL MODULE: external "element-ui/lib/utils/util"
1020
+ var util_ = __webpack_require__(3);
1021
+
1022
+ // EXTERNAL MODULE: external "element-ui/lib/utils/dom"
1023
+ var dom_ = __webpack_require__(1);
1024
+
1025
+ // CONCATENATED MODULE: ./packages/scrollbar/src/util.js
1026
+ var BAR_MAP = {
1027
+ vertical: {
1028
+ offset: 'offsetHeight',
1029
+ scroll: 'scrollTop',
1030
+ scrollSize: 'scrollHeight',
1031
+ size: 'height',
1032
+ key: 'vertical',
1033
+ axis: 'Y',
1034
+ client: 'clientY',
1035
+ direction: 'top'
1036
+ },
1037
+ horizontal: {
1038
+ offset: 'offsetWidth',
1039
+ scroll: 'scrollLeft',
1040
+ scrollSize: 'scrollWidth',
1041
+ size: 'width',
1042
+ key: 'horizontal',
1043
+ axis: 'X',
1044
+ client: 'clientX',
1045
+ direction: 'left'
1046
+ }
1047
+ };
1048
+
1049
+ function renderThumbStyle(_ref) {
1050
+ var move = _ref.move,
1051
+ size = _ref.size,
1052
+ bar = _ref.bar;
1053
+
1054
+ var style = {};
1055
+ var translate = 'translate' + bar.axis + '(' + move + '%)';
1056
+
1057
+ style[bar.size] = size;
1058
+ style.transform = translate;
1059
+ style.msTransform = translate;
1060
+ style.webkitTransform = translate;
1061
+
1062
+ return style;
1063
+ };
1064
+ // CONCATENATED MODULE: ./packages/scrollbar/src/bar.js
1065
+
1066
+
1067
+
1068
+ /* istanbul ignore next */
1069
+ /* harmony default export */ var src_bar = ({
1070
+ name: 'Bar',
1071
+
1072
+ props: {
1073
+ vertical: Boolean,
1074
+ size: String,
1075
+ move: Number
1076
+ },
1077
+
1078
+ computed: {
1079
+ bar: function bar() {
1080
+ return BAR_MAP[this.vertical ? 'vertical' : 'horizontal'];
1081
+ },
1082
+ wrap: function wrap() {
1083
+ return this.$parent.wrap;
1084
+ }
1085
+ },
1086
+
1087
+ render: function render(h) {
1088
+ var size = this.size,
1089
+ move = this.move,
1090
+ bar = this.bar;
1091
+
1092
+
1093
+ return h(
1094
+ 'div',
1095
+ {
1096
+ 'class': ['el-scrollbar__bar', 'is-' + bar.key],
1097
+ on: {
1098
+ 'mousedown': this.clickTrackHandler
1099
+ }
1100
+ },
1101
+ [h('div', {
1102
+ ref: 'thumb',
1103
+ 'class': 'el-scrollbar__thumb',
1104
+ on: {
1105
+ 'mousedown': this.clickThumbHandler
1106
+ },
1107
+
1108
+ style: renderThumbStyle({ size: size, move: move, bar: bar }) })]
1109
+ );
1110
+ },
1111
+
1112
+
1113
+ methods: {
1114
+ clickThumbHandler: function clickThumbHandler(e) {
1115
+ // prevent click event of right button
1116
+ if (e.ctrlKey || e.button === 2) {
1117
+ return;
1118
+ }
1119
+ this.startDrag(e);
1120
+ this[this.bar.axis] = e.currentTarget[this.bar.offset] - (e[this.bar.client] - e.currentTarget.getBoundingClientRect()[this.bar.direction]);
1121
+ },
1122
+ clickTrackHandler: function clickTrackHandler(e) {
1123
+ var offset = Math.abs(e.target.getBoundingClientRect()[this.bar.direction] - e[this.bar.client]);
1124
+ var thumbHalf = this.$refs.thumb[this.bar.offset] / 2;
1125
+ var thumbPositionPercentage = (offset - thumbHalf) * 100 / this.$el[this.bar.offset];
1126
+
1127
+ this.wrap[this.bar.scroll] = thumbPositionPercentage * this.wrap[this.bar.scrollSize] / 100;
1128
+ },
1129
+ startDrag: function startDrag(e) {
1130
+ e.stopImmediatePropagation();
1131
+ this.cursorDown = true;
1132
+
1133
+ Object(dom_["on"])(document, 'mousemove', this.mouseMoveDocumentHandler);
1134
+ Object(dom_["on"])(document, 'mouseup', this.mouseUpDocumentHandler);
1135
+ document.onselectstart = function () {
1136
+ return false;
1137
+ };
1138
+ },
1139
+ mouseMoveDocumentHandler: function mouseMoveDocumentHandler(e) {
1140
+ if (this.cursorDown === false) return;
1141
+ var prevPage = this[this.bar.axis];
1142
+
1143
+ if (!prevPage) return;
1144
+
1145
+ var offset = (this.$el.getBoundingClientRect()[this.bar.direction] - e[this.bar.client]) * -1;
1146
+ var thumbClickPosition = this.$refs.thumb[this.bar.offset] - prevPage;
1147
+ var thumbPositionPercentage = (offset - thumbClickPosition) * 100 / this.$el[this.bar.offset];
1148
+
1149
+ this.wrap[this.bar.scroll] = thumbPositionPercentage * this.wrap[this.bar.scrollSize] / 100;
1150
+ },
1151
+ mouseUpDocumentHandler: function mouseUpDocumentHandler(e) {
1152
+ this.cursorDown = false;
1153
+ this[this.bar.axis] = 0;
1154
+ Object(dom_["off"])(document, 'mousemove', this.mouseMoveDocumentHandler);
1155
+ document.onselectstart = null;
1156
+ }
1157
+ },
1158
+
1159
+ destroyed: function destroyed() {
1160
+ Object(dom_["off"])(document, 'mouseup', this.mouseUpDocumentHandler);
1161
+ }
1162
+ });
1163
+ // CONCATENATED MODULE: ./packages/scrollbar/src/main.js
1164
+ // reference https://github.com/noeldelgado/gemini-scrollbar/blob/master/index.js
1165
+
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ /* istanbul ignore next */
1172
+ /* harmony default export */ var main = ({
1173
+ name: 'ElScrollbar',
1174
+
1175
+ components: { Bar: src_bar },
1176
+
1177
+ props: {
1178
+ native: Boolean,
1179
+ wrapStyle: {},
1180
+ wrapClass: {},
1181
+ viewClass: {},
1182
+ viewStyle: {},
1183
+ noresize: Boolean, // 如果 container 尺寸不会发生变化,最好设置它可以优化性能
1184
+ tag: {
1185
+ type: String,
1186
+ default: 'div'
1187
+ }
1188
+ },
1189
+
1190
+ data: function data() {
1191
+ return {
1192
+ sizeWidth: '0',
1193
+ sizeHeight: '0',
1194
+ moveX: 0,
1195
+ moveY: 0
1196
+ };
1197
+ },
1198
+
1199
+
1200
+ computed: {
1201
+ wrap: function wrap() {
1202
+ return this.$refs.wrap;
1203
+ }
1204
+ },
1205
+
1206
+ render: function render(h) {
1207
+ var gutter = scrollbar_width_default()();
1208
+ var style = this.wrapStyle;
1209
+
1210
+ if (gutter) {
1211
+ var gutterWith = '-' + gutter + 'px';
1212
+ var gutterStyle = 'margin-bottom: ' + gutterWith + '; margin-right: ' + gutterWith + ';';
1213
+
1214
+ if (Array.isArray(this.wrapStyle)) {
1215
+ style = Object(util_["toObject"])(this.wrapStyle);
1216
+ style.marginRight = style.marginBottom = gutterWith;
1217
+ } else if (typeof this.wrapStyle === 'string') {
1218
+ style += gutterStyle;
1219
+ } else {
1220
+ style = gutterStyle;
1221
+ }
1222
+ }
1223
+ var view = h(this.tag, {
1224
+ class: ['el-scrollbar__view', this.viewClass],
1225
+ style: this.viewStyle,
1226
+ ref: 'resize'
1227
+ }, this.$slots.default);
1228
+ var wrap = h(
1229
+ 'div',
1230
+ {
1231
+ ref: 'wrap',
1232
+ style: style,
1233
+ on: {
1234
+ 'scroll': this.handleScroll
1235
+ },
1236
+
1237
+ 'class': [this.wrapClass, 'el-scrollbar__wrap', gutter ? '' : 'el-scrollbar__wrap--hidden-default'] },
1238
+ [[view]]
1239
+ );
1240
+ var nodes = void 0;
1241
+
1242
+ if (!this.native) {
1243
+ nodes = [wrap, h(src_bar, {
1244
+ attrs: {
1245
+ move: this.moveX,
1246
+ size: this.sizeWidth }
1247
+ }), h(src_bar, {
1248
+ attrs: {
1249
+ vertical: true,
1250
+ move: this.moveY,
1251
+ size: this.sizeHeight }
1252
+ })];
1253
+ } else {
1254
+ nodes = [h(
1255
+ 'div',
1256
+ {
1257
+ ref: 'wrap',
1258
+ 'class': [this.wrapClass, 'el-scrollbar__wrap'],
1259
+ style: style },
1260
+ [[view]]
1261
+ )];
1262
+ }
1263
+ return h('div', { class: 'el-scrollbar' }, nodes);
1264
+ },
1265
+
1266
+
1267
+ methods: {
1268
+ handleScroll: function handleScroll() {
1269
+ var wrap = this.wrap;
1270
+
1271
+ this.moveY = wrap.scrollTop * 100 / wrap.clientHeight;
1272
+ this.moveX = wrap.scrollLeft * 100 / wrap.clientWidth;
1273
+ },
1274
+ update: function update() {
1275
+ var heightPercentage = void 0,
1276
+ widthPercentage = void 0;
1277
+ var wrap = this.wrap;
1278
+ if (!wrap) return;
1279
+
1280
+ heightPercentage = wrap.clientHeight * 100 / wrap.scrollHeight;
1281
+ widthPercentage = wrap.clientWidth * 100 / wrap.scrollWidth;
1282
+
1283
+ this.sizeHeight = heightPercentage < 100 ? heightPercentage + '%' : '';
1284
+ this.sizeWidth = widthPercentage < 100 ? widthPercentage + '%' : '';
1285
+ }
1286
+ },
1287
+
1288
+ mounted: function mounted() {
1289
+ if (this.native) return;
1290
+ this.$nextTick(this.update);
1291
+ !this.noresize && Object(resize_event_["addResizeListener"])(this.$refs.resize, this.update);
1292
+ },
1293
+ beforeDestroy: function beforeDestroy() {
1294
+ if (this.native) return;
1295
+ !this.noresize && Object(resize_event_["removeResizeListener"])(this.$refs.resize, this.update);
1296
+ }
1297
+ });
1298
+ // CONCATENATED MODULE: ./packages/scrollbar/index.js
1299
+
1300
+
1301
+ /* istanbul ignore next */
1302
+ main.install = function (Vue) {
1303
+ Vue.component(main.name, main);
1304
+ };
1305
+
1306
+ /* harmony default export */ var scrollbar = __webpack_exports__["default"] = (main);
1307
+
1308
+ /***/ }),
1309
+
1310
+ /***/ 2:
1311
+ /***/ (function(module, exports) {
1312
+
1313
+ module.exports = require("element-ui/lib/utils/date-util");
1314
+
1315
+ /***/ }),
1316
+
1317
+ /***/ 26:
224
1318
  /***/ (function(module, exports) {
225
1319
 
226
1320
  module.exports = require("element-ui/lib/utils/scroll-into-view");
227
1321
 
228
1322
  /***/ }),
229
1323
 
230
- /***/ 32:
1324
+ /***/ 3:
1325
+ /***/ (function(module, exports) {
1326
+
1327
+ module.exports = require("element-ui/lib/utils/util");
1328
+
1329
+ /***/ }),
1330
+
1331
+ /***/ 35:
231
1332
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
232
1333
 
233
1334
  "use strict";
@@ -413,15 +1514,15 @@ render._withStripped = true
413
1514
  // CONCATENATED MODULE: ./packages/date-picker/src/picker.vue?vue&type=template&id=2d3bd15e
414
1515
 
415
1516
  // EXTERNAL MODULE: external "vue"
416
- var external_vue_ = __webpack_require__(6);
1517
+ var external_vue_ = __webpack_require__(8);
417
1518
  var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
418
1519
 
419
1520
  // EXTERNAL MODULE: external "element-ui/lib/utils/clickoutside"
420
- var clickoutside_ = __webpack_require__(12);
1521
+ var clickoutside_ = __webpack_require__(14);
421
1522
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
422
1523
 
423
1524
  // EXTERNAL MODULE: external "element-ui/lib/utils/date-util"
424
- var date_util_ = __webpack_require__(1);
1525
+ var date_util_ = __webpack_require__(2);
425
1526
 
426
1527
  // EXTERNAL MODULE: external "element-ui/lib/utils/vue-popper"
427
1528
  var vue_popper_ = __webpack_require__(5);
@@ -431,12 +1532,11 @@ var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
431
1532
  var emitter_ = __webpack_require__(4);
432
1533
  var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
433
1534
 
434
- // EXTERNAL MODULE: external "element-ui/lib/input"
435
- var input_ = __webpack_require__(11);
436
- var input_default = /*#__PURE__*/__webpack_require__.n(input_);
1535
+ // EXTERNAL MODULE: ./packages/input/index.js + 6 modules
1536
+ var input = __webpack_require__(13);
437
1537
 
438
1538
  // EXTERNAL MODULE: external "element-ui/lib/utils/merge"
439
- var merge_ = __webpack_require__(9);
1539
+ var merge_ = __webpack_require__(6);
440
1540
  var merge_default = /*#__PURE__*/__webpack_require__.n(merge_);
441
1541
 
442
1542
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/picker.vue?vue&type=script&lang=js
@@ -842,7 +1942,7 @@ var validator = function validator(val) {
842
1942
  }
843
1943
  },
844
1944
 
845
- components: { ElInput: input_default.a },
1945
+ components: { ElInput: input["default"] },
846
1946
 
847
1947
  directives: { Clickoutside: clickoutside_default.a },
848
1948
 
@@ -1408,11 +2508,18 @@ module.exports = require("element-ui/lib/utils/vue-popper");
1408
2508
  /***/ 6:
1409
2509
  /***/ (function(module, exports) {
1410
2510
 
1411
- module.exports = require("vue");
2511
+ module.exports = require("element-ui/lib/utils/merge");
1412
2512
 
1413
2513
  /***/ }),
1414
2514
 
1415
- /***/ 80:
2515
+ /***/ 7:
2516
+ /***/ (function(module, exports) {
2517
+
2518
+ module.exports = require("element-ui/lib/mixins/migrating");
2519
+
2520
+ /***/ }),
2521
+
2522
+ /***/ 74:
1416
2523
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
1417
2524
 
1418
2525
  "use strict";
@@ -1420,7 +2527,7 @@ module.exports = require("vue");
1420
2527
  __webpack_require__.r(__webpack_exports__);
1421
2528
 
1422
2529
  // EXTERNAL MODULE: ./packages/date-picker/src/picker.vue + 4 modules
1423
- var picker = __webpack_require__(32);
2530
+ var picker = __webpack_require__(35);
1424
2531
 
1425
2532
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/panel/time-select.vue?vue&type=template&id=c5c70a18
1426
2533
  var render = function () {
@@ -1496,12 +2603,11 @@ render._withStripped = true
1496
2603
 
1497
2604
  // CONCATENATED MODULE: ./packages/date-picker/src/panel/time-select.vue?vue&type=template&id=c5c70a18
1498
2605
 
1499
- // EXTERNAL MODULE: external "element-ui/lib/scrollbar"
1500
- var scrollbar_ = __webpack_require__(16);
1501
- var scrollbar_default = /*#__PURE__*/__webpack_require__.n(scrollbar_);
2606
+ // EXTERNAL MODULE: ./packages/scrollbar/index.js + 3 modules
2607
+ var scrollbar = __webpack_require__(18);
1502
2608
 
1503
2609
  // EXTERNAL MODULE: external "element-ui/lib/utils/scroll-into-view"
1504
- var scroll_into_view_ = __webpack_require__(31);
2610
+ var scroll_into_view_ = __webpack_require__(26);
1505
2611
  var scroll_into_view_default = /*#__PURE__*/__webpack_require__.n(scroll_into_view_);
1506
2612
 
1507
2613
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/date-picker/src/panel/time-select.vue?vue&type=script&lang=js
@@ -1581,7 +2687,7 @@ var nextTime = function nextTime(time, step) {
1581
2687
  };
1582
2688
 
1583
2689
  /* harmony default export */ var time_selectvue_type_script_lang_js = ({
1584
- components: { ElScrollbar: scrollbar_default.a },
2690
+ components: { ElScrollbar: scrollbar["default"] },
1585
2691
 
1586
2692
  watch: {
1587
2693
  value: function value(val) {
@@ -1755,10 +2861,10 @@ picker_time_select.install = function (Vue) {
1755
2861
 
1756
2862
  /***/ }),
1757
2863
 
1758
- /***/ 9:
2864
+ /***/ 8:
1759
2865
  /***/ (function(module, exports) {
1760
2866
 
1761
- module.exports = require("element-ui/lib/utils/merge");
2867
+ module.exports = require("vue");
1762
2868
 
1763
2869
  /***/ })
1764
2870