@optionfactory/ful 5.0.5 → 6.0.0
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/ful.iife.js +1 -1
- package/dist/ful.iife.js.map +1 -1
- package/dist/ful.iife.min.js +1 -1
- package/dist/ful.iife.min.js.map +1 -1
- package/dist/ful.min.mjs +1 -1
- package/dist/ful.min.mjs.map +1 -1
- package/dist/ful.mjs +1 -1
- package/dist/ful.mjs.map +1 -1
- package/package.json +2 -2
package/dist/ful.iife.js
CHANGED
|
@@ -3045,7 +3045,7 @@ var ful = (function (exports, ftl) {
|
|
|
3045
3045
|
#latestRequest;
|
|
3046
3046
|
async render({ slots, observed }) {
|
|
3047
3047
|
const template = this.template();
|
|
3048
|
-
const schema = TableSchemaParser.parse(slots.
|
|
3048
|
+
const schema = TableSchemaParser.parse(slots.schema, template);
|
|
3049
3049
|
const fragment = template.withOverlay({ slots, schema }).render();
|
|
3050
3050
|
const tableWrapper = /** @type HTMLTableElement */ (ftl.Nodes.queryChildren(fragment, '.table-wrapper'));
|
|
3051
3051
|
const table = /** @type HTMLTableElement */ (tableWrapper.querySelector("table"));
|