@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/dependencies.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>
|
|
@@ -45,70 +45,71 @@
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
|
|
48
|
+
|
|
48
49
|
<ol class="breadcrumb">
|
|
49
50
|
<li>Dependencies</li>
|
|
50
51
|
</ol>
|
|
51
52
|
<ul class="dependencies-list">
|
|
52
53
|
<li>
|
|
53
|
-
<b>@angular/animations</b> : 14.0.0
|
|
54
|
+
<b>@angular/animations</b> : 14.0.0</li>
|
|
54
55
|
<li>
|
|
55
|
-
<b>@angular/common</b> : 14.0.0
|
|
56
|
+
<b>@angular/common</b> : 14.0.0</li>
|
|
56
57
|
<li>
|
|
57
|
-
<b>@angular/compiler</b> : 14.0.0
|
|
58
|
+
<b>@angular/compiler</b> : 14.0.0</li>
|
|
58
59
|
<li>
|
|
59
|
-
<b>@angular/core</b> : 14.0.0
|
|
60
|
+
<b>@angular/core</b> : 14.0.0</li>
|
|
60
61
|
<li>
|
|
61
|
-
<b>@angular/forms</b> : 14.0.0
|
|
62
|
+
<b>@angular/forms</b> : 14.0.0</li>
|
|
62
63
|
<li>
|
|
63
|
-
<b>@angular/platform-browser</b> : 14.0.0
|
|
64
|
+
<b>@angular/platform-browser</b> : 14.0.0</li>
|
|
64
65
|
<li>
|
|
65
|
-
<b>@angular/platform-browser-dynamic</b> : 14.0.0
|
|
66
|
+
<b>@angular/platform-browser-dynamic</b> : 14.0.0</li>
|
|
66
67
|
<li>
|
|
67
|
-
<b>@angular/router</b> : 14.0.0
|
|
68
|
+
<b>@angular/router</b> : 14.0.0</li>
|
|
68
69
|
<li>
|
|
69
|
-
<b>@angular/compiler-cli</b> : 14.0.0
|
|
70
|
+
<b>@angular/compiler-cli</b> : 14.0.0</li>
|
|
70
71
|
<li>
|
|
71
|
-
<b>@angular/elements</b> : 14.0.0
|
|
72
|
+
<b>@angular/elements</b> : 14.0.0</li>
|
|
72
73
|
<li>
|
|
73
|
-
<b>@angular/language-service</b> : 14.0.0
|
|
74
|
+
<b>@angular/language-service</b> : 14.0.0</li>
|
|
74
75
|
<li>
|
|
75
|
-
<b>@angular/service-worker</b> : 14.0.0
|
|
76
|
+
<b>@angular/service-worker</b> : 14.0.0</li>
|
|
76
77
|
<li>
|
|
77
|
-
<b>@angular/
|
|
78
|
+
<b>@angular-devkit/build-angular</b> : 14.0.0</li>
|
|
78
79
|
<li>
|
|
79
|
-
<b>@angular/
|
|
80
|
+
<b>@angular/cli</b> : 14.0.0</li>
|
|
80
81
|
<li>
|
|
81
|
-
<b
|
|
82
|
+
<b>ng-packagr</b> : 14.0.0</li>
|
|
82
83
|
<li>
|
|
83
|
-
<b>@angular
|
|
84
|
+
<b>@angular/cdk</b> : 14.0.0</li>
|
|
84
85
|
<li>
|
|
85
|
-
<b>@angular/
|
|
86
|
+
<b>@angular/material</b> : 14.0.0</li>
|
|
86
87
|
<li>
|
|
87
|
-
<b
|
|
88
|
+
<b>@angular/material-moment-adapter</b> : 14.0.0</li>
|
|
88
89
|
<li>
|
|
89
90
|
<b>@webcomponents/custom-elements</b> : 1.5.0</li>
|
|
90
91
|
<li>
|
|
91
92
|
<b>rxjs</b> : 7.5.5</li>
|
|
92
93
|
<li>
|
|
93
|
-
<b>tslib</b> : 2.
|
|
94
|
+
<b>tslib</b> : 2.4.0</li>
|
|
94
95
|
<li>
|
|
95
|
-
<b>zone.js</b> : 0.11.
|
|
96
|
+
<b>zone.js</b> : 0.11.5</li>
|
|
96
97
|
<li>
|
|
97
|
-
<b>typescript</b> : 4.
|
|
98
|
+
<b>typescript</b> : 4.6.4</li>
|
|
98
99
|
<li>
|
|
99
100
|
<b>rxjs-tslint</b> : 0.1.8</li>
|
|
100
101
|
<li>
|
|
101
|
-
<b>@types/node</b> : 17.0.
|
|
102
|
+
<b>@types/node</b> : 17.0.33</li>
|
|
102
103
|
<li>
|
|
103
|
-
<b>@types/jasmine</b> :
|
|
104
|
+
<b>@types/jasmine</b> : 4.0.3</li>
|
|
104
105
|
<li>
|
|
105
|
-
<b>jasmine-core</b> : 4.
|
|
106
|
+
<b>jasmine-core</b> : 4.1.1</li>
|
|
106
107
|
<li>
|
|
107
|
-
<b>karma</b> : 6.3.
|
|
108
|
+
<b>karma</b> : 6.3.20</li>
|
|
108
109
|
<li>
|
|
109
|
-
<b>karma-chrome-launcher</b> : 3.1.
|
|
110
|
+
<b>karma-chrome-launcher</b> : 3.1.1</li>
|
|
110
111
|
<li>
|
|
111
|
-
<b>karma-coverage</b> : 2.
|
|
112
|
+
<b>karma-coverage</b> : 2.2.0</li>
|
|
112
113
|
<li>
|
|
113
114
|
<b>karma-jasmine</b> : 4.0.1</li>
|
|
114
115
|
<li>
|
|
@@ -122,31 +123,31 @@
|
|
|
122
123
|
<li>
|
|
123
124
|
<b>karma-remap-coverage</b> : 0.1.5</li>
|
|
124
125
|
<li>
|
|
125
|
-
<b>jasmine-marbles</b> : 0.
|
|
126
|
+
<b>jasmine-marbles</b> : 0.9.2</li>
|
|
126
127
|
<li>
|
|
127
128
|
<b>jasmine-spec-reporter</b> : 7.0.0</li>
|
|
128
129
|
<li>
|
|
129
130
|
<b>tsickle</b> : 0.46.0</li>
|
|
130
131
|
<li>
|
|
131
|
-
<b>ts-node</b> : 10.
|
|
132
|
+
<b>ts-node</b> : 10.7.0</li>
|
|
132
133
|
<li>
|
|
133
134
|
<b>@types/jasminewd2</b> : 2.0.10</li>
|
|
134
135
|
<li>
|
|
135
|
-
<b>@types/lodash</b> : 4.14.
|
|
136
|
+
<b>@types/lodash</b> : 4.14.182</li>
|
|
136
137
|
<li>
|
|
137
|
-
<b>core-js</b> : 3.
|
|
138
|
+
<b>core-js</b> : 3.22.5</li>
|
|
138
139
|
<li>
|
|
139
|
-
<b>@ngrx/effects</b> : 13.0
|
|
140
|
+
<b>@ngrx/effects</b> : 13.2.0</li>
|
|
140
141
|
<li>
|
|
141
|
-
<b>@ngrx/router-store</b> : 13.0
|
|
142
|
+
<b>@ngrx/router-store</b> : 13.2.0</li>
|
|
142
143
|
<li>
|
|
143
|
-
<b>@ngrx/schematics</b> : 13.0
|
|
144
|
+
<b>@ngrx/schematics</b> : 13.2.0</li>
|
|
144
145
|
<li>
|
|
145
|
-
<b>@ngrx/store</b> : 13.0
|
|
146
|
+
<b>@ngrx/store</b> : 13.2.0</li>
|
|
146
147
|
<li>
|
|
147
|
-
<b>@ngrx/store-devtools</b> : 13.0
|
|
148
|
+
<b>@ngrx/store-devtools</b> : 13.2.0</li>
|
|
148
149
|
<li>
|
|
149
|
-
<b>@ngrx/entity</b> : 13.0
|
|
150
|
+
<b>@ngrx/entity</b> : 13.2.0</li>
|
|
150
151
|
<li>
|
|
151
152
|
<b>ngrx-store-freeze</b> : 0.2.4</li>
|
|
152
153
|
<li>
|
|
@@ -156,15 +157,13 @@
|
|
|
156
157
|
<li>
|
|
157
158
|
<b>@ngx-translate/http-loader</b> : 7.0.0</li>
|
|
158
159
|
<li>
|
|
159
|
-
<b>ngx-infinite-scroll</b> :
|
|
160
|
-
<li>
|
|
161
|
-
<b>angular2-text-mask</b> : 9.0.0</li>
|
|
160
|
+
<b>ngx-infinite-scroll</b> : 13.0.2</li>
|
|
162
161
|
<li>
|
|
163
162
|
<b>cleave.js</b> : 1.6.0</li>
|
|
164
163
|
<li>
|
|
165
164
|
<b>@types/cleave.js</b> : 1.4.6</li>
|
|
166
165
|
<li>
|
|
167
|
-
<b>ng2-pdfjs-viewer</b> :
|
|
166
|
+
<b>ng2-pdfjs-viewer</b> : 13.2.2</li>
|
|
168
167
|
<li>
|
|
169
168
|
<b>ngx-moment</b> : 6.0.2</li>
|
|
170
169
|
<li>
|
|
@@ -188,21 +187,21 @@
|
|
|
188
187
|
<li>
|
|
189
188
|
<b>ngx-device-detector</b> : 3.0.0</li>
|
|
190
189
|
<li>
|
|
191
|
-
<b>@compodoc/compodoc</b> : 1.1.
|
|
190
|
+
<b>@compodoc/compodoc</b> : 1.1.19</li>
|
|
192
191
|
<li>
|
|
193
192
|
<b>@compodoc/ngd-transformer</b> : 2.1.0</li>
|
|
194
193
|
<li>
|
|
195
194
|
<b>ngx-perfect-scrollbar</b> : 10.1.1</li>
|
|
196
195
|
<li>
|
|
197
|
-
<b>prismjs</b> : 1.
|
|
196
|
+
<b>prismjs</b> : 1.28.0</li>
|
|
198
197
|
<li>
|
|
199
198
|
<b>oidc-client</b> : 1.11.5</li>
|
|
200
199
|
<li>
|
|
201
|
-
<b>jsrsasign</b> : 10.5.
|
|
200
|
+
<b>jsrsasign</b> : 10.5.21</li>
|
|
202
201
|
<li>
|
|
203
202
|
<b>web-animations-js</b> : 2.3.2</li>
|
|
204
203
|
<li>
|
|
205
|
-
<b>event-source-polyfill</b> : 1.0.
|
|
204
|
+
<b>event-source-polyfill</b> : 1.0.26</li>
|
|
206
205
|
<li>
|
|
207
206
|
<b>lodash-es</b> : 4.17.21</li>
|
|
208
207
|
<li>
|
|
@@ -234,11 +233,11 @@
|
|
|
234
233
|
<li>
|
|
235
234
|
<b>angular-animations</b> : 0.11.0</li>
|
|
236
235
|
<li>
|
|
237
|
-
<b>apexcharts</b> : 3.
|
|
236
|
+
<b>apexcharts</b> : 3.35.2</li>
|
|
238
237
|
<li>
|
|
239
|
-
<b>@eui/styles-base</b> :
|
|
238
|
+
<b>@eui/styles-base</b> : 14.0.0-rc.1</li>
|
|
240
239
|
<li>
|
|
241
|
-
<b>@eui/tools</b> : ^
|
|
240
|
+
<b>@eui/tools</b> : ^5.0.0</li>
|
|
242
241
|
</ul>
|
|
243
242
|
|
|
244
243
|
|
|
@@ -246,6 +245,7 @@
|
|
|
246
245
|
|
|
247
246
|
|
|
248
247
|
|
|
248
|
+
|
|
249
249
|
</div><div class="search-results">
|
|
250
250
|
<div class="has-results">
|
|
251
251
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -260,6 +260,15 @@
|
|
|
260
260
|
</div>
|
|
261
261
|
</div>
|
|
262
262
|
|
|
263
|
+
<label class="dark-mode-switch">
|
|
264
|
+
<input type="checkbox">
|
|
265
|
+
<span class="slider">
|
|
266
|
+
<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">
|
|
267
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
268
|
+
</svg>
|
|
269
|
+
</span>
|
|
270
|
+
</label>
|
|
271
|
+
|
|
263
272
|
<script>
|
|
264
273
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
265
274
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'package-dependencies';
|
package/docs/index.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>
|
|
@@ -74,6 +74,8 @@
|
|
|
74
74
|
|
|
75
75
|
|
|
76
76
|
|
|
77
|
+
|
|
78
|
+
|
|
77
79
|
</div><div class="search-results">
|
|
78
80
|
<div class="has-results">
|
|
79
81
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -88,6 +90,15 @@
|
|
|
88
90
|
</div>
|
|
89
91
|
</div>
|
|
90
92
|
|
|
93
|
+
<label class="dark-mode-switch">
|
|
94
|
+
<input type="checkbox">
|
|
95
|
+
<span class="slider">
|
|
96
|
+
<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">
|
|
97
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
98
|
+
</svg>
|
|
99
|
+
</span>
|
|
100
|
+
</label>
|
|
101
|
+
|
|
91
102
|
<script>
|
|
92
103
|
var COMPODOC_CURRENT_PAGE_DEPTH = 0;
|
|
93
104
|
var COMPODOC_CURRENT_PAGE_CONTEXT = 'overview';
|
|
@@ -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>
|
|
@@ -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"
|
|
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
|
|
@@ -271,6 +272,7 @@
|
|
|
271
272
|
|
|
272
273
|
|
|
273
274
|
|
|
275
|
+
|
|
274
276
|
</div><div class="search-results">
|
|
275
277
|
<div class="has-results">
|
|
276
278
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -285,6 +287,15 @@
|
|
|
285
287
|
</div>
|
|
286
288
|
</div>
|
|
287
289
|
|
|
290
|
+
<label class="dark-mode-switch">
|
|
291
|
+
<input type="checkbox">
|
|
292
|
+
<span class="slider">
|
|
293
|
+
<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">
|
|
294
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
295
|
+
</svg>
|
|
296
|
+
</span>
|
|
297
|
+
</label>
|
|
298
|
+
|
|
288
299
|
<script>
|
|
289
300
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
290
301
|
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"
|
|
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
|
|
@@ -392,6 +393,7 @@
|
|
|
392
393
|
|
|
393
394
|
|
|
394
395
|
|
|
396
|
+
|
|
395
397
|
</div><div class="search-results">
|
|
396
398
|
<div class="has-results">
|
|
397
399
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -406,6 +408,15 @@
|
|
|
406
408
|
</div>
|
|
407
409
|
</div>
|
|
408
410
|
|
|
411
|
+
<label class="dark-mode-switch">
|
|
412
|
+
<input type="checkbox">
|
|
413
|
+
<span class="slider">
|
|
414
|
+
<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">
|
|
415
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
416
|
+
</svg>
|
|
417
|
+
</span>
|
|
418
|
+
</label>
|
|
419
|
+
|
|
409
420
|
<script>
|
|
410
421
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
411
422
|
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"
|
|
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"
|
|
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"
|
|
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
|
|
@@ -218,6 +219,7 @@
|
|
|
218
219
|
|
|
219
220
|
|
|
220
221
|
|
|
222
|
+
|
|
221
223
|
</div><div class="search-results">
|
|
222
224
|
<div class="has-results">
|
|
223
225
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -232,6 +234,15 @@
|
|
|
232
234
|
</div>
|
|
233
235
|
</div>
|
|
234
236
|
|
|
237
|
+
<label class="dark-mode-switch">
|
|
238
|
+
<input type="checkbox">
|
|
239
|
+
<span class="slider">
|
|
240
|
+
<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">
|
|
241
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
242
|
+
</svg>
|
|
243
|
+
</span>
|
|
244
|
+
</label>
|
|
245
|
+
|
|
235
246
|
<script>
|
|
236
247
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
237
248
|
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"
|
|
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
|
|
@@ -161,6 +162,7 @@
|
|
|
161
162
|
|
|
162
163
|
|
|
163
164
|
|
|
165
|
+
|
|
164
166
|
</div><div class="search-results">
|
|
165
167
|
<div class="has-results">
|
|
166
168
|
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
@@ -175,6 +177,15 @@
|
|
|
175
177
|
</div>
|
|
176
178
|
</div>
|
|
177
179
|
|
|
180
|
+
<label class="dark-mode-switch">
|
|
181
|
+
<input type="checkbox">
|
|
182
|
+
<span class="slider">
|
|
183
|
+
<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">
|
|
184
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
185
|
+
</svg>
|
|
186
|
+
</span>
|
|
187
|
+
</label>
|
|
188
|
+
|
|
178
189
|
<script>
|
|
179
190
|
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
180
191
|
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"
|
|
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"
|
|
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
|
|
@@ -307,6 +308,7 @@ dynamic fetched config will be overwriting it, otherwise It will be merged deepl
|
|
|
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 @@ dynamic fetched config will be overwriting it, otherwise It will be merged deepl
|
|
|
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 = 'interface';
|