@eui/components 18.0.0-rc.25 → 18.0.0-rc.26

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 (79) hide show
  1. package/docs/components/ChartComponent.html +10 -124
  2. package/docs/components/EuiEditorCountersComponent.html +15 -202
  3. package/docs/components/EuiNotificationItemComponent.html +5 -62
  4. package/docs/components/EuiNotificationItemV2Component.html +5 -62
  5. package/docs/components/EuiNotificationsComponent.html +40 -512
  6. package/docs/components/EuiNotificationsV2Component.html +40 -507
  7. package/docs/components/EuiPaginatorComponent.html +15 -209
  8. package/docs/components/EuiSelectComponent.html +0 -62
  9. package/docs/components/EuiTreeComponent.html +45 -558
  10. package/docs/components/EuiWizardComponent.html +15 -202
  11. package/docs/components/EuiWizardStepComponent.html +30 -388
  12. package/docs/components/QuillEditorComponent.html +20 -326
  13. package/docs/dependencies.html +1 -1
  14. package/docs/directives/AutoResizeDirective.html +5 -62
  15. package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
  16. package/docs/js/menu-wc.js +3 -3
  17. package/docs/js/menu-wc_es5.js +1 -1
  18. package/docs/js/search/search_index.js +2 -2
  19. package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
  20. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
  21. package/esm2022/eui-select/eui-select.component.mjs +5 -10
  22. package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
  23. package/esm2022/eui-tree/eui-tree.component.mjs +31 -78
  24. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
  25. package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
  26. package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
  27. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
  28. package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
  29. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
  30. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
  31. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
  32. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
  33. package/eui-paginator/eui-paginator.component.d.ts +6 -10
  34. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  35. package/eui-select/eui-select-option.directive.d.ts +2 -4
  36. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  37. package/eui-select/eui-select.component.d.ts +2 -3
  38. package/eui-select/eui-select.component.d.ts.map +1 -1
  39. package/eui-textarea/auto-resize.directive.d.ts +3 -5
  40. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  41. package/eui-tree/eui-tree.component.d.ts +18 -28
  42. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  43. package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
  44. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  45. package/eui-wizard/eui-wizard.component.d.ts +6 -10
  46. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  47. package/externals/charts/chart/chart.component.d.ts +4 -7
  48. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  49. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
  50. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  51. package/externals/quill/quill-editor.component.d.ts +10 -16
  52. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  53. package/fesm2022/eui-components-eui-paginator.mjs +11 -27
  54. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  55. package/fesm2022/eui-components-eui-select.mjs +8 -18
  56. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  57. package/fesm2022/eui-components-eui-textarea.mjs +4 -9
  58. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  59. package/fesm2022/eui-components-eui-tree.mjs +30 -77
  60. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  61. package/fesm2022/eui-components-eui-wizard.mjs +30 -76
  62. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  63. package/fesm2022/eui-components-externals-charts.mjs +8 -11
  64. package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
  65. package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
  66. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  67. package/fesm2022/eui-components-externals-quill.mjs +16 -42
  68. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  69. package/fesm2022/eui-components-layout.mjs +61 -157
  70. package/fesm2022/eui-components-layout.mjs.map +1 -1
  71. package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
  72. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  73. package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
  74. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  75. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
  76. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  77. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
  78. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  79. package/package.json +3 -3
@@ -187,9 +187,6 @@
187
187
  <tr>
188
188
  <td class="col-md-4">
189
189
  <ul class="index-list">
190
- <li>
191
- <a href="#_isHidden" >_isHidden</a>
192
- </li>
193
190
  <li>
194
191
  <span class="modifier">Public</span>
195
192
  <a href="#EuiAppShellService" >EuiAppShellService</a>
@@ -351,15 +348,6 @@
351
348
  <li>
352
349
  <a href="#cssClasses" >cssClasses</a>
353
350
  </li>
354
- <li>
355
- <a href="#isHidden" >isHidden</a>
356
- </li>
357
- <li>
358
- <a href="#hasPageNumberNavigation" >hasPageNumberNavigation</a>
359
- </li>
360
- <li>
361
- <a href="#hasDynamicLength" >hasDynamicLength</a>
362
- </li>
363
351
  <li>
364
352
  <a href="#pageNumberNavigation" >pageNumberNavigation</a>
365
353
  </li>
@@ -463,6 +451,11 @@
463
451
 
464
452
  </td>
465
453
  </tr>
454
+ <tr>
455
+ <td class="col-md-4">
456
+ <i>Default value : </i><code>false</code>
457
+ </td>
458
+ </tr>
466
459
  </tbody>
