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 = 60);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 56);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
@@ -195,21 +195,951 @@ function normalizeComponent(
195
195
  /***/ 11:
196
196
  /***/ (function(module, exports) {
197
197
 
198
- module.exports = require("element-ui/lib/input");
198
+ module.exports = require("element-ui/lib/utils/shared");
199
199
 
200
200
  /***/ }),
201
201
 
202
- /***/ 12:
202
+ /***/ 13:
203
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
204
+
205
+ "use strict";
206
+ // ESM COMPAT FLAG
207
+ __webpack_require__.r(__webpack_exports__);
208
+
209
+ // 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
210
+ var render = function () {
211
+ var _vm = this
212
+ var _h = _vm.$createElement
213
+ var _c = _vm._self._c || _h
214
+ return _c(
215
+ "div",
216
+ {
217
+ class: [
218
+ _vm.type === "textarea" ? "el-textarea" : "el-input",
219
+ _vm.inputSize ? "el-input--" + _vm.inputSize : "",
220
+ {
221
+ "is-disabled": _vm.inputDisabled,
222
+ "is-exceed": _vm.inputExceed,
223
+ "el-input-group": _vm.$slots.prepend || _vm.$slots.append,
224
+ "el-input-group--append": _vm.$slots.append,
225
+ "el-input-group--prepend": _vm.$slots.prepend,
226
+ "el-input--prefix": _vm.$slots.prefix || _vm.prefixIcon,
227
+ "el-input--suffix":
228
+ _vm.$slots.suffix ||
229
+ _vm.suffixIcon ||
230
+ _vm.clearable ||
231
+ _vm.showPassword,
232
+ },
233
+ ],
234
+ on: {
235
+ mouseenter: function ($event) {
236
+ _vm.hovering = true
237
+ },
238
+ mouseleave: function ($event) {
239
+ _vm.hovering = false
240
+ },
241
+ },
242
+ },
243
+ [
244
+ _vm.type !== "textarea"
245
+ ? [
246
+ _vm.$slots.prepend
247
+ ? _c(
248
+ "div",
249
+ { staticClass: "el-input-group__prepend" },
250
+ [_vm._t("prepend")],
251
+ 2
252
+ )
253
+ : _vm._e(),
254
+ _vm.type !== "textarea"
255
+ ? _c(
256
+ "input",
257
+ _vm._b(
258
+ {
259
+ ref: "input",
260
+ staticClass: "el-input__inner",
261
+ attrs: {
262
+ tabindex: _vm.tabindex,
263
+ type: _vm.showPassword
264
+ ? _vm.passwordVisible
265
+ ? "text"
266
+ : "password"
267
+ : _vm.type,
268
+ disabled: _vm.inputDisabled,
269
+ readonly: _vm.readonly,
270
+ autocomplete: _vm.autoComplete || _vm.autocomplete,
271
+ "aria-label": _vm.label,
272
+ },
273
+ on: {
274
+ compositionstart: _vm.handleCompositionStart,
275
+ compositionupdate: _vm.handleCompositionUpdate,
276
+ compositionend: _vm.handleCompositionEnd,
277
+ input: _vm.handleInput,
278
+ focus: _vm.handleFocus,
279
+ blur: _vm.handleBlur,
280
+ change: _vm.handleChange,
281
+ },
282
+ },
283
+ "input",
284
+ _vm.$attrs,
285
+ false
286
+ )
287
+ )
288
+ : _vm._e(),
289
+ _vm.$slots.prefix || _vm.prefixIcon
290
+ ? _c(
291
+ "span",
292
+ { staticClass: "el-input__prefix" },
293
+ [
294
+ _vm._t("prefix"),
295
+ _vm.prefixIcon
296
+ ? _c("i", {
297
+ staticClass: "el-input__icon",
298
+ class: _vm.prefixIcon,
299
+ })
300
+ : _vm._e(),
301
+ ],
302
+ 2
303
+ )
304
+ : _vm._e(),
305
+ _vm.getSuffixVisible()
306
+ ? _c("span", { staticClass: "el-input__suffix" }, [
307
+ _c(
308
+ "span",
309
+ { staticClass: "el-input__suffix-inner" },
310
+ [
311
+ !_vm.showClear ||
312
+ !_vm.showPwdVisible ||
313
+ !_vm.isWordLimitVisible
314
+ ? [
315
+ _vm._t("suffix"),
316
+ _vm.suffixIcon
317
+ ? _c("i", {
318
+ staticClass: "el-input__icon",
319
+ class: _vm.suffixIcon,
320
+ })
321
+ : _vm._e(),
322
+ ]
323
+ : _vm._e(),
324
+ _vm.showClear
325
+ ? _c("i", {
326
+ staticClass:
327
+ "el-input__icon el-icon-circle-close el-input__clear",
328
+ on: {
329
+ mousedown: function ($event) {
330
+ $event.preventDefault()
331
+ },
332
+ click: _vm.clear,
333
+ },
334
+ })
335
+ : _vm._e(),
336
+ _vm.showPwdVisible
337
+ ? _c("i", {
338
+ staticClass:
339
+ "el-input__icon el-icon-view el-input__clear",
340
+ on: { click: _vm.handlePasswordVisible },
341
+ })
342
+ : _vm._e(),
343
+ _vm.isWordLimitVisible
344
+ ? _c("span", { staticClass: "el-input__count" }, [
345
+ _c(
346
+ "span",
347
+ { staticClass: "el-input__count-inner" },
348
+ [
349
+ _vm._v(
350
+ "\n\t\t\t\t\t\t\t" +
351
+ _vm._s(_vm.textLength) +
352
+ "/" +
353
+ _vm._s(_vm.upperLimit) +
354
+ "\n\t\t\t\t\t\t"
355
+ ),
356
+ ]
357
+ ),
358
+ ])
359
+ : _vm._e(),
360
+ ],
361
+ 2
362
+ ),
363
+ _vm.validateState
364
+ ? _c("i", {
365
+ staticClass: "el-input__icon",
366
+ class: ["el-input__validateIcon", _vm.validateIcon],
367
+ })
368
+ : _vm._e(),
369
+ ])
370
+ : _vm._e(),
371
+ _vm.$slots.append
372
+ ? _c(
373
+ "div",
374
+ { staticClass: "el-input-group__append" },
375
+ [_vm._t("append")],
376
+ 2
377
+ )
378
+ : _vm._e(),
379
+ ]
380
+ : _c(
381
+ "textarea",
382
+ _vm._b(
383
+ {
384
+ ref: "textarea",
385
+ staticClass: "el-textarea__inner",
386
+ style: _vm.textareaStyle,
387
+ attrs: {
388
+ tabindex: _vm.tabindex,
389
+ disabled: _vm.inputDisabled,
390
+ readonly: _vm.readonly,
391
+ autocomplete: _vm.autoComplete || _vm.autocomplete,
392
+ "aria-label": _vm.label,
393
+ },
394
+ on: {
395
+ compositionstart: _vm.handleCompositionStart,
396
+ compositionupdate: _vm.handleCompositionUpdate,
397
+ compositionend: _vm.handleCompositionEnd,
398
+ input: _vm.handleInput,
399
+ focus: _vm.handleFocus,
400
+ blur: _vm.handleBlur,
401
+ change: _vm.handleChange,
402
+ },
403
+ },
404
+ "textarea",
405
+ _vm.$attrs,
406
+ false
407
+ )
408
+ ),
409
+ _vm.isWordLimitVisible && _vm.type === "textarea"
410
+ ? _c("span", { staticClass: "el-input__count" }, [
411
+ _vm._v(_vm._s(_vm.textLength) + "/" + _vm._s(_vm.upperLimit)),
412
+ ])
413
+ : _vm._e(),
414
+ ],
415
+ 2
416
+ )
417
+ }
418
+ var staticRenderFns = []
419
+ render._withStripped = true
420
+
421
+
422
+ // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=template&id=048a9cde
423
+
424
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
425
+ var emitter_ = __webpack_require__(4);
426
+ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
427
+
428
+ // EXTERNAL MODULE: external "element-ui/lib/mixins/migrating"
429
+ var migrating_ = __webpack_require__(7);
430
+ var migrating_default = /*#__PURE__*/__webpack_require__.n(migrating_);
431
+
432
+ // CONCATENATED MODULE: ./packages/input/src/calcTextareaHeight.js
433
+ var hiddenTextarea = void 0;
434
+
435
+ 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';
436
+
437
+ 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'];
438
+
439
+ function calculateNodeStyling(targetElement) {
440
+ var style = window.getComputedStyle(targetElement);
441
+
442
+ var boxSizing = style.getPropertyValue('box-sizing');
443
+
444
+ var paddingSize = parseFloat(style.getPropertyValue('padding-bottom')) + parseFloat(style.getPropertyValue('padding-top'));
445
+
446
+ var borderSize = parseFloat(style.getPropertyValue('border-bottom-width')) + parseFloat(style.getPropertyValue('border-top-width'));
447
+
448
+ var contextStyle = CONTEXT_STYLE.map(function (name) {
449
+ return name + ':' + style.getPropertyValue(name);
450
+ }).join(';');
451
+
452
+ return { contextStyle: contextStyle, paddingSize: paddingSize, borderSize: borderSize, boxSizing: boxSizing };
453
+ }
454
+
455
+ function calcTextareaHeight(targetElement) {
456
+ var minRows = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 1;
457
+ var maxRows = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : null;
458
+
459
+ if (!hiddenTextarea) {
460
+ hiddenTextarea = document.createElement('textarea');
461
+ document.body.appendChild(hiddenTextarea);
462
+ }
463
+
464
+ var _calculateNodeStyling = calculateNodeStyling(targetElement),
465
+ paddingSize = _calculateNodeStyling.paddingSize,
466
+ borderSize = _calculateNodeStyling.borderSize,
467
+ boxSizing = _calculateNodeStyling.boxSizing,
468
+ contextStyle = _calculateNodeStyling.contextStyle;
469
+
470
+ hiddenTextarea.setAttribute('style', contextStyle + ';' + HIDDEN_STYLE);
471
+ hiddenTextarea.value = targetElement.value || targetElement.placeholder || '';
472
+
473
+ var height = hiddenTextarea.scrollHeight;
474
+ var result = {};
475
+
476
+ if (boxSizing === 'border-box') {
477
+ height = height + borderSize;
478
+ } else if (boxSizing === 'content-box') {
479
+ height = height - paddingSize;
480
+ }
481
+
482
+ hiddenTextarea.value = '';
483
+ var singleRowHeight = hiddenTextarea.scrollHeight - paddingSize;
484
+
485
+ if (minRows !== null) {
486
+ var minHeight = singleRowHeight * minRows;
487
+ if (boxSizing === 'border-box') {
488
+ minHeight = minHeight + paddingSize + borderSize;
489
+ }
490
+ height = Math.max(minHeight, height);
491
+ result.minHeight = minHeight + 'px';
492
+ }
493
+ if (maxRows !== null) {
494
+ var maxHeight = singleRowHeight * maxRows;
495
+ if (boxSizing === 'border-box') {
496
+ maxHeight = maxHeight + paddingSize + borderSize;
497
+ }
498
+ height = Math.min(maxHeight, height);
499
+ }
500
+ result.height = height + 'px';
501
+ hiddenTextarea.parentNode && hiddenTextarea.parentNode.removeChild(hiddenTextarea);
502
+ hiddenTextarea = null;
503
+ return result;
504
+ };
505
+ // EXTERNAL MODULE: external "element-ui/lib/utils/merge"
506
+ var merge_ = __webpack_require__(6);
507
+ var merge_default = /*#__PURE__*/__webpack_require__.n(merge_);
508
+
509
+ // EXTERNAL MODULE: external "element-ui/lib/utils/shared"
510
+ var shared_ = __webpack_require__(11);
511
+
512
+ // 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
513
+ //
514
+ //
515
+ //
516
+ //
517
+ //
518
+ //
519
+ //
520
+ //
521
+ //
522
+ //
523
+ //
524
+ //
525
+ //
526
+ //
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
+ /* harmony default export */ var inputvue_type_script_lang_js = ({
630
+ name: 'ElInput',
631
+
632
+ componentName: 'ElInput',
633
+
634
+ mixins: [emitter_default.a, migrating_default.a],
635
+
636
+ inheritAttrs: false,
637
+
638
+ inject: {
639
+ elForm: {
640
+ default: ''
641
+ },
642
+ elFormItem: {
643
+ default: ''
644
+ }
645
+ },
646
+
647
+ data: function data() {
648
+ return {
649
+ textareaCalcStyle: {},
650
+ hovering: false,
651
+ focused: false,
652
+ isComposing: false,
653
+ passwordVisible: false
654
+ };
655
+ },
656
+
657
+
658
+ props: {
659
+ value: [String, Number],
660
+ size: String,
661
+ resize: String,
662
+ form: String,
663
+ disabled: Boolean,
664
+ readonly: Boolean,
665
+ type: {
666
+ type: String,
667
+ default: 'text'
668
+ },
669
+ autosize: {
670
+ type: [Boolean, Object],
671
+ default: false
672
+ },
673
+ autocomplete: {
674
+ type: String,
675
+ default: 'off'
676
+ },
677
+ /** @Deprecated in next major version */
678
+ autoComplete: {
679
+ type: String,
680
+ validator: function validator(val) {
681
+ false && false;
682
+ return true;
683
+ }
684
+ },
685
+ validateEvent: {
686
+ type: Boolean,
687
+ default: true
688
+ },
689
+ suffixIcon: String,
690
+ prefixIcon: String,
691
+ label: String,
692
+ clearable: {
693
+ type: Boolean,
694
+ default: false
695
+ },
696
+ showPassword: {
697
+ type: Boolean,
698
+ default: false
699
+ },
700
+ showWordLimit: {
701
+ type: Boolean,
702
+ default: false
703
+ },
704
+ tabindex: String
705
+ },
706
+
707
+ computed: {
708
+ _elFormItemSize: function _elFormItemSize() {
709
+ return (this.elFormItem || {}).elFormItemSize;
710
+ },
711
+ validateState: function validateState() {
712
+ return this.elFormItem ? this.elFormItem.validateState : '';
713
+ },
714
+ needStatusIcon: function needStatusIcon() {
715
+ return this.elForm ? this.elForm.statusIcon : false;
716
+ },
717
+ validateIcon: function validateIcon() {
718
+ return {
719
+ validating: 'el-icon-loading',
720
+ success: 'el-icon-circle-check',
721
+ error: 'el-icon-circle-close'
722
+ }[this.validateState];
723
+ },
724
+ textareaStyle: function textareaStyle() {
725
+ return merge_default()({}, this.textareaCalcStyle, { resize: this.resize });
726
+ },
727
+ inputSize: function inputSize() {
728
+ return this.size || this._elFormItemSize || (this.$ELEMENT || {}).size;
729
+ },
730
+ inputDisabled: function inputDisabled() {
731
+ return this.disabled || (this.elForm || {}).disabled;
732
+ },
733
+ nativeInputValue: function nativeInputValue() {
734
+ return this.value === null || this.value === undefined ? '' : String(this.value);
735
+ },
736
+ showClear: function showClear() {
737
+ return this.clearable && !this.inputDisabled && !this.readonly && this.nativeInputValue && (this.focused || this.hovering);
738
+ },
739
+ showPwdVisible: function showPwdVisible() {
740
+ return this.showPassword && !this.inputDisabled && !this.readonly && (!!this.nativeInputValue || this.focused);
741
+ },
742
+ isWordLimitVisible: function isWordLimitVisible() {
743
+ return this.showWordLimit && this.$attrs.maxlength && (this.type === 'text' || this.type === 'textarea') && !this.inputDisabled && !this.readonly && !this.showPassword;
744
+ },
745
+ upperLimit: function upperLimit() {
746
+ return this.$attrs.maxlength;
747
+ },
748
+ textLength: function textLength() {
749
+ if (typeof this.value === 'number') {
750
+ return String(this.value).length;
751
+ }
752
+
753
+ return (this.value || '').length;
754
+ },
755
+ inputExceed: function inputExceed() {
756
+ // show exceed style if length of initial value greater then maxlength
757
+ return this.isWordLimitVisible && this.textLength > this.upperLimit;
758
+ }
759
+ },
760
+
761
+ watch: {
762
+ value: function value(val) {
763
+ this.$nextTick(this.resizeTextarea);
764
+ if (this.validateEvent) {
765
+ this.dispatch('ElFormItem', 'el.form.change', [val]);
766
+ }
767
+ },
768
+
769
+ // native input value is set explicitly
770
+ // do not use v-model / :value in template
771
+ // see: https://github.com/ElemeFE/element/issues/14521
772
+ nativeInputValue: function nativeInputValue() {
773
+ this.setNativeInputValue();
774
+ },
775
+
776
+ // when change between <input> and <textarea>,
777
+ // update DOM dependent value and styles
778
+ // https://github.com/ElemeFE/element/issues/14857
779
+ type: function type() {
780
+ var _this = this;
781
+
782
+ this.$nextTick(function () {
783
+ _this.setNativeInputValue();
784
+ _this.resizeTextarea();
785
+ _this.updateIconOffset();
786
+ });
787
+ }
788
+ },
789
+
790
+ methods: {
791
+ focus: function focus() {
792
+ this.getInput().focus();
793
+ },
794
+ blur: function blur() {
795
+ this.getInput().blur();
796
+ },
797
+ getMigratingConfig: function getMigratingConfig() {
798
+ return {
799
+ props: {
800
+ 'icon': 'icon is removed, use suffix-icon / prefix-icon instead.',
801
+ 'on-icon-click': 'on-icon-click is removed.'
802
+ },
803
+ events: {
804
+ 'click': 'click is removed.'
805
+ }
806
+ };
807
+ },
808
+ handleBlur: function handleBlur(event) {
809
+ this.focused = false;
810
+ this.$emit('blur', event);
811
+ if (this.validateEvent) {
812
+ this.dispatch('ElFormItem', 'el.form.blur', [this.value]);
813
+ }
814
+ },
815
+ select: function select() {
816
+ this.getInput().select();
817
+ },
818
+ resizeTextarea: function resizeTextarea() {
819
+ if (this.$isServer) return;
820
+ var autosize = this.autosize,
821
+ type = this.type;
822
+
823
+ if (type !== 'textarea') return;
824
+ if (!autosize) {
825
+ this.textareaCalcStyle = {
826
+ minHeight: calcTextareaHeight(this.$refs.textarea).minHeight
827
+ };
828
+ return;
829
+ }
830
+ var minRows = autosize.minRows;
831
+ var maxRows = autosize.maxRows;
832
+
833
+ this.textareaCalcStyle = calcTextareaHeight(this.$refs.textarea, minRows, maxRows);
834
+ },
835
+ setNativeInputValue: function setNativeInputValue() {
836
+ var input = this.getInput();
837
+ if (!input) return;
838
+ if (input.value === this.nativeInputValue) return;
839
+ input.value = this.nativeInputValue;
840
+ },
841
+ handleFocus: function handleFocus(event) {
842
+ this.focused = true;
843
+ this.$emit('focus', event);
844
+ },
845
+ handleCompositionStart: function handleCompositionStart(event) {
846
+ this.$emit('compositionstart', event);
847
+ this.isComposing = true;
848
+ },
849
+ handleCompositionUpdate: function handleCompositionUpdate(event) {
850
+ this.$emit('compositionupdate', event);
851
+ var text = event.target.value;
852
+ var lastCharacter = text[text.length - 1] || '';
853
+ this.isComposing = !Object(shared_["isKorean"])(lastCharacter);
854
+ },
855
+ handleCompositionEnd: function handleCompositionEnd(event) {
856
+ this.$emit('compositionend', event);
857
+ if (this.isComposing) {
858
+ this.isComposing = false;
859
+ this.handleInput(event);
860
+ }
861
+ },
862
+ handleInput: function handleInput(event) {
863
+ // should not emit input during composition
864
+ // see: https://github.com/ElemeFE/element/issues/10516
865
+ if (this.isComposing) return;
866
+
867
+ // hack for https://github.com/ElemeFE/element/issues/8548
868
+ // should remove the following line when we don't support IE
869
+ if (event.target.value === this.nativeInputValue) return;
870
+
871
+ this.$emit('input', event.target.value);
872
+
873
+ // ensure native input value is controlled
874
+ // see: https://github.com/ElemeFE/element/issues/12850
875
+ this.$nextTick(this.setNativeInputValue);
876
+ },
877
+ handleChange: function handleChange(event) {
878
+ this.$emit('change', event.target.value);
879
+ },
880
+ calcIconOffset: function calcIconOffset(place) {
881
+ var elList = [].slice.call(this.$el.querySelectorAll('.el-input__' + place) || []);
882
+ if (!elList.length) return;
883
+ var el = null;
884
+ for (var i = 0; i < elList.length; i++) {
885
+ if (elList[i].parentNode === this.$el) {
886
+ el = elList[i];
887
+ break;
888
+ }
889
+ }
890
+ if (!el) return;
891
+ var pendantMap = {
892
+ suffix: 'append',
893
+ prefix: 'prepend'
894
+ };
895
+
896
+ var pendant = pendantMap[place];
897
+ if (this.$slots[pendant]) {
898
+ el.style.transform = 'translateX(' + (place === 'suffix' ? '-' : '') + this.$el.querySelector('.el-input-group__' + pendant).offsetWidth + 'px)';
899
+ } else {
900
+ el.removeAttribute('style');
901
+ }
902
+ },
903
+ updateIconOffset: function updateIconOffset() {
904
+ this.calcIconOffset('prefix');
905
+ this.calcIconOffset('suffix');
906
+ },
907
+ clear: function clear() {
908
+ this.$emit('input', '');
909
+ this.$emit('change', '');
910
+ this.$emit('clear');
911
+ },
912
+ handlePasswordVisible: function handlePasswordVisible() {
913
+ var _this2 = this;
914
+
915
+ this.passwordVisible = !this.passwordVisible;
916
+ this.$nextTick(function () {
917
+ _this2.focus();
918
+ });
919
+ },
920
+ getInput: function getInput() {
921
+ return this.$refs.input || this.$refs.textarea;
922
+ },
923
+ getSuffixVisible: function getSuffixVisible() {
924
+ return this.$slots.suffix || this.suffixIcon || this.showClear || this.showPassword || this.isWordLimitVisible || this.validateState && this.needStatusIcon;
925
+ }
926
+ },
927
+
928
+ created: function created() {
929
+ this.$on('inputSelect', this.select);
930
+ },
931
+ mounted: function mounted() {
932
+ this.setNativeInputValue();
933
+ this.resizeTextarea();
934
+ this.updateIconOffset();
935
+ },
936
+ updated: function updated() {
937
+ this.$nextTick(this.updateIconOffset);
938
+ }
939
+ });
940
+ // CONCATENATED MODULE: ./packages/input/src/input.vue?vue&type=script&lang=js
941
+ /* harmony default export */ var src_inputvue_type_script_lang_js = (inputvue_type_script_lang_js);
942
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
943
+ var componentNormalizer = __webpack_require__(0);
944
+
945
+ // CONCATENATED MODULE: ./packages/input/src/input.vue
946
+
947
+
948
+
949
+
950
+
951
+ /* normalize component */
952
+
953
+ var component = Object(componentNormalizer["a" /* default */])(
954
+ src_inputvue_type_script_lang_js,
955
+ render,
956
+ staticRenderFns,
957
+ false,
958
+ null,
959
+ null,
960
+ null
961
+
962
+ )
963
+
964
+ /* harmony default export */ var input = (component.exports);
965
+ // CONCATENATED MODULE: ./packages/input/index.js
966
+
967
+
968
+ /* istanbul ignore next */
969
+ input.install = function (Vue) {
970
+ Vue.component(input.name, input);
971
+ };
972
+
973
+ /* harmony default export */ var packages_input = __webpack_exports__["default"] = (input);
974
+
975
+ /***/ }),
976
+
977
+ /***/ 14:
203
978
  /***/ (function(module, exports) {
204
979
 
205
980
  module.exports = require("element-ui/lib/utils/clickoutside");
206
981
 
207
982
  /***/ }),
