cy-element-ui 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/lib/alert.js +2 -2
  2. package/lib/aside.js +76 -76
  3. package/lib/autocomplete.js +61 -75
  4. package/lib/avatar.js +2 -2
  5. package/lib/backtop.js +109 -109
  6. package/lib/badge.js +2 -2
  7. package/lib/breadcrumb-item.js +4 -4
  8. package/lib/breadcrumb.js +2 -2
  9. package/lib/button-group.js +2 -2
  10. package/lib/calendar.js +391 -452
  11. package/lib/card.js +2 -2
  12. package/lib/carousel-item.js +9 -9
  13. package/lib/carousel.js +25 -25
  14. package/lib/cascader-panel.js +30 -34
  15. package/lib/cascader.js +101 -116
  16. package/lib/checkbox-button.js +4 -4
  17. package/lib/checkbox-group.js +2 -2
  18. package/lib/col.js +2 -2
  19. package/lib/collapse-item.js +936 -851
  20. package/lib/collapse.js +2 -2
  21. package/lib/color-picker.js +62 -76
  22. package/lib/container.js +2 -2
  23. package/lib/date-picker.js +450 -474
  24. package/lib/descriptions-item.js +2 -2
  25. package/lib/descriptions.js +4 -4
  26. package/lib/dialog.js +5 -9
  27. package/lib/divider.js +105 -105
  28. package/lib/drawer.js +109 -109
  29. package/lib/dropdown-item.js +2 -2
  30. package/lib/dropdown-menu.js +65 -65
  31. package/lib/dropdown.js +1206 -1112
  32. package/lib/element-ui.common.js +43826 -48176
  33. package/lib/empty.js +6 -20
  34. package/lib/fileUpload.js +62 -77
  35. package/lib/footer.js +76 -76
  36. package/lib/form-item.js +7 -21
  37. package/lib/form.js +11 -11
  38. package/lib/header.js +2 -2
  39. package/lib/icon.js +2 -2
  40. package/lib/image.js +22 -36
  41. package/lib/index.js +1 -1
  42. package/lib/infinite-scroll.js +8 -8
  43. package/lib/input-number.js +5 -9
  44. package/lib/link.js +2 -2
  45. package/lib/loading.js +33 -33
  46. package/lib/main.js +65 -65
  47. package/lib/menu-item-group.js +2 -2
  48. package/lib/menu-item.js +63 -78
  49. package/lib/menu.js +2 -16
  50. package/lib/message-box.js +22 -36
  51. package/lib/message.js +8 -22
  52. package/lib/notification.js +8 -22
  53. package/lib/option-group.js +2 -2
  54. package/lib/option.js +14 -18
  55. package/lib/page-header.js +109 -109
  56. package/lib/pagination.js +100 -114
  57. package/lib/popconfirm.js +59 -74
  58. package/lib/popover.js +52 -56
  59. package/lib/progress.js +4 -4
  60. package/lib/radio-button.js +4 -4
  61. package/lib/radio-group.js +4 -4
  62. package/lib/radio.js +2 -2
  63. package/lib/rate.js +18 -18
  64. package/lib/result.js +2 -2
  65. package/lib/row.js +2 -2
  66. package/lib/scrollbar.js +6 -6
  67. package/lib/select.js +82 -86
  68. package/lib/skeleton-item.js +2 -2
  69. package/lib/skeleton.js +107 -107
  70. package/lib/slider.js +72 -86
  71. package/lib/spinner.js +2 -2
  72. package/lib/step.js +2 -2
  73. package/lib/steps.js +9 -9
  74. package/lib/subTitle.js +91 -91
  75. package/lib/submenu.js +250 -250
  76. package/lib/switch.js +883 -811
  77. package/lib/tab-pane.js +2 -2
  78. package/lib/tabDialog.js +19 -33
  79. package/lib/table-column.js +13 -13
  80. package/lib/table.js +96 -110
  81. package/lib/tabs.js +8 -22
  82. package/lib/tag.js +2 -2
  83. package/lib/theme-chalk/src/index.scss +0 -1
  84. package/lib/time-picker.js +450 -474
  85. package/lib/time-select.js +437 -461
  86. package/lib/timeline-item.js +107 -107
  87. package/lib/timeline.js +2 -2
  88. package/lib/tooltip.js +54 -55
  89. package/lib/transfer.js +15 -29
  90. package/lib/tree.js +22 -36
  91. package/lib/treeSelect.js +58 -73
  92. package/lib/upload.js +28 -32
  93. package/lib/utils/date.js +10 -3
  94. package/lib/utils/date_source.js +290 -304
  95. package/lib/utils/lodash_source.js +9290 -9290
  96. package/package.json +1 -1
  97. package/packages/theme-chalk/src/index.scss +0 -1
  98. package/src/index.js +1 -4
  99. package/src/utils/date.js +2 -2
  100. package/src/utils/date_source.js +305 -321
  101. package/src/utils/lodash_source.js +18079 -18064
  102. package/lib/statistic.js +0 -10484
  103. package/lib/theme-chalk/src/statistic.scss +0 -38
  104. package/packages/statistic/index.js +0 -8
  105. package/packages/statistic/src/main.vue +0 -203
  106. package/packages/theme-chalk/src/statistic.scss +0 -38
  107. package/types/statistic.d.ts +0 -37
