@skyux/grids 4.0.6 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/LICENSE +21 -0
  2. package/bundles/skyux-grids.umd.js +864 -744
  3. package/bundles/skyux-grids.umd.js.map +1 -1
  4. package/documentation.json +4089 -0
  5. package/esm2015/modules/grid/grid-adapter.service.js +22 -24
  6. package/esm2015/modules/grid/grid-cell.component.js +30 -32
  7. package/esm2015/modules/grid/grid-column.component.js +54 -63
  8. package/esm2015/modules/grid/grid-column.model.js +1 -1
  9. package/esm2015/modules/grid/grid.component.js +216 -210
  10. package/esm2015/modules/grid/grid.module.js +51 -30
  11. package/esm2015/modules/grid/types/grid-column-alignment.js +2 -1
  12. package/esm2015/modules/grid/types/grid-column-description-model-change.js +2 -1
  13. package/esm2015/modules/grid/types/grid-column-heading-model-change.js +2 -1
  14. package/esm2015/modules/grid/types/grid-column-inline-help-popover-model-change.js +2 -1
  15. package/esm2015/modules/grid/types/grid-column-width-model-change.js +2 -1
  16. package/esm2015/modules/grid/types/grid-message-type.js +1 -1
  17. package/esm2015/modules/grid/types/grid-message.js +2 -1
  18. package/esm2015/modules/grid/types/grid-row-delete-cancel-args.js +2 -1
  19. package/esm2015/modules/grid/types/grid-row-delete-config.js +2 -1
  20. package/esm2015/modules/grid/types/grid-row-delete-confirm-args.js +2 -1
  21. package/esm2015/modules/grid/types/grid-row-delete-contents.js +2 -1
  22. package/esm2015/modules/grid/types/grid-selected-rows-model-change.js +2 -1
  23. package/esm2015/modules/grid/types/grid-selected-rows-source.js +1 -1
  24. package/esm2015/modules/grid/types/grid-ui-config.js +2 -1
  25. package/esm2015/modules/shared/skyux-grids-resources.module.js +45 -0
  26. package/esm2015/public-api.js +20 -0
  27. package/esm2015/skyux-grids.js +2 -6
  28. package/fesm2015/skyux-grids.js +486 -482
  29. package/fesm2015/skyux-grids.js.map +1 -1
  30. package/modules/grid/grid-adapter.service.d.ts +3 -0
  31. package/modules/grid/grid-cell.component.d.ts +3 -0
  32. package/modules/grid/grid-column.component.d.ts +5 -1
  33. package/modules/grid/grid.component.d.ts +6 -4
  34. package/modules/grid/grid.module.d.ts +16 -0
  35. package/modules/shared/skyux-grids-resources.module.d.ts +14 -0
  36. package/package.json +15 -30
  37. package/{public_api.d.ts → public-api.d.ts} +0 -0
  38. package/skyux-grids.d.ts +2 -5
  39. package/CHANGELOG.md +0 -188
  40. package/bundles/skyux-grids.umd.min.js +0 -16
  41. package/bundles/skyux-grids.umd.min.js.map +0 -1
  42. package/esm2015/modules/shared/grids-resources.module.js +0 -20
  43. package/esm2015/plugin-resources/grids-resources-provider.js +0 -16
  44. package/esm2015/polyfills.js +0 -29
  45. package/esm2015/public_api.js +0 -9
  46. package/esm5/modules/grid/grid-adapter.service.js +0 -106
  47. package/esm5/modules/grid/grid-cell.component.js +0 -59
  48. package/esm5/modules/grid/grid-column.component.js +0 -129
  49. package/esm5/modules/grid/grid-column.model.js +0 -27
  50. package/esm5/modules/grid/grid.component.js +0 -1016
  51. package/esm5/modules/grid/grid.module.js +0 -53
  52. package/esm5/modules/grid/types/grid-column-alignment.js +0 -1
  53. package/esm5/modules/grid/types/grid-column-description-model-change.js +0 -1
  54. package/esm5/modules/grid/types/grid-column-heading-model-change.js +0 -1
  55. package/esm5/modules/grid/types/grid-column-inline-help-popover-model-change.js +0 -1
  56. package/esm5/modules/grid/types/grid-column-width-model-change.js +0 -1
  57. package/esm5/modules/grid/types/grid-message-type.js +0 -20
  58. package/esm5/modules/grid/types/grid-message.js +0 -1
  59. package/esm5/modules/grid/types/grid-row-delete-cancel-args.js +0 -1
  60. package/esm5/modules/grid/types/grid-row-delete-config.js +0 -1
  61. package/esm5/modules/grid/types/grid-row-delete-confirm-args.js +0 -1
  62. package/esm5/modules/grid/types/grid-row-delete-contents.js +0 -1
  63. package/esm5/modules/grid/types/grid-selected-rows-model-change.js +0 -1
  64. package/esm5/modules/grid/types/grid-selected-rows-source.js +0 -12
  65. package/esm5/modules/grid/types/grid-ui-config.js +0 -1
  66. package/esm5/modules/shared/grids-resources.module.js +0 -23
  67. package/esm5/plugin-resources/grids-resources-provider.js +0 -17
  68. package/esm5/polyfills.js +0 -29
  69. package/esm5/public_api.js +0 -9
  70. package/esm5/skyux-grids.js +0 -9
  71. package/fesm5/skyux-grids.js +0 -1463
  72. package/fesm5/skyux-grids.js.map +0 -1
  73. package/modules/shared/grids-resources.module.d.ts +0 -2
  74. package/plugin-resources/grids-resources-provider.d.ts +0 -5
  75. package/polyfills.d.ts +0 -0
  76. package/skyux-grids.metadata.json +0 -1
  77. package/src/assets/locales/resources_en_US.json +0 -6
