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.
- package/lib/alert.js +2 -2
- package/lib/aside.js +76 -76
- package/lib/autocomplete.js +61 -75
- package/lib/avatar.js +2 -2
- package/lib/backtop.js +109 -109
- package/lib/badge.js +2 -2
- package/lib/breadcrumb-item.js +4 -4
- package/lib/breadcrumb.js +2 -2
- package/lib/button-group.js +2 -2
- package/lib/calendar.js +391 -452
- package/lib/card.js +2 -2
- package/lib/carousel-item.js +9 -9
- package/lib/carousel.js +25 -25
- package/lib/cascader-panel.js +30 -34
- package/lib/cascader.js +101 -116
- package/lib/checkbox-button.js +4 -4
- package/lib/checkbox-group.js +2 -2
- package/lib/col.js +2 -2
- package/lib/collapse-item.js +936 -851
- package/lib/collapse.js +2 -2
- package/lib/color-picker.js +62 -76
- package/lib/container.js +2 -2
- package/lib/date-picker.js +450 -474
- package/lib/descriptions-item.js +2 -2
- package/lib/descriptions.js +4 -4
- package/lib/dialog.js +5 -9
- package/lib/divider.js +105 -105
- package/lib/drawer.js +109 -109
- package/lib/dropdown-item.js +2 -2
- package/lib/dropdown-menu.js +65 -65
- package/lib/dropdown.js +1206 -1112
- package/lib/element-ui.common.js +43826 -48176
- package/lib/empty.js +6 -20
- package/lib/fileUpload.js +62 -77
- package/lib/footer.js +76 -76
- package/lib/form-item.js +7 -21
- package/lib/form.js +11 -11
- package/lib/header.js +2 -2
- package/lib/icon.js +2 -2
- package/lib/image.js +22 -36
- package/lib/index.js +1 -1
- package/lib/infinite-scroll.js +8 -8
- package/lib/input-number.js +5 -9
- package/lib/link.js +2 -2
- package/lib/loading.js +33 -33
- package/lib/main.js +65 -65
- package/lib/menu-item-group.js +2 -2
- package/lib/menu-item.js +63 -78
- package/lib/menu.js +2 -16
- package/lib/message-box.js +22 -36
- package/lib/message.js +8 -22
- package/lib/notification.js +8 -22
- package/lib/option-group.js +2 -2
- package/lib/option.js +14 -18
- package/lib/page-header.js +109 -109
- package/lib/pagination.js +100 -114
- package/lib/popconfirm.js +59 -74
- package/lib/popover.js +52 -56
- package/lib/progress.js +4 -4
- package/lib/radio-button.js +4 -4
- package/lib/radio-group.js +4 -4
- package/lib/radio.js +2 -2
- package/lib/rate.js +18 -18
- package/lib/result.js +2 -2
- package/lib/row.js +2 -2
- package/lib/scrollbar.js +6 -6
- package/lib/select.js +82 -86
- package/lib/skeleton-item.js +2 -2
- package/lib/skeleton.js +107 -107
- package/lib/slider.js +72 -86
- package/lib/spinner.js +2 -2
- package/lib/step.js +2 -2
- package/lib/steps.js +9 -9
- package/lib/subTitle.js +91 -91
- package/lib/submenu.js +250 -250
- package/lib/switch.js +883 -811
- package/lib/tab-pane.js +2 -2
- package/lib/tabDialog.js +19 -33
- package/lib/table-column.js +13 -13
- package/lib/table.js +96 -110
- package/lib/tabs.js +8 -22
- package/lib/tag.js +2 -2
- package/lib/theme-chalk/src/index.scss +0 -1
- package/lib/time-picker.js +450 -474
- package/lib/time-select.js +437 -461
- package/lib/timeline-item.js +107 -107
- package/lib/timeline.js +2 -2
- package/lib/tooltip.js +54 -55
- package/lib/transfer.js +15 -29
- package/lib/tree.js +22 -36
- package/lib/treeSelect.js +58 -73
- package/lib/upload.js +28 -32
- package/lib/utils/date.js +10 -3
- package/lib/utils/date_source.js +290 -304
- package/lib/utils/lodash_source.js +9290 -9290
- package/package.json +1 -1
- package/packages/theme-chalk/src/index.scss +0 -1
- package/src/index.js +1 -4
- package/src/utils/date.js +2 -2
- package/src/utils/date_source.js +305 -321
- package/src/utils/lodash_source.js +18079 -18064
- package/lib/statistic.js +0 -10484
- package/lib/theme-chalk/src/statistic.scss +0 -38
- package/packages/statistic/index.js +0 -8
- package/packages/statistic/src/main.vue +0 -203
- package/packages/theme-chalk/src/statistic.scss +0 -38
- package/types/statistic.d.ts +0 -37
package/lib/descriptions-item.js
CHANGED
|
@@ -82,12 +82,12 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 207);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
-
/***/
|
|
90
|
+
/***/ 207:
|
|
91
91
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
92
|
|
|
93
93
|
"use strict";
|
package/lib/descriptions.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 203);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -129,7 +129,7 @@ module.exports = require("core-js/modules/es.array.map.js");
|
|
|
129
129
|
|
|
130
130
|
/***/ }),
|
|
131
131
|
|
|
132
|
-
/***/
|
|
132
|
+
/***/ 203:
|
|
133
133
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
134
134
|
|
|
135
135
|
"use strict";
|
|
@@ -155,7 +155,7 @@ var es_object_assign_js_ = __webpack_require__(60);
|
|
|
155
155
|
var es_object_to_string_js_ = __webpack_require__(3);
|
|
156
156
|
|
|
157
157
|
// EXTERNAL MODULE: external "core-js/modules/es.string.trim.js"
|
|
158
|
-
var es_string_trim_js_ = __webpack_require__(
|
|
158
|
+
var es_string_trim_js_ = __webpack_require__(56);
|
|
159
159
|
|
|
160
160
|
// EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
|
|
161
161
|
var web_dom_collections_for_each_js_ = __webpack_require__(10);
|
|
@@ -663,7 +663,7 @@ module.exports = require("core-js/modules/es.typed-array.to-string.js");
|
|
|
663
663
|
|
|
664
664
|
/***/ }),
|
|
665
665
|
|
|
666
|
-
/***/
|
|
666
|
+
/***/ 56:
|
|
667
667
|
/***/ (function(module, exports) {
|
|
668
668
|
|
|
669
669
|
module.exports = require("core-js/modules/es.string.trim.js");
|
package/lib/dialog.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 119);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ([
|
|
@@ -1071,7 +1071,7 @@ var es_regexp_exec_js_ = __webpack_require__(7);
|
|
|
1071
1071
|
var es_string_split_js_ = __webpack_require__(59);
|
|
1072
1072
|
|
|
1073
1073
|
// EXTERNAL MODULE: external "core-js/modules/es.string.trim.js"
|
|
1074
|
-
var es_string_trim_js_ = __webpack_require__(
|
|
1074
|
+
var es_string_trim_js_ = __webpack_require__(56);
|
|
1075
1075
|
|
|
1076
1076
|
// EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
|
|
1077
1077
|
var web_dom_collections_for_each_js_ = __webpack_require__(10);
|
|
@@ -1677,13 +1677,13 @@ module.exports = require("core-js/modules/es.array.includes.js");
|
|
|
1677
1677
|
});
|
|
1678
1678
|
|
|
1679
1679
|
/***/ }),
|
|
1680
|
-
/* 55
|
|
1680
|
+
/* 55 */,
|
|
1681
|
+
/* 56 */
|
|
1681
1682
|
/***/ (function(module, exports) {
|
|
1682
1683
|
|
|
1683
1684
|
module.exports = require("core-js/modules/es.string.trim.js");
|
|
1684
1685
|
|
|
1685
1686
|
/***/ }),
|
|
1686
|
-
/* 56 */,
|
|
1687
1687
|
/* 57 */,
|
|
1688
1688
|
/* 58 */,
|
|
1689
1689
|
/* 59 */
|
|
@@ -1751,11 +1751,7 @@ module.exports = require("core-js/modules/es.string.split.js");
|
|
|
1751
1751
|
/* 116 */,
|
|
1752
1752
|
/* 117 */,
|
|
1753
1753
|
/* 118 */,
|
|
1754
|
-
/* 119
|
|
1755
|
-
/* 120 */,
|
|
1756
|
-
/* 121 */,
|
|
1757
|
-
/* 122 */,
|
|
1758
|
-
/* 123 */
|
|
1754
|
+
/* 119 */
|
|
1759
1755
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
1760
1756
|
|
|
1761
1757
|
"use strict";
|
package/lib/divider.js
CHANGED
|
@@ -82,11 +82,115 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 189);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
89
89
|
|
|
90
|
+
/***/ 189:
|
|
91
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
|
+
|
|
93
|
+
"use strict";
|
|
94
|
+
// ESM COMPAT FLAG
|
|
95
|
+
__webpack_require__.r(__webpack_exports__);
|
|
96
|
+
|
|
97
|
+
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
98
|
+
var es_function_name_js_ = __webpack_require__(5);
|
|
99
|
+
|
|
100
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./packages/divider/src/main.vue?vue&type=template&id=5889ffb9&functional=true
|
|
101
|
+
var render = function render(_c, _vm) {
|
|
102
|
+
return _c(
|
|
103
|
+
"div",
|
|
104
|
+
_vm._g(
|
|
105
|
+
_vm._b(
|
|
106
|
+
{
|
|
107
|
+
class: [
|
|
108
|
+
_vm.data.staticClass,
|
|
109
|
+
"el-divider",
|
|
110
|
+
`el-divider--${_vm.props.direction}`,
|
|
111
|
+
],
|
|
112
|
+
},
|
|
113
|
+
"div",
|
|
114
|
+
_vm.data.attrs,
|
|
115
|
+
false
|
|
116
|
+
),
|
|
117
|
+
_vm.listeners
|
|
118
|
+
),
|
|
119
|
+
[
|
|
120
|
+
_vm.slots().default && _vm.props.direction !== "vertical"
|
|
121
|
+
? _c(
|
|
122
|
+
"div",
|
|
123
|
+
{ class: ["el-divider__text", `is-${_vm.props.contentPosition}`] },
|
|
124
|
+
[_vm._t("default")],
|
|
125
|
+
2
|
|
126
|
+
)
|
|
127
|
+
: _vm._e(),
|
|
128
|
+
]
|
|
129
|
+
)
|
|
130
|
+
}
|
|
131
|
+
var staticRenderFns = []
|
|
132
|
+
render._withStripped = true
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
// CONCATENATED MODULE: ./packages/divider/src/main.vue?vue&type=template&id=5889ffb9&functional=true
|
|
136
|
+
|
|
137
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/divider/src/main.vue?vue&type=script&lang=js
|
|
138
|
+
/* harmony default export */ var mainvue_type_script_lang_js = ({
|
|
139
|
+
name: 'ElDivider',
|
|
140
|
+
props: {
|
|
141
|
+
direction: {
|
|
142
|
+
type: String,
|
|
143
|
+
default: 'horizontal',
|
|
144
|
+
validator: function validator(val) {
|
|
145
|
+
return ['horizontal', 'vertical'].indexOf(val) !== -1;
|
|
146
|
+
}
|
|
147
|
+
},
|
|
148
|
+
contentPosition: {
|
|
149
|
+
type: String,
|
|
150
|
+
default: 'center',
|
|
151
|
+
validator: function validator(val) {
|
|
152
|
+
return ['left', 'center', 'right'].indexOf(val) !== -1;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
});
|
|
157
|
+
// CONCATENATED MODULE: ./packages/divider/src/main.vue?vue&type=script&lang=js
|
|
158
|
+
/* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
159
|
+
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
160
|
+
var componentNormalizer = __webpack_require__(2);
|
|
161
|
+
|
|
162
|
+
// CONCATENATED MODULE: ./packages/divider/src/main.vue
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
/* normalize component */
|
|
169
|
+
|
|
170
|
+
var component = Object(componentNormalizer["a" /* default */])(
|
|
171
|
+
src_mainvue_type_script_lang_js,
|
|
172
|
+
render,
|
|
173
|
+
staticRenderFns,
|
|
174
|
+
true,
|
|
175
|
+
null,
|
|
176
|
+
null,
|
|
177
|
+
null
|
|
178
|
+
|
|
179
|
+
)
|
|
180
|
+
|
|
181
|
+
/* harmony default export */ var main = (component.exports);
|
|
182
|
+
// CONCATENATED MODULE: ./packages/divider/index.js
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
/* istanbul ignore next */
|
|
187
|
+
main.install = function (Vue) {
|
|
188
|
+
Vue.component(main.name, main);
|
|
189
|
+
};
|
|
190
|
+
/* harmony default export */ var divider = __webpack_exports__["default"] = (main);
|
|
191
|
+
|
|
192
|
+
/***/ }),
|
|
193
|
+
|
|
90
194
|
/***/ 2:
|
|
91
195
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
92
196
|
|
|
@@ -190,110 +294,6 @@ function normalizeComponent(
|
|
|
190
294
|
}
|
|
191
295
|
|
|
192
296
|
|
|
193
|
-
/***/ }),
|
|
194
|
-
|
|
195
|
-
/***/ 204:
|
|
196
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
197
|
-
|
|
198
|
-
"use strict";
|
|
199
|
-
// ESM COMPAT FLAG
|
|
200
|
-
__webpack_require__.r(__webpack_exports__);
|
|
201
|
-
|
|
202
|
-
// EXTERNAL MODULE: external "core-js/modules/es.function.name.js"
|
|
203
|
-
var es_function_name_js_ = __webpack_require__(5);
|
|
204
|
-
|
|
205
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??ref--5!./node_modules/vue-loader/lib??vue-loader-options!./packages/divider/src/main.vue?vue&type=template&id=5889ffb9&functional=true
|
|
206
|
-
var render = function render(_c, _vm) {
|
|
207
|
-
return _c(
|
|
208
|
-
"div",
|
|
209
|
-
_vm._g(
|
|
210
|
-
_vm._b(
|
|
211
|
-
{
|
|
212
|
-
class: [
|
|
213
|
-
_vm.data.staticClass,
|
|
214
|
-
"el-divider",
|
|
215
|
-
`el-divider--${_vm.props.direction}`,
|
|
216
|
-
],
|
|
217
|
-
},
|
|
218
|
-
"div",
|
|
219
|
-
_vm.data.attrs,
|
|
220
|
-
false
|
|
221
|
-
),
|
|
222
|
-
_vm.listeners
|
|
223
|
-
),
|
|
224
|
-
[
|
|
225
|
-
_vm.slots().default && _vm.props.direction !== "vertical"
|
|
226
|
-
? _c(
|
|
227
|
-
"div",
|
|
228
|
-
{ class: ["el-divider__text", `is-${_vm.props.contentPosition}`] },
|
|
229
|
-
[_vm._t("default")],
|
|
230
|
-
2
|
|
231
|
-
)
|
|
232
|
-
: _vm._e(),
|
|
233
|
-
]
|
|
234
|
-
)
|
|
235
|
-
}
|
|
236
|
-
var staticRenderFns = []
|
|
237
|
-
render._withStripped = true
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
// CONCATENATED MODULE: ./packages/divider/src/main.vue?vue&type=template&id=5889ffb9&functional=true
|
|
241
|
-
|
|
242
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/divider/src/main.vue?vue&type=script&lang=js
|
|
243
|
-
/* harmony default export */ var mainvue_type_script_lang_js = ({
|
|
244
|
-
name: 'ElDivider',
|
|
245
|
-
props: {
|
|
246
|
-
direction: {
|
|
247
|
-
type: String,
|
|
248
|
-
default: 'horizontal',
|
|
249
|
-
validator: function validator(val) {
|
|
250
|
-
return ['horizontal', 'vertical'].indexOf(val) !== -1;
|
|
251
|
-
}
|
|
252
|
-
},
|
|
253
|
-
contentPosition: {
|
|
254
|
-
type: String,
|
|
255
|
-
default: 'center',
|
|
256
|
-
validator: function validator(val) {
|
|
257
|
-
return ['left', 'center', 'right'].indexOf(val) !== -1;
|
|
258
|
-
}
|
|
259
|
-
}
|
|
260
|
-
}
|
|
261
|
-
});
|
|
262
|
-
// CONCATENATED MODULE: ./packages/divider/src/main.vue?vue&type=script&lang=js
|
|
263
|
-
/* harmony default export */ var src_mainvue_type_script_lang_js = (mainvue_type_script_lang_js);
|
|
264
|
-
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
265
|
-
var componentNormalizer = __webpack_require__(2);
|
|
266
|
-
|
|
267
|
-
// CONCATENATED MODULE: ./packages/divider/src/main.vue
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
/* normalize component */
|
|
274
|
-
|
|
275
|
-
var component = Object(componentNormalizer["a" /* default */])(
|
|
276
|
-
src_mainvue_type_script_lang_js,
|
|
277
|
-
render,
|
|
278
|
-
staticRenderFns,
|
|
279
|
-
true,
|
|
280
|
-
null,
|
|
281
|
-
null,
|
|
282
|
-
null
|
|
283
|
-
|
|
284
|
-
)
|
|
285
|
-
|
|
286
|
-
/* harmony default export */ var main = (component.exports);
|
|
287
|
-
// CONCATENATED MODULE: ./packages/divider/index.js
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
/* istanbul ignore next */
|
|
292
|
-
main.install = function (Vue) {
|
|
293
|
-
Vue.component(main.name, main);
|
|
294
|
-
};
|
|
295
|
-
/* harmony default export */ var divider = __webpack_exports__["default"] = (main);
|
|
296
|
-
|
|
297
297
|
/***/ }),
|
|
298
298
|
|
|
299
299
|
/***/ 5:
|
package/lib/drawer.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 192);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -439,112 +439,7 @@ module.exports = require("core-js/modules/es.array.filter.js");
|
|
|
439
439
|
|
|
440
440
|
/***/ }),
|
|
441
441
|
|
|
442
|
-
/***/
|
|
443
|
-
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
444
|
-
|
|
445
|
-
"use strict";
|
|
446
|
-
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
|
|
447
|
-
/* globals __VUE_SSR_CONTEXT__ */
|
|
448
|
-
|
|
449
|
-
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
450
|
-
// This module is a runtime utility for cleaner component module output and will
|
|
451
|
-
// be included in the final webpack user bundle.
|
|
452
|
-
|
|
453
|
-
function normalizeComponent(
|
|
454
|
-
scriptExports,
|
|
455
|
-
render,
|
|
456
|
-
staticRenderFns,
|
|
457
|
-
functionalTemplate,
|
|
458
|
-
injectStyles,
|
|
459
|
-
scopeId,
|
|
460
|
-
moduleIdentifier /* server only */,
|
|
461
|
-
shadowMode /* vue-cli only */
|
|
462
|
-
) {
|
|
463
|
-
// Vue.extend constructor export interop
|
|
464
|
-
var options =
|
|
465
|
-
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
466
|
-
|
|
467
|
-
// render functions
|
|
468
|
-
if (render) {
|
|
469
|
-
options.render = render
|
|
470
|
-
options.staticRenderFns = staticRenderFns
|
|
471
|
-
options._compiled = true
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
// functional template
|
|
475
|
-
if (functionalTemplate) {
|
|
476
|
-
options.functional = true
|
|
477
|
-
}
|
|
478
|
-
|
|
479
|
-
// scopedId
|
|
480
|
-
if (scopeId) {
|
|
481
|
-
options._scopeId = 'data-v-' + scopeId
|
|
482
|
-
}
|
|
483
|
-
|
|
484
|
-
var hook
|
|
485
|
-
if (moduleIdentifier) {
|
|
486
|
-
// server build
|
|
487
|
-
hook = function (context) {
|
|
488
|
-
// 2.3 injection
|
|
489
|
-
context =
|
|
490
|
-
context || // cached call
|
|
491
|
-
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
492
|
-
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
493
|
-
// 2.2 with runInNewContext: true
|
|
494
|
-
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
495
|
-
context = __VUE_SSR_CONTEXT__
|
|
496
|
-
}
|
|
497
|
-
// inject component styles
|
|
498
|
-
if (injectStyles) {
|
|
499
|
-
injectStyles.call(this, context)
|
|
500
|
-
}
|
|
501
|
-
// register component module identifier for async chunk inferrence
|
|
502
|
-
if (context && context._registeredComponents) {
|
|
503
|
-
context._registeredComponents.add(moduleIdentifier)
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
// used by ssr in case component is cached and beforeCreate
|
|
507
|
-
// never gets called
|
|
508
|
-
options._ssrRegister = hook
|
|
509
|
-
} else if (injectStyles) {
|
|
510
|
-
hook = shadowMode
|
|
511
|
-
? function () {
|
|
512
|
-
injectStyles.call(
|
|
513
|
-
this,
|
|
514
|
-
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
515
|
-
)
|
|
516
|
-
}
|
|
517
|
-
: injectStyles
|
|
518
|
-
}
|
|
519
|
-
|
|
520
|
-
if (hook) {
|
|
521
|
-
if (options.functional) {
|
|
522
|
-
// for template-only hot-reload because in that case the render fn doesn't
|
|
523
|
-
// go through the normalizer
|
|
524
|
-
options._injectStyles = hook
|
|
525
|
-
// register for functional component in vue file
|
|
526
|
-
var originalRender = options.render
|
|
527
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
528
|
-
hook.call(context)
|
|
529
|
-
return originalRender(h, context)
|
|
530
|
-
}
|
|
531
|
-
} else {
|
|
532
|
-
// inject component registration as beforeCreate hook
|
|
533
|
-
var existing = options.beforeCreate
|
|
534
|
-
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
535
|
-
}
|
|
536
|
-
}
|
|
537
|
-
|
|
538
|
-
return {
|
|
539
|
-
exports: scriptExports,
|
|
540
|
-
options: options
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
/***/ }),
|
|
546
|
-
|
|
547
|
-
/***/ 207:
|
|
442
|
+
/***/ 192:
|
|
548
443
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
549
444
|
|
|
550
445
|
"use strict";
|
|
@@ -880,6 +775,111 @@ main.install = function (Vue) {
|
|
|
880
775
|
};
|
|
881
776
|
/* harmony default export */ var drawer = __webpack_exports__["default"] = (main);
|
|
882
777
|
|
|
778
|
+
/***/ }),
|
|
779
|
+
|
|
780
|
+
/***/ 2:
|
|
781
|
+
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
782
|
+
|
|
783
|
+
"use strict";
|
|
784
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "a", function() { return normalizeComponent; });
|
|
785
|
+
/* globals __VUE_SSR_CONTEXT__ */
|
|
786
|
+
|
|
787
|
+
// IMPORTANT: Do NOT use ES2015 features in this file (except for modules).
|
|
788
|
+
// This module is a runtime utility for cleaner component module output and will
|
|
789
|
+
// be included in the final webpack user bundle.
|
|
790
|
+
|
|
791
|
+
function normalizeComponent(
|
|
792
|
+
scriptExports,
|
|
793
|
+
render,
|
|
794
|
+
staticRenderFns,
|
|
795
|
+
functionalTemplate,
|
|
796
|
+
injectStyles,
|
|
797
|
+
scopeId,
|
|
798
|
+
moduleIdentifier /* server only */,
|
|
799
|
+
shadowMode /* vue-cli only */
|
|
800
|
+
) {
|
|
801
|
+
// Vue.extend constructor export interop
|
|
802
|
+
var options =
|
|
803
|
+
typeof scriptExports === 'function' ? scriptExports.options : scriptExports
|
|
804
|
+
|
|
805
|
+
// render functions
|
|
806
|
+
if (render) {
|
|
807
|
+
options.render = render
|
|
808
|
+
options.staticRenderFns = staticRenderFns
|
|
809
|
+
options._compiled = true
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
// functional template
|
|
813
|
+
if (functionalTemplate) {
|
|
814
|
+
options.functional = true
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// scopedId
|
|
818
|
+
if (scopeId) {
|
|
819
|
+
options._scopeId = 'data-v-' + scopeId
|
|
820
|
+
}
|
|
821
|
+
|
|
822
|
+
var hook
|
|
823
|
+
if (moduleIdentifier) {
|
|
824
|
+
// server build
|
|
825
|
+
hook = function (context) {
|
|
826
|
+
// 2.3 injection
|
|
827
|
+
context =
|
|
828
|
+
context || // cached call
|
|
829
|
+
(this.$vnode && this.$vnode.ssrContext) || // stateful
|
|
830
|
+
(this.parent && this.parent.$vnode && this.parent.$vnode.ssrContext) // functional
|
|
831
|
+
// 2.2 with runInNewContext: true
|
|
832
|
+
if (!context && typeof __VUE_SSR_CONTEXT__ !== 'undefined') {
|
|
833
|
+
context = __VUE_SSR_CONTEXT__
|
|
834
|
+
}
|
|
835
|
+
// inject component styles
|
|
836
|
+
if (injectStyles) {
|
|
837
|
+
injectStyles.call(this, context)
|
|
838
|
+
}
|
|
839
|
+
// register component module identifier for async chunk inferrence
|
|
840
|
+
if (context && context._registeredComponents) {
|
|
841
|
+
context._registeredComponents.add(moduleIdentifier)
|
|
842
|
+
}
|
|
843
|
+
}
|
|
844
|
+
// used by ssr in case component is cached and beforeCreate
|
|
845
|
+
// never gets called
|
|
846
|
+
options._ssrRegister = hook
|
|
847
|
+
} else if (injectStyles) {
|
|
848
|
+
hook = shadowMode
|
|
849
|
+
? function () {
|
|
850
|
+
injectStyles.call(
|
|
851
|
+
this,
|
|
852
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
853
|
+
)
|
|
854
|
+
}
|
|
855
|
+
: injectStyles
|
|
856
|
+
}
|
|
857
|
+
|
|
858
|
+
if (hook) {
|
|
859
|
+
if (options.functional) {
|
|
860
|
+
// for template-only hot-reload because in that case the render fn doesn't
|
|
861
|
+
// go through the normalizer
|
|
862
|
+
options._injectStyles = hook
|
|
863
|
+
// register for functional component in vue file
|
|
864
|
+
var originalRender = options.render
|
|
865
|
+
options.render = function renderWithStyleInjection(h, context) {
|
|
866
|
+
hook.call(context)
|
|
867
|
+
return originalRender(h, context)
|
|
868
|
+
}
|
|
869
|
+
} else {
|
|
870
|
+
// inject component registration as beforeCreate hook
|
|
871
|
+
var existing = options.beforeCreate
|
|
872
|
+
options.beforeCreate = existing ? [].concat(existing, hook) : [hook]
|
|
873
|
+
}
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
return {
|
|
877
|
+
exports: scriptExports,
|
|
878
|
+
options: options
|
|
879
|
+
}
|
|
880
|
+
}
|
|
881
|
+
|
|
882
|
+
|
|
883
883
|
/***/ }),
|
|
884
884
|
|
|
885
885
|
/***/ 21:
|
|
@@ -959,7 +959,7 @@ var es_regexp_exec_js_ = __webpack_require__(7);
|
|
|
959
959
|
var es_string_split_js_ = __webpack_require__(59);
|
|
960
960
|
|
|
961
961
|
// EXTERNAL MODULE: external "core-js/modules/es.string.trim.js"
|
|
962
|
-
var es_string_trim_js_ = __webpack_require__(
|
|
962
|
+
var es_string_trim_js_ = __webpack_require__(56);
|
|
963
963
|
|
|
964
964
|
// EXTERNAL MODULE: external "core-js/modules/web.dom-collections.for-each.js"
|
|
965
965
|
var web_dom_collections_for_each_js_ = __webpack_require__(10);
|
|
@@ -1355,7 +1355,7 @@ module.exports = require("core-js/modules/es.array.includes.js");
|
|
|
1355
1355
|
|
|
1356
1356
|
/***/ }),
|
|
1357
1357
|
|
|
1358
|
-
/***/
|
|
1358
|
+
/***/ 56:
|
|
1359
1359
|
/***/ (function(module, exports) {
|
|
1360
1360
|
|
|
1361
1361
|
module.exports = require("core-js/modules/es.string.trim.js");
|
package/lib/dropdown-item.js
CHANGED
|
@@ -82,7 +82,7 @@ module.exports =
|
|
|
82
82
|
/******/
|
|
83
83
|
/******/
|
|
84
84
|
/******/ // Load entry module and return exports
|
|
85
|
-
/******/ return __webpack_require__(__webpack_require__.s =
|
|
85
|
+
/******/ return __webpack_require__(__webpack_require__.s = 158);
|
|
86
86
|
/******/ })
|
|
87
87
|
/************************************************************************/
|
|
88
88
|
/******/ ({
|
|
@@ -140,7 +140,7 @@ function _broadcast(componentName, eventName, params) {
|
|
|
140
140
|
|
|
141
141
|
/***/ }),
|
|
142
142
|
|
|
143
|
-
/***/
|
|
143
|
+
/***/ 158:
|
|
144
144
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
145
145
|
|
|
146
146
|
"use strict";
|