@everchron/ec-shards 9.18.27 → 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 +18 -6
- 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. */
|
|
@@ -7944,6 +7944,11 @@ const l_ = /* @__PURE__ */ y(Uu, [["render", Ku]]), Yu = {
|
|
|
7944
7944
|
identifierWidth: {
|
|
7945
7945
|
type: String,
|
|
7946
7946
|
default: "145px"
|
|
7947
|
+
},
|
|
7948
|
+
/** Reflects that the content is AI generated. */
|
|
7949
|
+
ai: {
|
|
7950
|
+
type: Boolean,
|
|
7951
|
+
default: !1
|
|
7947
7952
|
}
|
|
7948
7953
|
},
|
|
7949
7954
|
data() {
|
|
@@ -7992,7 +7997,8 @@ function ef(e, s, t, a, n, i) {
|
|
|
7992
7997
|
t.plain ? "plain" : "filled",
|
|
7993
7998
|
t.indent ? "indent" : "",
|
|
7994
7999
|
t.condensed ? "condensed" : "",
|
|
7995
|
-
t.plain && t.bordered ? "bordered" : ""
|
|
8000
|
+
t.plain && t.bordered ? "bordered" : "",
|
|
8001
|
+
t.ai ? "ecs-data-list-item-ai" : ""
|
|
7996
8002
|
]]),
|
|
7997
8003
|
role: "listitem"
|
|
7998
8004
|
}, [
|
|
@@ -8048,7 +8054,7 @@ function ef(e, s, t, a, n, i) {
|
|
|
8048
8054
|
], 10, Qu)) : u("", !0)
|
|
8049
8055
|
]);
|
|
8050
8056
|
}
|
|
8051
|
-
const r_ = /* @__PURE__ */ y(Yu, [["render", ef], ["__scopeId", "data-v-
|
|
8057
|
+
const r_ = /* @__PURE__ */ y(Yu, [["render", ef], ["__scopeId", "data-v-86eb5951"]]), tf = {
|
|
8052
8058
|
name: "ecs-dialog",
|
|
8053
8059
|
emits: ["toggled", "cancel"],
|
|
8054
8060
|
props: {
|
|
@@ -10245,6 +10251,11 @@ const ym = /* @__PURE__ */ y(mm, [["render", vm], ["__scopeId", "data-v-a4a35b1d
|
|
|
10245
10251
|
type: String,
|
|
10246
10252
|
validator: (e) => ["subtle", "naked", null].includes(e),
|
|
10247
10253
|
default: null
|
|
10254
|
+
},
|
|
10255
|
+
/** Sets the search input's clear button to loading state. */
|
|
10256
|
+
loading: {
|
|
10257
|
+
type: Boolean,
|
|
10258
|
+
default: !1
|
|
10248
10259
|
}
|
|
10249
10260
|
},
|
|
10250
10261
|
computed: {
|
|
@@ -10312,11 +10323,12 @@ function km(e, s, t, a, n, i) {
|
|
|
10312
10323
|
}), null, 16, _m),
|
|
10313
10324
|
t.showClear ? (o(), m(c, {
|
|
10314
10325
|
key: 0,
|
|
10315
|
-
onClick: i.clearSearch
|
|
10316
|
-
|
|
10326
|
+
onClick: i.clearSearch,
|
|
10327
|
+
loading: t.loading
|
|
10328
|
+
}, null, 8, ["onClick", "loading"])) : u("", !0)
|
|
10317
10329
|
], 2);
|
|
10318
10330
|
}
|
|
10319
|
-
const Cm = /* @__PURE__ */ y(bm, [["render", km], ["__scopeId", "data-v-
|
|
10331
|
+
const Cm = /* @__PURE__ */ y(bm, [["render", km], ["__scopeId", "data-v-5f9cd6ef"]]), wm = {
|
|
10320
10332
|
name: "ecs-scroll-container",
|
|
10321
10333
|
props: {
|
|
10322
10334
|
/** Sets the maximum height of the scroll container. Can be any CSS value, such as px, %, or em. */
|