208
983
 
209
- /***/ 15:
210
- /***/ (function(module, exports) {
984
+ /***/ 20:
985
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
211
986
 
212
- module.exports = require("element-ui/lib/button");
987
+ "use strict";
988
+ // ESM COMPAT FLAG
989
+ __webpack_require__.r(__webpack_exports__);
990
+
991
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/button/src/button.vue?vue&type=template&id=595a2866
992
+ var render = function () {
993
+ var _vm = this
994
+ var _h = _vm.$createElement
995
+ var _c = _vm._self._c || _h
996
+ return _c(
997
+ "button",
998
+ {
999
+ staticClass: "el-button",
1000
+ class: [
1001
+ _vm.type ? "el-button--" + _vm.type : "",
1002
+ _vm.buttonSize ? "el-button--" + _vm.buttonSize : "",
1003
+ {
1004
+ "is-disabled": _vm.buttonDisabled,
1005
+ "is-loading": _vm.loading,
1006
+ "is-plain": _vm.plain,
1007
+ "is-round": _vm.round,
1008
+ "is-circle": _vm.circle,
1009
+ },
1010
+ ],
1011
+ attrs: {
1012
+ disabled: _vm.buttonDisabled || _vm.loading,
1013
+ autofocus: _vm.autofocus,
1014
+ type: _vm.nativeType,
1015
+ },
1016
+ on: { click: _vm.handleClick },
1017
+ },
1018
+ [
1019
+ _vm.loading ? _c("i", { staticClass: "el-icon-loading" }) : _vm._e(),
1020
+ _vm.icon && !_vm.loading ? _c("i", { class: _vm.icon }) : _vm._e(),
1021
+ _vm.$slots.default ? _c("span", [_vm._t("default")], 2) : _vm._e(),
1022
+ ]
1023
+ )
1024
+ }
1025
+ var staticRenderFns = []
1026
+ render._withStripped = true
1027
+
1028
+
1029
+ // CONCATENATED MODULE: ./packages/button/src/button.vue?vue&type=template&id=595a2866
1030
+
1031
+ // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/button/src/button.vue?vue&type=script&lang=js
1032
+ //
1033
+ //
1034
+ //
1035
+ //
1036
+ //
1037
+ //
1038
+ //
1039
+ //
1040
+ //
1041
+ //
1042
+ //
1043
+ //
1044
+ //
1045
+ //
1046
+ //
1047
+ //
1048
+ //
1049
+ //
1050
+ //
1051
+ //
1052
+ //
1053
+ //
1054
+ //
1055
+ //
1056
+
1057
+ /* harmony default export */ var buttonvue_type_script_lang_js = ({
1058
+ name: 'ElButton',
1059
+
1060
+ inject: {
1061
+ elForm: {
1062
+ default: ''
1063
+ },
1064
+ elFormItem: {
1065
+ default: ''
1066
+ }
1067
+ },
1068
+
1069
+ props: {
1070
+ type: {
1071
+ type: String,
1072
+ default: 'default'
1073
+ },
1074
+ size: String,
1075
+ icon: {
1076
+ type: String,
1077
+ default: ''
1078
+ },
1079
+ nativeType: {
1080
+ type: String,
1081
+ default: 'button'
1082
+ },
1083
+ loading: Boolean,
1084
+ disabled: Boolean,
1085
+ plain: Boolean,
1086
+ autofocus: Boolean,
1087
+ round: Boolean,
1088
+ circle: Boolean
1089
+ },
1090
+
1091
+ computed: {
1092
+ _elFormItemSize: function _elFormItemSize() {
1093
+ return (this.elFormItem || {}).elFormItemSize;
1094
+ },
1095
+ buttonSize: function buttonSize() {
1096
+ return this.size || this._elFormItemSize || (this.$ELEMENT || {}).size;
1097
+ },
1098
+ buttonDisabled: function buttonDisabled() {
1099
+ return this.$options.propsData.hasOwnProperty('disabled') ? this.disabled : (this.elForm || {}).disabled;
1100
+ }
1101
+ },
1102
+
1103
+ methods: {
1104
+ handleClick: function handleClick(evt) {
1105
+ this.$emit('click', evt);
1106
+ }
1107
+ }
1108
+ });
1109
+ // CONCATENATED MODULE: ./packages/button/src/button.vue?vue&type=script&lang=js
1110
+ /* harmony default export */ var src_buttonvue_type_script_lang_js = (buttonvue_type_script_lang_js);
1111
+ // EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
1112
+ var componentNormalizer = __webpack_require__(0);
1113
+
1114
+ // CONCATENATED MODULE: ./packages/button/src/button.vue
1115
+
1116
+
1117
+
1118
+
1119
+
1120
+ /* normalize component */
1121
+
1122
+ var component = Object(componentNormalizer["a" /* default */])(
1123
+ src_buttonvue_type_script_lang_js,
1124
+ render,
1125
+ staticRenderFns,
1126
+ false,
1127
+ null,
1128
+ null,
1129
+ null
1130
+
1131
+ )
1132
+
1133
+ /* harmony default export */ var src_button = (component.exports);
1134
+ // CONCATENATED MODULE: ./packages/button/index.js
1135
+
1136
+
1137
+ /* istanbul ignore next */
1138
+ src_button.install = function (Vue) {
1139
+ Vue.component(src_button.name, src_button);
1140
+ };
1141
+
1142
+ /* harmony default export */ var packages_button = __webpack_exports__["default"] = (src_button);
213
1143
 
214
1144
  /***/ }),
