@everchron/ec-shards 9.7.1 → 9.7.2
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/ec-shards.js +10 -3
- package/dist/ec-shards.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/ec-shards.js
CHANGED
|
@@ -13925,6 +13925,12 @@ const k_ = /* @__PURE__ */ v(Zy, [["render", Jy], ["__scopeId", "data-v-2c119fff
|
|
|
13925
13925
|
type: Boolean,
|
|
13926
13926
|
default: !1
|
|
13927
13927
|
},
|
|
13928
|
+
/** Sets the size of the tab button. Note: this only affects the `type="segment"` tab bar style. */
|
|
13929
|
+
size: {
|
|
13930
|
+
type: String,
|
|
13931
|
+
default: "md",
|
|
13932
|
+
validator: (e) => ["sml", "md"].includes(e)
|
|
13933
|
+
},
|
|
13928
13934
|
/** Sets the icon of the tab button. */
|
|
13929
13935
|
icon: {
|
|
13930
13936
|
type: String
|
|
@@ -14013,7 +14019,7 @@ const k_ = /* @__PURE__ */ v(Zy, [["render", Jy], ["__scopeId", "data-v-2c119fff
|
|
|
14013
14019
|
});
|
|
14014
14020
|
}
|
|
14015
14021
|
}
|
|
14016
|
-
}, e0 = (e) => (fe("data-v-
|
|
14022
|
+
}, e0 = (e) => (fe("data-v-804d0736"), e = e(), me(), e), t0 = ["disabled", "aria-selected", "aria-controls", "aria-label"], s0 = {
|
|
14017
14023
|
key: 2,
|
|
14018
14024
|
class: "shortcut"
|
|
14019
14025
|
}, i0 = /* @__PURE__ */ e0(() => /* @__PURE__ */ f("span", { class: "hover" }, null, -1));
|
|
@@ -14024,7 +14030,8 @@ function n0(e, s, t, a, n, i) {
|
|
|
14024
14030
|
t.subtab ? "ecs-tab-button-child" : "",
|
|
14025
14031
|
t.show ? "show" : "",
|
|
14026
14032
|
t.badge ? "ecs-tab-button-badge" : "",
|
|
14027
|
-
!e.$slots.default && t.icon ? "icon-only" : ""
|
|
14033
|
+
!e.$slots.default && t.icon ? "icon-only" : "",
|
|
14034
|
+
t.size ? t.size : ""
|
|
14028
14035
|
]]),
|
|
14029
14036
|
disabled: t.disabled || null,
|
|
14030
14037
|
"aria-selected": t.show ? "true" : "false",
|
|
@@ -14049,7 +14056,7 @@ function n0(e, s, t, a, n, i) {
|
|
|
14049
14056
|
i0
|
|
14050
14057
|
], 42, t0);
|
|
14051
14058
|
}
|
|
14052
|
-
const w_ = /* @__PURE__ */ v(Qy, [["render", n0], ["__scopeId", "data-v-
|
|
14059
|
+
const w_ = /* @__PURE__ */ v(Qy, [["render", n0], ["__scopeId", "data-v-804d0736"]]), a0 = {
|
|
14053
14060
|
name: "ecs-tag",
|
|
14054
14061
|
emits: ["click"],
|
|
14055
14062
|
components: { EcsSkeletonLoader: pe, EcsFocusRing: D },
|