@atooyu/uxto-ui 1.1.47 → 1.1.48
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 +15 -15
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -3
package/dist/index.mjs
CHANGED
|
@@ -4964,7 +4964,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
4964
4964
|
createElementVNode("view", _hoisted_2$1, [
|
|
4965
4965
|
createElementVNode("view", {
|
|
4966
4966
|
class: normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.leftTab.value }]),
|
|
4967
|
-
onTap: _cache[0] || (_cache[0] = withModifiers(($event) => switchTab(__props.leftTab.value), ["stop"]))
|
|
4967
|
+
onTap: _cache[0] || (_cache[0] = withModifiers(($event) => switchTab(__props.leftTab.value), ["stop", "prevent"]))
|
|
4968
4968
|
}, [
|
|
4969
4969
|
createElementVNode("view", _hoisted_3$1, [
|
|
4970
4970
|
__props.leftTab.icon ? (openBlock(), createBlock(UIcon, {
|
|
@@ -4985,7 +4985,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
4985
4985
|
"u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
|
|
4986
4986
|
"u-tabbar__center-btn--side-active": __props.modelValue === __props.leftTab.value || __props.modelValue === __props.rightTab.value
|
|
4987
4987
|
}]),
|
|
4988
|
-
onTap: _cache[1] || (_cache[1] = withModifiers(($event) => switchTab(__props.centerTab.value), ["stop"]))
|
|
4988
|
+
onTap: _cache[1] || (_cache[1] = withModifiers(($event) => switchTab(__props.centerTab.value), ["stop", "prevent"]))
|
|
4989
4989
|
}, [
|
|
4990
4990
|
createElementVNode("text", _hoisted_5, toDisplayString(__props.centerBrand), 1),
|
|
4991
4991
|
createElementVNode("text", _hoisted_6, toDisplayString(__props.centerLabel), 1)
|
|
@@ -4993,7 +4993,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
4993
4993
|
]),
|
|
4994
4994
|
createElementVNode("view", {
|
|
4995
4995
|
class: normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.rightTab.value }]),
|
|
4996
|
-
onTap: _cache[2] || (_cache[2] = withModifiers(($event) => switchTab(__props.rightTab.value), ["stop"]))
|
|
4996
|
+
onTap: _cache[2] || (_cache[2] = withModifiers(($event) => switchTab(__props.rightTab.value), ["stop", "prevent"]))
|
|
4997
4997
|
}, [
|
|
4998
4998
|
createElementVNode("view", _hoisted_7, [
|
|
4999
4999
|
__props.rightTab.icon ? (openBlock(), createBlock(UIcon, {
|
|
@@ -5013,7 +5013,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
|
|
|
5013
5013
|
};
|
|
5014
5014
|
}
|
|
5015
5015
|
});
|
|
5016
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
5016
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-eb2ab9a2"]]);
|
|
5017
5017
|
const __default__$1 = {
|
|
5018
5018
|
options: {
|
|
5019
5019
|
virtualHost: true,
|