@everchron/ec-shards 9.7.0 → 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 +12 -5
- 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 },
|
|
@@ -14392,7 +14399,7 @@ const I_ = /* @__PURE__ */ v(S0, [["render", B0], ["__scopeId", "data-v-6af94f50
|
|
|
14392
14399
|
/** Determines if the tree list item title should be escaped. */
|
|
14393
14400
|
titleEscape: {
|
|
14394
14401
|
type: Boolean,
|
|
14395
|
-
default: !
|
|
14402
|
+
default: !0
|
|
14396
14403
|
},
|
|
14397
14404
|
/** Determines if the tree list item is disabled. */
|
|
14398
14405
|
disabled: {
|
|
@@ -14528,7 +14535,7 @@ function M0(e, s, t, a, n, i) {
|
|
|
14528
14535
|
], 10, P0)) : u("", !0)
|
|
14529
14536
|
]);
|
|
14530
14537
|
}
|
|
14531
|
-
const E_ = /* @__PURE__ */ v(z0, [["render", M0], ["__scopeId", "data-v-
|
|
14538
|
+
const E_ = /* @__PURE__ */ v(z0, [["render", M0], ["__scopeId", "data-v-ce790243"]]), L0 = {
|
|
14532
14539
|
name: "ecs-tree-list-headline"
|
|
14533
14540
|
}, A0 = { class: "ecs-tree-view-headline" };
|
|
14534
14541
|
function O0(e, s, t, a, n, i) {
|