@eui/base 14.0.0-beta.2 → 14.0.0-rc.1

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.
Files changed (99) hide show
  1. package/docs/classes/ConsoleAppender.html +12 -1
  2. package/docs/classes/EuiLazyService.html +12 -1
  3. package/docs/classes/EuiPagination.html +12 -1
  4. package/docs/classes/EuiService.html +12 -1
  5. package/docs/classes/LogAppender.html +12 -1
  6. package/docs/classes/Logger.html +12 -1
  7. package/docs/classes/LoggerMock.html +12 -1
  8. package/docs/classes/UrlAppender.html +12 -1
  9. package/docs/classes/UxClearErrorFeedbackEvent.html +12 -1
  10. package/docs/classes/UxErrorGroupOnClickEvent.html +12 -1
  11. package/docs/classes/UxErrorOutput.html +12 -1
  12. package/docs/classes/UxEuLanguages.html +12 -1
  13. package/docs/classes/UxPublishErrorFeedbackEvent.html +12 -1
  14. package/docs/classes/UxValidationErrorClass.html +12 -1
  15. package/docs/dependencies.html +58 -47
  16. package/docs/index.html +12 -1
  17. package/docs/interfaces/ApiQueue.html +12 -1
  18. package/docs/interfaces/ApiQueueItem.html +12 -1
  19. package/docs/interfaces/AppState.html +12 -1
  20. package/docs/interfaces/AuthConfig.html +12 -1
  21. package/docs/interfaces/ConnectionStatus.html +12 -1
  22. package/docs/interfaces/ConsoleAppenderConfig.html +12 -1
  23. package/docs/interfaces/ConsoleAppenderTypeConfig.html +12 -1
  24. package/docs/interfaces/CoreState.html +12 -1
  25. package/docs/interfaces/EnvDynamicConfig.html +12 -1
  26. package/docs/interfaces/EuiAppHandlersConfig.html +12 -1
  27. package/docs/interfaces/EuiAppJsonConfig.html +12 -1
  28. package/docs/interfaces/EuiConfig.html +12 -1
  29. package/docs/interfaces/EuiEnvConfig.html +12 -1
  30. package/docs/interfaces/EuiPaginationConfig.html +12 -1
  31. package/docs/interfaces/EuiServiceModel.html +12 -1
  32. package/docs/interfaces/EuiServiceStatus.html +12 -1
  33. package/docs/interfaces/EuiStoreServiceModel.html +12 -1
  34. package/docs/interfaces/GlobalConfig.html +12 -1
  35. package/docs/interfaces/HttpErrorHandlerConfig.html +12 -1
  36. package/docs/interfaces/HttpErrorRouteConfig.html +12 -1
  37. package/docs/interfaces/I18nConfig.html +12 -1
  38. package/docs/interfaces/I18nLoaderConfig.html +12 -1
  39. package/docs/interfaces/I18nResource.html +12 -1
  40. package/docs/interfaces/I18nServiceConfig.html +12 -1
  41. package/docs/interfaces/I18nState.html +12 -1
  42. package/docs/interfaces/LoadedConfigModules.html +12 -1
  43. package/docs/interfaces/LocaleServiceConfig.html +12 -1
  44. package/docs/interfaces/LocaleState.html +12 -1
  45. package/docs/interfaces/LogAppenderConfig.html +12 -1
  46. package/docs/interfaces/LogAppenderTypeConfig.html +12 -1
  47. package/docs/interfaces/LogConfig.html +12 -1
  48. package/docs/interfaces/LogEvent.html +12 -1
  49. package/docs/interfaces/LogPosition.html +12 -1
  50. package/docs/interfaces/ModuleConfig.html +12 -1
  51. package/docs/interfaces/ModulesConfig.html +12 -1
  52. package/docs/interfaces/NotificationsState.html +12 -1
  53. package/docs/interfaces/UrlAppenderConfig.html +12 -1
  54. package/docs/interfaces/UrlAppenderTypeConfig.html +12 -1
  55. package/docs/interfaces/UrlLogEvent.html +12 -1
  56. package/docs/interfaces/UserConfig.html +12 -1
  57. package/docs/interfaces/UserDetails.html +12 -1
  58. package/docs/interfaces/UserPreferences.html +12 -1
  59. package/docs/interfaces/UserState.html +12 -1
  60. package/docs/interfaces/UxErrorFeedback.html +12 -1
  61. package/docs/interfaces/UxErrorFollowMap.html +12 -1
  62. package/docs/interfaces/UxErrorInfo.html +12 -1
  63. package/docs/interfaces/UxErrorMessage.html +12 -1
  64. package/docs/interfaces/UxFormValidationError.html +12 -1
  65. package/docs/interfaces/UxHttpErrorInfo.html +12 -1
  66. package/docs/interfaces/UxHttpErrorResponse.html +12 -1
  67. package/docs/interfaces/UxLanguage.html +12 -1
  68. package/docs/interfaces/UxMessage.html +12 -1
  69. package/docs/interfaces/UxModal.html +12 -1
  70. package/docs/interfaces/UxOrgChartNode.html +12 -1
  71. package/docs/interfaces/UxUserRight.html +12 -1
  72. package/docs/interfaces/UxValidationErrorAttribute.html +12 -1
  73. package/docs/interfaces/UxValidationErrorFeedback.html +12 -1
  74. package/docs/interfaces/UxValidationErrorI18nMessage.html +12 -1
  75. package/docs/interfaces/VersionsConfig.html +12 -1
  76. package/docs/interfaces/XHRConfig.html +12 -1
  77. package/docs/js/menu-wc.js +5 -0
  78. package/docs/js/menu-wc_es5.js +1 -1
  79. package/docs/js/menu.js +62 -6
  80. package/docs/js/search/search_index.js +2 -2
  81. package/docs/license.html +12 -1
  82. package/docs/miscellaneous/enumerations.html +12 -11
  83. package/docs/miscellaneous/functions.html +12 -1
  84. package/docs/miscellaneous/typealiases.html +12 -1
  85. package/docs/miscellaneous/variables.html +12 -1
  86. package/docs/modules.html +12 -1
  87. package/docs/properties.html +124 -0
  88. package/docs/styles/compodoc.css +79 -1
  89. package/docs/styles/dark.css +37 -33
  90. package/docs/styles/laravel.css +33 -35
  91. package/docs/styles/material.css +15 -17
  92. package/docs/styles/original.css +2 -4
  93. package/docs/styles/postmark.css +12 -14
  94. package/docs/styles/readthedocs.css +6 -8
  95. package/docs/styles/reset.css +115 -34
  96. package/docs/styles/stripe.css +33 -35
  97. package/docs/styles/vagrant.css +26 -28
  98. package/package.json +4 -4
  99. package/eui-base.d.ts +0 -6
