@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.
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 -49
  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 +4 -4
  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
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -206,6 +207,7 @@
206
207
 
207
208
 
208
209
 
210
+
209
211
  </div><div class="search-results">
210
212
  <div class="has-results">
211
213
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -220,6 +222,15 @@
220
222
  </div>
221
223
  </div>
222
224
 
225
+ <label class="dark-mode-switch">
226
+ <input type="checkbox">
227
+ <span class="slider">
228
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
229
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
230
+ </svg>
231
+ </span>
232
+ </label>
233
+
223
234
  <script>
224
235
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
225
236
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -386,6 +387,7 @@
386
387
 
387
388
 
388
389
 
390
+
389
391
  </div><div class="search-results">
390
392
  <div class="has-results">
391
393
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -400,6 +402,15 @@
400
402
  </div>
401
403
  </div>
402
404
 
405
+ <label class="dark-mode-switch">
406
+ <input type="checkbox">
407
+ <span class="slider">
408
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
409
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
410
+ </svg>
411
+ </span>
412
+ </label>
413
+
403
414
  <script>
404
415
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
405
416
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -334,6 +335,7 @@
334
335
 
335
336
 
336
337
 
338
+
337
339
  </div><div class="search-results">
338
340
  <div class="has-results">
339
341
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -348,6 +350,15 @@
348
350
  </div>
349
351
  </div>
350
352
 
353
+ <label class="dark-mode-switch">
354
+ <input type="checkbox">
355
+ <span class="slider">
356
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
357
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
358
+ </svg>
359
+ </span>
360
+ </label>
361
+
351
362
  <script>
352
363
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
353
364
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -95,6 +96,7 @@
95
96
 
96
97
 
97
98
 
99
+
98
100
  </div><div class="search-results">
99
101
  <div class="has-results">
100
102
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -109,6 +111,15 @@
109
111
  </div>
110
112
  </div>
111
113
 
114
+ <label class="dark-mode-switch">
115
+ <input type="checkbox">
116
+ <span class="slider">
117
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
118
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
119
+ </svg>
120
+ </span>
121
+ </label>
122
+
112
123
  <script>
113
124
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
114
125
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -238,6 +239,7 @@
238
239
 
239
240
 
240
241
 
242
+
241
243
  </div><div class="search-results">
242
244
  <div class="has-results">
243
245
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -252,6 +254,15 @@
252
254
  </div>
253
255
  </div>
254
256
 
257
+ <label class="dark-mode-switch">
258
+ <input type="checkbox">
259
+ <span class="slider">
260
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
261
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
262
+ </svg>
263
+ </span>
264
+ </label>
265
+
255
266
  <script>
256
267
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
257
268
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -187,6 +188,7 @@
187
188
 
188
189
 
189
190
 
191
+
190
192
  </div><div class="search-results">
191
193
  <div class="has-results">
192
194
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -201,6 +203,15 @@
201
203
  </div>
202
204
  </div>
203
205
 
206
+ <label class="dark-mode-switch">
207
+ <input type="checkbox">
208
+ <span class="slider">
209
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
210
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
211
+ </svg>
212
+ </span>
213
+ </label>
214
+
204
215
  <script>
205
216
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
206
217
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -142,6 +143,7 @@
142
143
 
143
144
 
144
145
 
146
+
145
147
  </div><div class="search-results">
146
148
  <div class="has-results">
147
149
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -156,6 +158,15 @@
156
158
  </div>
157
159
  </div>
158
160
 
161
+ <label class="dark-mode-switch">
162
+ <input type="checkbox">
163
+ <span class="slider">
164
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
165
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
166
+ </svg>
167
+ </span>
168
+ </label>
169
+
159
170
  <script>
160
171
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
161
172
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -148,6 +149,7 @@
148
149
 
149
150
 
150
151
 
152
+
151
153
  </div><div class="search-results">
152
154
  <div class="has-results">
153
155
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -162,6 +164,15 @@
162
164
  </div>
163
165
  </div>
164
166
 
167
+ <label class="dark-mode-switch">
168
+ <input type="checkbox">
169
+ <span class="slider">
170
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
171
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
172
+ </svg>
173
+ </span>
174
+ </label>
175
+
165
176
  <script>
166
177
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
167
178
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -148,6 +149,7 @@
148
149
 
149
150
 
150
151
 
152
+
151
153
  </div><div class="search-results">
152
154
  <div class="has-results">
153
155
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -162,6 +164,15 @@
162
164
  </div>
163
165
  </div>
164
166
 
167
+ <label class="dark-mode-switch">
168
+ <input type="checkbox">
169
+ <span class="slider">
170
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
171
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
172
+ </svg>
173
+ </span>
174
+ </label>
175
+
165
176
  <script>
