@atooyu/uxto-ui 1.1.43 → 1.1.45
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 +7 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/dist/style.css +14 -16
- package/package.json +1 -1
- package/src/components/u-tabbar/u-tabbar.vue +3 -5
package/dist/index.mjs
CHANGED
|
@@ -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
|
-
|
|
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
|
-
],
|
|
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
|
-
|
|
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
|
-
],
|
|
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
|
-
|
|
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
|
-
],
|
|
5004
|
+
], 34)
|
|
5005
5005
|
])
|
|
5006
5006
|
]);
|
|
5007
5007
|
};
|
|
5008
5008
|
}
|
|
5009
5009
|
});
|
|
5010
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
5010
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-229e6a86"]]);
|
|
5011
5011
|
const __default__$1 = {
|
|
5012
5012
|
options: {
|
|
5013
5013
|
virtualHost: true,
|