@eui/mobile-core 18.0.2 → 18.0.3-snapshot-1744692867885

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.
@@ -156,7 +156,36 @@
156
156
  </td>
157
157
  </tr>
158
158
 
159
+ <tr>
160
+ <td class="col-md-4">
161
+ <h6><b>Methods</b></h6>
162
+ </td>
163
+ </tr>
164
+ <tr>
165
+ <td class="col-md-4">
166
+ <ul class="index-list">
167
+ <li>
168
+ <span class="modifier"></span>
169
+ <a href="#onContentScroll" >onContentScroll</a>
170
+ </li>
171
+ </ul>
172
+ </td>
173
+ </tr>
159
174
 
175
+ <tr>
176
+ <td class="col-md-4">
177
+ <h6><b>Inputs</b></h6>
178
+ </td>
179
+ </tr>
180
+ <tr>
181
+ <td class="col-md-4">
182
+ <ul class="index-list">
183
+ <li>
184
+ <a href="#scrollThreshold" >scrollThreshold</a>
185
+ </li>
186
+ </ul>
187
+ </td>
188
+ </tr>
160
189
 
161
190
 
162
191
  <tr>
@@ -174,13 +203,50 @@
174
203
  </td>
175
204
  </tr>
176
205
 
206
+ <tr>
207
+ <td class="col-md-4">
208
+ <h6><b>HostListeners</b></h6>
209
+ </td>
210
+ </tr>
211
+ <tr>
212
+ <td class="col-md-4">
213
+ <ul class="index-list">
214
+ <li>
215
+ <a href="#ionScroll" >ionScroll</a>
216
+ </li>
217
+ </ul>
218
+ </td>
219
+ </tr>
177
220
 
178
221
  </tbody>
179
222
  </table>
180
223
  </section>
181
224
 
182
225
 
226
+ <section data-compodoc="block-inputs">
227
+ <h3 id="inputs">Inputs</h3>
228
+ <table class="table table-sm table-bordered">
229
+ <tbody>
230
+ <tr>
231
+ <td class="col-md-4">
232
+ <a name="scrollThreshold"></a>
233
+ <b>scrollThreshold</b>
234
+ </td>
235
+ </tr>
236
+ <tr>
237
+ <td class="col-md-4">
238
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
183
239
 
240
+ </td>
241
+ </tr>
242
+ <tr>
243
+ <td class="col-md-4">
244
+ <i>Default value : </i><code>150</code>
245
+ </td>
246
+ </tr>
247
+ </tbody>
248
+ </table>
249
+ </section>
184
250
 
185
251
  <section data-compodoc="block-properties">
186
252
  <h3>HostBindings</h3> <table class="table table-sm table-bordered">
@@ -211,8 +277,104 @@
211
277
  </table>
212
278
  </section>
213
279
 
280
+ <section data-compodoc="block-host-listener">
281
+ <h3>HostListeners</h3> <table class="table table-sm table-bordered">
282
+ <tbody>
283
+ <tr>
284
+ <td class="col-md-4">
285
+ <a name="ionScroll"></a>
286
+ <span class="name">
287
+ <b>
288
+ ionScroll
289
+ </b>
290
+ <a href="#ionScroll"><span class="icon ion-ios-link"></span></a>
291
+ </span>
292
+ </td>
293
+ </tr>
294
+ <tr>
295
+ <td class="col-md-4">
296
+ <i>Arguments : </i><code>'$event' </code>
297
+ </td>
298
+ </tr>
299
+
300
+
301
+
302
+
303
+ </tbody>
304
+ </table>
305
+ </section>
306
+ <section data-compodoc="block-methods">
307
+
308
+ <h3 id="methods">
309
+ Methods
310
+ </h3>
311
+ <table class="table table-sm table-bordered">
312
+ <tbody>
313
+ <tr>
314
+ <td class="col-md-4">
315
+ <a name="onContentScroll"></a>
316
+ <span class="name">
317
+ <span class="modifier"></span>
318
+ <span ><b>onContentScroll</b></span>
319
+ <a href="#onContentScroll"><span class="icon ion-ios-link"></span></a>
320
+ </span>
321
+ </td>
322
+ </tr>
323
+ <tr>
324
+ <td class="col-md-4">
325
+ <span class="modifier-icon icon ion-ios-reset"></span>
326
+ <code>onContentScroll($event)</code>
327
+ </td>
328
+ </tr>
329
+
330
+ <tr>
331
+ <td class="col-md-4">
332
+ <b>Decorators : </b>
333
+ <br />
334
+ <code>@HostListener(&#x27;ionScroll&#x27;, [&#x27;$event&#x27;])<br /></code>
335
+ </td>
336
+ </tr>
337
+
338
+
214
339
 
340
+ <tr>
341
+ <td class="col-md-4">
215
342
 
343
+ <div class="io-description">
344
+ <b>Parameters :</b>
345
+
346
+ <table class="params">
347
+ <thead>
348
+ <tr>
349
+ <td>Name</td>
350
+ <td>Optional</td>
351
+ </tr>
352
+ </thead>
353
+ <tbody>
354
+ <tr>
355
+ <td>$event</td>
356
+
357
+ <td>
358
+ No
359
+ </td>
360
+
361
+
362
+ </tr>
363
+ </tbody>
364
+ </table>
365
+ </div>
366
+ <div class="io-description">
367
+ <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
368
+
369
+ </div>
370
+ <div class="io-description">
371
+
372
+ </div>
373
+ </td>
374
+ </tr>
375
+ </tbody>
376
+ </table>
377
+ </section>
216
378
  <section data-compodoc="block-properties">
217
379
 
218
380
  <h3 id="inputs">