@everchron/ec-shards 9.18.28 → 9.19.0
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 -4
- 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
|
@@ -235,7 +235,7 @@ function Ai(e, s, t, a, n, i) {
|
|
|
235
235
|
_: 3
|
|
236
236
|
});
|
|
237
237
|
}
|
|
238
|
-
const Oi = /* @__PURE__ */ y($i, [["render", Ai], ["__scopeId", "data-v-
|
|
238
|
+
const Oi = /* @__PURE__ */ y($i, [["render", Ai], ["__scopeId", "data-v-b4fd6f04"]]), Di = {
|
|
239
239
|
name: "ecs-audio",
|
|
240
240
|
props: {
|
|
241
241
|
/** If true, the player will autoplay once it shows up in the DOM. */
|
|
@@ -10251,6 +10251,11 @@ const ym = /* @__PURE__ */ y(mm, [["render", vm], ["__scopeId", "data-v-a4a35b1d
|
|
|
10251
10251
|
type: String,
|
|
10252
10252
|
validator: (e) => ["subtle", "naked", null].includes(e),
|
|
10253
10253
|
default: null
|
|
10254
|
+
},
|
|
10255
|
+
/** Sets the search input's clear button to loading state. */
|
|
10256
|
+
loading: {
|
|
10257
|
+
type: Boolean,
|
|
10258
|
+
default: !1
|
|
10254
10259
|
}
|
|
10255
10260
|
},
|
|
10256
10261
|
computed: {
|
|
@@ -10318,11 +10323,12 @@ function km(e, s, t, a, n, i) {
|
|
|
10318
10323
|
}), null, 16, _m),
|
|
10319
10324
|
t.showClear ? (o(), m(c, {
|
|
10320
10325
|
key: 0,
|
|
10321
|
-
onClick: i.clearSearch
|
|
10322
|
-
|
|
10326
|
+
onClick: i.clearSearch,
|
|
10327
|
+
loading: t.loading
|
|
10328
|
+
}, null, 8, ["onClick", "loading"])) : u("", !0)
|
|
10323
10329
|
], 2);
|
|
10324
10330
|
}
|
|
10325
|
-
const Cm = /* @__PURE__ */ y(bm, [["render", km], ["__scopeId", "data-v-
|
|
10331
|
+
const Cm = /* @__PURE__ */ y(bm, [["render", km], ["__scopeId", "data-v-5f9cd6ef"]]), wm = {
|
|
10326
10332
|
name: "ecs-scroll-container",
|
|
10327
10333
|
props: {
|
|
10328
10334
|
/** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
|