@skyux/grids 7.8.1 → 8.0.0-alpha.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.
- package/documentation.json +1499 -1118
- package/esm2020/lib/modules/grid/grid-adapter.service.mjs +4 -4
- package/esm2020/lib/modules/grid/grid-cell.component.mjs +4 -4
- package/esm2020/lib/modules/grid/grid-column.component.mjs +4 -4
- package/esm2020/lib/modules/grid/grid.component.mjs +4 -4
- package/esm2020/lib/modules/grid/grid.module.mjs +5 -5
- package/esm2020/lib/modules/shared/sky-grids-resources.module.mjs +5 -5
- package/fesm2015/skyux-grids.mjs +20 -20
- package/fesm2015/skyux-grids.mjs.map +1 -1
- package/fesm2020/skyux-grids.mjs +20 -20
- package/fesm2020/skyux-grids.mjs.map +1 -1
- package/lib/modules/grid/grid-cell.component.d.ts +1 -1
- package/lib/modules/grid/grid-column.component.d.ts +1 -1
- package/lib/modules/grid/grid.component.d.ts +1 -1
- package/package.json +11 -11
package/documentation.json
CHANGED
|
@@ -24,10 +24,20 @@
|
|
|
24
24
|
"kindString": "Enumeration",
|
|
25
25
|
"flags": {},
|
|
26
26
|
"comment": {
|
|
27
|
-
"
|
|
27
|
+
"summary": [],
|
|
28
|
+
"blockTags": [
|
|
28
29
|
{
|
|
29
|
-
"tag": "deprecated",
|
|
30
|
-
"
|
|
30
|
+
"tag": "@deprecated",
|
|
31
|
+
"content": [
|
|
32
|
+
{
|
|
33
|
+
"kind": "code",
|
|
34
|
+
"text": "`SkyGridComponent`"
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"kind": "text",
|
|
38
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
39
|
+
}
|
|
40
|
+
]
|
|
31
41
|
}
|
|
32
42
|
]
|
|
33
43
|
},
|
|
@@ -39,20 +49,25 @@
|
|
|
39
49
|
"kindString": "Enumeration Member",
|
|
40
50
|
"flags": {},
|
|
41
51
|
"comment": {
|
|
42
|
-
"
|
|
52
|
+
"summary": [
|
|
53
|
+
{
|
|
54
|
+
"kind": "text",
|
|
55
|
+
"text": "Clears the multiselect checkboxes for all rows in the grid."
|
|
56
|
+
}
|
|
57
|
+
]
|
|
43
58
|
},
|
|
44
59
|
"sources": [
|
|
45
60
|
{
|
|
46
61
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
47
62
|
"line": 13,
|
|
48
|
-
"character": 2
|
|
63
|
+
"character": 2,
|
|
64
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-message-type.ts#L13"
|
|
49
65
|
}
|
|
50
66
|
],
|
|
51
67
|
"type": {
|
|
52
68
|
"type": "literal",
|
|
53
69
|
"value": 1
|
|
54
|
-
}
|
|
55
|
-
"defaultValue": "1"
|
|
70
|
+
}
|
|
56
71
|
},
|
|
57
72
|
{
|
|
58
73
|
"id": 55,
|
|
@@ -61,26 +76,30 @@
|
|
|
61
76
|
"kindString": "Enumeration Member",
|
|
62
77
|
"flags": {},
|
|
63
78
|
"comment": {
|
|
64
|
-
"
|
|
79
|
+
"summary": [
|
|
80
|
+
{
|
|
81
|
+
"kind": "text",
|
|
82
|
+
"text": "Selects the multiselect checkboxes for all rows in the grid."
|
|
83
|
+
}
|
|
84
|
+
]
|
|
65
85
|
},
|
|
66
86
|
"sources": [
|
|
67
87
|
{
|
|
68
88
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
69
89
|
"line": 8,
|
|
70
|
-
"character": 2
|
|
90
|
+
"character": 2,
|
|
91
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-message-type.ts#L8"
|
|
71
92
|
}
|
|
72
93
|
],
|
|
73
94
|
"type": {
|
|
74
95
|
"type": "literal",
|
|
75
96
|
"value": 0
|
|
76
|
-
}
|
|
77
|
-
"defaultValue": "0"
|
|
97
|
+
}
|
|
78
98
|
}
|
|
79
99
|
],
|
|
80
100
|
"groups": [
|
|
81
101
|
{
|
|
82
102
|
"title": "Enumeration Members",
|
|
83
|
-
"kind": 16,
|
|
84
103
|
"children": [
|
|
85
104
|
56,
|
|
86
105
|
55
|
|
@@ -91,7 +110,8 @@
|
|
|
91
110
|
{
|
|
92
111
|
"fileName": "projects/grids/src/modules/grid/types/grid-message-type.ts",
|
|
93
112
|
"line": 4,
|
|
94
|
-
"character": 12
|
|
113
|
+
"character": 12,
|
|
114
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-message-type.ts#L4"
|
|
95
115
|
}
|
|
96
116
|
]
|
|
97
117
|
},
|
|
@@ -102,28 +122,28 @@
|
|
|
102
122
|
"kindString": "Class",
|
|
103
123
|
"flags": {},
|
|
104
124
|
"comment": {
|
|
105
|
-
"
|
|
106
|
-
"tags": [
|
|
125
|
+
"summary": [
|
|
107
126
|
{
|
|
108
|
-
"
|
|
109
|
-
"text": "
|
|
127
|
+
"kind": "text",
|
|
128
|
+
"text": "Specifies the column information."
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"blockTags": [
|
|
132
|
+
{
|
|
133
|
+
"tag": "@deprecated",
|
|
134
|
+
"content": [
|
|
135
|
+
{
|
|
136
|
+
"kind": "code",
|
|
137
|
+
"text": "`SkyGridComponent`"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"kind": "text",
|
|
141
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
110
144
|
}
|
|
111
145
|
]
|
|
112
146
|
},
|
|
113
|
-
"decorators": [
|
|
114
|
-
{
|
|
115
|
-
"name": "Component",
|
|
116
|
-
"type": {
|
|
117
|
-
"type": "reference",
|
|
118
|
-
"qualifiedName": "ComponentDecorator",
|
|
119
|
-
"package": "@angular/core",
|
|
120
|
-
"name": "Component"
|
|
121
|
-
},
|
|
122
|
-
"arguments": {
|
|
123
|
-
"obj": "{\n selector: 'sky-grid-column',\n template: '<ng-content></ng-content>',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
],
|
|
127
147
|
"children": [
|
|
128
148
|
{
|
|
129
149
|
"id": 80,
|
|
@@ -134,31 +154,54 @@
|
|
|
134
154
|
"isPublic": true
|
|
135
155
|
},
|
|
136
156
|
"comment": {
|
|
137
|
-
"
|
|
138
|
-
|
|
157
|
+
"summary": [
|
|
158
|
+
{
|
|
159
|
+
"kind": "text",
|
|
160
|
+
"text": "The horizontal alignment of the column's data and header.\nOptions include: "
|
|
161
|
+
},
|
|
139
162
|
{
|
|
140
|
-
"
|
|
141
|
-
"text": "
|
|
163
|
+
"kind": "code",
|
|
164
|
+
"text": "`\"left\"`"
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"kind": "text",
|
|
168
|
+
"text": ", "
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"kind": "code",
|
|
172
|
+
"text": "`\"center\"`"
|
|
173
|
+
},
|
|
174
|
+
{
|
|
175
|
+
"kind": "text",
|
|
176
|
+
"text": ", and "
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"kind": "code",
|
|
180
|
+
"text": "`\"right\"`"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"kind": "text",
|
|
184
|
+
"text": "."
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"blockTags": [
|
|
188
|
+
{
|
|
189
|
+
"tag": "@default",
|
|
190
|
+
"content": [
|
|
191
|
+
{
|
|
192
|
+
"kind": "text",
|
|
193
|
+
"text": "\"left\""
|
|
194
|
+
}
|
|
195
|
+
]
|
|
142
196
|
}
|
|
143
197
|
]
|
|
144
198
|
},
|
|
145
|
-
"decorators": [
|
|
146
|
-
{
|
|
147
|
-
"name": "Input",
|
|
148
|
-
"type": {
|
|
149
|
-
"type": "reference",
|
|
150
|
-
"qualifiedName": "InputDecorator",
|
|
151
|
-
"package": "@angular/core",
|
|
152
|
-
"name": "Input"
|
|
153
|
-
},
|
|
154
|
-
"arguments": {}
|
|
155
|
-
}
|
|
156
|
-
],
|
|
157
199
|
"sources": [
|
|
158
200
|
{
|
|
159
201
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
160
202
|
"line": 34,
|
|
161
|
-
"character": 9
|
|
203
|
+
"character": 9,
|
|
204
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L34"
|
|
162
205
|
}
|
|
163
206
|
],
|
|
164
207
|
"type": {
|
|
@@ -177,25 +220,19 @@
|
|
|
177
220
|
"isPublic": true
|
|
178
221
|
},
|
|
179
222
|
"comment": {
|
|
180
|
-
"
|
|
223
|
+
"summary": [
|
|
224
|
+
{
|
|
225
|
+
"kind": "text",
|
|
226
|
+
"text": "The description for the column."
|
|
227
|
+
}
|
|
228
|
+
]
|
|
181
229
|
},
|
|
182
|
-
"decorators": [
|
|
183
|
-
{
|
|
184
|
-
"name": "Input",
|
|
185
|
-
"type": {
|
|
186
|
-
"type": "reference",
|
|
187
|
-
"qualifiedName": "InputDecorator",
|
|
188
|
-
"package": "@angular/core",
|
|
189
|
-
"name": "Input"
|
|
190
|
-
},
|
|
191
|
-
"arguments": {}
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
230
|
"sources": [
|
|
195
231
|
{
|
|
196
232
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
197
233
|
"line": 40,
|
|
198
|
-
"character": 9
|
|
234
|
+
"character": 9,
|
|
235
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L40"
|
|
199
236
|
}
|
|
200
237
|
],
|
|
201
238
|
"type": {
|
|
@@ -215,7 +252,8 @@
|
|
|
215
252
|
{
|
|
216
253
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
217
254
|
"line": 135,
|
|
218
|
-
"character": 9
|
|
255
|
+
"character": 9,
|
|
256
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L135"
|
|
219
257
|
}
|
|
220
258
|
],
|
|
221
259
|
"type": {
|
|
@@ -226,9 +264,9 @@
|
|
|
226
264
|
"name": "string"
|
|
227
265
|
}
|
|
228
266
|
],
|
|
267
|
+
"name": "EventEmitter",
|
|
229
268
|
"qualifiedName": "EventEmitter",
|
|
230
|
-
"package": "@angular/core"
|
|
231
|
-
"name": "EventEmitter"
|
|
269
|
+
"package": "@angular/core"
|
|
232
270
|
},
|
|
233
271
|
"defaultValue": "..."
|
|
234
272
|
},
|
|
@@ -244,7 +282,8 @@
|
|
|
244
282
|
{
|
|
245
283
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
246
284
|
"line": 137,
|
|
247
|
-
"character": 9
|
|
285
|
+
"character": 9,
|
|
286
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L137"
|
|
248
287
|
}
|
|
249
288
|
],
|
|
250
289
|
"type": {
|
|
@@ -255,9 +294,9 @@
|
|
|
255
294
|
"name": "SkyGridColumnDescriptionModelChange"
|
|
256
295
|
}
|
|
257
296
|
],
|
|
297
|
+
"name": "EventEmitter",
|
|
258
298
|
"qualifiedName": "EventEmitter",
|
|
259
|
-
"package": "@angular/core"
|
|
260
|
-
"name": "EventEmitter"
|
|
299
|
+
"package": "@angular/core"
|
|
261
300
|
},
|
|
262
301
|
"defaultValue": "..."
|
|
263
302
|
},
|
|
@@ -270,31 +309,30 @@
|
|
|
270
309
|
"isPublic": true
|
|
271
310
|
},
|
|
272
311
|
"comment": {
|
|
273
|
-
"
|
|
274
|
-
|
|
312
|
+
"summary": [
|
|
313
|
+
{
|
|
314
|
+
"kind": "text",
|
|
315
|
+
"text": "Whether to disable the highlighting of search text in the column."
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"blockTags": [
|
|
275
319
|
{
|
|
276
|
-
"tag": "default",
|
|
277
|
-
"
|
|
320
|
+
"tag": "@default",
|
|
321
|
+
"content": [
|
|
322
|
+
{
|
|
323
|
+
"kind": "text",
|
|
324
|
+
"text": "false"
|
|
325
|
+
}
|
|
326
|
+
]
|
|
278
327
|
}
|
|
279
328
|
]
|
|
280
329
|
},
|
|
281
|
-
"decorators": [
|
|
282
|
-
{
|
|
283
|
-
"name": "Input",
|
|
284
|
-
"type": {
|
|
285
|
-
"type": "reference",
|
|
286
|
-
"qualifiedName": "InputDecorator",
|
|
287
|
-
"package": "@angular/core",
|
|
288
|
-
"name": "Input"
|
|
289
|
-
},
|
|
290
|
-
"arguments": {}
|
|
291
|
-
}
|
|
292
|
-
],
|
|
293
330
|
"sources": [
|
|
294
331
|
{
|
|
295
332
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
296
333
|
"line": 47,
|
|
297
|
-
"character": 9
|
|
334
|
+
"character": 9,
|
|
335
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L47"
|
|
298
336
|
}
|
|
299
337
|
],
|
|
300
338
|
"type": {
|
|
@@ -311,25 +349,67 @@
|
|
|
311
349
|
"isPublic": true
|
|
312
350
|
},
|
|
313
351
|
"comment": {
|
|
314
|
-
"
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
"name": "Input",
|
|
319
|
-
"type": {
|
|
320
|
-
"type": "reference",
|
|
321
|
-
"qualifiedName": "InputDecorator",
|
|
322
|
-
"package": "@angular/core",
|
|
323
|
-
"name": "Input"
|
|
352
|
+
"summary": [
|
|
353
|
+
{
|
|
354
|
+
"kind": "text",
|
|
355
|
+
"text": "The property to retrieve cell information from an entry on the grid "
|
|
324
356
|
},
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
357
|
+
{
|
|
358
|
+
"kind": "code",
|
|
359
|
+
"text": "`data`"
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "text",
|
|
363
|
+
"text": " array.\nYou must provide either the "
|
|
364
|
+
},
|
|
365
|
+
{
|
|
366
|
+
"kind": "code",
|
|
367
|
+
"text": "`id`"
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"kind": "text",
|
|
371
|
+
"text": " or "
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
"kind": "code",
|
|
375
|
+
"text": "`field`"
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"kind": "text",
|
|
379
|
+
"text": " property for every column,\nbut do not provide both. If "
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"kind": "code",
|
|
383
|
+
"text": "`id`"
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
"kind": "text",
|
|
387
|
+
"text": " does not exist on a column, then "
|
|
388
|
+
},
|
|
389
|
+
{
|
|
390
|
+
"kind": "code",
|
|
391
|
+
"text": "`field`"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"kind": "text",
|
|
395
|
+
"text": " is the entry\nfor the grid "
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"kind": "code",
|
|
399
|
+
"text": "`selectedColumnIds`"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
"kind": "text",
|
|
403
|
+
"text": " array."
|
|
404
|
+
}
|
|
405
|
+
]
|
|
406
|
+
},
|
|
328
407
|
"sources": [
|
|
329
408
|
{
|
|
330
409
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
331
410
|
"line": 56,
|
|
332
|
-
"character": 9
|
|
411
|
+
"character": 9,
|
|
412
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L56"
|
|
333
413
|
}
|
|
334
414
|
],
|
|
335
415
|
"type": {
|
|
@@ -346,25 +426,19 @@
|
|
|
346
426
|
"isPublic": true
|
|
347
427
|
},
|
|
348
428
|
"comment": {
|
|
349
|
-
"
|
|
429
|
+
"summary": [
|
|
430
|
+
{
|
|
431
|
+
"kind": "text",
|
|
432
|
+
"text": "Text to display in the column header."
|
|
433
|
+
}
|
|
434
|
+
]
|
|
350
435
|
},
|
|
351
|
-
"decorators": [
|
|
352
|
-
{
|
|
353
|
-
"name": "Input",
|
|
354
|
-
"type": {
|
|
355
|
-
"type": "reference",
|
|
356
|
-
"qualifiedName": "InputDecorator",
|
|
357
|
-
"package": "@angular/core",
|
|
358
|
-
"name": "Input"
|
|
359
|
-
},
|
|
360
|
-
"arguments": {}
|
|
361
|
-
}
|
|
362
|
-
],
|
|
363
436
|
"sources": [
|
|
364
437
|
{
|
|
365
438
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
366
439
|
"line": 62,
|
|
367
|
-
"character": 9
|
|
440
|
+
"character": 9,
|
|
441
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L62"
|
|
368
442
|
}
|
|
369
443
|
],
|
|
370
444
|
"type": {
|
|
@@ -384,7 +458,8 @@
|
|
|
384
458
|
{
|
|
385
459
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
386
460
|
"line": 140,
|
|
387
|
-
"character": 9
|
|
461
|
+
"character": 9,
|
|
462
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L140"
|
|
388
463
|
}
|
|
389
464
|
],
|
|
390
465
|
"type": {
|
|
@@ -395,9 +470,9 @@
|
|
|
395
470
|
"name": "string"
|
|
396
471
|
}
|
|
397
472
|
],
|
|
473
|
+
"name": "EventEmitter",
|
|
398
474
|
"qualifiedName": "EventEmitter",
|
|
399
|
-
"package": "@angular/core"
|
|
400
|
-
"name": "EventEmitter"
|
|
475
|
+
"package": "@angular/core"
|
|
401
476
|
},
|
|
402
477
|
"defaultValue": "..."
|
|
403
478
|
},
|
|
@@ -413,7 +488,8 @@
|
|
|
413
488
|
{
|
|
414
489
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
415
490
|
"line": 142,
|
|
416
|
-
"character": 9
|
|
491
|
+
"character": 9,
|
|
492
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L142"
|
|
417
493
|
}
|
|
418
494
|
],
|
|
419
495
|
"type": {
|
|
@@ -424,9 +500,9 @@
|
|
|
424
500
|
"name": "SkyGridColumnHeadingModelChange"
|
|
425
501
|
}
|
|
426
502
|
],
|
|
503
|
+
"name": "EventEmitter",
|
|
427
504
|
"qualifiedName": "EventEmitter",
|
|
428
|
-
"package": "@angular/core"
|
|
429
|
-
"name": "EventEmitter"
|
|
505
|
+
"package": "@angular/core"
|
|
430
506
|
},
|
|
431
507
|
"defaultValue": "..."
|
|
432
508
|
},
|
|
@@ -439,31 +515,38 @@
|
|
|
439
515
|
"isPublic": true
|
|
440
516
|
},
|
|
441
517
|
"comment": {
|
|
442
|
-
"
|
|
443
|
-
|
|
518
|
+
"summary": [
|
|
519
|
+
{
|
|
520
|
+
"kind": "text",
|
|
521
|
+
"text": "Whether the column is initially hidden when grid "
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
"kind": "code",
|
|
525
|
+
"text": "`selectedColumnIds`"
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"kind": "text",
|
|
529
|
+
"text": " are not provided."
|
|
530
|
+
}
|
|
531
|
+
],
|
|
532
|
+
"blockTags": [
|
|
444
533
|
{
|
|
445
|
-
"tag": "default",
|
|
446
|
-
"
|
|
534
|
+
"tag": "@default",
|
|
535
|
+
"content": [
|
|
536
|
+
{
|
|
537
|
+
"kind": "text",
|
|
538
|
+
"text": "false"
|
|
539
|
+
}
|
|
540
|
+
]
|
|
447
541
|
}
|
|
448
542
|
]
|
|
449
543
|
},
|
|
450
|
-
"decorators": [
|
|
451
|
-
{
|
|
452
|
-
"name": "Input",
|
|
453
|
-
"type": {
|
|
454
|
-
"type": "reference",
|
|
455
|
-
"qualifiedName": "InputDecorator",
|
|
456
|
-
"package": "@angular/core",
|
|
457
|
-
"name": "Input"
|
|
458
|
-
},
|
|
459
|
-
"arguments": {}
|
|
460
|
-
}
|
|
461
|
-
],
|
|
462
544
|
"sources": [
|
|
463
545
|
{
|
|
464
546
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
465
547
|
"line": 69,
|
|
466
|
-
"character": 9
|
|
548
|
+
"character": 9,
|
|
549
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L69"
|
|
467
550
|
}
|
|
468
551
|
],
|
|
469
552
|
"type": {
|
|
@@ -480,25 +563,59 @@
|
|
|
480
563
|
"isPublic": true
|
|
481
564
|
},
|
|
482
565
|
"comment": {
|
|
483
|
-
"
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
"name": "Input",
|
|
488
|
-
"type": {
|
|
489
|
-
"type": "reference",
|
|
490
|
-
"qualifiedName": "InputDecorator",
|
|
491
|
-
"package": "@angular/core",
|
|
492
|
-
"name": "Input"
|
|
566
|
+
"summary": [
|
|
567
|
+
{
|
|
568
|
+
"kind": "text",
|
|
569
|
+
"text": "The unique ID for the column. You must provide either the "
|
|
493
570
|
},
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
571
|
+
{
|
|
572
|
+
"kind": "code",
|
|
573
|
+
"text": "`id`"
|
|
574
|
+
},
|
|
575
|
+
{
|
|
576
|
+
"kind": "text",
|
|
577
|
+
"text": " or "
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "code",
|
|
581
|
+
"text": "`field`"
|
|
582
|
+
},
|
|
583
|
+
{
|
|
584
|
+
"kind": "text",
|
|
585
|
+
"text": " property\nfor every column, but do not provide both. If "
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"kind": "code",
|
|
589
|
+
"text": "`field`"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"kind": "text",
|
|
593
|
+
"text": " does not exist on a column,\nthen the "
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"kind": "code",
|
|
597
|
+
"text": "`id`"
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"kind": "text",
|
|
601
|
+
"text": " property retrieves cell information from an entry on the grid "
|
|
602
|
+
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "code",
|
|
605
|
+
"text": "`data`"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"kind": "text",
|
|
609
|
+
"text": " array."
|
|
610
|
+
}
|
|
611
|
+
]
|
|
612
|
+
},
|
|
497
613
|
"sources": [
|
|
498
614
|
{
|
|
499
615
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
500
616
|
"line": 77,
|
|
501
|
-
"character": 9
|
|
617
|
+
"character": 9,
|
|
618
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L77"
|
|
502
619
|
}
|
|
503
620
|
],
|
|
504
621
|
"type": {
|
|
@@ -515,25 +632,19 @@
|
|
|
515
632
|
"isPublic": true
|
|
516
633
|
},
|
|
517
634
|
"comment": {
|
|
518
|
-
"
|
|
635
|
+
"summary": [
|
|
636
|
+
{
|
|
637
|
+
"kind": "text",
|
|
638
|
+
"text": "The template to display inside an inline help popup for this column."
|
|
639
|
+
}
|
|
640
|
+
]
|
|
519
641
|
},
|
|
520
|
-
"decorators": [
|
|
521
|
-
{
|
|
522
|
-
"name": "Input",
|
|
523
|
-
"type": {
|
|
524
|
-
"type": "reference",
|
|
525
|
-
"qualifiedName": "InputDecorator",
|
|
526
|
-
"package": "@angular/core",
|
|
527
|
-
"name": "Input"
|
|
528
|
-
},
|
|
529
|
-
"arguments": {}
|
|
530
|
-
}
|
|
531
|
-
],
|
|
532
642
|
"sources": [
|
|
533
643
|
{
|
|
534
644
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
535
645
|
"line": 83,
|
|
536
|
-
"character": 9
|
|
646
|
+
"character": 9,
|
|
647
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L83"
|
|
537
648
|
}
|
|
538
649
|
],
|
|
539
650
|
"type": {
|
|
@@ -553,7 +664,8 @@
|
|
|
553
664
|
{
|
|
554
665
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
555
666
|
"line": 145,
|
|
556
|
-
"character": 9
|
|
667
|
+
"character": 9,
|
|
668
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L145"
|
|
557
669
|
}
|
|
558
670
|
],
|
|
559
671
|
"type": {
|
|
@@ -564,9 +676,9 @@
|
|
|
564
676
|
"name": "SkyGridColumnInlineHelpPopoverModelChange"
|
|
565
677
|
}
|
|
566
678
|
],
|
|
679
|
+
"name": "EventEmitter",
|
|
567
680
|
"qualifiedName": "EventEmitter",
|
|
568
|
-
"package": "@angular/core"
|
|
569
|
-
"name": "EventEmitter"
|
|
681
|
+
"package": "@angular/core"
|
|
570
682
|
},
|
|
571
683
|
"defaultValue": "..."
|
|
572
684
|
},
|
|
@@ -579,31 +691,30 @@
|
|
|
579
691
|
"isPublic": true
|
|
580
692
|
},
|
|
581
693
|
"comment": {
|
|
582
|
-
"
|
|
583
|
-
"tags": [
|
|
694
|
+
"summary": [
|
|
584
695
|
{
|
|
585
|
-
"
|
|
586
|
-
"text": "
|
|
696
|
+
"kind": "text",
|
|
697
|
+
"text": "Whether the column sorts the grid when users click the column header."
|
|
698
|
+
}
|
|
699
|
+
],
|
|
700
|
+
"blockTags": [
|
|
701
|
+
{
|
|
702
|
+
"tag": "@default",
|
|
703
|
+
"content": [
|
|
704
|
+
{
|
|
705
|
+
"kind": "text",
|
|
706
|
+
"text": "true"
|
|
707
|
+
}
|
|
708
|
+
]
|
|
587
709
|
}
|
|
588
710
|
]
|
|
589
711
|
},
|
|
590
|
-
"decorators": [
|
|
591
|
-
{
|
|
592
|
-
"name": "Input",
|
|
593
|
-
"type": {
|
|
594
|
-
"type": "reference",
|
|
595
|
-
"qualifiedName": "InputDecorator",
|
|
596
|
-
"package": "@angular/core",
|
|
597
|
-
"name": "Input"
|
|
598
|
-
},
|
|
599
|
-
"arguments": {}
|
|
600
|
-
}
|
|
601
|
-
],
|
|
602
712
|
"sources": [
|
|
603
713
|
{
|
|
604
714
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
605
715
|
"line": 90,
|
|
606
|
-
"character": 9
|
|
716
|
+
"character": 9,
|
|
717
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L90"
|
|
607
718
|
}
|
|
608
719
|
],
|
|
609
720
|
"type": {
|
|
@@ -621,31 +732,38 @@
|
|
|
621
732
|
"isPublic": true
|
|
622
733
|
},
|
|
623
734
|
"comment": {
|
|
624
|
-
"
|
|
625
|
-
|
|
735
|
+
"summary": [
|
|
736
|
+
{
|
|
737
|
+
"kind": "text",
|
|
738
|
+
"text": "Whether the column is locked. The intent is to display locked columns first\non the left side of the grid. If set to "
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "code",
|
|
742
|
+
"text": "`true`"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "text",
|
|
746
|
+
"text": ", then users cannot drag the column\nto another position and or drag other columns before the locked column."
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"blockTags": [
|
|
626
750
|
{
|
|
627
|
-
"tag": "default",
|
|
628
|
-
"
|
|
751
|
+
"tag": "@default",
|
|
752
|
+
"content": [
|
|
753
|
+
{
|
|
754
|
+
"kind": "text",
|
|
755
|
+
"text": "false"
|
|
756
|
+
}
|
|
757
|
+
]
|
|
629
758
|
}
|
|
630
759
|
]
|
|
631
760
|
},
|
|
632
|
-
"decorators": [
|
|
633
|
-
{
|
|
634
|
-
"name": "Input",
|
|
635
|
-
"type": {
|
|
636
|
-
"type": "reference",
|
|
637
|
-
"qualifiedName": "InputDecorator",
|
|
638
|
-
"package": "@angular/core",
|
|
639
|
-
"name": "Input"
|
|
640
|
-
},
|
|
641
|
-
"arguments": {}
|
|
642
|
-
}
|
|
643
|
-
],
|
|
644
761
|
"sources": [
|
|
645
762
|
{
|
|
646
763
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
647
764
|
"line": 99,
|
|
648
|
-
"character": 9
|
|
765
|
+
"character": 9,
|
|
766
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L99"
|
|
649
767
|
}
|
|
650
768
|
],
|
|
651
769
|
"type": {
|
|
@@ -661,25 +779,12 @@
|
|
|
661
779
|
"flags": {
|
|
662
780
|
"isPublic": true
|
|
663
781
|
},
|
|
664
|
-
"decorators": [
|
|
665
|
-
{
|
|
666
|
-
"name": "Input",
|
|
667
|
-
"type": {
|
|
668
|
-
"type": "reference",
|
|
669
|
-
"qualifiedName": "InputDecorator",
|
|
670
|
-
"package": "@angular/core",
|
|
671
|
-
"name": "Input"
|
|
672
|
-
},
|
|
673
|
-
"arguments": {
|
|
674
|
-
"bindingPropertyName": "'search'"
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
],
|
|
678
782
|
"sources": [
|
|
679
783
|
{
|
|
680
784
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
681
785
|
"line": 108,
|
|
682
|
-
"character": 9
|
|
786
|
+
"character": 9,
|
|
787
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L108"
|
|
683
788
|
}
|
|
684
789
|
],
|
|
685
790
|
"type": {
|
|
@@ -690,6 +795,14 @@
|
|
|
690
795
|
"kind": 65536,
|
|
691
796
|
"kindString": "Type literal",
|
|
692
797
|
"flags": {},
|
|
798
|
+
"sources": [
|
|
799
|
+
{
|
|
800
|
+
"fileName": "lib/modules/grid/grid-column.component.ts",
|
|
801
|
+
"line": 108,
|
|
802
|
+
"character": 25,
|
|
803
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L108"
|
|
804
|
+
}
|
|
805
|
+
],
|
|
693
806
|
"signatures": [
|
|
694
807
|
{
|
|
695
808
|
"id": 92,
|
|
@@ -698,11 +811,21 @@
|
|
|
698
811
|
"kindString": "Call signature",
|
|
699
812
|
"flags": {},
|
|
700
813
|
"comment": {
|
|
701
|
-
"
|
|
702
|
-
"tags": [
|
|
814
|
+
"summary": [
|
|
703
815
|
{
|
|
704
|
-
"
|
|
705
|
-
"text": "
|
|
816
|
+
"kind": "text",
|
|
817
|
+
"text": "The search function to apply for the specific column. By default,\nthe column executes a string compare on the column data."
|
|
818
|
+
}
|
|
819
|
+
],
|
|
820
|
+
"blockTags": [
|
|
821
|
+
{
|
|
822
|
+
"tag": "@default",
|
|
823
|
+
"content": [
|
|
824
|
+
{
|
|
825
|
+
"kind": "text",
|
|
826
|
+
"text": "(value, searchText) => value.toString().toLowerCase().indexOf(searchText) !== -1"
|
|
827
|
+
}
|
|
828
|
+
]
|
|
706
829
|
}
|
|
707
830
|
]
|
|
708
831
|
},
|
|
@@ -749,27 +872,59 @@
|
|
|
749
872
|
"isPublic": true
|
|
750
873
|
},
|
|
751
874
|
"comment": {
|
|
752
|
-
"
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
"
|
|
759
|
-
"
|
|
760
|
-
|
|
761
|
-
|
|
875
|
+
"summary": [
|
|
876
|
+
{
|
|
877
|
+
"kind": "text",
|
|
878
|
+
"text": "The template for a column. This can be assigned as a reference\nto the "
|
|
879
|
+
},
|
|
880
|
+
{
|
|
881
|
+
"kind": "code",
|
|
882
|
+
"text": "`template`"
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"kind": "text",
|
|
886
|
+
"text": " attribute, or it can be assigned as a child of the "
|
|
887
|
+
},
|
|
888
|
+
{
|
|
889
|
+
"kind": "code",
|
|
890
|
+
"text": "`template`"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"kind": "text",
|
|
894
|
+
"text": " element\ninside the "
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"kind": "code",
|
|
898
|
+
"text": "`sky-grid-column`"
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"kind": "text",
|
|
902
|
+
"text": " component. The template has access to the "
|
|
762
903
|
},
|
|
763
|
-
|
|
764
|
-
"
|
|
904
|
+
{
|
|
905
|
+
"kind": "code",
|
|
906
|
+
"text": "`value`"
|
|
907
|
+
},
|
|
908
|
+
{
|
|
909
|
+
"kind": "text",
|
|
910
|
+
"text": " variable,\nwhich contains the value passed to the column, and the "
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"kind": "code",
|
|
914
|
+
"text": "`row`"
|
|
915
|
+
},
|
|
916
|
+
{
|
|
917
|
+
"kind": "text",
|
|
918
|
+
"text": " variable, which contains\nthe entire row data."
|
|
765
919
|
}
|
|
766
|
-
|
|
767
|
-
|
|
920
|
+
]
|
|
921
|
+
},
|
|
768
922
|
"sources": [
|
|
769
923
|
{
|
|
770
924
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
771
925
|
"line": 126,
|
|
772
|
-
"character": 9
|
|
926
|
+
"character": 9,
|
|
927
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L126"
|
|
773
928
|
}
|
|
774
929
|
],
|
|
775
930
|
"type": {
|
|
@@ -780,9 +935,9 @@
|
|
|
780
935
|
"name": "unknown"
|
|
781
936
|
}
|
|
782
937
|
],
|
|
938
|
+
"name": "TemplateRef",
|
|
783
939
|
"qualifiedName": "TemplateRef",
|
|
784
|
-
"package": "@angular/core"
|
|
785
|
-
"name": "TemplateRef"
|
|
940
|
+
"package": "@angular/core"
|
|
786
941
|
}
|
|
787
942
|
},
|
|
788
943
|
{
|
|
@@ -794,25 +949,19 @@
|
|
|
794
949
|
"isPublic": true
|
|
795
950
|
},
|
|
796
951
|
"comment": {
|
|
797
|
-
"
|
|
952
|
+
"summary": [
|
|
953
|
+
{
|
|
954
|
+
"kind": "text",
|
|
955
|
+
"text": "The width of the column in pixels.\nIf undefined, the column width is evenly distributed."
|
|
956
|
+
}
|
|
957
|
+
]
|
|
798
958
|
},
|
|
799
|
-
"decorators": [
|
|
800
|
-
{
|
|
801
|
-
"name": "Input",
|
|
802
|
-
"type": {
|
|
803
|
-
"type": "reference",
|
|
804
|
-
"qualifiedName": "InputDecorator",
|
|
805
|
-
"package": "@angular/core",
|
|
806
|
-
"name": "Input"
|
|
807
|
-
},
|
|
808
|
-
"arguments": {}
|
|
809
|
-
}
|
|
810
|
-
],
|
|
811
959
|
"sources": [
|
|
812
960
|
{
|
|
813
961
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
814
962
|
"line": 133,
|
|
815
|
-
"character": 9
|
|
963
|
+
"character": 9,
|
|
964
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L133"
|
|
816
965
|
}
|
|
817
966
|
],
|
|
818
967
|
"type": {
|
|
@@ -832,30 +981,29 @@
|
|
|
832
981
|
{
|
|
833
982
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
834
983
|
"line": 180,
|
|
835
|
-
"character": 13
|
|
984
|
+
"character": 13,
|
|
985
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L180"
|
|
836
986
|
}
|
|
837
987
|
],
|
|
838
|
-
"getSignature":
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
"type":
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
}
|
|
858
|
-
]
|
|
988
|
+
"getSignature": {
|
|
989
|
+
"id": 108,
|
|
990
|
+
"name": "template",
|
|
991
|
+
"kind": 524288,
|
|
992
|
+
"kindString": "Get signature",
|
|
993
|
+
"flags": {},
|
|
994
|
+
"type": {
|
|
995
|
+
"type": "reference",
|
|
996
|
+
"typeArguments": [
|
|
997
|
+
{
|
|
998
|
+
"type": "intrinsic",
|
|
999
|
+
"name": "unknown"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"name": "TemplateRef",
|
|
1003
|
+
"qualifiedName": "TemplateRef",
|
|
1004
|
+
"package": "@angular/core"
|
|
1005
|
+
}
|
|
1006
|
+
}
|
|
859
1007
|
},
|
|
860
1008
|
{
|
|
861
1009
|
"id": 104,
|
|
@@ -869,7 +1017,8 @@
|
|
|
869
1017
|
{
|
|
870
1018
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
871
1019
|
"line": 151,
|
|
872
|
-
"character": 9
|
|
1020
|
+
"character": 9,
|
|
1021
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L151"
|
|
873
1022
|
}
|
|
874
1023
|
],
|
|
875
1024
|
"signatures": [
|
|
@@ -888,9 +1037,9 @@
|
|
|
888
1037
|
"flags": {},
|
|
889
1038
|
"type": {
|
|
890
1039
|
"type": "reference",
|
|
1040
|
+
"name": "SimpleChanges",
|
|
891
1041
|
"qualifiedName": "SimpleChanges",
|
|
892
|
-
"package": "@angular/core"
|
|
893
|
-
"name": "SimpleChanges"
|
|
1042
|
+
"package": "@angular/core"
|
|
894
1043
|
}
|
|
895
1044
|
}
|
|
896
1045
|
],
|
|
@@ -913,14 +1062,12 @@
|
|
|
913
1062
|
"groups": [
|
|
914
1063
|
{
|
|
915
1064
|
"title": "Constructors",
|
|
916
|
-
"kind": 512,
|
|
917
1065
|
"children": [
|
|
918
1066
|
78
|
|
919
1067
|
]
|
|
920
1068
|
},
|
|
921
1069
|
{
|
|
922
1070
|
"title": "Properties",
|
|
923
|
-
"kind": 1024,
|
|
924
1071
|
"children": [
|
|
925
1072
|
80,
|
|
926
1073
|
81,
|
|
@@ -944,14 +1091,12 @@
|
|
|
944
1091
|
},
|
|
945
1092
|
{
|
|
946
1093
|
"title": "Accessors",
|
|
947
|
-
"kind": 262144,
|
|
948
1094
|
"children": [
|
|
949
1095
|
107
|
|
950
1096
|
]
|
|
951
1097
|
},
|
|
952
1098
|
{
|
|
953
1099
|
"title": "Methods",
|
|
954
|
-
"kind": 2048,
|
|
955
1100
|
"children": [
|
|
956
1101
|
104
|
|
957
1102
|
]
|
|
@@ -961,15 +1106,16 @@
|
|
|
961
1106
|
{
|
|
962
1107
|
"fileName": "projects/grids/src/modules/grid/grid-column.component.ts",
|
|
963
1108
|
"line": 27,
|
|
964
|
-
"character": 13
|
|
1109
|
+
"character": 13,
|
|
1110
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid-column.component.ts#L27"
|
|
965
1111
|
}
|
|
966
1112
|
],
|
|
967
1113
|
"implementedTypes": [
|
|
968
1114
|
{
|
|
969
1115
|
"type": "reference",
|
|
1116
|
+
"name": "OnChanges",
|
|
970
1117
|
"qualifiedName": "OnChanges",
|
|
971
|
-
"package": "@angular/core"
|
|
972
|
-
"name": "OnChanges"
|
|
1118
|
+
"package": "@angular/core"
|
|
973
1119
|
}
|
|
974
1120
|
]
|
|
975
1121
|
},
|
|
@@ -980,27 +1126,23 @@
|
|
|
980
1126
|
"kindString": "Class",
|
|
981
1127
|
"flags": {},
|
|
982
1128
|
"comment": {
|
|
983
|
-
"
|
|
1129
|
+
"summary": [],
|
|
1130
|
+
"blockTags": [
|
|
984
1131
|
{
|
|
985
|
-
"tag": "deprecated",
|
|
986
|
-
"
|
|
1132
|
+
"tag": "@deprecated",
|
|
1133
|
+
"content": [
|
|
1134
|
+
{
|
|
1135
|
+
"kind": "code",
|
|
1136
|
+
"text": "`SkyGridComponent`"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "text",
|
|
1140
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
1141
|
+
}
|
|
1142
|
+
]
|
|
987
1143
|
}
|
|
988
1144
|
]
|
|
989
1145
|
},
|
|
990
|
-
"decorators": [
|
|
991
|
-
{
|
|
992
|
-
"name": "Component",
|
|
993
|
-
"type": {
|
|
994
|
-
"type": "reference",
|
|
995
|
-
"qualifiedName": "ComponentDecorator",
|
|
996
|
-
"package": "@angular/core",
|
|
997
|
-
"name": "Component"
|
|
998
|
-
},
|
|
999
|
-
"arguments": {
|
|
1000
|
-
"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}"
|
|
1001
|
-
}
|
|
1002
|
-
}
|
|
1003
|
-
],
|
|
1004
1146
|
"children": [
|
|
1005
1147
|
{
|
|
1006
1148
|
"id": 114,
|
|
@@ -1011,8 +1153,9 @@
|
|
|
1011
1153
|
"sources": [
|
|
1012
1154
|
{
|
|
1013
1155
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1014
|
-
"line":
|
|
1015
|
-
"character": 2
|
|
1156
|
+
"line": 345,
|
|
1157
|
+
"character": 2,
|
|
1158
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L345"
|
|
1016
1159
|
}
|
|
1017
1160
|
],
|
|
1018
1161
|
"signatures": [
|
|
@@ -1042,9 +1185,9 @@
|
|
|
1042
1185
|
"flags": {},
|
|
1043
1186
|
"type": {
|
|
1044
1187
|
"type": "reference",
|
|
1188
|
+
"name": "ChangeDetectorRef",
|
|
1045
1189
|
"qualifiedName": "ChangeDetectorRef",
|
|
1046
|
-
"package": "@angular/core"
|
|
1047
|
-
"name": "ChangeDetectorRef"
|
|
1190
|
+
"package": "@angular/core"
|
|
1048
1191
|
}
|
|
1049
1192
|
},
|
|
1050
1193
|
{
|
|
@@ -1055,9 +1198,9 @@
|
|
|
1055
1198
|
"flags": {},
|
|
1056
1199
|
"type": {
|
|
1057
1200
|
"type": "reference",
|
|
1201
|
+
"name": "DragulaService",
|
|
1058
1202
|
"qualifiedName": "DragulaService",
|
|
1059
|
-
"package": "ng2-dragula"
|
|
1060
|
-
"name": "DragulaService"
|
|
1203
|
+
"package": "ng2-dragula"
|
|
1061
1204
|
}
|
|
1062
1205
|
},
|
|
1063
1206
|
{
|
|
@@ -1135,8 +1278,9 @@
|
|
|
1135
1278
|
"sources": [
|
|
1136
1279
|
{
|
|
1137
1280
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1138
|
-
"line":
|
|
1139
|
-
"character": 9
|
|
1281
|
+
"line": 294,
|
|
1282
|
+
"character": 9,
|
|
1283
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L294"
|
|
1140
1284
|
}
|
|
1141
1285
|
],
|
|
1142
1286
|
"type": {
|
|
@@ -1154,25 +1298,19 @@
|
|
|
1154
1298
|
"isPublic": true
|
|
1155
1299
|
},
|
|
1156
1300
|
"comment": {
|
|
1157
|
-
"
|
|
1301
|
+
"summary": [
|
|
1302
|
+
{
|
|
1303
|
+
"kind": "text",
|
|
1304
|
+
"text": "Fires when the width of a column changes."
|
|
1305
|
+
}
|
|
1306
|
+
]
|
|
1158
1307
|
},
|
|
1159
|
-
"decorators": [
|
|
1160
|
-
{
|
|
1161
|
-
"name": "Output",
|
|
1162
|
-
"type": {
|
|
1163
|
-
"type": "reference",
|
|
1164
|
-
"qualifiedName": "OutputDecorator",
|
|
1165
|
-
"package": "@angular/core",
|
|
1166
|
-
"name": "Output"
|
|
1167
|
-
},
|
|
1168
|
-
"arguments": {}
|
|
1169
|
-
}
|
|
1170
|
-
],
|
|
1171
1308
|
"sources": [
|
|
1172
1309
|
{
|
|
1173
1310
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1174
1311
|
"line": 256,
|
|
1175
|
-
"character": 9
|
|
1312
|
+
"character": 9,
|
|
1313
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L256"
|
|
1176
1314
|
}
|
|
1177
1315
|
],
|
|
1178
1316
|
"type": {
|
|
@@ -1187,9 +1325,9 @@
|
|
|
1187
1325
|
}
|
|
1188
1326
|
}
|
|
1189
1327
|
],
|
|
1328
|
+
"name": "EventEmitter",
|
|
1190
1329
|
"qualifiedName": "EventEmitter",
|
|
1191
|
-
"package": "@angular/core"
|
|
1192
|
-
"name": "EventEmitter"
|
|
1330
|
+
"package": "@angular/core"
|
|
1193
1331
|
},
|
|
1194
1332
|
"defaultValue": "..."
|
|
1195
1333
|
},
|
|
@@ -1204,8 +1342,9 @@
|
|
|
1204
1342
|
"sources": [
|
|
1205
1343
|
{
|
|
1206
1344
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1207
|
-
"line":
|
|
1208
|
-
"character": 9
|
|
1345
|
+
"line": 295,
|
|
1346
|
+
"character": 9,
|
|
1347
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L295"
|
|
1209
1348
|
}
|
|
1210
1349
|
],
|
|
1211
1350
|
"type": {
|
|
@@ -1216,9 +1355,9 @@
|
|
|
1216
1355
|
"name": "ListSortFieldSelectorModel"
|
|
1217
1356
|
}
|
|
1218
1357
|
],
|
|
1358
|
+
"name": "BehaviorSubject",
|
|
1219
1359
|
"qualifiedName": "BehaviorSubject",
|
|
1220
|
-
"package": "rxjs"
|
|
1221
|
-
"name": "BehaviorSubject"
|
|
1360
|
+
"package": "rxjs"
|
|
1222
1361
|
}
|
|
1223
1362
|
},
|
|
1224
1363
|
{
|
|
@@ -1230,25 +1369,43 @@
|
|
|
1230
1369
|
"isPublic": true
|
|
1231
1370
|
},
|
|
1232
1371
|
"comment": {
|
|
1233
|
-
"
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
"name": "Input",
|
|
1238
|
-
"type": {
|
|
1239
|
-
"type": "reference",
|
|
1240
|
-
"qualifiedName": "InputDecorator",
|
|
1241
|
-
"package": "@angular/core",
|
|
1242
|
-
"name": "Input"
|
|
1372
|
+
"summary": [
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "text",
|
|
1375
|
+
"text": "The data for the grid. Each item requires an "
|
|
1243
1376
|
},
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1377
|
+
{
|
|
1378
|
+
"kind": "code",
|
|
1379
|
+
"text": "`id`"
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"kind": "text",
|
|
1383
|
+
"text": " and a property that maps\nto the "
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
"kind": "code",
|
|
1387
|
+
"text": "`field`"
|
|
1388
|
+
},
|
|
1389
|
+
{
|
|
1390
|
+
"kind": "text",
|
|
1391
|
+
"text": " or "
|
|
1392
|
+
},
|
|
1393
|
+
{
|
|
1394
|
+
"kind": "code",
|
|
1395
|
+
"text": "`id`"
|
|
1396
|
+
},
|
|
1397
|
+
{
|
|
1398
|
+
"kind": "text",
|
|
1399
|
+
"text": " property of each column in the grid."
|
|
1400
|
+
}
|
|
1401
|
+
]
|
|
1402
|
+
},
|
|
1247
1403
|
"sources": [
|
|
1248
1404
|
{
|
|
1249
1405
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1250
1406
|
"line": 109,
|
|
1251
|
-
"character": 9
|
|
1407
|
+
"character": 9,
|
|
1408
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L109"
|
|
1252
1409
|
}
|
|
1253
1410
|
],
|
|
1254
1411
|
"type": {
|
|
@@ -1270,8 +1427,9 @@
|
|
|
1270
1427
|
"sources": [
|
|
1271
1428
|
{
|
|
1272
1429
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1273
|
-
"line":
|
|
1274
|
-
"character": 9
|
|
1430
|
+
"line": 296,
|
|
1431
|
+
"character": 9,
|
|
1432
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L296"
|
|
1275
1433
|
}
|
|
1276
1434
|
],
|
|
1277
1435
|
"type": {
|
|
@@ -1293,8 +1451,9 @@
|
|
|
1293
1451
|
"sources": [
|
|
1294
1452
|
{
|
|
1295
1453
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1296
|
-
"line":
|
|
1297
|
-
"character": 9
|
|
1454
|
+
"line": 297,
|
|
1455
|
+
"character": 9,
|
|
1456
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L297"
|
|
1298
1457
|
}
|
|
1299
1458
|
],
|
|
1300
1459
|
"type": {
|
|
@@ -1311,31 +1470,54 @@
|
|
|
1311
1470
|
"isPublic": true
|
|
1312
1471
|
},
|
|
1313
1472
|
"comment": {
|
|
1314
|
-
"
|
|
1315
|
-
|
|
1473
|
+
"summary": [
|
|
1474
|
+
{
|
|
1475
|
+
"kind": "text",
|
|
1476
|
+
"text": "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 "
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"kind": "code",
|
|
1480
|
+
"text": "`multiselectRowId`"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"kind": "text",
|
|
1484
|
+
"text": " property, but multiselect defaults to the "
|
|
1485
|
+
},
|
|
1316
1486
|
{
|
|
1317
|
-
"
|
|
1318
|
-
"text": "
|
|
1487
|
+
"kind": "code",
|
|
1488
|
+
"text": "`id`"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"kind": "text",
|
|
1492
|
+
"text": " property on\nthe "
|
|
1493
|
+
},
|
|
1494
|
+
{
|
|
1495
|
+
"kind": "code",
|
|
1496
|
+
"text": "`data`"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"kind": "text",
|
|
1500
|
+
"text": " object."
|
|
1501
|
+
}
|
|
1502
|
+
],
|
|
1503
|
+
"blockTags": [
|
|
1504
|
+
{
|
|
1505
|
+
"tag": "@default",
|
|
1506
|
+
"content": [
|
|
1507
|
+
{
|
|
1508
|
+
"kind": "text",
|
|
1509
|
+
"text": "false"
|
|
1510
|
+
}
|
|
1511
|
+
]
|
|
1319
1512
|
}
|
|
1320
1513
|
]
|
|
1321
1514
|
},
|
|
1322
|
-
"decorators": [
|
|
1323
|
-
{
|
|
1324
|
-
"name": "Input",
|
|
1325
|
-
"type": {
|
|
1326
|
-
"type": "reference",
|
|
1327
|
-
"qualifiedName": "InputDecorator",
|
|
1328
|
-
"package": "@angular/core",
|
|
1329
|
-
"name": "Input"
|
|
1330
|
-
},
|
|
1331
|
-
"arguments": {}
|
|
1332
|
-
}
|
|
1333
|
-
],
|
|
1334
1515
|
"sources": [
|
|
1335
1516
|
{
|
|
1336
1517
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1337
1518
|
"line": 119,
|
|
1338
|
-
"character": 9
|
|
1519
|
+
"character": 9,
|
|
1520
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L119"
|
|
1339
1521
|
}
|
|
1340
1522
|
],
|
|
1341
1523
|
"type": {
|
|
@@ -1353,31 +1535,46 @@
|
|
|
1353
1535
|
"isPublic": true
|
|
1354
1536
|
},
|
|
1355
1537
|
"comment": {
|
|
1356
|
-
"
|
|
1357
|
-
|
|
1538
|
+
"summary": [
|
|
1539
|
+
{
|
|
1540
|
+
"kind": "text",
|
|
1541
|
+
"text": "How the grid fits to its parent. The valid options are "
|
|
1542
|
+
},
|
|
1543
|
+
{
|
|
1544
|
+
"kind": "code",
|
|
1545
|
+
"text": "`width`"
|
|
1546
|
+
},
|
|
1547
|
+
{
|
|
1548
|
+
"kind": "text",
|
|
1549
|
+
"text": ",\nwhich fits the grid to the parent's full width, and "
|
|
1550
|
+
},
|
|
1551
|
+
{
|
|
1552
|
+
"kind": "code",
|
|
1553
|
+
"text": "`scroll`"
|
|
1554
|
+
},
|
|
1358
1555
|
{
|
|
1359
|
-
"
|
|
1360
|
-
"text": "\
|
|
1556
|
+
"kind": "text",
|
|
1557
|
+
"text": ", 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."
|
|
1558
|
+
}
|
|
1559
|
+
],
|
|
1560
|
+
"blockTags": [
|
|
1561
|
+
{
|
|
1562
|
+
"tag": "@default",
|
|
1563
|
+
"content": [
|
|
1564
|
+
{
|
|
1565
|
+
"kind": "text",
|
|
1566
|
+
"text": "\"width\""
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1361
1569
|
}
|
|
1362
1570
|
]
|
|
1363
1571
|
},
|
|
1364
|
-
"decorators": [
|
|
1365
|
-
{
|
|
1366
|
-
"name": "Input",
|
|
1367
|
-
"type": {
|
|
1368
|
-
"type": "reference",
|
|
1369
|
-
"qualifiedName": "InputDecorator",
|
|
1370
|
-
"package": "@angular/core",
|
|
1371
|
-
"name": "Input"
|
|
1372
|
-
},
|
|
1373
|
-
"arguments": {}
|
|
1374
|
-
}
|
|
1375
|
-
],
|
|
1376
1572
|
"sources": [
|
|
1377
1573
|
{
|
|
1378
1574
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1379
1575
|
"line": 129,
|
|
1380
|
-
"character": 9
|
|
1576
|
+
"character": 9,
|
|
1577
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L129"
|
|
1381
1578
|
}
|
|
1382
1579
|
],
|
|
1383
1580
|
"type": {
|
|
@@ -1397,8 +1594,9 @@
|
|
|
1397
1594
|
"sources": [
|
|
1398
1595
|
{
|
|
1399
1596
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1400
|
-
"line":
|
|
1401
|
-
"character": 9
|
|
1597
|
+
"line": 298,
|
|
1598
|
+
"character": 9,
|
|
1599
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L298"
|
|
1402
1600
|
}
|
|
1403
1601
|
],
|
|
1404
1602
|
"type": {
|
|
@@ -1416,25 +1614,19 @@
|
|
|
1416
1614
|
"isPublic": true
|
|
1417
1615
|
},
|
|
1418
1616
|
"comment": {
|
|
1419
|
-
"
|
|
1617
|
+
"summary": [
|
|
1618
|
+
{
|
|
1619
|
+
"kind": "text",
|
|
1620
|
+
"text": "Whether to display a toolbar with the grid."
|
|
1621
|
+
}
|
|
1622
|
+
]
|
|
1420
1623
|
},
|
|
1421
|
-
"decorators": [
|
|
1422
|
-
{
|
|
1423
|
-
"name": "Input",
|
|
1424
|
-
"type": {
|
|
1425
|
-
"type": "reference",
|
|
1426
|
-
"qualifiedName": "InputDecorator",
|
|
1427
|
-
"package": "@angular/core",
|
|
1428
|
-
"name": "Input"
|
|
1429
|
-
},
|
|
1430
|
-
"arguments": {}
|
|
1431
|
-
}
|
|
1432
|
-
],
|
|
1433
1624
|
"sources": [
|
|
1434
1625
|
{
|
|
1435
1626
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1436
1627
|
"line": 135,
|
|
1437
|
-
"character": 9
|
|
1628
|
+
"character": 9,
|
|
1629
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L135"
|
|
1438
1630
|
}
|
|
1439
1631
|
],
|
|
1440
1632
|
"type": {
|
|
@@ -1452,25 +1644,19 @@
|
|
|
1452
1644
|
"isPublic": true
|
|
1453
1645
|
},
|
|
1454
1646
|
"comment": {
|
|
1455
|
-
"
|
|
1647
|
+
"summary": [
|
|
1648
|
+
{
|
|
1649
|
+
"kind": "text",
|
|
1650
|
+
"text": "The height of the grid."
|
|
1651
|
+
}
|
|
1652
|
+
]
|
|
1456
1653
|
},
|
|
1457
|
-
"decorators": [
|
|
1458
|
-
{
|
|
1459
|
-
"name": "Input",
|
|
1460
|
-
"type": {
|
|
1461
|
-
"type": "reference",
|
|
1462
|
-
"qualifiedName": "InputDecorator",
|
|
1463
|
-
"package": "@angular/core",
|
|
1464
|
-
"name": "Input"
|
|
1465
|
-
},
|
|
1466
|
-
"arguments": {}
|
|
1467
|
-
}
|
|
1468
|
-
],
|
|
1469
1654
|
"sources": [
|
|
1470
1655
|
{
|
|
1471
1656
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1472
1657
|
"line": 141,
|
|
1473
|
-
"character": 9
|
|
1658
|
+
"character": 9,
|
|
1659
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L141"
|
|
1474
1660
|
}
|
|
1475
1661
|
],
|
|
1476
1662
|
"type": {
|
|
@@ -1487,25 +1673,19 @@
|
|
|
1487
1673
|
"isPublic": true
|
|
1488
1674
|
},
|
|
1489
1675
|
"comment": {
|
|
1490
|
-
"
|
|
1676
|
+
"summary": [
|
|
1677
|
+
{
|
|
1678
|
+
"kind": "text",
|
|
1679
|
+
"text": "Text to highlight within the grid.\nTypically, this property is used in conjunction with search."
|
|
1680
|
+
}
|
|
1681
|
+
]
|
|
1491
1682
|
},
|
|
1492
|
-
"decorators": [
|
|
1493
|
-
{
|
|
1494
|
-
"name": "Input",
|
|
1495
|
-
"type": {
|
|
1496
|
-
"type": "reference",
|
|
1497
|
-
"qualifiedName": "InputDecorator",
|
|
1498
|
-
"package": "@angular/core",
|
|
1499
|
-
"name": "Input"
|
|
1500
|
-
},
|
|
1501
|
-
"arguments": {}
|
|
1502
|
-
}
|
|
1503
|
-
],
|
|
1504
1683
|
"sources": [
|
|
1505
1684
|
{
|
|
1506
1685
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1507
1686
|
"line": 148,
|
|
1508
|
-
"character": 9
|
|
1687
|
+
"character": 9,
|
|
1688
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L148"
|
|
1509
1689
|
}
|
|
1510
1690
|
],
|
|
1511
1691
|
"type": {
|
|
@@ -1524,8 +1704,9 @@
|
|
|
1524
1704
|
"sources": [
|
|
1525
1705
|
{
|
|
1526
1706
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1527
|
-
"line":
|
|
1528
|
-
"character": 9
|
|
1707
|
+
"line": 300,
|
|
1708
|
+
"character": 9,
|
|
1709
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L300"
|
|
1529
1710
|
}
|
|
1530
1711
|
],
|
|
1531
1712
|
"type": {
|
|
@@ -1547,8 +1728,9 @@
|
|
|
1547
1728
|
"sources": [
|
|
1548
1729
|
{
|
|
1549
1730
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1550
|
-
"line":
|
|
1551
|
-
"character": 9
|
|
1731
|
+
"line": 301,
|
|
1732
|
+
"character": 9,
|
|
1733
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L301"
|
|
1552
1734
|
}
|
|
1553
1735
|
],
|
|
1554
1736
|
"type": {
|
|
@@ -1566,25 +1748,19 @@
|
|
|
1566
1748
|
"isPublic": true
|
|
1567
1749
|
},
|
|
1568
1750
|
"comment": {
|
|
1569
|
-
"
|
|
1751
|
+
"summary": [
|
|
1752
|
+
{
|
|
1753
|
+
"kind": "text",
|
|
1754
|
+
"text": "The observable to send commands to the grid."
|
|
1755
|
+
}
|
|
1756
|
+
]
|
|
1570
1757
|
},
|
|
1571
|
-
"decorators": [
|
|
1572
|
-
{
|
|
1573
|
-
"name": "Input",
|
|
1574
|
-
"type": {
|
|
1575
|
-
"type": "reference",
|
|
1576
|
-
"qualifiedName": "InputDecorator",
|
|
1577
|
-
"package": "@angular/core",
|
|
1578
|
-
"name": "Input"
|
|
1579
|
-
},
|
|
1580
|
-
"arguments": {}
|
|
1581
|
-
}
|
|
1582
|
-
],
|
|
1583
1758
|
"sources": [
|
|
1584
1759
|
{
|
|
1585
1760
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1586
1761
|
"line": 154,
|
|
1587
|
-
"character": 9
|
|
1762
|
+
"character": 9,
|
|
1763
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L154"
|
|
1588
1764
|
}
|
|
1589
1765
|
],
|
|
1590
1766
|
"type": {
|
|
@@ -1596,9 +1772,9 @@
|
|
|
1596
1772
|
"name": "SkyGridMessage"
|
|
1597
1773
|
}
|
|
1598
1774
|
],
|
|
1775
|
+
"name": "Subject",
|
|
1599
1776
|
"qualifiedName": "Subject",
|
|
1600
|
-
"package": "rxjs"
|
|
1601
|
-
"name": "Subject"
|
|
1777
|
+
"package": "rxjs"
|
|
1602
1778
|
},
|
|
1603
1779
|
"defaultValue": "..."
|
|
1604
1780
|
},
|
|
@@ -1613,8 +1789,9 @@
|
|
|
1613
1789
|
"sources": [
|
|
1614
1790
|
{
|
|
1615
1791
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1616
|
-
"line":
|
|
1617
|
-
"character": 9
|
|
1792
|
+
"line": 302,
|
|
1793
|
+
"character": 9,
|
|
1794
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L302"
|
|
1618
1795
|
}
|
|
1619
1796
|
],
|
|
1620
1797
|
"type": {
|
|
@@ -1632,25 +1809,35 @@
|
|
|
1632
1809
|
"isPublic": true
|
|
1633
1810
|
},
|
|
1634
1811
|
"comment": {
|
|
1635
|
-
"
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
"name": "Input",
|
|
1640
|
-
"type": {
|
|
1641
|
-
"type": "reference",
|
|
1642
|
-
"qualifiedName": "InputDecorator",
|
|
1643
|
-
"package": "@angular/core",
|
|
1644
|
-
"name": "Input"
|
|
1812
|
+
"summary": [
|
|
1813
|
+
{
|
|
1814
|
+
"kind": "text",
|
|
1815
|
+
"text": "The unique ID that matches a property on the "
|
|
1645
1816
|
},
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1817
|
+
{
|
|
1818
|
+
"kind": "code",
|
|
1819
|
+
"text": "`data`"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"kind": "text",
|
|
1823
|
+
"text": " object.\nBy default, this property uses the "
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"kind": "code",
|
|
1827
|
+
"text": "`id`"
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"kind": "text",
|
|
1831
|
+
"text": " property."
|
|
1832
|
+
}
|
|
1833
|
+
]
|
|
1834
|
+
},
|
|
1649
1835
|
"sources": [
|
|
1650
1836
|
{
|
|
1651
1837
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1652
1838
|
"line": 161,
|
|
1653
|
-
"character": 9
|
|
1839
|
+
"character": 9,
|
|
1840
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L161"
|
|
1654
1841
|
}
|
|
1655
1842
|
],
|
|
1656
1843
|
"type": {
|
|
@@ -1667,25 +1854,27 @@
|
|
|
1667
1854
|
"isPublic": true
|
|
1668
1855
|
},
|
|
1669
1856
|
"comment": {
|
|
1670
|
-
"
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
"name": "Output",
|
|
1675
|
-
"type": {
|
|
1676
|
-
"type": "reference",
|
|
1677
|
-
"qualifiedName": "OutputDecorator",
|
|
1678
|
-
"package": "@angular/core",
|
|
1679
|
-
"name": "Output"
|
|
1857
|
+
"summary": [
|
|
1858
|
+
{
|
|
1859
|
+
"kind": "text",
|
|
1860
|
+
"text": "Fires when the selection of multiselect checkboxes changes.\nEmits an array of IDs for the selected rows based on the "
|
|
1680
1861
|
},
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1862
|
+
{
|
|
1863
|
+
"kind": "code",
|
|
1864
|
+
"text": "`multiselectRowId`"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"kind": "text",
|
|
1868
|
+
"text": " property\nthat the consumer provides."
|
|
1869
|
+
}
|
|
1870
|
+
]
|
|
1871
|
+
},
|
|
1684
1872
|
"sources": [
|
|
1685
1873
|
{
|
|
1686
1874
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1687
1875
|
"line": 266,
|
|
1688
|
-
"character": 9
|
|
1876
|
+
"character": 9,
|
|
1877
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L266"
|
|
1689
1878
|
}
|
|
1690
1879
|
],
|
|
1691
1880
|
"type": {
|
|
@@ -1697,9 +1886,9 @@
|
|
|
1697
1886
|
"name": "SkyGridSelectedRowsModelChange"
|
|
1698
1887
|
}
|
|
1699
1888
|
],
|
|
1889
|
+
"name": "EventEmitter",
|
|
1700
1890
|
"qualifiedName": "EventEmitter",
|
|
1701
|
-
"package": "@angular/core"
|
|
1702
|
-
"name": "EventEmitter"
|
|
1891
|
+
"package": "@angular/core"
|
|
1703
1892
|
},
|
|
1704
1893
|
"defaultValue": "..."
|
|
1705
1894
|
},
|
|
@@ -1714,8 +1903,9 @@
|
|
|
1714
1903
|
"sources": [
|
|
1715
1904
|
{
|
|
1716
1905
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1717
|
-
"line":
|
|
1718
|
-
"character": 9
|
|
1906
|
+
"line": 299,
|
|
1907
|
+
"character": 9,
|
|
1908
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L299"
|
|
1719
1909
|
}
|
|
1720
1910
|
],
|
|
1721
1911
|
"type": {
|
|
@@ -1736,25 +1926,35 @@
|
|
|
1736
1926
|
"isPublic": true
|
|
1737
1927
|
},
|
|
1738
1928
|
"comment": {
|
|
1739
|
-
"
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
"name": "Input",
|
|
1744
|
-
"type": {
|
|
1745
|
-
"type": "reference",
|
|
1746
|
-
"qualifiedName": "InputDecorator",
|
|
1747
|
-
"package": "@angular/core",
|
|
1748
|
-
"name": "Input"
|
|
1929
|
+
"summary": [
|
|
1930
|
+
{
|
|
1931
|
+
"kind": "text",
|
|
1932
|
+
"text": "The ID of the row to highlight. The ID matches the "
|
|
1749
1933
|
},
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1934
|
+
{
|
|
1935
|
+
"kind": "code",
|
|
1936
|
+
"text": "`id`"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"kind": "text",
|
|
1940
|
+
"text": " property\nof the "
|
|
1941
|
+
},
|
|
1942
|
+
{
|
|
1943
|
+
"kind": "code",
|
|
1944
|
+
"text": "`data`"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"kind": "text",
|
|
1948
|
+
"text": " object. Typically, this property is used in conjunction with\nthe flyout component to indicate the currently selected row."
|
|
1949
|
+
}
|
|
1950
|
+
]
|
|
1951
|
+
},
|
|
1753
1952
|
"sources": [
|
|
1754
1953
|
{
|
|
1755
1954
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1756
1955
|
"line": 169,
|
|
1757
|
-
"character": 9
|
|
1956
|
+
"character": 9,
|
|
1957
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L169"
|
|
1758
1958
|
}
|
|
1759
1959
|
],
|
|
1760
1960
|
"type": {
|
|
@@ -1771,25 +1971,19 @@
|
|
|
1771
1971
|
"isPublic": true
|
|
1772
1972
|
},
|
|
1773
1973
|
"comment": {
|
|
1774
|
-
"
|
|
1974
|
+
"summary": [
|
|
1975
|
+
{
|
|
1976
|
+
"kind": "text",
|
|
1977
|
+
"text": "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."
|
|
1978
|
+
}
|
|
1979
|
+
]
|
|
1775
1980
|
},
|
|
1776
|
-
"decorators": [
|
|
1777
|
-
{
|
|
1778
|
-
"name": "Output",
|
|
1779
|
-
"type": {
|
|
1780
|
-
"type": "reference",
|
|
1781
|
-
"qualifiedName": "OutputDecorator",
|
|
1782
|
-
"package": "@angular/core",
|
|
1783
|
-
"name": "Output"
|
|
1784
|
-
},
|
|
1785
|
-
"arguments": {}
|
|
1786
|
-
}
|
|
1787
|
-
],
|
|
1788
1981
|
"sources": [
|
|
1789
1982
|
{
|
|
1790
1983
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1791
|
-
"line":
|
|
1792
|
-
"character": 9
|
|
1984
|
+
"line": 286,
|
|
1985
|
+
"character": 9,
|
|
1986
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L286"
|
|
1793
1987
|
}
|
|
1794
1988
|
],
|
|
1795
1989
|
"type": {
|
|
@@ -1803,9 +1997,9 @@
|
|
|
1803
1997
|
}
|
|
1804
1998
|
}
|
|
1805
1999
|
],
|
|
2000
|
+
"name": "EventEmitter",
|
|
1806
2001
|
"qualifiedName": "EventEmitter",
|
|
1807
|
-
"package": "@angular/core"
|
|
1808
|
-
"name": "EventEmitter"
|
|
2002
|
+
"package": "@angular/core"
|
|
1809
2003
|
},
|
|
1810
2004
|
"defaultValue": "..."
|
|
1811
2005
|
},
|
|
@@ -1818,25 +2012,43 @@
|
|
|
1818
2012
|
"isPublic": true
|
|
1819
2013
|
},
|
|
1820
2014
|
"comment": {
|
|
1821
|
-
"
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
"name": "Input",
|
|
1826
|
-
"type": {
|
|
1827
|
-
"type": "reference",
|
|
1828
|
-
"qualifiedName": "InputDecorator",
|
|
1829
|
-
"package": "@angular/core",
|
|
1830
|
-
"name": "Input"
|
|
2015
|
+
"summary": [
|
|
2016
|
+
{
|
|
2017
|
+
"kind": "text",
|
|
2018
|
+
"text": "The 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"
|
|
1831
2019
|
},
|
|
1832
|
-
|
|
1833
|
-
|
|
1834
|
-
|
|
2020
|
+
{
|
|
2021
|
+
"kind": "code",
|
|
2022
|
+
"text": "`selectedColumnIds`"
|
|
2023
|
+
},
|
|
2024
|
+
{
|
|
2025
|
+
"kind": "text",
|
|
2026
|
+
"text": " to preserve the columns to display and the preferred column order. You must provide "
|
|
2027
|
+
},
|
|
2028
|
+
{
|
|
2029
|
+
"kind": "code",
|
|
2030
|
+
"text": "`id`"
|
|
2031
|
+
},
|
|
2032
|
+
{
|
|
2033
|
+
"kind": "text",
|
|
2034
|
+
"text": " values for your "
|
|
2035
|
+
},
|
|
2036
|
+
{
|
|
2037
|
+
"kind": "code",
|
|
2038
|
+
"text": "`sky-grid-column`"
|
|
2039
|
+
},
|
|
2040
|
+
{
|
|
2041
|
+
"kind": "text",
|
|
2042
|
+
"text": " elements because the UI Config Service depends on those values to organize columns based on user settings. For more information about the UI Config Service, see [the sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
|
|
2043
|
+
}
|
|
2044
|
+
]
|
|
2045
|
+
},
|
|
1835
2046
|
"sources": [
|
|
1836
2047
|
{
|
|
1837
2048
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1838
2049
|
"line": 232,
|
|
1839
|
-
"character": 9
|
|
2050
|
+
"character": 9,
|
|
2051
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L232"
|
|
1840
2052
|
}
|
|
1841
2053
|
],
|
|
1842
2054
|
"type": {
|
|
@@ -1855,8 +2067,9 @@
|
|
|
1855
2067
|
"sources": [
|
|
1856
2068
|
{
|
|
1857
2069
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1858
|
-
"line":
|
|
1859
|
-
"character": 9
|
|
2070
|
+
"line": 303,
|
|
2071
|
+
"character": 9,
|
|
2072
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L303"
|
|
1860
2073
|
}
|
|
1861
2074
|
],
|
|
1862
2075
|
"type": {
|
|
@@ -1876,8 +2089,9 @@
|
|
|
1876
2089
|
"sources": [
|
|
1877
2090
|
{
|
|
1878
2091
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1879
|
-
"line":
|
|
1880
|
-
"character": 9
|
|
2092
|
+
"line": 304,
|
|
2093
|
+
"character": 9,
|
|
2094
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L304"
|
|
1881
2095
|
}
|
|
1882
2096
|
],
|
|
1883
2097
|
"type": {
|
|
@@ -1895,25 +2109,67 @@
|
|
|
1895
2109
|
"isPublic": true
|
|
1896
2110
|
},
|
|
1897
2111
|
"comment": {
|
|
1898
|
-
"
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
|
|
1902
|
-
"name": "Input",
|
|
1903
|
-
"type": {
|
|
1904
|
-
"type": "reference",
|
|
1905
|
-
"qualifiedName": "InputDecorator",
|
|
1906
|
-
"package": "@angular/core",
|
|
1907
|
-
"name": "Input"
|
|
2112
|
+
"summary": [
|
|
2113
|
+
{
|
|
2114
|
+
"kind": "text",
|
|
2115
|
+
"text": "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 "
|
|
1908
2116
|
},
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
|
|
2117
|
+
{
|
|
2118
|
+
"kind": "code",
|
|
2119
|
+
"text": "`ListSortFieldSelectorModel`"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "text",
|
|
2123
|
+
"text": " value with the following properties:\n- "
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"kind": "code",
|
|
2127
|
+
"text": "`fieldSelector`"
|
|
2128
|
+
},
|
|
2129
|
+
{
|
|
2130
|
+
"kind": "text",
|
|
2131
|
+
"text": " Represents the current sort field. This property accepts "
|
|
2132
|
+
},
|
|
2133
|
+
{
|
|
2134
|
+
"kind": "code",
|
|
2135
|
+
"text": "`string`"
|
|
2136
|
+
},
|
|
2137
|
+
{
|
|
2138
|
+
"kind": "text",
|
|
2139
|
+
"text": " values.\n- "
|
|
2140
|
+
},
|
|
2141
|
+
{
|
|
2142
|
+
"kind": "code",
|
|
2143
|
+
"text": "`descending`"
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"kind": "text",
|
|
2147
|
+
"text": " 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 "
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"kind": "code",
|
|
2151
|
+
"text": "`boolean`"
|
|
2152
|
+
},
|
|
2153
|
+
{
|
|
2154
|
+
"kind": "text",
|
|
2155
|
+
"text": " values. Default is "
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"kind": "code",
|
|
2159
|
+
"text": "`false`"
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"kind": "text",
|
|
2163
|
+
"text": "."
|
|
2164
|
+
}
|
|
2165
|
+
]
|
|
2166
|
+
},
|
|
1912
2167
|
"sources": [
|
|
1913
2168
|
{
|
|
1914
2169
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1915
2170
|
"line": 244,
|
|
1916
|
-
"character": 9
|
|
2171
|
+
"character": 9,
|
|
2172
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L244"
|
|
1917
2173
|
}
|
|
1918
2174
|
],
|
|
1919
2175
|
"type": {
|
|
@@ -1930,25 +2186,19 @@
|
|
|
1930
2186
|
"isPublic": true
|
|
1931
2187
|
},
|
|
1932
2188
|
"comment": {
|
|
1933
|
-
"
|
|
2189
|
+
"summary": [
|
|
2190
|
+
{
|
|
2191
|
+
"kind": "text",
|
|
2192
|
+
"text": "Fires when the active sort field changes."
|
|
2193
|
+
}
|
|
2194
|
+
]
|
|
1934
2195
|
},
|
|
1935
|
-
"decorators": [
|
|
1936
|
-
{
|
|
1937
|
-
"name": "Output",
|
|
1938
|
-
"type": {
|
|
1939
|
-
"type": "reference",
|
|
1940
|
-
"qualifiedName": "OutputDecorator",
|
|
1941
|
-
"package": "@angular/core",
|
|
1942
|
-
"name": "Output"
|
|
1943
|
-
},
|
|
1944
|
-
"arguments": {}
|
|
1945
|
-
}
|
|
1946
|
-
],
|
|
1947
2196
|
"sources": [
|
|
1948
2197
|
{
|
|
1949
2198
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1950
|
-
"line":
|
|
1951
|
-
"character": 9
|
|
2199
|
+
"line": 292,
|
|
2200
|
+
"character": 9,
|
|
2201
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L292"
|
|
1952
2202
|
}
|
|
1953
2203
|
],
|
|
1954
2204
|
"type": {
|
|
@@ -1959,9 +2209,9 @@
|
|
|
1959
2209
|
"name": "ListSortFieldSelectorModel"
|
|
1960
2210
|
}
|
|
1961
2211
|
],
|
|
2212
|
+
"name": "EventEmitter",
|
|
1962
2213
|
"qualifiedName": "EventEmitter",
|
|
1963
|
-
"package": "@angular/core"
|
|
1964
|
-
"name": "EventEmitter"
|
|
2214
|
+
"package": "@angular/core"
|
|
1965
2215
|
},
|
|
1966
2216
|
"defaultValue": "..."
|
|
1967
2217
|
},
|
|
@@ -1974,25 +2224,19 @@
|
|
|
1974
2224
|
"isPublic": true
|
|
1975
2225
|
},
|
|
1976
2226
|
"comment": {
|
|
1977
|
-
"
|
|
2227
|
+
"summary": [
|
|
2228
|
+
{
|
|
2229
|
+
"kind": "text",
|
|
2230
|
+
"text": "The width of the grid in pixels."
|
|
2231
|
+
}
|
|
2232
|
+
]
|
|
1978
2233
|
},
|
|
1979
|
-
"decorators": [
|
|
1980
|
-
{
|
|
1981
|
-
"name": "Input",
|
|
1982
|
-
"type": {
|
|
1983
|
-
"type": "reference",
|
|
1984
|
-
"qualifiedName": "InputDecorator",
|
|
1985
|
-
"package": "@angular/core",
|
|
1986
|
-
"name": "Input"
|
|
1987
|
-
},
|
|
1988
|
-
"arguments": {}
|
|
1989
|
-
}
|
|
1990
|
-
],
|
|
1991
2234
|
"sources": [
|
|
1992
2235
|
{
|
|
1993
2236
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
1994
2237
|
"line": 250,
|
|
1995
|
-
"character": 9
|
|
2238
|
+
"character": 9,
|
|
2239
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L250"
|
|
1996
2240
|
}
|
|
1997
2241
|
],
|
|
1998
2242
|
"type": {
|
|
@@ -2008,76 +2252,69 @@
|
|
|
2008
2252
|
"flags": {
|
|
2009
2253
|
"isPublic": true
|
|
2010
2254
|
},
|
|
2011
|
-
"decorators": [
|
|
2012
|
-
{
|
|
2013
|
-
"name": "Input",
|
|
2014
|
-
"type": {
|
|
2015
|
-
"type": "reference",
|
|
2016
|
-
"qualifiedName": "InputDecorator",
|
|
2017
|
-
"package": "@angular/core",
|
|
2018
|
-
"name": "Input"
|
|
2019
|
-
},
|
|
2020
|
-
"arguments": {}
|
|
2021
|
-
}
|
|
2022
|
-
],
|
|
2023
2255
|
"sources": [
|
|
2024
2256
|
{
|
|
2025
2257
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2026
2258
|
"line": 89,
|
|
2027
|
-
"character": 13
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
"getSignature": [
|
|
2259
|
+
"character": 13,
|
|
2260
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L89"
|
|
2261
|
+
},
|
|
2031
2262
|
{
|
|
2032
|
-
"
|
|
2033
|
-
"
|
|
2034
|
-
"
|
|
2035
|
-
"
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2263
|
+
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2264
|
+
"line": 100,
|
|
2265
|
+
"character": 13,
|
|
2266
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L100"
|
|
2267
|
+
}
|
|
2268
|
+
],
|
|
2269
|
+
"getSignature": {
|
|
2270
|
+
"id": 125,
|
|
2271
|
+
"name": "columns",
|
|
2272
|
+
"kind": 524288,
|
|
2273
|
+
"kindString": "Get signature",
|
|
2274
|
+
"flags": {},
|
|
2275
|
+
"type": {
|
|
2276
|
+
"type": "array",
|
|
2277
|
+
"elementType": {
|
|
2278
|
+
"type": "reference",
|
|
2279
|
+
"name": "SkyGridColumnModel"
|
|
2046
2280
|
}
|
|
2047
2281
|
}
|
|
2048
|
-
|
|
2049
|
-
"setSignature":
|
|
2050
|
-
|
|
2051
|
-
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
"
|
|
2057
|
-
"shortText": "Columns and column properties for the grid."
|
|
2058
|
-
},
|
|
2059
|
-
"parameters": [
|
|
2282
|
+
},
|
|
2283
|
+
"setSignature": {
|
|
2284
|
+
"id": 126,
|
|
2285
|
+
"name": "columns",
|
|
2286
|
+
"kind": 1048576,
|
|
2287
|
+
"kindString": "Set signature",
|
|
2288
|
+
"flags": {},
|
|
2289
|
+
"comment": {
|
|
2290
|
+
"summary": [
|
|
2060
2291
|
{
|
|
2061
|
-
"
|
|
2062
|
-
"
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2292
|
+
"kind": "text",
|
|
2293
|
+
"text": "Columns and column properties for the grid."
|
|
2294
|
+
}
|
|
2295
|
+
]
|
|
2296
|
+
},
|
|
2297
|
+
"parameters": [
|
|
2298
|
+
{
|
|
2299
|
+
"id": 127,
|
|
2300
|
+
"name": "newColumns",
|
|
2301
|
+
"kind": 32768,
|
|
2302
|
+
"kindString": "Parameter",
|
|
2303
|
+
"flags": {},
|
|
2304
|
+
"type": {
|
|
2305
|
+
"type": "array",
|
|
2306
|
+
"elementType": {
|
|
2307
|
+
"type": "reference",
|
|
2308
|
+
"name": "SkyGridColumnModel"
|
|
2072
2309
|
}
|
|
2073
2310
|
}
|
|
2074
|
-
],
|
|
2075
|
-
"type": {
|
|
2076
|
-
"type": "intrinsic",
|
|
2077
|
-
"name": "void"
|
|
2078
2311
|
}
|
|
2312
|
+
],
|
|
2313
|
+
"type": {
|
|
2314
|
+
"type": "intrinsic",
|
|
2315
|
+
"name": "void"
|
|
2079
2316
|
}
|
|
2080
|
-
|
|
2317
|
+
}
|
|
2081
2318
|
},
|
|
2082
2319
|
{
|
|
2083
2320
|
"id": 137,
|
|
@@ -2087,76 +2324,85 @@
|
|
|
2087
2324
|
"flags": {
|
|
2088
2325
|
"isPublic": true
|
|
2089
2326
|
},
|
|
2090
|
-
"decorators": [
|
|
2091
|
-
{
|
|
2092
|
-
"name": "Input",
|
|
2093
|
-
"type": {
|
|
2094
|
-
"type": "reference",
|
|
2095
|
-
"qualifiedName": "InputDecorator",
|
|
2096
|
-
"package": "@angular/core",
|
|
2097
|
-
"name": "Input"
|
|
2098
|
-
},
|
|
2099
|
-
"arguments": {}
|
|
2100
|
-
}
|
|
2101
|
-
],
|
|
2102
2327
|
"sources": [
|
|
2103
2328
|
{
|
|
2104
2329
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2105
2330
|
"line": 176,
|
|
2106
|
-
"character": 13
|
|
2107
|
-
|
|
2108
|
-
|
|
2109
|
-
"getSignature": [
|
|
2331
|
+
"character": 13,
|
|
2332
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L176"
|
|
2333
|
+
},
|
|
2110
2334
|
{
|
|
2111
|
-
"
|
|
2112
|
-
"
|
|
2113
|
-
"
|
|
2114
|
-
"
|
|
2115
|
-
|
|
2116
|
-
|
|
2117
|
-
|
|
2118
|
-
|
|
2119
|
-
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2335
|
+
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2336
|
+
"line": 204,
|
|
2337
|
+
"character": 13,
|
|
2338
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L204"
|
|
2339
|
+
}
|
|
2340
|
+
],
|
|
2341
|
+
"getSignature": {
|
|
2342
|
+
"id": 138,
|
|
2343
|
+
"name": "selectedColumnIds",
|
|
2344
|
+
"kind": 524288,
|
|
2345
|
+
"kindString": "Get signature",
|
|
2346
|
+
"flags": {},
|
|
2347
|
+
"type": {
|
|
2348
|
+
"type": "array",
|
|
2349
|
+
"elementType": {
|
|
2350
|
+
"type": "intrinsic",
|
|
2351
|
+
"name": "string"
|
|
2125
2352
|
}
|
|
2126
2353
|
}
|
|
2127
|
-
|
|
2128
|
-
"setSignature":
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2132
|
-
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
"
|
|
2136
|
-
|
|
2137
|
-
|
|
2138
|
-
|
|
2354
|
+
},
|
|
2355
|
+
"setSignature": {
|
|
2356
|
+
"id": 139,
|
|
2357
|
+
"name": "selectedColumnIds",
|
|
2358
|
+
"kind": 1048576,
|
|
2359
|
+
"kindString": "Set signature",
|
|
2360
|
+
"flags": {},
|
|
2361
|
+
"comment": {
|
|
2362
|
+
"summary": [
|
|
2363
|
+
{
|
|
2364
|
+
"kind": "text",
|
|
2365
|
+
"text": "The columns to display in the grid based on the "
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"kind": "code",
|
|
2369
|
+
"text": "`id`"
|
|
2370
|
+
},
|
|
2371
|
+
{
|
|
2372
|
+
"kind": "text",
|
|
2373
|
+
"text": " or "
|
|
2374
|
+
},
|
|
2139
2375
|
{
|
|
2140
|
-
"
|
|
2141
|
-
"
|
|
2142
|
-
|
|
2143
|
-
|
|
2144
|
-
"
|
|
2145
|
-
"
|
|
2146
|
-
|
|
2147
|
-
|
|
2148
|
-
|
|
2149
|
-
|
|
2150
|
-
|
|
2376
|
+
"kind": "code",
|
|
2377
|
+
"text": "`field`"
|
|
2378
|
+
},
|
|
2379
|
+
{
|
|
2380
|
+
"kind": "text",
|
|
2381
|
+
"text": " properties\nof the columns. If no columns are specified, then the grid displays all columns."
|
|
2382
|
+
}
|
|
2383
|
+
]
|
|
2384
|
+
},
|
|
2385
|
+
"parameters": [
|
|
2386
|
+
{
|
|
2387
|
+
"id": 140,
|
|
2388
|
+
"name": "value",
|
|
2389
|
+
"kind": 32768,
|
|
2390
|
+
"kindString": "Parameter",
|
|
2391
|
+
"flags": {},
|
|
2392
|
+
"type": {
|
|
2393
|
+
"type": "array",
|
|
2394
|
+
"elementType": {
|
|
2395
|
+
"type": "intrinsic",
|
|
2396
|
+
"name": "string"
|
|
2151
2397
|
}
|
|
2152
2398
|
}
|
|
2153
|
-
],
|
|
2154
|
-
"type": {
|
|
2155
|
-
"type": "intrinsic",
|
|
2156
|
-
"name": "void"
|
|
2157
2399
|
}
|
|
2400
|
+
],
|
|
2401
|
+
"type": {
|
|
2402
|
+
"type": "intrinsic",
|
|
2403
|
+
"name": "void"
|
|
2158
2404
|
}
|
|
2159
|
-
|
|
2405
|
+
}
|
|
2160
2406
|
},
|
|
2161
2407
|
{
|
|
2162
2408
|
"id": 141,
|
|
@@ -2166,76 +2412,85 @@
|
|
|
2166
2412
|
"flags": {
|
|
2167
2413
|
"isPublic": true
|
|
2168
2414
|
},
|
|
2169
|
-
"decorators": [
|
|
2170
|
-
{
|
|
2171
|
-
"name": "Input",
|
|
2172
|
-
"type": {
|
|
2173
|
-
"type": "reference",
|
|
2174
|
-
"qualifiedName": "InputDecorator",
|
|
2175
|
-
"package": "@angular/core",
|
|
2176
|
-
"name": "Input"
|
|
2177
|
-
},
|
|
2178
|
-
"arguments": {}
|
|
2179
|
-
}
|
|
2180
|
-
],
|
|
2181
2415
|
"sources": [
|
|
2182
2416
|
{
|
|
2183
2417
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2184
2418
|
"line": 214,
|
|
2185
|
-
"character": 13
|
|
2186
|
-
|
|
2187
|
-
|
|
2188
|
-
"getSignature": [
|
|
2419
|
+
"character": 13,
|
|
2420
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L214"
|
|
2421
|
+
},
|
|
2189
2422
|
{
|
|
2190
|
-
"
|
|
2191
|
-
"
|
|
2192
|
-
"
|
|
2193
|
-
"
|
|
2194
|
-
|
|
2195
|
-
|
|
2196
|
-
|
|
2197
|
-
|
|
2198
|
-
|
|
2199
|
-
|
|
2200
|
-
|
|
2201
|
-
|
|
2202
|
-
|
|
2203
|
-
|
|
2423
|
+
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2424
|
+
"line": 222,
|
|
2425
|
+
"character": 13,
|
|
2426
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L222"
|
|
2427
|
+
}
|
|
2428
|
+
],
|
|
2429
|
+
"getSignature": {
|
|
2430
|
+
"id": 142,
|
|
2431
|
+
"name": "selectedRowIds",
|
|
2432
|
+
"kind": 524288,
|
|
2433
|
+
"kindString": "Get signature",
|
|
2434
|
+
"flags": {},
|
|
2435
|
+
"type": {
|
|
2436
|
+
"type": "array",
|
|
2437
|
+
"elementType": {
|
|
2438
|
+
"type": "intrinsic",
|
|
2439
|
+
"name": "string"
|
|
2204
2440
|
}
|
|
2205
2441
|
}
|
|
2206
|
-
|
|
2207
|
-
"setSignature":
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
|
|
2213
|
-
|
|
2214
|
-
"
|
|
2215
|
-
"shortText": "The 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."
|
|
2216
|
-
},
|
|
2217
|
-
"parameters": [
|
|
2442
|
+
},
|
|
2443
|
+
"setSignature": {
|
|
2444
|
+
"id": 143,
|
|
2445
|
+
"name": "selectedRowIds",
|
|
2446
|
+
"kind": 1048576,
|
|
2447
|
+
"kindString": "Set signature",
|
|
2448
|
+
"flags": {},
|
|
2449
|
+
"comment": {
|
|
2450
|
+
"summary": [
|
|
2218
2451
|
{
|
|
2219
|
-
"
|
|
2220
|
-
"
|
|
2221
|
-
|
|
2222
|
-
|
|
2223
|
-
"
|
|
2224
|
-
"
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
|
|
2452
|
+
"kind": "text",
|
|
2453
|
+
"text": "The set of IDs for the rows to select in a multiselect grid.\nThe IDs match the "
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "code",
|
|
2457
|
+
"text": "`id`"
|
|
2458
|
+
},
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "text",
|
|
2461
|
+
"text": " properties of the "
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "code",
|
|
2465
|
+
"text": "`data`"
|
|
2466
|
+
},
|
|
2467
|
+
{
|
|
2468
|
+
"kind": "text",
|
|
2469
|
+
"text": " objects.\nRows with IDs that are not included are de-selected in the grid."
|
|
2470
|
+
}
|
|
2471
|
+
]
|
|
2472
|
+
},
|
|
2473
|
+
"parameters": [
|
|
2474
|
+
{
|
|
2475
|
+
"id": 144,
|
|
2476
|
+
"name": "value",
|
|
2477
|
+
"kind": 32768,
|
|
2478
|
+
"kindString": "Parameter",
|
|
2479
|
+
"flags": {},
|
|
2480
|
+
"type": {
|
|
2481
|
+
"type": "array",
|
|
2482
|
+
"elementType": {
|
|
2483
|
+
"type": "intrinsic",
|
|
2484
|
+
"name": "string"
|
|
2230
2485
|
}
|
|
2231
2486
|
}
|
|
2232
|
-
],
|
|
2233
|
-
"type": {
|
|
2234
|
-
"type": "intrinsic",
|
|
2235
|
-
"name": "void"
|
|
2236
2487
|
}
|
|
2488
|
+
],
|
|
2489
|
+
"type": {
|
|
2490
|
+
"type": "intrinsic",
|
|
2491
|
+
"name": "void"
|
|
2237
2492
|
}
|
|
2238
|
-
|
|
2493
|
+
}
|
|
2239
2494
|
},
|
|
2240
2495
|
{
|
|
2241
2496
|
"id": 165,
|
|
@@ -2248,26 +2503,25 @@
|
|
|
2248
2503
|
"sources": [
|
|
2249
2504
|
{
|
|
2250
2505
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2251
|
-
"line":
|
|
2252
|
-
"character": 13
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
}
|
|
2506
|
+
"line": 306,
|
|
2507
|
+
"character": 13,
|
|
2508
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L306"
|
|
2509
|
+
}
|
|
2510
|
+
],
|
|
2511
|
+
"getSignature": {
|
|
2512
|
+
"id": 166,
|
|
2513
|
+
"name": "tableWidth",
|
|
2514
|
+
"kind": 524288,
|
|
2515
|
+
"kindString": "Get signature",
|
|
2516
|
+
"flags": {},
|
|
2517
|
+
"type": {
|
|
2518
|
+
"type": "intrinsic",
|
|
2519
|
+
"name": "any"
|
|
2266
2520
|
}
|
|
2267
|
-
|
|
2521
|
+
}
|
|
2268
2522
|
},
|
|
2269
2523
|
{
|
|
2270
|
-
"id":
|
|
2524
|
+
"id": 290,
|
|
2271
2525
|
"name": "cancelRowDelete",
|
|
2272
2526
|
"kind": 2048,
|
|
2273
2527
|
"kindString": "Method",
|
|
@@ -2277,20 +2531,21 @@
|
|
|
2277
2531
|
"sources": [
|
|
2278
2532
|
{
|
|
2279
2533
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2280
|
-
"line":
|
|
2281
|
-
"character": 9
|
|
2534
|
+
"line": 784,
|
|
2535
|
+
"character": 9,
|
|
2536
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L784"
|
|
2282
2537
|
}
|
|
2283
2538
|
],
|
|
2284
2539
|
"signatures": [
|
|
2285
2540
|
{
|
|
2286
|
-
"id":
|
|
2541
|
+
"id": 291,
|
|
2287
2542
|
"name": "cancelRowDelete",
|
|
2288
2543
|
"kind": 4096,
|
|
2289
2544
|
"kindString": "Call signature",
|
|
2290
2545
|
"flags": {},
|
|
2291
2546
|
"parameters": [
|
|
2292
2547
|
{
|
|
2293
|
-
"id":
|
|
2548
|
+
"id": 292,
|
|
2294
2549
|
"name": "id",
|
|
2295
2550
|
"kind": 32768,
|
|
2296
2551
|
"kindString": "Parameter",
|
|
@@ -2309,7 +2564,7 @@
|
|
|
2309
2564
|
]
|
|
2310
2565
|
},
|
|
2311
2566
|
{
|
|
2312
|
-
"id":
|
|
2567
|
+
"id": 293,
|
|
2313
2568
|
"name": "confirmRowDelete",
|
|
2314
2569
|
"kind": 2048,
|
|
2315
2570
|
"kindString": "Method",
|
|
@@ -2319,20 +2574,21 @@
|
|
|
2319
2574
|
"sources": [
|
|
2320
2575
|
{
|
|
2321
2576
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2322
|
-
"line":
|
|
2323
|
-
"character": 9
|
|
2577
|
+
"line": 793,
|
|
2578
|
+
"character": 9,
|
|
2579
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L793"
|
|
2324
2580
|
}
|
|
2325
2581
|
],
|
|
2326
2582
|
"signatures": [
|
|
2327
2583
|
{
|
|
2328
|
-
"id":
|
|
2584
|
+
"id": 294,
|
|
2329
2585
|
"name": "confirmRowDelete",
|
|
2330
2586
|
"kind": 4096,
|
|
2331
2587
|
"kindString": "Call signature",
|
|
2332
2588
|
"flags": {},
|
|
2333
2589
|
"parameters": [
|
|
2334
2590
|
{
|
|
2335
|
-
"id":
|
|
2591
|
+
"id": 295,
|
|
2336
2592
|
"name": "id",
|
|
2337
2593
|
"kind": 32768,
|
|
2338
2594
|
"kindString": "Parameter",
|
|
@@ -2351,7 +2607,7 @@
|
|
|
2351
2607
|
]
|
|
2352
2608
|
},
|
|
2353
2609
|
{
|
|
2354
|
-
"id":
|
|
2610
|
+
"id": 232,
|
|
2355
2611
|
"name": "getAriaSortDirection",
|
|
2356
2612
|
"kind": 2048,
|
|
2357
2613
|
"kindString": "Method",
|
|
@@ -2361,20 +2617,21 @@
|
|
|
2361
2617
|
"sources": [
|
|
2362
2618
|
{
|
|
2363
2619
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2364
|
-
"line":
|
|
2365
|
-
"character": 9
|
|
2620
|
+
"line": 563,
|
|
2621
|
+
"character": 9,
|
|
2622
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L563"
|
|
2366
2623
|
}
|
|
2367
2624
|
],
|
|
2368
2625
|
"signatures": [
|
|
2369
2626
|
{
|
|
2370
|
-
"id":
|
|
2627
|
+
"id": 233,
|
|
2371
2628
|
"name": "getAriaSortDirection",
|
|
2372
2629
|
"kind": 4096,
|
|
2373
2630
|
"kindString": "Call signature",
|
|
2374
2631
|
"flags": {},
|
|
2375
2632
|
"parameters": [
|
|
2376
2633
|
{
|
|
2377
|
-
"id":
|
|
2634
|
+
"id": 234,
|
|
2378
2635
|
"name": "column",
|
|
2379
2636
|
"kind": 32768,
|
|
2380
2637
|
"kindString": "Parameter",
|
|
@@ -2393,15 +2650,15 @@
|
|
|
2393
2650
|
"name": "string"
|
|
2394
2651
|
}
|
|
2395
2652
|
],
|
|
2653
|
+
"name": "Observable",
|
|
2396
2654
|
"qualifiedName": "Observable",
|
|
2397
|
-
"package": "rxjs"
|
|
2398
|
-
"name": "Observable"
|
|
2655
|
+
"package": "rxjs"
|
|
2399
2656
|
}
|
|
2400
2657
|
}
|
|
2401
2658
|
]
|
|
2402
2659
|
},
|
|
2403
2660
|
{
|
|
2404
|
-
"id":
|
|
2661
|
+
"id": 219,
|
|
2405
2662
|
"name": "getCaretIconNames",
|
|
2406
2663
|
"kind": 2048,
|
|
2407
2664
|
"kindString": "Method",
|
|
@@ -2411,20 +2668,21 @@
|
|
|
2411
2668
|
"sources": [
|
|
2412
2669
|
{
|
|
2413
2670
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2414
|
-
"line":
|
|
2415
|
-
"character": 9
|
|
2671
|
+
"line": 499,
|
|
2672
|
+
"character": 9,
|
|
2673
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L499"
|
|
2416
2674
|
}
|
|
2417
2675
|
],
|
|
2418
2676
|
"signatures": [
|
|
2419
2677
|
{
|
|
2420
|
-
"id":
|
|
2678
|
+
"id": 220,
|
|
2421
2679
|
"name": "getCaretIconNames",
|
|
2422
2680
|
"kind": 4096,
|
|
2423
2681
|
"kindString": "Call signature",
|
|
2424
2682
|
"flags": {},
|
|
2425
2683
|
"parameters": [
|
|
2426
2684
|
{
|
|
2427
|
-
"id":
|
|
2685
|
+
"id": 221,
|
|
2428
2686
|
"name": "column",
|
|
2429
2687
|
"kind": 32768,
|
|
2430
2688
|
"kindString": "Parameter",
|
|
@@ -2443,7 +2701,7 @@
|
|
|
2443
2701
|
]
|
|
2444
2702
|
},
|
|
2445
2703
|
{
|
|
2446
|
-
"id":
|
|
2704
|
+
"id": 235,
|
|
2447
2705
|
"name": "getCaretVisibility",
|
|
2448
2706
|
"kind": 2048,
|
|
2449
2707
|
"kindString": "Method",
|
|
@@ -2453,20 +2711,21 @@
|
|
|
2453
2711
|
"sources": [
|
|
2454
2712
|
{
|
|
2455
2713
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2456
|
-
"line":
|
|
2457
|
-
"character": 9
|
|
2714
|
+
"line": 578,
|
|
2715
|
+
"character": 9,
|
|
2716
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L578"
|
|
2458
2717
|
}
|
|
2459
2718
|
],
|
|
2460
2719
|
"signatures": [
|
|
2461
2720
|
{
|
|
2462
|
-
"id":
|
|
2721
|
+
"id": 236,
|
|
2463
2722
|
"name": "getCaretVisibility",
|
|
2464
2723
|
"kind": 4096,
|
|
2465
2724
|
"kindString": "Call signature",
|
|
2466
2725
|
"flags": {},
|
|
2467
2726
|
"parameters": [
|
|
2468
2727
|
{
|
|
2469
|
-
"id":
|
|
2728
|
+
"id": 237,
|
|
2470
2729
|
"name": "columnField",
|
|
2471
2730
|
"kind": 32768,
|
|
2472
2731
|
"kindString": "Parameter",
|
|
@@ -2485,15 +2744,15 @@
|
|
|
2485
2744
|
"name": "string"
|
|
2486
2745
|
}
|
|
2487
2746
|
],
|
|
2747
|
+
"name": "Observable",
|
|
2488
2748
|
"qualifiedName": "Observable",
|
|
2489
|
-
"package": "rxjs"
|
|
2490
|
-
"name": "Observable"
|
|
2749
|
+
"package": "rxjs"
|
|
2491
2750
|
}
|
|
2492
2751
|
}
|
|
2493
2752
|
]
|
|
2494
2753
|
},
|
|
2495
2754
|
{
|
|
2496
|
-
"id":
|
|
2755
|
+
"id": 238,
|
|
2497
2756
|
"name": "getHelpInlineClass",
|
|
2498
2757
|
"kind": 2048,
|
|
2499
2758
|
"kindString": "Method",
|
|
@@ -2503,20 +2762,21 @@
|
|
|
2503
2762
|
"sources": [
|
|
2504
2763
|
{
|
|
2505
2764
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2506
|
-
"line":
|
|
2507
|
-
"character": 9
|
|
2765
|
+
"line": 587,
|
|
2766
|
+
"character": 9,
|
|
2767
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L587"
|
|
2508
2768
|
}
|
|
2509
2769
|
],
|
|
2510
2770
|
"signatures": [
|
|
2511
2771
|
{
|
|
2512
|
-
"id":
|
|
2772
|
+
"id": 239,
|
|
2513
2773
|
"name": "getHelpInlineClass",
|
|
2514
2774
|
"kind": 4096,
|
|
2515
2775
|
"kindString": "Call signature",
|
|
2516
2776
|
"flags": {},
|
|
2517
2777
|
"parameters": [
|
|
2518
2778
|
{
|
|
2519
|
-
"id":
|
|
2779
|
+
"id": 240,
|
|
2520
2780
|
"name": "columnField",
|
|
2521
2781
|
"kind": 32768,
|
|
2522
2782
|
"kindString": "Parameter",
|
|
@@ -2535,15 +2795,15 @@
|
|
|
2535
2795
|
"name": "boolean"
|
|
2536
2796
|
}
|
|
2537
2797
|
],
|
|
2798
|
+
"name": "Observable",
|
|
2538
2799
|
"qualifiedName": "Observable",
|
|
2539
|
-
"package": "rxjs"
|
|
2540
|
-
"name": "Observable"
|
|
2800
|
+
"package": "rxjs"
|
|
2541
2801
|
}
|
|
2542
2802
|
}
|
|
2543
2803
|
]
|
|
2544
2804
|
},
|
|
2545
2805
|
{
|
|
2546
|
-
"id":
|
|
2806
|
+
"id": 296,
|
|
2547
2807
|
"name": "getRowDeleteItem",
|
|
2548
2808
|
"kind": 2048,
|
|
2549
2809
|
"kindString": "Method",
|
|
@@ -2553,20 +2813,21 @@
|
|
|
2553
2813
|
"sources": [
|
|
2554
2814
|
{
|
|
2555
2815
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2556
|
-
"line":
|
|
2557
|
-
"character": 9
|
|
2816
|
+
"line": 798,
|
|
2817
|
+
"character": 9,
|
|
2818
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L798"
|
|
2558
2819
|
}
|
|
2559
2820
|
],
|
|
2560
2821
|
"signatures": [
|
|
2561
2822
|
{
|
|
2562
|
-
"id":
|
|
2823
|
+
"id": 297,
|
|
2563
2824
|
"name": "getRowDeleteItem",
|
|
2564
2825
|
"kind": 4096,
|
|
2565
2826
|
"kindString": "Call signature",
|
|
2566
2827
|
"flags": {},
|
|
2567
2828
|
"parameters": [
|
|
2568
2829
|
{
|
|
2569
|
-
"id":
|
|
2830
|
+
"id": 298,
|
|
2570
2831
|
"name": "id",
|
|
2571
2832
|
"kind": 32768,
|
|
2572
2833
|
"kindString": "Parameter",
|
|
@@ -2585,7 +2846,7 @@
|
|
|
2585
2846
|
]
|
|
2586
2847
|
},
|
|
2587
2848
|
{
|
|
2588
|
-
"id":
|
|
2849
|
+
"id": 287,
|
|
2589
2850
|
"name": "getRowHeight",
|
|
2590
2851
|
"kind": 2048,
|
|
2591
2852
|
"kindString": "Method",
|
|
@@ -2595,20 +2856,21 @@
|
|
|
2595
2856
|
"sources": [
|
|
2596
2857
|
{
|
|
2597
2858
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2598
|
-
"line":
|
|
2599
|
-
"character": 9
|
|
2859
|
+
"line": 780,
|
|
2860
|
+
"character": 9,
|
|
2861
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L780"
|
|
2600
2862
|
}
|
|
2601
2863
|
],
|
|
2602
2864
|
"signatures": [
|
|
2603
2865
|
{
|
|
2604
|
-
"id":
|
|
2866
|
+
"id": 288,
|
|
2605
2867
|
"name": "getRowHeight",
|
|
2606
2868
|
"kind": 4096,
|
|
2607
2869
|
"kindString": "Call signature",
|
|
2608
2870
|
"flags": {},
|
|
2609
2871
|
"parameters": [
|
|
2610
2872
|
{
|
|
2611
|
-
"id":
|
|
2873
|
+
"id": 289,
|
|
2612
2874
|
"name": "index",
|
|
2613
2875
|
"kind": 32768,
|
|
2614
2876
|
"kindString": "Parameter",
|
|
@@ -2627,7 +2889,7 @@
|
|
|
2627
2889
|
]
|
|
2628
2890
|
},
|
|
2629
2891
|
{
|
|
2630
|
-
"id":
|
|
2892
|
+
"id": 229,
|
|
2631
2893
|
"name": "getSortDirection",
|
|
2632
2894
|
"kind": 2048,
|
|
2633
2895
|
"kindString": "Method",
|
|
@@ -2637,20 +2899,21 @@
|
|
|
2637
2899
|
"sources": [
|
|
2638
2900
|
{
|
|
2639
2901
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2640
|
-
"line":
|
|
2641
|
-
"character": 9
|
|
2902
|
+
"line": 550,
|
|
2903
|
+
"character": 9,
|
|
2904
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L550"
|
|
2642
2905
|
}
|
|
2643
2906
|
],
|
|
2644
2907
|
"signatures": [
|
|
2645
2908
|
{
|
|
2646
|
-
"id":
|
|
2909
|
+
"id": 230,
|
|
2647
2910
|
"name": "getSortDirection",
|
|
2648
2911
|
"kind": 4096,
|
|
2649
2912
|
"kindString": "Call signature",
|
|
2650
2913
|
"flags": {},
|
|
2651
2914
|
"parameters": [
|
|
2652
2915
|
{
|
|
2653
|
-
"id":
|
|
2916
|
+
"id": 231,
|
|
2654
2917
|
"name": "columnField",
|
|
2655
2918
|
"kind": 32768,
|
|
2656
2919
|
"kindString": "Parameter",
|
|
@@ -2669,15 +2932,15 @@
|
|
|
2669
2932
|
"name": "string"
|
|
2670
2933
|
}
|
|
2671
2934
|
],
|
|
2935
|
+
"name": "Observable",
|
|
2672
2936
|
"qualifiedName": "Observable",
|
|
2673
|
-
"package": "rxjs"
|
|
2674
|
-
"name": "Observable"
|
|
2937
|
+
"package": "rxjs"
|
|
2675
2938
|
}
|
|
2676
2939
|
}
|
|
2677
2940
|
]
|
|
2678
2941
|
},
|
|
2679
2942
|
{
|
|
2680
|
-
"id":
|
|
2943
|
+
"id": 214,
|
|
2681
2944
|
"name": "getTableClassNames",
|
|
2682
2945
|
"kind": 2048,
|
|
2683
2946
|
"kindString": "Method",
|
|
@@ -2687,13 +2950,14 @@
|
|
|
2687
2950
|
"sources": [
|
|
2688
2951
|
{
|
|
2689
2952
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2690
|
-
"line":
|
|
2691
|
-
"character": 9
|
|
2953
|
+
"line": 475,
|
|
2954
|
+
"character": 9,
|
|
2955
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L475"
|
|
2692
2956
|
}
|
|
2693
2957
|
],
|
|
2694
2958
|
"signatures": [
|
|
2695
2959
|
{
|
|
2696
|
-
"id":
|
|
2960
|
+
"id": 215,
|
|
2697
2961
|
"name": "getTableClassNames",
|
|
2698
2962
|
"kind": 4096,
|
|
2699
2963
|
"kindString": "Call signature",
|
|
@@ -2706,7 +2970,7 @@
|
|
|
2706
2970
|
]
|
|
2707
2971
|
},
|
|
2708
2972
|
{
|
|
2709
|
-
"id":
|
|
2973
|
+
"id": 216,
|
|
2710
2974
|
"name": "getTableHeaderClassNames",
|
|
2711
2975
|
"kind": 2048,
|
|
2712
2976
|
"kindString": "Method",
|
|
@@ -2716,20 +2980,21 @@
|
|
|
2716
2980
|
"sources": [
|
|
2717
2981
|
{
|
|
2718
2982
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2719
|
-
"line":
|
|
2720
|
-
"character": 9
|
|
2983
|
+
"line": 489,
|
|
2984
|
+
"character": 9,
|
|
2985
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L489"
|
|
2721
2986
|
}
|
|
2722
2987
|
],
|
|
2723
2988
|
"signatures": [
|
|
2724
2989
|
{
|
|
2725
|
-
"id":
|
|
2990
|
+
"id": 217,
|
|
2726
2991
|
"name": "getTableHeaderClassNames",
|
|
2727
2992
|
"kind": 4096,
|
|
2728
2993
|
"kindString": "Call signature",
|
|
2729
2994
|
"flags": {},
|
|
2730
2995
|
"parameters": [
|
|
2731
2996
|
{
|
|
2732
|
-
"id":
|
|
2997
|
+
"id": 218,
|
|
2733
2998
|
"name": "column",
|
|
2734
2999
|
"kind": 32768,
|
|
2735
3000
|
"kindString": "Parameter",
|
|
@@ -2748,7 +3013,7 @@
|
|
|
2748
3013
|
]
|
|
2749
3014
|
},
|
|
2750
3015
|
{
|
|
2751
|
-
"id":
|
|
3016
|
+
"id": 212,
|
|
2752
3017
|
"name": "getTopScrollWidth",
|
|
2753
3018
|
"kind": 2048,
|
|
2754
3019
|
"kindString": "Method",
|
|
@@ -2758,13 +3023,14 @@
|
|
|
2758
3023
|
"sources": [
|
|
2759
3024
|
{
|
|
2760
3025
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2761
|
-
"line":
|
|
2762
|
-
"character": 9
|
|
3026
|
+
"line": 471,
|
|
3027
|
+
"character": 9,
|
|
3028
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L471"
|
|
2763
3029
|
}
|
|
2764
3030
|
],
|
|
2765
3031
|
"signatures": [
|
|
2766
3032
|
{
|
|
2767
|
-
"id":
|
|
3033
|
+
"id": 213,
|
|
2768
3034
|
"name": "getTopScrollWidth",
|
|
2769
3035
|
"kind": 4096,
|
|
2770
3036
|
"kindString": "Call signature",
|
|
@@ -2777,7 +3043,7 @@
|
|
|
2777
3043
|
]
|
|
2778
3044
|
},
|
|
2779
3045
|
{
|
|
2780
|
-
"id":
|
|
3046
|
+
"id": 284,
|
|
2781
3047
|
"name": "isRowHighlighted",
|
|
2782
3048
|
"kind": 2048,
|
|
2783
3049
|
"kindString": "Method",
|
|
@@ -2787,20 +3053,21 @@
|
|
|
2787
3053
|
"sources": [
|
|
2788
3054
|
{
|
|
2789
3055
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2790
|
-
"line":
|
|
2791
|
-
"character": 9
|
|
3056
|
+
"line": 773,
|
|
3057
|
+
"character": 9,
|
|
3058
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L773"
|
|
2792
3059
|
}
|
|
2793
3060
|
],
|
|
2794
3061
|
"signatures": [
|
|
2795
3062
|
{
|
|
2796
|
-
"id":
|
|
3063
|
+
"id": 285,
|
|
2797
3064
|
"name": "isRowHighlighted",
|
|
2798
3065
|
"kind": 4096,
|
|
2799
3066
|
"kindString": "Call signature",
|
|
2800
3067
|
"flags": {},
|
|
2801
3068
|
"parameters": [
|
|
2802
3069
|
{
|
|
2803
|
-
"id":
|
|
3070
|
+
"id": 286,
|
|
2804
3071
|
"name": "id",
|
|
2805
3072
|
"kind": 32768,
|
|
2806
3073
|
"kindString": "Parameter",
|
|
@@ -2819,7 +3086,7 @@
|
|
|
2819
3086
|
]
|
|
2820
3087
|
},
|
|
2821
3088
|
{
|
|
2822
|
-
"id":
|
|
3089
|
+
"id": 201,
|
|
2823
3090
|
"name": "ngAfterContentInit",
|
|
2824
3091
|
"kind": 2048,
|
|
2825
3092
|
"kindString": "Method",
|
|
@@ -2829,13 +3096,14 @@
|
|
|
2829
3096
|
"sources": [
|
|
2830
3097
|
{
|
|
2831
3098
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2832
|
-
"line":
|
|
2833
|
-
"character": 9
|
|
3099
|
+
"line": 378,
|
|
3100
|
+
"character": 9,
|
|
3101
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L378"
|
|
2834
3102
|
}
|
|
2835
3103
|
],
|
|
2836
3104
|
"signatures": [
|
|
2837
3105
|
{
|
|
2838
|
-
"id":
|
|
3106
|
+
"id": 202,
|
|
2839
3107
|
"name": "ngAfterContentInit",
|
|
2840
3108
|
"kind": 4096,
|
|
2841
3109
|
"kindString": "Call signature",
|
|
@@ -2856,7 +3124,7 @@
|
|
|
2856
3124
|
}
|
|
2857
3125
|
},
|
|
2858
3126
|
{
|
|
2859
|
-
"id":
|
|
3127
|
+
"id": 203,
|
|
2860
3128
|
"name": "ngAfterViewInit",
|
|
2861
3129
|
"kind": 2048,
|
|
2862
3130
|
"kindString": "Method",
|
|
@@ -2866,13 +3134,14 @@
|
|
|
2866
3134
|
"sources": [
|
|
2867
3135
|
{
|
|
2868
3136
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2869
|
-
"line":
|
|
2870
|
-
"character": 9
|
|
3137
|
+
"line": 399,
|
|
3138
|
+
"character": 9,
|
|
3139
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L399"
|
|
2871
3140
|
}
|
|
2872
3141
|
],
|
|
2873
3142
|
"signatures": [
|
|
2874
3143
|
{
|
|
2875
|
-
"id":
|
|
3144
|
+
"id": 204,
|
|
2876
3145
|
"name": "ngAfterViewInit",
|
|
2877
3146
|
"kind": 4096,
|
|
2878
3147
|
"kindString": "Call signature",
|
|
@@ -2893,7 +3162,7 @@
|
|
|
2893
3162
|
}
|
|
2894
3163
|
},
|
|
2895
3164
|
{
|
|
2896
|
-
"id":
|
|
3165
|
+
"id": 205,
|
|
2897
3166
|
"name": "ngOnChanges",
|
|
2898
3167
|
"kind": 2048,
|
|
2899
3168
|
"kindString": "Method",
|
|
@@ -2903,29 +3172,30 @@
|
|
|
2903
3172
|
"sources": [
|
|
2904
3173
|
{
|
|
2905
3174
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2906
|
-
"line":
|
|
2907
|
-
"character": 9
|
|
3175
|
+
"line": 403,
|
|
3176
|
+
"character": 9,
|
|
3177
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L403"
|
|
2908
3178
|
}
|
|
2909
3179
|
],
|
|
2910
3180
|
"signatures": [
|
|
2911
3181
|
{
|
|
2912
|
-
"id":
|
|
3182
|
+
"id": 206,
|
|
2913
3183
|
"name": "ngOnChanges",
|
|
2914
3184
|
"kind": 4096,
|
|
2915
3185
|
"kindString": "Call signature",
|
|
2916
3186
|
"flags": {},
|
|
2917
3187
|
"parameters": [
|
|
2918
3188
|
{
|
|
2919
|
-
"id":
|
|
3189
|
+
"id": 207,
|
|
2920
3190
|
"name": "changes",
|
|
2921
3191
|
"kind": 32768,
|
|
2922
3192
|
"kindString": "Parameter",
|
|
2923
3193
|
"flags": {},
|
|
2924
3194
|
"type": {
|
|
2925
3195
|
"type": "reference",
|
|
3196
|
+
"name": "SimpleChanges",
|
|
2926
3197
|
"qualifiedName": "SimpleChanges",
|
|
2927
|
-
"package": "@angular/core"
|
|
2928
|
-
"name": "SimpleChanges"
|
|
3198
|
+
"package": "@angular/core"
|
|
2929
3199
|
}
|
|
2930
3200
|
}
|
|
2931
3201
|
],
|
|
@@ -2945,7 +3215,7 @@
|
|
|
2945
3215
|
}
|
|
2946
3216
|
},
|
|
2947
3217
|
{
|
|
2948
|
-
"id":
|
|
3218
|
+
"id": 208,
|
|
2949
3219
|
"name": "ngOnDestroy",
|
|
2950
3220
|
"kind": 2048,
|
|
2951
3221
|
"kindString": "Method",
|
|
@@ -2955,13 +3225,14 @@
|
|
|
2955
3225
|
"sources": [
|
|
2956
3226
|
{
|
|
2957
3227
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2958
|
-
"line":
|
|
2959
|
-
"character": 9
|
|
3228
|
+
"line": 450,
|
|
3229
|
+
"character": 9,
|
|
3230
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L450"
|
|
2960
3231
|
}
|
|
2961
3232
|
],
|
|
2962
3233
|
"signatures": [
|
|
2963
3234
|
{
|
|
2964
|
-
"id":
|
|
3235
|
+
"id": 209,
|
|
2965
3236
|
"name": "ngOnDestroy",
|
|
2966
3237
|
"kind": 4096,
|
|
2967
3238
|
"kindString": "Call signature",
|
|
@@ -2982,7 +3253,7 @@
|
|
|
2982
3253
|
}
|
|
2983
3254
|
},
|
|
2984
3255
|
{
|
|
2985
|
-
"id":
|
|
3256
|
+
"id": 199,
|
|
2986
3257
|
"name": "ngOnInit",
|
|
2987
3258
|
"kind": 2048,
|
|
2988
3259
|
"kindString": "Method",
|
|
@@ -2992,13 +3263,14 @@
|
|
|
2992
3263
|
"sources": [
|
|
2993
3264
|
{
|
|
2994
3265
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
2995
|
-
"line":
|
|
2996
|
-
"character": 9
|
|
3266
|
+
"line": 370,
|
|
3267
|
+
"character": 9,
|
|
3268
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L370"
|
|
2997
3269
|
}
|
|
2998
3270
|
],
|
|
2999
3271
|
"signatures": [
|
|
3000
3272
|
{
|
|
3001
|
-
"id":
|
|
3273
|
+
"id": 200,
|
|
3002
3274
|
"name": "ngOnInit",
|
|
3003
3275
|
"kind": 4096,
|
|
3004
3276
|
"kindString": "Call signature",
|
|
@@ -3019,7 +3291,7 @@
|
|
|
3019
3291
|
}
|
|
3020
3292
|
},
|
|
3021
3293
|
{
|
|
3022
|
-
"id":
|
|
3294
|
+
"id": 305,
|
|
3023
3295
|
"name": "onGridScroll",
|
|
3024
3296
|
"kind": 2048,
|
|
3025
3297
|
"kindString": "Method",
|
|
@@ -3029,20 +3301,21 @@
|
|
|
3029
3301
|
"sources": [
|
|
3030
3302
|
{
|
|
3031
3303
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3032
|
-
"line":
|
|
3033
|
-
"character": 9
|
|
3304
|
+
"line": 821,
|
|
3305
|
+
"character": 9,
|
|
3306
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L821"
|
|
3034
3307
|
}
|
|
3035
3308
|
],
|
|
3036
3309
|
"signatures": [
|
|
3037
3310
|
{
|
|
3038
|
-
"id":
|
|
3311
|
+
"id": 306,
|
|
3039
3312
|
"name": "onGridScroll",
|
|
3040
3313
|
"kind": 4096,
|
|
3041
3314
|
"kindString": "Call signature",
|
|
3042
3315
|
"flags": {},
|
|
3043
3316
|
"parameters": [
|
|
3044
3317
|
{
|
|
3045
|
-
"id":
|
|
3318
|
+
"id": 307,
|
|
3046
3319
|
"name": "event",
|
|
3047
3320
|
"kind": 32768,
|
|
3048
3321
|
"kindString": "Parameter",
|
|
@@ -3061,7 +3334,7 @@
|
|
|
3061
3334
|
]
|
|
3062
3335
|
},
|
|
3063
3336
|
{
|
|
3064
|
-
"id":
|
|
3337
|
+
"id": 266,
|
|
3065
3338
|
"name": "onInputChangeResizeCol",
|
|
3066
3339
|
"kind": 2048,
|
|
3067
3340
|
"kindString": "Method",
|
|
@@ -3071,29 +3344,30 @@
|
|
|
3071
3344
|
"sources": [
|
|
3072
3345
|
{
|
|
3073
3346
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3074
|
-
"line":
|
|
3075
|
-
"character": 9
|
|
3347
|
+
"line": 707,
|
|
3348
|
+
"character": 9,
|
|
3349
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L707"
|
|
3076
3350
|
}
|
|
3077
3351
|
],
|
|
3078
3352
|
"signatures": [
|
|
3079
3353
|
{
|
|
3080
|
-
"id":
|
|
3354
|
+
"id": 267,
|
|
3081
3355
|
"name": "onInputChangeResizeCol",
|
|
3082
3356
|
"kind": 4096,
|
|
3083
3357
|
"kindString": "Call signature",
|
|
3084
3358
|
"flags": {},
|
|
3085
3359
|
"parameters": [
|
|
3086
3360
|
{
|
|
3087
|
-
"id":
|
|
3361
|
+
"id": 268,
|
|
3088
3362
|
"name": "event",
|
|
3089
3363
|
"kind": 32768,
|
|
3090
3364
|
"kindString": "Parameter",
|
|
3091
3365
|
"flags": {},
|
|
3092
3366
|
"type": {
|
|
3093
3367
|
"type": "reference",
|
|
3368
|
+
"name": "Event",
|
|
3094
3369
|
"qualifiedName": "Event",
|
|
3095
|
-
"package": "typescript"
|
|
3096
|
-
"name": "Event"
|
|
3370
|
+
"package": "typescript"
|
|
3097
3371
|
}
|
|
3098
3372
|
}
|
|
3099
3373
|
],
|
|
@@ -3105,7 +3379,7 @@
|
|
|
3105
3379
|
]
|
|
3106
3380
|
},
|
|
3107
3381
|
{
|
|
3108
|
-
"id":
|
|
3382
|
+
"id": 222,
|
|
3109
3383
|
"name": "onKeydown",
|
|
3110
3384
|
"kind": 2048,
|
|
3111
3385
|
"kindString": "Method",
|
|
@@ -3115,33 +3389,34 @@
|
|
|
3115
3389
|
"sources": [
|
|
3116
3390
|
{
|
|
3117
3391
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3118
|
-
"line":
|
|
3119
|
-
"character": 9
|
|
3392
|
+
"line": 514,
|
|
3393
|
+
"character": 9,
|
|
3394
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L514"
|
|
3120
3395
|
}
|
|
3121
3396
|
],
|
|
3122
3397
|
"signatures": [
|
|
3123
3398
|
{
|
|
3124
|
-
"id":
|
|
3399
|
+
"id": 223,
|
|
3125
3400
|
"name": "onKeydown",
|
|
3126
3401
|
"kind": 4096,
|
|
3127
3402
|
"kindString": "Call signature",
|
|
3128
3403
|
"flags": {},
|
|
3129
3404
|
"parameters": [
|
|
3130
3405
|
{
|
|
3131
|
-
"id":
|
|
3406
|
+
"id": 224,
|
|
3132
3407
|
"name": "event",
|
|
3133
3408
|
"kind": 32768,
|
|
3134
3409
|
"kindString": "Parameter",
|
|
3135
3410
|
"flags": {},
|
|
3136
3411
|
"type": {
|
|
3137
3412
|
"type": "reference",
|
|
3413
|
+
"name": "KeyboardEvent",
|
|
3138
3414
|
"qualifiedName": "KeyboardEvent",
|
|
3139
|
-
"package": "typescript"
|
|
3140
|
-
"name": "KeyboardEvent"
|
|
3415
|
+
"package": "typescript"
|
|
3141
3416
|
}
|
|
3142
3417
|
},
|
|
3143
3418
|
{
|
|
3144
|
-
"id":
|
|
3419
|
+
"id": 225,
|
|
3145
3420
|
"name": "column",
|
|
3146
3421
|
"kind": 32768,
|
|
3147
3422
|
"kindString": "Parameter",
|
|
@@ -3160,7 +3435,7 @@
|
|
|
3160
3435
|
]
|
|
3161
3436
|
},
|
|
3162
3437
|
{
|
|
3163
|
-
"id":
|
|
3438
|
+
"id": 263,
|
|
3164
3439
|
"name": "onKeydownResizeCol",
|
|
3165
3440
|
"kind": 2048,
|
|
3166
3441
|
"kindString": "Method",
|
|
@@ -3170,29 +3445,30 @@
|
|
|
3170
3445
|
"sources": [
|
|
3171
3446
|
{
|
|
3172
3447
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3173
|
-
"line":
|
|
3174
|
-
"character": 9
|
|
3448
|
+
"line": 697,
|
|
3449
|
+
"character": 9,
|
|
3450
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L697"
|
|
3175
3451
|
}
|
|
3176
3452
|
],
|
|
3177
3453
|
"signatures": [
|
|
3178
3454
|
{
|
|
3179
|
-
"id":
|
|
3455
|
+
"id": 264,
|
|
3180
3456
|
"name": "onKeydownResizeCol",
|
|
3181
3457
|
"kind": 4096,
|
|
3182
3458
|
"kindString": "Call signature",
|
|
3183
3459
|
"flags": {},
|
|
3184
3460
|
"parameters": [
|
|
3185
3461
|
{
|
|
3186
|
-
"id":
|
|
3462
|
+
"id": 265,
|
|
3187
3463
|
"name": "event",
|
|
3188
3464
|
"kind": 32768,
|
|
3189
3465
|
"kindString": "Parameter",
|
|
3190
3466
|
"flags": {},
|
|
3191
3467
|
"type": {
|
|
3192
3468
|
"type": "reference",
|
|
3469
|
+
"name": "KeyboardEvent",
|
|
3193
3470
|
"qualifiedName": "KeyboardEvent",
|
|
3194
|
-
"package": "typescript"
|
|
3195
|
-
"name": "KeyboardEvent"
|
|
3471
|
+
"package": "typescript"
|
|
3196
3472
|
}
|
|
3197
3473
|
}
|
|
3198
3474
|
],
|
|
@@ -3204,7 +3480,7 @@
|
|
|
3204
3480
|
]
|
|
3205
3481
|
},
|
|
3206
3482
|
{
|
|
3207
|
-
"id":
|
|
3483
|
+
"id": 241,
|
|
3208
3484
|
"name": "onMultiselectCheckboxChange",
|
|
3209
3485
|
"kind": 2048,
|
|
3210
3486
|
"kindString": "Method",
|
|
@@ -3214,13 +3490,14 @@
|
|
|
3214
3490
|
"sources": [
|
|
3215
3491
|
{
|
|
3216
3492
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3217
|
-
"line":
|
|
3218
|
-
"character": 9
|
|
3493
|
+
"line": 595,
|
|
3494
|
+
"character": 9,
|
|
3495
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L595"
|
|
3219
3496
|
}
|
|
3220
3497
|
],
|
|
3221
3498
|
"signatures": [
|
|
3222
3499
|
{
|
|
3223
|
-
"id":
|
|
3500
|
+
"id": 242,
|
|
3224
3501
|
"name": "onMultiselectCheckboxChange",
|
|
3225
3502
|
"kind": 4096,
|
|
3226
3503
|
"kindString": "Call signature",
|
|
@@ -3233,7 +3510,7 @@
|
|
|
3233
3510
|
]
|
|
3234
3511
|
},
|
|
3235
3512
|
{
|
|
3236
|
-
"id":
|
|
3513
|
+
"id": 252,
|
|
3237
3514
|
"name": "onResizeColumnStart",
|
|
3238
3515
|
"kind": 2048,
|
|
3239
3516
|
"kindString": "Method",
|
|
@@ -3243,20 +3520,21 @@
|
|
|
3243
3520
|
"sources": [
|
|
3244
3521
|
{
|
|
3245
3522
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3246
|
-
"line":
|
|
3247
|
-
"character": 9
|
|
3523
|
+
"line": 646,
|
|
3524
|
+
"character": 9,
|
|
3525
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L646"
|
|
3248
3526
|
}
|
|
3249
3527
|
],
|
|
3250
3528
|
"signatures": [
|
|
3251
3529
|
{
|
|
3252
|
-
"id":
|
|
3530
|
+
"id": 253,
|
|
3253
3531
|
"name": "onResizeColumnStart",
|
|
3254
3532
|
"kind": 4096,
|
|
3255
3533
|
"kindString": "Call signature",
|
|
3256
3534
|
"flags": {},
|
|
3257
3535
|
"parameters": [
|
|
3258
3536
|
{
|
|
3259
|
-
"id":
|
|
3537
|
+
"id": 254,
|
|
3260
3538
|
"name": "event",
|
|
3261
3539
|
"kind": 32768,
|
|
3262
3540
|
"kindString": "Parameter",
|
|
@@ -3264,14 +3542,14 @@
|
|
|
3264
3542
|
"type": {
|
|
3265
3543
|
"type": "reflection",
|
|
3266
3544
|
"declaration": {
|
|
3267
|
-
"id":
|
|
3545
|
+
"id": 255,
|
|
3268
3546
|
"name": "__type",
|
|
3269
3547
|
"kind": 65536,
|
|
3270
3548
|
"kindString": "Type literal",
|
|
3271
3549
|
"flags": {},
|
|
3272
3550
|
"children": [
|
|
3273
3551
|
{
|
|
3274
|
-
"id":
|
|
3552
|
+
"id": 262,
|
|
3275
3553
|
"name": "pageX",
|
|
3276
3554
|
"kind": 1024,
|
|
3277
3555
|
"kindString": "Property",
|
|
@@ -3281,8 +3559,9 @@
|
|
|
3281
3559
|
"sources": [
|
|
3282
3560
|
{
|
|
3283
3561
|
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3284
|
-
"line":
|
|
3285
|
-
"character": 4
|
|
3562
|
+
"line": 649,
|
|
3563
|
+
"character": 4,
|
|
3564
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L649"
|
|
3286
3565
|
}
|
|
3287
3566
|
],
|
|
3288
3567
|
"type": {
|
|
@@ -3291,75 +3570,114 @@
|
|
|
3291
3570
|
}
|
|
3292
3571
|
},
|
|
3293
3572
|
{
|
|
3294
|
-
"id":
|
|
3573
|
+
"id": 259,
|
|
3295
3574
|
"name": "preventDefault",
|
|
3296
|
-
"kind":
|
|
3297
|
-
"kindString": "
|
|
3575
|
+
"kind": 1024,
|
|
3576
|
+
"kindString": "Property",
|
|
3298
3577
|
"flags": {},
|
|
3299
3578
|
"sources": [
|
|
3300
3579
|
{
|
|
3301
3580
|
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3302
|
-
"line":
|
|
3303
|
-
"character": 4
|
|
3581
|
+
"line": 648,
|
|
3582
|
+
"character": 4,
|
|
3583
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L648"
|
|
3304
3584
|
}
|
|
3305
3585
|
],
|
|
3306
|
-
"
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
"
|
|
3310
|
-
"
|
|
3311
|
-
"
|
|
3586
|
+
"type": {
|
|
3587
|
+
"type": "reflection",
|
|
3588
|
+
"declaration": {
|
|
3589
|
+
"id": 260,
|
|
3590
|
+
"name": "__type",
|
|
3591
|
+
"kind": 65536,
|
|
3592
|
+
"kindString": "Type literal",
|
|
3312
3593
|
"flags": {},
|
|
3313
|
-
"
|
|
3314
|
-
|
|
3315
|
-
|
|
3316
|
-
|
|
3594
|
+
"sources": [
|
|
3595
|
+
{
|
|
3596
|
+
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3597
|
+
"line": 648,
|
|
3598
|
+
"character": 20,
|
|
3599
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L648"
|
|
3600
|
+
}
|
|
3601
|
+
],
|
|
3602
|
+
"signatures": [
|
|
3603
|
+
{
|
|
3604
|
+
"id": 261,
|
|
3605
|
+
"name": "__type",
|
|
3606
|
+
"kind": 4096,
|
|
3607
|
+
"kindString": "Call signature",
|
|
3608
|
+
"flags": {},
|
|
3609
|
+
"type": {
|
|
3610
|
+
"type": "intrinsic",
|
|
3611
|
+
"name": "void"
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
]
|
|
3317
3615
|
}
|
|
3318
|
-
|
|
3616
|
+
}
|
|
3319
3617
|
},
|
|
3320
3618
|
{
|
|
3321
|
-
"id":
|
|
3619
|
+
"id": 256,
|
|
3322
3620
|
"name": "stopPropagation",
|
|
3323
|
-
"kind":
|
|
3324
|
-
"kindString": "
|
|
3621
|
+
"kind": 1024,
|
|
3622
|
+
"kindString": "Property",
|
|
3325
3623
|
"flags": {},
|
|
3326
3624
|
"sources": [
|
|
3327
3625
|
{
|
|
3328
3626
|
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3329
|
-
"line":
|
|
3330
|
-
"character": 4
|
|
3627
|
+
"line": 647,
|
|
3628
|
+
"character": 4,
|
|
3629
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L647"
|
|
3331
3630
|
}
|
|
3332
3631
|
],
|
|
3333
|
-
"
|
|
3334
|
-
|
|
3335
|
-
|
|
3336
|
-
"
|
|
3337
|
-
"
|
|
3338
|
-
"
|
|
3632
|
+
"type": {
|
|
3633
|
+
"type": "reflection",
|
|
3634
|
+
"declaration": {
|
|
3635
|
+
"id": 257,
|
|
3636
|
+
"name": "__type",
|
|
3637
|
+
"kind": 65536,
|
|
3638
|
+
"kindString": "Type literal",
|
|
3339
3639
|
"flags": {},
|
|
3340
|
-
"
|
|
3341
|
-
|
|
3342
|
-
|
|
3343
|
-
|
|
3640
|
+
"sources": [
|
|
3641
|
+
{
|
|
3642
|
+
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3643
|
+
"line": 647,
|
|
3644
|
+
"character": 21,
|
|
3645
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L647"
|
|
3646
|
+
}
|
|
3647
|
+
],
|
|
3648
|
+
"signatures": [
|
|
3649
|
+
{
|
|
3650
|
+
"id": 258,
|
|
3651
|
+
"name": "__type",
|
|
3652
|
+
"kind": 4096,
|
|
3653
|
+
"kindString": "Call signature",
|
|
3654
|
+
"flags": {},
|
|
3655
|
+
"type": {
|
|
3656
|
+
"type": "intrinsic",
|
|
3657
|
+
"name": "void"
|
|
3658
|
+
}
|
|
3659
|
+
}
|
|
3660
|
+
]
|
|
3344
3661
|
}
|
|
3345
|
-
|
|
3662
|
+
}
|
|
3346
3663
|
}
|
|
3347
3664
|
],
|
|
3348
3665
|
"groups": [
|
|
3349
3666
|
{
|
|
3350
3667
|
"title": "Properties",
|
|
3351
|
-
"kind": 1024,
|
|
3352
3668
|
"children": [
|
|
3353
|
-
|
|
3669
|
+
262,
|
|
3670
|
+
259,
|
|
3671
|
+
256
|
|
3354
3672
|
]
|
|
3355
|
-
}
|
|
3673
|
+
}
|
|
3674
|
+
],
|
|
3675
|
+
"sources": [
|
|
3356
3676
|
{
|
|
3357
|
-
"
|
|
3358
|
-
"
|
|
3359
|
-
"
|
|
3360
|
-
|
|
3361
|
-
249
|
|
3362
|
-
]
|
|
3677
|
+
"fileName": "lib/modules/grid/grid.component.ts",
|
|
3678
|
+
"line": 646,
|
|
3679
|
+
"character": 36,
|
|
3680
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L646"
|
|
3363
3681
|
}
|
|
3364
3682
|
]
|
|
3365
3683
|
}
|
|
@@ -3374,7 +3692,7 @@
|
|
|
3374
3692
|
]
|
|
3375
3693
|
},
|
|
3376
3694
|
{
|
|
3377
|
-
"id":
|
|
3695
|
+
"id": 272,
|
|
3378
3696
|
"name": "onResizeHandleBlur",
|
|
3379
3697
|
"kind": 2048,
|
|
3380
3698
|
"kindString": "Method",
|
|
@@ -3384,13 +3702,14 @@
|
|
|
3384
3702
|
"sources": [
|
|
3385
3703
|
{
|
|
3386
3704
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3387
|
-
"line":
|
|
3388
|
-
"character": 9
|
|
3705
|
+
"line": 734,
|
|
3706
|
+
"character": 9,
|
|
3707
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L734"
|
|
3389
3708
|
}
|
|
3390
3709
|
],
|
|
3391
3710
|
"signatures": [
|
|
3392
3711
|
{
|
|
3393
|
-
"id":
|
|
3712
|
+
"id": 273,
|
|
3394
3713
|
"name": "onResizeHandleBlur",
|
|
3395
3714
|
"kind": 4096,
|
|
3396
3715
|
"kindString": "Call signature",
|
|
@@ -3403,7 +3722,7 @@
|
|
|
3403
3722
|
]
|
|
3404
3723
|
},
|
|
3405
3724
|
{
|
|
3406
|
-
"id":
|
|
3725
|
+
"id": 274,
|
|
3407
3726
|
"name": "onResizeHandleFocus",
|
|
3408
3727
|
"kind": 2048,
|
|
3409
3728
|
"kindString": "Method",
|
|
@@ -3413,29 +3732,30 @@
|
|
|
3413
3732
|
"sources": [
|
|
3414
3733
|
{
|
|
3415
3734
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3416
|
-
"line":
|
|
3417
|
-
"character": 9
|
|
3735
|
+
"line": 738,
|
|
3736
|
+
"character": 9,
|
|
3737
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L738"
|
|
3418
3738
|
}
|
|
3419
3739
|
],
|
|
3420
3740
|
"signatures": [
|
|
3421
3741
|
{
|
|
3422
|
-
"id":
|
|
3742
|
+
"id": 275,
|
|
3423
3743
|
"name": "onResizeHandleFocus",
|
|
3424
3744
|
"kind": 4096,
|
|
3425
3745
|
"kindString": "Call signature",
|
|
3426
3746
|
"flags": {},
|
|
3427
3747
|
"parameters": [
|
|
3428
3748
|
{
|
|
3429
|
-
"id":
|
|
3749
|
+
"id": 276,
|
|
3430
3750
|
"name": "event",
|
|
3431
3751
|
"kind": 32768,
|
|
3432
3752
|
"kindString": "Parameter",
|
|
3433
3753
|
"flags": {},
|
|
3434
3754
|
"type": {
|
|
3435
3755
|
"type": "reference",
|
|
3756
|
+
"name": "FocusEvent",
|
|
3436
3757
|
"qualifiedName": "FocusEvent",
|
|
3437
|
-
"package": "typescript"
|
|
3438
|
-
"name": "FocusEvent"
|
|
3758
|
+
"package": "typescript"
|
|
3439
3759
|
}
|
|
3440
3760
|
}
|
|
3441
3761
|
],
|
|
@@ -3447,7 +3767,7 @@
|
|
|
3447
3767
|
]
|
|
3448
3768
|
},
|
|
3449
3769
|
{
|
|
3450
|
-
"id":
|
|
3770
|
+
"id": 269,
|
|
3451
3771
|
"name": "onResizeHandleMove",
|
|
3452
3772
|
"kind": 2048,
|
|
3453
3773
|
"kindString": "Method",
|
|
@@ -3457,29 +3777,30 @@
|
|
|
3457
3777
|
"sources": [
|
|
3458
3778
|
{
|
|
3459
3779
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3460
|
-
"line":
|
|
3461
|
-
"character": 9
|
|
3780
|
+
"line": 716,
|
|
3781
|
+
"character": 9,
|
|
3782
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L716"
|
|
3462
3783
|
}
|
|
3463
3784
|
],
|
|
3464
3785
|
"signatures": [
|
|
3465
3786
|
{
|
|
3466
|
-
"id":
|
|
3787
|
+
"id": 270,
|
|
3467
3788
|
"name": "onResizeHandleMove",
|
|
3468
3789
|
"kind": 4096,
|
|
3469
3790
|
"kindString": "Call signature",
|
|
3470
3791
|
"flags": {},
|
|
3471
3792
|
"parameters": [
|
|
3472
3793
|
{
|
|
3473
|
-
"id":
|
|
3794
|
+
"id": 271,
|
|
3474
3795
|
"name": "event",
|
|
3475
3796
|
"kind": 32768,
|
|
3476
3797
|
"kindString": "Parameter",
|
|
3477
3798
|
"flags": {},
|
|
3478
3799
|
"type": {
|
|
3479
3800
|
"type": "reference",
|
|
3801
|
+
"name": "MouseEvent",
|
|
3480
3802
|
"qualifiedName": "MouseEvent",
|
|
3481
|
-
"package": "typescript"
|
|
3482
|
-
"name": "MouseEvent"
|
|
3803
|
+
"package": "typescript"
|
|
3483
3804
|
}
|
|
3484
3805
|
}
|
|
3485
3806
|
],
|
|
@@ -3491,7 +3812,7 @@
|
|
|
3491
3812
|
]
|
|
3492
3813
|
},
|
|
3493
3814
|
{
|
|
3494
|
-
"id":
|
|
3815
|
+
"id": 277,
|
|
3495
3816
|
"name": "onResizeHandleRelease",
|
|
3496
3817
|
"kind": 2048,
|
|
3497
3818
|
"kindString": "Method",
|
|
@@ -3501,29 +3822,30 @@
|
|
|
3501
3822
|
"sources": [
|
|
3502
3823
|
{
|
|
3503
3824
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3504
|
-
"line":
|
|
3505
|
-
"character": 9
|
|
3825
|
+
"line": 747,
|
|
3826
|
+
"character": 9,
|
|
3827
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L747"
|
|
3506
3828
|
}
|
|
3507
3829
|
],
|
|
3508
3830
|
"signatures": [
|
|
3509
3831
|
{
|
|
3510
|
-
"id":
|
|
3832
|
+
"id": 278,
|
|
3511
3833
|
"name": "onResizeHandleRelease",
|
|
3512
3834
|
"kind": 4096,
|
|
3513
3835
|
"kindString": "Call signature",
|
|
3514
3836
|
"flags": {},
|
|
3515
3837
|
"parameters": [
|
|
3516
3838
|
{
|
|
3517
|
-
"id":
|
|
3839
|
+
"id": 279,
|
|
3518
3840
|
"name": "event",
|
|
3519
3841
|
"kind": 32768,
|
|
3520
3842
|
"kindString": "Parameter",
|
|
3521
3843
|
"flags": {},
|
|
3522
3844
|
"type": {
|
|
3523
3845
|
"type": "reference",
|
|
3846
|
+
"name": "MouseEvent",
|
|
3524
3847
|
"qualifiedName": "MouseEvent",
|
|
3525
|
-
"package": "typescript"
|
|
3526
|
-
"name": "MouseEvent"
|
|
3848
|
+
"package": "typescript"
|
|
3527
3849
|
}
|
|
3528
3850
|
}
|
|
3529
3851
|
],
|
|
@@ -3535,7 +3857,7 @@
|
|
|
3535
3857
|
]
|
|
3536
3858
|
},
|
|
3537
3859
|
{
|
|
3538
|
-
"id":
|
|
3860
|
+
"id": 280,
|
|
3539
3861
|
"name": "onRowClick",
|
|
3540
3862
|
"kind": 2048,
|
|
3541
3863
|
"kindString": "Method",
|
|
@@ -3545,20 +3867,21 @@
|
|
|
3545
3867
|
"sources": [
|
|
3546
3868
|
{
|
|
3547
3869
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3548
|
-
"line":
|
|
3549
|
-
"character": 9
|
|
3870
|
+
"line": 759,
|
|
3871
|
+
"character": 9,
|
|
3872
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L759"
|
|
3550
3873
|
}
|
|
3551
3874
|
],
|
|
3552
3875
|
"signatures": [
|
|
3553
3876
|
{
|
|
3554
|
-
"id":
|
|
3877
|
+
"id": 281,
|
|
3555
3878
|
"name": "onRowClick",
|
|
3556
3879
|
"kind": 4096,
|
|
3557
3880
|
"kindString": "Call signature",
|
|
3558
3881
|
"flags": {},
|
|
3559
3882
|
"parameters": [
|
|
3560
3883
|
{
|
|
3561
|
-
"id":
|
|
3884
|
+
"id": 282,
|
|
3562
3885
|
"name": "event",
|
|
3563
3886
|
"kind": 32768,
|
|
3564
3887
|
"kindString": "Parameter",
|
|
@@ -3569,7 +3892,7 @@
|
|
|
3569
3892
|
}
|
|
3570
3893
|
},
|
|
3571
3894
|
{
|
|
3572
|
-
"id":
|
|
3895
|
+
"id": 283,
|
|
3573
3896
|
"name": "selectedItem",
|
|
3574
3897
|
"kind": 32768,
|
|
3575
3898
|
"kindString": "Parameter",
|
|
@@ -3588,7 +3911,7 @@
|
|
|
3588
3911
|
]
|
|
3589
3912
|
},
|
|
3590
3913
|
{
|
|
3591
|
-
"id":
|
|
3914
|
+
"id": 302,
|
|
3592
3915
|
"name": "onTopScroll",
|
|
3593
3916
|
"kind": 2048,
|
|
3594
3917
|
"kindString": "Method",
|
|
@@ -3598,20 +3921,21 @@
|
|
|
3598
3921
|
"sources": [
|
|
3599
3922
|
{
|
|
3600
3923
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3601
|
-
"line":
|
|
3602
|
-
"character": 9
|
|
3924
|
+
"line": 807,
|
|
3925
|
+
"character": 9,
|
|
3926
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L807"
|
|
3603
3927
|
}
|
|
3604
3928
|
],
|
|
3605
3929
|
"signatures": [
|
|
3606
3930
|
{
|
|
3607
|
-
"id":
|
|
3931
|
+
"id": 303,
|
|
3608
3932
|
"name": "onTopScroll",
|
|
3609
3933
|
"kind": 4096,
|
|
3610
3934
|
"kindString": "Call signature",
|
|
3611
3935
|
"flags": {},
|
|
3612
3936
|
"parameters": [
|
|
3613
3937
|
{
|
|
3614
|
-
"id":
|
|
3938
|
+
"id": 304,
|
|
3615
3939
|
"name": "event",
|
|
3616
3940
|
"kind": 32768,
|
|
3617
3941
|
"kindString": "Parameter",
|
|
@@ -3630,7 +3954,7 @@
|
|
|
3630
3954
|
]
|
|
3631
3955
|
},
|
|
3632
3956
|
{
|
|
3633
|
-
"id":
|
|
3957
|
+
"id": 299,
|
|
3634
3958
|
"name": "onTouchMove",
|
|
3635
3959
|
"kind": 2048,
|
|
3636
3960
|
"kindString": "Method",
|
|
@@ -3640,20 +3964,21 @@
|
|
|
3640
3964
|
"sources": [
|
|
3641
3965
|
{
|
|
3642
3966
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3643
|
-
"line":
|
|
3644
|
-
"character": 9
|
|
3967
|
+
"line": 803,
|
|
3968
|
+
"character": 9,
|
|
3969
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L803"
|
|
3645
3970
|
}
|
|
3646
3971
|
],
|
|
3647
3972
|
"signatures": [
|
|
3648
3973
|
{
|
|
3649
|
-
"id":
|
|
3974
|
+
"id": 300,
|
|
3650
3975
|
"name": "onTouchMove",
|
|
3651
3976
|
"kind": 4096,
|
|
3652
3977
|
"kindString": "Call signature",
|
|
3653
3978
|
"flags": {},
|
|
3654
3979
|
"parameters": [
|
|
3655
3980
|
{
|
|
3656
|
-
"id":
|
|
3981
|
+
"id": 301,
|
|
3657
3982
|
"name": "event",
|
|
3658
3983
|
"kind": 32768,
|
|
3659
3984
|
"kindString": "Parameter",
|
|
@@ -3672,37 +3997,24 @@
|
|
|
3672
3997
|
]
|
|
3673
3998
|
},
|
|
3674
3999
|
{
|
|
3675
|
-
"id":
|
|
4000
|
+
"id": 210,
|
|
3676
4001
|
"name": "onWindowResize",
|
|
3677
4002
|
"kind": 2048,
|
|
3678
4003
|
"kindString": "Method",
|
|
3679
4004
|
"flags": {
|
|
3680
4005
|
"isPublic": true
|
|
3681
4006
|
},
|
|
3682
|
-
"decorators": [
|
|
3683
|
-
{
|
|
3684
|
-
"name": "HostListener",
|
|
3685
|
-
"type": {
|
|
3686
|
-
"type": "reference",
|
|
3687
|
-
"qualifiedName": "HostListenerDecorator",
|
|
3688
|
-
"package": "@angular/core",
|
|
3689
|
-
"name": "HostListener"
|
|
3690
|
-
},
|
|
3691
|
-
"arguments": {
|
|
3692
|
-
"eventName": "'window:resize'"
|
|
3693
|
-
}
|
|
3694
|
-
}
|
|
3695
|
-
],
|
|
3696
4007
|
"sources": [
|
|
3697
4008
|
{
|
|
3698
4009
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3699
|
-
"line":
|
|
3700
|
-
"character": 9
|
|
4010
|
+
"line": 467,
|
|
4011
|
+
"character": 9,
|
|
4012
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L467"
|
|
3701
4013
|
}
|
|
3702
4014
|
],
|
|
3703
4015
|
"signatures": [
|
|
3704
4016
|
{
|
|
3705
|
-
"id":
|
|
4017
|
+
"id": 211,
|
|
3706
4018
|
"name": "onWindowResize",
|
|
3707
4019
|
"kind": 4096,
|
|
3708
4020
|
"kindString": "Call signature",
|
|
@@ -3715,7 +4027,7 @@
|
|
|
3715
4027
|
]
|
|
3716
4028
|
},
|
|
3717
4029
|
{
|
|
3718
|
-
"id":
|
|
4030
|
+
"id": 226,
|
|
3719
4031
|
"name": "sortByColumn",
|
|
3720
4032
|
"kind": 2048,
|
|
3721
4033
|
"kindString": "Method",
|
|
@@ -3725,20 +4037,21 @@
|
|
|
3725
4037
|
"sources": [
|
|
3726
4038
|
{
|
|
3727
4039
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3728
|
-
"line":
|
|
3729
|
-
"character": 9
|
|
4040
|
+
"line": 521,
|
|
4041
|
+
"character": 9,
|
|
4042
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L521"
|
|
3730
4043
|
}
|
|
3731
4044
|
],
|
|
3732
4045
|
"signatures": [
|
|
3733
4046
|
{
|
|
3734
|
-
"id":
|
|
4047
|
+
"id": 227,
|
|
3735
4048
|
"name": "sortByColumn",
|
|
3736
4049
|
"kind": 4096,
|
|
3737
4050
|
"kindString": "Call signature",
|
|
3738
4051
|
"flags": {},
|
|
3739
4052
|
"parameters": [
|
|
3740
4053
|
{
|
|
3741
|
-
"id":
|
|
4054
|
+
"id": 228,
|
|
3742
4055
|
"name": "column",
|
|
3743
4056
|
"kind": 32768,
|
|
3744
4057
|
"kindString": "Parameter",
|
|
@@ -3757,7 +4070,7 @@
|
|
|
3757
4070
|
]
|
|
3758
4071
|
},
|
|
3759
4072
|
{
|
|
3760
|
-
"id":
|
|
4073
|
+
"id": 249,
|
|
3761
4074
|
"name": "updateColumnDescription",
|
|
3762
4075
|
"kind": 2048,
|
|
3763
4076
|
"kindString": "Method",
|
|
@@ -3767,20 +4080,21 @@
|
|
|
3767
4080
|
"sources": [
|
|
3768
4081
|
{
|
|
3769
4082
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3770
|
-
"line":
|
|
3771
|
-
"character": 9
|
|
4083
|
+
"line": 631,
|
|
4084
|
+
"character": 9,
|
|
4085
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L631"
|
|
3772
4086
|
}
|
|
3773
4087
|
],
|
|
3774
4088
|
"signatures": [
|
|
3775
4089
|
{
|
|
3776
|
-
"id":
|
|
4090
|
+
"id": 250,
|
|
3777
4091
|
"name": "updateColumnDescription",
|
|
3778
4092
|
"kind": 4096,
|
|
3779
4093
|
"kindString": "Call signature",
|
|
3780
4094
|
"flags": {},
|
|
3781
4095
|
"parameters": [
|
|
3782
4096
|
{
|
|
3783
|
-
"id":
|
|
4097
|
+
"id": 251,
|
|
3784
4098
|
"name": "change",
|
|
3785
4099
|
"kind": 32768,
|
|
3786
4100
|
"kindString": "Parameter",
|
|
@@ -3799,7 +4113,7 @@
|
|
|
3799
4113
|
]
|
|
3800
4114
|
},
|
|
3801
4115
|
{
|
|
3802
|
-
"id":
|
|
4116
|
+
"id": 243,
|
|
3803
4117
|
"name": "updateColumnHeading",
|
|
3804
4118
|
"kind": 2048,
|
|
3805
4119
|
"kindString": "Method",
|
|
@@ -3809,20 +4123,21 @@
|
|
|
3809
4123
|
"sources": [
|
|
3810
4124
|
{
|
|
3811
4125
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3812
|
-
"line":
|
|
3813
|
-
"character": 9
|
|
4126
|
+
"line": 599,
|
|
4127
|
+
"character": 9,
|
|
4128
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L599"
|
|
3814
4129
|
}
|
|
3815
4130
|
],
|
|
3816
4131
|
"signatures": [
|
|
3817
4132
|
{
|
|
3818
|
-
"id":
|
|
4133
|
+
"id": 244,
|
|
3819
4134
|
"name": "updateColumnHeading",
|
|
3820
4135
|
"kind": 4096,
|
|
3821
4136
|
"kindString": "Call signature",
|
|
3822
4137
|
"flags": {},
|
|
3823
4138
|
"parameters": [
|
|
3824
4139
|
{
|
|
3825
|
-
"id":
|
|
4140
|
+
"id": 245,
|
|
3826
4141
|
"name": "change",
|
|
3827
4142
|
"kind": 32768,
|
|
3828
4143
|
"kindString": "Parameter",
|
|
@@ -3841,7 +4156,7 @@
|
|
|
3841
4156
|
]
|
|
3842
4157
|
},
|
|
3843
4158
|
{
|
|
3844
|
-
"id":
|
|
4159
|
+
"id": 246,
|
|
3845
4160
|
"name": "updateInlineHelpPopover",
|
|
3846
4161
|
"kind": 2048,
|
|
3847
4162
|
"kindString": "Method",
|
|
@@ -3851,20 +4166,21 @@
|
|
|
3851
4166
|
"sources": [
|
|
3852
4167
|
{
|
|
3853
4168
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3854
|
-
"line":
|
|
3855
|
-
"character": 9
|
|
4169
|
+
"line": 614,
|
|
4170
|
+
"character": 9,
|
|
4171
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L614"
|
|
3856
4172
|
}
|
|
3857
4173
|
],
|
|
3858
4174
|
"signatures": [
|
|
3859
4175
|
{
|
|
3860
|
-
"id":
|
|
4176
|
+
"id": 247,
|
|
3861
4177
|
"name": "updateInlineHelpPopover",
|
|
3862
4178
|
"kind": 4096,
|
|
3863
4179
|
"kindString": "Call signature",
|
|
3864
4180
|
"flags": {},
|
|
3865
4181
|
"parameters": [
|
|
3866
4182
|
{
|
|
3867
|
-
"id":
|
|
4183
|
+
"id": 248,
|
|
3868
4184
|
"name": "change",
|
|
3869
4185
|
"kind": 32768,
|
|
3870
4186
|
"kindString": "Parameter",
|
|
@@ -3886,14 +4202,12 @@
|
|
|
3886
4202
|
"groups": [
|
|
3887
4203
|
{
|
|
3888
4204
|
"title": "Constructors",
|
|
3889
|
-
"kind": 512,
|
|
3890
4205
|
"children": [
|
|
3891
4206
|
114
|
|
3892
4207
|
]
|
|
3893
4208
|
},
|
|
3894
4209
|
{
|
|
3895
4210
|
"title": "Properties",
|
|
3896
|
-
"kind": 1024,
|
|
3897
4211
|
"children": [
|
|
3898
4212
|
154,
|
|
3899
4213
|
148,
|
|
@@ -3926,7 +4240,6 @@
|
|
|
3926
4240
|
},
|
|
3927
4241
|
{
|
|
3928
4242
|
"title": "Accessors",
|
|
3929
|
-
"kind": 262144,
|
|
3930
4243
|
"children": [
|
|
3931
4244
|
124,
|
|
3932
4245
|
137,
|
|
@@ -3936,44 +4249,43 @@
|
|
|
3936
4249
|
},
|
|
3937
4250
|
{
|
|
3938
4251
|
"title": "Methods",
|
|
3939
|
-
"kind": 2048,
|
|
3940
4252
|
"children": [
|
|
3941
|
-
|
|
3942
|
-
|
|
3943
|
-
|
|
3944
|
-
|
|
3945
|
-
|
|
3946
|
-
|
|
4253
|
+
290,
|
|
4254
|
+
293,
|
|
4255
|
+
232,
|
|
4256
|
+
219,
|
|
4257
|
+
235,
|
|
4258
|
+
238,
|
|
4259
|
+
296,
|
|
3947
4260
|
287,
|
|
3948
|
-
|
|
3949
|
-
|
|
3950
|
-
|
|
3951
|
-
|
|
3952
|
-
|
|
3953
|
-
275,
|
|
3954
|
-
194,
|
|
3955
|
-
196,
|
|
3956
|
-
198,
|
|
4261
|
+
229,
|
|
4262
|
+
214,
|
|
4263
|
+
216,
|
|
4264
|
+
212,
|
|
4265
|
+
284,
|
|
3957
4266
|
201,
|
|
3958
|
-
192,
|
|
3959
|
-
296,
|
|
3960
|
-
257,
|
|
3961
|
-
215,
|
|
3962
|
-
254,
|
|
3963
|
-
234,
|
|
3964
|
-
245,
|
|
3965
|
-
263,
|
|
3966
|
-
265,
|
|
3967
|
-
260,
|
|
3968
|
-
268,
|
|
3969
|
-
271,
|
|
3970
|
-
293,
|
|
3971
|
-
290,
|
|
3972
4267
|
203,
|
|
3973
|
-
|
|
3974
|
-
|
|
3975
|
-
|
|
3976
|
-
|
|
4268
|
+
205,
|
|
4269
|
+
208,
|
|
4270
|
+
199,
|
|
4271
|
+
305,
|
|
4272
|
+
266,
|
|
4273
|
+
222,
|
|
4274
|
+
263,
|
|
4275
|
+
241,
|
|
4276
|
+
252,
|
|
4277
|
+
272,
|
|
4278
|
+
274,
|
|
4279
|
+
269,
|
|
4280
|
+
277,
|
|
4281
|
+
280,
|
|
4282
|
+
302,
|
|
4283
|
+
299,
|
|
4284
|
+
210,
|
|
4285
|
+
226,
|
|
4286
|
+
249,
|
|
4287
|
+
243,
|
|
4288
|
+
246
|
|
3977
4289
|
]
|
|
3978
4290
|
}
|
|
3979
4291
|
],
|
|
@@ -3981,39 +4293,40 @@
|
|
|
3981
4293
|
{
|
|
3982
4294
|
"fileName": "projects/grids/src/modules/grid/grid.component.ts",
|
|
3983
4295
|
"line": 82,
|
|
3984
|
-
"character": 13
|
|
4296
|
+
"character": 13,
|
|
4297
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.component.ts#L82"
|
|
3985
4298
|
}
|
|
3986
4299
|
],
|
|
3987
4300
|
"implementedTypes": [
|
|
3988
4301
|
{
|
|
3989
4302
|
"type": "reference",
|
|
4303
|
+
"name": "OnInit",
|
|
3990
4304
|
"qualifiedName": "OnInit",
|
|
3991
|
-
"package": "@angular/core"
|
|
3992
|
-
"name": "OnInit"
|
|
4305
|
+
"package": "@angular/core"
|
|
3993
4306
|
},
|
|
3994
4307
|
{
|
|
3995
4308
|
"type": "reference",
|
|
4309
|
+
"name": "AfterContentInit",
|
|
3996
4310
|
"qualifiedName": "AfterContentInit",
|
|
3997
|
-
"package": "@angular/core"
|
|
3998
|
-
"name": "AfterContentInit"
|
|
4311
|
+
"package": "@angular/core"
|
|
3999
4312
|
},
|
|
4000
4313
|
{
|
|
4001
4314
|
"type": "reference",
|
|
4315
|
+
"name": "AfterViewInit",
|
|
4002
4316
|
"qualifiedName": "AfterViewInit",
|
|
4003
|
-
"package": "@angular/core"
|
|
4004
|
-
"name": "AfterViewInit"
|
|
4317
|
+
"package": "@angular/core"
|
|
4005
4318
|
},
|
|
4006
4319
|
{
|
|
4007
4320
|
"type": "reference",
|
|
4321
|
+
"name": "OnChanges",
|
|
4008
4322
|
"qualifiedName": "OnChanges",
|
|
4009
|
-
"package": "@angular/core"
|
|
4010
|
-
"name": "OnChanges"
|
|
4323
|
+
"package": "@angular/core"
|
|
4011
4324
|
},
|
|
4012
4325
|
{
|
|
4013
4326
|
"type": "reference",
|
|
4327
|
+
"name": "OnDestroy",
|
|
4014
4328
|
"qualifiedName": "OnDestroy",
|
|
4015
|
-
"package": "@angular/core"
|
|
4016
|
-
"name": "OnDestroy"
|
|
4329
|
+
"package": "@angular/core"
|
|
4017
4330
|
}
|
|
4018
4331
|
]
|
|
4019
4332
|
},
|
|
@@ -4024,32 +4337,27 @@
|
|
|
4024
4337
|
"kindString": "Class",
|
|
4025
4338
|
"flags": {},
|
|
4026
4339
|
"comment": {
|
|
4027
|
-
"
|
|
4340
|
+
"summary": [],
|
|
4341
|
+
"blockTags": [
|
|
4028
4342
|
{
|
|
4029
|
-
"tag": "deprecated",
|
|
4030
|
-
"
|
|
4343
|
+
"tag": "@deprecated",
|
|
4344
|
+
"content": [
|
|
4345
|
+
{
|
|
4346
|
+
"kind": "code",
|
|
4347
|
+
"text": "`SkyGridComponent`"
|
|
4348
|
+
},
|
|
4349
|
+
{
|
|
4350
|
+
"kind": "text",
|
|
4351
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
4352
|
+
}
|
|
4353
|
+
]
|
|
4031
4354
|
}
|
|
4032
4355
|
]
|
|
4033
4356
|
},
|
|
4034
|
-
"decorators": [
|
|
4035
|
-
{
|
|
4036
|
-
"name": "NgModule",
|
|
4037
|
-
"type": {
|
|
4038
|
-
"type": "reference",
|
|
4039
|
-
"qualifiedName": "NgModuleDecorator",
|
|
4040
|
-
"package": "@angular/core",
|
|
4041
|
-
"name": "NgModule"
|
|
4042
|
-
},
|
|
4043
|
-
"arguments": {
|
|
4044
|
-
"obj": "{\n declarations: [\n SkyGridComponent,\n SkyGridColumnComponent,\n SkyGridCellComponent,\n ],\n imports: [\n CommonModule,\n DragulaModule,\n FormsModule,\n SkyAffixModule,\n SkyCheckboxModule,\n SkyGridsResourcesModule,\n SkyHelpInlineModule,\n SkyIconModule,\n SkyInlineDeleteModule,\n SkyOverlayModule,\n SkyPopoverModule,\n SkyTextHighlightModule,\n ],\n exports: [SkyGridComponent, SkyGridColumnComponent],\n}"
|
|
4045
|
-
}
|
|
4046
|
-
}
|
|
4047
|
-
],
|
|
4048
4357
|
"children": [],
|
|
4049
4358
|
"groups": [
|
|
4050
4359
|
{
|
|
4051
4360
|
"title": "Constructors",
|
|
4052
|
-
"kind": 512,
|
|
4053
4361
|
"children": [
|
|
4054
4362
|
2
|
|
4055
4363
|
]
|
|
@@ -4059,7 +4367,8 @@
|
|
|
4059
4367
|
{
|
|
4060
4368
|
"fileName": "projects/grids/src/modules/grid/grid.module.ts",
|
|
4061
4369
|
"line": 47,
|
|
4062
|
-
"character": 13
|
|
4370
|
+
"character": 13,
|
|
4371
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/grid.module.ts#L47"
|
|
4063
4372
|
}
|
|
4064
4373
|
]
|
|
4065
4374
|
},
|
|
@@ -4070,10 +4379,20 @@
|
|
|
4070
4379
|
"kindString": "Interface",
|
|
4071
4380
|
"flags": {},
|
|
4072
4381
|
"comment": {
|
|
4073
|
-
"
|
|
4382
|
+
"summary": [],
|
|
4383
|
+
"blockTags": [
|
|
4074
4384
|
{
|
|
4075
|
-
"tag": "deprecated",
|
|
4076
|
-
"
|
|
4385
|
+
"tag": "@deprecated",
|
|
4386
|
+
"content": [
|
|
4387
|
+
{
|
|
4388
|
+
"kind": "code",
|
|
4389
|
+
"text": "`SkyGridComponent`"
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"kind": "text",
|
|
4393
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
4394
|
+
}
|
|
4395
|
+
]
|
|
4077
4396
|
}
|
|
4078
4397
|
]
|
|
4079
4398
|
},
|
|
@@ -4087,13 +4406,19 @@
|
|
|
4087
4406
|
"isOptional": true
|
|
4088
4407
|
},
|
|
4089
4408
|
"comment": {
|
|
4090
|
-
"
|
|
4409
|
+
"summary": [
|
|
4410
|
+
{
|
|
4411
|
+
"kind": "text",
|
|
4412
|
+
"text": "The field of the column."
|
|
4413
|
+
}
|
|
4414
|
+
]
|
|
4091
4415
|
},
|
|
4092
4416
|
"sources": [
|
|
4093
4417
|
{
|
|
4094
4418
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
4095
4419
|
"line": 13,
|
|
4096
|
-
"character": 2
|
|
4420
|
+
"character": 2,
|
|
4421
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-column-width-model-change.ts#L13"
|
|
4097
4422
|
}
|
|
4098
4423
|
],
|
|
4099
4424
|
"type": {
|
|
@@ -4110,13 +4435,19 @@
|
|
|
4110
4435
|
"isOptional": true
|
|
4111
4436
|
},
|
|
4112
4437
|
"comment": {
|
|
4113
|
-
"
|
|
4438
|
+
"summary": [
|
|
4439
|
+
{
|
|
4440
|
+
"kind": "text",
|
|
4441
|
+
"text": "The ID of the column."
|
|
4442
|
+
}
|
|
4443
|
+
]
|
|
4114
4444
|
},
|
|
4115
4445
|
"sources": [
|
|
4116
4446
|
{
|
|
4117
4447
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
4118
4448
|
"line": 8,
|
|
4119
|
-
"character": 2
|
|
4449
|
+
"character": 2,
|
|
4450
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-column-width-model-change.ts#L8"
|
|
4120
4451
|
}
|
|
4121
4452
|
],
|
|
4122
4453
|
"type": {
|
|
@@ -4131,13 +4462,19 @@
|
|
|
4131
4462
|
"kindString": "Property",
|
|
4132
4463
|
"flags": {},
|
|
4133
4464
|
"comment": {
|
|
4134
|
-
"
|
|
4465
|
+
"summary": [
|
|
4466
|
+
{
|
|
4467
|
+
"kind": "text",
|
|
4468
|
+
"text": "The width of the column in pixels."
|
|
4469
|
+
}
|
|
4470
|
+
]
|
|
4135
4471
|
},
|
|
4136
4472
|
"sources": [
|
|
4137
4473
|
{
|
|
4138
4474
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
4139
4475
|
"line": 18,
|
|
4140
|
-
"character": 2
|
|
4476
|
+
"character": 2,
|
|
4477
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-column-width-model-change.ts#L18"
|
|
4141
4478
|
}
|
|
4142
4479
|
],
|
|
4143
4480
|
"type": {
|
|
@@ -4149,7 +4486,6 @@
|
|
|
4149
4486
|
"groups": [
|
|
4150
4487
|
{
|
|
4151
4488
|
"title": "Properties",
|
|
4152
|
-
"kind": 1024,
|
|
4153
4489
|
"children": [
|
|
4154
4490
|
42,
|
|
4155
4491
|
41,
|
|
@@ -4161,7 +4497,8 @@
|
|
|
4161
4497
|
{
|
|
4162
4498
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-width-model-change.ts",
|
|
4163
4499
|
"line": 4,
|
|
4164
|
-
"character": 17
|
|
4500
|
+
"character": 17,
|
|
4501
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-column-width-model-change.ts#L4"
|
|
4165
4502
|
}
|
|
4166
4503
|
]
|
|
4167
4504
|
},
|
|
@@ -4172,10 +4509,20 @@
|
|
|
4172
4509
|
"kindString": "Interface",
|
|
4173
4510
|
"flags": {},
|
|
4174
4511
|
"comment": {
|
|
4175
|
-
"
|
|
4512
|
+
"summary": [],
|
|
4513
|
+
"blockTags": [
|
|
4176
4514
|
{
|
|
4177
|
-
"tag": "deprecated",
|
|
4178
|
-
"
|
|
4515
|
+
"tag": "@deprecated",
|
|
4516
|
+
"content": [
|
|
4517
|
+
{
|
|
4518
|
+
"kind": "code",
|
|
4519
|
+
"text": "`SkyGridComponent`"
|
|
4520
|
+
},
|
|
4521
|
+
{
|
|
4522
|
+
"kind": "text",
|
|
4523
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
4524
|
+
}
|
|
4525
|
+
]
|
|
4179
4526
|
}
|
|
4180
4527
|
]
|
|
4181
4528
|
},
|
|
@@ -4187,13 +4534,19 @@
|
|
|
4187
4534
|
"kindString": "Property",
|
|
4188
4535
|
"flags": {},
|
|
4189
4536
|
"comment": {
|
|
4190
|
-
"
|
|
4537
|
+
"summary": [
|
|
4538
|
+
{
|
|
4539
|
+
"kind": "text",
|
|
4540
|
+
"text": "The type of message being sent."
|
|
4541
|
+
}
|
|
4542
|
+
]
|
|
4191
4543
|
},
|
|
4192
4544
|
"sources": [
|
|
4193
4545
|
{
|
|
4194
4546
|
"fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
|
|
4195
4547
|
"line": 10,
|
|
4196
|
-
"character": 2
|
|
4548
|
+
"character": 2,
|
|
4549
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-message.ts#L10"
|
|
4197
4550
|
}
|
|
4198
4551
|
],
|
|
4199
4552
|
"type": {
|
|
@@ -4206,7 +4559,6 @@
|
|
|
4206
4559
|
"groups": [
|
|
4207
4560
|
{
|
|
4208
4561
|
"title": "Properties",
|
|
4209
|
-
"kind": 1024,
|
|
4210
4562
|
"children": [
|
|
4211
4563
|
45
|
|
4212
4564
|
]
|
|
@@ -4216,7 +4568,8 @@
|
|
|
4216
4568
|
{
|
|
4217
4569
|
"fileName": "projects/grids/src/modules/grid/types/grid-message.ts",
|
|
4218
4570
|
"line": 6,
|
|
4219
|
-
"character": 17
|
|
4571
|
+
"character": 17,
|
|
4572
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-message.ts#L6"
|
|
4220
4573
|
}
|
|
4221
4574
|
]
|
|
4222
4575
|
},
|
|
@@ -4227,10 +4580,20 @@
|
|
|
4227
4580
|
"kindString": "Interface",
|
|
4228
4581
|
"flags": {},
|
|
4229
4582
|
"comment": {
|
|
4230
|
-
"
|
|
4583
|
+
"summary": [],
|
|
4584
|
+
"blockTags": [
|
|
4231
4585
|
{
|
|
4232
|
-
"tag": "deprecated",
|
|
4233
|
-
"
|
|
4586
|
+
"tag": "@deprecated",
|
|
4587
|
+
"content": [
|
|
4588
|
+
{
|
|
4589
|
+
"kind": "code",
|
|
4590
|
+
"text": "`SkyGridComponent`"
|
|
4591
|
+
},
|
|
4592
|
+
{
|
|
4593
|
+
"kind": "text",
|
|
4594
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
4595
|
+
}
|
|
4596
|
+
]
|
|
4234
4597
|
}
|
|
4235
4598
|
]
|
|
4236
4599
|
},
|
|
@@ -4244,13 +4607,19 @@
|
|
|
4244
4607
|
"isOptional": true
|
|
4245
4608
|
},
|
|
4246
4609
|
"comment": {
|
|
4247
|
-
"
|
|
4610
|
+
"summary": [
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "text",
|
|
4613
|
+
"text": "The IDs of the rows that are selected."
|
|
4614
|
+
}
|
|
4615
|
+
]
|
|
4248
4616
|
},
|
|
4249
4617
|
"sources": [
|
|
4250
4618
|
{
|
|
4251
4619
|
"fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
|
|
4252
4620
|
"line": 10,
|
|
4253
|
-
"character": 2
|
|
4621
|
+
"character": 2,
|
|
4622
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-selected-rows-model-change.ts#L10"
|
|
4254
4623
|
}
|
|
4255
4624
|
],
|
|
4256
4625
|
"type": {
|
|
@@ -4265,7 +4634,6 @@
|
|
|
4265
4634
|
"groups": [
|
|
4266
4635
|
{
|
|
4267
4636
|
"title": "Properties",
|
|
4268
|
-
"kind": 1024,
|
|
4269
4637
|
"children": [
|
|
4270
4638
|
67
|
|
4271
4639
|
]
|
|
@@ -4275,7 +4643,8 @@
|
|
|
4275
4643
|
{
|
|
4276
4644
|
"fileName": "projects/grids/src/modules/grid/types/grid-selected-rows-model-change.ts",
|
|
4277
4645
|
"line": 6,
|
|
4278
|
-
"character": 17
|
|
4646
|
+
"character": 17,
|
|
4647
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-selected-rows-model-change.ts#L6"
|
|
4279
4648
|
}
|
|
4280
4649
|
]
|
|
4281
4650
|
},
|
|
@@ -4286,11 +4655,25 @@
|
|
|
4286
4655
|
"kindString": "Type alias",
|
|
4287
4656
|
"flags": {},
|
|
4288
4657
|
"comment": {
|
|
4289
|
-
"
|
|
4290
|
-
|
|
4658
|
+
"summary": [
|
|
4659
|
+
{
|
|
4660
|
+
"kind": "text",
|
|
4661
|
+
"text": "Represents the horizontal alignment of the column's data and header."
|
|
4662
|
+
}
|
|
4663
|
+
],
|
|
4664
|
+
"blockTags": [
|
|
4291
4665
|
{
|
|
4292
|
-
"tag": "deprecated",
|
|
4293
|
-
"
|
|
4666
|
+
"tag": "@deprecated",
|
|
4667
|
+
"content": [
|
|
4668
|
+
{
|
|
4669
|
+
"kind": "code",
|
|
4670
|
+
"text": "`SkyGridComponent`"
|
|
4671
|
+
},
|
|
4672
|
+
{
|
|
4673
|
+
"kind": "text",
|
|
4674
|
+
"text": " and its features are deprecated. We recommend using the data grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-grid"
|
|
4675
|
+
}
|
|
4676
|
+
]
|
|
4294
4677
|
}
|
|
4295
4678
|
]
|
|
4296
4679
|
},
|
|
@@ -4298,7 +4681,8 @@
|
|
|
4298
4681
|
{
|
|
4299
4682
|
"fileName": "projects/grids/src/modules/grid/types/grid-column-alignment.ts",
|
|
4300
4683
|
"line": 5,
|
|
4301
|
-
"character": 12
|
|
4684
|
+
"character": 12,
|
|
4685
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/lib/modules/grid/types/grid-column-alignment.ts#L5"
|
|
4302
4686
|
}
|
|
4303
4687
|
],
|
|
4304
4688
|
"type": {
|
|
@@ -4323,14 +4707,12 @@
|
|
|
4323
4707
|
"groups": [
|
|
4324
4708
|
{
|
|
4325
4709
|
"title": "Enumerations",
|
|
4326
|
-
"kind": 8,
|
|
4327
4710
|
"children": [
|
|
4328
4711
|
54
|
|
4329
4712
|
]
|
|
4330
4713
|
},
|
|
4331
4714
|
{
|
|
4332
4715
|
"title": "Classes",
|
|
4333
|
-
"kind": 128,
|
|
4334
4716
|
"children": [
|
|
4335
4717
|
77,
|
|
4336
4718
|
113,
|
|
@@ -4339,7 +4721,6 @@
|
|
|
4339
4721
|
},
|
|
4340
4722
|
{
|
|
4341
4723
|
"title": "Interfaces",
|
|
4342
|
-
"kind": 256,
|
|
4343
4724
|
"children": [
|
|
4344
4725
|
40,
|
|
4345
4726
|
44,
|
|
@@ -4348,7 +4729,6 @@
|
|
|
4348
4729
|
},
|
|
4349
4730
|
{
|
|
4350
4731
|
"title": "Type Aliases",
|
|
4351
|
-
"kind": 4194304,
|
|
4352
4732
|
"children": [
|
|
4353
4733
|
27
|
|
4354
4734
|
]
|
|
@@ -4358,7 +4738,8 @@
|
|
|
4358
4738
|
{
|
|
4359
4739
|
"fileName": "index.ts",
|
|
4360
4740
|
"line": 1,
|
|
4361
|
-
"character": 0
|
|
4741
|
+
"character": 0,
|
|
4742
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/grids/src/index.ts#L1"
|
|
4362
4743
|
}
|
|
4363
4744
|
]
|
|
4364
4745
|
},
|