467
460
  </table>
468
461
  <table class="table table-sm table-bordered">
@@ -479,6 +472,11 @@
479
472
 
480
473
  </td>
481
474
  </tr>
475
+ <tr>
476
+ <td class="col-md-4">
477
+ <i>Default value : </i><code>false</code>
478
+ </td>
479
+ </tr>
482
480
  </tbody>
483
481
  </table>
484
482
  <table class="table table-sm table-bordered">
@@ -495,6 +493,11 @@
495
493
 
496
494
  </td>
497
495
  </tr>
496
+ <tr>
497
+ <td class="col-md-4">
498
+ <i>Default value : </i><code>false</code>
499
+ </td>
500
+ </tr>
498
501
  </tbody>
499
502
  </table>
500
503
  <table class="table table-sm table-bordered">
@@ -1145,26 +1148,6 @@
1145
1148
  <h3 id="inputs">
1146
1149
  Properties
1147
1150
  </h3>
1148
- <table class="table table-sm table-bordered">
1149
- <tbody>
1150
- <tr>
1151
- <td class="col-md-4">
1152
- <a name="_isHidden"></a>
1153
- <span class="name">
1154
- <span ><b>_isHidden</b></span>
1155
- <a href="#_isHidden"><span class="icon ion-ios-link"></span></a>
1156
- </span>
1157
- </td>
1158
- </tr>
1159
- <tr>
1160
- <td class="col-md-4">
1161
- <i>Default value : </i><code>false</code>
1162
- </td>
1163
- </tr>
1164
-
1165
-
1166
- </tbody>
1167
- </table>
1168
1151
  <table class="table table-sm table-bordered">
1169
1152
  <tbody>
1170
1153
  <tr>
@@ -1330,183 +1313,6 @@
1330
1313
 
1331
1314
  </tbody>
1332
1315
  </table>
1333
- <table class="table table-sm table-bordered">
1334
- <tbody>
1335
- <tr>
1336
- <td class="col-md-4">
1337
- <a name="isHidden"></a>
1338
- <span class="name"><b>isHidden</b><a href="#isHidden"><span class="icon ion-ios-link"></span></a></span>
1339
- </td>
1340
- </tr>
1341
-
1342
- <tr>
1343
- <td class="col-md-4">
1344
- <span class="accessor"><b>get</b><code>isHidden()</code></span>
1345
- </td>
1346
- </tr>
1347
-
1348
- <tr>
1349
- <td class="col-md-4">
1350
- <span class="accessor"><b>set</b><code>isHidden(value: BooleanInput)</code></span>
1351
- </td>
1352
- </tr>
1353
- <tr>
1354
- <td class="col-md-4">
1355
-
1356
- <div class="io-description">
1357
- <b>Parameters :</b>
1358
- <table class="params">
1359
- <thead>
1360
- <tr>
1361
- <td>Name</td>
1362
- <td>Type</td>
1363
- <td>Optional</td>
1364
- </tr>
1365
- </thead>
1366
- <tbody>
1367
- <tr>
1368
- <td>value</td>
1369
-
1370
- <td>
1371
- <code>BooleanInput</code>
1372
- </td>
1373
-
1374
- <td>
1375
- No
1376
- </td>
1377
-
1378
- </tr>
1379
- </tbody>
1380
- </table>
1381
- </div>
1382
- <div>
1383
- </div>
1384
- <div class="io-description">
1385
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1386
-
1387
- </div>
1388
- </td>
1389
- </tr>
1390
- </tbody>
1391
- </table>
1392
- <table class="table table-sm table-bordered">
1393
- <tbody>
1394
- <tr>
1395
- <td class="col-md-4">
1396
- <a name="hasPageNumberNavigation"></a>
1397
- <span class="name"><b>hasPageNumberNavigation</b><a href="#hasPageNumberNavigation"><span class="icon ion-ios-link"></span></a></span>
1398
- </td>
1399
- </tr>
1400
-
1401
- <tr>
1402
- <td class="col-md-4">
1403
- <span class="accessor"><b>get</b><code>hasPageNumberNavigation()</code></span>
1404
- </td>
1405
- </tr>
1406
-
1407
- <tr>
1408
- <td class="col-md-4">
1409
- <span class="accessor"><b>set</b><code>hasPageNumberNavigation(value: BooleanInput)</code></span>
1410
- </td>
1411
- </tr>
1412
- <tr>
1413
- <td class="col-md-4">
1414
-
1415
- <div class="io-description">
1416
- <b>Parameters :</b>
1417
- <table class="params">
1418
- <thead>
1419
- <tr>
1420
- <td>Name</td>
1421
- <td>Type</td>
1422
- <td>Optional</td>
1423
- </tr>
1424
- </thead>
1425
- <tbody>
1426
- <tr>
1427
- <td>value</td>
1428
-
1429
- <td>
1430
- <code>BooleanInput</code>
1431
- </td>
1432
-
1433
- <td>
1434
- No
1435
- </td>
1436
-
1437
- </tr>
1438
- </tbody>
1439
- </table>
1440
- </div>
1441
- <div>
1442
- </div>
1443
- <div class="io-description">
1444
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1445
-
1446
- </div>
1447
- </td>
1448
- </tr>
1449
- </tbody>
1450
- </table>
1451
- <table class="table table-sm table-bordered">
1452
- <tbody>
1453
- <tr>
1454
- <td class="col-md-4">
1455
- <a name="hasDynamicLength"></a>
1456
- <span class="name"><b>hasDynamicLength</b><a href="#hasDynamicLength"><span class="icon ion-ios-link"></span></a></span>
1457
- </td>
1458
- </tr>
1459
-
1460
- <tr>
1461
- <td class="col-md-4">
1462
- <span class="accessor"><b>get</b><code>hasDynamicLength()</code></span>
1463
- </td>
1464
- </tr>
1465
-
1466
- <tr>
1467
- <td class="col-md-4">
1468
- <span class="accessor"><b>set</b><code>hasDynamicLength(value: BooleanInput)</code></span>
1469
- </td>
1470
- </tr>
1471
- <tr>
1472
- <td class="col-md-4">
1473
-
1474
- <div class="io-description">
1475
- <b>Parameters :</b>
1476
- <table class="params">
1477
- <thead>
1478
- <tr>
1479
- <td>Name</td>
1480
- <td>Type</td>
1481
- <td>Optional</td>
1482
- </tr>
1483
- </thead>
1484
- <tbody>
1485
- <tr>
1486
- <td>value</td>
1487
-
1488
- <td>
1489
- <code>BooleanInput</code>
1490
- </td>
1491
-
1492
- <td>
1493
- No
1494
- </td>
1495
-
1496
- </tr>
1497
- </tbody>
1498
- </table>
1499
- </div>
1500
- <div>
1501
- </div>
1502
- <div class="io-description">
1503
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
1504
-
1505
- </div>
1506
- </td>
1507
- </tr>
1508
- </tbody>
1509
- </table>
1510
1316
  <table class="table table-sm table-bordered">
