igniteui-webcomponents-grids 6.0.7 → 6.1.0-rc.1

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.
@@ -611,6 +611,16 @@
611
611
  "text": "string"
612
612
  }
613
613
  },
614
+ {
615
+ "kind": "field",
616
+ "privacy": "public",
617
+ "name": "merge",
618
+ "description": "Sets/gets whether to merge cells in this column.",
619
+ "attribute": "merge",
620
+ "type": {
621
+ "text": "boolean"
622
+ }
623
+ },
614
624
  {
615
625
  "kind": "field",
616
626
  "privacy": "public",
@@ -961,6 +971,16 @@
961
971
  "text": "number"
962
972
  }
963
973
  },
974
+ {
975
+ "kind": "field",
976
+ "privacy": "public",
977
+ "name": "pinningPosition",
978
+ "description": "Gets the pinning position of the column.",
979
+ "attribute": "pinning-position",
980
+ "type": {
981
+ "text": "ColumnPinningPosition"
982
+ }
983
+ },
964
984
  {
965
985
  "kind": "field",
966
986
  "privacy": "public",
@@ -1188,7 +1208,7 @@
1188
1208
  "kind": "method",
1189
1209
  "privacy": "public",
1190
1210
  "name": "pin",
1191
- "description": "Pins the column at the provided index in the pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range - The pinned area exceeds 80% of the grid width",
1211
+ "description": "Pins the column in the specified position at the provided index in that pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range",
1192
1212
  "parameters": [
1193
1213
  {
1194
1214
  "name": "index",
@@ -1196,6 +1216,13 @@
1196
1216
  "text": "number"
1197
1217
  },
1198
1218
  "optional": true
1219
+ },
1220
+ {
1221
+ "name": "pinningPosition",
1222
+ "type": {
1223
+ "text": "ColumnPinningPosition"
1224
+ },
1225
+ "optional": true
1199
1226
  }
1200
1227
  ],
1201
1228
  "return": {
@@ -1298,6 +1325,14 @@
1298
1325
  "fieldName": "field",
1299
1326
  "description": "Sets/gets the `field` value."
1300
1327
  },
1328
+ {
1329
+ "name": "merge",
1330
+ "type": {
1331
+ "text": "boolean"
1332
+ },
1333
+ "fieldName": "merge",
1334
+ "description": "Sets/gets whether to merge cells in this column."
1335
+ },
1301
1336
  {
1302
1337
  "name": "header",
1303
1338
  "type": {
@@ -1570,6 +1605,14 @@
1570
1605
  "fieldName": "minWidth",
1571
1606
  "description": "Sets/gets the minimum `width` of the column. Default value is `88`;"
1572
1607
  },
1608
+ {
1609
+ "name": "pinning-position",
1610
+ "type": {
1611
+ "text": "ColumnPinningPosition"
1612
+ },
1613
+ "fieldName": "pinningPosition",
1614
+ "description": "Gets the pinning position of the column."
1615
+ },
1573
1616
  {
1574
1617
  "name": "pinned",
1575
1618
  "type": {
@@ -1693,6 +1736,16 @@
1693
1736
  "text": "string"
1694
1737
  }
1695
1738
  },
1739
+ {
1740
+ "kind": "field",
1741
+ "privacy": "public",
1742
+ "name": "merge",
1743
+ "description": "Sets/gets whether to merge cells in this column.",
1744
+ "attribute": "merge",
1745
+ "type": {
1746
+ "text": "boolean"
1747
+ }
1748
+ },
1696
1749
  {
1697
1750
  "kind": "field",
1698
1751
  "privacy": "public",
@@ -2043,6 +2096,16 @@
2043
2096
  "text": "number"
2044
2097
  }
2045
2098
  },
2099
+ {
2100
+ "kind": "field",
2101
+ "privacy": "public",
2102
+ "name": "pinningPosition",
2103
+ "description": "Gets the pinning position of the column.",
2104
+ "attribute": "pinning-position",
2105
+ "type": {
2106
+ "text": "ColumnPinningPosition"
2107
+ }
2108
+ },
2046
2109
  {
2047
2110
  "kind": "field",
2048
2111
  "privacy": "public",
@@ -2270,7 +2333,7 @@
2270
2333
  "kind": "method",
2271
2334
  "privacy": "public",
2272
2335
  "name": "pin",
2273
- "description": "Pins the column at the provided index in the pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range - The pinned area exceeds 80% of the grid width",
2336
+ "description": "Pins the column in the specified position at the provided index in that pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range",
2274
2337
  "parameters": [
2275
2338
  {
2276
2339
  "name": "index",
@@ -2278,6 +2341,13 @@
2278
2341
  "text": "number"
2279
2342
  },
2280
2343
  "optional": true
2344
+ },
2345
+ {
2346
+ "name": "pinningPosition",
2347
+ "type": {
2348
+ "text": "ColumnPinningPosition"
2349
+ },
2350
+ "optional": true
2281
2351
  }
2282
2352
  ],
