@eui/components 19.1.2-snapshot-1741681025211 → 19.1.2-snapshot-1741955106555
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/EuiAutocompleteComponent.html +377 -0
- package/docs/components/EuiAutocompleteOptionComponent.html +50 -0
- package/docs/components/EuiAutocompleteOptionGroupComponent.html +38 -0
- package/docs/components/EuiBlockDocumentComponent.html +64 -0
- package/docs/components/EuiDropdownComponent.html +25 -1
- package/docs/components/EuiProgressBarComponent.html +115 -109
- package/docs/components/EuiTableV2Component.html +228 -63
- package/docs/components/EuiTableV2FilterComponent.html +39 -0
- package/docs/components/EuiTableV2SelectableHeaderComponent.html +33 -0
- package/docs/components/EuiTableV2SelectableRowComponent.html +45 -0
- package/docs/components/EuiTableV2SortableColComponent.html +47 -0
- package/docs/dependencies.html +2 -2
- package/docs/directives/EuiDropdownContentDirective.html +69 -0
- package/docs/directives/EuiTableV2ExpandableRowDirective.html +7 -0
- package/docs/directives/EuiTableV2StickyColDirective.html +7 -0
- package/docs/injectables/EuiTableV2SelectableRowService.html +106 -0
- package/docs/injectables/EuiTableV2SortService.html +47 -0
- package/docs/js/menu-wc.js +33 -16
- package/docs/js/menu-wc_es5.js +1 -1
- package/docs/js/search/search_index.js +2 -2
- package/docs/modules/EuiAutocompleteModule.html +11 -0
- package/docs/modules/EuiBlockDocumentModule.html +22 -4
- package/docs/modules/EuiProgressBarModule.html +2 -14
- package/docs/modules/EuiTableV2Module.html +11 -0
- package/docs/pipes/EuiTableV2HighlightPipe.html +26 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts +29 -0
- package/eui-autocomplete/eui-autocomplete-option/eui-autocomplete-option.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts +17 -0
- package/eui-autocomplete/eui-autocomplete-option-group/eui-autocomplete-option-group.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts +311 -1
- package/eui-autocomplete/eui-autocomplete.component.d.ts.map +1 -1
- package/eui-autocomplete/eui-autocomplete.module.d.ts +12 -0
- package/eui-autocomplete/eui-autocomplete.module.d.ts.map +1 -1
- package/eui-autocomplete/validators/force-selection-from-data.validator.d.ts +1 -1
- package/eui-block-document/eui-block-document.component.d.ts +41 -1
- package/eui-block-document/eui-block-document.component.d.ts.map +1 -1
- package/eui-block-document/eui-block-document.module.d.ts +12 -2
- package/eui-block-document/eui-block-document.module.d.ts.map +1 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts +10 -1
- package/eui-date-range-selector/eui-date-range-selector.component.d.ts.map +1 -1
- package/eui-datepicker/eui-datepicker.component.d.ts +10 -1
- package/eui-datepicker/eui-datepicker.component.d.ts.map +1 -1
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts +1 -0
- package/eui-dropdown/directives/eui-dropdown-content.directive.d.ts.map +1 -1
- package/eui-dropdown/eui-dropdown.component.d.ts +2 -1
- package/eui-dropdown/eui-dropdown.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.component.d.ts +16 -9
- package/eui-progress-bar/eui-progress-bar.component.d.ts.map +1 -1
- package/eui-progress-bar/eui-progress-bar.module.d.ts +5 -17
- package/eui-progress-bar/eui-progress-bar.module.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-expandable-row.directive.d.ts.map +1 -1
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts +4 -0
- package/eui-table-v2/directives/eui-table-v2-sticky-col.directive.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.component.d.ts +273 -1
- package/eui-table-v2/eui-table-v2.component.d.ts.map +1 -1
- package/eui-table-v2/eui-table-v2.module.d.ts +12 -0
- package/eui-table-v2/eui-table-v2.module.d.ts.map +1 -1
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts +21 -0
- package/eui-table-v2/filter/eui-table-v2-filter.component.d.ts.map +1 -1
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts +19 -0
- package/eui-table-v2/pipes/eui-table-v2-highlight.pipe.d.ts.map +1 -1
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts +19 -0
- package/eui-table-v2/selectable-header/eui-table-v2-selectable-header.component.d.ts.map +1 -1
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts +28 -0
- package/eui-table-v2/selectable-row/eui-table-v2-selectable-row.component.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts +71 -0
- package/eui-table-v2/services/eui-table-v2-selectable-row.service.d.ts.map +1 -1
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts +22 -0
- package/eui-table-v2/services/eui-table-v2-sort.service.d.ts.map +1 -1
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts +32 -0
- package/eui-table-v2/sortable-col/eui-table-v2-sortable-col.component.d.ts.map +1 -1
- package/fesm2022/eui-components-eui-autocomplete.mjs +354 -4
- package/fesm2022/eui-components-eui-autocomplete.mjs.map +1 -1
- package/fesm2022/eui-components-eui-block-document.mjs +56 -7
- package/fesm2022/eui-components-eui-block-document.mjs.map +1 -1
- package/fesm2022/eui-components-eui-card.mjs +1 -1
- package/fesm2022/eui-components-eui-card.mjs.map +1 -1
- package/fesm2022/eui-components-eui-date-range-selector.mjs +7 -3
- package/fesm2022/eui-components-eui-date-range-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-datepicker.mjs +7 -3
- package/fesm2022/eui-components-eui-datepicker.mjs.map +1 -1
- package/fesm2022/eui-components-eui-dropdown.mjs +12 -5
- package/fesm2022/eui-components-eui-dropdown.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-language-selector.mjs +1 -1
- package/fesm2022/eui-components-eui-language-selector.mjs.map +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs +1 -1
- package/fesm2022/eui-components-eui-navbar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-popover.mjs +2 -2
- package/fesm2022/eui-components-eui-popover.mjs.map +1 -1
- package/fesm2022/eui-components-eui-progress-bar.mjs +37 -31
- package/fesm2022/eui-components-eui-progress-bar.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table-v2.mjs +482 -5
- package/fesm2022/eui-components-eui-table-v2.mjs.map +1 -1
- package/fesm2022/eui-components-eui-table.mjs +1 -1
- package/fesm2022/eui-components-eui-table.mjs.map +1 -1
- package/fesm2022/eui-components-eui-tree.mjs +2 -2
- package/fesm2022/eui-components-eui-tree.mjs.map +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs +1 -1
- package/fesm2022/eui-components-eui-user-profile.mjs.map +1 -1
- package/fesm2022/eui-components-layout.mjs +1 -1
- package/fesm2022/eui-components-layout.mjs.map +1 -1
- package/package.json +7 -7
@@ -114,6 +114,14 @@
|
|
114
114
|
</p>
|
115
115
|
|
116
116
|
|
117
|
+
<p class="comment">
|
118
|
+
<h3>Description</h3>
|
119
|
+
</p>
|
120
|
+
<p class="comment">
|
121
|
+
<p>Service to manage the selection state of rows in a table.
|
122
|
+
Allows tracking of selected rows and managing selection for individual and multiple rows.</p>
|
123
|
+
|
124
|
+
</p>
|
117
125
|
|
118
126
|
|
119
127
|
|
@@ -260,11 +268,17 @@
|
|
260
268
|
|
261
269
|
<tr>
|
262
270
|
<td class="col-md-4">
|
271
|
+
<div class="io-description"><p>Gets the last selected row.</p>
|
272
|
+
</div>
|
263
273
|
|
264
274
|
<div class="io-description">
|
265
275
|
<b>Returns : </b> <code><a href="../miscellaneous/variables.html#DATA" target="_self" >DATA</a></code>
|
266
276
|
|
267
277
|
</div>
|
278
|
+
<div class="io-description">
|
279
|
+
<p>The last selected row.</p>
|
280
|
+
|
281
|
+
</div>
|
268
282
|
</td>
|
269
283
|
</tr>
|
270
284
|
</tbody>
|
@@ -293,6 +307,8 @@
|
|
293
307
|
|
294
308
|
<tr>
|
295
309
|
<td class="col-md-4">
|
310
|
+
<div class="io-description"><p>Gets the current property name used to identify rows.</p>
|
311
|
+
</div>
|
296
312
|
|
297
313
|
<div class="io-description">
|
298
314
|
<b>Returns : </b> <code><a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/string" target="_blank" >string</a></code>
|
@@ -326,11 +342,17 @@
|
|
326
342
|
|
327
343
|
<tr>
|
328
344
|
<td class="col-md-4">
|
345
|
+
<div class="io-description"><p>Gets the list of registered rows.</p>
|
346
|
+
</div>
|
329
347
|
|
330
348
|
<div class="io-description">
|
331
349
|
<b>Returns : </b> <code><a href="../miscellaneous/variables.html#DATA" target="_self" >DATA[]</a></code>
|
332
350
|
|
333
351
|
</div>
|
352
|
+
<div class="io-description">
|
353
|
+
<p>The list of registered rows.</p>
|
354
|
+
|
355
|
+
</div>
|
334
356
|
</td>
|
335
357
|
</tr>
|
336
358
|
</tbody>
|
@@ -359,6 +381,8 @@
|
|
359
381
|
|
360
382
|
<tr>
|
361
383
|
<td class="col-md-4">
|
384
|
+
<div class="io-description"><p>Registers a row as selectable.</p>
|
385
|
+
</div>
|
362
386
|
|
363
387
|
<div class="io-description">
|
364
388
|
<b>Parameters :</b>
|
@@ -369,6 +393,7 @@
|
|
369
393
|
<td>Name</td>
|
370
394
|
<td>Type</td>
|
371
395
|
<td>Optional</td>
|
396
|
+
<td>Description</td>
|
372
397
|
</tr>
|
373
398
|
</thead>
|
374
399
|
<tbody>
|
@@ -383,6 +408,10 @@
|
|
383
408
|
</td>
|
384
409
|
|
385
410
|
|
411
|
+
<td>
|
412
|
+
<p>Row to register.</p>
|
413
|
+
|
414
|
+
</td>
|
386
415
|
</tr>
|
387
416
|
</tbody>
|
388
417
|
</table>
|
@@ -422,6 +451,8 @@
|
|
422
451
|
|
423
452
|
<tr>
|
424
453
|
<td class="col-md-4">
|
454
|
+
<div class="io-description"><p>Registers a set of rows as selectable.</p>
|
455
|
+
</div>
|
425
456
|
|
426
457
|
<div class="io-description">
|
427
458
|
<b>Parameters :</b>
|
@@ -432,6 +463,7 @@
|
|
432
463
|
<td>Name</td>
|
433
464
|
<td>Type</td>
|
434
465
|
<td>Optional</td>
|
466
|
+
<td>Description</td>
|
435
467
|
</tr>
|
436
468
|
</thead>
|
437
469
|
<tbody>
|
@@ -446,6 +478,10 @@
|
|
446
478
|
</td>
|
447
479
|
|
448
480
|
|
481
|
+
<td>
|
482
|
+
<p>Set of rows to register.</p>
|
483
|
+
|
484
|
+
</td>
|
449
485
|
</tr>
|
450
486
|
</tbody>
|
451
487
|
</table>
|
@@ -485,6 +521,8 @@
|
|
485
521
|
|
486
522
|
<tr>
|
487
523
|
<td class="col-md-4">
|
524
|
+
<div class="io-description"><p>Select all rows.</p>
|
525
|
+
</div>
|
488
526
|
|
489
527
|
<div class="io-description">
|
490
528
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -518,6 +556,8 @@
|
|
518
556
|
|
519
557
|
<tr>
|
520
558
|
<td class="col-md-4">
|
559
|
+
<div class="io-description"><p>Selects a row.</p>
|
560
|
+
</div>
|
521
561
|
|
522
562
|
<div class="io-description">
|
523
563
|
<b>Parameters :</b>
|
@@ -528,6 +568,7 @@
|
|
528
568
|
<td>Name</td>
|
529
569
|
<td>Type</td>
|
530
570
|
<td>Optional</td>
|
571
|
+
<td>Description</td>
|
531
572
|
</tr>
|
532
573
|
</thead>
|
533
574
|
<tbody>
|
@@ -542,6 +583,10 @@
|
|
542
583
|
</td>
|
543
584
|
|
544
585
|
|
586
|
+
<td>
|
587
|
+
<p>Row to select.</p>
|
588
|
+
|
589
|
+
</td>
|
545
590
|
</tr>
|
546
591
|
</tbody>
|
547
592
|
</table>
|
@@ -581,6 +626,8 @@
|
|
581
626
|
|
582
627
|
<tr>
|
583
628
|
<td class="col-md-4">
|
629
|
+
<div class="io-description"><p>Selects a set of rows.</p>
|
630
|
+
</div>
|
584
631
|
|
585
632
|
<div class="io-description">
|
586
633
|
<b>Parameters :</b>
|
@@ -591,6 +638,7 @@
|
|
591
638
|
<td>Name</td>
|
592
639
|
<td>Type</td>
|
593
640
|
<td>Optional</td>
|
641
|
+
<td>Description</td>
|
594
642
|
</tr>
|
595
643
|
</thead>
|
596
644
|
<tbody>
|
@@ -605,6 +653,10 @@
|
|
605
653
|
</td>
|
606
654
|
|
607
655
|
|
656
|
+
<td>
|
657
|
+
<p>Rows to select.</p>
|
658
|
+
|
659
|
+
</td>
|
608
660
|
</tr>
|
609
661
|
</tbody>
|
610
662
|
</table>
|
@@ -644,6 +696,8 @@
|
|
644
696
|
|
645
697
|
<tr>
|
646
698
|
<td class="col-md-4">
|
699
|
+
<div class="io-description"><p>Sets the property name used to identify rows as unique.</p>
|
700
|
+
</div>
|
647
701
|
|
648
702
|
<div class="io-description">
|
649
703
|
<b>Parameters :</b>
|
@@ -707,6 +761,8 @@
|
|
707
761
|
|
708
762
|
<tr>
|
709
763
|
<td class="col-md-4">
|
764
|
+
<div class="io-description"><p>Unregisters a row as selectable.</p>
|
765
|
+
</div>
|
710
766
|
|
711
767
|
<div class="io-description">
|
712
768
|
<b>Parameters :</b>
|
@@ -717,6 +773,7 @@
|
|
717
773
|
<td>Name</td>
|
718
774
|
<td>Type</td>
|
719
775
|
<td>Optional</td>
|
776
|
+
<td>Description</td>
|
720
777
|
</tr>
|
721
778
|
</thead>
|
722
779
|
<tbody>
|
@@ -731,6 +788,10 @@
|
|
731
788
|
</td>
|
732
789
|
|
733
790
|
|
791
|
+
<td>
|
792
|
+
<p>Row to unregister.</p>
|
793
|
+
|
794
|
+
</td>
|
734
795
|
</tr>
|
735
796
|
</tbody>
|
736
797
|
</table>
|
@@ -770,6 +831,8 @@
|
|
770
831
|
|
771
832
|
<tr>
|
772
833
|
<td class="col-md-4">
|
834
|
+
<div class="io-description"><p>Unregisters all rows.</p>
|
835
|
+
</div>
|
773
836
|
|
774
837
|
<div class="io-description">
|
775
838
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -803,6 +866,8 @@
|
|
803
866
|
|
804
867
|
<tr>
|
805
868
|
<td class="col-md-4">
|
869
|
+
<div class="io-description"><p>Unselect all rows.</p>
|
870
|
+
</div>
|
806
871
|
|
807
872
|
<div class="io-description">
|
808
873
|
<b>Returns : </b> <code><a href="https://www.typescriptlang.org/docs/handbook/basic-types.html" target="_blank" >void</a></code>
|
@@ -836,6 +901,8 @@
|
|
836
901
|
|
837
902
|
<tr>
|
838
903
|
<td class="col-md-4">
|
904
|
+
<div class="io-description"><p>Unselects a row.</p>
|
905
|
+
</div>
|
839
906
|
|
840
907
|
<div class="io-description">
|
841
908
|
<b>Parameters :</b>
|
@@ -846,6 +913,7 @@
|
|
846
913
|
<td>Name</td>
|
847
914
|
<td>Type</td>
|
848
915
|
<td>Optional</td>
|
916
|
+
<td>Description</td>
|
849
917
|
</tr>
|
850
918
|
</thead>
|
851
919
|
<tbody>
|
@@ -860,6 +928,10 @@
|
|
860
928
|
</td>
|
861
929
|
|
862
930
|
|
931
|
+
<td>
|
932
|
+
<p>Row to unselect.</p>
|
933
|
+
|
934
|
+
</td>
|
863
935
|
</tr>
|
864
936
|
</tbody>
|
865
937
|
</table>
|
@@ -905,6 +977,12 @@
|
|
905
977
|
</td>
|
906
978
|
</tr>
|
907
979
|
|
980
|
+
<tr>
|
981
|
+
<td class="col-md-4">
|
982
|
+
<div class="io-description"><p>BehaviorSubject containing the state of whether all rows are selected.</p>
|
983
|
+
</div>
|
984
|
+
</td>
|
985
|
+
</tr>
|
908
986
|
|
909
987
|
</tbody>
|
910
988
|
</table>
|
@@ -932,6 +1010,12 @@
|
|
932
1010
|
</td>
|
933
1011
|
</tr>
|
934
1012
|
|
1013
|
+
<tr>
|
1014
|
+
<td class="col-md-4">
|
1015
|
+
<div class="io-description"><p>BehaviorSubject containing the selected rows.</p>
|
1016
|
+
</div>
|
1017
|
+
</td>
|
1018
|
+
</tr>
|
935
1019
|
|
936
1020
|
</tbody>
|
937
1021
|
</table>
|
@@ -955,6 +1039,17 @@
|
|
955
1039
|
<span class="accessor"><b>get</b><code>selectedRows()</code></span>
|
956
1040
|
</td>
|
957
1041
|
</tr>
|
1042
|
+
<tr>
|
1043
|
+
<td class="col-md-4">
|
1044
|
+
<div class="io-description"><p>Observable stream of selected rows.</p>
|
1045
|
+
</div>
|
1046
|
+
|
1047
|
+
<div class="io-description">
|
1048
|
+
<b>Returns : </b> <code><a href="../miscellaneous/variables.html#DATA" target="_self" >Observable<DATA[]></a></code>
|
1049
|
+
|
1050
|
+
</div>
|
1051
|
+
</td>
|
1052
|
+
</tr>
|
958
1053
|
|
959
1054
|
</tbody>
|
960
1055
|
</table>
|
@@ -972,6 +1067,17 @@
|
|
972
1067
|
<span class="accessor"><b>get</b><code>isAllRowsSelected()</code></span>
|
973
1068
|
</td>
|
974
1069
|
</tr>
|
1070
|
+
<tr>
|
1071
|
+
<td class="col-md-4">
|
1072
|
+
<div class="io-description"><p>Observable stream of whether all rows are selected.</p>
|
1073
|
+
</div>
|
1074
|
+
|
1075
|
+
<div class="io-description">
|
1076
|
+
<b>Returns : </b> <code>Observable<boolean></code>
|
1077
|
+
|
1078
|
+
</div>
|
1079
|
+
</td>
|
1080
|
+
</tr>
|
975
1081
|
|
976
1082
|
</tbody>
|
977
1083
|
</table>
|
@@ -114,6 +114,14 @@
|
|
114
114
|
</p>
|
115
115
|
|
116
116
|
|
117
|
+
<p class="comment">
|
118
|
+
<h3>Description</h3>
|
119
|
+
</p>
|
120
|
+
<p class="comment">
|
121
|
+
<p>Service to manage the sorting state of columns in a table.
|
122
|
+
Uses a <code>BehaviorSubject</code> to store and emit the current sorting values.</p>
|
123
|
+
|
124
|
+
</p>
|
117
125
|
|
118
126
|
|
119
127
|
|
@@ -205,6 +213,8 @@
|
|
205
213
|
|
206
214
|
<tr>
|
207
215
|
<td class="col-md-4">
|
216
|
+
<div class="io-description"><p>Sets the ordering order for a given column</p>
|
217
|
+
</div>
|
208
218
|
|
209
219
|
<div class="io-description">
|
210
220
|
<b>Parameters :</b>
|
@@ -215,6 +225,7 @@
|
|
215
225
|
<td>Name</td>
|
216
226
|
<td>Type</td>
|
217
227
|
<td>Optional</td>
|
228
|
+
<td>Description</td>
|
218
229
|
</tr>
|
219
230
|
</thead>
|
220
231
|
<tbody>
|
@@ -229,6 +240,10 @@
|
|
229
240
|
</td>
|
230
241
|
|
231
242
|
|
243
|
+
<td>
|
244
|
+
<p>The name of the column to sort.</p>
|
245
|
+
|
246
|
+
</td>
|
232
247
|
</tr>
|
233
248
|
<tr>
|
234
249
|
<td>order</td>
|
@@ -241,6 +256,10 @@
|
|
241
256
|
</td>
|
242
257
|
|
243
258
|
|
259
|
+
<td>
|
260
|
+
<p>The sorting order (ascending or descending).</p>
|
261
|
+
|
262
|
+
</td>
|
244
263
|
</tr>
|
245
264
|
<tr>
|
246
265
|
<td>isMultiSortable</td>
|
@@ -253,6 +272,10 @@
|
|
253
272
|
</td>
|
254
273
|
|
255
274
|
|
275
|
+
<td>
|
276
|
+
<p>Whether multi-sorting is allowed.</p>
|
277
|
+
|
278
|
+
</td>
|
256
279
|
</tr>
|
257
280
|
</tbody>
|
258
281
|
</table>
|
@@ -290,6 +313,8 @@
|
|
290
313
|
|
291
314
|
<tr>
|
292
315
|
<td class="col-md-4">
|
316
|
+
<div class="io-description"><p>Sets the full list of sorting values.</p>
|
317
|
+
</div>
|
293
318
|
|
294
319
|
<div class="io-description">
|
295
320
|
<b>Parameters :</b>
|
@@ -300,6 +325,7 @@
|
|
300
325
|
<td>Name</td>
|
301
326
|
<td>Type</td>
|
302
327
|
<td>Optional</td>
|
328
|
+
<td>Description</td>
|
303
329
|
</tr>
|
304
330
|
</thead>
|
305
331
|
<tbody>
|
@@ -314,6 +340,10 @@
|
|
314
340
|
</td>
|
315
341
|
|
316
342
|
|
343
|
+
<td>
|
344
|
+
<p>The list of sorts to apply.</p>
|
345
|
+
|
346
|
+
</td>
|
317
347
|
</tr>
|
318
348
|
</tbody>
|
319
349
|
</table>
|
@@ -353,6 +383,12 @@
|
|
353
383
|
</td>
|
354
384
|
</tr>
|
355
385
|
|
386
|
+
<tr>
|
387
|
+
<td class="col-md-4">
|
388
|
+
<div class="io-description"><p>BehaviorSubject containing the current sorting information.</p>
|
389
|
+
</div>
|
390
|
+
</td>
|
391
|
+
</tr>
|
356
392
|
|
357
393
|
</tbody>
|
358
394
|
</table>
|
@@ -376,6 +412,17 @@
|
|
376
412
|
<span class="accessor"><b>get</b><code>sorts()</code></span>
|
377
413
|
</td>
|
378
414
|
</tr>
|
415
|
+
<tr>
|
416
|
+
<td class="col-md-4">
|
417
|
+
<div class="io-description"><p>Observable stream of sorting values.</p>
|
418
|
+
</div>
|
419
|
+
|
420
|
+
<div class="io-description">
|
421
|
+
<b>Returns : </b> <code><a href="../interfaces/Sort.html" target="_self" >Observable<Sort[]></a></code>
|
422
|
+
|
423
|
+
</div>
|
424
|
+
</td>
|
425
|
+
</tr>
|
379
426
|
|
380
427
|
</tbody>
|
381
428
|
</table>
|
package/docs/js/menu-wc.js
CHANGED
@@ -350,13 +350,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
350
350
|
<a href="modules/EuiAutocompleteModule.html" data-type="entity-link" >EuiAutocompleteModule</a>
|
351
351
|
<li class="chapter inner">
|
352
352
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
353
|
-
'data-bs-target="#components-links-module-EuiAutocompleteModule-
|
353
|
+
'data-bs-target="#components-links-module-EuiAutocompleteModule-b26262a80040512e7c19c28d6d7c73306afc524743c394bca4e5566ecfff9f3bea81ca360a6d04556ce08618d62dc87cce2d82e43655cb7b182738e5a3c9a5d7"' : 'data-bs-target="#xs-components-links-module-EuiAutocompleteModule-b26262a80040512e7c19c28d6d7c73306afc524743c394bca4e5566ecfff9f3bea81ca360a6d04556ce08618d62dc87cce2d82e43655cb7b182738e5a3c9a5d7"' }>
|
354
354
|
<span class="icon ion-md-cog"></span>
|
355
355
|
<span>Components</span>
|
356
356
|
<span class="icon ion-ios-arrow-down"></span>
|
357
357
|
</div>
|
358
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiAutocompleteModule-
|
359
|
-
'id="xs-components-links-module-EuiAutocompleteModule-
|
358
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiAutocompleteModule-b26262a80040512e7c19c28d6d7c73306afc524743c394bca4e5566ecfff9f3bea81ca360a6d04556ce08618d62dc87cce2d82e43655cb7b182738e5a3c9a5d7"' :
|
359
|
+
'id="xs-components-links-module-EuiAutocompleteModule-b26262a80040512e7c19c28d6d7c73306afc524743c394bca4e5566ecfff9f3bea81ca360a6d04556ce08618d62dc87cce2d82e43655cb7b182738e5a3c9a5d7"' }>
|
360
360
|
<li class="link">
|
361
361
|
<a href="components/EuiAutocompleteComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiAutocompleteComponent</a>
|
362
362
|
</li>
|
@@ -427,16 +427,16 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
427
427
|
</li>
|
428
428
|
</li>
|
429
429
|
<li class="link">
|
430
|
-
<a href="modules/EuiBlockDocumentModule.html" data-type="entity-link" >EuiBlockDocumentModule</a>
|
430
|
+
<a href="modules/EuiBlockDocumentModule.html" data-type="entity-link" class="deprecated-name">EuiBlockDocumentModule</a>
|
431
431
|
<li class="chapter inner">
|
432
432
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
433
|
-
'data-bs-target="#components-links-module-EuiBlockDocumentModule-
|
433
|
+
'data-bs-target="#components-links-module-EuiBlockDocumentModule-6be0eb3126dc76bdf3405346ab5efd76e5c54142b42424be2955df0c205e2012ea68752199ef6b5805e4c9faea3a9c830fc0d43d0ad6a334dba91a634d152a07"' : 'data-bs-target="#xs-components-links-module-EuiBlockDocumentModule-6be0eb3126dc76bdf3405346ab5efd76e5c54142b42424be2955df0c205e2012ea68752199ef6b5805e4c9faea3a9c830fc0d43d0ad6a334dba91a634d152a07"' }>
|
434
434
|
<span class="icon ion-md-cog"></span>
|
435
435
|
<span>Components</span>
|
436
436
|
<span class="icon ion-ios-arrow-down"></span>
|
437
437
|
</div>
|
438
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiBlockDocumentModule-
|
439
|
-
'id="xs-components-links-module-EuiBlockDocumentModule-
|
438
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiBlockDocumentModule-6be0eb3126dc76bdf3405346ab5efd76e5c54142b42424be2955df0c205e2012ea68752199ef6b5805e4c9faea3a9c830fc0d43d0ad6a334dba91a634d152a07"' :
|
439
|
+
'id="xs-components-links-module-EuiBlockDocumentModule-6be0eb3126dc76bdf3405346ab5efd76e5c54142b42424be2955df0c205e2012ea68752199ef6b5805e4c9faea3a9c830fc0d43d0ad6a334dba91a634d152a07"' }>
|
440
440
|
<li class="link">
|
441
441
|
<a href="components/EuiBlockDocumentComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiBlockDocumentComponent</a>
|
442
442
|
</li>
|
@@ -1610,6 +1610,20 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1610
1610
|
</li>
|
1611
1611
|
<li class="link">
|
1612
1612
|
<a href="modules/EuiProgressBarModule.html" data-type="entity-link" class="deprecated-name">EuiProgressBarModule</a>
|
1613
|
+
<li class="chapter inner">
|
1614
|
+
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1615
|
+
'data-bs-target="#components-links-module-EuiProgressBarModule-943651d8679959a0f2487664eca7e5787645268b106550a4f18c3708b5f3c374ae6ab66bdb1958d056c6e6d26e20b3399c961fe677b735082d991259900ad080"' : 'data-bs-target="#xs-components-links-module-EuiProgressBarModule-943651d8679959a0f2487664eca7e5787645268b106550a4f18c3708b5f3c374ae6ab66bdb1958d056c6e6d26e20b3399c961fe677b735082d991259900ad080"' }>
|
1616
|
+
<span class="icon ion-md-cog"></span>
|
1617
|
+
<span>Components</span>
|
1618
|
+
<span class="icon ion-ios-arrow-down"></span>
|
1619
|
+
</div>
|
1620
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiProgressBarModule-943651d8679959a0f2487664eca7e5787645268b106550a4f18c3708b5f3c374ae6ab66bdb1958d056c6e6d26e20b3399c961fe677b735082d991259900ad080"' :
|
1621
|
+
'id="xs-components-links-module-EuiProgressBarModule-943651d8679959a0f2487664eca7e5787645268b106550a4f18c3708b5f3c374ae6ab66bdb1958d056c6e6d26e20b3399c961fe677b735082d991259900ad080"' }>
|
1622
|
+
<li class="link">
|
1623
|
+
<a href="components/EuiProgressBarComponent.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiProgressBarComponent</a>
|
1624
|
+
</li>
|
1625
|
+
</ul>
|
1626
|
+
</li>
|
1613
1627
|
</li>
|
1614
1628
|
<li class="link">
|
1615
1629
|
<a href="modules/EuiProgressCircleModule.html" data-type="entity-link" class="deprecated-name">EuiProgressCircleModule</a>
|
@@ -1846,13 +1860,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1846
1860
|
<a href="modules/EuiTableV2Module.html" data-type="entity-link" >EuiTableV2Module</a>
|
1847
1861
|
<li class="chapter inner">
|
1848
1862
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1849
|
-
'data-bs-target="#components-links-module-EuiTableV2Module-
|
1863
|
+
'data-bs-target="#components-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' : 'data-bs-target="#xs-components-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1850
1864
|
<span class="icon ion-md-cog"></span>
|
1851
1865
|
<span>Components</span>
|
1852
1866
|
<span class="icon ion-ios-arrow-down"></span>
|
1853
1867
|
</div>
|
1854
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTableV2Module-
|
1855
|
-
'id="xs-components-links-module-EuiTableV2Module-
|
1868
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="components-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' :
|
1869
|
+
'id="xs-components-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1856
1870
|
<li class="link">
|
1857
1871
|
<a href="components/EuiTableV2Component.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTableV2Component</a>
|
1858
1872
|
</li>
|
@@ -1872,13 +1886,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1872
1886
|
</li>
|
1873
1887
|
<li class="chapter inner">
|
1874
1888
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1875
|
-
'data-bs-target="#directives-links-module-EuiTableV2Module-
|
1889
|
+
'data-bs-target="#directives-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' : 'data-bs-target="#xs-directives-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1876
1890
|
<span class="icon ion-md-code-working"></span>
|
1877
1891
|
<span>Directives</span>
|
1878
1892
|
<span class="icon ion-ios-arrow-down"></span>
|
1879
1893
|
</div>
|
1880
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiTableV2Module-
|
1881
|
-
'id="xs-directives-links-module-EuiTableV2Module-
|
1894
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="directives-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' :
|
1895
|
+
'id="xs-directives-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1882
1896
|
<li class="link">
|
1883
1897
|
<a href="directives/EuiTableV2ExpandableRowDirective.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTableV2ExpandableRowDirective</a>
|
1884
1898
|
</li>
|
@@ -1889,13 +1903,13 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
1889
1903
|
</li>
|
1890
1904
|
<li class="chapter inner">
|
1891
1905
|
<div class="simple menu-toggler" data-bs-toggle="collapse" ${ isNormalMode ?
|
1892
|
-
'data-bs-target="#pipes-links-module-EuiTableV2Module-
|
1906
|
+
'data-bs-target="#pipes-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' : 'data-bs-target="#xs-pipes-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1893
1907
|
<span class="icon ion-md-add"></span>
|
1894
1908
|
<span>Pipes</span>
|
1895
1909
|
<span class="icon ion-ios-arrow-down"></span>
|
1896
1910
|
</div>
|
1897
|
-
<ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiTableV2Module-
|
1898
|
-
'id="xs-pipes-links-module-EuiTableV2Module-
|
1911
|
+
<ul class="links collapse" ${ isNormalMode ? 'id="pipes-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' :
|
1912
|
+
'id="xs-pipes-links-module-EuiTableV2Module-f351389a799c0acb5eb29b86e8f6d22ea934c57abf4a21b117623aeb2a00e3ce24a02b48bb5698bc26824ac7da33ea5eef80ae8d2a7918255563ab49614b1e68"' }>
|
1899
1913
|
<li class="link">
|
1900
1914
|
<a href="pipes/EuiTableV2HighlightPipe.html" data-type="entity-link" data-context="sub-entity" data-context-id="modules" >EuiTableV2HighlightPipe</a>
|
1901
1915
|
</li>
|
@@ -2332,6 +2346,9 @@ customElements.define('compodoc-menu', class extends HTMLElement {
|
|
2332
2346
|
<li class="link">
|
2333
2347
|
<a href="components/EuiBlockContentComponent.html" data-type="entity-link" >EuiBlockContentComponent</a>
|
2334
2348
|
</li>
|
2349
|
+
<li class="link">
|
2350
|
+
<a href="components/EuiBlockDocumentComponent.html" data-type="entity-link" >EuiBlockDocumentComponent</a>
|
2351
|
+
</li>
|
2335
2352
|
<li class="link">
|
2336
2353
|
<a href="components/EuiButtonComponent.html" data-type="entity-link" >EuiButtonComponent</a>
|
2337
2354
|
</li>
|