@atooyu/uxto-ui 1.0.7 → 1.0.9
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/dist/index.js +66 -70
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +66 -70
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +61 -62
- package/package.json +1 -1
- package/src/components/index.ts +50 -50
- package/src/components/u-link/u-link.vue +112 -112
- package/src/components/u-read-more/u-read-more.vue +116 -116
- package/src/components/u-skeleton/u-skeleton.vue +191 -191
- package/src/components/u-tabbar/u-tabbar.vue +3 -4
- package/src/components/u-transition/u-transition.vue +215 -215
package/dist/index.js
CHANGED
|
@@ -10,11 +10,11 @@ const _hoisted_3$o = {
|
|
|
10
10
|
key: 1,
|
|
11
11
|
class: "u-button__content"
|
|
12
12
|
};
|
|
13
|
-
const _hoisted_4$
|
|
13
|
+
const _hoisted_4$g = {
|
|
14
14
|
key: 0,
|
|
15
15
|
class: "u-button__icon"
|
|
16
16
|
};
|
|
17
|
-
const _hoisted_5$
|
|
17
|
+
const _hoisted_5$d = { class: "u-button__text" };
|
|
18
18
|
const __default__$L = {
|
|
19
19
|
options: {
|
|
20
20
|
virtualHost: true,
|
|
@@ -77,8 +77,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
77
77
|
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$v, [..._cache[0] || (_cache[0] = [
|
|
78
78
|
vue.createElementVNode("view", { class: "u-button__loading-icon" }, null, -1)
|
|
79
79
|
])])) : (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$o, [
|
|
80
|
-
__props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$
|
|
81
|
-
vue.createElementVNode("text", _hoisted_5$
|
|
80
|
+
__props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$g, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true),
|
|
81
|
+
vue.createElementVNode("text", _hoisted_5$d, [
|
|
82
82
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
83
83
|
])
|
|
84
84
|
]))
|
|
@@ -100,8 +100,8 @@ const _hoisted_1$E = {
|
|
|
100
100
|
};
|
|
101
101
|
const _hoisted_2$u = { class: "u-input__icon" };
|
|
102
102
|
const _hoisted_3$n = { class: "u-input__body" };
|
|
103
|
-
const _hoisted_4$
|
|
104
|
-
const _hoisted_5$
|
|
103
|
+
const _hoisted_4$f = ["type", "value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "confirm-type", "adjust-position"];
|
|
104
|
+
const _hoisted_5$c = {
|
|
105
105
|
key: 2,
|
|
106
106
|
class: "u-input__suffix"
|
|
107
107
|
};
|
|
@@ -185,7 +185,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
185
185
|
onFocus: handleFocus,
|
|
186
186
|
onBlur: handleBlur,
|
|
187
187
|
onConfirm: handleConfirm
|
|
188
|
-
}, null, 40, _hoisted_4$
|
|
188
|
+
}, null, 40, _hoisted_4$f)
|
|
189
189
|
]),
|
|
190
190
|
__props.clearable && __props.modelValue ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
191
191
|
key: 1,
|
|
@@ -194,7 +194,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
194
194
|
}, [..._cache[0] || (_cache[0] = [
|
|
195
195
|
vue.createElementVNode("text", { class: "u-input__clear-icon" }, "×", -1)
|
|
196
196
|
])])) : vue.createCommentVNode("", true),
|
|
197
|
-
_ctx.$slots.suffix || __props.suffixIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$
|
|
197
|
+
_ctx.$slots.suffix || __props.suffixIcon ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$c, [
|
|
198
198
|
vue.renderSlot(_ctx.$slots, "suffix", {}, () => [
|
|
199
199
|
vue.createElementVNode("text", _hoisted_6$7, vue.toDisplayString(__props.suffixIcon), 1)
|
|
200
200
|
], true)
|
|
@@ -210,8 +210,8 @@ const _hoisted_2$t = {
|
|
|
210
210
|
class: "u-cell__icon"
|
|
211
211
|
};
|
|
212
212
|
const _hoisted_3$m = ["src"];
|
|
213
|
-
const _hoisted_4$
|
|
214
|
-
const _hoisted_5$
|
|
213
|
+
const _hoisted_4$e = { class: "u-cell__content" };
|
|
214
|
+
const _hoisted_5$b = { class: "u-cell__title" };
|
|
215
215
|
const _hoisted_6$6 = { class: "u-cell__title-text" };
|
|
216
216
|
const _hoisted_7$5 = {
|
|
217
217
|
key: 0,
|
|
@@ -278,8 +278,8 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
278
278
|
}, null, 8, _hoisted_3$m)) : vue.createCommentVNode("", true)
|
|
279
279
|
], true)
|
|
280
280
|
])) : vue.createCommentVNode("", true),
|
|
281
|
-
vue.createElementVNode("view", _hoisted_4$
|
|
282
|
-
vue.createElementVNode("view", _hoisted_5$
|
|
281
|
+
vue.createElementVNode("view", _hoisted_4$e, [
|
|
282
|
+
vue.createElementVNode("view", _hoisted_5$b, [
|
|
283
283
|
vue.createElementVNode("text", _hoisted_6$6, vue.toDisplayString(__props.title), 1),
|
|
284
284
|
__props.label ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_7$5, vue.toDisplayString(__props.label), 1)) : vue.createCommentVNode("", true)
|
|
285
285
|
]),
|
|
@@ -338,8 +338,8 @@ const _hoisted_1$B = {
|
|
|
338
338
|
};
|
|
339
339
|
const _hoisted_2$r = { class: "u-modal__title" };
|
|
340
340
|
const _hoisted_3$k = { class: "u-modal__body" };
|
|
341
|
-
const _hoisted_4$
|
|
342
|
-
const _hoisted_5$
|
|
341
|
+
const _hoisted_4$d = { class: "u-modal__message" };
|
|
342
|
+
const _hoisted_5$a = { class: "u-modal__footer" };
|
|
343
343
|
const __default__$H = {
|
|
344
344
|
options: {
|
|
345
345
|
virtualHost: true,
|
|
@@ -391,10 +391,10 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
391
391
|
])) : vue.createCommentVNode("", true),
|
|
392
392
|
vue.createElementVNode("view", _hoisted_3$k, [
|
|
393
393
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
394
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
394
|
+
vue.createElementVNode("text", _hoisted_4$d, vue.toDisplayString(__props.message), 1)
|
|
395
395
|
], true)
|
|
396
396
|
]),
|
|
397
|
-
vue.createElementVNode("view", _hoisted_5$
|
|
397
|
+
vue.createElementVNode("view", _hoisted_5$a, [
|
|
398
398
|
__props.showCancel ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
399
399
|
key: 0,
|
|
400
400
|
class: "u-modal__button u-modal__button--cancel",
|
|
@@ -2033,11 +2033,11 @@ const _hoisted_3$f = {
|
|
|
2033
2033
|
key: 1,
|
|
2034
2034
|
class: "u-grid-item__icon-text"
|
|
2035
2035
|
};
|
|
2036
|
-
const _hoisted_4$
|
|
2036
|
+
const _hoisted_4$c = {
|
|
2037
2037
|
key: 0,
|
|
2038
2038
|
class: "u-grid-item__badge"
|
|
2039
2039
|
};
|
|
2040
|
-
const _hoisted_5$
|
|
2040
|
+
const _hoisted_5$9 = { class: "u-grid-item__badge-text" };
|
|
2041
2041
|
const _hoisted_6$5 = {
|
|
2042
2042
|
key: 1,
|
|
2043
2043
|
class: "u-grid-item__text"
|
|
@@ -2106,8 +2106,8 @@ const _sfc_main$q = /* @__PURE__ */ vue.defineComponent({
|
|
|
2106
2106
|
mode: "aspectFit"
|
|
2107
2107
|
}, null, 8, _hoisted_2$i)) : __props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$f, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true)
|
|
2108
2108
|
], true),
|
|
2109
|
-
__props.badge !== void 0 && __props.badge !== null && __props.badge !== "" ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$
|
|
2110
|
-
vue.createElementVNode("text", _hoisted_5$
|
|
2109
|
+
__props.badge !== void 0 && __props.badge !== null && __props.badge !== "" ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$c, [
|
|
2110
|
+
vue.createElementVNode("text", _hoisted_5$9, vue.toDisplayString(__props.badge), 1)
|
|
2111
2111
|
])) : vue.createCommentVNode("", true)
|
|
2112
2112
|
])) : vue.createCommentVNode("", true),
|
|
2113
2113
|
__props.text || _ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_6$5, [
|
|
@@ -2129,8 +2129,8 @@ const _hoisted_3$e = {
|
|
|
2129
2129
|
key: 1,
|
|
2130
2130
|
class: "u-swiper__title"
|
|
2131
2131
|
};
|
|
2132
|
-
const _hoisted_4$
|
|
2133
|
-
const _hoisted_5$
|
|
2132
|
+
const _hoisted_4$b = { class: "u-swiper__title-text" };
|
|
2133
|
+
const _hoisted_5$8 = {
|
|
2134
2134
|
key: 2,
|
|
2135
2135
|
class: "u-swiper__indicator"
|
|
2136
2136
|
};
|
|
@@ -2257,9 +2257,9 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2257
2257
|
vue.createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2258
2258
|
])])) : vue.createCommentVNode("", true),
|
|
2259
2259
|
__props.showTitle && currentTitle.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$e, [
|
|
2260
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
2260
|
+
vue.createElementVNode("text", _hoisted_4$b, vue.toDisplayString(currentTitle.value), 1)
|
|
2261
2261
|
])) : vue.createCommentVNode("", true),
|
|
2262
|
-
showIndicator.value && indicatorSlot.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$
|
|
2262
|
+
showIndicator.value && indicatorSlot.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$8, [
|
|
2263
2263
|
vue.renderSlot(_ctx.$slots, "indicator", {
|
|
2264
2264
|
current: currentIndex.value,
|
|
2265
2265
|
total: itemCount.value
|
|
@@ -2342,7 +2342,7 @@ const _hoisted_1$k = {
|
|
|
2342
2342
|
};
|
|
2343
2343
|
const _hoisted_2$g = { class: "u-search__body" };
|
|
2344
2344
|
const _hoisted_3$d = ["type", "value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "confirm-type", "adjust-position"];
|
|
2345
|
-
const _hoisted_4$
|
|
2345
|
+
const _hoisted_4$a = { class: "u-search__action-text" };
|
|
2346
2346
|
const __default__$n = {
|
|
2347
2347
|
options: {
|
|
2348
2348
|
virtualHost: true,
|
|
@@ -2458,7 +2458,7 @@ const _sfc_main$n = /* @__PURE__ */ vue.defineComponent({
|
|
|
2458
2458
|
onClick: handleAction
|
|
2459
2459
|
}, [
|
|
2460
2460
|
vue.renderSlot(_ctx.$slots, "action", {}, () => [
|
|
2461
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
2461
|
+
vue.createElementVNode("text", _hoisted_4$a, vue.toDisplayString(__props.actionText), 1)
|
|
2462
2462
|
], true)
|
|
2463
2463
|
])) : vue.createCommentVNode("", true)
|
|
2464
2464
|
], 2);
|
|
@@ -2635,11 +2635,11 @@ const uNumberBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data
|
|
|
2635
2635
|
const _hoisted_1$i = { class: "u-upload" };
|
|
2636
2636
|
const _hoisted_2$f = { class: "u-upload__list" };
|
|
2637
2637
|
const _hoisted_3$c = ["src", "onClick"];
|
|
2638
|
-
const _hoisted_4$
|
|
2638
|
+
const _hoisted_4$9 = {
|
|
2639
2639
|
key: 1,
|
|
2640
2640
|
class: "u-upload__video"
|
|
2641
2641
|
};
|
|
2642
|
-
const _hoisted_5$
|
|
2642
|
+
const _hoisted_5$7 = ["src", "onClick"];
|
|
2643
2643
|
const _hoisted_6$4 = ["onClick"];
|
|
2644
2644
|
const _hoisted_7$4 = { class: "u-upload__file-name" };
|
|
2645
2645
|
const _hoisted_8$3 = {
|
|
@@ -2779,13 +2779,13 @@ const _sfc_main$l = /* @__PURE__ */ vue.defineComponent({
|
|
|
2779
2779
|
src: file.url || file.thumb,
|
|
2780
2780
|
mode: "aspectFill",
|
|
2781
2781
|
onClick: ($event) => handlePreview(file, index)
|
|
2782
|
-
}, null, 8, _hoisted_3$c)) : isVideo(file) ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$
|
|
2782
|
+
}, null, 8, _hoisted_3$c)) : isVideo(file) ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$9, [
|
|
2783
2783
|
vue.createElementVNode("image", {
|
|
2784
2784
|
class: "u-upload__preview",
|
|
2785
2785
|
src: file.thumb || defaultVideoThumb,
|
|
2786
2786
|
mode: "aspectFill",
|
|
2787
2787
|
onClick: ($event) => handlePreview(file, index)
|
|
2788
|
-
}, null, 8, _hoisted_5$
|
|
2788
|
+
}, null, 8, _hoisted_5$7),
|
|
2789
2789
|
_cache[0] || (_cache[0] = vue.createElementVNode("view", { class: "u-upload__video-icon" }, [
|
|
2790
2790
|
vue.createElementVNode("text", null, "▶")
|
|
2791
2791
|
], -1))
|
|
@@ -2945,8 +2945,8 @@ const _hoisted_3$a = {
|
|
|
2945
2945
|
key: 0,
|
|
2946
2946
|
class: "u-slider__tooltip"
|
|
2947
2947
|
};
|
|
2948
|
-
const _hoisted_4$
|
|
2949
|
-
const _hoisted_5$
|
|
2948
|
+
const _hoisted_4$8 = { class: "u-slider__tooltip-text" };
|
|
2949
|
+
const _hoisted_5$6 = {
|
|
2950
2950
|
key: 0,
|
|
2951
2951
|
class: "u-slider__tooltip"
|
|
2952
2952
|
};
|
|
@@ -3210,7 +3210,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
3210
3210
|
onTouchend: vue.withModifiers(handleButtonTouchEnd, ["stop"])
|
|
3211
3211
|
}, [
|
|
3212
3212
|
__props.showValue ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$a, [
|
|
3213
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
3213
|
+
vue.createElementVNode("text", _hoisted_4$8, vue.toDisplayString(currentValue.value), 1)
|
|
3214
3214
|
])) : vue.createCommentVNode("", true)
|
|
3215
3215
|
], 36)) : (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
|
|
3216
3216
|
vue.createElementVNode("view", {
|
|
@@ -3220,7 +3220,7 @@ const _sfc_main$j = /* @__PURE__ */ vue.defineComponent({
|
|
|
3220
3220
|
onTouchmove: vue.withModifiers(handleStartButtonTouchMove, ["stop"]),
|
|
3221
3221
|
onTouchend: vue.withModifiers(handleButtonTouchEnd, ["stop"])
|
|
3222
3222
|
}, [
|
|
3223
|
-
__props.showValue ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$
|
|
3223
|
+
__props.showValue ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$6, [
|
|
3224
3224
|
vue.createElementVNode("text", _hoisted_6$3, vue.toDisplayString(startValue.value), 1)
|
|
3225
3225
|
])) : vue.createCommentVNode("", true)
|
|
3226
3226
|
], 36),
|
|
@@ -3261,11 +3261,11 @@ const _hoisted_2$c = {
|
|
|
3261
3261
|
class: "u-list__header"
|
|
3262
3262
|
};
|
|
3263
3263
|
const _hoisted_3$9 = { class: "u-list__content" };
|
|
3264
|
-
const _hoisted_4$
|
|
3264
|
+
const _hoisted_4$7 = {
|
|
3265
3265
|
key: 1,
|
|
3266
3266
|
class: "u-list__loading"
|
|
3267
3267
|
};
|
|
3268
|
-
const _hoisted_5$
|
|
3268
|
+
const _hoisted_5$5 = { class: "u-list__loading-text" };
|
|
3269
3269
|
const _hoisted_6$2 = {
|
|
3270
3270
|
key: 2,
|
|
3271
3271
|
class: "u-list__finished"
|
|
@@ -3315,9 +3315,9 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
3315
3315
|
vue.createElementVNode("view", _hoisted_3$9, [
|
|
3316
3316
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3317
3317
|
]),
|
|
3318
|
-
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$
|
|
3318
|
+
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$7, [
|
|
3319
3319
|
_cache[0] || (_cache[0] = vue.createElementVNode("view", { class: "u-list__loading-icon" }, null, -1)),
|
|
3320
|
-
vue.createElementVNode("text", _hoisted_5$
|
|
3320
|
+
vue.createElementVNode("text", _hoisted_5$5, vue.toDisplayString(__props.loadingText), 1)
|
|
3321
3321
|
])) : vue.createCommentVNode("", true),
|
|
3322
3322
|
__props.finished && !__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_6$2, [
|
|
3323
3323
|
vue.createElementVNode("text", _hoisted_7$2, vue.toDisplayString(__props.finishedText), 1)
|
|
@@ -3348,8 +3348,8 @@ const _hoisted_3$8 = {
|
|
|
3348
3348
|
key: 1,
|
|
3349
3349
|
class: "u-list-item__icon-text"
|
|
3350
3350
|
};
|
|
3351
|
-
const _hoisted_4$
|
|
3352
|
-
const _hoisted_5$
|
|
3351
|
+
const _hoisted_4$6 = { class: "u-list-item__body" };
|
|
3352
|
+
const _hoisted_5$4 = {
|
|
3353
3353
|
key: 0,
|
|
3354
3354
|
class: "u-list-item__title"
|
|
3355
3355
|
};
|
|
@@ -3423,8 +3423,8 @@ const _sfc_main$h = /* @__PURE__ */ vue.defineComponent({
|
|
|
3423
3423
|
}, null, 8, _hoisted_2$b)) : __props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$8, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true)
|
|
3424
3424
|
], true)
|
|
3425
3425
|
])) : vue.createCommentVNode("", true),
|
|
3426
|
-
vue.createElementVNode("view", _hoisted_4$
|
|
3427
|
-
__props.title || _ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$
|
|
3426
|
+
vue.createElementVNode("view", _hoisted_4$6, [
|
|
3427
|
+
__props.title || _ctx.$slots.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$4, [
|
|
3428
3428
|
vue.renderSlot(_ctx.$slots, "title", {}, () => [
|
|
3429
3429
|
vue.createTextVNode(vue.toDisplayString(__props.title), 1)
|
|
3430
3430
|
], true)
|
|
@@ -3678,8 +3678,8 @@ const _hoisted_2$9 = {
|
|
|
3678
3678
|
class: "u-tooltip__actions"
|
|
3679
3679
|
};
|
|
3680
3680
|
const _hoisted_3$7 = ["onClick"];
|
|
3681
|
-
const _hoisted_4$
|
|
3682
|
-
const _hoisted_5$
|
|
3681
|
+
const _hoisted_4$5 = { class: "u-tooltip__action-text" };
|
|
3682
|
+
const _hoisted_5$3 = { class: "u-tooltip__text" };
|
|
3683
3683
|
const __default__$e = {
|
|
3684
3684
|
options: {
|
|
3685
3685
|
virtualHost: true,
|
|
@@ -3858,11 +3858,11 @@ const _sfc_main$e = /* @__PURE__ */ vue.defineComponent({
|
|
|
3858
3858
|
class: vue.normalizeClass(["u-tooltip__action", { "u-tooltip__action--disabled": action.disabled }]),
|
|
3859
3859
|
onClick: vue.withModifiers(($event) => handleActionClick(action, index), ["stop"])
|
|
3860
3860
|
}, [
|
|
3861
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
3861
|
+
vue.createElementVNode("text", _hoisted_4$5, vue.toDisplayString(action.text), 1)
|
|
3862
3862
|
], 10, _hoisted_3$7);
|
|
3863
3863
|
}), 128))
|
|
3864
3864
|
])) : vue.renderSlot(_ctx.$slots, "content", { key: 1 }, () => [
|
|
3865
|
-
vue.createElementVNode("text", _hoisted_5$
|
|
3865
|
+
vue.createElementVNode("text", _hoisted_5$3, vue.toDisplayString(__props.content), 1)
|
|
3866
3866
|
], true)
|
|
3867
3867
|
])
|
|
3868
3868
|
], 6)) : vue.createCommentVNode("", true)
|
|
@@ -3880,7 +3880,7 @@ const _hoisted_3$6 = {
|
|
|
3880
3880
|
key: 2,
|
|
3881
3881
|
class: "u-avatar__icon"
|
|
3882
3882
|
};
|
|
3883
|
-
const _hoisted_4$
|
|
3883
|
+
const _hoisted_4$4 = {
|
|
3884
3884
|
key: 0,
|
|
3885
3885
|
class: "u-avatar__badge-text"
|
|
3886
3886
|
};
|
|
@@ -3976,7 +3976,7 @@ const _sfc_main$d = /* @__PURE__ */ vue.defineComponent({
|
|
|
3976
3976
|
key: 0,
|
|
3977
3977
|
class: vue.normalizeClass(["u-avatar__badge", badgeClass.value])
|
|
3978
3978
|
}, [
|
|
3979
|
-
!__props.dot ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$
|
|
3979
|
+
!__props.dot ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$4, vue.toDisplayString(__props.badge), 1)) : vue.createCommentVNode("", true)
|
|
3980
3980
|
], 2)) : vue.createCommentVNode("", true),
|
|
3981
3981
|
vue.renderSlot(_ctx.$slots, "badge", {}, void 0, true)
|
|
3982
3982
|
], 6);
|
|
@@ -3990,11 +3990,11 @@ const _hoisted_3$5 = {
|
|
|
3990
3990
|
key: 1,
|
|
3991
3991
|
class: "u-empty__image-default"
|
|
3992
3992
|
};
|
|
3993
|
-
const _hoisted_4$
|
|
3993
|
+
const _hoisted_4$3 = {
|
|
3994
3994
|
key: 0,
|
|
3995
3995
|
class: "u-empty__description"
|
|
3996
3996
|
};
|
|
3997
|
-
const _hoisted_5$
|
|
3997
|
+
const _hoisted_5$2 = {
|
|
3998
3998
|
key: 1,
|
|
3999
3999
|
class: "u-empty__bottom"
|
|
4000
4000
|
};
|
|
@@ -4029,12 +4029,12 @@ const _sfc_main$c = /* @__PURE__ */ vue.defineComponent({
|
|
|
4029
4029
|
])]))
|
|
4030
4030
|
], true)
|
|
4031
4031
|
]),
|
|
4032
|
-
__props.description || _ctx.$slots.description ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$
|
|
4032
|
+
__props.description || _ctx.$slots.description ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$3, [
|
|
4033
4033
|
vue.renderSlot(_ctx.$slots, "description", {}, () => [
|
|
4034
4034
|
vue.createTextVNode(vue.toDisplayString(__props.description), 1)
|
|
4035
4035
|
], true)
|
|
4036
4036
|
])) : vue.createCommentVNode("", true),
|
|
4037
|
-
_ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$
|
|
4037
|
+
_ctx.$slots.default ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$2, [
|
|
4038
4038
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4039
4039
|
])) : vue.createCommentVNode("", true)
|
|
4040
4040
|
], 2);
|
|
@@ -4329,7 +4329,7 @@ const _hoisted_3$4 = {
|
|
|
4329
4329
|
key: 1,
|
|
4330
4330
|
class: "u-toast__icon"
|
|
4331
4331
|
};
|
|
4332
|
-
const _hoisted_4$
|
|
4332
|
+
const _hoisted_4$2 = {
|
|
4333
4333
|
key: 2,
|
|
4334
4334
|
class: "u-toast__text"
|
|
4335
4335
|
};
|
|
@@ -4408,7 +4408,7 @@ const _sfc_main$7 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4408
4408
|
__props.type === "loading" ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$4, [..._cache[0] || (_cache[0] = [
|
|
4409
4409
|
vue.createElementVNode("view", { class: "u-toast__loading-icon" }, null, -1)
|
|
4410
4410
|
])])) : __props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$4, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true),
|
|
4411
|
-
__props.message ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$
|
|
4411
|
+
__props.message ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$2, vue.toDisplayString(__props.message), 1)) : vue.createCommentVNode("", true)
|
|
4412
4412
|
])
|
|
4413
4413
|
], 6)) : vue.createCommentVNode("", true);
|
|
4414
4414
|
};
|
|
@@ -4521,11 +4521,11 @@ const _hoisted_3$3 = {
|
|
|
4521
4521
|
key: 0,
|
|
4522
4522
|
class: "u-code-input__char"
|
|
4523
4523
|
};
|
|
4524
|
-
const _hoisted_4 = {
|
|
4524
|
+
const _hoisted_4$1 = {
|
|
4525
4525
|
key: 1,
|
|
4526
4526
|
class: "u-code-input__dot"
|
|
4527
4527
|
};
|
|
4528
|
-
const _hoisted_5 = {
|
|
4528
|
+
const _hoisted_5$1 = {
|
|
4529
4529
|
key: 2,
|
|
4530
4530
|
class: "u-code-input__placeholder"
|
|
4531
4531
|
};
|
|
@@ -4622,7 +4622,7 @@ const _sfc_main$5 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4622
4622
|
class: vue.normalizeClass(["u-code-input__item", itemClass(i)]),
|
|
4623
4623
|
style: vue.normalizeStyle(itemStyle.value)
|
|
4624
4624
|
}, [
|
|
4625
|
-
values.value[i - 1] && !__props.password ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$3, vue.toDisplayString(values.value[i - 1]), 1)) : values.value[i - 1] && __props.password ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4)) : (vue.openBlock(), vue.createElementBlock("view", _hoisted_5, vue.toDisplayString(__props.placeholderChar), 1)),
|
|
4625
|
+
values.value[i - 1] && !__props.password ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_3$3, vue.toDisplayString(values.value[i - 1]), 1)) : values.value[i - 1] && __props.password ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_4$1)) : (vue.openBlock(), vue.createElementBlock("view", _hoisted_5$1, vue.toDisplayString(__props.placeholderChar), 1)),
|
|
4626
4626
|
__props.focus && i - 1 === currentIndex.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_6)) : vue.createCommentVNode("", true)
|
|
4627
4627
|
], 6);
|
|
4628
4628
|
}), 128))
|
|
@@ -4741,7 +4741,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4741
4741
|
};
|
|
4742
4742
|
}
|
|
4743
4743
|
});
|
|
4744
|
-
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
4744
|
+
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1fde8489"]]);
|
|
4745
4745
|
const __default__$3 = {
|
|
4746
4746
|
options: {
|
|
4747
4747
|
virtualHost: true,
|
|
@@ -4818,7 +4818,7 @@ const _sfc_main$3 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4818
4818
|
};
|
|
4819
4819
|
}
|
|
4820
4820
|
});
|
|
4821
|
-
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
4821
|
+
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-13f0f85c"]]);
|
|
4822
4822
|
const __default__$2 = {
|
|
4823
4823
|
options: {
|
|
4824
4824
|
virtualHost: true,
|
|
@@ -4874,7 +4874,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4874
4874
|
};
|
|
4875
4875
|
}
|
|
4876
4876
|
});
|
|
4877
|
-
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
4877
|
+
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f60d6c27"]]);
|
|
4878
4878
|
const _hoisted_1$1 = { class: "u-read-more" };
|
|
4879
4879
|
const _hoisted_2$1 = { class: "u-read-more__toggle-text" };
|
|
4880
4880
|
const _hoisted_3$1 = { class: "u-read-more__toggle-icon" };
|
|
@@ -4943,10 +4943,12 @@ const _sfc_main$1 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4943
4943
|
};
|
|
4944
4944
|
}
|
|
4945
4945
|
});
|
|
4946
|
-
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
4946
|
+
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-b31720eb"]]);
|
|
4947
4947
|
const _hoisted_1 = { class: "u-tabbar" };
|
|
4948
4948
|
const _hoisted_2 = { class: "u-tabbar__nav-wrap" };
|
|
4949
4949
|
const _hoisted_3 = { class: "u-tabbar__center" };
|
|
4950
|
+
const _hoisted_4 = { class: "u-tabbar__center-brand" };
|
|
4951
|
+
const _hoisted_5 = { class: "u-tabbar__center-text" };
|
|
4950
4952
|
const __default__ = {
|
|
4951
4953
|
options: {
|
|
4952
4954
|
virtualHost: true,
|
|
@@ -4996,14 +4998,8 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
4996
4998
|
class: vue.normalizeClass(["u-tabbar__center-btn", { "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value }]),
|
|
4997
4999
|
onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
|
|
4998
5000
|
}, [
|
|
4999
|
-
vue.createElementVNode("text",
|
|
5000
|
-
|
|
5001
|
-
style: vue.normalizeStyle({ color: __props.modelValue === __props.centerTab.value ? __props.activeColor : "#ffffff" })
|
|
5002
|
-
}, vue.toDisplayString(__props.centerBrand), 5),
|
|
5003
|
-
vue.createElementVNode("text", {
|
|
5004
|
-
class: "u-tabbar__center-text",
|
|
5005
|
-
style: vue.normalizeStyle({ color: __props.modelValue === __props.centerTab.value ? __props.activeColor : "#ffffff" })
|
|
5006
|
-
}, vue.toDisplayString(__props.centerLabel), 5)
|
|
5001
|
+
vue.createElementVNode("text", _hoisted_4, vue.toDisplayString(__props.centerBrand), 1),
|
|
5002
|
+
vue.createElementVNode("text", _hoisted_5, vue.toDisplayString(__props.centerLabel), 1)
|
|
5007
5003
|
], 2)
|
|
5008
5004
|
]),
|
|
5009
5005
|
vue.createElementVNode("view", {
|
|
@@ -5026,7 +5022,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5026
5022
|
};
|
|
5027
5023
|
}
|
|
5028
5024
|
});
|
|
5029
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5025
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a50e7599"]]);
|
|
5030
5026
|
exports.UAvatar = uAvatar;
|
|
5031
5027
|
exports.UBadge = uBadge;
|
|
5032
5028
|
exports.UButton = uButton;
|