@everchron/ec-shards 9.18.27 → 9.18.28
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 +8 -2
- 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
|
@@ -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: {
|