@kong-ui-public/forms 4.33.7-pr.3623.06041dca8.0 → 4.33.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/forms.es.js +2 -2
- package/dist/forms.umd.js +4 -4
- package/package.json +4 -4
package/dist/forms.es.js
CHANGED
|
@@ -5794,8 +5794,8 @@ function zp(e, t, n, o, a, i) {
|
|
|
5794
5794
|
title: u.collapsible.title
|
|
5795
5795
|
}, Qe({
|
|
5796
5796
|
default: A(() => [
|
|
5797
|
-
u.slots?.beforeContent ? Se(e.$slots, u.slots?.beforeContent, {
|
|
5798
|
-
u.fields.length === 0 && u.slots?.emptyState ? Se(e.$slots, u.slots?.emptyState, {
|
|
5797
|
+
u.slots?.beforeContent ? Se(e.$slots, u.slots?.beforeContent, { key: 0 }) : K("", !0),
|
|
5798
|
+
u.fields.length === 0 && u.slots?.emptyState ? Se(e.$slots, u.slots?.emptyState, { key: 1 }) : (d(), F(se(n.tag), {
|
|
5799
5799
|
key: 2,
|
|
5800
5800
|
class: ee(e.getFieldRowClasses(u))
|
|
5801
5801
|
}, {
|