@@ -0,0 +1,4089 @@
1
+ {
2
+ "anchorIds": {
3
+ "SkyGridMessageType": "enumeration-skygridmessagetype",
4
+ "SkyGridColumnComponent": "class-skygridcolumncomponent",
5
+ "SkyGridComponent": "class-skygridcomponent",
6
+ "SkyGridModule": "class-skygridmodule",
7
+ "SkyGridColumnWidthModelChange": "interface-skygridcolumnwidthmodelchange",
8
+ "SkyGridMessage": "interface-skygridmessage",
9
+ "SkyGridSelectedRowsModelChange": "interface-skygridselectedrowsmodelchange",
10
+ "SkyGridColumnAlignment": "type-alias-skygridcolumnalignment"
11
+ },
12
+ "typedoc": {
13
+ "id": 0,
14
+ "name": "@skyux/grids",
15
+ "kind": 1,
16
+ "kindString": "Project",
17
+ "flags": {},
18
+ "originalName": "",
19
+ "children": [
20
+ {
21
+ "id": 54,
22
+ "name": "SkyGridMessageType",
23
+ "kind": 8,
24
+ "kindString": "Enumeration",
25
+ "flags": {},
26
+ "children": [
27
+ {
28
+ "id": 56,
29
+ "name": "ClearAll",
30
+ "kind": 16,
31
+ "kindString": "Enumeration member",
32
+ "flags": {},
33
+ "comment": {
34
+ "shortText": "Clears the multiselect checkboxes for all rows in the grid."
35
+ },
36
+ "sources": [
37
+ {
38
+ "fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
39
+ "line": 10,
40
+ "character": 2
41
+ }
42
+ ],
43
+ "defaultValue": "1"
44
+ },
45
+ {
46
+ "id": 55,
47
+ "name": "SelectAll",
48
+ "kind": 16,
49
+ "kindString": "Enumeration member",
50
+ "flags": {},
51
+ "comment": {
52
+ "shortText": "Selects the multiselect checkboxes for all rows in the grid."
53
+ },
54
+ "sources": [
55
+ {
56
+ "fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
57
+ "line": 5,
58
+ "character": 2
59
+ }
60
+ ],
61
+ "defaultValue": "0"
62
+ }
63
+ ],
64
+ "groups": [
65
+ {
66
+ "title": "Enumeration members",
67
+ "kind": 16,
68
+ "children": [
69
+ 56,
70
+ 55
71
+ ]
72
+ }
73
+ ],
74
+ "sources": [
75
+ {
76
+ "fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
77
+ "line": 1,
78
+ "character": 12
79
+ }
80
+ ]
81
+ },
82
+ {
83
+ "id": 77,
84
+ "name": "SkyGridColumnComponent",
85
+ "kind": 128,
86
+ "kindString": "Class",
87
+ "flags": {},
88
+ "comment": {
89
+ "shortText": "Specifies the column information."
90
+ },
91
+ "decorators": [
92
+ {
93
+ "name": "Component",
94
+ "type": {
95
+ "type": "reference",
96
+ "name": "Component"
97
+ },
98
+ "arguments": {
99
+ "obj": "{\n selector: 'sky-grid-column',\n template: '<ng-content></ng-content>',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
100
+ }
101
+ }
102
+ ],
103
+ "children": [
104
+ {
105
+ "id": 78,
106
+ "name": "constructor",
107
+ "kind": 512,
108
+ "kindString": "Constructor",
109
+ "flags": {},
110
+ "signatures": [
111
+ {
112
+ "id": 79,
113
+ "name": "new SkyGridColumnComponent",
114
+ "kind": 16384,
115
+ "kindString": "Constructor signature",
116
+ "flags": {},
117
+ "type": {
118
+ "type": "reference",
119
+ "id": 77,
120
+ "name": "SkyGridColumnComponent"
121
+ }
122
+ }
123
+ ]
124
+ },
125
+ {
126
+ "id": 80,
127
+ "name": "alignment",
128
+ "kind": 1024,
129
+ "kindString": "Property",
130
+ "flags": {
131
+ "isPublic": true
132
+ },
133
+ "comment": {
134
+ "shortText": "Specifies the horizontal alignment of the column's data and header.",
135
+ "tags": [
136
+ {
137
+ "tag": "default",
138
+ "text": "'left'\n"
139
+ }
140
+ ]
141
+ },
142
+ "decorators": [
143
+ {
144
+ "name": "Input",
145
+ "type": {
146
+ "type": "reference",
147
+ "name": "Input"
148
+ },
149
+ "arguments": {}
150
+ }
151
+ ],
152
+ "sources": [
153
+ {
154
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
155
+ "line": 35,
156
+ "character": 9
157
+ }
158
+ ],
159
+ "type": {
160
+ "type": "reference",
161
+ "id": 27,
162
+ "name": "SkyGridColumnAlignment"
163
+ },
164
+ "defaultValue": "'left'"
165
+ },
166
+ {
167
+ "id": 81,
168
+ "name": "description",
169
+ "kind": 1024,
170
+ "kindString": "Property",
171
+ "flags": {
172
+ "isPublic": true
173
+ },
174
+ "comment": {
175
+ "shortText": "Specifies a description for the column."
176
+ },
177
+ "decorators": [
178
+ {
179
+ "name": "Input",
180
+ "type": {
181
+ "type": "reference",
182
+ "name": "Input"
183
+ },
184
+ "arguments": {}
185
+ }
186
+ ],
187
+ "sources": [
188
+ {
189
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
190
+ "line": 41,
191
+ "character": 9
192
+ }
193
+ ],
194
+ "type": {
195
+ "type": "intrinsic",
196
+ "name": "string"
197
+ }
198
+ },
199
+ {
200
+ "id": 98,
201
+ "name": "descriptionChanges",
202
+ "kind": 1024,
203
+ "kindString": "Property",
204
+ "flags": {
205
+ "isPublic": true
206
+ },
207
+ "sources": [
208
+ {
209
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
210
+ "line": 136,
211
+ "character": 9
212
+ }
213
+ ],
214
+ "type": {
215
+ "type": "reference",
216
+ "typeArguments": [
217
+ {
218
+ "type": "intrinsic",
219
+ "name": "string"
220
+ }
221
+ ],
222
+ "name": "EventEmitter"
223
+ },
224
+ "defaultValue": "..."
225
+ },
226
+ {
227
+ "id": 99,
228
+ "name": "descriptionModelChanges",
229
+ "kind": 1024,
230
+ "kindString": "Property",
231
+ "flags": {
232
+ "isPublic": true
233
+ },
234
+ "sources": [
235
+ {
236
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
237
+ "line": 138,
238
+ "character": 9
239
+ }
240
+ ],
241
+ "type": {
242
+ "type": "reference",
243
+ "typeArguments": [
244
+ {
245
+ "type": "reference",
246
+ "name": "SkyGridColumnDescriptionModelChange"
247
+ }
248
+ ],
249
+ "name": "EventEmitter"
250
+ },
251
+ "defaultValue": "..."
252
+ },
253
+ {
254
+ "id": 82,
255
+ "name": "excludeFromHighlighting",
256
+ "kind": 1024,
257
+ "kindString": "Property",
258
+ "flags": {
259
+ "isPublic": true
260
+ },
261
+ "comment": {
262
+ "shortText": "Indicates whether to disable the highlighting of search text in the column.",
263
+ "tags": [
264
+ {
265
+ "tag": "default",
266
+ "text": "false\n"
267
+ }
268
+ ]
269
+ },
270
+ "decorators": [
271
+ {
272
+ "name": "Input",
273
+ "type": {
274
+ "type": "reference",
275
+ "name": "Input"
276
+ },
277
+ "arguments": {}
278
+ }
279
+ ],
280
+ "sources": [
281
+ {
282
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
283
+ "line": 48,
284
+ "character": 9
285
+ }
286
+ ],
287
+ "type": {
288
+ "type": "intrinsic",
289
+ "name": "boolean"
290
+ }
291
+ },
292
+ {
293
+ "id": 83,
294
+ "name": "field",
295
+ "kind": 1024,
296
+ "kindString": "Property",
297
+ "flags": {
298
+ "isPublic": true
299
+ },
300
+ "comment": {
301
+ "shortText": "Specifies the property to retrieve cell information from an entry on the grid `data` array.\nYou must provide either the `id` or `field` property for every column,\nbut do not provide both. If `id` does not exist on a column, then `field` is the entry\nfor the grid `selectedColumnIds` array."
302
+ },
303
+ "decorators": [
304
+ {
305
+ "name": "Input",
306
+ "type": {
307
+ "type": "reference",
308
+ "name": "Input"
309
+ },
310
+ "arguments": {}
311
+ }
312
+ ],
313
+ "sources": [
314
+ {
315
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
316
+ "line": 57,
317
+ "character": 9
318
+ }
319
+ ],
320
+ "type": {
321
+ "type": "intrinsic",
322
+ "name": "string"
323
+ }
324
+ },
325
+ {
326
+ "id": 84,
327
+ "name": "heading",
328
+ "kind": 1024,
329
+ "kindString": "Property",
330
+ "flags": {
331
+ "isPublic": true
332
+ },
333
+ "comment": {
334
+ "shortText": "Specifies text to display in the column header."
335
+ },
336
+ "decorators": [
337
+ {
338
+ "name": "Input",
339
+ "type": {
340
+ "type": "reference",
341
+ "name": "Input"
342
+ },
343
+ "arguments": {}
344
+ }
345
+ ],
346
+ "sources": [
347
+ {
348
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
349
+ "line": 63,
350
+ "character": 9
351
+ }
352
+ ],
353
+ "type": {
354
+ "type": "intrinsic",
355
+ "name": "string"
356
+ }
357
+ },
358
+ {
359
+ "id": 100,
360
+ "name": "headingChanges",
361
+ "kind": 1024,
362
+ "kindString": "Property",
363
+ "flags": {
364
+ "isPublic": true
365
+ },
366
+ "sources": [
367
+ {
368
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
369
+ "line": 141,
370
+ "character": 9
371
+ }
372
+ ],
373
+ "type": {
374
+ "type": "reference",
375
+ "typeArguments": [
376
+ {
377
+ "type": "intrinsic",
378
+ "name": "string"
379
+ }
380
+ ],
381
+ "name": "EventEmitter"
382
+ },
383
+ "defaultValue": "..."
384
+ },
385
+ {
386
+ "id": 101,
387
+ "name": "headingModelChanges",
388
+ "kind": 1024,
389
+ "kindString": "Property",
390
+ "flags": {
391
+ "isPublic": true
392
+ },
393
+ "sources": [
394
+ {
395
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
396
+ "line": 143,
397
+ "character": 9
398
+ }
399
+ ],
400
+ "type": {
401
+ "type": "reference",
402
+ "typeArguments": [
403
+ {
404
+ "type": "reference",
405
+ "name": "SkyGridColumnHeadingModelChange"
406
+ }
407
+ ],
408
+ "name": "EventEmitter"
409
+ },
410
+ "defaultValue": "..."
411
+ },
412
+ {
413
+ "id": 85,
414
+ "name": "hidden",
415
+ "kind": 1024,
416
+ "kindString": "Property",
417
+ "flags": {
418
+ "isPublic": true
419
+ },
420
+ "comment": {
421
+ "shortText": "Indicates whether the column is initially hidden when grid `selectedColumnIds` are not provided.",
422
+ "tags": [
423
+ {
424
+ "tag": "default",
425
+ "text": "false\n"
426
+ }
427
+ ]
428
+ },
429
+ "decorators": [
430
+ {
431
+ "name": "Input",
432
+ "type": {
433
+ "type": "reference",
434
+ "name": "Input"
435
+ },
436
+ "arguments": {}
437
+ }
438
+ ],
439
+ "sources": [
440
+ {
441
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
442
+ "line": 70,
443
+ "character": 9
444
+ }
445
+ ],
446
+ "type": {
447
+ "type": "intrinsic",
448
+ "name": "boolean"
449
+ }
450
+ },
451
+ {
452
+ "id": 86,
453
+ "name": "id",
454
+ "kind": 1024,
455
+ "kindString": "Property",
456
+ "flags": {
457
+ "isPublic": true
458
+ },
459
+ "comment": {
460
+ "shortText": "Specifies a unique ID for the column. You must provide either the `id` or `field` property\nfor every column, but do not provide both. If `field` does not exist on a column,\nthen the `id` property retrieves cell information from an entry on the grid `data` array."
461
+ },
462
+ "decorators": [
463
+ {
464
+ "name": "Input",
465
+ "type": {
466
+ "type": "reference",
467
+ "name": "Input"
468
+ },
469
+ "arguments": {}
470
+ }
471
+ ],
472
+ "sources": [
473
+ {
474
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
475
+ "line": 78,
476
+ "character": 9
477
+ }
478
+ ],
479
+ "type": {
480
+ "type": "intrinsic",
481
+ "name": "string"
482
+ }
483
+ },
484
+ {
485
+ "id": 87,
486
+ "name": "inlineHelpPopover",
487
+ "kind": 1024,
488
+ "kindString": "Property",
489
+ "flags": {
490
+ "isPublic": true
491
+ },
492
+ "comment": {
493
+ "shortText": "Specifies a template to display inside an inline help popup for this column."
494
+ },
495
+ "decorators": [
496
+ {
497
+ "name": "Input",
498
+ "type": {
499
+ "type": "reference",
500
+ "name": "Input"
501
+ },
502
+ "arguments": {}
503
+ }
504
+ ],
505
+ "sources": [
506
+ {
507
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
508
+ "line": 84,
509
+ "character": 9
510
+ }
511
+ ],
512
+ "type": {
513
+ "type": "intrinsic",
514
+ "name": "any"
515
+ }
516
+ },
517
+ {
518
+ "id": 102,
519
+ "name": "inlineHelpPopoverModelChanges",
520
+ "kind": 1024,
521
+ "kindString": "Property",
522
+ "flags": {
523
+ "isPublic": true
524
+ },
525
+ "sources": [
526
+ {
527
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
528
+ "line": 146,
529
+ "character": 9
530
+ }
531
+ ],
532
+ "type": {
533
+ "type": "reference",
534
+ "typeArguments": [
535
+ {
536
+ "type": "reference",
537
+ "name": "SkyGridColumnInlineHelpPopoverModelChange"
538
+ }
539
+ ],
540
+ "name": "EventEmitter"
541
+ },
542
+ "defaultValue": "..."
543
+ },
544
+ {
545
+ "id": 88,
546
+ "name": "isSortable",
547
+ "kind": 1024,
548
+ "kindString": "Property",
549
+ "flags": {
550
+ "isPublic": true
551
+ },
552
+ "comment": {
553
+ "shortText": "Indicates whether the column sorts the grid when users click the column header.",
554
+ "tags": [
555
+ {
556
+ "tag": "default",
557
+ "text": "true\n"
558
+ }
559
+ ]
560
+ },
561
+ "decorators": [
562
+ {
563
+ "name": "Input",
564
+ "type": {
565
+ "type": "reference",
566
+ "name": "Input"
567
+ },
568
+ "arguments": {}
569
+ }
570
+ ],
571
+ "sources": [
572
+ {
573
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
574
+ "line": 91,
575
+ "character": 9
576
+ }
577
+ ],
578
+ "type": {
579
+ "type": "intrinsic",
580
+ "name": "boolean"
581
+ },
582
+ "defaultValue": "true"
583
+ },
584
+ {
585
+ "id": 89,
586
+ "name": "locked",
587
+ "kind": 1024,
588
+ "kindString": "Property",
589
+ "flags": {
590
+ "isPublic": true
591
+ },
592
+ "comment": {
593
+ "shortText": "Indicates whether the column is locked. The intent is to display locked columns first\non the left side of the grid. If set to `true`, then users cannot drag the column\nto another position and or drag other columns before the locked column.",
594
+ "tags": [
595
+ {
596
+ "tag": "default",
597
+ "text": "false\n"
598
+ }
599
+ ]
600
+ },
601
+ "decorators": [
602
+ {
603
+ "name": "Input",
604
+ "type": {
605
+ "type": "reference",
606
+ "name": "Input"
607
+ },
608
+ "arguments": {}
609
+ }
610
+ ],
611
+ "sources": [
612
+ {
613
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
614
+ "line": 100,
615
+ "character": 9
616
+ }
617
+ ],
618
+ "type": {
619
+ "type": "intrinsic",
620
+ "name": "boolean"
621
+ }
622
+ },
623
+ {
624
+ "id": 90,
625
+ "name": "searchFunction",
626
+ "kind": 1024,
627
+ "kindString": "Property",
628
+ "flags": {
629
+ "isPublic": true
630
+ },
631
+ "decorators": [
632
+ {
633
+ "name": "Input",
634
+ "type": {
635
+ "type": "reference",
636
+ "name": "Input"
637
+ },
638
+ "arguments": {
639
+ "bindingPropertyName": "'search'"
640
+ }
641
+ }
642
+ ],
643
+ "sources": [
644
+ {
645
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
646
+ "line": 109,
647
+ "character": 9
648
+ }
649
+ ],
650
+ "type": {
651
+ "type": "reflection",
652
+ "declaration": {
653
+ "id": 91,
654
+ "name": "__type",
655
+ "kind": 65536,
656
+ "kindString": "Type literal",
657
+ "flags": {},
658
+ "signatures": [
659
+ {
660
+ "id": 92,
661
+ "name": "__type",
662
+ "kind": 4096,
663
+ "kindString": "Call signature",
664
+ "flags": {},
665
+ "comment": {
666
+ "shortText": "Specifies a search function to apply for the specific column. By default,\nthe column executes a string compare on the column data.",
667
+ "tags": [
668
+ {
669
+ "tag": "default",
670
+ "text": "(value, searchText) => value.toString().toLowerCase().indexOf(searchText) !== -1\n"
671
+ }
672
+ ]
673
+ },
674
+ "parameters": [
675
+ {
676
+ "id": 93,
677
+ "name": "value",
678
+ "kind": 32768,
679
+ "kindString": "Parameter",
680
+ "flags": {},
681
+ "type": {
682
+ "type": "intrinsic",
683
+ "name": "any"
684
+ }
685
+ },
686
+ {
687
+ "id": 94,
688
+ "name": "searchText",
689
+ "kind": 32768,
690
+ "kindString": "Parameter",
691
+ "flags": {},
692
+ "type": {
693
+ "type": "intrinsic",
694
+ "name": "string"
695
+ }
696
+ }
697
+ ],
698
+ "type": {
699
+ "type": "intrinsic",
700
+ "name": "boolean"
701
+ }
702
+ }
703
+ ]
704
+ }
705
+ },
706
+ "defaultValue": "..."
707
+ },
708
+ {
709
+ "id": 96,
710
+ "name": "templateInput",
711
+ "kind": 1024,
712
+ "kindString": "Property",
713
+ "flags": {
714
+ "isPublic": true
715
+ },
716
+ "comment": {
717
+ "shortText": "Specifies a template for a column. This can be assigned as a reference\nto the `template` attribute, or it can be assigned as a child of the `template` element\ninside the `sky-grid-column` component. The template has access to the `value` variable,\nwhich contains the value passed to the column, and the `row` variable, which contains\nthe entire row data."
718
+ },
719
+ "decorators": [
720
+ {
721
+ "name": "Input",
722
+ "type": {
723
+ "type": "reference",
724
+ "name": "Input"
725
+ },
726
+ "arguments": {
727
+ "bindingPropertyName": "'template'"
728
+ }
729
+ }
730
+ ],
731
+ "sources": [
732
+ {
733
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
734
+ "line": 127,
735
+ "character": 9
736
+ }
737
+ ],
738
+ "type": {
739
+ "type": "reference",
740
+ "typeArguments": [
741
+ {
742
+ "type": "intrinsic",
743
+ "name": "any"
744
+ }
745
+ ],
746
+ "name": "TemplateRef"
747
+ }
748
+ },
749
+ {
750
+ "id": 97,
751
+ "name": "width",
752
+ "kind": 1024,
753
+ "kindString": "Property",
754
+ "flags": {
755
+ "isPublic": true
756
+ },
757
+ "comment": {
758
+ "shortText": "Specifies the width of the column in pixels.\nIf undefined, the column width is evenly distributed."
759
+ },
760
+ "decorators": [
761
+ {
762
+ "name": "Input",
763
+ "type": {
764
+ "type": "reference",
765
+ "name": "Input"
766
+ },
767
+ "arguments": {}
768
+ }
769
+ ],
770
+ "sources": [
771
+ {
772
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
773
+ "line": 134,
774
+ "character": 9
775
+ }
776
+ ],
777
+ "type": {
778
+ "type": "intrinsic",
779
+ "name": "number"
780
+ }
781
+ },
782
+ {
783
+ "id": 107,
784
+ "name": "template",
785
+ "kind": 262144,
786
+ "kindString": "Accessor",
787
+ "flags": {
788
+ "isPublic": true
789
+ },
790
+ "sources": [
791
+ {
792
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
793
+ "line": 181,
794
+ "character": 13
795
+ }
796
+ ],
797
+ "getSignature": [
798
+ {
799
+ "id": 108,
800
+ "name": "template",
801
+ "kind": 524288,
802
+ "kindString": "Get signature",
803
+ "flags": {},
804
+ "type": {
805
+ "type": "reference",
806
+ "typeArguments": [
807
+ {
808
+ "type": "intrinsic",
809
+ "name": "any"
810
+ }
811
+ ],
812
+ "name": "TemplateRef"
813
+ }
814
+ }
815
+ ]
816
+ },
817
+ {
818
+ "id": 104,
819
+ "name": "ngOnChanges",
820
+ "kind": 2048,
821
+ "kindString": "Method",
822
+ "flags": {
823
+ "isPublic": true
824
+ },
825
+ "sources": [
826
+ {
827
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
828
+ "line": 152,
829
+ "character": 9
830
+ }
831
+ ],
832
+ "signatures": [
833
+ {
834
+ "id": 105,
835
+ "name": "ngOnChanges",
836
+ "kind": 4096,
837
+ "kindString": "Call signature",
838
+ "flags": {},
839
+ "parameters": [
840
+ {
841
+ "id": 106,
842
+ "name": "changes",
843
+ "kind": 32768,
844
+ "kindString": "Parameter",
845
+ "flags": {},
846
+ "type": {
847
+ "type": "reference",
848
+ "name": "SimpleChanges"
849
+ }
850
+ }
851
+ ],
852
+ "type": {
853
+ "type": "intrinsic",
854
+ "name": "void"
855
+ },
856
+ "implementationOf": {
857
+ "type": "reference",
858
+ "name": "OnChanges.ngOnChanges"
859
+ }
860
+ }
861
+ ],
862
+ "implementationOf": {
863
+ "type": "reference",
864
+ "name": "OnChanges.ngOnChanges"
865
+ }
866
+ }
867
+ ],
868
+ "groups": [
869
+ {
870
+ "title": "Constructors",
871
+ "kind": 512,
872
+ "children": [
873
+ 78
874
+ ]
875
+ },
876
+ {
877
+ "title": "Properties",
878
+ "kind": 1024,
879
+ "children": [
880
+ 80,
881
+ 81,
882
+ 98,
883
+ 99,
884
+ 82,
885
+ 83,
886
+ 84,
887
+ 100,
888
+ 101,
889
+ 85,
890
+ 86,
891
+ 87,
892
+ 102,
893
+ 88,
894
+ 89,
895
+ 90,
896
+ 96,
897
+ 97
898
+ ]
899
+ },
900
+ {
901
+ "title": "Accessors",
902
+ "kind": 262144,
903
+ "children": [
904
+ 107
905
+ ]
906
+ },
907
+ {
908
+ "title": "Methods",
909
+ "kind": 2048,
910
+ "children": [
911
+ 104
912
+ ]
913
+ }
914
+ ],
915
+ "sources": [
916
+ {
917
+ "fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
918
+ "line": 29,
919
+ "character": 13
920
+ }
921
+ ],
922
+ "implementedTypes": [
923
+ {
924
+ "type": "reference",
925
+ "name": "OnChanges"
926
+ }
927
+ ]
928
+ },
929
+ {
930
+ "id": 113,
931
+ "name": "SkyGridComponent",
932
+ "kind": 128,
933
+ "kindString": "Class",
934
+ "flags": {},
935
+ "decorators": [
936
+ {
937
+ "name": "Component",
938
+ "type": {
939
+ "type": "reference",
940
+ "name": "Component"
941
+ },
942
+ "arguments": {
943
+ "obj": "{\n selector: 'sky-grid',\n templateUrl: './grid.component.html',\n styleUrls: ['./grid.component.scss'],\n viewProviders: [DragulaService],\n providers: [SkyGridAdapterService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
944
+ }
945
+ }
946
+ ],
947
+ "children": [
948
+ {
949
+ "id": 114,
950
+ "name": "constructor",
951
+ "kind": 512,
952
+ "kindString": "Constructor",
953
+ "flags": {},
954
+ "sources": [
955
+ {
956
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
957
+ "line": 346,
958
+ "character": 2
959
+ }
960
+ ],
961
+ "signatures": [
962
+ {
963
+ "id": 115,
964
+ "name": "new SkyGridComponent",
965
+ "kind": 16384,
966
+ "kindString": "Constructor signature",
967
+ "flags": {},
968
+ "parameters": [
969
+ {
970
+ "id": 116,
971
+ "name": "affixService",
972
+ "kind": 32768,
973
+ "kindString": "Parameter",
974
+ "flags": {},
975
+ "type": {
976
+ "type": "reference",
977
+ "name": "SkyAffixService"
978
+ }
979
+ },
980
+ {
981
+ "id": 117,
982
+ "name": "changeDetector",
983
+ "kind": 32768,
984
+ "kindString": "Parameter",
985
+ "flags": {},
986
+ "type": {
987
+ "type": "reference",
988
+ "name": "ChangeDetectorRef"
989
+ }
990
+ },
991
+ {
992
+ "id": 118,
993
+ "name": "dragulaService",
994
+ "kind": 32768,
995
+ "kindString": "Parameter",
996
+ "flags": {},
997
+ "type": {
998
+ "type": "reference",
999
+ "name": "DragulaService"
1000
+ }
1001
+ },
1002
+ {
1003
+ "id": 119,
1004
+ "name": "gridAdapter",
1005
+ "kind": 32768,
1006
+ "kindString": "Parameter",
1007
+ "flags": {},
1008
+ "type": {
1009
+ "type": "reference",
1010
+ "name": "SkyGridAdapterService"
1011
+ }
1012
+ },
1013
+ {
1014
+ "id": 120,
1015
+ "name": "overlayService",
1016
+ "kind": 32768,
1017
+ "kindString": "Parameter",
1018
+ "flags": {},
1019
+ "type": {
1020
+ "type": "reference",
1021
+ "name": "SkyOverlayService"
1022
+ }
1023
+ },
1024
+ {
1025
+ "id": 121,
1026
+ "name": "skyWindow",
1027
+ "kind": 32768,
1028
+ "kindString": "Parameter",
1029
+ "flags": {},
1030
+ "type": {
1031
+ "type": "reference",
1032
+ "name": "SkyAppWindowRef"
1033
+ }
1034
+ },
1035
+ {
1036
+ "id": 122,
1037
+ "name": "uiConfigService",
1038
+ "kind": 32768,
1039
+ "kindString": "Parameter",
1040
+ "flags": {},
1041
+ "type": {
1042
+ "type": "reference",
1043
+ "name": "SkyUIConfigService"
1044
+ }
1045
+ }
1046
+ ],
1047
+ "type": {
1048
+ "type": "reference",
1049
+ "id": 113,
1050
+ "name": "SkyGridComponent"
1051
+ }
1052
+ }
1053
+ ]
1054
+ },
1055
+ {
1056
+ "id": 150,
1057
+ "name": "columnResizeStep",
1058
+ "kind": 1024,
1059
+ "kindString": "Property",
1060
+ "flags": {
1061
+ "isPublic": true
1062
+ },
1063
+ "sources": [
1064
+ {
1065
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1066
+ "line": 297,
1067
+ "character": 9
1068
+ }
1069
+ ],
1070
+ "type": {
1071
+ "type": "intrinsic",
1072
+ "name": "number"
1073
+ },
1074
+ "defaultValue": "10"
1075
+ },
1076
+ {
1077
+ "id": 144,
1078
+ "name": "columnWidthChange",
1079
+ "kind": 1024,
1080
+ "kindString": "Property",
1081
+ "flags": {
1082
+ "isPublic": true
1083
+ },
1084
+ "comment": {
1085
+ "shortText": "Fires when the width of a column changes."
1086
+ },
1087
+ "decorators": [
1088
+ {
1089
+ "name": "Output",
1090
+ "type": {
1091
+ "type": "reference",
1092
+ "name": "Output"
1093
+ },
1094
+ "arguments": {}
1095
+ }
1096
+ ],
1097
+ "sources": [
1098
+ {
1099
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1100
+ "line": 260,
1101
+ "character": 9
1102
+ }
1103
+ ],
1104
+ "type": {
1105
+ "type": "reference",
1106
+ "typeArguments": [
1107
+ {
1108
+ "type": "array",
1109
+ "elementType": {
1110
+ "type": "reference",
1111
+ "id": 40,
1112
+ "name": "SkyGridColumnWidthModelChange"
1113
+ }
1114
+ }
1115
+ ],
1116
+ "name": "EventEmitter"
1117
+ },
1118
+ "defaultValue": "..."
1119
+ },
1120
+ {
1121
+ "id": 123,
1122
+ "name": "columns",
1123
+ "kind": 1024,
1124
+ "kindString": "Property",
1125
+ "flags": {
1126
+ "isPublic": true
1127
+ },
1128
+ "comment": {
1129
+ "shortText": "Specifies columns and column properties for the grid."
1130
+ },
1131
+ "decorators": [
1132
+ {
1133
+ "name": "Input",
1134
+ "type": {
1135
+ "type": "reference",
1136
+ "name": "Input"
1137
+ },
1138
+ "arguments": {}
1139
+ }
1140
+ ],
1141
+ "sources": [
1142
+ {
1143
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1144
+ "line": 104,
1145
+ "character": 9
1146
+ }
1147
+ ],
1148
+ "type": {
1149
+ "type": "array",
1150
+ "elementType": {
1151
+ "type": "reference",
1152
+ "name": "SkyGridColumnModel"
1153
+ }
1154
+ }
1155
+ },
1156
+ {
1157
+ "id": 151,
1158
+ "name": "currentSortField",
1159
+ "kind": 1024,
1160
+ "kindString": "Property",
1161
+ "flags": {
1162
+ "isPublic": true
1163
+ },
1164
+ "sources": [
1165
+ {
1166
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1167
+ "line": 298,
1168
+ "character": 9
1169
+ }
1170
+ ],
1171
+ "type": {
1172
+ "type": "reference",
1173
+ "typeArguments": [
1174
+ {
1175
+ "type": "reference",
1176
+ "name": "ListSortFieldSelectorModel"
1177
+ }
1178
+ ],
1179
+ "name": "BehaviorSubject"
1180
+ }
1181
+ },
1182
+ {
1183
+ "id": 124,
1184
+ "name": "data",
1185
+ "kind": 1024,
1186
+ "kindString": "Property",
1187
+ "flags": {
1188
+ "isPublic": true
1189
+ },
1190
+ "comment": {
1191
+ "shortText": "Specifies the data for the grid. Each item requires an `id` and a property that maps\nto the `field` or `id` property of each column in the grid."
1192
+ },
1193
+ "decorators": [
1194
+ {
1195
+ "name": "Input",
1196
+ "type": {
1197
+ "type": "reference",
1198
+ "name": "Input"
1199
+ },
1200
+ "arguments": {}
1201
+ }
1202
+ ],
1203
+ "sources": [
1204
+ {
1205
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1206
+ "line": 111,
1207
+ "character": 9
1208
+ }
1209
+ ],
1210
+ "type": {
1211
+ "type": "array",
1212
+ "elementType": {
1213
+ "type": "intrinsic",
1214
+ "name": "any"
1215
+ }
1216
+ }
1217
+ },
1218
+ {
1219
+ "id": 152,
1220
+ "name": "displayedColumns",
1221
+ "kind": 1024,
1222
+ "kindString": "Property",
1223
+ "flags": {
1224
+ "isPublic": true
1225
+ },
1226
+ "sources": [
1227
+ {
1228
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1229
+ "line": 299,
1230
+ "character": 9
1231
+ }
1232
+ ],
1233
+ "type": {
1234
+ "type": "array",
1235
+ "elementType": {
1236
+ "type": "reference",
1237
+ "name": "SkyGridColumnModel"
1238
+ }
1239
+ }
1240
+ },
1241
+ {
1242
+ "id": 125,
1243
+ "name": "enableMultiselect",
1244
+ "kind": 1024,
1245
+ "kindString": "Property",
1246
+ "flags": {
1247
+ "isPublic": true
1248
+ },
1249
+ "comment": {
1250
+ "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. To include options to select and clear all multiselect checkboxes,\nwe recommend the [list view grid](https://developer.blackbaud.com/skyux/components/list/grid) component.",
1251
+ "tags": [
1252
+ {
1253
+ "tag": "default",
1254
+ "text": "false\n"
1255
+ }
1256
+ ]
1257
+ },
1258
+ "decorators": [
1259
+ {
1260
+ "name": "Input",
1261
+ "type": {
1262
+ "type": "reference",
1263
+ "name": "Input"
1264
+ },
1265
+ "arguments": {}
1266
+ }
1267
+ ],
1268
+ "sources": [
1269
+ {
1270
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1271
+ "line": 122,
1272
+ "character": 9
1273
+ }
1274
+ ],
1275
+ "type": {
1276
+ "type": "intrinsic",
1277
+ "name": "boolean"
1278
+ },
1279
+ "defaultValue": "false"
1280
+ },
1281
+ {
1282
+ "id": 126,
1283
+ "name": "fit",
1284
+ "kind": 1024,
1285
+ "kindString": "Property",
1286
+ "flags": {
1287
+ "isPublic": true
1288
+ },
1289
+ "comment": {
1290
+ "shortText": "Specifies how the grid fits to its parent. The valid options are `width`,\nwhich fits the grid to the parent's full width, and `scroll`, which allows the grid\nto exceed the parent's width. If the grid does not have enough columns to fill\nthe parent's width, it always stretches to the parent's full width."
1291
+ },
1292
+ "decorators": [
1293
+ {
1294
+ "name": "Input",
1295
+ "type": {
1296
+ "type": "reference",
1297
+ "name": "Input"
1298
+ },
1299
+ "arguments": {}
1300
+ }
1301
+ ],
1302
+ "sources": [
1303
+ {
1304
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1305
+ "line": 131,
1306
+ "character": 9
1307
+ }
1308
+ ],
1309
+ "type": {
1310
+ "type": "intrinsic",
1311
+ "name": "string"
1312
+ },
1313
+ "defaultValue": "'width'"
1314
+ },
1315
+ {
1316
+ "id": 153,
1317
+ "name": "gridId",
1318
+ "kind": 1024,
1319
+ "kindString": "Property",
1320
+ "flags": {
1321
+ "isPublic": true
1322
+ },
1323
+ "sources": [
1324
+ {
1325
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1326
+ "line": 300,
1327
+ "character": 9
1328
+ }
1329
+ ],
1330
+ "type": {
1331
+ "type": "intrinsic",
1332
+ "name": "number"
1333
+ },
1334
+ "defaultValue": "++nextId"
1335
+ },
1336
+ {
1337
+ "id": 127,
1338
+ "name": "hasToolbar",
1339
+ "kind": 1024,
1340
+ "kindString": "Property",
1341
+ "flags": {
1342
+ "isPublic": true
1343
+ },
1344
+ "comment": {
1345
+ "shortText": "Indicates whether to display a toolbar with the grid."
1346
+ },
1347
+ "decorators": [
1348
+ {
1349
+ "name": "Input",
1350
+ "type": {
1351
+ "type": "reference",
1352
+ "name": "Input"
1353
+ },
1354
+ "arguments": {}
1355
+ }
1356
+ ],
1357
+ "sources": [
1358
+ {
1359
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1360
+ "line": 137,
1361
+ "character": 9
1362
+ }
1363
+ ],
1364
+ "type": {
1365
+ "type": "intrinsic",
1366
+ "name": "boolean"
1367
+ },
1368
+ "defaultValue": "false"
1369
+ },
1370
+ {
1371
+ "id": 128,
1372
+ "name": "height",
1373
+ "kind": 1024,
1374
+ "kindString": "Property",
1375
+ "flags": {
1376
+ "isPublic": true
1377
+ },
1378
+ "comment": {
1379
+ "shortText": "Specifies the height of the grid."
1380
+ },
1381
+ "decorators": [
1382
+ {
1383
+ "name": "Input",
1384
+ "type": {
1385
+ "type": "reference",
1386
+ "name": "Input"
1387
+ },
1388
+ "arguments": {}
1389
+ }
1390
+ ],
1391
+ "sources": [
1392
+ {
1393
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1394
+ "line": 143,
1395
+ "character": 9
1396
+ }
1397
+ ],
1398
+ "type": {
1399
+ "type": "intrinsic",
1400
+ "name": "number"
1401
+ }
1402
+ },
1403
+ {
1404
+ "id": 129,
1405
+ "name": "highlightText",
1406
+ "kind": 1024,
1407
+ "kindString": "Property",
1408
+ "flags": {
1409
+ "isPublic": true
1410
+ },
1411
+ "comment": {
1412
+ "shortText": "Specifies text to highlight within the grid.\nTypically, this property is used in conjunction with search."
1413
+ },
1414
+ "decorators": [
1415
+ {
1416
+ "name": "Input",
1417
+ "type": {
1418
+ "type": "reference",
1419
+ "name": "Input"
1420
+ },
1421
+ "arguments": {}
1422
+ }
1423
+ ],
1424
+ "sources": [
1425
+ {
1426
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1427
+ "line": 150,
1428
+ "character": 9
1429
+ }
1430
+ ],
1431
+ "type": {
1432
+ "type": "intrinsic",
1433
+ "name": "string"
1434
+ }
1435
+ },
1436
+ {
1437
+ "id": 155,
1438
+ "name": "items",
1439
+ "kind": 1024,
1440
+ "kindString": "Property",
1441
+ "flags": {
1442
+ "isPublic": true
1443
+ },
1444
+ "sources": [
1445
+ {
1446
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1447
+ "line": 302,
1448
+ "character": 9
1449
+ }
1450
+ ],
1451
+ "type": {
1452
+ "type": "array",
1453
+ "elementType": {
1454
+ "type": "intrinsic",
1455
+ "name": "any"
1456
+ }
1457
+ }
1458
+ },
1459
+ {
1460
+ "id": 156,
1461
+ "name": "maxColWidth",
1462
+ "kind": 1024,
1463
+ "kindString": "Property",
1464
+ "flags": {
1465
+ "isPublic": true
1466
+ },
1467
+ "sources": [
1468
+ {
1469
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1470
+ "line": 303,
1471
+ "character": 9
1472
+ }
1473
+ ],
1474
+ "type": {
1475
+ "type": "intrinsic",
1476
+ "name": "number"
1477
+ },
1478
+ "defaultValue": "9999"
1479
+ },
1480
+ {
1481
+ "id": 130,
1482
+ "name": "messageStream",
1483
+ "kind": 1024,
1484
+ "kindString": "Property",
1485
+ "flags": {
1486
+ "isPublic": true
1487
+ },
1488
+ "comment": {
1489
+ "shortText": "Provides an observable to send commands to the grid."
1490
+ },
1491
+ "decorators": [
1492
+ {
1493
+ "name": "Input",
1494
+ "type": {
1495
+ "type": "reference",
1496
+ "name": "Input"
1497
+ },
1498
+ "arguments": {}
1499
+ }
1500
+ ],
1501
+ "sources": [
1502
+ {
1503
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1504
+ "line": 156,
1505
+ "character": 9
1506
+ }
1507
+ ],
1508
+ "type": {
1509
+ "type": "reference",
1510
+ "typeArguments": [
1511
+ {
1512
+ "type": "reference",
1513
+ "id": 44,
1514
+ "name": "SkyGridMessage"
1515
+ }
1516
+ ],
1517
+ "name": "Subject"
1518
+ },
1519
+ "defaultValue": "..."
1520
+ },
1521
+ {
1522
+ "id": 157,
1523
+ "name": "minColWidth",
1524
+ "kind": 1024,
1525
+ "kindString": "Property",
1526
+ "flags": {
1527
+ "isPublic": true
1528
+ },
1529
+ "sources": [
1530
+ {
1531
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1532
+ "line": 304,
1533
+ "character": 9
1534
+ }
1535
+ ],
1536
+ "type": {
1537
+ "type": "intrinsic",
1538
+ "name": "number"
1539
+ },
1540
+ "defaultValue": "50"
1541
+ },
1542
+ {
1543
+ "id": 131,
1544
+ "name": "multiselectRowId",
1545
+ "kind": 1024,
1546
+ "kindString": "Property",
1547
+ "flags": {
1548
+ "isPublic": true
1549
+ },
1550
+ "comment": {
1551
+ "shortText": "Specifies a unique ID that matches a property on the `data` object.\nBy default, this property uses the `id` property."
1552
+ },
1553
+ "decorators": [
1554
+ {
1555
+ "name": "Input",
1556
+ "type": {
1557
+ "type": "reference",
1558
+ "name": "Input"
1559
+ },
1560
+ "arguments": {}
1561
+ }
1562
+ ],
1563
+ "sources": [
1564
+ {
1565
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1566
+ "line": 163,
1567
+ "character": 9
1568
+ }
1569
+ ],
1570
+ "type": {
1571
+ "type": "intrinsic",
1572
+ "name": "string"
1573
+ }
1574
+ },
1575
+ {
1576
+ "id": 145,
1577
+ "name": "multiselectSelectionChange",
1578
+ "kind": 1024,
1579
+ "kindString": "Property",
1580
+ "flags": {
1581
+ "isPublic": true
1582
+ },
1583
+ "comment": {
1584
+ "shortText": "Fires when the selection of multiselect checkboxes changes.\nEmits an array of IDs for the selected rows based on the `multiselectRowId` property\nthat the consumer provides."
1585
+ },
1586
+ "decorators": [
1587
+ {
1588
+ "name": "Output",
1589
+ "type": {
1590
+ "type": "reference",
1591
+ "name": "Output"
1592
+ },
1593
+ "arguments": {}
1594
+ }
1595
+ ],
1596
+ "sources": [
1597
+ {
1598
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1599
+ "line": 270,
1600
+ "character": 9
1601
+ }
1602
+ ],
1603
+ "type": {
1604
+ "type": "reference",
1605
+ "typeArguments": [
1606
+ {
1607
+ "type": "reference",
1608
+ "id": 66,
1609
+ "name": "SkyGridSelectedRowsModelChange"
1610
+ }
1611
+ ],
1612
+ "name": "EventEmitter"
1613
+ },
1614
+ "defaultValue": "..."
1615
+ },
1616
+ {
1617
+ "id": 154,
1618
+ "name": "rowDeleteConfigs",
1619
+ "kind": 1024,
1620
+ "kindString": "Property",
1621
+ "flags": {
1622
+ "isPublic": true
1623
+ },
1624
+ "sources": [
1625
+ {
1626
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1627
+ "line": 301,
1628
+ "character": 9
1629
+ }
1630
+ ],
1631
+ "type": {
1632
+ "type": "array",
1633
+ "elementType": {
1634
+ "type": "reference",
1635
+ "name": "SkyGridRowDeleteConfig"
1636
+ }
1637
+ },
1638
+ "defaultValue": "[]"
1639
+ },
1640
+ {
1641
+ "id": 132,
1642
+ "name": "rowHighlightedId",
1643
+ "kind": 1024,
1644
+ "kindString": "Property",
1645
+ "flags": {
1646
+ "isPublic": true
1647
+ },
1648
+ "comment": {
1649
+ "shortText": "Specifies the ID of the row to highlight. The ID matches the `id` property\nof the `data` object. Typically, this property is used in conjunction with\nthe flyout component to indicate the currently selected row."
1650
+ },
1651
+ "decorators": [
1652
+ {
1653
+ "name": "Input",
1654
+ "type": {
1655
+ "type": "reference",
1656
+ "name": "Input"
1657
+ },
1658
+ "arguments": {}
1659
+ }
1660
+ ],
1661
+ "sources": [
1662
+ {
1663
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1664
+ "line": 171,
1665
+ "character": 9
1666
+ }
1667
+ ],
1668
+ "type": {
1669
+ "type": "intrinsic",
1670
+ "name": "string"
1671
+ }
1672
+ },
1673
+ {
1674
+ "id": 148,
1675
+ "name": "selectedColumnIdsChange",
1676
+ "kind": 1024,
1677
+ "kindString": "Property",
1678
+ "flags": {
1679
+ "isPublic": true
1680
+ },
1681
+ "comment": {
1682
+ "shortText": "Fires when the columns to display in the grid change or when the order of the columns changes.\nThe event emits an array of IDs for the displayed columns that reflects the column order."
1683
+ },
1684
+ "decorators": [
1685
+ {
1686
+ "name": "Output",
1687
+ "type": {
1688
+ "type": "reference",
1689
+ "name": "Output"
1690
+ },
1691
+ "arguments": {}
1692
+ }
1693
+ ],
1694
+ "sources": [
1695
+ {
1696
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1697
+ "line": 289,
1698
+ "character": 9
1699
+ }
1700
+ ],
1701
+ "type": {
1702
+ "type": "reference",
1703
+ "typeArguments": [
1704
+ {
1705
+ "type": "array",
1706
+ "elementType": {
1707
+ "type": "intrinsic",
1708
+ "name": "string"
1709
+ }
1710
+ }
1711
+ ],
1712
+ "name": "EventEmitter"
1713
+ },
1714
+ "defaultValue": "..."
1715
+ },
1716
+ {
1717
+ "id": 141,
1718
+ "name": "settingsKey",
1719
+ "kind": 1024,
1720
+ "kindString": "Property",
1721
+ "flags": {
1722
+ "isPublic": true
1723
+ },
1724
+ "comment": {
1725
+ "shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings from a database.\nThe UI Config Service saves configuration settings for users and returns\n`selectedColumnIds` to preserve the columns to display and the preferred column order.\nFor more information about the UI Config Service, see\n[the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/advanced/sticky-settings)."
1726
+ },
1727
+ "decorators": [
1728
+ {
1729
+ "name": "Input",
1730
+ "type": {
1731
+ "type": "reference",
1732
+ "name": "Input"
1733
+ },
1734
+ "arguments": {}
1735
+ }
1736
+ ],
1737
+ "sources": [
1738
+ {
1739
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1740
+ "line": 236,
1741
+ "character": 9
1742
+ }
1743
+ ],
1744
+ "type": {
1745
+ "type": "intrinsic",
1746
+ "name": "string"
1747
+ }
1748
+ },
1749
+ {
1750
+ "id": 158,
1751
+ "name": "showResizeBar",
1752
+ "kind": 1024,
1753
+ "kindString": "Property",
1754
+ "flags": {
1755
+ "isPublic": true
1756
+ },
1757
+ "sources": [
1758
+ {
1759
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1760
+ "line": 305,
1761
+ "character": 9
1762
+ }
1763
+ ],
1764
+ "type": {
1765
+ "type": "intrinsic",
1766
+ "name": "boolean"
1767
+ },
1768
+ "defaultValue": "false"
1769
+ },
1770
+ {
1771
+ "id": 159,
1772
+ "name": "showTopScroll",
1773
+ "kind": 1024,
1774
+ "kindString": "Property",
1775
+ "flags": {
1776
+ "isPublic": true
1777
+ },
1778
+ "sources": [
1779
+ {
1780
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1781
+ "line": 306,
1782
+ "character": 9
1783
+ }
1784
+ ],
1785
+ "type": {
1786
+ "type": "intrinsic",
1787
+ "name": "boolean"
1788
+ },
1789
+ "defaultValue": "false"
1790
+ },
1791
+ {
1792
+ "id": 142,
1793
+ "name": "sortField",
1794
+ "kind": 1024,
1795
+ "kindString": "Property",
1796
+ "flags": {
1797
+ "isPublic": true
1798
+ },
1799
+ "comment": {
1800
+ "shortText": "Displays a caret in the column that was used to sort the grid. This is particularly useful\nwhen you programmatically sort data and want to visually indicate how the grid was sorted.\nThis property accepts a `ListSortFieldSelectorModel` value with the following properties:\n- `fieldSelector` Represents the current sort field. This property accepts `string` values.\n- `descending` Indicates whether to sort in descending order. The caret that visually\nindicates the sort order points down for descending order and up for ascending order.\nThis property accepts `boolean` values. Default is `false`."
1801
+ },
1802
+ "decorators": [
1803
+ {
1804
+ "name": "Input",
1805
+ "type": {
1806
+ "type": "reference",
1807
+ "name": "Input"
1808
+ },
1809
+ "arguments": {}
1810
+ }
1811
+ ],
1812
+ "sources": [
1813
+ {
1814
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1815
+ "line": 248,
1816
+ "character": 9
1817
+ }
1818
+ ],
1819
+ "type": {
1820
+ "type": "reference",
1821
+ "name": "ListSortFieldSelectorModel"
1822
+ }
1823
+ },
1824
+ {
1825
+ "id": 149,
1826
+ "name": "sortFieldChange",
1827
+ "kind": 1024,
1828
+ "kindString": "Property",
1829
+ "flags": {
1830
+ "isPublic": true
1831
+ },
1832
+ "comment": {
1833
+ "shortText": "Fires when the active sort field changes."
1834
+ },
1835
+ "decorators": [
1836
+ {
1837
+ "name": "Output",
1838
+ "type": {
1839
+ "type": "reference",
1840
+ "name": "Output"
1841
+ },
1842
+ "arguments": {}
1843
+ }
1844
+ ],
1845
+ "sources": [
1846
+ {
1847
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1848
+ "line": 295,
1849
+ "character": 9
1850
+ }
1851
+ ],
1852
+ "type": {
1853
+ "type": "reference",
1854
+ "typeArguments": [
1855
+ {
1856
+ "type": "reference",
1857
+ "name": "ListSortFieldSelectorModel"
1858
+ }
1859
+ ],
1860
+ "name": "EventEmitter"
1861
+ },
1862
+ "defaultValue": "..."
1863
+ },
1864
+ {
1865
+ "id": 143,
1866
+ "name": "width",
1867
+ "kind": 1024,
1868
+ "kindString": "Property",
1869
+ "flags": {
1870
+ "isPublic": true
1871
+ },
1872
+ "comment": {
1873
+ "shortText": "Specifies the width of the grid in pixels."
1874
+ },
1875
+ "decorators": [
1876
+ {
1877
+ "name": "Input",
1878
+ "type": {
1879
+ "type": "reference",
1880
+ "name": "Input"
1881
+ },
1882
+ "arguments": {}
1883
+ }
1884
+ ],
1885
+ "sources": [
1886
+ {
1887
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1888
+ "line": 254,
1889
+ "character": 9
1890
+ }
1891
+ ],
1892
+ "type": {
1893
+ "type": "intrinsic",
1894
+ "name": "number"
1895
+ }
1896
+ },
1897
+ {
1898
+ "id": 133,
1899
+ "name": "selectedColumnIds",
1900
+ "kind": 262144,
1901
+ "kindString": "Accessor",
1902
+ "flags": {
1903
+ "isPublic": true
1904
+ },
1905
+ "decorators": [
1906
+ {
1907
+ "name": "Input",
1908
+ "type": {
1909
+ "type": "reference",
1910
+ "name": "Input"
1911
+ },
1912
+ "arguments": {}
1913
+ }
1914
+ ],
1915
+ "sources": [
1916
+ {
1917
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1918
+ "line": 178,
1919
+ "character": 13
1920
+ }
1921
+ ],
1922
+ "getSignature": [
1923
+ {
1924
+ "id": 134,
1925
+ "name": "selectedColumnIds",
1926
+ "kind": 524288,
1927
+ "kindString": "Get signature",
1928
+ "flags": {},
1929
+ "comment": {
1930
+ "shortText": "Specifies the columns to display in the grid based on the `id` or `field` properties\nof the columns. If no columns are specified, then the grid displays all columns."
1931
+ },
1932
+ "type": {
1933
+ "type": "array",
1934
+ "elementType": {
1935
+ "type": "intrinsic",
1936
+ "name": "string"
1937
+ }
1938
+ }
1939
+ }
1940
+ ],
1941
+ "setSignature": [
1942
+ {
1943
+ "id": 135,
1944
+ "name": "selectedColumnIds",
1945
+ "kind": 1048576,
1946
+ "kindString": "Set signature",
1947
+ "flags": {},
1948
+ "comment": {
1949
+ "shortText": "Specifies the columns to display in the grid based on the `id` or `field` properties\nof the columns. If no columns are specified, then the grid displays all columns."
1950
+ },
1951
+ "parameters": [
1952
+ {
1953
+ "id": 136,
1954
+ "name": "value",
1955
+ "kind": 32768,
1956
+ "kindString": "Parameter",
1957
+ "flags": {},
1958
+ "type": {
1959
+ "type": "array",
1960
+ "elementType": {
1961
+ "type": "intrinsic",
1962
+ "name": "string"
1963
+ }
1964
+ }
1965
+ }
1966
+ ],
1967
+ "type": {
1968
+ "type": "intrinsic",
1969
+ "name": "void"
1970
+ }
1971
+ }
1972
+ ]
1973
+ },
1974
+ {
1975
+ "id": 137,
1976
+ "name": "selectedRowIds",
1977
+ "kind": 262144,
1978
+ "kindString": "Accessor",
1979
+ "flags": {
1980
+ "isPublic": true
1981
+ },
1982
+ "decorators": [
1983
+ {
1984
+ "name": "Input",
1985
+ "type": {
1986
+ "type": "reference",
1987
+ "name": "Input"
1988
+ },
1989
+ "arguments": {}
1990
+ }
1991
+ ],
1992
+ "sources": [
1993
+ {
1994
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
1995
+ "line": 216,
1996
+ "character": 13
1997
+ }
1998
+ ],
1999
+ "getSignature": [
2000
+ {
2001
+ "id": 138,
2002
+ "name": "selectedRowIds",
2003
+ "kind": 524288,
2004
+ "kindString": "Get signature",
2005
+ "flags": {},
2006
+ "comment": {
2007
+ "shortText": "Specifies a set of IDs for the rows to select in a multiselect grid.\nThe IDs match the `id` properties of the `data` objects.\nRows with IDs that are not included are de-selected in the grid."
2008
+ },
2009
+ "type": {
2010
+ "type": "array",
2011
+ "elementType": {
2012
+ "type": "intrinsic",
2013
+ "name": "string"
2014
+ }
2015
+ }
2016
+ }
2017
+ ],
2018
+ "setSignature": [
2019
+ {
2020
+ "id": 139,
2021
+ "name": "selectedRowIds",
2022
+ "kind": 1048576,
2023
+ "kindString": "Set signature",
2024
+ "flags": {},
2025
+ "comment": {
2026
+ "shortText": "Specifies a set of IDs for the rows to select in a multiselect grid.\nThe IDs match the `id` properties of the `data` objects.\nRows with IDs that are not included are de-selected in the grid."
2027
+ },
2028
+ "parameters": [
2029
+ {
2030
+ "id": 140,
2031
+ "name": "value",
2032
+ "kind": 32768,
2033
+ "kindString": "Parameter",
2034
+ "flags": {},
2035
+ "type": {
2036
+ "type": "array",
2037
+ "elementType": {
2038
+ "type": "intrinsic",
2039
+ "name": "string"
2040
+ }
2041
+ }
2042
+ }
2043
+ ],
2044
+ "type": {
2045
+ "type": "intrinsic",
2046
+ "name": "void"
2047
+ }
2048
+ }
2049
+ ]
2050
+ },
2051
+ {
2052
+ "id": 160,
2053
+ "name": "tableWidth",
2054
+ "kind": 262144,
2055
+ "kindString": "Accessor",
2056
+ "flags": {
2057
+ "isPublic": true
2058
+ },
2059
+ "sources": [
2060
+ {
2061
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2062
+ "line": 308,
2063
+ "character": 13
2064
+ }
2065
+ ],
2066
+ "getSignature": [
2067
+ {
2068
+ "id": 161,
2069
+ "name": "tableWidth",
2070
+ "kind": 524288,
2071
+ "kindString": "Get signature",
2072
+ "flags": {},
2073
+ "type": {
2074
+ "type": "intrinsic",
2075
+ "name": "any"
2076
+ }
2077
+ }
2078
+ ]
2079
+ },
2080
+ {
2081
+ "id": 270,
2082
+ "name": "cancelRowDelete",
2083
+ "kind": 2048,
2084
+ "kindString": "Method",
2085
+ "flags": {
2086
+ "isPublic": true
2087
+ },
2088
+ "sources": [
2089
+ {
2090
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2091
+ "line": 770,
2092
+ "character": 9
2093
+ }
2094
+ ],
2095
+ "signatures": [
2096
+ {
2097
+ "id": 271,
2098
+ "name": "cancelRowDelete",
2099
+ "kind": 4096,
2100
+ "kindString": "Call signature",
2101
+ "flags": {},
2102
+ "parameters": [
2103
+ {
2104
+ "id": 272,
2105
+ "name": "id",
2106
+ "kind": 32768,
2107
+ "kindString": "Parameter",
2108
+ "flags": {},
2109
+ "type": {
2110
+ "type": "intrinsic",
2111
+ "name": "string"
2112
+ }
2113
+ }
2114
+ ],
2115
+ "type": {
2116
+ "type": "intrinsic",
2117
+ "name": "void"
2118
+ }
2119
+ }
2120
+ ]
2121
+ },
2122
+ {
2123
+ "id": 273,
2124
+ "name": "confirmRowDelete",
2125
+ "kind": 2048,
2126
+ "kindString": "Method",
2127
+ "flags": {
2128
+ "isPublic": true
2129
+ },
2130
+ "sources": [
2131
+ {
2132
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2133
+ "line": 779,
2134
+ "character": 9
2135
+ }
2136
+ ],
2137
+ "signatures": [
2138
+ {
2139
+ "id": 274,
2140
+ "name": "confirmRowDelete",
2141
+ "kind": 4096,
2142
+ "kindString": "Call signature",
2143
+ "flags": {},
2144
+ "parameters": [
2145
+ {
2146
+ "id": 275,
2147
+ "name": "id",
2148
+ "kind": 32768,
2149
+ "kindString": "Parameter",
2150
+ "flags": {},
2151
+ "type": {
2152
+ "type": "intrinsic",
2153
+ "name": "string"
2154
+ }
2155
+ }
2156
+ ],
2157
+ "type": {
2158
+ "type": "intrinsic",
2159
+ "name": "void"
2160
+ }
2161
+ }
2162
+ ]
2163
+ },
2164
+ {
2165
+ "id": 219,
2166
+ "name": "getAriaSortDirection",
2167
+ "kind": 2048,
2168
+ "kindString": "Method",
2169
+ "flags": {
2170
+ "isPublic": true
2171
+ },
2172
+ "sources": [
2173
+ {
2174
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2175
+ "line": 553,
2176
+ "character": 9
2177
+ }
2178
+ ],
2179
+ "signatures": [
2180
+ {
2181
+ "id": 220,
2182
+ "name": "getAriaSortDirection",
2183
+ "kind": 4096,
2184
+ "kindString": "Call signature",
2185
+ "flags": {},
2186
+ "parameters": [
2187
+ {
2188
+ "id": 221,
2189
+ "name": "column",
2190
+ "kind": 32768,
2191
+ "kindString": "Parameter",
2192
+ "flags": {},
2193
+ "type": {
2194
+ "type": "reference",
2195
+ "name": "SkyGridColumnModel"
2196
+ }
2197
+ }
2198
+ ],
2199
+ "type": {
2200
+ "type": "reference",
2201
+ "typeArguments": [
2202
+ {
2203
+ "type": "intrinsic",
2204
+ "name": "string"
2205
+ }
2206
+ ],
2207
+ "name": "Observable"
2208
+ }
2209
+ }
2210
+ ]
2211
+ },
2212
+ {
2213
+ "id": 206,
2214
+ "name": "getCaretIconNames",
2215
+ "kind": 2048,
2216
+ "kindString": "Method",
2217
+ "flags": {
2218
+ "isPublic": true
2219
+ },
2220
+ "sources": [
2221
+ {
2222
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2223
+ "line": 489,
2224
+ "character": 9
2225
+ }
2226
+ ],
2227
+ "signatures": [
2228
+ {
2229
+ "id": 207,
2230
+ "name": "getCaretIconNames",
2231
+ "kind": 4096,
2232
+ "kindString": "Call signature",
2233
+ "flags": {},
2234
+ "parameters": [
2235
+ {
2236
+ "id": 208,
2237
+ "name": "column",
2238
+ "kind": 32768,
2239
+ "kindString": "Parameter",
2240
+ "flags": {},
2241
+ "type": {
2242
+ "type": "reference",
2243
+ "name": "SkyGridColumnModel"
2244
+ }
2245
+ }
2246
+ ],
2247
+ "type": {
2248
+ "type": "intrinsic",
2249
+ "name": "string"
2250
+ }
2251
+ }
2252
+ ]
2253
+ },
2254
+ {
2255
+ "id": 222,
2256
+ "name": "getCaretVisibility",
2257
+ "kind": 2048,
2258
+ "kindString": "Method",
2259
+ "flags": {
2260
+ "isPublic": true
2261
+ },
2262
+ "sources": [
2263
+ {
2264
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2265
+ "line": 568,
2266
+ "character": 9
2267
+ }
2268
+ ],
2269
+ "signatures": [
2270
+ {
2271
+ "id": 223,
2272
+ "name": "getCaretVisibility",
2273
+ "kind": 4096,
2274
+ "kindString": "Call signature",
2275
+ "flags": {},
2276
+ "parameters": [
2277
+ {
2278
+ "id": 224,
2279
+ "name": "columnField",
2280
+ "kind": 32768,
2281
+ "kindString": "Parameter",
2282
+ "flags": {},
2283
+ "type": {
2284
+ "type": "intrinsic",
2285
+ "name": "string"
2286
+ }
2287
+ }
2288
+ ],
2289
+ "type": {
2290
+ "type": "reference",
2291
+ "typeArguments": [
2292
+ {
2293
+ "type": "intrinsic",
2294
+ "name": "string"
2295
+ }
2296
+ ],
2297
+ "name": "Observable"
2298
+ }
2299
+ }
2300
+ ]
2301
+ },
2302
+ {
2303
+ "id": 225,
2304
+ "name": "getHelpInlineClass",
2305
+ "kind": 2048,
2306
+ "kindString": "Method",
2307
+ "flags": {
2308
+ "isPublic": true
2309
+ },
2310
+ "sources": [
2311
+ {
2312
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2313
+ "line": 577,
2314
+ "character": 9
2315
+ }
2316
+ ],
2317
+ "signatures": [
2318
+ {
2319
+ "id": 226,
2320
+ "name": "getHelpInlineClass",
2321
+ "kind": 4096,
2322
+ "kindString": "Call signature",
2323
+ "flags": {},
2324
+ "parameters": [
2325
+ {
2326
+ "id": 227,
2327
+ "name": "columnField",
2328
+ "kind": 32768,
2329
+ "kindString": "Parameter",
2330
+ "flags": {},
2331
+ "type": {
2332
+ "type": "intrinsic",
2333
+ "name": "string"
2334
+ }
2335
+ }
2336
+ ],
2337
+ "type": {
2338
+ "type": "reference",
2339
+ "typeArguments": [
2340
+ {
2341
+ "type": "intrinsic",
2342
+ "name": "boolean"
2343
+ }
2344
+ ],
2345
+ "name": "Observable"
2346
+ }
2347
+ }
2348
+ ]
2349
+ },
2350
+ {
2351
+ "id": 276,
2352
+ "name": "getRowDeleteItem",
2353
+ "kind": 2048,
2354
+ "kindString": "Method",
2355
+ "flags": {
2356
+ "isPublic": true
2357
+ },
2358
+ "sources": [
2359
+ {
2360
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2361
+ "line": 784,
2362
+ "character": 9
2363
+ }
2364
+ ],
2365
+ "signatures": [
2366
+ {
2367
+ "id": 277,
2368
+ "name": "getRowDeleteItem",
2369
+ "kind": 4096,
2370
+ "kindString": "Call signature",
2371
+ "flags": {},
2372
+ "parameters": [
2373
+ {
2374
+ "id": 278,
2375
+ "name": "id",
2376
+ "kind": 32768,
2377
+ "kindString": "Parameter",
2378
+ "flags": {},
2379
+ "type": {
2380
+ "type": "intrinsic",
2381
+ "name": "string"
2382
+ }
2383
+ }
2384
+ ],
2385
+ "type": {
2386
+ "type": "reference",
2387
+ "name": "SkyGridRowDeleteConfig"
2388
+ }
2389
+ }
2390
+ ]
2391
+ },
2392
+ {
2393
+ "id": 267,
2394
+ "name": "getRowHeight",
2395
+ "kind": 2048,
2396
+ "kindString": "Method",
2397
+ "flags": {
2398
+ "isPublic": true
2399
+ },
2400
+ "sources": [
2401
+ {
2402
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2403
+ "line": 766,
2404
+ "character": 9
2405
+ }
2406
+ ],
2407
+ "signatures": [
2408
+ {
2409
+ "id": 268,
2410
+ "name": "getRowHeight",
2411
+ "kind": 4096,
2412
+ "kindString": "Call signature",
2413
+ "flags": {},
2414
+ "parameters": [
2415
+ {
2416
+ "id": 269,
2417
+ "name": "index",
2418
+ "kind": 32768,
2419
+ "kindString": "Parameter",
2420
+ "flags": {},
2421
+ "type": {
2422
+ "type": "intrinsic",
2423
+ "name": "number"
2424
+ }
2425
+ }
2426
+ ],
2427
+ "type": {
2428
+ "type": "intrinsic",
2429
+ "name": "string"
2430
+ }
2431
+ }
2432
+ ]
2433
+ },
2434
+ {
2435
+ "id": 216,
2436
+ "name": "getSortDirection",
2437
+ "kind": 2048,
2438
+ "kindString": "Method",
2439
+ "flags": {
2440
+ "isPublic": true
2441
+ },
2442
+ "sources": [
2443
+ {
2444
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2445
+ "line": 540,
2446
+ "character": 9
2447
+ }
2448
+ ],
2449
+ "signatures": [
2450
+ {
2451
+ "id": 217,
2452
+ "name": "getSortDirection",
2453
+ "kind": 4096,
2454
+ "kindString": "Call signature",
2455
+ "flags": {},
2456
+ "parameters": [
2457
+ {
2458
+ "id": 218,
2459
+ "name": "columnField",
2460
+ "kind": 32768,
2461
+ "kindString": "Parameter",
2462
+ "flags": {},
2463
+ "type": {
2464
+ "type": "intrinsic",
2465
+ "name": "string"
2466
+ }
2467
+ }
2468
+ ],
2469
+ "type": {
2470
+ "type": "reference",
2471
+ "typeArguments": [
2472
+ {
2473
+ "type": "intrinsic",
2474
+ "name": "string"
2475
+ }
2476
+ ],
2477
+ "name": "Observable"
2478
+ }
2479
+ }
2480
+ ]
2481
+ },
2482
+ {
2483
+ "id": 201,
2484
+ "name": "getTableClassNames",
2485
+ "kind": 2048,
2486
+ "kindString": "Method",
2487
+ "flags": {
2488
+ "isPublic": true
2489
+ },
2490
+ "sources": [
2491
+ {
2492
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2493
+ "line": 465,
2494
+ "character": 9
2495
+ }
2496
+ ],
2497
+ "signatures": [
2498
+ {
2499
+ "id": 202,
2500
+ "name": "getTableClassNames",
2501
+ "kind": 4096,
2502
+ "kindString": "Call signature",
2503
+ "flags": {},
2504
+ "type": {
2505
+ "type": "intrinsic",
2506
+ "name": "string"
2507
+ }
2508
+ }
2509
+ ]
2510
+ },
2511
+ {
2512
+ "id": 203,
2513
+ "name": "getTableHeaderClassNames",
2514
+ "kind": 2048,
2515
+ "kindString": "Method",
2516
+ "flags": {
2517
+ "isPublic": true
2518
+ },
2519
+ "sources": [
2520
+ {
2521
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2522
+ "line": 479,
2523
+ "character": 9
2524
+ }
2525
+ ],
2526
+ "signatures": [
2527
+ {
2528
+ "id": 204,
2529
+ "name": "getTableHeaderClassNames",
2530
+ "kind": 4096,
2531
+ "kindString": "Call signature",
2532
+ "flags": {},
2533
+ "parameters": [
2534
+ {
2535
+ "id": 205,
2536
+ "name": "column",
2537
+ "kind": 32768,
2538
+ "kindString": "Parameter",
2539
+ "flags": {},
2540
+ "type": {
2541
+ "type": "reference",
2542
+ "name": "SkyGridColumnModel"
2543
+ }
2544
+ }
2545
+ ],
2546
+ "type": {
2547
+ "type": "intrinsic",
2548
+ "name": "string"
2549
+ }
2550
+ }
2551
+ ]
2552
+ },
2553
+ {
2554
+ "id": 199,
2555
+ "name": "getTopScrollWidth",
2556
+ "kind": 2048,
2557
+ "kindString": "Method",
2558
+ "flags": {
2559
+ "isPublic": true
2560
+ },
2561
+ "sources": [
2562
+ {
2563
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2564
+ "line": 461,
2565
+ "character": 9
2566
+ }
2567
+ ],
2568
+ "signatures": [
2569
+ {
2570
+ "id": 200,
2571
+ "name": "getTopScrollWidth",
2572
+ "kind": 4096,
2573
+ "kindString": "Call signature",
2574
+ "flags": {},
2575
+ "type": {
2576
+ "type": "intrinsic",
2577
+ "name": "string"
2578
+ }
2579
+ }
2580
+ ]
2581
+ },
2582
+ {
2583
+ "id": 264,
2584
+ "name": "isRowHighlighted",
2585
+ "kind": 2048,
2586
+ "kindString": "Method",
2587
+ "flags": {
2588
+ "isPublic": true
2589
+ },
2590
+ "sources": [
2591
+ {
2592
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2593
+ "line": 759,
2594
+ "character": 9
2595
+ }
2596
+ ],
2597
+ "signatures": [
2598
+ {
2599
+ "id": 265,
2600
+ "name": "isRowHighlighted",
2601
+ "kind": 4096,
2602
+ "kindString": "Call signature",
2603
+ "flags": {},
2604
+ "parameters": [
2605
+ {
2606
+ "id": 266,
2607
+ "name": "id",
2608
+ "kind": 32768,
2609
+ "kindString": "Parameter",
2610
+ "flags": {},
2611
+ "type": {
2612
+ "type": "intrinsic",
2613
+ "name": "string"
2614
+ }
2615
+ }
2616
+ ],
2617
+ "type": {
2618
+ "type": "intrinsic",
2619
+ "name": "boolean"
2620
+ }
2621
+ }
2622
+ ]
2623
+ },
2624
+ {
2625
+ "id": 188,
2626
+ "name": "ngAfterContentInit",
2627
+ "kind": 2048,
2628
+ "kindString": "Method",
2629
+ "flags": {
2630
+ "isPublic": true
2631
+ },
2632
+ "sources": [
2633
+ {
2634
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2635
+ "line": 371,
2636
+ "character": 9
2637
+ }
2638
+ ],
2639
+ "signatures": [
2640
+ {
2641
+ "id": 189,
2642
+ "name": "ngAfterContentInit",
2643
+ "kind": 4096,
2644
+ "kindString": "Call signature",
2645
+ "flags": {},
2646
+ "type": {
2647
+ "type": "intrinsic",
2648
+ "name": "void"
2649
+ },
2650
+ "implementationOf": {
2651
+ "type": "reference",
2652
+ "name": "AfterContentInit.ngAfterContentInit"
2653
+ }
2654
+ }
2655
+ ],
2656
+ "implementationOf": {
2657
+ "type": "reference",
2658
+ "name": "AfterContentInit.ngAfterContentInit"
2659
+ }
2660
+ },
2661
+ {
2662
+ "id": 190,
2663
+ "name": "ngAfterViewInit",
2664
+ "kind": 2048,
2665
+ "kindString": "Method",
2666
+ "flags": {
2667
+ "isPublic": true
2668
+ },
2669
+ "sources": [
2670
+ {
2671
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2672
+ "line": 391,
2673
+ "character": 9
2674
+ }
2675
+ ],
2676
+ "signatures": [
2677
+ {
2678
+ "id": 191,
2679
+ "name": "ngAfterViewInit",
2680
+ "kind": 4096,
2681
+ "kindString": "Call signature",
2682
+ "flags": {},
2683
+ "type": {
2684
+ "type": "intrinsic",
2685
+ "name": "void"
2686
+ },
2687
+ "implementationOf": {
2688
+ "type": "reference",
2689
+ "name": "AfterViewInit.ngAfterViewInit"
2690
+ }
2691
+ }
2692
+ ],
2693
+ "implementationOf": {
2694
+ "type": "reference",
2695
+ "name": "AfterViewInit.ngAfterViewInit"
2696
+ }
2697
+ },
2698
+ {
2699
+ "id": 192,
2700
+ "name": "ngOnChanges",
2701
+ "kind": 2048,
2702
+ "kindString": "Method",
2703
+ "flags": {
2704
+ "isPublic": true
2705
+ },
2706
+ "sources": [
2707
+ {
2708
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2709
+ "line": 395,
2710
+ "character": 9
2711
+ }
2712
+ ],
2713
+ "signatures": [
2714
+ {
2715
+ "id": 193,
2716
+ "name": "ngOnChanges",
2717
+ "kind": 4096,
2718
+ "kindString": "Call signature",
2719
+ "flags": {},
2720
+ "parameters": [
2721
+ {
2722
+ "id": 194,
2723
+ "name": "changes",
2724
+ "kind": 32768,
2725
+ "kindString": "Parameter",
2726
+ "flags": {},
2727
+ "type": {
2728
+ "type": "reference",
2729
+ "name": "SimpleChanges"
2730
+ }
2731
+ }
2732
+ ],
2733
+ "type": {
2734
+ "type": "intrinsic",
2735
+ "name": "void"
2736
+ },
2737
+ "implementationOf": {
2738
+ "type": "reference",
2739
+ "name": "OnChanges.ngOnChanges"
2740
+ }
2741
+ }
2742
+ ],
2743
+ "implementationOf": {
2744
+ "type": "reference",
2745
+ "name": "OnChanges.ngOnChanges"
2746
+ }
2747
+ },
2748
+ {
2749
+ "id": 195,
2750
+ "name": "ngOnDestroy",
2751
+ "kind": 2048,
2752
+ "kindString": "Method",
2753
+ "flags": {
2754
+ "isPublic": true
2755
+ },
2756
+ "sources": [
2757
+ {
2758
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2759
+ "line": 442,
2760
+ "character": 9
2761
+ }
2762
+ ],
2763
+ "signatures": [
2764
+ {
2765
+ "id": 196,
2766
+ "name": "ngOnDestroy",
2767
+ "kind": 4096,
2768
+ "kindString": "Call signature",
2769
+ "flags": {},
2770
+ "type": {
2771
+ "type": "intrinsic",
2772
+ "name": "void"
2773
+ },
2774
+ "implementationOf": {
2775
+ "type": "reference",
2776
+ "name": "OnDestroy.ngOnDestroy"
2777
+ }
2778
+ }
2779
+ ],
2780
+ "implementationOf": {
2781
+ "type": "reference",
2782
+ "name": "OnDestroy.ngOnDestroy"
2783
+ }
2784
+ },
2785
+ {
2786
+ "id": 186,
2787
+ "name": "ngOnInit",
2788
+ "kind": 2048,
2789
+ "kindString": "Method",
2790
+ "flags": {
2791
+ "isPublic": true
2792
+ },
2793
+ "sources": [
2794
+ {
2795
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2796
+ "line": 363,
2797
+ "character": 9
2798
+ }
2799
+ ],
2800
+ "signatures": [
2801
+ {
2802
+ "id": 187,
2803
+ "name": "ngOnInit",
2804
+ "kind": 4096,
2805
+ "kindString": "Call signature",
2806
+ "flags": {},
2807
+ "type": {
2808
+ "type": "intrinsic",
2809
+ "name": "void"
2810
+ },
2811
+ "implementationOf": {
2812
+ "type": "reference",
2813
+ "name": "OnInit.ngOnInit"
2814
+ }
2815
+ }
2816
+ ],
2817
+ "implementationOf": {
2818
+ "type": "reference",
2819
+ "name": "OnInit.ngOnInit"
2820
+ }
2821
+ },
2822
+ {
2823
+ "id": 285,
2824
+ "name": "onGridScroll",
2825
+ "kind": 2048,
2826
+ "kindString": "Method",
2827
+ "flags": {
2828
+ "isPublic": true
2829
+ },
2830
+ "sources": [
2831
+ {
2832
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2833
+ "line": 807,
2834
+ "character": 9
2835
+ }
2836
+ ],
2837
+ "signatures": [
2838
+ {
2839
+ "id": 286,
2840
+ "name": "onGridScroll",
2841
+ "kind": 4096,
2842
+ "kindString": "Call signature",
2843
+ "flags": {},
2844
+ "parameters": [
2845
+ {
2846
+ "id": 287,
2847
+ "name": "event",
2848
+ "kind": 32768,
2849
+ "kindString": "Parameter",
2850
+ "flags": {},
2851
+ "type": {
2852
+ "type": "intrinsic",
2853
+ "name": "any"
2854
+ }
2855
+ }
2856
+ ],
2857
+ "type": {
2858
+ "type": "intrinsic",
2859
+ "name": "void"
2860
+ }
2861
+ }
2862
+ ]
2863
+ },
2864
+ {
2865
+ "id": 245,
2866
+ "name": "onInputChangeResizeCol",
2867
+ "kind": 2048,
2868
+ "kindString": "Method",
2869
+ "flags": {
2870
+ "isPublic": true
2871
+ },
2872
+ "sources": [
2873
+ {
2874
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2875
+ "line": 693,
2876
+ "character": 9
2877
+ }
2878
+ ],
2879
+ "signatures": [
2880
+ {
2881
+ "id": 246,
2882
+ "name": "onInputChangeResizeCol",
2883
+ "kind": 4096,
2884
+ "kindString": "Call signature",
2885
+ "flags": {},
2886
+ "parameters": [
2887
+ {
2888
+ "id": 247,
2889
+ "name": "event",
2890
+ "kind": 32768,
2891
+ "kindString": "Parameter",
2892
+ "flags": {},
2893
+ "type": {
2894
+ "type": "reference",
2895
+ "name": "Event"
2896
+ }
2897
+ }
2898
+ ],
2899
+ "type": {
2900
+ "type": "intrinsic",
2901
+ "name": "void"
2902
+ }
2903
+ }
2904
+ ]
2905
+ },
2906
+ {
2907
+ "id": 209,
2908
+ "name": "onKeydown",
2909
+ "kind": 2048,
2910
+ "kindString": "Method",
2911
+ "flags": {
2912
+ "isPublic": true
2913
+ },
2914
+ "sources": [
2915
+ {
2916
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2917
+ "line": 504,
2918
+ "character": 9
2919
+ }
2920
+ ],
2921
+ "signatures": [
2922
+ {
2923
+ "id": 210,
2924
+ "name": "onKeydown",
2925
+ "kind": 4096,
2926
+ "kindString": "Call signature",
2927
+ "flags": {},
2928
+ "parameters": [
2929
+ {
2930
+ "id": 211,
2931
+ "name": "event",
2932
+ "kind": 32768,
2933
+ "kindString": "Parameter",
2934
+ "flags": {},
2935
+ "type": {
2936
+ "type": "reference",
2937
+ "name": "KeyboardEvent"
2938
+ }
2939
+ },
2940
+ {
2941
+ "id": 212,
2942
+ "name": "column",
2943
+ "kind": 32768,
2944
+ "kindString": "Parameter",
2945
+ "flags": {},
2946
+ "type": {
2947
+ "type": "reference",
2948
+ "name": "SkyGridColumnModel"
2949
+ }
2950
+ }
2951
+ ],
2952
+ "type": {
2953
+ "type": "intrinsic",
2954
+ "name": "void"
2955
+ }
2956
+ }
2957
+ ]
2958
+ },
2959
+ {
2960
+ "id": 242,
2961
+ "name": "onKeydownResizeCol",
2962
+ "kind": 2048,
2963
+ "kindString": "Method",
2964
+ "flags": {
2965
+ "isPublic": true
2966
+ },
2967
+ "sources": [
2968
+ {
2969
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
2970
+ "line": 683,
2971
+ "character": 9
2972
+ }
2973
+ ],
2974
+ "signatures": [
2975
+ {
2976
+ "id": 243,
2977
+ "name": "onKeydownResizeCol",
2978
+ "kind": 4096,
2979
+ "kindString": "Call signature",
2980
+ "flags": {},
2981
+ "parameters": [
2982
+ {
2983
+ "id": 244,
2984
+ "name": "event",
2985
+ "kind": 32768,
2986
+ "kindString": "Parameter",
2987
+ "flags": {},
2988
+ "type": {
2989
+ "type": "reference",
2990
+ "name": "KeyboardEvent"
2991
+ }
2992
+ }
2993
+ ],
2994
+ "type": {
2995
+ "type": "intrinsic",
2996
+ "name": "void"
2997
+ }
2998
+ }
2999
+ ]
3000
+ },
3001
+ {
3002
+ "id": 228,
3003
+ "name": "onMultiselectCheckboxChange",
3004
+ "kind": 2048,
3005
+ "kindString": "Method",
3006
+ "flags": {
3007
+ "isPublic": true
3008
+ },
3009
+ "sources": [
3010
+ {
3011
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3012
+ "line": 585,
3013
+ "character": 9
3014
+ }
3015
+ ],
3016
+ "signatures": [
3017
+ {
3018
+ "id": 229,
3019
+ "name": "onMultiselectCheckboxChange",
3020
+ "kind": 4096,
3021
+ "kindString": "Call signature",
3022
+ "flags": {},
3023
+ "type": {
3024
+ "type": "intrinsic",
3025
+ "name": "void"
3026
+ }
3027
+ }
3028
+ ]
3029
+ },
3030
+ {
3031
+ "id": 239,
3032
+ "name": "onResizeColumnStart",
3033
+ "kind": 2048,
3034
+ "kindString": "Method",
3035
+ "flags": {
3036
+ "isPublic": true
3037
+ },
3038
+ "sources": [
3039
+ {
3040
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3041
+ "line": 636,
3042
+ "character": 9
3043
+ }
3044
+ ],
3045
+ "signatures": [
3046
+ {
3047
+ "id": 240,
3048
+ "name": "onResizeColumnStart",
3049
+ "kind": 4096,
3050
+ "kindString": "Call signature",
3051
+ "flags": {},
3052
+ "parameters": [
3053
+ {
3054
+ "id": 241,
3055
+ "name": "event",
3056
+ "kind": 32768,
3057
+ "kindString": "Parameter",
3058
+ "flags": {},
3059
+ "type": {
3060
+ "type": "reference",
3061
+ "name": "MouseEvent"
3062
+ }
3063
+ }
3064
+ ],
3065
+ "type": {
3066
+ "type": "intrinsic",
3067
+ "name": "void"
3068
+ }
3069
+ }
3070
+ ]
3071
+ },
3072
+ {
3073
+ "id": 251,
3074
+ "name": "onResizeHandleBlur",
3075
+ "kind": 2048,
3076
+ "kindString": "Method",
3077
+ "flags": {
3078
+ "isPublic": true
3079
+ },
3080
+ "sources": [
3081
+ {
3082
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3083
+ "line": 720,
3084
+ "character": 9
3085
+ }
3086
+ ],
3087
+ "signatures": [
3088
+ {
3089
+ "id": 252,
3090
+ "name": "onResizeHandleBlur",
3091
+ "kind": 4096,
3092
+ "kindString": "Call signature",
3093
+ "flags": {},
3094
+ "parameters": [
3095
+ {
3096
+ "id": 253,
3097
+ "name": "event",
3098
+ "kind": 32768,
3099
+ "kindString": "Parameter",
3100
+ "flags": {},
3101
+ "type": {
3102
+ "type": "reference",
3103
+ "name": "Event"
3104
+ }
3105
+ }
3106
+ ],
3107
+ "type": {
3108
+ "type": "intrinsic",
3109
+ "name": "void"
3110
+ }
3111
+ }
3112
+ ]
3113
+ },
3114
+ {
3115
+ "id": 254,
3116
+ "name": "onResizeHandleFocus",
3117
+ "kind": 2048,
3118
+ "kindString": "Method",
3119
+ "flags": {
3120
+ "isPublic": true
3121
+ },
3122
+ "sources": [
3123
+ {
3124
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3125
+ "line": 724,
3126
+ "character": 9
3127
+ }
3128
+ ],
3129
+ "signatures": [
3130
+ {
3131
+ "id": 255,
3132
+ "name": "onResizeHandleFocus",
3133
+ "kind": 4096,
3134
+ "kindString": "Call signature",
3135
+ "flags": {},
3136
+ "parameters": [
3137
+ {
3138
+ "id": 256,
3139
+ "name": "event",
3140
+ "kind": 32768,
3141
+ "kindString": "Parameter",
3142
+ "flags": {},
3143
+ "type": {
3144
+ "type": "reference",
3145
+ "name": "KeyboardEvent"
3146
+ }
3147
+ }
3148
+ ],
3149
+ "type": {
3150
+ "type": "intrinsic",
3151
+ "name": "void"
3152
+ }
3153
+ }
3154
+ ]
3155
+ },
3156
+ {
3157
+ "id": 248,
3158
+ "name": "onResizeHandleMove",
3159
+ "kind": 2048,
3160
+ "kindString": "Method",
3161
+ "flags": {
3162
+ "isPublic": true
3163
+ },
3164
+ "sources": [
3165
+ {
3166
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3167
+ "line": 702,
3168
+ "character": 9
3169
+ }
3170
+ ],
3171
+ "signatures": [
3172
+ {
3173
+ "id": 249,
3174
+ "name": "onResizeHandleMove",
3175
+ "kind": 4096,
3176
+ "kindString": "Call signature",
3177
+ "flags": {},
3178
+ "parameters": [
3179
+ {
3180
+ "id": 250,
3181
+ "name": "event",
3182
+ "kind": 32768,
3183
+ "kindString": "Parameter",
3184
+ "flags": {},
3185
+ "type": {
3186
+ "type": "reference",
3187
+ "name": "MouseEvent"
3188
+ }
3189
+ }
3190
+ ],
3191
+ "type": {
3192
+ "type": "intrinsic",
3193
+ "name": "void"
3194
+ }
3195
+ }
3196
+ ]
3197
+ },
3198
+ {
3199
+ "id": 257,
3200
+ "name": "onResizeHandleRelease",
3201
+ "kind": 2048,
3202
+ "kindString": "Method",
3203
+ "flags": {
3204
+ "isPublic": true
3205
+ },
3206
+ "sources": [
3207
+ {
3208
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3209
+ "line": 733,
3210
+ "character": 9
3211
+ }
3212
+ ],
3213
+ "signatures": [
3214
+ {
3215
+ "id": 258,
3216
+ "name": "onResizeHandleRelease",
3217
+ "kind": 4096,
3218
+ "kindString": "Call signature",
3219
+ "flags": {},
3220
+ "parameters": [
3221
+ {
3222
+ "id": 259,
3223
+ "name": "event",
3224
+ "kind": 32768,
3225
+ "kindString": "Parameter",
3226
+ "flags": {},
3227
+ "type": {
3228
+ "type": "reference",
3229
+ "name": "MouseEvent"
3230
+ }
3231
+ }
3232
+ ],
3233
+ "type": {
3234
+ "type": "intrinsic",
3235
+ "name": "void"
3236
+ }
3237
+ }
3238
+ ]
3239
+ },
3240
+ {
3241
+ "id": 260,
3242
+ "name": "onRowClick",
3243
+ "kind": 2048,
3244
+ "kindString": "Method",
3245
+ "flags": {
3246
+ "isPublic": true
3247
+ },
3248
+ "sources": [
3249
+ {
3250
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3251
+ "line": 745,
3252
+ "character": 9
3253
+ }
3254
+ ],
3255
+ "signatures": [
3256
+ {
3257
+ "id": 261,
3258
+ "name": "onRowClick",
3259
+ "kind": 4096,
3260
+ "kindString": "Call signature",
3261
+ "flags": {},
3262
+ "parameters": [
3263
+ {
3264
+ "id": 262,
3265
+ "name": "event",
3266
+ "kind": 32768,
3267
+ "kindString": "Parameter",
3268
+ "flags": {},
3269
+ "type": {
3270
+ "type": "intrinsic",
3271
+ "name": "any"
3272
+ }
3273
+ },
3274
+ {
3275
+ "id": 263,
3276
+ "name": "selectedItem",
3277
+ "kind": 32768,
3278
+ "kindString": "Parameter",
3279
+ "flags": {},
3280
+ "type": {
3281
+ "type": "reference",
3282
+ "name": "ListItemModel"
3283
+ }
3284
+ }
3285
+ ],
3286
+ "type": {
3287
+ "type": "intrinsic",
3288
+ "name": "void"
3289
+ }
3290
+ }
3291
+ ]
3292
+ },
3293
+ {
3294
+ "id": 282,
3295
+ "name": "onTopScroll",
3296
+ "kind": 2048,
3297
+ "kindString": "Method",
3298
+ "flags": {
3299
+ "isPublic": true
3300
+ },
3301
+ "sources": [
3302
+ {
3303
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3304
+ "line": 793,
3305
+ "character": 9
3306
+ }
3307
+ ],
3308
+ "signatures": [
3309
+ {
3310
+ "id": 283,
3311
+ "name": "onTopScroll",
3312
+ "kind": 4096,
3313
+ "kindString": "Call signature",
3314
+ "flags": {},
3315
+ "parameters": [
3316
+ {
3317
+ "id": 284,
3318
+ "name": "event",
3319
+ "kind": 32768,
3320
+ "kindString": "Parameter",
3321
+ "flags": {},
3322
+ "type": {
3323
+ "type": "intrinsic",
3324
+ "name": "any"
3325
+ }
3326
+ }
3327
+ ],
3328
+ "type": {
3329
+ "type": "intrinsic",
3330
+ "name": "void"
3331
+ }
3332
+ }
3333
+ ]
3334
+ },
3335
+ {
3336
+ "id": 279,
3337
+ "name": "onTouchMove",
3338
+ "kind": 2048,
3339
+ "kindString": "Method",
3340
+ "flags": {
3341
+ "isPublic": true
3342
+ },
3343
+ "sources": [
3344
+ {
3345
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3346
+ "line": 789,
3347
+ "character": 9
3348
+ }
3349
+ ],
3350
+ "signatures": [
3351
+ {
3352
+ "id": 280,
3353
+ "name": "onTouchMove",
3354
+ "kind": 4096,
3355
+ "kindString": "Call signature",
3356
+ "flags": {},
3357
+ "parameters": [
3358
+ {
3359
+ "id": 281,
3360
+ "name": "event",
3361
+ "kind": 32768,
3362
+ "kindString": "Parameter",
3363
+ "flags": {},
3364
+ "type": {
3365
+ "type": "intrinsic",
3366
+ "name": "any"
3367
+ }
3368
+ }
3369
+ ],
3370
+ "type": {
3371
+ "type": "intrinsic",
3372
+ "name": "void"
3373
+ }
3374
+ }
3375
+ ]
3376
+ },
3377
+ {
3378
+ "id": 197,
3379
+ "name": "onWindowResize",
3380
+ "kind": 2048,
3381
+ "kindString": "Method",
3382
+ "flags": {
3383
+ "isPublic": true
3384
+ },
3385
+ "decorators": [
3386
+ {
3387
+ "name": "HostListener",
3388
+ "type": {
3389
+ "type": "reference",
3390
+ "name": "HostListener"
3391
+ },
3392
+ "arguments": {
3393
+ "eventName": "'window:resize'"
3394
+ }
3395
+ }
3396
+ ],
3397
+ "sources": [
3398
+ {
3399
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3400
+ "line": 457,
3401
+ "character": 9
3402
+ }
3403
+ ],
3404
+ "signatures": [
3405
+ {
3406
+ "id": 198,
3407
+ "name": "onWindowResize",
3408
+ "kind": 4096,
3409
+ "kindString": "Call signature",
3410
+ "flags": {},
3411
+ "type": {
3412
+ "type": "intrinsic",
3413
+ "name": "void"
3414
+ }
3415
+ }
3416
+ ]
3417
+ },
3418
+ {
3419
+ "id": 213,
3420
+ "name": "sortByColumn",
3421
+ "kind": 2048,
3422
+ "kindString": "Method",
3423
+ "flags": {
3424
+ "isPublic": true
3425
+ },
3426
+ "sources": [
3427
+ {
3428
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3429
+ "line": 511,
3430
+ "character": 9
3431
+ }
3432
+ ],
3433
+ "signatures": [
3434
+ {
3435
+ "id": 214,
3436
+ "name": "sortByColumn",
3437
+ "kind": 4096,
3438
+ "kindString": "Call signature",
3439
+ "flags": {},
3440
+ "parameters": [
3441
+ {
3442
+ "id": 215,
3443
+ "name": "column",
3444
+ "kind": 32768,
3445
+ "kindString": "Parameter",
3446
+ "flags": {},
3447
+ "type": {
3448
+ "type": "reference",
3449
+ "name": "SkyGridColumnModel"
3450
+ }
3451
+ }
3452
+ ],
3453
+ "type": {
3454
+ "type": "intrinsic",
3455
+ "name": "void"
3456
+ }
3457
+ }
3458
+ ]
3459
+ },
3460
+ {
3461
+ "id": 236,
3462
+ "name": "updateColumnDescription",
3463
+ "kind": 2048,
3464
+ "kindString": "Method",
3465
+ "flags": {
3466
+ "isPublic": true
3467
+ },
3468
+ "sources": [
3469
+ {
3470
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3471
+ "line": 621,
3472
+ "character": 9
3473
+ }
3474
+ ],
3475
+ "signatures": [
3476
+ {
3477
+ "id": 237,
3478
+ "name": "updateColumnDescription",
3479
+ "kind": 4096,
3480
+ "kindString": "Call signature",
3481
+ "flags": {},
3482
+ "parameters": [
3483
+ {
3484
+ "id": 238,
3485
+ "name": "change",
3486
+ "kind": 32768,
3487
+ "kindString": "Parameter",
3488
+ "flags": {},
3489
+ "type": {
3490
+ "type": "reference",
3491
+ "name": "SkyGridColumnDescriptionModelChange"
3492
+ }
3493
+ }
3494
+ ],
3495
+ "type": {
3496
+ "type": "intrinsic",
3497
+ "name": "void"
3498
+ }
3499
+ }
3500
+ ]
3501
+ },
3502
+ {
3503
+ "id": 230,
3504
+ "name": "updateColumnHeading",
3505
+ "kind": 2048,
3506
+ "kindString": "Method",
3507
+ "flags": {
3508
+ "isPublic": true
3509
+ },
3510
+ "sources": [
3511
+ {
3512
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3513
+ "line": 589,
3514
+ "character": 9
3515
+ }
3516
+ ],
3517
+ "signatures": [
3518
+ {
3519
+ "id": 231,
3520
+ "name": "updateColumnHeading",
3521
+ "kind": 4096,
3522
+ "kindString": "Call signature",
3523
+ "flags": {},
3524
+ "parameters": [
3525
+ {
3526
+ "id": 232,
3527
+ "name": "change",
3528
+ "kind": 32768,
3529
+ "kindString": "Parameter",
3530
+ "flags": {},
3531
+ "type": {
3532
+ "type": "reference",
3533
+ "name": "SkyGridColumnHeadingModelChange"
3534
+ }
3535
+ }
3536
+ ],
3537
+ "type": {
3538
+ "type": "intrinsic",
3539
+ "name": "void"
3540
+ }
3541
+ }
3542
+ ]
3543
+ },
3544
+ {
3545
+ "id": 233,
3546
+ "name": "updateInlineHelpPopover",
3547
+ "kind": 2048,
3548
+ "kindString": "Method",
3549
+ "flags": {
3550
+ "isPublic": true
3551
+ },
3552
+ "sources": [
3553
+ {
3554
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3555
+ "line": 604,
3556
+ "character": 9
3557
+ }
3558
+ ],
3559
+ "signatures": [
3560
+ {
3561
+ "id": 234,
3562
+ "name": "updateInlineHelpPopover",
3563
+ "kind": 4096,
3564
+ "kindString": "Call signature",
3565
+ "flags": {},
3566
+ "parameters": [
3567
+ {
3568
+ "id": 235,
3569
+ "name": "change",
3570
+ "kind": 32768,
3571
+ "kindString": "Parameter",
3572
+ "flags": {},
3573
+ "type": {
3574
+ "type": "reference",
3575
+ "name": "SkyGridColumnInlineHelpPopoverModelChange"
3576
+ }
3577
+ }
3578
+ ],
3579
+ "type": {
3580
+ "type": "intrinsic",
3581
+ "name": "void"
3582
+ }
3583
+ }
3584
+ ]
3585
+ }
3586
+ ],
3587
+ "groups": [
3588
+ {
3589
+ "title": "Constructors",
3590
+ "kind": 512,
3591
+ "children": [
3592
+ 114
3593
+ ]
3594
+ },
3595
+ {
3596
+ "title": "Properties",
3597
+ "kind": 1024,
3598
+ "children": [
3599
+ 150,
3600
+ 144,
3601
+ 123,
3602
+ 151,
3603
+ 124,
3604
+ 152,
3605
+ 125,
3606
+ 126,
3607
+ 153,
3608
+ 127,
3609
+ 128,
3610
+ 129,
3611
+ 155,
3612
+ 156,
3613
+ 130,
3614
+ 157,
3615
+ 131,
3616
+ 145,
3617
+ 154,
3618
+ 132,
3619
+ 148,
3620
+ 141,
3621
+ 158,
3622
+ 159,
3623
+ 142,
3624
+ 149,
3625
+ 143
3626
+ ]
3627
+ },
3628
+ {
3629
+ "title": "Accessors",
3630
+ "kind": 262144,
3631
+ "children": [
3632
+ 133,
3633
+ 137,
3634
+ 160
3635
+ ]
3636
+ },
3637
+ {
3638
+ "title": "Methods",
3639
+ "kind": 2048,
3640
+ "children": [
3641
+ 270,
3642
+ 273,
3643
+ 219,
3644
+ 206,
3645
+ 222,
3646
+ 225,
3647
+ 276,
3648
+ 267,
3649
+ 216,
3650
+ 201,
3651
+ 203,
3652
+ 199,
3653
+ 264,
3654
+ 188,
3655
+ 190,
3656
+ 192,
3657
+ 195,
3658
+ 186,
3659
+ 285,
3660
+ 245,
3661
+ 209,
3662
+ 242,
3663
+ 228,
3664
+ 239,
3665
+ 251,
3666
+ 254,
3667
+ 248,
3668
+ 257,
3669
+ 260,
3670
+ 282,
3671
+ 279,
3672
+ 197,
3673
+ 213,
3674
+ 236,
3675
+ 230,
3676
+ 233
3677
+ ]
3678
+ }
3679
+ ],
3680
+ "sources": [
3681
+ {
3682
+ "fileName": "projects/grids/src/modules/grid/grid.component.ts",
3683
+ "line": 97,
3684
+ "character": 13
3685
+ }
3686
+ ],
3687
+ "implementedTypes": [
3688
+ {
3689
+ "type": "reference",
3690
+ "name": "OnInit"
3691
+ },
3692
+ {
3693
+ "type": "reference",
3694
+ "name": "AfterContentInit"
3695
+ },
3696
+ {
3697
+ "type": "reference",
3698
+ "name": "AfterViewInit"
3699
+ },
3700
+ {
3701
+ "type": "reference",
3702
+ "name": "OnChanges"
3703
+ },
3704
+ {
3705
+ "type": "reference",
3706
+ "name": "OnDestroy"
3707
+ }
3708
+ ]
3709
+ },
3710
+ {
3711
+ "id": 1,
3712
+ "name": "SkyGridModule",
3713
+ "kind": 128,
3714
+ "kindString": "Class",
3715
+ "flags": {},
3716
+ "decorators": [
3717
+ {
3718
+ "name": "NgModule",
3719
+ "type": {
3720
+ "type": "reference",
3721
+ "name": "NgModule"
3722
+ },
3723
+ "arguments": {
3724
+ "obj": "{\n declarations: [\n SkyGridComponent,\n SkyGridColumnComponent,\n SkyGridCellComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n FormsModule,\n SkyAffixModule,\n SkyCheckboxModule,\n SkyuxGridsResourcesModule,\n SkyHelpInlineModule,\n SkyIconModule,\n SkyInlineDeleteModule,\n SkyOverlayModule,\n SkyPopoverModule,\n SkyTextHighlightModule,\n ],\n exports: [SkyGridComponent, SkyGridColumnComponent],\n}"
3725
+ }
3726
+ }
3727
+ ],
3728
+ "children": [
3729
+ {
3730
+ "id": 2,
3731
+ "name": "constructor",
3732
+ "kind": 512,
3733
+ "kindString": "Constructor",
3734
+ "flags": {},
3735
+ "signatures": [
3736
+ {
3737
+ "id": 3,
3738
+ "name": "new SkyGridModule",
3739
+ "kind": 16384,
3740
+ "kindString": "Constructor signature",
3741
+ "flags": {},
3742
+ "type": {
3743
+ "type": "reference",
3744
+ "id": 1,
3745
+ "name": "SkyGridModule"
3746
+ }
3747
+ }
3748
+ ]
3749
+ }
3750
+ ],
3751
+ "groups": [
3752
+ {
3753
+ "title": "Constructors",
3754
+ "kind": 512,
3755
+ "children": [
3756
+ 2
3757
+ ]
3758
+ }
3759
+ ],
3760
+ "sources": [
3761
+ {
3762
+ "fileName": "projects/grids/src/modules/grid/grid.module.ts",
3763
+ "line": 53,
3764
+ "character": 13
3765
+ }
3766
+ ]
3767
+ },
3768
+ {
3769
+ "id": 40,
3770
+ "name": "SkyGridColumnWidthModelChange",
3771
+ "kind": 256,
3772
+ "kindString": "Interface",
3773
+ "flags": {},
3774
+ "children": [
3775
+ {
3776
+ "id": 42,
3777
+ "name": "field",
3778
+ "kind": 1024,
3779
+ "kindString": "Property",
3780
+ "flags": {
3781
+ "isOptional": true
3782
+ },
3783
+ "comment": {
3784
+ "shortText": "Specifies the field of the column."
3785
+ },
3786
+ "sources": [
3787
+ {
3788
+ "fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
3789
+ "line": 10,
3790
+ "character": 2
3791
+ }
3792
+ ],
3793
+ "type": {
3794
+ "type": "intrinsic",
3795
+ "name": "string"
3796
+ }
3797
+ },
3798
+ {
3799
+ "id": 41,
3800
+ "name": "id",
3801
+ "kind": 1024,
3802
+ "kindString": "Property",
3803
+ "flags": {
3804
+ "isOptional": true
3805
+ },
3806
+ "comment": {
3807
+ "shortText": "Specifies the id of the column."
3808
+ },
3809
+ "sources": [
3810
+ {
3811
+ "fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
3812
+ "line": 5,
3813
+ "character": 2
3814
+ }
3815
+ ],
3816
+ "type": {
3817
+ "type": "intrinsic",
3818
+ "name": "string"
3819
+ }
3820
+ },
3821
+ {
3822
+ "id": 43,
3823
+ "name": "width",
3824
+ "kind": 1024,
3825
+ "kindString": "Property",
3826
+ "flags": {},
3827
+ "comment": {
3828
+ "shortText": "Specifies the width of the column in pixels."
3829
+ },
3830
+ "sources": [
3831
+ {
3832
+ "fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
3833
+ "line": 15,
3834
+ "character": 2
3835
+ }
3836
+ ],
3837
+ "type": {
3838
+ "type": "intrinsic",
3839
+ "name": "number"
3840
+ }
3841
+ }
3842
+ ],
3843
+ "groups": [
3844
+ {
3845
+ "title": "Properties",
3846
+ "kind": 1024,
3847
+ "children": [
3848
+ 42,
3849
+ 41,
3850
+ 43
3851
+ ]
3852
+ }
3853
+ ],
3854
+ "sources": [
3855
+ {
3856
+ "fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
3857
+ "line": 1,
3858
+ "character": 17
3859
+ }
3860
+ ]
3861
+ },
3862
+ {
3863
+ "id": 44,
3864
+ "name": "SkyGridMessage",
3865
+ "kind": 256,
3866
+ "kindString": "Interface",
3867
+ "flags": {},
3868
+ "children": [
3869
+ {
3870
+ "id": 45,
3871
+ "name": "type",
3872
+ "kind": 1024,
3873
+ "kindString": "Property",
3874
+ "flags": {},
3875
+ "comment": {
3876
+ "shortText": "Indicates what type of message is being sent."
3877
+ },
3878
+ "sources": [
3879
+ {
3880
+ "fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
3881
+ "line": 7,
3882
+ "character": 2
3883
+ }
3884
+ ],
3885
+ "type": {
3886
+ "type": "reference",
3887
+ "id": 54,
3888
+ "name": "SkyGridMessageType"
3889
+ }
3890
+ }
3891
+ ],
3892
+ "groups": [
3893
+ {
3894
+ "title": "Properties",
3895
+ "kind": 1024,
3896
+ "children": [
3897
+ 45
3898
+ ]
3899
+ }
3900
+ ],
3901
+ "sources": [
3902
+ {
3903
+ "fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
3904
+ "line": 3,
3905
+ "character": 17
3906
+ }
3907
+ ]
3908
+ },
3909
+ {
3910
+ "id": 66,
3911
+ "name": "SkyGridSelectedRowsModelChange",
3912
+ "kind": 256,
3913
+ "kindString": "Interface",
3914
+ "flags": {},
3915
+ "children": [
3916
+ {
3917
+ "id": 67,
3918
+ "name": "selectedRowIds",
3919
+ "kind": 1024,
3920
+ "kindString": "Property",
3921
+ "flags": {
3922
+ "isOptional": true
3923
+ },
3924
+ "comment": {
3925
+ "shortText": "Indicates the `id`s of the rows that are selected."
3926
+ },
3927
+ "sources": [
3928
+ {
3929
+ "fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
3930
+ "line": 7,
3931
+ "character": 2
3932
+ }
3933
+ ],
3934
+ "type": {
3935
+ "type": "array",
3936
+ "elementType": {
3937
+ "type": "intrinsic",
3938
+ "name": "string"
3939
+ }
3940
+ }
3941
+ }
3942
+ ],
3943
+ "groups": [
3944
+ {
3945
+ "title": "Properties",
3946
+ "kind": 1024,
3947
+ "children": [
3948
+ 67
3949
+ ]
3950
+ }
3951
+ ],
3952
+ "sources": [
3953
+ {
3954
+ "fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
3955
+ "line": 3,
3956
+ "character": 17
3957
+ }
3958
+ ]
3959
+ },
3960
+ {
3961
+ "id": 27,
3962
+ "name": "SkyGridColumnAlignment",
3963
+ "kind": 4194304,
3964
+ "kindString": "Type alias",
3965
+ "flags": {},
3966
+ "comment": {
3967
+ "shortText": "Represents the horizontal alignment of the column's data and header."
3968
+ },
3969
+ "sources": [
3970
+ {
3971
+ "fileName": "projects/grids/src/modules/grid/types/grid-column-alignment.ts",
3972
+ "line": 4,
3973
+ "character": 12
3974
+ }
3975
+ ],
3976
+ "type": {
3977
+ "type": "union",
3978
+ "types": [
3979
+ {
3980
+ "type": "literal",
3981
+ "value": "left"
3982
+ },
3983
+ {
3984
+ "type": "literal",
3985
+ "value": "center"
3986
+ },
3987
+ {
3988
+ "type": "literal",
3989
+ "value": "right"
3990
+ }
3991
+ ]
3992
+ }
3993
+ }
3994
+ ],
3995
+ "groups": [
3996
+ {
3997
+ "title": "Enumerations",
3998
+ "kind": 8,
3999
+ "children": [
4000
+ 54
4001
+ ]
4002
+ },
4003
+ {
4004
+ "title": "Classes",
4005
+ "kind": 128,
4006
+ "children": [
4007
+ 77,
4008
+ 113,
4009
+ 1
4010
+ ]
4011
+ },
4012
+ {
4013
+ "title": "Interfaces",
4014
+ "kind": 256,
4015
+ "children": [
4016
+ 40,
4017
+ 44,
4018
+ 66
4019
+ ]
4020
+ },
4021
+ {
4022
+ "title": "Type aliases",
4023
+ "kind": 4194304,
4024
+ "children": [
4025
+ 27
4026
+ ]
4027
+ }
4028
+ ],
4029
+ "sources": [
4030
+ {
4031
+ "fileName": "projects/grids/src/public-api.ts",
4032
+ "line": 1,
4033
+ "character": 0
4034
+ }
4035
+ ]
4036
+ },
4037
+ "codeExamples": [
4038
+ {
4039
+ "fileName": ".eslintrc.json",
4040
+ "filePath": "/projects/grids/documentation/code-examples/.eslintrc.json",
4041
+ "rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
4042
+ },
4043
+ {
4044
+ "fileName": "grid-demo.component.html",
4045
+ "filePath": "/projects/grids/documentation/code-examples/grid/basic/grid-demo.component.html",
4046
+ "rawContents": "<sky-grid\n fit=\"scroll\"\n [data]=\"data\"\n (sortFieldChange)=\"onSortChangeForGrid($event)\"\n>\n <sky-grid-column field=\"name\" heading=\"Name\"> </sky-grid-column>\n <sky-grid-column field=\"email\" heading=\"Email\"> </sky-grid-column>\n <sky-grid-column field=\"amount\" heading=\"Amount\"> </sky-grid-column>\n <sky-grid-column field=\"status\" heading=\"Status\"> </sky-grid-column>\n</sky-grid>\n"
4047
+ },
4048
+ {
4049
+ "fileName": "grid-demo.component.ts",
4050
+ "filePath": "/projects/grids/documentation/code-examples/grid/basic/grid-demo.component.ts",
4051
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { ListSortFieldSelectorModel } from '@skyux/list-builder-common';\n\n@Component({\n selector: 'sky-grid-demo',\n templateUrl: './grid-demo.component.html',\n})\nexport class GridDemoComponent {\n public data: any[] = [\n {\n id: '1',\n name: 'Niels Bohr',\n email: 'niels.bohr@example.com',\n amount: 170.75,\n status: 'Paid',\n },\n {\n id: '2',\n name: 'Ada Lovelace',\n email: 'ada.lovelace@example.com',\n amount: 114.13,\n status: 'Paid',\n },\n {\n id: '3',\n name: 'Marie Curie',\n email: 'marie.curie@example.com',\n amount: 111,\n status: 'Past due',\n },\n {\n id: '4',\n name: 'Barbara McClintock',\n email: 'barbara.mcclintock@example.com',\n amount: 84.63,\n status: 'Paid',\n },\n {\n id: '5',\n name: 'Michael Faraday',\n email: 'michael.faraday@example.com',\n amount: 83.97,\n status: 'Paid',\n },\n {\n id: '6',\n name: 'Enrico Fermi',\n email: 'enrico.fermi@example.com',\n amount: 74.5,\n status: 'Past due',\n },\n {\n id: '7',\n name: 'Mae C. Jemison',\n email: 'mae.jemison@example.com',\n amount: 70.86,\n status: 'Paid',\n },\n ];\n\n public onSortChangeForGrid(activeSort: ListSortFieldSelectorModel): void {\n this.data = this.sortGridData(activeSort, this.data);\n }\n\n private sortGridData(\n activeSort: ListSortFieldSelectorModel,\n data: any[]\n ): any[] {\n const sortField = activeSort.fieldSelector;\n const descending = activeSort.descending;\n\n return data\n .sort((a: any, b: any) => {\n let value1 = a[sortField];\n let value2 = b[sortField];\n\n if (value1 && typeof value1 === 'string') {\n value1 = value1.toLowerCase();\n }\n\n if (value2 && typeof value2 === 'string') {\n value2 = value2.toLowerCase();\n }\n\n if (value1 === value2) {\n return 0;\n }\n\n let result = value1 > value2 ? 1 : -1;\n\n if (descending) {\n result *= -1;\n }\n\n return result;\n })\n .slice();\n }\n}\n"
4052
+ },
4053
+ {
4054
+ "fileName": "grid-demo.module.ts",
4055
+ "filePath": "/projects/grids/documentation/code-examples/grid/basic/grid-demo.module.ts",
4056
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyGridModule } from '@skyux/grids';\n\nimport { GridDemoComponent } from './grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyGridModule],\n declarations: [GridDemoComponent],\n exports: [GridDemoComponent],\n})\nexport class GridDemoModule {}\n"
4057
+ },
4058
+ {
4059
+ "fileName": "grid-demo.component.html",
4060
+ "filePath": "/projects/grids/documentation/code-examples/grid/column-template/grid-demo.component.html",
4061
+ "rawContents": "<sky-grid\n fit=\"scroll\"\n [data]=\"data\"\n (sortFieldChange)=\"onSortChangeForGrid($event)\"\n>\n <sky-grid-column field=\"name\" heading=\"Name\"> </sky-grid-column>\n <sky-grid-column field=\"email\" heading=\"Email\"> </sky-grid-column>\n <sky-grid-column\n field=\"amount\"\n heading=\"Amount\"\n [heading]=\"asyncHeading | async\"\n >\n </sky-grid-column>\n <sky-grid-column\n field=\"status\"\n heading=\"Status\"\n [template]=\"customColumnTemplate\"\n >\n </sky-grid-column>\n</sky-grid>\n\n<ng-template let-value=\"value\" #customColumnTemplate>\n <div [ngClass]=\"{ 'sky-text-danger': value === 'Past due' }\">\n {{ value }}\n </div>\n</ng-template>\n"
4062
+ },
4063
+ {
4064
+ "fileName": "grid-demo.component.ts",
4065
+ "filePath": "/projects/grids/documentation/code-examples/grid/column-template/grid-demo.component.ts",
4066
+ "rawContents": "import { Component, OnInit } from '@angular/core';\n\nimport { ListSortFieldSelectorModel } from '@skyux/list-builder-common';\n\nimport { BehaviorSubject } from 'rxjs';\n\n@Component({\n selector: 'sky-grid-demo',\n templateUrl: './grid-demo.component.html',\n})\nexport class GridDemoComponent implements OnInit {\n public asyncHeading = new BehaviorSubject<string>('');\n\n public data: any[] = [\n {\n id: '1',\n name: 'Niels Bohr',\n email: 'niels.bohr@example.com',\n amount: 170.75,\n status: 'Paid',\n },\n {\n id: '2',\n name: 'Ada Lovelace',\n email: 'ada.lovelace@example.com',\n amount: 114.13,\n status: 'Paid',\n },\n {\n id: '3',\n name: 'Marie Curie',\n email: 'marie.curie@example.com',\n amount: 111,\n status: 'Past due',\n },\n {\n id: '4',\n name: 'Barbara McClintock',\n email: 'barbara.mcclintock@example.com',\n amount: 84.63,\n status: 'Paid',\n },\n {\n id: '5',\n name: 'Michael Faraday',\n email: 'michael.faraday@example.com',\n amount: 83.97,\n status: 'Paid',\n },\n {\n id: '6',\n name: 'Enrico Fermi',\n email: 'enrico.fermi@example.com',\n amount: 74.5,\n status: 'Past due',\n },\n {\n id: '7',\n name: 'Mae C. Jemison',\n email: 'mae.jemison@example.com',\n amount: 70.86,\n status: 'Paid',\n },\n ];\n\n public ngOnInit(): void {\n // Simulate async request:\n setTimeout(() => {\n this.asyncHeading.next('Amount');\n }, 1000);\n }\n\n public onSortChangeForGrid(activeSort: ListSortFieldSelectorModel): void {\n this.data = this.sortGridData(activeSort, this.data);\n }\n\n private sortGridData(\n activeSort: ListSortFieldSelectorModel,\n data: any[]\n ): any[] {\n const sortField = activeSort.fieldSelector;\n const descending = activeSort.descending;\n\n return data\n .sort((a: any, b: any) => {\n let value1 = a[sortField];\n let value2 = b[sortField];\n\n if (value1 && typeof value1 === 'string') {\n value1 = value1.toLowerCase();\n }\n\n if (value2 && typeof value2 === 'string') {\n value2 = value2.toLowerCase();\n }\n\n if (value1 === value2) {\n return 0;\n }\n\n let result = value1 > value2 ? 1 : -1;\n\n if (descending) {\n result *= -1;\n }\n\n return result;\n })\n .slice();\n }\n}\n"
4067
+ },
4068
+ {
4069
+ "fileName": "grid-demo.module.ts",
4070
+ "filePath": "/projects/grids/documentation/code-examples/grid/column-template/grid-demo.module.ts",
4071
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyGridModule } from '@skyux/grids';\n\nimport { GridDemoComponent } from './grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyGridModule],\n declarations: [GridDemoComponent],\n exports: [GridDemoComponent],\n})\nexport class GridDemoModule {}\n"
4072
+ },
4073
+ {
4074
+ "fileName": "grid-demo.component.html",
4075
+ "filePath": "/projects/grids/documentation/code-examples/grid/multiselect/grid-demo.component.html",
4076
+ "rawContents": "<sky-grid\n [data]=\"data\"\n [enableMultiselect]=\"true\"\n (multiselectSelectionChange)=\"onMultiselectSelectionChange($event)\"\n (sortFieldChange)=\"onSortChangeForGrid($event)\"\n>\n <sky-grid-column field=\"name\" heading=\"Name\"></sky-grid-column>\n <sky-grid-column field=\"email\" heading=\"Email\"></sky-grid-column>\n <sky-grid-column field=\"amount\" heading=\"Amount\"></sky-grid-column>\n <sky-grid-column field=\"status\" heading=\"Status\"></sky-grid-column>\n</sky-grid>\n\n<p>Selected rows:</p>\n<p>\n {{ selectedRows }}\n</p>\n"
4077
+ },
4078
+ {
4079
+ "fileName": "grid-demo.component.ts",
4080
+ "filePath": "/projects/grids/documentation/code-examples/grid/multiselect/grid-demo.component.ts",
4081
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { ListSortFieldSelectorModel } from '@skyux/list-builder-common';\n\nimport { SkyGridSelectedRowsModelChange } from '@skyux/grids';\n\n@Component({\n selector: 'sky-grid-demo',\n templateUrl: './grid-demo.component.html',\n})\nexport class GridDemoComponent {\n public data: any[] = [\n {\n id: '1',\n name: 'Niels Bohr',\n email: 'niels.bohr@example.com',\n amount: 170.75,\n status: 'Paid',\n },\n {\n id: '2',\n name: 'Ada Lovelace',\n email: 'ada.lovelace@example.com',\n amount: 114.13,\n status: 'Paid',\n },\n {\n id: '3',\n name: 'Marie Curie',\n email: 'marie.curie@example.com',\n amount: 111,\n status: 'Past due',\n },\n {\n id: '4',\n name: 'Barbara McClintock',\n email: 'barbara.mcclintock@example.com',\n amount: 84.63,\n status: 'Paid',\n },\n {\n id: '5',\n name: 'Michael Faraday',\n email: 'michael.faraday@example.com',\n amount: 83.97,\n status: 'Paid',\n },\n {\n id: '6',\n name: 'Enrico Fermi',\n email: 'enrico.fermi@example.com',\n amount: 74.5,\n status: 'Past due',\n },\n {\n id: '7',\n name: 'Mae C. Jemison',\n email: 'mae.jemison@example.com',\n amount: 70.86,\n status: 'Paid',\n },\n ];\n\n public selectedRows: string;\n\n public onMultiselectSelectionChange(\n value: SkyGridSelectedRowsModelChange\n ): void {\n this.selectedRows = value.selectedRowIds.toString();\n }\n\n public onSortChangeForGrid(activeSort: ListSortFieldSelectorModel): void {\n this.data = this.sortGridData(activeSort, this.data);\n }\n\n private sortGridData(\n activeSort: ListSortFieldSelectorModel,\n data: any[]\n ): any[] {\n const sortField = activeSort.fieldSelector;\n const descending = activeSort.descending;\n\n return data\n .sort((a: any, b: any) => {\n let value1 = a[sortField];\n let value2 = b[sortField];\n\n if (value1 && typeof value1 === 'string') {\n value1 = value1.toLowerCase();\n }\n\n if (value2 && typeof value2 === 'string') {\n value2 = value2.toLowerCase();\n }\n\n if (value1 === value2) {\n return 0;\n }\n\n let result = value1 > value2 ? 1 : -1;\n\n if (descending) {\n result *= -1;\n }\n\n return result;\n })\n .slice();\n }\n}\n"
4082
+ },
4083
+ {
4084
+ "fileName": "grid-demo.module.ts",
4085
+ "filePath": "/projects/grids/documentation/code-examples/grid/multiselect/grid-demo.module.ts",
4086
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyGridModule } from '@skyux/grids';\n\nimport { GridDemoComponent } from './grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyGridModule],\n declarations: [GridDemoComponent],\n exports: [GridDemoComponent],\n})\nexport class GridDemoModule {}\n"
4087
+ }
4088
+ ]
4089
+ }