@eui/components 17.3.2-snapshot-1712314902795 → 17.3.3-snapshot-1712539410660
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/classes/EuiDialogConfig.html +46 -0
- package/docs/components/EuiDialogComponent.html +129 -1014
- package/docs/components/EuiDropdownComponent.html +31 -7
- package/docs/dependencies.html +2 -2
- package/docs/interfaces/EuiDialogInterface.html +90 -0
- package/docs/js/search/search_index.js +2 -2
- package/esm2022/eui-buttons/eui-buttons.component.mjs +1 -1
- package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +1 -1
- package/esm2022/eui-dialog/eui-dialog.component.mjs +99 -162
- package/esm2022/eui-dialog/models/eui-dialog.config.mjs +3 -1
- package/esm2022/eui-dialog/services/eui-dialog.service.mjs +5 -3
- package/esm2022/eui-dropdown/eui-dropdown.component.mjs +31 -42
- package/esm2022/eui-message-box/eui-message-box.component.mjs +3 -1
- package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -1
- package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +1 -1
- package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
- package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +1 -1
- package/esm2022/layout/eui-language-selector/language-selector.component.mjs +1 -1
- package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
- package/eui-dialog/eui-dialog.component.d.ts +44 -56
- package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
- package/eui-dialog/models/eui-dialog.config.d.ts +4 -0
- package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
- package/eui-dialog/services/eui-dialog.service.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +18 -10
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
- package/eui-message-box/services/eui-message-box.service.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs +1 -1
- package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dialog.mjs +104 -163
- package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +30 -41
- package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
- package/fesm2022/eui-components-eui-message-box.mjs +4 -0
- package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +1 -1
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +3 -3
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +9 -9
@@ -162,6 +162,12 @@
|
|
162
162
|
<li>
|
163
163
|
<a href="#hasCloseButton" >hasCloseButton</a>
|
164
164
|
</li>
|
165
|
+
<li>
|
166
|
+
<a href="#hasClosedOnClickOutside" >hasClosedOnClickOutside</a>
|
167
|
+
</li>
|
168
|
+
<li>
|
169
|
+
<a href="#hasClosedOnEscape" >hasClosedOnEscape</a>
|
170
|
+
</li>
|
165
171
|
<li>
|
166
172
|
<a href="#hasDismissButton" >hasDismissButton</a>
|
167
173
|
</li>
|
@@ -382,6 +388,46 @@
|
|
382
388
|
</tr>
|
383
389
|
|
384
390
|
|
391
|
+
</tbody>
|
392
|
+
</table>
|
393
|
+
<table class="table table-sm table-bordered">
|
394
|
+
<tbody>
|
395
|
+
<tr>
|
396
|
+
<td class="col-md-4">
|
397
|
+
<a name="hasClosedOnClickOutside"></a>
|
398
|
+
<span class="name">
|
399
|
+
<span ><b>hasClosedOnClickOutside</b></span>
|
400
|
+
<a href="#hasClosedOnClickOutside"><span class="icon ion-ios-link"></span></a>
|
401
|
+
</span>
|
402
|
+
</td>
|
403
|
+
</tr>
|
404
|
+
<tr>
|
405
|
+
<td class="col-md-4">
|
406
|
+
<i>Default value : </i><code>false</code>
|
407
|
+
</td>
|
408
|
+
</tr>
|
409
|
+
|
410
|
+
|
411
|
+
</tbody>
|
412
|
+
</table>
|
413
|
+
<table class="table table-sm table-bordered">
|
414
|
+
<tbody>
|
415
|
+
<tr>
|
416
|
+
<td class="col-md-4">
|
417
|
+
<a name="hasClosedOnEscape"></a>
|
418
|
+
<span class="name">
|
419
|
+
<span ><b>hasClosedOnEscape</b></span>
|
420
|
+
<a href="#hasClosedOnEscape"><span class="icon ion-ios-link"></span></a>
|
421
|
+
</span>
|
422
|
+
</td>
|
423
|
+
</tr>
|
424
|
+
<tr>
|
425
|
+
<td class="col-md-4">
|
426
|
+
<i>Default value : </i><code>true</code>
|
427
|
+
</td>
|
428
|
+
</tr>
|
429
|
+
|
430
|
+
|
385
431
|
</tbody>
|
386
432
|
</table>
|
387
433
|
<table class="table table-sm table-bordered">
|