2283
2353
  "return": {
@@ -2356,6 +2426,14 @@
2356
2426
  "fieldName": "field",
2357
2427
  "description": "Sets/gets the `field` value."
2358
2428
  },
2429
+ {
2430
+ "name": "merge",
2431
+ "type": {
2432
+ "text": "boolean"
2433
+ },
2434
+ "fieldName": "merge",
2435
+ "description": "Sets/gets whether to merge cells in this column."
2436
+ },
2359
2437
  {
2360
2438
  "name": "header",
2361
2439
  "type": {
@@ -2628,6 +2706,14 @@
2628
2706
  "fieldName": "minWidth",
2629
2707
  "description": "Sets/gets the minimum `width` of the column. Default value is `88`;"
2630
2708
  },
2709
+ {
2710
+ "name": "pinning-position",
2711
+ "type": {
2712
+ "text": "ColumnPinningPosition"
2713
+ },
2714
+ "fieldName": "pinningPosition",
2715
+ "description": "Gets the pinning position of the column."
2716
+ },
2631
2717
  {
2632
2718
  "name": "pinned",
2633
2719
  "type": {
@@ -2900,6 +2986,16 @@
2900
2986
  "text": "string"
2901
2987
  }
2902
2988
  },
2989
+ {
2990
+ "kind": "field",
2991
+ "privacy": "public",
2992
+ "name": "merge",
2993
+ "description": "Sets/gets whether to merge cells in this column.",
2994
+ "attribute": "merge",
2995
+ "type": {
2996
+ "text": "boolean"
2997
+ }
2998
+ },
2903
2999
  {
2904
3000
  "kind": "field",
2905
3001
  "privacy": "public",
@@ -3250,6 +3346,16 @@
3250
3346
  "text": "number"
3251
3347
  }
3252
3348
  },
3349
+ {
3350
+ "kind": "field",
3351
+ "privacy": "public",
3352
+ "name": "pinningPosition",
3353
+ "description": "Gets the pinning position of the column.",
3354
+ "attribute": "pinning-position",
3355
+ "type": {
3356
+ "text": "ColumnPinningPosition"
3357
+ }
3358
+ },
3253
3359
  {
3254
3360
  "kind": "field",
3255
3361
  "privacy": "public",
@@ -3477,7 +3583,7 @@
3477
3583
  "kind": "method",
3478
3584
  "privacy": "public",
3479
3585
  "name": "pin",
3480
- "description": "Pins the column at the provided index in the pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range - The pinned area exceeds 80% of the grid width",
3586
+ "description": "Pins the column in the specified position at the provided index in that pinned area. Defaults to index `0` if not provided, or to the initial index in the pinned area. Returns `true` if the column is successfully pinned. Returns `false` if the column cannot be pinned. Column cannot be pinned if: - Is already pinned - index argument is out of range",
3481
3587
  "parameters": [
3482
3588
  {
3483
3589
  "name": "index",
@@ -3485,6 +3591,13 @@
3485
3591
  "text": "number"
3486
3592
  },
3487
3593
  "optional": true
3594
+ },
3595
+ {
3596
+ "name": "pinningPosition",
3597
+ "type": {
3598
+ "text": "ColumnPinningPosition"
3599
+ },
3600
+ "optional": true
3488
3601
  }
3489
3602
  ],
3490
3603
  "return": {
@@ -3587,6 +3700,14 @@
3587
3700
  "fieldName": "field",
3588
3701
  "description": "Sets/gets the `field` value."
3589
3702
  },
