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

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 (107) 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/EuiPageColumnComponent.html +2 -2
  8. package/docs/components/EuiPaginatorComponent.html +15 -209
  9. package/docs/components/EuiSelectComponent.html +0 -62
  10. package/docs/components/EuiTreeComponent.html +45 -558
  11. package/docs/components/EuiWizardComponent.html +15 -202
  12. package/docs/components/EuiWizardStepComponent.html +30 -388
  13. package/docs/components/QuillEditorComponent.html +20 -326
  14. package/docs/dependencies.html +1 -3
  15. package/docs/directives/AutoResizeDirective.html +5 -62
  16. package/docs/directives/EuiNgSelectOptionDirective.html +0 -62
  17. package/docs/js/menu-wc.js +3 -3
  18. package/docs/js/menu-wc_es5.js +1 -1
  19. package/docs/js/search/search_index.js +2 -2
  20. package/esm2022/eui-card/eui-card.component.mjs +2 -2
  21. package/esm2022/eui-fieldset/eui-fieldset.component.mjs +2 -2
  22. package/esm2022/eui-overlay/eui-overlay.component.mjs +2 -2
  23. package/esm2022/eui-page/components/eui-page-column/eui-page-column.component.mjs +9 -6
  24. package/esm2022/eui-page/eui-page.component.mjs +2 -2
  25. package/esm2022/eui-paginator/eui-paginator.component.mjs +12 -28
  26. package/esm2022/eui-select/eui-select-option.directive.mjs +6 -12
  27. package/esm2022/eui-select/eui-select.component.mjs +6 -11
  28. package/esm2022/eui-table/eui-table.component.mjs +2 -2
  29. package/esm2022/eui-table-v2/eui-table-v2.component.mjs +2 -2
  30. package/esm2022/eui-tabs/eui-tab/eui-tab.component.mjs +2 -2
  31. package/esm2022/eui-tabs/eui-tabs.component.mjs +2 -2
  32. package/esm2022/eui-textarea/auto-resize.directive.mjs +7 -12
  33. package/esm2022/eui-textarea/eui-textarea.component.mjs +2 -2
  34. package/esm2022/eui-tree/eui-tree.component.mjs +32 -79
  35. package/esm2022/eui-wizard/eui-wizard-step.component.mjs +21 -52
  36. package/esm2022/eui-wizard/eui-wizard.component.mjs +12 -28
  37. package/esm2022/externals/charts/chart/chart.component.mjs +9 -12
  38. package/esm2022/externals/eui-editor/counters/eui-editor-counters.component.mjs +12 -28
  39. package/esm2022/externals/quill/quill-editor.component.mjs +17 -43
  40. package/esm2022/layout/eui-app/eui-app-sidebar/sidebar.component.mjs +2 -2
  41. package/esm2022/layout/eui-notifications/eui-notification-item.component.mjs +6 -12
  42. package/esm2022/layout/eui-notifications/eui-notifications.component.mjs +27 -68
  43. package/esm2022/layout/eui-notifications-v2/eui-notification-item.component.mjs +6 -12
  44. package/esm2022/layout/eui-notifications-v2/eui-notifications.component.mjs +30 -77
  45. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts +1 -1
  46. package/eui-page/components/eui-page-column/eui-page-column.component.d.ts.map +1 -1
  47. package/eui-paginator/eui-paginator.component.d.ts +6 -10
  48. package/eui-paginator/eui-paginator.component.d.ts.map +1 -1
  49. package/eui-select/eui-select-option.directive.d.ts +2 -4
  50. package/eui-select/eui-select-option.directive.d.ts.map +1 -1
  51. package/eui-select/eui-select.component.d.ts +2 -3
  52. package/eui-select/eui-select.component.d.ts.map +1 -1
  53. package/eui-textarea/auto-resize.directive.d.ts +3 -5
  54. package/eui-textarea/auto-resize.directive.d.ts.map +1 -1
  55. package/eui-tree/eui-tree.component.d.ts +18 -28
  56. package/eui-tree/eui-tree.component.d.ts.map +1 -1
  57. package/eui-wizard/eui-wizard-step.component.d.ts +12 -19
  58. package/eui-wizard/eui-wizard-step.component.d.ts.map +1 -1
  59. package/eui-wizard/eui-wizard.component.d.ts +6 -10
  60. package/eui-wizard/eui-wizard.component.d.ts.map +1 -1
  61. package/externals/charts/chart/chart.component.d.ts +4 -7
  62. package/externals/charts/chart/chart.component.d.ts.map +1 -1
  63. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts +6 -10
  64. package/externals/eui-editor/counters/eui-editor-counters.component.d.ts.map +1 -1
  65. package/externals/quill/quill-editor.component.d.ts +10 -16
  66. package/externals/quill/quill-editor.component.d.ts.map +1 -1
  67. package/fesm2022/eui-components-eui-card.mjs +2 -2
  68. package/fesm2022/eui-components-eui-card.mjs.map +1 -1
  69. package/fesm2022/eui-components-eui-fieldset.mjs +2 -2
  70. package/fesm2022/eui-components-eui-fieldset.mjs.map +1 -1
  71. package/fesm2022/eui-components-eui-overlay.mjs +2 -2
  72. package/fesm2022/eui-components-eui-overlay.mjs.map +1 -1
  73. package/fesm2022/eui-components-eui-page.mjs +9 -7
  74. package/fesm2022/eui-components-eui-page.mjs.map +1 -1
  75. package/fesm2022/eui-components-eui-paginator.mjs +11 -27
  76. package/fesm2022/eui-components-eui-paginator.mjs.map +1 -1
  77. package/fesm2022/eui-components-eui-select.mjs +9 -19
  78. package/fesm2022/eui-components-eui-select.mjs.map +1 -1
  79. package/fesm2022/eui-components-eui-table-v2.mjs +2 -2
  80. package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
  81. package/fesm2022/eui-components-eui-table.mjs +2 -2
  82. package/fesm2022/eui-components-eui-table.mjs.map +1 -1
  83. package/fesm2022/eui-components-eui-tabs.mjs +4 -4
  84. package/fesm2022/eui-components-eui-tabs.mjs.map +1 -1
  85. package/fesm2022/eui-components-eui-textarea.mjs +6 -11
  86. package/fesm2022/eui-components-eui-textarea.mjs.map +1 -1
  87. package/fesm2022/eui-components-eui-tree.mjs +31 -78
  88. package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
  89. package/fesm2022/eui-components-eui-wizard.mjs +30 -76
  90. package/fesm2022/eui-components-eui-wizard.mjs.map +1 -1
  91. package/fesm2022/eui-components-externals-charts.mjs +8 -11
  92. package/fesm2022/eui-components-externals-charts.mjs.map +1 -1
  93. package/fesm2022/eui-components-externals-eui-editor.mjs +11 -26
  94. package/fesm2022/eui-components-externals-eui-editor.mjs.map +1 -1
  95. package/fesm2022/eui-components-externals-quill.mjs +16 -42
  96. package/fesm2022/eui-components-externals-quill.mjs.map +1 -1
  97. package/fesm2022/eui-components-layout.mjs +63 -159
  98. package/fesm2022/eui-components-layout.mjs.map +1 -1
  99. package/layout/eui-notifications/eui-notification-item.component.d.ts +2 -4
  100. package/layout/eui-notifications/eui-notification-item.component.d.ts.map +1 -1
  101. package/layout/eui-notifications/eui-notifications.component.d.ts +16 -25
  102. package/layout/eui-notifications/eui-notifications.component.d.ts.map +1 -1
  103. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts +2 -4
  104. package/layout/eui-notifications-v2/eui-notification-item.component.d.ts.map +1 -1
  105. package/layout/eui-notifications-v2/eui-notifications.component.d.ts +16 -25
  106. package/layout/eui-notifications-v2/eui-notifications.component.d.ts.map +1 -1
  107. package/package.json +3 -3