166
177
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
167
178
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -193,6 +194,7 @@
193
194
 
194
195
 
195
196
 
197
+
196
198
  </div><div class="search-results">
197
199
  <div class="has-results">
198
200
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -207,6 +209,15 @@
207
209
  </div>
208
210
  </div>
209
211
 
212
+ <label class="dark-mode-switch">
213
+ <input type="checkbox">
214
+ <span class="slider">
215
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
216
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
217
+ </svg>
218
+ </span>
219
+ </label>
220
+
210
221
  <script>
211
222
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
212
223
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -341,6 +342,7 @@
341
342
 
342
343
 
343
344
 
345
+
344
346
  </div><div class="search-results">
345
347
  <div class="has-results">
346
348
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -355,6 +357,15 @@
355
357
  </div>
356
358
  </div>
357
359
 
360
+ <label class="dark-mode-switch">
361
+ <input type="checkbox">
362
+ <span class="slider">
363
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
364
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
365
+ </svg>
366
+ </span>
367
+ </label>
368
+
358
369
  <script>
359
370
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
360
371
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -226,6 +227,7 @@
226
227
 
227
228
 
228
229
 
230
+
229
231
  </div><div class="search-results">
230
232
  <div class="has-results">
231
233
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -240,6 +242,15 @@
240
242
  </div>
241
243
  </div>
242
244
 
245
+ <label class="dark-mode-switch">
246
+ <input type="checkbox">
247
+ <span class="slider">
248
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
249
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
250
+ </svg>
251
+ </span>
252
+ </label>
253
+
243
254
  <script>
244
255
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
245
256
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -823,6 +824,7 @@
823
824
 
824
825
 
825
826
 
827
+
826
828
  </div><div class="search-results">
827
829
  <div class="has-results">
828
830
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -837,6 +839,15 @@
837
839
  </div>
838
840
  </div>
839
841
 
842
+ <label class="dark-mode-switch">
843
+ <input type="checkbox">
844
+ <span class="slider">
845
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
846
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
847
+ </svg>
848
+ </span>
849
+ </label>
850
+
840
851
  <script>
841
852
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
842
853
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -187,6 +188,7 @@
187
188
 
188
189
 
189
190
 
191
+
190
192
  </div><div class="search-results">
191
193
  <div class="has-results">
192
194
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -201,6 +203,15 @@
201
203
  </div>
202
204
  </div>
203
205
 
206
+ <label class="dark-mode-switch">
207
+ <input type="checkbox">
208
+ <span class="slider">
209
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
210
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
211
+ </svg>
212
+ </span>
213
+ </label>
214
+
204
215
  <script>
205
216
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
206
217
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -181,6 +182,7 @@
181
182
 
182
183
 
183
184
 
185
+
184
186
  </div><div class="search-results">
185
187
  <div class="has-results">
186
188
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -195,6 +197,15 @@
195
197
  </div>
196
198
  </div>
197
199
 
200
+ <label class="dark-mode-switch">
201
+ <input type="checkbox">
202
+ <span class="slider">
203
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
204
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
205
+ </svg>
206
+ </span>
207
+ </label>
208
+
198
209
  <script>
199
210
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
200
211
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
@@ -9,7 +9,7 @@
9
9
 
10
10
  <link rel="icon" type="image/x-icon" href="../images/favicon.ico">
11
11
  <link rel="stylesheet" href="../styles/style.css">
12
- <link rel="stylesheet" href="../styles/dark.css" media="(prefers-color-scheme: dark)">
12
+ <link rel="stylesheet" href="../styles/dark.css">
13
13
  <link rel="stylesheet" href="../styles/material.css">
14
14
  </head>
15
15
  <body>
@@ -43,6 +43,7 @@
43
43
 
44
44
 
45
45
 
46
+
46
47
  <ol class="breadcrumb">
47
48
  <li>Interfaces</li>
48
49
  <li
@@ -187,6 +188,7 @@
187
188
 
188
189
 
189
190
 
191
+
190
192
  </div><div class="search-results">
191
193
  <div class="has-results">
192
194
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -201,6 +203,15 @@
201
203
  </div>
202
204
  </div>
203
205
 
206
+ <label class="dark-mode-switch">
207
+ <input type="checkbox">
208
+ <span class="slider">
209
+ <svg class="slider-icon" viewBox="0 0 24 24" fill="none" height="20" stroke="#000" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" width="20" xmlns="http://www.w3.org/2000/svg">
210
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
211
+ </svg>
212
+ </span>
213
+ </label>
214
+
204
215
  <script>
205
216
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
206
217
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';