@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/license.html
CHANGED
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -315,6 +315,8 @@ registered office inside a European Union country.</li>
|
|
|
315
315
|
|
|
316
316
|
|
|
317
317
|
|
|
318
|
+
|
|
319
|
+
|
|
318
320
|
|
|
319
321
|
</div><div class="search-results">
|
|
320
322
|
<div class="has-results">
|
|
@@ -330,6 +332,15 @@ registered office inside a European Union country.</li>
|
|
|
330
332
|
</div>
|
|
331
333
|
</div>
|
|
332
334
|
|
|
335
|
+
<label class="dark-mode-switch">
|
|
336
|
+
<input type="checkbox">
|
|
337
|
+
<span class="slider">
|
|
338
|
+
<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">
|
|
339
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
340
|
+
</svg>
|
|
341
|
+
</span>
|
|
342
|
+
</label>
|
|
343
|
+
|
|
333
344
|
<script>
|
|
334
345
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
335
346
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'getting-started';
|
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
|
|
50
52
|
<ol class="breadcrumb">
|
|
51
53
|
<li>Miscellaneous</li>
|
|
52
54
|
<li>Enumerations</li>
|
|
@@ -99,11 +101,6 @@
|
|
|
99
101
|
OFF
|
|
100
102
|
</td>
|
|
101
103
|
</tr>
|
|
102
|
-
<tr>
|
|
103
|
-
<td class="col-md-4">
|
|
104
|
-
<i>Value : </i><code>0</code>
|
|
105
|
-
</td>
|
|
106
|
-
</tr>
|
|
107
104
|
<tr>
|
|
108
105
|
<td class="col-md-4">
|
|
109
106
|
FATAL
|
|
@@ -318,11 +315,6 @@
|
|
|
318
315
|
info
|
|
319
316
|
</td>
|
|
320
317
|
</tr>
|
|
321
|
-
<tr>
|
|
322
|
-
<td class="col-md-4">
|
|
323
|
-
<i>Value : </i><code>0</code>
|
|
324
|
-
</td>
|
|
325
|
-
</tr>
|
|
326
318
|
<tr>
|
|
327
319
|
<td class="col-md-4">
|
|
328
320
|
warning
|
|
@@ -373,6 +365,15 @@
|
|
|
373
365
|
</div>
|
|
374
366
|
</div>
|
|
375
367
|
|
|
368
|
+
<label class="dark-mode-switch">
|
|
369
|
+
<input type="checkbox">
|
|
370
|
+
<span class="slider">
|
|
371
|
+
<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">
|
|
372
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
373
|
+
</svg>
|
|
374
|
+
</span>
|
|
375
|
+
</label>
|
|
376
|
+
|
|
376
377
|
<script>
|
|
377
378
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
378
379
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'miscellaneous-enumerations';
|
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
|
|
50
52
|
<ol class="breadcrumb">
|
|
51
53
|
<li>Miscellaneous</li>
|
|
52
54
|
<li>Functions</li>
|
|
@@ -1674,6 +1676,15 @@ The array languages will be lower cased 2 char code.</p>
|
|
|
1674
1676
|
</div>
|
|
1675
1677
|
</div>
|
|
1676
1678
|
|
|
1679
|
+
<label class="dark-mode-switch">
|
|
1680
|
+
<input type="checkbox">
|
|
1681
|
+
<span class="slider">
|
|
1682
|
+
<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">
|
|
1683
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1684
|
+
</svg>
|
|
1685
|
+
</span>
|
|
1686
|
+
</label>
|
|
1687
|
+
|
|
1677
1688
|
<script>
|
|
1678
1689
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1679
1690
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'miscellaneous-functions';
|
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
|
|
50
52
|
<ol class="breadcrumb">
|
|
51
53
|
<li>Miscellaneous</li>
|
|
52
54
|
<li>Type aliases</li>
|
|
@@ -341,6 +343,15 @@
|
|
|
341
343
|
</div>
|
|
342
344
|
</div>
|
|
343
345
|
|
|
346
|
+
<label class="dark-mode-switch">
|
|
347
|
+
<input type="checkbox">
|
|
348
|
+
<span class="slider">
|
|
349
|
+
<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">
|
|
350
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
351
|
+
</svg>
|
|
352
|
+
</span>
|
|
353
|
+
</label>
|
|
354
|
+
|
|
344
355
|
<script>
|
|
345
356
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
346
357
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'miscellaneous-typealiases';
|
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="../styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="../styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -47,6 +47,8 @@
|
|
|
47
47
|
|
|
48
48
|
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
|
|
50
52
|
<ol class="breadcrumb">
|
|
51
53
|
<li>Miscellaneous</li>
|
|
52
54
|
<li>Variables</li>
|
|
@@ -1524,6 +1526,15 @@
|
|
|
1524
1526
|
</div>
|
|
1525
1527
|
</div>
|
|
1526
1528
|
|
|
1529
|
+
<label class="dark-mode-switch">
|
|
1530
|
+
<input type="checkbox">
|
|
1531
|
+
<span class="slider">
|
|
1532
|
+
<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">
|
|
1533
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
1534
|
+
</svg>
|
|
1535
|
+
</span>
|
|
1536
|
+
</label>
|
|
1537
|
+
|
|
1527
1538
|
<script>
|
|
1528
1539
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
1529
1540
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'miscellaneous-variables';
|
package/docs/modules.html
CHANGED
|
@@ -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"
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
13
|
<link rel="stylesheet" href="./styles/material.css">
|
|
14
14
|
</head>
|
|
15
15
|
<body>
|
|
@@ -57,6 +57,8 @@
|
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
|
|
60
|
+
|
|
61
|
+
|
|
60
62
|
</div><div class="search-results">
|
|
61
63
|
<div class="has-results">
|
|
62
64
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -71,6 +73,15 @@
|
|
|
71
73
|
</div>
|
|
72
74
|
</div>
|
|
73
75
|
|
|
76
|
+
<label class="dark-mode-switch">
|
|
77
|
+
<input type="checkbox">
|
|
78
|
+
<span class="slider">
|
|
79
|
+
<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">
|
|
80
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
81
|
+
</svg>
|
|
82
|
+
</span>
|
|
83
|
+
</label>
|
|
84
|
+
|
|
74
85
|
<script>
|
|
75
86
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
76
87
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'modules';
|
|
@@ -0,0 +1,124 @@
|
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html class="no-js" lang="">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8">
|
|
5
|
+
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
|
6
|
+
<title>csdr documentation</title>
|
|
7
|
+
<meta name="description" content="">
|
|
8
|
+
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
9
|
+
|
|
10
|
+
<link rel="icon" type="image/x-icon" href="./images/favicon.ico">
|
|
11
|
+
<link rel="stylesheet" href="./styles/style.css">
|
|
12
|
+
<link rel="stylesheet" href="./styles/dark.css">
|
|
13
|
+
<link rel="stylesheet" href="./styles/material.css">
|
|
14
|
+
</head>
|
|
15
|
+
<body>
|
|
16
|
+
|
|
17
|
+
<div class="navbar navbar-default navbar-fixed-top visible-xs">
|
|
18
|
+
<a href="./" class="navbar-brand">csdr documentation</a>
|
|
19
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
20
|
+
</div>
|
|
21
|
+
|
|
22
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
23
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
24
|
+
</div>
|
|
25
|
+
|
|
26
|
+
<div class="container-fluid main">
|
|
27
|
+
<div class="row main">
|
|
28
|
+
<div class="hidden-xs menu">
|
|
29
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
30
|
+
</div>
|
|
31
|
+
<!-- START CONTENT -->
|
|
32
|
+
<div class="content package-properties">
|
|
33
|
+
<div class="content-data">
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
<ol class="breadcrumb">
|
|
51
|
+
<li>Properties</li>
|
|
52
|
+
</ol>
|
|
53
|
+
<ul class="properties-list">
|
|
54
|
+
<li>
|
|
55
|
+
<b>Version</b> : 13.0.0</li>
|
|
56
|
+
<li>
|
|
57
|
+
<b>License</b> : EUPL-1.1</li>
|
|
58
|
+
<li>
|
|
59
|
+
<b>Repository</b> : https://webgate.ec.europa.eu/CITnet/stash/projects/csdr/repos/root</li>
|
|
60
|
+
</ul>
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
</div><div class="search-results">
|
|
67
|
+
<div class="has-results">
|
|
68
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
69
|
+
<ul class="search-results-list"></ul>
|
|
70
|
+
</div>
|
|
71
|
+
<div class="no-results">
|
|
72
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
<!-- END CONTENT -->
|
|
77
|
+
</div>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<label class="dark-mode-switch">
|
|
81
|
+
<input type="checkbox">
|
|
82
|
+
<span class="slider">
|
|
83
|
+
<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">
|
|
84
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
85
|
+
</svg>
|
|
86
|
+
</span>
|
|
87
|
+
</label>
|
|
88
|
+
|
|
89
|
+
<script>
|
|
90
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
91
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'package-properties';
|
|
92
|
+
var COMPODOC_CURRENT_PAGE_URL = 'properties.html';
|
|
93
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
94
|
+
</script>
|
|
95
|
+
|
|
96
|
+
<script src="./js/libs/custom-elements.min.js"></script>
|
|
97
|
+
<script src="./js/libs/lit-html.js"></script>
|
|
98
|
+
|
|
99
|
+
<script src="./js/menu-wc.js" defer></script>
|
|
100
|
+
<script nomodule src="./js/menu-wc_es5.js" defer></script>
|
|
101
|
+
|
|
102
|
+
<script src="./js/libs/bootstrap-native.js"></script>
|
|
103
|
+
|
|
104
|
+
<script src="./js/libs/es6-shim.min.js"></script>
|
|
105
|
+
<script src="./js/libs/EventDispatcher.js"></script>
|
|
106
|
+
<script src="./js/libs/promise.min.js"></script>
|
|
107
|
+
<script src="./js/libs/zepto.min.js"></script>
|
|
108
|
+
|
|
109
|
+
<script src="./js/compodoc.js"></script>
|
|
110
|
+
|
|
111
|
+
<script src="./js/tabs.js"></script>
|
|
112
|
+
<script src="./js/menu.js"></script>
|
|
113
|
+
<script src="./js/libs/clipboard.min.js"></script>
|
|
114
|
+
<script src="./js/libs/prism.js"></script>
|
|
115
|
+
<script src="./js/sourceCode.js"></script>
|
|
116
|
+
<script src="./js/search/search.js"></script>
|
|
117
|
+
<script src="./js/search/lunr.min.js"></script>
|
|
118
|
+
<script src="./js/search/search-lunr.js"></script>
|
|
119
|
+
<script src="./js/search/search_index.js"></script>
|
|
120
|
+
<script src="./js/lazy-load-graphs.js"></script>
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
</body>
|
|
124
|
+
</html>
|
package/docs/styles/compodoc.css
CHANGED
|
@@ -132,7 +132,8 @@ a[href] {
|
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
.container-fluid.modules {
|
|
135
|
-
|
|
135
|
+
width: 100%;
|
|
136
|
+
overflow-y: auto;
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.container-fluid.module {
|
|
@@ -1002,3 +1003,80 @@ ul.index-list {
|
|
|
1002
1003
|
text-decoration: none;
|
|
1003
1004
|
display: inline-block;
|
|
1004
1005
|
}
|
|
1006
|
+
|
|
1007
|
+
/**
|
|
1008
|
+
* Dark mode
|
|
1009
|
+
*/
|
|
1010
|
+
|
|
1011
|
+
.dark-mode-switch {
|
|
1012
|
+
position: absolute;
|
|
1013
|
+
top: 70px;
|
|
1014
|
+
right: 15px;
|
|
1015
|
+
display: inline-block;
|
|
1016
|
+
width: 60px;
|
|
1017
|
+
height: 34px;
|
|
1018
|
+
}
|
|
1019
|
+
|
|
1020
|
+
.dark-mode-switch input {
|
|
1021
|
+
opacity: 0;
|
|
1022
|
+
width: 0;
|
|
1023
|
+
height: 0;
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
.dark-mode-switch .slider {
|
|
1027
|
+
position: absolute;
|
|
1028
|
+
cursor: pointer;
|
|
1029
|
+
top: 0;
|
|
1030
|
+
left: 0;
|
|
1031
|
+
right: 0;
|
|
1032
|
+
bottom: 0;
|
|
1033
|
+
background-color: #5cc0ae80;
|
|
1034
|
+
border-radius: 34px;
|
|
1035
|
+
transition: 0.6s;
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.dark-mode-switch .slider:before {
|
|
1039
|
+
position: absolute;
|
|
1040
|
+
content: '';
|
|
1041
|
+
height: 26px;
|
|
1042
|
+
width: 26px;
|
|
1043
|
+
left: 4px;
|
|
1044
|
+
bottom: 4px;
|
|
1045
|
+
background-color: white;
|
|
1046
|
+
border-radius: 50%;
|
|
1047
|
+
transition: 0.4s;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.dark-mode-switch input:checked + .slider {
|
|
1051
|
+
background-color: #f1c40fb8;
|
|
1052
|
+
}
|
|
1053
|
+
|
|
1054
|
+
.dark-mode-switch.dark .slider-icon {
|
|
1055
|
+
stroke: black;
|
|
1056
|
+
}
|
|
1057
|
+
|
|
1058
|
+
.dark-mode-switch input:checked + .slider:before {
|
|
1059
|
+
transform: translateX(26px);
|
|
1060
|
+
}
|
|
1061
|
+
|
|
1062
|
+
.dark-mode-switch .slider-icon {
|
|
1063
|
+
transform: rotate(250deg);
|
|
1064
|
+
position: absolute;
|
|
1065
|
+
right: 6px;
|
|
1066
|
+
top: 7px;
|
|
1067
|
+
stroke: white;
|
|
1068
|
+
}
|
|
1069
|
+
|
|
1070
|
+
@media (min-width: 768px) {
|
|
1071
|
+
.dark-mode-switch {
|
|
1072
|
+
top: 15px;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
|
|
1076
|
+
ul.properties-list {
|
|
1077
|
+
list-style: none;
|
|
1078
|
+
padding-left: 0;
|
|
1079
|
+
}
|
|
1080
|
+
.properties-list li {
|
|
1081
|
+
margin-bottom: 10px;
|
|
1082
|
+
}
|
package/docs/styles/dark.css
CHANGED
|
@@ -1,113 +1,117 @@
|
|
|
1
|
-
body {
|
|
1
|
+
body.dark {
|
|
2
2
|
background: #212121;
|
|
3
3
|
color: #fafafa;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
|
-
code {
|
|
6
|
+
.dark code {
|
|
7
7
|
color: #e09393;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
a,
|
|
11
|
-
.menu ul.list li a.active {
|
|
10
|
+
.dark a,
|
|
11
|
+
.dark .menu ul.list li a.active {
|
|
12
12
|
color: #7fc9ff;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.menu {
|
|
15
|
+
.dark .menu {
|
|
16
16
|
background: #212121;
|
|
17
17
|
border-right: 1px solid #444;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.menu ul.list li a {
|
|
20
|
+
.dark .menu ul.list li a {
|
|
21
21
|
color: #fafafa;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.menu ul.list li.divider {
|
|
24
|
+
.dark .menu ul.list li.divider {
|
|
25
25
|
background: #444;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
-
.xs-menu ul.list li:nth-child(2) {
|
|
28
|
+
.dark .xs-menu ul.list li:nth-child(2) {
|
|
29
29
|
margin: 0;
|
|
30
30
|
background: none;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.menu ul.list li:nth-child(2) {
|
|
33
|
+
.dark .menu ul.list li:nth-child(2) {
|
|
34
34
|
margin: 0;
|
|
35
35
|
background: none;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
#book-search-input {
|
|
38
|
+
.dark #book-search-input {
|
|
39
39
|
background: #212121;
|
|
40
40
|
border-top: 1px solid #444;
|
|
41
41
|
border-bottom: 1px solid #444;
|
|
42
42
|
color: #fafafa;
|
|
43
43
|
}
|
|
44
44
|
|
|
45
|
-
.table
|
|
45
|
+
.dark .table.metadata > tbody > tr:hover {
|
|
46
|
+
color: #555;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.dark .table-bordered {
|
|
46
50
|
border: 1px solid #444;
|
|
47
51
|
}
|
|
48
52
|
|
|
49
|
-
.table-bordered > tbody > tr > td,
|
|
50
|
-
.table-bordered > tbody > tr > th,
|
|
51
|
-
.table-bordered > tfoot > tr > td,
|
|
52
|
-
.table-bordered > tfoot > tr > th,
|
|
53
|
-
.table-bordered > thead > tr > td,
|
|
54
|
-
.table-bordered > thead > tr > th {
|
|
53
|
+
.dark .table-bordered > tbody > tr > td,
|
|
54
|
+
.dark .table-bordered > tbody > tr > th,
|
|
55
|
+
.dark .table-bordered > tfoot > tr > td,
|
|
56
|
+
.dark .table-bordered > tfoot > tr > th,
|
|
57
|
+
.dark .table-bordered > thead > tr > td,
|
|
58
|
+
.dark .table-bordered > thead > tr > th {
|
|
55
59
|
border: 1px solid #444;
|
|
56
60
|
}
|
|
57
61
|
|
|
58
|
-
.coverage a,
|
|
59
|
-
.coverage-count {
|
|
62
|
+
.dark .coverage a,
|
|
63
|
+
.dark .coverage-count {
|
|
60
64
|
color: #fafafa;
|
|
61
65
|
}
|
|
62
66
|
|
|
63
|
-
.coverage-header {
|
|
67
|
+
.dark .coverage-header {
|
|
64
68
|
color: black;
|
|
65
69
|
}
|
|
66
70
|
|
|
67
|
-
.routes svg text,
|
|
68
|
-
.routes svg a {
|
|
71
|
+
.dark .routes svg text,
|
|
72
|
+
.dark .routes svg a {
|
|
69
73
|
fill: white;
|
|
70
74
|
}
|
|
71
|
-
.routes svg rect {
|
|
75
|
+
.dark .routes svg rect {
|
|
72
76
|
fill: #212121 !important;
|
|
73
77
|
}
|
|
74
78
|
|
|
75
|
-
.navbar-default,
|
|
76
|
-
.btn-default {
|
|
79
|
+
.dark .navbar-default,
|
|
80
|
+
.dark .btn-default {
|
|
77
81
|
background-color: black;
|
|
78
82
|
border-color: #444;
|
|
79
83
|
color: #fafafa;
|
|
80
84
|
}
|
|
81
85
|
|
|
82
|
-
.navbar-default .navbar-brand {
|
|
86
|
+
.dark .navbar-default .navbar-brand {
|
|
83
87
|
color: #fafafa;
|
|
84
88
|
}
|
|
85
89
|
|
|
86
|
-
.overview .card,
|
|
87
|
-
.modules .card {
|
|
90
|
+
.dark .overview .card,
|
|
91
|
+
.dark .modules .card {
|
|
88
92
|
background: #171717;
|
|
89
93
|
color: #fafafa;
|
|
90
94
|
border: 1px solid #444;
|
|
91
95
|
}
|
|
92
|
-
.overview .card a {
|
|
96
|
+
.dark .overview .card a {
|
|
93
97
|
color: #fafafa;
|
|
94
98
|
}
|
|
95
99
|
|
|
96
|
-
.modules .card-header {
|
|
100
|
+
.dark .modules .card-header {
|
|
97
101
|
background: none;
|
|
98
102
|
border-bottom: 1px solid #444;
|
|
99
103
|
}
|
|
100
104
|
|
|
101
|
-
.module .list-group-item {
|
|
105
|
+
.dark .module .list-group-item {
|
|
102
106
|
background: none;
|
|
103
107
|
border: 1px solid #444;
|
|
104
108
|
}
|
|
105
109
|
|
|
106
|
-
.container-fluid.module h3 a {
|
|
110
|
+
.dark .container-fluid.module h3 a {
|
|
107
111
|
color: #337ab7;
|
|
108
112
|
}
|
|
109
113
|
|
|
110
|
-
table.params thead {
|
|
114
|
+
.dark table.params thead {
|
|
111
115
|
background: #484848;
|
|
112
116
|
color: #fafafa;
|
|
113
117
|
}
|
package/docs/styles/laravel.css
CHANGED
|
@@ -77,39 +77,37 @@ pre {
|
|
|
77
77
|
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
|
|
78
78
|
}
|
|
79
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
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
color: #7fc9ff;
|
|
114
|
-
}
|
|
80
|
+
.dark body {
|
|
81
|
+
color: #fafafa;
|
|
82
|
+
}
|
|
83
|
+
.dark .content h1,
|
|
84
|
+
.dark .content h2,
|
|
85
|
+
.dark .content h3,
|
|
86
|
+
.dark .content h4,
|
|
87
|
+
.dark .content h5 {
|
|
88
|
+
color: #fafafa;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.dark code {
|
|
92
|
+
background: none;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.dark .content {
|
|
96
|
+
color: #fafafa;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.dark .menu ul.list li a[data-type='chapter-link'],
|
|
100
|
+
.dark .menu ul.list li.chapter .simple {
|
|
101
|
+
color: #fafafa;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.dark .menu ul.list li.title a {
|
|
105
|
+
color: #fafafa;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.dark .menu ul.list li a {
|
|
109
|
+
color: #fafafa;
|
|
110
|
+
}
|
|
111
|
+
.dark .menu ul.list li a.active {
|
|
112
|
+
color: #7fc9ff;
|
|
115
113
|
}
|