smoothly 1.106.0 → 1.107.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/cjs/smoothly-app_104.cjs.entry.js +3 -3
- package/dist/cjs/smoothly-app_104.cjs.entry.js.map +1 -1
- package/dist/collection/components/table/head/index.js +3 -3
- package/dist/collection/components/table/head/index.js.map +1 -1
- package/dist/components/{p-5dcb5622.js → p-351d2f86.js} +2 -2
- package/dist/components/{p-5dcb5622.js.map → p-351d2f86.js.map} +1 -1
- package/dist/components/{p-b6eff962.js → p-479b4487.js} +2 -2
- package/dist/components/{p-b6eff962.js.map → p-479b4487.js.map} +1 -1
- package/dist/components/{p-1c4c7a6b.js → p-8a186e5f.js} +9 -9
- package/dist/components/{p-1c4c7a6b.js.map → p-8a186e5f.js.map} +1 -1
- package/dist/components/{p-234932d2.js → p-a0e822ff.js} +4 -4
- package/dist/components/p-a0e822ff.js.map +1 -0
- package/dist/components/{p-aa43bbc9.js → p-a1608e8f.js} +2 -2
- package/dist/components/{p-aa43bbc9.js.map → p-a1608e8f.js.map} +1 -1
- package/dist/components/{p-d029383d.js → p-e1e3ace1.js} +2 -2
- package/dist/components/{p-d029383d.js.map → p-e1e3ace1.js.map} +1 -1
- package/dist/components/{p-527dedc1.js → p-e7a5fbce.js} +2 -2
- package/dist/components/{p-527dedc1.js.map → p-e7a5fbce.js.map} +1 -1
- package/dist/components/{p-288d272d.js → p-ec4409d8.js} +3 -3
- package/dist/components/{p-288d272d.js.map → p-ec4409d8.js.map} +1 -1
- package/dist/components/{p-9b48befa.js → p-fc0e3ec2.js} +2 -2
- package/dist/components/{p-9b48befa.js.map → p-fc0e3ec2.js.map} +1 -1
- package/dist/components/smoothly-app-demo.js +9 -9
- package/dist/components/smoothly-table-demo-colspan.js +1 -1
- package/dist/components/smoothly-table-demo-filler-row.js +1 -1
- package/dist/components/smoothly-table-demo-filtered.js +1 -1
- package/dist/components/smoothly-table-demo-group.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell-inner.js +1 -1
- package/dist/components/smoothly-table-demo-nested-no-cell.js +1 -1
- package/dist/components/smoothly-table-demo-simple.js +1 -1
- package/dist/components/smoothly-table-demo.js +1 -1
- package/dist/components/smoothly-table-head.js +1 -1
- package/dist/esm/smoothly-app_104.entry.js +3 -3
- package/dist/esm/smoothly-app_104.entry.js.map +1 -1
- package/dist/smoothly/{p-f7234dad.entry.js → p-5ebe62b9.entry.js} +2 -2
- package/dist/smoothly/{p-f7234dad.entry.js.map → p-5ebe62b9.entry.js.map} +1 -1
- package/dist/smoothly/smoothly.esm.js +1 -1
- package/package.json +1 -1
- package/dist/components/p-234932d2.js.map +0 -1
|
@@ -13310,7 +13310,7 @@ const SmoothlyTableHead = class {
|
|
|
13310
13310
|
if (currentElement.tagName.toLowerCase() === "smoothly-table") {
|
|
13311
13311
|
const head = currentElement.querySelector("smoothly-table-head");
|
|
13312
13312
|
if (head !== this.element) {
|
|
13313
|
-
const rows = Array.from(head.querySelectorAll("smoothly-table-row"));
|
|
13313
|
+
const rows = Array.from(head.querySelectorAll(":scope > smoothly-table-row"));
|
|
13314
13314
|
depth += rows.length;
|
|
13315
13315
|
}
|
|
13316
13316
|
}
|
|
@@ -13329,10 +13329,10 @@ const SmoothlyTableHead = class {
|
|
|
13329
13329
|
(_a = this.scrollParent) === null || _a === void 0 ? void 0 : _a.removeEventListener("scroll", this.onScroll);
|
|
13330
13330
|
}
|
|
13331
13331
|
render() {
|
|
13332
|
-
return (index.h(index.Host, { key: '
|
|
13332
|
+
return (index.h(index.Host, { key: '586194cf1c210aae546b8e0825a4e90c344c5f55', class: { scrolled: !!this.scrolled }, style: {
|
|
13333
13333
|
"--top": `calc(${this.depth} * var(--smoothly-table-cell-min-height))`,
|
|
13334
13334
|
"--z-index": `${10 - this.depth}`,
|
|
13335
|
-
} }, index.h("slot", { key: '
|
|
13335
|
+
} }, index.h("slot", { key: '4935f7d999bec0bf9facc9df7938b4b4c23404ed' })));
|
|
13336
13336
|
}
|
|
13337
13337
|
get element() { return index.getElement(this); }
|
|
13338
13338
|
};
|