215
1145
 
@@ -227,14 +1157,7 @@ module.exports = require("element-ui/lib/utils/vue-popper");
227
1157
 
228
1158
  /***/ }),
229
1159
 
230
- /***/ 6:
231
- /***/ (function(module, exports) {
232
-
233
- module.exports = require("vue");
234
-
235
- /***/ }),
236
-
237
- /***/ 60:
1160
+ /***/ 56:
238
1161
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
239
1162
 
240
1163
  "use strict";
@@ -868,7 +1791,7 @@ sv_panelvue_type_template_id_e6a4e1f4_render._withStripped = true
868
1791
  // CONCATENATED MODULE: ./packages/color-picker/src/components/sv-panel.vue?vue&type=template&id=e6a4e1f4
869
1792
 
870
1793
  // EXTERNAL MODULE: external "vue"
871
- var external_vue_ = __webpack_require__(6);
1794
+ var external_vue_ = __webpack_require__(8);
872
1795
  var external_vue_default = /*#__PURE__*/__webpack_require__.n(external_vue_);
873
1796
 
874
1797
  // CONCATENATED MODULE: ./packages/color-picker/src/draggable.js
@@ -1539,16 +2462,14 @@ var vue_popper_ = __webpack_require__(5);
1539
2462
  var vue_popper_default = /*#__PURE__*/__webpack_require__.n(vue_popper_);
