Skip to content

Commit f88bedd

Browse files
committed
update
1 parent 75e5cc2 commit f88bedd

77 files changed

Lines changed: 4564 additions & 82 deletions

File tree

Some content is hidden

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

documentation/components/AddExpenseComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/AiComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/AnalysisComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/AppComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/BudgetComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/CalendarComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/CategoryDropdownComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/CustomModalComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/DownloadComponentComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

documentation/components/ExpenseDetailsModalComponent.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,20 @@
6161
}
6262
toggleDarkMode(darkModeState);
6363
</script>
64+
<script>
65+
// --- Iframe navigation tracking for Template Playground ---
66+
function sendCurrentUrlToParent() {
67+
if (window.parent && window.parent !== window) {
68+
window.parent.postMessage({
69+
type: 'compodoc-iframe-navigate',
70+
url: window.location.pathname + window.location.hash
71+
}, '*');
72+
}
73+
}
74+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
75+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
76+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
77+
</script>
6478

6579
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
6680
<div class="d-flex">
@@ -85,6 +99,10 @@
8599

86100

87101

102+
103+
104+
105+
88106
<ol class="breadcrumb">
89107
<li class="breadcrumb-item">Components</li>
90108
<li class="breadcrumb-item"

0 commit comments

Comments
 (0)