@@ -113,21 +113,19 @@ table.params thead td {
113
113
  font-weight: bold;
114
114
  }
115
115
 
116
- @media (prefers-color-scheme: dark) {
117
- .menu .title:hover {
118
- background-color: #2d2d2d;
119
- }
120
- .menu ul.list li a:hover,
121
- .menu ul.list li.chapter .simple:hover {
122
- background-color: #2d2d2d;
123
- }
124
- .nav-tabs > li > a {
125
- color: #fafafa;
126
- }
127
- table.params thead {
128
- background: #484848;
129
- }
130
- table.params thead td {
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
  }
@@ -46,8 +46,6 @@
46
46
  margin: 0;
47
47
  }
48
48
 
49
- @media (prefers-color-scheme: dark) {
50
- .menu ul.list li.chapter ul.links {
51
- background: none;
52
- }
49
+ .dark .menu ul.list li.chapter ul.links {
50
+ background: none;
53
51
  }
@@ -223,18 +223,16 @@ hue-6-2: #c18401
223
223
  text-decoration: underline;
224
224
  }
225
225
 
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
- }
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
- @media (prefers-color-scheme: dark) {
112
- .content {
113
- background: none;
114
- }
115
- code {
116
- background: none;
117
- color: #e09393;
118
- }
111
+ .dark .content {
112
+ background: none;
113
+ }
114
+ .dark code {
115
+ background: none;
116
+ color: #e09393;
119
117
  }
@@ -3,46 +3,127 @@
3
3
  License: none (public domain)
4
4
  */
5
5
 
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;
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, aside, details, figcaption, figure,
28
- footer, header, hgroup, menu, nav, section {
29
- display: block;
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
- line-height: 1;
109
+ line-height: 1;
33
110
  }
34
- ol, ul {
35
- list-style: none;
111
+ ol,
112
+ ul {
113
+ list-style: none;
36
114
  }
37
- blockquote, q {
38
- quotes: none;
115
+ blockquote,
116
+ q {
117
+ quotes: none;
39
118
  }
40
- blockquote:before, blockquote:after,
41
- q:before, q:after {
42
- content: '';
43
- content: none;
119
+ blockquote:before,
120
+ blockquote:after,
121
+ q:before,
122
+ q:after {
123
+ content: '';
124
+ content: none;
44
125
  }
45
126
  table {
46
- border-collapse: collapse;
47
- border-spacing: 0;
48
- }
127
+ border-collapse: collapse;
128
+ border-spacing: 0;
129
+ }
@@ -70,39 +70,37 @@ pre {
70
70
  font-weight: 500;
71
71
  }
72
72
 
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
- }
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
  }
@@ -101,32 +101,30 @@ pre {
101
101
  font-weight: 500;
102
102
  }
103
103
 
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
- }
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-beta.2",
3
+ "version": "14.0.0-rc.1",
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": "^12.20.0 || ^14.15.0 || >=16.10.0",
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": "eui-base.d.ts",
23
+ "typings": "index.d.ts",
24
24
  "exports": {
25
25
  "./package.json": {
26
26
  "default": "./package.json"
27
27
  },
28
28
  ".": {
29
- "types": "./eui-base.d.ts",
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",
package/eui-base.d.ts DELETED
@@ -1,6 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@eui/base" />
5
- export * from './index';
6
- //# sourceMappingURL=eui-base.d.ts.map