@eui/mobile-core 17.0.1-snapshot-1713964827540 → 17.1.0-snapshot-1714031924926
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/components/EuiMUserProfileActionComponent.html +1 -1
- package/docs/components/EuiMUserProfileAvatarComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosComponent.html +1 -1
- package/docs/components/EuiMUserProfileInfosItemComponent.html +1 -1
- package/docs/components/EuimAboutComponent.html +12 -12
- package/docs/components/EuimAlertMessageComponent.html +1 -1
- package/docs/components/EuimAppComponent.html +1 -1
- package/docs/components/EuimAvatarComponent.html +1 -1
- package/docs/components/EuimAvatarIconComponent.html +1 -1
- package/docs/components/EuimBadgeComponent.html +1 -1
- package/docs/components/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimDataSummaryColComponent.html +1 -1
- package/docs/components/EuimDataSummaryComponent.html +1 -1
- package/docs/components/EuimEmptyListPlaceholderComponent.html +1 -1
- package/docs/components/EuimHeaderDetailsComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +618 -0
- package/docs/components/EuimLabelComponent.html +1 -1
- package/docs/components/EuimLanguageListComponent.html +1 -1
- package/docs/components/EuimLanguageSelectorComponent.html +1 -1
- package/docs/components/EuimLegalNoticeComponent.html +1 -1
- package/docs/components/EuimMediaHeaderComponent.html +1 -1
- package/docs/components/EuimMessageComponent.html +1 -1
- package/docs/components/EuimMessageTitleComponent.html +1 -1
- package/docs/components/EuimMultiselectComponent.html +1 -1
- package/docs/components/EuimMultiselectFilterComponent.html +1 -1
- package/docs/components/EuimMultiselectInfoComponent.html +1 -1
- package/docs/components/EuimMultiselectListComponent.html +1 -1
- package/docs/components/EuimMultiselectToolbarComponent.html +1 -1
- package/docs/components/EuimNotificationItemComponent.html +1 -1
- package/docs/components/EuimOpenSourceLicencesComponent.html +1 -1
- package/docs/components/EuimPdfWrapperComponent.html +1 -1
- package/docs/components/EuimPrivacyStatementComponent.html +1 -1
- package/docs/components/EuimScrollerXComponent.html +1 -1
- package/docs/components/EuimSidebarComponent.html +1 -1
- package/docs/components/EuimSidebarContentComponent.html +1 -1
- package/docs/components/EuimSkeletonListComponent.html +1 -1
- package/docs/components/EuimSkeletonListItemComponent.html +1 -1
- package/docs/components/EuimSlideInfoScreenComponent.html +1 -1
- package/docs/components/EuimSliderInfoScreenComponent.html +1 -1
- package/docs/components/EuimSpinnerComponent.html +1 -1
- package/docs/components/EuimSpinnerDescriptionComponent.html +1 -1
- package/docs/components/EuimSpinnerMessageComponent.html +1 -1
- package/docs/components/EuimToolbarActionItemsComponent.html +1 -1
- package/docs/components/EuimToolbarComponent.html +1 -1
- package/docs/components/EuimToolbarTitleComponent.html +1 -1
- package/docs/components/EuimUserProfileComponent.html +1 -1
- package/docs/index.html +1 -1
- package/docs/interfaces/AlertInfos.html +407 -0
- package/docs/interfaces/Contact.html +446 -0
- package/docs/interfaces/HelpContacts.html +311 -0
- package/docs/interfaces/Material.html +401 -0
- package/docs/interfaces/SupportMaterials.html +311 -0
- package/docs/js/menu-wc.js +31 -16
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/variables.html +1 -1
- package/docs/modules/EuimAboutModule.html +5 -2
- package/docs/modules/EuimAlertMessageModule.html +2 -2
- package/docs/modules/EuimAvatarModule.html +2 -2
- package/docs/modules/EuimDataSummaryModule.html +2 -2
- package/docs/modules/EuimHeaderDetailsModule.html +2 -2
- package/docs/modules/EuimMediaHeaderModule.html +2 -2
- package/docs/modules/EuimMessageModule.html +2 -2
- package/docs/modules/EuimMultiselectModule.html +2 -2
- package/docs/modules/EuimPdfWrapperModule.html +2 -2
- package/docs/modules/EuimSkeletonListItemModule.html +2 -2
- package/docs/modules/EuimSkeletonListModule.html +2 -2
- package/docs/modules/EuimSliderInfoScreenModule.html +2 -2
- package/docs/modules/EuimUserProfileModule.html +2 -2
- package/esm2022/lib/components/euim-about/euim-about.component.mjs +8 -8
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +11 -7
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +48 -0
- package/esm2022/lib/components/euim-about/index.mjs +2 -2
- package/esm2022/lib/components/euim-alert-message/euim-alert-messsage.component.mjs +2 -2
- package/fesm2022/eui-mobile-core.mjs +54 -20
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.component.d.ts +4 -4
- package/lib/components/euim-about/euim-about.component.d.ts.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +3 -2
- package/lib/components/euim-about/euim-about.module.d.ts.map +1 -1
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts +40 -0
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -0
- package/lib/components/euim-about/index.d.ts +1 -1
- package/lib/components/euim-about/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/docs/components/EuimContactSupportComponent.html +0 -276
- package/esm2022/lib/components/euim-about/euim-contact-support/euim-contact-support.component.mjs +0 -11
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts +0 -6
- package/lib/components/euim-about/euim-contact-support/euim-contact-support.component.d.ts.map +0 -1
|
@@ -0,0 +1,446 @@
|
|
|
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
|
+
<script>
|
|
17
|
+
// Blocking script to avaoid flickering dark mode
|
|
18
|
+
// Dark mode toggle button
|
|
19
|
+
var useDark = window.matchMedia('(prefers-color-scheme: dark)');
|
|
20
|
+
var darkModeState = useDark.matches;
|
|
21
|
+
var $darkModeToggleSwitchers = document.querySelectorAll('.dark-mode-switch input');
|
|
22
|
+
var $darkModeToggles = document.querySelectorAll('.dark-mode-switch');
|
|
23
|
+
var darkModeStateLocal = localStorage.getItem('compodoc_darkmode-state');
|
|
24
|
+
|
|
25
|
+
function checkToggle(check) {
|
|
26
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
27
|
+
$darkModeToggleSwitchers[i].checked = check;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
function toggleDarkMode(state) {
|
|
32
|
+
if (window.localStorage) {
|
|
33
|
+
localStorage.setItem('compodoc_darkmode-state', state);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
checkToggle(state);
|
|
37
|
+
|
|
38
|
+
const hasClass = document.body.classList.contains('dark');
|
|
39
|
+
|
|
40
|
+
if (state) {
|
|
41
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
42
|
+
$darkModeToggles[i].classList.add('dark');
|
|
43
|
+
}
|
|
44
|
+
if (!hasClass) {
|
|
45
|
+
document.body.classList.add('dark');
|
|
46
|
+
}
|
|
47
|
+
} else {
|
|
48
|
+
for (var i = 0; i < $darkModeToggles.length; i++) {
|
|
49
|
+
$darkModeToggles[i].classList.remove('dark');
|
|
50
|
+
}
|
|
51
|
+
if (hasClass) {
|
|
52
|
+
document.body.classList.remove('dark');
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
useDark.addEventListener('change', function (evt) {
|
|
58
|
+
toggleDarkMode(evt.matches);
|
|
59
|
+
});
|
|
60
|
+
if (darkModeStateLocal) {
|
|
61
|
+
darkModeState = darkModeStateLocal === 'true';
|
|
62
|
+
}
|
|
63
|
+
toggleDarkMode(darkModeState);
|
|
64
|
+
|
|
65
|
+
if ($darkModeToggles.length > 0) {
|
|
66
|
+
for (var i = 0; i < $darkModeToggleSwitchers.length; i++) {
|
|
67
|
+
$darkModeToggleSwitchers[i].addEventListener('change', function (event) {
|
|
68
|
+
darkModeState = !darkModeState;
|
|
69
|
+
toggleDarkMode(darkModeState);
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
</script>
|
|
74
|
+
|
|
75
|
+
<div class="navbar navbar-default navbar-fixed-top d-block d-sm-none">
|
|
76
|
+
<a href="../" class="navbar-brand">csdr documentation</a>
|
|
77
|
+
<button type="button" class="btn btn-default btn-menu ion-ios-menu" id="btn-menu"></button>
|
|
78
|
+
</div>
|
|
79
|
+
|
|
80
|
+
<div class="xs-menu menu" id="mobile-menu">
|
|
81
|
+
<div id="book-search-input" role="search"><input type="text" placeholder="Type to search"></div> <compodoc-menu></compodoc-menu>
|
|
82
|
+
</div>
|
|
83
|
+
|
|
84
|
+
<div class="container-fluid main">
|
|
85
|
+
<div class="row main">
|
|
86
|
+
<div class="hidden-xs menu">
|
|
87
|
+
<compodoc-menu mode="normal"></compodoc-menu>
|
|
88
|
+
</div>
|
|
89
|
+
<!-- START CONTENT -->
|
|
90
|
+
<div class="content interface">
|
|
91
|
+
<div class="content-data">
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
<ol class="breadcrumb">
|
|
106
|
+
<li class="breadcrumb-item">Interfaces</li>
|
|
107
|
+
<li class="breadcrumb-item"
|
|
108
|
+
>
|
|
109
|
+
Contact</li>
|
|
110
|
+
</ol>
|
|
111
|
+
|
|
112
|
+
<ul class="nav nav-tabs" role="tablist">
|
|
113
|
+
<li class="nav-item">
|
|
114
|
+
<a href="#info"
|
|
115
|
+
class="nav-link"
|
|
116
|
+
class="nav-link active"
|
|
117
|
+
role="tab" id="info-tab" data-bs-toggle="tab" data-link="info">Info</a>
|
|
118
|
+
</li>
|
|
119
|
+
</ul>
|
|
120
|
+
|
|
121
|
+
<div class="tab-content">
|
|
122
|
+
<div class="tab-pane fade active in" id="info">
|
|
123
|
+
<p class="comment">
|
|
124
|
+
<h3>File</h3>
|
|
125
|
+
</p>
|
|
126
|
+
<p class="comment">
|
|
127
|
+
<code>packages/eui-mobile/packages/core/src/lib/components/euim-about/euim-help-support/euim-help-support.component.ts</code>
|
|
128
|
+
</p>
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
<section data-compodoc="block-index">
|
|
134
|
+
<h3 id="index">Index</h3>
|
|
135
|
+
<table class="table table-sm table-bordered index-table">
|
|
136
|
+
<tbody>
|
|
137
|
+
<tr>
|
|
138
|
+
<td class="col-md-4">
|
|
139
|
+
<h6><b>Properties</b></h6>
|
|
140
|
+
</td>
|
|
141
|
+
</tr>
|
|
142
|
+
<tr>
|
|
143
|
+
<td class="col-md-4">
|
|
144
|
+
<ul class="index-list">
|
|
145
|
+
<li>
|
|
146
|
+
<span class="modifier">Optional</span>
|
|
147
|
+
<a href="#icon"
|
|
148
|
+
>
|
|
149
|
+
icon
|
|
150
|
+
</a>
|
|
151
|
+
</li>
|
|
152
|
+
<li>
|
|
153
|
+
<span class="modifier">Optional</span>
|
|
154
|
+
<a href="#link"
|
|
155
|
+
>
|
|
156
|
+
link
|
|
157
|
+
</a>
|
|
158
|
+
</li>
|
|
159
|
+
<li>
|
|
160
|
+
<a href="#linkTitle"
|
|
161
|
+
>
|
|
162
|
+
linkTitle
|
|
163
|
+
</a>
|
|
164
|
+
</li>
|
|
165
|
+
<li>
|
|
166
|
+
<span class="modifier">Optional</span>
|
|
167
|
+
<a href="#linkType"
|
|
168
|
+
>
|
|
169
|
+
linkType
|
|
170
|
+
</a>
|
|
171
|
+
</li>
|
|
172
|
+
<li>
|
|
173
|
+
<span class="modifier">Optional</span>
|
|
174
|
+
<a href="#subtitle"
|
|
175
|
+
>
|
|
176
|
+
subtitle
|
|
177
|
+
</a>
|
|
178
|
+
</li>
|
|
179
|
+
</ul>
|
|
180
|
+
</td>
|
|
181
|
+
</tr>
|
|
182
|
+
</tbody>
|
|
183
|
+
</table>
|
|
184
|
+
</section>
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
<section data-compodoc="block-properties">
|
|
189
|
+
<h3 id="inputs">Properties</h3>
|
|
190
|
+
<table class="table table-sm table-bordered">
|
|
191
|
+
<tbody>
|
|
192
|
+
<tr>
|
|
193
|
+
<td class="col-md-4">
|
|
194
|
+
<a name="icon"></a>
|
|
195
|
+
<span class="name "><b>icon</b>
|
|
196
|
+
<a href="#icon">
|
|
197
|
+
<span class="icon ion-ios-link"></span>
|
|
198
|
+
</a>
|
|
199
|
+
</span>
|
|
200
|
+
</td>
|
|
201
|
+
</tr>
|
|
202
|
+
<tr>
|
|
203
|
+
<td class="col-md-4">
|
|
204
|
+
<code>icon: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
205
|
+
</code>
|
|
206
|
+
</td>
|
|
207
|
+
</tr>
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
<tr>
|
|
211
|
+
<td class="col-md-4">
|
|
212
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
213
|
+
|
|
214
|
+
</td>
|
|
215
|
+
</tr>
|
|
216
|
+
|
|
217
|
+
<tr>
|
|
218
|
+
<td class="col-md-4">
|
|
219
|
+
<i>Optional</i>
|
|
220
|
+
</td>
|
|
221
|
+
</tr>
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
|
|
226
|
+
</tbody>
|
|
227
|
+
</table>
|
|
228
|
+
<table class="table table-sm table-bordered">
|
|
229
|
+
<tbody>
|
|
230
|
+
<tr>
|
|
231
|
+
<td class="col-md-4">
|
|
232
|
+
<a name="link"></a>
|
|
233
|
+
<span class="name "><b>link</b>
|
|
234
|
+
<a href="#link">
|
|
235
|
+
<span class="icon ion-ios-link"></span>
|
|
236
|
+
</a>
|
|
237
|
+
</span>
|
|
238
|
+
</td>
|
|
239
|
+
</tr>
|
|
240
|
+
<tr>
|
|
241
|
+
<td class="col-md-4">
|
|
242
|
+
<code>link: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
243
|
+
</code>
|
|
244
|
+
</td>
|
|
245
|
+
</tr>
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
<tr>
|
|
249
|
+
<td class="col-md-4">
|
|
250
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
251
|
+
|
|
252
|
+
</td>
|
|
253
|
+
</tr>
|
|
254
|
+
|
|
255
|
+
<tr>
|
|
256
|
+
<td class="col-md-4">
|
|
257
|
+
<i>Optional</i>
|
|
258
|
+
</td>
|
|
259
|
+
</tr>
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
</tbody>
|
|
265
|
+
</table>
|
|
266
|
+
<table class="table table-sm table-bordered">
|
|
267
|
+
<tbody>
|
|
268
|
+
<tr>
|
|
269
|
+
<td class="col-md-4">
|
|
270
|
+
<a name="linkTitle"></a>
|
|
271
|
+
<span class="name "><b>linkTitle</b>
|
|
272
|
+
<a href="#linkTitle">
|
|
273
|
+
<span class="icon ion-ios-link"></span>
|
|
274
|
+
</a>
|
|
275
|
+
</span>
|
|
276
|
+
</td>
|
|
277
|
+
</tr>
|
|
278
|
+
<tr>
|
|
279
|
+
<td class="col-md-4">
|
|
280
|
+
<code>linkTitle: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
281
|
+
</code>
|
|
282
|
+
</td>
|
|
283
|
+
</tr>
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
<tr>
|
|
287
|
+
<td class="col-md-4">
|
|
288
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
289
|
+
|
|
290
|
+
</td>
|
|
291
|
+
</tr>
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</tbody>
|
|
298
|
+
</table>
|
|
299
|
+
<table class="table table-sm table-bordered">
|
|
300
|
+
<tbody>
|
|
301
|
+
<tr>
|
|
302
|
+
<td class="col-md-4">
|
|
303
|
+
<a name="linkType"></a>
|
|
304
|
+
<span class="name "><b>linkType</b>
|
|
305
|
+
<a href="#linkType">
|
|
306
|
+
<span class="icon ion-ios-link"></span>
|
|
307
|
+
</a>
|
|
308
|
+
</span>
|
|
309
|
+
</td>
|
|
310
|
+
</tr>
|
|
311
|
+
<tr>
|
|
312
|
+
<td class="col-md-4">
|
|
313
|
+
<code>linkType: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
314
|
+
</code>
|
|
315
|
+
</td>
|
|
316
|
+
</tr>
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
<tr>
|
|
320
|
+
<td class="col-md-4">
|
|
321
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
322
|
+
|
|
323
|
+
</td>
|
|
324
|
+
</tr>
|
|
325
|
+
|
|
326
|
+
<tr>
|
|
327
|
+
<td class="col-md-4">
|
|
328
|
+
<i>Optional</i>
|
|
329
|
+
</td>
|
|
330
|
+
</tr>
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
</tbody>
|
|
336
|
+
</table>
|
|
337
|
+
<table class="table table-sm table-bordered">
|
|
338
|
+
<tbody>
|
|
339
|
+
<tr>
|
|
340
|
+
<td class="col-md-4">
|
|
341
|
+
<a name="subtitle"></a>
|
|
342
|
+
<span class="name "><b>subtitle</b>
|
|
343
|
+
<a href="#subtitle">
|
|
344
|
+
<span class="icon ion-ios-link"></span>
|
|
345
|
+
</a>
|
|
346
|
+
</span>
|
|
347
|
+
</td>
|
|
348
|
+
</tr>
|
|
349
|
+
<tr>
|
|
350
|
+
<td class="col-md-4">
|
|
351
|
+
<code>subtitle: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
352
|
+
</code>
|
|
353
|
+
</td>
|
|
354
|
+
</tr>
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
<tr>
|
|
358
|
+
<td class="col-md-4">
|
|
359
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
360
|
+
|
|
361
|
+
</td>
|
|
362
|
+
</tr>
|
|
363
|
+
|
|
364
|
+
<tr>
|
|
365
|
+
<td class="col-md-4">
|
|
366
|
+
<i>Optional</i>
|
|
367
|
+
</td>
|
|
368
|
+
</tr>
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
</tbody>
|
|
374
|
+
</table>
|
|
375
|
+
</section>
|
|
376
|
+
</div>
|
|
377
|
+
|
|
378
|
+
|
|
379
|
+
</div>
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
|
|
388
|
+
</div><div class="search-results">
|
|
389
|
+
<div class="has-results">
|
|
390
|
+
<h1 class="search-results-title"><span class='search-results-count'></span> results matching "<span class='search-query'></span>"</h1>
|
|
391
|
+
<ul class="search-results-list"></ul>
|
|
392
|
+
</div>
|
|
393
|
+
<div class="no-results">
|
|
394
|
+
<h1 class="search-results-title">No results matching "<span class='search-query'></span>"</h1>
|
|
395
|
+
</div>
|
|
396
|
+
</div>
|
|
397
|
+
</div>
|
|
398
|
+
<!-- END CONTENT -->
|
|
399
|
+
</div>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<label class="dark-mode-switch">
|
|
403
|
+
<input type="checkbox">
|
|
404
|
+
<span class="slider">
|
|
405
|
+
<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">
|
|
406
|
+
<path d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"></path>
|
|
407
|
+
</svg>
|
|
408
|
+
</span>
|
|
409
|
+
</label>
|
|
410
|
+
|
|
411
|
+
<script>
|
|
412
|
+
var COMPODOC_CURRENT_PAGE_DEPTH = 1;
|
|
413
|
+
var COMPODOC_CURRENT_PAGE_CONTEXT = 'interface';
|
|
414
|
+
var COMPODOC_CURRENT_PAGE_URL = 'Contact.html';
|
|
415
|
+
var MAX_SEARCH_RESULTS = 15;
|
|
416
|
+
</script>
|
|
417
|
+
|
|
418
|
+
<script src="../js/libs/custom-elements.min.js"></script>
|
|
419
|
+
<script src="../js/libs/lit-html.js"></script>
|
|
420
|
+
|
|
421
|
+
<script src="../js/menu-wc.js" defer></script>
|
|
422
|
+
<script nomodule src="../js/menu-wc_es5.js" defer></script>
|
|
423
|
+
|
|
424
|
+
<script src="../js/libs/bootstrap-native.js"></script>
|
|
425
|
+
|
|
426
|
+
<script src="../js/libs/es6-shim.min.js"></script>
|
|
427
|
+
<script src="../js/libs/EventDispatcher.js"></script>
|
|
428
|
+
<script src="../js/libs/promise.min.js"></script>
|
|
429
|
+
<script src="../js/libs/zepto.min.js"></script>
|
|
430
|
+
|
|
431
|
+
<script src="../js/compodoc.js"></script>
|
|
432
|
+
|
|
433
|
+
<script src="../js/tabs.js"></script>
|
|
434
|
+
<script src="../js/menu.js"></script>
|
|
435
|
+
<script src="../js/libs/clipboard.min.js"></script>
|
|
436
|
+
<script src="../js/libs/prism.js"></script>
|
|
437
|
+
<script src="../js/sourceCode.js"></script>
|
|
438
|
+
<script src="../js/search/search.js"></script>
|
|
439
|
+
<script src="../js/search/lunr.min.js"></script>
|
|
440
|
+
<script src="../js/search/search-lunr.js"></script>
|
|
441
|
+
<script src="../js/search/search_index.js"></script>
|
|
442
|
+
<script src="../js/lazy-load-graphs.js"></script>
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
</body>
|
|
446
|
+
</html>
|