@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">
|
|
@@ -113,6 +120,11 @@
|
|
|
113
120
|
<li class="breadcrumb-item" >EuiThemeService</li>
|
|
114
121
|
</ol>
|
|
115
122
|
|
|
123
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
124
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
125
|
+
<code>packages/core/src/lib/services/eui-theme.service.ts</code>
|
|
126
|
+
</div>
|
|
127
|
+
|
|
116
128
|
<ul class="nav nav-tabs" role="tablist">
|
|
117
129
|
<li class="nav-item">
|
|
118
130
|
<a href="#info"
|
|
@@ -120,94 +132,113 @@
|
|
|
120
132
|
class="nav-link active"
|
|
121
133
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
122
134
|
</li>
|
|
135
|
+
<li class="nav-item">
|
|
136
|
+
<a href="#api"
|
|
137
|
+
class="nav-link"
|
|
138
|
+
|
|
139
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
140
|
+
</li>
|
|
123
141
|
</ul>
|
|
124
142
|
|
|
125
143
|
<div class="tab-content">
|
|
126
144
|
<div class="tab-pane fade active in" id="info">
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<h3>File</h3>
|
|
129
|
-
</p>
|
|
130
|
-
<p class="comment">
|
|
131
|
-
<code>packages/core/src/lib/services/eui-theme.service.ts</code>
|
|
132
|
-
</p>
|
|
133
145
|
|
|
134
146
|
|
|
135
147
|
|
|
148
|
+
<section data-compodoc="block-metadata">
|
|
149
|
+
<h3>Metadata</h3>
|
|
150
|
+
<table class="table table-sm table-hover metadata">
|
|
151
|
+
<tbody>
|
|
152
|
+
<tr>
|
|
153
|
+
<td class="col-md-3">providedIn</td>
|
|
154
|
+
<td class="col-md-9"><code>root</code></td>
|
|
155
|
+
</tr>
|
|
156
|
+
</tbody>
|
|
157
|
+
</table>
|
|
158
|
+
</section>
|
|
159
|
+
|
|
136
160
|
|
|
161
|
+
</div>
|
|
137
162
|
|
|
163
|
+
<div class="tab-pane fade " id="api">
|
|
138
164
|
<section data-compodoc="block-index">
|
|
139
165
|
<h3 id="index">Index</h3>
|
|
140
|
-
<table class="table table-sm table-bordered index-table">
|
|
141
|
-
<tbody>
|
|
142
166
|
|
|
167
|
+
<table class="table table-sm table-bordered index-table">
|
|
168
|
+
<tbody>
|
|
143
169
|
<tr>
|
|
144
|
-
<td class="col-md-
|
|
170
|
+
<td class="col-md-3">
|
|
145
171
|
<h6><b>Methods</b></h6>
|
|
146
172
|
</td>
|
|
147
|
-
|
|
148
|
-
<tr>
|
|
149
|
-
<td class="col-md-4">
|
|
173
|
+
<td class="col-md-9">
|
|
150
174
|
<ul class="index-list">
|
|
151
175
|
<li>
|
|
176
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
152
177
|
<a href="#isCompact" >isCompact</a>
|
|
153
178
|
</li>
|
|
154
179
|
<li>
|
|
180
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
155
181
|
<a href="#isDark" >isDark</a>
|
|
156
182
|
</li>
|
|
157
183
|
<li>
|
|
184
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
158
185
|
<a href="#isDefault" >isDefault</a>
|
|
159
186
|
</li>
|
|
160
187
|
<li>
|
|
161
|
-
<
|
|
162
|
-
</li>
|
|
163
|
-
<li>
|
|
188
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
164
189
|
<a href="#isEclEc" >isEclEc</a>
|
|
165
190
|
</li>
|
|
166
191
|
<li>
|
|
192
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
167
193
|
<a href="#isEclEcRtl" >isEclEcRtl</a>
|
|
168
194
|
</li>
|
|
169
195
|
<li>
|
|
196
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
170
197
|
<a href="#isEclEu" >isEclEu</a>
|
|
171
198
|
</li>
|
|
172
199
|
<li>
|
|
200
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
173
201
|
<a href="#isEclEuRtl" >isEclEuRtl</a>
|
|
174
202
|
</li>
|
|
175
203
|
<li>
|
|
176
|
-
<
|
|
177
|
-
|
|
178
|
-
<li>
|
|
179
|
-
<a href="#isEuiLegacyHc" >isEuiLegacyHc</a>
|
|
204
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
205
|
+
<a href="#isHighContrast" >isHighContrast</a>
|
|
180
206
|
</li>
|
|
181
207
|
<li>
|
|
208
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
182
209
|
<a href="#setActiveTheme" >setActiveTheme</a>
|
|
183
210
|
</li>
|
|
184
211
|
</ul>
|
|
185
212
|
</td>
|
|
186
213
|
</tr>
|
|
214
|
+
</tbody>
|
|
215
|
+
</table>
|
|
187
216
|
|
|
188
217
|
|
|
189
218
|
|
|
190
219
|
|
|
191
220
|
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
</
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
221
|
+
<table class="table table-sm table-bordered index-table">
|
|
222
|
+
<tbody>
|
|
223
|
+
<tr>
|
|
224
|
+
<td class="col-md-3">
|
|
225
|
+
<h6><b>Accessors</b></h6>
|
|
226
|
+
</td>
|
|
227
|
+
<td class="col-md-9">
|
|
228
|
+
<ul class="index-list">
|
|
229
|
+
<li>
|
|
230
|
+
<span class="reference-badge reference-badge--accessor" aria-hidden="true">A</span>
|
|
231
|
+
<a href="#state$" >state$</a>
|
|
232
|
+
</li>
|
|
233
|
+
<li>
|
|
234
|
+
<span class="reference-badge reference-badge--accessor" aria-hidden="true">A</span>
|
|
235
|
+
<a href="#state" >state</a>
|
|
236
|
+
</li>
|
|
237
|
+
</ul>
|
|
238
|
+
</td>
|
|
239
|
+
</tr>
|
|
240
|
+
</tbody>
|
|
241
|
+
</table>
|
|
211
242
|
</section>
|
|
212
243
|
|
|
213
244
|
<section data-compodoc="block-constructor">
|
|
@@ -311,37 +342,6 @@
|
|
|
311
342
|
|
|
312
343
|
|
|
313
344
|
|
|
314
|
-
<tr>
|
|
315
|
-
<td class="col-md-4">
|
|
316
|
-
|
|
317
|
-
<div class="io-description">
|
|
318
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
319
|
-
|
|
320
|
-
</div>
|
|
321
|
-
</td>
|
|
322
|
-
</tr>
|
|
323
|
-
</tbody>
|
|
324
|
-
</table>
|
|
325
|
-
<table class="table table-sm table-bordered">
|
|
326
|
-
<tbody>
|
|
327
|
-
<tr>
|
|
328
|
-
<td class="col-md-4">
|
|
329
|
-
<a name="isDs2025"></a>
|
|
330
|
-
<span class="name">
|
|
331
|
-
<span ><b>isDs2025</b></span>
|
|
332
|
-
<a href="#isDs2025"><span class="icon ion-ios-link"></span></a>
|
|
333
|
-
</span>
|
|
334
|
-
</td>
|
|
335
|
-
</tr>
|
|
336
|
-
<tr>
|
|
337
|
-
<td class="col-md-4">
|
|
338
|
-
<code>isDs2025()</code>
|
|
339
|
-
</td>
|
|
340
|
-
</tr>
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
345
|
<tr>
|
|
346
346
|
<td class="col-md-4">
|
|
347
347
|
|
|
@@ -481,47 +481,16 @@
|
|
|
481
481
|
<tbody>
|
|
482
482
|
<tr>
|
|
483
483
|
<td class="col-md-4">
|
|
484
|
-
<a name="
|
|
485
|
-
<span class="name">
|
|
486
|
-
<span ><b>isEuiLegacy</b></span>
|
|
487
|
-
<a href="#isEuiLegacy"><span class="icon ion-ios-link"></span></a>
|
|
488
|
-
</span>
|
|
489
|
-
</td>
|
|
490
|
-
</tr>
|
|
491
|
-
<tr>
|
|
492
|
-
<td class="col-md-4">
|
|
493
|
-
<code>isEuiLegacy()</code>
|
|
494
|
-
</td>
|
|
495
|
-
</tr>
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
<tr>
|
|
501
|
-
<td class="col-md-4">
|
|
502
|
-
|
|
503
|
-
<div class="io-description">
|
|
504
|
-
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
505
|
-
|
|
506
|
-
</div>
|
|
507
|
-
</td>
|
|
508
|
-
</tr>
|
|
509
|
-
</tbody>
|
|
510
|
-
</table>
|
|
511
|
-
<table class="table table-sm table-bordered">
|
|
512
|
-
<tbody>
|
|
513
|
-
<tr>
|
|
514
|
-
<td class="col-md-4">
|
|
515
|
-
<a name="isEuiLegacyHc"></a>
|
|
484
|
+
<a name="isHighContrast"></a>
|
|
516
485
|
<span class="name">
|
|
517
|
-
<span ><b>
|
|
518
|
-
<a href="#
|
|
486
|
+
<span ><b>isHighContrast</b></span>
|
|
487
|
+
<a href="#isHighContrast"><span class="icon ion-ios-link"></span></a>
|
|
519
488
|
</span>
|
|
520
489
|
</td>
|
|
521
490
|
</tr>
|
|
522
491
|
<tr>
|
|
523
492
|
<td class="col-md-4">
|
|
524
|
-
<code>
|
|
493
|
+
<code>isHighContrast()</code>
|
|
525
494
|
</td>
|
|
526
495
|
</tr>
|
|
527
496
|
|
|
@@ -552,7 +521,7 @@
|
|
|
552
521
|
</tr>
|
|
553
522
|
<tr>
|
|
554
523
|
<td class="col-md-4">
|
|
555
|
-
<code>setActiveTheme(theme: <a href="../
|
|
524
|
+
<code>setActiveTheme(theme: <a href="../miscellaneous/enumerations.html#EuiTheme" target="_self">EuiTheme</a>, isActive: <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank">boolean</a>)</code>
|
|
556
525
|
</td>
|
|
557
526
|
</tr>
|
|
558
527
|
|
|
@@ -614,6 +583,7 @@
|
|
|
614
583
|
</table>
|
|
615
584
|
</section>
|
|
616
585
|
|
|
586
|
+
|
|
617
587
|
<section data-compodoc="block-accessors">
|
|
618
588
|
<h3 id="accessors">
|
|
619
589
|
Accessors
|
|
@@ -703,6 +673,24 @@
|
|
|
703
673
|
|
|
704
674
|
<script>
|
|
705
675
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
676
|
+
var updateDarkModeSwitchOffset = function () {
|
|
677
|
+
var content = document.querySelector('.content');
|
|
678
|
+
var scrollbarWidth = 0;
|
|
679
|
+
|
|
680
|
+
if (content) {
|
|
681
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
document.documentElement.style.setProperty(
|
|
685
|
+
'--content-scrollbar-width',
|
|
686
|
+
scrollbarWidth + 'px'
|
|
687
|
+
);
|
|
688
|
+
};
|
|
689
|
+
|
|
690
|
+
updateDarkModeSwitchOffset();
|
|
691
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
692
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
693
|
+
|
|
706
694
|
checkToggle(darkModeState);
|
|
707
695
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
708
696
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -718,7 +706,6 @@
|
|
|
718
706
|
<script src="../js/libs/lit-html.js"></script>
|
|
719
707
|
|
|
720
708
|
<script src="../js/menu-wc.js" defer></script>
|
|
721
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
722
709
|
|
|
723
710
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
724
711
|
|
|
@@ -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">
|
|
@@ -113,6 +120,11 @@
|
|
|
113
120
|
<li class="breadcrumb-item" >EuiTimezoneService</li>
|
|
114
121
|
</ol>
|
|
115
122
|
|
|
123
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
124
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
125
|
+
<code>packages/core/src/lib/services/eui-timezone.service.ts</code>
|
|
126
|
+
</div>
|
|
127
|
+
|
|
116
128
|
<ul class="nav nav-tabs" role="tablist">
|
|
117
129
|
<li class="nav-item">
|
|
118
130
|
<a href="#info"
|
|
@@ -120,56 +132,61 @@
|
|
|
120
132
|
class="nav-link active"
|
|
121
133
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
122
134
|
</li>
|
|
135
|
+
<li class="nav-item">
|
|
136
|
+
<a href="#api"
|
|
137
|
+
class="nav-link"
|
|
138
|
+
|
|
139
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
140
|
+
</li>
|
|
123
141
|
</ul>
|
|
124
142
|
|
|
125
143
|
<div class="tab-content">
|
|
126
144
|
<div class="tab-pane fade active in" id="info">
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<h3>File</h3>
|
|
129
|
-
</p>
|
|
130
|
-
<p class="comment">
|
|
131
|
-
<code>packages/core/src/lib/services/eui-timezone.service.ts</code>
|
|
132
|
-
</p>
|
|
133
145
|
|
|
134
146
|
|
|
135
147
|
|
|
136
148
|
|
|
137
149
|
|
|
150
|
+
</div>
|
|
151
|
+
|
|
152
|
+
<div class="tab-pane fade " id="api">
|
|
138
153
|
<section data-compodoc="block-index">
|
|
139
154
|
<h3 id="index">Index</h3>
|
|
140
|
-
<table class="table table-sm table-bordered index-table">
|
|
141
|
-
<tbody>
|
|
142
155
|
|
|
156
|
+
<table class="table table-sm table-bordered index-table">
|
|
157
|
+
<tbody>
|
|
143
158
|
<tr>
|
|
144
|
-
<td class="col-md-
|
|
159
|
+
<td class="col-md-3">
|
|
145
160
|
<h6><b>Methods</b></h6>
|
|
146
161
|
</td>
|
|
147
|
-
|
|
148
|
-
<tr>
|
|
149
|
-
<td class="col-md-4">
|
|
162
|
+
<td class="col-md-9">
|
|
150
163
|
<ul class="index-list">
|
|
151
164
|
<li>
|
|
165
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
152
166
|
<a href="#getCountries" >getCountries</a>
|
|
153
167
|
</li>
|
|
154
168
|
<li>
|
|
169
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
155
170
|
<a href="#getTimezone" >getTimezone</a>
|
|
156
171
|
</li>
|
|
157
172
|
<li>
|
|
173
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
158
174
|
<a href="#getTimezones" >getTimezones</a>
|
|
159
175
|
</li>
|
|
160
176
|
<li>
|
|
177
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
161
178
|
<a href="#iso2country" >iso2country</a>
|
|
162
179
|
</li>
|
|
163
180
|
</ul>
|
|
164
181
|
</td>
|
|
165
182
|
</tr>
|
|
183
|
+
</tbody>
|
|
184
|
+
</table>
|
|
166
185
|
|
|
167
186
|
|
|
168
187
|
|
|
169
188
|
|
|
170
189
|
|
|
171
|
-
</tbody>
|
|
172
|
-
</table>
|
|
173
190
|
</section>
|
|
174
191
|
|
|
175
192
|
|
|
@@ -368,6 +385,7 @@
|
|
|
368
385
|
</table>
|
|
369
386
|
</section>
|
|
370
387
|
|
|
388
|
+
|
|
371
389
|
</div>
|
|
372
390
|
|
|
373
391
|
|
|
@@ -418,6 +436,24 @@
|
|
|
418
436
|
|
|
419
437
|
<script>
|
|
420
438
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
439
|
+
var updateDarkModeSwitchOffset = function () {
|
|
440
|
+
var content = document.querySelector('.content');
|
|
441
|
+
var scrollbarWidth = 0;
|
|
442
|
+
|
|
443
|
+
if (content) {
|
|
444
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
document.documentElement.style.setProperty(
|
|
448
|
+
'--content-scrollbar-width',
|
|
449
|
+
scrollbarWidth + 'px'
|
|
450
|
+
);
|
|
451
|
+
};
|
|
452
|
+
|
|
453
|
+
updateDarkModeSwitchOffset();
|
|
454
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
455
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
456
|
+
|
|
421
457
|
checkToggle(darkModeState);
|
|
422
458
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
423
459
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -433,7 +469,6 @@
|
|
|
433
469
|
<script src="../js/libs/lit-html.js"></script>
|
|
434
470
|
|
|
435
471
|
<script src="../js/menu-wc.js" defer></script>
|
|
436
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
437
472
|
|
|
438
473
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
439
474
|
|
|
@@ -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">
|
|
@@ -113,6 +120,11 @@
|
|
|
113
120
|
<li class="breadcrumb-item" >GlobalErrorHandler</li>
|
|
114
121
|
</ol>
|
|
115
122
|
|
|
123
|
+
<div class="io-file io-file-path" data-compodoc="entity-file-path">
|
|
124
|
+
<span class="icon ion-ios-document" aria-hidden="true"></span>
|
|
125
|
+
<code>packages/core/src/lib/services/errors/global-error-handler.ts</code>
|
|
126
|
+
</div>
|
|
127
|
+
|
|
116
128
|
<ul class="nav nav-tabs" role="tablist">
|
|
117
129
|
<li class="nav-item">
|
|
118
130
|
<a href="#info"
|
|
@@ -120,17 +132,16 @@
|
|
|
120
132
|
class="nav-link active"
|
|
121
133
|
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
122
134
|
</li>
|
|
135
|
+
<li class="nav-item">
|
|
136
|
+
<a href="#api"
|
|
137
|
+
class="nav-link"
|
|
138
|
+
|
|
139
|
+
role="tab" id="api-tab" data-bs-toggle="tab" data-link="api">API</a>
|
|
140
|
+
</li>
|
|
123
141
|
</ul>
|
|
124
142
|
|
|
125
143
|
<div class="tab-content">
|
|
126
144
|
<div class="tab-pane fade active in" id="info">
|
|
127
|
-
<p class="comment">
|
|
128
|
-
<h3>File</h3>
|
|
129
|
-
</p>
|
|
130
|
-
<p class="comment">
|
|
131
|
-
<code>packages/core/src/lib/services/errors/global-error-handler.ts</code>
|
|
132
|
-
</p>
|
|
133
|
-
|
|
134
145
|
|
|
135
146
|
|
|
136
147
|
<p class="comment">
|
|
@@ -140,34 +151,67 @@
|
|
|
140
151
|
<code><a href="../miscellaneous/typealiases.html#Handler" target="_self" >ErrorHandler</a></code>
|
|
141
152
|
</p>
|
|
142
153
|
|
|
154
|
+
<section data-compodoc="block-metadata">
|
|
155
|
+
<h3>Metadata</h3>
|
|
156
|
+
<table class="table table-sm table-hover metadata">
|
|
157
|
+
<tbody>
|
|
158
|
+
<tr>
|
|
159
|
+
<td class="col-md-3">providedIn</td>
|
|
160
|
+
<td class="col-md-9"><code>root</code></td>
|
|
161
|
+
</tr>
|
|
162
|
+
</tbody>
|
|
163
|
+
</table>
|
|
164
|
+
</section>
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
<section data-compodoc="block-relationships">
|
|
168
|
+
<h3>Relationships</h3>
|
|
169
|
+
|
|
170
|
+
<div class="row pt-3">
|
|
171
|
+
<div class="col-sm-6">
|
|
172
|
+
<h4>Used by</h4>
|
|
173
|
+
<p class="comment"><i>No results matching.</i></p>
|
|
174
|
+
</div>
|
|
175
|
+
|
|
176
|
+
<div class="col-sm-6">
|
|
177
|
+
<h4>Depends on</h4>
|
|
178
|
+
<ul class="list-unstyled relationships-list">
|
|
179
|
+
<li>
|
|
180
|
+
<code><a href="../miscellaneous/typealiases.html#Handler" target="_self" >ErrorHandler</a></code>
|
|
181
|
+
</li>
|
|
182
|
+
</ul>
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</section>
|
|
186
|
+
</div>
|
|
143
187
|
|
|
188
|
+
<div class="tab-pane fade " id="api">
|
|
144
189
|
<section data-compodoc="block-index">
|
|
145
190
|
<h3 id="index">Index</h3>
|
|
146
|
-
<table class="table table-sm table-bordered index-table">
|
|
147
|
-
<tbody>
|
|
148
191
|
|
|
192
|
+
<table class="table table-sm table-bordered index-table">
|
|
193
|
+
<tbody>
|
|
149
194
|
<tr>
|
|
150
|
-
<td class="col-md-
|
|
195
|
+
<td class="col-md-3">
|
|
151
196
|
<h6><b>Methods</b></h6>
|
|
152
197
|
</td>
|
|
153
|
-
|
|
154
|
-
<tr>
|
|
155
|
-
<td class="col-md-4">
|
|
198
|
+
<td class="col-md-9">
|
|
156
199
|
<ul class="index-list">
|
|
157
200
|
<li>
|
|
201
|
+
<span class="reference-badge reference-badge--method" aria-hidden="true">M</span>
|
|
158
202
|
<span class="modifier"></span>
|
|
159
203
|
<a href="#handleError" >handleError</a>
|
|
160
204
|
</li>
|
|
161
205
|
</ul>
|
|
162
206
|
</td>
|
|
163
207
|
</tr>
|
|
208
|
+
</tbody>
|
|
209
|
+
</table>
|
|
164
210
|
|
|
165
211
|
|
|
166
212
|
|
|
167
213
|
|
|
168
214
|
|
|
169
|
-
</tbody>
|
|
170
|
-
</table>
|
|
171
215
|
</section>
|
|
172
216
|
|
|
173
217
|
|
|
@@ -241,6 +285,7 @@
|
|
|
241
285
|
</table>
|
|
242
286
|
</section>
|
|
243
287
|
|
|
288
|
+
|
|
244
289
|
</div>
|
|
245
290
|
|
|
246
291
|
|
|
@@ -291,6 +336,24 @@
|
|
|
291
336
|
|
|
292
337
|
<script>
|
|
293
338
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
339
|
+
var updateDarkModeSwitchOffset = function () {
|
|
340
|
+
var content = document.querySelector('.content');
|
|
341
|
+
var scrollbarWidth = 0;
|
|
342
|
+
|
|
343
|
+
if (content) {
|
|
344
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
document.documentElement.style.setProperty(
|
|
348
|
+
'--content-scrollbar-width',
|
|
349
|
+
scrollbarWidth + 'px'
|
|
350
|
+
);
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
updateDarkModeSwitchOffset();
|
|
354
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
355
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
356
|
+
|
|
294
357
|
checkToggle(darkModeState);
|
|
295
358
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
296
359
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -306,7 +369,6 @@
|
|
|
306
369
|
<script src="../js/libs/lit-html.js"></script>
|
|
307
370
|
|
|
308
371
|
<script src="../js/menu-wc.js" defer></script>
|
|
309
|
-
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
310
372
|
|
|
311
373
|
<script src="../js/libs/bootstrap-native.js"></script>
|
|
312
374
|
|