@eui/base 18.0.0-rc.18 → 18.0.0-rc.19

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.
@@ -284,7 +284,7 @@
284
284
  <li>
285
285
  <b>@stackblitz/sdk</b> : 1.10.0</li>
286
286
  <li>
287
- <b>@eui/ecl</b> : 18.0.0-rc.17</li>
287
+ <b>@eui/ecl</b> : 18.0.0-rc.18</li>
288
288
  <li>
289
289
  <b>@eui/tools</b> : ^6.0.0</li>
290
290
  </ul>
@@ -184,6 +184,13 @@ severity, summary, detail, life, and sticky for common message attributes.</p>
184
184
  summary
185
185
  </a>
186
186
  </li>
187
+ <li>
188
+ <span class="modifier">Optional</span>
189
+ <a href="#timeout"
190
+ >
191
+ timeout
192
+ </a>
193
+ </li>
187
194
  </ul>
188
195
  </td>
189
196
  </tr>
@@ -192,19 +199,6 @@ severity, summary, detail, life, and sticky for common message attributes.</p>
192
199
  </section>
193
200
 
194
201
 
195
- <section data-compodoc="block-indexables">
196
- <h3 id="inputs">Indexable</h3>
197
- <table class="table table-sm table-bordered">
198
- <tbody>
199
- <tr>
200
- <td class="col-md-4">
201
- <code>[key: string]: <code>string | number | boolean | T</code>
202
- </code>
203
- </td>
204
- </tr>
205
- </tbody>
206
- </table>
207
- </section>
208
202
 
209
203
  <section data-compodoc="block-properties">
210
204
  <h3 id="inputs">Properties</h3>
@@ -434,6 +428,51 @@ severity, summary, detail, life, and sticky for common message attributes.</p>
434
428
 
435
429
 
436
430
 
431
+ </tbody>
432
+ </table>
433
+ <table class="table table-sm table-bordered">
434
+ <tbody>
435
+ <tr>
436
+ <td class="col-md-4">
437
+ <a name="timeout"></a>
438
+ <span class="name "><b>timeout</b>
439
+ <a href="#timeout">
440
+ <span class="icon ion-ios-link"></span>
441
+ </a>
442
+ </span>
443
+ </td>
444
+ </tr>
445
+ <tr>
446
+ <td class="col-md-4">
447
+ <code>timeout: <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
448
+ </code>
449
+ </td>
450
+ </tr>
451
+
452
+
453
+ <tr>
454
+ <td class="col-md-4">
455
+ <i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/number" target="_blank" >number</a></code>
456
+
457
+ </td>
458
+ </tr>
459
+
460
+ <tr>
461
+ <td class="col-md-4">
462
+ <i>Optional</i>
463
+ </td>
464
+ </tr>
465
+
466
+
467
+
468
+
469
+ <tr>
470
+ <td class="col-md-4">
471
+ <div class="io-description"><p>The timeout property is used to define the time in milliseconds before the message is automatically removed from the
472
+ user interface. This property is only used when the sticky property is set to false.</p>
473
+ </div>
474
+ </td>
475
+ </tr>
437
476
  </tbody>
438
477
  </table>
439
478
  </section>