3703
+ {
3704
+ "name": "merge",
3705
+ "type": {
3706
+ "text": "boolean"
3707
+ },
3708
+ "fieldName": "merge",
3709
+ "description": "Sets/gets whether to merge cells in this column."
3710
+ },
3590
3711
  {
3591
3712
  "name": "header",
3592
3713
  "type": {
@@ -3859,6 +3980,14 @@
3859
3980
  "fieldName": "minWidth",
3860
3981
  "description": "Sets/gets the minimum `width` of the column. Default value is `88`;"
3861
3982
  },
3983
+ {
3984
+ "name": "pinning-position",
3985
+ "type": {
3986
+ "text": "ColumnPinningPosition"
3987
+ },
3988
+ "fieldName": "pinningPosition",
3989
+ "description": "Gets the pinning position of the column."
3990
+ },
3862
3991
  {
3863
3992
  "name": "pinned",
3864
3993
  "type": {
@@ -4669,6 +4798,16 @@
4669
4798
  "text": "IgcGridSortingStrategy"
4670
4799
  }
4671
4800
  },
4801
+ {
4802
+ "kind": "field",
4803
+ "privacy": "public",
4804
+ "name": "mergeStrategy",
4805
+ "description": "Gets/Sets the merge strategy of the grid.",
4806
+ "attribute": "merge-strategy",
4807
+ "type": {
4808
+ "text": "IgcGridMergeStrategy"
4809
+ }
4810
+ },
4672
4811
  {
4673
4812
  "kind": "field",
4674
4813
  "privacy": "public",
@@ -4786,6 +4925,16 @@
4786
4925
  "text": "GridSelectionMode"
4787
4926
  }
4788
4927
  },
4928
+ {
4929
+ "kind": "field",
4930
+ "privacy": "public",
4931
+ "name": "cellMergeMode",
4932
+ "description": "Gets/Sets cell merge mode.",
4933
+ "attribute": "cell-merge-mode",
4934
+ "type": {
4935
+ "text": "GridCellMergeMode"
4936
+ }
4937
+ },
4789
4938
  {
4790
4939
  "kind": "field",
4791
4940
  "privacy": "public",
@@ -4906,6 +5055,26 @@
4906
5055
  "text": "IgcColumnComponent[]"
4907
5056
  }
4908
5057
  },
5058
+ {
5059
+ "kind": "field",
5060
+ "privacy": "public",
5061
+ "name": "pinnedStartColumns",
5062
+ "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
5063
+ "readonly": true,
5064
+ "type": {
5065
+ "text": "IgcColumnComponent[]"
5066
+ }
5067
+ },
5068
+ {
5069
+ "kind": "field",
5070
+ "privacy": "public",
5071
+ "name": "pinnedEndColumns",
5072
+ "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
5073
+ "readonly": true,
5074
+ "type": {
5075
+ "text": "IgcColumnComponent[]"
5076
+ }
5077
+ },
4909
5078
  {
4910
5079
  "kind": "field",
4911
5080
  "privacy": "public",
@@ -5848,6 +6017,13 @@
5848
6017
  "text": "number"
5849
6018
  },
5850
6019
  "optional": true
6020
+ },
6021
+ {
6022
+ "name": "pinningPosition",
6023
+ "type": {
6024
+ "text": "ColumnPinningPosition"
6025
+ },
6026
+ "optional": true
5851
6027
  }
5852
6028
  ],
