@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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >ConsoleAppender</li>
@@ -331,6 +332,7 @@
331
332
 
332
333
 
333
334
 
335
+
334
336
  </div><div class="search-results">
335
337
  <div class="has-results">
336
338
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -345,6 +347,15 @@
345
347
  </div>
346
348
  </div>
347
349
 
350
+ <label class="dark-mode-switch">
351
+ <input type="checkbox">
352
+ <span class="slider">
353
+ <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">
354
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
355
+ </svg>
356
+ </span>
357
+ </label>
358
+
348
359
  <script>
349
360
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
350
361
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >EuiLazyService</li>
@@ -499,6 +500,7 @@
499
500
 
500
501
 
501
502
 
503
+
502
504
  </div><div class="search-results">
503
505
  <div class="has-results">
504
506
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -513,6 +515,15 @@
513
515
  </div>
514
516
  </div>
515
517
 
518
+ <label class="dark-mode-switch">
519
+ <input type="checkbox">
520
+ <span class="slider">
521
+ <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">
522
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
523
+ </svg>
524
+ </span>
525
+ </label>
526
+
516
527
  <script>
517
528
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
518
529
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >EuiPagination</li>
@@ -1034,6 +1035,7 @@
1034
1035
 
1035
1036
 
1036
1037
 
1038
+
1037
1039
  </div><div class="search-results">
1038
1040
  <div class="has-results">
1039
1041
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -1048,6 +1050,15 @@
1048
1050
  </div>
1049
1051
  </div>
1050
1052
 
1053
+ <label class="dark-mode-switch">
1054
+ <input type="checkbox">
1055
+ <span class="slider">
1056
+ <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">
1057
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
1058
+ </svg>
1059
+ </span>
1060
+ </label>
1061
+
1051
1062
  <script>
1052
1063
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
1053
1064
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >EuiService</li>
@@ -617,6 +618,7 @@
617
618
 
618
619
 
619
620
 
621
+
620
622
  </div><div class="search-results">
621
623
  <div class="has-results">
622
624
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -631,6 +633,15 @@
631
633
  </div>
632
634
  </div>
633
635
 
636
+ <label class="dark-mode-switch">
637
+ <input type="checkbox">
638
+ <span class="slider">
639
+ <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">
640
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
641
+ </svg>
642
+ </span>
643
+ </label>
644
+
634
645
  <script>
635
646
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
636
647
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >LogAppender</li>
@@ -297,6 +298,7 @@
297
298
 
298
299
 
299
300
 
301
+
300
302
  </div><div class="search-results">
301
303
  <div class="has-results">
302
304
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -311,6 +313,15 @@
311
313
  </div>
312
314
  </div>
313
315
 
316
+ <label class="dark-mode-switch">
317
+ <input type="checkbox">
318
+ <span class="slider">
319
+ <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">
320
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
321
+ </svg>
322
+ </span>
323
+ </label>
324
+
314
325
  <script>
315
326
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
316
327
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >Logger</li>
@@ -1187,6 +1188,7 @@
1187
1188
 
1188
1189
 
1189
1190
 
1191
+
1190
1192
  </div><div class="search-results">
1191
1193
  <div class="has-results">
1192
1194
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -1201,6 +1203,15 @@
1201
1203
  </div>
1202
1204
  </div>
1203
1205
 
1206
+ <label class="dark-mode-switch">
1207
+ <input type="checkbox">
1208
+ <span class="slider">
1209
+ <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">
1210
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
1211
+ </svg>
1212
+ </span>
1213
+ </label>
1214
+
1204
1215
  <script>
1205
1216
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
1206
1217
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >LoggerMock</li>
@@ -755,6 +756,7 @@
755
756
 
756
757
 
757
758
 
759
+
758
760
  </div><div class="search-results">
759
761
  <div class="has-results">
760
762
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -769,6 +771,15 @@
769
771
  </div>
770
772
  </div>
771
773
 
774
+ <label class="dark-mode-switch">
775
+ <input type="checkbox">
776
+ <span class="slider">
777
+ <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">
778
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
779
+ </svg>
780
+ </span>
781
+ </label>
782
+
772
783
  <script>
773
784
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
774
785
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UrlAppender</li>
@@ -338,6 +339,7 @@
338
339
 
339
340
 
340
341
 
342
+
341
343
  </div><div class="search-results">
342
344
  <div class="has-results">
