@everchron/ec-shards 9.22.5 → 9.22.7
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 +3 -3
- 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
|
@@ -89,7 +89,7 @@ function Bi(e, s, t, a, n, i) {
|
|
|
89
89
|
}
|
|
90
90
|
const D = /* @__PURE__ */ y(xi, [["render", Bi], ["__scopeId", "data-v-8d624905"]]), Ii = {
|
|
91
91
|
name: "ecs-alert",
|
|
92
|
-
emits: ["action"],
|
|
92
|
+
emits: ["action", "dismissed"],
|
|
93
93
|
components: { EcsIcon: L, EcsFocusRing: D },
|
|
94
94
|
props: {
|
|
95
95
|
/** The alert variant, which defines it's background color. */
|
|
@@ -156,7 +156,7 @@ const D = /* @__PURE__ */ y(xi, [["render", Bi], ["__scopeId", "data-v-8d624905"
|
|
|
156
156
|
},
|
|
157
157
|
methods: {
|
|
158
158
|
dismiss() {
|
|
159
|
-
this.dismissed = !0;
|
|
159
|
+
this.dismissed = !0, this.$emit("dismissed");
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
}, zi = ["title"], Ei = { class: "ecs-alert-inner" }, Ti = {
|
|
@@ -215,7 +215,7 @@ function Mi(e, s, t, a, n, i) {
|
|
|
215
215
|
])) : u("", !0)
|
|
216
216
|
], 6)) : u("", !0);
|
|
217
217
|
}
|
|
218
|
-
const Ms = /* @__PURE__ */ y(Ii, [["render", Mi], ["__scopeId", "data-v-
|
|
218
|
+
const Ms = /* @__PURE__ */ y(Ii, [["render", Mi], ["__scopeId", "data-v-01530b7e"]]), $i = {
|
|
219
219
|
name: "ecs-action-toolbar"
|
|
220
220
|
}, Ai = {
|
|
221
221
|
class: "ecs-action-toolbar",
|