mcrm-mobile 2.0.0 → 2.0.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/biz/index.js +19 -4
- package/es/index.js +1 -1
- package/es/menus/index.js +110 -6
- package/es/mixins/menus.js +5 -0
- package/lib/biz/index.js +19 -4
- package/lib/index.js +1 -1
- package/lib/mcrm-mobile.js +10167 -10043
- package/lib/mcrm-mobile.min.js +11 -11
- package/lib/menus/index.js +110 -5
- package/lib/mixins/menus.js +5 -0
- package/package.json +1 -1
- package/vetur/attributes.json +467 -460
- package/vetur/tags.json +133 -132
- package/vetur/web-types.json +1062 -1050
package/vetur/tags.json
CHANGED
|
@@ -21,24 +21,6 @@
|
|
|
21
21
|
"get-container"
|
|
22
22
|
]
|
|
23
23
|
},
|
|
24
|
-
"mm-biz": {
|
|
25
|
-
"attributes": [
|
|
26
|
-
"tab-list",
|
|
27
|
-
"normal-list",
|
|
28
|
-
"offset-top",
|
|
29
|
-
"show-more",
|
|
30
|
-
"custom-event",
|
|
31
|
-
"disabled",
|
|
32
|
-
"disabled-text",
|
|
33
|
-
"gray",
|
|
34
|
-
"syb-info",
|
|
35
|
-
"show-hot",
|
|
36
|
-
"row",
|
|
37
|
-
"custom-event-list",
|
|
38
|
-
"route-list",
|
|
39
|
-
"hide-header-list"
|
|
40
|
-
]
|
|
41
|
-
},
|
|
42
24
|
"mm-address-picker": {
|
|
43
25
|
"attributes": [
|
|
44
26
|
"landscape",
|
|
@@ -56,6 +38,52 @@
|
|
|
56
38
|
"max"
|
|
57
39
|
]
|
|
58
40
|
},
|
|
41
|
+
"mm-calendar": {
|
|
42
|
+
"attributes": [
|
|
43
|
+
"type",
|
|
44
|
+
"title",
|
|
45
|
+
"color",
|
|
46
|
+
"min-date",
|
|
47
|
+
"max-date",
|
|
48
|
+
"default-date",
|
|
49
|
+
"row-height",
|
|
50
|
+
"formatter",
|
|
51
|
+
"poppable",
|
|
52
|
+
"lazy-render",
|
|
53
|
+
"show-mark",
|
|
54
|
+
"show-title",
|
|
55
|
+
"show-subtitle",
|
|
56
|
+
"show-confirm",
|
|
57
|
+
"readonly",
|
|
58
|
+
"confirm-text",
|
|
59
|
+
"confirm-disabled-text",
|
|
60
|
+
"first-day-of-week"
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
"mm-poppable": {
|
|
64
|
+
"attributes": [
|
|
65
|
+
"v-model",
|
|
66
|
+
"position",
|
|
67
|
+
"round",
|
|
68
|
+
"close-on-popstate",
|
|
69
|
+
"close-on-click-overlay",
|
|
70
|
+
"safe-area-inset-bottom",
|
|
71
|
+
"get-container"
|
|
72
|
+
]
|
|
73
|
+
},
|
|
74
|
+
"mm-range": {
|
|
75
|
+
"attributes": [
|
|
76
|
+
"max-range",
|
|
77
|
+
"range-prompt",
|
|
78
|
+
"allow-same-day"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
"mm-multiple": {
|
|
82
|
+
"attributes": [
|
|
83
|
+
"max-range",
|
|
84
|
+
"range-prompt"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
59
87
|
"mm-button": {
|
|
60
88
|
"attributes": [
|
|
61
89
|
"size",
|
|
@@ -75,18 +103,22 @@
|
|
|
75
103
|
"icon-position"
|
|
76
104
|
]
|
|
77
105
|
},
|
|
78
|
-
"mm-
|
|
106
|
+
"mm-biz": {
|
|
79
107
|
"attributes": [
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
108
|
+
"tab-list",
|
|
109
|
+
"normal-list",
|
|
110
|
+
"offset-top",
|
|
111
|
+
"show-more",
|
|
112
|
+
"custom-event",
|
|
113
|
+
"disabled",
|
|
114
|
+
"disabled-text",
|
|
115
|
+
"gray",
|
|
116
|
+
"syb-info",
|
|
117
|
+
"show-hot",
|
|
118
|
+
"row",
|
|
119
|
+
"custom-event-list",
|
|
120
|
+
"route-list",
|
|
121
|
+
"hide-header-list"
|
|
90
122
|
]
|
|
91
123
|
},
|
|
92
124
|
"mm-cell-group": {
|
|
@@ -118,50 +150,18 @@
|
|
|
118
150
|
"short-border"
|
|
119
151
|
]
|
|
120
152
|
},
|
|
121
|
-
"mm-
|
|
153
|
+
"mm-card": {
|
|
122
154
|
"attributes": [
|
|
123
|
-
"
|
|
155
|
+
"shadow",
|
|
156
|
+
"icon",
|
|
157
|
+
"radius",
|
|
124
158
|
"title",
|
|
159
|
+
"background",
|
|
125
160
|
"color",
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"formatter",
|
|
131
|
-
"poppable",
|
|
132
|
-
"lazy-render",
|
|
133
|
-
"show-mark",
|
|
134
|
-
"show-title",
|
|
135
|
-
"show-subtitle",
|
|
136
|
-
"show-confirm",
|
|
137
|
-
"readonly",
|
|
138
|
-
"confirm-text",
|
|
139
|
-
"confirm-disabled-text",
|
|
140
|
-
"first-day-of-week"
|
|
141
|
-
]
|
|
142
|
-
},
|
|
143
|
-
"mm-poppable": {
|
|
144
|
-
"attributes": [
|
|
145
|
-
"v-model",
|
|
146
|
-
"position",
|
|
147
|
-
"round",
|
|
148
|
-
"close-on-popstate",
|
|
149
|
-
"close-on-click-overlay",
|
|
150
|
-
"safe-area-inset-bottom",
|
|
151
|
-
"get-container"
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
|
-
"mm-range": {
|
|
155
|
-
"attributes": [
|
|
156
|
-
"max-range",
|
|
157
|
-
"range-prompt",
|
|
158
|
-
"allow-same-day"
|
|
159
|
-
]
|
|
160
|
-
},
|
|
161
|
-
"mm-multiple": {
|
|
162
|
-
"attributes": [
|
|
163
|
-
"max-range",
|
|
164
|
-
"range-prompt"
|
|
161
|
+
"box-shadow",
|
|
162
|
+
"is-margin",
|
|
163
|
+
"is-padding",
|
|
164
|
+
"is-link"
|
|
165
165
|
]
|
|
166
166
|
},
|
|
167
167
|
"mm-checkbox": {
|
|
@@ -187,6 +187,22 @@
|
|
|
187
187
|
"checked-color"
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
|
+
"mm-circle": {
|
|
191
|
+
"attributes": [
|
|
192
|
+
"v-model",
|
|
193
|
+
"rate",
|
|
194
|
+
"size",
|
|
195
|
+
"color",
|
|
196
|
+
"layer-color",
|
|
197
|
+
"fill",
|
|
198
|
+
"speed",
|
|
199
|
+
"text",
|
|
200
|
+
"stroke-width",
|
|
201
|
+
"stroke-linecap",
|
|
202
|
+
"clockwise",
|
|
203
|
+
"total"
|
|
204
|
+
]
|
|
205
|
+
},
|
|
190
206
|
"mm-collapse": {
|
|
191
207
|
"attributes": [
|
|
192
208
|
"v-model",
|
|
@@ -226,22 +242,6 @@
|
|
|
226
242
|
"tag"
|
|
227
243
|
]
|
|
228
244
|
},
|
|
229
|
-
"mm-circle": {
|
|
230
|
-
"attributes": [
|
|
231
|
-
"v-model",
|
|
232
|
-
"rate",
|
|
233
|
-
"size",
|
|
234
|
-
"color",
|
|
235
|
-
"layer-color",
|
|
236
|
-
"fill",
|
|
237
|
-
"speed",
|
|
238
|
-
"text",
|
|
239
|
-
"stroke-width",
|
|
240
|
-
"stroke-linecap",
|
|
241
|
-
"clockwise",
|
|
242
|
-
"total"
|
|
243
|
-
]
|
|
244
|
-
},
|
|
245
245
|
"mm-count-down": {
|
|
246
246
|
"attributes": [
|
|
247
247
|
"time",
|
|
@@ -261,6 +261,23 @@
|
|
|
261
261
|
"isRange"
|
|
262
262
|
]
|
|
263
263
|
},
|
|
264
|
+
"mm-dialog": {
|
|
265
|
+
"attributes": [
|
|
266
|
+
"v-model",
|
|
267
|
+
"title",
|
|
268
|
+
"message",
|
|
269
|
+
"message-align",
|
|
270
|
+
"show-confirm-button",
|
|
271
|
+
"show-cancel-button",
|
|
272
|
+
"confirm-button-text",
|
|
273
|
+
"cancel-button-text",
|
|
274
|
+
"overlay",
|
|
275
|
+
"close-on-click-overlay",
|
|
276
|
+
"lock-scroll",
|
|
277
|
+
"before-close",
|
|
278
|
+
"get-container"
|
|
279
|
+
]
|
|
280
|
+
},
|
|
264
281
|
"mm-datetime-picker": {
|
|
265
282
|
"attributes": [
|
|
266
283
|
"type",
|
|
@@ -280,23 +297,6 @@
|
|
|
280
297
|
"visible-item-count"
|
|
281
298
|
]
|
|
282
299
|
},
|
|
283
|
-
"mm-dialog": {
|
|
284
|
-
"attributes": [
|
|
285
|
-
"v-model",
|
|
286
|
-
"title",
|
|
287
|
-
"message",
|
|
288
|
-
"message-align",
|
|
289
|
-
"show-confirm-button",
|
|
290
|
-
"show-cancel-button",
|
|
291
|
-
"confirm-button-text",
|
|
292
|
-
"cancel-button-text",
|
|
293
|
-
"overlay",
|
|
294
|
-
"close-on-click-overlay",
|
|
295
|
-
"lock-scroll",
|
|
296
|
-
"before-close",
|
|
297
|
-
"get-container"
|
|
298
|
-
]
|
|
299
|
-
},
|
|
300
300
|
"mm-divider": {
|
|
301
301
|
"attributes": [
|
|
302
302
|
"dashed",
|
|
@@ -336,13 +336,6 @@
|
|
|
336
336
|
"get-container"
|
|
337
337
|
]
|
|
338
338
|
},
|
|
339
|
-
"mm-empty": {
|
|
340
|
-
"attributes": [
|
|
341
|
-
"image",
|
|
342
|
-
"image-size",
|
|
343
|
-
"description"
|
|
344
|
-
]
|
|
345
|
-
},
|
|
346
339
|
"mm-field": {
|
|
347
340
|
"attributes": [
|
|
348
341
|
"label",
|
|
@@ -366,6 +359,13 @@
|
|
|
366
359
|
"regular"
|
|
367
360
|
]
|
|
368
361
|
},
|
|
362
|
+
"mm-empty": {
|
|
363
|
+
"attributes": [
|
|
364
|
+
"image",
|
|
365
|
+
"image-size",
|
|
366
|
+
"description"
|
|
367
|
+
]
|
|
368
|
+
},
|
|
369
369
|
"mm-goods-action": {
|
|
370
370
|
"attributes": [
|
|
371
371
|
"safe-area-inset-bottom",
|
|
@@ -399,18 +399,6 @@
|
|
|
399
399
|
"replace"
|
|
400
400
|
]
|
|
401
401
|
},
|
|
402
|
-
"mm-icon": {
|
|
403
|
-
"attributes": [
|
|
404
|
-
"name",
|
|
405
|
-
"dot",
|
|
406
|
-
"badge",
|
|
407
|
-
"info",
|
|
408
|
-
"color",
|
|
409
|
-
"size",
|
|
410
|
-
"class-prefix",
|
|
411
|
-
"tag"
|
|
412
|
-
]
|
|
413
|
-
},
|
|
414
402
|
"mm-grid": {
|
|
415
403
|
"attributes": [
|
|
416
404
|
"column-num",
|
|
@@ -435,6 +423,18 @@
|
|
|
435
423
|
"replace"
|
|
436
424
|
]
|
|
437
425
|
},
|
|
426
|
+
"mm-icon": {
|
|
427
|
+
"attributes": [
|
|
428
|
+
"name",
|
|
429
|
+
"dot",
|
|
430
|
+
"badge",
|
|
431
|
+
"info",
|
|
432
|
+
"color",
|
|
433
|
+
"size",
|
|
434
|
+
"class-prefix",
|
|
435
|
+
"tag"
|
|
436
|
+
]
|
|
437
|
+
},
|
|
438
438
|
"mm-image": {
|
|
439
439
|
"attributes": [
|
|
440
440
|
"src",
|
|
@@ -545,7 +545,8 @@
|
|
|
545
545
|
"row",
|
|
546
546
|
"custom-event-list",
|
|
547
547
|
"route-list",
|
|
548
|
-
"hide-header-list"
|
|
548
|
+
"hide-header-list",
|
|
549
|
+
"draggable"
|
|
549
550
|
]
|
|
550
551
|
},
|
|
551
552
|
"mm-nav-bar": {
|
|
@@ -904,27 +905,27 @@
|
|
|
904
905
|
"stop-propagation"
|
|
905
906
|
]
|
|
906
907
|
},
|
|
907
|
-
"mm-switch": {
|
|
908
|
+
"mm-switch-cell": {
|
|
908
909
|
"attributes": [
|
|
909
910
|
"v-model",
|
|
910
|
-
"
|
|
911
|
+
"title",
|
|
911
912
|
"disabled",
|
|
913
|
+
"loading",
|
|
912
914
|
"size",
|
|
913
915
|
"active-color",
|
|
914
|
-
"inactive-color"
|
|
915
|
-
"active-value",
|
|
916
|
-
"inactive-value"
|
|
916
|
+
"inactive-color"
|
|
917
917
|
]
|
|
918
918
|
},
|
|
919
|
-
"mm-switch
|
|
919
|
+
"mm-switch": {
|
|
920
920
|
"attributes": [
|
|
921
921
|
"v-model",
|
|
922
|
-
"title",
|
|
923
|
-
"disabled",
|
|
924
922
|
"loading",
|
|
923
|
+
"disabled",
|
|
925
924
|
"size",
|
|
926
925
|
"active-color",
|
|
927
|
-
"inactive-color"
|
|
926
|
+
"inactive-color",
|
|
927
|
+
"active-value",
|
|
928
|
+
"inactive-value"
|
|
928
929
|
]
|
|
929
930
|
},
|
|
930
931
|
"mm-tabs": {
|