5853
6029
  "return": {
@@ -6066,8 +6242,28 @@
6066
6242
  {
6067
6243
  "kind": "method",
6068
6244
  "privacy": "public",
6069
- "name": "getPinnedWidth",
6070
- "description": "Gets calculated width of the pinned area.",
6245
+ "name": "getPinnedStartWidth",
6246
+ "description": "Gets calculated width of the pinned areas.",
6247
+ "parameters": [
6248
+ {
6249
+ "name": "takeHidden",
6250
+ "type": {
6251
+ "text": "boolean"
6252
+ },
6253
+ "optional": true
6254
+ }
6255
+ ],
6256
+ "return": {
6257
+ "type": {
6258
+ "text": "void"
6259
+ }
6260
+ }
6261
+ },
6262
+ {
6263
+ "kind": "method",
6264
+ "privacy": "public",
6265
+ "name": "getPinnedEndWidth",
6266
+ "description": "Gets calculated width of the pinned areas.",
6071
6267
  "parameters": [
6072
6268
  {
6073
6269
  "name": "takeHidden",
@@ -6973,6 +7169,14 @@
6973
7169
  "fieldName": "sortStrategy",
6974
7170
  "description": "Gets/Sets the sorting strategy of the grid."
6975
7171
  },
7172
+ {
7173
+ "name": "merge-strategy",
7174
+ "type": {
7175
+ "text": "IgcGridMergeStrategy"
7176
+ },
7177
+ "fieldName": "mergeStrategy",
7178
+ "description": "Gets/Sets the merge strategy of the grid."
7179
+ },
6976
7180
  {
6977
7181
  "name": "sorting-options",
6978
7182
  "type": {
@@ -7013,6 +7217,14 @@
7013
7217
  "fieldName": "cellSelection",
7014
7218
  "description": "Gets/Sets cell selection mode."
7015
7219
  },
7220
+ {
7221
+ "name": "cell-merge-mode",
7222
+ "type": {
7223
+ "text": "GridCellMergeMode"
7224
+ },
7225
+ "fieldName": "cellMergeMode",
7226
+ "description": "Gets/Sets cell merge mode."
7227
+ },
7016
7228
  {
7017
7229
  "name": "row-selection",
7018
7230
  "type": {
@@ -8129,6 +8341,16 @@
8129
8341
  "text": "IgcGridSortingStrategy"
8130
8342
  }
8131
8343
  },
8344
+ {
8345
+ "kind": "field",
8346
+ "privacy": "public",
8347
+ "name": "mergeStrategy",
8348
+ "description": "Gets/Sets the merge strategy of the grid.",
8349
+ "attribute": "merge-strategy",
8350
+ "type": {
8351
+ "text": "IgcGridMergeStrategy"
8352
+ }
8353
+ },
8132
8354
  {
8133
8355
  "kind": "field",
8134
8356
  "privacy": "public",
@@ -8246,6 +8468,16 @@
8246
8468
  "text": "GridSelectionMode"
8247
8469
  }
8248
8470
  },
8471
+ {
8472
+ "kind": "field",
8473
+ "privacy": "public",
8474
+ "name": "cellMergeMode",
8475
+ "description": "Gets/Sets cell merge mode.",
8476
+ "attribute": "cell-merge-mode",
8477
+ "type": {
8478
+ "text": "GridCellMergeMode"
8479
+ }
8480
+ },
8249
8481
  {
8250
8482
  "kind": "field",
8251
8483
  "privacy": "public",
@@ -8366,6 +8598,26 @@
8366
8598
  "text": "IgcColumnComponent[]"
8367
8599
  }
8368
8600
  },
8601
+ {
8602
+ "kind": "field",
8603
+ "privacy": "public",
8604
+ "name": "pinnedStartColumns",
8605
+ "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
8606
+ "readonly": true,
8607
+ "type": {
8608
+ "text": "IgcColumnComponent[]"
8609
+ }
8610
+ },
8611
+ {
8612
+ "kind": "field",
8613
+ "privacy": "public",
8614
+ "name": "pinnedEndColumns",
8615
+ "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
8616
+ "readonly": true,
8617
+ "type": {
8618
+ "text": "IgcColumnComponent[]"
8619
+ }
8620
+ },
8369
8621
  {
8370
8622
  "kind": "field",
8371
8623
  "privacy": "public",
@@ -9141,6 +9393,13 @@
9141
9393
  "text": "number"
9142
9394
  },
9143
9395
  "optional": true
9396
+ },
9397
+ {
9398
+ "name": "pinningPosition",
9399
+ "type": {
9400
+ "text": "ColumnPinningPosition"
9401
+ },
9402
+ "optional": true
9144
9403
  }
9145
9404
  ],
