@eui/components 16.2.16-snapshot-1711635173997 → 16.2.17-snapshot-1712283114368
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/components/EuiOverlayComponent.html +198 -0
- package/docs/dependencies.html +2 -2
- package/docs/js/menu-wc.js +3 -3
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiOverlayModule.html +0 -3
- package/esm2022/eui-file-upload/file-preview/file-preview.component.mjs +7 -5
- package/esm2022/eui-overlay/components/eui-overlay-body/eui-overlay-body.component.mjs +2 -2
- package/esm2022/eui-overlay/components/eui-overlay-footer/eui-overlay-footer.component.mjs +2 -2
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header-title/eui-overlay-header-title.component.mjs +2 -3
- package/esm2022/eui-overlay/components/eui-overlay-header/eui-overlay-header.component.mjs +2 -2
- package/esm2022/eui-overlay/eui-overlay.component.mjs +47 -20
- package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +1 -1
- package/esm2022/layout/eui-search/search.component.mjs +1 -1
- package/eui-file-upload/file-preview/file-preview.component.d.ts.map +1 -1
- package/eui-overlay/eui-overlay.component.d.ts +11 -8
- package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-file-upload.mjs +6 -4
- package/fesm2022/eui-components-eui-file-upload.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +53 -27
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +3 -3
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +1 -1
@@ -146,6 +146,10 @@
|
|
146
146
|
<tr>
|
147
147
|
<td class="col-md-4">
|
148
148
|
<ul class="index-list">
|
149
|
+
<li>
|
150
|
+
<span class="modifier"></span>
|
151
|
+
<a href="#onClick" >onClick</a>
|
152
|
+
</li>
|
149
153
|
<li>
|
150
154
|
<span class="modifier"></span>
|
151
155
|
<a href="#onKeydown" >onKeydown</a>
|
@@ -168,6 +172,9 @@
|
|
168
172
|
<li>
|
169
173
|
<a href="#fixedWidth" >fixedWidth</a>
|
170
174
|
</li>
|
175
|
+
<li>
|
176
|
+
<a href="#hasClosedOnClickOutside" >hasClosedOnClickOutside</a>
|
177
|
+
</li>
|
171
178
|
<li>
|
172
179
|
<a href="#isActive" >isActive</a>
|
173
180
|
</li>
|
@@ -309,6 +316,9 @@
|
|
309
316
|
<tr>
|
310
317
|
<td class="col-md-4">
|
311
318
|
<ul class="index-list">
|
319
|
+
<li>
|
320
|
+
<a href="#document:click" >document:click</a>
|
321
|
+
</li>
|
312
322
|
<li>
|
313
323
|
<a href="#keydown" >keydown</a>
|
314
324
|
</li>
|
@@ -330,6 +340,9 @@
|
|
330
340
|
<li>
|
331
341
|
<a href="#isActive" >isActive</a>
|
332
342
|
</li>
|
343
|
+
<li>
|
344
|
+
<a href="#hasClosedOnClickOutside" >hasClosedOnClickOutside</a>
|
345
|
+
</li>
|
333
346
|
</ul>
|
334
347
|
</td>
|
335
348
|
</tr>
|
@@ -337,6 +350,19 @@
|
|
337
350
|
</table>
|
338
351
|
</section>
|
339
352
|
|
353
|
+
<section data-compodoc="block-constructor">
|
354
|
+
<h3 id="constructor">Constructor</h3>
|
355
|
+
<table class="table table-sm table-bordered">
|
356
|
+
<tbody>
|
357
|
+
<tr>
|
358
|
+
<td class="col-md-4">
|
359
|
+
<code>constructor()</code>
|
360
|
+
</td>
|
361
|
+
</tr>
|
362
|
+
|
363
|
+
</tbody>
|
364
|
+
</table>
|
365
|
+
</section>
|
340
366
|
|
341
367
|
<section data-compodoc="block-inputs">
|
342
368
|
<h3 id="inputs">Inputs</h3>
|
@@ -356,6 +382,22 @@
|
|
356
382
|
</tr>
|
357
383
|
</tbody>
|
358
384
|
</table>
|
385
|
+
<table class="table table-sm table-bordered">
|
386
|
+
<tbody>
|
387
|
+
<tr>
|
388
|
+
<td class="col-md-4">
|
389
|
+
<a name="hasClosedOnClickOutside"></a>
|
390
|
+
<b>hasClosedOnClickOutside</b>
|
391
|
+
</td>
|
392
|
+
</tr>
|
393
|
+
<tr>
|
394
|
+
<td class="col-md-4">
|
395
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
396
|
+
|
397
|
+
</td>
|
398
|
+
</tr>
|
399
|
+
</tbody>
|
400
|
+
</table>
|
359
401
|
<table class="table table-sm table-bordered">
|
360
402
|
<tbody>
|
361
403
|
<tr>
|
@@ -945,6 +987,33 @@
|
|
945
987
|
|
946
988
|
<section data-compodoc="block-methods">
|
947
989
|
<h3>HostListeners</h3> <table class="table table-sm table-bordered">
|
990
|
+
<tbody>
|
991
|
+
<tr>
|
992
|
+
<td class="col-md-4">
|
993
|
+
<a name="document:click"></a>
|
994
|
+
<span class="name">
|
995
|
+
<span ><b>document:click</b></span>
|
996
|
+
<a href="#document:click"><span class="icon ion-ios-link"></span></a>
|
997
|
+
</span>
|
998
|
+
</td>
|
999
|
+
</tr>
|
1000
|
+
<tr>
|
1001
|
+
<td class="col-md-4">
|
1002
|
+
<i>Arguments : </i><code>'$event' </code>
|
1003
|
+
</td>
|
1004
|
+
</tr>
|
1005
|
+
<tr>
|
1006
|
+
<td class="col-md-4">
|
1007
|
+
<code>document:click(event: MouseEvent)</code>
|
1008
|
+
</td>
|
1009
|
+
</tr>
|
1010
|
+
|
1011
|
+
|
1012
|
+
|
1013
|
+
|
1014
|
+
</tbody>
|
1015
|
+
</table>
|
1016
|
+
<table class="table table-sm table-bordered">
|
948
1017
|
<tbody>
|
949
1018
|
<tr>
|
950
1019
|
<td class="col-md-4">
|
@@ -977,6 +1046,76 @@
|
|
977
1046
|
<h3 id="methods">
|
978
1047
|
Methods
|
979
1048
|
</h3>
|
1049
|
+
<table class="table table-sm table-bordered">
|
1050
|
+
<tbody>
|
1051
|
+
<tr>
|
1052
|
+
<td class="col-md-4">
|
1053
|
+
<a name="onClick"></a>
|
1054
|
+
<span class="name">
|
1055
|
+
<span class="modifier"></span>
|
1056
|
+
<span ><b>onClick</b></span>
|
1057
|
+
<a href="#onClick"><span class="icon ion-ios-link"></span></a>
|
1058
|
+
</span>
|
1059
|
+
</td>
|
1060
|
+
</tr>
|
1061
|
+
<tr>
|
1062
|
+
<td class="col-md-4">
|
1063
|
+
<span class="modifier-icon icon ion-ios-reset"></span>
|
1064
|
+
<code>onClick(event: MouseEvent)</code>
|
1065
|
+
</td>
|
1066
|
+
</tr>
|
1067
|
+
|
1068
|
+
<tr>
|
1069
|
+
<td class="col-md-4">
|
1070
|
+
<b>Decorators : </b>
|
1071
|
+
<br />
|
1072
|
+
<code>@HostListener('document:click', ['$event'])<br /></code>
|
1073
|
+
</td>
|
1074
|
+
</tr>
|
1075
|
+
|
1076
|
+
|
1077
|
+
|
1078
|
+
<tr>
|
1079
|
+
<td class="col-md-4">
|
1080
|
+
|
1081
|
+
<div class="io-description">
|
1082
|
+
<b>Parameters :</b>
|
1083
|
+
|
1084
|
+
<table class="params">
|
1085
|
+
<thead>
|
1086
|
+
<tr>
|
1087
|
+
<td>Name</td>
|
1088
|
+
<td>Type</td>
|
1089
|
+
<td>Optional</td>
|
1090
|
+
</tr>
|
1091
|
+
</thead>
|
1092
|
+
<tbody>
|
1093
|
+
<tr>
|
1094
|
+
<td>event</td>
|
1095
|
+
<td>
|
1096
|
+
<code>MouseEvent</code>
|
1097
|
+
</td>
|
1098
|
+
|
1099
|
+
<td>
|
1100
|
+
No
|
1101
|
+
</td>
|
1102
|
+
|
1103
|
+
|
1104
|
+
</tr>
|
1105
|
+
</tbody>
|
1106
|
+
</table>
|
1107
|
+
</div>
|
1108
|
+
<div class="io-description">
|
1109
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1110
|
+
|
1111
|
+
</div>
|
1112
|
+
<div class="io-description">
|
1113
|
+
|
1114
|
+
</div>
|
1115
|
+
</td>
|
1116
|
+
</tr>
|
1117
|
+
</tbody>
|
1118
|
+
</table>
|
980
1119
|
<table class="table table-sm table-bordered">
|
981
1120
|
<tbody>
|
982
1121
|
<tr>
|
@@ -1196,6 +1335,65 @@
|
|
1196
1335
|
<tr>
|
1197
1336
|
<td class="col-md-4">
|
1198
1337
|
|
1338
|
+
<div class="io-description">
|
1339
|
+
<b>Parameters :</b>
|
1340
|
+
<table class="params">
|
1341
|
+
<thead>
|
1342
|
+
<tr>
|
1343
|
+
<td>Name</td>
|
1344
|
+
<td>Type</td>
|
1345
|
+
<td>Optional</td>
|
1346
|
+
</tr>
|
1347
|
+
</thead>
|
1348
|
+
<tbody>
|
1349
|
+
<tr>
|
1350
|
+
<td>value</td>
|
1351
|
+
|
1352
|
+
<td>
|
1353
|
+
<code>BooleanInput</code>
|
1354
|
+
</td>
|
1355
|
+
|
1356
|
+
<td>
|
1357
|
+
No
|
1358
|
+
</td>
|
1359
|
+
|
1360
|
+
</tr>
|
1361
|
+
</tbody>
|
1362
|
+
</table>
|
1363
|
+
</div>
|
1364
|
+
<div>
|
1365
|
+
</div>
|
1366
|
+
<div class="io-description">
|
1367
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
1368
|
+
|
1369
|
+
</div>
|
1370
|
+
</td>
|
1371
|
+
</tr>
|
1372
|
+
</tbody>
|
1373
|
+
</table>
|
1374
|
+
<table class="table table-sm table-bordered">
|
1375
|
+
<tbody>
|
1376
|
+
<tr>
|
1377
|
+
<td class="col-md-4">
|
1378
|
+
<a name="hasClosedOnClickOutside"></a>
|
1379
|
+
<span class="name"><b>hasClosedOnClickOutside</b><a href="#hasClosedOnClickOutside"><span class="icon ion-ios-link"></span></a></span>
|
1380
|
+
</td>
|
1381
|
+
</tr>
|
1382
|
+
|
1383
|
+
<tr>
|
1384
|
+
<td class="col-md-4">
|
1385
|
+
<span class="accessor"><b>get</b><code>hasClosedOnClickOutside()</code></span>
|
1386
|
+
</td>
|
1387
|
+
</tr>
|
1388
|
+
|
1389
|
+
<tr>
|
1390
|
+
<td class="col-md-4">
|
1391
|
+
<span class="accessor"><b>set</b><code>hasClosedOnClickOutside(value: BooleanInput)</code></span>
|
1392
|
+
</td>
|
1393
|
+
</tr>
|
1394
|
+
<tr>
|
1395
|
+
<td class="col-md-4">
|
1396
|
+
|
1199
1397
|
<div class="io-description">
|
1200
1398
|
<b>Parameters :</b>
|
1201
1399
|
<table class="params">
|
package/docs/dependencies.html
CHANGED
@@ -247,9 +247,9 @@
|
|
247
247
|
<li>
|
248
248
|
<b>eslint-plugin-prettier</b> : 4.2.1</li>
|
249
249
|
<li>
|
250
|
-
<b>@eui/styles-base</b> : 16.2.16
|
250
|
+
<b>@eui/styles-base</b> : 16.2.16</li>
|
251
251
|
<li>
|
252
|
-
<b>@eui/ecl</b> : 16.2.16
|
252
|
+
<b>@eui/ecl</b> : 16.2.16</li>
|
253
253
|
<li>
|
254
254
|
<b>@eui/tools</b> : ^6.0.0</li>
|
255
255
|
</ul>
|
package/docs/js/menu-wc.js
CHANGED
@@ -1809,13 +1809,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1809
1809
|
<a href="modules/EuiOverlayModule.html" data-type="entity-link" >EuiOverlayModule</a>
|
1810
1810
|
<li class="chapter inner">
|
1811
1811
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1812
|
-
'data-bs-target="#components-links-module-EuiOverlayModule-
|
1812
|
+
'data-bs-target="#components-links-module-EuiOverlayModule-63a25f0535a5907b7e365a971e98f0de807e376e7a3d98c1418ba057d151bd25d640351a8da770c8a1d9dc6837079185a31e5bae5d2a7d0dc02aff826ce9a457"' : 'data-bs-target="#xs-components-links-module-EuiOverlayModule-63a25f0535a5907b7e365a971e98f0de807e376e7a3d98c1418ba057d151bd25d640351a8da770c8a1d9dc6837079185a31e5bae5d2a7d0dc02aff826ce9a457"' }>
|
1813
1813
|
<span class="icon ion-md-cog"></span>
|
1814
1814
|
<span>Components</span>
|
1815
1815
|
<span class="icon ion-ios-arrow-down"></span>
|
1816
1816
|
</div>
|
1817
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiOverlayModule-
|
1818
|
-
'id="xs-components-links-module-EuiOverlayModule-
|
1817
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiOverlayModule-63a25f0535a5907b7e365a971e98f0de807e376e7a3d98c1418ba057d151bd25d640351a8da770c8a1d9dc6837079185a31e5bae5d2a7d0dc02aff826ce9a457"' :
|
1818
|
+
'id="xs-components-links-module-EuiOverlayModule-63a25f0535a5907b7e365a971e98f0de807e376e7a3d98c1418ba057d151bd25d640351a8da770c8a1d9dc6837079185a31e5bae5d2a7d0dc02aff826ce9a457"' }>
|
1819
1819
|
<li class="link">
|
1820
1820
|
<a href="components/EuiOverlayBodyComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiOverlayBodyComponent</a>
|
1821
1821
|
</li>
|