@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.js
CHANGED
|
@@ -4964,7 +4964,7 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4964
4964
|
vue.createElementVNode("view", _hoisted_2$1, [
|
|
4965
4965
|
vue.createElementVNode("view", {
|
|
4966
4966
|
class: vue.normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.leftTab.value }]),
|
|
4967
|
-
|
|
4967
|
+
onTap: _cache[0] || (_cache[0] = ($event) => switchTab(__props.leftTab.value))
|
|
4968
4968
|
}, [
|
|
4969
4969
|
__props.leftTab.icon ? (vue.openBlock(), vue.createBlock(UIcon, {
|
|
4970
4970
|
key: 0,
|
|
@@ -4976,22 +4976,22 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
4976
4976
|
class: "u-tabbar__tab-text",
|
|
4977
4977
|
style: vue.normalizeStyle({ color: __props.modelValue === __props.leftTab.value ? __props.activeColor : __props.inactiveColor })
|
|
4978
4978
|
}, vue.toDisplayString(__props.leftTab.label), 5)
|
|
4979
|
-
],
|
|
4979
|
+
], 34),
|
|
4980
4980
|
vue.createElementVNode("view", _hoisted_3$1, [
|
|
4981
4981
|
vue.createElementVNode("view", {
|
|
4982
4982
|
class: vue.normalizeClass(["u-tabbar__center-btn", {
|
|
4983
4983
|
"u-tabbar__center-btn--active": __props.modelValue === __props.centerTab.value,
|
|
4984
4984
|
"u-tabbar__center-btn--side-active": __props.modelValue === __props.leftTab.value || __props.modelValue === __props.rightTab.value
|
|
4985
4985
|
}]),
|
|
4986
|
-
|
|
4986
|
+
onTap: _cache[1] || (_cache[1] = ($event) => switchTab(__props.centerTab.value))
|
|
4987
4987
|
}, [
|
|
4988
4988
|
vue.createElementVNode("text", _hoisted_4, vue.toDisplayString(__props.centerBrand), 1),
|
|
4989
4989
|
vue.createElementVNode("text", _hoisted_5, vue.toDisplayString(__props.centerLabel), 1)
|
|
4990
|
-
],
|
|
4990
|
+
], 34)
|
|
4991
4991
|
]),
|
|
4992
4992
|
vue.createElementVNode("view", {
|
|
4993
4993
|
class: vue.normalizeClass(["u-tabbar__tab-btn", { "u-tabbar__tab-btn--active": __props.modelValue === __props.rightTab.value }]),
|
|
4994
|
-
|
|
4994
|
+
onTap: _cache[2] || (_cache[2] = ($event) => switchTab(__props.rightTab.value))
|
|
4995
4995
|
}, [
|
|
4996
4996
|
__props.rightTab.icon ? (vue.openBlock(), vue.createBlock(UIcon, {
|
|
4997
4997
|
key: 0,
|
|
@@ -5003,13 +5003,13 @@ const _sfc_main$2 = /* @__PURE__ */ vue.defineComponent({
|
|
|
5003
5003
|
class: "u-tabbar__tab-text",
|
|
5004
5004
|
style: vue.normalizeStyle({ color: __props.modelValue === __props.rightTab.value ? __props.activeColor : __props.inactiveColor })
|
|
5005
5005
|
}, vue.toDisplayString(__props.rightTab.label), 5)
|
|
5006
|
-
],
|
|
5006
|
+
], 34)
|
|
5007
5007
|
])
|
|
5008
5008
|
]);
|
|
5009
5009
|
};
|
|
5010
5010
|
}
|
|
5011
5011
|
});
|
|
5012
|
-
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-
|
|
5012
|
+
const uTabbar = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-229e6a86"]]);
|
|
5013
5013
|
const __default__$1 = {
|
|
5014
5014
|
options: {
|
|
5015
5015
|
virtualHost: true,
|