9146
9405
  "return": {
@@ -9359,8 +9618,28 @@
9359
9618
  {
9360
9619
  "kind": "method",
9361
9620
  "privacy": "public",
9362
- "name": "getPinnedWidth",
9363
- "description": "Gets calculated width of the pinned area.",
9621
+ "name": "getPinnedStartWidth",
9622
+ "description": "Gets calculated width of the pinned areas.",
9623
+ "parameters": [
9624
+ {
9625
+ "name": "takeHidden",
9626
+ "type": {
9627
+ "text": "boolean"
9628
+ },
9629
+ "optional": true
9630
+ }
9631
+ ],
9632
+ "return": {
9633
+ "type": {
9634
+ "text": "void"
9635
+ }
9636
+ }
9637
+ },
9638
+ {
9639
+ "kind": "method",
9640
+ "privacy": "public",
9641
+ "name": "getPinnedEndWidth",
9642
+ "description": "Gets calculated width of the pinned areas.",
9364
9643
  "parameters": [
9365
9644
  {
9366
9645
  "name": "takeHidden",
@@ -10255,6 +10534,14 @@
10255
10534
  "fieldName": "sortStrategy",
10256
10535
  "description": "Gets/Sets the sorting strategy of the grid."
10257
10536
  },
10537
+ {
10538
+ "name": "merge-strategy",
10539
+ "type": {
10540
+ "text": "IgcGridMergeStrategy"
10541
+ },
10542
+ "fieldName": "mergeStrategy",
10543
+ "description": "Gets/Sets the merge strategy of the grid."
10544
+ },
10258
10545
  {
10259
10546
  "name": "sorting-options",
10260
10547
  "type": {
@@ -10295,6 +10582,14 @@
10295
10582
  "fieldName": "cellSelection",
10296
10583
  "description": "Gets/Sets cell selection mode."
10297
10584
  },
10585
+ {
10586
+ "name": "cell-merge-mode",
10587
+ "type": {
10588
+ "text": "GridCellMergeMode"
10589
+ },
10590
+ "fieldName": "cellMergeMode",
10591
+ "description": "Gets/Sets cell merge mode."
10592
+ },
10298
10593
  {
10299
10594
  "name": "row-selection",
10300
10595
  "type": {
@@ -11359,6 +11654,16 @@
11359
11654
  "text": "IgcGridSortingStrategy"
11360
11655
  }
11361
11656
  },
11657
+ {
11658
+ "kind": "field",
11659
+ "privacy": "public",
11660
+ "name": "mergeStrategy",
11661
+ "description": "Gets/Sets the merge strategy of the grid.",
11662
+ "attribute": "merge-strategy",
11663
+ "type": {
11664
+ "text": "IgcGridMergeStrategy"
11665
+ }
11666
+ },
11362
11667
  {
11363
11668
  "kind": "field",
11364
11669
  "privacy": "public",
@@ -11446,6 +11751,16 @@
11446
11751
  "text": "GridSelectionMode"
11447
11752
  }
11448
11753
  },
11754
+ {
11755
+ "kind": "field",
11756
+ "privacy": "public",
11757
+ "name": "cellMergeMode",
11758
+ "description": "Gets/Sets cell merge mode.",
11759
+ "attribute": "cell-merge-mode",
11760
+ "type": {
11761
+ "text": "GridCellMergeMode"
11762
+ }
11763
+ },
11449
11764
  {
11450
11765
  "kind": "field",
11451
11766
  "privacy": "public",
@@ -11506,6 +11821,26 @@
11506
11821
  "text": "IgcColumnComponent[]"
11507
11822
  }
11508
11823
  },
11824
+ {
11825
+ "kind": "field",
11826
+ "privacy": "public",
11827
+ "name": "pinnedStartColumns",
11828
+ "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
11829
+ "readonly": true,
11830
+ "type": {
11831
+ "text": "IgcColumnComponent[]"
11832
+ }
11833
+ },
11834
+ {
11835
+ "kind": "field",
11836
+ "privacy": "public",
11837
+ "name": "pinnedEndColumns",
11838
+ "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
11839
+ "readonly": true,
11840
+ "type": {
11841
+ "text": "IgcColumnComponent[]"
11842
+ }
11843
+ },
11509
11844
  {
11510
11845
  "kind": "field",
11511
11846
  "privacy": "public",
@@ -12093,6 +12428,13 @@
12093
12428
  "text": "number"
12094
12429
  },
12095
12430
  "optional": true
12431
+ },
12432
+ {
12433
+ "name": "pinningPosition",
12434
+ "type": {
12435
+ "text": "ColumnPinningPosition"
12436
+ },
12437
+ "optional": true
12096
12438
  }
12097
12439
  ],