@@ -357,12 +357,6 @@
357
357
  <tr>
358
358
  <td class="col-md-4">
359
359
  <ul class="index-list">
360
- <li>
361
- <a href="#autoUpdateSeries" >autoUpdateSeries</a>
362
- </li>
363
- <li>
364
- <a href="#hasTableLegend" >hasTableLegend</a>
365
- </li>
366
360
  <li>
367
361
  <a href="#chartType" >chartType</a>
368
362
  </li>
@@ -412,6 +406,11 @@
412
406
 
413
407
  </td>
414
408
  </tr>
409
+ <tr>
410
+ <td class="col-md-4">
411
+ <i>Default value : </i><code>true</code>
412
+ </td>
413
+ </tr>
415
414
  </tbody>
416
415
  </table>
417
416
  <table class="table table-sm table-bordered">
@@ -524,6 +523,11 @@
524
523
 
525
524
  </td>
526
525
  </tr>
526
+ <tr>
527
+ <td class="col-md-4">
528
+ <i>Default value : </i><code>false</code>
529
+ </td>
530
+ </tr>
527
531
  </tbody>
528
532
  </table>
529
533
  <table class="table table-sm table-bordered">
@@ -2059,124 +2063,6 @@
2059
2063
  <h3 id="accessors">
2060
2064
  Accessors
