@optionfactory/ful 1.1.4 → 3.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 CHANGED
@@ -2385,7 +2385,7 @@ var ful = (function (exports, ftl) {
2385
2385
  this.#paginator = ftl.Nodes.queryChildren(fragment, 'ful-pagination');
2386
2386
  this.#sorters = table.querySelectorAll(':scope > thead ful-sorter') ?? [];
2387
2387
  this.replaceChildren(fragment);
2388
- await ftl.registry.waitForChildrenRendered(this);
2388
+ await ftl.Rendering.waitForChildren(this);
2389
2389
  const orderFromSchema = schema.find(v => v.order);
2390
2390
 
2391
2391
  const maybeForm = /** @type any */(ftl.Nodes.queryChildren(this, 'ful-form'));