12098
12440
  "return": {
@@ -12299,8 +12641,28 @@
12299
12641
  {
12300
12642
  "kind": "method",
12301
12643
  "privacy": "public",
12302
- "name": "getPinnedWidth",
12303
- "description": "Gets calculated width of the pinned area.",
12644
+ "name": "getPinnedStartWidth",
12645
+ "description": "Gets calculated width of the pinned areas.",
12646
+ "parameters": [
12647
+ {
12648
+ "name": "takeHidden",
12649
+ "type": {
12650
+ "text": "boolean"
12651
+ },
12652
+ "optional": true
12653
+ }
12654
+ ],
12655
+ "return": {
12656
+ "type": {
12657
+ "text": "void"
12658
+ }
12659
+ }
12660
+ },
12661
+ {
12662
+ "kind": "method",
12663
+ "privacy": "public",
12664
+ "name": "getPinnedEndWidth",
12665
+ "description": "Gets calculated width of the pinned areas.",
12304
12666
  "parameters": [
12305
12667
  {
12306
12668
  "name": "takeHidden",
@@ -13172,6 +13534,14 @@
13172
13534
  "fieldName": "sortStrategy",
13173
13535
  "description": "Gets/Sets the sorting strategy of the grid."
13174
13536
  },
13537
+ {
13538
+ "name": "merge-strategy",
13539
+ "type": {
13540
+ "text": "IgcGridMergeStrategy"
13541
+ },
13542
+ "fieldName": "mergeStrategy",
13543
+ "description": "Gets/Sets the merge strategy of the grid."
13544
+ },
13175
13545
  {
13176
13546
  "name": "sorting-options",
13177
13547
  "type": {
@@ -13204,6 +13574,14 @@
13204
13574
  "fieldName": "cellSelection",
13205
13575
  "description": "Gets/Sets cell selection mode."
13206
13576
  },
13577
+ {
13578
+ "name": "cell-merge-mode",
13579
+ "type": {
13580
+ "text": "GridCellMergeMode"
13581
+ },
13582
+ "fieldName": "cellMergeMode",
13583
+ "description": "Gets/Sets cell merge mode."
13584
+ },
13207
13585
  {
13208
13586
  "name": "row-selection",
13209
13587
  "type": {
@@ -14446,6 +14824,16 @@
14446
14824
  "text": "IgcGridSortingStrategy"
14447
14825
  }
14448
14826
  },
14827
+ {
14828
+ "kind": "field",
14829
+ "privacy": "public",
14830
+ "name": "mergeStrategy",
14831
+ "description": "Gets/Sets the merge strategy of the grid.",
14832
+ "attribute": "merge-strategy",
14833
+ "type": {
14834
+ "text": "IgcGridMergeStrategy"
14835
+ }
14836
+ },
14449
14837
  {
14450
14838
  "kind": "field",
14451
14839
  "privacy": "public",
@@ -14563,6 +14951,16 @@
14563
14951
  "text": "GridSelectionMode"
14564
14952
  }
14565
14953
  },
14954
+ {
14955
+ "kind": "field",
14956
+ "privacy": "public",
14957
+ "name": "cellMergeMode",
14958
+ "description": "Gets/Sets cell merge mode.",
14959
+ "attribute": "cell-merge-mode",
14960
+ "type": {
14961
+ "text": "GridCellMergeMode"
14962
+ }
14963
+ },
14566
14964
  {
14567
14965
  "kind": "field",
14568
14966
  "privacy": "public",
@@ -14683,6 +15081,26 @@
14683
15081
  "text": "IgcColumnComponent[]"
14684
15082
  }
14685
15083
  },
15084
+ {
15085
+ "kind": "field",
15086
+ "privacy": "public",
15087
+ "name": "pinnedStartColumns",
15088
+ "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
15089
+ "readonly": true,
15090
+ "type": {
15091
+ "text": "IgcColumnComponent[]"
15092
+ }
15093
+ },
15094
+ {
15095
+ "kind": "field",
15096
+ "privacy": "public",
15097
+ "name": "pinnedEndColumns",
15098
+ "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
15099
+ "readonly": true,
15100
+ "type": {
15101
+ "text": "IgcColumnComponent[]"
15102
+ }
15103
+ },
14686
15104
  {
14687
15105
  "kind": "field",
14688
15106
  "privacy": "public",
@@ -15667,6 +16085,13 @@
15667
16085
  "text": "number"
15668
16086
  },
15669
16087
  "optional": true
16088
+ },
16089
+ {
16090
+ "name": "pinningPosition",
16091
+ "type": {
16092
+ "text": "ColumnPinningPosition"
16093
+ },
16094
+ "optional": true
15670
16095
  }
15671
16096
  ],
