@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/input.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
|
|
|
@@ -226,7 +228,7 @@ var external_icon_default = /*#__PURE__*/__webpack_require__.n(external_icon_);
|
|
|
226
228
|
var emitter_ = __webpack_require__(14);
|
|
227
229
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
228
230
|
|
|
229
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/input.vue?vue&type=script&lang=js
|
|
231
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/input.vue?vue&type=script&lang=js&
|
|
230
232
|
|
|
231
233
|
|
|
232
234
|
|
|
@@ -241,7 +243,7 @@ var SIZEMAP = {
|
|
|
241
243
|
'mini': 'mni'
|
|
242
244
|
};
|
|
243
245
|
|
|
244
|
-
/* harmony default export */ var
|
|
246
|
+
/* harmony default export */ var inputvue_type_script_lang_js_ = ({
|
|
245
247
|
name: 'MdsInput',
|
|
246
248
|
mixins: [emitter_default.a],
|
|
247
249
|
props: {
|
|
@@ -517,8 +519,8 @@ var SIZEMAP = {
|
|
|
517
519
|
}
|
|
518
520
|
}
|
|
519
521
|
});
|
|
520
|
-
// CONCATENATED MODULE: ./components/input/input.vue?vue&type=script&lang=js
|
|
521
|
-
/* harmony default export */ var
|
|
522
|
+
// CONCATENATED MODULE: ./components/input/input.vue?vue&type=script&lang=js&
|
|
523
|
+
/* harmony default export */ var input_inputvue_type_script_lang_js_ = (inputvue_type_script_lang_js_);
|
|
522
524
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
523
525
|
var componentNormalizer = __webpack_require__(0);
|
|
524
526
|
|
|
@@ -531,7 +533,7 @@ var input_render, staticRenderFns
|
|
|
531
533
|
/* normalize component */
|
|
532
534
|
|
|
533
535
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
534
|
-
|
|
536
|
+
input_inputvue_type_script_lang_js_,
|
|
535
537
|
input_render,
|
|
536
538
|
staticRenderFns,
|
|
537
539
|
false,
|
|
@@ -541,12 +543,15 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
541
543
|
|
|
542
544
|
)
|
|
543
545
|
|
|
546
|
+
/* hot reload */
|
|
547
|
+
if (false) { var api; }
|
|
548
|
+
component.options.__file = "components/input/input.vue"
|
|
544
549
|
/* harmony default export */ var input = (component.exports);
|
|
545
550
|
// EXTERNAL MODULE: external "./button"
|
|
546
551
|
var external_button_ = __webpack_require__(13);
|
|
547
552
|
var external_button_default = /*#__PURE__*/__webpack_require__.n(external_button_);
|
|
548
553
|
|
|
549
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/search.vue?vue&type=script&lang=js
|
|
554
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/search.vue?vue&type=script&lang=js&
|
|
550
555
|
|
|
551
556
|
|
|
552
557
|
|
|
@@ -557,7 +562,7 @@ var BUTTONSIZE = {
|
|
|
557
562
|
'large': 'large',
|
|
558
563
|
'mini': 'large-small'
|
|
559
564
|
};
|
|
560
|
-
/* harmony default export */ var
|
|
565
|
+
/* harmony default export */ var searchvue_type_script_lang_js_ = ({
|
|
561
566
|
name: 'MdsInputSearch',
|
|
562
567
|
props: {
|
|
563
568
|
addonAfter: String,
|
|
@@ -668,8 +673,8 @@ var BUTTONSIZE = {
|
|
|
668
673
|
}, renderArr);
|
|
669
674
|
}
|
|
670
675
|
});
|
|
671
|
-
// CONCATENATED MODULE: ./components/input/search.vue?vue&type=script&lang=js
|
|
672
|
-
/* harmony default export */ var
|
|
676
|
+
// CONCATENATED MODULE: ./components/input/search.vue?vue&type=script&lang=js&
|
|
677
|
+
/* harmony default export */ var input_searchvue_type_script_lang_js_ = (searchvue_type_script_lang_js_);
|
|
673
678
|
// CONCATENATED MODULE: ./components/input/search.vue
|
|
674
679
|
var search_render, search_staticRenderFns
|
|
675
680
|
|
|
@@ -679,7 +684,7 @@ var search_render, search_staticRenderFns
|
|
|
679
684
|
/* normalize component */
|
|
680
685
|
|
|
681
686
|
var search_component = Object(componentNormalizer["a" /* default */])(
|
|
682
|
-
|
|
687
|
+
input_searchvue_type_script_lang_js_,
|
|
683
688
|
search_render,
|
|
684
689
|
search_staticRenderFns,
|
|
685
690
|
false,
|
|
@@ -689,24 +694,27 @@ var search_component = Object(componentNormalizer["a" /* default */])(
|
|
|
689
694
|
|
|
690
695
|
)
|
|
691
696
|
|
|
697
|
+
/* hot reload */
|
|
698
|
+
if (false) { var search_api; }
|
|
699
|
+
search_component.options.__file = "components/input/search.vue"
|
|
692
700
|
/* harmony default export */ var search = (search_component.exports);
|
|
693
701
|
// EXTERNAL MODULE: ./components/input/textarea.vue + 5 modules
|
|
694
702
|
var input_textarea = __webpack_require__(44);
|
|
695
703
|
|
|
696
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/input/group.vue?vue&type=template&id=
|
|
697
|
-
var
|
|
704
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/input/group.vue?vue&type=template&id=9e2c1de2&
|
|
705
|
+
var groupvue_type_template_id_9e2c1de2_render = function () {
|
|
698
706
|
var _vm = this
|
|
699
707
|
var _h = _vm.$createElement
|
|
700
708
|
var _c = _vm._self._c || _h
|
|
701
709
|
return _c("span", { class: _vm.classes }, [_vm._t("default")], 2)
|
|
702
710
|
}
|
|
703
|
-
var
|
|
704
|
-
|
|
711
|
+
var groupvue_type_template_id_9e2c1de2_staticRenderFns = []
|
|
712
|
+
groupvue_type_template_id_9e2c1de2_render._withStripped = true
|
|
705
713
|
|
|
706
714
|
|
|
707
|
-
// CONCATENATED MODULE: ./components/input/group.vue?vue&type=template&id=
|
|
715
|
+
// CONCATENATED MODULE: ./components/input/group.vue?vue&type=template&id=9e2c1de2&
|
|
708
716
|
|
|
709
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/group.vue?vue&type=script&lang=js
|
|
717
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/group.vue?vue&type=script&lang=js&
|
|
710
718
|
|
|
711
719
|
//
|
|
712
720
|
//
|
|
@@ -717,7 +725,7 @@ groupvue_type_template_id_9a652878_render._withStripped = true
|
|
|
717
725
|
|
|
718
726
|
|
|
719
727
|
|
|
720
|
-
/* harmony default export */ var
|
|
728
|
+
/* harmony default export */ var groupvue_type_script_lang_js_ = ({
|
|
721
729
|
name: 'MdsInputGroup',
|
|
722
730
|
props: {
|
|
723
731
|
compact: {
|
|
@@ -748,8 +756,8 @@ groupvue_type_template_id_9a652878_render._withStripped = true
|
|
|
748
756
|
}
|
|
749
757
|
}
|
|
750
758
|
});
|
|
751
|
-
// CONCATENATED MODULE: ./components/input/group.vue?vue&type=script&lang=js
|
|
752
|
-
/* harmony default export */ var
|
|
759
|
+
// CONCATENATED MODULE: ./components/input/group.vue?vue&type=script&lang=js&
|
|
760
|
+
/* harmony default export */ var input_groupvue_type_script_lang_js_ = (groupvue_type_script_lang_js_);
|
|
753
761
|
// CONCATENATED MODULE: ./components/input/group.vue
|
|
754
762
|
|
|
755
763
|
|
|
@@ -759,9 +767,9 @@ groupvue_type_template_id_9a652878_render._withStripped = true
|
|
|
759
767
|
/* normalize component */
|
|
760
768
|
|
|
761
769
|
var group_component = Object(componentNormalizer["a" /* default */])(
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
770
|
+
input_groupvue_type_script_lang_js_,
|
|
771
|
+
groupvue_type_template_id_9e2c1de2_render,
|
|
772
|
+
groupvue_type_template_id_9e2c1de2_staticRenderFns,
|
|
765
773
|
false,
|
|
766
774
|
null,
|
|
767
775
|
null,
|
|
@@ -769,6 +777,9 @@ var group_component = Object(componentNormalizer["a" /* default */])(
|
|
|
769
777
|
|
|
770
778
|
)
|
|
771
779
|
|
|
780
|
+
/* hot reload */
|
|
781
|
+
if (false) { var group_api; }
|
|
782
|
+
group_component.options.__file = "components/input/group.vue"
|
|
772
783
|
/* harmony default export */ var group = (group_component.exports);
|
|
773
784
|
// CONCATENATED MODULE: ./components/input/index.js
|
|
774
785
|
|
|
@@ -831,7 +842,7 @@ module.exports = require("babel-runtime/helpers/defineProperty");
|
|
|
831
842
|
|
|
832
843
|
"use strict";
|
|
833
844
|
|
|
834
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=template&id=
|
|
845
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=template&id=5786ca5a&
|
|
835
846
|
var render = function () {
|
|
836
847
|
var _vm = this
|
|
837
848
|
var _h = _vm.$createElement
|
|
@@ -990,7 +1001,7 @@ var staticRenderFns = []
|
|
|
990
1001
|
render._withStripped = true
|
|
991
1002
|
|
|
992
1003
|
|
|
993
|
-
// CONCATENATED MODULE: ./components/input/textarea.vue?vue&type=template&id=
|
|
1004
|
+
// CONCATENATED MODULE: ./components/input/textarea.vue?vue&type=template&id=5786ca5a&
|
|
994
1005
|
|
|
995
1006
|
// CONCATENATED MODULE: ./components/input/calculateNodeHeight.js
|
|
996
1007
|
// Thanks to https://github.com/andreypopp/react-textarea-autosize/
|
|
@@ -1119,7 +1130,7 @@ function calculateNodeHeight(uiTextNode) {
|
|
|
1119
1130
|
var emitter_ = __webpack_require__(14);
|
|
1120
1131
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
1121
1132
|
|
|
1122
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=script&lang=js
|
|
1133
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/input/textarea.vue?vue&type=script&lang=js&
|
|
1123
1134
|
//
|
|
1124
1135
|
//
|
|
1125
1136
|
//
|
|
@@ -1215,7 +1226,7 @@ function clearNextFrameAction(nextFrameId) {
|
|
|
1215
1226
|
}
|
|
1216
1227
|
}
|
|
1217
1228
|
|
|
1218
|
-
/* harmony default export */ var
|
|
1229
|
+
/* harmony default export */ var textareavue_type_script_lang_js_ = ({
|
|
1219
1230
|
name: 'MdsInputTextarea',
|
|
1220
1231
|
mixins: [emitter_default.a],
|
|
1221
1232
|
props: {
|
|
@@ -1347,8 +1358,8 @@ function clearNextFrameAction(nextFrameId) {
|
|
|
1347
1358
|
this.resizeTextarea();
|
|
1348
1359
|
}
|
|
1349
1360
|
});
|
|
1350
|
-
// CONCATENATED MODULE: ./components/input/textarea.vue?vue&type=script&lang=js
|
|
1351
|
-
/* harmony default export */ var
|
|
1361
|
+
// CONCATENATED MODULE: ./components/input/textarea.vue?vue&type=script&lang=js&
|
|
1362
|
+
/* harmony default export */ var input_textareavue_type_script_lang_js_ = (textareavue_type_script_lang_js_);
|
|
1352
1363
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
1353
1364
|
var componentNormalizer = __webpack_require__(0);
|
|
1354
1365
|
|
|
@@ -1361,7 +1372,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
1361
1372
|
/* normalize component */
|
|
1362
1373
|
|
|
1363
1374
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
1364
|
-
|
|
1375
|
+
input_textareavue_type_script_lang_js_,
|
|
1365
1376
|
render,
|
|
1366
1377
|
staticRenderFns,
|
|
1367
1378
|
false,
|
|
@@ -1371,6 +1382,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
1371
1382
|
|
|
1372
1383
|
)
|
|
1373
1384
|
|
|
1385
|
+
/* hot reload */
|
|
1386
|
+
if (false) { var api; }
|
|
1387
|
+
component.options.__file = "components/input/textarea.vue"
|
|
1374
1388
|
/* harmony default export */ var input_textarea = __webpack_exports__["a"] = (component.exports);
|
|
1375
1389
|
|
|
1376
1390
|
/***/ }),
|
package/dist/inputnumber.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
|
|
|
@@ -217,7 +219,7 @@ var style = __webpack_require__(188);
|
|
|
217
219
|
// CONCATENATED MODULE: ./components/inputnumber/style/index.js
|
|
218
220
|
|
|
219
221
|
|
|
220
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=template&id=
|
|
222
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=template&id=6240322c&
|
|
221
223
|
var render = function () {
|
|
222
224
|
var _vm = this
|
|
223
225
|
var _h = _vm.$createElement
|
|
@@ -306,7 +308,7 @@ var staticRenderFns = []
|
|
|
306
308
|
render._withStripped = true
|
|
307
309
|
|
|
308
310
|
|
|
309
|
-
// CONCATENATED MODULE: ./components/inputnumber/inputnumber.vue?vue&type=template&id=
|
|
311
|
+
// CONCATENATED MODULE: ./components/inputnumber/inputnumber.vue?vue&type=template&id=6240322c&
|
|
310
312
|
|
|
311
313
|
// EXTERNAL MODULE: external "./icon"
|
|
312
314
|
var external_icon_ = __webpack_require__(7);
|
|
@@ -397,7 +399,7 @@ var external_input_default = /*#__PURE__*/__webpack_require__.n(external_input_)
|
|
|
397
399
|
var emitter_ = __webpack_require__(14);
|
|
398
400
|
var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
399
401
|
|
|
400
|
-
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=script&lang=js
|
|
402
|
+
// CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./components/inputnumber/inputnumber.vue?vue&type=script&lang=js&
|
|
401
403
|
//
|
|
402
404
|
//
|
|
403
405
|
//
|
|
@@ -449,7 +451,7 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
|
449
451
|
|
|
450
452
|
|
|
451
453
|
|
|
452
|
-
/* harmony default export */ var
|
|
454
|
+
/* harmony default export */ var inputnumbervue_type_script_lang_js_ = ({
|
|
453
455
|
name: 'MdsInputnumber',
|
|
454
456
|
data: function data() {
|
|
455
457
|
return {
|
|
@@ -628,8 +630,8 @@ var emitter_default = /*#__PURE__*/__webpack_require__.n(emitter_);
|
|
|
628
630
|
}
|
|
629
631
|
}
|
|
630
632
|
});
|
|
631
|
-
// CONCATENATED MODULE: ./components/inputnumber/inputnumber.vue?vue&type=script&lang=js
|
|
632
|
-
/* harmony default export */ var
|
|
633
|
+
// CONCATENATED MODULE: ./components/inputnumber/inputnumber.vue?vue&type=script&lang=js&
|
|
634
|
+
/* harmony default export */ var inputnumber_inputnumbervue_type_script_lang_js_ = (inputnumbervue_type_script_lang_js_);
|
|
633
635
|
// EXTERNAL MODULE: ./node_modules/vue-loader/lib/runtime/componentNormalizer.js
|
|
634
636
|
var componentNormalizer = __webpack_require__(0);
|
|
635
637
|
|
|
@@ -642,7 +644,7 @@ var componentNormalizer = __webpack_require__(0);
|
|
|
642
644
|
/* normalize component */
|
|
643
645
|
|
|
644
646
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
645
|
-
|
|
647
|
+
inputnumber_inputnumbervue_type_script_lang_js_,
|
|
646
648
|
render,
|
|
647
649
|
staticRenderFns,
|
|
648
650
|
false,
|
|
@@ -652,6 +654,9 @@ var component = Object(componentNormalizer["a" /* default */])(
|
|
|
652
654
|
|
|
653
655
|
)
|
|
654
656
|
|
|
657
|
+
/* hot reload */
|
|
658
|
+
if (false) { var api; }
|
|
659
|
+
component.options.__file = "components/inputnumber/inputnumber.vue"
|
|
655
660
|
/* harmony default export */ var inputnumber = (component.exports);
|
|
656
661
|
// CONCATENATED MODULE: ./components/inputnumber/index.js
|
|
657
662
|
|