igniteui-webcomponents-grids 6.0.1 → 6.0.3

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.
@@ -1647,28 +1647,28 @@
1647
1647
  "name": "hiddenChange",
1648
1648
  "description": "Emitted when the column is hidden or shown.",
1649
1649
  "type": {
1650
- "text": "CustomEvent"
1650
+ "text": "CustomEvent<boolean>"
1651
1651
  }
1652
1652
  },
1653
1653
  {
1654
1654
  "name": "expandedChange",
1655
1655
  "description": "Emitted when the column expanded or collapsed.",
1656
1656
  "type": {
1657
- "text": "CustomEvent"
1657
+ "text": "CustomEvent<boolean>"
1658
1658
  }
1659
1659
  },
1660
1660
  {
1661
1661
  "name": "widthChange",
1662
1662
  "description": "Emitted when the column width changes.",
1663
1663
  "type": {
1664
- "text": "CustomEvent"
1664
+ "text": "CustomEvent<string>"
1665
1665
  }
1666
1666
  },
1667
1667
  {
1668
1668
  "name": "pinnedChange",
1669
1669
  "description": "Emitted when the column is pinned/unpinned.",
1670
1670
  "type": {
1671
- "text": "CustomEvent"
1671
+ "text": "CustomEvent<boolean>"
1672
1672
  }
1673
1673
  }
1674
1674
  ],
@@ -2705,28 +2705,28 @@
2705
2705
  "name": "hiddenChange",
2706
2706
  "description": "Emitted when the column is hidden or shown.",
2707
2707
  "type": {
2708
- "text": "CustomEvent"
2708
+ "text": "CustomEvent<boolean>"
2709
2709
  }
2710
2710
  },
2711
2711
  {
2712
2712
  "name": "expandedChange",
2713
2713
  "description": "Emitted when the column expanded or collapsed.",
2714
2714
  "type": {
2715
- "text": "CustomEvent"
2715
+ "text": "CustomEvent<boolean>"
2716
2716
  }
2717
2717
  },
2718
2718
  {
2719
2719
  "name": "widthChange",
2720
2720
  "description": "Emitted when the column width changes.",
2721
2721
  "type": {
2722
- "text": "CustomEvent"
2722
+ "text": "CustomEvent<string>"
2723
2723
  }
2724
2724
  },
2725
2725
  {
2726
2726
  "name": "pinnedChange",
2727
2727
  "description": "Emitted when the column is pinned/unpinned.",
2728
2728
  "type": {
2729
- "text": "CustomEvent"
2729
+ "text": "CustomEvent<boolean>"
2730
2730
  }
2731
2731
  }
2732
2732
  ],
@@ -3936,28 +3936,28 @@
3936
3936
  "name": "hiddenChange",
3937
3937
  "description": "Emitted when the column is hidden or shown.",
3938
3938
  "type": {
3939
- "text": "CustomEvent"
3939
+ "text": "CustomEvent<boolean>"
3940
3940
  }
3941
3941
  },
3942
3942
  {
3943
3943
  "name": "expandedChange",
3944
3944
  "description": "Emitted when the column expanded or collapsed.",
3945
3945
  "type": {
3946
- "text": "CustomEvent"
3946
+ "text": "CustomEvent<boolean>"
3947
3947
  }
3948
3948
  },
3949
3949
  {
3950
3950
  "name": "widthChange",
3951
3951
  "description": "Emitted when the column width changes.",
3952
3952
  "type": {
3953
- "text": "CustomEvent"
3953
+ "text": "CustomEvent<string>"
3954
3954
  }
3955
3955
  },
3956
3956
  {
3957
3957
  "name": "pinnedChange",
3958
3958
  "description": "Emitted when the column is pinned/unpinned.",
3959
3959
  "type": {
3960
- "text": "CustomEvent"
3960
+ "text": "CustomEvent<boolean>"
3961
3961
  }
3962
3962
  }
3963
3963
  ],
@@ -4846,6 +4846,16 @@
4846
4846
  "text": "IgcForOfState"
4847
4847
  }
4848
4848
  },