1511
1317
  <tbody>
1512
1318
  <tr>
@@ -239,9 +239,6 @@
239
239
  <tr>
240
240
  <td class="col-md-4">
241
241
  <ul class="index-list">
242
- <li>
243
- <a href="#readonly" >readonly</a>
244
- </li>
245
242
  <li>
246
243
  <a href="#isInvalid" >isInvalid</a>
247
244
  </li>
@@ -522,65 +519,6 @@
522
519
  <h3 id="accessors">
523
520
  Accessors
524
521
  </h3>
525
- <table class="table table-sm table-bordered">
526
- <tbody>
527
- <tr>
528
- <td class="col-md-4">
529
- <a name="readonly"></a>
530
- <span class="name"><b>readonly</b><a href="#readonly"><span class="icon ion-ios-link"></span></a></span>
531
- </td>
532
- </tr>
533
-
534
- <tr>
535
- <td class="col-md-4">
536
- <span class="accessor"><b>get</b><code>readonly()</code></span>
537
- </td>
538
- </tr>
539
-
540
- <tr>
541
- <td class="col-md-4">
542
- <span class="accessor"><b>set</b><code>readonly(value: BooleanInput)</code></span>
543
- </td>
544
- </tr>
545
- <tr>
546
- <td class="col-md-4">
547
-
548
- <div class="io-description">
549
- <b>Parameters :</b>
550
- <table class="params">
551
- <thead>
552
- <tr>
553
- <td>Name</td>
554
- <td>Type</td>
555
- <td>Optional</td>
556
- </tr>
557
- </thead>
558
- <tbody>
559
- <tr>
560
- <td>value</td>
561
-
562
- <td>
563
- <code>BooleanInput</code>
564
- </td>
565
-
566
- <td>
567
- No
568
- </td>
569
-
570
- </tr>
571
- </tbody>
572
- </table>
573
- </div>
574
- <div>
575
- </div>
576
- <div class="io-description">
577
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
578
-
579
- </div>
580
- </td>
581
- </tr>
582
- </tbody>
583
- </table>
584
522
  <table class="table table-sm table-bordered">
585
523
  <tbody>
586
524
  <tr>