@comercti/vue-components-hmg 0.23.19 → 0.23.20
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/comerc-style-guide.cjs.js +1 -1
- package/comerc-style-guide.es.js +8 -2
- package/comerc-style-guide.umd.js +1 -1
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/comerc-style-guide.es.js
CHANGED
|
@@ -7904,7 +7904,10 @@ const Wu = /* @__PURE__ */ X({
|
|
|
7904
7904
|
])
|
|
7905
7905
|
}, [
|
|
7906
7906
|
s("div", tu, [
|
|
7907
|
-
N(g.$slots, "header", {
|
|
7907
|
+
N(g.$slots, "header", {
|
|
7908
|
+
item: k,
|
|
7909
|
+
index: v
|
|
7910
|
+
}),
|
|
7908
7911
|
s("button", {
|
|
7909
7912
|
onClick: (y) => r(l)(v, k),
|
|
7910
7913
|
disabled: k[e.disabled.field] === e.disabled.value,
|
|
@@ -7924,7 +7927,10 @@ const Wu = /* @__PURE__ */ X({
|
|
|
7924
7927
|
}, {
|
|
7925
7928
|
default: _(() => [
|
|
7926
7929
|
r(u)(v) ? (d(), f("div", nu, [
|
|
7927
|
-
N(g.$slots, "content", {
|
|
7930
|
+
N(g.$slots, "content", {
|
|
7931
|
+
item: k,
|
|
7932
|
+
index: v
|
|
7933
|
+
})
|
|
7928
7934
|
])) : B("", !0)
|
|
7929
7935
|
]),
|
|
7930
7936
|
_: 2
|