zartui 2.0.79 → 2.0.80-beta.1
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/es/action-sheet/index.js +15 -26
- package/es/area/index.js +5 -41
- package/es/avatar/index.js +3 -16
- package/es/back-top/index.js +4 -19
- package/es/badge/index.js +4 -12
- package/es/button/index.js +20 -40
- package/es/calendar/components/Header.js +3 -12
- package/es/calendar/components/Month.js +12 -65
- package/es/calendar/index.js +23 -94
- package/es/calendar/types.js +0 -6
- package/es/calendar/utils.js +5 -16
- package/es/cascader/index.js +4 -37
- package/es/cell/index.js +19 -37
- package/es/cell-group/index.js +5 -8
- package/es/checkbox/index.js +4 -11
- package/es/checkbox-group/index.js +4 -9
- package/es/col/index.js +6 -11
- package/es/collapse/index.js +2 -5
- package/es/collapse-item/index.js +19 -35
- package/es/count-down/index.js +2 -15
- package/es/count-down/utils.js +3 -10
- package/es/datetime-picker/DatePicker.js +12 -70
- package/es/datetime-picker/TimePicker.js +10 -23
- package/es/datetime-picker/index.js +2 -4
- package/es/datetime-picker/shared.js +5 -19
- package/es/datetime-picker/utils.js +0 -5
- package/es/dialog/Dialog.js +6 -21
- package/es/dialog/index.js +0 -16
- package/es/divider/index.js +5 -6
- package/es/dropdown-item/index.js +22 -35
- package/es/dropdown-menu/index.js +4 -9
- package/es/empty/index.js +3 -11
- package/es/field/index.js +20 -83
- package/es/fold-dialog/index.js +5 -20
- package/es/form/index.js +2 -18
- package/es/grid/index.js +2 -6
- package/es/grid-item/index.js +17 -30
- package/es/hierarchy-select/breadcrumb.js +2 -6
- package/es/hierarchy-select/index.js +3 -12
- package/es/hierarchy-select/markList.js +2 -25
- package/es/hierarchy-select/svg/SubIcon.js +0 -1
- package/es/icon/index.js +9 -13
- package/es/image/index.js +2 -17
- package/es/image-preview/ImagePreview.js +4 -8
- package/es/image-preview/ImagePreviewItem.js +14 -30
- package/es/image-preview/index.js +0 -12
- package/es/image-preview/shared.js +2 -4
- package/es/index-anchor/index.js +2 -6
- package/es/index-bar/IndexIndicate.js +0 -1
- package/es/index-bar/index.js +7 -28
- package/es/index.js +1 -4
- package/es/info/index.js +6 -8
- package/es/list/index.js +11 -27
- package/es/loading/index.js +7 -15
- package/es/locale/index.js +0 -2
- package/es/media-picker/index.js +33 -117
- package/es/media-picker/media-util.js +2 -5
- package/es/media-picker/type.js +0 -5
- package/es/media-player/index.js +7 -17
- package/es/mixins/bind-event.js +0 -3
- package/es/mixins/checkbox.js +5 -11
- package/es/mixins/click-outside.js +0 -2
- package/es/mixins/close-on-popstate.js +0 -1
- package/es/mixins/field.js +0 -2
- package/es/mixins/popup/index.js +12 -28
- package/es/mixins/popup/overlay.js +1 -11
- package/es/mixins/portal.js +2 -8
- package/es/mixins/relation.js +0 -8
- package/es/mixins/slots.js +1 -4
- package/es/mixins/touch.js +4 -9
- package/es/multiple-picker/MultiplePickerOptions.js +2 -18
- package/es/multiple-picker/index.js +5 -17
- package/es/nav-bar/index.js +4 -12
- package/es/notice-bar/index.js +10 -28
- package/es/number-keyboard/Key.js +2 -10
- package/es/number-keyboard/index.js +4 -19
- package/es/overlay/index.js +5 -8
- package/es/password-input/index.js +10 -16
- package/es/picker/PickerColumn.js +20 -54
- package/es/picker/index.js +13 -42
- package/es/popover/index.js +11 -20
- package/es/popup/index.js +5 -21
- package/es/pull-refresh/index.js +15 -32
- package/es/radio/index.js +2 -4
- package/es/radio-group/index.js +2 -4
- package/es/rate/index.js +12 -26
- package/es/row/index.js +3 -9
- package/es/search/index.js +8 -13
- package/es/signature/bezier.js +5 -12
- package/es/signature/force-landscape.js +0 -5
- package/es/signature/index.js +5 -24
- package/es/signature/point.js +1 -6
- package/es/signature/throttle.js +1 -10
- package/es/skeleton/index.js +5 -15
- package/es/slider/index.js +19 -55
- package/es/step/index.js +5 -12
- package/es/stepper/index.js +10 -37
- package/es/steps/index.js +2 -4
- package/es/sticky/index.js +8 -50
- package/es/swipe/index.js +19 -62
- package/es/swipe-cell/index.js +7 -23
- package/es/swipe-item/index.js +9 -19
- package/es/switch/index.js +8 -10
- package/es/switch/shared.js +1 -0
- package/es/switch-cell/index.js +7 -7
- package/es/tab/index.js +4 -15
- package/es/tabbar/index.js +4 -14
- package/es/tabbar-item/index.js +7 -15
- package/es/table/index.js +10 -35
- package/es/tabs/Content.js +5 -9
- package/es/tabs/Title.js +11 -19
- package/es/tabs/index.js +16 -51
- package/es/tabs/utils.js +0 -8
- package/es/tag/index.js +13 -17
- package/es/timeline/index.js +2 -25
- package/es/toast/Toast.js +11 -23
- package/es/toast/index.js +6 -33
- package/es/toast/lock-click.js +0 -2
- package/es/uploader/index.js +11 -62
- package/es/uploader/utils.js +0 -10
- package/es/utils/constant.js +2 -1
- package/es/utils/create/bem.js +1 -5
- package/es/utils/create/component.js +4 -7
- package/es/utils/create/i18n.js +0 -2
- package/es/utils/deep-assign.js +0 -4
- package/es/utils/deep-clone.js +0 -3
- package/es/utils/dom/event.js +2 -5
- package/es/utils/dom/node.js +0 -1
- package/es/utils/dom/raf.js +7 -6
- package/es/utils/dom/reset-scroll.js +2 -1
- package/es/utils/dom/scroll.js +8 -17
- package/es/utils/dom/style.js +3 -2
- package/es/utils/easings.js +2 -4
- package/es/utils/format/date-util.js +54 -122
- package/es/utils/format/number.js +2 -11
- package/es/utils/format/string.js +0 -3
- package/es/utils/format/unit.js +2 -12
- package/es/utils/functional.js +6 -9
- package/es/utils/getScroll.js +0 -5
- package/es/utils/index.js +3 -5
- package/es/utils/interceptor.js +2 -4
- package/es/utils/media/image-util.js +7 -19
- package/es/utils/raf.js +4 -12
- package/es/utils/router.js +7 -6
- package/es/utils/scrollTo.js +7 -12
- package/es/utils/validate/number.js +2 -2
- package/es/utils/vnodes.js +2 -8
- package/lib/action-sheet/index.js +11 -35
- package/lib/area/index.js +5 -45
- package/lib/avatar/index.js +3 -18
- package/lib/back-top/index.js +4 -25
- package/lib/badge/index.js +4 -15
- package/lib/button/index.js +19 -50
- package/lib/calendar/components/Header.js +3 -18
- package/lib/calendar/components/Month.js +12 -71
- package/lib/calendar/index.js +21 -106
- package/lib/calendar/types.js +0 -7
- package/lib/calendar/utils.js +5 -32
- package/lib/cascader/index.js +4 -46
- package/lib/cell/index.js +18 -48
- package/lib/cell-group/index.js +5 -15
- package/lib/checkbox/index.js +4 -14
- package/lib/checkbox-group/index.js +4 -13
- package/lib/col/index.js +6 -14
- package/lib/collapse/index.js +2 -8
- package/lib/collapse-item/index.js +18 -43
- package/lib/count-down/index.js +2 -19
- package/lib/count-down/utils.js +3 -15
- package/lib/datetime-picker/DatePicker.js +12 -81
- package/lib/datetime-picker/TimePicker.js +10 -30
- package/lib/datetime-picker/index.js +2 -10
- package/lib/datetime-picker/shared.js +5 -27
- package/lib/datetime-picker/utils.js +0 -9
- package/lib/dialog/Dialog.js +6 -28
- package/lib/dialog/index.js +0 -22
- package/lib/divider/index.js +5 -12
- package/lib/dropdown-item/index.js +21 -44
- package/lib/dropdown-menu/index.js +4 -15
- package/lib/empty/index.js +3 -23
- package/lib/field/index.js +20 -96
- package/lib/fold-dialog/index.js +5 -22
- package/lib/form/index.js +2 -21
- package/lib/grid/index.js +2 -10
- package/lib/grid-item/index.js +16 -37
- package/lib/hierarchy-select/breadcrumb.js +3 -10
- package/lib/hierarchy-select/index.js +4 -20
- package/lib/hierarchy-select/markList.js +3 -31
- package/lib/hierarchy-select/svg/SubIcon.js +0 -1
- package/lib/icon/index.js +8 -19
- package/lib/image/index.js +2 -22
- package/lib/image-preview/ImagePreview.js +0 -16
- package/lib/image-preview/ImagePreviewItem.js +13 -36
- package/lib/image-preview/index.js +0 -16
- package/lib/image-preview/shared.js +2 -5
- package/lib/index-anchor/index.js +2 -11
- package/lib/index-bar/IndexIndicate.js +0 -1
- package/lib/index-bar/index.js +7 -37
- package/lib/index.js +1 -157
- package/lib/info/index.js +6 -14
- package/lib/lazyload/index.js +0 -3
- package/lib/list/index.js +10 -33
- package/lib/loading/index.js +7 -21
- package/lib/locale/index.js +0 -7
- package/lib/media-picker/index.js +27 -153
- package/lib/media-picker/media-util.js +2 -15
- package/lib/media-picker/type.js +0 -5
- package/lib/media-player/index.js +6 -22
- package/lib/mixins/bind-event.js +1 -6
- package/lib/mixins/checkbox.js +6 -18
- package/lib/mixins/click-outside.js +1 -5
- package/lib/mixins/close-on-popstate.js +0 -4
- package/lib/mixins/field.js +0 -2
- package/lib/mixins/popup/index.js +11 -36
- package/lib/mixins/popup/overlay.js +1 -23
- package/lib/mixins/portal.js +2 -9
- package/lib/mixins/relation.js +0 -11
- package/lib/mixins/slots.js +1 -5
- package/lib/mixins/touch.js +4 -11
- package/lib/multiple-picker/MultiplePickerOptions.js +2 -23
- package/lib/multiple-picker/index.js +5 -26
- package/lib/nav-bar/index.js +4 -16
- package/lib/notice-bar/index.js +10 -40
- package/lib/number-keyboard/Key.js +2 -17
- package/lib/number-keyboard/index.js +4 -26
- package/lib/overlay/index.js +5 -16
- package/lib/password-input/index.js +10 -23
- package/lib/picker/PickerColumn.js +19 -63
- package/lib/picker/index.js +13 -53
- package/lib/popover/index.js +9 -27
- package/lib/popup/index.js +5 -27
- package/lib/pull-refresh/index.js +14 -38
- package/lib/radio/index.js +2 -7
- package/lib/radio-group/index.js +2 -8
- package/lib/rate/index.js +11 -31
- package/lib/row/index.js +3 -12
- package/lib/search/index.js +7 -21
- package/lib/signature/bezier.js +5 -15
- package/lib/signature/force-landscape.js +0 -11
- package/lib/signature/index.js +6 -31
- package/lib/signature/point.js +0 -8
- package/lib/signature/throttle.js +1 -11
- package/lib/skeleton/index.js +5 -21
- package/lib/slider/index.js +19 -63
- package/lib/step/index.js +5 -18
- package/lib/stepper/index.js +10 -46
- package/lib/steps/index.js +2 -7
- package/lib/sticky/index.js +8 -59
- package/lib/swipe/index.js +19 -70
- package/lib/swipe-cell/index.js +7 -29
- package/lib/swipe-item/index.js +9 -24
- package/lib/switch/index.js +7 -14
- package/lib/switch/shared.js +1 -1
- package/lib/switch-cell/index.js +6 -16
- package/lib/tab/index.js +4 -21
- package/lib/tabbar/index.js +4 -19
- package/lib/tabbar-item/index.js +5 -21
- package/lib/table/index.js +10 -38
- package/lib/tabs/Content.js +5 -15
- package/lib/tabs/Title.js +11 -23
- package/lib/tabs/index.js +15 -65
- package/lib/tabs/utils.js +0 -13
- package/lib/tag/index.js +12 -23
- package/lib/timeline/index.js +2 -32
- package/lib/toast/Toast.js +10 -30
- package/lib/toast/index.js +6 -38
- package/lib/toast/lock-click.js +0 -3
- package/lib/uploader/index.js +10 -72
- package/lib/uploader/utils.js +0 -17
- package/lib/utils/constant.js +2 -1
- package/lib/utils/create/bem.js +1 -6
- package/lib/utils/create/component.js +5 -14
- package/lib/utils/create/i18n.js +0 -8
- package/lib/utils/create/index.js +0 -4
- package/lib/utils/deep-assign.js +0 -6
- package/lib/utils/deep-clone.js +0 -5
- package/lib/utils/device.js +0 -2
- package/lib/utils/dom/event.js +2 -10
- package/lib/utils/dom/node.js +0 -2
- package/lib/utils/dom/raf.js +7 -11
- package/lib/utils/dom/reset-scroll.js +2 -4
- package/lib/utils/dom/scroll.js +8 -28
- package/lib/utils/dom/style.js +3 -3
- package/lib/utils/easings.js +2 -5
- package/lib/utils/format/date-util.js +54 -168
- package/lib/utils/format/number.js +2 -13
- package/lib/utils/format/string.js +0 -5
- package/lib/utils/format/unit.js +2 -16
- package/lib/utils/functional.js +6 -14
- package/lib/utils/getScroll.js +0 -7
- package/lib/utils/index.js +3 -19
- package/lib/utils/interceptor.js +2 -6
- package/lib/utils/media/image-util.js +7 -25
- package/lib/utils/raf.js +4 -13
- package/lib/utils/router.js +7 -9
- package/lib/utils/scrollTo.js +9 -21
- package/lib/utils/validate/date.js +0 -2
- package/lib/utils/validate/email.js +0 -1
- package/lib/utils/validate/mobile.js +0 -1
- package/lib/utils/validate/number.js +2 -4
- package/lib/utils/validate/system.js +0 -3
- package/lib/utils/vnodes.js +2 -9
- package/lib/zart.js +57 -18
- package/lib/zart.min.js +1 -1
- package/package.json +17 -18
package/lib/area/index.js
CHANGED
|
@@ -1,31 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
exports.__esModule = true;
|
|
6
5
|
exports.default = void 0;
|
|
7
|
-
|
|
8
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
-
|
|
10
7
|
var _utils = require("../utils");
|
|
11
|
-
|
|
12
8
|
var _shared = require("../picker/shared");
|
|
13
|
-
|
|
14
9
|
var _picker = _interopRequireDefault(require("../picker"));
|
|
15
|
-
|
|
16
10
|
var _createNamespace = (0, _utils.createNamespace)('area'),
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
createComponent = _createNamespace[0],
|
|
12
|
+
bem = _createNamespace[1];
|
|
20
13
|
var PLACEHOLDER_CODE = '000000';
|
|
21
|
-
|
|
22
14
|
function isOverseaCode(code) {
|
|
23
15
|
return code[0] === '9';
|
|
24
16
|
}
|
|
25
|
-
|
|
26
17
|
function pickSlots(instance, keys) {
|
|
27
18
|
var $slots = instance.$slots,
|
|
28
|
-
|
|
19
|
+
$scopedSlots = instance.$scopedSlots;
|
|
29
20
|
var scopedSlots = {};
|
|
30
21
|
keys.forEach(function (key) {
|
|
31
22
|
if ($scopedSlots[key]) {
|
|
@@ -38,7 +29,6 @@ function pickSlots(instance, keys) {
|
|
|
38
29
|
});
|
|
39
30
|
return scopedSlots;
|
|
40
31
|
}
|
|
41
|
-
|
|
42
32
|
var _default2 = createComponent({
|
|
43
33
|
props: (0, _extends2.default)({}, _shared.pickerProps, {
|
|
44
34
|
value: String,
|
|
@@ -107,7 +97,6 @@ var _default2 = createComponent({
|
|
|
107
97
|
},
|
|
108
98
|
columnsNum: function columnsNum() {
|
|
109
99
|
var _this = this;
|
|
110
|
-
|
|
111
100
|
this.$nextTick(function () {
|
|
112
101
|
_this.setValues();
|
|
113
102
|
});
|
|
@@ -120,11 +109,9 @@ var _default2 = createComponent({
|
|
|
120
109
|
// get list by code
|
|
121
110
|
getList: function getList(type, code) {
|
|
122
111
|
var result = [];
|
|
123
|
-
|
|
124
112
|
if (type !== 'province' && !code) {
|
|
125
113
|
return result;
|
|
126
114
|
}
|
|
127
|
-
|
|
128
115
|
var list = this[type];
|
|
129
116
|
result = Object.keys(list).map(function (listCode) {
|
|
130
117
|
return {
|
|
@@ -132,69 +119,58 @@ var _default2 = createComponent({
|
|
|
132
119
|
name: list[listCode]
|
|
133
120
|
};
|
|
134
121
|
});
|
|
135
|
-
|
|
136
122
|
if (code) {
|
|
137
123
|
// oversea code
|
|
138
124
|
if (this.isOverseaCode(code) && type === 'city') {
|
|
139
125
|
code = '9';
|
|
140
126
|
}
|
|
141
|
-
|
|
142
127
|
result = result.filter(function (item) {
|
|
143
128
|
return item.code.indexOf(code) === 0;
|
|
144
129
|
});
|
|
145
130
|
}
|
|
146
|
-
|
|
147
131
|
if (this.placeholderMap[type] && result.length) {
|
|
148
132
|
// set columns placeholder
|
|
149
133
|
var codeFill = '';
|
|
150
|
-
|
|
151
134
|
if (type === 'city') {
|
|
152
135
|
codeFill = PLACEHOLDER_CODE.slice(2, 4);
|
|
153
136
|
} else if (type === 'county') {
|
|
154
137
|
codeFill = PLACEHOLDER_CODE.slice(4, 6);
|
|
155
138
|
}
|
|
156
|
-
|
|
157
139
|
result.unshift({
|
|
158
140
|
code: "" + code + codeFill,
|
|
159
141
|
name: this.placeholderMap[type]
|
|
160
142
|
});
|
|
161
143
|
}
|
|
162
|
-
|
|
163
144
|
return result;
|
|
164
145
|
},
|
|
165
146
|
// get index by code
|
|
166
147
|
getIndex: function getIndex(type, code) {
|
|
167
148
|
var compareNum = type === 'province' ? 2 : type === 'city' ? 4 : 6;
|
|
168
|
-
var list = this.getList(type, code.slice(0, compareNum - 2));
|
|
149
|
+
var list = this.getList(type, code.slice(0, compareNum - 2));
|
|
169
150
|
|
|
151
|
+
// oversea code
|
|
170
152
|
if (this.isOverseaCode(code) && type === 'province') {
|
|
171
153
|
compareNum = 1;
|
|
172
154
|
}
|
|
173
|
-
|
|
174
155
|
code = code.slice(0, compareNum);
|
|
175
|
-
|
|
176
156
|
for (var i = 0; i < list.length; i++) {
|
|
177
157
|
if (list[i].code.slice(0, compareNum) === code) {
|
|
178
158
|
return i;
|
|
179
159
|
}
|
|
180
160
|
}
|
|
181
|
-
|
|
182
161
|
return 0;
|
|
183
162
|
},
|
|
184
163
|
// parse output columns data
|
|
185
164
|
parseOutputValues: function parseOutputValues(values) {
|
|
186
165
|
var _this2 = this;
|
|
187
|
-
|
|
188
166
|
return values.map(function (value, index) {
|
|
189
167
|
// save undefined value
|
|
190
168
|
if (!value) return value;
|
|
191
169
|
value = JSON.parse(JSON.stringify(value));
|
|
192
|
-
|
|
193
170
|
if (!value.code || value.name === _this2.columnsPlaceholder[index]) {
|
|
194
171
|
value.code = '';
|
|
195
172
|
value.name = '';
|
|
196
173
|
}
|
|
197
|
-
|
|
198
174
|
return value;
|
|
199
175
|
});
|
|
200
176
|
},
|
|
@@ -213,43 +189,32 @@ var _default2 = createComponent({
|
|
|
213
189
|
if (this.columnsPlaceholder.length) {
|
|
214
190
|
return PLACEHOLDER_CODE;
|
|
215
191
|
}
|
|
216
|
-
|
|
217
192
|
var countyCodes = Object.keys(this.county);
|
|
218
|
-
|
|
219
193
|
if (countyCodes[0]) {
|
|
220
194
|
return countyCodes[0];
|
|
221
195
|
}
|
|
222
|
-
|
|
223
196
|
var cityCodes = Object.keys(this.city);
|
|
224
|
-
|
|
225
197
|
if (cityCodes[0]) {
|
|
226
198
|
return cityCodes[0];
|
|
227
199
|
}
|
|
228
|
-
|
|
229
200
|
return '';
|
|
230
201
|
},
|
|
231
202
|
setValues: function setValues() {
|
|
232
203
|
var code = this.code;
|
|
233
|
-
|
|
234
204
|
if (!code) {
|
|
235
205
|
code = this.getDefaultCode();
|
|
236
206
|
}
|
|
237
|
-
|
|
238
207
|
var picker = this.$refs.picker;
|
|
239
208
|
var province = this.getList('province');
|
|
240
209
|
var city = this.getList('city', code.slice(0, 2));
|
|
241
|
-
|
|
242
210
|
if (!picker) {
|
|
243
211
|
return;
|
|
244
212
|
}
|
|
245
|
-
|
|
246
213
|
picker.setColumnValues(0, province);
|
|
247
214
|
picker.setColumnValues(1, city);
|
|
248
|
-
|
|
249
215
|
if (city.length && code.slice(2, 4) === '00' && !this.isOverseaCode(code)) {
|
|
250
216
|
code = city[0].code;
|
|
251
217
|
}
|
|
252
|
-
|
|
253
218
|
picker.setColumnValues(2, this.getList('county', code.slice(0, 4)));
|
|
254
219
|
picker.setIndexes([this.getIndex('province', code), this.getIndex('city', code), this.getIndex('county', code)]);
|
|
255
220
|
},
|
|
@@ -270,11 +235,9 @@ var _default2 = createComponent({
|
|
|
270
235
|
city: '',
|
|
271
236
|
county: ''
|
|
272
237
|
};
|
|
273
|
-
|
|
274
238
|
if (!values.length) {
|
|
275
239
|
return area;
|
|
276
240
|
}
|
|
277
|
-
|
|
278
241
|
var names = values.map(function (item) {
|
|
279
242
|
return item.name;
|
|
280
243
|
});
|
|
@@ -282,7 +245,6 @@ var _default2 = createComponent({
|
|
|
282
245
|
return !!value.code;
|
|
283
246
|
});
|
|
284
247
|
area.code = validValues.length ? validValues[validValues.length - 1].code : '';
|
|
285
|
-
|
|
286
248
|
if (this.isOverseaCode(area.code)) {
|
|
287
249
|
area.country = names[1] || '';
|
|
288
250
|
area.province = names[2] || '';
|
|
@@ -291,7 +253,6 @@ var _default2 = createComponent({
|
|
|
291
253
|
area.city = names[1] || '';
|
|
292
254
|
area.county = names[2] || '';
|
|
293
255
|
}
|
|
294
|
-
|
|
295
256
|
return area;
|
|
296
257
|
},
|
|
297
258
|
// @exposed-api
|
|
@@ -327,5 +288,4 @@ var _default2 = createComponent({
|
|
|
327
288
|
});
|
|
328
289
|
}
|
|
329
290
|
});
|
|
330
|
-
|
|
331
291
|
exports.default = _default2;
|
package/lib/avatar/index.js
CHANGED
|
@@ -2,14 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
-
|
|
6
5
|
var _utils = require("../utils");
|
|
7
|
-
|
|
8
6
|
var _createNamespace = (0, _utils.createNamespace)('avatar'),
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
createComponent = _createNamespace[0],
|
|
8
|
+
bem = _createNamespace[1],
|
|
9
|
+
t = _createNamespace[2];
|
|
13
10
|
var _default = createComponent({
|
|
14
11
|
props: {
|
|
15
12
|
src: {
|
|
@@ -33,7 +30,6 @@ var _default = createComponent({
|
|
|
33
30
|
computed: {
|
|
34
31
|
headText: function headText() {
|
|
35
32
|
var len = this.text.length;
|
|
36
|
-
|
|
37
33
|
if (len === 1) {
|
|
38
34
|
return this.text;
|
|
39
35
|
} else if (len > 1) {
|
|
@@ -44,46 +40,36 @@ var _default = createComponent({
|
|
|
44
40
|
},
|
|
45
41
|
classArr: function classArr() {
|
|
46
42
|
var arr = [];
|
|
47
|
-
|
|
48
43
|
switch (this.size) {
|
|
49
44
|
case t("small"):
|
|
50
45
|
arr.push("small");
|
|
51
46
|
break;
|
|
52
|
-
|
|
53
47
|
case t("medium"):
|
|
54
48
|
arr.push("medium");
|
|
55
49
|
break;
|
|
56
|
-
|
|
57
50
|
case t("large"):
|
|
58
51
|
arr.push("large");
|
|
59
52
|
break;
|
|
60
|
-
|
|
61
53
|
default:
|
|
62
54
|
break;
|
|
63
55
|
}
|
|
64
|
-
|
|
65
56
|
switch (this.shape) {
|
|
66
57
|
case t("square"):
|
|
67
58
|
arr.push("square");
|
|
68
59
|
break;
|
|
69
|
-
|
|
70
60
|
case t("circle"):
|
|
71
61
|
arr.push("circle");
|
|
72
62
|
break;
|
|
73
|
-
|
|
74
63
|
default:
|
|
75
64
|
break;
|
|
76
65
|
}
|
|
77
|
-
|
|
78
66
|
return arr;
|
|
79
67
|
},
|
|
80
68
|
style: function style() {
|
|
81
69
|
var style = {};
|
|
82
|
-
|
|
83
70
|
if (this.textBG) {
|
|
84
71
|
style.backgroundColor = this.textBG;
|
|
85
72
|
}
|
|
86
|
-
|
|
87
73
|
return style;
|
|
88
74
|
}
|
|
89
75
|
},
|
|
@@ -105,5 +91,4 @@ var _default = createComponent({
|
|
|
105
91
|
}
|
|
106
92
|
}
|
|
107
93
|
});
|
|
108
|
-
|
|
109
94
|
exports.default = _default;
|
package/lib/back-top/index.js
CHANGED
|
@@ -1,22 +1,15 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
exports.__esModule = true;
|
|
6
5
|
exports.default = void 0;
|
|
7
|
-
|
|
8
6
|
var _utils = require("../utils");
|
|
9
|
-
|
|
10
7
|
var _scrollTo = _interopRequireDefault(require("../utils/scrollTo"));
|
|
11
|
-
|
|
12
8
|
var _getScroll = _interopRequireDefault(require("../utils/getScroll"));
|
|
13
|
-
|
|
14
9
|
var _event = require("../utils/dom/event");
|
|
15
|
-
|
|
16
10
|
var _createNamespace = (0, _utils.createNamespace)('back-top'),
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
11
|
+
createComponent = _createNamespace[0],
|
|
12
|
+
bem = _createNamespace[1];
|
|
20
13
|
var _default2 = createComponent({
|
|
21
14
|
props: {
|
|
22
15
|
disableMove: {
|
|
@@ -73,7 +66,6 @@ var _default2 = createComponent({
|
|
|
73
66
|
this.clientHeight = document.documentElement.clientHeight;
|
|
74
67
|
this.recordHeight();
|
|
75
68
|
var $target = this.target();
|
|
76
|
-
|
|
77
69
|
if ($target) {
|
|
78
70
|
$target.removeEventListener('scroll', this.scrollListener);
|
|
79
71
|
$target.addEventListener('scroll', this.scrollListener);
|
|
@@ -82,7 +74,6 @@ var _default2 = createComponent({
|
|
|
82
74
|
activated: function activated() {
|
|
83
75
|
this.recordHeight();
|
|
84
76
|
var $target = this.target();
|
|
85
|
-
|
|
86
77
|
if ($target) {
|
|
87
78
|
$target.removeEventListener('scroll', this.scrollListener);
|
|
88
79
|
$target.addEventListener('scroll', this.scrollListener);
|
|
@@ -94,7 +85,6 @@ var _default2 = createComponent({
|
|
|
94
85
|
methods: {
|
|
95
86
|
scrollListener: function scrollListener() {
|
|
96
87
|
var scrollTop = (0, _getScroll.default)(this.target(), true);
|
|
97
|
-
|
|
98
88
|
if (scrollTop >= this.visibilityHeight) {
|
|
99
89
|
this.showButton = true;
|
|
100
90
|
} else {
|
|
@@ -106,13 +96,11 @@ var _default2 = createComponent({
|
|
|
106
96
|
this.blurStyle = '';
|
|
107
97
|
this.flags = true;
|
|
108
98
|
var touch;
|
|
109
|
-
|
|
110
99
|
if (event.touches) {
|
|
111
100
|
touch = event.touches[0];
|
|
112
101
|
} else {
|
|
113
102
|
touch = event;
|
|
114
103
|
}
|
|
115
|
-
|
|
116
104
|
this.position.x = touch.clientX;
|
|
117
105
|
this.position.y = touch.clientY;
|
|
118
106
|
this.dx = this.backTopDiv.offsetLeft;
|
|
@@ -120,42 +108,35 @@ var _default2 = createComponent({
|
|
|
120
108
|
},
|
|
121
109
|
move: function move(event) {
|
|
122
110
|
(0, _event.preventDefault)(event);
|
|
123
|
-
|
|
124
111
|
if (this.flags) {
|
|
125
112
|
var touch;
|
|
126
|
-
|
|
127
113
|
if (event.touches) {
|
|
128
114
|
touch = event.touches[0];
|
|
129
115
|
} else {
|
|
130
116
|
touch = event;
|
|
131
117
|
}
|
|
132
|
-
|
|
133
118
|
this.nx = touch.clientX - this.position.x;
|
|
134
119
|
this.ny = touch.clientY - this.position.y;
|
|
135
120
|
this.xPum = this.dx + this.nx;
|
|
136
121
|
this.yPum = this.dy + this.ny;
|
|
137
122
|
var left = this.xPum;
|
|
138
123
|
var top = this.yPum;
|
|
139
|
-
|
|
140
124
|
if (this.xPum < 0) {
|
|
141
125
|
left = 0;
|
|
142
126
|
} else if (this.xPum > this.clientWidth - 56) {
|
|
143
127
|
left = this.clientWidth - 56;
|
|
144
128
|
}
|
|
145
|
-
|
|
146
129
|
if (this.yPum < 0) {
|
|
147
130
|
top = 0;
|
|
148
131
|
} else if (this.yPum > this.clientHeight - 56) {
|
|
149
132
|
top = this.clientHeight - 56;
|
|
150
133
|
}
|
|
151
|
-
|
|
152
134
|
this.backTopDiv.style.left = left + 'px';
|
|
153
135
|
this.backTopDiv.style.top = top + 'px';
|
|
154
136
|
}
|
|
155
137
|
},
|
|
156
138
|
end: function end() {
|
|
157
139
|
var _this = this;
|
|
158
|
-
|
|
159
140
|
this.flags = false;
|
|
160
141
|
setTimeout(function () {
|
|
161
142
|
_this.blurStyle = 'opacity:0.3;';
|
|
@@ -163,15 +144,14 @@ var _default2 = createComponent({
|
|
|
163
144
|
},
|
|
164
145
|
backTop: function backTop(event) {
|
|
165
146
|
var onClick = this.onClick,
|
|
166
|
-
|
|
167
|
-
|
|
147
|
+
target = this.target,
|
|
148
|
+
duration = this.duration;
|
|
168
149
|
(0, _scrollTo.default)(0, {
|
|
169
150
|
getContainer: target || function () {
|
|
170
151
|
return window;
|
|
171
152
|
},
|
|
172
153
|
duration: duration
|
|
173
154
|
});
|
|
174
|
-
|
|
175
155
|
if (typeof onClick === 'function') {
|
|
176
156
|
onClick(event);
|
|
177
157
|
}
|
|
@@ -214,5 +194,4 @@ var _default2 = createComponent({
|
|
|
214
194
|
})]);
|
|
215
195
|
}
|
|
216
196
|
});
|
|
217
|
-
|
|
218
197
|
exports.default = _default2;
|
package/lib/badge/index.js
CHANGED
|
@@ -2,15 +2,11 @@
|
|
|
2
2
|
|
|
3
3
|
exports.__esModule = true;
|
|
4
4
|
exports.default = void 0;
|
|
5
|
-
|
|
6
5
|
var _utils = require("../utils");
|
|
7
|
-
|
|
8
6
|
var _number = require("../utils/validate/number");
|
|
9
|
-
|
|
10
7
|
var _createNamespace = (0, _utils.createNamespace)('badge'),
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
8
|
+
createComponent = _createNamespace[0],
|
|
9
|
+
bem = _createNamespace[1];
|
|
14
10
|
var _default = createComponent({
|
|
15
11
|
props: {
|
|
16
12
|
dot: Boolean,
|
|
@@ -28,24 +24,20 @@ var _default = createComponent({
|
|
|
28
24
|
},
|
|
29
25
|
renderContent: function renderContent() {
|
|
30
26
|
var dot = this.dot,
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
27
|
+
max = this.max,
|
|
28
|
+
content = this.content;
|
|
34
29
|
if (!dot && this.hasContent()) {
|
|
35
30
|
if (this.$scopedSlots.content) {
|
|
36
31
|
return this.$scopedSlots.content();
|
|
37
32
|
}
|
|
38
|
-
|
|
39
33
|
if ((0, _utils.isDef)(max) && (0, _number.isNumeric)(content) && +content > max) {
|
|
40
34
|
return max + "+";
|
|
41
35
|
}
|
|
42
|
-
|
|
43
36
|
return content;
|
|
44
37
|
}
|
|
45
38
|
},
|
|
46
39
|
renderBadge: function renderBadge() {
|
|
47
40
|
var h = this.$createElement;
|
|
48
|
-
|
|
49
41
|
if (this.hasContent() || this.dot) {
|
|
50
42
|
return h("div", {
|
|
51
43
|
"class": bem({
|
|
@@ -61,16 +53,13 @@ var _default = createComponent({
|
|
|
61
53
|
},
|
|
62
54
|
render: function render() {
|
|
63
55
|
var h = arguments[0];
|
|
64
|
-
|
|
65
56
|
if (this.$scopedSlots.default) {
|
|
66
57
|
var tag = this.tag;
|
|
67
58
|
return h(tag, {
|
|
68
59
|
"class": bem('wrapper')
|
|
69
60
|
}, [this.$scopedSlots.default(), this.renderBadge()]);
|
|
70
61
|
}
|
|
71
|
-
|
|
72
62
|
return this.renderBadge();
|
|
73
63
|
}
|
|
74
64
|
});
|
|
75
|
-
|
|
76
65
|
exports.default = _default;
|
package/lib/button/index.js
CHANGED
|
@@ -1,88 +1,71 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
3
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
-
|
|
5
4
|
exports.__esModule = true;
|
|
6
5
|
exports.default = void 0;
|
|
7
|
-
|
|
8
6
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
9
|
-
|
|
10
7
|
var _babelHelperVueJsxMergeProps = _interopRequireDefault(require("@vue/babel-helper-vue-jsx-merge-props"));
|
|
11
|
-
|
|
12
8
|
var _utils = require("../utils");
|
|
13
|
-
|
|
14
9
|
var _functional = require("../utils/functional");
|
|
15
|
-
|
|
16
10
|
var _constant = require("../utils/constant");
|
|
17
|
-
|
|
18
11
|
var _router = require("../utils/router");
|
|
19
|
-
|
|
20
12
|
var _icon = _interopRequireDefault(require("../icon"));
|
|
21
|
-
|
|
22
13
|
var _loading = _interopRequireDefault(require("../loading"));
|
|
23
|
-
|
|
24
14
|
// Utils
|
|
15
|
+
|
|
25
16
|
// Components
|
|
26
|
-
var _createNamespace = (0, _utils.createNamespace)('button'),
|
|
27
|
-
createComponent = _createNamespace[0],
|
|
28
|
-
bem = _createNamespace[1];
|
|
29
17
|
|
|
18
|
+
// Types
|
|
19
|
+
|
|
20
|
+
var _createNamespace = (0, _utils.createNamespace)('button'),
|
|
21
|
+
createComponent = _createNamespace[0],
|
|
22
|
+
bem = _createNamespace[1];
|
|
30
23
|
function Button(h, props, slots, ctx) {
|
|
31
24
|
var _ref;
|
|
32
|
-
|
|
33
25
|
var tag = props.tag,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
26
|
+
icon = props.icon,
|
|
27
|
+
type = props.type,
|
|
28
|
+
color = props.color,
|
|
29
|
+
plain = props.plain,
|
|
30
|
+
disabled = props.disabled,
|
|
31
|
+
loading = props.loading,
|
|
32
|
+
blockInner = props.blockInner,
|
|
33
|
+
borderLess = props.borderLess,
|
|
34
|
+
hairline = props.hairline,
|
|
35
|
+
loadingText = props.loadingText,
|
|
36
|
+
iconPosition = props.iconPosition,
|
|
37
|
+
backgroundColor = props.backgroundColor,
|
|
38
|
+
borderColor = props.borderColor;
|
|
47
39
|
var style = {};
|
|
48
|
-
|
|
49
40
|
if (backgroundColor) {
|
|
50
41
|
style.background = backgroundColor;
|
|
51
|
-
|
|
52
42
|
if (backgroundColor.includes('gradient')) {
|
|
53
43
|
style.border = 0;
|
|
54
44
|
} else {
|
|
55
45
|
style.borderColor = backgroundColor;
|
|
56
46
|
}
|
|
57
47
|
}
|
|
58
|
-
|
|
59
48
|
if (borderColor) {
|
|
60
49
|
style.borderColor = borderColor;
|
|
61
50
|
}
|
|
62
|
-
|
|
63
51
|
if (color) {
|
|
64
52
|
style.color = color;
|
|
65
53
|
}
|
|
66
|
-
|
|
67
54
|
if (borderLess) {
|
|
68
55
|
style.border = 0;
|
|
69
56
|
}
|
|
70
|
-
|
|
71
57
|
function onClick(event) {
|
|
72
58
|
if (props.loading) {
|
|
73
59
|
event.preventDefault();
|
|
74
60
|
}
|
|
75
|
-
|
|
76
61
|
if (!loading && !disabled) {
|
|
77
62
|
(0, _functional.emit)(ctx, 'click', event);
|
|
78
63
|
(0, _router.functionalRoute)(ctx);
|
|
79
64
|
}
|
|
80
65
|
}
|
|
81
|
-
|
|
82
66
|
function onTouchstart(event) {
|
|
83
67
|
(0, _functional.emit)(ctx, 'touchstart', event);
|
|
84
68
|
}
|
|
85
|
-
|
|
86
69
|
var classes = [bem([type, props.size, {
|
|
87
70
|
plain: plain,
|
|
88
71
|
loading: loading,
|
|
@@ -93,7 +76,6 @@ function Button(h, props, slots, ctx) {
|
|
|
93
76
|
round: props.round,
|
|
94
77
|
square: props.square
|
|
95
78
|
}]), (_ref = {}, _ref[_constant.BORDER_SURROUND] = hairline, _ref)];
|
|
96
|
-
|
|
97
79
|
function renderIcon() {
|
|
98
80
|
if (loading) {
|
|
99
81
|
return slots.loading ? slots.loading() : h(_loading.default, {
|
|
@@ -105,13 +87,11 @@ function Button(h, props, slots, ctx) {
|
|
|
105
87
|
}
|
|
106
88
|
});
|
|
107
89
|
}
|
|
108
|
-
|
|
109
90
|
if (slots.icon) {
|
|
110
91
|
return h("div", {
|
|
111
92
|
"class": bem('icon', props.size)
|
|
112
93
|
}, [slots.icon()]);
|
|
113
94
|
}
|
|
114
|
-
|
|
115
95
|
if (icon) {
|
|
116
96
|
return h(_icon.default, {
|
|
117
97
|
"attrs": {
|
|
@@ -122,35 +102,27 @@ function Button(h, props, slots, ctx) {
|
|
|
122
102
|
});
|
|
123
103
|
}
|
|
124
104
|
}
|
|
125
|
-
|
|
126
105
|
function renderContent() {
|
|
127
106
|
var content = [];
|
|
128
|
-
|
|
129
107
|
if (iconPosition === 'left') {
|
|
130
108
|
content.push(renderIcon());
|
|
131
109
|
}
|
|
132
|
-
|
|
133
110
|
var text;
|
|
134
|
-
|
|
135
111
|
if (loading) {
|
|
136
112
|
text = loadingText;
|
|
137
113
|
} else {
|
|
138
114
|
text = slots.default ? slots.default() : props.text;
|
|
139
115
|
}
|
|
140
|
-
|
|
141
116
|
if (text) {
|
|
142
117
|
content.push(h("span", {
|
|
143
118
|
"class": bem('text')
|
|
144
119
|
}, [text]));
|
|
145
120
|
}
|
|
146
|
-
|
|
147
121
|
if (iconPosition === 'right') {
|
|
148
122
|
content.push(renderIcon());
|
|
149
123
|
}
|
|
150
|
-
|
|
151
124
|
return content;
|
|
152
125
|
}
|
|
153
|
-
|
|
154
126
|
return h(tag, (0, _babelHelperVueJsxMergeProps.default)([{
|
|
155
127
|
"style": style,
|
|
156
128
|
"class": classes,
|
|
@@ -166,7 +138,6 @@ function Button(h, props, slots, ctx) {
|
|
|
166
138
|
"class": bem('content')
|
|
167
139
|
}, [renderContent()])]);
|
|
168
140
|
}
|
|
169
|
-
|
|
170
141
|
Button.props = (0, _extends2.default)({}, _router.routeProps, {
|
|
171
142
|
text: String,
|
|
172
143
|
icon: String,
|
|
@@ -207,7 +178,5 @@ Button.props = (0, _extends2.default)({}, _router.routeProps, {
|
|
|
207
178
|
default: 'left'
|
|
208
179
|
}
|
|
209
180
|
});
|
|
210
|
-
|
|
211
181
|
var _default = createComponent(Button);
|
|
212
|
-
|
|
213
182
|
exports.default = _default;
|