@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.
- package/docs/dependencies.html +1 -1
- package/docs/interfaces/EuiGrowlMessage.html +52 -13
- package/docs/js/search/search_index.js +2 -2
- package/docs/miscellaneous/functions.html +1 -72
- package/docs/miscellaneous/variables.html +0 -118
- package/esm2022/lib/eui-models/eui-growl-message.model.mjs +1 -1
- package/esm2022/lib/util/index.mjs +1 -2
- package/esm2022/lib/ux-models/ux-error-feedback.model.mjs +1 -3
- package/fesm2022/eui-base.mjs +1 -32
- package/fesm2022/eui-base.mjs.map +1 -1
- package/lib/eui-models/eui-growl-message.model.d.ts +6 -2
- package/lib/eui-models/eui-growl-message.model.d.ts.map +1 -1
- package/lib/util/index.d.ts +0 -1
- package/lib/util/index.d.ts.map +1 -1
- package/lib/ux-models/ux-error-feedback.model.d.ts +2 -2
- package/lib/ux-models/ux-error-feedback.model.d.ts.map +1 -1
- package/package.json +1 -1
- package/esm2022/lib/util/coerce-decorator/coerce.mjs +0 -22
- package/esm2022/lib/util/coerce-decorator/coercions.mjs +0 -8
- package/esm2022/lib/util/coerce-decorator/index.mjs +0 -3
- package/lib/util/coerce-decorator/coerce.d.ts +0 -4
- package/lib/util/coerce-decorator/coerce.d.ts.map +0 -1
- package/lib/util/coerce-decorator/coercions.d.ts +0 -6
- package/lib/util/coerce-decorator/coercions.d.ts.map +0 -1
- package/lib/util/coerce-decorator/index.d.ts +0 -3
- package/lib/util/coerce-decorator/index.d.ts.map +0 -1
package/docs/dependencies.html
CHANGED
|
@@ -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>
|