package/lib/select.js CHANGED
@@ -82,7 +82,7 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 122);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 118);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ([
@@ -1076,7 +1076,7 @@ var es_regexp_exec_js_ = __webpack_require__(7);
1076
1076
  var es_string_split_js_ = __webpack_require__(59);
1077
1077
 
1078
1078
  // EXTERNAL MODULE: external "core-js/modules/es.string.trim.js"
1079
- var es_string_trim_js_ = __webpack_require__(55);
1079
+ var es_string_trim_js_ = __webpack_require__(56);
1080
1080
 
1081
1081
  // EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
1082
1082
  var web_dom_collections_for_each_js_ = __webpack_require__(10);
@@ -1624,7 +1624,7 @@ module.exports = require("core-js/modules/es.typed-array.to-string.js");
1624
1624
 
1625
1625
 
1626
1626
 
1627
- var PopperJS = vue__WEBPACK_IMPORTED_MODULE_3___default.a.prototype.$isServer ? function () {} : __webpack_require__(73);
1627
+ var PopperJS = vue__WEBPACK_IMPORTED_MODULE_3___default.a.prototype.$isServer ? function () {} : __webpack_require__(71);
1628
1628
  var stop = function stop(e) {
1629
1629
  return e.stopPropagation();
1630
1630
  };
@@ -1810,7 +1810,7 @@ __webpack_require__.d(__webpack_exports__, "a", function() { return /* binding *
1810
1810
  // UNUSED EXPORTS: use, i18n
1811
1811
 
1812
1812
  // EXTERNAL MODULE: external "core-js/modules/es.object.get-prototype-of.js"
1813
- var es_object_get_prototype_of_js_ = __webpack_require__(68);
1813
+ var es_object_get_prototype_of_js_ = __webpack_require__(66);
1814
1814
 
1815
1815
  // CONCATENATED MODULE: ./src/locale/lang/zh-CN.js
1816
1816
  /* harmony default export */ var zh_CN = ({
@@ -2120,12 +2120,6 @@ module.exports = require("core-js/modules/es.array.includes.js");
2120
2120
 
2121
2121
  /***/ }),
2122
2122
  /* 55 */
2123
- /***/ (function(module, exports) {
2124
-
2125
- module.exports = require("core-js/modules/es.string.trim.js");
2126
-
2127
- /***/ }),
2128
- /* 56 */
2129
2123
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
2130
2124
 
2131
2125
  "use strict";
@@ -2142,6 +2136,12 @@ module.exports = require("core-js/modules/es.string.trim.js");
2142
2136
  }
2143
2137
  });
2144
2138
 
2139
+ /***/ }),
2140
+ /* 56 */
2141
+ /***/ (function(module, exports) {
2142
+
2143
+ module.exports = require("core-js/modules/es.string.trim.js");
2144
+
2145
2145
  /***/ }),
2146
2146
  /* 57 */