1540
2463
 
1541
2464
  // EXTERNAL MODULE: external "element-ui/lib/mixins/locale"
1542
- var locale_ = __webpack_require__(7);
2465
+ var locale_ = __webpack_require__(9);
1543
2466
  var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
1544
2467
 
1545
- // EXTERNAL MODULE: external "element-ui/lib/input"
1546
- var input_ = __webpack_require__(11);
1547
- var input_default = /*#__PURE__*/__webpack_require__.n(input_);
2468
+ // EXTERNAL MODULE: ./packages/input/index.js + 6 modules
2469
+ var input = __webpack_require__(13);
1548
2470
 
1549
- // EXTERNAL MODULE: external "element-ui/lib/button"
1550
- var button_ = __webpack_require__(15);
1551
- var button_default = /*#__PURE__*/__webpack_require__.n(button_);
2471
+ // EXTERNAL MODULE: ./packages/button/index.js + 5 modules
2472
+ var packages_button = __webpack_require__(20);
1552
2473
 
1553
2474
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/color-picker/src/components/picker-dropdown.vue?vue&type=script&lang=js
1554
2475
  //
@@ -1610,8 +2531,8 @@ var button_default = /*#__PURE__*/__webpack_require__.n(button_);
1610
2531
  SvPanel: sv_panel,
