@eui/core 23.0.0-alpha.1 → 23.0.0-alpha.3
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 +455 -0
- package/assets/i18n-eui/bg.json +7 -0
- package/assets/i18n-eui/cs.json +7 -0
- package/assets/i18n-eui/da.json +7 -0
- package/assets/i18n-eui/de.json +7 -0
- package/assets/i18n-eui/el.json +7 -0
- package/assets/i18n-eui/en.json +8 -1
- package/assets/i18n-eui/es.json +7 -0
- package/assets/i18n-eui/et.json +7 -0
- package/assets/i18n-eui/fi.json +7 -0
- package/assets/i18n-eui/fr.json +8 -1
- package/assets/i18n-eui/ga.json +7 -0
- package/assets/i18n-eui/hr.json +7 -0
- package/assets/i18n-eui/hu.json +7 -0
- package/assets/i18n-eui/it.json +7 -0
- package/assets/i18n-eui/lt.json +7 -0
- package/assets/i18n-eui/lv.json +7 -0
- package/assets/i18n-eui/mt.json +7 -0
- package/assets/i18n-eui/nl.json +7 -0
- package/assets/i18n-eui/pl.json +7 -0
- package/assets/i18n-eui/pt.json +7 -0
- package/assets/i18n-eui/ro.json +7 -0
- package/assets/i18n-eui/sk.json +7 -0
- package/assets/i18n-eui/sl.json +7 -0
- package/assets/i18n-eui/sv.json +7 -0
- package/docs/architecture.html +223 -0
- package/docs/changelog.html +773 -2
- package/docs/classes/ActivatedRouteAction.html +70 -20
- package/docs/classes/AddApiQueueItemAction.html +70 -20
- package/docs/classes/AddAppLoadedConfigModulesAction.html +70 -20
- package/docs/classes/ApiQueueServiceMock.html +77 -20
- package/docs/classes/AsyncStorageService.html +86 -20
- package/docs/classes/AsyncStorageServiceMock.html +73 -17
- package/docs/classes/CssUtils.html +74 -20
- package/docs/classes/EmptyApiQueueAction.html +67 -17
- package/docs/classes/ErrorSubClass.html +68 -16
- package/docs/classes/EuiAppShellServiceMock.html +505 -0
- package/docs/classes/EuiCoreRootGuardClass.html +39 -8
- package/docs/classes/EuiError.html +69 -17
- package/docs/classes/I18nResourceImpl.html +50 -17
- package/docs/classes/InitStoreAction.html +70 -20
- package/docs/classes/LogServiceMock.html +67 -17
- package/docs/classes/RemoveApiQueueItemAction.html +67 -17
- package/docs/classes/StorageService.html +83 -19
- package/docs/classes/StorageServiceMock.html +70 -17
- package/docs/classes/TranslateServiceMock.html +90 -35
- package/docs/classes/UpdateAppConnectionAction.html +67 -17
- package/docs/classes/UpdateAppStatusAction.html +67 -17
- package/docs/classes/UpdateAppVersionAction.html +67 -17
- package/docs/classes/UpdateCurrentModuleAction.html +67 -17
- package/docs/classes/UpdateI18nStateAction.html +67 -17
- package/docs/classes/UpdateLocaleStateAction.html +67 -17
- package/docs/classes/UpdateNotificationsListAction.html +67 -17
- package/docs/classes/UpdateUserDashboardAction.html +67 -17
- package/docs/classes/UpdateUserDetailsAction.html +67 -17
- package/docs/classes/UpdateUserPreferencesAction.html +67 -17
- package/docs/classes/UpdateUserRightsAction.html +67 -17
- package/docs/classes/UpdateUserStateAction.html +67 -17
- package/docs/dependencies.html +38 -4
- package/docs/directives/TranslateMockDirective.html +72 -19
- package/docs/index.html +26 -2
- package/docs/injectables/ApiQueueService.html +97 -20
- package/docs/injectables/EuiAppShellService.html +147 -68
- package/docs/injectables/EuiDynamicComponentService.html +51 -18
- package/docs/injectables/EuiDynamicMenuService.html +67 -20
- package/docs/injectables/EuiGrowlService.html +85 -21
- package/docs/injectables/EuiLoaderService.html +65 -17
- package/docs/injectables/EuiPermissionService.html +95 -20
- package/docs/injectables/EuiThemeService.html +94 -107
- package/docs/injectables/EuiTimezoneService.html +51 -16
- package/docs/injectables/GlobalErrorHandler.html +79 -17
- package/docs/injectables/I18nLoader.html +53 -17
- package/docs/injectables/I18nService.html +101 -23
- package/docs/injectables/I18nServiceMock.html +96 -34
- package/docs/injectables/LocalForageService.html +81 -21
- package/docs/injectables/LocalStorageService.html +78 -21
- package/docs/injectables/LocaleService.html +124 -41
- package/docs/injectables/LocaleServiceMock.html +72 -18
- package/docs/injectables/LogService.html +68 -17
- package/docs/injectables/SessionStorageService.html +78 -21
- package/docs/injectables/StoreService.html +91 -22
- package/docs/injectables/StoreServiceMock.html +72 -17
- package/docs/injectables/UserService.html +97 -23
- package/docs/injectables/UserServiceMock.html +81 -23
- package/docs/interceptors/AddLangParamInterceptor.html +49 -18
- package/docs/interceptors/CachePreventionInterceptor.html +48 -17
- package/docs/interceptors/CorsSecurityInterceptor.html +48 -17
- package/docs/interceptors/CsrfPreventionInterceptor.html +48 -17
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +48 -17
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +48 -17
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +48 -17
- package/docs/interfaces/Action.html +158 -60
- package/docs/interfaces/ActionReducer.html +84 -55
- package/docs/interfaces/ComponentInfo.html +395 -0
- package/docs/interfaces/Dependency.html +278 -250
- package/docs/interfaces/Edit-1.html +395 -0
- package/docs/interfaces/Edit-2.html +395 -0
- package/docs/interfaces/Edit.html +395 -0
- package/docs/interfaces/EuiComponentEntry.html +485 -0
- package/docs/interfaces/EuiTimeZone.html +121 -93
- package/docs/interfaces/IEuiTheme.html +181 -153
- package/docs/interfaces/ImportToAdd.html +413 -0
- package/docs/interfaces/ImportsArrayInfo.html +356 -0
- package/docs/interfaces/Library.html +169 -137
- package/docs/interfaces/LoadedResources.html +164 -136
- package/docs/interfaces/LoadedResourcesError.html +121 -93
- package/docs/interfaces/MemoizedSelector.html +187 -138
- package/docs/interfaces/MemoizedSelectorWithProps.html +188 -139
- package/docs/interfaces/MigrateAllSchema.html +458 -0
- package/docs/interfaces/MigrationResult.html +395 -0
- package/docs/interfaces/ModuleLoadEvent.html +164 -136
- package/docs/interfaces/ModuleMapping.html +356 -0
- package/docs/interfaces/NgModuleInfo.html +395 -0
- package/docs/interfaces/Policy.html +164 -136
- package/docs/interfaces/ResourceError.html +170 -142
- package/docs/interfaces/Schema-1.html +368 -0
- package/docs/interfaces/Schema-10.html +368 -0
- package/docs/interfaces/Schema-11.html +368 -0
- package/docs/interfaces/Schema-12.html +368 -0
- package/docs/interfaces/Schema-13.html +368 -0
- package/docs/interfaces/Schema-14.html +368 -0
- package/docs/interfaces/Schema-15.html +368 -0
- package/docs/interfaces/Schema-16.html +368 -0
- package/docs/interfaces/Schema-17.html +368 -0
- package/docs/interfaces/Schema-18.html +368 -0
- package/docs/interfaces/Schema-19.html +368 -0
- package/docs/interfaces/Schema-2.html +380 -0
- package/docs/interfaces/Schema-20.html +368 -0
- package/docs/interfaces/Schema-3.html +431 -0
- package/docs/interfaces/Schema-4.html +368 -0
- package/docs/interfaces/Schema-5.html +368 -0
- package/docs/interfaces/Schema-6.html +368 -0
- package/docs/interfaces/Schema-7.html +368 -0
- package/docs/interfaces/Schema-8.html +368 -0
- package/docs/interfaces/Schema-9.html +368 -0
- package/docs/interfaces/Schema.html +413 -0
- package/docs/interfaces/SelectorEntry.html +511 -0
- package/docs/interfaces/TextChange.html +395 -0
- package/docs/interfaces/ThemeState.html +121 -93
- package/docs/interfaces/TranslationKeys.html +41 -11
- package/docs/interfaces/UIState.html +1669 -1641
- package/docs/interfaces/body.html +181 -153
- package/docs/js/architecture-graph.js +288 -0
- package/docs/js/libs/bootstrap-native.js +4 -2
- package/docs/js/libs/tablesort.min.js +3 -3
- package/docs/js/libs/tablesort.number.min.js +2 -2
- package/docs/js/libs/vis-network.min.js +7 -7
- package/docs/js/menu-wc.js +152 -14
- package/docs/js/routes.js +138 -37
- package/docs/js/search/search.js +62 -0
- package/docs/js/search/search_index.js +2 -2
- package/docs/js/tabs.js +98 -15
- package/docs/js/tree.js +44 -7
- package/docs/json/EuiPermissionService.md +1 -0
- package/docs/json/LocaleService.md +1 -0
- package/docs/json/documentation.json +43075 -14389
- package/docs/license.html +26 -2
- package/docs/llms.txt +2282 -0
- package/docs/miscellaneous/enumerations.html +38 -34
- package/docs/miscellaneous/functions.html +19294 -769
- package/docs/miscellaneous/typealiases.html +59 -27
- package/docs/miscellaneous/variables.html +4226 -1284
- package/docs/modules/CoreModule.html +34 -9
- package/docs/modules/I18nModule.html +34 -9
- package/docs/modules/LogModule.html +34 -9
- package/docs/modules/TranslateMockModule.html +60 -13
- package/docs/modules.html +26 -2
- package/docs/overview.html +29 -5
- package/docs/pipes/TranslateMockPipe.html +87 -9
- package/docs/properties.html +27 -3
- package/docs/routes.html +26 -2
- package/docs/styles/compodoc.css +365 -44
- package/docs/styles/dark.css +16 -0
- package/docs/template-playground/hbs-render.service.ts +6 -1
- package/fesm2022/eui-core.mjs +319 -145
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +16 -11
- package/schematics/add-eui-imports/index.d.ts +8 -0
- package/schematics/add-eui-imports/index.js +525 -0
- package/schematics/add-eui-imports/index.js.map +1 -0
- package/schematics/add-eui-imports/schema.json +24 -0
- package/schematics/add-eui-imports/selector-map.d.ts +35 -0
- package/schematics/add-eui-imports/selector-map.js +246 -0
- package/schematics/add-eui-imports/selector-map.js.map +1 -0
- package/schematics/collection.json +118 -0
- package/schematics/fix-no-multiple-empty-lines/index.d.ts +7 -0
- package/schematics/fix-no-multiple-empty-lines/index.js +90 -0
- package/schematics/fix-no-multiple-empty-lines/index.js.map +1 -0
- package/schematics/fix-no-multiple-empty-lines/schema.json +19 -0
- package/schematics/icon-migrate/index.d.ts +3 -0
- package/schematics/icon-migrate/index.js +228 -0
- package/schematics/icon-migrate/index.js.map +1 -0
- package/schematics/icon-migrate/schema.d.ts +6 -0
- package/schematics/icon-migrate/schema.js +3 -0
- package/schematics/icon-migrate/schema.js.map +1 -0
- package/schematics/icon-migrate/schema.json +20 -0
- package/schematics/migrate/index.d.ts +3 -0
- package/schematics/migrate/index.js +98 -0
- package/schematics/migrate/index.js.map +1 -0
- package/schematics/migrate/replacements/breaking-changes.d.ts +6 -0
- package/schematics/migrate/replacements/breaking-changes.js +173 -0
- package/schematics/migrate/replacements/breaking-changes.js.map +1 -0
- package/schematics/migrate/replacements/eui-modules.d.ts +29 -0
- package/schematics/migrate/replacements/eui-modules.js +231 -0
- package/schematics/migrate/replacements/eui-modules.js.map +1 -0
- package/schematics/migrate/replacements/icons.d.ts +14 -0
- package/schematics/migrate/replacements/icons.js +235 -0
- package/schematics/migrate/replacements/icons.js.map +1 -0
- package/schematics/migrate/replacements/mwp.d.ts +6 -0
- package/schematics/migrate/replacements/mwp.js +148 -0
- package/schematics/migrate/replacements/mwp.js.map +1 -0
- package/schematics/migrate/schema.d.ts +8 -0
- package/schematics/migrate/schema.js +3 -0
- package/schematics/migrate/schema.js.map +1 -0
- package/schematics/migrate/schema.json +25 -0
- package/schematics/migrate/utils.d.ts +21 -0
- package/schematics/migrate/utils.js +106 -0
- package/schematics/migrate/utils.js.map +1 -0
- package/schematics/migrate-all/index.d.ts +8 -0
- package/schematics/migrate-all/index.js +30 -0
- package/schematics/migrate-all/index.js.map +1 -0
- package/schematics/migrate-all/schema.json +30 -0
- package/schematics/migrate-eui-accent/index.d.ts +7 -0
- package/schematics/migrate-eui-accent/index.js +193 -0
- package/schematics/migrate-eui-accent/index.js.map +1 -0
- package/schematics/migrate-eui-accent/schema.json +19 -0
- package/schematics/migrate-eui-alert/index.d.ts +7 -0
- package/schematics/migrate-eui-alert/index.js +152 -0
- package/schematics/migrate-eui-alert/index.js.map +1 -0
- package/schematics/migrate-eui-alert/schema.json +19 -0
- package/schematics/migrate-eui-avatar/index.d.ts +7 -0
- package/schematics/migrate-eui-avatar/index.js +155 -0
- package/schematics/migrate-eui-avatar/index.js.map +1 -0
- package/schematics/migrate-eui-avatar/schema.json +19 -0
- package/schematics/migrate-eui-button/index.d.ts +7 -0
- package/schematics/migrate-eui-button/index.js +191 -0
- package/schematics/migrate-eui-button/index.js.map +1 -0
- package/schematics/migrate-eui-button/schema.json +19 -0
- package/schematics/migrate-eui-chip/index.d.ts +7 -0
- package/schematics/migrate-eui-chip/index.js +153 -0
- package/schematics/migrate-eui-chip/index.js.map +1 -0
- package/schematics/migrate-eui-chip/schema.json +19 -0
- package/schematics/migrate-eui-chip-list/index.d.ts +7 -0
- package/schematics/migrate-eui-chip-list/index.js +472 -0
- package/schematics/migrate-eui-chip-list/index.js.map +1 -0
- package/schematics/migrate-eui-chip-list/schema.json +19 -0
- package/schematics/migrate-eui-discussion-thread/index.d.ts +7 -0
- package/schematics/migrate-eui-discussion-thread/index.js +143 -0
- package/schematics/migrate-eui-discussion-thread/index.js.map +1 -0
- package/schematics/migrate-eui-discussion-thread/schema.json +19 -0
- package/schematics/migrate-eui-editor/index.d.ts +7 -0
- package/schematics/migrate-eui-editor/index.js +198 -0
- package/schematics/migrate-eui-editor/index.js.map +1 -0
- package/schematics/migrate-eui-editor/schema.json +19 -0
- package/schematics/migrate-eui-fieldset/index.d.ts +7 -0
- package/schematics/migrate-eui-fieldset/index.js +186 -0
- package/schematics/migrate-eui-fieldset/index.js.map +1 -0
- package/schematics/migrate-eui-fieldset/schema.json +19 -0
- package/schematics/migrate-eui-icon-svg/index.d.ts +7 -0
- package/schematics/migrate-eui-icon-svg/index.js +197 -0
- package/schematics/migrate-eui-icon-svg/index.js.map +1 -0
- package/schematics/migrate-eui-icon-svg/schema.json +19 -0
- package/schematics/migrate-eui-icon-toggle/index.d.ts +7 -0
- package/schematics/migrate-eui-icon-toggle/index.js +194 -0
- package/schematics/migrate-eui-icon-toggle/index.js.map +1 -0
- package/schematics/migrate-eui-icon-toggle/schema.json +19 -0
- package/schematics/migrate-eui-popover/index.d.ts +7 -0
- package/schematics/migrate-eui-popover/index.js +152 -0
- package/schematics/migrate-eui-popover/index.js.map +1 -0
- package/schematics/migrate-eui-popover/schema.json +19 -0
- package/schematics/migrate-eui-progress-circle/index.d.ts +7 -0
- package/schematics/migrate-eui-progress-circle/index.js +192 -0
- package/schematics/migrate-eui-progress-circle/index.js.map +1 -0
- package/schematics/migrate-eui-progress-circle/schema.json +19 -0
- package/schematics/migrate-eui-table/index.d.ts +7 -0
- package/schematics/migrate-eui-table/index.js +544 -0
- package/schematics/migrate-eui-table/index.js.map +1 -0
- package/schematics/migrate-eui-table/schema.json +19 -0
- package/schematics/migrate-eui-tabs/index.d.ts +7 -0
- package/schematics/migrate-eui-tabs/index.js +296 -0
- package/schematics/migrate-eui-tabs/index.js.map +1 -0
- package/schematics/migrate-eui-tabs/schema.json +19 -0
- package/schematics/migrate-eui-toolbar-menu/index.d.ts +7 -0
- package/schematics/migrate-eui-toolbar-menu/index.js +358 -0
- package/schematics/migrate-eui-toolbar-menu/index.js.map +1 -0
- package/schematics/migrate-eui-toolbar-menu/schema.json +19 -0
- package/schematics/migrate-to-standalone/index.d.ts +7 -0
- package/schematics/migrate-to-standalone/index.js +723 -0
- package/schematics/migrate-to-standalone/index.js.map +1 -0
- package/schematics/migrate-to-standalone/schema.json +19 -0
- package/schematics/package.json +1 -0
- package/schematics/utils/dry-run.d.ts +3 -0
- package/schematics/utils/dry-run.js +14 -0
- package/schematics/utils/dry-run.js.map +1 -0
- package/types/eui-core.d.ts +74 -17
- package/types/eui-core.d.ts.map +1 -1
- package/docs/js/menu-wc_es5.js +0 -40
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -108,6 +115,11 @@
|
|
|
108
115
|
<li class="breadcrumb-item" >CoreModule</li>
|
|
109
116
|
</ol>
|
|
110
117
|
|
|
118
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
119
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
120
|
+
<code>packages/core/src/lib/eui-core.module.ts</code>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
111
123
|
|
|
112
124
|
<ul class="nav nav-tabs" role="tablist">
|
|
113
125
|
<li class="nav-item">
|
|
@@ -121,13 +133,6 @@
|
|
|
121
133
|
<div class="tab-content">
|
|
122
134
|
<div class="tab-pane fade active in" id="info">
|
|
123
135
|
|
|
124
|
-
<p class="comment">
|
|
125
|
-
<h3>File</h3>
|
|
126
|
-
</p>
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<code>packages/core/src/lib/eui-core.module.ts</code>
|
|
129
|
-
</p>
|
|
130
|
-
|
|
131
136
|
|
|
132
137
|
|
|
133
138
|
|
|
@@ -137,6 +142,7 @@
|
|
|
137
142
|
</div>
|
|
138
143
|
</div>
|
|
139
144
|
|
|
145
|
+
|
|
140
146
|
<section data-compodoc="block-methods">
|
|
141
147
|
|
|
142
148
|
<h3 id="methods">
|
|
@@ -241,6 +247,7 @@
|
|
|
241
247
|
</tbody>
|
|
242
248
|
</table>
|
|
243
249
|
</section>
|
|
250
|
+
|
|
244
251
|
</div>
|
|
245
252
|
|
|
246
253
|
|
|
@@ -262,6 +269,7 @@
|
|
|
262
269
|
|
|
263
270
|
|
|
264
271
|
|
|
272
|
+
|
|
265
273
|
</div><div class="search-results">
|
|
266
274
|
<div class="has-results">
|
|
267
275
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -294,6 +302,24 @@
|
|
|
294
302
|
|
|
295
303
|
<script>
|
|
296
304
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
305
|
+
var updateDarkModeSwitchOffset = function () {
|
|
306
|
+
var content = document.querySelector('.content');
|
|
307
|
+
var scrollbarWidth = 0;
|
|
308
|
+
|
|
309
|
+
if (content) {
|
|
310
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
document.documentElement.style.setProperty(
|
|
314
|
+
'--content-scrollbar-width',
|
|
315
|
+
scrollbarWidth + 'px'
|
|
316
|
+
);
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
updateDarkModeSwitchOffset();
|
|
320
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
321
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
322
|
+
|
|
297
323
|
checkToggle(darkModeState);
|
|
298
324
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
299
325
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -309,7 +335,6 @@
|
|
|
309
335
|
<script src="../js/libs/lit-html.js"></script>
|
|
310
336
|
|
|
311
337
|
<script src="../js/menu-wc.js" defer></script>
|
|
312
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
313
338
|
|
|
314
339
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
315
340
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -108,6 +115,11 @@
|
|
|
108
115
|
<li class="breadcrumb-item" >I18nModule</li>
|
|
109
116
|
</ol>
|
|
110
117
|
|
|
118
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
119
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
120
|
+
<code>packages/core/src/lib/services/i18n/i18n.module.ts</code>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
111
123
|
|
|
112
124
|
<ul class="nav nav-tabs" role="tablist">
|
|
113
125
|
<li class="nav-item">
|
|
@@ -121,13 +133,6 @@
|
|
|
121
133
|
<div class="tab-content">
|
|
122
134
|
<div class="tab-pane fade active in" id="info">
|
|
123
135
|
|
|
124
|
-
<p class="comment">
|
|
125
|
-
<h3>File</h3>
|
|
126
|
-
</p>
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<code>packages/core/src/lib/services/i18n/i18n.module.ts</code>
|
|
129
|
-
</p>
|
|
130
|
-
|
|
131
136
|
|
|
132
137
|
|
|
133
138
|
<p class="comment">
|
|
@@ -144,6 +149,7 @@
|
|
|
144
149
|
</div>
|
|
145
150
|
</div>
|
|
146
151
|
|
|
152
|
+
|
|
147
153
|
<section data-compodoc="block-methods">
|
|
148
154
|
|
|
149
155
|
<h3 id="methods">
|
|
@@ -185,6 +191,7 @@
|
|
|
185
191
|
</tbody>
|
|
186
192
|
</table>
|
|
187
193
|
</section>
|
|
194
|
+
|
|
188
195
|
</div>
|
|
189
196
|
|
|
190
197
|
|
|
@@ -206,6 +213,7 @@
|
|
|
206
213
|
|
|
207
214
|
|
|
208
215
|
|
|
216
|
+
|
|
209
217
|
</div><div class="search-results">
|
|
210
218
|
<div class="has-results">
|
|
211
219
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -238,6 +246,24 @@
|
|
|
238
246
|
|
|
239
247
|
<script>
|
|
240
248
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
249
|
+
var updateDarkModeSwitchOffset = function () {
|
|
250
|
+
var content = document.querySelector('.content');
|
|
251
|
+
var scrollbarWidth = 0;
|
|
252
|
+
|
|
253
|
+
if (content) {
|
|
254
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
document.documentElement.style.setProperty(
|
|
258
|
+
'--content-scrollbar-width',
|
|
259
|
+
scrollbarWidth + 'px'
|
|
260
|
+
);
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
updateDarkModeSwitchOffset();
|
|
264
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
265
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
266
|
+
|
|
241
267
|
checkToggle(darkModeState);
|
|
242
268
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
243
269
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -253,7 +279,6 @@
|
|
|
253
279
|
<script src="../js/libs/lit-html.js"></script>
|
|
254
280
|
|
|
255
281
|
<script src="../js/menu-wc.js" defer></script>
|
|
256
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
257
282
|
|
|
258
283
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
259
284
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -108,6 +115,11 @@
|
|
|
108
115
|
<li class="breadcrumb-item" >LogModule</li>
|
|
109
116
|
</ol>
|
|
110
117
|
|
|
118
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
119
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
120
|
+
<code>packages/core/src/lib/services/log/log.module.ts</code>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
111
123
|
|
|
112
124
|
<ul class="nav nav-tabs" role="tablist">
|
|
113
125
|
<li class="nav-item">
|
|
@@ -121,13 +133,6 @@
|
|
|
121
133
|
<div class="tab-content">
|
|
122
134
|
<div class="tab-pane fade active in" id="info">
|
|
123
135
|
|
|
124
|
-
<p class="comment">
|
|
125
|
-
<h3>File</h3>
|
|
126
|
-
</p>
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<code>packages/core/src/lib/services/log/log.module.ts</code>
|
|
129
|
-
</p>
|
|
130
|
-
|
|
131
136
|
|
|
132
137
|
|
|
133
138
|
<p class="comment">
|
|
@@ -144,6 +149,7 @@
|
|
|
144
149
|
</div>
|
|
145
150
|
</div>
|
|
146
151
|
|
|
152
|
+
|
|
147
153
|
<section data-compodoc="block-methods">
|
|
148
154
|
|
|
149
155
|
<h3 id="methods">
|
|
@@ -288,6 +294,7 @@
|
|
|
288
294
|
</tbody>
|
|
289
295
|
</table>
|
|
290
296
|
</section>
|
|
297
|
+
|
|
291
298
|
</div>
|
|
292
299
|
|
|
293
300
|
|
|
@@ -309,6 +316,7 @@
|
|
|
309
316
|
|
|
310
317
|
|
|
311
318
|
|
|
319
|
+
|
|
312
320
|
</div><div class="search-results">
|
|
313
321
|
<div class="has-results">
|
|
314
322
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -341,6 +349,24 @@
|
|
|
341
349
|
|
|
342
350
|
<script>
|
|
343
351
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
352
|
+
var updateDarkModeSwitchOffset = function () {
|
|
353
|
+
var content = document.querySelector('.content');
|
|
354
|
+
var scrollbarWidth = 0;
|
|
355
|
+
|
|
356
|
+
if (content) {
|
|
357
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
document.documentElement.style.setProperty(
|
|
361
|
+
'--content-scrollbar-width',
|
|
362
|
+
scrollbarWidth + 'px'
|
|
363
|
+
);
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
updateDarkModeSwitchOffset();
|
|
367
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
368
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
369
|
+
|
|
344
370
|
checkToggle(darkModeState);
|
|
345
371
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
346
372
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -356,7 +382,6 @@
|
|
|
356
382
|
<script src="../js/libs/lit-html.js"></script>
|
|
357
383
|
|
|
358
384
|
<script src="../js/menu-wc.js" defer></script>
|
|
359
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
360
385
|
|
|
361
386
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
362
387
|
|
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -108,6 +115,11 @@
|
|
|
108
115
|
<li class="breadcrumb-item" >TranslateMockModule</li>
|
|
109
116
|
</ol>
|
|
110
117
|
|
|
118
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
119
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
120
|
+
<code>packages/core/src/lib/mocks/translate.module.mock.ts</code>
|
|
121
|
+
</div>
|
|
122
|
+
|
|
111
123
|
|
|
112
124
|
<ul class="nav nav-tabs" role="tablist">
|
|
113
125
|
<li class="nav-item">
|
|
@@ -121,13 +133,6 @@
|
|
|
121
133
|
<div class="tab-content">
|
|
122
134
|
<div class="tab-pane fade active in" id="info">
|
|
123
135
|
|
|
124
|
-
<p class="comment">
|
|
125
|
-
<h3>File</h3>
|
|
126
|
-
</p>
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<code>packages/core/src/lib/mocks/translate.module.mock.ts</code>
|
|
129
|
-
</p>
|
|
130
|
-
|
|
131
136
|
|
|
132
137
|
|
|
133
138
|
|
|
@@ -135,14 +140,15 @@
|
|
|
135
140
|
<div class="container-fluid module">
|
|
136
141
|
<div class="row">
|
|
137
142
|
<div class="col-sm-3">
|
|
138
|
-
<h3>
|
|
139
|
-
title="Official documentation about module
|
|
143
|
+
<h3>Imports<a href="https://angular.io/api/core/NgModule#imports" target="_blank" rel="noopener noreferrer"
|
|
144
|
+
title="Official documentation about module imports"><span
|
|
145
|
+
class="icon ion-ios-information-circle-outline"></a></h3>
|
|
140
146
|
<ul class="list-group">
|
|
141
147
|
<li class="list-group-item">
|
|
142
|
-
<a href="../
|
|
148
|
+
<a href="../modules/TranslateMockDirective.html">TranslateMockDirective</a>
|
|
143
149
|
</li>
|
|
144
150
|
<li class="list-group-item">
|
|
145
|
-
<a href="../
|
|
151
|
+
<a href="../modules/TranslateMockPipe.html">TranslateMockPipe</a>
|
|
146
152
|
</li>
|
|
147
153
|
</ul>
|
|
148
154
|
</div>
|
|
@@ -162,6 +168,29 @@
|
|
|
162
168
|
</div>
|
|
163
169
|
</div>
|
|
164
170
|
|
|
171
|
+
<section data-compodoc="block-relationships">
|
|
172
|
+
<h3>Relationships</h3>
|
|
173
|
+
|
|
174
|
+
<div class="row pt-3">
|
|
175
|
+
<div class="col-sm-6">
|
|
176
|
+
<h4>Used by</h4>
|
|
177
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
178
|
+
</div>
|
|
179
|
+
|
|
180
|
+
<div class="col-sm-6">
|
|
181
|
+
<h4>Depends on</h4>
|
|
182
|
+
<ul class="list-unstyled relationships-list">
|
|
183
|
+
<li>
|
|
184
|
+
<code><a href="../directives/TranslateMockDirective.html" target="_self" >TranslateMockDirective</a></code>
|
|
185
|
+
</li>
|
|
186
|
+
<li>
|
|
187
|
+
<code>TranslateMockPipe</code>
|
|
188
|
+
</li>
|
|
189
|
+
</ul>
|
|
190
|
+
</div>
|
|
191
|
+
</div>
|
|
192
|
+
</section>
|
|
193
|
+
|
|
165
194
|
|
|
166
195
|
</div>
|
|
167
196
|
|
|
@@ -184,6 +213,7 @@
|
|
|
184
213
|
|
|
185
214
|
|
|
186
215
|
|
|
216
|
+
|
|
187
217
|
</div><div class="search-results">
|
|
188
218
|
<div class="has-results">
|
|
189
219
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -216,6 +246,24 @@
|
|
|
216
246
|
|
|
217
247
|
<script>
|
|
218
248
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
249
|
+
var updateDarkModeSwitchOffset = function () {
|
|
250
|
+
var content = document.querySelector('.content');
|
|
251
|
+
var scrollbarWidth = 0;
|
|
252
|
+
|
|
253
|
+
if (content) {
|
|
254
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
document.documentElement.style.setProperty(
|
|
258
|
+
'--content-scrollbar-width',
|
|
259
|
+
scrollbarWidth + 'px'
|
|
260
|
+
);
|
|
261
|
+
};
|
|
262
|
+
|
|
263
|
+
updateDarkModeSwitchOffset();
|
|
264
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
265
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
266
|
+
|
|
219
267
|
checkToggle(darkModeState);
|
|
220
268
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
221
269
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -231,7 +279,6 @@
|
|
|
231
279
|
<script src="../js/libs/lit-html.js"></script>
|
|
232
280
|
|
|
233
281
|
<script src="../js/menu-wc.js" defer></script>
|
|
234
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
235
282
|
|
|
236
283
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
237
284
|
|
package/docs/modules.html
CHANGED
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -208,6 +215,24 @@
|
|
|
208
215
|
|
|
209
216
|
<script>
|
|
210
217
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
218
|
+
var updateDarkModeSwitchOffset = function () {
|
|
219
|
+
var content = document.querySelector('.content');
|
|
220
|
+
var scrollbarWidth = 0;
|
|
221
|
+
|
|
222
|
+
if (content) {
|
|
223
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
document.documentElement.style.setProperty(
|
|
227
|
+
'--content-scrollbar-width',
|
|
228
|
+
scrollbarWidth + 'px'
|
|
229
|
+
);
|
|
230
|
+
};
|
|
231
|
+
|
|
232
|
+
updateDarkModeSwitchOffset();
|
|
233
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
234
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
235
|
+
|
|
211
236
|
checkToggle(darkModeState);
|
|
212
237
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
213
238
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -223,7 +248,6 @@
|
|
|
223
248
|
<script src="./js/libs/lit-html.js"></script>
|
|
224
249
|
|
|
225
250
|
<script src="./js/menu-wc.js" defer></script>
|
|
226
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
227
251
|
|
|
228
252
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
229
253
|
|
package/docs/overview.html
CHANGED
|
@@ -85,7 +85,14 @@
|
|
|
85
85
|
</div>
|
|
86
86
|
|
|
87
87
|
<div class="xs-menu menu" id="mobile-menu">
|
|
88
|
-
<div id="book-search-input" role="search"
|
|
88
|
+
<div id="book-search-input" role="search">
|
|
89
|
+
<input type="text" placeholder="Type to search">
|
|
90
|
+
<button type="button"
|
|
91
|
+
class="search-input-clear"
|
|
92
|
+
aria-label="Clear search"
|
|
93
|
+
data-search-input-clear>×</button>
|
|
94
|
+
</div>
|
|
95
|
+
<compodoc-menu></compodoc-menu>
|
|
89
96
|
</div>
|
|
90
97
|
|
|
91
98
|
<div class="container-fluid main">
|
|
@@ -137,7 +144,7 @@
|
|
|
137
144
|
<div class="col-sm-3">
|
|
138
145
|
<div class="card text-center">
|
|
139
146
|
<div class="card-block">
|
|
140
|
-
<h4 class="card-title"><span class="icon ion-md-
|
|
147
|
+
<h4 class="card-title"><span class="icon ion-md-funnel"></span></h4>
|
|
141
148
|
<p class="card-text">1 Pipe</p>
|
|
142
149
|
</div>
|
|
143
150
|
</div>
|
|
@@ -146,7 +153,7 @@
|
|
|
146
153
|
<div class="card text-center">
|
|
147
154
|
<div class="card-block">
|
|
148
155
|
<h4 class="card-title"><span class="icon ion-ios-paper"></span></h4>
|
|
149
|
-
<p class="card-text">
|
|
156
|
+
<p class="card-text">31 Classes</p>
|
|
150
157
|
</div>
|
|
151
158
|
</div>
|
|
152
159
|
</div>
|
|
@@ -154,7 +161,7 @@
|
|
|
154
161
|
<div class="card text-center">
|
|
155
162
|
<div class="card-block">
|
|
156
163
|
<h4 class="card-title"><span class="icon ion-md-information-circle-outline"></span></h4>
|
|
157
|
-
<p class="card-text">
|
|
164
|
+
<p class="card-text">51 Interfaces</p>
|
|
158
165
|
</div>
|
|
159
166
|
</div>
|
|
160
167
|
</div>
|
|
@@ -221,6 +228,24 @@
|
|
|
221
228
|
|
|
222
229
|
<script>
|
|
223
230
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
231
|
+
var updateDarkModeSwitchOffset = function () {
|
|
232
|
+
var content = document.querySelector('.content');
|
|
233
|
+
var scrollbarWidth = 0;
|
|
234
|
+
|
|
235
|
+
if (content) {
|
|
236
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
document.documentElement.style.setProperty(
|
|
240
|
+
'--content-scrollbar-width',
|
|
241
|
+
scrollbarWidth + 'px'
|
|
242
|
+
);
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
updateDarkModeSwitchOffset();
|
|
246
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
247
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
248
|
+
|
|
224
249
|
checkToggle(darkModeState);
|
|
225
250
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
226
251
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -236,7 +261,6 @@
|
|
|
236
261
|
<script src="./js/libs/lit-html.js"></script>
|
|
237
262
|
|
|
238
263
|
<script src="./js/menu-wc.js" defer></script>
|
|
239
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
240
264
|
|
|
241
265
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
242
266
|
|