2061
2065
  </h3>
2062
- <table class="table table-sm table-bordered">
2063
- <tbody>
2064
- <tr>
2065
- <td class="col-md-4">
2066
- <a name="autoUpdateSeries"></a>
2067
- <span class="name"><b>autoUpdateSeries</b><a href="#autoUpdateSeries"><span class="icon ion-ios-link"></span></a></span>
2068
- </td>
2069
- </tr>
2070
-
2071
- <tr>
2072
- <td class="col-md-4">
2073
- <span class="accessor"><b>get</b><code>autoUpdateSeries()</code></span>
2074
- </td>
2075
- </tr>
2076
-
2077
- <tr>
2078
- <td class="col-md-4">
2079
- <span class="accessor"><b>set</b><code>autoUpdateSeries(value: BooleanInput)</code></span>
2080
- </td>
2081
- </tr>
2082
- <tr>
2083
- <td class="col-md-4">
2084
-
2085
- <div class="io-description">
2086
- <b>Parameters :</b>
2087
- <table class="params">
2088
- <thead>
2089
- <tr>
2090
- <td>Name</td>
2091
- <td>Type</td>
2092
- <td>Optional</td>
2093
- </tr>
2094
- </thead>
2095
- <tbody>
2096
- <tr>
2097
- <td>value</td>
2098
-
2099
- <td>
2100
- <code>BooleanInput</code>
2101
- </td>
2102
-
2103
- <td>
2104
- No
2105
- </td>
2106
-
2107
- </tr>
2108
- </tbody>
2109
- </table>
2110
- </div>
2111
- <div>
2112
- </div>
2113
- <div class="io-description">
2114
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2115
-
2116
- </div>
2117
- </td>
2118
- </tr>
2119
- </tbody>
2120
- </table>
2121
- <table class="table table-sm table-bordered">
2122
- <tbody>
2123
- <tr>
2124
- <td class="col-md-4">
2125
- <a name="hasTableLegend"></a>
2126
- <span class="name"><b>hasTableLegend</b><a href="#hasTableLegend"><span class="icon ion-ios-link"></span></a></span>
2127
- </td>
2128
- </tr>
2129
-
2130
- <tr>
2131
- <td class="col-md-4">
2132
- <span class="accessor"><b>get</b><code>hasTableLegend()</code></span>
2133
- </td>
2134
- </tr>
2135
-
2136
- <tr>
2137
- <td class="col-md-4">
2138
- <span class="accessor"><b>set</b><code>hasTableLegend(value: BooleanInput)</code></span>
2139
- </td>
2140
- </tr>
2141
- <tr>
2142
- <td class="col-md-4">
2143
-
2144
- <div class="io-description">
2145
- <b>Parameters :</b>
2146
- <table class="params">
2147
- <thead>
2148
- <tr>
2149
- <td>Name</td>
2150
- <td>Type</td>
2151
- <td>Optional</td>
2152
- </tr>
2153
- </thead>
2154
- <tbody>
2155
- <tr>
2156
- <td>value</td>
2157
-
2158
- <td>
2159
- <code>BooleanInput</code>
2160
- </td>
2161
-
2162
- <td>
2163
- No
2164
- </td>
2165
-
2166
- </tr>
2167
- </tbody>
2168
- </table>
2169
- </div>
2170
- <div>
2171
- </div>
2172
- <div class="io-description">
2173
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
2174
-
2175
- </div>
2176
- </td>
2177
- </tr>
2178
- </tbody>
2179
- </table>
2180
2066
  <table class="table table-sm table-bordered">