4849
+ {
4850
+ "kind": "field",
4851
+ "privacy": "public",
4852
+ "name": "expansionStates",
4853
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state].",
4854
+ "attribute": "expansion-states",
4855
+ "type": {
4856
+ "text": "Map<any, boolean>"
4857
+ }
4858
+ },
4849
4859
  {
4850
4860
  "kind": "field",
4851
4861
  "privacy": "public",
@@ -7019,6 +7029,14 @@
7019
7029
  "fieldName": "columnSelection",
7020
7030
  "description": "Gets/Sets column selection mode"
7021
7031
  },
7032
+ {
7033
+ "name": "expansion-states",
7034
+ "type": {
7035
+ "text": "Map<any, boolean>"
7036
+ },
7037
+ "fieldName": "expansionStates",
7038
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state]."
7039
+ },
7022
7040
  {
7023
7041
  "name": "outlet",
7024
7042
  "type": {
@@ -7371,7 +7389,7 @@
7371
7389
  "name": "expansionStatesChange",
7372
7390
  "description": "Emitted when the rows are expanded or collapsed.",
7373
7391
  "type": {
7374
- "text": "CustomEvent<IgcMap>"
7392
+ "text": "CustomEvent<Map<any, boolean>>"
7375
7393
  }
7376
7394
  },
7377
7395
  {
@@ -7434,21 +7452,21 @@
7434
7452
  "name": "rendered",
7435
7453
  "description": "Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM",
7436
7454
  "type": {
7437
- "text": "CustomEvent"
7455
+ "text": "CustomEvent<boolean>"
7438
7456
  }
7439
7457
  },
7440
7458
  {
7441
7459
  "name": "dataChanging",
7442
7460
  "description": "Emitted before the grid's data view is changed because of a data operation, rebinding, etc.",
7443
7461
  "type": {
7444
- "text": "CustomEvent<IgcForOfDataChangingEventArgs>"
7462
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
7445
7463
  }
7446
7464
  },
7447
7465
  {
7448
7466
  "name": "dataChanged",
7449
7467
  "description": "Emitted after the grid's data view is changed because of a data operation, rebinding, etc.",
7450
7468
  "type": {
7451
- "text": "CustomEvent"
7469
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
7452
7470
  }
7453
7471
  }
7454
7472
  ],
@@ -7521,16 +7539,6 @@
7521
7539
  "text": "boolean"
7522
7540
  }
7523
7541
  },
7524
- {
7525
- "kind": "field",
7526
- "privacy": "public",
7527
- "name": "schema",
7528
- "description": "Gets/Sets the schema for the hierarchical grid. This schema defines the structure and properties of the data displayed in the grid.",
7529
- "attribute": "schema",
7530
- "type": {
7531
- "text": "IgcEntityType[]"
7532
- }
7533
- },
7534
7542
  {
7535
7543
  "kind": "field",
7536
7544
  "privacy": "public",
@@ -8298,6 +8306,16 @@
8298
8306
  "text": "IgcForOfState"
8299
8307
  }
8300
8308
  },
8309
+ {
8310
+ "kind": "field",
8311
+ "privacy": "public",
8312
+ "name": "expansionStates",
8313
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state].",
8314
+ "attribute": "expansion-states",
8315
+ "type": {
8316
+ "text": "Map<any, boolean>"
8317
+ }
8318
+ },
8301
8319
  {
8302
8320
  "kind": "field",
8303
8321
  "privacy": "public",
@@ -9890,14 +9908,6 @@
9890
9908
  "fieldName": "expandChildren",
9891
9909
  "description": "Sets if all immediate children of the `IgxHierarchicalGridComponent` should be expanded/collapsed. Default value is false."
9892
9910
  },
