@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.mjs
CHANGED
|
@@ -8,11 +8,11 @@ const _hoisted_3$o = {
|
|
|
8
8
|
key: 1,
|
|
9
9
|
class: "u-button__content"
|
|
10
10
|
};
|
|
11
|
-
const _hoisted_4$
|
|
11
|
+
const _hoisted_4$g = {
|
|
12
12
|
key: 0,
|
|
13
13
|
class: "u-button__icon"
|
|
14
14
|
};
|
|
15
|
-
const _hoisted_5$
|
|
15
|
+
const _hoisted_5$d = { class: "u-button__text" };
|
|
16
16
|
const __default__$L = {
|
|
17
17
|
options: {
|
|
18
18
|
virtualHost: true,
|
|
@@ -75,8 +75,8 @@ const _sfc_main$L = /* @__PURE__ */ defineComponent({
|
|
|
75
75
|
__props.loading ? (openBlock(), createElementBlock("view", _hoisted_2$v, [..._cache[0] || (_cache[0] = [
|
|
76
76
|
createElementVNode("view", { class: "u-button__loading-icon" }, null, -1)
|
|
77
77
|
])])) : (openBlock(), createElementBlock("view", _hoisted_3$o, [
|
|
78
|
-
__props.icon ? (openBlock(), createElementBlock("text", _hoisted_4$
|
|
79
|
-
createElementVNode("text", _hoisted_5$
|
|
78
|
+
__props.icon ? (openBlock(), createElementBlock("text", _hoisted_4$g, toDisplayString(__props.icon), 1)) : createCommentVNode("", true),
|
|
79
|
+
createElementVNode("text", _hoisted_5$d, [
|
|
80
80
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
81
81
|
])
|
|
82
82
|
]))
|
|
@@ -98,8 +98,8 @@ const _hoisted_1$E = {
|
|
|
98
98
|
};
|
|
99
99
|
const _hoisted_2$u = { class: "u-input__icon" };
|
|
100
100
|
const _hoisted_3$n = { class: "u-input__body" };
|
|
101
|
-
const _hoisted_4$
|
|
102
|
-
const _hoisted_5$
|
|
101
|
+
const _hoisted_4$f = ["type", "value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "confirm-type", "adjust-position"];
|
|
102
|
+
const _hoisted_5$c = {
|
|
103
103
|
key: 2,
|
|
104
104
|
class: "u-input__suffix"
|
|
105
105
|
};
|
|
@@ -183,7 +183,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
183
183
|
onFocus: handleFocus,
|
|
184
184
|
onBlur: handleBlur,
|
|
185
185
|
onConfirm: handleConfirm
|
|
186
|
-
}, null, 40, _hoisted_4$
|
|
186
|
+
}, null, 40, _hoisted_4$f)
|
|
187
187
|
]),
|
|
188
188
|
__props.clearable && __props.modelValue ? (openBlock(), createElementBlock("view", {
|
|
189
189
|
key: 1,
|
|
@@ -192,7 +192,7 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
192
192
|
}, [..._cache[0] || (_cache[0] = [
|
|
193
193
|
createElementVNode("text", { class: "u-input__clear-icon" }, "×", -1)
|
|
194
194
|
])])) : createCommentVNode("", true),
|
|
195
|
-
_ctx.$slots.suffix || __props.suffixIcon ? (openBlock(), createElementBlock("view", _hoisted_5$
|
|
195
|
+
_ctx.$slots.suffix || __props.suffixIcon ? (openBlock(), createElementBlock("view", _hoisted_5$c, [
|
|
196
196
|
renderSlot(_ctx.$slots, "suffix", {}, () => [
|
|
197
197
|
createElementVNode("text", _hoisted_6$7, toDisplayString(__props.suffixIcon), 1)
|
|
198
198
|
], true)
|
|
@@ -208,8 +208,8 @@ const _hoisted_2$t = {
|
|
|
208
208
|
class: "u-cell__icon"
|
|
209
209
|
};
|
|
210
210
|
const _hoisted_3$m = ["src"];
|
|
211
|
-
const _hoisted_4$
|
|
212
|
-
const _hoisted_5$
|
|
211
|
+
const _hoisted_4$e = { class: "u-cell__content" };
|
|
212
|
+
const _hoisted_5$b = { class: "u-cell__title" };
|
|
213
213
|
const _hoisted_6$6 = { class: "u-cell__title-text" };
|
|
214
214
|
const _hoisted_7$5 = {
|
|
215
215
|
key: 0,
|
|
@@ -276,8 +276,8 @@ const _sfc_main$J = /* @__PURE__ */ defineComponent({
|
|
|
276
276
|
}, null, 8, _hoisted_3$m)) : createCommentVNode("", true)
|
|
277
277
|
], true)
|
|
278
278
|
])) : createCommentVNode("", true),
|
|
279
|
-
createElementVNode("view", _hoisted_4$
|
|
280
|
-
createElementVNode("view", _hoisted_5$
|
|
279
|
+
createElementVNode("view", _hoisted_4$e, [
|
|
280
|
+
createElementVNode("view", _hoisted_5$b, [
|
|
281
281
|
createElementVNode("text", _hoisted_6$6, toDisplayString(__props.title), 1),
|
|
282
282
|
__props.label ? (openBlock(), createElementBlock("text", _hoisted_7$5, toDisplayString(__props.label), 1)) : createCommentVNode("", true)
|
|
283
283
|
]),
|
|
@@ -336,8 +336,8 @@ const _hoisted_1$B = {
|
|
|
336
336
|
};
|
|
337
337
|
const _hoisted_2$r = { class: "u-modal__title" };
|
|
338
338
|
const _hoisted_3$k = { class: "u-modal__body" };
|
|
339
|
-
const _hoisted_4$
|
|
340
|
-
const _hoisted_5$
|
|
339
|
+
const _hoisted_4$d = { class: "u-modal__message" };
|
|
340
|
+
const _hoisted_5$a = { class: "u-modal__footer" };
|
|
341
341
|
const __default__$H = {
|
|
342
342
|
options: {
|
|
343
343
|
virtualHost: true,
|
|
@@ -389,10 +389,10 @@ const _sfc_main$H = /* @__PURE__ */ defineComponent({
|
|
|
389
389
|
])) : createCommentVNode("", true),
|
|
390
390
|
createElementVNode("view", _hoisted_3$k, [
|
|
391
391
|
renderSlot(_ctx.$slots, "default", {}, () => [
|
|
392
|
-
createElementVNode("text", _hoisted_4$
|
|
392
|
+
createElementVNode("text", _hoisted_4$d, toDisplayString(__props.message), 1)
|
|
393
393
|
], true)
|
|
394
394
|
]),
|
|
395
|
-
createElementVNode("view", _hoisted_5$
|
|
395
|
+
createElementVNode("view", _hoisted_5$a, [
|
|
396
396
|
__props.showCancel ? (openBlock(), createElementBlock("view", {
|
|
397
397
|
key: 0,
|
|
398
398
|
class: "u-modal__button u-modal__button--cancel",
|
|
@@ -2031,11 +2031,11 @@ const _hoisted_3$f = {
|
|
|
2031
2031
|
key: 1,
|
|
2032
2032
|
class: "u-grid-item__icon-text"
|
|
2033
2033
|
};
|
|
2034
|
-
const _hoisted_4$
|
|
2034
|
+
const _hoisted_4$c = {
|
|
2035
2035
|
key: 0,
|
|
2036
2036
|
class: "u-grid-item__badge"
|
|
2037
2037
|
};
|
|
2038
|
-
const _hoisted_5$
|
|
2038
|
+
const _hoisted_5$9 = { class: "u-grid-item__badge-text" };
|
|
2039
2039
|
const _hoisted_6$5 = {
|
|
2040
2040
|
key: 1,
|
|
2041
2041
|
class: "u-grid-item__text"
|
|
@@ -2104,8 +2104,8 @@ const _sfc_main$q = /* @__PURE__ */ defineComponent({
|
|
|
2104
2104
|
mode: "aspectFit"
|
|
2105
2105
|
}, null, 8, _hoisted_2$i)) : __props.icon ? (openBlock(), createElementBlock("text", _hoisted_3$f, toDisplayString(__props.icon), 1)) : createCommentVNode("", true)
|
|
2106
2106
|
], true),
|
|
2107
|
-
__props.badge !== void 0 && __props.badge !== null && __props.badge !== "" ? (openBlock(), createElementBlock("view", _hoisted_4$
|
|
2108
|
-
createElementVNode("text", _hoisted_5$
|
|
2107
|
+
__props.badge !== void 0 && __props.badge !== null && __props.badge !== "" ? (openBlock(), createElementBlock("view", _hoisted_4$c, [
|
|
2108
|
+
createElementVNode("text", _hoisted_5$9, toDisplayString(__props.badge), 1)
|
|
2109
2109
|
])) : createCommentVNode("", true)
|
|
2110
2110
|
])) : createCommentVNode("", true),
|
|
2111
2111
|
__props.text || _ctx.$slots.default ? (openBlock(), createElementBlock("view", _hoisted_6$5, [
|
|
@@ -2127,8 +2127,8 @@ const _hoisted_3$e = {
|
|
|
2127
2127
|
key: 1,
|
|
2128
2128
|
class: "u-swiper__title"
|
|
2129
2129
|
};
|
|
2130
|
-
const _hoisted_4$
|
|
2131
|
-
const _hoisted_5$
|
|
2130
|
+
const _hoisted_4$b = { class: "u-swiper__title-text" };
|
|
2131
|
+
const _hoisted_5$8 = {
|
|
2132
2132
|
key: 2,
|
|
2133
2133
|
class: "u-swiper__indicator"
|
|
2134
2134
|
};
|
|
@@ -2255,9 +2255,9 @@ const _sfc_main$p = /* @__PURE__ */ defineComponent({
|
|
|
2255
2255
|
createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2256
2256
|
])])) : createCommentVNode("", true),
|
|
2257
2257
|
__props.showTitle && currentTitle.value ? (openBlock(), createElementBlock("view", _hoisted_3$e, [
|
|
2258
|
-
createElementVNode("text", _hoisted_4$
|
|
2258
|
+
createElementVNode("text", _hoisted_4$b, toDisplayString(currentTitle.value), 1)
|
|
2259
2259
|
])) : createCommentVNode("", true),
|
|
2260
|
-
showIndicator.value && indicatorSlot.value ? (openBlock(), createElementBlock("view", _hoisted_5$
|
|
2260
|
+
showIndicator.value && indicatorSlot.value ? (openBlock(), createElementBlock("view", _hoisted_5$8, [
|
|
2261
2261
|
renderSlot(_ctx.$slots, "indicator", {
|
|
2262
2262
|
current: currentIndex.value,
|
|
2263
2263
|
total: itemCount.value
|
|
@@ -2340,7 +2340,7 @@ const _hoisted_1$k = {
|
|
|
2340
2340
|
};
|
|
2341
2341
|
const _hoisted_2$g = { class: "u-search__body" };
|
|
2342
2342
|
const _hoisted_3$d = ["type", "value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "confirm-type", "adjust-position"];
|
|
2343
|
-
const _hoisted_4$
|
|
2343
|
+
const _hoisted_4$a = { class: "u-search__action-text" };
|
|
2344
2344
|
const __default__$n = {
|
|
2345
2345
|
options: {
|
|
2346
2346
|
virtualHost: true,
|
|
@@ -2456,7 +2456,7 @@ const _sfc_main$n = /* @__PURE__ */ defineComponent({
|
|
|
2456
2456
|
onClick: handleAction
|
|
2457
2457
|
}, [
|
|
2458
2458
|
renderSlot(_ctx.$slots, "action", {}, () => [
|
|
2459
|
-
createElementVNode("text", _hoisted_4$
|
|
2459
|
+
createElementVNode("text", _hoisted_4$a, toDisplayString(__props.actionText), 1)
|
|
2460
2460
|
], true)
|
|
2461
2461
|
])) : createCommentVNode("", true)
|
|
2462
2462
|
], 2);
|
|
@@ -2633,11 +2633,11 @@ const uNumberBox = /* @__PURE__ */ _export_sfc(_sfc_main$m, [["__scopeId", "data
|
|
|
2633
2633
|
const _hoisted_1$i = { class: "u-upload" };
|
|
2634
2634
|
const _hoisted_2$f = { class: "u-upload__list" };
|
|
2635
2635
|
const _hoisted_3$c = ["src", "onClick"];
|
|
2636
|
-
const _hoisted_4$
|
|
2636
|
+
const _hoisted_4$9 = {
|
|
2637
2637
|
key: 1,
|
|
2638
2638
|
class: "u-upload__video"
|
|
2639
2639
|
};
|
|
2640
|
-
const _hoisted_5$
|
|
2640
|
+
const _hoisted_5$7 = ["src", "onClick"];
|
|
2641
2641
|
const _hoisted_6$4 = ["onClick"];
|
|
2642
2642
|
const _hoisted_7$4 = { class: "u-upload__file-name" };
|
|
2643
2643
|
const _hoisted_8$3 = {
|
|
@@ -2777,13 +2777,13 @@ const _sfc_main$l = /* @__PURE__ */ defineComponent({
|
|
|
2777
2777
|
src: file.url || file.thumb,
|
|
2778
2778
|
mode: "aspectFill",
|
|
2779
2779
|
onClick: ($event) => handlePreview(file, index)
|
|
2780
|
-
}, null, 8, _hoisted_3$c)) : isVideo(file) ? (openBlock(), createElementBlock("view", _hoisted_4$
|
|
2780
|
+
}, null, 8, _hoisted_3$c)) : isVideo(file) ? (openBlock(), createElementBlock("view", _hoisted_4$9, [
|
|
2781
2781
|
createElementVNode("image", {
|
|
2782
2782
|
class: "u-upload__preview",
|
|
2783
2783
|
src: file.thumb || defaultVideoThumb,
|
|
2784
2784
|
mode: "aspectFill",
|
|
2785
2785
|
onClick: ($event) => handlePreview(file, index)
|
|
2786
|
-
}, null, 8, _hoisted_5$
|
|
2786
|
+
}, null, 8, _hoisted_5$7),
|
|
2787
2787
|
_cache[0] || (_cache[0] = createElementVNode("view", { class: "u-upload__video-icon" }, [
|
|
2788
2788
|
createElementVNode("text", null, "▶")
|
|
2789
2789
|
], -1))
|
|
@@ -2943,8 +2943,8 @@ const _hoisted_3$a = {
|
|
|
2943
2943
|
key: 0,
|
|
2944
2944
|
class: "u-slider__tooltip"
|
|
2945
2945
|
};
|
|
2946
|
-
const _hoisted_4$
|
|
2947
|
-
const _hoisted_5$
|
|
2946
|
+
const _hoisted_4$8 = { class: "u-slider__tooltip-text" };
|
|
2947
|
+
const _hoisted_5$6 = {
|
|
2948
2948
|
key: 0,
|
|
2949
2949
|
class: "u-slider__tooltip"
|
|
2950
2950
|
};
|
|
@@ -3208,7 +3208,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
3208
3208
|
onTouchend: withModifiers(handleButtonTouchEnd, ["stop"])
|
|
3209
3209
|
}, [
|
|
3210
3210
|
__props.showValue ? (openBlock(), createElementBlock("view", _hoisted_3$a, [
|
|
3211
|
-
createElementVNode("text", _hoisted_4$
|
|
3211
|
+
createElementVNode("text", _hoisted_4$8, toDisplayString(currentValue.value), 1)
|
|
3212
3212
|
])) : createCommentVNode("", true)
|
|
3213
3213
|
], 36)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
3214
3214
|
createElementVNode("view", {
|
|
@@ -3218,7 +3218,7 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
3218
3218
|
onTouchmove: withModifiers(handleStartButtonTouchMove, ["stop"]),
|
|
3219
3219
|
onTouchend: withModifiers(handleButtonTouchEnd, ["stop"])
|
|
3220
3220
|
}, [
|
|
3221
|
-
__props.showValue ? (openBlock(), createElementBlock("view", _hoisted_5$
|
|
3221
|
+
__props.showValue ? (openBlock(), createElementBlock("view", _hoisted_5$6, [
|
|
3222
3222
|
createElementVNode("text", _hoisted_6$3, toDisplayString(startValue.value), 1)
|
|
3223
3223
|
])) : createCommentVNode("", true)
|
|
3224
3224
|
], 36),
|
|
@@ -3259,11 +3259,11 @@ const _hoisted_2$c = {
|
|
|
3259
3259
|
class: "u-list__header"
|
|
3260
3260
|
};
|
|
3261
3261
|
const _hoisted_3$9 = { class: "u-list__content" };
|
|
3262
|
-
const _hoisted_4$
|
|
3262
|
+
const _hoisted_4$7 = {
|
|
3263
3263
|
key: 1,
|
|
3264
3264
|
class: "u-list__loading"
|
|
3265
3265
|
};
|
|
3266
|
-
const _hoisted_5$
|
|
3266
|
+
const _hoisted_5$5 = { class: "u-list__loading-text" };
|
|
3267
3267
|
const _hoisted_6$2 = {
|
|
3268
3268
|
key: 2,
|
|
3269
3269
|
class: "u-list__finished"
|
|
@@ -3313,9 +3313,9 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
3313
3313
|
createElementVNode("view", _hoisted_3$9, [
|
|
3314
3314
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
3315
3315
|
]),
|
|
3316
|
-
__props.loading ? (openBlock(), createElementBlock("view", _hoisted_4$
|
|
3316
|
+
__props.loading ? (openBlock(), createElementBlock("view", _hoisted_4$7, [
|
|
3317
3317
|
_cache[0] || (_cache[0] = createElementVNode("view", { class: "u-list__loading-icon" }, null, -1)),
|
|
3318
|
-
createElementVNode("text", _hoisted_5$
|
|
3318
|
+
createElementVNode("text", _hoisted_5$5, toDisplayString(__props.loadingText), 1)
|
|
3319
3319
|
])) : createCommentVNode("", true),
|
|
3320
3320
|
__props.finished && !__props.loading ? (openBlock(), createElementBlock("view", _hoisted_6$2, [
|
|
3321
3321
|
createElementVNode("text", _hoisted_7$2, toDisplayString(__props.finishedText), 1)
|
|
@@ -3346,8 +3346,8 @@ const _hoisted_3$8 = {
|
|
|
3346
3346
|
key: 1,
|
|
3347
3347
|
class: "u-list-item__icon-text"
|
|
3348
3348
|
};
|
|
3349
|
-
const _hoisted_4$
|
|
3350
|
-
const _hoisted_5$
|
|
3349
|
+
const _hoisted_4$6 = { class: "u-list-item__body" };
|
|
3350
|
+
const _hoisted_5$4 = {
|
|
3351
3351
|
key: 0,
|
|
3352
3352
|
class: "u-list-item__title"
|
|
3353
3353
|
};
|
|
@@ -3421,8 +3421,8 @@ const _sfc_main$h = /* @__PURE__ */ defineComponent({
|
|
|
3421
3421
|
}, null, 8, _hoisted_2$b)) : __props.icon ? (openBlock(), createElementBlock("text", _hoisted_3$8, toDisplayString(__props.icon), 1)) : createCommentVNode("", true)
|
|
3422
3422
|
], true)
|
|
3423
3423
|
])) : createCommentVNode("", true),
|
|
3424
|
-
createElementVNode("view", _hoisted_4$
|
|
3425
|
-
__props.title || _ctx.$slots.title ? (openBlock(), createElementBlock("view", _hoisted_5$
|
|
3424
|
+
createElementVNode("view", _hoisted_4$6, [
|
|
3425
|
+
__props.title || _ctx.$slots.title ? (openBlock(), createElementBlock("view", _hoisted_5$4, [
|
|
3426
3426
|
renderSlot(_ctx.$slots, "title", {}, () => [
|
|
3427
3427
|
createTextVNode(toDisplayString(__props.title), 1)
|
|
3428
3428
|
], true)
|
|
@@ -3676,8 +3676,8 @@ const _hoisted_2$9 = {
|
|
|
3676
3676
|
class: "u-tooltip__actions"
|
|
3677
3677
|
};
|
|
3678
3678
|
const _hoisted_3$7 = ["onClick"];
|
|
3679
|
-
const _hoisted_4$
|
|
3680
|
-
const _hoisted_5$
|
|
3679
|
+
const _hoisted_4$5 = { class: "u-tooltip__action-text" };
|
|
3680
|
+
const _hoisted_5$3 = { class: "u-tooltip__text" };
|
|
3681
3681
|
const __default__$e = {
|
|
3682
3682
|
options: {
|
|
3683
3683
|
virtualHost: true,
|
|
@@ -3856,11 +3856,11 @@ const _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
|
3856
3856
|
class: normalizeClass(["u-tooltip__action", { "u-tooltip__action--disabled": action.disabled }]),
|
|
3857
3857
|
onClick: withModifiers(($event) => handleActionClick(action, index), ["stop"])
|
|
3858
3858
|
}, [
|
|
3859
|
-
createElementVNode("text", _hoisted_4$
|
|
3859
|
+
createElementVNode("text", _hoisted_4$5, toDisplayString(action.text), 1)
|
|
3860
3860
|
], 10, _hoisted_3$7);
|
|
3861
3861
|
}), 128))
|
|
3862
3862
|
])) : renderSlot(_ctx.$slots, "content", { key: 1 }, () => [
|
|
3863
|
-
createElementVNode("text", _hoisted_5$
|
|
3863
|
+
createElementVNode("text", _hoisted_5$3, toDisplayString(__props.content), 1)
|
|
3864
3864
|
], true)
|
|
3865
3865
|
])
|
|
3866
3866
|
], 6)) : createCommentVNode("", true)
|
|
@@ -3878,7 +3878,7 @@ const _hoisted_3$6 = {
|
|
|
3878
3878
|
key: 2,
|
|
3879
3879
|
class: "u-avatar__icon"
|
|
3880
3880
|
};
|
|
3881
|
-
const _hoisted_4$
|
|
3881
|
+
const _hoisted_4$4 = {
|
|
3882
3882
|
key: 0,
|
|
3883
3883
|
class: "u-avatar__badge-text"
|
|
3884
3884
|
};
|
|
@@ -3974,7 +3974,7 @@ const _sfc_main$d = /* @__PURE__ */ defineComponent({
|
|
|
3974
3974
|
key: 0,
|
|
3975
3975
|
class: normalizeClass(["u-avatar__badge", badgeClass.value])
|
|
3976
3976
|
}, [
|
|
3977
|
-
!__props.dot ? (openBlock(), createElementBlock("text", _hoisted_4$
|
|
3977
|
+
!__props.dot ? (openBlock(), createElementBlock("text", _hoisted_4$4, toDisplayString(__props.badge), 1)) : createCommentVNode("", true)
|
|
3978
3978
|
], 2)) : createCommentVNode("", true),
|
|
3979
3979
|
renderSlot(_ctx.$slots, "badge", {}, void 0, true)
|
|
3980
3980
|
], 6);
|
|
@@ -3988,11 +3988,11 @@ const _hoisted_3$5 = {
|
|
|
3988
3988
|
key: 1,
|
|
3989
3989
|
class: "u-empty__image-default"
|
|
3990
3990
|
};
|
|
3991
|
-
const _hoisted_4$
|
|
3991
|
+
const _hoisted_4$3 = {
|
|
3992
3992
|
key: 0,
|
|
3993
3993
|
class: "u-empty__description"
|
|
3994
3994
|
};
|
|
3995
|
-
const _hoisted_5$
|
|
3995
|
+
const _hoisted_5$2 = {
|
|
3996
3996
|
key: 1,
|
|
3997
3997
|
class: "u-empty__bottom"
|
|
3998
3998
|
};
|
|
@@ -4027,12 +4027,12 @@ const _sfc_main$c = /* @__PURE__ */ defineComponent({
|
|
|
4027
4027
|
])]))
|
|
4028
4028
|
], true)
|
|
4029
4029
|
]),
|
|
4030
|
-
__props.description || _ctx.$slots.description ? (openBlock(), createElementBlock("view", _hoisted_4$
|
|
4030
|
+
__props.description || _ctx.$slots.description ? (openBlock(), createElementBlock("view", _hoisted_4$3, [
|
|
4031
4031
|
renderSlot(_ctx.$slots, "description", {}, () => [
|
|
4032
4032
|
createTextVNode(toDisplayString(__props.description), 1)
|
|
4033
4033
|
], true)
|
|
4034
4034
|
])) : createCommentVNode("", true),
|
|
4035
|
-
_ctx.$slots.default ? (openBlock(), createElementBlock("view", _hoisted_5$
|
|
4035
|
+
_ctx.$slots.default ? (openBlock(), createElementBlock("view", _hoisted_5$2, [
|
|
4036
4036
|
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
4037
4037
|
])) : createCommentVNode("", true)
|
|
4038
4038
|
], 2);
|
|
@@ -4327,7 +4327,7 @@ const _hoisted_3$4 = {
|
|
|
4327
4327
|
key: 1,
|
|
4328
4328
|
class: "u-toast__icon"
|
|
4329
4329
|
};
|
|
4330
|
-
const _hoisted_4$
|
|
4330
|
+
const _hoisted_4$2 = {
|
|
4331
4331
|
key: 2,
|
|
4332
4332
|
class: "u-toast__text"
|
|
4333
4333
|
};
|
|
@@ -4406,7 +4406,7 @@ const _sfc_main$7 = /* @__PURE__ */ defineComponent({
|
|
|
4406
4406
|
__props.type === "loading" ? (openBlock(), createElementBlock("view", _hoisted_2$4, [..._cache[0] || (_cache[0] = [
|
|
4407
4407
|
createElementVNode("view", { class: "u-toast__loading-icon" }, null, -1)
|
|
4408
4408
|
])])) : __props.icon ? (openBlock(), createElementBlock("text", _hoisted_3$4, toDisplayString(__props.icon), 1)) : createCommentVNode("", true),
|
|
4409
|
-
__props.message ? (openBlock(), createElementBlock("text", _hoisted_4$
|
|
4409
|
+
__props.message ? (openBlock(), createElementBlock("text", _hoisted_4$2, toDisplayString(__props.message), 1)) : createCommentVNode("", true)
|
|
4410
4410
|
])
|
|
4411
4411
|
], 6)) : createCommentVNode("", true);
|
|
4412
4412
|
};
|
|
@@ -4519,11 +4519,11 @@ const _hoisted_3$3 = {
|
|
|
4519
4519
|
key: 0,
|
|
4520
4520
|
class: "u-code-input__char"
|
|
4521
4521
|
};
|
|
4522
|
-
const _hoisted_4 = {
|
|
4522
|
+
const _hoisted_4$1 = {
|
|
4523
4523
|
key: 1,
|
|
4524
4524
|
class: "u-code-input__dot"
|
|
4525
4525
|
};
|
|
4526
|
-
const _hoisted_5 = {
|
|
4526
|
+
const _hoisted_5$1 = {
|
|
4527
4527
|
key: 2,
|
|
4528
4528
|
class: "u-code-input__placeholder"
|
|
4529
4529
|
};
|
|
@@ -4620,7 +4620,7 @@ const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
|
4620
4620
|
class: normalizeClass(["u-code-input__item", itemClass(i)]),
|
|
4621
4621
|
style: normalizeStyle(itemStyle.value)
|
|
4622
4622
|
}, [
|
|
4623
|
-
values.value[i - 1] && !__props.password ? (openBlock(), createElementBlock("text", _hoisted_3$3, toDisplayString(values.value[i - 1]), 1)) : values.value[i - 1] && __props.password ? (openBlock(), createElementBlock("view", _hoisted_4)) : (openBlock(), createElementBlock("view", _hoisted_5, toDisplayString(__props.placeholderChar), 1)),
|
|
4623
|
+
values.value[i - 1] && !__props.password ? (openBlock(), createElementBlock("text", _hoisted_3$3, toDisplayString(values.value[i - 1]), 1)) : values.value[i - 1] && __props.password ? (openBlock(), createElementBlock("view", _hoisted_4$1)) : (openBlock(), createElementBlock("view", _hoisted_5$1, toDisplayString(__props.placeholderChar), 1)),
|
|
4624
4624
|
__props.focus && i - 1 === currentIndex.value ? (openBlock(), createElementBlock("view", _hoisted_6)) : createCommentVNode("", true)
|
|
4625
4625
|
], 6);
|
|
4626
4626
|
}), 128))
|
|
@@ -4739,7 +4739,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
|
|
|
4739
4739
|
};
|
|
4740
4740
|
}
|
|
4741
4741
|
});
|
|
4742
|
-
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-
|
|
4742
|
+
const uSkeleton = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-1fde8489"]]);
|
|
4743
4743
|
const __default__$3 = {
|
|
4744
4744
|
options: {
|
|
4745
4745
|
virtualHost: true,
|
|
@@ -4816,7 +4816,7 @@ const _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
|
4816
4816
|
};
|
|
4817
4817
|
}
|
|
4818
4818
|
});
|
|
4819
|
-
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-
|
|
4819
|
+
const uTransition = /* @__PURE__ */ _export_sfc(_sfc_main$3, [["__scopeId", "data-v-13f0f85c"]]);
|
|
4820
4820
|
const __default__$2 = {
|
|
4821
4821
|
options: {
|
|
4822
4822
|
virtualHost: true,
|
|
@@ -4872,7 +4872,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
4872
4872
|
};
|
|
4873
4873
|
}
|
|
4874
4874
|
});
|
|
4875
|
-
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
4875
|
+
const uLink = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f60d6c27"]]);
|
|
4876
4876
|
const _hoisted_1$1 = { class: "u-read-more" };
|
|
4877
4877
|
const _hoisted_2$1 = { class: "u-read-more__toggle-text" };
|
|
4878
4878
|
const _hoisted_3$1 = { class: "u-read-more__toggle-icon" };
|
|
@@ -4941,10 +4941,12 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
|
|
|
4941
4941
|
};
|
|
4942
4942
|
}
|
|
4943
4943
|
});
|
|
4944
|
-
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
4944
|
+
const uReadMore = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-b31720eb"]]);
|
|
4945
4945
|
const _hoisted_1 = { class: "u-tabbar" };
|
|
4946
4946
|
const _hoisted_2 = { class: "u-tabbar__nav-wrap" };
|
|
4947
4947
|
const _hoisted_3 = { class: "u-tabbar__center" };
|
|
4948
|
+
const _hoisted_4 = { class: "u-tabbar__center-brand" };
|
|
4949
|
+
const _hoisted_5 = { class: "u-tabbar__center-text" };
|
|
4948
4950
|
const __default__ = {
|
|
4949
4951
|
options: {
|
|
4950
4952
|
virtualHost: true,
|
|
@@ -4994,14 +4996,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
4994
4996
|
class: normalizeClass(["u-tabbar__center-btn", { "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value }]),
|
|
4995
4997
|
onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
|
|
4996
4998
|
}, [
|
|
4997
|
-
createElementVNode("text",
|
|
4998
|
-
|
|
4999
|
-
style: normalizeStyle({ color: __props.modelValue === __props.centerTab.value ? __props.activeColor : "#ffffff" })
|
|
5000
|
-
}, toDisplayString(__props.centerBrand), 5),
|
|
5001
|
-
createElementVNode("text", {
|
|
5002
|
-
class: "u-tabbar__center-text",
|
|
5003
|
-
style: normalizeStyle({ color: __props.modelValue === __props.centerTab.value ? __props.activeColor : "#ffffff" })
|
|
5004
|
-
}, toDisplayString(__props.centerLabel), 5)
|
|
4999
|
+
createElementVNode("text", _hoisted_4, toDisplayString(__props.centerBrand), 1),
|
|
5000
|
+
createElementVNode("text", _hoisted_5, toDisplayString(__props.centerLabel), 1)
|
|
5005
5001
|
], 2)
|
|
5006
5002
|
]),
|
|
5007
5003
|
createElementVNode("view", {
|
|
@@ -5024,7 +5020,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
5024
5020
|
};
|
|
5025
5021
|
}
|
|
5026
5022
|
});
|
|
5027
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5023
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a50e7599"]]);
|
|
5028
5024
|
export {
|
|
5029
5025
|
uAvatar as UAvatar,
|
|
5030
5026
|
uBadge as UBadge,
|