2181
2067
  <tbody>
2182
2068
  <tr>
@@ -203,26 +203,6 @@
203
203
 
204
204
 
205
205
 
206
- <tr>
207
- <td class="col-md-4">
208
- <h6><b>Accessors</b></h6>
209
- </td>
210
- </tr>
211
- <tr>
212
- <td class="col-md-4">
213
- <ul class="index-list">
214
- <li>
215
- <a href="#isMaxLengthValid" >isMaxLengthValid</a>
216
- </li>
217
- <li>
218
- <a href="#hasCharactersCounter" >hasCharactersCounter</a>
219
- </li>
220
- <li>
221
- <a href="#hasWordsCounter" >hasWordsCounter</a>
222
- </li>
223
- </ul>
224
- </td>
225
- </tr>
226
206
  </tbody>
227
207
  </table>
228
208
  </section>
@@ -281,6 +261,11 @@
281
261
 
282
262
  </td>
283
263
  </tr>
264
+ <tr>
265
+ <td class="col-md-4">
266
+ <i>Default value : </i><code>true</code>
267
+ </td>
268
+ </tr>
284
269
  </tbody>
285
270
  </table>
286
271
  <table class="table table-sm table-bordered">
@@ -297,6 +282,11 @@
297
282
 
298
283
  </td>
299
284
  </tr>
285
+ <tr>
286
+ <td class="col-md-4">
287
+ <i>Default value : </i><code>true</code>
288
+ </td>
289
+ </tr>
300
290
  </tbody>
301
291
  </table>
302
292
  <table class="table table-sm table-bordered">
@@ -313,6 +303,11 @@
313
303
 
314
304
  </td>
315
305
  </tr>
306
+ <tr>
307
+ <td class="col-md-4">
308
+ <i>Default value : </i><code>true</code>
309
+ </td>
310
+ </tr>
316
311
  </tbody>
317
312
  </table>
318
313
  <table class="table table-sm table-bordered">
@@ -358,188 +353,6 @@
358
353
 
359
354
 
360
355
 