9893
- {
9894
- "name": "schema",
9895
- "type": {
9896
- "text": "IgcEntityType[]"
9897
- },
9898
- "fieldName": "schema",
9899
- "description": "Gets/Sets the schema for the hierarchical grid. This schema defines the structure and properties of the data displayed in the grid."
9900
- },
9901
9911
  {
9902
9912
  "name": "has-children-key",
9903
9913
  "type": {
@@ -10301,6 +10311,14 @@
10301
10311
  "fieldName": "columnSelection",
10302
10312
  "description": "Gets/Sets column selection mode"
10303
10313
  },
10314
+ {
10315
+ "name": "expansion-states",
10316
+ "type": {
10317
+ "text": "Map<any, boolean>"
10318
+ },
10319
+ "fieldName": "expansionStates",
10320
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state]."
10321
+ },
10304
10322
  {
10305
10323
  "name": "outlet",
10306
10324
  "type": {
@@ -10632,7 +10650,7 @@
10632
10650
  "name": "expansionStatesChange",
10633
10651
  "description": "Emitted when the rows are expanded or collapsed.",
10634
10652
  "type": {
10635
- "text": "CustomEvent<IgcMap>"
10653
+ "text": "CustomEvent<Map<any, boolean>>"
10636
10654
  }
10637
10655
  },
10638
10656
  {
@@ -10695,21 +10713,21 @@
10695
10713
  "name": "rendered",
10696
10714
  "description": "Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM",
10697
10715
  "type": {
10698
- "text": "CustomEvent"
10716
+ "text": "CustomEvent<boolean>"
10699
10717
  }
10700
10718
  },
10701
10719
  {
10702
10720
  "name": "dataChanging",
10703
10721
  "description": "Emitted before the grid's data view is changed because of a data operation, rebinding, etc.",
10704
10722
  "type": {
10705
- "text": "CustomEvent<IgcForOfDataChangingEventArgs>"
10723
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
10706
10724
  }
10707
10725
  },
10708
10726
  {
10709
10727
  "name": "dataChanged",
10710
10728
  "description": "Emitted after the grid's data view is changed because of a data operation, rebinding, etc.",
10711
10729
  "type": {
10712
- "text": "CustomEvent"
10730
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
10713
10731
  }
10714
10732
  }
10715
10733
  ],
@@ -11448,6 +11466,16 @@
11448
11466
  "text": "GridSelectionMode"
11449
11467
  }
11450
11468
  },
11469
+ {
11470
+ "kind": "field",
11471
+ "privacy": "public",
11472
+ "name": "expansionStates",
11473
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state].",
11474
+ "attribute": "expansion-states",
11475
+ "type": {
11476
+ "text": "Map<any, boolean>"
11477
+ }
11478
+ },
11451
11479
  {
11452
11480
  "kind": "field",
11453
11481
  "privacy": "public",
@@ -13192,6 +13220,14 @@
13192
13220
  "fieldName": "columnSelection",
13193
13221
  "description": "Gets/Sets column selection mode"
13194
13222
  },
13223
+ {
13224
+ "name": "expansion-states",
13225
+ "type": {
13226
+ "text": "Map<any, boolean>"
13227
+ },
13228
+ "fieldName": "expansionStates",
13229
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state]."
13230
+ },
13195
13231
  {
13196
13232
  "name": "total-records",
13197
13233
  "type": {
@@ -13529,7 +13565,7 @@
13529
13565
  "name": "expansionStatesChange",
13530
13566
  "description": "Emitted when the rows are expanded or collapsed.",
13531
13567
  "type": {
13532
- "text": "CustomEvent<IgcMap>"
13568
+ "text": "CustomEvent<Map<any, boolean>>"
13533
13569
  }
13534
13570
  },
13535
13571
  {
@@ -13592,21 +13628,21 @@
13592
13628
  "name": "rendered",
13593
13629
  "description": "Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM",
13594
13630
  "type": {
13595
- "text": "CustomEvent"
13631
+ "text": "CustomEvent<boolean>"
13596
13632
  }
13597
13633
  },
13598
13634
  {
13599
13635
  "name": "dataChanging",
13600
13636
  "description": "Emitted before the grid's data view is changed because of a data operation, rebinding, etc.",
13601
13637
  "type": {
13602
- "text": "CustomEvent<IgcForOfDataChangingEventArgs>"
13638
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
13603
13639
  }
13604
13640
  },
13605
13641
  {
13606
13642
  "name": "dataChanged",
13607
13643
  "description": "Emitted after the grid's data view is changed because of a data operation, rebinding, etc.",
13608
13644
  "type": {
13609
- "text": "CustomEvent"
13645
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
13610
13646
  }
13611
13647
  }
13612
13648
  ],
@@ -13719,28 +13755,28 @@
13719
13755
  "name": "columnsExpandedChange",
13720
13756
  "description": "Emitted when the columns panel is expanded or collapsed.",
13721
13757
  "type": {
13722
- "text": "CustomEvent"
13758
+ "text": "CustomEvent<boolean>"
13723
13759
  }
13724
13760
  },
