@eui/components 16.0.0-next.15 → 16.0.0-next.16
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 +0 -5
- package/docs/components/EuiTabsComponent.html +81 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiNgSelectOptionDirective.html +79 -0
- package/docs/directives/EuiSelectControlValueAccessor.html +13 -1
- 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/miscellaneous/functions.html +81 -1
- package/esm2022/eui-alert/eui-alert.component.mjs +2 -2
- package/esm2022/eui-badge/eui-badge.component.mjs +2 -2
- package/esm2022/eui-button/eui-button.component.mjs +2 -2
- package/esm2022/eui-input-group/eui-input-group.component.mjs +2 -2
- 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.component.mjs +2 -2
- package/esm2022/eui-overlay/eui-overlay.component.mjs +3 -4
- package/esm2022/eui-select/eui-select-control.directive.mjs +8 -4
- package/esm2022/eui-select/eui-select-option.directive.mjs +29 -2
- package/esm2022/eui-tabs/eui-tabs.component.mjs +44 -30
- package/eui-overlay/eui-overlay.component.d.ts.map +1 -1
- package/eui-select/eui-select-control.directive.d.ts +3 -2
- package/eui-select/eui-select-control.directive.d.ts.map +1 -1
- package/eui-select/eui-select-option.directive.d.ts +7 -1
- package/eui-select/eui-select-option.directive.d.ts.map +1 -1
- package/eui-tabs/eui-tabs.component.d.ts +4 -1
- package/eui-tabs/eui-tabs.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-alert.mjs +2 -2
- package/fesm2022/eui-components-eui-alert.mjs.map +1 -1
- package/fesm2022/eui-components-eui-badge.mjs +2 -2
- package/fesm2022/eui-components-eui-badge.mjs.map +1 -1
- package/fesm2022/eui-components-eui-button.mjs +2 -2
- package/fesm2022/eui-components-eui-button.mjs.map +1 -1
- package/fesm2022/eui-components-eui-input-group.mjs +2 -2
- package/fesm2022/eui-components-eui-input-group.mjs.map +1 -1
- package/fesm2022/eui-components-eui-overlay.mjs +8 -9
- package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
- package/fesm2022/eui-components-eui-select.mjs +41 -10
- package/fesm2022/eui-components-eui-select.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tabs.mjs +43 -29
- package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
- package/package.json +7 -7
|
@@ -220,6 +220,9 @@
|
|
|
220
220
|
<li>
|
|
221
221
|
<a href="#e2eAttr" >e2eAttr</a>
|
|
222
222
|
</li>
|
|
223
|
+
<li>
|
|
224
|
+
<a href="#isHandleChangeTab" >isHandleChangeTab</a>
|
|
225
|
+
</li>
|
|
223
226
|
<li>
|
|
224
227
|
<a href="#isMainNavigation" >isMainNavigation</a>
|
|
225
228
|
</li>
|
|
@@ -293,6 +296,9 @@
|
|
|
293
296
|
<li>
|
|
294
297
|
<a href="#isMainNavigation" >isMainNavigation</a>
|
|
295
298
|
</li>
|
|
299
|
+
<li>
|
|
300
|
+
<a href="#isHandleChangeTab" >isHandleChangeTab</a>
|
|
301
|
+
</li>
|
|
296
302
|
<li>
|
|
297
303
|
<a href="#isSubTabs" >isSubTabs</a>
|
|
298
304
|
</li>
|
|
@@ -418,6 +424,22 @@
|
|
|
418
424
|
</tr>
|
|
419
425
|
</tbody>
|
|
420
426
|
</table>
|
|
427
|
+
<table class="table table-sm table-bordered">
|
|
428
|
+
<tbody>
|
|
429
|
+
<tr>
|
|
430
|
+
<td class="col-md-4">
|
|
431
|
+
<a name="isHandleChangeTab"></a>
|
|
432
|
+
<b>isHandleChangeTab</b>
|
|
433
|
+
</td>
|
|
434
|
+
</tr>
|
|
435
|
+
<tr>
|
|
436
|
+
<td class="col-md-4">
|
|
437
|
+
<i>Type : </i> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/boolean" target="_blank" >boolean</a></code>
|
|
438
|
+
|
|
439
|
+
</td>
|
|
440
|
+
</tr>
|
|
441
|
+
</tbody>
|
|
442
|
+
</table>
|
|
421
443
|
<table class="table table-sm table-bordered">
|
|
422
444
|
<tbody>
|
|
423
445
|
<tr>
|
|
@@ -1372,6 +1394,65 @@
|
|
|
1372
1394
|
</tr>
|
|
1373
1395
|
</tbody>
|
|
1374
1396
|
</table>
|
|
1397
|
+
<table class="table table-sm table-bordered">
|
|
1398
|
+
<tbody>
|
|
1399
|
+
<tr>
|
|
1400
|
+
<td class="col-md-4">
|
|
1401
|
+
<a name="isHandleChangeTab"></a>
|
|
1402
|
+
<span class="name"><b>isHandleChangeTab</b><a href="#isHandleChangeTab"><span class="icon ion-ios-link"></span></a></span>
|
|
1403
|
+
</td>
|
|
1404
|
+
</tr>
|
|
1405
|
+
|
|
1406
|
+
<tr>
|
|
1407
|
+
<td class="col-md-4">
|
|
1408
|
+
<span class="accessor"><b>get</b><code>isHandleChangeTab()</code></span>
|
|
1409
|
+
</td>
|
|
1410
|
+
</tr>
|
|
1411
|
+
|
|
1412
|
+
<tr>
|
|
1413
|
+
<td class="col-md-4">
|
|
1414
|
+
<span class="accessor"><b>set</b><code>isHandleChangeTab(value: BooleanInput)</code></span>
|
|
1415
|
+
</td>
|
|
1416
|
+
</tr>
|
|
1417
|
+
<tr>
|
|
1418
|
+
<td class="col-md-4">
|
|
1419
|
+
|
|
1420
|
+
<div class="io-description">
|
|
1421
|
+
<b>Parameters :</b>
|
|
1422
|
+
<table class="params">
|
|
1423
|
+
<thead>
|
|
1424
|
+
<tr>
|
|
1425
|
+
<td>Name</td>
|
|
1426
|
+
<td>Type</td>
|
|
1427
|
+
<td>Optional</td>
|
|
1428
|
+
</tr>
|
|
1429
|
+
</thead>
|
|
1430
|
+
<tbody>
|
|
1431
|
+
<tr>
|
|
1432
|
+
<td>value</td>
|
|
1433
|
+
|
|
1434
|
+
<td>
|
|
1435
|
+
<code>BooleanInput</code>
|
|
1436
|
+
</td>
|
|
1437
|
+
|
|
1438
|
+
<td>
|
|
1439
|
+
No
|
|
1440
|
+
</td>
|
|
1441
|
+
|
|
1442
|
+
</tr>
|
|
1443
|
+
</tbody>
|
|
1444
|
+
</table>
|
|
1445
|
+
</div>
|
|
1446
|
+
<div>
|
|
1447
|
+
</div>
|
|
1448
|
+
<div class="io-description">
|
|
1449
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
1450
|
+
|
|
1451
|
+
</div>
|
|
1452
|
+
</td>
|
|
1453
|
+
</tr>
|
|
1454
|
+
</tbody>
|
|
1455
|
+
</table>
|
|
1375
1456
|
<table class="table table-sm table-bordered">
|
|
1376
1457
|
<tbody>
|
|
1377
1458
|
<tr>
|
package/docs/dependencies.html
CHANGED
|
@@ -245,9 +245,9 @@
|
|
|
245
245
|
<li>
|
|
246
246
|
<b>eslint-plugin-prettier</b> : 4.2.1</li>
|
|
247
247
|
<li>
|
|
248
|
-
<b>@eui/styles-base</b> : 16.0.0-next.
|
|
248
|
+
<b>@eui/styles-base</b> : 16.0.0-next.15</li>
|
|
249
249
|
<li>
|
|
250
|
-
<b>@eui/ecl</b> : 16.0.0-next.
|
|
250
|
+
<b>@eui/ecl</b> : 16.0.0-next.15</li>
|
|
251
251
|
<li>
|
|
252
252
|
<b>@eui/tools</b> : ^6.0.0</li>
|
|
253
253
|
</ul>
|
|
@@ -116,6 +116,9 @@
|
|
|
116
116
|
<li>
|
|
117
117
|
<a href="#label" >label</a>
|
|
118
118
|
</li>
|
|
119
|
+
<li>
|
|
120
|
+
<a href="#ngValue" >ngValue</a>
|
|
121
|
+
</li>
|
|
119
122
|
<li>
|
|
120
123
|
<a href="#selected" >selected</a>
|
|
121
124
|
</li>
|
|
@@ -137,6 +140,9 @@
|
|
|
137
140
|
<li>
|
|
138
141
|
<a href="#selected" >selected</a>
|
|
139
142
|
</li>
|
|
143
|
+
<li>
|
|
144
|
+
<a href="#ngValue" >ngValue</a>
|
|
145
|
+
</li>
|
|
140
146
|
</ul>
|
|
141
147
|
</td>
|
|
142
148
|
</tr>
|
|
@@ -254,6 +260,22 @@
|
|
|
254
260
|
</tr>
|
|
255
261
|
</tbody>
|
|
256
262
|
</table>
|
|
263
|
+
<table class="table table-sm table-bordered">
|
|
264
|
+
<tbody>
|
|
265
|
+
<tr>
|
|
266
|
+
<td class="col-md-4">
|
|
267
|
+
<a name="ngValue"></a>
|
|
268
|
+
<b>ngValue</b>
|
|
269
|
+
</td>
|
|
270
|
+
</tr>
|
|
271
|
+
<tr>
|
|
272
|
+
<td class="col-md-4">
|
|
273
|
+
<i>Type : </i> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
274
|
+
|
|
275
|
+
</td>
|
|
276
|
+
</tr>
|
|
277
|
+
</tbody>
|
|
278
|
+
</table>
|
|
257
279
|
<table class="table table-sm table-bordered">
|
|
258
280
|
<tbody>
|
|
259
281
|
<tr>
|
|
@@ -339,6 +361,63 @@
|
|
|
339
361
|
</tr>
|
|
340
362
|
</tbody>
|
|
341
363
|
</table>
|
|
364
|
+
<table class="table table-sm table-bordered">
|
|
365
|
+
<tbody>
|
|
366
|
+
<tr>
|
|
367
|
+
<td class="col-md-4">
|
|
368
|
+
<a name="ngValue"></a>
|
|
369
|
+
<span class="name"><b>ngValue</b><a href="#ngValue"><span class="icon ion-ios-link"></span></a></span>
|
|
370
|
+
</td>
|
|
371
|
+
</tr>
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
<tr>
|
|
375
|
+
<td class="col-md-4">
|
|
376
|
+
<span class="accessor"><b>set</b><code>ngValue(value: <a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank">any</a>)</code></span>
|
|
377
|
+
</td>
|
|
378
|
+
</tr>
|
|
379
|
+
<tr>
|
|
380
|
+
<td class="col-md-4">
|
|
381
|
+
<div class="io-description"><p>Tracks the value bound to the option element. Unlike the value binding,
|
|
382
|
+
ngValue supports binding to objects.</p>
|
|
383
|
+
</div>
|
|
384
|
+
|
|
385
|
+
<div class="io-description">
|
|
386
|
+
<b>Parameters :</b>
|
|
387
|
+
<table class="params">
|
|
388
|
+
<thead>
|
|
389
|
+
<tr>
|
|
390
|
+
<td>Name</td>
|
|
391
|
+
<td>Type</td>
|
|
392
|
+
<td>Optional</td>
|
|
393
|
+
</tr>
|
|
394
|
+
</thead>
|
|
395
|
+
<tbody>
|
|
396
|
+
<tr>
|
|
397
|
+
<td>value</td>
|
|
398
|
+
|
|
399
|
+
<td>
|
|
400
|
+
<code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >any</a></code>
|
|
401
|
+
</td>
|
|
402
|
+
|
|
403
|
+
<td>
|
|
404
|
+
No
|
|
405
|
+
</td>
|
|
406
|
+
|
|
407
|
+
</tr>
|
|
408
|
+
</tbody>
|
|
409
|
+
</table>
|
|
410
|
+
</div>
|
|
411
|
+
<div>
|
|
412
|
+
</div>
|
|
413
|
+
<div class="io-description">
|
|
414
|
+
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
|
415
|
+
|
|
416
|
+
</div>
|
|
417
|
+
</td>
|
|
418
|
+
</tr>
|
|
419
|
+
</tbody>
|
|
420
|
+
</table>
|
|
342
421
|
</section>
|
|
343
422
|
|
|
344
423
|
</div>
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
<tbody>
|
|
158
158
|
<tr>
|
|
159
159
|
<td class="col-md-4">
|
|
160
|
-
<code>constructor(_renderer: <a href="https://angular.io/api/core/Renderer2" target="_blank">Renderer2</a>, _elementRef: <a href="https://angular.io/api/core/ElementRef" target="_blank">ElementRef</a>, selectComponent: <a href="../components/EuiSelectComponent.html" target="_self">EuiSelectComponent</a>)</code>
|
|
160
|
+
<code>constructor(_renderer: <a href="https://angular.io/api/core/Renderer2" target="_blank">Renderer2</a>, _elementRef: <a href="https://angular.io/api/core/ElementRef" target="_blank">ElementRef</a>, selectComponent: <a href="../components/EuiSelectComponent.html" target="_self">EuiSelectComponent</a>, injector: <a href="https://angular.io/api/core/Injector" target="_blank">Injector</a>)</code>
|
|
161
161
|
</td>
|
|
162
162
|
</tr>
|
|
163
163
|
|
|
@@ -210,6 +210,18 @@
|
|
|
210
210
|
</td>
|
|
211
211
|
|
|
212
212
|
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td>injector</td>
|
|
215
|
+
|
|
216
|
+
<td>
|
|
217
|
+
<code><a href="https://angular.io/api/core/Injector" target="_blank" >Injector</a></code>
|
|
218
|
+
</td>
|
|
219
|
+
|
|
220
|
+
<td>
|
|
221
|
+
No
|
|
222
|
+
</td>
|
|
223
|
+
|
|
224
|
+
</tr>
|
|
213
225
|
</tbody>
|
|
214
226
|
</table>
|
|
215
227
|
</div>
|
package/docs/js/menu-wc.js
CHANGED
|
@@ -1766,13 +1766,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
|
1766
1766
|
<a href="modules/EuiOverlayModule.html" data-type="entity-link" >EuiOverlayModule</a>
|
|
1767
1767
|
<li class="chapter inner">
|
|
1768
1768
|
<div class="simple menu-toggler" data-toggle="collapse" ${ isNormalMode ?
|
|
1769
|
-
'data-target="#components-links-module-EuiOverlayModule-
|
|
1769
|
+
'data-target="#components-links-module-EuiOverlayModule-f79152d9c4531122e67e86487aac0c8b4f36bfc37f84ccafb1bcc30b83fe666a9c3919ac47582e167b635cc4e2c37392a17c39d41cc6db0e2b6fc7d42dcef081"' : 'data-target="#xs-components-links-module-EuiOverlayModule-f79152d9c4531122e67e86487aac0c8b4f36bfc37f84ccafb1bcc30b83fe666a9c3919ac47582e167b635cc4e2c37392a17c39d41cc6db0e2b6fc7d42dcef081"' }>
|
|
1770
1770
|
<span class="icon ion-md-cog"></span>
|
|
1771
1771
|
<span>Components</span>
|
|
1772
1772
|
<span class="icon ion-ios-arrow-down"></span>
|
|
1773
1773
|
</div>
|
|
1774
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiOverlayModule-
|
|
1775
|
-
'id="xs-components-links-module-EuiOverlayModule-
|
|
1774
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiOverlayModule-f79152d9c4531122e67e86487aac0c8b4f36bfc37f84ccafb1bcc30b83fe666a9c3919ac47582e167b635cc4e2c37392a17c39d41cc6db0e2b6fc7d42dcef081"' :
|
|
1775
|
+
'id="xs-components-links-module-EuiOverlayModule-f79152d9c4531122e67e86487aac0c8b4f36bfc37f84ccafb1bcc30b83fe666a9c3919ac47582e167b635cc4e2c37392a17c39d41cc6db0e2b6fc7d42dcef081"' }>
|
|
1776
1776
|
<li class="link">
|
|
1777
1777
|
<a href="components/EuiOverlayBodyComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiOverlayBodyComponent</a>
|
|
1778
1778
|
</li>
|