@eui/base 14.0.0-beta.2 → 14.0.0-rc.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/docs/classes/ConsoleAppender.html +12 -1
- package/docs/classes/EuiLazyService.html +12 -1
- package/docs/classes/EuiPagination.html +12 -1
- package/docs/classes/EuiService.html +12 -1
- package/docs/classes/LogAppender.html +12 -1
- package/docs/classes/Logger.html +12 -1
- package/docs/classes/LoggerMock.html +12 -1
- package/docs/classes/UrlAppender.html +12 -1
- package/docs/classes/UxClearErrorFeedbackEvent.html +12 -1
- package/docs/classes/UxErrorGroupOnClickEvent.html +12 -1
- package/docs/classes/UxErrorOutput.html +12 -1
- package/docs/classes/UxEuLanguages.html +12 -1
- package/docs/classes/UxPublishErrorFeedbackEvent.html +12 -1
- package/docs/classes/UxValidationErrorClass.html +12 -1
- package/docs/dependencies.html +58 -49
- package/docs/index.html +12 -1
- package/docs/interfaces/ApiQueue.html +12 -1
- package/docs/interfaces/ApiQueueItem.html +12 -1
- package/docs/interfaces/AppState.html +12 -1
- package/docs/interfaces/AuthConfig.html +12 -1
- package/docs/interfaces/ConnectionStatus.html +12 -1
- package/docs/interfaces/ConsoleAppenderConfig.html +12 -1
- package/docs/interfaces/ConsoleAppenderTypeConfig.html +12 -1
- package/docs/interfaces/CoreState.html +12 -1
- package/docs/interfaces/EnvDynamicConfig.html +12 -1
- package/docs/interfaces/EuiAppHandlersConfig.html +12 -1
- package/docs/interfaces/EuiAppJsonConfig.html +12 -1
- package/docs/interfaces/EuiConfig.html +12 -1
- package/docs/interfaces/EuiEnvConfig.html +12 -1
- package/docs/interfaces/EuiPaginationConfig.html +12 -1
- package/docs/interfaces/EuiServiceModel.html +12 -1
- package/docs/interfaces/EuiServiceStatus.html +12 -1
- package/docs/interfaces/EuiStoreServiceModel.html +12 -1
- package/docs/interfaces/GlobalConfig.html +12 -1
- package/docs/interfaces/HttpErrorHandlerConfig.html +12 -1
- package/docs/interfaces/HttpErrorRouteConfig.html +12 -1
- package/docs/interfaces/I18nConfig.html +12 -1
- package/docs/interfaces/I18nLoaderConfig.html +12 -1
- package/docs/interfaces/I18nResource.html +12 -1
- package/docs/interfaces/I18nServiceConfig.html +12 -1
- package/docs/interfaces/I18nState.html +12 -1
- package/docs/interfaces/LoadedConfigModules.html +12 -1
- package/docs/interfaces/LocaleServiceConfig.html +12 -1
- package/docs/interfaces/LocaleState.html +12 -1
- package/docs/interfaces/LogAppenderConfig.html +12 -1
- package/docs/interfaces/LogAppenderTypeConfig.html +12 -1
- package/docs/interfaces/LogConfig.html +12 -1
- package/docs/interfaces/LogEvent.html +12 -1
- package/docs/interfaces/LogPosition.html +12 -1
- package/docs/interfaces/ModuleConfig.html +12 -1
- package/docs/interfaces/ModulesConfig.html +12 -1
- package/docs/interfaces/NotificationsState.html +12 -1
- package/docs/interfaces/UrlAppenderConfig.html +12 -1
- package/docs/interfaces/UrlAppenderTypeConfig.html +12 -1
- package/docs/interfaces/UrlLogEvent.html +12 -1
- package/docs/interfaces/UserConfig.html +12 -1
- package/docs/interfaces/UserDetails.html +12 -1
- package/docs/interfaces/UserPreferences.html +12 -1
- package/docs/interfaces/UserState.html +12 -1
- package/docs/interfaces/UxErrorFeedback.html +12 -1
- package/docs/interfaces/UxErrorFollowMap.html +12 -1
- package/docs/interfaces/UxErrorInfo.html +12 -1
- package/docs/interfaces/UxErrorMessage.html +12 -1
- package/docs/interfaces/UxFormValidationError.html +12 -1
- package/docs/interfaces/UxHttpErrorInfo.html +12 -1
- package/docs/interfaces/UxHttpErrorResponse.html +12 -1
- package/docs/interfaces/UxLanguage.html +12 -1
- package/docs/interfaces/UxMessage.html +12 -1
- package/docs/interfaces/UxModal.html +12 -1
- package/docs/interfaces/UxOrgChartNode.html +12 -1
- package/docs/interfaces/UxUserRight.html +12 -1
- package/docs/interfaces/UxValidationErrorAttribute.html +12 -1
- package/docs/interfaces/UxValidationErrorFeedback.html +12 -1
- package/docs/interfaces/UxValidationErrorI18nMessage.html +12 -1
- package/docs/interfaces/VersionsConfig.html +12 -1
- package/docs/interfaces/XHRConfig.html +12 -1
- package/docs/js/menu-wc.js +5 -0
- package/docs/js/menu-wc_es5.js +4 -4
- package/docs/js/menu.js +62 -6
- package/docs/js/search/search_index.js +2 -2
- package/docs/license.html +12 -1
- package/docs/miscellaneous/enumerations.html +12 -11
- package/docs/miscellaneous/functions.html +12 -1
- package/docs/miscellaneous/typealiases.html +12 -1
- package/docs/miscellaneous/variables.html +12 -1
- package/docs/modules.html +12 -1
- package/docs/properties.html +124 -0
- package/docs/styles/compodoc.css +79 -1
- package/docs/styles/dark.css +37 -33
- package/docs/styles/laravel.css +33 -35
- package/docs/styles/material.css +15 -17
- package/docs/styles/original.css +2 -4
- package/docs/styles/postmark.css +12 -14
- package/docs/styles/readthedocs.css +6 -8
- package/docs/styles/reset.css +115 -34
- package/docs/styles/stripe.css +33 -35
- package/docs/styles/vagrant.css +26 -28
- package/package.json +4 -4
- package/eui-base.d.ts +0 -6
package/docs/styles/material.css
CHANGED
|
@@ -113,21 +113,19 @@ table.params thead td {
|
|
|
113
113
|
font-weight: bold;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
color: #fafafa;
|
|
132
|
-
}
|
|
116
|
+
.dark .menu .title:hover {
|
|
117
|
+
background-color: #2d2d2d;
|
|
118
|
+
}
|
|
119
|
+
.dark .menu ul.list li a:hover,
|
|
120
|
+
.dark .menu ul.list li.chapter .simple:hover {
|
|
121
|
+
background-color: #2d2d2d;
|
|
122
|
+
}
|
|
123
|
+
.dark .nav-tabs > li:not(.active) > a {
|
|
124
|
+
color: #fafafa;
|
|
125
|
+
}
|
|
126
|
+
.dark table.params thead {
|
|
127
|
+
background: #484848;
|
|
128
|
+
}
|
|
129
|
+
.dark table.params thead td {
|
|
130
|
+
color: #fafafa;
|
|
133
131
|
}
|
package/docs/styles/original.css
CHANGED
package/docs/styles/postmark.css
CHANGED
|
@@ -223,18 +223,16 @@ 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
|
-
|
|
238
|
-
background: #272525;
|
|
239
|
-
}
|
|
226
|
+
.dark .content {
|
|
227
|
+
background: none;
|
|
228
|
+
}
|
|
229
|
+
.dark code {
|
|
230
|
+
background: none;
|
|
231
|
+
color: #e09393;
|
|
232
|
+
}
|
|
233
|
+
.dark .menu ul.list li.chapter a.active {
|
|
234
|
+
color: #ffde00;
|
|
235
|
+
}
|
|
236
|
+
.dark .menu {
|
|
237
|
+
background: #272525;
|
|
240
238
|
}
|
|
@@ -108,12 +108,10 @@ pre {
|
|
|
108
108
|
background: rgba(238, 238, 238, 0.35);
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
color: #e09393;
|
|
118
|
-
}
|
|
111
|
+
.dark .content {
|
|
112
|
+
background: none;
|
|
113
|
+
}
|
|
114
|
+
.dark code {
|
|
115
|
+
background: none;
|
|
116
|
+
color: #e09393;
|
|
119
117
|
}
|
package/docs/styles/reset.css
CHANGED
|
@@ -3,46 +3,127 @@
|
|
|
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
|
-
|
|
6
|
+
html,
|
|
7
|
+
body,
|
|
8
|
+
div,
|
|
9
|
+
span,
|
|
10
|
+
applet,
|
|
11
|
+
object,
|
|
12
|
+
iframe,
|
|
13
|
+
h1,
|
|
14
|
+
h2,
|
|
15
|
+
h3,
|
|
16
|
+
h4,
|
|
17
|
+
h5,
|
|
18
|
+
h6,
|
|
19
|
+
p,
|
|
20
|
+
blockquote,
|
|
21
|
+
pre,
|
|
22
|
+
a,
|
|
23
|
+
abbr,
|
|
24
|
+
acronym,
|
|
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;
|
|
25
93
|
}
|
|
26
94
|
/* HTML5 display-role reset for older browsers */
|
|
27
|
-
article,
|
|
28
|
-
|
|
29
|
-
|
|
95
|
+
article,
|
|
96
|
+
aside,
|
|
97
|
+
details,
|
|
98
|
+
figcaption,
|
|
99
|
+
figure,
|
|
100
|
+
footer,
|
|
101
|
+
header,
|
|
102
|
+
hgroup,
|
|
103
|
+
menu,
|
|
104
|
+
nav,
|
|
105
|
+
section {
|
|
106
|
+
display: block;
|
|
30
107
|
}
|
|
31
108
|
body {
|
|
32
|
-
|
|
109
|
+
line-height: 1;
|
|
33
110
|
}
|
|
34
|
-
ol,
|
|
35
|
-
|
|
111
|
+
ol,
|
|
112
|
+
ul {
|
|
113
|
+
list-style: none;
|
|
36
114
|
}
|
|
37
|
-
blockquote,
|
|
38
|
-
|
|
115
|
+
blockquote,
|
|
116
|
+
q {
|
|
117
|
+
quotes: none;
|
|
39
118
|
}
|
|
40
|
-
blockquote:before,
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
119
|
+
blockquote:before,
|
|
120
|
+
blockquote:after,
|
|
121
|
+
q:before,
|
|
122
|
+
q:after {
|
|
123
|
+
content: '';
|
|
124
|
+
content: none;
|
|
44
125
|
}
|
|
45
126
|
table {
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
}
|
|
127
|
+
border-collapse: collapse;
|
|
128
|
+
border-spacing: 0;
|
|
129
|
+
}
|
package/docs/styles/stripe.css
CHANGED
|
@@ -70,39 +70,37 @@ 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
|
-
|
|
106
|
-
color: #7fc9ff;
|
|
107
|
-
}
|
|
73
|
+
.dark body {
|
|
74
|
+
color: #fafafa;
|
|
75
|
+
}
|
|
76
|
+
.dark .content h1,
|
|
77
|
+
.dark .content h2,
|
|
78
|
+
.dark .content h3,
|
|
79
|
+
.dark .content h4,
|
|
80
|
+
.dark .content h5 {
|
|
81
|
+
color: #fafafa;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.dark code {
|
|
85
|
+
background: none;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.dark .content {
|
|
89
|
+
color: #fafafa;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.dark .menu ul.list li a[data-type='chapter-link'],
|
|
93
|
+
.dark .menu ul.list li.chapter .simple {
|
|
94
|
+
color: #fafafa;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.dark .menu ul.list li.title a {
|
|
98
|
+
color: #fafafa;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.dark .menu ul.list li a {
|
|
102
|
+
color: #fafafa;
|
|
103
|
+
}
|
|
104
|
+
.dark .menu ul.list li a.active {
|
|
105
|
+
color: #7fc9ff;
|
|
108
106
|
}
|
package/docs/styles/vagrant.css
CHANGED
|
@@ -101,32 +101,30 @@ 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
|
-
|
|
130
|
-
color: #fafafa;
|
|
131
|
-
}
|
|
104
|
+
.dark body {
|
|
105
|
+
color: #fafafa;
|
|
106
|
+
}
|
|
107
|
+
.dark .content h1,
|
|
108
|
+
.dark .content h2,
|
|
109
|
+
.dark .content h3,
|
|
110
|
+
.dark .content h4,
|
|
111
|
+
.dark .content h5 {
|
|
112
|
+
color: #fafafa;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.dark code {
|
|
116
|
+
background: none;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.dark .content {
|
|
120
|
+
color: #fafafa;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.dark .menu ul.list li.title a,
|
|
124
|
+
.dark .navbar a {
|
|
125
|
+
color: #8d9ba8;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.dark .menu ul.list li a {
|
|
129
|
+
color: #fafafa;
|
|
132
130
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/base",
|
|
3
|
-
"version": "14.0.0-
|
|
3
|
+
"version": "14.0.0-rc.3",
|
|
4
4
|
"tag": "next",
|
|
5
5
|
"description": "eUI base package - holding common for dependent subs",
|
|
6
6
|
"homepage": "https://eui.ecdevops.eu",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"url": "https://citnet.tech.ec.europa.eu/CITnet/stash/projects/CSDR/repos/eui"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "^
|
|
13
|
+
"node": "^14.15.0 || >=16.10.0",
|
|
14
14
|
"yarn": ">=1.22.4 <2",
|
|
15
15
|
"npm": "Please use yarn instead of NPM to install dependencies"
|
|
16
16
|
},
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"esm2020": "esm2020/eui-base.mjs",
|
|
21
21
|
"fesm2020": "fesm2020/eui-base.mjs",
|
|
22
22
|
"fesm2015": "fesm2015/eui-base.mjs",
|
|
23
|
-
"typings": "
|
|
23
|
+
"typings": "index.d.ts",
|
|
24
24
|
"exports": {
|
|
25
25
|
"./package.json": {
|
|
26
26
|
"default": "./package.json"
|
|
27
27
|
},
|
|
28
28
|
".": {
|
|
29
|
-
"types": "./
|
|
29
|
+
"types": "./index.d.ts",
|
|
30
30
|
"esm2020": "./esm2020/eui-base.mjs",
|
|
31
31
|
"es2020": "./fesm2020/eui-base.mjs",
|
|
32
32
|
"es2015": "./fesm2015/eui-base.mjs",
|