@eui/core 23.0.0-alpha.2 → 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 +31 -0
- package/docs/architecture.html +223 -0
- package/docs/changelog.html +87 -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 +58 -20
- 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 +89 -34
- 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 +151 -123
- package/docs/interfaces/Dependency.html +278 -250
- package/docs/interfaces/Edit-1.html +151 -123
- package/docs/interfaces/Edit-2.html +151 -123
- package/docs/interfaces/Edit.html +151 -123
- package/docs/interfaces/EuiComponentEntry.html +230 -202
- package/docs/interfaces/EuiTimeZone.html +121 -93
- package/docs/interfaces/IEuiTheme.html +181 -153
- package/docs/interfaces/ImportToAdd.html +164 -136
- package/docs/interfaces/ImportsArrayInfo.html +121 -93
- 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 +228 -200
- package/docs/interfaces/MigrationResult.html +151 -123
- package/docs/interfaces/ModuleLoadEvent.html +164 -136
- package/docs/interfaces/ModuleMapping.html +121 -93
- package/docs/interfaces/NgModuleInfo.html +151 -123
- package/docs/interfaces/Policy.html +164 -136
- package/docs/interfaces/ResourceError.html +170 -142
- package/docs/interfaces/Schema-1.html +140 -112
- package/docs/interfaces/Schema-10.html +140 -112
- package/docs/interfaces/Schema-11.html +140 -112
- package/docs/interfaces/Schema-12.html +140 -112
- package/docs/interfaces/Schema-13.html +140 -112
- package/docs/interfaces/Schema-14.html +140 -112
- package/docs/interfaces/Schema-15.html +140 -112
- package/docs/interfaces/Schema-16.html +140 -112
- package/docs/interfaces/Schema-17.html +140 -112
- package/docs/interfaces/Schema-18.html +140 -112
- package/docs/interfaces/Schema-19.html +140 -112
- package/docs/interfaces/Schema-2.html +141 -113
- package/docs/interfaces/Schema-20.html +140 -112
- package/docs/interfaces/Schema-3.html +180 -152
- package/docs/interfaces/Schema-4.html +140 -112
- package/docs/interfaces/Schema-5.html +140 -112
- package/docs/interfaces/Schema-6.html +140 -112
- package/docs/interfaces/Schema-7.html +140 -112
- package/docs/interfaces/Schema-8.html +140 -112
- package/docs/interfaces/Schema-9.html +140 -112
- package/docs/interfaces/Schema.html +184 -156
- package/docs/interfaces/SelectorEntry.html +230 -202
- package/docs/interfaces/TextChange.html +151 -123
- 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 +47 -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 +7181 -1557
- package/docs/license.html +26 -2
- package/docs/llms.txt +2282 -0
- package/docs/miscellaneous/enumerations.html +34 -10
- package/docs/miscellaneous/functions.html +550 -394
- package/docs/miscellaneous/typealiases.html +59 -27
- package/docs/miscellaneous/variables.html +196 -175
- 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 +27 -3
- 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 +26 -27
- package/fesm2022/eui-core.mjs.map +1 -1
- package/package.json +2 -2
- package/types/eui-core.d.ts +9 -11
- package/types/eui-core.d.ts.map +1 -1
- package/docs/js/menu-wc_es5.js +0 -40
package/docs/properties.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">
|
|
@@ -121,7 +128,7 @@
|
|
|
121
128
|
</ol>
|
|
122
129
|
<ul class="properties-list">
|
|
123
130
|
<li>
|
|
124
|
-
<b>Version</b> : 23.0.0-alpha.
|
|
131
|
+
<b>Version</b> : 23.0.0-alpha.3</li>
|
|
125
132
|
</ul>
|
|
126
133
|
|
|
127
134
|
|
|
@@ -160,6 +167,24 @@
|
|
|
160
167
|
|
|
161
168
|
<script>
|
|
162
169
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
170
|
+
var updateDarkModeSwitchOffset = function () {
|
|
171
|
+
var content = document.querySelector('.content');
|
|
172
|
+
var scrollbarWidth = 0;
|
|
173
|
+
|
|
174
|
+
if (content) {
|
|
175
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
document.documentElement.style.setProperty(
|
|
179
|
+
'--content-scrollbar-width',
|
|
180
|
+
scrollbarWidth + 'px'
|
|
181
|
+
);
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
updateDarkModeSwitchOffset();
|
|
185
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
186
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
187
|
+
|
|
163
188
|
checkToggle(darkModeState);
|
|
164
189
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
165
190
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -175,7 +200,6 @@
|
|
|
175
200
|
<script src="./js/libs/lit-html.js"></script>
|
|
176
201
|
|
|
177
202
|
<script src="./js/menu-wc.js" defer></script>
|
|
178
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
179
203
|
|
|
180
204
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
181
205
|
|
package/docs/routes.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">
|
|
@@ -163,6 +170,24 @@
|
|
|
163
170
|
|
|
164
171
|
<script>
|
|
165
172
|
$darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
173
|
+
var updateDarkModeSwitchOffset = function () {
|
|
174
|
+
var content = document.querySelector('.content');
|
|
175
|
+
var scrollbarWidth = 0;
|
|
176
|
+
|
|
177
|
+
if (content) {
|
|
178
|
+
scrollbarWidth = Math.max(0, content.offsetWidth - content.clientWidth);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
document.documentElement.style.setProperty(
|
|
182
|
+
'--content-scrollbar-width',
|
|
183
|
+
scrollbarWidth + 'px'
|
|
184
|
+
);
|
|
185
|
+
};
|
|
186
|
+
|
|
187
|
+
updateDarkModeSwitchOffset();
|
|
188
|
+
requestAnimationFrame(updateDarkModeSwitchOffset);
|
|
189
|
+
window.addEventListener('resize', updateDarkModeSwitchOffset);
|
|
190
|
+
|
|
166
191
|
checkToggle(darkModeState);
|
|
167
192
|
if ($darkModeToggleSwitchers.length > 0) {
|
|
168
193
|
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
@@ -178,7 +203,6 @@
|
|
|
178
203
|
<script src="./js/libs/lit-html.js"></script>
|
|
179
204
|
|
|
180
205
|
<script src="./js/menu-wc.js" defer></script>
|
|
181
|
-
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
182
206
|
|
|
183
207
|
<script src="./js/libs/bootstrap-native.js"></script>
|
|
184
208
|
|
package/docs/styles/compodoc.css
CHANGED
|
@@ -2,64 +2,77 @@ body {
|
|
|
2
2
|
position: absolute;
|
|
3
3
|
width: 100%;
|
|
4
4
|
height: 100%;
|
|
5
|
-
font-family:
|
|
5
|
+
font-family: "Roboto", sans-serif;
|
|
6
6
|
--bs-body-font-size: 0.9rem;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
/* roboto-300 - latin */
|
|
10
10
|
|
|
11
11
|
@font-face {
|
|
12
|
-
font-family:
|
|
12
|
+
font-family: "Roboto";
|
|
13
13
|
font-style: normal;
|
|
14
14
|
font-weight: 300;
|
|
15
|
-
src: url(
|
|
15
|
+
src: url("../fonts/roboto-v15-latin-300.eot");
|
|
16
16
|
/* IE9 Compat Modes */
|
|
17
17
|
src:
|
|
18
|
-
local(
|
|
19
|
-
local(
|
|
20
|
-
url(
|
|
21
|
-
|
|
22
|
-
/*
|
|
23
|
-
/* Modern Browsers */ url(
|
|
24
|
-
|
|
18
|
+
local("Roboto Light"),
|
|
19
|
+
local("Roboto-Light"),
|
|
20
|
+
url("../fonts/roboto-v15-latin-300.eot?#iefix")
|
|
21
|
+
format("embedded-opentype"),
|
|
22
|
+
/* IE6-IE8 */ url("../fonts/roboto-v15-latin-300.woff2") format("woff2"),
|
|
23
|
+
/* Super Modern Browsers */ url("../fonts/roboto-v15-latin-300.woff")
|
|
24
|
+
format("woff"),
|
|
25
|
+
/* Modern Browsers */ url("../fonts/roboto-v15-latin-300.ttf")
|
|
26
|
+
format("truetype"),
|
|
27
|
+
/* Safari, Android, iOS */
|
|
28
|
+
url("../fonts/roboto-v15-latin-300.svg#Roboto") format("svg");
|
|
25
29
|
/* Legacy iOS */
|
|
26
30
|
}
|
|
27
31
|
|
|
28
32
|
/* roboto-regular - latin */
|
|
29
33
|
|
|
30
34
|
@font-face {
|
|
31
|
-
font-family:
|
|
35
|
+
font-family: "Roboto";
|
|
32
36
|
font-style: normal;
|
|
33
37
|
font-weight: 400;
|
|
34
|
-
src: url(
|
|
38
|
+
src: url("../fonts/roboto-v15-latin-regular.eot");
|
|
35
39
|
/* IE9 Compat Modes */
|
|
36
40
|
src:
|
|
37
|
-
local(
|
|
38
|
-
local(
|
|
39
|
-
url(
|
|
40
|
-
|
|
41
|
-
/*
|
|
42
|
-
|
|
43
|
-
/*
|
|
41
|
+
local("Roboto"),
|
|
42
|
+
local("Roboto-Regular"),
|
|
43
|
+
url("../fonts/roboto-v15-latin-regular.eot?#iefix")
|
|
44
|
+
format("embedded-opentype"),
|
|
45
|
+
/* IE6-IE8 */ url("../fonts/roboto-v15-latin-regular.woff2")
|
|
46
|
+
format("woff2"),
|
|
47
|
+
/* Super Modern Browsers */
|
|
48
|
+
url("../fonts/roboto-v15-latin-regular.woff") format("woff"),
|
|
49
|
+
/* Modern Browsers */ url("../fonts/roboto-v15-latin-regular.ttf")
|
|
50
|
+
format("truetype"),
|
|
51
|
+
/* Safari, Android, iOS */
|
|
52
|
+
url("../fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
|
|
44
53
|
/* Legacy iOS */
|
|
45
54
|
}
|
|
46
55
|
|
|
47
56
|
/* roboto-700 - latin */
|
|
48
57
|
|
|
49
58
|
@font-face {
|
|
50
|
-
font-family:
|
|
59
|
+
font-family: "Roboto";
|
|
51
60
|
font-style: normal;
|
|
52
61
|
font-weight: 700;
|
|
53
|
-
src: url(
|
|
62
|
+
src: url("../fonts/roboto-v15-latin-700.eot");
|
|
54
63
|
/* IE9 Compat Modes */
|
|
55
64
|
src:
|
|
56
|
-
local(
|
|
57
|
-
local(
|
|
58
|
-
url(
|
|
59
|
-
|
|
60
|
-
/*
|
|
61
|
-
/* Modern Browsers */ url(
|
|
62
|
-
|
|
65
|
+
local("Roboto Bold"),
|
|
66
|
+
local("Roboto-Bold"),
|
|
67
|
+
url("../fonts/roboto-v15-latin-700.eot?#iefix")
|
|
68
|
+
format("embedded-opentype"),
|
|
69
|
+
/* IE6-IE8 */ url("../fonts/roboto-v15-latin-700.woff2") format("woff2"),
|
|
70
|
+
/* Super Modern Browsers */ url("../fonts/roboto-v15-latin-700.woff")
|
|
71
|
+
format("woff"),
|
|
72
|
+
/* Modern Browsers */ url("../fonts/roboto-v15-latin-700.ttf")
|
|
73
|
+
format("truetype"),
|
|
74
|
+
/* Safari, Android, iOS */
|
|
75
|
+
url("../fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
|
|
63
76
|
/* Legacy iOS */
|
|
64
77
|
}
|
|
65
78
|
|
|
@@ -217,6 +230,10 @@ a[href] {
|
|
|
217
230
|
display: flex;
|
|
218
231
|
flex-direction: column;
|
|
219
232
|
height: 100%;
|
|
233
|
+
width: 100%;
|
|
234
|
+
max-width: 860px;
|
|
235
|
+
margin-left: auto;
|
|
236
|
+
margin-right: auto;
|
|
220
237
|
}
|
|
221
238
|
|
|
222
239
|
.content-data .tab-content {
|
|
@@ -236,6 +253,15 @@ a[href] {
|
|
|
236
253
|
width: 100%;
|
|
237
254
|
}
|
|
238
255
|
|
|
256
|
+
.relationships-list {
|
|
257
|
+
list-style: none;
|
|
258
|
+
padding-left: 0 !important;
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.relationships-list li {
|
|
262
|
+
list-style: none;
|
|
263
|
+
}
|
|
264
|
+
|
|
239
265
|
/**
|
|
240
266
|
* Icons
|
|
241
267
|
*/
|
|
@@ -250,6 +276,7 @@ a[href] {
|
|
|
250
276
|
*/
|
|
251
277
|
|
|
252
278
|
#book-search-input {
|
|
279
|
+
position: relative;
|
|
253
280
|
padding: 6px;
|
|
254
281
|
transition: top 0.5s ease;
|
|
255
282
|
background: #fff;
|
|
@@ -268,10 +295,30 @@ a[href] {
|
|
|
268
295
|
box-shadow: none;
|
|
269
296
|
outline: 0;
|
|
270
297
|
line-height: 22px;
|
|
271
|
-
padding: 7px 7px;
|
|
298
|
+
padding: 7px 30px 7px 7px;
|
|
272
299
|
color: inherit;
|
|
273
300
|
}
|
|
274
301
|
|
|
302
|
+
#book-search-input .search-input-clear {
|
|
303
|
+
position: absolute;
|
|
304
|
+
right: 12px;
|
|
305
|
+
top: 50%;
|
|
306
|
+
transform: translateY(-50%);
|
|
307
|
+
border: 0;
|
|
308
|
+
background: transparent;
|
|
309
|
+
cursor: pointer;
|
|
310
|
+
font-size: 18px;
|
|
311
|
+
line-height: 1;
|
|
312
|
+
color: #6c757d;
|
|
313
|
+
opacity: 0;
|
|
314
|
+
pointer-events: none;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
#book-search-input .search-input-clear.is-visible {
|
|
318
|
+
opacity: 1;
|
|
319
|
+
pointer-events: auto;
|
|
320
|
+
}
|
|
321
|
+
|
|
275
322
|
.panel-body {
|
|
276
323
|
padding: 0px;
|
|
277
324
|
}
|
|
@@ -477,7 +524,23 @@ ol.breadcrumb {
|
|
|
477
524
|
}
|
|
478
525
|
|
|
479
526
|
.io-file {
|
|
480
|
-
margin: 20px
|
|
527
|
+
margin-bottom: 20px;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
.io-file-path {
|
|
531
|
+
display: flex;
|
|
532
|
+
align-items: center;
|
|
533
|
+
gap: 8px;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
.io-file-path .icon {
|
|
537
|
+
font-size: 16px;
|
|
538
|
+
opacity: 0.8;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.io-file-path code {
|
|
542
|
+
white-space: normal;
|
|
543
|
+
word-break: break-word;
|
|
481
544
|
}
|
|
482
545
|
|
|
483
546
|
.navbar .btn-menu {
|
|
@@ -678,7 +741,7 @@ thead.coverage-header > tr > th {
|
|
|
678
741
|
border-bottom-width: 0;
|
|
679
742
|
}
|
|
680
743
|
|
|
681
|
-
th[role=
|
|
744
|
+
th[role="columnheader"].statements:not(.no-sort):after {
|
|
682
745
|
margin-left: 10px;
|
|
683
746
|
}
|
|
684
747
|
|
|
@@ -723,6 +786,96 @@ th[role='columnheader'].statements:not(.no-sort):after {
|
|
|
723
786
|
background: #4dc71f;
|
|
724
787
|
}
|
|
725
788
|
|
|
789
|
+
.coverage-summary {
|
|
790
|
+
display: flex;
|
|
791
|
+
flex-wrap: wrap;
|
|
792
|
+
gap: 16px;
|
|
793
|
+
align-items: center;
|
|
794
|
+
margin-top: 16px;
|
|
795
|
+
margin-bottom: 16px;
|
|
796
|
+
padding: 12px;
|
|
797
|
+
border: 1px solid var(--bs-border-color, #dee2e6);
|
|
798
|
+
background: var(--bs-body-bg, #fff);
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
.coverage-donut {
|
|
802
|
+
width: 120px;
|
|
803
|
+
height: 120px;
|
|
804
|
+
flex: 0 0 auto;
|
|
805
|
+
}
|
|
806
|
+
|
|
807
|
+
.coverage-donut-pct {
|
|
808
|
+
font-size: 22px;
|
|
809
|
+
font-weight: 600;
|
|
810
|
+
fill: currentColor;
|
|
811
|
+
}
|
|
812
|
+
|
|
813
|
+
.coverage-stats {
|
|
814
|
+
display: grid;
|
|
815
|
+
grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
|
|
816
|
+
gap: 12px;
|
|
817
|
+
flex: 1 1 280px;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
.coverage-stat-value {
|
|
821
|
+
font-size: 22px;
|
|
822
|
+
font-weight: 600;
|
|
823
|
+
line-height: 1.2;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
.coverage-stat-value--documented {
|
|
827
|
+
color: #4dc71f;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
.coverage-stat-value--partial {
|
|
831
|
+
color: #dab226;
|
|
832
|
+
}
|
|
833
|
+
|
|
834
|
+
.coverage-stat-value--undocumented {
|
|
835
|
+
color: #d8624c;
|
|
836
|
+
}
|
|
837
|
+
|
|
838
|
+
.coverage-stat-label {
|
|
839
|
+
font-size: 13px;
|
|
840
|
+
color: #6c757d;
|
|
841
|
+
}
|
|
842
|
+
|
|
843
|
+
.coverage-stat-sub {
|
|
844
|
+
font-size: 12px;
|
|
845
|
+
color: #6c757d;
|
|
846
|
+
}
|
|
847
|
+
|
|
848
|
+
.coverage-filter {
|
|
849
|
+
position: relative;
|
|
850
|
+
margin-bottom: 12px;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
.coverage-filter-input {
|
|
854
|
+
width: 100%;
|
|
855
|
+
padding: 8px 34px 8px 10px;
|
|
856
|
+
border: 1px solid var(--bs-border-color, #dee2e6);
|
|
857
|
+
}
|
|
858
|
+
|
|
859
|
+
.coverage-filter-clear {
|
|
860
|
+
position: absolute;
|
|
861
|
+
right: 10px;
|
|
862
|
+
top: 50%;
|
|
863
|
+
transform: translateY(-50%);
|
|
864
|
+
border: 0;
|
|
865
|
+
background: transparent;
|
|
866
|
+
cursor: pointer;
|
|
867
|
+
font-size: 18px;
|
|
868
|
+
line-height: 1;
|
|
869
|
+
color: #6c757d;
|
|
870
|
+
opacity: 0;
|
|
871
|
+
pointer-events: none;
|
|
872
|
+
}
|
|
873
|
+
|
|
874
|
+
.coverage-filter-clear.is-visible {
|
|
875
|
+
opacity: 1;
|
|
876
|
+
pointer-events: auto;
|
|
877
|
+
}
|
|
878
|
+
|
|
726
879
|
.content ol {
|
|
727
880
|
list-style-type: decimal;
|
|
728
881
|
margin-top: 0;
|
|
@@ -772,6 +925,99 @@ th[role='columnheader'].statements:not(.no-sort):after {
|
|
|
772
925
|
display: none;
|
|
773
926
|
}
|
|
774
927
|
|
|
928
|
+
.reference-badge {
|
|
929
|
+
--reference-color-ts: #9600ff;
|
|
930
|
+
--reference-color-ts-interface: #647f1b;
|
|
931
|
+
--reference-color-ts-enum: #937210;
|
|
932
|
+
--reference-color-ts-class: #0672de;
|
|
933
|
+
--reference-color-angular: #dd0031;
|
|
934
|
+
--reference-color-ts-private: #707070;
|
|
935
|
+
display: inline-flex;
|
|
936
|
+
align-items: center;
|
|
937
|
+
justify-content: center;
|
|
938
|
+
width: 1.75em;
|
|
939
|
+
height: 1.75em;
|
|
940
|
+
border-radius: 999px;
|
|
941
|
+
background: #6f7b88;
|
|
942
|
+
color: #fff;
|
|
943
|
+
font-size: 0.72em;
|
|
944
|
+
font-weight: 700;
|
|
945
|
+
line-height: 1;
|
|
946
|
+
margin-right: 0.5em;
|
|
947
|
+
vertical-align: middle;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
a .reference-badge {
|
|
951
|
+
text-decoration: none;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
.reference-link {
|
|
955
|
+
display: inline-flex;
|
|
956
|
+
align-items: center;
|
|
957
|
+
gap: 0.28em;
|
|
958
|
+
}
|
|
959
|
+
|
|
960
|
+
.reference-link-label {
|
|
961
|
+
line-height: 1.2;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
.reference-badge--method {
|
|
965
|
+
background: var(--reference-color-ts-class);
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
.reference-badge--property {
|
|
969
|
+
background: var(--reference-color-ts-class);
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
.reference-badge--constructor {
|
|
973
|
+
background: var(--reference-color-ts-class);
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
.reference-badge--accessor {
|
|
977
|
+
background: var(--reference-color-ts-class);
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
.reference-badge--variable {
|
|
981
|
+
background: var(--reference-color-ts);
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
.reference-badge--interface {
|
|
985
|
+
background: var(--reference-color-ts-interface);
|
|
986
|
+
}
|
|
987
|
+
|
|
988
|
+
.reference-badge--function {
|
|
989
|
+
background: var(--reference-color-ts);
|
|
990
|
+
}
|
|
991
|
+
|
|
992
|
+
.reference-badge--enum {
|
|
993
|
+
background: var(--reference-color-ts-enum);
|
|
994
|
+
}
|
|
995
|
+
|
|
996
|
+
.reference-badge--typealias {
|
|
997
|
+
background: var(--reference-color-ts);
|
|
998
|
+
}
|
|
999
|
+
|
|
1000
|
+
.reference-badge--class {
|
|
1001
|
+
background: var(--reference-color-ts-class);
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
.reference-badge--angular {
|
|
1005
|
+
background: var(--reference-color-angular);
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
.dark .reference-badge {
|
|
1009
|
+
--reference-color-ts: #c97dff;
|
|
1010
|
+
--reference-color-ts-interface: #9cbe3c;
|
|
1011
|
+
--reference-color-ts-enum: #d6ab29;
|
|
1012
|
+
--reference-color-ts-class: #3695f3;
|
|
1013
|
+
--reference-color-angular: #dd0031;
|
|
1014
|
+
--reference-color-ts-private: #e2e2e2;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.dark .reference-badge--enum {
|
|
1018
|
+
color: #2f3136;
|
|
1019
|
+
}
|
|
1020
|
+
|
|
775
1021
|
.modifier-icon {
|
|
776
1022
|
color: #c7254e;
|
|
777
1023
|
}
|
|
@@ -860,7 +1106,11 @@ path.link {
|
|
|
860
1106
|
/* highlight line */
|
|
861
1107
|
|
|
862
1108
|
.line-highlight {
|
|
863
|
-
background: linear-gradient(
|
|
1109
|
+
background: linear-gradient(
|
|
1110
|
+
to right,
|
|
1111
|
+
hsla(0, 0%, 100%, 0.1) 70%,
|
|
1112
|
+
hsla(24, 20%, 50%, 0)
|
|
1113
|
+
);
|
|
864
1114
|
}
|
|
865
1115
|
|
|
866
1116
|
#tree-container {
|
|
@@ -913,6 +1163,74 @@ path.link {
|
|
|
913
1163
|
height: 100%;
|
|
914
1164
|
}
|
|
915
1165
|
|
|
1166
|
+
#architecture-graph {
|
|
1167
|
+
width: 100%;
|
|
1168
|
+
height: 68vh;
|
|
1169
|
+
min-height: 460px;
|
|
1170
|
+
border: 1px solid rgba(0, 0, 0, 0.07);
|
|
1171
|
+
background: #fafafa;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
.architecture-graph-wrapper .size-buttons {
|
|
1175
|
+
margin-top: 12px;
|
|
1176
|
+
}
|
|
1177
|
+
|
|
1178
|
+
.architecture-legend {
|
|
1179
|
+
display: flex;
|
|
1180
|
+
flex-wrap: wrap;
|
|
1181
|
+
justify-content: center;
|
|
1182
|
+
gap: 8px;
|
|
1183
|
+
margin: 0 0 14px;
|
|
1184
|
+
padding: 0;
|
|
1185
|
+
background: transparent;
|
|
1186
|
+
border: none;
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1189
|
+
.architecture-legend-item {
|
|
1190
|
+
border: 1px solid #d6d6d6;
|
|
1191
|
+
border-radius: 16px;
|
|
1192
|
+
background: #fff;
|
|
1193
|
+
font-size: 12px;
|
|
1194
|
+
color: #2f2f2f;
|
|
1195
|
+
display: inline-flex;
|
|
1196
|
+
align-items: center;
|
|
1197
|
+
gap: 6px;
|
|
1198
|
+
padding: 4px 10px;
|
|
1199
|
+
cursor: pointer;
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
.architecture-legend-item.is-disabled {
|
|
1203
|
+
opacity: 0.45;
|
|
1204
|
+
text-decoration: line-through;
|
|
1205
|
+
}
|
|
1206
|
+
|
|
1207
|
+
.architecture-legend-color {
|
|
1208
|
+
width: 10px;
|
|
1209
|
+
height: 10px;
|
|
1210
|
+
border-radius: 50%;
|
|
1211
|
+
display: inline-block;
|
|
1212
|
+
}
|
|
1213
|
+
|
|
1214
|
+
.architecture-component {
|
|
1215
|
+
background: #10b39c;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
.architecture-directive {
|
|
1219
|
+
background: #6747dd;
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.architecture-pipe {
|
|
1223
|
+
background: #de3b91;
|
|
1224
|
+
}
|
|
1225
|
+
|
|
1226
|
+
.architecture-module {
|
|
1227
|
+
background: #2973f0;
|
|
1228
|
+
}
|
|
1229
|
+
|
|
1230
|
+
.architecture-injectable {
|
|
1231
|
+
background: #b77006;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
916
1234
|
.content ul.type-parameters {
|
|
917
1235
|
margin-bottom: 5px;
|
|
918
1236
|
}
|
|
@@ -951,12 +1269,16 @@ table.params td p {
|
|
|
951
1269
|
ul.index-list {
|
|
952
1270
|
list-style: none;
|
|
953
1271
|
padding: 0;
|
|
954
|
-
column-gap:
|
|
955
|
-
column-count:
|
|
1272
|
+
column-gap: 0;
|
|
1273
|
+
column-count: 1;
|
|
956
1274
|
line-height: 25px;
|
|
957
1275
|
margin-bottom: 0;
|
|
958
1276
|
}
|
|
959
1277
|
|
|
1278
|
+
section[data-compodoc="block-index"] + section {
|
|
1279
|
+
margin-top: 50px;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
960
1282
|
.no-graph {
|
|
961
1283
|
text-align: center;
|
|
962
1284
|
height: 175px;
|
|
@@ -973,6 +1295,10 @@ ul.index-list {
|
|
|
973
1295
|
display: inline-block;
|
|
974
1296
|
}
|
|
975
1297
|
|
|
1298
|
+
.link-to-prism {
|
|
1299
|
+
opacity: 0.9;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
976
1302
|
.accessor b {
|
|
977
1303
|
color: #808080;
|
|
978
1304
|
margin-right: 8px;
|
|
@@ -998,13 +1324,8 @@ ul.index-list {
|
|
|
998
1324
|
* Dependencies
|
|
999
1325
|
*/
|
|
1000
1326
|
|
|
1001
|
-
.package-dependencies
|
|
1002
|
-
|
|
1003
|
-
margin: 0;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
.package-dependencies li {
|
|
1007
|
-
margin: 5px 0;
|
|
1327
|
+
.package-dependencies .dependencies-table {
|
|
1328
|
+
width: inherit;
|
|
1008
1329
|
}
|
|
1009
1330
|
|
|
1010
1331
|
.deprecated {
|
|
@@ -1029,7 +1350,7 @@ ul.index-list {
|
|
|
1029
1350
|
.dark-mode-switch {
|
|
1030
1351
|
position: absolute;
|
|
1031
1352
|
top: 70px;
|
|
1032
|
-
right: 15px;
|
|
1353
|
+
right: calc(15px + var(--content-scrollbar-width, 0px));
|
|
1033
1354
|
display: inline-block;
|
|
1034
1355
|
width: 60px;
|
|
1035
1356
|
height: 34px;
|
|
@@ -1055,7 +1376,7 @@ ul.index-list {
|
|
|
1055
1376
|
|
|
1056
1377
|
.dark-mode-switch .slider:before {
|
|
1057
1378
|
position: absolute;
|
|
1058
|
-
content:
|
|
1379
|
+
content: "";
|
|
1059
1380
|
height: 26px;
|
|
1060
1381
|
width: 26px;
|
|
1061
1382
|
left: 4px;
|
|
@@ -1104,7 +1425,7 @@ ul.properties-list {
|
|
|
1104
1425
|
}
|
|
1105
1426
|
|
|
1106
1427
|
.nav-tabs ::marker {
|
|
1107
|
-
content:
|
|
1428
|
+
content: "";
|
|
1108
1429
|
}
|
|
1109
1430
|
|
|
1110
1431
|
.content {
|
package/docs/styles/dark.css
CHANGED
|
@@ -76,6 +76,11 @@ body.dark {
|
|
|
76
76
|
fill: #212121 !important;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
+
.dark #module-graph-svg svg text,
|
|
80
|
+
.dark #module-graph-svg svg a {
|
|
81
|
+
fill: #f0f0f0;
|
|
82
|
+
}
|
|
83
|
+
|
|
79
84
|
.dark .navbar-default,
|
|
80
85
|
.dark .btn-default {
|
|
81
86
|
background-color: black;
|
|
@@ -119,3 +124,14 @@ body.dark {
|
|
|
119
124
|
.dark .content table {
|
|
120
125
|
--bs-table-color: #fafafa;
|
|
121
126
|
}
|
|
127
|
+
|
|
128
|
+
.dark #architecture-graph {
|
|
129
|
+
border-color: rgba(0, 0, 0, 0.07);
|
|
130
|
+
background: #fafafa;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.dark .architecture-legend-item {
|
|
134
|
+
background: #262626;
|
|
135
|
+
border-color: #4a4a4a;
|
|
136
|
+
color: #f0f0f0;
|
|
137
|
+
}
|