1611
2532
  HueSlider: hue_slider,
1612
2533
  AlphaSlider: alpha_slider,
1613
- ElInput: input_default.a,
1614
- ElButton: button_default.a,
2534
+ ElInput: input["default"],
2535
+ ElButton: packages_button["default"],
1615
2536
  Predefine: predefine
1616
2537
  },
1617
2538
 
@@ -1702,7 +2623,7 @@ var picker_dropdown_component = Object(componentNormalizer["a" /* default */])(
1702
2623
 
1703
2624
  /* harmony default export */ var picker_dropdown = (picker_dropdown_component.exports);
1704
2625
  // EXTERNAL MODULE: external "element-ui/lib/utils/clickoutside"
1705
- var clickoutside_ = __webpack_require__(12);
2626
+ var clickoutside_ = __webpack_require__(14);
1706
2627
  var clickoutside_default = /*#__PURE__*/__webpack_require__.n(clickoutside_);
1707
2628
 
1708
2629
  // EXTERNAL MODULE: external "element-ui/lib/mixins/emitter"
@@ -1933,9 +2854,30 @@ main.install = function (Vue) {
1933
2854
 
1934
2855
  /***/ }),
1935
2856
 
2857
+ /***/ 6:
2858
+ /***/ (function(module, exports) {
2859
+
2860
+ module.exports = require("element-ui/lib/utils/merge");
2861
+
2862
+ /***/ }),
2863
+
1936
2864
  /***/ 7:
1937
2865
  /***/ (function(module, exports) {
1938
2866
 
2867
+ module.exports = require("element-ui/lib/mixins/migrating");
2868
+
2869
+ /***/ }),
2870
+
2871
+ /***/ 8:
2872
+ /***/ (function(module, exports) {
2873
+
2874
+ module.exports = require("vue");
2875
+
2876
+ /***/ }),
2877
+
2878
+ /***/ 9:
2879
+ /***/ (function(module, exports) {
2880
+
1939
2881
  module.exports = require("element-ui/lib/mixins/locale");
1940
2882
 
1941
2883
  /***/ })