vuv-ui 1.0.9 → 1.0.11
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/package.json +8 -3
- package/src/components/button/Data.vue +11 -0
- package/vuv-ui/components/index.d.ts +445 -0
- package/vuv-ui/src/components/index.d.ts +3 -445
- package/vuv-ui/style.css +1 -1
- package/vuv-ui/vuv-ui.es.js +551 -553
- package/vuv-ui/vuv-ui.umd.js +1 -1
- /package/vuv-ui/{src/components → components}/button/Data.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/button/View.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/button/index.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/collapse/Data.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/collapse/View.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/collapse/index.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/numberBxo/Data.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/numberBxo/View.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/numberBxo/index.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/textarea/Data.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/textarea/View.vue.d.ts +0 -0
- /package/vuv-ui/{src/components → components}/textarea/index.d.ts +0 -0
- /package/vuv-ui/{src/main.d.ts → main.d.ts} +0 -0
package/vuv-ui/vuv-ui.es.js
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
1
|
+
import { defineComponent as _, openBlock as y, createElementBlock as w, normalizeClass as N, normalizeStyle as $, createVNode as e, unref as u, withCtx as t, createTextVNode as v, toDisplayString as S, createCommentVNode as U, ref as c, onMounted as z, createBlock as P, resolveComponent as V, watch as j, computed as E, Fragment as O, renderList as D, createElementVNode as f, pushScopeId as M, popScopeId as q } from "vue";
|
|
2
2
|
import { uvButton as W, uvStepper as H, uvCollapse as A, uvCollapseItem as F } from "uv-ui";
|
|
3
|
-
|
|
3
|
+
import d from "element-plus";
|
|
4
|
+
const G = _({
|
|
4
5
|
name: "ButtonView"
|
|
5
|
-
}), R = /* @__PURE__ */
|
|
6
|
+
}), R = /* @__PURE__ */ _({
|
|
6
7
|
...G,
|
|
7
8
|
props: {
|
|
8
9
|
data: {
|
|
@@ -11,46 +12,46 @@ const G = c({
|
|
|
11
12
|
}
|
|
12
13
|
}
|
|
13
14
|
},
|
|
14
|
-
setup(
|
|
15
|
-
return (
|
|
15
|
+
setup(s) {
|
|
16
|
+
return (i, l) => s.data && s.data.options ? (y(), w("div", {
|
|
16
17
|
key: 0,
|
|
17
|
-
class: N(["button_box", { plain:
|
|
18
|
-
style:
|
|
18
|
+
class: N(["button_box", { plain: s.data.options.plain }]),
|
|
19
|
+
style: $({ "justify-content": s.data.options.position })
|
|
19
20
|
}, [
|
|
20
|
-
e(
|
|
21
|
-
type:
|
|
22
|
-
bgColor:
|
|
23
|
-
disabled:
|
|
24
|
-
color:
|
|
25
|
-
round:
|
|
26
|
-
square:
|
|
27
|
-
size:
|
|
28
|
-
loading:
|
|
29
|
-
icon:
|
|
30
|
-
style:
|
|
31
|
-
width:
|
|
32
|
-
height:
|
|
21
|
+
e(u(W), {
|
|
22
|
+
type: s.data.options.type || "primary",
|
|
23
|
+
bgColor: s.data.options.color,
|
|
24
|
+
disabled: s.data.options.disabled,
|
|
25
|
+
color: s.data.options.textColor,
|
|
26
|
+
round: s.data.options.shape == "circle",
|
|
27
|
+
square: s.data.options.shape == "square",
|
|
28
|
+
size: s.data.options.size,
|
|
29
|
+
loading: s.data.options.loading,
|
|
30
|
+
icon: s.data.options.icon,
|
|
31
|
+
style: $({
|
|
32
|
+
width: s.data.options.width + "px",
|
|
33
|
+
height: s.data.options.height + "px"
|
|
33
34
|
})
|
|
34
35
|
}, {
|
|
35
36
|
default: t(() => [
|
|
36
|
-
|
|
37
|
+
v(S(s.data.options.text || "按钮"), 1)
|
|
37
38
|
]),
|
|
38
39
|
_: 1
|
|
39
40
|
}, 8, ["type", "bgColor", "disabled", "color", "round", "square", "size", "loading", "icon", "style"])
|
|
40
|
-
], 6)) :
|
|
41
|
+
], 6)) : U("", !0);
|
|
41
42
|
}
|
|
42
43
|
});
|
|
43
|
-
const
|
|
44
|
-
const l =
|
|
45
|
-
for (const [
|
|
46
|
-
l[
|
|
44
|
+
const k = (s, i) => {
|
|
45
|
+
const l = s.__vccOpts || s;
|
|
46
|
+
for (const [r, p] of i)
|
|
47
|
+
l[r] = p;
|
|
47
48
|
return l;
|
|
48
|
-
}, X = /* @__PURE__ */
|
|
49
|
+
}, X = /* @__PURE__ */ k(R, [["__scopeId", "data-v-8b545b2a"]]), J = {
|
|
49
50
|
key: 0,
|
|
50
51
|
class: "banner-content"
|
|
51
|
-
}, K =
|
|
52
|
+
}, K = _({
|
|
52
53
|
name: "ButtonData"
|
|
53
|
-
}), Q = /* @__PURE__ */
|
|
54
|
+
}), Q = /* @__PURE__ */ _({
|
|
54
55
|
...K,
|
|
55
56
|
props: {
|
|
56
57
|
data: {
|
|
@@ -59,344 +60,341 @@ const T = (u, s) => {
|
|
|
59
60
|
}
|
|
60
61
|
}
|
|
61
62
|
},
|
|
62
|
-
setup(
|
|
63
|
-
const
|
|
64
|
-
return
|
|
65
|
-
console.log(
|
|
66
|
-
}), (
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
})
|
|
395
|
-
])) : k("", !0);
|
|
396
|
-
};
|
|
63
|
+
setup(s) {
|
|
64
|
+
const i = s, l = c(), r = c(), p = c(!1);
|
|
65
|
+
return z(() => {
|
|
66
|
+
console.log(i.data, i, "参数接收"), i.data && (r.value = i.data.data, l.value = i.data.options, p.value = !0);
|
|
67
|
+
}), (g, a) => p.value ? (y(), w("div", J, [
|
|
68
|
+
e(u(d), { "label-width": "100px" }, {
|
|
69
|
+
default: t(() => [
|
|
70
|
+
e(u(d), { label: "显示边框" }, {
|
|
71
|
+
default: t(() => [
|
|
72
|
+
e(u(d), {
|
|
73
|
+
modelValue: l.value.hairline,
|
|
74
|
+
"onUpdate:modelValue": a[0] || (a[0] = (n) => l.value.hairline = n)
|
|
75
|
+
}, null, 8, ["modelValue"])
|
|
76
|
+
]),
|
|
77
|
+
_: 1
|
|
78
|
+
}),
|
|
79
|
+
e(u(d), { label: "宽度" }, {
|
|
80
|
+
default: t(() => [
|
|
81
|
+
e(u(d), {
|
|
82
|
+
modelValue: l.value.width,
|
|
83
|
+
"onUpdate:modelValue": a[1] || (a[1] = (n) => l.value.width = n)
|
|
84
|
+
}, null, 8, ["modelValue"])
|
|
85
|
+
]),
|
|
86
|
+
_: 1
|
|
87
|
+
}),
|
|
88
|
+
e(u(d), { label: "高度" }, {
|
|
89
|
+
default: t(() => [
|
|
90
|
+
e(u(d), {
|
|
91
|
+
modelValue: l.value.height,
|
|
92
|
+
"onUpdate:modelValue": a[2] || (a[2] = (n) => l.value.height = n)
|
|
93
|
+
}, null, 8, ["modelValue"])
|
|
94
|
+
]),
|
|
95
|
+
_: 1
|
|
96
|
+
}),
|
|
97
|
+
e(u(d), { label: "主题颜色" }, {
|
|
98
|
+
default: t(() => [
|
|
99
|
+
e(u(d), {
|
|
100
|
+
modelValue: l.value.type,
|
|
101
|
+
"onUpdate:modelValue": a[3] || (a[3] = (n) => l.value.type = n),
|
|
102
|
+
placeholder: "请选择",
|
|
103
|
+
style: { width: "180px" }
|
|
104
|
+
}, {
|
|
105
|
+
default: t(() => [
|
|
106
|
+
e(u(d), {
|
|
107
|
+
label: "primary",
|
|
108
|
+
value: "primary"
|
|
109
|
+
}),
|
|
110
|
+
e(u(d), {
|
|
111
|
+
label: "success",
|
|
112
|
+
value: "success"
|
|
113
|
+
}),
|
|
114
|
+
e(u(d), {
|
|
115
|
+
label: "info",
|
|
116
|
+
value: "info"
|
|
117
|
+
}),
|
|
118
|
+
e(u(d), {
|
|
119
|
+
label: "warning",
|
|
120
|
+
value: "warning"
|
|
121
|
+
}),
|
|
122
|
+
e(u(d), {
|
|
123
|
+
label: "error",
|
|
124
|
+
value: "error"
|
|
125
|
+
})
|
|
126
|
+
]),
|
|
127
|
+
_: 1
|
|
128
|
+
}, 8, ["modelValue"])
|
|
129
|
+
]),
|
|
130
|
+
_: 1
|
|
131
|
+
}),
|
|
132
|
+
e(u(d), { label: "大小" }, {
|
|
133
|
+
default: t(() => [
|
|
134
|
+
e(u(d), {
|
|
135
|
+
modelValue: l.value.size,
|
|
136
|
+
"onUpdate:modelValue": a[4] || (a[4] = (n) => l.value.size = n)
|
|
137
|
+
}, {
|
|
138
|
+
default: t(() => [
|
|
139
|
+
e(u(d), { label: "normal" }, {
|
|
140
|
+
default: t(() => [
|
|
141
|
+
v("normal")
|
|
142
|
+
]),
|
|
143
|
+
_: 1
|
|
144
|
+
}),
|
|
145
|
+
e(u(d), { label: "medium" }, {
|
|
146
|
+
default: t(() => [
|
|
147
|
+
v("medium")
|
|
148
|
+
]),
|
|
149
|
+
_: 1
|
|
150
|
+
}),
|
|
151
|
+
e(u(d), { label: "mini" }, {
|
|
152
|
+
default: t(() => [
|
|
153
|
+
v("mini")
|
|
154
|
+
]),
|
|
155
|
+
_: 1
|
|
156
|
+
})
|
|
157
|
+
]),
|
|
158
|
+
_: 1
|
|
159
|
+
}, 8, ["modelValue"])
|
|
160
|
+
]),
|
|
161
|
+
_: 1
|
|
162
|
+
}),
|
|
163
|
+
e(u(d), { label: "按钮位置" }, {
|
|
164
|
+
default: t(() => [
|
|
165
|
+
e(u(d), {
|
|
166
|
+
modelValue: l.value.position,
|
|
167
|
+
"onUpdate:modelValue": a[5] || (a[5] = (n) => l.value.position = n)
|
|
168
|
+
}, {
|
|
169
|
+
default: t(() => [
|
|
170
|
+
e(u(d), { label: "left" }, {
|
|
171
|
+
default: t(() => [
|
|
172
|
+
v("居左")
|
|
173
|
+
]),
|
|
174
|
+
_: 1
|
|
175
|
+
}),
|
|
176
|
+
e(u(d), { label: "center" }, {
|
|
177
|
+
default: t(() => [
|
|
178
|
+
v("居中")
|
|
179
|
+
]),
|
|
180
|
+
_: 1
|
|
181
|
+
}),
|
|
182
|
+
e(u(d), { label: "right" }, {
|
|
183
|
+
default: t(() => [
|
|
184
|
+
v("居右")
|
|
185
|
+
]),
|
|
186
|
+
_: 1
|
|
187
|
+
})
|
|
188
|
+
]),
|
|
189
|
+
_: 1
|
|
190
|
+
}, 8, ["modelValue"])
|
|
191
|
+
]),
|
|
192
|
+
_: 1
|
|
193
|
+
}),
|
|
194
|
+
e(u(d), { label: "形状" }, {
|
|
195
|
+
default: t(() => [
|
|
196
|
+
e(u(d), {
|
|
197
|
+
modelValue: l.value.shape,
|
|
198
|
+
"onUpdate:modelValue": a[6] || (a[6] = (n) => l.value.shape = n)
|
|
199
|
+
}, {
|
|
200
|
+
default: t(() => [
|
|
201
|
+
e(u(d), { label: "square" }, {
|
|
202
|
+
default: t(() => [
|
|
203
|
+
v("square")
|
|
204
|
+
]),
|
|
205
|
+
_: 1
|
|
206
|
+
}),
|
|
207
|
+
e(u(d), { label: "circle" }, {
|
|
208
|
+
default: t(() => [
|
|
209
|
+
v("circle")
|
|
210
|
+
]),
|
|
211
|
+
_: 1
|
|
212
|
+
})
|
|
213
|
+
]),
|
|
214
|
+
_: 1
|
|
215
|
+
}, 8, ["modelValue"])
|
|
216
|
+
]),
|
|
217
|
+
_: 1
|
|
218
|
+
}),
|
|
219
|
+
e(u(d), { label: "镂空" }, {
|
|
220
|
+
default: t(() => [
|
|
221
|
+
e(u(d), {
|
|
222
|
+
modelValue: l.value.plain,
|
|
223
|
+
"onUpdate:modelValue": a[7] || (a[7] = (n) => l.value.plain = n)
|
|
224
|
+
}, null, 8, ["modelValue"])
|
|
225
|
+
]),
|
|
226
|
+
_: 1
|
|
227
|
+
}),
|
|
228
|
+
e(u(d), { label: "禁用" }, {
|
|
229
|
+
default: t(() => [
|
|
230
|
+
e(u(d), {
|
|
231
|
+
modelValue: l.value.disabled,
|
|
232
|
+
"onUpdate:modelValue": a[8] || (a[8] = (n) => l.value.disabled = n)
|
|
233
|
+
}, null, 8, ["modelValue"])
|
|
234
|
+
]),
|
|
235
|
+
_: 1
|
|
236
|
+
}),
|
|
237
|
+
e(u(d), { label: "铺满" }, {
|
|
238
|
+
default: t(() => [
|
|
239
|
+
e(u(d), {
|
|
240
|
+
modelValue: l.value.fill,
|
|
241
|
+
"onUpdate:modelValue": a[9] || (a[9] = (n) => l.value.fill = n)
|
|
242
|
+
}, null, 8, ["modelValue"])
|
|
243
|
+
]),
|
|
244
|
+
_: 1
|
|
245
|
+
}),
|
|
246
|
+
e(u(d), { label: "loading图标" }, {
|
|
247
|
+
default: t(() => [
|
|
248
|
+
e(u(d), {
|
|
249
|
+
modelValue: l.value.loading,
|
|
250
|
+
"onUpdate:modelValue": a[10] || (a[10] = (n) => l.value.loading = n)
|
|
251
|
+
}, null, 8, ["modelValue"])
|
|
252
|
+
]),
|
|
253
|
+
_: 1
|
|
254
|
+
}),
|
|
255
|
+
e(u(d), { label: "加载中文字" }, {
|
|
256
|
+
default: t(() => [
|
|
257
|
+
e(u(d), {
|
|
258
|
+
modelValue: l.value.loadingText,
|
|
259
|
+
"onUpdate:modelValue": a[11] || (a[11] = (n) => l.value.loadingText = n),
|
|
260
|
+
style: { width: "180px" },
|
|
261
|
+
placeholder: "请输入",
|
|
262
|
+
clearable: ""
|
|
263
|
+
}, null, 8, ["modelValue"])
|
|
264
|
+
]),
|
|
265
|
+
_: 1
|
|
266
|
+
}),
|
|
267
|
+
e(u(d), { label: "开放能力" }, {
|
|
268
|
+
default: t(() => [
|
|
269
|
+
e(u(d), {
|
|
270
|
+
modelValue: l.value.openType,
|
|
271
|
+
"onUpdate:modelValue": a[12] || (a[12] = (n) => l.value.openType = n),
|
|
272
|
+
placeholder: "请选择",
|
|
273
|
+
style: { width: "180px" },
|
|
274
|
+
clearable: ""
|
|
275
|
+
}, {
|
|
276
|
+
default: t(() => [
|
|
277
|
+
e(u(d), {
|
|
278
|
+
label: "跳转页面",
|
|
279
|
+
value: "navigateTo"
|
|
280
|
+
}),
|
|
281
|
+
e(u(d), {
|
|
282
|
+
label: "获取用户信息",
|
|
283
|
+
value: "getUserInfo"
|
|
284
|
+
}),
|
|
285
|
+
e(u(d), {
|
|
286
|
+
label: "联系客服",
|
|
287
|
+
value: "contact"
|
|
288
|
+
}),
|
|
289
|
+
e(u(d), {
|
|
290
|
+
label: "获取手机号",
|
|
291
|
+
value: "getPhoneNumber"
|
|
292
|
+
}),
|
|
293
|
+
e(u(d), {
|
|
294
|
+
label: "打开授权设置",
|
|
295
|
+
value: "openSetting"
|
|
296
|
+
}),
|
|
297
|
+
e(u(d), {
|
|
298
|
+
label: "获取用户头像",
|
|
299
|
+
value: "chooseAvatar"
|
|
300
|
+
}),
|
|
301
|
+
e(u(d), {
|
|
302
|
+
label: "意见反馈",
|
|
303
|
+
value: "feedback"
|
|
304
|
+
}),
|
|
305
|
+
e(u(d), {
|
|
306
|
+
label: "分享",
|
|
307
|
+
value: "share"
|
|
308
|
+
}),
|
|
309
|
+
e(u(d), {
|
|
310
|
+
label: "自定义",
|
|
311
|
+
value: "customize"
|
|
312
|
+
})
|
|
313
|
+
]),
|
|
314
|
+
_: 1
|
|
315
|
+
}, 8, ["modelValue"])
|
|
316
|
+
]),
|
|
317
|
+
_: 1
|
|
318
|
+
}),
|
|
319
|
+
l.value.openType == "navigateTo" ? (y(), P(u(d), {
|
|
320
|
+
key: 0,
|
|
321
|
+
label: "页面路径"
|
|
322
|
+
}, {
|
|
323
|
+
default: t(() => [
|
|
324
|
+
e(u(d), {
|
|
325
|
+
modelValue: l.value.pagePath,
|
|
326
|
+
"onUpdate:modelValue": a[13] || (a[13] = (n) => l.value.pagePath = n),
|
|
327
|
+
style: { width: "180px" },
|
|
328
|
+
placeholder: "请输入",
|
|
329
|
+
clearable: ""
|
|
330
|
+
}, null, 8, ["modelValue"])
|
|
331
|
+
]),
|
|
332
|
+
_: 1
|
|
333
|
+
})) : U("", !0),
|
|
334
|
+
l.value.openType == "navigateTo" ? (y(), P(u(d), {
|
|
335
|
+
key: 1,
|
|
336
|
+
label: "tabbar页面"
|
|
337
|
+
}, {
|
|
338
|
+
default: t(() => [
|
|
339
|
+
e(u(d), {
|
|
340
|
+
modelValue: l.value.isTabBar,
|
|
341
|
+
"onUpdate:modelValue": a[14] || (a[14] = (n) => l.value.isTabBar = n)
|
|
342
|
+
}, null, 8, ["modelValue"])
|
|
343
|
+
]),
|
|
344
|
+
_: 1
|
|
345
|
+
})) : U("", !0),
|
|
346
|
+
e(u(d), { label: "按钮文字" }, {
|
|
347
|
+
default: t(() => [
|
|
348
|
+
e(u(d), {
|
|
349
|
+
modelValue: l.value.text,
|
|
350
|
+
"onUpdate:modelValue": a[15] || (a[15] = (n) => l.value.text = n),
|
|
351
|
+
style: { width: "180px" },
|
|
352
|
+
placeholder: "请输入",
|
|
353
|
+
clearable: ""
|
|
354
|
+
}, null, 8, ["modelValue"])
|
|
355
|
+
]),
|
|
356
|
+
_: 1
|
|
357
|
+
}),
|
|
358
|
+
e(u(d), { label: "按钮颜色" }, {
|
|
359
|
+
default: t(() => [
|
|
360
|
+
e(u(d), {
|
|
361
|
+
modelValue: l.value.color,
|
|
362
|
+
"onUpdate:modelValue": a[16] || (a[16] = (n) => l.value.color = n),
|
|
363
|
+
"show-alpha": ""
|
|
364
|
+
}, null, 8, ["modelValue"])
|
|
365
|
+
]),
|
|
366
|
+
_: 1
|
|
367
|
+
}),
|
|
368
|
+
e(u(d), { label: "文字颜色" }, {
|
|
369
|
+
default: t(() => [
|
|
370
|
+
e(u(d), {
|
|
371
|
+
modelValue: l.value.textColor,
|
|
372
|
+
"onUpdate:modelValue": a[17] || (a[17] = (n) => l.value.textColor = n),
|
|
373
|
+
"show-alpha": ""
|
|
374
|
+
}, null, 8, ["modelValue"])
|
|
375
|
+
]),
|
|
376
|
+
_: 1
|
|
377
|
+
}),
|
|
378
|
+
e(u(d), { label: "自定义样式" }, {
|
|
379
|
+
default: t(() => [
|
|
380
|
+
e(u(d), {
|
|
381
|
+
modelValue: l.value.customStyle,
|
|
382
|
+
"onUpdate:modelValue": a[18] || (a[18] = (n) => l.value.customStyle = n),
|
|
383
|
+
style: { width: "240px" },
|
|
384
|
+
placeholder: "分号分隔,如width: 100px;height: 50px;",
|
|
385
|
+
type: "textarea",
|
|
386
|
+
clearable: ""
|
|
387
|
+
}, null, 8, ["modelValue"])
|
|
388
|
+
]),
|
|
389
|
+
_: 1
|
|
390
|
+
})
|
|
391
|
+
]),
|
|
392
|
+
_: 1
|
|
393
|
+
})
|
|
394
|
+
])) : U("", !0);
|
|
397
395
|
}
|
|
398
396
|
});
|
|
399
|
-
const Y = /* @__PURE__ */
|
|
397
|
+
const Y = /* @__PURE__ */ k(Q, [["__scopeId", "data-v-f4e926bb"]]), Z = {
|
|
400
398
|
type: "uvui-button",
|
|
401
399
|
name: "按钮",
|
|
402
400
|
icon: "Postcard",
|
|
@@ -452,9 +450,9 @@ const Y = /* @__PURE__ */ T(Q, [["__scopeId", "data-v-71f42822"]]), Z = {
|
|
|
452
450
|
}, le = {
|
|
453
451
|
key: 0,
|
|
454
452
|
class: "textarea_box"
|
|
455
|
-
}, ae =
|
|
453
|
+
}, ae = _({
|
|
456
454
|
name: "TextareaView"
|
|
457
|
-
}), te = /* @__PURE__ */
|
|
455
|
+
}), te = /* @__PURE__ */ _({
|
|
458
456
|
...ae,
|
|
459
457
|
props: {
|
|
460
458
|
data: {
|
|
@@ -463,33 +461,33 @@ const Y = /* @__PURE__ */ T(Q, [["__scopeId", "data-v-71f42822"]]), Z = {
|
|
|
463
461
|
}
|
|
464
462
|
}
|
|
465
463
|
},
|
|
466
|
-
setup(
|
|
467
|
-
const
|
|
468
|
-
return (l,
|
|
469
|
-
const
|
|
470
|
-
return
|
|
471
|
-
e(
|
|
472
|
-
modelValue:
|
|
473
|
-
"onUpdate:modelValue":
|
|
474
|
-
placeholder:
|
|
475
|
-
style:
|
|
476
|
-
"show-word-limit":
|
|
477
|
-
autosize:
|
|
478
|
-
maxlength:
|
|
464
|
+
setup(s) {
|
|
465
|
+
const i = c("");
|
|
466
|
+
return (l, r) => {
|
|
467
|
+
const p = V("el-input");
|
|
468
|
+
return s.data && s.data.options ? (y(), w("div", le, [
|
|
469
|
+
e(p, {
|
|
470
|
+
modelValue: i.value,
|
|
471
|
+
"onUpdate:modelValue": r[0] || (r[0] = (g) => i.value = g),
|
|
472
|
+
placeholder: s.data.options.placeholder || "请输入",
|
|
473
|
+
style: $({ width: "100%", height: s.data.options.height }),
|
|
474
|
+
"show-word-limit": s.data.options.count,
|
|
475
|
+
autosize: s.data.options.autoHeight,
|
|
476
|
+
maxlength: s.data.options.maxlength,
|
|
479
477
|
rows: 2,
|
|
480
478
|
type: "textarea"
|
|
481
479
|
}, null, 8, ["modelValue", "placeholder", "style", "show-word-limit", "autosize", "maxlength"])
|
|
482
|
-
])) :
|
|
480
|
+
])) : U("", !0);
|
|
483
481
|
};
|
|
484
482
|
}
|
|
485
483
|
});
|
|
486
|
-
const oe = /* @__PURE__ */
|
|
484
|
+
const oe = /* @__PURE__ */ k(te, [["__scopeId", "data-v-b4db5b9f"]]), ue = {
|
|
487
485
|
key: 0,
|
|
488
486
|
class: "banner-content"
|
|
489
|
-
},
|
|
487
|
+
}, de = _({
|
|
490
488
|
name: "TextareaData"
|
|
491
|
-
}),
|
|
492
|
-
...
|
|
489
|
+
}), ne = /* @__PURE__ */ _({
|
|
490
|
+
...de,
|
|
493
491
|
props: {
|
|
494
492
|
data: {
|
|
495
493
|
type: Object,
|
|
@@ -497,109 +495,109 @@ const oe = /* @__PURE__ */ T(te, [["__scopeId", "data-v-b4db5b9f"]]), ue = {
|
|
|
497
495
|
}
|
|
498
496
|
}
|
|
499
497
|
},
|
|
500
|
-
setup(
|
|
501
|
-
const
|
|
502
|
-
return
|
|
503
|
-
console.log(
|
|
504
|
-
}), (
|
|
505
|
-
const
|
|
506
|
-
return
|
|
507
|
-
e(
|
|
498
|
+
setup(s) {
|
|
499
|
+
const i = s, l = c(), r = c(), p = c(!1);
|
|
500
|
+
return z(() => {
|
|
501
|
+
console.log(i.data, i, "参数接收"), i.data && (r.value = i.data.data, l.value = i.data.options, p.value = !0);
|
|
502
|
+
}), (g, a) => {
|
|
503
|
+
const n = V("el-input"), m = V("el-form-item"), b = V("el-input-number"), h = V("el-switch"), C = V("el-radio-button"), B = V("el-radio-group"), T = V("el-form");
|
|
504
|
+
return p.value ? (y(), w("div", ue, [
|
|
505
|
+
e(T, { "label-width": "100px" }, {
|
|
508
506
|
default: t(() => [
|
|
509
|
-
e(
|
|
507
|
+
e(m, { label: "空值占位内容" }, {
|
|
510
508
|
default: t(() => [
|
|
511
|
-
e(
|
|
509
|
+
e(n, {
|
|
512
510
|
modelValue: l.value.placeholder,
|
|
513
511
|
"onUpdate:modelValue": a[0] || (a[0] = (o) => l.value.placeholder = o)
|
|
514
512
|
}, null, 8, ["modelValue"])
|
|
515
513
|
]),
|
|
516
514
|
_: 1
|
|
517
515
|
}),
|
|
518
|
-
e(
|
|
516
|
+
e(m, { label: "高度" }, {
|
|
519
517
|
default: t(() => [
|
|
520
|
-
e(
|
|
518
|
+
e(b, {
|
|
521
519
|
modelValue: l.value.height,
|
|
522
520
|
"onUpdate:modelValue": a[1] || (a[1] = (o) => l.value.height = o)
|
|
523
521
|
}, null, 8, ["modelValue"])
|
|
524
522
|
]),
|
|
525
523
|
_: 1
|
|
526
524
|
}),
|
|
527
|
-
e(
|
|
525
|
+
e(m, { label: "右下角按钮文字" }, {
|
|
528
526
|
default: t(() => [
|
|
529
|
-
e(
|
|
527
|
+
e(n, {
|
|
530
528
|
modelValue: l.value.confirmType,
|
|
531
529
|
"onUpdate:modelValue": a[2] || (a[2] = (o) => l.value.confirmType = o)
|
|
532
530
|
}, null, 8, ["modelValue"])
|
|
533
531
|
]),
|
|
534
532
|
_: 1
|
|
535
533
|
}),
|
|
536
|
-
e(
|
|
534
|
+
e(m, { label: "显示字数统计" }, {
|
|
537
535
|
default: t(() => [
|
|
538
|
-
e(
|
|
536
|
+
e(h, {
|
|
539
537
|
modelValue: l.value.count,
|
|
540
538
|
"onUpdate:modelValue": a[3] || (a[3] = (o) => l.value.count = o)
|
|
541
539
|
}, null, 8, ["modelValue"])
|
|
542
540
|
]),
|
|
543
541
|
_: 1
|
|
544
542
|
}),
|
|
545
|
-
e(
|
|
543
|
+
e(m, { label: "自动增高" }, {
|
|
546
544
|
default: t(() => [
|
|
547
|
-
e(
|
|
545
|
+
e(h, {
|
|
548
546
|
modelValue: l.value.autoHeight,
|
|
549
547
|
"onUpdate:modelValue": a[4] || (a[4] = (o) => l.value.autoHeight = o)
|
|
550
548
|
}, null, 8, ["modelValue"])
|
|
551
549
|
]),
|
|
552
550
|
_: 1
|
|
553
551
|
}),
|
|
554
|
-
e(
|
|
552
|
+
e(m, { label: "显示完成按钮" }, {
|
|
555
553
|
default: t(() => [
|
|
556
|
-
e(
|
|
554
|
+
e(h, {
|
|
557
555
|
modelValue: l.value.showConfirmBar,
|
|
558
556
|
"onUpdate:modelValue": a[5] || (a[5] = (o) => l.value.showConfirmBar = o)
|
|
559
557
|
}, null, 8, ["modelValue"])
|
|
560
558
|
]),
|
|
561
559
|
_: 1
|
|
562
560
|
}),
|
|
563
|
-
e(
|
|
561
|
+
e(m, { label: "输入长度" }, {
|
|
564
562
|
default: t(() => [
|
|
565
|
-
e(
|
|
563
|
+
e(b, {
|
|
566
564
|
modelValue: l.value.maxlength,
|
|
567
565
|
"onUpdate:modelValue": a[6] || (a[6] = (o) => l.value.maxlength = o)
|
|
568
566
|
}, null, 8, ["modelValue"])
|
|
569
567
|
]),
|
|
570
568
|
_: 1
|
|
571
569
|
}),
|
|
572
|
-
e(
|
|
570
|
+
e(m, { label: "是否铺满" }, {
|
|
573
571
|
default: t(() => [
|
|
574
|
-
e(
|
|
572
|
+
e(h, {
|
|
575
573
|
modelValue: l.value.fill,
|
|
576
574
|
"onUpdate:modelValue": a[7] || (a[7] = (o) => l.value.fill = o)
|
|
577
575
|
}, null, 8, ["modelValue"])
|
|
578
576
|
]),
|
|
579
577
|
_: 1
|
|
580
578
|
}),
|
|
581
|
-
e(
|
|
579
|
+
e(m, { label: "边框" }, {
|
|
582
580
|
default: t(() => [
|
|
583
|
-
e(
|
|
581
|
+
e(B, {
|
|
584
582
|
modelValue: l.value.size,
|
|
585
583
|
"onUpdate:modelValue": a[8] || (a[8] = (o) => l.value.size = o)
|
|
586
584
|
}, {
|
|
587
585
|
default: t(() => [
|
|
588
|
-
e(
|
|
586
|
+
e(C, { label: "surround" }, {
|
|
589
587
|
default: t(() => [
|
|
590
|
-
|
|
588
|
+
v("四周边框")
|
|
591
589
|
]),
|
|
592
590
|
_: 1
|
|
593
591
|
}),
|
|
594
|
-
e(
|
|
592
|
+
e(C, { label: "none" }, {
|
|
595
593
|
default: t(() => [
|
|
596
|
-
|
|
594
|
+
v("无边框")
|
|
597
595
|
]),
|
|
598
596
|
_: 1
|
|
599
597
|
}),
|
|
600
|
-
e(
|
|
598
|
+
e(C, { label: "bottom" }, {
|
|
601
599
|
default: t(() => [
|
|
602
|
-
|
|
600
|
+
v("底部边框")
|
|
603
601
|
]),
|
|
604
602
|
_: 1
|
|
605
603
|
})
|
|
@@ -609,9 +607,9 @@ const oe = /* @__PURE__ */ T(te, [["__scopeId", "data-v-b4db5b9f"]]), ue = {
|
|
|
609
607
|
]),
|
|
610
608
|
_: 1
|
|
611
609
|
}),
|
|
612
|
-
e(
|
|
610
|
+
e(m, { label: "自定义样式" }, {
|
|
613
611
|
default: t(() => [
|
|
614
|
-
e(
|
|
612
|
+
e(n, {
|
|
615
613
|
modelValue: l.value.customStyle,
|
|
616
614
|
"onUpdate:modelValue": a[9] || (a[9] = (o) => l.value.customStyle = o),
|
|
617
615
|
style: { width: "240px" },
|
|
@@ -625,11 +623,11 @@ const oe = /* @__PURE__ */ T(te, [["__scopeId", "data-v-b4db5b9f"]]), ue = {
|
|
|
625
623
|
]),
|
|
626
624
|
_: 1
|
|
627
625
|
})
|
|
628
|
-
])) :
|
|
626
|
+
])) : U("", !0);
|
|
629
627
|
};
|
|
630
628
|
}
|
|
631
629
|
});
|
|
632
|
-
const se = /* @__PURE__ */
|
|
630
|
+
const se = /* @__PURE__ */ k(ne, [["__scopeId", "data-v-91c833b3"]]), ie = {
|
|
633
631
|
type: "uvui-textarea",
|
|
634
632
|
name: "文本域",
|
|
635
633
|
icon: "Textarea",
|
|
@@ -663,9 +661,9 @@ const se = /* @__PURE__ */ T(de, [["__scopeId", "data-v-91c833b3"]]), ie = {
|
|
|
663
661
|
fill: !0
|
|
664
662
|
//组件是否铺满父容器
|
|
665
663
|
}
|
|
666
|
-
}, pe =
|
|
664
|
+
}, pe = _({
|
|
667
665
|
name: "NumberBoxView"
|
|
668
|
-
}), re = /* @__PURE__ */
|
|
666
|
+
}), re = /* @__PURE__ */ _({
|
|
669
667
|
...pe,
|
|
670
668
|
props: {
|
|
671
669
|
data: {
|
|
@@ -674,38 +672,38 @@ const se = /* @__PURE__ */ T(de, [["__scopeId", "data-v-91c833b3"]]), ie = {
|
|
|
674
672
|
}
|
|
675
673
|
}
|
|
676
674
|
},
|
|
677
|
-
setup(
|
|
678
|
-
const
|
|
675
|
+
setup(s) {
|
|
676
|
+
const i = s, l = c(1);
|
|
679
677
|
return j(
|
|
680
|
-
() =>
|
|
681
|
-
(
|
|
682
|
-
l.value =
|
|
678
|
+
() => i.data.options,
|
|
679
|
+
(r) => {
|
|
680
|
+
l.value = r;
|
|
683
681
|
}
|
|
684
|
-
), (
|
|
682
|
+
), (r, p) => s.data && s.data.options ? (y(), w("div", {
|
|
685
683
|
key: 0,
|
|
686
684
|
class: "number-box-wrapper",
|
|
687
|
-
style:
|
|
685
|
+
style: $({ "justify-content": s.data.options.align })
|
|
688
686
|
}, [
|
|
689
|
-
e(
|
|
690
|
-
min:
|
|
687
|
+
e(u(H), {
|
|
688
|
+
min: s.data.options.min,
|
|
691
689
|
modelValue: l.value,
|
|
692
|
-
"onUpdate:modelValue":
|
|
693
|
-
max:
|
|
694
|
-
integer:
|
|
690
|
+
"onUpdate:modelValue": p[0] || (p[0] = (g) => l.value = g),
|
|
691
|
+
max: s.data.options.max,
|
|
692
|
+
integer: s.data.options.integer,
|
|
695
693
|
disabled: !0,
|
|
696
|
-
inputWidth:
|
|
697
|
-
step:
|
|
694
|
+
inputWidth: s.data.options.inputWidth + "px",
|
|
695
|
+
step: s.data.options.step
|
|
698
696
|
}, null, 8, ["min", "modelValue", "max", "integer", "inputWidth", "step"])
|
|
699
|
-
], 4)) :
|
|
697
|
+
], 4)) : U("", !0);
|
|
700
698
|
}
|
|
701
699
|
});
|
|
702
|
-
const
|
|
700
|
+
const ve = /* @__PURE__ */ k(re, [["__scopeId", "data-v-d025175e"]]), Ve = {
|
|
703
701
|
key: 0,
|
|
704
702
|
class: "banner-content"
|
|
705
|
-
},
|
|
703
|
+
}, be = _({
|
|
706
704
|
name: "NumberBoxData"
|
|
707
|
-
}),
|
|
708
|
-
...
|
|
705
|
+
}), fe = /* @__PURE__ */ _({
|
|
706
|
+
...be,
|
|
709
707
|
props: {
|
|
710
708
|
data: {
|
|
711
709
|
type: Object,
|
|
@@ -713,18 +711,18 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
713
711
|
}
|
|
714
712
|
}
|
|
715
713
|
},
|
|
716
|
-
setup(
|
|
717
|
-
const
|
|
718
|
-
return
|
|
719
|
-
console.log(
|
|
720
|
-
}), (
|
|
721
|
-
const
|
|
722
|
-
return
|
|
723
|
-
e(
|
|
714
|
+
setup(s) {
|
|
715
|
+
const i = s, l = c(), r = c(), p = c(!1);
|
|
716
|
+
return z(() => {
|
|
717
|
+
console.log(i.data, i, "参数接收"), i.data && (r.value = i.data.data, l.value = i.data.options, p.value = !0);
|
|
718
|
+
}), (g, a) => {
|
|
719
|
+
const n = V("el-input-number"), m = V("el-form-item"), b = V("el-switch"), h = V("el-color-picker"), C = V("el-radio-button"), B = V("el-radio-group"), T = V("el-form");
|
|
720
|
+
return p.value ? (y(), w("div", Ve, [
|
|
721
|
+
e(T, { "label-width": "120px" }, {
|
|
724
722
|
default: t(() => [
|
|
725
|
-
e(
|
|
723
|
+
e(m, { label: "当前值" }, {
|
|
726
724
|
default: t(() => [
|
|
727
|
-
e(
|
|
725
|
+
e(n, {
|
|
728
726
|
modelValue: l.value.value,
|
|
729
727
|
"onUpdate:modelValue": a[0] || (a[0] = (o) => l.value.value = o),
|
|
730
728
|
min: l.value.min,
|
|
@@ -734,27 +732,27 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
734
732
|
]),
|
|
735
733
|
_: 1
|
|
736
734
|
}),
|
|
737
|
-
e(
|
|
735
|
+
e(m, { label: "最小值" }, {
|
|
738
736
|
default: t(() => [
|
|
739
|
-
e(
|
|
737
|
+
e(n, {
|
|
740
738
|
modelValue: l.value.min,
|
|
741
739
|
"onUpdate:modelValue": a[1] || (a[1] = (o) => l.value.min = o)
|
|
742
740
|
}, null, 8, ["modelValue"])
|
|
743
741
|
]),
|
|
744
742
|
_: 1
|
|
745
743
|
}),
|
|
746
|
-
e(
|
|
744
|
+
e(m, { label: "最大值" }, {
|
|
747
745
|
default: t(() => [
|
|
748
|
-
e(
|
|
746
|
+
e(n, {
|
|
749
747
|
modelValue: l.value.max,
|
|
750
748
|
"onUpdate:modelValue": a[2] || (a[2] = (o) => l.value.max = o)
|
|
751
749
|
}, null, 8, ["modelValue"])
|
|
752
750
|
]),
|
|
753
751
|
_: 1
|
|
754
752
|
}),
|
|
755
|
-
e(
|
|
753
|
+
e(m, { label: "步长" }, {
|
|
756
754
|
default: t(() => [
|
|
757
|
-
e(
|
|
755
|
+
e(n, {
|
|
758
756
|
modelValue: l.value.step,
|
|
759
757
|
"onUpdate:modelValue": a[3] || (a[3] = (o) => l.value.step = o),
|
|
760
758
|
min: 0,
|
|
@@ -763,36 +761,36 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
763
761
|
]),
|
|
764
762
|
_: 1
|
|
765
763
|
}),
|
|
766
|
-
e(
|
|
764
|
+
e(m, { label: "只能正整数" }, {
|
|
767
765
|
default: t(() => [
|
|
768
|
-
e(
|
|
766
|
+
e(b, {
|
|
769
767
|
modelValue: l.value.integer,
|
|
770
768
|
"onUpdate:modelValue": a[4] || (a[4] = (o) => l.value.integer = o)
|
|
771
769
|
}, null, 8, ["modelValue"])
|
|
772
770
|
]),
|
|
773
771
|
_: 1
|
|
774
772
|
}),
|
|
775
|
-
e(
|
|
773
|
+
e(m, { label: "禁用操作" }, {
|
|
776
774
|
default: t(() => [
|
|
777
|
-
e(
|
|
775
|
+
e(b, {
|
|
778
776
|
modelValue: l.value.disabled,
|
|
779
777
|
"onUpdate:modelValue": a[5] || (a[5] = (o) => l.value.disabled = o)
|
|
780
778
|
}, null, 8, ["modelValue"])
|
|
781
779
|
]),
|
|
782
780
|
_: 1
|
|
783
781
|
}),
|
|
784
|
-
e(
|
|
782
|
+
e(m, { label: "禁止输入框" }, {
|
|
785
783
|
default: t(() => [
|
|
786
|
-
e(
|
|
784
|
+
e(b, {
|
|
787
785
|
modelValue: l.value.disabledInput,
|
|
788
786
|
"onUpdate:modelValue": a[6] || (a[6] = (o) => l.value.disabledInput = o)
|
|
789
787
|
}, null, 8, ["modelValue"])
|
|
790
788
|
]),
|
|
791
789
|
_: 1
|
|
792
790
|
}),
|
|
793
|
-
e(
|
|
791
|
+
e(m, { label: "输入框宽度(px)" }, {
|
|
794
792
|
default: t(() => [
|
|
795
|
-
e(
|
|
793
|
+
e(n, {
|
|
796
794
|
modelValue: l.value.inputWidth,
|
|
797
795
|
"onUpdate:modelValue": a[7] || (a[7] = (o) => l.value.inputWidth = o),
|
|
798
796
|
min: 20,
|
|
@@ -801,27 +799,27 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
801
799
|
]),
|
|
802
800
|
_: 1
|
|
803
801
|
}),
|
|
804
|
-
e(
|
|
802
|
+
e(m, { label: "显示减少按钮" }, {
|
|
805
803
|
default: t(() => [
|
|
806
|
-
e(
|
|
804
|
+
e(b, {
|
|
807
805
|
modelValue: l.value.showMinus,
|
|
808
806
|
"onUpdate:modelValue": a[8] || (a[8] = (o) => l.value.showMinus = o)
|
|
809
807
|
}, null, 8, ["modelValue"])
|
|
810
808
|
]),
|
|
811
809
|
_: 1
|
|
812
810
|
}),
|
|
813
|
-
e(
|
|
811
|
+
e(m, { label: "显示增加按钮" }, {
|
|
814
812
|
default: t(() => [
|
|
815
|
-
e(
|
|
813
|
+
e(b, {
|
|
816
814
|
modelValue: l.value.showPlus,
|
|
817
815
|
"onUpdate:modelValue": a[9] || (a[9] = (o) => l.value.showPlus = o)
|
|
818
816
|
}, null, 8, ["modelValue"])
|
|
819
817
|
]),
|
|
820
818
|
_: 1
|
|
821
819
|
}),
|
|
822
|
-
e(
|
|
820
|
+
e(m, { label: "小数位数" }, {
|
|
823
821
|
default: t(() => [
|
|
824
|
-
e(
|
|
822
|
+
e(n, {
|
|
825
823
|
modelValue: l.value.decimalLength,
|
|
826
824
|
"onUpdate:modelValue": a[10] || (a[10] = (o) => l.value.decimalLength = o),
|
|
827
825
|
min: 0,
|
|
@@ -830,18 +828,18 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
830
828
|
]),
|
|
831
829
|
_: 1
|
|
832
830
|
}),
|
|
833
|
-
e(
|
|
831
|
+
e(m, { label: "允许长按" }, {
|
|
834
832
|
default: t(() => [
|
|
835
|
-
e(
|
|
833
|
+
e(b, {
|
|
836
834
|
modelValue: l.value.longPress,
|
|
837
835
|
"onUpdate:modelValue": a[11] || (a[11] = (o) => l.value.longPress = o)
|
|
838
836
|
}, null, 8, ["modelValue"])
|
|
839
837
|
]),
|
|
840
838
|
_: 1
|
|
841
839
|
}),
|
|
842
|
-
e(
|
|
840
|
+
e(m, { label: "文字颜色" }, {
|
|
843
841
|
default: t(() => [
|
|
844
|
-
e(
|
|
842
|
+
e(h, {
|
|
845
843
|
modelValue: l.value.color,
|
|
846
844
|
"onUpdate:modelValue": a[12] || (a[12] = (o) => l.value.color = o),
|
|
847
845
|
"show-alpha": ""
|
|
@@ -849,9 +847,9 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
849
847
|
]),
|
|
850
848
|
_: 1
|
|
851
849
|
}),
|
|
852
|
-
e(
|
|
850
|
+
e(m, { label: "按钮大小(px)" }, {
|
|
853
851
|
default: t(() => [
|
|
854
|
-
e(
|
|
852
|
+
e(n, {
|
|
855
853
|
modelValue: l.value.buttonSize,
|
|
856
854
|
"onUpdate:modelValue": a[13] || (a[13] = (o) => l.value.buttonSize = o),
|
|
857
855
|
min: 20,
|
|
@@ -860,9 +858,9 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
860
858
|
]),
|
|
861
859
|
_: 1
|
|
862
860
|
}),
|
|
863
|
-
e(
|
|
861
|
+
e(m, { label: "背景颜色" }, {
|
|
864
862
|
default: t(() => [
|
|
865
|
-
e(
|
|
863
|
+
e(h, {
|
|
866
864
|
modelValue: l.value.bgColor,
|
|
867
865
|
"onUpdate:modelValue": a[14] || (a[14] = (o) => l.value.bgColor = o),
|
|
868
866
|
"show-alpha": ""
|
|
@@ -870,46 +868,46 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
870
868
|
]),
|
|
871
869
|
_: 1
|
|
872
870
|
}),
|
|
873
|
-
e(
|
|
871
|
+
e(m, { label: "禁用增加按钮" }, {
|
|
874
872
|
default: t(() => [
|
|
875
|
-
e(
|
|
873
|
+
e(b, {
|
|
876
874
|
modelValue: l.value.disablePlus,
|
|
877
875
|
"onUpdate:modelValue": a[15] || (a[15] = (o) => l.value.disablePlus = o)
|
|
878
876
|
}, null, 8, ["modelValue"])
|
|
879
877
|
]),
|
|
880
878
|
_: 1
|
|
881
879
|
}),
|
|
882
|
-
e(
|
|
880
|
+
e(m, { label: "禁用减少按钮" }, {
|
|
883
881
|
default: t(() => [
|
|
884
|
-
e(
|
|
882
|
+
e(b, {
|
|
885
883
|
modelValue: l.value.disableMinus,
|
|
886
884
|
"onUpdate:modelValue": a[16] || (a[16] = (o) => l.value.disableMinus = o)
|
|
887
885
|
}, null, 8, ["modelValue"])
|
|
888
886
|
]),
|
|
889
887
|
_: 1
|
|
890
888
|
}),
|
|
891
|
-
e(
|
|
889
|
+
e(m, { label: "对齐方式" }, {
|
|
892
890
|
default: t(() => [
|
|
893
|
-
e(
|
|
891
|
+
e(B, {
|
|
894
892
|
modelValue: l.value.align,
|
|
895
893
|
"onUpdate:modelValue": a[17] || (a[17] = (o) => l.value.align = o)
|
|
896
894
|
}, {
|
|
897
895
|
default: t(() => [
|
|
898
|
-
e(
|
|
896
|
+
e(C, { label: "left" }, {
|
|
899
897
|
default: t(() => [
|
|
900
|
-
|
|
898
|
+
v("左对齐")
|
|
901
899
|
]),
|
|
902
900
|
_: 1
|
|
903
901
|
}),
|
|
904
|
-
e(
|
|
902
|
+
e(C, { label: "center" }, {
|
|
905
903
|
default: t(() => [
|
|
906
|
-
|
|
904
|
+
v("居中对齐")
|
|
907
905
|
]),
|
|
908
906
|
_: 1
|
|
909
907
|
}),
|
|
910
|
-
e(
|
|
908
|
+
e(C, { label: "right" }, {
|
|
911
909
|
default: t(() => [
|
|
912
|
-
|
|
910
|
+
v("右对齐")
|
|
913
911
|
]),
|
|
914
912
|
_: 1
|
|
915
913
|
})
|
|
@@ -919,9 +917,9 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
919
917
|
]),
|
|
920
918
|
_: 1
|
|
921
919
|
}),
|
|
922
|
-
e(
|
|
920
|
+
e(m, { label: "铺满" }, {
|
|
923
921
|
default: t(() => [
|
|
924
|
-
e(
|
|
922
|
+
e(b, {
|
|
925
923
|
modelValue: l.value.fill,
|
|
926
924
|
"onUpdate:modelValue": a[18] || (a[18] = (o) => l.value.fill = o)
|
|
927
925
|
}, null, 8, ["modelValue"])
|
|
@@ -931,18 +929,18 @@ const _e = /* @__PURE__ */ T(re, [["__scopeId", "data-v-d025175e"]]), ve = {
|
|
|
931
929
|
]),
|
|
932
930
|
_: 1
|
|
933
931
|
})
|
|
934
|
-
])) :
|
|
932
|
+
])) : U("", !0);
|
|
935
933
|
};
|
|
936
934
|
}
|
|
937
935
|
});
|
|
938
|
-
const
|
|
936
|
+
const _e = /* @__PURE__ */ k(fe, [["__scopeId", "data-v-0130b026"]]), ce = {
|
|
939
937
|
type: "uvui-numberBox",
|
|
940
938
|
name: "步进器",
|
|
941
939
|
icon: "Postcard",
|
|
942
940
|
fontIcon: "icon-shangpinanniu_changtiaoanniu",
|
|
943
941
|
page: "index,activity",
|
|
944
|
-
viewCom:
|
|
945
|
-
editCom:
|
|
942
|
+
viewCom: ve,
|
|
943
|
+
editCom: _e,
|
|
946
944
|
limit: 0
|
|
947
945
|
}, xe = {
|
|
948
946
|
data: {},
|
|
@@ -989,9 +987,9 @@ const fe = /* @__PURE__ */ T(be, [["__scopeId", "data-v-0130b026"]]), ce = {
|
|
|
989
987
|
}, ye = {
|
|
990
988
|
key: 0,
|
|
991
989
|
class: "cell_box"
|
|
992
|
-
}, ge =
|
|
990
|
+
}, ge = _({
|
|
993
991
|
name: "CollapseView"
|
|
994
|
-
}), we = /* @__PURE__ */
|
|
992
|
+
}), we = /* @__PURE__ */ _({
|
|
995
993
|
...ge,
|
|
996
994
|
props: {
|
|
997
995
|
data: {
|
|
@@ -1000,41 +998,41 @@ const fe = /* @__PURE__ */ T(be, [["__scopeId", "data-v-0130b026"]]), ce = {
|
|
|
1000
998
|
}
|
|
1001
999
|
}
|
|
1002
1000
|
},
|
|
1003
|
-
setup(
|
|
1004
|
-
const
|
|
1005
|
-
return (
|
|
1006
|
-
e(
|
|
1001
|
+
setup(s) {
|
|
1002
|
+
const i = s, l = c([]), r = E(() => i.data.data && i.data.data.list ? (l.value = i.data.data.list.map((p, g) => p.title + "_" + g), i.data.data.list) : []);
|
|
1003
|
+
return (p, g) => s.data && s.data.options ? (y(), w("div", ye, [
|
|
1004
|
+
e(u(A), {
|
|
1007
1005
|
modelValue: l.value,
|
|
1008
|
-
"onUpdate:modelValue":
|
|
1006
|
+
"onUpdate:modelValue": g[0] || (g[0] = (a) => l.value = a)
|
|
1009
1007
|
}, {
|
|
1010
1008
|
default: t(() => [
|
|
1011
|
-
(
|
|
1012
|
-
key:
|
|
1013
|
-
name: a.title + "_" +
|
|
1009
|
+
(y(!0), w(O, null, D(u(r), (a, n) => (y(), P(u(F), {
|
|
1010
|
+
key: n,
|
|
1011
|
+
name: a.title + "_" + n
|
|
1014
1012
|
}, {
|
|
1015
1013
|
title: t(() => [
|
|
1016
|
-
|
|
1014
|
+
v(S(a.title), 1)
|
|
1017
1015
|
]),
|
|
1018
1016
|
right: t(() => [
|
|
1019
|
-
|
|
1017
|
+
v(S(a.value), 1)
|
|
1020
1018
|
]),
|
|
1021
1019
|
default: t(() => [
|
|
1022
|
-
|
|
1020
|
+
v(" " + S(a.label), 1)
|
|
1023
1021
|
]),
|
|
1024
1022
|
_: 2
|
|
1025
1023
|
}, 1032, ["name"]))), 128))
|
|
1026
1024
|
]),
|
|
1027
1025
|
_: 1
|
|
1028
1026
|
}, 8, ["modelValue"])
|
|
1029
|
-
])) :
|
|
1027
|
+
])) : U("", !0);
|
|
1030
1028
|
}
|
|
1031
1029
|
});
|
|
1032
|
-
const Ue = /* @__PURE__ */
|
|
1030
|
+
const Ue = /* @__PURE__ */ k(we, [["__scopeId", "data-v-cd08eed6"]]), I = (s) => (M("data-v-c904acd0"), s = s(), q(), s), he = {
|
|
1033
1031
|
key: 0,
|
|
1034
1032
|
class: "banner-content"
|
|
1035
|
-
}, Ce = { class: "l-info" }, ke = { class: "mt-5px" }, Te = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "标题:", -1)), Ie = { class: "mt-5px" }, Be = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "内容:", -1)), Se = { class: "mt-5px" }, $e = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "描述:", -1)), ze = { class: "mt-5px" }, Pe = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "禁用:", -1)), Le = { class: "mt-5px" }, Oe = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "右箭头:", -1)), De = { class: "mt-5px" }, Ne = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "点击反馈:", -1)), je = { class: "mt-5px" }, Ee = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "显示内边框:", -1)), Me = { class: "mt-5px" }, qe =
|
|
1033
|
+
}, Ce = { class: "l-info" }, ke = { class: "mt-5px" }, Te = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "标题:", -1)), Ie = { class: "mt-5px" }, Be = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "内容:", -1)), Se = { class: "mt-5px" }, $e = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "描述:", -1)), ze = { class: "mt-5px" }, Pe = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "禁用:", -1)), Le = { class: "mt-5px" }, Oe = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "右箭头:", -1)), De = { class: "mt-5px" }, Ne = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "点击反馈:", -1)), je = { class: "mt-5px" }, Ee = /* @__PURE__ */ I(() => /* @__PURE__ */ f("span", null, "显示内边框:", -1)), Me = { class: "mt-5px" }, qe = _({
|
|
1036
1034
|
name: "CollapseData"
|
|
1037
|
-
}), We = /* @__PURE__ */
|
|
1035
|
+
}), We = /* @__PURE__ */ _({
|
|
1038
1036
|
...qe,
|
|
1039
1037
|
props: {
|
|
1040
1038
|
data: {
|
|
@@ -1043,11 +1041,11 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1043
1041
|
}
|
|
1044
1042
|
}
|
|
1045
1043
|
},
|
|
1046
|
-
setup(
|
|
1047
|
-
const
|
|
1048
|
-
|
|
1044
|
+
setup(s) {
|
|
1045
|
+
const i = s, l = c(), r = c(), p = c(!1), g = (n) => {
|
|
1046
|
+
r.value.list.splice(n, 1);
|
|
1049
1047
|
}, a = () => {
|
|
1050
|
-
|
|
1048
|
+
r.value.list.push({
|
|
1051
1049
|
title: "面板标题",
|
|
1052
1050
|
// 面板标题
|
|
1053
1051
|
value: "右侧内容",
|
|
@@ -1064,18 +1062,18 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1064
1062
|
//是否显示内边框
|
|
1065
1063
|
});
|
|
1066
1064
|
};
|
|
1067
|
-
return
|
|
1068
|
-
|
|
1069
|
-
}), (
|
|
1070
|
-
const
|
|
1071
|
-
return
|
|
1072
|
-
e(
|
|
1065
|
+
return z(() => {
|
|
1066
|
+
i.data && (r.value = i.data.data, l.value = i.data.options, p.value = !0);
|
|
1067
|
+
}), (n, m) => {
|
|
1068
|
+
const b = V("el-switch"), h = V("el-form-item"), C = V("el-form"), B = V("el-button"), T = V("el-input");
|
|
1069
|
+
return p.value ? (y(), w("div", he, [
|
|
1070
|
+
e(C, { "label-width": "100px" }, {
|
|
1073
1071
|
default: t(() => [
|
|
1074
|
-
e(
|
|
1072
|
+
e(h, { label: "是否铺满" }, {
|
|
1075
1073
|
default: t(() => [
|
|
1076
|
-
e(
|
|
1074
|
+
e(b, {
|
|
1077
1075
|
modelValue: l.value.fill,
|
|
1078
|
-
"onUpdate:modelValue":
|
|
1076
|
+
"onUpdate:modelValue": m[0] || (m[0] = (o) => l.value.fill = o)
|
|
1079
1077
|
}, null, 8, ["modelValue"])
|
|
1080
1078
|
]),
|
|
1081
1079
|
_: 1
|
|
@@ -1083,26 +1081,26 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1083
1081
|
]),
|
|
1084
1082
|
_: 1
|
|
1085
1083
|
}),
|
|
1086
|
-
e(
|
|
1084
|
+
e(B, {
|
|
1087
1085
|
type: "primary",
|
|
1088
1086
|
onClick: a,
|
|
1089
1087
|
class: "mt-10px"
|
|
1090
1088
|
}, {
|
|
1091
1089
|
default: t(() => [
|
|
1092
|
-
|
|
1090
|
+
v("添加项")
|
|
1093
1091
|
]),
|
|
1094
1092
|
_: 1
|
|
1095
1093
|
}),
|
|
1096
|
-
(
|
|
1094
|
+
(y(!0), w(O, null, D(r.value.list, (o, L) => (y(), w("div", {
|
|
1097
1095
|
class: "item-list",
|
|
1098
|
-
key:
|
|
1096
|
+
key: L
|
|
1099
1097
|
}, [
|
|
1100
1098
|
f("div", Ce, [
|
|
1101
1099
|
f("div", ke, [
|
|
1102
1100
|
Te,
|
|
1103
|
-
e(
|
|
1101
|
+
e(T, {
|
|
1104
1102
|
modelValue: o.title,
|
|
1105
|
-
"onUpdate:modelValue": (
|
|
1103
|
+
"onUpdate:modelValue": (x) => o.title = x,
|
|
1106
1104
|
style: { width: "180px" },
|
|
1107
1105
|
placeholder: "请输入",
|
|
1108
1106
|
clearable: ""
|
|
@@ -1110,9 +1108,9 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1110
1108
|
]),
|
|
1111
1109
|
f("div", Ie, [
|
|
1112
1110
|
Be,
|
|
1113
|
-
e(
|
|
1111
|
+
e(T, {
|
|
1114
1112
|
modelValue: o.value,
|
|
1115
|
-
"onUpdate:modelValue": (
|
|
1113
|
+
"onUpdate:modelValue": (x) => o.value = x,
|
|
1116
1114
|
style: { width: "180px" },
|
|
1117
1115
|
placeholder: "请输入",
|
|
1118
1116
|
clearable: ""
|
|
@@ -1120,9 +1118,9 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1120
1118
|
]),
|
|
1121
1119
|
f("div", Se, [
|
|
1122
1120
|
$e,
|
|
1123
|
-
e(
|
|
1121
|
+
e(T, {
|
|
1124
1122
|
modelValue: o.label,
|
|
1125
|
-
"onUpdate:modelValue": (
|
|
1123
|
+
"onUpdate:modelValue": (x) => o.label = x,
|
|
1126
1124
|
style: { width: "180px" },
|
|
1127
1125
|
placeholder: "请输入",
|
|
1128
1126
|
clearable: ""
|
|
@@ -1130,51 +1128,51 @@ const Ue = /* @__PURE__ */ T(we, [["__scopeId", "data-v-cd08eed6"]]), I = (u) =>
|
|
|
1130
1128
|
]),
|
|
1131
1129
|
f("div", ze, [
|
|
1132
1130
|
Pe,
|
|
1133
|
-
e(
|
|
1131
|
+
e(b, {
|
|
1134
1132
|
modelValue: o.disabled,
|
|
1135
|
-
"onUpdate:modelValue": (
|
|
1133
|
+
"onUpdate:modelValue": (x) => o.disabled = x
|
|
1136
1134
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
1137
1135
|
]),
|
|
1138
1136
|
f("div", Le, [
|
|
1139
1137
|
Oe,
|
|
1140
|
-
e(
|
|
1138
|
+
e(b, {
|
|
1141
1139
|
modelValue: o.isLink,
|
|
1142
|
-
"onUpdate:modelValue": (
|
|
1140
|
+
"onUpdate:modelValue": (x) => o.isLink = x
|
|
1143
1141
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
1144
1142
|
]),
|
|
1145
1143
|
f("div", De, [
|
|
1146
1144
|
Ne,
|
|
1147
|
-
e(
|
|
1145
|
+
e(b, {
|
|
1148
1146
|
modelValue: o.clickable,
|
|
1149
|
-
"onUpdate:modelValue": (
|
|
1147
|
+
"onUpdate:modelValue": (x) => o.clickable = x
|
|
1150
1148
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
1151
1149
|
]),
|
|
1152
1150
|
f("div", je, [
|
|
1153
1151
|
Ee,
|
|
1154
|
-
e(
|
|
1152
|
+
e(b, {
|
|
1155
1153
|
modelValue: o.border,
|
|
1156
|
-
"onUpdate:modelValue": (
|
|
1154
|
+
"onUpdate:modelValue": (x) => o.border = x
|
|
1157
1155
|
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
1158
1156
|
]),
|
|
1159
1157
|
f("div", Me, [
|
|
1160
|
-
e(
|
|
1158
|
+
e(B, {
|
|
1161
1159
|
type: "danger",
|
|
1162
|
-
onClick: (
|
|
1160
|
+
onClick: (x) => g(L),
|
|
1163
1161
|
size: "small"
|
|
1164
1162
|
}, {
|
|
1165
1163
|
default: t(() => [
|
|
1166
|
-
|
|
1164
|
+
v("删除")
|
|
1167
1165
|
]),
|
|
1168
1166
|
_: 2
|
|
1169
1167
|
}, 1032, ["onClick"])
|
|
1170
1168
|
])
|
|
1171
1169
|
])
|
|
1172
1170
|
]))), 128))
|
|
1173
|
-
])) :
|
|
1171
|
+
])) : U("", !0);
|
|
1174
1172
|
};
|
|
1175
1173
|
}
|
|
1176
1174
|
});
|
|
1177
|
-
const He = /* @__PURE__ */
|
|
1175
|
+
const He = /* @__PURE__ */ k(We, [["__scopeId", "data-v-c904acd0"]]), Ae = {
|
|
1178
1176
|
type: "uvui-collapse",
|
|
1179
1177
|
name: "折叠面板",
|
|
1180
1178
|
icon: "Postcard",
|
|
@@ -1208,12 +1206,12 @@ const He = /* @__PURE__ */ T(We, [["__scopeId", "data-v-c904acd0"]]), Ae = {
|
|
|
1208
1206
|
fill: !1
|
|
1209
1207
|
//组件是否铺满父容器
|
|
1210
1208
|
}
|
|
1211
|
-
}, Ge = { buttonTypeList: Z, textareaTypeList: ie, numberBoxTypeList: ce, collapseTypeList: Ae }, Re = { buttonOptions: ee, textareaOptions: me, numberBoxOptions: xe, collapseOptions: Fe },
|
|
1209
|
+
}, Ge = { buttonTypeList: Z, textareaTypeList: ie, numberBoxTypeList: ce, collapseTypeList: Ae }, Re = { buttonOptions: ee, textareaOptions: me, numberBoxOptions: xe, collapseOptions: Fe }, Qe = {
|
|
1212
1210
|
uvUiList: Ge,
|
|
1213
1211
|
uvUIOptions: Re
|
|
1214
1212
|
};
|
|
1215
1213
|
export {
|
|
1216
|
-
|
|
1214
|
+
Qe as default,
|
|
1217
1215
|
Re as uvUIOptions,
|
|
1218
1216
|
Ge as uvUiList
|
|
1219
1217
|
};
|