@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 CHANGED
@@ -4966,7 +4966,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
4966
4966
  vue.createElementVNode("view", _hoisted_2$1, [
4967
4967
  vue.createElementVNode("view", {
4968
4968
  class: vue.normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.leftTab.value }]),
4969
- onTap: _cache[0] || (_cache[0] = vue.withModifiers(($event) => switchTab(__props.leftTab.value), ["stop"]))
4969
+ onTap: _cache[0] || (_cache[0] = vue.withModifiers(($event) => switchTab(__props.leftTab.value), ["stop", "prevent"]))
4970
4970
  }, [
4971
4971
  vue.createElementVNode("view", _hoisted_3$1, [
4972
4972
  __props.leftTab.icon ? (vue.openBlock(), vue.createBlock(UIcon, {
@@ -4987,7 +4987,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
4987
4987
  "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
4988
4988
  "u-tabbar__center-btn--side-active": __props.modelValue === __props.leftTab.value || __props.modelValue === __props.rightTab.value
4989
4989
  }]),
4990
- onTap: _cache[1] || (_cache[1] = vue.withModifiers(($event) => switchTab(__props.centerTab.value), ["stop"]))
4990
+ onTap: _cache[1] || (_cache[1] = vue.withModifiers(($event) => switchTab(__props.centerTab.value), ["stop", "prevent"]))
4991
4991
  }, [
4992
4992
  vue.createElementVNode("text", _hoisted_5, vue.toDisplayString(__props.centerBrand), 1),
4993
4993
  vue.createElementVNode("text", _hoisted_6, vue.toDisplayString(__props.centerLabel), 1)
@@ -4995,7 +4995,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
4995
4995
  ]),
4996
4996
  vue.createElementVNode("view", {
4997
4997
  class: vue.normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.rightTab.value }]),
4998
- onTap: _cache[2] || (_cache[2] = vue.withModifiers(($event) => switchTab(__props.rightTab.value), ["stop"]))
4998
+ onTap: _cache[2] || (_cache[2] = vue.withModifiers(($event) => switchTab(__props.rightTab.value), ["stop", "prevent"]))
4999
4999
  }, [
5000
5000
  vue.createElementVNode("view", _hoisted_7, [
5001
5001
  __props.rightTab.icon ? (vue.openBlock(), vue.createBlock(UIcon, {
@@ -5015,7 +5015,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
5015
5015
  };
5016
5016
  }
5017
5017
  });
5018
- const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-4e37a87c"]]);
5018
+ const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-eb2ab9a2"]]);
5019
5019
  const __default__$1 = {
5020
5020
  options: {
5021
5021
  virtualHost: true,