2147
2147
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
@@ -2177,9 +2177,9 @@ module.exports = require("core-js/modules/es.string.trim.js");
2177
2177
  /* harmony import */ var core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_for_each_js__WEBPACK_IMPORTED_MODULE_12__);
2178
2178
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_13__ = __webpack_require__(65);
2179
2179
  /* harmony import */ var core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_13___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_web_dom_collections_iterator_js__WEBPACK_IMPORTED_MODULE_13__);
2180
- /* harmony import */ var resize_observer_polyfill__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(70);
2180
+ /* harmony import */ var resize_observer_polyfill__WEBPACK_IMPORTED_MODULE_14__ = __webpack_require__(68);
2181
2181
  /* harmony import */ var resize_observer_polyfill__WEBPACK_IMPORTED_MODULE_14___default = /*#__PURE__*/__webpack_require__.n(resize_observer_polyfill__WEBPACK_IMPORTED_MODULE_14__);
2182
- /* harmony import */ var throttle_debounce__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(69);
2182
+ /* harmony import */ var throttle_debounce__WEBPACK_IMPORTED_MODULE_15__ = __webpack_require__(67);
2183
2183
  /* harmony import */ var throttle_debounce__WEBPACK_IMPORTED_MODULE_15___default = /*#__PURE__*/__webpack_require__.n(throttle_debounce__WEBPACK_IMPORTED_MODULE_15__);
2184
2184
 
2185
2185
 
@@ -2946,61 +2946,22 @@ module.exports = require("core-js/modules/web.dom-collections.iterator.js");
2946
2946
  /* 66 */
2947
2947
  /***/ (function(module, exports) {
2948
2948
 
2949
- /* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {/* globals __webpack_amd_options__ */
2950
- module.exports = __webpack_amd_options__;
2951
-
2952
- /* WEBPACK VAR INJECTION */}.call(this, {}))
2953
-
2954
- /***/ }),
2955
- /* 67 */
2956
- /***/ (function(module, exports) {
2957
-
2958
- module.exports = function(originalModule) {
2959
- if (!originalModule.webpackPolyfill) {
2960
- var module = Object.create(originalModule);
2961
- // module.parent = undefined by default
2962
- if (!module.children) module.children = [];
2963
- Object.defineProperty(module, "loaded", {
2964
- enumerable: true,
2965
- get: function() {
2966
- return module.l;
2967
- }
2968
- });
2969
- Object.defineProperty(module, "id", {
2970
- enumerable: true,
2971
- get: function() {
2972
- return module.i;
2973
- }
2974
- });
2975
- Object.defineProperty(module, "exports", {
2976
- enumerable: true
2977
- });
2978
- module.webpackPolyfill = 1;
2979
- }
2980
- return module;
2981
- };
2982
-
2983
-
2984
- /***/ }),
2985
- /* 68 */
2986
- /***/ (function(module, exports) {
2987
-
2988
2949
  module.exports = require("core-js/modules/es.object.get-prototype-of.js");
2989
2950
 
2990
2951
  /***/ }),
2991
- /* 69 */
2952
+ /* 67 */
2992
2953
  /***/ (function(module, exports) {
2993
2954
 
2994
2955
  module.exports = require("throttle-debounce");
2995
2956
 
2996
2957
  /***/ }),
2997
- /* 70 */
2958
+ /* 68 */
2998
2959
  /***/ (function(module, exports) {
2999
2960
 
3000
2961
  module.exports = require("resize-observer-polyfill");
3001
2962
 
3002
2963
  /***/ }),
3003
- /* 71 */
2964
+ /* 69 */
3004
2965
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3005
2966
 
3006
2967
  "use strict";
@@ -3081,13 +3042,13 @@ function createDocumentHandler(el, binding, vnode) {
3081
3042
  });
3082
3043
 
3083
3044
  /***/ }),
3084
- /* 72 */
3045
+ /* 70 */
3085
3046
  /***/ (function(module, exports) {
3086
3047
 
3087
3048
  module.exports = require("throttle-debounce/debounce");
3088
3049
 
3089
3050
  /***/ }),
3090
- /* 73 */
3051
+ /* 71 */
3091
3052
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
3092
3053
 
3093
3054
  "use strict";