13725
13761
  {
13726
13762
  "name": "rowsExpandedChange",
13727
13763
  "description": "Emitted when the rows panel is expanded or collapsed.",
13728
13764
  "type": {
13729
- "text": "CustomEvent"
13765
+ "text": "CustomEvent<boolean>"
13730
13766
  }
13731
13767
  },
13732
13768
  {
13733
13769
  "name": "filtersExpandedChange",
13734
13770
  "description": "Emitted when the filters panel is expanded or collapsed.",
13735
13771
  "type": {
13736
- "text": "CustomEvent"
13772
+ "text": "CustomEvent<boolean>"
13737
13773
  }
13738
13774
  },
13739
13775
  {
13740
13776
  "name": "valuesExpandedChange",
13741
13777
  "description": "Emitted when the values panel is expanded or collapsed.",
13742
13778
  "type": {
13743
- "text": "CustomEvent"
13779
+ "text": "CustomEvent<boolean>"
13744
13780
  }
13745
13781
  }
13746
13782
  ],
@@ -14587,6 +14623,16 @@
14587
14623
  "text": "IgcForOfState"
14588
14624
  }
14589
14625
  },
14626
+ {
14627
+ "kind": "field",
14628
+ "privacy": "public",
14629
+ "name": "expansionStates",
14630
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state].",
14631
+ "attribute": "expansion-states",
14632
+ "type": {
14633
+ "text": "Map<any, boolean>"
14634
+ }
14635
+ },
14590
14636
  {
14591
14637
  "kind": "field",
14592
14638
  "privacy": "public",
@@ -16769,6 +16815,14 @@
16769
16815
  "fieldName": "columnSelection",
16770
16816
  "description": "Gets/Sets column selection mode"
16771
16817
  },
16818
+ {
16819
+ "name": "expansion-states",
16820
+ "type": {
16821
+ "text": "Map<any, boolean>"
16822
+ },
16823
+ "fieldName": "expansionStates",
16824
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state]."
16825
+ },
16772
16826
  {
16773
16827
  "name": "outlet",
16774
16828
  "type": {
@@ -17135,7 +17189,7 @@
17135
17189
  "name": "expansionStatesChange",
17136
17190
  "description": "Emitted when the rows are expanded or collapsed.",
17137
17191
  "type": {
17138
- "text": "CustomEvent<IgcMap>"
17192
+ "text": "CustomEvent<Map<any, boolean>>"
17139
17193
  }
17140
17194
  },
17141
17195
  {
@@ -17198,21 +17252,21 @@
17198
17252
  "name": "rendered",
17199
17253
  "description": "Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM",
17200
17254
  "type": {
17201
- "text": "CustomEvent"
17255
+ "text": "CustomEvent<boolean>"
17202
17256
  }
17203
17257
  },
17204
17258
  {
17205
17259
  "name": "dataChanging",
17206
17260
  "description": "Emitted before the grid's data view is changed because of a data operation, rebinding, etc.",
17207
17261
  "type": {
17208
- "text": "CustomEvent<IgcForOfDataChangingEventArgs>"
17262
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
17209
17263
  }
17210
17264
  },
17211
17265
  {
17212
17266
  "name": "dataChanged",
17213
17267
  "description": "Emitted after the grid's data view is changed because of a data operation, rebinding, etc.",
17214
17268
  "type": {
17215
- "text": "CustomEvent"
17269
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
17216
17270
  }
17217
17271
  }
17218
17272
  ],
@@ -17445,7 +17499,7 @@
17445
17499
  "name": "exportEnded",
17446
17500
  "description": "Emitted on successful ending of an export operation.",
17447
17501
  "type": {
17448
- "text": "CustomEvent"
17502
+ "text": "CustomEvent<void>"
17449
17503
  }
17450
17504
  },
17451
17505
  {
@@ -18578,6 +18632,16 @@
18578
18632
  "text": "IgcForOfState"
18579
18633
  }
18580
18634
  },
18635
+ {
18636
+ "kind": "field",
18637
+ "privacy": "public",
18638
+ "name": "expansionStates",
18639
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state].",
18640
+ "attribute": "expansion-states",
18641
+ "type": {
18642
+ "text": "Map<any, boolean>"
18643
+ }
18644
+ },
18581
18645
  {
18582
18646
  "kind": "field",
18583
18647
  "privacy": "public",
@@ -20689,6 +20753,14 @@
20689
20753
  "fieldName": "columnSelection",
20690
20754
  "description": "Gets/Sets column selection mode"
20691
20755
  },
