@eui/mobile-core 17.1.0 → 17.2.0-snapshot-1716538151901
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/EuimChangelogComponent.html +1 -1
- package/docs/components/EuimChipSelectorComponent.html +1 -1
- package/docs/components/EuimHelpSupportComponent.html +326 -8
- package/docs/dependencies.html +5 -5
- package/docs/index.html +1 -1
- package/docs/interfaces/Contact.html +90 -0
- package/docs/interfaces/HelpAndSupportItem.html +311 -0
- package/docs/interfaces/Item.html +671 -0
- package/docs/interfaces/Material.html +90 -0
- package/docs/js/menu-wc.js +9 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-about/euim-about.module.mjs +7 -3
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +3 -3
- package/esm2022/lib/components/euim-about/euim-help-support/euim-help-support.component.mjs +66 -23
- package/fesm2022/eui-mobile-core.mjs +63 -19
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/euim-about/euim-about.module.d.ts +2 -1
- 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 +39 -3
- package/lib/components/euim-about/euim-help-support/euim-help-support.component.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -142,6 +142,13 @@
|
|
|
142
142
|
<tr>
|
|
143
143
|
<td class="col-md-4">
|
|
144
144
|
<ul class="index-list">
|
|
145
|
+
<li>
|
|
146
|
+
<span class="modifier">Optional</span>
|
|
147
|
+
<a href="#fragment"
|
|
148
|
+
>
|
|
149
|
+
fragment
|
|
150
|
+
</a>
|
|
151
|
+
</li>
|
|
145
152
|
<li>
|
|
146
153
|
<span class="modifier">Optional</span>
|
|
147
154
|
<a href="#icon"
|
|
@@ -156,6 +163,13 @@
|
|
|
156
163
|
link
|
|
157
164
|
</a>
|
|
158
165
|
</li>
|
|
166
|
+
<li>
|
|
167
|
+
<span class="modifier">Optional</span>
|
|
168
|
+
<a href="#routerLink"
|
|
169
|
+
>
|
|
170
|
+
routerLink
|
|
171
|
+
</a>
|
|
172
|
+
</li>
|
|
159
173
|
<li>
|
|
160
174
|
<span class="modifier">Optional</span>
|
|
161
175
|
<a href="#subtitle"
|
|
@@ -180,6 +194,44 @@
|
|
|
180
194
|
|
|
181
195
|
<section data-compodoc="block-properties">
|
|
182
196
|
<h3 id="inputs">Properties</h3>
|
|
197
|
+
<table class="table table-sm table-bordered">
|
|
198
|
+
<tbody>
|
|
199
|
+
<tr>
|
|
200
|
+
<td class="col-md-4">
|
|
201
|
+
<a name="fragment"></a>
|
|
202
|
+
<span class="name "><b>fragment</b>
|
|
203
|
+
<a href="#fragment">
|
|
204
|
+
<span class="icon ion-ios-link"></span>
|
|
205
|
+
</a>
|
|
206
|
+
</span>
|
|
207
|
+
</td>
|
|
208
|
+
</tr>
|
|
209
|
+
<tr>
|
|
210
|
+
<td class="col-md-4">
|
|
211
|
+
<code>fragment: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
212
|
+
</code>
|
|
213
|
+
</td>
|
|
214
|
+
</tr>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
<tr>
|
|
218
|
+
<td class="col-md-4">
|
|
219
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
220
|
+
|
|
221
|
+
</td>
|
|
222
|
+
</tr>
|
|
223
|
+
|
|
224
|
+
<tr>
|
|
225
|
+
<td class="col-md-4">
|
|
226
|
+
<i>Optional</i>
|
|
227
|
+
</td>
|
|
228
|
+
</tr>
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
</tbody>
|
|
234
|
+
</table>
|
|
183
235
|
<table class="table table-sm table-bordered">
|
|
184
236
|
<tbody>
|
|
185
237
|
<tr>
|
|
@@ -254,6 +306,44 @@
|
|
|
254
306
|
|
|
255
307
|
|
|
256
308
|
|
|
309
|
+
</tbody>
|
|
310
|
+
</table>
|
|
311
|
+
<table class="table table-sm table-bordered">
|
|
312
|
+
<tbody>
|
|
313
|
+
<tr>
|
|
314
|
+
<td class="col-md-4">
|
|
315
|
+
<a name="routerLink"></a>
|
|
316
|
+
<span class="name "><b>routerLink</b>
|
|
317
|
+
<a href="#routerLink">
|
|
318
|
+
<span class="icon ion-ios-link"></span>
|
|
319
|
+
</a>
|
|
320
|
+
</span>
|
|
321
|
+
</td>
|
|
322
|
+
</tr>
|
|
323
|
+
<tr>
|
|
324
|
+
<td class="col-md-4">
|
|
325
|
+
<code>routerLink: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
326
|
+
</code>
|
|
327
|
+
</td>
|
|
328
|
+
</tr>
|
|
329
|
+
|
|
330
|
+
|
|
331
|
+
<tr>
|
|
332
|
+
<td class="col-md-4">
|
|
333
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
334
|
+
|
|
335
|
+
</td>
|
|
336
|
+
</tr>
|
|
337
|
+
|
|
338
|
+
<tr>
|
|
339
|
+
<td class="col-md-4">
|
|
340
|
+
<i>Optional</i>
|
|
341
|
+
</td>
|
|
342
|
+
</tr>
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
|
|
257
347
|
</tbody>
|
|
258
348
|
</table>
|
|
259
349
|
<table class="table table-sm table-bordered">
|
package/docs/js/menu-wc.js
CHANGED
|
@@ -59,13 +59,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
59
59
|
<a href="modules/EuimAboutModule.html" data-type="entity-link" >EuimAboutModule</a>
|
|
60
60
|
<li class="chapter inner">
|
|
61
61
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
|
62
|
-
'data-bs-target="#components-links-module-EuimAboutModule-
|
|
62
|
+
'data-bs-target="#components-links-module-EuimAboutModule-e150b2ed003c37968d6b36fe4c26593ea418b527b2e9b5617ba87885d62392d9ea6046267407a5d8fdb57e47f913774993698d39ea351020e6e74af4a0f22c08"' : 'data-bs-target="#xs-components-links-module-EuimAboutModule-e150b2ed003c37968d6b36fe4c26593ea418b527b2e9b5617ba87885d62392d9ea6046267407a5d8fdb57e47f913774993698d39ea351020e6e74af4a0f22c08"' }>
|
|
63
63
|
<span class="icon ion-md-cog"></span>
|
|
64
64
|
<span>Components</span>
|
|
65
65
|
<span class="icon ion-ios-arrow-down"></span>
|
|
66
66
|
</div>
|
|
67
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-
|
|
68
|
-
'id="xs-components-links-module-EuimAboutModule-
|
|
67
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuimAboutModule-e150b2ed003c37968d6b36fe4c26593ea418b527b2e9b5617ba87885d62392d9ea6046267407a5d8fdb57e47f913774993698d39ea351020e6e74af4a0f22c08"' :
|
|
68
|
+
'id="xs-components-links-module-EuimAboutModule-e150b2ed003c37968d6b36fe4c26593ea418b527b2e9b5617ba87885d62392d9ea6046267407a5d8fdb57e47f913774993698d39ea351020e6e74af4a0f22c08"' }>
|
|
69
69
|
<li class="link">
|
|
70
70
|
<a href="components/EuimAboutComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuimAboutComponent</a>
|
|
71
71
|
</li>
|
|
@@ -931,9 +931,15 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
931
931
|
<li class="link">
|
|
932
932
|
<a href="interfaces/FilteredData.html" data-type="entity-link" >FilteredData</a>
|
|
933
933
|
</li>
|
|
934
|
+
<li class="link">
|
|
935
|
+
<a href="interfaces/HelpAndSupportItem.html" data-type="entity-link" >HelpAndSupportItem</a>
|
|
936
|
+
</li>
|
|
934
937
|
<li class="link">
|
|
935
938
|
<a href="interfaces/HelpContacts.html" data-type="entity-link" >HelpContacts</a>
|
|
936
939
|
</li>
|
|
940
|
+
<li class="link">
|
|
941
|
+
<a href="interfaces/Item.html" data-type="entity-link" >Item</a>
|
|
942
|
+
</li>
|
|
937
943
|
<li class="link">
|
|
938
944
|
<a href="interfaces/Material.html" data-type="entity-link" >Material</a>
|
|
939
945
|
</li>
|