@everchron/ec-shards 8.12.7 → 8.12.8
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 +2 -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
|
@@ -7514,7 +7514,7 @@ const Db = /* @__PURE__ */ v(Bu, [["render", Iu]]), Eu = {
|
|
|
7514
7514
|
},
|
|
7515
7515
|
computed: {
|
|
7516
7516
|
typeClass() {
|
|
7517
|
-
return this.type && this.type !== "" ? `data-list-data-${this.type}` : this.type;
|
|
7517
|
+
return this.type && this.type !== "" ? `ecs-data-list-data-${this.type}` : this.type;
|
|
7518
7518
|
},
|
|
7519
7519
|
hasIdentifier() {
|
|
7520
7520
|
if (this.identifier && this.identifier !== "" || this.$slots.collapse)
|
|
@@ -7603,7 +7603,7 @@ function Lu(e, s, t, a, n, i) {
|
|
|
7603
7603
|
], 10, Mu)) : u("", !0)
|
|
7604
7604
|
]);
|
|
7605
7605
|
}
|
|
7606
|
-
const Rb = /* @__PURE__ */ v(Eu, [["render", Lu], ["__scopeId", "data-v-
|
|
7606
|
+
const Rb = /* @__PURE__ */ v(Eu, [["render", Lu], ["__scopeId", "data-v-e1165cd4"]]), Ou = {
|
|
7607
7607
|
name: "ecs-dialog",
|
|
7608
7608
|
emits: ["toggled", "cancel"],
|
|
7609
7609
|
props: {
|