20756
+ {
20757
+ "name": "expansion-states",
20758
+ "type": {
20759
+ "text": "Map<any, boolean>"
20760
+ },
20761
+ "fieldName": "expansionStates",
20762
+ "description": "Gets/Sets a list of key-value pairs [row ID, expansion state]."
20763
+ },
20692
20764
  {
20693
20765
  "name": "outlet",
20694
20766
  "type": {
@@ -21013,7 +21085,7 @@
21013
21085
  "name": "expansionStatesChange",
21014
21086
  "description": "Emitted when the rows are expanded or collapsed.",
21015
21087
  "type": {
21016
- "text": "CustomEvent<IgcMap>"
21088
+ "text": "CustomEvent<Map<any, boolean>>"
21017
21089
  }
21018
21090
  },
21019
21091
  {
@@ -21076,21 +21148,21 @@
21076
21148
  "name": "rendered",
21077
21149
  "description": "Emitted after the ngAfterViewInit hook. At this point the grid exists in the DOM",
21078
21150
  "type": {
21079
- "text": "CustomEvent"
21151
+ "text": "CustomEvent<boolean>"
21080
21152
  }
21081
21153
  },
21082
21154
  {
21083
21155
  "name": "dataChanging",
21084
21156
  "description": "Emitted before the grid's data view is changed because of a data operation, rebinding, etc.",
21085
21157
  "type": {
21086
- "text": "CustomEvent<IgcForOfDataChangingEventArgs>"
21158
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
21087
21159
  }
21088
21160
  },
21089
21161
  {
21090
21162
  "name": "dataChanged",
21091
21163
  "description": "Emitted after the grid's data view is changed because of a data operation, rebinding, etc.",
21092
21164
  "type": {
21093
- "text": "CustomEvent"
21165
+ "text": "CustomEvent<IgcForOfDataChangeEventArgs>"
21094
21166
  }
21095
21167
  }
21096
21168
  ],
@@ -21718,13 +21790,6 @@
21718
21790
  "name": "IgcRowIslandComponent"
21719
21791
  }
21720
21792
  },
21721
- {
21722
- "kind": "js",
21723
- "name": "IgcEntityType",
21724
- "declaration": {
21725
- "name": "IgcEntityType"
21726
- }
21727
- },
21728
21793
  {
21729
21794
  "kind": "js",
21730
21795
  "name": "IgcPivotDataSelectorComponent",
@@ -22364,9 +22429,9 @@
22364
22429
  },
22365
22430
  {
22366
22431
  "kind": "js",
22367
- "name": "IgcForOfDataChangingEventArgs",
22432
+ "name": "IgcForOfDataChangeEventArgs",
22368
22433
  "declaration": {
22369
- "name": "IgcForOfDataChangingEventArgs"
22434
+ "name": "IgcForOfDataChangeEventArgs"
22370
22435
  }
22371
22436
  },
22372
22437
  {
@@ -22593,13 +22658,6 @@
22593
22658
  "name": "IgcGridCreatedEventArgs"
22594
22659
  }
22595
22660
  },
22596
- {
22597
- "kind": "js",
22598
- "name": "IgcFieldType",
22599
- "declaration": {
22600
- "name": "IgcFieldType"
22601
- }
22602
- },
22603
22661
  {
22604
22662
  "kind": "js",
22605
22663
  "name": "IgcPivotDimensionStrategy",
@@ -22719,6 +22777,13 @@
22719
22777
  "name": "IgcExporterOptionsBase"
22720
22778
  }
22721
22779
  },
22780
+ {
22781
+ "kind": "js",
22782
+ "name": "IgcForOfDataChangingEventArgs",
22783
+ "declaration": {
22784
+ "name": "IgcForOfDataChangingEventArgs"
22785
+ }
22786
+ },
22722
22787
  {
22723
22788
  "kind": "js",
22724
22789
  "name": "IgcHeaderType",
@@ -22782,13 +22847,6 @@
22782
22847
  "name": "IgcValidationErrors"
22783
22848
  }
22784
22849
  },
22785
- {
22786
- "kind": "js",
22787
- "name": "DataType",
22788
- "declaration": {
22789
- "name": "DataType"
22790
- }
22791
- },
22792
22850
  {
22793
22851
  "kind": "js",
22794
22852
  "name": "IgcPositionSettings",