@atooyu/uxto-ui 1.1.40 → 1.1.42
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 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +27 -25
- package/package.json +1 -1
- package/src/components/u-popup/u-popup.vue +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -0
package/dist/index.js
CHANGED
|
@@ -4488,7 +4488,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4488
4488
|
setup(__props, { emit: __emit }) {
|
|
4489
4489
|
const props = __props;
|
|
4490
4490
|
const emit = __emit;
|
|
4491
|
-
vue.computed(() => {
|
|
4491
|
+
const isOpen = vue.computed(() => {
|
|
4492
4492
|
if (props.show !== void 0) return props.show;
|
|
4493
4493
|
if (props.visible !== void 0) return props.visible;
|
|
4494
4494
|
return false;
|
|
@@ -4504,7 +4504,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4504
4504
|
emit("close");
|
|
4505
4505
|
};
|
|
4506
4506
|
return (_ctx, _cache) => {
|
|
4507
|
-
return
|
|
4507
|
+
return isOpen.value ? (vue.openBlock(), vue.createElementBlock("view", _hoisted_1$5, [
|
|
4508
4508
|
vue.createElementVNode("view", {
|
|
4509
4509
|
class: "u-popup__overlay",
|
|
4510
4510
|
onClick: handleOverlayClick
|
|
@@ -4525,7 +4525,7 @@ const _sfc_main$8 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4525
4525
|
};
|
|
4526
4526
|
}
|
|
4527
4527
|
});
|
|
4528
|
-
const uPopup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-
|
|
4528
|
+
const uPopup = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["__scopeId", "data-v-1c6a1eb0"]]);
|
|
4529
4529
|
const _hoisted_1$4 = { class: "u-code-input" };
|
|
4530
4530
|
const _hoisted_2$4 = { class: "u-code-input__wrapper" };
|
|
4531
4531
|
const _hoisted_3$4 = {
|
|
@@ -5036,7 +5036,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5036
5036
|
};
|
|
5037
5037
|
}
|
|
5038
5038
|
});
|
|
5039
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
5039
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-9b76f6cf"]]);
|
|
5040
5040
|
const __default__$1 = {
|
|
5041
5041
|
options: {
|
|
5042
5042
|
virtualHost: true,
|