@skyux/grids 5.9.4 → 6.0.0-beta.10
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/documentation.json +387 -295
- package/esm2020/index.mjs +20 -0
- package/esm2020/lib/modules/grid/grid-adapter.service.mjs +88 -0
- package/esm2020/lib/modules/grid/grid-cell.component.mjs +42 -0
- package/esm2020/lib/modules/grid/grid-column.component.mjs +115 -0
- package/esm2020/lib/modules/grid/grid-column.model.mjs +26 -0
- package/esm2020/lib/modules/grid/grid.component.mjs +1034 -0
- package/esm2020/lib/modules/grid/grid.module.mjs +74 -0
- package/esm2020/lib/modules/grid/types/grid-column-alignment.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-column-description-model-change.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-column-heading-model-change.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-column-inline-help-popover-model-change.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-column-width-model-change.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-message-type.mjs +23 -0
- package/esm2020/lib/modules/grid/types/grid-message.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-row-delete-cancel-args.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-row-delete-config.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-row-delete-confirm-args.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-row-delete-contents.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-selected-rows-model-change.mjs +2 -0
- package/esm2020/lib/modules/grid/types/grid-selected-rows-source.mjs +13 -0
- package/esm2020/lib/modules/grid/types/grid-ui-config.mjs +2 -0
- package/esm2020/lib/modules/shared/sky-grids-resources.module.mjs +45 -0
- package/esm2020/skyux-grids.mjs +5 -0
- package/fesm2015/{skyux-grids.js → skyux-grids.mjs} +56 -47
- package/fesm2015/skyux-grids.mjs.map +1 -0
- package/fesm2020/skyux-grids.mjs +1443 -0
- package/fesm2020/skyux-grids.mjs.map +1 -0
- package/lib/modules/grid/grid-adapter.service.d.ts +1 -1
- package/lib/modules/grid/grid-cell.component.d.ts +1 -0
- package/lib/modules/grid/grid-column.component.d.ts +1 -0
- package/lib/modules/grid/grid-column.model.d.ts +1 -0
- package/lib/modules/grid/grid.component.d.ts +6 -2
- package/lib/modules/grid/grid.module.d.ts +3 -0
- package/lib/modules/grid/types/grid-column-alignment.d.ts +1 -0
- package/lib/modules/grid/types/grid-column-description-model-change.d.ts +1 -0
- package/lib/modules/grid/types/grid-column-heading-model-change.d.ts +1 -0
- package/lib/modules/grid/types/grid-column-inline-help-popover-model-change.d.ts +1 -0
- package/lib/modules/grid/types/grid-column-width-model-change.d.ts +3 -0
- package/lib/modules/grid/types/grid-message-type.d.ts +3 -0
- package/lib/modules/grid/types/grid-message.d.ts +3 -0
- package/lib/modules/grid/types/grid-row-delete-cancel-args.d.ts +1 -0
- package/lib/modules/grid/types/grid-row-delete-config.d.ts +1 -0
- package/lib/modules/grid/types/grid-row-delete-confirm-args.d.ts +1 -0
- package/lib/modules/grid/types/grid-row-delete-contents.d.ts +1 -0
- package/lib/modules/grid/types/grid-selected-rows-model-change.d.ts +3 -0
- package/lib/modules/grid/types/grid-selected-rows-source.d.ts +1 -0
- package/lib/modules/grid/types/grid-ui-config.d.ts +1 -0
- package/package.json +33 -17
- package/bundles/skyux-grids.umd.js +0 -1853
- package/esm2015/index.js +0 -20
- package/esm2015/index.js.map +0 -1
- package/esm2015/lib/modules/grid/grid-adapter.service.js +0 -84
- package/esm2015/lib/modules/grid/grid-adapter.service.js.map +0 -1
- package/esm2015/lib/modules/grid/grid-cell.component.js +0 -46
- package/esm2015/lib/modules/grid/grid-cell.component.js.map +0 -1
- package/esm2015/lib/modules/grid/grid-column.component.js +0 -116
- package/esm2015/lib/modules/grid/grid-column.component.js.map +0 -1
- package/esm2015/lib/modules/grid/grid-column.model.js +0 -25
- package/esm2015/lib/modules/grid/grid-column.model.js.map +0 -1
- package/esm2015/lib/modules/grid/grid.component.js +0 -1032
- package/esm2015/lib/modules/grid/grid.component.js.map +0 -1
- package/esm2015/lib/modules/grid/grid.module.js +0 -71
- package/esm2015/lib/modules/grid/grid.module.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-column-alignment.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-column-alignment.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-column-description-model-change.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-column-description-model-change.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-column-heading-model-change.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-column-heading-model-change.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-column-inline-help-popover-model-change.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-column-inline-help-popover-model-change.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-column-width-model-change.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-column-width-model-change.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-message-type.js +0 -20
- package/esm2015/lib/modules/grid/types/grid-message-type.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-message.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-message.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-row-delete-cancel-args.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-row-delete-cancel-args.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-row-delete-config.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-row-delete-config.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-row-delete-confirm-args.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-row-delete-confirm-args.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-row-delete-contents.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-row-delete-contents.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-selected-rows-model-change.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-selected-rows-model-change.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-selected-rows-source.js +0 -12
- package/esm2015/lib/modules/grid/types/grid-selected-rows-source.js.map +0 -1
- package/esm2015/lib/modules/grid/types/grid-ui-config.js +0 -2
- package/esm2015/lib/modules/grid/types/grid-ui-config.js.map +0 -1
- package/esm2015/lib/modules/shared/sky-grids-resources.module.js +0 -45
- package/esm2015/lib/modules/shared/sky-grids-resources.module.js.map +0 -1
- package/esm2015/skyux-grids.js +0 -5
- package/esm2015/skyux-grids.js.map +0 -1
- package/fesm2015/skyux-grids.js.map +0 -1
package/documentation.json
CHANGED
|
@@ -23,6 +23,14 @@
|
|
|
23
23
|
"kind": 8,
|
|
24
24
|
"kindString": "Enumeration",
|
|
25
25
|
"flags": {},
|
|
26
|
+
"comment": {
|
|
27
|
+
"tags": [
|
|
28
|
+
{
|
|
29
|
+
"tag": "deprecated",
|
|
30
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
31
|
+
}
|
|
32
|
+
]
|
|
33
|
+
},
|
|
26
34
|
"children": [
|
|
27
35
|
{
|
|
28
36
|
"id": 56,
|
|
@@ -36,7 +44,7 @@
|
|
|
36
44
|
"sources": [
|
|
37
45
|
{
|
|
38
46
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
39
|
-
"line":
|
|
47
|
+
"line": 13,
|
|
40
48
|
"character": 2
|
|
41
49
|
}
|
|
42
50
|
],
|
|
@@ -54,7 +62,7 @@
|
|
|
54
62
|
"sources": [
|
|
55
63
|
{
|
|
56
64
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
57
|
-
"line":
|
|
65
|
+
"line": 8,
|
|
58
66
|
"character": 2
|
|
59
67
|
}
|
|
60
68
|
],
|
|
@@ -74,7 +82,7 @@
|
|
|
74
82
|
"sources": [
|
|
75
83
|
{
|
|
76
84
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
77
|
-
"line":
|
|
85
|
+
"line": 4,
|
|
78
86
|
"character": 12
|
|
79
87
|
}
|
|
80
88
|
]
|
|
@@ -86,7 +94,13 @@
|
|
|
86
94
|
"kindString": "Class",
|
|
87
95
|
"flags": {},
|
|
88
96
|
"comment": {
|
|
89
|
-
"shortText": "Specifies the column information."
|
|
97
|
+
"shortText": "Specifies the column information.",
|
|
98
|
+
"tags": [
|
|
99
|
+
{
|
|
100
|
+
"tag": "deprecated",
|
|
101
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
102
|
+
}
|
|
103
|
+
]
|
|
90
104
|
},
|
|
91
105
|
"decorators": [
|
|
92
106
|
{
|
|
@@ -135,7 +149,7 @@
|
|
|
135
149
|
"sources": [
|
|
136
150
|
{
|
|
137
151
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
138
|
-
"line":
|
|
152
|
+
"line": 34,
|
|
139
153
|
"character": 9
|
|
140
154
|
}
|
|
141
155
|
],
|
|
@@ -172,7 +186,7 @@
|
|
|
172
186
|
"sources": [
|
|
173
187
|
{
|
|
174
188
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
175
|
-
"line":
|
|
189
|
+
"line": 40,
|
|
176
190
|
"character": 9
|
|
177
191
|
}
|
|
178
192
|
],
|
|
@@ -192,7 +206,7 @@
|
|
|
192
206
|
"sources": [
|
|
193
207
|
{
|
|
194
208
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
195
|
-
"line":
|
|
209
|
+
"line": 135,
|
|
196
210
|
"character": 9
|
|
197
211
|
}
|
|
198
212
|
],
|
|
@@ -221,7 +235,7 @@
|
|
|
221
235
|
"sources": [
|
|
222
236
|
{
|
|
223
237
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
224
|
-
"line":
|
|
238
|
+
"line": 137,
|
|
225
239
|
"character": 9
|
|
226
240
|
}
|
|
227
241
|
],
|
|
@@ -271,7 +285,7 @@
|
|
|
271
285
|
"sources": [
|
|
272
286
|
{
|
|
273
287
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
274
|
-
"line":
|
|
288
|
+
"line": 47,
|
|
275
289
|
"character": 9
|
|
276
290
|
}
|
|
277
291
|
],
|
|
@@ -306,7 +320,7 @@
|
|
|
306
320
|
"sources": [
|
|
307
321
|
{
|
|
308
322
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
309
|
-
"line":
|
|
323
|
+
"line": 56,
|
|
310
324
|
"character": 9
|
|
311
325
|
}
|
|
312
326
|
],
|
|
@@ -341,7 +355,7 @@
|
|
|
341
355
|
"sources": [
|
|
342
356
|
{
|
|
343
357
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
344
|
-
"line":
|
|
358
|
+
"line": 62,
|
|
345
359
|
"character": 9
|
|
346
360
|
}
|
|
347
361
|
],
|
|
@@ -361,7 +375,7 @@
|
|
|
361
375
|
"sources": [
|
|
362
376
|
{
|
|
363
377
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
364
|
-
"line":
|
|
378
|
+
"line": 140,
|
|
365
379
|
"character": 9
|
|
366
380
|
}
|
|
367
381
|
],
|
|
@@ -390,7 +404,7 @@
|
|
|
390
404
|
"sources": [
|
|
391
405
|
{
|
|
392
406
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
393
|
-
"line":
|
|
407
|
+
"line": 142,
|
|
394
408
|
"character": 9
|
|
395
409
|
}
|
|
396
410
|
],
|
|
@@ -440,7 +454,7 @@
|
|
|
440
454
|
"sources": [
|
|
441
455
|
{
|
|
442
456
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
443
|
-
"line":
|
|
457
|
+
"line": 69,
|
|
444
458
|
"character": 9
|
|
445
459
|
}
|
|
446
460
|
],
|
|
@@ -475,7 +489,7 @@
|
|
|
475
489
|
"sources": [
|
|
476
490
|
{
|
|
477
491
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
478
|
-
"line":
|
|
492
|
+
"line": 77,
|
|
479
493
|
"character": 9
|
|
480
494
|
}
|
|
481
495
|
],
|
|
@@ -510,7 +524,7 @@
|
|
|
510
524
|
"sources": [
|
|
511
525
|
{
|
|
512
526
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
513
|
-
"line":
|
|
527
|
+
"line": 83,
|
|
514
528
|
"character": 9
|
|
515
529
|
}
|
|
516
530
|
],
|
|
@@ -530,7 +544,7 @@
|
|
|
530
544
|
"sources": [
|
|
531
545
|
{
|
|
532
546
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
533
|
-
"line":
|
|
547
|
+
"line": 145,
|
|
534
548
|
"character": 9
|
|
535
549
|
}
|
|
536
550
|
],
|
|
@@ -580,7 +594,7 @@
|
|
|
580
594
|
"sources": [
|
|
581
595
|
{
|
|
582
596
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
583
|
-
"line":
|
|
597
|
+
"line": 90,
|
|
584
598
|
"character": 9
|
|
585
599
|
}
|
|
586
600
|
],
|
|
@@ -622,7 +636,7 @@
|
|
|
622
636
|
"sources": [
|
|
623
637
|
{
|
|
624
638
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
625
|
-
"line":
|
|
639
|
+
"line": 99,
|
|
626
640
|
"character": 9
|
|
627
641
|
}
|
|
628
642
|
],
|
|
@@ -656,7 +670,7 @@
|
|
|
656
670
|
"sources": [
|
|
657
671
|
{
|
|
658
672
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
659
|
-
"line":
|
|
673
|
+
"line": 108,
|
|
660
674
|
"character": 9
|
|
661
675
|
}
|
|
662
676
|
],
|
|
@@ -746,7 +760,7 @@
|
|
|
746
760
|
"sources": [
|
|
747
761
|
{
|
|
748
762
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
749
|
-
"line":
|
|
763
|
+
"line": 126,
|
|
750
764
|
"character": 9
|
|
751
765
|
}
|
|
752
766
|
],
|
|
@@ -789,7 +803,7 @@
|
|
|
789
803
|
"sources": [
|
|
790
804
|
{
|
|
791
805
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
792
|
-
"line":
|
|
806
|
+
"line": 133,
|
|
793
807
|
"character": 9
|
|
794
808
|
}
|
|
795
809
|
],
|
|
@@ -809,7 +823,7 @@
|
|
|
809
823
|
"sources": [
|
|
810
824
|
{
|
|
811
825
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
812
|
-
"line":
|
|
826
|
+
"line": 180,
|
|
813
827
|
"character": 13
|
|
814
828
|
}
|
|
815
829
|
],
|
|
@@ -846,7 +860,7 @@
|
|
|
846
860
|
"sources": [
|
|
847
861
|
{
|
|
848
862
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
849
|
-
"line":
|
|
863
|
+
"line": 151,
|
|
850
864
|
"character": 9
|
|
851
865
|
}
|
|
852
866
|
],
|
|
@@ -938,7 +952,7 @@
|
|
|
938
952
|
"sources": [
|
|
939
953
|
{
|
|
940
954
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
941
|
-
"line":
|
|
955
|
+
"line": 27,
|
|
942
956
|
"character": 13
|
|
943
957
|
}
|
|
944
958
|
],
|
|
@@ -957,6 +971,14 @@
|
|
|
957
971
|
"kind": 128,
|
|
958
972
|
"kindString": "Class",
|
|
959
973
|
"flags": {},
|
|
974
|
+
"comment": {
|
|
975
|
+
"tags": [
|
|
976
|
+
{
|
|
977
|
+
"tag": "deprecated",
|
|
978
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
979
|
+
}
|
|
980
|
+
]
|
|
981
|
+
},
|
|
960
982
|
"decorators": [
|
|
961
983
|
{
|
|
962
984
|
"name": "Component",
|
|
@@ -981,7 +1003,7 @@
|
|
|
981
1003
|
"sources": [
|
|
982
1004
|
{
|
|
983
1005
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
984
|
-
"line":
|
|
1006
|
+
"line": 344,
|
|
985
1007
|
"character": 2
|
|
986
1008
|
}
|
|
987
1009
|
],
|
|
@@ -1073,6 +1095,17 @@
|
|
|
1073
1095
|
"type": "reference",
|
|
1074
1096
|
"name": "SkyUIConfigService"
|
|
1075
1097
|
}
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"id": 123,
|
|
1101
|
+
"name": "logger",
|
|
1102
|
+
"kind": 32768,
|
|
1103
|
+
"kindString": "Parameter",
|
|
1104
|
+
"flags": {},
|
|
1105
|
+
"type": {
|
|
1106
|
+
"type": "reference",
|
|
1107
|
+
"name": "SkyLogService"
|
|
1108
|
+
}
|
|
1076
1109
|
}
|
|
1077
1110
|
],
|
|
1078
1111
|
"type": {
|
|
@@ -1084,7 +1117,7 @@
|
|
|
1084
1117
|
]
|
|
1085
1118
|
},
|
|
1086
1119
|
{
|
|
1087
|
-
"id":
|
|
1120
|
+
"id": 154,
|
|
1088
1121
|
"name": "columnResizeStep",
|
|
1089
1122
|
"kind": 1024,
|
|
1090
1123
|
"kindString": "Property",
|
|
@@ -1094,7 +1127,7 @@
|
|
|
1094
1127
|
"sources": [
|
|
1095
1128
|
{
|
|
1096
1129
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1097
|
-
"line":
|
|
1130
|
+
"line": 293,
|
|
1098
1131
|
"character": 9
|
|
1099
1132
|
}
|
|
1100
1133
|
],
|
|
@@ -1105,7 +1138,7 @@
|
|
|
1105
1138
|
"defaultValue": "10"
|
|
1106
1139
|
},
|
|
1107
1140
|
{
|
|
1108
|
-
"id":
|
|
1141
|
+
"id": 148,
|
|
1109
1142
|
"name": "columnWidthChange",
|
|
1110
1143
|
"kind": 1024,
|
|
1111
1144
|
"kindString": "Property",
|
|
@@ -1130,7 +1163,7 @@
|
|
|
1130
1163
|
"sources": [
|
|
1131
1164
|
{
|
|
1132
1165
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1133
|
-
"line":
|
|
1166
|
+
"line": 256,
|
|
1134
1167
|
"character": 9
|
|
1135
1168
|
}
|
|
1136
1169
|
],
|
|
@@ -1153,7 +1186,7 @@
|
|
|
1153
1186
|
"defaultValue": "..."
|
|
1154
1187
|
},
|
|
1155
1188
|
{
|
|
1156
|
-
"id":
|
|
1189
|
+
"id": 155,
|
|
1157
1190
|
"name": "currentSortField",
|
|
1158
1191
|
"kind": 1024,
|
|
1159
1192
|
"kindString": "Property",
|
|
@@ -1163,7 +1196,7 @@
|
|
|
1163
1196
|
"sources": [
|
|
1164
1197
|
{
|
|
1165
1198
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1166
|
-
"line":
|
|
1199
|
+
"line": 294,
|
|
1167
1200
|
"character": 9
|
|
1168
1201
|
}
|
|
1169
1202
|
],
|
|
@@ -1181,7 +1214,7 @@
|
|
|
1181
1214
|
}
|
|
1182
1215
|
},
|
|
1183
1216
|
{
|
|
1184
|
-
"id":
|
|
1217
|
+
"id": 128,
|
|
1185
1218
|
"name": "data",
|
|
1186
1219
|
"kind": 1024,
|
|
1187
1220
|
"kindString": "Property",
|
|
@@ -1206,7 +1239,7 @@
|
|
|
1206
1239
|
"sources": [
|
|
1207
1240
|
{
|
|
1208
1241
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1209
|
-
"line":
|
|
1242
|
+
"line": 109,
|
|
1210
1243
|
"character": 9
|
|
1211
1244
|
}
|
|
1212
1245
|
],
|
|
@@ -1219,7 +1252,7 @@
|
|
|
1219
1252
|
}
|
|
1220
1253
|
},
|
|
1221
1254
|
{
|
|
1222
|
-
"id":
|
|
1255
|
+
"id": 156,
|
|
1223
1256
|
"name": "displayedColumns",
|
|
1224
1257
|
"kind": 1024,
|
|
1225
1258
|
"kindString": "Property",
|
|
@@ -1229,7 +1262,7 @@
|
|
|
1229
1262
|
"sources": [
|
|
1230
1263
|
{
|
|
1231
1264
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1232
|
-
"line":
|
|
1265
|
+
"line": 295,
|
|
1233
1266
|
"character": 9
|
|
1234
1267
|
}
|
|
1235
1268
|
],
|
|
@@ -1242,7 +1275,27 @@
|
|
|
1242
1275
|
}
|
|
1243
1276
|
},
|
|
1244
1277
|
{
|
|
1245
|
-
"id":
|
|
1278
|
+
"id": 157,
|
|
1279
|
+
"name": "dragulaGroupName",
|
|
1280
|
+
"kind": 1024,
|
|
1281
|
+
"kindString": "Property",
|
|
1282
|
+
"flags": {
|
|
1283
|
+
"isPublic": true
|
|
1284
|
+
},
|
|
1285
|
+
"sources": [
|
|
1286
|
+
{
|
|
1287
|
+
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1288
|
+
"line": 296,
|
|
1289
|
+
"character": 9
|
|
1290
|
+
}
|
|
1291
|
+
],
|
|
1292
|
+
"type": {
|
|
1293
|
+
"type": "intrinsic",
|
|
1294
|
+
"name": "string"
|
|
1295
|
+
}
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"id": 129,
|
|
1246
1299
|
"name": "enableMultiselect",
|
|
1247
1300
|
"kind": 1024,
|
|
1248
1301
|
"kindString": "Property",
|
|
@@ -1273,7 +1326,7 @@
|
|
|
1273
1326
|
"sources": [
|
|
1274
1327
|
{
|
|
1275
1328
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1276
|
-
"line":
|
|
1329
|
+
"line": 119,
|
|
1277
1330
|
"character": 9
|
|
1278
1331
|
}
|
|
1279
1332
|
],
|
|
@@ -1284,7 +1337,7 @@
|
|
|
1284
1337
|
"defaultValue": "false"
|
|
1285
1338
|
},
|
|
1286
1339
|
{
|
|
1287
|
-
"id":
|
|
1340
|
+
"id": 130,
|
|
1288
1341
|
"name": "fit",
|
|
1289
1342
|
"kind": 1024,
|
|
1290
1343
|
"kindString": "Property",
|
|
@@ -1315,7 +1368,7 @@
|
|
|
1315
1368
|
"sources": [
|
|
1316
1369
|
{
|
|
1317
1370
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1318
|
-
"line":
|
|
1371
|
+
"line": 129,
|
|
1319
1372
|
"character": 9
|
|
1320
1373
|
}
|
|
1321
1374
|
],
|
|
@@ -1326,7 +1379,7 @@
|
|
|
1326
1379
|
"defaultValue": "'width'"
|
|
1327
1380
|
},
|
|
1328
1381
|
{
|
|
1329
|
-
"id":
|
|
1382
|
+
"id": 158,
|
|
1330
1383
|
"name": "gridId",
|
|
1331
1384
|
"kind": 1024,
|
|
1332
1385
|
"kindString": "Property",
|
|
@@ -1336,7 +1389,7 @@
|
|
|
1336
1389
|
"sources": [
|
|
1337
1390
|
{
|
|
1338
1391
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1339
|
-
"line":
|
|
1392
|
+
"line": 297,
|
|
1340
1393
|
"character": 9
|
|
1341
1394
|
}
|
|
1342
1395
|
],
|
|
@@ -1347,7 +1400,7 @@
|
|
|
1347
1400
|
"defaultValue": "++nextId"
|
|
1348
1401
|
},
|
|
1349
1402
|
{
|
|
1350
|
-
"id":
|
|
1403
|
+
"id": 131,
|
|
1351
1404
|
"name": "hasToolbar",
|
|
1352
1405
|
"kind": 1024,
|
|
1353
1406
|
"kindString": "Property",
|
|
@@ -1372,7 +1425,7 @@
|
|
|
1372
1425
|
"sources": [
|
|
1373
1426
|
{
|
|
1374
1427
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1375
|
-
"line":
|
|
1428
|
+
"line": 135,
|
|
1376
1429
|
"character": 9
|
|
1377
1430
|
}
|
|
1378
1431
|
],
|
|
@@ -1383,7 +1436,7 @@
|
|
|
1383
1436
|
"defaultValue": "false"
|
|
1384
1437
|
},
|
|
1385
1438
|
{
|
|
1386
|
-
"id":
|
|
1439
|
+
"id": 132,
|
|
1387
1440
|
"name": "height",
|
|
1388
1441
|
"kind": 1024,
|
|
1389
1442
|
"kindString": "Property",
|
|
@@ -1408,7 +1461,7 @@
|
|
|
1408
1461
|
"sources": [
|
|
1409
1462
|
{
|
|
1410
1463
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1411
|
-
"line":
|
|
1464
|
+
"line": 141,
|
|
1412
1465
|
"character": 9
|
|
1413
1466
|
}
|
|
1414
1467
|
],
|
|
@@ -1418,7 +1471,7 @@
|
|
|
1418
1471
|
}
|
|
1419
1472
|
},
|
|
1420
1473
|
{
|
|
1421
|
-
"id":
|
|
1474
|
+
"id": 133,
|
|
1422
1475
|
"name": "highlightText",
|
|
1423
1476
|
"kind": 1024,
|
|
1424
1477
|
"kindString": "Property",
|
|
@@ -1443,7 +1496,7 @@
|
|
|
1443
1496
|
"sources": [
|
|
1444
1497
|
{
|
|
1445
1498
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1446
|
-
"line":
|
|
1499
|
+
"line": 148,
|
|
1447
1500
|
"character": 9
|
|
1448
1501
|
}
|
|
1449
1502
|
],
|
|
@@ -1453,7 +1506,7 @@
|
|
|
1453
1506
|
}
|
|
1454
1507
|
},
|
|
1455
1508
|
{
|
|
1456
|
-
"id":
|
|
1509
|
+
"id": 160,
|
|
1457
1510
|
"name": "items",
|
|
1458
1511
|
"kind": 1024,
|
|
1459
1512
|
"kindString": "Property",
|
|
@@ -1463,7 +1516,7 @@
|
|
|
1463
1516
|
"sources": [
|
|
1464
1517
|
{
|
|
1465
1518
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1466
|
-
"line":
|
|
1519
|
+
"line": 299,
|
|
1467
1520
|
"character": 9
|
|
1468
1521
|
}
|
|
1469
1522
|
],
|
|
@@ -1476,7 +1529,7 @@
|
|
|
1476
1529
|
}
|
|
1477
1530
|
},
|
|
1478
1531
|
{
|
|
1479
|
-
"id":
|
|
1532
|
+
"id": 161,
|
|
1480
1533
|
"name": "maxColWidth",
|
|
1481
1534
|
"kind": 1024,
|
|
1482
1535
|
"kindString": "Property",
|
|
@@ -1486,7 +1539,7 @@
|
|
|
1486
1539
|
"sources": [
|
|
1487
1540
|
{
|
|
1488
1541
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1489
|
-
"line":
|
|
1542
|
+
"line": 300,
|
|
1490
1543
|
"character": 9
|
|
1491
1544
|
}
|
|
1492
1545
|
],
|
|
@@ -1497,7 +1550,7 @@
|
|
|
1497
1550
|
"defaultValue": "9999"
|
|
1498
1551
|
},
|
|
1499
1552
|
{
|
|
1500
|
-
"id":
|
|
1553
|
+
"id": 134,
|
|
1501
1554
|
"name": "messageStream",
|
|
1502
1555
|
"kind": 1024,
|
|
1503
1556
|
"kindString": "Property",
|
|
@@ -1522,7 +1575,7 @@
|
|
|
1522
1575
|
"sources": [
|
|
1523
1576
|
{
|
|
1524
1577
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1525
|
-
"line":
|
|
1578
|
+
"line": 154,
|
|
1526
1579
|
"character": 9
|
|
1527
1580
|
}
|
|
1528
1581
|
],
|
|
@@ -1542,7 +1595,7 @@
|
|
|
1542
1595
|
"defaultValue": "..."
|
|
1543
1596
|
},
|
|
1544
1597
|
{
|
|
1545
|
-
"id":
|
|
1598
|
+
"id": 162,
|
|
1546
1599
|
"name": "minColWidth",
|
|
1547
1600
|
"kind": 1024,
|
|
1548
1601
|
"kindString": "Property",
|
|
@@ -1552,7 +1605,7 @@
|
|
|
1552
1605
|
"sources": [
|
|
1553
1606
|
{
|
|
1554
1607
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1555
|
-
"line":
|
|
1608
|
+
"line": 301,
|
|
1556
1609
|
"character": 9
|
|
1557
1610
|
}
|
|
1558
1611
|
],
|
|
@@ -1563,7 +1616,7 @@
|
|
|
1563
1616
|
"defaultValue": "50"
|
|
1564
1617
|
},
|
|
1565
1618
|
{
|
|
1566
|
-
"id":
|
|
1619
|
+
"id": 135,
|
|
1567
1620
|
"name": "multiselectRowId",
|
|
1568
1621
|
"kind": 1024,
|
|
1569
1622
|
"kindString": "Property",
|
|
@@ -1588,7 +1641,7 @@
|
|
|
1588
1641
|
"sources": [
|
|
1589
1642
|
{
|
|
1590
1643
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1591
|
-
"line":
|
|
1644
|
+
"line": 161,
|
|
1592
1645
|
"character": 9
|
|
1593
1646
|
}
|
|
1594
1647
|
],
|
|
@@ -1598,7 +1651,7 @@
|
|
|
1598
1651
|
}
|
|
1599
1652
|
},
|
|
1600
1653
|
{
|
|
1601
|
-
"id":
|
|
1654
|
+
"id": 149,
|
|
1602
1655
|
"name": "multiselectSelectionChange",
|
|
1603
1656
|
"kind": 1024,
|
|
1604
1657
|
"kindString": "Property",
|
|
@@ -1623,7 +1676,7 @@
|
|
|
1623
1676
|
"sources": [
|
|
1624
1677
|
{
|
|
1625
1678
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1626
|
-
"line":
|
|
1679
|
+
"line": 266,
|
|
1627
1680
|
"character": 9
|
|
1628
1681
|
}
|
|
1629
1682
|
],
|
|
@@ -1643,7 +1696,7 @@
|
|
|
1643
1696
|
"defaultValue": "..."
|
|
1644
1697
|
},
|
|
1645
1698
|
{
|
|
1646
|
-
"id":
|
|
1699
|
+
"id": 159,
|
|
1647
1700
|
"name": "rowDeleteConfigs",
|
|
1648
1701
|
"kind": 1024,
|
|
1649
1702
|
"kindString": "Property",
|
|
@@ -1653,7 +1706,7 @@
|
|
|
1653
1706
|
"sources": [
|
|
1654
1707
|
{
|
|
1655
1708
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1656
|
-
"line":
|
|
1709
|
+
"line": 298,
|
|
1657
1710
|
"character": 9
|
|
1658
1711
|
}
|
|
1659
1712
|
],
|
|
@@ -1667,7 +1720,7 @@
|
|
|
1667
1720
|
"defaultValue": "[]"
|
|
1668
1721
|
},
|
|
1669
1722
|
{
|
|
1670
|
-
"id":
|
|
1723
|
+
"id": 136,
|
|
1671
1724
|
"name": "rowHighlightedId",
|
|
1672
1725
|
"kind": 1024,
|
|
1673
1726
|
"kindString": "Property",
|
|
@@ -1692,7 +1745,7 @@
|
|
|
1692
1745
|
"sources": [
|
|
1693
1746
|
{
|
|
1694
1747
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1695
|
-
"line":
|
|
1748
|
+
"line": 169,
|
|
1696
1749
|
"character": 9
|
|
1697
1750
|
}
|
|
1698
1751
|
],
|
|
@@ -1702,7 +1755,7 @@
|
|
|
1702
1755
|
}
|
|
1703
1756
|
},
|
|
1704
1757
|
{
|
|
1705
|
-
"id":
|
|
1758
|
+
"id": 152,
|
|
1706
1759
|
"name": "selectedColumnIdsChange",
|
|
1707
1760
|
"kind": 1024,
|
|
1708
1761
|
"kindString": "Property",
|
|
@@ -1727,7 +1780,7 @@
|
|
|
1727
1780
|
"sources": [
|
|
1728
1781
|
{
|
|
1729
1782
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1730
|
-
"line":
|
|
1783
|
+
"line": 285,
|
|
1731
1784
|
"character": 9
|
|
1732
1785
|
}
|
|
1733
1786
|
],
|
|
@@ -1749,7 +1802,7 @@
|
|
|
1749
1802
|
"defaultValue": "..."
|
|
1750
1803
|
},
|
|
1751
1804
|
{
|
|
1752
|
-
"id":
|
|
1805
|
+
"id": 145,
|
|
1753
1806
|
"name": "settingsKey",
|
|
1754
1807
|
"kind": 1024,
|
|
1755
1808
|
"kindString": "Property",
|
|
@@ -1774,7 +1827,7 @@
|
|
|
1774
1827
|
"sources": [
|
|
1775
1828
|
{
|
|
1776
1829
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1777
|
-
"line":
|
|
1830
|
+
"line": 232,
|
|
1778
1831
|
"character": 9
|
|
1779
1832
|
}
|
|
1780
1833
|
],
|
|
@@ -1784,7 +1837,7 @@
|
|
|
1784
1837
|
}
|
|
1785
1838
|
},
|
|
1786
1839
|
{
|
|
1787
|
-
"id":
|
|
1840
|
+
"id": 163,
|
|
1788
1841
|
"name": "showResizeBar",
|
|
1789
1842
|
"kind": 1024,
|
|
1790
1843
|
"kindString": "Property",
|
|
@@ -1794,7 +1847,7 @@
|
|
|
1794
1847
|
"sources": [
|
|
1795
1848
|
{
|
|
1796
1849
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1797
|
-
"line":
|
|
1850
|
+
"line": 302,
|
|
1798
1851
|
"character": 9
|
|
1799
1852
|
}
|
|
1800
1853
|
],
|
|
@@ -1805,7 +1858,7 @@
|
|
|
1805
1858
|
"defaultValue": "false"
|
|
1806
1859
|
},
|
|
1807
1860
|
{
|
|
1808
|
-
"id":
|
|
1861
|
+
"id": 164,
|
|
1809
1862
|
"name": "showTopScroll",
|
|
1810
1863
|
"kind": 1024,
|
|
1811
1864
|
"kindString": "Property",
|
|
@@ -1815,7 +1868,7 @@
|
|
|
1815
1868
|
"sources": [
|
|
1816
1869
|
{
|
|
1817
1870
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1818
|
-
"line":
|
|
1871
|
+
"line": 303,
|
|
1819
1872
|
"character": 9
|
|
1820
1873
|
}
|
|
1821
1874
|
],
|
|
@@ -1826,7 +1879,7 @@
|
|
|
1826
1879
|
"defaultValue": "false"
|
|
1827
1880
|
},
|
|
1828
1881
|
{
|
|
1829
|
-
"id":
|
|
1882
|
+
"id": 146,
|
|
1830
1883
|
"name": "sortField",
|
|
1831
1884
|
"kind": 1024,
|
|
1832
1885
|
"kindString": "Property",
|
|
@@ -1851,7 +1904,7 @@
|
|
|
1851
1904
|
"sources": [
|
|
1852
1905
|
{
|
|
1853
1906
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1854
|
-
"line":
|
|
1907
|
+
"line": 244,
|
|
1855
1908
|
"character": 9
|
|
1856
1909
|
}
|
|
1857
1910
|
],
|
|
@@ -1861,7 +1914,7 @@
|
|
|
1861
1914
|
}
|
|
1862
1915
|
},
|
|
1863
1916
|
{
|
|
1864
|
-
"id":
|
|
1917
|
+
"id": 153,
|
|
1865
1918
|
"name": "sortFieldChange",
|
|
1866
1919
|
"kind": 1024,
|
|
1867
1920
|
"kindString": "Property",
|
|
@@ -1886,7 +1939,7 @@
|
|
|
1886
1939
|
"sources": [
|
|
1887
1940
|
{
|
|
1888
1941
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1889
|
-
"line":
|
|
1942
|
+
"line": 291,
|
|
1890
1943
|
"character": 9
|
|
1891
1944
|
}
|
|
1892
1945
|
],
|
|
@@ -1905,7 +1958,7 @@
|
|
|
1905
1958
|
"defaultValue": "..."
|
|
1906
1959
|
},
|
|
1907
1960
|
{
|
|
1908
|
-
"id":
|
|
1961
|
+
"id": 147,
|
|
1909
1962
|
"name": "width",
|
|
1910
1963
|
"kind": 1024,
|
|
1911
1964
|
"kindString": "Property",
|
|
@@ -1930,7 +1983,7 @@
|
|
|
1930
1983
|
"sources": [
|
|
1931
1984
|
{
|
|
1932
1985
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1933
|
-
"line":
|
|
1986
|
+
"line": 250,
|
|
1934
1987
|
"character": 9
|
|
1935
1988
|
}
|
|
1936
1989
|
],
|
|
@@ -1940,7 +1993,7 @@
|
|
|
1940
1993
|
}
|
|
1941
1994
|
},
|
|
1942
1995
|
{
|
|
1943
|
-
"id":
|
|
1996
|
+
"id": 124,
|
|
1944
1997
|
"name": "columns",
|
|
1945
1998
|
"kind": 262144,
|
|
1946
1999
|
"kindString": "Accessor",
|
|
@@ -1962,13 +2015,13 @@
|
|
|
1962
2015
|
"sources": [
|
|
1963
2016
|
{
|
|
1964
2017
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1965
|
-
"line":
|
|
2018
|
+
"line": 89,
|
|
1966
2019
|
"character": 13
|
|
1967
2020
|
}
|
|
1968
2021
|
],
|
|
1969
2022
|
"getSignature": [
|
|
1970
2023
|
{
|
|
1971
|
-
"id":
|
|
2024
|
+
"id": 125,
|
|
1972
2025
|
"name": "columns",
|
|
1973
2026
|
"kind": 524288,
|
|
1974
2027
|
"kindString": "Get signature",
|
|
@@ -1987,7 +2040,7 @@
|
|
|
1987
2040
|
],
|
|
1988
2041
|
"setSignature": [
|
|
1989
2042
|
{
|
|
1990
|
-
"id":
|
|
2043
|
+
"id": 126,
|
|
1991
2044
|
"name": "columns",
|
|
1992
2045
|
"kind": 1048576,
|
|
1993
2046
|
"kindString": "Set signature",
|
|
@@ -1997,7 +2050,7 @@
|
|
|
1997
2050
|
},
|
|
1998
2051
|
"parameters": [
|
|
1999
2052
|
{
|
|
2000
|
-
"id":
|
|
2053
|
+
"id": 127,
|
|
2001
2054
|
"name": "newColumns",
|
|
2002
2055
|
"kind": 32768,
|
|
2003
2056
|
"kindString": "Parameter",
|
|
@@ -2019,7 +2072,7 @@
|
|
|
2019
2072
|
]
|
|
2020
2073
|
},
|
|
2021
2074
|
{
|
|
2022
|
-
"id":
|
|
2075
|
+
"id": 137,
|
|
2023
2076
|
"name": "selectedColumnIds",
|
|
2024
2077
|
"kind": 262144,
|
|
2025
2078
|
"kindString": "Accessor",
|
|
@@ -2041,13 +2094,13 @@
|
|
|
2041
2094
|
"sources": [
|
|
2042
2095
|
{
|
|
2043
2096
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2044
|
-
"line":
|
|
2097
|
+
"line": 176,
|
|
2045
2098
|
"character": 13
|
|
2046
2099
|
}
|
|
2047
2100
|
],
|
|
2048
2101
|
"getSignature": [
|
|
2049
2102
|
{
|
|
2050
|
-
"id":
|
|
2103
|
+
"id": 138,
|
|
2051
2104
|
"name": "selectedColumnIds",
|
|
2052
2105
|
"kind": 524288,
|
|
2053
2106
|
"kindString": "Get signature",
|
|
@@ -2066,7 +2119,7 @@
|
|
|
2066
2119
|
],
|
|
2067
2120
|
"setSignature": [
|
|
2068
2121
|
{
|
|
2069
|
-
"id":
|
|
2122
|
+
"id": 139,
|
|
2070
2123
|
"name": "selectedColumnIds",
|
|
2071
2124
|
"kind": 1048576,
|
|
2072
2125
|
"kindString": "Set signature",
|
|
@@ -2076,7 +2129,7 @@
|
|
|
2076
2129
|
},
|
|
2077
2130
|
"parameters": [
|
|
2078
2131
|
{
|
|
2079
|
-
"id":
|
|
2132
|
+
"id": 140,
|
|
2080
2133
|
"name": "value",
|
|
2081
2134
|
"kind": 32768,
|
|
2082
2135
|
"kindString": "Parameter",
|
|
@@ -2098,7 +2151,7 @@
|
|
|
2098
2151
|
]
|
|
2099
2152
|
},
|
|
2100
2153
|
{
|
|
2101
|
-
"id":
|
|
2154
|
+
"id": 141,
|
|
2102
2155
|
"name": "selectedRowIds",
|
|
2103
2156
|
"kind": 262144,
|
|
2104
2157
|
"kindString": "Accessor",
|
|
@@ -2120,13 +2173,13 @@
|
|
|
2120
2173
|
"sources": [
|
|
2121
2174
|
{
|
|
2122
2175
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2123
|
-
"line":
|
|
2176
|
+
"line": 214,
|
|
2124
2177
|
"character": 13
|
|
2125
2178
|
}
|
|
2126
2179
|
],
|
|
2127
2180
|
"getSignature": [
|
|
2128
2181
|
{
|
|
2129
|
-
"id":
|
|
2182
|
+
"id": 142,
|
|
2130
2183
|
"name": "selectedRowIds",
|
|
2131
2184
|
"kind": 524288,
|
|
2132
2185
|
"kindString": "Get signature",
|
|
@@ -2145,7 +2198,7 @@
|
|
|
2145
2198
|
],
|
|
2146
2199
|
"setSignature": [
|
|
2147
2200
|
{
|
|
2148
|
-
"id":
|
|
2201
|
+
"id": 143,
|
|
2149
2202
|
"name": "selectedRowIds",
|
|
2150
2203
|
"kind": 1048576,
|
|
2151
2204
|
"kindString": "Set signature",
|
|
@@ -2155,7 +2208,7 @@
|
|
|
2155
2208
|
},
|
|
2156
2209
|
"parameters": [
|
|
2157
2210
|
{
|
|
2158
|
-
"id":
|
|
2211
|
+
"id": 144,
|
|
2159
2212
|
"name": "value",
|
|
2160
2213
|
"kind": 32768,
|
|
2161
2214
|
"kindString": "Parameter",
|
|
@@ -2177,7 +2230,7 @@
|
|
|
2177
2230
|
]
|
|
2178
2231
|
},
|
|
2179
2232
|
{
|
|
2180
|
-
"id":
|
|
2233
|
+
"id": 165,
|
|
2181
2234
|
"name": "tableWidth",
|
|
2182
2235
|
"kind": 262144,
|
|
2183
2236
|
"kindString": "Accessor",
|
|
@@ -2187,13 +2240,13 @@
|
|
|
2187
2240
|
"sources": [
|
|
2188
2241
|
{
|
|
2189
2242
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2190
|
-
"line":
|
|
2243
|
+
"line": 305,
|
|
2191
2244
|
"character": 13
|
|
2192
2245
|
}
|
|
2193
2246
|
],
|
|
2194
2247
|
"getSignature": [
|
|
2195
2248
|
{
|
|
2196
|
-
"id":
|
|
2249
|
+
"id": 166,
|
|
2197
2250
|
"name": "tableWidth",
|
|
2198
2251
|
"kind": 524288,
|
|
2199
2252
|
"kindString": "Get signature",
|
|
@@ -2206,7 +2259,7 @@
|
|
|
2206
2259
|
]
|
|
2207
2260
|
},
|
|
2208
2261
|
{
|
|
2209
|
-
"id":
|
|
2262
|
+
"id": 276,
|
|
2210
2263
|
"name": "cancelRowDelete",
|
|
2211
2264
|
"kind": 2048,
|
|
2212
2265
|
"kindString": "Method",
|
|
@@ -2216,20 +2269,20 @@
|
|
|
2216
2269
|
"sources": [
|
|
2217
2270
|
{
|
|
2218
2271
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2219
|
-
"line":
|
|
2272
|
+
"line": 779,
|
|
2220
2273
|
"character": 9
|
|
2221
2274
|
}
|
|
2222
2275
|
],
|
|
2223
2276
|
"signatures": [
|
|
2224
2277
|
{
|
|
2225
|
-
"id":
|
|
2278
|
+
"id": 277,
|
|
2226
2279
|
"name": "cancelRowDelete",
|
|
2227
2280
|
"kind": 4096,
|
|
2228
2281
|
"kindString": "Call signature",
|
|
2229
2282
|
"flags": {},
|
|
2230
2283
|
"parameters": [
|
|
2231
2284
|
{
|
|
2232
|
-
"id":
|
|
2285
|
+
"id": 278,
|
|
2233
2286
|
"name": "id",
|
|
2234
2287
|
"kind": 32768,
|
|
2235
2288
|
"kindString": "Parameter",
|
|
@@ -2248,7 +2301,7 @@
|
|
|
2248
2301
|
]
|
|
2249
2302
|
},
|
|
2250
2303
|
{
|
|
2251
|
-
"id":
|
|
2304
|
+
"id": 279,
|
|
2252
2305
|
"name": "confirmRowDelete",
|
|
2253
2306
|
"kind": 2048,
|
|
2254
2307
|
"kindString": "Method",
|
|
@@ -2258,20 +2311,20 @@
|
|
|
2258
2311
|
"sources": [
|
|
2259
2312
|
{
|
|
2260
2313
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2261
|
-
"line":
|
|
2314
|
+
"line": 788,
|
|
2262
2315
|
"character": 9
|
|
2263
2316
|
}
|
|
2264
2317
|
],
|
|
2265
2318
|
"signatures": [
|
|
2266
2319
|
{
|
|
2267
|
-
"id":
|
|
2320
|
+
"id": 280,
|
|
2268
2321
|
"name": "confirmRowDelete",
|
|
2269
2322
|
"kind": 4096,
|
|
2270
2323
|
"kindString": "Call signature",
|
|
2271
2324
|
"flags": {},
|
|
2272
2325
|
"parameters": [
|
|
2273
2326
|
{
|
|
2274
|
-
"id":
|
|
2327
|
+
"id": 281,
|
|
2275
2328
|
"name": "id",
|
|
2276
2329
|
"kind": 32768,
|
|
2277
2330
|
"kindString": "Parameter",
|
|
@@ -2290,7 +2343,7 @@
|
|
|
2290
2343
|
]
|
|
2291
2344
|
},
|
|
2292
2345
|
{
|
|
2293
|
-
"id":
|
|
2346
|
+
"id": 225,
|
|
2294
2347
|
"name": "getAriaSortDirection",
|
|
2295
2348
|
"kind": 2048,
|
|
2296
2349
|
"kindString": "Method",
|
|
@@ -2300,20 +2353,20 @@
|
|
|
2300
2353
|
"sources": [
|
|
2301
2354
|
{
|
|
2302
2355
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2303
|
-
"line":
|
|
2356
|
+
"line": 562,
|
|
2304
2357
|
"character": 9
|
|
2305
2358
|
}
|
|
2306
2359
|
],
|
|
2307
2360
|
"signatures": [
|
|
2308
2361
|
{
|
|
2309
|
-
"id":
|
|
2362
|
+
"id": 226,
|
|
2310
2363
|
"name": "getAriaSortDirection",
|
|
2311
2364
|
"kind": 4096,
|
|
2312
2365
|
"kindString": "Call signature",
|
|
2313
2366
|
"flags": {},
|
|
2314
2367
|
"parameters": [
|
|
2315
2368
|
{
|
|
2316
|
-
"id":
|
|
2369
|
+
"id": 227,
|
|
2317
2370
|
"name": "column",
|
|
2318
2371
|
"kind": 32768,
|
|
2319
2372
|
"kindString": "Parameter",
|
|
@@ -2340,7 +2393,7 @@
|
|
|
2340
2393
|
]
|
|
2341
2394
|
},
|
|
2342
2395
|
{
|
|
2343
|
-
"id":
|
|
2396
|
+
"id": 212,
|
|
2344
2397
|
"name": "getCaretIconNames",
|
|
2345
2398
|
"kind": 2048,
|
|
2346
2399
|
"kindString": "Method",
|
|
@@ -2350,20 +2403,20 @@
|
|
|
2350
2403
|
"sources": [
|
|
2351
2404
|
{
|
|
2352
2405
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2353
|
-
"line":
|
|
2406
|
+
"line": 498,
|
|
2354
2407
|
"character": 9
|
|
2355
2408
|
}
|
|
2356
2409
|
],
|
|
2357
2410
|
"signatures": [
|
|
2358
2411
|
{
|
|
2359
|
-
"id":
|
|
2412
|
+
"id": 213,
|
|
2360
2413
|
"name": "getCaretIconNames",
|
|
2361
2414
|
"kind": 4096,
|
|
2362
2415
|
"kindString": "Call signature",
|
|
2363
2416
|
"flags": {},
|
|
2364
2417
|
"parameters": [
|
|
2365
2418
|
{
|
|
2366
|
-
"id":
|
|
2419
|
+
"id": 214,
|
|
2367
2420
|
"name": "column",
|
|
2368
2421
|
"kind": 32768,
|
|
2369
2422
|
"kindString": "Parameter",
|
|
@@ -2382,7 +2435,7 @@
|
|
|
2382
2435
|
]
|
|
2383
2436
|
},
|
|
2384
2437
|
{
|
|
2385
|
-
"id":
|
|
2438
|
+
"id": 228,
|
|
2386
2439
|
"name": "getCaretVisibility",
|
|
2387
2440
|
"kind": 2048,
|
|
2388
2441
|
"kindString": "Method",
|
|
@@ -2392,20 +2445,20 @@
|
|
|
2392
2445
|
"sources": [
|
|
2393
2446
|
{
|
|
2394
2447
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2395
|
-
"line":
|
|
2448
|
+
"line": 577,
|
|
2396
2449
|
"character": 9
|
|
2397
2450
|
}
|
|
2398
2451
|
],
|
|
2399
2452
|
"signatures": [
|
|
2400
2453
|
{
|
|
2401
|
-
"id":
|
|
2454
|
+
"id": 229,
|
|
2402
2455
|
"name": "getCaretVisibility",
|
|
2403
2456
|
"kind": 4096,
|
|
2404
2457
|
"kindString": "Call signature",
|
|
2405
2458
|
"flags": {},
|
|
2406
2459
|
"parameters": [
|
|
2407
2460
|
{
|
|
2408
|
-
"id":
|
|
2461
|
+
"id": 230,
|
|
2409
2462
|
"name": "columnField",
|
|
2410
2463
|
"kind": 32768,
|
|
2411
2464
|
"kindString": "Parameter",
|
|
@@ -2432,7 +2485,7 @@
|
|
|
2432
2485
|
]
|
|
2433
2486
|
},
|
|
2434
2487
|
{
|
|
2435
|
-
"id":
|
|
2488
|
+
"id": 231,
|
|
2436
2489
|
"name": "getHelpInlineClass",
|
|
2437
2490
|
"kind": 2048,
|
|
2438
2491
|
"kindString": "Method",
|
|
@@ -2442,20 +2495,20 @@
|
|
|
2442
2495
|
"sources": [
|
|
2443
2496
|
{
|
|
2444
2497
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2445
|
-
"line":
|
|
2498
|
+
"line": 586,
|
|
2446
2499
|
"character": 9
|
|
2447
2500
|
}
|
|
2448
2501
|
],
|
|
2449
2502
|
"signatures": [
|
|
2450
2503
|
{
|
|
2451
|
-
"id":
|
|
2504
|
+
"id": 232,
|
|
2452
2505
|
"name": "getHelpInlineClass",
|
|
2453
2506
|
"kind": 4096,
|
|
2454
2507
|
"kindString": "Call signature",
|
|
2455
2508
|
"flags": {},
|
|
2456
2509
|
"parameters": [
|
|
2457
2510
|
{
|
|
2458
|
-
"id":
|
|
2511
|
+
"id": 233,
|
|
2459
2512
|
"name": "columnField",
|
|
2460
2513
|
"kind": 32768,
|
|
2461
2514
|
"kindString": "Parameter",
|
|
@@ -2482,7 +2535,7 @@
|
|
|
2482
2535
|
]
|
|
2483
2536
|
},
|
|
2484
2537
|
{
|
|
2485
|
-
"id":
|
|
2538
|
+
"id": 282,
|
|
2486
2539
|
"name": "getRowDeleteItem",
|
|
2487
2540
|
"kind": 2048,
|
|
2488
2541
|
"kindString": "Method",
|
|
@@ -2492,20 +2545,20 @@
|
|
|
2492
2545
|
"sources": [
|
|
2493
2546
|
{
|
|
2494
2547
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2495
|
-
"line":
|
|
2548
|
+
"line": 793,
|
|
2496
2549
|
"character": 9
|
|
2497
2550
|
}
|
|
2498
2551
|
],
|
|
2499
2552
|
"signatures": [
|
|
2500
2553
|
{
|
|
2501
|
-
"id":
|
|
2554
|
+
"id": 283,
|
|
2502
2555
|
"name": "getRowDeleteItem",
|
|
2503
2556
|
"kind": 4096,
|
|
2504
2557
|
"kindString": "Call signature",
|
|
2505
2558
|
"flags": {},
|
|
2506
2559
|
"parameters": [
|
|
2507
2560
|
{
|
|
2508
|
-
"id":
|
|
2561
|
+
"id": 284,
|
|
2509
2562
|
"name": "id",
|
|
2510
2563
|
"kind": 32768,
|
|
2511
2564
|
"kindString": "Parameter",
|
|
@@ -2524,7 +2577,7 @@
|
|
|
2524
2577
|
]
|
|
2525
2578
|
},
|
|
2526
2579
|
{
|
|
2527
|
-
"id":
|
|
2580
|
+
"id": 273,
|
|
2528
2581
|
"name": "getRowHeight",
|
|
2529
2582
|
"kind": 2048,
|
|
2530
2583
|
"kindString": "Method",
|
|
@@ -2534,20 +2587,20 @@
|
|
|
2534
2587
|
"sources": [
|
|
2535
2588
|
{
|
|
2536
2589
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2537
|
-
"line":
|
|
2590
|
+
"line": 775,
|
|
2538
2591
|
"character": 9
|
|
2539
2592
|
}
|
|
2540
2593
|
],
|
|
2541
2594
|
"signatures": [
|
|
2542
2595
|
{
|
|
2543
|
-
"id":
|
|
2596
|
+
"id": 274,
|
|
2544
2597
|
"name": "getRowHeight",
|
|
2545
2598
|
"kind": 4096,
|
|
2546
2599
|
"kindString": "Call signature",
|
|
2547
2600
|
"flags": {},
|
|
2548
2601
|
"parameters": [
|
|
2549
2602
|
{
|
|
2550
|
-
"id":
|
|
2603
|
+
"id": 275,
|
|
2551
2604
|
"name": "index",
|
|
2552
2605
|
"kind": 32768,
|
|
2553
2606
|
"kindString": "Parameter",
|
|
@@ -2566,7 +2619,7 @@
|
|
|
2566
2619
|
]
|
|
2567
2620
|
},
|
|
2568
2621
|
{
|
|
2569
|
-
"id":
|
|
2622
|
+
"id": 222,
|
|
2570
2623
|
"name": "getSortDirection",
|
|
2571
2624
|
"kind": 2048,
|
|
2572
2625
|
"kindString": "Method",
|
|
@@ -2576,20 +2629,20 @@
|
|
|
2576
2629
|
"sources": [
|
|
2577
2630
|
{
|
|
2578
2631
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2579
|
-
"line":
|
|
2632
|
+
"line": 549,
|
|
2580
2633
|
"character": 9
|
|
2581
2634
|
}
|
|
2582
2635
|
],
|
|
2583
2636
|
"signatures": [
|
|
2584
2637
|
{
|
|
2585
|
-
"id":
|
|
2638
|
+
"id": 223,
|
|
2586
2639
|
"name": "getSortDirection",
|
|
2587
2640
|
"kind": 4096,
|
|
2588
2641
|
"kindString": "Call signature",
|
|
2589
2642
|
"flags": {},
|
|
2590
2643
|
"parameters": [
|
|
2591
2644
|
{
|
|
2592
|
-
"id":
|
|
2645
|
+
"id": 224,
|
|
2593
2646
|
"name": "columnField",
|
|
2594
2647
|
"kind": 32768,
|
|
2595
2648
|
"kindString": "Parameter",
|
|
@@ -2616,7 +2669,7 @@
|
|
|
2616
2669
|
]
|
|
2617
2670
|
},
|
|
2618
2671
|
{
|
|
2619
|
-
"id":
|
|
2672
|
+
"id": 207,
|
|
2620
2673
|
"name": "getTableClassNames",
|
|
2621
2674
|
"kind": 2048,
|
|
2622
2675
|
"kindString": "Method",
|
|
@@ -2626,13 +2679,13 @@
|
|
|
2626
2679
|
"sources": [
|
|
2627
2680
|
{
|
|
2628
2681
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2629
|
-
"line":
|
|
2682
|
+
"line": 474,
|
|
2630
2683
|
"character": 9
|
|
2631
2684
|
}
|
|
2632
2685
|
],
|
|
2633
2686
|
"signatures": [
|
|
2634
2687
|
{
|
|
2635
|
-
"id":
|
|
2688
|
+
"id": 208,
|
|
2636
2689
|
"name": "getTableClassNames",
|
|
2637
2690
|
"kind": 4096,
|
|
2638
2691
|
"kindString": "Call signature",
|
|
@@ -2645,7 +2698,7 @@
|
|
|
2645
2698
|
]
|
|
2646
2699
|
},
|
|
2647
2700
|
{
|
|
2648
|
-
"id":
|
|
2701
|
+
"id": 209,
|
|
2649
2702
|
"name": "getTableHeaderClassNames",
|
|
2650
2703
|
"kind": 2048,
|
|
2651
2704
|
"kindString": "Method",
|
|
@@ -2655,20 +2708,20 @@
|
|
|
2655
2708
|
"sources": [
|
|
2656
2709
|
{
|
|
2657
2710
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2658
|
-
"line":
|
|
2711
|
+
"line": 488,
|
|
2659
2712
|
"character": 9
|
|
2660
2713
|
}
|
|
2661
2714
|
],
|
|
2662
2715
|
"signatures": [
|
|
2663
2716
|
{
|
|
2664
|
-
"id":
|
|
2717
|
+
"id": 210,
|
|
2665
2718
|
"name": "getTableHeaderClassNames",
|
|
2666
2719
|
"kind": 4096,
|
|
2667
2720
|
"kindString": "Call signature",
|
|
2668
2721
|
"flags": {},
|
|
2669
2722
|
"parameters": [
|
|
2670
2723
|
{
|
|
2671
|
-
"id":
|
|
2724
|
+
"id": 211,
|
|
2672
2725
|
"name": "column",
|
|
2673
2726
|
"kind": 32768,
|
|
2674
2727
|
"kindString": "Parameter",
|
|
@@ -2687,7 +2740,7 @@
|
|
|
2687
2740
|
]
|
|
2688
2741
|
},
|
|
2689
2742
|
{
|
|
2690
|
-
"id":
|
|
2743
|
+
"id": 205,
|
|
2691
2744
|
"name": "getTopScrollWidth",
|
|
2692
2745
|
"kind": 2048,
|
|
2693
2746
|
"kindString": "Method",
|
|
@@ -2697,13 +2750,13 @@
|
|
|
2697
2750
|
"sources": [
|
|
2698
2751
|
{
|
|
2699
2752
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2700
|
-
"line":
|
|
2753
|
+
"line": 470,
|
|
2701
2754
|
"character": 9
|
|
2702
2755
|
}
|
|
2703
2756
|
],
|
|
2704
2757
|
"signatures": [
|
|
2705
2758
|
{
|
|
2706
|
-
"id":
|
|
2759
|
+
"id": 206,
|
|
2707
2760
|
"name": "getTopScrollWidth",
|
|
2708
2761
|
"kind": 4096,
|
|
2709
2762
|
"kindString": "Call signature",
|
|
@@ -2716,7 +2769,7 @@
|
|
|
2716
2769
|
]
|
|
2717
2770
|
},
|
|
2718
2771
|
{
|
|
2719
|
-
"id":
|
|
2772
|
+
"id": 270,
|
|
2720
2773
|
"name": "isRowHighlighted",
|
|
2721
2774
|
"kind": 2048,
|
|
2722
2775
|
"kindString": "Method",
|
|
@@ -2726,20 +2779,20 @@
|
|
|
2726
2779
|
"sources": [
|
|
2727
2780
|
{
|
|
2728
2781
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2729
|
-
"line":
|
|
2782
|
+
"line": 768,
|
|
2730
2783
|
"character": 9
|
|
2731
2784
|
}
|
|
2732
2785
|
],
|
|
2733
2786
|
"signatures": [
|
|
2734
2787
|
{
|
|
2735
|
-
"id":
|
|
2788
|
+
"id": 271,
|
|
2736
2789
|
"name": "isRowHighlighted",
|
|
2737
2790
|
"kind": 4096,
|
|
2738
2791
|
"kindString": "Call signature",
|
|
2739
2792
|
"flags": {},
|
|
2740
2793
|
"parameters": [
|
|
2741
2794
|
{
|
|
2742
|
-
"id":
|
|
2795
|
+
"id": 272,
|
|
2743
2796
|
"name": "id",
|
|
2744
2797
|
"kind": 32768,
|
|
2745
2798
|
"kindString": "Parameter",
|
|
@@ -2758,7 +2811,7 @@
|
|
|
2758
2811
|
]
|
|
2759
2812
|
},
|
|
2760
2813
|
{
|
|
2761
|
-
"id":
|
|
2814
|
+
"id": 194,
|
|
2762
2815
|
"name": "ngAfterContentInit",
|
|
2763
2816
|
"kind": 2048,
|
|
2764
2817
|
"kindString": "Method",
|
|
@@ -2768,13 +2821,13 @@
|
|
|
2768
2821
|
"sources": [
|
|
2769
2822
|
{
|
|
2770
2823
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2771
|
-
"line":
|
|
2824
|
+
"line": 377,
|
|
2772
2825
|
"character": 9
|
|
2773
2826
|
}
|
|
2774
2827
|
],
|
|
2775
2828
|
"signatures": [
|
|
2776
2829
|
{
|
|
2777
|
-
"id":
|
|
2830
|
+
"id": 195,
|
|
2778
2831
|
"name": "ngAfterContentInit",
|
|
2779
2832
|
"kind": 4096,
|
|
2780
2833
|
"kindString": "Call signature",
|
|
@@ -2795,7 +2848,7 @@
|
|
|
2795
2848
|
}
|
|
2796
2849
|
},
|
|
2797
2850
|
{
|
|
2798
|
-
"id":
|
|
2851
|
+
"id": 196,
|
|
2799
2852
|
"name": "ngAfterViewInit",
|
|
2800
2853
|
"kind": 2048,
|
|
2801
2854
|
"kindString": "Method",
|
|
@@ -2805,13 +2858,13 @@
|
|
|
2805
2858
|
"sources": [
|
|
2806
2859
|
{
|
|
2807
2860
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2808
|
-
"line":
|
|
2861
|
+
"line": 398,
|
|
2809
2862
|
"character": 9
|
|
2810
2863
|
}
|
|
2811
2864
|
],
|
|
2812
2865
|
"signatures": [
|
|
2813
2866
|
{
|
|
2814
|
-
"id":
|
|
2867
|
+
"id": 197,
|
|
2815
2868
|
"name": "ngAfterViewInit",
|
|
2816
2869
|
"kind": 4096,
|
|
2817
2870
|
"kindString": "Call signature",
|
|
@@ -2832,7 +2885,7 @@
|
|
|
2832
2885
|
}
|
|
2833
2886
|
},
|
|
2834
2887
|
{
|
|
2835
|
-
"id":
|
|
2888
|
+
"id": 198,
|
|
2836
2889
|
"name": "ngOnChanges",
|
|
2837
2890
|
"kind": 2048,
|
|
2838
2891
|
"kindString": "Method",
|
|
@@ -2842,20 +2895,20 @@
|
|
|
2842
2895
|
"sources": [
|
|
2843
2896
|
{
|
|
2844
2897
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2845
|
-
"line":
|
|
2898
|
+
"line": 402,
|
|
2846
2899
|
"character": 9
|
|
2847
2900
|
}
|
|
2848
2901
|
],
|
|
2849
2902
|
"signatures": [
|
|
2850
2903
|
{
|
|
2851
|
-
"id":
|
|
2904
|
+
"id": 199,
|
|
2852
2905
|
"name": "ngOnChanges",
|
|
2853
2906
|
"kind": 4096,
|
|
2854
2907
|
"kindString": "Call signature",
|
|
2855
2908
|
"flags": {},
|
|
2856
2909
|
"parameters": [
|
|
2857
2910
|
{
|
|
2858
|
-
"id":
|
|
2911
|
+
"id": 200,
|
|
2859
2912
|
"name": "changes",
|
|
2860
2913
|
"kind": 32768,
|
|
2861
2914
|
"kindString": "Parameter",
|
|
@@ -2884,7 +2937,7 @@
|
|
|
2884
2937
|
}
|
|
2885
2938
|
},
|
|
2886
2939
|
{
|
|
2887
|
-
"id":
|
|
2940
|
+
"id": 201,
|
|
2888
2941
|
"name": "ngOnDestroy",
|
|
2889
2942
|
"kind": 2048,
|
|
2890
2943
|
"kindString": "Method",
|
|
@@ -2894,13 +2947,13 @@
|
|
|
2894
2947
|
"sources": [
|
|
2895
2948
|
{
|
|
2896
2949
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2897
|
-
"line":
|
|
2950
|
+
"line": 449,
|
|
2898
2951
|
"character": 9
|
|
2899
2952
|
}
|
|
2900
2953
|
],
|
|
2901
2954
|
"signatures": [
|
|
2902
2955
|
{
|
|
2903
|
-
"id":
|
|
2956
|
+
"id": 202,
|
|
2904
2957
|
"name": "ngOnDestroy",
|
|
2905
2958
|
"kind": 4096,
|
|
2906
2959
|
"kindString": "Call signature",
|
|
@@ -2921,7 +2974,7 @@
|
|
|
2921
2974
|
}
|
|
2922
2975
|
},
|
|
2923
2976
|
{
|
|
2924
|
-
"id":
|
|
2977
|
+
"id": 192,
|
|
2925
2978
|
"name": "ngOnInit",
|
|
2926
2979
|
"kind": 2048,
|
|
2927
2980
|
"kindString": "Method",
|
|
@@ -2931,13 +2984,13 @@
|
|
|
2931
2984
|
"sources": [
|
|
2932
2985
|
{
|
|
2933
2986
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2934
|
-
"line":
|
|
2987
|
+
"line": 369,
|
|
2935
2988
|
"character": 9
|
|
2936
2989
|
}
|
|
2937
2990
|
],
|
|
2938
2991
|
"signatures": [
|
|
2939
2992
|
{
|
|
2940
|
-
"id":
|
|
2993
|
+
"id": 193,
|
|
2941
2994
|
"name": "ngOnInit",
|
|
2942
2995
|
"kind": 4096,
|
|
2943
2996
|
"kindString": "Call signature",
|
|
@@ -2958,7 +3011,7 @@
|
|
|
2958
3011
|
}
|
|
2959
3012
|
},
|
|
2960
3013
|
{
|
|
2961
|
-
"id":
|
|
3014
|
+
"id": 291,
|
|
2962
3015
|
"name": "onGridScroll",
|
|
2963
3016
|
"kind": 2048,
|
|
2964
3017
|
"kindString": "Method",
|
|
@@ -2968,20 +3021,20 @@
|
|
|
2968
3021
|
"sources": [
|
|
2969
3022
|
{
|
|
2970
3023
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2971
|
-
"line":
|
|
3024
|
+
"line": 816,
|
|
2972
3025
|
"character": 9
|
|
2973
3026
|
}
|
|
2974
3027
|
],
|
|
2975
3028
|
"signatures": [
|
|
2976
3029
|
{
|
|
2977
|
-
"id":
|
|
3030
|
+
"id": 292,
|
|
2978
3031
|
"name": "onGridScroll",
|
|
2979
3032
|
"kind": 4096,
|
|
2980
3033
|
"kindString": "Call signature",
|
|
2981
3034
|
"flags": {},
|
|
2982
3035
|
"parameters": [
|
|
2983
3036
|
{
|
|
2984
|
-
"id":
|
|
3037
|
+
"id": 293,
|
|
2985
3038
|
"name": "event",
|
|
2986
3039
|
"kind": 32768,
|
|
2987
3040
|
"kindString": "Parameter",
|
|
@@ -3000,7 +3053,7 @@
|
|
|
3000
3053
|
]
|
|
3001
3054
|
},
|
|
3002
3055
|
{
|
|
3003
|
-
"id":
|
|
3056
|
+
"id": 251,
|
|
3004
3057
|
"name": "onInputChangeResizeCol",
|
|
3005
3058
|
"kind": 2048,
|
|
3006
3059
|
"kindString": "Method",
|
|
@@ -3010,20 +3063,20 @@
|
|
|
3010
3063
|
"sources": [
|
|
3011
3064
|
{
|
|
3012
3065
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3013
|
-
"line":
|
|
3066
|
+
"line": 702,
|
|
3014
3067
|
"character": 9
|
|
3015
3068
|
}
|
|
3016
3069
|
],
|
|
3017
3070
|
"signatures": [
|
|
3018
3071
|
{
|
|
3019
|
-
"id":
|
|
3072
|
+
"id": 252,
|
|
3020
3073
|
"name": "onInputChangeResizeCol",
|
|
3021
3074
|
"kind": 4096,
|
|
3022
3075
|
"kindString": "Call signature",
|
|
3023
3076
|
"flags": {},
|
|
3024
3077
|
"parameters": [
|
|
3025
3078
|
{
|
|
3026
|
-
"id":
|
|
3079
|
+
"id": 253,
|
|
3027
3080
|
"name": "event",
|
|
3028
3081
|
"kind": 32768,
|
|
3029
3082
|
"kindString": "Parameter",
|
|
@@ -3044,7 +3097,7 @@
|
|
|
3044
3097
|
]
|
|
3045
3098
|
},
|
|
3046
3099
|
{
|
|
3047
|
-
"id":
|
|
3100
|
+
"id": 215,
|
|
3048
3101
|
"name": "onKeydown",
|
|
3049
3102
|
"kind": 2048,
|
|
3050
3103
|
"kindString": "Method",
|
|
@@ -3054,20 +3107,20 @@
|
|
|
3054
3107
|
"sources": [
|
|
3055
3108
|
{
|
|
3056
3109
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3057
|
-
"line":
|
|
3110
|
+
"line": 513,
|
|
3058
3111
|
"character": 9
|
|
3059
3112
|
}
|
|
3060
3113
|
],
|
|
3061
3114
|
"signatures": [
|
|
3062
3115
|
{
|
|
3063
|
-
"id":
|
|
3116
|
+
"id": 216,
|
|
3064
3117
|
"name": "onKeydown",
|
|
3065
3118
|
"kind": 4096,
|
|
3066
3119
|
"kindString": "Call signature",
|
|
3067
3120
|
"flags": {},
|
|
3068
3121
|
"parameters": [
|
|
3069
3122
|
{
|
|
3070
|
-
"id":
|
|
3123
|
+
"id": 217,
|
|
3071
3124
|
"name": "event",
|
|
3072
3125
|
"kind": 32768,
|
|
3073
3126
|
"kindString": "Parameter",
|
|
@@ -3080,7 +3133,7 @@
|
|
|
3080
3133
|
}
|
|
3081
3134
|
},
|
|
3082
3135
|
{
|
|
3083
|
-
"id":
|
|
3136
|
+
"id": 218,
|
|
3084
3137
|
"name": "column",
|
|
3085
3138
|
"kind": 32768,
|
|
3086
3139
|
"kindString": "Parameter",
|
|
@@ -3099,7 +3152,7 @@
|
|
|
3099
3152
|
]
|
|
3100
3153
|
},
|
|
3101
3154
|
{
|
|
3102
|
-
"id":
|
|
3155
|
+
"id": 248,
|
|
3103
3156
|
"name": "onKeydownResizeCol",
|
|
3104
3157
|
"kind": 2048,
|
|
3105
3158
|
"kindString": "Method",
|
|
@@ -3109,20 +3162,20 @@
|
|
|
3109
3162
|
"sources": [
|
|
3110
3163
|
{
|
|
3111
3164
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3112
|
-
"line":
|
|
3165
|
+
"line": 692,
|
|
3113
3166
|
"character": 9
|
|
3114
3167
|
}
|
|
3115
3168
|
],
|
|
3116
3169
|
"signatures": [
|
|
3117
3170
|
{
|
|
3118
|
-
"id":
|
|
3171
|
+
"id": 249,
|
|
3119
3172
|
"name": "onKeydownResizeCol",
|
|
3120
3173
|
"kind": 4096,
|
|
3121
3174
|
"kindString": "Call signature",
|
|
3122
3175
|
"flags": {},
|
|
3123
3176
|
"parameters": [
|
|
3124
3177
|
{
|
|
3125
|
-
"id":
|
|
3178
|
+
"id": 250,
|
|
3126
3179
|
"name": "event",
|
|
3127
3180
|
"kind": 32768,
|
|
3128
3181
|
"kindString": "Parameter",
|
|
@@ -3143,7 +3196,7 @@
|
|
|
3143
3196
|
]
|
|
3144
3197
|
},
|
|
3145
3198
|
{
|
|
3146
|
-
"id":
|
|
3199
|
+
"id": 234,
|
|
3147
3200
|
"name": "onMultiselectCheckboxChange",
|
|
3148
3201
|
"kind": 2048,
|
|
3149
3202
|
"kindString": "Method",
|
|
@@ -3153,13 +3206,13 @@
|
|
|
3153
3206
|
"sources": [
|
|
3154
3207
|
{
|
|
3155
3208
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3156
|
-
"line":
|
|
3209
|
+
"line": 594,
|
|
3157
3210
|
"character": 9
|
|
3158
3211
|
}
|
|
3159
3212
|
],
|
|
3160
3213
|
"signatures": [
|
|
3161
3214
|
{
|
|
3162
|
-
"id":
|
|
3215
|
+
"id": 235,
|
|
3163
3216
|
"name": "onMultiselectCheckboxChange",
|
|
3164
3217
|
"kind": 4096,
|
|
3165
3218
|
"kindString": "Call signature",
|
|
@@ -3172,7 +3225,7 @@
|
|
|
3172
3225
|
]
|
|
3173
3226
|
},
|
|
3174
3227
|
{
|
|
3175
|
-
"id":
|
|
3228
|
+
"id": 245,
|
|
3176
3229
|
"name": "onResizeColumnStart",
|
|
3177
3230
|
"kind": 2048,
|
|
3178
3231
|
"kindString": "Method",
|
|
@@ -3182,20 +3235,20 @@
|
|
|
3182
3235
|
"sources": [
|
|
3183
3236
|
{
|
|
3184
3237
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3185
|
-
"line":
|
|
3238
|
+
"line": 645,
|
|
3186
3239
|
"character": 9
|
|
3187
3240
|
}
|
|
3188
3241
|
],
|
|
3189
3242
|
"signatures": [
|
|
3190
3243
|
{
|
|
3191
|
-
"id":
|
|
3244
|
+
"id": 246,
|
|
3192
3245
|
"name": "onResizeColumnStart",
|
|
3193
3246
|
"kind": 4096,
|
|
3194
3247
|
"kindString": "Call signature",
|
|
3195
3248
|
"flags": {},
|
|
3196
3249
|
"parameters": [
|
|
3197
3250
|
{
|
|
3198
|
-
"id":
|
|
3251
|
+
"id": 247,
|
|
3199
3252
|
"name": "event",
|
|
3200
3253
|
"kind": 32768,
|
|
3201
3254
|
"kindString": "Parameter",
|
|
@@ -3216,7 +3269,7 @@
|
|
|
3216
3269
|
]
|
|
3217
3270
|
},
|
|
3218
3271
|
{
|
|
3219
|
-
"id":
|
|
3272
|
+
"id": 257,
|
|
3220
3273
|
"name": "onResizeHandleBlur",
|
|
3221
3274
|
"kind": 2048,
|
|
3222
3275
|
"kindString": "Method",
|
|
@@ -3226,20 +3279,20 @@
|
|
|
3226
3279
|
"sources": [
|
|
3227
3280
|
{
|
|
3228
3281
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3229
|
-
"line":
|
|
3282
|
+
"line": 729,
|
|
3230
3283
|
"character": 9
|
|
3231
3284
|
}
|
|
3232
3285
|
],
|
|
3233
3286
|
"signatures": [
|
|
3234
3287
|
{
|
|
3235
|
-
"id":
|
|
3288
|
+
"id": 258,
|
|
3236
3289
|
"name": "onResizeHandleBlur",
|
|
3237
3290
|
"kind": 4096,
|
|
3238
3291
|
"kindString": "Call signature",
|
|
3239
3292
|
"flags": {},
|
|
3240
3293
|
"parameters": [
|
|
3241
3294
|
{
|
|
3242
|
-
"id":
|
|
3295
|
+
"id": 259,
|
|
3243
3296
|
"name": "event",
|
|
3244
3297
|
"kind": 32768,
|
|
3245
3298
|
"kindString": "Parameter",
|
|
@@ -3260,7 +3313,7 @@
|
|
|
3260
3313
|
]
|
|
3261
3314
|
},
|
|
3262
3315
|
{
|
|
3263
|
-
"id":
|
|
3316
|
+
"id": 260,
|
|
3264
3317
|
"name": "onResizeHandleFocus",
|
|
3265
3318
|
"kind": 2048,
|
|
3266
3319
|
"kindString": "Method",
|
|
@@ -3270,20 +3323,20 @@
|
|
|
3270
3323
|
"sources": [
|
|
3271
3324
|
{
|
|
3272
3325
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3273
|
-
"line":
|
|
3326
|
+
"line": 733,
|
|
3274
3327
|
"character": 9
|
|
3275
3328
|
}
|
|
3276
3329
|
],
|
|
3277
3330
|
"signatures": [
|
|
3278
3331
|
{
|
|
3279
|
-
"id":
|
|
3332
|
+
"id": 261,
|
|
3280
3333
|
"name": "onResizeHandleFocus",
|
|
3281
3334
|
"kind": 4096,
|
|
3282
3335
|
"kindString": "Call signature",
|
|
3283
3336
|
"flags": {},
|
|
3284
3337
|
"parameters": [
|
|
3285
3338
|
{
|
|
3286
|
-
"id":
|
|
3339
|
+
"id": 262,
|
|
3287
3340
|
"name": "event",
|
|
3288
3341
|
"kind": 32768,
|
|
3289
3342
|
"kindString": "Parameter",
|
|
@@ -3304,7 +3357,7 @@
|
|
|
3304
3357
|
]
|
|
3305
3358
|
},
|
|
3306
3359
|
{
|
|
3307
|
-
"id":
|
|
3360
|
+
"id": 254,
|
|
3308
3361
|
"name": "onResizeHandleMove",
|
|
3309
3362
|
"kind": 2048,
|
|
3310
3363
|
"kindString": "Method",
|
|
@@ -3314,20 +3367,20 @@
|
|
|
3314
3367
|
"sources": [
|
|
3315
3368
|
{
|
|
3316
3369
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3317
|
-
"line":
|
|
3370
|
+
"line": 711,
|
|
3318
3371
|
"character": 9
|
|
3319
3372
|
}
|
|
3320
3373
|
],
|
|
3321
3374
|
"signatures": [
|
|
3322
3375
|
{
|
|
3323
|
-
"id":
|
|
3376
|
+
"id": 255,
|
|
3324
3377
|
"name": "onResizeHandleMove",
|
|
3325
3378
|
"kind": 4096,
|
|
3326
3379
|
"kindString": "Call signature",
|
|
3327
3380
|
"flags": {},
|
|
3328
3381
|
"parameters": [
|
|
3329
3382
|
{
|
|
3330
|
-
"id":
|
|
3383
|
+
"id": 256,
|
|
3331
3384
|
"name": "event",
|
|
3332
3385
|
"kind": 32768,
|
|
3333
3386
|
"kindString": "Parameter",
|
|
@@ -3348,7 +3401,7 @@
|
|
|
3348
3401
|
]
|
|
3349
3402
|
},
|
|
3350
3403
|
{
|
|
3351
|
-
"id":
|
|
3404
|
+
"id": 263,
|
|
3352
3405
|
"name": "onResizeHandleRelease",
|
|
3353
3406
|
"kind": 2048,
|
|
3354
3407
|
"kindString": "Method",
|
|
@@ -3358,20 +3411,20 @@
|
|
|
3358
3411
|
"sources": [
|
|
3359
3412
|
{
|
|
3360
3413
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3361
|
-
"line":
|
|
3414
|
+
"line": 742,
|
|
3362
3415
|
"character": 9
|
|
3363
3416
|
}
|
|
3364
3417
|
],
|
|
3365
3418
|
"signatures": [
|
|
3366
3419
|
{
|
|
3367
|
-
"id":
|
|
3420
|
+
"id": 264,
|
|
3368
3421
|
"name": "onResizeHandleRelease",
|
|
3369
3422
|
"kind": 4096,
|
|
3370
3423
|
"kindString": "Call signature",
|
|
3371
3424
|
"flags": {},
|
|
3372
3425
|
"parameters": [
|
|
3373
3426
|
{
|
|
3374
|
-
"id":
|
|
3427
|
+
"id": 265,
|
|
3375
3428
|
"name": "event",
|
|
3376
3429
|
"kind": 32768,
|
|
3377
3430
|
"kindString": "Parameter",
|
|
@@ -3392,7 +3445,7 @@
|
|
|
3392
3445
|
]
|
|
3393
3446
|
},
|
|
3394
3447
|
{
|
|
3395
|
-
"id":
|
|
3448
|
+
"id": 266,
|
|
3396
3449
|
"name": "onRowClick",
|
|
3397
3450
|
"kind": 2048,
|
|
3398
3451
|
"kindString": "Method",
|
|
@@ -3402,20 +3455,20 @@
|
|
|
3402
3455
|
"sources": [
|
|
3403
3456
|
{
|
|
3404
3457
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3405
|
-
"line":
|
|
3458
|
+
"line": 754,
|
|
3406
3459
|
"character": 9
|
|
3407
3460
|
}
|
|
3408
3461
|
],
|
|
3409
3462
|
"signatures": [
|
|
3410
3463
|
{
|
|
3411
|
-
"id":
|
|
3464
|
+
"id": 267,
|
|
3412
3465
|
"name": "onRowClick",
|
|
3413
3466
|
"kind": 4096,
|
|
3414
3467
|
"kindString": "Call signature",
|
|
3415
3468
|
"flags": {},
|
|
3416
3469
|
"parameters": [
|
|
3417
3470
|
{
|
|
3418
|
-
"id":
|
|
3471
|
+
"id": 268,
|
|
3419
3472
|
"name": "event",
|
|
3420
3473
|
"kind": 32768,
|
|
3421
3474
|
"kindString": "Parameter",
|
|
@@ -3426,7 +3479,7 @@
|
|
|
3426
3479
|
}
|
|
3427
3480
|
},
|
|
3428
3481
|
{
|
|
3429
|
-
"id":
|
|
3482
|
+
"id": 269,
|
|
3430
3483
|
"name": "selectedItem",
|
|
3431
3484
|
"kind": 32768,
|
|
3432
3485
|
"kindString": "Parameter",
|
|
@@ -3445,7 +3498,7 @@
|
|
|
3445
3498
|
]
|
|
3446
3499
|
},
|
|
3447
3500
|
{
|
|
3448
|
-
"id":
|
|
3501
|
+
"id": 288,
|
|
3449
3502
|
"name": "onTopScroll",
|
|
3450
3503
|
"kind": 2048,
|
|
3451
3504
|
"kindString": "Method",
|
|
@@ -3455,20 +3508,20 @@
|
|
|
3455
3508
|
"sources": [
|
|
3456
3509
|
{
|
|
3457
3510
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3458
|
-
"line":
|
|
3511
|
+
"line": 802,
|
|
3459
3512
|
"character": 9
|
|
3460
3513
|
}
|
|
3461
3514
|
],
|
|
3462
3515
|
"signatures": [
|
|
3463
3516
|
{
|
|
3464
|
-
"id":
|
|
3517
|
+
"id": 289,
|
|
3465
3518
|
"name": "onTopScroll",
|
|
3466
3519
|
"kind": 4096,
|
|
3467
3520
|
"kindString": "Call signature",
|
|
3468
3521
|
"flags": {},
|
|
3469
3522
|
"parameters": [
|
|
3470
3523
|
{
|
|
3471
|
-
"id":
|
|
3524
|
+
"id": 290,
|
|
3472
3525
|
"name": "event",
|
|
3473
3526
|
"kind": 32768,
|
|
3474
3527
|
"kindString": "Parameter",
|
|
@@ -3487,7 +3540,7 @@
|
|
|
3487
3540
|
]
|
|
3488
3541
|
},
|
|
3489
3542
|
{
|
|
3490
|
-
"id":
|
|
3543
|
+
"id": 285,
|
|
3491
3544
|
"name": "onTouchMove",
|
|
3492
3545
|
"kind": 2048,
|
|
3493
3546
|
"kindString": "Method",
|
|
@@ -3497,20 +3550,20 @@
|
|
|
3497
3550
|
"sources": [
|
|
3498
3551
|
{
|
|
3499
3552
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3500
|
-
"line":
|
|
3553
|
+
"line": 798,
|
|
3501
3554
|
"character": 9
|
|
3502
3555
|
}
|
|
3503
3556
|
],
|
|
3504
3557
|
"signatures": [
|
|
3505
3558
|
{
|
|
3506
|
-
"id":
|
|
3559
|
+
"id": 286,
|
|
3507
3560
|
"name": "onTouchMove",
|
|
3508
3561
|
"kind": 4096,
|
|
3509
3562
|
"kindString": "Call signature",
|
|
3510
3563
|
"flags": {},
|
|
3511
3564
|
"parameters": [
|
|
3512
3565
|
{
|
|
3513
|
-
"id":
|
|
3566
|
+
"id": 287,
|
|
3514
3567
|
"name": "event",
|
|
3515
3568
|
"kind": 32768,
|
|
3516
3569
|
"kindString": "Parameter",
|
|
@@ -3529,7 +3582,7 @@
|
|
|
3529
3582
|
]
|
|
3530
3583
|
},
|
|
3531
3584
|
{
|
|
3532
|
-
"id":
|
|
3585
|
+
"id": 203,
|
|
3533
3586
|
"name": "onWindowResize",
|
|
3534
3587
|
"kind": 2048,
|
|
3535
3588
|
"kindString": "Method",
|
|
@@ -3553,13 +3606,13 @@
|
|
|
3553
3606
|
"sources": [
|
|
3554
3607
|
{
|
|
3555
3608
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3556
|
-
"line":
|
|
3609
|
+
"line": 466,
|
|
3557
3610
|
"character": 9
|
|
3558
3611
|
}
|
|
3559
3612
|
],
|
|
3560
3613
|
"signatures": [
|
|
3561
3614
|
{
|
|
3562
|
-
"id":
|
|
3615
|
+
"id": 204,
|
|
3563
3616
|
"name": "onWindowResize",
|
|
3564
3617
|
"kind": 4096,
|
|
3565
3618
|
"kindString": "Call signature",
|
|
@@ -3572,7 +3625,7 @@
|
|
|
3572
3625
|
]
|
|
3573
3626
|
},
|
|
3574
3627
|
{
|
|
3575
|
-
"id":
|
|
3628
|
+
"id": 219,
|
|
3576
3629
|
"name": "sortByColumn",
|
|
3577
3630
|
"kind": 2048,
|
|
3578
3631
|
"kindString": "Method",
|
|
@@ -3582,20 +3635,20 @@
|
|
|
3582
3635
|
"sources": [
|
|
3583
3636
|
{
|
|
3584
3637
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3585
|
-
"line":
|
|
3638
|
+
"line": 520,
|
|
3586
3639
|
"character": 9
|
|
3587
3640
|
}
|
|
3588
3641
|
],
|
|
3589
3642
|
"signatures": [
|
|
3590
3643
|
{
|
|
3591
|
-
"id":
|
|
3644
|
+
"id": 220,
|
|
3592
3645
|
"name": "sortByColumn",
|
|
3593
3646
|
"kind": 4096,
|
|
3594
3647
|
"kindString": "Call signature",
|
|
3595
3648
|
"flags": {},
|
|
3596
3649
|
"parameters": [
|
|
3597
3650
|
{
|
|
3598
|
-
"id":
|
|
3651
|
+
"id": 221,
|
|
3599
3652
|
"name": "column",
|
|
3600
3653
|
"kind": 32768,
|
|
3601
3654
|
"kindString": "Parameter",
|
|
@@ -3614,7 +3667,7 @@
|
|
|
3614
3667
|
]
|
|
3615
3668
|
},
|
|
3616
3669
|
{
|
|
3617
|
-
"id":
|
|
3670
|
+
"id": 242,
|
|
3618
3671
|
"name": "updateColumnDescription",
|
|
3619
3672
|
"kind": 2048,
|
|
3620
3673
|
"kindString": "Method",
|
|
@@ -3624,20 +3677,20 @@
|
|
|
3624
3677
|
"sources": [
|
|
3625
3678
|
{
|
|
3626
3679
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3627
|
-
"line":
|
|
3680
|
+
"line": 630,
|
|
3628
3681
|
"character": 9
|
|
3629
3682
|
}
|
|
3630
3683
|
],
|
|
3631
3684
|
"signatures": [
|
|
3632
3685
|
{
|
|
3633
|
-
"id":
|
|
3686
|
+
"id": 243,
|
|
3634
3687
|
"name": "updateColumnDescription",
|
|
3635
3688
|
"kind": 4096,
|
|
3636
3689
|
"kindString": "Call signature",
|
|
3637
3690
|
"flags": {},
|
|
3638
3691
|
"parameters": [
|
|
3639
3692
|
{
|
|
3640
|
-
"id":
|
|
3693
|
+
"id": 244,
|
|
3641
3694
|
"name": "change",
|
|
3642
3695
|
"kind": 32768,
|
|
3643
3696
|
"kindString": "Parameter",
|
|
@@ -3656,7 +3709,7 @@
|
|
|
3656
3709
|
]
|
|
3657
3710
|
},
|
|
3658
3711
|
{
|
|
3659
|
-
"id":
|
|
3712
|
+
"id": 236,
|
|
3660
3713
|
"name": "updateColumnHeading",
|
|
3661
3714
|
"kind": 2048,
|
|
3662
3715
|
"kindString": "Method",
|
|
@@ -3666,20 +3719,20 @@
|
|
|
3666
3719
|
"sources": [
|
|
3667
3720
|
{
|
|
3668
3721
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3669
|
-
"line":
|
|
3722
|
+
"line": 598,
|
|
3670
3723
|
"character": 9
|
|
3671
3724
|
}
|
|
3672
3725
|
],
|
|
3673
3726
|
"signatures": [
|
|
3674
3727
|
{
|
|
3675
|
-
"id":
|
|
3728
|
+
"id": 237,
|
|
3676
3729
|
"name": "updateColumnHeading",
|
|
3677
3730
|
"kind": 4096,
|
|
3678
3731
|
"kindString": "Call signature",
|
|
3679
3732
|
"flags": {},
|
|
3680
3733
|
"parameters": [
|
|
3681
3734
|
{
|
|
3682
|
-
"id":
|
|
3735
|
+
"id": 238,
|
|
3683
3736
|
"name": "change",
|
|
3684
3737
|
"kind": 32768,
|
|
3685
3738
|
"kindString": "Parameter",
|
|
@@ -3698,7 +3751,7 @@
|
|
|
3698
3751
|
]
|
|
3699
3752
|
},
|
|
3700
3753
|
{
|
|
3701
|
-
"id":
|
|
3754
|
+
"id": 239,
|
|
3702
3755
|
"name": "updateInlineHelpPopover",
|
|
3703
3756
|
"kind": 2048,
|
|
3704
3757
|
"kindString": "Method",
|
|
@@ -3708,20 +3761,20 @@
|
|
|
3708
3761
|
"sources": [
|
|
3709
3762
|
{
|
|
3710
3763
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3711
|
-
"line":
|
|
3764
|
+
"line": 613,
|
|
3712
3765
|
"character": 9
|
|
3713
3766
|
}
|
|
3714
3767
|
],
|
|
3715
3768
|
"signatures": [
|
|
3716
3769
|
{
|
|
3717
|
-
"id":
|
|
3770
|
+
"id": 240,
|
|
3718
3771
|
"name": "updateInlineHelpPopover",
|
|
3719
3772
|
"kind": 4096,
|
|
3720
3773
|
"kindString": "Call signature",
|
|
3721
3774
|
"flags": {},
|
|
3722
3775
|
"parameters": [
|
|
3723
3776
|
{
|
|
3724
|
-
"id":
|
|
3777
|
+
"id": 241,
|
|
3725
3778
|
"name": "change",
|
|
3726
3779
|
"kind": 32768,
|
|
3727
3780
|
"kindString": "Parameter",
|
|
@@ -3752,91 +3805,92 @@
|
|
|
3752
3805
|
"title": "Properties",
|
|
3753
3806
|
"kind": 1024,
|
|
3754
3807
|
"children": [
|
|
3755
|
-
153,
|
|
3756
|
-
147,
|
|
3757
3808
|
154,
|
|
3758
|
-
|
|
3809
|
+
148,
|
|
3759
3810
|
155,
|
|
3760
3811
|
128,
|
|
3761
|
-
129,
|
|
3762
3812
|
156,
|
|
3813
|
+
157,
|
|
3814
|
+
129,
|
|
3763
3815
|
130,
|
|
3816
|
+
158,
|
|
3764
3817
|
131,
|
|
3765
3818
|
132,
|
|
3766
|
-
158,
|
|
3767
|
-
159,
|
|
3768
3819
|
133,
|
|
3769
3820
|
160,
|
|
3770
|
-
134,
|
|
3771
|
-
148,
|
|
3772
|
-
157,
|
|
3773
|
-
135,
|
|
3774
|
-
151,
|
|
3775
|
-
144,
|
|
3776
3821
|
161,
|
|
3822
|
+
134,
|
|
3777
3823
|
162,
|
|
3778
|
-
|
|
3824
|
+
135,
|
|
3825
|
+
149,
|
|
3826
|
+
159,
|
|
3827
|
+
136,
|
|
3779
3828
|
152,
|
|
3780
|
-
|
|
3829
|
+
145,
|
|
3830
|
+
163,
|
|
3831
|
+
164,
|
|
3832
|
+
146,
|
|
3833
|
+
153,
|
|
3834
|
+
147
|
|
3781
3835
|
]
|
|
3782
3836
|
},
|
|
3783
3837
|
{
|
|
3784
3838
|
"title": "Accessors",
|
|
3785
3839
|
"kind": 262144,
|
|
3786
3840
|
"children": [
|
|
3787
|
-
|
|
3788
|
-
|
|
3789
|
-
|
|
3790
|
-
|
|
3841
|
+
124,
|
|
3842
|
+
137,
|
|
3843
|
+
141,
|
|
3844
|
+
165
|
|
3791
3845
|
]
|
|
3792
3846
|
},
|
|
3793
3847
|
{
|
|
3794
3848
|
"title": "Methods",
|
|
3795
3849
|
"kind": 2048,
|
|
3796
3850
|
"children": [
|
|
3797
|
-
|
|
3798
|
-
|
|
3799
|
-
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3803
|
-
|
|
3804
|
-
|
|
3805
|
-
|
|
3806
|
-
205,
|
|
3851
|
+
276,
|
|
3852
|
+
279,
|
|
3853
|
+
225,
|
|
3854
|
+
212,
|
|
3855
|
+
228,
|
|
3856
|
+
231,
|
|
3857
|
+
282,
|
|
3858
|
+
273,
|
|
3859
|
+
222,
|
|
3807
3860
|
207,
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3861
|
+
209,
|
|
3862
|
+
205,
|
|
3863
|
+
270,
|
|
3811
3864
|
194,
|
|
3812
3865
|
196,
|
|
3813
|
-
|
|
3814
|
-
190,
|
|
3815
|
-
289,
|
|
3816
|
-
249,
|
|
3817
|
-
213,
|
|
3818
|
-
246,
|
|
3819
|
-
232,
|
|
3820
|
-
243,
|
|
3821
|
-
255,
|
|
3822
|
-
258,
|
|
3823
|
-
252,
|
|
3824
|
-
261,
|
|
3825
|
-
264,
|
|
3826
|
-
286,
|
|
3827
|
-
283,
|
|
3866
|
+
198,
|
|
3828
3867
|
201,
|
|
3829
|
-
|
|
3830
|
-
|
|
3868
|
+
192,
|
|
3869
|
+
291,
|
|
3870
|
+
251,
|
|
3871
|
+
215,
|
|
3872
|
+
248,
|
|
3831
3873
|
234,
|
|
3832
|
-
|
|
3874
|
+
245,
|
|
3875
|
+
257,
|
|
3876
|
+
260,
|
|
3877
|
+
254,
|
|
3878
|
+
263,
|
|
3879
|
+
266,
|
|
3880
|
+
288,
|
|
3881
|
+
285,
|
|
3882
|
+
203,
|
|
3883
|
+
219,
|
|
3884
|
+
242,
|
|
3885
|
+
236,
|
|
3886
|
+
239
|
|
3833
3887
|
]
|
|
3834
3888
|
}
|
|
3835
3889
|
],
|
|
3836
3890
|
"sources": [
|
|
3837
3891
|
{
|
|
3838
3892
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3839
|
-
"line":
|
|
3893
|
+
"line": 82,
|
|
3840
3894
|
"character": 13
|
|
3841
3895
|
}
|
|
3842
3896
|
],
|
|
@@ -3879,6 +3933,14 @@
|
|
|
3879
3933
|
"kind": 128,
|
|
3880
3934
|
"kindString": "Class",
|
|
3881
3935
|
"flags": {},
|
|
3936
|
+
"comment": {
|
|
3937
|
+
"tags": [
|
|
3938
|
+
{
|
|
3939
|
+
"tag": "deprecated",
|
|
3940
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
3941
|
+
}
|
|
3942
|
+
]
|
|
3943
|
+
},
|
|
3882
3944
|
"decorators": [
|
|
3883
3945
|
{
|
|
3884
3946
|
"name": "NgModule",
|
|
@@ -3906,7 +3968,7 @@
|
|
|
3906
3968
|
"sources": [
|
|
3907
3969
|
{
|
|
3908
3970
|
"fileName": "projects/grids/src/modules/grid/grid.module.ts",
|
|
3909
|
-
"line":
|
|
3971
|
+
"line": 47,
|
|
3910
3972
|
"character": 13
|
|
3911
3973
|
}
|
|
3912
3974
|
]
|
|
@@ -3917,6 +3979,14 @@
|
|
|
3917
3979
|
"kind": 256,
|
|
3918
3980
|
"kindString": "Interface",
|
|
3919
3981
|
"flags": {},
|
|
3982
|
+
"comment": {
|
|
3983
|
+
"tags": [
|
|
3984
|
+
{
|
|
3985
|
+
"tag": "deprecated",
|
|
3986
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
3987
|
+
}
|
|
3988
|
+
]
|
|
3989
|
+
},
|
|
3920
3990
|
"children": [
|
|
3921
3991
|
{
|
|
3922
3992
|
"id": 42,
|
|
@@ -3932,7 +4002,7 @@
|
|
|
3932
4002
|
"sources": [
|
|
3933
4003
|
{
|
|
3934
4004
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
3935
|
-
"line":
|
|
4005
|
+
"line": 13,
|
|
3936
4006
|
"character": 2
|
|
3937
4007
|
}
|
|
3938
4008
|
],
|
|
@@ -3955,7 +4025,7 @@
|
|
|
3955
4025
|
"sources": [
|
|
3956
4026
|
{
|
|
3957
4027
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
3958
|
-
"line":
|
|
4028
|
+
"line": 8,
|
|
3959
4029
|
"character": 2
|
|
3960
4030
|
}
|
|
3961
4031
|
],
|
|
@@ -3976,7 +4046,7 @@
|
|
|
3976
4046
|
"sources": [
|
|
3977
4047
|
{
|
|
3978
4048
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
3979
|
-
"line":
|
|
4049
|
+
"line": 18,
|
|
3980
4050
|
"character": 2
|
|
3981
4051
|
}
|
|
3982
4052
|
],
|
|
@@ -4000,7 +4070,7 @@
|
|
|
4000
4070
|
"sources": [
|
|
4001
4071
|
{
|
|
4002
4072
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
4003
|
-
"line":
|
|
4073
|
+
"line": 4,
|
|
4004
4074
|
"character": 17
|
|
4005
4075
|
}
|
|
4006
4076
|
]
|
|
@@ -4011,6 +4081,14 @@
|
|
|
4011
4081
|
"kind": 256,
|
|
4012
4082
|
"kindString": "Interface",
|
|
4013
4083
|
"flags": {},
|
|
4084
|
+
"comment": {
|
|
4085
|
+
"tags": [
|
|
4086
|
+
{
|
|
4087
|
+
"tag": "deprecated",
|
|
4088
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
4089
|
+
}
|
|
4090
|
+
]
|
|
4091
|
+
},
|
|
4014
4092
|
"children": [
|
|
4015
4093
|
{
|
|
4016
4094
|
"id": 45,
|
|
@@ -4024,7 +4102,7 @@
|
|
|
4024
4102
|
"sources": [
|
|
4025
4103
|
{
|
|
4026
4104
|
"fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
|
|
4027
|
-
"line":
|
|
4105
|
+
"line": 10,
|
|
4028
4106
|
"character": 2
|
|
4029
4107
|
}
|
|
4030
4108
|
],
|
|
@@ -4047,7 +4125,7 @@
|
|
|
4047
4125
|
"sources": [
|
|
4048
4126
|
{
|
|
4049
4127
|
"fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
|
|
4050
|
-
"line":
|
|
4128
|
+
"line": 6,
|
|
4051
4129
|
"character": 17
|
|
4052
4130
|
}
|
|
4053
4131
|
]
|
|
@@ -4058,6 +4136,14 @@
|
|
|
4058
4136
|
"kind": 256,
|
|
4059
4137
|
"kindString": "Interface",
|
|
4060
4138
|
"flags": {},
|
|
4139
|
+
"comment": {
|
|
4140
|
+
"tags": [
|
|
4141
|
+
{
|
|
4142
|
+
"tag": "deprecated",
|
|
4143
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
4144
|
+
}
|
|
4145
|
+
]
|
|
4146
|
+
},
|
|
4061
4147
|
"children": [
|
|
4062
4148
|
{
|
|
4063
4149
|
"id": 67,
|
|
@@ -4073,7 +4159,7 @@
|
|
|
4073
4159
|
"sources": [
|
|
4074
4160
|
{
|
|
4075
4161
|
"fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
|
|
4076
|
-
"line":
|
|
4162
|
+
"line": 10,
|
|
4077
4163
|
"character": 2
|
|
4078
4164
|
}
|
|
4079
4165
|
],
|
|
@@ -4098,7 +4184,7 @@
|
|
|
4098
4184
|
"sources": [
|
|
4099
4185
|
{
|
|
4100
4186
|
"fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
|
|
4101
|
-
"line":
|
|
4187
|
+
"line": 6,
|
|
4102
4188
|
"character": 17
|
|
4103
4189
|
}
|
|
4104
4190
|
]
|
|
@@ -4110,12 +4196,18 @@
|
|
|
4110
4196
|
"kindString": "Type alias",
|
|
4111
4197
|
"flags": {},
|
|
4112
4198
|
"comment": {
|
|
4113
|
-
"shortText": "Represents the horizontal alignment of the column's data and header."
|
|
4199
|
+
"shortText": "Represents the horizontal alignment of the column's data and header.",
|
|
4200
|
+
"tags": [
|
|
4201
|
+
{
|
|
4202
|
+
"tag": "deprecated",
|
|
4203
|
+
"text": "`SkyGridComponent` and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid\n"
|
|
4204
|
+
}
|
|
4205
|
+
]
|
|
4114
4206
|
},
|
|
4115
4207
|
"sources": [
|
|
4116
4208
|
{
|
|
4117
4209
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-alignment.ts",
|
|
4118
|
-
"line":
|
|
4210
|
+
"line": 5,
|
|
4119
4211
|
"character": 12
|
|
4120
4212
|
}
|
|
4121
4213
|
],
|