@@ -3100,7 +3061,7 @@ __webpack_require__.r(__webpack_exports__);
3100
3061
  /* harmony import */ var core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_array_slice_js__WEBPACK_IMPORTED_MODULE_2__);
3101
3062
  /* harmony import */ var core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(60);
3102
3063
  /* harmony import */ var core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_assign_js__WEBPACK_IMPORTED_MODULE_3__);
3103
- /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(74);
3064
+ /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(73);
3104
3065
  /* harmony import */ var core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_get_own_property_descriptor_js__WEBPACK_IMPORTED_MODULE_4__);
3105
3066
  /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(17);
3106
3067
  /* harmony import */ var core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_es_object_keys_js__WEBPACK_IMPORTED_MODULE_5__);
@@ -3156,7 +3117,7 @@ __webpack_require__.r(__webpack_exports__);
3156
3117
  //
3157
3118
  ;
3158
3119
  (function (root, factory) {
3159
- if (typeof define === 'function' && __webpack_require__(66)) {
3120
+ if (typeof define === 'function' && __webpack_require__(74)) {
3160
3121
  // AMD. Register as an anonymous module.
3161
3122
  define(factory);
3162
3123
  } else if ( true && module.exports) {
@@ -4355,14 +4316,53 @@ __webpack_require__.r(__webpack_exports__);
4355
4316
  }
4356
4317
  return Popper;
4357
4318
  });
4358
- /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(67)(module)))
4319
+ /* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(72)(module)))
4359
4320
 
4360
4321
  /***/ }),
4361
- /* 74 */
4322
+ /* 72 */
4323
+ /***/ (function(module, exports) {
4324
+
4325
+ module.exports = function(originalModule) {
4326
+ if (!originalModule.webpackPolyfill) {
4327
+ var module = Object.create(originalModule);
4328
+ // module.parent = undefined by default
4329
+ if (!module.children) module.children = [];
4330
+ Object.defineProperty(module, "loaded", {
4331
+ enumerable: true,
4332
+ get: function() {
4333
+ return module.l;
4334
+ }
4335
+ });
4336
+ Object.defineProperty(module, "id", {
4337
+ enumerable: true,
4338
+ get: function() {
4339
+ return module.i;
4340
+ }
4341
+ });
4342
+ Object.defineProperty(module, "exports", {
4343
+ enumerable: true
4344
+ });
4345
+ module.webpackPolyfill = 1;
4346
+ }
4347
+ return module;
4348
+ };
4349
+
4350
+
4351
+ /***/ }),
4352
+ /* 73 */
4362
4353
  /***/ (function(module, exports) {
4363
4354
 
4364
4355
  module.exports = require("core-js/modules/es.object.get-own-property-descriptor.js");
4365
4356
 
4357
+ /***/ }),
4358
+ /* 74 */
4359
+ /***/ (function(module, exports) {
4360
+
4361
+ /* WEBPACK VAR INJECTION */(function(__webpack_amd_options__) {/* globals __webpack_amd_options__ */
4362
+ module.exports = __webpack_amd_options__;
4363
+
4364
+ /* WEBPACK VAR INJECTION */}.call(this, {}))
4365
+
4366
4366
  /***/ }),
4367
4367
  /* 75 */,
4368
4368
  /* 76 */
@@ -4677,8 +4677,7 @@ module.exports = require("core-js/modules/es.array.from.js");
4677
4677
 
4678
4678
  /***/ }),
4679
4679
  /* 85 */,
4680
- /* 86 */,
4681
- /* 87 */
4680
+ /* 86 */
4682
4681
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4683
4682
 
4684
4683
  "use strict";
@@ -4694,14 +4693,7 @@ module.exports = require("core-js/modules/es.array.from.js");
4694
4693
  ;
4695
4694
 
4696
4695
  /***/ }),
4697
- /* 88 */
4698
- /***/ (function(module, exports) {
4699
-
4700
- module.exports = require("core-js/modules/es.regexp.constructor.js");
4701
-
4702
- /***/ }),
4703
- /* 89 */,
4704
- /* 90 */
4696
+ /* 87 */
4705
4697
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4706
4698
 
4707
4699
  "use strict";
