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/es/empty/index.js
CHANGED
|
@@ -8,12 +8,10 @@ import NetworkError from "./images/NetworkError";
|
|
|
8
8
|
import ReportSuccess from "./images/ReportSuccess";
|
|
9
9
|
import Restricted from "./images/Restricted";
|
|
10
10
|
import ServerError from "./images/ServerError";
|
|
11
|
-
|
|
12
11
|
var _createNamespace = createNamespace('empty'),
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
12
|
+
createComponent = _createNamespace[0],
|
|
13
|
+
bem = _createNamespace[1],
|
|
14
|
+
t = _createNamespace[2];
|
|
17
15
|
export default createComponent({
|
|
18
16
|
props: {
|
|
19
17
|
imageWidth: [Number, String],
|
|
@@ -28,11 +26,9 @@ export default createComponent({
|
|
|
28
26
|
genImageContent: function genImageContent() {
|
|
29
27
|
var h = this.$createElement;
|
|
30
28
|
var slots = this.slots('image');
|
|
31
|
-
|
|
32
29
|
if (slots) {
|
|
33
30
|
return slots;
|
|
34
31
|
}
|
|
35
|
-
|
|
36
32
|
if (this.image === 'default') {
|
|
37
33
|
return h(NotFound);
|
|
38
34
|
} else if (this.image === 'error') {
|
|
@@ -54,7 +50,6 @@ export default createComponent({
|
|
|
54
50
|
} else if (this.image === 'report-success') {
|
|
55
51
|
return h(ReportSuccess);
|
|
56
52
|
}
|
|
57
|
-
|
|
58
53
|
var image = this.image;
|
|
59
54
|
return h("img", {
|
|
60
55
|
"attrs": {
|
|
@@ -76,7 +71,6 @@ export default createComponent({
|
|
|
76
71
|
genDescription: function genDescription() {
|
|
77
72
|
var h = this.$createElement;
|
|
78
73
|
var description = this.slots('description') || this.description;
|
|
79
|
-
|
|
80
74
|
if (!description) {
|
|
81
75
|
if (this.image === 'not-search-result') {
|
|
82
76
|
description = t('notSearchResult');
|
|
@@ -90,7 +84,6 @@ export default createComponent({
|
|
|
90
84
|
description = t('notRight');
|
|
91
85
|
}
|
|
92
86
|
}
|
|
93
|
-
|
|
94
87
|
if (description) {
|
|
95
88
|
return h("p", {
|
|
96
89
|
"class": bem('description')
|
|
@@ -100,7 +93,6 @@ export default createComponent({
|
|
|
100
93
|
genBottom: function genBottom() {
|
|
101
94
|
var h = this.$createElement;
|
|
102
95
|
var slot = this.slots();
|
|
103
|
-
|
|
104
96
|
if (slot) {
|
|
105
97
|
return h("div", {
|
|
106
98
|
"class": bem('bottom')
|
package/es/field/index.js
CHANGED
|
@@ -7,18 +7,17 @@ import { resetScroll } from '../utils/dom/reset-scroll';
|
|
|
7
7
|
import { formatNumber } from '../utils/format/number';
|
|
8
8
|
import { preventDefault } from '../utils/dom/event';
|
|
9
9
|
import { getRootScrollTop, setRootScrollTop } from '../utils/dom/scroll';
|
|
10
|
-
import { isDef, addUnit, isObject, isPromise, isFunction, createNamespace } from '../utils';
|
|
10
|
+
import { isDef, addUnit, isObject, isPromise, isFunction, createNamespace } from '../utils';
|
|
11
11
|
|
|
12
|
+
// Components
|
|
12
13
|
import Icon from '../icon';
|
|
13
14
|
import Cell from '../cell';
|
|
14
15
|
import { cellProps } from '../cell/shared';
|
|
15
16
|
import SearchIcon from "./SearchIcon";
|
|
16
17
|
import ClearIcon from "./ClearIcon";
|
|
17
|
-
|
|
18
18
|
var _createNamespace = createNamespace('field'),
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
createComponent = _createNamespace[0],
|
|
20
|
+
bem = _createNamespace[1];
|
|
22
21
|
export default createComponent({
|
|
23
22
|
inheritAttrs: false,
|
|
24
23
|
provide: function provide() {
|
|
@@ -111,7 +110,6 @@ export default createComponent({
|
|
|
111
110
|
mounted: function mounted() {
|
|
112
111
|
this.updateValue(this.value, this.formatTrigger);
|
|
113
112
|
this.$nextTick(this.adjustSize);
|
|
114
|
-
|
|
115
113
|
if (this.ztForm) {
|
|
116
114
|
this.ztForm.addField(this);
|
|
117
115
|
}
|
|
@@ -124,7 +122,6 @@ export default createComponent({
|
|
|
124
122
|
computed: {
|
|
125
123
|
showClear: function showClear() {
|
|
126
124
|
var readonly = this.getProp('readonly');
|
|
127
|
-
|
|
128
125
|
if (this.clearable && !readonly) {
|
|
129
126
|
var hasValue = isDef(this.value) && this.value !== '';
|
|
130
127
|
var trigger = this.clearTrigger === 'always' || this.clearTrigger === 'focus' && this.focused;
|
|
@@ -135,7 +132,6 @@ export default createComponent({
|
|
|
135
132
|
if (this.error !== null) {
|
|
136
133
|
return this.error;
|
|
137
134
|
}
|
|
138
|
-
|
|
139
135
|
if (this.ztForm && this.ztForm.showError && this.validateFailed) {
|
|
140
136
|
return true;
|
|
141
137
|
}
|
|
@@ -144,7 +140,6 @@ export default createComponent({
|
|
|
144
140
|
if (this.ztForm && this.ztForm.showErrorMessage === false) {
|
|
145
141
|
return false;
|
|
146
142
|
}
|
|
147
|
-
|
|
148
143
|
return !!(this.errorMessage || this.validateMessage);
|
|
149
144
|
},
|
|
150
145
|
listeners: function listeners() {
|
|
@@ -158,7 +153,6 @@ export default createComponent({
|
|
|
158
153
|
},
|
|
159
154
|
labelStyle: function labelStyle() {
|
|
160
155
|
var labelWidth = this.getProp('labelWidth');
|
|
161
|
-
|
|
162
156
|
if (labelWidth) {
|
|
163
157
|
return {
|
|
164
158
|
width: addUnit(labelWidth)
|
|
@@ -169,7 +163,6 @@ export default createComponent({
|
|
|
169
163
|
if (this.children && (this.$scopedSlots.input || this.$slots.input)) {
|
|
170
164
|
return this.children.value;
|
|
171
165
|
}
|
|
172
|
-
|
|
173
166
|
return this.value;
|
|
174
167
|
}
|
|
175
168
|
},
|
|
@@ -192,11 +185,9 @@ export default createComponent({
|
|
|
192
185
|
runValidator: function runValidator(value, rule) {
|
|
193
186
|
return new Promise(function (resolve) {
|
|
194
187
|
var returnVal = rule.validator(value, rule);
|
|
195
|
-
|
|
196
188
|
if (isPromise(returnVal)) {
|
|
197
189
|
return returnVal.then(resolve);
|
|
198
190
|
}
|
|
199
|
-
|
|
200
191
|
resolve(returnVal);
|
|
201
192
|
});
|
|
202
193
|
},
|
|
@@ -204,54 +195,43 @@ export default createComponent({
|
|
|
204
195
|
if (Array.isArray(value)) {
|
|
205
196
|
return !value.length;
|
|
206
197
|
}
|
|
207
|
-
|
|
208
198
|
if (value === 0) {
|
|
209
199
|
return false;
|
|
210
200
|
}
|
|
211
|
-
|
|
212
201
|
return !value;
|
|
213
202
|
},
|
|
214
203
|
runSyncRule: function runSyncRule(value, rule) {
|
|
215
204
|
if (rule.required && this.isEmptyValue(value)) {
|
|
216
205
|
return false;
|
|
217
206
|
}
|
|
218
|
-
|
|
219
207
|
if (rule.pattern && !rule.pattern.test(value)) {
|
|
220
208
|
return false;
|
|
221
209
|
}
|
|
222
|
-
|
|
223
210
|
return true;
|
|
224
211
|
},
|
|
225
212
|
getRuleMessage: function getRuleMessage(value, rule) {
|
|
226
213
|
var message = rule.message;
|
|
227
|
-
|
|
228
214
|
if (isFunction(message)) {
|
|
229
215
|
return message(value, rule);
|
|
230
216
|
}
|
|
231
|
-
|
|
232
217
|
return message;
|
|
233
218
|
},
|
|
234
219
|
runRules: function runRules(rules) {
|
|
235
220
|
var _this = this;
|
|
236
|
-
|
|
237
221
|
return rules.reduce(function (promise, rule) {
|
|
238
222
|
return promise.then(function () {
|
|
239
223
|
if (_this.validateFailed) {
|
|
240
224
|
return;
|
|
241
225
|
}
|
|
242
|
-
|
|
243
226
|
var value = _this.formValue;
|
|
244
|
-
|
|
245
227
|
if (rule.formatter) {
|
|
246
228
|
value = rule.formatter(value, rule);
|
|
247
229
|
}
|
|
248
|
-
|
|
249
230
|
if (!_this.runSyncRule(value, rule)) {
|
|
250
231
|
_this.validateFailed = true;
|
|
251
232
|
_this.validateMessage = _this.getRuleMessage(value, rule);
|
|
252
233
|
return;
|
|
253
234
|
}
|
|
254
|
-
|
|
255
235
|
if (rule.validator) {
|
|
256
236
|
return _this.runValidator(value, rule).then(function (result) {
|
|
257
237
|
if (result === false) {
|
|
@@ -265,18 +245,14 @@ export default createComponent({
|
|
|
265
245
|
},
|
|
266
246
|
validate: function validate(rules) {
|
|
267
247
|
var _this2 = this;
|
|
268
|
-
|
|
269
248
|
if (rules === void 0) {
|
|
270
249
|
rules = this.rules;
|
|
271
250
|
}
|
|
272
|
-
|
|
273
251
|
return new Promise(function (resolve) {
|
|
274
252
|
if (!rules) {
|
|
275
253
|
resolve();
|
|
276
254
|
}
|
|
277
|
-
|
|
278
255
|
_this2.resetValidation();
|
|
279
|
-
|
|
280
256
|
_this2.runRules(rules).then(function () {
|
|
281
257
|
if (_this2.validateFailed) {
|
|
282
258
|
resolve({
|
|
@@ -296,10 +272,8 @@ export default createComponent({
|
|
|
296
272
|
if (rule.trigger) {
|
|
297
273
|
return rule.trigger === trigger;
|
|
298
274
|
}
|
|
299
|
-
|
|
300
275
|
return defaultTrigger;
|
|
301
276
|
});
|
|
302
|
-
|
|
303
277
|
if (rules.length) {
|
|
304
278
|
this.validate(rules);
|
|
305
279
|
}
|
|
@@ -315,12 +289,11 @@ export default createComponent({
|
|
|
315
289
|
if (trigger === void 0) {
|
|
316
290
|
trigger = 'onChange';
|
|
317
291
|
}
|
|
292
|
+
value = isDef(value) ? String(value) : '';
|
|
318
293
|
|
|
319
|
-
|
|
294
|
+
// native maxlength have incorrect line-break counting
|
|
320
295
|
// see: https://github.com/youzan/vant/issues/5033
|
|
321
|
-
|
|
322
296
|
var maxlength = this.maxlength;
|
|
323
|
-
|
|
324
297
|
if (isDef(maxlength) && value.length > maxlength) {
|
|
325
298
|
if (this.value && this.value.length === +maxlength) {
|
|
326
299
|
value = this.value;
|
|
@@ -328,22 +301,17 @@ export default createComponent({
|
|
|
328
301
|
value = value.slice(0, maxlength);
|
|
329
302
|
}
|
|
330
303
|
}
|
|
331
|
-
|
|
332
304
|
if (this.type === 'number' || this.type === 'digit') {
|
|
333
305
|
var isNumber = this.type === 'number';
|
|
334
306
|
value = formatNumber(value, isNumber, isNumber);
|
|
335
307
|
}
|
|
336
|
-
|
|
337
308
|
if (this.formatter && trigger === this.formatTrigger) {
|
|
338
309
|
value = this.formatter(value);
|
|
339
310
|
}
|
|
340
|
-
|
|
341
311
|
var input = this.$refs.input;
|
|
342
|
-
|
|
343
312
|
if (input && value !== input.value) {
|
|
344
313
|
input.value = value;
|
|
345
314
|
}
|
|
346
|
-
|
|
347
315
|
if (value !== this.value) {
|
|
348
316
|
this.$emit('input', value);
|
|
349
317
|
}
|
|
@@ -353,17 +321,15 @@ export default createComponent({
|
|
|
353
321
|
if (event.target.composing) {
|
|
354
322
|
return;
|
|
355
323
|
}
|
|
356
|
-
|
|
357
324
|
this.updateValue(event.target.value);
|
|
358
325
|
},
|
|
359
326
|
onFocus: function onFocus(event) {
|
|
360
327
|
this.focused = true;
|
|
361
|
-
this.$emit('focus', event);
|
|
328
|
+
this.$emit('focus', event);
|
|
362
329
|
|
|
330
|
+
// readonly not work in legacy mobile safari
|
|
363
331
|
/* istanbul ignore if */
|
|
364
|
-
|
|
365
332
|
var readonly = this.getProp('readonly');
|
|
366
|
-
|
|
367
333
|
if (readonly) {
|
|
368
334
|
this.blur();
|
|
369
335
|
}
|
|
@@ -394,50 +360,41 @@ export default createComponent({
|
|
|
394
360
|
},
|
|
395
361
|
onKeypress: function onKeypress(event) {
|
|
396
362
|
var ENTER_CODE = 13;
|
|
397
|
-
|
|
398
363
|
if (event.keyCode === ENTER_CODE) {
|
|
399
364
|
var submitOnEnter = this.getProp('submitOnEnter');
|
|
400
|
-
|
|
401
365
|
if (!submitOnEnter && this.type !== 'textarea') {
|
|
402
366
|
preventDefault(event);
|
|
403
|
-
}
|
|
404
|
-
|
|
367
|
+
}
|
|
405
368
|
|
|
369
|
+
// trigger blur after click keyboard search button
|
|
406
370
|
if (this.type === 'search') {
|
|
407
371
|
this.blur();
|
|
408
372
|
}
|
|
409
373
|
}
|
|
410
|
-
|
|
411
374
|
this.$emit('keypress', event);
|
|
412
375
|
},
|
|
413
376
|
adjustSize: function adjustSize() {
|
|
414
377
|
var input = this.$refs.input;
|
|
415
|
-
|
|
416
378
|
if (!(this.type === 'textarea' && this.autosize) || !input) {
|
|
417
379
|
return;
|
|
418
380
|
}
|
|
419
|
-
|
|
420
381
|
var scrollTop = getRootScrollTop();
|
|
421
382
|
input.style.height = 'auto';
|
|
422
383
|
var height = input.scrollHeight;
|
|
423
|
-
|
|
424
384
|
if (isObject(this.autosize)) {
|
|
425
385
|
var _this$autosize = this.autosize,
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
386
|
+
maxHeight = _this$autosize.maxHeight,
|
|
387
|
+
minHeight = _this$autosize.minHeight;
|
|
429
388
|
if (maxHeight) {
|
|
430
389
|
height = Math.min(height, maxHeight);
|
|
431
390
|
}
|
|
432
|
-
|
|
433
391
|
if (minHeight) {
|
|
434
392
|
height = Math.max(height, minHeight);
|
|
435
393
|
}
|
|
436
394
|
}
|
|
437
|
-
|
|
438
395
|
if (height) {
|
|
439
|
-
input.style.height = height + 'px';
|
|
440
|
-
|
|
396
|
+
input.style.height = height + 'px';
|
|
397
|
+
// https://github.com/youzan/vant/issues/9178
|
|
441
398
|
setRootScrollTop(scrollTop);
|
|
442
399
|
}
|
|
443
400
|
},
|
|
@@ -449,7 +406,6 @@ export default createComponent({
|
|
|
449
406
|
var inputSlot = this.slots('input');
|
|
450
407
|
var inputAlign = this.getProp('inputAlign');
|
|
451
408
|
var inputColor = this.getProp('inputColor');
|
|
452
|
-
|
|
453
409
|
if (inputSlot) {
|
|
454
410
|
return h("div", {
|
|
455
411
|
"class": bem('control', [inputAlign, 'custom']),
|
|
@@ -458,7 +414,6 @@ export default createComponent({
|
|
|
458
414
|
}
|
|
459
415
|
}, [inputSlot]);
|
|
460
416
|
}
|
|
461
|
-
|
|
462
417
|
var inputProps = {
|
|
463
418
|
ref: 'input',
|
|
464
419
|
class: bem('control', inputAlign),
|
|
@@ -481,25 +436,22 @@ export default createComponent({
|
|
|
481
436
|
color: inputColor
|
|
482
437
|
}
|
|
483
438
|
};
|
|
484
|
-
|
|
485
439
|
if (type === 'textarea') {
|
|
486
440
|
return h("textarea", _mergeJSXProps([{}, inputProps]));
|
|
487
441
|
}
|
|
488
|
-
|
|
489
442
|
var inputType = type;
|
|
490
|
-
var inputMode;
|
|
491
|
-
// so use inputmode to set keyboard in modern browsers
|
|
443
|
+
var inputMode;
|
|
492
444
|
|
|
445
|
+
// type="number" is weird in iOS, and can't prevent dot in Android
|
|
446
|
+
// so use inputmode to set keyboard in modern browsers
|
|
493
447
|
if (type === 'number') {
|
|
494
448
|
inputType = 'text';
|
|
495
449
|
inputMode = 'decimal';
|
|
496
450
|
}
|
|
497
|
-
|
|
498
451
|
if (type === 'digit') {
|
|
499
452
|
inputType = 'tel';
|
|
500
453
|
inputMode = 'numeric';
|
|
501
454
|
}
|
|
502
|
-
|
|
503
455
|
if (type === 'password') {
|
|
504
456
|
return h("input", _mergeJSXProps2([{
|
|
505
457
|
"attrs": {
|
|
@@ -508,7 +460,6 @@ export default createComponent({
|
|
|
508
460
|
}
|
|
509
461
|
}, inputProps]));
|
|
510
462
|
}
|
|
511
|
-
|
|
512
463
|
return h("input", _mergeJSXProps3([{
|
|
513
464
|
"attrs": {
|
|
514
465
|
"type": inputType,
|
|
@@ -518,7 +469,6 @@ export default createComponent({
|
|
|
518
469
|
},
|
|
519
470
|
genLeftIcon: function genLeftIcon() {
|
|
520
471
|
var h = this.$createElement;
|
|
521
|
-
|
|
522
472
|
if (this.slots('left-icon')) {
|
|
523
473
|
return h("div", {
|
|
524
474
|
"attrs": {
|
|
@@ -558,7 +508,6 @@ export default createComponent({
|
|
|
558
508
|
var h = this.$createElement;
|
|
559
509
|
var slots = this.slots;
|
|
560
510
|
var showRightIcon = slots('right-icon') || this.rightIcon;
|
|
561
|
-
|
|
562
511
|
if (showRightIcon) {
|
|
563
512
|
return h("div", {
|
|
564
513
|
"class": bem('right-icon'),
|
|
@@ -575,7 +524,6 @@ export default createComponent({
|
|
|
575
524
|
},
|
|
576
525
|
genWordLimit: function genWordLimit() {
|
|
577
526
|
var h = this.$createElement;
|
|
578
|
-
|
|
579
527
|
if (this.showWordLimit && this.maxlength) {
|
|
580
528
|
var count = (this.value || '').length;
|
|
581
529
|
return h("div", {
|
|
@@ -587,13 +535,10 @@ export default createComponent({
|
|
|
587
535
|
},
|
|
588
536
|
genMessage: function genMessage() {
|
|
589
537
|
var h = this.$createElement;
|
|
590
|
-
|
|
591
538
|
if (this.ztForm && this.ztForm.showErrorMessage === false) {
|
|
592
539
|
return;
|
|
593
540
|
}
|
|
594
|
-
|
|
595
541
|
var message = this.errorMessage || this.validateMessage;
|
|
596
|
-
|
|
597
542
|
if (message) {
|
|
598
543
|
var errorMessageAlign = this.getProp('errorMessageAlign');
|
|
599
544
|
return h("div", {
|
|
@@ -605,7 +550,6 @@ export default createComponent({
|
|
|
605
550
|
if (isDef(this[key])) {
|
|
606
551
|
return this[key];
|
|
607
552
|
}
|
|
608
|
-
|
|
609
553
|
if (this.ztForm && isDef(this.ztForm[key])) {
|
|
610
554
|
return this.ztForm[key];
|
|
611
555
|
}
|
|
@@ -613,11 +557,9 @@ export default createComponent({
|
|
|
613
557
|
genLabel: function genLabel() {
|
|
614
558
|
var h = this.$createElement;
|
|
615
559
|
var colon = this.getProp('colon') ? ':' : '';
|
|
616
|
-
|
|
617
560
|
if (this.slots('label')) {
|
|
618
561
|
return [this.slots('label'), colon];
|
|
619
562
|
}
|
|
620
|
-
|
|
621
563
|
if (this.label) {
|
|
622
564
|
return h("span", {
|
|
623
565
|
"class": bem('label-content')
|
|
@@ -627,35 +569,31 @@ export default createComponent({
|
|
|
627
569
|
},
|
|
628
570
|
render: function render() {
|
|
629
571
|
var _bem2;
|
|
630
|
-
|
|
631
572
|
var h = arguments[0];
|
|
632
573
|
var slots = this.slots;
|
|
633
574
|
var disabled = this.getProp('disabled');
|
|
634
575
|
var labelAlign = this.getProp('labelAlign');
|
|
635
576
|
var scopedSlots = {};
|
|
636
577
|
var SlotIcon = this.genLeftIcon();
|
|
637
|
-
|
|
638
578
|
if (SlotIcon) {
|
|
639
579
|
scopedSlots.icon = function () {
|
|
640
580
|
return SlotIcon;
|
|
641
581
|
};
|
|
642
582
|
}
|
|
643
|
-
|
|
644
583
|
var Label = this.genLabel();
|
|
645
|
-
|
|
646
584
|
if (Label) {
|
|
647
585
|
scopedSlots.title = function () {
|
|
648
586
|
return Label;
|
|
649
587
|
};
|
|
650
|
-
}
|
|
588
|
+
}
|
|
589
|
+
|
|
590
|
+
// const extra = this.slots('extra');
|
|
651
591
|
// if (extra) {
|
|
652
592
|
// scopedSlots.extra = () => extra;
|
|
653
593
|
// }
|
|
654
594
|
|
|
655
|
-
|
|
656
595
|
if (this.direction === 'column') {
|
|
657
596
|
var _bem;
|
|
658
|
-
|
|
659
597
|
return h("div", {
|
|
660
598
|
"class": [bem('root'), bem("column")]
|
|
661
599
|
}, [h(Cell, {
|
|
@@ -730,7 +668,6 @@ export default createComponent({
|
|
|
730
668
|
"class": bem('button')
|
|
731
669
|
}, [slots('button')]), slots('extra')])])]), this.genMessage()]);
|
|
732
670
|
}
|
|
733
|
-
|
|
734
671
|
return h("div", {
|
|
735
672
|
"class": bem('root')
|
|
736
673
|
}, [h(Cell, {
|
package/es/fold-dialog/index.js
CHANGED
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { createNamespace } from '../utils';
|
|
2
|
-
|
|
3
2
|
var _createNamespace = createNamespace('fold-dialog'),
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
createComponent = _createNamespace[0],
|
|
4
|
+
bem = _createNamespace[1];
|
|
7
5
|
export default createComponent({
|
|
8
6
|
props: {
|
|
9
7
|
title: {
|
|
@@ -41,11 +39,9 @@ export default createComponent({
|
|
|
41
39
|
// 是否被截取
|
|
42
40
|
var isCutOut = this.offset !== this.content.length;
|
|
43
41
|
var realText = this.content;
|
|
44
|
-
|
|
45
42
|
if (isCutOut && !this.expanded) {
|
|
46
43
|
realText = this.content.slice(0, this.offset) + "...";
|
|
47
44
|
}
|
|
48
|
-
|
|
49
45
|
return realText;
|
|
50
46
|
}
|
|
51
47
|
},
|
|
@@ -55,10 +51,8 @@ export default createComponent({
|
|
|
55
51
|
methods: {
|
|
56
52
|
init: function init() {
|
|
57
53
|
var _this = this;
|
|
58
|
-
|
|
59
54
|
var _this$getLines = this.getLines(),
|
|
60
|
-
|
|
61
|
-
|
|
55
|
+
len = _this$getLines.len;
|
|
62
56
|
if (len === 0) {
|
|
63
57
|
setTimeout(function () {
|
|
64
58
|
_this.init();
|
|
@@ -69,7 +63,6 @@ export default createComponent({
|
|
|
69
63
|
this.$nextTick(function () {
|
|
70
64
|
_this.buttonBoxWidth = _this.$refs.buttonRef.clientWidth;
|
|
71
65
|
_this.textBoxWidth = _this.$refs.textOverflow.clientWidth;
|
|
72
|
-
|
|
73
66
|
_this.calculateOffset(0, _this.content.length);
|
|
74
67
|
});
|
|
75
68
|
}
|
|
@@ -77,39 +70,31 @@ export default createComponent({
|
|
|
77
70
|
},
|
|
78
71
|
calculateOffset: function calculateOffset(from, to) {
|
|
79
72
|
var _this2 = this;
|
|
80
|
-
|
|
81
73
|
this.$nextTick(function () {
|
|
82
74
|
if (Math.abs(from - to) <= 1) return;
|
|
83
|
-
|
|
84
75
|
if (_this2.isOverflow()) {
|
|
85
76
|
to = _this2.offset;
|
|
86
77
|
} else {
|
|
87
78
|
from = _this2.offset;
|
|
88
79
|
}
|
|
89
|
-
|
|
90
80
|
_this2.offset = Math.floor((from + to) / 2);
|
|
91
|
-
|
|
92
81
|
_this2.calculateOffset(from, to);
|
|
93
82
|
});
|
|
94
83
|
},
|
|
95
84
|
isOverflow: function isOverflow() {
|
|
96
85
|
var _this$getLines2 = this.getLines(),
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
86
|
+
len = _this$getLines2.len,
|
|
87
|
+
lastWidth = _this$getLines2.lastWidth;
|
|
100
88
|
if (len < this.maxLines) {
|
|
101
89
|
return false;
|
|
102
90
|
}
|
|
103
|
-
|
|
104
91
|
if (this.maxLines) {
|
|
105
92
|
// 超出部分 行数 > 最大行数 或则 已经是最大行数但最后一行宽度 + 后面内容超出正常宽度
|
|
106
93
|
var lastLineOver = !!(len === this.maxLines && lastWidth + this.buttonBoxWidth > this.textBoxWidth);
|
|
107
|
-
|
|
108
94
|
if (len > this.maxLines || lastLineOver) {
|
|
109
95
|
return true;
|
|
110
96
|
}
|
|
111
97
|
}
|
|
112
|
-
|
|
113
98
|
return false;
|
|
114
99
|
},
|
|
115
100
|
getLines: function getLines() {
|
package/es/form/index.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { createNamespace } from '../utils';
|
|
2
2
|
import { sortChildren } from '../utils/vnodes';
|
|
3
|
-
|
|
4
3
|
var _createNamespace = createNamespace('form'),
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
createComponent = _createNamespace[0],
|
|
5
|
+
bem = _createNamespace[1];
|
|
8
6
|
export default createComponent({
|
|
9
7
|
props: {
|
|
10
8
|
colon: Boolean,
|
|
@@ -50,17 +48,13 @@ export default createComponent({
|
|
|
50
48
|
return names.indexOf(field.name) !== -1;
|
|
51
49
|
});
|
|
52
50
|
}
|
|
53
|
-
|
|
54
51
|
return this.fields;
|
|
55
52
|
},
|
|
56
53
|
validateSeq: function validateSeq(names) {
|
|
57
54
|
var _this = this;
|
|
58
|
-
|
|
59
55
|
return new Promise(function (resolve, reject) {
|
|
60
56
|
var errors = [];
|
|
61
|
-
|
|
62
57
|
var fields = _this.getFieldsByNames(names);
|
|
63
|
-
|
|
64
58
|
fields.reduce(function (promise, field) {
|
|
65
59
|
return promise.then(function () {
|
|
66
60
|
if (!errors.length) {
|
|
@@ -82,17 +76,14 @@ export default createComponent({
|
|
|
82
76
|
},
|
|
83
77
|
validateFields: function validateFields(names) {
|
|
84
78
|
var _this2 = this;
|
|
85
|
-
|
|
86
79
|
return new Promise(function (resolve, reject) {
|
|
87
80
|
var fields = _this2.getFieldsByNames(names);
|
|
88
|
-
|
|
89
81
|
Promise.all(fields.map(function (item) {
|
|
90
82
|
return item.validate();
|
|
91
83
|
})).then(function (errors) {
|
|
92
84
|
errors = errors.filter(function (item) {
|
|
93
85
|
return item;
|
|
94
86
|
});
|
|
95
|
-
|
|
96
87
|
if (errors.length) {
|
|
97
88
|
reject(errors);
|
|
98
89
|
} else {
|
|
@@ -106,14 +97,12 @@ export default createComponent({
|
|
|
106
97
|
if (name && !Array.isArray(name)) {
|
|
107
98
|
return this.validateField(name);
|
|
108
99
|
}
|
|
109
|
-
|
|
110
100
|
return this.validateFirst ? this.validateSeq(name) : this.validateFields(name);
|
|
111
101
|
},
|
|
112
102
|
validateField: function validateField(name) {
|
|
113
103
|
var matched = this.fields.filter(function (item) {
|
|
114
104
|
return item.name === name;
|
|
115
105
|
});
|
|
116
|
-
|
|
117
106
|
if (matched.length) {
|
|
118
107
|
return new Promise(function (resolve, reject) {
|
|
119
108
|
matched[0].validate().then(function (error) {
|
|
@@ -125,7 +114,6 @@ export default createComponent({
|
|
|
125
114
|
});
|
|
126
115
|
});
|
|
127
116
|
}
|
|
128
|
-
|
|
129
117
|
return Promise.reject();
|
|
130
118
|
},
|
|
131
119
|
// @exposed-api
|
|
@@ -133,7 +121,6 @@ export default createComponent({
|
|
|
133
121
|
if (name && !Array.isArray(name)) {
|
|
134
122
|
name = [name];
|
|
135
123
|
}
|
|
136
|
-
|
|
137
124
|
var fields = this.getFieldsByNames(name);
|
|
138
125
|
fields.forEach(function (item) {
|
|
139
126
|
item.resetValidation();
|
|
@@ -146,7 +133,6 @@ export default createComponent({
|
|
|
146
133
|
item.$el.scrollIntoView(options);
|
|
147
134
|
return true;
|
|
148
135
|
}
|
|
149
|
-
|
|
150
136
|
return false;
|
|
151
137
|
});
|
|
152
138
|
},
|
|
@@ -172,7 +158,6 @@ export default createComponent({
|
|
|
172
158
|
// @exposed-api
|
|
173
159
|
submit: function submit() {
|
|
174
160
|
var _this3 = this;
|
|
175
|
-
|
|
176
161
|
var values = this.getValues();
|
|
177
162
|
this.validate().then(function () {
|
|
178
163
|
_this3.$emit('submit', values);
|
|
@@ -181,7 +166,6 @@ export default createComponent({
|
|
|
181
166
|
values: values,
|
|
182
167
|
errors: errors
|
|
183
168
|
});
|
|
184
|
-
|
|
185
169
|
if (_this3.scrollToError) {
|
|
186
170
|
_this3.scrollToField(errors[0].name);
|
|
187
171
|
}
|
package/es/grid/index.js
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { createNamespace, addUnit } from '../utils';
|
|
2
2
|
import { BORDER_TOP } from '../utils/constant';
|
|
3
3
|
import { ParentMixin } from '../mixins/relation';
|
|
4
|
-
|
|
5
4
|
var _createNamespace = createNamespace('grid'),
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
5
|
+
createComponent = _createNamespace[0],
|
|
6
|
+
bem = _createNamespace[1];
|
|
9
7
|
export default createComponent({
|
|
10
8
|
mixins: [ParentMixin('ztGrid')],
|
|
11
9
|
props: {
|
|
@@ -30,7 +28,6 @@ export default createComponent({
|
|
|
30
28
|
computed: {
|
|
31
29
|
style: function style() {
|
|
32
30
|
var gutter = this.gutter;
|
|
33
|
-
|
|
34
31
|
if (gutter) {
|
|
35
32
|
return {
|
|
36
33
|
paddingLeft: addUnit(gutter)
|
|
@@ -40,7 +37,6 @@ export default createComponent({
|
|
|
40
37
|
},
|
|
41
38
|
render: function render() {
|
|
42
39
|
var _ref;
|
|
43
|
-
|
|
44
40
|
var h = arguments[0];
|
|
45
41
|
return h("div", {
|
|
46
42
|
"style": this.style,
|