361
- <section data-compodoc="block-accessors">
362
- <h3 id="accessors">
363
- Accessors
364
- </h3>
365
- <table class="table table-sm table-bordered">
366
- <tbody>
367
- <tr>
368
- <td class="col-md-4">
369
- <a name="isMaxLengthValid"></a>
370
- <span class="name"><b>isMaxLengthValid</b><a href="#isMaxLengthValid"><span class="icon ion-ios-link"></span></a></span>
371
- </td>
372
- </tr>
373
-
374
- <tr>
375
- <td class="col-md-4">
376
- <span class="accessor"><b>get</b><code>isMaxLengthValid()</code></span>
377
- </td>
378
- </tr>
379
-
380
- <tr>
381
- <td class="col-md-4">
382
- <span class="accessor"><b>set</b><code>isMaxLengthValid(value: BooleanInput)</code></span>
383
- </td>
384
- </tr>
385
- <tr>
386
- <td class="col-md-4">
387
-
388
- <div class="io-description">
389
- <b>Parameters :</b>
390
- <table class="params">
391
- <thead>
392
- <tr>
393
- <td>Name</td>
394
- <td>Type</td>
395
- <td>Optional</td>
396
- </tr>
397
- </thead>
398
- <tbody>
399
- <tr>
400
- <td>value</td>
401
-
402
- <td>
403
- <code>BooleanInput</code>
404
- </td>
405
-
406
- <td>
407
- No
408
- </td>
409
-
410
- </tr>
411
- </tbody>
412
- </table>
413
- </div>
414
- <div>
415
- </div>
416
- <div class="io-description">
417
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
418
-
419
- </div>
420
- </td>
421
- </tr>
422
- </tbody>
423
- </table>
424
- <table class="table table-sm table-bordered">
425
- <tbody>
426
- <tr>
427
- <td class="col-md-4">
428
- <a name="hasCharactersCounter"></a>
429
- <span class="name"><b>hasCharactersCounter</b><a href="#hasCharactersCounter"><span class="icon ion-ios-link"></span></a></span>
430
- </td>
431
- </tr>
432
-
433
- <tr>
434
- <td class="col-md-4">
435
- <span class="accessor"><b>get</b><code>hasCharactersCounter()</code></span>
436
- </td>
437
- </tr>
438
-
439
- <tr>
440
- <td class="col-md-4">
441
- <span class="accessor"><b>set</b><code>hasCharactersCounter(value: BooleanInput)</code></span>
442
- </td>
443
- </tr>
444
- <tr>
445
- <td class="col-md-4">
446
-
447
- <div class="io-description">
448
- <b>Parameters :</b>
449
- <table class="params">
450
- <thead>
451
- <tr>
452
- <td>Name</td>
453
- <td>Type</td>
454
- <td>Optional</td>
455
- </tr>
456
- </thead>
457
- <tbody>
458
- <tr>
459
- <td>value</td>
460
-
461
- <td>
462
- <code>BooleanInput</code>
463
- </td>
464
-
465
- <td>
466
- No
467
- </td>
468
-
469
- </tr>
470
- </tbody>
471
- </table>
472
- </div>
473
- <div>
474
- </div>
475
- <div class="io-description">
476
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
477
-
478
- </div>
479
- </td>
480
- </tr>
481
- </tbody>
482
- </table>
483
- <table class="table table-sm table-bordered">
484
- <tbody>
485
- <tr>
486
- <td class="col-md-4">
487
- <a name="hasWordsCounter"></a>
488
- <span class="name"><b>hasWordsCounter</b><a href="#hasWordsCounter"><span class="icon ion-ios-link"></span></a></span>
489
- </td>
490
- </tr>
491
-
492
- <tr>
493
- <td class="col-md-4">
494
- <span class="accessor"><b>get</b><code>hasWordsCounter()</code></span>
495
- </td>
496
- </tr>
497
-
498
- <tr>
499
- <td class="col-md-4">
500
- <span class="accessor"><b>set</b><code>hasWordsCounter(value: BooleanInput)</code></span>
501
- </td>
502
- </tr>
503
- <tr>
504
- <td class="col-md-4">
505
-
506
- <div class="io-description">
507
- <b>Parameters :</b>
508
- <table class="params">
509
- <thead>
510
- <tr>
511
- <td>Name</td>
512
- <td>Type</td>
513
- <td>Optional</td>
514
- </tr>
515
- </thead>
516
- <tbody>
517
- <tr>
518
- <td>value</td>
519
-
520
- <td>
521
- <code>BooleanInput</code>
522
- </td>
523
-
524
- <td>
525
- No
526
- </td>
527
-
528
- </tr>
529
- </tbody>
530
- </table>
531
- </div>
532
- <div>
533
- </div>
534
- <div class="io-description">
535
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
536
-
537
- </div>
538
- </td>
539
- </tr>
540
- </tbody>
541
- </table>
542
- </section>
543
356
  </div>
544
357
 
545
358
 
@@ -260,9 +260,6 @@
260
260
  <tr>
261
261
  <td class="col-md-4">
262
262
  <ul class="index-list">
263
- <li>
264
- <a href="#isShowMarkAsRead" >isShowMarkAsRead</a>
265
- </li>
266
263
  <li>
267
264
  <a href="#iconColor" >iconColor</a>
268
265
  </li>
@@ -311,6 +308,11 @@
311
308
 
312
309
  </td>
313
310
  </tr>
311
+ <tr>
312
+ <td class="col-md-4">
313
+ <i>Default value : </i><code>true</code>
314
+ </td>
315
+ </tr>
314
316
  </tbody>
315
317
  </table>
316
318
  <table class="table table-sm table-bordered">
@@ -587,65 +589,6 @@
587
589
  <h3 id="accessors">
588
590
  Accessors
589
591
  </h3>