@@ -4759,7 +4751,7 @@ var es_number_constructor_js_ = __webpack_require__(6);
4759
4751
  var es_object_to_string_js_ = __webpack_require__(3);
4760
4752
 
4761
4753
  // EXTERNAL MODULE: external "core-js/modules/es.regexp.constructor.js"
4762
- var es_regexp_constructor_js_ = __webpack_require__(88);
4754
+ var es_regexp_constructor_js_ = __webpack_require__(91);
4763
4755
 
4764
4756
  // EXTERNAL MODULE: external "core-js/modules/es.regexp.exec.js"
4765
4757
  var es_regexp_exec_js_ = __webpack_require__(7);
@@ -4940,7 +4932,9 @@ var component = Object(componentNormalizer["a" /* default */])(
4940
4932
  /* harmony default export */ var src_option = __webpack_exports__["a"] = (component.exports);
4941
4933
 
4942
4934
  /***/ }),
4943
- /* 91 */
4935
+ /* 88 */,
4936
+ /* 89 */,
4937
+ /* 90 */
4944
4938
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4945
4939
 
4946
4940
  "use strict";
@@ -4976,12 +4970,17 @@ function scrollIntoView(container, selected) {
4976
4970
  }
4977
4971
  }
4978
4972
 
4973
+ /***/ }),
4974
+ /* 91 */
4975
+ /***/ (function(module, exports) {
4976
+
4977
+ module.exports = require("core-js/modules/es.regexp.constructor.js");
4978
+
4979
4979
  /***/ }),
4980
4980
  /* 92 */,
4981
4981
  /* 93 */,
4982
4982
  /* 94 */,
4983
- /* 95 */,
4984
- /* 96 */
4983
+ /* 95 */
4985
4984
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
4986
4985
 
4987
4986
  "use strict";
@@ -5087,6 +5086,7 @@ tag.install = function (Vue) {
5087
5086
  /* harmony default export */ var packages_tag = __webpack_exports__["default"] = (tag);
5088
5087
 
5089
5088
  /***/ }),
5089
+ /* 96 */,
5090
5090
  /* 97 */,
5091
5091
  /* 98 */,
5092
5092
  /* 99 */,
@@ -5108,11 +5108,7 @@ tag.install = function (Vue) {
5108
5108
  /* 115 */,
5109
5109
  /* 116 */,
5110
5110
  /* 117 */,
5111
- /* 118 */,
5112
- /* 119 */,
5113
- /* 120 */,
5114
- /* 121 */,
5115
- /* 122 */
5111
+ /* 118 */
5116
5112
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
5117
5113
 
5118
5114
  "use strict";
@@ -5611,10 +5607,10 @@ var web_dom_collections_for_each_js_ = __webpack_require__(10);
5611
5607
  var emitter = __webpack_require__(14);
5612
5608
 
5613
5609
  // EXTERNAL MODULE: ./src/mixins/focus.js
5614
- var mixins_focus = __webpack_require__(87);
5610
+ var mixins_focus = __webpack_require__(86);
5615
5611
 
5616
5612
  // EXTERNAL MODULE: ./src/mixins/locale.js
5617
- var locale = __webpack_require__(56);
5613
+ var locale = __webpack_require__(55);
5618
5614
 
5619
5615
  // EXTERNAL MODULE: ./packages/input/index.js + 6 modules
5620
5616
  var packages_input = __webpack_require__(63);
@@ -5722,26 +5718,26 @@ var component = Object(componentNormalizer["a" /* default */])(
5722
5718
 
5723
5719
  /* harmony default export */ var select_dropdown = (component.exports);
5724
5720
  // EXTERNAL MODULE: ./packages/select/src/option.vue + 4 modules
5725
- var src_option = __webpack_require__(90);
5721
+ var src_option = __webpack_require__(87);
5726
5722
 
5727
5723
  // EXTERNAL MODULE: ./packages/tag/index.js + 3 modules
5728
- var tag = __webpack_require__(96);
5724
+ var tag = __webpack_require__(95);
5729
5725
 
5730
5726
  // EXTERNAL MODULE: ./packages/scrollbar/index.js + 3 modules
5731
5727
  var scrollbar = __webpack_require__(76);
5732
5728
 
5733
5729
  // EXTERNAL MODULE: external "throttle-debounce/debounce"
5734
- var debounce_ = __webpack_require__(72);
5730
+ var debounce_ = __webpack_require__(70);
5735
5731
  var debounce_default = /*#__PURE__*/__webpack_require__.n(debounce_);
5736
5732
 
5737
5733
  // EXTERNAL MODULE: ./src/utils/clickoutside.js
5738
- var clickoutside = __webpack_require__(71);
5734
+ var clickoutside = __webpack_require__(69);
5739
5735
 
5740
5736
  // EXTERNAL MODULE: ./src/utils/resize-event.js
5741
5737
  var resize_event = __webpack_require__(57);
5742
5738
 
5743
5739
  // EXTERNAL MODULE: ./src/utils/scroll-into-view.js
5744
- var scroll_into_view = __webpack_require__(91);
5740
+ var scroll_into_view = __webpack_require__(90);
5745
5741
 
5746
5742
  // EXTERNAL MODULE: ./src/utils/util.js
5747
5743
  var util = __webpack_require__(4);
@@ -82,12 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 158);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 144);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 158:
90
+ /***/ 144:
91
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
92
 
