@atooyu/uxto-ui 1.1.44 → 1.1.46

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.mjs CHANGED
@@ -4933,7 +4933,7 @@ const _hoisted_4 = { class: "u-tabbar__center-brand" };
4933
4933
  const _hoisted_5 = { class: "u-tabbar__center-text" };
4934
4934
  const __default__$2 = {
4935
4935
  options: {
4936
- virtualHost: true,
4936
+ virtualHost: false,
4937
4937
  styleIsolation: "shared"
4938
4938
  }
4939
4939
  };
@@ -4962,7 +4962,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
4962
4962
  createElementVNode("view", _hoisted_2$1, [
4963
4963
  createElementVNode("view", {
4964
4964
  class: normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.leftTab.value }]),
4965
- onClick: _cache[0] || (_cache[0] = ($event) => switchTab(__props.leftTab.value))
4965
+ onTap: _cache[0] || (_cache[0] = ($event) => switchTab(__props.leftTab.value))
4966
4966
  }, [
4967
4967
  __props.leftTab.icon ? (openBlock(), createBlock(UIcon, {
4968
4968
  key: 0,
@@ -4974,22 +4974,22 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
4974
4974
  class: "u-tabbar__tab-text",
4975
4975
  style: normalizeStyle({ color: __props.modelValue === __props.leftTab.value ? __props.activeColor : __props.inactiveColor })
4976
4976
  }, toDisplayString(__props.leftTab.label), 5)
4977
- ], 2),
4977
+ ], 34),
4978
4978
  createElementVNode("view", _hoisted_3$1, [
4979
4979
  createElementVNode("view", {
4980
4980
  class: normalizeClass(["u-tabbar__center-btn", {
4981
4981
  "u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
4982
4982
  "u-tabbar__center-btn--side-active": __props.modelValue === __props.leftTab.value || __props.modelValue === __props.rightTab.value
4983
4983
  }]),
4984
- onClick: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
4984
+ onTap: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
4985
4985
  }, [
4986
4986
  createElementVNode("text", _hoisted_4, toDisplayString(__props.centerBrand), 1),
4987
4987
  createElementVNode("text", _hoisted_5, toDisplayString(__props.centerLabel), 1)
4988
- ], 2)
4988
+ ], 34)
4989
4989
  ]),
4990
4990
  createElementVNode("view", {
4991
4991
  class: normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.rightTab.value }]),
4992
- onClick: _cache[2] || (_cache[2] = ($event) => switchTab(__props.rightTab.value))
4992
+ onTap: _cache[2] || (_cache[2] = ($event) => switchTab(__props.rightTab.value))
4993
4993
  }, [
4994
4994
  __props.rightTab.icon ? (openBlock(), createBlock(UIcon, {
4995
4995
  key: 0,
@@ -5001,13 +5001,13 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
5001
5001
  class: "u-tabbar__tab-text",
5002
5002
  style: normalizeStyle({ color: __props.modelValue === __props.rightTab.value ? __props.activeColor : __props.inactiveColor })
5003
5003
  }, toDisplayString(__props.rightTab.label), 5)
5004
- ], 2)
5004
+ ], 34)
5005
5005
  ])
5006
5006
  ]);
5007
5007
  };
5008
5008
  }
5009
5009
  });
5010
- const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-be1becb2"]]);
5010
+ const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-745a84ac"]]);
5011
5011
  const __default__$1 = {
5012
5012
  options: {
5013
5013
  virtualHost: true,