@eui/core 13.0.0-rc.41 → 13.0.0-rc.45
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/docs/classes/ActivatedRouteAction.html +1 -10
- package/docs/classes/AddApiQueueItemAction.html +1 -10
- package/docs/classes/AddAppLoadedConfigModulesAction.html +1 -10
- package/docs/classes/ApiQueueServiceMock.html +1 -10
- package/docs/classes/AsyncStorageService.html +1 -10
- package/docs/classes/AsyncStorageServiceMock.html +1 -10
- package/docs/classes/EmptyApiQueueAction.html +1 -10
- package/docs/classes/EuiCoreRootGuardClass.html +1 -10
- package/docs/classes/EuiError.html +1 -10
- package/docs/classes/I18nResourceImpl.html +1 -10
- package/docs/classes/InitStoreAction.html +1 -10
- package/docs/classes/LogServiceMock.html +1 -10
- package/docs/classes/OpenIdConnectServiceMock.html +1 -10
- package/docs/classes/RemoveApiQueueItemAction.html +1 -10
- package/docs/classes/RouterMock.html +1 -10
- package/docs/classes/StorageService.html +1 -10
- package/docs/classes/StorageServiceMock.html +1 -10
- package/docs/classes/StoreMock.html +1 -10
- package/docs/classes/TranslateServiceMock.html +1 -10
- package/docs/classes/UpdateAppConnectionAction.html +1 -10
- package/docs/classes/UpdateAppStatusAction.html +1 -10
- package/docs/classes/UpdateAppVersionAction.html +1 -10
- package/docs/classes/UpdateCurrentModuleAction.html +1 -10
- package/docs/classes/UpdateI18nStateAction.html +1 -10
- package/docs/classes/UpdateLocaleStateAction.html +1 -10
- package/docs/classes/UpdateNotificationsListAction.html +1 -10
- package/docs/classes/UpdateUserDashboardAction.html +1 -10
- package/docs/classes/UpdateUserDetailsAction.html +1 -10
- package/docs/classes/UpdateUserPreferencesAction.html +1 -10
- package/docs/classes/UpdateUserRightsAction.html +1 -10
- package/docs/classes/UpdateUserStateAction.html +1 -10
- package/docs/classes/UxErrorManager.html +1 -10
- package/docs/classes/UxRootInjectorGuard.html +1 -10
- package/docs/dependencies.html +4 -13
- package/docs/directives/TranslateMockDirective.html +2 -11
- package/docs/index.html +1 -10
- package/docs/injectables/ApiQueueService.html +1 -10
- package/docs/injectables/CoreAppEffects.html +1 -10
- package/docs/injectables/EuiPermissionService.html +1 -10
- package/docs/injectables/GlobalErrorHandler.html +1 -10
- package/docs/injectables/I18nLoader.html +1 -10
- package/docs/injectables/I18nService.html +1 -10
- package/docs/injectables/I18nServiceMock.html +1 -10
- package/docs/injectables/LocalForageService.html +1 -10
- package/docs/injectables/LocalStorageService.html +1 -10
- package/docs/injectables/LocaleService.html +1 -10
- package/docs/injectables/LocaleServiceMock.html +1 -10
- package/docs/injectables/LogService.html +1 -10
- package/docs/injectables/OpenIdConnectService.html +1 -10
- package/docs/injectables/SessionStorageService.html +1 -10
- package/docs/injectables/StoreService.html +1 -10
- package/docs/injectables/StoreServiceMock.html +1 -10
- package/docs/injectables/UserService.html +1 -10
- package/docs/injectables/UserServiceMock.html +1 -10
- package/docs/injectables/UxAppShellService.html +1 -10
- package/docs/injectables/UxDynamicComponentService.html +2 -11
- package/docs/injectables/UxDynamicMenuService.html +2 -11
- package/docs/injectables/UxErrorFeedbackService.html +1 -10
- package/docs/injectables/UxTimezoneService.html +1 -10
- package/docs/interceptors/AddLangParamInterceptor.html +1 -10
- package/docs/interceptors/CachePreventionInterceptor.html +1 -10
- package/docs/interceptors/CorsSecurityInterceptor.html +1 -10
- package/docs/interceptors/CsrfPreventionInterceptor.html +1 -10
- package/docs/interceptors/EuLoginSessionTimeoutHandlingInterceptor.html +1 -10
- package/docs/interceptors/HttpErrorHandlerInterceptor.html +1 -10
- package/docs/interceptors/OpenIdConnectInterceptor.html +1 -10
- package/docs/interceptors/UxRequestErrorModelInterceptor.html +1 -10
- package/docs/interfaces/LoadedResources.html +1 -10
- package/docs/interfaces/LoadedResourcesError.html +1 -10
- package/docs/interfaces/ModuleLoadEvent.html +1 -10
- package/docs/interfaces/OpenIdConnectUserDetails.html +1 -10
- package/docs/interfaces/ResourceError.html +1 -10
- package/docs/interfaces/TimeZone.html +1 -10
- package/docs/interfaces/UIState.html +1 -10
- package/docs/js/menu-wc.js +6 -6
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/menu.js +2 -48
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +1 -10
- package/docs/miscellaneous/enumerations.html +1 -10
- package/docs/miscellaneous/functions.html +1 -10
- package/docs/miscellaneous/typealiases.html +1 -10
- package/docs/miscellaneous/variables.html +1 -10
- package/docs/modules/CoreModule.html +1 -10
- package/docs/modules/I18nModule.html +1 -10
- package/docs/modules/LogModule.html +1 -10
- package/docs/modules/TranslateMockModule.html +1 -10
- package/docs/modules.html +5 -14
- package/docs/pipes/TranslateMockPipe.html +2 -11
- package/docs/styles/compodoc.css +1 -71
- package/docs/styles/dark.css +33 -37
- package/docs/styles/laravel.css +35 -33
- package/docs/styles/material.css +17 -15
- package/docs/styles/original.css +4 -2
- package/docs/styles/postmark.css +14 -12
- package/docs/styles/readthedocs.css +8 -6
- package/docs/styles/reset.css +34 -115
- package/docs/styles/stripe.css +35 -33
- package/docs/styles/vagrant.css +28 -26
- package/package.json +1 -1
package/docs/styles/original.css
CHANGED
package/docs/styles/postmark.css
CHANGED
|
@@ -223,16 +223,18 @@ hue-6-2: #c18401
|
|
|
223
223
|
text-decoration: underline;
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
226
|
+
@media (prefers-color-scheme: dark) {
|
|
227
|
+
.content {
|
|
228
|
+
background: none;
|
|
229
|
+
}
|
|
230
|
+
code {
|
|
231
|
+
background: none;
|
|
232
|
+
color: #e09393;
|
|
233
|
+
}
|
|
234
|
+
.menu ul.list li.chapter a.active {
|
|
235
|
+
color: #ffde00;
|
|
236
|
+
}
|
|
237
|
+
.menu {
|
|
238
|
+
background: #272525;
|
|
239
|
+
}
|
|
238
240
|
}
|
|
@@ -108,10 +108,12 @@ pre {
|
|
|
108
108
|
background: rgba(238, 238, 238, 0.35);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
111
|
+
@media (prefers-color-scheme: dark) {
|
|
112
|
+
.content {
|
|
113
|
+
background: none;
|
|
114
|
+
}
|
|
115
|
+
code {
|
|
116
|
+
background: none;
|
|
117
|
+
color: #e09393;
|
|
118
|
+
}
|
|
117
119
|
}
|
package/docs/styles/reset.css
CHANGED
|
@@ -3,127 +3,46 @@
|
|
|
3
3
|
License: none (public domain)
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
|
-
html,
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
address,
|
|
26
|
-
big,
|
|
27
|
-
cite,
|
|
28
|
-
code,
|
|
29
|
-
del,
|
|
30
|
-
dfn,
|
|
31
|
-
em,
|
|
32
|
-
img,
|
|
33
|
-
ins,
|
|
34
|
-
kbd,
|
|
35
|
-
q,
|
|
36
|
-
s,
|
|
37
|
-
samp,
|
|
38
|
-
small,
|
|
39
|
-
strike,
|
|
40
|
-
strong,
|
|
41
|
-
sub,
|
|
42
|
-
sup,
|
|
43
|
-
tt,
|
|
44
|
-
var,
|
|
45
|
-
b,
|
|
46
|
-
u,
|
|
47
|
-
i,
|
|
48
|
-
center,
|
|
49
|
-
dl,
|
|
50
|
-
dt,
|
|
51
|
-
dd,
|
|
52
|
-
ol,
|
|
53
|
-
ul,
|
|
54
|
-
li,
|
|
55
|
-
fieldset,
|
|
56
|
-
form,
|
|
57
|
-
label,
|
|
58
|
-
legend,
|
|
59
|
-
table,
|
|
60
|
-
caption,
|
|
61
|
-
tbody,
|
|
62
|
-
tfoot,
|
|
63
|
-
thead,
|
|
64
|
-
tr,
|
|
65
|
-
th,
|
|
66
|
-
td,
|
|
67
|
-
article,
|
|
68
|
-
aside,
|
|
69
|
-
canvas,
|
|
70
|
-
details,
|
|
71
|
-
embed,
|
|
72
|
-
figure,
|
|
73
|
-
figcaption,
|
|
74
|
-
footer,
|
|
75
|
-
header,
|
|
76
|
-
hgroup,
|
|
77
|
-
menu,
|
|
78
|
-
nav,
|
|
79
|
-
output,
|
|
80
|
-
ruby,
|
|
81
|
-
section,
|
|
82
|
-
summary,
|
|
83
|
-
time,
|
|
84
|
-
mark,
|
|
85
|
-
audio,
|
|
86
|
-
video {
|
|
87
|
-
margin: 0;
|
|
88
|
-
padding: 0;
|
|
89
|
-
border: 0;
|
|
90
|
-
font: inherit;
|
|
91
|
-
font-size: 100%;
|
|
92
|
-
vertical-align: baseline;
|
|
6
|
+
html, body, div, span, applet, object, iframe,
|
|
7
|
+
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
8
|
+
a, abbr, acronym, address, big, cite, code,
|
|
9
|
+
del, dfn, em, img, ins, kbd, q, s, samp,
|
|
10
|
+
small, strike, strong, sub, sup, tt, var,
|
|
11
|
+
b, u, i, center,
|
|
12
|
+
dl, dt, dd, ol, ul, li,
|
|
13
|
+
fieldset, form, label, legend,
|
|
14
|
+
table, caption, tbody, tfoot, thead, tr, th, td,
|
|
15
|
+
article, aside, canvas, details, embed,
|
|
16
|
+
figure, figcaption, footer, header, hgroup,
|
|
17
|
+
menu, nav, output, ruby, section, summary,
|
|
18
|
+
time, mark, audio, video {
|
|
19
|
+
margin: 0;
|
|
20
|
+
padding: 0;
|
|
21
|
+
border: 0;
|
|
22
|
+
font-size: 100%;
|
|
23
|
+
font: inherit;
|
|
24
|
+
vertical-align: baseline;
|
|
93
25
|
}
|
|
94
26
|
/* HTML5 display-role reset for older browsers */
|
|
95
|
-
article,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
figcaption,
|
|
99
|
-
figure,
|
|
100
|
-
footer,
|
|
101
|
-
header,
|
|
102
|
-
hgroup,
|
|
103
|
-
menu,
|
|
104
|
-
nav,
|
|
105
|
-
section {
|
|
106
|
-
display: block;
|
|
27
|
+
article, aside, details, figcaption, figure,
|
|
28
|
+
footer, header, hgroup, menu, nav, section {
|
|
29
|
+
display: block;
|
|
107
30
|
}
|
|
108
31
|
body {
|
|
109
|
-
|
|
32
|
+
line-height: 1;
|
|
110
33
|
}
|
|
111
|
-
ol,
|
|
112
|
-
|
|
113
|
-
list-style: none;
|
|
34
|
+
ol, ul {
|
|
35
|
+
list-style: none;
|
|
114
36
|
}
|
|
115
|
-
blockquote,
|
|
116
|
-
|
|
117
|
-
quotes: none;
|
|
37
|
+
blockquote, q {
|
|
38
|
+
quotes: none;
|
|
118
39
|
}
|
|
119
|
-
blockquote:before,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
content: '';
|
|
124
|
-
content: none;
|
|
40
|
+
blockquote:before, blockquote:after,
|
|
41
|
+
q:before, q:after {
|
|
42
|
+
content: '';
|
|
43
|
+
content: none;
|
|
125
44
|
}
|
|
126
45
|
table {
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
}
|
|
46
|
+
border-collapse: collapse;
|
|
47
|
+
border-spacing: 0;
|
|
48
|
+
}
|
package/docs/styles/stripe.css
CHANGED
|
@@ -70,37 +70,39 @@ pre {
|
|
|
70
70
|
font-weight: 500;
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
.
|
|
78
|
-
.
|
|
79
|
-
.
|
|
80
|
-
.
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
.
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
73
|
+
@media (prefers-color-scheme: dark) {
|
|
74
|
+
body {
|
|
75
|
+
color: #fafafa;
|
|
76
|
+
}
|
|
77
|
+
.content h1,
|
|
78
|
+
.content h2,
|
|
79
|
+
.content h3,
|
|
80
|
+
.content h4,
|
|
81
|
+
.content h5 {
|
|
82
|
+
color: #fafafa;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
code {
|
|
86
|
+
background: none;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.content {
|
|
90
|
+
color: #fafafa;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.menu ul.list li a[data-type='chapter-link'],
|
|
94
|
+
.menu ul.list li.chapter .simple {
|
|
95
|
+
color: #fafafa;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.menu ul.list li.title a {
|
|
99
|
+
color: #fafafa;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.menu ul.list li a {
|
|
103
|
+
color: #fafafa;
|
|
104
|
+
}
|
|
105
|
+
.menu ul.list li a.active {
|
|
106
|
+
color: #7fc9ff;
|
|
107
|
+
}
|
|
106
108
|
}
|
package/docs/styles/vagrant.css
CHANGED
|
@@ -101,30 +101,32 @@ pre {
|
|
|
101
101
|
font-weight: 500;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
.
|
|
109
|
-
.
|
|
110
|
-
.
|
|
111
|
-
.
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
.
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
104
|
+
@media (prefers-color-scheme: dark) {
|
|
105
|
+
body {
|
|
106
|
+
color: #fafafa;
|
|
107
|
+
}
|
|
108
|
+
.content h1,
|
|
109
|
+
.content h2,
|
|
110
|
+
.content h3,
|
|
111
|
+
.content h4,
|
|
112
|
+
.content h5 {
|
|
113
|
+
color: #fafafa;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
code {
|
|
117
|
+
background: none;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.content {
|
|
121
|
+
color: #fafafa;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
.menu ul.list li.title a,
|
|
125
|
+
.navbar a {
|
|
126
|
+
color: #8d9ba8;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.menu ul.list li a {
|
|
130
|
+
color: #fafafa;
|
|
131
|
+
}
|
|
130
132
|
}
|