15672
16097
  "return": {
@@ -15885,8 +16310,28 @@
15885
16310
  {
15886
16311
  "kind": "method",
15887
16312
  "privacy": "public",
15888
- "name": "getPinnedWidth",
15889
- "description": "Gets calculated width of the pinned area.",
16313
+ "name": "getPinnedStartWidth",
16314
+ "description": "Gets calculated width of the pinned areas.",
16315
+ "parameters": [
16316
+ {
16317
+ "name": "takeHidden",
16318
+ "type": {
16319
+ "text": "boolean"
16320
+ },
16321
+ "optional": true
16322
+ }
16323
+ ],
16324
+ "return": {
16325
+ "type": {
16326
+ "text": "void"
16327
+ }
16328
+ }
16329
+ },
16330
+ {
16331
+ "kind": "method",
16332
+ "privacy": "public",
16333
+ "name": "getPinnedEndWidth",
16334
+ "description": "Gets calculated width of the pinned areas.",
15890
16335
  "parameters": [
15891
16336
  {
15892
16337
  "name": "takeHidden",
@@ -16759,6 +17204,14 @@
16759
17204
  "fieldName": "sortStrategy",
16760
17205
  "description": "Gets/Sets the sorting strategy of the grid."
16761
17206
  },
17207
+ {
17208
+ "name": "merge-strategy",
17209
+ "type": {
17210
+ "text": "IgcGridMergeStrategy"
17211
+ },
17212
+ "fieldName": "mergeStrategy",
17213
+ "description": "Gets/Sets the merge strategy of the grid."
17214
+ },
16762
17215
  {
16763
17216
  "name": "sorting-options",
16764
17217
  "type": {
@@ -16799,6 +17252,14 @@
16799
17252
  "fieldName": "cellSelection",
16800
17253
  "description": "Gets/Sets cell selection mode."
16801
17254
  },
17255
+ {
17256
+ "name": "cell-merge-mode",
17257
+ "type": {
17258
+ "text": "GridCellMergeMode"
17259
+ },
17260
+ "fieldName": "cellMergeMode",
17261
+ "description": "Gets/Sets cell merge mode."
17262
+ },
16802
17263
  {
16803
17264
  "name": "row-selection",
16804
17265
  "type": {
@@ -18455,6 +18916,16 @@
18455
18916
  "text": "IgcGridSortingStrategy"
18456
18917
  }
18457
18918
  },
18919
+ {
18920
+ "kind": "field",
18921
+ "privacy": "public",
18922
+ "name": "mergeStrategy",
18923
+ "description": "Gets/Sets the merge strategy of the grid.",
18924
+ "attribute": "merge-strategy",
18925
+ "type": {
18926
+ "text": "IgcGridMergeStrategy"
18927
+ }
18928
+ },
18458
18929
  {
18459
18930
  "kind": "field",
18460
18931
  "privacy": "public",
@@ -18572,6 +19043,16 @@
18572
19043
  "text": "GridSelectionMode"
18573
19044
  }
18574
19045
  },
19046
+ {
19047
+ "kind": "field",
19048
+ "privacy": "public",
19049
+ "name": "cellMergeMode",
19050
+ "description": "Gets/Sets cell merge mode.",
19051
+ "attribute": "cell-merge-mode",
19052
+ "type": {
19053
+ "text": "GridCellMergeMode"
19054
+ }
19055
+ },
18575
19056
  {
18576
19057
  "kind": "field",
18577
19058
  "privacy": "public",
@@ -18692,6 +19173,26 @@
18692
19173
  "text": "IgcColumnComponent[]"
18693
19174
  }
18694
19175
  },
19176
+ {
19177
+ "kind": "field",
19178
+ "privacy": "public",
19179
+ "name": "pinnedStartColumns",
19180
+ "description": "Gets an array of the pinned to the left `IgxColumnComponent`s.",
19181
+ "readonly": true,
19182
+ "type": {
19183
+ "text": "IgcColumnComponent[]"
19184
+ }
19185
+ },
19186
+ {
19187
+ "kind": "field",
19188
+ "privacy": "public",
19189
+ "name": "pinnedEndColumns",
19190
+ "description": "Gets an array of the pinned to the right `IgxColumnComponent`s.",
19191
+ "readonly": true,
19192
+ "type": {
19193
+ "text": "IgcColumnComponent[]"
19194
+ }
19195
+ },
18695
19196
  {
18696
19197
  "kind": "field",
18697
19198
  "privacy": "public",
@@ -19572,6 +20073,13 @@
19572
20073
  "text": "number"
19573
20074
  },
19574
20075
  "optional": true
20076
+ },
20077
+ {
20078
+ "name": "pinningPosition",
20079
+ "type": {
20080
+ "text": "ColumnPinningPosition"
20081
+ },
20082
+ "optional": true
19575
20083
  }
19576
20084
  ],
