Skip to content

Commit b6b1491

Browse files
committed
Deploying to gh-pages from @ f6b833e 🚀
1 parent b9bb922 commit b6b1491

File tree

74 files changed

+1102
-1085
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1102
-1085
lines changed

404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/crosstable-report.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/crosstable-selection.html

Lines changed: 468 additions & 468 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/crosstable-selection_files/tabwid-1.1.3/tabwid.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@ document.addEventListener("DOMContentLoaded", function(event) {
1616
fantome.appendChild(tabwid_link.cloneNode(true));
1717
}
1818
});
19-
});
2019

20+
const shadowHosts = document.querySelectorAll('.flextable-shadow-host:not(:has(div > table.no-shadow-dom))');
21+
shadowHosts.forEach(host => {
22+
if (host.shadowRoot) {
23+
const spanElements = host.shadowRoot.querySelector('div > table > caption > span[id]');
24+
if (spanElements) {
25+
const id = spanElements.getAttribute("id");
26+
host.setAttribute("id", id);
27+
}
28+
}
29+
});
30+
31+
});

articles/crosstable.html

Lines changed: 283 additions & 283 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/crosstable_files/tabwid-1.1.3/tabwid.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@ document.addEventListener("DOMContentLoaded", function(event) {
1616
fantome.appendChild(tabwid_link.cloneNode(true));
1717
}
1818
});
19-
});
2019

20+
const shadowHosts = document.querySelectorAll('.flextable-shadow-host:not(:has(div > table.no-shadow-dom))');
21+
shadowHosts.forEach(host => {
22+
if (host.shadowRoot) {
23+
const spanElements = host.shadowRoot.querySelector('div > table > caption > span[id]');
24+
if (spanElements) {
25+
const id = spanElements.getAttribute("id");
26+
host.setAttribute("id", id);
27+
}
28+
}
29+
});
30+
31+
});

articles/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/percent_pattern.html

Lines changed: 156 additions & 156 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/percent_pattern_files/tabwid-1.1.3/tabwid.js

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,16 @@ document.addEventListener("DOMContentLoaded", function(event) {
1616
fantome.appendChild(tabwid_link.cloneNode(true));
1717
}
1818
});
19-
});
2019

20+
const shadowHosts = document.querySelectorAll('.flextable-shadow-host:not(:has(div > table.no-shadow-dom))');
21+
shadowHosts.forEach(host => {
22+
if (host.shadowRoot) {
23+
const spanElements = host.shadowRoot.querySelector('div > table > caption > span[id]');
24+
if (spanElements) {
25+
const id = spanElements.getAttribute("id");
26+
host.setAttribute("id", id);
27+
}
28+
}
29+
});
30+
31+
});

authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

news/index.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ articles:
66
crosstable-selection: crosstable-selection.html
77
crosstable: crosstable.html
88
percent_pattern: percent_pattern.html
9-
last_built: 2024-10-01T11:35Z
9+
last_built: 2024-11-01T09:10Z
1010
urls:
1111
reference: https://danchaltiel.github.io/crosstable/reference
1212
article: https://danchaltiel.github.io/crosstable/articles

reference/apply_labels.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/as_flextable.html

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)