343
345
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -352,6 +354,15 @@
352
354
  </div>
353
355
  </div>
354
356
 
357
+ <label class="dark-mode-switch">
358
+ <input type="checkbox">
359
+ <span class="slider">
360
+ <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">
361
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
362
+ </svg>
363
+ </span>
364
+ </label>
365
+
355
366
  <script>
356
367
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
357
368
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxClearErrorFeedbackEvent</li>
@@ -229,6 +230,7 @@
229
230
 
230
231
 
231
232
 
233
+
232
234
  </div><div class="search-results">
233
235
  <div class="has-results">
234
236
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -243,6 +245,15 @@
243
245
  </div>
244
246
  </div>
245
247
 
248
+ <label class="dark-mode-switch">
249
+ <input type="checkbox">
250
+ <span class="slider">
251
+ <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">
252
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
253
+ </svg>
254
+ </span>
255
+ </label>
256
+
246
257
  <script>
247
258
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
248
259
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxErrorGroupOnClickEvent</li>
@@ -227,6 +228,7 @@
227
228
 
228
229
 
229
230
 
231
+
230
232
  </div><div class="search-results">
231
233
  <div class="has-results">
232
234
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -241,6 +243,15 @@
241
243
  </div>
242
244
  </div>
243
245
 
246
+ <label class="dark-mode-switch">
247
+ <input type="checkbox">
248
+ <span class="slider">
249
+ <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">
250
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
251
+ </svg>
252
+ </span>
253
+ </label>
254
+
244
255
  <script>
245
256
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
246
257
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxErrorOutput</li>
@@ -513,6 +514,7 @@
513
514
 
514
515
 
515
516
 
517
+
516
518
  </div><div class="search-results">
517
519
  <div class="has-results">
518
520
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -527,6 +529,15 @@
527
529
  </div>
528
530
  </div>
529
531
 
532
+ <label class="dark-mode-switch">
533
+ <input type="checkbox">
534
+ <span class="slider">
535
+ <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">
536
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
537
+ </svg>
538
+ </span>
539
+ </label>
540
+
530
541
  <script>
531
542
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
532
543
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxEuLanguages</li>
@@ -584,6 +585,7 @@ In case that no codes provided it returns the EU Languages array.</p>
584
585
 
585
586
 
586
587
 
588
+
587
589
  </div><div class="search-results">
588
590
  <div class="has-results">
589
591
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -598,6 +600,15 @@ In case that no codes provided it returns the EU Languages array.</p>
598
600
  </div>
599
601
  </div>
600
602
 
603
+ <label class="dark-mode-switch">
604
+ <input type="checkbox">
605
+ <span class="slider">
606
+ <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">
607
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
608
+ </svg>
609
+ </span>
610
+ </label>
611
+
601
612
  <script>
602
613
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
603
614
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxPublishErrorFeedbackEvent</li>
@@ -307,6 +308,7 @@
307
308
 
308
309
 
309
310
 
311
+
310
312
  </div><div class="search-results">
311
313
  <div class="has-results">
312
314
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -321,6 +323,15 @@
321
323
  </div>
322
324
  </div>
323
325
 
326
+ <label class="dark-mode-switch">
327
+ <input type="checkbox">
328
+ <span class="slider">
329
+ <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">
330
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
331
+ </svg>
332
+ </span>
333
+ </label>
334
+
324
335
  <script>
325
336
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
326
337
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';
@@ -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>
@@ -42,6 +42,7 @@
42
42
 
43
43
 
44
44
 
45
+
45
46
  <ol class="breadcrumb">
46
47
  <li>Classes</li>
47
48
  <li >UxValidationErrorClass</li>
@@ -369,6 +370,7 @@
369
370
 
370
371
 
371
372
 
373
+
372
374
  </div><div class="search-results">
373
375
  <div class="has-results">
374
376
  <h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
@@ -383,6 +385,15 @@
383
385
  </div>
384
386
  </div>
385
387
 
388
+ <label class="dark-mode-switch">
389
+ <input type="checkbox">
390
+ <span class="slider">
391
+ <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">
392
+ <path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
393
+ </svg>
394
+ </span>
395
+ </label>
396
+
386
397
  <script>
387
398
  var COMPODOC_CURRENT_PAGE_DEPTH = 1;
388
399
  var COMPODOC_CURRENT_PAGE_CONTEXT = 'class';