19577
20085
  "return": {
@@ -19790,8 +20298,28 @@
19790
20298
  {
19791
20299
  "kind": "method",
19792
20300
  "privacy": "public",
19793
- "name": "getPinnedWidth",
19794
- "description": "Gets calculated width of the pinned area.",
20301
+ "name": "getPinnedStartWidth",
20302
+ "description": "Gets calculated width of the pinned areas.",
20303
+ "parameters": [
20304
+ {
20305
+ "name": "takeHidden",
20306
+ "type": {
20307
+ "text": "boolean"
20308
+ },
20309
+ "optional": true
20310
+ }
20311
+ ],
20312
+ "return": {
20313
+ "type": {
20314
+ "text": "void"
20315
+ }
20316
+ }
20317
+ },
20318
+ {
20319
+ "kind": "method",
20320
+ "privacy": "public",
20321
+ "name": "getPinnedEndWidth",
20322
+ "description": "Gets calculated width of the pinned areas.",
19795
20323
  "parameters": [
19796
20324
  {
19797
20325
  "name": "takeHidden",
@@ -20697,6 +21225,14 @@
20697
21225
  "fieldName": "sortStrategy",
20698
21226
  "description": "Gets/Sets the sorting strategy of the grid."
20699
21227
  },
21228
+ {
21229
+ "name": "merge-strategy",
21230
+ "type": {
21231
+ "text": "IgcGridMergeStrategy"
21232
+ },
21233
+ "fieldName": "mergeStrategy",
21234
+ "description": "Gets/Sets the merge strategy of the grid."
21235
+ },
20700
21236
  {
20701
21237
  "name": "sorting-options",
20702
21238
  "type": {
@@ -20737,6 +21273,14 @@
20737
21273
  "fieldName": "cellSelection",
20738
21274
  "description": "Gets/Sets cell selection mode."
20739
21275
  },
21276
+ {
21277
+ "name": "cell-merge-mode",
21278
+ "type": {
21279
+ "text": "GridCellMergeMode"
21280
+ },
21281
+ "fieldName": "cellMergeMode",
21282
+ "description": "Gets/Sets cell merge mode."
21283
+ },
20740
21284
  {
20741
21285
  "name": "row-selection",
20742
21286
  "type": {
@@ -22154,6 +22698,13 @@
22154
22698
  "name": "IgcPivotGridColumn"
22155
22699
  }
22156
22700
  },
22701
+ {
22702
+ "kind": "js",
22703
+ "name": "ColumnPinningPosition",
22704
+ "declaration": {
22705
+ "name": "ColumnPinningPosition"
22706
+ }
22707
+ },
22157
22708
  {
22158
22709
  "kind": "js",
22159
22710
  "name": "IgcSortingStrategy",
@@ -22546,6 +23097,13 @@
22546
23097
  "name": "IgcGridSortingStrategy"
22547
23098
  }
22548
23099
  },
23100
+ {
23101
+ "kind": "js",
23102
+ "name": "IgcGridMergeStrategy",
23103
+ "declaration": {
23104
+ "name": "IgcGridMergeStrategy"
23105
+ }
23106
+ },
22549
23107
  {
22550
23108
  "kind": "js",
22551
23109
  "name": "IgcSortingOptions",
@@ -22581,6 +23139,13 @@
22581
23139
  "name": "GridSelectionMode"
22582
23140
  }
22583
23141
  },
23142
+ {
23143
+ "kind": "js",
23144
+ "name": "GridCellMergeMode",
23145
+ "declaration": {
23146
+ "name": "GridCellMergeMode"
23147
+ }
23148
+ },
22584
23149
  {
22585
23150
  "kind": "js",
22586
23151
  "name": "IgcSearchInfo",
@@ -22714,13 +23279,6 @@
22714
23279
  "name": "IgcCancelableBrowserEventArgs"
22715
23280
  }
22716
23281
  },
22717
- {
22718
- "kind": "js",
22719
- "name": "ColumnPinningPosition",
22720
- "declaration": {
22721
- "name": "ColumnPinningPosition"
22722
- }
22723
- },
22724
23282
  {
22725
23283
  "kind": "js",
22726
23284
  "name": "RowPinningPosition",