93
93
  "use strict";
package/lib/skeleton.js CHANGED
@@ -82,117 +82,12 @@ module.exports =
82
82
  /******/
83
83
  /******/
84
84
  /******/ // Load entry module and return exports
85
- /******/ return __webpack_require__(__webpack_require__.s = 209);
85
+ /******/ return __webpack_require__(__webpack_require__.s = 194);
86
86
  /******/ })
87
87
  /************************************************************************/
88
88
  /******/ ({
89
89
 
90
- /***/ 2:
91
- /***/ (function(module, __webpack_exports__, __webpack_require__) {
92
-
93
- "use strict";
94
- /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
95
- /* globals __VUE_SSR_CONTEXT__ */
96
-
97
- // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
98
- // This module is a runtime utility for cleaner component module output and will
99
- // be included in the final webpack user bundle.
100
-
101
- function normalizeComponent(
102
- scriptExports,
103
- render,
104
- staticRenderFns,
105
- functionalTemplate,
106
- injectStyles,
107
- scopeId,
108
- moduleIdentifier /* server only */,
109
- shadowMode /* vue-cli only */
110
- ) {
111
- // Vue.extend constructor export interop
112
- var options =
113
- typeof scriptExports === 'function' ? scriptExports.options : scriptExports
114
-
115
- // render functions
116
- if (render) {
117
- options.render = render
118
- options.staticRenderFns = staticRenderFns
119
- options._compiled = true
120
- }
121
-
122
- // functional template
123
- if (functionalTemplate) {
124
- options.functional = true
125
- }
126
-
127
- // scopedId
128
- if (scopeId) {
129
- options._scopeId = 'data-v-' + scopeId
130
- }
131
-
132
- var hook
133
- if (moduleIdentifier) {
134
- // server build
135
- hook = function (context) {
136
- // 2.3 injection
137
- context =
138
- context || // cached call
139
- (this.$vnode && this.$vnode.ssrContext) || // stateful
140
- (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
141
- // 2.2 with runInNewContext: true
142
- if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
143
- context = __VUE_SSR_CONTEXT__
144
- }
145
- // inject component styles
146
- if (injectStyles) {
147
- injectStyles.call(this, context)
148
- }
149
- // register component module identifier for async chunk inferrence
150
- if (context && context._registeredComponents) {
151
- context._registeredComponents.add(moduleIdentifier)
152
- }
153
- }
154
- // used by ssr in case component is cached and beforeCreate
155
- // never gets called
156
- options._ssrRegister = hook
157
- } else if (injectStyles) {
158
- hook = shadowMode
159
- ? function () {
160
- injectStyles.call(
161
- this,
162
- (options.functional ? this.parent : this).$root.$options.shadowRoot
163
- )
164
- }
165
- : injectStyles
166
- }
167
-
168
- if (hook) {
169
- if (options.functional) {
170
- // for template-only hot-reload because in that case the render fn doesn't
171
- // go through the normalizer
172
- options._injectStyles = hook
173
- // register for functional component in vue file
174
- var originalRender = options.render
175
- options.render = function renderWithStyleInjection(h, context) {
176
- hook.call(context)
177
- return originalRender(h, context)
178
- }
179
- } else {
180
- // inject component registration as beforeCreate hook
181
- var existing = options.beforeCreate
182
- options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
183
- }
184
- }
185
-
186
- return {
187
- exports: scriptExports,
188
- options: options
189
- }
190
- }
191
-
192
-
193
- /***/ }),
194
-
195
- /***/ 209:
90
+ /***/ 194:
196
91
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
197
92
 
198
93
  "use strict";
@@ -344,6 +239,111 @@ src.install = function (Vue) {
344
239
  };
345
240
  /* harmony default export */ var skeleton = __webpack_exports__["default"] = (src);
346
241
 
242
+ /***/ }),
243
+
244
+ /***/ 2:
245
+ /***/ (function(module, __webpack_exports__, __webpack_require__) {
246
+
247
+ "use strict";
248
+ /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
249
+ /* globals __VUE_SSR_CONTEXT__ */
250
+
251
+ // IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
252
+ // This module is a runtime utility for cleaner component module output and will
253
+ // be included in the final webpack user bundle.
254
+
255
+ function normalizeComponent(
256
+ scriptExports,
257
+ render,
258
+ staticRenderFns,
259
+ functionalTemplate,
260
+ injectStyles,
261
+ scopeId,
262
+ moduleIdentifier /* server only */,
263
+ shadowMode /* vue-cli only */
264
+ ) {
265
+ // Vue.extend constructor export interop
266
+ var options =
267
+ typeof scriptExports === 'function' ? scriptExports.options : scriptExports
268
+
269
+ // render functions
270
+ if (render) {
271
+ options.render = render
272
+ options.staticRenderFns = staticRenderFns
273
+ options._compiled = true
274
+ }
275
+
276
+ // functional template
277
+ if (functionalTemplate) {
278
+ options.functional = true
279
+ }
280
+
281
+ // scopedId
282
+ if (scopeId) {
283
+ options._scopeId = 'data-v-' + scopeId
284
+ }
285
+
286
+ var hook
287
+ if (moduleIdentifier) {
288
+ // server build
289
+ hook = function (context) {
290
+ // 2.3 injection
291
+ context =
292
+ context || // cached call
293
+ (this.$vnode && this.$vnode.ssrContext) || // stateful
294
+ (this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
295
+ // 2.2 with runInNewContext: true
296
+ if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
297
+ context = __VUE_SSR_CONTEXT__
298
+ }
299
+ // inject component styles
300
+ if (injectStyles) {
301
+ injectStyles.call(this, context)
302
+ }
303
+ // register component module identifier for async chunk inferrence
304
+ if (context && context._registeredComponents) {
305
+ context._registeredComponents.add(moduleIdentifier)
306
+ }
307
+ }
308
+ // used by ssr in case component is cached and beforeCreate
309
+ // never gets called
310
+ options._ssrRegister = hook
311
+ } else if (injectStyles) {
312
+ hook = shadowMode
313
+ ? function () {
314
+ injectStyles.call(
315
+ this,
316
+ (options.functional ? this.parent : this).$root.$options.shadowRoot
317
+ )
318
+ }
319
+ : injectStyles
320
+ }
321
+
322
+ if (hook) {
323
+ if (options.functional) {
324
+ // for template-only hot-reload because in that case the render fn doesn't
325
+ // go through the normalizer
326
+ options._injectStyles = hook
327
+ // register for functional component in vue file
328
+ var originalRender = options.render
329
+ options.render = function renderWithStyleInjection(h, context) {
330
+ hook.call(context)
331
+ return originalRender(h, context)
332
+ }
333
+ } else {
334
+ // inject component registration as beforeCreate hook
335
+ var existing = options.beforeCreate
336
+ options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
337
+ }
338
+ }
339
+
340
+ return {
341
+ exports: scriptExports,
342
+ options: options
343
+ }
344
+ }
345
+
346
+
347
347
  /***/ }),
348
348
 
349
349
  /***/ 5: