@mdsfe/mds-ui 0.4.7 → 0.4.9-beta.4
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/CHANGELOG.md +1057 -0
- package/dist/affix.js +26 -21
- package/dist/alert.js +26 -21
- package/dist/anchor.js +41 -33
- package/dist/avatar.js +26 -21
- package/dist/backtop.js +26 -21
- package/dist/badge.js +31 -26
- package/dist/bordershadow.js +26 -21
- package/dist/breadcrumb.js +41 -33
- package/dist/button.js +41 -33
- package/dist/card.js +41 -33
- package/dist/carousel.js +41 -33
- package/dist/cascader.js +74 -57
- package/dist/cascaderpanel.js +51 -40
- package/dist/checkbox.js +41 -33
- package/dist/col.js +41 -33
- package/dist/collapse.js +41 -33
- package/dist/color.js +26 -21
- package/dist/datepicker.js +186 -148
- package/dist/divider.js +26 -21
- package/dist/drawer.js +26 -21
- package/dist/dropdown.js +41 -33
- package/dist/empty.js +26 -21
- package/dist/font/iconfont.6287649.ttf +1 -0
- package/dist/font/iconfont.badd670.woff +1 -0
- package/dist/font/iconfont.c1b8fe0.woff2 +1 -0
- package/dist/font.js +26 -21
- package/dist/form.js +41 -33
- package/dist/icon.js +26 -21
- package/dist/index.js +15 -19
- package/dist/input.js +57 -43
- package/dist/inputnumber.js +26 -21
- package/dist/layout.js +86 -69
- package/dist/list.js +41 -33
- package/dist/loading.js +26 -21
- package/dist/mds-ui.common.css +7 -0
- package/dist/mds-ui.common.js +1 -0
- package/dist/mds-ui.min.css +1 -1
- package/dist/mds-ui.min.js +1 -71200
- package/dist/menu.js +71 -57
- package/dist/message.js +56 -45
- package/dist/modal.js +26 -21
- package/dist/notification.js +46 -38
- package/dist/pagination.js +56 -45
- package/dist/popconfirm.js +1 -1
- package/dist/popover.js +26 -21
- package/dist/progress.js +57 -46
- package/dist/radio.js +44 -36
- package/dist/rate.js +41 -33
- package/dist/row.js +41 -33
- package/dist/select.js +81 -64
- package/dist/slider.js +45 -37
- package/dist/slottable.js +39 -31
- package/dist/steps.js +1 -1
- package/dist/style/affix.js +1 -0
- package/dist/style/alert.js +1 -0
- package/dist/style/anchor.js +1 -0
- package/dist/style/avatar.js +1 -0
- package/dist/style/backtop.js +1 -0
- package/dist/style/badge.css +2 -2
- package/dist/style/badge.js +1 -0
- package/dist/style/base.css +1 -1
- package/dist/style/base.js +1 -0
- package/dist/style/bordershadow.js +1 -0
- package/dist/style/breadcrumb.js +1 -0
- package/dist/style/button.js +1 -0
- package/dist/style/card.js +1 -0
- package/dist/style/carousel.js +1 -0
- package/dist/style/cascader.js +1 -0
- package/dist/style/cascaderpanel.js +1 -0
- package/dist/style/checkbox.js +1 -0
- package/dist/style/col.js +1 -0
- package/dist/style/collapse.js +1 -0
- package/dist/style/color.js +1 -0
- package/dist/style/datepicker.js +1 -0
- package/dist/style/divider.js +1 -0
- package/dist/style/drawer.js +1 -0
- package/dist/style/dropdown.js +1 -0
- package/dist/style/empty.js +1 -0
- package/dist/style/font.js +1 -0
- package/dist/style/form.js +1 -0
- package/dist/style/icon.js +1 -0
- package/dist/style/index.css +1 -1
- package/dist/style/index.js +1 -0
- package/dist/style/input.js +1 -0
- package/dist/style/inputnumber.js +1 -0
- package/dist/style/layout.js +1 -0
- package/dist/style/list.js +1 -0
- package/dist/style/loading.js +1 -0
- package/dist/style/menu.js +1 -0
- package/dist/style/message.js +1 -0
- package/dist/style/modal.js +1 -0
- package/dist/style/notification.css +4 -4
- package/dist/style/notification.js +1 -0
- package/dist/style/pagination.js +1 -0
- package/dist/style/popconfirm.js +1 -0
- package/dist/style/popover.js +1 -0
- package/dist/style/progress.js +1 -0
- package/dist/style/radio.js +1 -0
- package/dist/style/rate.js +1 -0
- package/dist/style/row.js +1 -0
- package/dist/style/select.js +1 -0
- package/dist/style/slider.js +1 -0
- package/dist/style/slottable.js +1 -0
- package/dist/style/steps.js +1 -0
- package/dist/style/switch.js +1 -0
- package/dist/style/table.js +1 -0
- package/dist/style/tabs.js +1 -0
- package/dist/style/tag.js +1 -0
- package/dist/style/text.js +1 -0
- package/dist/style/timeline.js +1 -0
- package/dist/style/timepicker.js +1 -0
- package/dist/style/tooltip.js +1 -0
- package/dist/style/transfer.js +1 -0
- package/dist/style/transition.js +1 -0
- package/dist/style/tree.js +1 -0
- package/dist/style/typography.js +1 -0
- package/dist/style/upload.js +1 -0
- package/dist/switch.js +26 -21
- package/dist/table.js +171 -136
- package/dist/tabs.js +98 -75
- package/dist/tag.js +26 -21
- package/dist/text.js +66 -52
- package/dist/timeline.js +41 -33
- package/dist/timepicker.js +68 -51
- package/dist/tooltip.js +1 -1
- package/dist/transfer.js +56 -45
- package/dist/transition.js +1 -1
- package/dist/tree.js +41 -33
- package/dist/typography.js +41 -33
- package/dist/upload.js +94 -74
- package/package.json +10 -9
package/dist/modal.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent(
|
|
110
|
+
function normalizeComponent (
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent(
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,14 +181,16 @@ function normalizeComponent(
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
184
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -520,7 +522,7 @@ var style = __webpack_require__(198);
|
|
|
520
522
|
// CONCATENATED MODULE: ./components/modal/style/index.js
|
|
521
523
|
|
|
522
524
|
|
|
523
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=
|
|
525
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=template&id=64c3d160&
|
|
524
526
|
var render = function () {
|
|
525
527
|
var _obj
|
|
526
528
|
var _vm = this
|
|
@@ -695,7 +697,7 @@ var staticRenderFns = []
|
|
|
695
697
|
render._withStripped = true
|
|
696
698
|
|
|
697
699
|
|
|
698
|
-
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=
|
|
700
|
+
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=template&id=64c3d160&
|
|
699
701
|
|
|
700
702
|
// EXTERNAL MODULE: external "babel-runtime/core-js/number/is-finite"
|
|
701
703
|
var is_finite_ = __webpack_require__(69);
|
|
@@ -723,7 +725,7 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
|
|
|
723
725
|
var locale_ = __webpack_require__(9);
|
|
724
726
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
725
727
|
|
|
726
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js
|
|
728
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/modal/modal.vue?vue&type=script&lang=js&
|
|
727
729
|
|
|
728
730
|
//
|
|
729
731
|
//
|
|
@@ -811,7 +813,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
|
811
813
|
|
|
812
814
|
|
|
813
815
|
var PREFIXCLS = 'mds-modal';
|
|
814
|
-
/* harmony default export */ var
|
|
816
|
+
/* harmony default export */ var modalvue_type_script_lang_js_ = ({
|
|
815
817
|
name: 'MdsModal',
|
|
816
818
|
components: {
|
|
817
819
|
MdsIcon: external_icon_default.a,
|
|
@@ -1017,8 +1019,8 @@ var PREFIXCLS = 'mds-modal';
|
|
|
1017
1019
|
document.body.appendChild(this.$refs.root);
|
|
1018
1020
|
}
|
|
1019
1021
|
});
|
|
1020
|
-
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=script&lang=js
|
|
1021
|
-
/* harmony default export */ var
|
|
1022
|
+
// CONCATENATED MODULE: ./components/modal/modal.vue?vue&type=script&lang=js&
|
|
1023
|
+
/* harmony default export */ var modal_modalvue_type_script_lang_js_ = (modalvue_type_script_lang_js_);
|
|
1022
1024
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1023
1025
|
var componentNormalizer = __webpack_require__(0);
|
|
1024
1026
|
|
|
@@ -1031,7 +1033,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1031
1033
|
/* normalize component */
|
|
1032
1034
|
|
|
1033
1035
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1034
|
-
|
|
1036
|
+
modal_modalvue_type_script_lang_js_,
|
|
1035
1037
|
render,
|
|
1036
1038
|
staticRenderFns,
|
|
1037
1039
|
false,
|
|
@@ -1041,6 +1043,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1041
1043
|
|
|
1042
1044
|
)
|
|
1043
1045
|
|
|
1046
|
+
/* hot reload */
|
|
1047
|
+
if (false) { var api; }
|
|
1048
|
+
component.options.__file = "components/modal/modal.vue"
|
|
1044
1049
|
/* harmony default export */ var modal = (component.exports);
|
|
1045
1050
|
// CONCATENATED MODULE: ./components/modal/index.js
|
|
1046
1051
|
|
package/dist/notification.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent(
|
|
110
|
+
function normalizeComponent (
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent(
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,14 +181,16 @@ function normalizeComponent(
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
184
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -221,7 +223,7 @@ var style = __webpack_require__(200);
|
|
|
221
223
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(2);
|
|
222
224
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_default = /*#__PURE__*/__webpack_require__.n(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_);
|
|
223
225
|
|
|
224
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification.vue?vue&type=template&id=
|
|
226
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification.vue?vue&type=template&id=872f1938&
|
|
225
227
|
var render = function () {
|
|
226
228
|
var _obj
|
|
227
229
|
var _vm = this
|
|
@@ -341,7 +343,7 @@ var staticRenderFns = []
|
|
|
341
343
|
render._withStripped = true
|
|
342
344
|
|
|
343
345
|
|
|
344
|
-
// CONCATENATED MODULE: ./components/notification/notification.vue?vue&type=template&id=
|
|
346
|
+
// CONCATENATED MODULE: ./components/notification/notification.vue?vue&type=template&id=872f1938&
|
|
345
347
|
|
|
346
348
|
// EXTERNAL MODULE: external "./icon"
|
|
347
349
|
var external_icon_ = __webpack_require__(7);
|
|
@@ -355,7 +357,7 @@ var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button
|
|
|
355
357
|
var external_transition_ = __webpack_require__(12);
|
|
356
358
|
var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_transition_);
|
|
357
359
|
|
|
358
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification.vue?vue&type=script&lang=js
|
|
360
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification.vue?vue&type=script&lang=js&
|
|
359
361
|
//
|
|
360
362
|
//
|
|
361
363
|
//
|
|
@@ -396,7 +398,7 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
|
|
|
396
398
|
|
|
397
399
|
|
|
398
400
|
|
|
399
|
-
/* harmony default export */ var
|
|
401
|
+
/* harmony default export */ var notificationvue_type_script_lang_js_ = ({
|
|
400
402
|
name: 'MdsNotification',
|
|
401
403
|
props: {
|
|
402
404
|
prefixCls: {
|
|
@@ -535,8 +537,8 @@ var external_transition_default = /*#__PURE__*/__webpack_require__.n(external_tr
|
|
|
535
537
|
this.startTimer();
|
|
536
538
|
}
|
|
537
539
|
});
|
|
538
|
-
// CONCATENATED MODULE: ./components/notification/notification.vue?vue&type=script&lang=js
|
|
539
|
-
/* harmony default export */ var
|
|
540
|
+
// CONCATENATED MODULE: ./components/notification/notification.vue?vue&type=script&lang=js&
|
|
541
|
+
/* harmony default export */ var notification_notificationvue_type_script_lang_js_ = (notificationvue_type_script_lang_js_);
|
|
540
542
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
541
543
|
var componentNormalizer = __webpack_require__(0);
|
|
542
544
|
|
|
@@ -549,7 +551,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
549
551
|
/* normalize component */
|
|
550
552
|
|
|
551
553
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
552
|
-
|
|
554
|
+
notification_notificationvue_type_script_lang_js_,
|
|
553
555
|
render,
|
|
554
556
|
staticRenderFns,
|
|
555
557
|
false,
|
|
@@ -559,9 +561,12 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
559
561
|
|
|
560
562
|
)
|
|
561
563
|
|
|
564
|
+
/* hot reload */
|
|
565
|
+
if (false) { var api; }
|
|
566
|
+
component.options.__file = "components/notification/notification.vue"
|
|
562
567
|
/* harmony default export */ var notification = (component.exports);
|
|
563
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification-box.vue?vue&type=template&id=
|
|
564
|
-
var
|
|
568
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification-box.vue?vue&type=template&id=0f7fb0e2&scoped=true&
|
|
569
|
+
var notification_boxvue_type_template_id_0f7fb0e2_scoped_true_render = function () {
|
|
565
570
|
var _vm = this
|
|
566
571
|
var _h = _vm.$createElement
|
|
567
572
|
var _c = _vm._self._c || _h
|
|
@@ -571,13 +576,13 @@ var notification_boxvue_type_template_id_d94bfa66_scoped_true_render = function
|
|
|
571
576
|
[_c("span")]
|
|
572
577
|
)
|
|
573
578
|
}
|
|
574
|
-
var
|
|
575
|
-
|
|
579
|
+
var notification_boxvue_type_template_id_0f7fb0e2_scoped_true_staticRenderFns = []
|
|
580
|
+
notification_boxvue_type_template_id_0f7fb0e2_scoped_true_render._withStripped = true
|
|
576
581
|
|
|
577
582
|
|
|
578
|
-
// CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=template&id=
|
|
583
|
+
// CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=template&id=0f7fb0e2&scoped=true&
|
|
579
584
|
|
|
580
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification-box.vue?vue&type=script&lang=js
|
|
585
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/notification/notification-box.vue?vue&type=script&lang=js&
|
|
581
586
|
//
|
|
582
587
|
//
|
|
583
588
|
//
|
|
@@ -586,7 +591,7 @@ notification_boxvue_type_template_id_d94bfa66_scoped_true_render._withStripped =
|
|
|
586
591
|
//
|
|
587
592
|
//
|
|
588
593
|
|
|
589
|
-
/* harmony default export */ var
|
|
594
|
+
/* harmony default export */ var notification_boxvue_type_script_lang_js_ = ({
|
|
590
595
|
name: 'MdsNotificationBox',
|
|
591
596
|
props: {
|
|
592
597
|
prefixCls: {
|
|
@@ -603,10 +608,10 @@ notification_boxvue_type_template_id_d94bfa66_scoped_true_render._withStripped =
|
|
|
603
608
|
}
|
|
604
609
|
}
|
|
605
610
|
});
|
|
606
|
-
// CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=script&lang=js
|
|
607
|
-
/* harmony default export */ var
|
|
608
|
-
// EXTERNAL MODULE: ./components/notification/notification-box.vue?vue&type=style&index=0&id=
|
|
609
|
-
var
|
|
611
|
+
// CONCATENATED MODULE: ./components/notification/notification-box.vue?vue&type=script&lang=js&
|
|
612
|
+
/* harmony default export */ var notification_notification_boxvue_type_script_lang_js_ = (notification_boxvue_type_script_lang_js_);
|
|
613
|
+
// EXTERNAL MODULE: ./components/notification/notification-box.vue?vue&type=style&index=0&id=0f7fb0e2&lang=less&scoped=true&
|
|
614
|
+
var notification_boxvue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true_ = __webpack_require__(79);
|
|
610
615
|
|
|
611
616
|
// CONCATENATED MODULE: ./components/notification/notification-box.vue
|
|
612
617
|
|
|
@@ -618,16 +623,19 @@ var notification_boxvue_type_style_index_0_id_d94bfa66_prod_lang_less_scoped_tru
|
|
|
618
623
|
/* normalize component */
|
|
619
624
|
|
|
620
625
|
var notification_box_component = Object(componentNormalizer["a" /* default */])(
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
626
|
+
notification_notification_boxvue_type_script_lang_js_,
|
|
627
|
+
notification_boxvue_type_template_id_0f7fb0e2_scoped_true_render,
|
|
628
|
+
notification_boxvue_type_template_id_0f7fb0e2_scoped_true_staticRenderFns,
|
|
624
629
|
false,
|
|
625
630
|
null,
|
|
626
|
-
"
|
|
631
|
+
"0f7fb0e2",
|
|
627
632
|
null
|
|
628
633
|
|
|
629
634
|
)
|
|
630
635
|
|
|
636
|
+
/* hot reload */
|
|
637
|
+
if (false) { var notification_box_api; }
|
|
638
|
+
notification_box_component.options.__file = "components/notification/notification-box.vue"
|
|
631
639
|
/* harmony default export */ var notification_box = (notification_box_component.exports);
|
|
632
640
|
// CONCATENATED MODULE: ./components/notification/index.js
|
|
633
641
|
/*
|
|
@@ -799,8 +807,8 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__7__;
|
|
|
799
807
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
800
808
|
|
|
801
809
|
"use strict";
|
|
802
|
-
/* harmony import */ var
|
|
803
|
-
/* harmony import */ var
|
|
810
|
+
/* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(202);
|
|
811
|
+
/* harmony import */ var _node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(_node_modules_extract_text_webpack_plugin_dist_loader_js_ref_4_0_node_modules_style_loader_index_js_node_modules_css_loader_index_js_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_less_loader_dist_cjs_js_node_modules_vue_loader_lib_index_js_vue_loader_options_notification_box_vue_vue_type_style_index_0_id_0f7fb0e2_lang_less_scoped_true___WEBPACK_IMPORTED_MODULE_0__);
|
|
804
812
|
/* unused harmony reexport * */
|
|
805
813
|
|
|
806
814
|
|
package/dist/pagination.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|
|
@@ -107,19 +107,20 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
107
107
|
// This module is a runtime utility for cleaner component module output and will
|
|
108
108
|
// be included in the final webpack user bundle.
|
|
109
109
|
|
|
110
|
-
function normalizeComponent(
|
|
110
|
+
function normalizeComponent (
|
|
111
111
|
scriptExports,
|
|
112
112
|
render,
|
|
113
113
|
staticRenderFns,
|
|
114
114
|
functionalTemplate,
|
|
115
115
|
injectStyles,
|
|
116
116
|
scopeId,
|
|
117
|
-
moduleIdentifier /* server only
|
|
117
|
+
moduleIdentifier, /* server only */
|
|
118
118
|
shadowMode /* vue-cli only */
|
|
119
119
|
) {
|
|
120
120
|
// Vue.extend constructor export interop
|
|
121
|
-
var options =
|
|
122
|
-
|
|
121
|
+
var options = typeof scriptExports === 'function'
|
|
122
|
+
? scriptExports.options
|
|
123
|
+
: scriptExports
|
|
123
124
|
|
|
124
125
|
// render functions
|
|
125
126
|
if (render) {
|
|
@@ -139,8 +140,7 @@ function normalizeComponent(
|
|
|
139
140
|
}
|
|
140
141
|
|
|
141
142
|
var hook
|
|
142
|
-
if (moduleIdentifier) {
|
|
143
|
-
// server build
|
|
143
|
+
if (moduleIdentifier) { // server build
|
|
144
144
|
hook = function (context) {
|
|
145
145
|
// 2.3 injection
|
|
146
146
|
context =
|
|
@@ -166,11 +166,11 @@ function normalizeComponent(
|
|
|
166
166
|
} else if (injectStyles) {
|
|
167
167
|
hook = shadowMode
|
|
168
168
|
? function () {
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
169
|
+
injectStyles.call(
|
|
170
|
+
this,
|
|
171
|
+
(options.functional ? this.parent : this).$root.$options.shadowRoot
|
|
172
|
+
)
|
|
173
|
+
}
|
|
174
174
|
: injectStyles
|
|
175
175
|
}
|
|
176
176
|
|
|
@@ -181,14 +181,16 @@ function normalizeComponent(
|
|
|
181
181
|
options._injectStyles = hook
|
|
182
182
|
// register for functional component in vue file
|
|
183
183
|
var originalRender = options.render
|
|
184
|
-
options.render = function renderWithStyleInjection(h, context) {
|
|
184
|
+
options.render = function renderWithStyleInjection (h, context) {
|
|
185
185
|
hook.call(context)
|
|
186
186
|
return originalRender(h, context)
|
|
187
187
|
}
|
|
188
188
|
} else {
|
|
189
189
|
// inject component registration as beforeCreate hook
|
|
190
190
|
var existing = options.beforeCreate
|
|
191
|
-
options.beforeCreate = existing
|
|
191
|
+
options.beforeCreate = existing
|
|
192
|
+
? [].concat(existing, hook)
|
|
193
|
+
: [hook]
|
|
192
194
|
}
|
|
193
195
|
}
|
|
194
196
|
|
|
@@ -286,7 +288,7 @@ var input_style = __webpack_require__(58);
|
|
|
286
288
|
// style dependencies
|
|
287
289
|
// import '../../select/style'
|
|
288
290
|
|
|
289
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=template&id=
|
|
291
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=template&id=0d372f84&
|
|
290
292
|
var render = function () {
|
|
291
293
|
var _vm = this
|
|
292
294
|
var _h = _vm.$createElement
|
|
@@ -508,7 +510,7 @@ var staticRenderFns = []
|
|
|
508
510
|
render._withStripped = true
|
|
509
511
|
|
|
510
512
|
|
|
511
|
-
// CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=template&id=
|
|
513
|
+
// CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=template&id=0d372f84&
|
|
512
514
|
|
|
513
515
|
// EXTERNAL MODULE: external "babel-runtime/helpers/defineProperty"
|
|
514
516
|
var defineProperty_ = __webpack_require__(3);
|
|
@@ -530,8 +532,8 @@ var defineProperty_default = /*#__PURE__*/__webpack_require__.n(defineProperty_)
|
|
|
530
532
|
prev_3: '向前 3 页',
|
|
531
533
|
next_3: '向后 3 页'
|
|
532
534
|
});
|
|
533
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=template&id=
|
|
534
|
-
var
|
|
535
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=template&id=1ad093df&
|
|
536
|
+
var optionvue_type_template_id_1ad093df_render = function () {
|
|
535
537
|
var _vm = this
|
|
536
538
|
var _h = _vm.$createElement
|
|
537
539
|
var _c = _vm._self._c || _h
|
|
@@ -558,11 +560,11 @@ var optionvue_type_template_id_30d2ef06_render = function () {
|
|
|
558
560
|
),
|
|
559
561
|
])
|
|
560
562
|
}
|
|
561
|
-
var
|
|
562
|
-
|
|
563
|
+
var optionvue_type_template_id_1ad093df_staticRenderFns = []
|
|
564
|
+
optionvue_type_template_id_1ad093df_render._withStripped = true
|
|
563
565
|
|
|
564
566
|
|
|
565
|
-
// CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=template&id=
|
|
567
|
+
// CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=template&id=1ad093df&
|
|
566
568
|
|
|
567
569
|
// EXTERNAL MODULE: external "./input"
|
|
568
570
|
var external_input_ = __webpack_require__(17);
|
|
@@ -572,7 +574,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
572
574
|
var locale_ = __webpack_require__(9);
|
|
573
575
|
var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
574
576
|
|
|
575
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=script&lang=js
|
|
577
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/option.vue?vue&type=script&lang=js&
|
|
576
578
|
//
|
|
577
579
|
//
|
|
578
580
|
//
|
|
@@ -588,7 +590,7 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
|
588
590
|
|
|
589
591
|
|
|
590
592
|
|
|
591
|
-
/* harmony default export */ var
|
|
593
|
+
/* harmony default export */ var optionvue_type_script_lang_js_ = ({
|
|
592
594
|
name: 'MdsPaginationOption',
|
|
593
595
|
mixins: [locale_default.a],
|
|
594
596
|
props: {
|
|
@@ -649,8 +651,8 @@ var locale_default = /*#__PURE__*/__webpack_require__.n(locale_);
|
|
|
649
651
|
}
|
|
650
652
|
}
|
|
651
653
|
});
|
|
652
|
-
// CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=script&lang=js
|
|
653
|
-
/* harmony default export */ var
|
|
654
|
+
// CONCATENATED MODULE: ./components/pagination/option.vue?vue&type=script&lang=js&
|
|
655
|
+
/* harmony default export */ var pagination_optionvue_type_script_lang_js_ = (optionvue_type_script_lang_js_);
|
|
654
656
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
655
657
|
var componentNormalizer = __webpack_require__(0);
|
|
656
658
|
|
|
@@ -663,9 +665,9 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
663
665
|
/* normalize component */
|
|
664
666
|
|
|
665
667
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
668
|
+
pagination_optionvue_type_script_lang_js_,
|
|
669
|
+
optionvue_type_template_id_1ad093df_render,
|
|
670
|
+
optionvue_type_template_id_1ad093df_staticRenderFns,
|
|
669
671
|
false,
|
|
670
672
|
null,
|
|
671
673
|
null,
|
|
@@ -673,12 +675,15 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
673
675
|
|
|
674
676
|
)
|
|
675
677
|
|
|
678
|
+
/* hot reload */
|
|
679
|
+
if (false) { var api; }
|
|
680
|
+
component.options.__file = "components/pagination/option.vue"
|
|
676
681
|
/* harmony default export */ var pagination_option = (component.exports);
|
|
677
682
|
// EXTERNAL MODULE: external "./_util/proptype"
|
|
678
683
|
var proptype_ = __webpack_require__(8);
|
|
679
684
|
|
|
680
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=template&id=
|
|
681
|
-
var
|
|
685
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=template&id=26e49fc9&
|
|
686
|
+
var changePagevue_type_template_id_26e49fc9_render = function () {
|
|
682
687
|
var _vm = this
|
|
683
688
|
var _h = _vm.$createElement
|
|
684
689
|
var _c = _vm._self._c || _h
|
|
@@ -710,13 +715,13 @@ var changePagevue_type_template_id_24e61ce9_render = function () {
|
|
|
710
715
|
1
|
|
711
716
|
)
|
|
712
717
|
}
|
|
713
|
-
var
|
|
714
|
-
|
|
718
|
+
var changePagevue_type_template_id_26e49fc9_staticRenderFns = []
|
|
719
|
+
changePagevue_type_template_id_26e49fc9_render._withStripped = true
|
|
715
720
|
|
|
716
721
|
|
|
717
|
-
// CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=template&id=
|
|
722
|
+
// CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=template&id=26e49fc9&
|
|
718
723
|
|
|
719
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=script&lang=js
|
|
724
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/changePage.vue?vue&type=script&lang=js&
|
|
720
725
|
//
|
|
721
726
|
//
|
|
722
727
|
//
|
|
@@ -735,7 +740,7 @@ changePagevue_type_template_id_24e61ce9_render._withStripped = true
|
|
|
735
740
|
// import locale from './locale/zh_CN'
|
|
736
741
|
|
|
737
742
|
|
|
738
|
-
/* harmony default export */ var
|
|
743
|
+
/* harmony default export */ var changePagevue_type_script_lang_js_ = ({
|
|
739
744
|
name: 'MdsPaginationOption',
|
|
740
745
|
mixins: [locale_default.a],
|
|
741
746
|
props: {
|
|
@@ -783,8 +788,8 @@ changePagevue_type_template_id_24e61ce9_render._withStripped = true
|
|
|
783
788
|
}
|
|
784
789
|
}
|
|
785
790
|
});
|
|
786
|
-
// CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=script&lang=js
|
|
787
|
-
/* harmony default export */ var
|
|
791
|
+
// CONCATENATED MODULE: ./components/pagination/changePage.vue?vue&type=script&lang=js&
|
|
792
|
+
/* harmony default export */ var pagination_changePagevue_type_script_lang_js_ = (changePagevue_type_script_lang_js_);
|
|
788
793
|
// CONCATENATED MODULE: ./components/pagination/changePage.vue
|
|
789
794
|
|
|
790
795
|
|
|
@@ -794,9 +799,9 @@ changePagevue_type_template_id_24e61ce9_render._withStripped = true
|
|
|
794
799
|
/* normalize component */
|
|
795
800
|
|
|
796
801
|
var changePage_component = Object(componentNormalizer["a" /* default */])(
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
802
|
+
pagination_changePagevue_type_script_lang_js_,
|
|
803
|
+
changePagevue_type_template_id_26e49fc9_render,
|
|
804
|
+
changePagevue_type_template_id_26e49fc9_staticRenderFns,
|
|
800
805
|
false,
|
|
801
806
|
null,
|
|
802
807
|
null,
|
|
@@ -804,8 +809,11 @@ var changePage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
804
809
|
|
|
805
810
|
)
|
|
806
811
|
|
|
812
|
+
/* hot reload */
|
|
813
|
+
if (false) { var changePage_api; }
|
|
814
|
+
changePage_component.options.__file = "components/pagination/changePage.vue"
|
|
807
815
|
/* harmony default export */ var changePage = (changePage_component.exports);
|
|
808
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=script&lang=js
|
|
816
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/pagination/pagination.vue?vue&type=script&lang=js&
|
|
809
817
|
|
|
810
818
|
//
|
|
811
819
|
//
|
|
@@ -967,7 +975,7 @@ var changePage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
967
975
|
|
|
968
976
|
|
|
969
977
|
|
|
970
|
-
/* harmony default export */ var
|
|
978
|
+
/* harmony default export */ var paginationvue_type_script_lang_js_ = ({
|
|
971
979
|
name: 'MdsPagination',
|
|
972
980
|
mixins: [locale_default.a],
|
|
973
981
|
props: {
|
|
@@ -1249,8 +1257,8 @@ var changePage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1249
1257
|
ChangePage: changePage
|
|
1250
1258
|
}
|
|
1251
1259
|
});
|
|
1252
|
-
// CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=script&lang=js
|
|
1253
|
-
/* harmony default export */ var
|
|
1260
|
+
// CONCATENATED MODULE: ./components/pagination/pagination.vue?vue&type=script&lang=js&
|
|
1261
|
+
/* harmony default export */ var pagination_paginationvue_type_script_lang_js_ = (paginationvue_type_script_lang_js_);
|
|
1254
1262
|
// CONCATENATED MODULE: ./components/pagination/pagination.vue
|
|
1255
1263
|
|
|
1256
1264
|
|
|
@@ -1260,7 +1268,7 @@ var changePage_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1260
1268
|
/* normalize component */
|
|
1261
1269
|
|
|
1262
1270
|
var pagination_component = Object(componentNormalizer["a" /* default */])(
|
|
1263
|
-
|
|
1271
|
+
pagination_paginationvue_type_script_lang_js_,
|
|
1264
1272
|
render,
|
|
1265
1273
|
staticRenderFns,
|
|
1266
1274
|
false,
|
|
@@ -1270,6 +1278,9 @@ var pagination_component = Object(componentNormalizer["a" /* default */])(
|
|
|
1270
1278
|
|
|
1271
1279
|
)
|
|
1272
1280
|
|
|
1281
|
+
/* hot reload */
|
|
1282
|
+
if (false) { var pagination_api; }
|
|
1283
|
+
pagination_component.options.__file = "components/pagination/pagination.vue"
|
|
1273
1284
|
/* harmony default export */ var pagination = (pagination_component.exports);
|
|
1274
1285
|
// CONCATENATED MODULE: ./components/pagination/index.js
|
|
1275
1286
|
/*
|
package/dist/popconfirm.js
CHANGED
|
@@ -87,7 +87,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
87
87
|
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
|
88
88
|
/******/
|
|
89
89
|
/******/ // __webpack_public_path__
|
|
90
|
-
/******/ __webpack_require__.p = "
|
|
90
|
+
/******/ __webpack_require__.p = "";
|
|
91
91
|
/******/
|
|
92
92
|
/******/
|
|
93
93
|
/******/ // Load entry module and return exports
|