@openremote/or-json-forms 1.5.0-snapshot.20250422072347 → 1.5.0-snapshot.20250422083638
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/umd/index.js +2 -2
- package/dist/umd/index.orbundle.js +3 -3
- package/package.json +4 -4
package/dist/umd/index.js
CHANGED
|
@@ -697,9 +697,9 @@
|
|
|
697
697
|
</span>
|
|
698
698
|
</div>
|
|
699
699
|
<div id="content" class="${this.expandable&&this.expanded?"expanded":""}">
|
|
700
|
-
|
|
700
|
+
${this.lazycontent?this.expanded&&or(this.lazycontent,F`${Ua.i18next.t("loading")}`):F`<slot name="content"></slot>`}
|
|
701
701
|
</div>
|
|
702
|
-
`}};nl([Ie({type:Boolean})],rl.prototype,"expanded",void 0),nl([Ie({type:Boolean})],rl.prototype,"expandable",void 0),nl([Le("#header")],rl.prototype,"headerElem",void 0),rl=nl([$e("or-collapsible-panel")],rl);const ol=ue`
|
|
702
|
+
`}};nl([Ie({type:Promise})],rl.prototype,"lazycontent",void 0),nl([Ie({type:Boolean})],rl.prototype,"expanded",void 0),nl([Ie({type:Boolean})],rl.prototype,"expandable",void 0),nl([Le("#header")],rl.prototype,"headerElem",void 0),rl=nl([$e("or-collapsible-panel")],rl);const ol=ue`
|
|
703
703
|
:host {
|
|
704
704
|
flex: 1;
|
|
705
705
|
}
|