@skyux/grids 5.6.0 → 5.7.0
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/bundles/skyux-grids.umd.js +23 -22
- package/documentation.json +68 -111
- package/esm2015/lib/modules/grid/grid.component.js +6 -5
- package/esm2015/lib/modules/grid/grid.component.js.map +1 -1
- package/esm2015/lib/modules/grid/grid.module.js +4 -4
- package/esm2015/lib/modules/grid/grid.module.js.map +1 -1
- package/esm2015/lib/modules/shared/{skyux-grids-resources.module.js → sky-grids-resources.module.js} +10 -10
- package/esm2015/lib/modules/shared/sky-grids-resources.module.js.map +1 -0
- package/fesm2015/skyux-grids.js +18 -17
- package/fesm2015/skyux-grids.js.map +1 -1
- package/lib/modules/grid/grid.component.d.ts +1 -2
- package/lib/modules/grid/grid.module.d.ts +2 -2
- package/lib/modules/shared/sky-grids-resources.module.d.ts +14 -0
- package/package.json +18 -18
- package/esm2015/lib/modules/shared/skyux-grids-resources.module.js.map +0 -1
- package/lib/modules/shared/skyux-grids-resources.module.d.ts +0 -14
package/documentation.json
CHANGED
|
@@ -103,27 +103,6 @@
|
|
|
103
103
|
}
|
|
104
104
|
],
|
|
105
105
|
"children": [
|
|
106
|
-
{
|
|
107
|
-
"id": 78,
|
|
108
|
-
"name": "constructor",
|
|
109
|
-
"kind": 512,
|
|
110
|
-
"kindString": "Constructor",
|
|
111
|
-
"flags": {},
|
|
112
|
-
"signatures": [
|
|
113
|
-
{
|
|
114
|
-
"id": 79,
|
|
115
|
-
"name": "new SkyGridColumnComponent",
|
|
116
|
-
"kind": 16384,
|
|
117
|
-
"kindString": "Constructor signature",
|
|
118
|
-
"flags": {},
|
|
119
|
-
"type": {
|
|
120
|
-
"type": "reference",
|
|
121
|
-
"id": 77,
|
|
122
|
-
"name": "SkyGridColumnComponent"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
]
|
|
126
|
-
},
|
|
127
106
|
{
|
|
128
107
|
"id": 80,
|
|
129
108
|
"name": "alignment",
|
|
@@ -1002,7 +981,7 @@
|
|
|
1002
981
|
"sources": [
|
|
1003
982
|
{
|
|
1004
983
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1005
|
-
"line":
|
|
984
|
+
"line": 339,
|
|
1006
985
|
"character": 2
|
|
1007
986
|
}
|
|
1008
987
|
],
|
|
@@ -1115,7 +1094,7 @@
|
|
|
1115
1094
|
"sources": [
|
|
1116
1095
|
{
|
|
1117
1096
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1118
|
-
"line":
|
|
1097
|
+
"line": 289,
|
|
1119
1098
|
"character": 9
|
|
1120
1099
|
}
|
|
1121
1100
|
],
|
|
@@ -1151,7 +1130,7 @@
|
|
|
1151
1130
|
"sources": [
|
|
1152
1131
|
{
|
|
1153
1132
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1154
|
-
"line":
|
|
1133
|
+
"line": 252,
|
|
1155
1134
|
"character": 9
|
|
1156
1135
|
}
|
|
1157
1136
|
],
|
|
@@ -1184,7 +1163,7 @@
|
|
|
1184
1163
|
"sources": [
|
|
1185
1164
|
{
|
|
1186
1165
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1187
|
-
"line":
|
|
1166
|
+
"line": 290,
|
|
1188
1167
|
"character": 9
|
|
1189
1168
|
}
|
|
1190
1169
|
],
|
|
@@ -1250,7 +1229,7 @@
|
|
|
1250
1229
|
"sources": [
|
|
1251
1230
|
{
|
|
1252
1231
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1253
|
-
"line":
|
|
1232
|
+
"line": 291,
|
|
1254
1233
|
"character": 9
|
|
1255
1234
|
}
|
|
1256
1235
|
],
|
|
@@ -1271,7 +1250,7 @@
|
|
|
1271
1250
|
"isPublic": true
|
|
1272
1251
|
},
|
|
1273
1252
|
"comment": {
|
|
1274
|
-
"shortText": "Indicates whether to enable the multiselect feature to display a column of\ncheckboxes on the left side of the grid. You can specify a unique ID with\nthe `multiselectRowId` property, but multiselect defaults to the `id` property on\nthe `data` object.
|
|
1253
|
+
"shortText": "Indicates whether to enable the multiselect feature to display a column of\ncheckboxes on the left side of the grid. You can specify a unique ID with\nthe `multiselectRowId` property, but multiselect defaults to the `id` property on\nthe `data` object.",
|
|
1275
1254
|
"tags": [
|
|
1276
1255
|
{
|
|
1277
1256
|
"tag": "default",
|
|
@@ -1294,7 +1273,7 @@
|
|
|
1294
1273
|
"sources": [
|
|
1295
1274
|
{
|
|
1296
1275
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1297
|
-
"line":
|
|
1276
|
+
"line": 115,
|
|
1298
1277
|
"character": 9
|
|
1299
1278
|
}
|
|
1300
1279
|
],
|
|
@@ -1336,7 +1315,7 @@
|
|
|
1336
1315
|
"sources": [
|
|
1337
1316
|
{
|
|
1338
1317
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1339
|
-
"line":
|
|
1318
|
+
"line": 125,
|
|
1340
1319
|
"character": 9
|
|
1341
1320
|
}
|
|
1342
1321
|
],
|
|
@@ -1357,7 +1336,7 @@
|
|
|
1357
1336
|
"sources": [
|
|
1358
1337
|
{
|
|
1359
1338
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1360
|
-
"line":
|
|
1339
|
+
"line": 292,
|
|
1361
1340
|
"character": 9
|
|
1362
1341
|
}
|
|
1363
1342
|
],
|
|
@@ -1393,7 +1372,7 @@
|
|
|
1393
1372
|
"sources": [
|
|
1394
1373
|
{
|
|
1395
1374
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1396
|
-
"line":
|
|
1375
|
+
"line": 131,
|
|
1397
1376
|
"character": 9
|
|
1398
1377
|
}
|
|
1399
1378
|
],
|
|
@@ -1429,7 +1408,7 @@
|
|
|
1429
1408
|
"sources": [
|
|
1430
1409
|
{
|
|
1431
1410
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1432
|
-
"line":
|
|
1411
|
+
"line": 137,
|
|
1433
1412
|
"character": 9
|
|
1434
1413
|
}
|
|
1435
1414
|
],
|
|
@@ -1464,7 +1443,7 @@
|
|
|
1464
1443
|
"sources": [
|
|
1465
1444
|
{
|
|
1466
1445
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1467
|
-
"line":
|
|
1446
|
+
"line": 144,
|
|
1468
1447
|
"character": 9
|
|
1469
1448
|
}
|
|
1470
1449
|
],
|
|
@@ -1484,7 +1463,7 @@
|
|
|
1484
1463
|
"sources": [
|
|
1485
1464
|
{
|
|
1486
1465
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1487
|
-
"line":
|
|
1466
|
+
"line": 294,
|
|
1488
1467
|
"character": 9
|
|
1489
1468
|
}
|
|
1490
1469
|
],
|
|
@@ -1507,7 +1486,7 @@
|
|
|
1507
1486
|
"sources": [
|
|
1508
1487
|
{
|
|
1509
1488
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1510
|
-
"line":
|
|
1489
|
+
"line": 295,
|
|
1511
1490
|
"character": 9
|
|
1512
1491
|
}
|
|
1513
1492
|
],
|
|
@@ -1543,7 +1522,7 @@
|
|
|
1543
1522
|
"sources": [
|
|
1544
1523
|
{
|
|
1545
1524
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1546
|
-
"line":
|
|
1525
|
+
"line": 150,
|
|
1547
1526
|
"character": 9
|
|
1548
1527
|
}
|
|
1549
1528
|
],
|
|
@@ -1573,7 +1552,7 @@
|
|
|
1573
1552
|
"sources": [
|
|
1574
1553
|
{
|
|
1575
1554
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1576
|
-
"line":
|
|
1555
|
+
"line": 296,
|
|
1577
1556
|
"character": 9
|
|
1578
1557
|
}
|
|
1579
1558
|
],
|
|
@@ -1609,7 +1588,7 @@
|
|
|
1609
1588
|
"sources": [
|
|
1610
1589
|
{
|
|
1611
1590
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1612
|
-
"line":
|
|
1591
|
+
"line": 157,
|
|
1613
1592
|
"character": 9
|
|
1614
1593
|
}
|
|
1615
1594
|
],
|
|
@@ -1644,7 +1623,7 @@
|
|
|
1644
1623
|
"sources": [
|
|
1645
1624
|
{
|
|
1646
1625
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1647
|
-
"line":
|
|
1626
|
+
"line": 262,
|
|
1648
1627
|
"character": 9
|
|
1649
1628
|
}
|
|
1650
1629
|
],
|
|
@@ -1674,7 +1653,7 @@
|
|
|
1674
1653
|
"sources": [
|
|
1675
1654
|
{
|
|
1676
1655
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1677
|
-
"line":
|
|
1656
|
+
"line": 293,
|
|
1678
1657
|
"character": 9
|
|
1679
1658
|
}
|
|
1680
1659
|
],
|
|
@@ -1713,7 +1692,7 @@
|
|
|
1713
1692
|
"sources": [
|
|
1714
1693
|
{
|
|
1715
1694
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1716
|
-
"line":
|
|
1695
|
+
"line": 165,
|
|
1717
1696
|
"character": 9
|
|
1718
1697
|
}
|
|
1719
1698
|
],
|
|
@@ -1748,7 +1727,7 @@
|
|
|
1748
1727
|
"sources": [
|
|
1749
1728
|
{
|
|
1750
1729
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1751
|
-
"line":
|
|
1730
|
+
"line": 281,
|
|
1752
1731
|
"character": 9
|
|
1753
1732
|
}
|
|
1754
1733
|
],
|
|
@@ -1795,7 +1774,7 @@
|
|
|
1795
1774
|
"sources": [
|
|
1796
1775
|
{
|
|
1797
1776
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1798
|
-
"line":
|
|
1777
|
+
"line": 228,
|
|
1799
1778
|
"character": 9
|
|
1800
1779
|
}
|
|
1801
1780
|
],
|
|
@@ -1815,7 +1794,7 @@
|
|
|
1815
1794
|
"sources": [
|
|
1816
1795
|
{
|
|
1817
1796
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1818
|
-
"line":
|
|
1797
|
+
"line": 297,
|
|
1819
1798
|
"character": 9
|
|
1820
1799
|
}
|
|
1821
1800
|
],
|
|
@@ -1836,7 +1815,7 @@
|
|
|
1836
1815
|
"sources": [
|
|
1837
1816
|
{
|
|
1838
1817
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1839
|
-
"line":
|
|
1818
|
+
"line": 298,
|
|
1840
1819
|
"character": 9
|
|
1841
1820
|
}
|
|
1842
1821
|
],
|
|
@@ -1872,7 +1851,7 @@
|
|
|
1872
1851
|
"sources": [
|
|
1873
1852
|
{
|
|
1874
1853
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1875
|
-
"line":
|
|
1854
|
+
"line": 240,
|
|
1876
1855
|
"character": 9
|
|
1877
1856
|
}
|
|
1878
1857
|
],
|
|
@@ -1907,7 +1886,7 @@
|
|
|
1907
1886
|
"sources": [
|
|
1908
1887
|
{
|
|
1909
1888
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1910
|
-
"line":
|
|
1889
|
+
"line": 287,
|
|
1911
1890
|
"character": 9
|
|
1912
1891
|
}
|
|
1913
1892
|
],
|
|
@@ -1951,7 +1930,7 @@
|
|
|
1951
1930
|
"sources": [
|
|
1952
1931
|
{
|
|
1953
1932
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1954
|
-
"line":
|
|
1933
|
+
"line": 246,
|
|
1955
1934
|
"character": 9
|
|
1956
1935
|
}
|
|
1957
1936
|
],
|
|
@@ -2062,7 +2041,7 @@
|
|
|
2062
2041
|
"sources": [
|
|
2063
2042
|
{
|
|
2064
2043
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2065
|
-
"line":
|
|
2044
|
+
"line": 172,
|
|
2066
2045
|
"character": 13
|
|
2067
2046
|
}
|
|
2068
2047
|
],
|
|
@@ -2141,7 +2120,7 @@
|
|
|
2141
2120
|
"sources": [
|
|
2142
2121
|
{
|
|
2143
2122
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2144
|
-
"line":
|
|
2123
|
+
"line": 210,
|
|
2145
2124
|
"character": 13
|
|
2146
2125
|
}
|
|
2147
2126
|
],
|
|
@@ -2208,7 +2187,7 @@
|
|
|
2208
2187
|
"sources": [
|
|
2209
2188
|
{
|
|
2210
2189
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2211
|
-
"line":
|
|
2190
|
+
"line": 300,
|
|
2212
2191
|
"character": 13
|
|
2213
2192
|
}
|
|
2214
2193
|
],
|
|
@@ -2237,7 +2216,7 @@
|
|
|
2237
2216
|
"sources": [
|
|
2238
2217
|
{
|
|
2239
2218
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2240
|
-
"line":
|
|
2219
|
+
"line": 763,
|
|
2241
2220
|
"character": 9
|
|
2242
2221
|
}
|
|
2243
2222
|
],
|
|
@@ -2279,7 +2258,7 @@
|
|
|
2279
2258
|
"sources": [
|
|
2280
2259
|
{
|
|
2281
2260
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2282
|
-
"line":
|
|
2261
|
+
"line": 772,
|
|
2283
2262
|
"character": 9
|
|
2284
2263
|
}
|
|
2285
2264
|
],
|
|
@@ -2321,7 +2300,7 @@
|
|
|
2321
2300
|
"sources": [
|
|
2322
2301
|
{
|
|
2323
2302
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2324
|
-
"line":
|
|
2303
|
+
"line": 546,
|
|
2325
2304
|
"character": 9
|
|
2326
2305
|
}
|
|
2327
2306
|
],
|
|
@@ -2371,7 +2350,7 @@
|
|
|
2371
2350
|
"sources": [
|
|
2372
2351
|
{
|
|
2373
2352
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2374
|
-
"line":
|
|
2353
|
+
"line": 482,
|
|
2375
2354
|
"character": 9
|
|
2376
2355
|
}
|
|
2377
2356
|
],
|
|
@@ -2413,7 +2392,7 @@
|
|
|
2413
2392
|
"sources": [
|
|
2414
2393
|
{
|
|
2415
2394
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2416
|
-
"line":
|
|
2395
|
+
"line": 561,
|
|
2417
2396
|
"character": 9
|
|
2418
2397
|
}
|
|
2419
2398
|
],
|
|
@@ -2463,7 +2442,7 @@
|
|
|
2463
2442
|
"sources": [
|
|
2464
2443
|
{
|
|
2465
2444
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2466
|
-
"line":
|
|
2445
|
+
"line": 570,
|
|
2467
2446
|
"character": 9
|
|
2468
2447
|
}
|
|
2469
2448
|
],
|
|
@@ -2513,7 +2492,7 @@
|
|
|
2513
2492
|
"sources": [
|
|
2514
2493
|
{
|
|
2515
2494
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2516
|
-
"line":
|
|
2495
|
+
"line": 777,
|
|
2517
2496
|
"character": 9
|
|
2518
2497
|
}
|
|
2519
2498
|
],
|
|
@@ -2555,7 +2534,7 @@
|
|
|
2555
2534
|
"sources": [
|
|
2556
2535
|
{
|
|
2557
2536
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2558
|
-
"line":
|
|
2537
|
+
"line": 759,
|
|
2559
2538
|
"character": 9
|
|
2560
2539
|
}
|
|
2561
2540
|
],
|
|
@@ -2597,7 +2576,7 @@
|
|
|
2597
2576
|
"sources": [
|
|
2598
2577
|
{
|
|
2599
2578
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2600
|
-
"line":
|
|
2579
|
+
"line": 533,
|
|
2601
2580
|
"character": 9
|
|
2602
2581
|
}
|
|
2603
2582
|
],
|
|
@@ -2647,7 +2626,7 @@
|
|
|
2647
2626
|
"sources": [
|
|
2648
2627
|
{
|
|
2649
2628
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2650
|
-
"line":
|
|
2629
|
+
"line": 458,
|
|
2651
2630
|
"character": 9
|
|
2652
2631
|
}
|
|
2653
2632
|
],
|
|
@@ -2676,7 +2655,7 @@
|
|
|
2676
2655
|
"sources": [
|
|
2677
2656
|
{
|
|
2678
2657
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2679
|
-
"line":
|
|
2658
|
+
"line": 472,
|
|
2680
2659
|
"character": 9
|
|
2681
2660
|
}
|
|
2682
2661
|
],
|
|
@@ -2718,7 +2697,7 @@
|
|
|
2718
2697
|
"sources": [
|
|
2719
2698
|
{
|
|
2720
2699
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2721
|
-
"line":
|
|
2700
|
+
"line": 454,
|
|
2722
2701
|
"character": 9
|
|
2723
2702
|
}
|
|
2724
2703
|
],
|
|
@@ -2747,7 +2726,7 @@
|
|
|
2747
2726
|
"sources": [
|
|
2748
2727
|
{
|
|
2749
2728
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2750
|
-
"line":
|
|
2729
|
+
"line": 752,
|
|
2751
2730
|
"character": 9
|
|
2752
2731
|
}
|
|
2753
2732
|
],
|
|
@@ -2789,7 +2768,7 @@
|
|
|
2789
2768
|
"sources": [
|
|
2790
2769
|
{
|
|
2791
2770
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2792
|
-
"line":
|
|
2771
|
+
"line": 364,
|
|
2793
2772
|
"character": 9
|
|
2794
2773
|
}
|
|
2795
2774
|
],
|
|
@@ -2826,7 +2805,7 @@
|
|
|
2826
2805
|
"sources": [
|
|
2827
2806
|
{
|
|
2828
2807
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2829
|
-
"line":
|
|
2808
|
+
"line": 384,
|
|
2830
2809
|
"character": 9
|
|
2831
2810
|
}
|
|
2832
2811
|
],
|
|
@@ -2863,7 +2842,7 @@
|
|
|
2863
2842
|
"sources": [
|
|
2864
2843
|
{
|
|
2865
2844
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2866
|
-
"line":
|
|
2845
|
+
"line": 388,
|
|
2867
2846
|
"character": 9
|
|
2868
2847
|
}
|
|
2869
2848
|
],
|
|
@@ -2915,7 +2894,7 @@
|
|
|
2915
2894
|
"sources": [
|
|
2916
2895
|
{
|
|
2917
2896
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2918
|
-
"line":
|
|
2897
|
+
"line": 435,
|
|
2919
2898
|
"character": 9
|
|
2920
2899
|
}
|
|
2921
2900
|
],
|
|
@@ -2952,7 +2931,7 @@
|
|
|
2952
2931
|
"sources": [
|
|
2953
2932
|
{
|
|
2954
2933
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2955
|
-
"line":
|
|
2934
|
+
"line": 356,
|
|
2956
2935
|
"character": 9
|
|
2957
2936
|
}
|
|
2958
2937
|
],
|
|
@@ -2989,7 +2968,7 @@
|
|
|
2989
2968
|
"sources": [
|
|
2990
2969
|
{
|
|
2991
2970
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2992
|
-
"line":
|
|
2971
|
+
"line": 800,
|
|
2993
2972
|
"character": 9
|
|
2994
2973
|
}
|
|
2995
2974
|
],
|
|
@@ -3031,7 +3010,7 @@
|
|
|
3031
3010
|
"sources": [
|
|
3032
3011
|
{
|
|
3033
3012
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3034
|
-
"line":
|
|
3013
|
+
"line": 686,
|
|
3035
3014
|
"character": 9
|
|
3036
3015
|
}
|
|
3037
3016
|
],
|
|
@@ -3075,7 +3054,7 @@
|
|
|
3075
3054
|
"sources": [
|
|
3076
3055
|
{
|
|
3077
3056
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3078
|
-
"line":
|
|
3057
|
+
"line": 497,
|
|
3079
3058
|
"character": 9
|
|
3080
3059
|
}
|
|
3081
3060
|
],
|
|
@@ -3130,7 +3109,7 @@
|
|
|
3130
3109
|
"sources": [
|
|
3131
3110
|
{
|
|
3132
3111
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3133
|
-
"line":
|
|
3112
|
+
"line": 676,
|
|
3134
3113
|
"character": 9
|
|
3135
3114
|
}
|
|
3136
3115
|
],
|
|
@@ -3174,7 +3153,7 @@
|
|
|
3174
3153
|
"sources": [
|
|
3175
3154
|
{
|
|
3176
3155
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3177
|
-
"line":
|
|
3156
|
+
"line": 578,
|
|
3178
3157
|
"character": 9
|
|
3179
3158
|
}
|
|
3180
3159
|
],
|
|
@@ -3203,7 +3182,7 @@
|
|
|
3203
3182
|
"sources": [
|
|
3204
3183
|
{
|
|
3205
3184
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3206
|
-
"line":
|
|
3185
|
+
"line": 629,
|
|
3207
3186
|
"character": 9
|
|
3208
3187
|
}
|
|
3209
3188
|
],
|
|
@@ -3247,7 +3226,7 @@
|
|
|
3247
3226
|
"sources": [
|
|
3248
3227
|
{
|
|
3249
3228
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3250
|
-
"line":
|
|
3229
|
+
"line": 713,
|
|
3251
3230
|
"character": 9
|
|
3252
3231
|
}
|
|
3253
3232
|
],
|
|
@@ -3291,7 +3270,7 @@
|
|
|
3291
3270
|
"sources": [
|
|
3292
3271
|
{
|
|
3293
3272
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3294
|
-
"line":
|
|
3273
|
+
"line": 717,
|
|
3295
3274
|
"character": 9
|
|
3296
3275
|
}
|
|
3297
3276
|
],
|
|
@@ -3335,7 +3314,7 @@
|
|
|
3335
3314
|
"sources": [
|
|
3336
3315
|
{
|
|
3337
3316
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3338
|
-
"line":
|
|
3317
|
+
"line": 695,
|
|
3339
3318
|
"character": 9
|
|
3340
3319
|
}
|
|
3341
3320
|
],
|
|
@@ -3379,7 +3358,7 @@
|
|
|
3379
3358
|
"sources": [
|
|
3380
3359
|
{
|
|
3381
3360
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3382
|
-
"line":
|
|
3361
|
+
"line": 726,
|
|
3383
3362
|
"character": 9
|
|
3384
3363
|
}
|
|
3385
3364
|
],
|
|
@@ -3423,7 +3402,7 @@
|
|
|
3423
3402
|
"sources": [
|
|
3424
3403
|
{
|
|
3425
3404
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3426
|
-
"line":
|
|
3405
|
+
"line": 738,
|
|
3427
3406
|
"character": 9
|
|
3428
3407
|
}
|
|
3429
3408
|
],
|
|
@@ -3476,7 +3455,7 @@
|
|
|
3476
3455
|
"sources": [
|
|
3477
3456
|
{
|
|
3478
3457
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3479
|
-
"line":
|
|
3458
|
+
"line": 786,
|
|
3480
3459
|
"character": 9
|
|
3481
3460
|
}
|
|
3482
3461
|
],
|
|
@@ -3518,7 +3497,7 @@
|
|
|
3518
3497
|
"sources": [
|
|
3519
3498
|
{
|
|
3520
3499
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3521
|
-
"line":
|
|
3500
|
+
"line": 782,
|
|
3522
3501
|
"character": 9
|
|
3523
3502
|
}
|
|
3524
3503
|
],
|
|
@@ -3574,7 +3553,7 @@
|
|
|
3574
3553
|
"sources": [
|
|
3575
3554
|
{
|
|
3576
3555
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3577
|
-
"line":
|
|
3556
|
+
"line": 450,
|
|
3578
3557
|
"character": 9
|
|
3579
3558
|
}
|
|
3580
3559
|
],
|
|
@@ -3603,7 +3582,7 @@
|
|
|
3603
3582
|
"sources": [
|
|
3604
3583
|
{
|
|
3605
3584
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3606
|
-
"line":
|
|
3585
|
+
"line": 504,
|
|
3607
3586
|
"character": 9
|
|
3608
3587
|
}
|
|
3609
3588
|
],
|
|
@@ -3645,7 +3624,7 @@
|
|
|
3645
3624
|
"sources": [
|
|
3646
3625
|
{
|
|
3647
3626
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3648
|
-
"line":
|
|
3627
|
+
"line": 614,
|
|
3649
3628
|
"character": 9
|
|
3650
3629
|
}
|
|
3651
3630
|
],
|
|
@@ -3687,7 +3666,7 @@
|
|
|
3687
3666
|
"sources": [
|
|
3688
3667
|
{
|
|
3689
3668
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3690
|
-
"line":
|
|
3669
|
+
"line": 582,
|
|
3691
3670
|
"character": 9
|
|
3692
3671
|
}
|
|
3693
3672
|
],
|
|
@@ -3729,7 +3708,7 @@
|
|
|
3729
3708
|
"sources": [
|
|
3730
3709
|
{
|
|
3731
3710
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3732
|
-
"line":
|
|
3711
|
+
"line": 597,
|
|
3733
3712
|
"character": 9
|
|
3734
3713
|
}
|
|
3735
3714
|
],
|
|
@@ -3910,33 +3889,11 @@
|
|
|
3910
3889
|
"name": "NgModule"
|
|
3911
3890
|
},
|
|
3912
3891
|
"arguments": {
|
|
3913
|
-
"obj": "{\n declarations: [\n SkyGridComponent,\n SkyGridColumnComponent,\n SkyGridCellComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n FormsModule,\n SkyAffixModule,\n SkyCheckboxModule,\n
|
|
3892
|
+
"obj": "{\n declarations: [\n SkyGridComponent,\n SkyGridColumnComponent,\n SkyGridCellComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n FormsModule,\n SkyAffixModule,\n SkyCheckboxModule,\n SkyGridsResourcesModule,\n SkyHelpInlineModule,\n SkyIconModule,\n SkyInlineDeleteModule,\n SkyOverlayModule,\n SkyPopoverModule,\n SkyTextHighlightModule,\n ],\n exports: [SkyGridComponent, SkyGridColumnComponent],\n}"
|
|
3914
3893
|
}
|
|
3915
3894
|
}
|
|
3916
3895
|
],
|
|
3917
|
-
"children": [
|
|
3918
|
-
{
|
|
3919
|
-
"id": 2,
|
|
3920
|
-
"name": "constructor",
|
|
3921
|
-
"kind": 512,
|
|
3922
|
-
"kindString": "Constructor",
|
|
3923
|
-
"flags": {},
|
|
3924
|
-
"signatures": [
|
|
3925
|
-
{
|
|
3926
|
-
"id": 3,
|
|
3927
|
-
"name": "new SkyGridModule",
|
|
3928
|
-
"kind": 16384,
|
|
3929
|
-
"kindString": "Constructor signature",
|
|
3930
|
-
"flags": {},
|
|
3931
|
-
"type": {
|
|
3932
|
-
"type": "reference",
|
|
3933
|
-
"id": 1,
|
|
3934
|
-
"name": "SkyGridModule"
|
|
3935
|
-
}
|
|
3936
|
-
}
|
|
3937
|
-
]
|
|
3938
|
-
}
|
|
3939
|
-
],
|
|
3896
|
+
"children": [],
|
|
3940
3897
|
"groups": [
|
|
3941
3898
|
{
|
|
3942
3899
|
"title": "Constructors",
|
|
@@ -35,8 +35,7 @@ export class SkyGridComponent {
|
|
|
35
35
|
* Indicates whether to enable the multiselect feature to display a column of
|
|
36
36
|
* checkboxes on the left side of the grid. You can specify a unique ID with
|
|
37
37
|
* the `multiselectRowId` property, but multiselect defaults to the `id` property on
|
|
38
|
-
* the `data` object.
|
|
39
|
-
* we recommend the [list view grid](https://developer.blackbaud.com/skyux/components/list/grid) component.
|
|
38
|
+
* the `data` object.
|
|
40
39
|
* @default false
|
|
41
40
|
*/
|
|
42
41
|
this.enableMultiselect = false;
|
|
@@ -682,7 +681,7 @@ export class SkyGridComponent {
|
|
|
682
681
|
const selectedRows = this.getSelectedRows();
|
|
683
682
|
return this.data.map((item) => {
|
|
684
683
|
let checked;
|
|
685
|
-
if (
|
|
684
|
+
if (Object.prototype.hasOwnProperty.call(item, this.multiselectRowId)) {
|
|
686
685
|
checked = selectedRows.indexOf(item[this.multiselectRowId]) > -1;
|
|
687
686
|
}
|
|
688
687
|
else {
|
|
@@ -852,7 +851,7 @@ export class SkyGridComponent {
|
|
|
852
851
|
return item.isSelected;
|
|
853
852
|
})
|
|
854
853
|
.map((item) => {
|
|
855
|
-
if (
|
|
854
|
+
if (Object.prototype.hasOwnProperty.call(item.data, this.multiselectRowId)) {
|
|
856
855
|
return item.data[this.multiselectRowId];
|
|
857
856
|
}
|
|
858
857
|
return item.id;
|
|
@@ -906,7 +905,9 @@ export class SkyGridComponent {
|
|
|
906
905
|
this.uiConfigService
|
|
907
906
|
.setConfig(this.settingsKey, config)
|
|
908
907
|
.pipe(takeUntil(this.ngUnsubscribe))
|
|
909
|
-
.subscribe(
|
|
908
|
+
.subscribe(
|
|
909
|
+
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
|
910
|
+
() => { }, (err) => {
|
|
910
911
|
console.warn('Could not save grid settings.');
|
|
911
912
|
console.warn(err);
|
|
912
913
|
});
|