@eui/components 17.3.2 → 17.3.3-snapshot-1712568551109

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.
Files changed (45) hide show
  1. package/docs/classes/EuiDialogConfig.html +46 -0
  2. package/docs/components/EuiDialogComponent.html +129 -1014
  3. package/docs/components/EuiDropdownComponent.html +31 -7
  4. package/docs/dependencies.html +2 -2
  5. package/docs/interfaces/EuiDialogInterface.html +90 -0
  6. package/docs/js/search/search_index.js +2 -2
  7. package/esm2022/eui-buttons/eui-buttons.component.mjs +1 -1
  8. package/esm2022/eui-card/components/eui-card-footer/eui-card-footer-menu-content.component.mjs +1 -1
  9. package/esm2022/eui-dialog/eui-dialog.component.mjs +99 -162
  10. package/esm2022/eui-dialog/models/eui-dialog.config.mjs +3 -1
  11. package/esm2022/eui-dialog/services/eui-dialog.service.mjs +5 -3
  12. package/esm2022/eui-dropdown/eui-dropdown.component.mjs +31 -42
  13. package/esm2022/eui-message-box/eui-message-box.component.mjs +3 -1
  14. package/esm2022/eui-message-box/services/eui-message-box.service.mjs +3 -1
  15. package/esm2022/eui-table/sortable-col/eui-table-sortable-col.component.mjs +1 -1
  16. package/esm2022/eui-tree/eui-tree.component.mjs +1 -1
  17. package/esm2022/layout/eui-breadcrumb/collapsed-breadcrumb/collapsed-breadcrumb.component.mjs +1 -1
  18. package/esm2022/layout/eui-language-selector/language-selector.component.mjs +1 -1
  19. package/esm2022/layout/eui-user-profile/user-profile.component.mjs +1 -1
  20. package/eui-dialog/eui-dialog.component.d.ts +44 -56
  21. package/eui-dialog/eui-dialog.component.d.ts.map +1 -1
  22. package/eui-dialog/models/eui-dialog.config.d.ts +4 -0
  23. package/eui-dialog/models/eui-dialog.config.d.ts.map +1 -1
  24. package/eui-dialog/services/eui-dialog.service.d.ts.map +1 -1
  25. package/eui-dropdown/eui-dropdown.component.d.ts +18 -10
  26. package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
  27. package/eui-message-box/eui-message-box.component.d.ts.map +1 -1
  28. package/eui-message-box/services/eui-message-box.service.d.ts.map +1 -1
  29. package/fesm2022/eui-components-eui-buttons.mjs +1 -1
  30. package/fesm2022/eui-components-eui-buttons.mjs.map +1 -1
  31. package/fesm2022/eui-components-eui-card.mjs +1 -1
  32. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  33. package/fesm2022/eui-components-eui-dialog.mjs +104 -163
  34. package/fesm2022/eui-components-eui-dialog.mjs.map +1 -1
  35. package/fesm2022/eui-components-eui-dropdown.mjs +30 -41
  36. package/fesm2022/eui-components-eui-dropdown.mjs.map +1 -1
  37. package/fesm2022/eui-components-eui-message-box.mjs +4 -0
  38. package/fesm2022/eui-components-eui-message-box.mjs.map +1 -1
  39. package/fesm2022/eui-components-eui-table.mjs +1 -1
  40. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  41. package/fesm2022/eui-components-eui-tree.mjs +1 -1
  42. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  43. package/fesm2022/eui-components-layout.mjs +3 -3
  44. package/fesm2022/eui-components-layout.mjs.map +1 -1
  45. package/package.json +4 -4
@@ -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">