@everchron/ec-shards 9.12.7 → 9.12.9
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 +9 -10
- 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
|
@@ -14339,11 +14339,10 @@ const q_ = /* @__PURE__ */ y(s0, [["render", c0], ["__scopeId", "data-v-36e73786
|
|
|
14339
14339
|
type: Boolean,
|
|
14340
14340
|
default: void 0
|
|
14341
14341
|
},
|
|
14342
|
-
/** Turns the structured content into loading state.
|
|
14342
|
+
/** Turns the structured content into loading state. */
|
|
14343
14343
|
loading: {
|
|
14344
|
-
type:
|
|
14345
|
-
default:
|
|
14346
|
-
validator: (e) => ["single", "multi"].includes(e) || e === void 0
|
|
14344
|
+
type: Boolean,
|
|
14345
|
+
default: !1
|
|
14347
14346
|
}
|
|
14348
14347
|
},
|
|
14349
14348
|
data() {
|
|
@@ -14399,14 +14398,14 @@ function h0(e, s, t, a, n, i) {
|
|
|
14399
14398
|
]])
|
|
14400
14399
|
}, {
|
|
14401
14400
|
default: w(() => [
|
|
14402
|
-
t.loading
|
|
14401
|
+
t.loading ? (o(), h(l, {
|
|
14403
14402
|
key: 0,
|
|
14404
|
-
type:
|
|
14403
|
+
type: "single",
|
|
14405
14404
|
width: "random"
|
|
14406
|
-
}
|
|
14405
|
+
})) : (o(), r("div", u0, [
|
|
14407
14406
|
p(e.$slots, "default", {}, void 0, !0)
|
|
14408
14407
|
])),
|
|
14409
|
-
e.$slots.extend && t.loading
|
|
14408
|
+
e.$slots.extend && !t.loading ? (o(), r("div", f0, [
|
|
14410
14409
|
p(e.$slots, "extend", {}, void 0, !0)
|
|
14411
14410
|
])) : u("", !0)
|
|
14412
14411
|
]),
|
|
@@ -14418,7 +14417,7 @@ function h0(e, s, t, a, n, i) {
|
|
|
14418
14417
|
}, [
|
|
14419
14418
|
f("div", m0, [
|
|
14420
14419
|
f("div", g0, [
|
|
14421
|
-
t.loading
|
|
14420
|
+
t.loading ? (o(), h(l, {
|
|
14422
14421
|
key: 0,
|
|
14423
14422
|
type: "multi"
|
|
14424
14423
|
})) : p(e.$slots, "collapse", { key: 1 }, void 0, !0)
|
|
@@ -14427,7 +14426,7 @@ function h0(e, s, t, a, n, i) {
|
|
|
14427
14426
|
], 2)) : u("", !0)
|
|
14428
14427
|
], 2);
|
|
14429
14428
|
}
|
|
14430
|
-
const W_ = /* @__PURE__ */ y(d0, [["render", h0], ["__scopeId", "data-v-
|
|
14429
|
+
const W_ = /* @__PURE__ */ y(d0, [["render", h0], ["__scopeId", "data-v-4e714df6"]]), p0 = {
|
|
14431
14430
|
name: "ecs-swatches-picker",
|
|
14432
14431
|
emits: ["update:modelValue"],
|
|
14433
14432
|
props: {
|