@eui/mobile-core 17.2.0-snapshot-1716885030476 → 17.2.0-snapshot-1716965435198
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/EuimSidebarContentComponent.html +91 -48
- package/docs/dependencies.html +5 -5
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/lib/components/euim-about/euim-changelog/euim-changelog.component.mjs +2 -2
- package/esm2022/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.mjs +27 -10
- package/fesm2022/eui-mobile-core.mjs +72 -55
- package/fesm2022/eui-mobile-core.mjs.map +1 -1
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts +12 -3
- package/lib/components/layout/euim-sidebar/euim-sidebar-content/euim-sidebar-content.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -117,15 +117,15 @@
|
|
|
117
117
|
|
|
118
118
|
|
|
119
119
|
|
|
120
|
+
|
|
120
121
|
<p class="comment">
|
|
121
|
-
<h3>
|
|
122
|
+
<h3>Implements</h3>
|
|
122
123
|
</p>
|
|
123
124
|
<p class="comment">
|
|
124
|
-
|
|
125
|
+
<code>OnInit</code>
|
|
125
126
|
</p>
|
|
126
127
|
|
|
127
128
|
|
|
128
|
-
|
|
129
129
|
<section data-compodoc="block-metadata">
|
|
130
130
|
<h3>Metadata</h3>
|
|
131
131
|
<table class="table table-sm table-hover metadata">
|
|
@@ -185,12 +185,12 @@
|
|
|
185
185
|
<td class="col-md-4">
|
|
186
186
|
<ul class="index-list">
|
|
187
187
|
<li>
|
|
188
|
-
<span class="modifier"
|
|
189
|
-
<a href="#
|
|
188
|
+
<span class="modifier">Public</span>
|
|
189
|
+
<a href="#asService" >asService</a>
|
|
190
190
|
</li>
|
|
191
191
|
<li>
|
|
192
|
-
<span class="modifier"
|
|
193
|
-
<a href="#
|
|
192
|
+
<span class="modifier"></span>
|
|
193
|
+
<a href="#className" >className</a>
|
|
194
194
|
</li>
|
|
195
195
|
</ul>
|
|
196
196
|
</td>
|
|
@@ -206,10 +206,7 @@
|
|
|
206
206
|
<td class="col-md-4">
|
|
207
207
|
<ul class="index-list">
|
|
208
208
|
<li>
|
|
209
|
-
<a href="#
|
|
210
|
-
</li>
|
|
211
|
-
<li>
|
|
212
|
-
<a href="#routerPath" >routerPath</a>
|
|
209
|
+
<a href="#sidebarItems" >sidebarItems</a>
|
|
213
210
|
</li>
|
|
214
211
|
</ul>
|
|
215
212
|
</td>
|
|
@@ -236,47 +233,93 @@
|
|
|
236
233
|
</table>
|
|
237
234
|
</section>
|
|
238
235
|
|
|
239
|
-
|
|
240
|
-
<
|
|
241
|
-
<h3 id="inputs">Inputs</h3>
|
|
236
|
+
<section data-compodoc="block-constructor">
|
|
237
|
+
<h3 id="constructor">Constructor</h3>
|
|
242
238
|
<table class="table table-sm table-bordered">
|
|
243
239
|
<tbody>
|
|
244
240
|
<tr>
|
|
245
241
|
<td class="col-md-4">
|
|
246
|
-
|
|
247
|
-
<b>ionMenuId</b>
|
|
242
|
+
<code>constructor(i18nService: I18nService, asService: EuiAppShellService, navCtrl: NavController)</code>
|
|
248
243
|
</td>
|
|
249
244
|
</tr>
|
|
250
|
-
<tr>
|
|
251
|
-
<td class="col-md-4">
|
|
252
|
-
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
|
253
245
|
|
|
254
|
-
</td>
|
|
255
|
-
</tr>
|
|
256
246
|
<tr>
|
|
257
247
|
<td class="col-md-4">
|
|
258
|
-
|
|
248
|
+
<div>
|
|
249
|
+
<b>Parameters :</b>
|
|
250
|
+
<table class="params">
|
|
251
|
+
<thead>
|
|
252
|
+
<tr>
|
|
253
|
+
<td>Name</td>
|
|
254
|
+
<td>Type</td>
|
|
255
|
+
<td>Optional</td>
|
|
256
|
+
</tr>
|
|
257
|
+
</thead>
|
|
258
|
+
<tbody>
|
|
259
|
+
<tr>
|
|
260
|
+
<td>i18nService</td>
|
|
261
|
+
|
|
262
|
+
<td>
|
|
263
|
+
<code>I18nService</code>
|
|
264
|
+
</td>
|
|
265
|
+
|
|
266
|
+
<td>
|
|
267
|
+
No
|
|
268
|
+
</td>
|
|
269
|
+
|
|
270
|
+
</tr>
|
|
271
|
+
<tr>
|
|
272
|
+
<td>asService</td>
|
|
273
|
+
|
|
274
|
+
<td>
|
|
275
|
+
<code>EuiAppShellService</code>
|
|
276
|
+
</td>
|
|
277
|
+
|
|
278
|
+
<td>
|
|
279
|
+
No
|
|
280
|
+
</td>
|
|
281
|
+
|
|
282
|
+
</tr>
|
|
283
|
+
<tr>
|
|
284
|
+
<td>navCtrl</td>
|
|
285
|
+
|
|
286
|
+
<td>
|
|
287
|
+
<code>NavController</code>
|
|
288
|
+
</td>
|
|
289
|
+
|
|
290
|
+
<td>
|
|
291
|
+
No
|
|
292
|
+
</td>
|
|
293
|
+
|
|
294
|
+
</tr>
|
|
295
|
+
</tbody>
|
|
296
|
+
</table>
|
|
297
|
+
</div>
|
|
259
298
|
</td>
|
|
260
299
|
</tr>
|
|
261
300
|
</tbody>
|
|
262
301
|
</table>
|
|
302
|
+
</section>
|
|
303
|
+
|
|
304
|
+
<section data-compodoc="block-inputs">
|
|
305
|
+
<h3 id="inputs">Inputs</h3>
|
|
263
306
|
<table class="table table-sm table-bordered">
|
|
264
307
|
<tbody>
|
|
265
308
|
<tr>
|
|
266
309
|
<td class="col-md-4">
|
|
267
|
-
<a name="
|
|
268
|
-
<b>
|
|
310
|
+
<a name="sidebarItems"></a>
|
|
311
|
+
<b>sidebarItems</b>
|
|
269
312
|
</td>
|
|
270
313
|
</tr>
|
|
271
314
|
<tr>
|
|
272
315
|
<td class="col-md-4">
|
|
273
|
-
<i>Type : </i>
|
|
316
|
+
<i>Type : </i> <code>{}</code>
|
|
274
317
|
|
|
275
318
|
</td>
|
|
276
319
|
</tr>
|
|
277
320
|
<tr>
|
|
278
321
|
<td class="col-md-4">
|
|
279
|
-
<i>Default value : </i><code
|
|
322
|
+
<i>Default value : </i><code>[]</code>
|
|
280
323
|
</td>
|
|
281
324
|
</tr>
|
|
282
325
|
</tbody>
|
|
@@ -319,6 +362,28 @@
|
|
|
319
362
|
<h3 id="inputs">
|
|
320
363
|
Properties
|
|
321
364
|
</h3>
|
|
365
|
+
<table class="table table-sm table-bordered">
|
|
366
|
+
<tbody>
|
|
367
|
+
<tr>
|
|
368
|
+
<td class="col-md-4">
|
|
369
|
+
<a name="asService"></a>
|
|
370
|
+
<span class="name">
|
|
371
|
+
<span class="modifier">Public</span>
|
|
372
|
+
<span ><b>asService</b></span>
|
|
373
|
+
<a href="#asService"><span class="icon ion-ios-link"></span></a>
|
|
374
|
+
</span>
|
|
375
|
+
</td>
|
|
376
|
+
</tr>
|
|
377
|
+
<tr>
|
|
378
|
+
<td class="col-md-4">
|
|
379
|
+
<i>Type : </i> <code>EuiAppShellService</code>
|
|
380
|
+
|
|
381
|
+
</td>
|
|
382
|
+
</tr>
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
</tbody>
|
|
386
|
+
</table>
|
|
322
387
|
<table class="table table-sm table-bordered">
|
|
323
388
|
<tbody>
|
|
324
389
|
<tr>
|
|
@@ -353,28 +418,6 @@
|
|
|
353
418
|
</tr>
|
|
354
419
|
|
|
355
420
|
|
|
356
|
-
</tbody>
|
|
357
|
-
</table>
|
|
358
|
-
<table class="table table-sm table-bordered">
|
|
359
|
-
<tbody>
|
|
360
|
-
<tr>
|
|
361
|
-
<td class="col-md-4">
|
|
362
|
-
<a name="menuCtrl"></a>
|
|
363
|
-
<span class="name">
|
|
364
|
-
<span class="modifier">Public</span>
|
|
365
|
-
<span ><b>menuCtrl</b></span>
|
|
366
|
-
<a href="#menuCtrl"><span class="icon ion-ios-link"></span></a>
|
|
367
|
-
</span>
|
|
368
|
-
</td>
|
|
369
|
-
</tr>
|
|
370
|
-
<tr>
|
|
371
|
-
<td class="col-md-4">
|
|
372
|
-
<i>Type : </i> <code>MenuController</code>
|
|
373
|
-
|
|
374
|
-
</td>
|
|
375
|
-
</tr>
|
|
376
|
-
|
|
377
|
-
|
|
378
421
|
</tbody>
|
|
379
422
|
</table>
|
|
380
423
|
</section>
|
package/docs/dependencies.html
CHANGED
|
@@ -109,9 +109,9 @@
|
|
|
109
109
|
</ol>
|
|
110
110
|
<ul class="dependencies-list">
|
|
111
111
|
<li>
|
|
112
|
-
<b>@eui/deps-base</b> : 17.3.6-snapshot-
|
|
112
|
+
<b>@eui/deps-base</b> : 17.3.6-snapshot-1716945824361</li>
|
|
113
113
|
<li>
|
|
114
|
-
<b>@eui/styles-base</b> : 17.3.6-snapshot-
|
|
114
|
+
<b>@eui/styles-base</b> : 17.3.6-snapshot-1716945824361</li>
|
|
115
115
|
<li>
|
|
116
116
|
<b>@ionic/angular-toolkit</b> : 7.0.0</li>
|
|
117
117
|
<li>
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
<li>
|
|
130
130
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
131
131
|
<li>
|
|
132
|
-
<b>@eui/components</b> : 17.3.6-snapshot-
|
|
132
|
+
<b>@eui/components</b> : 17.3.6-snapshot-1716945824361</li>
|
|
133
133
|
<li>
|
|
134
|
-
<b>@eui/showcase</b> : 17.3.6-snapshot-
|
|
134
|
+
<b>@eui/showcase</b> : 17.3.6-snapshot-1716945824361</li>
|
|
135
135
|
<li>
|
|
136
|
-
<b>@eui/styles</b> : 17.3.6-snapshot-
|
|
136
|
+
<b>@eui/styles</b> : 17.3.6-snapshot-1716945824361</li>
|
|
137
137
|
</ul>
|
|
138
138
|
|
|
139
139
|
|