@atooyu/uxto-ui 1.1.9 → 1.1.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/dist/index.js +4 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -6
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +35 -35
- package/package.json +1 -1
- package/src/components/u-swiper/u-swiper.vue +1 -3
- package/src/components/u-tabbar/u-tabbar.vue +2 -2
package/dist/index.js
CHANGED
|
@@ -2280,9 +2280,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2280
2280
|
autoplay: __props.autoplay,
|
|
2281
2281
|
interval: __props.interval,
|
|
2282
2282
|
duration: __props.duration,
|
|
2283
|
-
"indicator-dots":
|
|
2284
|
-
"indicator-color": __props.indicatorColor,
|
|
2285
|
-
"indicator-active-color": __props.indicatorActiveColor,
|
|
2283
|
+
"indicator-dots": false,
|
|
2286
2284
|
circular: __props.circular,
|
|
2287
2285
|
vertical: __props.vertical,
|
|
2288
2286
|
current: currentIndex.value,
|
|
@@ -2293,7 +2291,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2293
2291
|
vue.renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
2294
2292
|
]),
|
|
2295
2293
|
_: 3
|
|
2296
|
-
}, 8, ["style", "autoplay", "interval", "duration", "
|
|
2294
|
+
}, 8, ["style", "autoplay", "interval", "duration", "circular", "vertical", "current"]),
|
|
2297
2295
|
__props.loading ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_2$h, [..._cache[0] || (_cache[0] = [
|
|
2298
2296
|
vue.createElementVNode("view", { class: "u-swiper__loading-icon" }, null, -1)
|
|
2299
2297
|
])])) : vue.createCommentVNode("", true),
|
|
@@ -2322,7 +2320,7 @@ const _sfc_main$p = /* @__PURE__ */ vue.defineComponent({
|
|
|
2322
2320
|
};
|
|
2323
2321
|
}
|
|
2324
2322
|
});
|
|
2325
|
-
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-
|
|
2323
|
+
const uSwiper = /* @__PURE__ */ _export_sfc(_sfc_main$p, [["__scopeId", "data-v-cd609e89"]]);
|
|
2326
2324
|
const __default__$o = {
|
|
2327
2325
|
options: {
|
|
2328
2326
|
virtualHost: true,
|
|
@@ -5066,7 +5064,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
5066
5064
|
};
|
|
5067
5065
|
}
|
|
5068
5066
|
});
|
|
5069
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
5067
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-d8cc912b"]]);
|
|
5070
5068
|
exports.UAvatar = uAvatar;
|
|
5071
5069
|
exports.UBadge = uBadge;
|
|
5072
5070
|
exports.UButton = uButton;
|