590
- <table class="table table-sm table-bordered">
591
- <tbody>
592
- <tr>
593
- <td class="col-md-4">
594
- <a name="isShowMarkAsRead"></a>
595
- <span class="name"><b>isShowMarkAsRead</b><a href="#isShowMarkAsRead"><span class="icon ion-ios-link"></span></a></span>
596
- </td>
597
- </tr>
598
-
599
- <tr>
600
- <td class="col-md-4">
601
- <span class="accessor"><b>get</b><code>isShowMarkAsRead()</code></span>
602
- </td>
603
- </tr>
604
-
605
- <tr>
606
- <td class="col-md-4">
607
- <span class="accessor"><b>set</b><code>isShowMarkAsRead(value: BooleanInput)</code></span>
608
- </td>
609
- </tr>
610
- <tr>
611
- <td class="col-md-4">
612
-
613
- <div class="io-description">
614
- <b>Parameters :</b>
615
- <table class="params">
616
- <thead>
617
- <tr>
618
- <td>Name</td>
619
- <td>Type</td>
620
- <td>Optional</td>
621
- </tr>
622
- </thead>
623
- <tbody>
624
- <tr>
625
- <td>value</td>
626
-
627
- <td>
628
- <code>BooleanInput</code>
629
- </td>
630
-
631
- <td>
632
- No
633
- </td>
634
-
635
- </tr>
636
- </tbody>
637
- </table>
638
- </div>
639
- <div>
640
- </div>
641
- <div class="io-description">
642
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
643
-
644
- </div>
645
- </td>
646
- </tr>
647
- </tbody>
648
- </table>
649
592
  <table class="table table-sm table-bordered">
650
593
  <tbody>
651
594
  <tr>
@@ -260,9 +260,6 @@
260
260
  <tr>
261
261
  <td class="col-md-4">
262
262
  <ul class="index-list">
263
- <li>
264
- <a href="#isShowMarkAsRead" >isShowMarkAsRead</a>
265
- </li>
266
263
  <li>
267
264
  <a href="#iconColor" >iconColor</a>
268
265
  </li>
@@ -311,6 +308,11 @@
311
308
 
312
309
  </td>
313
310
  </tr>
311
+ <tr>
312
+ <td class="col-md-4">
313
+ <i>Default value : </i><code>true</code>
314
+ </td>
315
+ </tr>
314
316
  </tbody>
315
317
  </table>
316
318
  <table class="table table-sm table-bordered">
@@ -587,65 +589,6 @@
587
589
  <h3 id="accessors">
588
590
  Accessors
589
591
  </h3>
590
- <table class="table table-sm table-bordered">
591
- <tbody>
592
- <tr>
593
- <td class="col-md-4">
594
- <a name="isShowMarkAsRead"></a>
595
- <span class="name"><b>isShowMarkAsRead</b><a href="#isShowMarkAsRead"><span class="icon ion-ios-link"></span></a></span>
596
- </td>
597
- </tr>
598
-
599
- <tr>
600
- <td class="col-md-4">
601
- <span class="accessor"><b>get</b><code>isShowMarkAsRead()</code></span>
602
- </td>
603
- </tr>
604
-
605
- <tr>
606
- <td class="col-md-4">
607
- <span class="accessor"><b>set</b><code>isShowMarkAsRead(value: BooleanInput)</code></span>
608
- </td>
609
- </tr>
610
- <tr>
611
- <td class="col-md-4">
612
-
613
- <div class="io-description">
614
- <b>Parameters :</b>
615
- <table class="params">
616
- <thead>
617
- <tr>
618
- <td>Name</td>
619
- <td>Type</td>
620
- <td>Optional</td>
621
- </tr>
622
- </thead>
623
- <tbody>
624
- <tr>
625
- <td>value</td>
626
-
627
- <td>
628
- <code>BooleanInput</code>
629
- </td>
630
-
631
- <td>
632
- No
633
- </td>
634
-
635
- </tr>
636
- </tbody>
637
- </table>
638
- </div>
639
- <div>
640
- </div>
641
- <div class="io-description">
642
- <b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
643
-
644
- </div>
645
- </td>
646
- </tr>
647
- </tbody>
648
- </table>
649
592
  <table class="table table-sm table-bordered">
650
593
  <tbody>
651
594
  <tr>