@atooyu/uxto-ui 1.1.8 → 1.1.10
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 +31 -28
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +31 -28
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +38 -31
- package/package.json +1 -1
- package/src/components/u-notice-bar/u-notice-bar.vue +12 -3
- package/src/components/u-swiper/u-swiper.vue +1 -3
package/dist/index.js
CHANGED
|
@@ -6,11 +6,11 @@ const _hoisted_2$v = {
|
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "u-button__loading"
|
|
8
8
|
};
|
|
9
|
-
const _hoisted_3$
|
|
9
|
+
const _hoisted_3$p = {
|
|
10
10
|
key: 1,
|
|
11
11
|
class: "u-button__content"
|
|
12
12
|
};
|
|
13
|
-
const _hoisted_4$
|
|
13
|
+
const _hoisted_4$h = {
|
|
14
14
|
key: 0,
|
|
15
15
|
class: "u-button__icon"
|
|
16
16
|
};
|
|
@@ -76,8 +76,8 @@ const _sfc_main$L = /* @__PURE__ */ vue.defineComponent({
|
|
|
76
76
|
}, [
|
|
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
|
-
])])) : (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$
|
|
80
|
-
__props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$
|
|
79
|
+
])])) : (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$p, [
|
|
80
|
+
__props.icon ? (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$h, vue.toDisplayString(__props.icon), 1)) : vue.createCommentVNode("", true),
|
|
81
81
|
vue.createElementVNode("text", _hoisted_5$d, [
|
|
82
82
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
83
83
|
])
|
|
@@ -99,8 +99,8 @@ const _hoisted_1$E = {
|
|
|
99
99
|
class: "u-input__prefix"
|
|
100
100
|
};
|
|
101
101
|
const _hoisted_2$u = { class: "u-input__icon" };
|
|
102
|
-
const _hoisted_3$
|
|
103
|
-
const _hoisted_4$
|
|
102
|
+
const _hoisted_3$o = { class: "u-input__body" };
|
|
103
|
+
const _hoisted_4$g = ["type", "value", "placeholder", "placeholder-style", "disabled", "maxlength", "focus", "confirm-type", "adjust-position"];
|
|
104
104
|
const _hoisted_5$c = {
|
|
105
105
|
key: 2,
|
|
106
106
|
class: "u-input__suffix"
|
|
@@ -168,7 +168,7 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
168
168
|
vue.createElementVNode("text", _hoisted_2$u, vue.toDisplayString(__props.prefixIcon), 1)
|
|
169
169
|
], true)
|
|
170
170
|
])) : vue.createCommentVNode("", true),
|
|
171
|
-
vue.createElementVNode("view", _hoisted_3$
|
|
171
|
+
vue.createElementVNode("view", _hoisted_3$o, [
|
|
172
172
|
vue.createElementVNode("input", {
|
|
173
173
|
class: "u-input__control",
|
|
174
174
|
type: __props.type,
|
|
@@ -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$g)
|
|
189
189
|
]),
|
|
190
190
|
__props.clearable && __props.modelValue ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
191
191
|
key: 1,
|
|
@@ -209,8 +209,8 @@ const _hoisted_2$t = {
|
|
|
209
209
|
key: 0,
|
|
210
210
|
class: "u-cell__icon"
|
|
211
211
|
};
|
|
212
|
-
const _hoisted_3$
|
|
213
|
-
const _hoisted_4$
|
|
212
|
+
const _hoisted_3$n = ["src"];
|
|
213
|
+
const _hoisted_4$f = { class: "u-cell__content" };
|
|
214
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 = {
|
|
@@ -275,10 +275,10 @@ const _sfc_main$J = /* @__PURE__ */ vue.defineComponent({
|
|
|
275
275
|
class: "u-cell__icon-img",
|
|
276
276
|
src: __props.icon,
|
|
277
277
|
mode: "aspectFit"
|
|
278
|
-
}, null, 8, _hoisted_3$
|
|
278
|
+
}, null, 8, _hoisted_3$n)) : vue.createCommentVNode("", true)
|
|
279
279
|
], true)
|
|
280
280
|
])) : vue.createCommentVNode("", true),
|
|
281
|
-
vue.createElementVNode("view", _hoisted_4$
|
|
281
|
+
vue.createElementVNode("view", _hoisted_4$f, [
|
|
282
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)
|
|
@@ -303,7 +303,7 @@ const _hoisted_2$s = {
|
|
|
303
303
|
key: 0,
|
|
304
304
|
class: "u-cell-group__title"
|
|
305
305
|
};
|
|
306
|
-
const _hoisted_3$
|
|
306
|
+
const _hoisted_3$m = { class: "u-cell-group__body" };
|
|
307
307
|
const __default__$I = {
|
|
308
308
|
options: {
|
|
309
309
|
virtualHost: true,
|
|
@@ -324,7 +324,7 @@ const _sfc_main$I = /* @__PURE__ */ vue.defineComponent({
|
|
|
324
324
|
vue.createTextVNode(vue.toDisplayString(__props.title), 1)
|
|
325
325
|
], true)
|
|
326
326
|
])) : vue.createCommentVNode("", true),
|
|
327
|
-
vue.createElementVNode("view", _hoisted_3$
|
|
327
|
+
vue.createElementVNode("view", _hoisted_3$m, [
|
|
328
328
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
329
329
|
])
|
|
330
330
|
]);
|
|
@@ -337,8 +337,8 @@ const _hoisted_1$B = {
|
|
|
337
337
|
class: "u-modal__header"
|
|
338
338
|
};
|
|
339
339
|
const _hoisted_2$r = { class: "u-modal__title" };
|
|
340
|
-
const _hoisted_3$
|
|
341
|
-
const _hoisted_4$
|
|
340
|
+
const _hoisted_3$l = { class: "u-modal__body" };
|
|
341
|
+
const _hoisted_4$e = { class: "u-modal__message" };
|
|
342
342
|
const _hoisted_5$a = { class: "u-modal__footer" };
|
|
343
343
|
const __default__$H = {
|
|
344
344
|
options: {
|
|
@@ -389,9 +389,9 @@ const _sfc_main$H = /* @__PURE__ */ vue.defineComponent({
|
|
|
389
389
|
__props.title ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$B, [
|
|
390
390
|
vue.createElementVNode("text", _hoisted_2$r, vue.toDisplayString(__props.title), 1)
|
|
391
391
|
])) : vue.createCommentVNode("", true),
|
|
392
|
-
vue.createElementVNode("view", _hoisted_3$
|
|
392
|
+
vue.createElementVNode("view", _hoisted_3$l, [
|
|
393
393
|
vue.renderSlot(_ctx.$slots, "default", {}, () => [
|
|
394
|
-
vue.createElementVNode("text", _hoisted_4$
|
|
394
|
+
vue.createElementVNode("text", _hoisted_4$e, vue.toDisplayString(__props.message), 1)
|
|
395
395
|
], true)
|
|
396
396
|
]),
|
|
397
397
|
vue.createElementVNode("view", _hoisted_5$a, [
|
|
@@ -892,7 +892,7 @@ const _hoisted_2$p = {
|
|
|
892
892
|
key: 0,
|
|
893
893
|
class: "u-image__loading"
|
|
894
894
|
};
|
|
895
|
-
const _hoisted_3$
|
|
895
|
+
const _hoisted_3$k = {
|
|
896
896
|
key: 1,
|
|
897
897
|
class: "u-image__error"
|
|
898
898
|
};
|
|
@@ -947,7 +947,7 @@ const _sfc_main$C = /* @__PURE__ */ vue.defineComponent({
|
|
|
947
947
|
vue.createVNode(_component_u_loading, { size: 20 })
|
|
948
948
|
], true)
|
|
949
949
|
])) : vue.createCommentVNode("", true),
|
|
950
|
-
__props.error && !loaded.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$
|
|
950
|
+
__props.error && !loaded.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_3$k, [
|
|
951
951
|
vue.renderSlot(_ctx.$slots, "error", {}, () => [
|
|
952
952
|
_cache[0] || (_cache[0] = vue.createElementVNode("text", { class: "u-image__error-text" }, "加载失败", -1))
|
|
953
953
|
], true)
|
|
@@ -994,7 +994,9 @@ const _hoisted_1$w = {
|
|
|
994
994
|
key: 0,
|
|
995
995
|
class: "u-notice-bar__left-icon"
|
|
996
996
|
};
|
|
997
|
-
const _hoisted_2$o = {
|
|
997
|
+
const _hoisted_2$o = { class: "u-notice-bar__text-item" };
|
|
998
|
+
const _hoisted_3$j = { class: "u-notice-bar__text-item" };
|
|
999
|
+
const _hoisted_4$d = {
|
|
998
1000
|
key: 1,
|
|
999
1001
|
class: "u-notice-bar__text"
|
|
1000
1002
|
};
|
|
@@ -1040,7 +1042,10 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
1040
1042
|
key: 0,
|
|
1041
1043
|
class: "u-notice-bar__text",
|
|
1042
1044
|
style: vue.normalizeStyle({ animationDuration: __props.speed + "s" })
|
|
1043
|
-
},
|
|
1045
|
+
}, [
|
|
1046
|
+
vue.createElementVNode("text", _hoisted_2$o, vue.toDisplayString(__props.text), 1),
|
|
1047
|
+
vue.createElementVNode("text", _hoisted_3$j, vue.toDisplayString(__props.text), 1)
|
|
1048
|
+
], 4)) : (vue.openBlock(), vue.createElementBlock("text", _hoisted_4$d, vue.toDisplayString(__props.text), 1))
|
|
1044
1049
|
], 2),
|
|
1045
1050
|
_ctx.$slots.rightIcon || __props.rightIcon ? (vue.openBlock(), vue.createElementBlock("view", {
|
|
1046
1051
|
key: 1,
|
|
@@ -1055,7 +1060,7 @@ const _sfc_main$A = /* @__PURE__ */ vue.defineComponent({
|
|
|
1055
1060
|
};
|
|
1056
1061
|
}
|
|
1057
1062
|
});
|
|
1058
|
-
const uNoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-
|
|
1063
|
+
const uNoticeBar = /* @__PURE__ */ _export_sfc(_sfc_main$A, [["__scopeId", "data-v-f80a744d"]]);
|
|
1059
1064
|
const _hoisted_1$v = {
|
|
1060
1065
|
key: 0,
|
|
1061
1066
|
class: "u-layout__header"
|
|
@@ -2275,9 +2280,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2275
2280
|
autoplay: __props.autoplay,
|
|
2276
2281
|
interval: __props.interval,
|
|
2277
2282
|
duration: __props.duration,
|
|
2278
|
-
"indicator-dots":
|
|
2279
|
-
"indicator-color": __props.indicatorColor,
|
|
2280
|
-
"indicator-active-color": __props.indicatorActiveColor,
|
|
2283
|
+
"indicator-dots": false,
|
|
2281
2284
|
circular: __props.circular,
|
|
2282
2285
|
vertical: __props.vertical,
|
|
2283
2286
|
current: currentIndex.value,
|
|
@@ -2288,7 +2291,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2288
2291
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2289
2292
|
]),
|
|
2290
2293
|
_: 3
|
|
2291
|
-
}, 8, ["style", "autoplay", "interval", "duration", "
|
|
2294
|
+
}, 8, ["style", "autoplay", "interval", "duration", "circular", "vertical", "current"]),
|
|
2292
2295
|
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$h, [..._cache[0] || (_cache[0] = [
|
|
2293
2296
|
vue.createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2294
2297
|
])])) : vue.createCommentVNode("", true),
|
|
@@ -2317,7 +2320,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2317
2320
|
};
|
|
2318
2321
|
}
|
|
2319
2322
|
});
|
|
2320
|
-
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
2323
|
+
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-cd609e89"]]);
|
|
2321
2324
|
const __default__$o = {
|
|
2322
2325
|
options: {
|
|
2323
2326
|
virtualHost: true,
|