@eui/core 21.0.0-alpha.8 → 21.0.0-next.1
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/CHANGELOG.md +672 -5323
- package/docs/changelog.html +785 -7627
- package/docs/classes/ActivatedRouteAction.html +18 -0
- package/docs/classes/AddApiQueueItemAction.html +18 -0
- package/docs/classes/AddAppLoadedConfigModulesAction.html +18 -0
- package/docs/classes/ApiQueueServiceMock.html +18 -0
- package/docs/classes/AsyncStorageService.html +18 -0
- package/docs/classes/AsyncStorageServiceMock.html +18 -0
- package/docs/classes/CssUtils.html +45 -0
- package/docs/classes/EmptyApiQueueAction.html +18 -0
- package/docs/classes/ErrorSubClass.html +18 -0
- package/docs/classes/EuiCoreRootGuardClass.html +18 -0
- package/docs/classes/EuiError.html +18 -0
- package/docs/classes/I18nResourceImpl.html +18 -0
- package/docs/classes/InitStoreAction.html +18 -0
- package/docs/classes/LogServiceMock.html +18 -0
- package/docs/classes/RemoveApiQueueItemAction.html +18 -0
- package/docs/classes/StorageService.html +18 -0
- package/docs/classes/StorageServiceMock.html +18 -0
- package/docs/classes/TranslateServiceMock.html +18 -0
- package/docs/classes/UpdateAppConnectionAction.html +18 -0
- package/docs/classes/UpdateAppStatusAction.html +18 -0
- package/docs/classes/UpdateAppVersionAction.html +18 -0
- package/docs/classes/UpdateCurrentModuleAction.html +18 -0
- package/docs/classes/UpdateI18nStateAction.html +18 -0
- package/docs/classes/UpdateLocaleStateAction.html +18 -0
- package/docs/classes/UpdateNotificationsListAction.html +18 -0
- package/docs/classes/UpdateUserDashboardAction.html +18 -0
- package/docs/classes/UpdateUserDetailsAction.html +18 -0
- package/docs/classes/UpdateUserPreferencesAction.html +18 -0
- package/docs/classes/UpdateUserRightsAction.html +18 -0
- package/docs/classes/UpdateUserStateAction.html +18 -0
- package/docs/dependencies.html +18 -0
- package/docs/directives/TranslateMockDirective.html +18 -0
- package/docs/index.html +20 -2
- package/docs/injectables/ApiQueueService.html +18 -0
- package/docs/injectables/EuiAppShellService.html +55 -0
- package/docs/injectables/EuiDynamicComponentService.html +18 -0
- package/docs/injectables/EuiDynamicMenuService.html +18 -0
- package/docs/injectables/EuiGrowlService.html +18 -0
- package/docs/injectables/EuiLoaderService.html +18 -0
- package/docs/injectables/EuiPermissionService.html +18 -0
- package/docs/injectables/EuiThemeService.html +18 -0
- package/docs/injectables/EuiTimezoneService.html +18 -0
- package/docs/injectables/GlobalErrorHandler.html +18 -0
- package/docs/injectables/I18nLoader.html +18 -0
- package/docs/injectables/I18nService.html +18 -0
- package/docs/injectables/I18nServiceMock.html +18 -0
- package/docs/injectables/LocalForageService.html +18 -0
- package/docs/injectables/LocalStorageService.html +18 -0
- package/docs/injectables/LocaleService.html +18 -0
- package/docs/injectables/LocaleServiceMock.html +18 -0
- package/docs/injectables/LogService.html +18 -0
- package/docs/injectables/SessionStorageService.html +18 -0
- package/docs/injectables/StoreService.html +18 -0
- package/docs/injectables/StoreServiceMock.html +18 -0
- package/docs/injectables/UserService.html +18 -0
- package/docs/injectables/UserServiceMock.html +18 -0
- package/docs/interceptors/AddLangParamInterceptor.html +18 -0
- package/docs/interceptors/CachePreventionInterceptor.html +18 -0
- package/docs/interceptors/CorsSecurityInterceptor.html +18 -0
- package/docs/interceptors/CsrfPreventionInterceptor.html +18 -0
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +18 -0
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +18 -0
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +18 -0
- package/docs/interfaces/Action.html +18 -0
- package/docs/interfaces/ActionReducer.html +18 -0
- package/docs/interfaces/Dependency.html +18 -0
- package/docs/interfaces/EuiTimeZone.html +18 -0
- package/docs/interfaces/IEuiTheme.html +18 -0
- package/docs/interfaces/Library.html +18 -0
- package/docs/interfaces/LoadedResources.html +18 -0
- package/docs/interfaces/LoadedResourcesError.html +18 -0
- package/docs/interfaces/MemoizedSelector.html +18 -0
- package/docs/interfaces/MemoizedSelectorWithProps.html +18 -0
- package/docs/interfaces/ModuleLoadEvent.html +18 -0
- package/docs/interfaces/Policy.html +18 -0
- package/docs/interfaces/ResourceError.html +18 -0
- package/docs/interfaces/ThemeState.html +18 -0
- package/docs/interfaces/TranslationKeys.html +18 -0
- package/docs/interfaces/UIState.html +108 -0
- package/docs/interfaces/body.html +18 -0
- package/docs/js/libs/bootstrap-native.js +1 -1
- package/docs/js/libs/jszip.min.js +13 -0
- package/docs/js/libs/svg-pan-zoom.min.js +3 -3
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +3 -3
- package/docs/js/menu-wc.js +16 -20
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/routes/routes_index.js +1 -0
- package/docs/js/routes.js +15 -8
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +20 -2
- package/docs/miscellaneous/enumerations.html +18 -0
- package/docs/miscellaneous/functions.html +18 -0
- package/docs/miscellaneous/typealiases.html +18 -0
- package/docs/miscellaneous/variables.html +48 -53
- package/docs/modules/CoreModule.html +18 -0
- package/docs/modules/I18nModule.html +18 -0
- package/docs/modules/LogModule.html +18 -0
- package/docs/modules/TranslateMockModule.html +18 -0
- package/docs/modules.html +18 -0
- package/docs/overview.html +28 -0
- package/docs/pipes/TranslateMockPipe.html +18 -0
- package/docs/properties.html +19 -1
- package/docs/routes.html +204 -0
- package/docs/template-playground/default-templates.json +192 -0
- package/docs/template-playground/hbs-render.service.ts +212 -0
- package/docs/template-playground/main.ts +9 -0
- package/docs/template-playground/template-editor.service.ts +173 -0
- package/docs/template-playground/template-playground.component.ts +614 -0
- package/docs/template-playground/template-playground.module.ts +29 -0
- package/docs/template-playground/zip-export.service.ts +86 -0
- package/docs/template-playground-app/app.js +1389 -0
- package/docs/template-playground-app/index.html +462 -0
- package/fesm2022/eui-core.mjs +150 -110
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +44 -45
- package/{index.d.ts → types/eui-core.d.ts} +13 -1
- package/types/eui-core.d.ts.map +1 -0
- package/index.d.ts.map +0 -1
package/docs/license.html
CHANGED
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -80,9 +94,13 @@
|
|
|
80
94
|
<compodoc-menu mode="normal"></compodoc-menu>
|
|
81
95
|
</div>
|
|
82
96
|
<!-- START CONTENT -->
|
|
83
|
-
<div class="content
|
|
97
|
+
<div class="content license">
|
|
84
98
|
<div class="content-data">
|
|
85
99
|
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
86
104
|
<p>European Union Public Licence
|
|
87
105
|
V. 1.1</p>
|
|
88
106
|
<p>EUPL (c) the European Community 2007</p>
|
|
@@ -394,7 +412,7 @@ registered office inside a European Union country.</li>
|
|
|
394
412
|
|
|
395
413
|
<script>
|
|
396
414
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
397
|
-
var COMPODOC_CURRENT_PAGE_CONTEXT = '
|
|
415
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'license';
|
|
398
416
|
var COMPODOC_CURRENT_PAGE_URL = 'license.html';
|
|
399
417
|
var MAX_SEARCH_RESULTS = 15;
|
|
400
418
|
</script>
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -98,6 +112,10 @@
|
|
|
98
112
|
|
|
99
113
|
|
|
100
114
|
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
101
119
|
|
|
102
120
|
|
|
103
121
|
<ol class="breadcrumb">
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -98,6 +112,10 @@
|
|
|
98
112
|
|
|
99
113
|
|
|
100
114
|
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
101
119
|
|
|
102
120
|
|
|
103
121
|
<ol class="breadcrumb">
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -98,6 +112,10 @@
|
|
|
98
112
|
|
|
99
113
|
|
|
100
114
|
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
101
119
|
|
|
102
120
|
|
|
103
121
|
<ol class="breadcrumb">
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -98,6 +112,10 @@
|
|
|
98
112
|
|
|
99
113
|
|
|
100
114
|
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
101
119
|
|
|
102
120
|
|
|
103
121
|
<ol class="breadcrumb">
|
|
@@ -238,12 +256,6 @@
|
|
|
238
256
|
<li>
|
|
239
257
|
<a href="#euiInitApp" title="packages/core/src/lib/services/app/eui-init-app.ts" class="deprecated-name"><b>euiInitApp</b> (packages/.../eui-init-app.ts)</a>
|
|
240
258
|
</li>
|
|
241
|
-
<li>
|
|
242
|
-
<a href="#extend" title="packages/core/src/lib/services/config/tokens.ts" ><b>extend</b> (packages/.../tokens.ts)</a>
|
|
243
|
-
</li>
|
|
244
|
-
<li>
|
|
245
|
-
<a href="#extend" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" ><b>extend</b> (packages/.../meta.reducers.ts)</a>
|
|
246
|
-
</li>
|
|
247
259
|
<li>
|
|
248
260
|
<a href="#filterAppState" title="packages/core/src/lib/services/store/reducers/meta.reducers.ts" class="deprecated-name"><b>filterAppState</b> (packages/.../meta.reducers.ts)</a>
|
|
249
261
|
</li>
|
|
@@ -349,6 +361,9 @@
|
|
|
349
361
|
<li>
|
|
350
362
|
<a href="#SHOW_CONNECTION_STATUS_TOKEN" title="packages/core/src/lib/services/config/tokens.ts" ><b>SHOW_CONNECTION_STATUS_TOKEN</b> (packages/.../tokens.ts)</a>
|
|
351
363
|
</li>
|
|
364
|
+
<li>
|
|
365
|
+
<a href="#testBed" title="packages/core/test-setup.ts" ><b>testBed</b> (packages/.../test-setup.ts)</a>
|
|
366
|
+
</li>
|
|
352
367
|
<li>
|
|
353
368
|
<a href="#translateConfig" title="packages/core/src/lib/services/i18n/i18n.loader.ts" ><b>translateConfig</b> (packages/.../i18n.loader.ts)</a>
|
|
354
369
|
</li>
|
|
@@ -1352,26 +1367,6 @@
|
|
|
1352
1367
|
</tr>
|
|
1353
1368
|
|
|
1354
1369
|
|
|
1355
|
-
</tbody>
|
|
1356
|
-
</table>
|
|
1357
|
-
<table class="table table-sm table-bordered">
|
|
1358
|
-
<tbody>
|
|
1359
|
-
<tr>
|
|
1360
|
-
<td class="col-md-4">
|
|
1361
|
-
<a name="extend"></a>
|
|
1362
|
-
<span class="name">
|
|
1363
|
-
<span ><b>extend</b></span>
|
|
1364
|
-
<a href="#extend"><span class="icon ion-ios-link"></span></a>
|
|
1365
|
-
</span>
|
|
1366
|
-
</td>
|
|
1367
|
-
</tr>
|
|
1368
|
-
<tr>
|
|
1369
|
-
<td class="col-md-4">
|
|
1370
|
-
<i>Default value : </i><code>(<{default: unknown}>extendProxy).default || extendProxy</code>
|
|
1371
|
-
</td>
|
|
1372
|
-
</tr>
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
1370
|
</tbody>
|
|
1376
1371
|
</table>
|
|
1377
1372
|
<table class="table table-sm table-bordered">
|
|
@@ -1536,7 +1531,8 @@
|
|
|
1536
1531
|
|
|
1537
1532
|
// update the entire state with deep merge of states, if the version and user are the same
|
|
1538
1533
|
if (isVersionOK) {
|
|
1539
|
-
state =
|
|
1534
|
+
state = { ...state, ...localState };
|
|
1535
|
+
// state = extend(true, {}, state, localState);
|
|
1540
1536
|
}
|
|
1541
1537
|
}
|
|
1542
1538
|
|
|
@@ -1579,26 +1575,6 @@
|
|
|
1579
1575
|
</tr>
|
|
1580
1576
|
|
|
1581
1577
|
|
|
1582
|
-
</tbody>
|
|
1583
|
-
</table>
|
|
1584
|
-
<table class="table table-sm table-bordered">
|
|
1585
|
-
<tbody>
|
|
1586
|
-
<tr>
|
|
1587
|
-
<td class="col-md-4">
|
|
1588
|
-
<a name="extend"></a>
|
|
1589
|
-
<span class="name">
|
|
1590
|
-
<span ><b>extend</b></span>
|
|
1591
|
-
<a href="#extend"><span class="icon ion-ios-link"></span></a>
|
|
1592
|
-
</span>
|
|
1593
|
-
</td>
|
|
1594
|
-
</tr>
|
|
1595
|
-
<tr>
|
|
1596
|
-
<td class="col-md-4">
|
|
1597
|
-
<i>Default value : </i><code>(<{ default: unknown }>extendProxy).default || extendProxy</code>
|
|
1598
|
-
</td>
|
|
1599
|
-
</tr>
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
1578
|
</tbody>
|
|
1603
1579
|
</table>
|
|
1604
1580
|
<table class="table table-sm table-bordered">
|
|
@@ -3569,9 +3545,11 @@
|
|
|
3569
3545
|
hasHeaderLogo: false,
|
|
3570
3546
|
hasHeaderEnvironment: false,
|
|
3571
3547
|
hasToolbar: false,
|
|
3548
|
+
hasToolbarMegaMenu: false,
|
|
3572
3549
|
hasToolbarMenu: false,
|
|
3573
3550
|
environmentValue: '',
|
|
3574
3551
|
isSidebarHidden: false,
|
|
3552
|
+
isSidebarFocused: false,
|
|
3575
3553
|
hasSidebarCollapsedVariant: false,
|
|
3576
3554
|
hasTopMessage: false,
|
|
3577
3555
|
windowWidth: 0,
|
|
@@ -3639,11 +3617,8 @@
|
|
|
3639
3617
|
{ name: EuiTheme.ECL_EC_RTL, isActive: false, styleSheet: 'eui-ecl-ec-rtl.css', cssClass: null },
|
|
3640
3618
|
{ name: EuiTheme.ECL_EU, isActive: false, styleSheet: 'eui-ecl-eu.css', cssClass: null },
|
|
3641
3619
|
{ name: EuiTheme.ECL_EU_RTL, isActive: false, styleSheet: 'eui-ecl-eu-rtl.css', cssClass: null },
|
|
3642
|
-
{ name: EuiTheme.EUI_LEGACY, isActive: false, styleSheet: null, cssClass: 'eui-t-eui-legacy' },
|
|
3643
|
-
{ name: EuiTheme.EUI_LEGACY_HC, isActive: false, styleSheet: null, cssClass: 'eui-t-high-contrast' },
|
|
3644
3620
|
{ name: EuiTheme.DARK, isActive: false, styleSheet: null, cssClass: 'eui-t-dark' },
|
|
3645
3621
|
{ name: EuiTheme.COMPACT, isActive: false, styleSheet: null, cssClass: 'eui-t-compact' },
|
|
3646
|
-
{ name: EuiTheme.DS2025, isActive: false, styleSheet: null, cssClass: 'eui-t-ds2025' },
|
|
3647
3622
|
],
|
|
3648
3623
|
theme: {
|
|
3649
3624
|
isDefault: false,
|
|
@@ -3651,11 +3626,8 @@
|
|
|
3651
3626
|
isEclEcRtl: false,
|
|
3652
3627
|
isEclEu: false,
|
|
3653
3628
|
isEclEuRtl: false,
|
|
3654
|
-
isEuiLegacy: false,
|
|
3655
|
-
isEuiLegacyHc: false,
|
|
3656
3629
|
isDark: false,
|
|
3657
3630
|
isCompact: false,
|
|
3658
|
-
isDs2025: false,
|
|
3659
3631
|
},
|
|
3660
3632
|
}</code>
|
|
3661
3633
|
</td>
|
|
@@ -3973,6 +3945,29 @@
|
|
|
3973
3945
|
</tr>
|
|
3974
3946
|
|
|
3975
3947
|
|
|
3948
|
+
</tbody>
|
|
3949
|
+
</table>
|
|
3950
|
+
</section>
|
|
3951
|
+
<h3>packages/core/test-setup.ts</h3>
|
|
3952
|
+
<section data-compodoc="block-properties">
|
|
3953
|
+
<h3></h3> <table class="table table-sm table-bordered">
|
|
3954
|
+
<tbody>
|
|
3955
|
+
<tr>
|
|
3956
|
+
<td class="col-md-4">
|
|
3957
|
+
<a name="testBed"></a>
|
|
3958
|
+
<span class="name">
|
|
3959
|
+
<span ><b>testBed</b></span>
|
|
3960
|
+
<a href="#testBed"><span class="icon ion-ios-link"></span></a>
|
|
3961
|
+
</span>
|
|
3962
|
+
</td>
|
|
3963
|
+
</tr>
|
|
3964
|
+
<tr>
|
|
3965
|
+
<td class="col-md-4">
|
|
3966
|
+
<i>Default value : </i><code>getTestBed()</code>
|
|
3967
|
+
</td>
|
|
3968
|
+
</tr>
|
|
3969
|
+
|
|
3970
|
+
|
|
3976
3971
|
</tbody>
|
|
3977
3972
|
</table>
|
|
3978
3973
|
</section>
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -85,6 +99,10 @@
|
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
88
106
|
<ol class="breadcrumb">
|
|
89
107
|
<li class="breadcrumb-item">Modules</li>
|
|
90
108
|
<li class="breadcrumb-item" >CoreModule</li>
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -85,6 +99,10 @@
|
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
88
106
|
<ol class="breadcrumb">
|
|
89
107
|
<li class="breadcrumb-item">Modules</li>
|
|
90
108
|
<li class="breadcrumb-item" >I18nModule</li>
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -85,6 +99,10 @@
|
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
88
106
|
<ol class="breadcrumb">
|
|
89
107
|
<li class="breadcrumb-item">Modules</li>
|
|
90
108
|
<li class="breadcrumb-item" >LogModule</li>
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -85,6 +99,10 @@
|
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
88
106
|
<ol class="breadcrumb">
|
|
89
107
|
<li class="breadcrumb-item">Modules</li>
|
|
90
108
|
<li class="breadcrumb-item" >TranslateMockModule</li>
|
package/docs/modules.html
CHANGED
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -85,6 +99,10 @@
|
|
|
85
99
|
|
|
86
100
|
|
|
87
101
|
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
88
106
|
<ol class="breadcrumb">
|
|
89
107
|
<li class="breadcrumb-item">Modules</li>
|
|
90
108
|
</ol>
|
package/docs/overview.html
CHANGED
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -84,6 +98,10 @@
|
|
|
84
98
|
<div class="content-data">
|
|
85
99
|
|
|
86
100
|
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
87
105
|
<ol class="breadcrumb">
|
|
88
106
|
<li class="breadcrumb-item">Overview</li>
|
|
89
107
|
</ol>
|
|
@@ -140,6 +158,16 @@
|
|
|
140
158
|
</div>
|
|
141
159
|
</div>
|
|
142
160
|
</div>
|
|
161
|
+
<div class="col-sm-3">
|
|
162
|
+
<div class="card text-center">
|
|
163
|
+
<div class="card-block">
|
|
164
|
+
<h4 class="card-title"><span class="icon ion-ios-git-branch"></span></h4>
|
|
165
|
+
<p class="card-text">
|
|
166
|
+
<a href="./routes.html">0 </a>
|
|
167
|
+
</p>
|
|
168
|
+
</div>
|
|
169
|
+
</div>
|
|
170
|
+
</div>
|
|
143
171
|
</div>
|
|
144
172
|
</div>
|
|
145
173
|
|
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -93,6 +107,10 @@
|
|
|
93
107
|
|
|
94
108
|
|
|
95
109
|
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
96
114
|
<ol class="breadcrumb">
|
|
97
115
|
<li class="breadcrumb-item">Pipes</li>
|
|
98
116
|
<li class="breadcrumb-item" >TranslateMockPipe</li>
|
package/docs/properties.html
CHANGED
|
@@ -62,6 +62,20 @@
|
|
|
62
62
|
}
|
|
63
63
|
toggleDarkMode(darkModeState);
|
|
64
64
|
</script>
|
|
65
|
+
<script>
|
|
66
|
+
// --- Iframe navigation tracking for Template Playground ---
|
|
67
|
+
function sendCurrentUrlToParent() {
|
|
68
|
+
if (window.parent && window.parent !== window) {
|
|
69
|
+
window.parent.postMessage({
|
|
70
|
+
type: 'compodoc-iframe-navigate',
|
|
71
|
+
url: window.location.pathname + window.location.hash
|
|
72
|
+
}, '*');
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
window.addEventListener('hashchange', sendCurrentUrlToParent, false);
|
|
76
|
+
window.addEventListener('popstate', sendCurrentUrlToParent, false);
|
|
77
|
+
window.addEventListener('DOMContentLoaded', sendCurrentUrlToParent, false);
|
|
78
|
+
</script>
|
|
65
79
|
|
|
66
80
|
<div class="navbar navbar-default navbar-fixed-top d-md-none p-0">
|
|
67
81
|
<div class="d-flex">
|
|
@@ -98,12 +112,16 @@
|
|
|
98
112
|
|
|
99
113
|
|
|
100
114
|
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
101
119
|
<ol class="breadcrumb">
|
|
102
120
|
<li class="breadcrumb-item">Properties</li>
|
|
103
121
|
</ol>
|
|
104
122
|
<ul class="properties-list">
|
|
105
123
|
<li>
|
|
106
|
-
<b>Version</b> : 21.0.0-
|
|
124
|
+
<b>Version</b> : 21.0.0-next.1</li>
|
|
107
125
|
</ul>
|
|
108
126
|
|
|
109
127
|
|