@skyux/list-builder-view-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 +1048 -905
- package/esm2020/lib/modules/column-selector/column-selector-modal.component.mjs +4 -4
- package/esm2020/lib/modules/column-selector/column-selector-modal.module.mjs +5 -5
- package/esm2020/lib/modules/list-column-selector-action/list-column-selector-action.component.mjs +4 -4
- package/esm2020/lib/modules/list-column-selector-action/list-column-selector-action.module.mjs +5 -5
- package/esm2020/lib/modules/list-column-selector-action/list-column-selector-button.component.mjs +4 -4
- package/esm2020/lib/modules/list-view-grid/list-view-grid.component.mjs +4 -4
- package/esm2020/lib/modules/list-view-grid/list-view-grid.module.mjs +5 -5
- package/esm2020/lib/modules/list-view-grid/state/grid-state.rxstate.mjs +4 -4
- package/esm2020/lib/modules/list-view-grid/state/grid-state.state-node.mjs +4 -4
- package/esm2020/lib/modules/shared/sky-list-builder-view-grids-resources.module.mjs +5 -5
- package/fesm2015/skyux-list-builder-view-grids.mjs +34 -34
- package/fesm2015/skyux-list-builder-view-grids.mjs.map +1 -1
- package/fesm2020/skyux-list-builder-view-grids.mjs +34 -34
- package/fesm2020/skyux-list-builder-view-grids.mjs.map +1 -1
- package/lib/modules/column-selector/column-selector-modal.component.d.ts +1 -1
- package/lib/modules/list-column-selector-action/list-column-selector-action.component.d.ts +1 -1
- package/lib/modules/list-column-selector-action/list-column-selector-button.component.d.ts +1 -1
- package/lib/modules/list-view-grid/list-view-grid.component.d.ts +1 -1
- package/package.json +13 -13
package/documentation.json
CHANGED
|
@@ -20,73 +20,87 @@
|
|
|
20
20
|
"originalName": "",
|
|
21
21
|
"children": [
|
|
22
22
|
{
|
|
23
|
-
"id":
|
|
23
|
+
"id": 717,
|
|
24
24
|
"name": "SkyListViewGridMessageType",
|
|
25
25
|
"kind": 8,
|
|
26
26
|
"kindString": "Enumeration",
|
|
27
27
|
"flags": {},
|
|
28
28
|
"comment": {
|
|
29
|
-
"
|
|
30
|
-
|
|
29
|
+
"summary": [
|
|
30
|
+
{
|
|
31
|
+
"kind": "text",
|
|
32
|
+
"text": "The command for the list view grid to respond to."
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"blockTags": [
|
|
31
36
|
{
|
|
32
|
-
"tag": "deprecated",
|
|
33
|
-
"
|
|
37
|
+
"tag": "@deprecated",
|
|
38
|
+
"content": []
|
|
34
39
|
}
|
|
35
40
|
]
|
|
36
41
|
},
|
|
37
42
|
"children": [
|
|
38
43
|
{
|
|
39
|
-
"id":
|
|
44
|
+
"id": 719,
|
|
40
45
|
"name": "AbortDeleteRow",
|
|
41
46
|
"kind": 16,
|
|
42
47
|
"kindString": "Enumeration Member",
|
|
43
48
|
"flags": {},
|
|
44
49
|
"comment": {
|
|
45
|
-
"
|
|
50
|
+
"summary": [
|
|
51
|
+
{
|
|
52
|
+
"kind": "text",
|
|
53
|
+
"text": "Cancels the deletion of a row in the list view grid."
|
|
54
|
+
}
|
|
55
|
+
]
|
|
46
56
|
},
|
|
47
57
|
"sources": [
|
|
48
58
|
{
|
|
49
59
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message-type.ts",
|
|
50
60
|
"line": 14,
|
|
51
|
-
"character": 2
|
|
61
|
+
"character": 2,
|
|
62
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message-type.ts#L14"
|
|
52
63
|
}
|
|
53
64
|
],
|
|
54
65
|
"type": {
|
|
55
66
|
"type": "literal",
|
|
56
67
|
"value": 1
|
|
57
|
-
}
|
|
58
|
-
"defaultValue": "1"
|
|
68
|
+
}
|
|
59
69
|
},
|
|
60
70
|
{
|
|
61
|
-
"id":
|
|
71
|
+
"id": 718,
|
|
62
72
|
"name": "PromptDeleteRow",
|
|
63
73
|
"kind": 16,
|
|
64
74
|
"kindString": "Enumeration Member",
|
|
65
75
|
"flags": {},
|
|
66
76
|
"comment": {
|
|
67
|
-
"
|
|
77
|
+
"summary": [
|
|
78
|
+
{
|
|
79
|
+
"kind": "text",
|
|
80
|
+
"text": "Deletes of a row in the list view grid."
|
|
81
|
+
}
|
|
82
|
+
]
|
|
68
83
|
},
|
|
69
84
|
"sources": [
|
|
70
85
|
{
|
|
71
86
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message-type.ts",
|
|
72
87
|
"line": 9,
|
|
73
|
-
"character": 2
|
|
88
|
+
"character": 2,
|
|
89
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message-type.ts#L9"
|
|
74
90
|
}
|
|
75
91
|
],
|
|
76
92
|
"type": {
|
|
77
93
|
"type": "literal",
|
|
78
94
|
"value": 0
|
|
79
|
-
}
|
|
80
|
-
"defaultValue": "0"
|
|
95
|
+
}
|
|
81
96
|
}
|
|
82
97
|
],
|
|
83
98
|
"groups": [
|
|
84
99
|
{
|
|
85
100
|
"title": "Enumeration Members",
|
|
86
|
-
"kind": 16,
|
|
87
101
|
"children": [
|
|
88
|
-
|
|
89
|
-
|
|
102
|
+
719,
|
|
103
|
+
718
|
|
90
104
|
]
|
|
91
105
|
}
|
|
92
106
|
],
|
|
@@ -94,27 +108,29 @@
|
|
|
94
108
|
{
|
|
95
109
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message-type.ts",
|
|
96
110
|
"line": 5,
|
|
97
|
-
"character": 12
|
|
111
|
+
"character": 12,
|
|
112
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message-type.ts#L5"
|
|
98
113
|
}
|
|
99
114
|
]
|
|
100
115
|
},
|
|
101
116
|
{
|
|
102
|
-
"id":
|
|
117
|
+
"id": 27,
|
|
103
118
|
"name": "SkyColumnSelectorContext",
|
|
104
119
|
"kind": 128,
|
|
105
120
|
"kindString": "Class",
|
|
106
121
|
"flags": {},
|
|
107
122
|
"comment": {
|
|
108
|
-
"
|
|
123
|
+
"summary": [],
|
|
124
|
+
"blockTags": [
|
|
109
125
|
{
|
|
110
|
-
"tag": "deprecated",
|
|
111
|
-
"
|
|
126
|
+
"tag": "@deprecated",
|
|
127
|
+
"content": []
|
|
112
128
|
}
|
|
113
129
|
]
|
|
114
130
|
},
|
|
115
131
|
"children": [
|
|
116
132
|
{
|
|
117
|
-
"id":
|
|
133
|
+
"id": 30,
|
|
118
134
|
"name": "columns",
|
|
119
135
|
"kind": 1024,
|
|
120
136
|
"kindString": "Property",
|
|
@@ -125,20 +141,21 @@
|
|
|
125
141
|
{
|
|
126
142
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
127
143
|
"line": 7,
|
|
128
|
-
"character": 9
|
|
144
|
+
"character": 9,
|
|
145
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L7"
|
|
129
146
|
}
|
|
130
147
|
],
|
|
131
148
|
"type": {
|
|
132
149
|
"type": "array",
|
|
133
150
|
"elementType": {
|
|
134
151
|
"type": "reference",
|
|
135
|
-
"id":
|
|
152
|
+
"id": 32,
|
|
136
153
|
"name": "SkyColumnSelectorModel"
|
|
137
154
|
}
|
|
138
155
|
}
|
|
139
156
|
},
|
|
140
157
|
{
|
|
141
|
-
"id":
|
|
158
|
+
"id": 31,
|
|
142
159
|
"name": "selectedColumnIds",
|
|
143
160
|
"kind": 1024,
|
|
144
161
|
"kindString": "Property",
|
|
@@ -149,7 +166,8 @@
|
|
|
149
166
|
{
|
|
150
167
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
151
168
|
"line": 8,
|
|
152
|
-
"character": 9
|
|
169
|
+
"character": 9,
|
|
170
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L8"
|
|
153
171
|
}
|
|
154
172
|
],
|
|
155
173
|
"type": {
|
|
@@ -164,17 +182,15 @@
|
|
|
164
182
|
"groups": [
|
|
165
183
|
{
|
|
166
184
|
"title": "Constructors",
|
|
167
|
-
"kind": 512,
|
|
168
185
|
"children": [
|
|
169
|
-
|
|
186
|
+
28
|
|
170
187
|
]
|
|
171
188
|
},
|
|
172
189
|
{
|
|
173
190
|
"title": "Properties",
|
|
174
|
-
"kind": 1024,
|
|
175
191
|
"children": [
|
|
176
|
-
|
|
177
|
-
|
|
192
|
+
30,
|
|
193
|
+
31
|
|
178
194
|
]
|
|
179
195
|
}
|
|
180
196
|
],
|
|
@@ -182,27 +198,29 @@
|
|
|
182
198
|
{
|
|
183
199
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
184
200
|
"line": 6,
|
|
185
|
-
"character": 13
|
|
201
|
+
"character": 13,
|
|
202
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L6"
|
|
186
203
|
}
|
|
187
204
|
]
|
|
188
205
|
},
|
|
189
206
|
{
|
|
190
|
-
"id":
|
|
207
|
+
"id": 32,
|
|
191
208
|
"name": "SkyColumnSelectorModel",
|
|
192
209
|
"kind": 128,
|
|
193
210
|
"kindString": "Class",
|
|
194
211
|
"flags": {},
|
|
195
212
|
"comment": {
|
|
196
|
-
"
|
|
213
|
+
"summary": [],
|
|
214
|
+
"blockTags": [
|
|
197
215
|
{
|
|
198
|
-
"tag": "deprecated",
|
|
199
|
-
"
|
|
216
|
+
"tag": "@deprecated",
|
|
217
|
+
"content": []
|
|
200
218
|
}
|
|
201
219
|
]
|
|
202
220
|
},
|
|
203
221
|
"children": [
|
|
204
222
|
{
|
|
205
|
-
"id":
|
|
223
|
+
"id": 37,
|
|
206
224
|
"name": "description",
|
|
207
225
|
"kind": 1024,
|
|
208
226
|
"kindString": "Property",
|
|
@@ -213,7 +231,8 @@
|
|
|
213
231
|
{
|
|
214
232
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
215
233
|
"line": 19,
|
|
216
|
-
"character": 9
|
|
234
|
+
"character": 9,
|
|
235
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L19"
|
|
217
236
|
}
|
|
218
237
|
],
|
|
219
238
|
"type": {
|
|
@@ -222,7 +241,7 @@
|
|
|
222
241
|
}
|
|
223
242
|
},
|
|
224
243
|
{
|
|
225
|
-
"id":
|
|
244
|
+
"id": 36,
|
|
226
245
|
"name": "heading",
|
|
227
246
|
"kind": 1024,
|
|
228
247
|
"kindString": "Property",
|
|
@@ -233,7 +252,8 @@
|
|
|
233
252
|
{
|
|
234
253
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
235
254
|
"line": 18,
|
|
236
|
-
"character": 9
|
|
255
|
+
"character": 9,
|
|
256
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L18"
|
|
237
257
|
}
|
|
238
258
|
],
|
|
239
259
|
"type": {
|
|
@@ -242,7 +262,7 @@
|
|
|
242
262
|
}
|
|
243
263
|
},
|
|
244
264
|
{
|
|
245
|
-
"id":
|
|
265
|
+
"id": 35,
|
|
246
266
|
"name": "id",
|
|
247
267
|
"kind": 1024,
|
|
248
268
|
"kindString": "Property",
|
|
@@ -253,7 +273,8 @@
|
|
|
253
273
|
{
|
|
254
274
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
255
275
|
"line": 17,
|
|
256
|
-
"character": 9
|
|
276
|
+
"character": 9,
|
|
277
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L17"
|
|
257
278
|
}
|
|
258
279
|
],
|
|
259
280
|
"type": {
|
|
@@ -265,18 +286,16 @@
|
|
|
265
286
|
"groups": [
|
|
266
287
|
{
|
|
267
288
|
"title": "Constructors",
|
|
268
|
-
"kind": 512,
|
|
269
289
|
"children": [
|
|
270
|
-
|
|
290
|
+
33
|
|
271
291
|
]
|
|
272
292
|
},
|
|
273
293
|
{
|
|
274
294
|
"title": "Properties",
|
|
275
|
-
"kind": 1024,
|
|
276
295
|
"children": [
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
296
|
+
37,
|
|
297
|
+
36,
|
|
298
|
+
35
|
|
280
299
|
]
|
|
281
300
|
}
|
|
282
301
|
],
|
|
@@ -284,45 +303,37 @@
|
|
|
284
303
|
{
|
|
285
304
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-context.ts",
|
|
286
305
|
"line": 16,
|
|
287
|
-
"character": 13
|
|
306
|
+
"character": 13,
|
|
307
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-context.ts#L16"
|
|
288
308
|
}
|
|
289
309
|
]
|
|
290
310
|
},
|
|
291
311
|
{
|
|
292
|
-
"id":
|
|
312
|
+
"id": 38,
|
|
293
313
|
"name": "SkyColumnSelectorModule",
|
|
294
314
|
"kind": 128,
|
|
295
315
|
"kindString": "Class",
|
|
296
316
|
"flags": {},
|
|
297
317
|
"comment": {
|
|
298
|
-
"
|
|
318
|
+
"summary": [],
|
|
319
|
+
"blockTags": [
|
|
299
320
|
{
|
|
300
|
-
"tag": "deprecated",
|
|
301
|
-
"
|
|
321
|
+
"tag": "@deprecated",
|
|
322
|
+
"content": [
|
|
323
|
+
{
|
|
324
|
+
"kind": "text",
|
|
325
|
+
"text": "List builder view grid and its features are deprecated. Use data entry grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-entry-grid."
|
|
326
|
+
}
|
|
327
|
+
]
|
|
302
328
|
}
|
|
303
329
|
]
|
|
304
330
|
},
|
|
305
|
-
"decorators": [
|
|
306
|
-
{
|
|
307
|
-
"name": "NgModule",
|
|
308
|
-
"type": {
|
|
309
|
-
"type": "reference",
|
|
310
|
-
"qualifiedName": "NgModuleDecorator",
|
|
311
|
-
"package": "@angular/core",
|
|
312
|
-
"name": "NgModule"
|
|
313
|
-
},
|
|
314
|
-
"arguments": {
|
|
315
|
-
"obj": "{\n declarations: [SkyColumnSelectorComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyModalModule,\n SkyListModule,\n SkyListToolbarModule,\n SkyListViewChecklistModule,\n ],\n}"
|
|
316
|
-
}
|
|
317
|
-
}
|
|
318
|
-
],
|
|
319
331
|
"children": [],
|
|
320
332
|
"groups": [
|
|
321
333
|
{
|
|
322
334
|
"title": "Constructors",
|
|
323
|
-
"kind": 512,
|
|
324
335
|
"children": [
|
|
325
|
-
|
|
336
|
+
39
|
|
326
337
|
]
|
|
327
338
|
}
|
|
328
339
|
],
|
|
@@ -330,45 +341,37 @@
|
|
|
330
341
|
{
|
|
331
342
|
"fileName": "projects/list-builder-view-grids/src/modules/column-selector/column-selector-modal.module.ts",
|
|
332
343
|
"line": 24,
|
|
333
|
-
"character": 13
|
|
344
|
+
"character": 13,
|
|
345
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/column-selector/column-selector-modal.module.ts#L24"
|
|
334
346
|
}
|
|
335
347
|
]
|
|
336
348
|
},
|
|
337
349
|
{
|
|
338
|
-
"id":
|
|
350
|
+
"id": 41,
|
|
339
351
|
"name": "SkyListColumnSelectorActionModule",
|
|
340
352
|
"kind": 128,
|
|
341
353
|
"kindString": "Class",
|
|
342
354
|
"flags": {},
|
|
343
355
|
"comment": {
|
|
344
|
-
"
|
|
356
|
+
"summary": [],
|
|
357
|
+
"blockTags": [
|
|
345
358
|
{
|
|
346
|
-
"tag": "deprecated",
|
|
347
|
-
"
|
|
359
|
+
"tag": "@deprecated",
|
|
360
|
+
"content": [
|
|
361
|
+
{
|
|
362
|
+
"kind": "text",
|
|
363
|
+
"text": "List builder view grid and its features are deprecated. Use data entry grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-entry-grid."
|
|
364
|
+
}
|
|
365
|
+
]
|
|
348
366
|
}
|
|
349
367
|
]
|
|
350
368
|
},
|
|
351
|
-
"decorators": [
|
|
352
|
-
{
|
|
353
|
-
"name": "NgModule",
|
|
354
|
-
"type": {
|
|
355
|
-
"type": "reference",
|
|
356
|
-
"qualifiedName": "NgModuleDecorator",
|
|
357
|
-
"package": "@angular/core",
|
|
358
|
-
"name": "NgModule"
|
|
359
|
-
},
|
|
360
|
-
"arguments": {
|
|
361
|
-
"obj": "{\n declarations: [\n SkyListColumnSelectorActionComponent,\n SkyListColumnSelectorButtonComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyModalModule,\n SkyListSecondaryActionsModule,\n SkyListToolbarModule,\n SkyIconModule,\n ],\n exports: [SkyListColumnSelectorActionComponent, SkyColumnSelectorModule],\n}"
|
|
362
|
-
}
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
369
|
"children": [],
|
|
366
370
|
"groups": [
|
|
367
371
|
{
|
|
368
372
|
"title": "Constructors",
|
|
369
|
-
"kind": 512,
|
|
370
373
|
"children": [
|
|
371
|
-
|
|
374
|
+
42
|
|
372
375
|
]
|
|
373
376
|
}
|
|
374
377
|
],
|
|
@@ -376,42 +379,47 @@
|
|
|
376
379
|
{
|
|
377
380
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.module.ts",
|
|
378
381
|
"line": 34,
|
|
379
|
-
"character": 13
|
|
382
|
+
"character": 13,
|
|
383
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.module.ts#L34"
|
|
380
384
|
}
|
|
381
385
|
]
|
|
382
386
|
},
|
|
383
387
|
{
|
|
384
|
-
"id":
|
|
388
|
+
"id": 44,
|
|
385
389
|
"name": "SkyListViewGridComponent",
|
|
386
390
|
"kind": 128,
|
|
387
391
|
"kindString": "Class",
|
|
388
392
|
"flags": {},
|
|
389
393
|
"comment": {
|
|
390
|
-
"
|
|
391
|
-
|
|
394
|
+
"summary": [
|
|
395
|
+
{
|
|
396
|
+
"kind": "text",
|
|
397
|
+
"text": "Displays a grid for a\n[SKY UX-themed list of data](https://developer.blackbaud.com/skyux/components/list/overview)\nusing the [grid component](https://developer.blackbaud.com/skyux/components/grid).\nYou must install "
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"kind": "code",
|
|
401
|
+
"text": "`SkyListModule`"
|
|
402
|
+
},
|
|
392
403
|
{
|
|
393
|
-
"
|
|
394
|
-
"text": "
|
|
404
|
+
"kind": "text",
|
|
405
|
+
"text": " as a dependency."
|
|
406
|
+
}
|
|
407
|
+
],
|
|
408
|
+
"blockTags": [
|
|
409
|
+
{
|
|
410
|
+
"tag": "@deprecated",
|
|
411
|
+
"content": [
|
|
412
|
+
{
|
|
413
|
+
"kind": "text",
|
|
414
|
+
"text": "List builder view grid and its features are deprecated. Use data entry grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-entry-grid."
|
|
415
|
+
}
|
|
416
|
+
]
|
|
395
417
|
}
|
|
396
418
|
]
|
|
397
419
|
},
|
|
398
|
-
"decorators": [
|
|
399
|
-
{
|
|
400
|
-
"name": "Component",
|
|
401
|
-
"type": {
|
|
402
|
-
"type": "reference",
|
|
403
|
-
"qualifiedName": "ComponentDecorator",
|
|
404
|
-
"package": "@angular/core",
|
|
405
|
-
"name": "Component"
|
|
406
|
-
},
|
|
407
|
-
"arguments": {
|
|
408
|
-
"obj": "{\n selector: 'sky-list-view-grid',\n templateUrl: './list-view-grid.component.html',\n styleUrls: ['./list-view-grid.component.scss'],\n providers: [\n {\n provide: ListViewComponent,\n useExisting: forwardRef(() => SkyListViewGridComponent),\n },\n GridState,\n GridStateDispatcher,\n GridStateModel,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
420
|
"children": [
|
|
413
421
|
{
|
|
414
|
-
"id":
|
|
422
|
+
"id": 45,
|
|
415
423
|
"name": "constructor",
|
|
416
424
|
"kind": 512,
|
|
417
425
|
"kindString": "Constructor",
|
|
@@ -419,20 +427,21 @@
|
|
|
419
427
|
"sources": [
|
|
420
428
|
{
|
|
421
429
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
422
|
-
"line":
|
|
423
|
-
"character": 2
|
|
430
|
+
"line": 258,
|
|
431
|
+
"character": 2,
|
|
432
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L258"
|
|
424
433
|
}
|
|
425
434
|
],
|
|
426
435
|
"signatures": [
|
|
427
436
|
{
|
|
428
|
-
"id":
|
|
437
|
+
"id": 46,
|
|
429
438
|
"name": "new SkyListViewGridComponent",
|
|
430
439
|
"kind": 16384,
|
|
431
440
|
"kindString": "Constructor signature",
|
|
432
441
|
"flags": {},
|
|
433
442
|
"parameters": [
|
|
434
443
|
{
|
|
435
|
-
"id":
|
|
444
|
+
"id": 47,
|
|
436
445
|
"name": "state",
|
|
437
446
|
"kind": 32768,
|
|
438
447
|
"kindString": "Parameter",
|
|
@@ -443,7 +452,7 @@
|
|
|
443
452
|
}
|
|
444
453
|
},
|
|
445
454
|
{
|
|
446
|
-
"id":
|
|
455
|
+
"id": 48,
|
|
447
456
|
"name": "dispatcher",
|
|
448
457
|
"kind": 32768,
|
|
449
458
|
"kindString": "Parameter",
|
|
@@ -454,7 +463,7 @@
|
|
|
454
463
|
}
|
|
455
464
|
},
|
|
456
465
|
{
|
|
457
|
-
"id":
|
|
466
|
+
"id": 49,
|
|
458
467
|
"name": "gridState",
|
|
459
468
|
"kind": 32768,
|
|
460
469
|
"kindString": "Parameter",
|
|
@@ -465,7 +474,7 @@
|
|
|
465
474
|
}
|
|
466
475
|
},
|
|
467
476
|
{
|
|
468
|
-
"id":
|
|
477
|
+
"id": 50,
|
|
469
478
|
"name": "gridDispatcher",
|
|
470
479
|
"kind": 32768,
|
|
471
480
|
"kindString": "Parameter",
|
|
@@ -476,7 +485,7 @@
|
|
|
476
485
|
}
|
|
477
486
|
},
|
|
478
487
|
{
|
|
479
|
-
"id":
|
|
488
|
+
"id": 51,
|
|
480
489
|
"name": "logger",
|
|
481
490
|
"kind": 32768,
|
|
482
491
|
"kindString": "Parameter",
|
|
@@ -489,7 +498,7 @@
|
|
|
489
498
|
],
|
|
490
499
|
"type": {
|
|
491
500
|
"type": "reference",
|
|
492
|
-
"id":
|
|
501
|
+
"id": 44,
|
|
493
502
|
"name": "SkyListViewGridComponent"
|
|
494
503
|
},
|
|
495
504
|
"overwrites": {
|
|
@@ -504,7 +513,7 @@
|
|
|
504
513
|
}
|
|
505
514
|
},
|
|
506
515
|
{
|
|
507
|
-
"id":
|
|
516
|
+
"id": 144,
|
|
508
517
|
"name": "active",
|
|
509
518
|
"kind": 1024,
|
|
510
519
|
"kindString": "Property",
|
|
@@ -515,7 +524,8 @@
|
|
|
515
524
|
{
|
|
516
525
|
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
517
526
|
"line": 15,
|
|
518
|
-
"character": 9
|
|
527
|
+
"character": 9,
|
|
528
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder/src/lib/modules/list/list-view.component.ts#L15"
|
|
519
529
|
}
|
|
520
530
|
],
|
|
521
531
|
"type": {
|
|
@@ -526,9 +536,9 @@
|
|
|
526
536
|
"name": "boolean"
|
|
527
537
|
}
|
|
528
538
|
],
|
|
539
|
+
"name": "Observable",
|
|
529
540
|
"qualifiedName": "Observable",
|
|
530
|
-
"package": "rxjs"
|
|
531
|
-
"name": "Observable"
|
|
541
|
+
"package": "rxjs"
|
|
532
542
|
},
|
|
533
543
|
"inheritedFrom": {
|
|
534
544
|
"type": "reference",
|
|
@@ -536,7 +546,7 @@
|
|
|
536
546
|
}
|
|
537
547
|
},
|
|
538
548
|
{
|
|
539
|
-
"id":
|
|
549
|
+
"id": 76,
|
|
540
550
|
"name": "columns",
|
|
541
551
|
"kind": 1024,
|
|
542
552
|
"kindString": "Property",
|
|
@@ -546,8 +556,9 @@
|
|
|
546
556
|
"sources": [
|
|
547
557
|
{
|
|
548
558
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
549
|
-
"line":
|
|
550
|
-
"character": 9
|
|
559
|
+
"line": 222,
|
|
560
|
+
"character": 9,
|
|
561
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L222"
|
|
551
562
|
}
|
|
552
563
|
],
|
|
553
564
|
"type": {
|
|
@@ -561,13 +572,13 @@
|
|
|
561
572
|
}
|
|
562
573
|
}
|
|
563
574
|
],
|
|
575
|
+
"name": "Observable",
|
|
564
576
|
"qualifiedName": "Observable",
|
|
565
|
-
"package": "rxjs"
|
|
566
|
-
"name": "Observable"
|
|
577
|
+
"package": "rxjs"
|
|
567
578
|
}
|
|
568
579
|
},
|
|
569
580
|
{
|
|
570
|
-
"id":
|
|
581
|
+
"id": 82,
|
|
571
582
|
"name": "currentSearchText",
|
|
572
583
|
"kind": 1024,
|
|
573
584
|
"kindString": "Property",
|
|
@@ -577,8 +588,9 @@
|
|
|
577
588
|
"sources": [
|
|
578
589
|
{
|
|
579
590
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
580
|
-
"line":
|
|
581
|
-
"character": 9
|
|
591
|
+
"line": 238,
|
|
592
|
+
"character": 9,
|
|
593
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L238"
|
|
582
594
|
}
|
|
583
595
|
],
|
|
584
596
|
"type": {
|
|
@@ -589,13 +601,13 @@
|
|
|
589
601
|
"name": "string"
|
|
590
602
|
}
|
|
591
603
|
],
|
|
604
|
+
"name": "Observable",
|
|
592
605
|
"qualifiedName": "Observable",
|
|
593
|
-
"package": "rxjs"
|
|
594
|
-
"name": "Observable"
|
|
606
|
+
"package": "rxjs"
|
|
595
607
|
}
|
|
596
608
|
},
|
|
597
609
|
{
|
|
598
|
-
"id":
|
|
610
|
+
"id": 55,
|
|
599
611
|
"name": "displayedColumns",
|
|
600
612
|
"kind": 1024,
|
|
601
613
|
"kindString": "Property",
|
|
@@ -603,25 +615,19 @@
|
|
|
603
615
|
"isPublic": true
|
|
604
616
|
},
|
|
605
617
|
"comment": {
|
|
606
|
-
"
|
|
618
|
+
"summary": [
|
|
619
|
+
{
|
|
620
|
+
"kind": "text",
|
|
621
|
+
"text": "The columns to display by default based on the ID or field of the item."
|
|
622
|
+
}
|
|
623
|
+
]
|
|
607
624
|
},
|
|
608
|
-
"decorators": [
|
|
609
|
-
{
|
|
610
|
-
"name": "Input",
|
|
611
|
-
"type": {
|
|
612
|
-
"type": "reference",
|
|
613
|
-
"qualifiedName": "InputDecorator",
|
|
614
|
-
"package": "@angular/core",
|
|
615
|
-
"name": "Input"
|
|
616
|
-
},
|
|
617
|
-
"arguments": {}
|
|
618
|
-
}
|
|
619
|
-
],
|
|
620
625
|
"sources": [
|
|
621
626
|
{
|
|
622
627
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
623
628
|
"line": 99,
|
|
624
|
-
"character": 9
|
|
629
|
+
"character": 9,
|
|
630
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L99"
|
|
625
631
|
}
|
|
626
632
|
],
|
|
627
633
|
"type": {
|
|
@@ -645,15 +651,15 @@
|
|
|
645
651
|
}
|
|
646
652
|
}
|
|
647
653
|
],
|
|
654
|
+
"name": "Observable",
|
|
648
655
|
"qualifiedName": "Observable",
|
|
649
|
-
"package": "rxjs"
|
|
650
|
-
"name": "Observable"
|
|
656
|
+
"package": "rxjs"
|
|
651
657
|
}
|
|
652
658
|
]
|
|
653
659
|
}
|
|
654
660
|
},
|
|
655
661
|
{
|
|
656
|
-
"id":
|
|
662
|
+
"id": 66,
|
|
657
663
|
"name": "enableMultiselect",
|
|
658
664
|
"kind": 1024,
|
|
659
665
|
"kindString": "Property",
|
|
@@ -661,31 +667,46 @@
|
|
|
661
667
|
"isPublic": true
|
|
662
668
|
},
|
|
663
669
|
"comment": {
|
|
664
|
-
"
|
|
665
|
-
|
|
670
|
+
"summary": [
|
|
671
|
+
{
|
|
672
|
+
"kind": "text",
|
|
673
|
+
"text": "Whether to enable the multiselect feature to display a column of checkboxes\non the left side of the grid. Multiselect also displays an action bar with buttons to\nselect and clear all checkboxes. Multiselect defaults to the "
|
|
674
|
+
},
|
|
666
675
|
{
|
|
667
|
-
"
|
|
668
|
-
"text": "
|
|
676
|
+
"kind": "code",
|
|
677
|
+
"text": "`id`"
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"kind": "text",
|
|
681
|
+
"text": " property on the list's\n"
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"kind": "code",
|
|
685
|
+
"text": "`data`"
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"kind": "text",
|
|
689
|
+
"text": " object."
|
|
690
|
+
}
|
|
691
|
+
],
|
|
692
|
+
"blockTags": [
|
|
693
|
+
{
|
|
694
|
+
"tag": "@default",
|
|
695
|
+
"content": [
|
|
696
|
+
{
|
|
697
|
+
"kind": "text",
|
|
698
|
+
"text": "false"
|
|
699
|
+
}
|
|
700
|
+
]
|
|
669
701
|
}
|
|
670
702
|
]
|
|
671
703
|
},
|
|
672
|
-
"decorators": [
|
|
673
|
-
{
|
|
674
|
-
"name": "Input",
|
|
675
|
-
"type": {
|
|
676
|
-
"type": "reference",
|
|
677
|
-
"qualifiedName": "InputDecorator",
|
|
678
|
-
"package": "@angular/core",
|
|
679
|
-
"name": "Input"
|
|
680
|
-
},
|
|
681
|
-
"arguments": {}
|
|
682
|
-
}
|
|
683
|
-
],
|
|
684
704
|
"sources": [
|
|
685
705
|
{
|
|
686
706
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
687
707
|
"line": 172,
|
|
688
|
-
"character": 9
|
|
708
|
+
"character": 9,
|
|
709
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L172"
|
|
689
710
|
}
|
|
690
711
|
],
|
|
691
712
|
"type": {
|
|
@@ -695,7 +716,7 @@
|
|
|
695
716
|
"defaultValue": "false"
|
|
696
717
|
},
|
|
697
718
|
{
|
|
698
|
-
"id":
|
|
719
|
+
"id": 57,
|
|
699
720
|
"name": "fit",
|
|
700
721
|
"kind": 1024,
|
|
701
722
|
"kindString": "Property",
|
|
@@ -703,31 +724,46 @@
|
|
|
703
724
|
"isPublic": true
|
|
704
725
|
},
|
|
705
726
|
"comment": {
|
|
706
|
-
"
|
|
707
|
-
|
|
727
|
+
"summary": [
|
|
728
|
+
{
|
|
729
|
+
"kind": "text",
|
|
730
|
+
"text": "How the grid fits to its parent. "
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"kind": "code",
|
|
734
|
+
"text": "`\"width\"`"
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"kind": "text",
|
|
738
|
+
"text": " fits the grid to the parent's full\nwidth, and "
|
|
739
|
+
},
|
|
740
|
+
{
|
|
741
|
+
"kind": "code",
|
|
742
|
+
"text": "`\"scroll\"`"
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"kind": "text",
|
|
746
|
+
"text": " allows the grid to exceed the parent's width. If the grid does not have\nenough columns to fill the parent's width, it always stretches to the parent's full width."
|
|
747
|
+
}
|
|
748
|
+
],
|
|
749
|
+
"blockTags": [
|
|
708
750
|
{
|
|
709
|
-
"tag": "default",
|
|
710
|
-
"
|
|
751
|
+
"tag": "@default",
|
|
752
|
+
"content": [
|
|
753
|
+
{
|
|
754
|
+
"kind": "text",
|
|
755
|
+
"text": "\"width\""
|
|
756
|
+
}
|
|
757
|
+
]
|
|
711
758
|
}
|
|
712
759
|
]
|
|
713
760
|
},
|
|
714
|
-
"decorators": [
|
|
715
|
-
{
|
|
716
|
-
"name": "Input",
|
|
717
|
-
"type": {
|
|
718
|
-
"type": "reference",
|
|
719
|
-
"qualifiedName": "InputDecorator",
|
|
720
|
-
"package": "@angular/core",
|
|
721
|
-
"name": "Input"
|
|
722
|
-
},
|
|
723
|
-
"arguments": {}
|
|
724
|
-
}
|
|
725
|
-
],
|
|
726
761
|
"sources": [
|
|
727
762
|
{
|
|
728
763
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
729
764
|
"line": 114,
|
|
730
|
-
"character": 9
|
|
765
|
+
"character": 9,
|
|
766
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L114"
|
|
731
767
|
}
|
|
732
768
|
],
|
|
733
769
|
"type": {
|
|
@@ -737,41 +773,70 @@
|
|
|
737
773
|
"defaultValue": "'width'"
|
|
738
774
|
},
|
|
739
775
|
{
|
|
740
|
-
"id":
|
|
776
|
+
"id": 71,
|
|
741
777
|
"name": "gridComponent",
|
|
742
778
|
"kind": 1024,
|
|
743
779
|
"kindString": "Property",
|
|
744
780
|
"flags": {
|
|
745
781
|
"isPublic": true
|
|
746
782
|
},
|
|
747
|
-
"
|
|
783
|
+
"sources": [
|
|
748
784
|
{
|
|
749
|
-
"
|
|
750
|
-
"
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
785
|
+
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
786
|
+
"line": 206,
|
|
787
|
+
"character": 9,
|
|
788
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L206"
|
|
789
|
+
}
|
|
790
|
+
],
|
|
791
|
+
"type": {
|
|
792
|
+
"type": "reference",
|
|
793
|
+
"name": "SkyGridComponent"
|
|
794
|
+
}
|
|
795
|
+
},
|
|
796
|
+
{
|
|
797
|
+
"id": 94,
|
|
798
|
+
"name": "gridDispatcher",
|
|
799
|
+
"kind": 1024,
|
|
800
|
+
"kindString": "Property",
|
|
801
|
+
"flags": {
|
|
802
|
+
"isPublic": true
|
|
803
|
+
},
|
|
804
|
+
"sources": [
|
|
805
|
+
{
|
|
806
|
+
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
807
|
+
"line": 262,
|
|
808
|
+
"character": 11,
|
|
809
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L262"
|
|
759
810
|
}
|
|
760
811
|
],
|
|
812
|
+
"type": {
|
|
813
|
+
"type": "reference",
|
|
814
|
+
"name": "GridStateDispatcher"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"id": 93,
|
|
819
|
+
"name": "gridState",
|
|
820
|
+
"kind": 1024,
|
|
821
|
+
"kindString": "Property",
|
|
822
|
+
"flags": {
|
|
823
|
+
"isPublic": true
|
|
824
|
+
},
|
|
761
825
|
"sources": [
|
|
762
826
|
{
|
|
763
827
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
764
|
-
"line":
|
|
765
|
-
"character":
|
|
828
|
+
"line": 261,
|
|
829
|
+
"character": 11,
|
|
830
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L261"
|
|
766
831
|
}
|
|
767
832
|
],
|
|
768
833
|
"type": {
|
|
769
834
|
"type": "reference",
|
|
770
|
-
"name": "
|
|
835
|
+
"name": "GridState"
|
|
771
836
|
}
|
|
772
837
|
},
|
|
773
838
|
{
|
|
774
|
-
"id":
|
|
839
|
+
"id": 59,
|
|
775
840
|
"name": "height",
|
|
776
841
|
"kind": 1024,
|
|
777
842
|
"kindString": "Property",
|
|
@@ -779,25 +844,19 @@
|
|
|
779
844
|
"isPublic": true
|
|
780
845
|
},
|
|
781
846
|
"comment": {
|
|
782
|
-
"
|
|
847
|
+
"summary": [
|
|
848
|
+
{
|
|
849
|
+
"kind": "text",
|
|
850
|
+
"text": "The height of the grid."
|
|
851
|
+
}
|
|
852
|
+
]
|
|
783
853
|
},
|
|
784
|
-
"decorators": [
|
|
785
|
-
{
|
|
786
|
-
"name": "Input",
|
|
787
|
-
"type": {
|
|
788
|
-
"type": "reference",
|
|
789
|
-
"qualifiedName": "InputDecorator",
|
|
790
|
-
"package": "@angular/core",
|
|
791
|
-
"name": "Input"
|
|
792
|
-
},
|
|
793
|
-
"arguments": {}
|
|
794
|
-
}
|
|
795
|
-
],
|
|
796
854
|
"sources": [
|
|
797
855
|
{
|
|
798
856
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
799
857
|
"line": 126,
|
|
800
|
-
"character": 9
|
|
858
|
+
"character": 9,
|
|
859
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L126"
|
|
801
860
|
}
|
|
802
861
|
],
|
|
803
862
|
"type": {
|
|
@@ -815,15 +874,15 @@
|
|
|
815
874
|
"name": "number"
|
|
816
875
|
}
|
|
817
876
|
],
|
|
877
|
+
"name": "Observable",
|
|
818
878
|
"qualifiedName": "Observable",
|
|
819
|
-
"package": "rxjs"
|
|
820
|
-
"name": "Observable"
|
|
879
|
+
"package": "rxjs"
|
|
821
880
|
}
|
|
822
881
|
]
|
|
823
882
|
}
|
|
824
883
|
},
|
|
825
884
|
{
|
|
826
|
-
"id":
|
|
885
|
+
"id": 56,
|
|
827
886
|
"name": "hiddenColumns",
|
|
828
887
|
"kind": 1024,
|
|
829
888
|
"kindString": "Property",
|
|
@@ -831,25 +890,19 @@
|
|
|
831
890
|
"isPublic": true
|
|
832
891
|
},
|
|
833
892
|
"comment": {
|
|
834
|
-
"
|
|
893
|
+
"summary": [
|
|
894
|
+
{
|
|
895
|
+
"kind": "text",
|
|
896
|
+
"text": "The columns to hide by default based on the ID or field of the item."
|
|
897
|
+
}
|
|
898
|
+
]
|
|
835
899
|
},
|
|
836
|
-
"decorators": [
|
|
837
|
-
{
|
|
838
|
-
"name": "Input",
|
|
839
|
-
"type": {
|
|
840
|
-
"type": "reference",
|
|
841
|
-
"qualifiedName": "InputDecorator",
|
|
842
|
-
"package": "@angular/core",
|
|
843
|
-
"name": "Input"
|
|
844
|
-
},
|
|
845
|
-
"arguments": {}
|
|
846
|
-
}
|
|
847
|
-
],
|
|
848
900
|
"sources": [
|
|
849
901
|
{
|
|
850
902
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
851
903
|
"line": 105,
|
|
852
|
-
"character": 9
|
|
904
|
+
"character": 9,
|
|
905
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L105"
|
|
853
906
|
}
|
|
854
907
|
],
|
|
855
908
|
"type": {
|
|
@@ -873,15 +926,15 @@
|
|
|
873
926
|
}
|
|
874
927
|
}
|
|
875
928
|
],
|
|
929
|
+
"name": "Observable",
|
|
876
930
|
"qualifiedName": "Observable",
|
|
877
|
-
"package": "rxjs"
|
|
878
|
-
"name": "Observable"
|
|
931
|
+
"package": "rxjs"
|
|
879
932
|
}
|
|
880
933
|
]
|
|
881
934
|
}
|
|
882
935
|
},
|
|
883
936
|
{
|
|
884
|
-
"id":
|
|
937
|
+
"id": 60,
|
|
885
938
|
"name": "highlightSearchText",
|
|
886
939
|
"kind": 1024,
|
|
887
940
|
"kindString": "Property",
|
|
@@ -889,31 +942,30 @@
|
|
|
889
942
|
"isPublic": true
|
|
890
943
|
},
|
|
891
944
|
"comment": {
|
|
892
|
-
"
|
|
893
|
-
|
|
945
|
+
"summary": [
|
|
946
|
+
{
|
|
947
|
+
"kind": "text",
|
|
948
|
+
"text": "Whether to highlight search text within the grid."
|
|
949
|
+
}
|
|
950
|
+
],
|
|
951
|
+
"blockTags": [
|
|
894
952
|
{
|
|
895
|
-
"tag": "default",
|
|
896
|
-
"
|
|
953
|
+
"tag": "@default",
|
|
954
|
+
"content": [
|
|
955
|
+
{
|
|
956
|
+
"kind": "text",
|
|
957
|
+
"text": "true"
|
|
958
|
+
}
|
|
959
|
+
]
|
|
897
960
|
}
|
|
898
961
|
]
|
|
899
962
|
},
|
|
900
|
-
"decorators": [
|
|
901
|
-
{
|
|
902
|
-
"name": "Input",
|
|
903
|
-
"type": {
|
|
904
|
-
"type": "reference",
|
|
905
|
-
"qualifiedName": "InputDecorator",
|
|
906
|
-
"package": "@angular/core",
|
|
907
|
-
"name": "Input"
|
|
908
|
-
},
|
|
909
|
-
"arguments": {}
|
|
910
|
-
}
|
|
911
|
-
],
|
|
912
963
|
"sources": [
|
|
913
964
|
{
|
|
914
965
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
915
966
|
"line": 133,
|
|
916
|
-
"character": 9
|
|
967
|
+
"character": 9,
|
|
968
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L133"
|
|
917
969
|
}
|
|
918
970
|
],
|
|
919
971
|
"type": {
|
|
@@ -923,7 +975,7 @@
|
|
|
923
975
|
"defaultValue": "true"
|
|
924
976
|
},
|
|
925
977
|
{
|
|
926
|
-
"id":
|
|
978
|
+
"id": 78,
|
|
927
979
|
"name": "items",
|
|
928
980
|
"kind": 1024,
|
|
929
981
|
"kindString": "Property",
|
|
@@ -933,8 +985,9 @@
|
|
|
933
985
|
"sources": [
|
|
934
986
|
{
|
|
935
987
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
936
|
-
"line":
|
|
937
|
-
"character": 9
|
|
988
|
+
"line": 226,
|
|
989
|
+
"character": 9,
|
|
990
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L226"
|
|
938
991
|
}
|
|
939
992
|
],
|
|
940
993
|
"type": {
|
|
@@ -948,13 +1001,13 @@
|
|
|
948
1001
|
}
|
|
949
1002
|
}
|
|
950
1003
|
],
|
|
1004
|
+
"name": "Observable",
|
|
951
1005
|
"qualifiedName": "Observable",
|
|
952
|
-
"package": "rxjs"
|
|
953
|
-
"name": "Observable"
|
|
1006
|
+
"package": "rxjs"
|
|
954
1007
|
}
|
|
955
1008
|
},
|
|
956
1009
|
{
|
|
957
|
-
"id":
|
|
1010
|
+
"id": 80,
|
|
958
1011
|
"name": "loading",
|
|
959
1012
|
"kind": 1024,
|
|
960
1013
|
"kindString": "Property",
|
|
@@ -964,8 +1017,9 @@
|
|
|
964
1017
|
"sources": [
|
|
965
1018
|
{
|
|
966
1019
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
967
|
-
"line":
|
|
968
|
-
"character": 9
|
|
1020
|
+
"line": 234,
|
|
1021
|
+
"character": 9,
|
|
1022
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L234"
|
|
969
1023
|
}
|
|
970
1024
|
],
|
|
971
1025
|
"type": {
|
|
@@ -976,13 +1030,13 @@
|
|
|
976
1030
|
"name": "boolean"
|
|
977
1031
|
}
|
|
978
1032
|
],
|
|
1033
|
+
"name": "Observable",
|
|
979
1034
|
"qualifiedName": "Observable",
|
|
980
|
-
"package": "rxjs"
|
|
981
|
-
"name": "Observable"
|
|
1035
|
+
"package": "rxjs"
|
|
982
1036
|
}
|
|
983
1037
|
},
|
|
984
1038
|
{
|
|
985
|
-
"id":
|
|
1039
|
+
"id": 83,
|
|
986
1040
|
"name": "multiselectSelectedIds",
|
|
987
1041
|
"kind": 1024,
|
|
988
1042
|
"kindString": "Property",
|
|
@@ -992,8 +1046,9 @@
|
|
|
992
1046
|
"sources": [
|
|
993
1047
|
{
|
|
994
1048
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
995
|
-
"line":
|
|
996
|
-
"character": 9
|
|
1049
|
+
"line": 240,
|
|
1050
|
+
"character": 9,
|
|
1051
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L240"
|
|
997
1052
|
}
|
|
998
1053
|
],
|
|
999
1054
|
"type": {
|
|
@@ -1006,7 +1061,7 @@
|
|
|
1006
1061
|
"defaultValue": "[]"
|
|
1007
1062
|
},
|
|
1008
1063
|
{
|
|
1009
|
-
"id":
|
|
1064
|
+
"id": 68,
|
|
1010
1065
|
"name": "rowDeleteCancel",
|
|
1011
1066
|
"kind": 1024,
|
|
1012
1067
|
"kindString": "Property",
|
|
@@ -1014,25 +1069,19 @@
|
|
|
1014
1069
|
"isPublic": true
|
|
1015
1070
|
},
|
|
1016
1071
|
"comment": {
|
|
1017
|
-
"
|
|
1072
|
+
"summary": [
|
|
1073
|
+
{
|
|
1074
|
+
"kind": "text",
|
|
1075
|
+
"text": "Fires when users cancel the deletion of a row."
|
|
1076
|
+
}
|
|
1077
|
+
]
|
|
1018
1078
|
},
|
|
1019
|
-
"decorators": [
|
|
1020
|
-
{
|
|
1021
|
-
"name": "Output",
|
|
1022
|
-
"type": {
|
|
1023
|
-
"type": "reference",
|
|
1024
|
-
"qualifiedName": "OutputDecorator",
|
|
1025
|
-
"package": "@angular/core",
|
|
1026
|
-
"name": "Output"
|
|
1027
|
-
},
|
|
1028
|
-
"arguments": {}
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
1079
|
"sources": [
|
|
1032
1080
|
{
|
|
1033
1081
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1034
1082
|
"line": 187,
|
|
1035
|
-
"character": 9
|
|
1083
|
+
"character": 9,
|
|
1084
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L187"
|
|
1036
1085
|
}
|
|
1037
1086
|
],
|
|
1038
1087
|
"type": {
|
|
@@ -1040,18 +1089,18 @@
|
|
|
1040
1089
|
"typeArguments": [
|
|
1041
1090
|
{
|
|
1042
1091
|
"type": "reference",
|
|
1043
|
-
"id":
|
|
1092
|
+
"id": 720,
|
|
1044
1093
|
"name": "SkyListViewGridRowDeleteCancelArgs"
|
|
1045
1094
|
}
|
|
1046
1095
|
],
|
|
1096
|
+
"name": "EventEmitter",
|
|
1047
1097
|
"qualifiedName": "EventEmitter",
|
|
1048
|
-
"package": "@angular/core"
|
|
1049
|
-
"name": "EventEmitter"
|
|
1098
|
+
"package": "@angular/core"
|
|
1050
1099
|
},
|
|
1051
1100
|
"defaultValue": "..."
|
|
1052
1101
|
},
|
|
1053
1102
|
{
|
|
1054
|
-
"id":
|
|
1103
|
+
"id": 69,
|
|
1055
1104
|
"name": "rowDeleteConfirm",
|
|
1056
1105
|
"kind": 1024,
|
|
1057
1106
|
"kindString": "Property",
|
|
@@ -1059,25 +1108,19 @@
|
|
|
1059
1108
|
"isPublic": true
|
|
1060
1109
|
},
|
|
1061
1110
|
"comment": {
|
|
1062
|
-
"
|
|
1111
|
+
"summary": [
|
|
1112
|
+
{
|
|
1113
|
+
"kind": "text",
|
|
1114
|
+
"text": "Fires when users confirm the deletion of a row."
|
|
1115
|
+
}
|
|
1116
|
+
]
|
|
1063
1117
|
},
|
|
1064
|
-
"decorators": [
|
|
1065
|
-
{
|
|
1066
|
-
"name": "Output",
|
|
1067
|
-
"type": {
|
|
1068
|
-
"type": "reference",
|
|
1069
|
-
"qualifiedName": "OutputDecorator",
|
|
1070
|
-
"package": "@angular/core",
|
|
1071
|
-
"name": "Output"
|
|
1072
|
-
},
|
|
1073
|
-
"arguments": {}
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
1118
|
"sources": [
|
|
1077
1119
|
{
|
|
1078
1120
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1079
|
-
"line":
|
|
1080
|
-
"character": 9
|
|
1121
|
+
"line": 194,
|
|
1122
|
+
"character": 9,
|
|
1123
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L194"
|
|
1081
1124
|
}
|
|
1082
1125
|
],
|
|
1083
1126
|
"type": {
|
|
@@ -1085,18 +1128,18 @@
|
|
|
1085
1128
|
"typeArguments": [
|
|
1086
1129
|
{
|
|
1087
1130
|
"type": "reference",
|
|
1088
|
-
"id":
|
|
1131
|
+
"id": 722,
|
|
1089
1132
|
"name": "SkyListViewGridRowDeleteConfirmArgs"
|
|
1090
1133
|
}
|
|
1091
1134
|
],
|
|
1135
|
+
"name": "EventEmitter",
|
|
1092
1136
|
"qualifiedName": "EventEmitter",
|
|
1093
|
-
"package": "@angular/core"
|
|
1094
|
-
"name": "EventEmitter"
|
|
1137
|
+
"package": "@angular/core"
|
|
1095
1138
|
},
|
|
1096
1139
|
"defaultValue": "..."
|
|
1097
1140
|
},
|
|
1098
1141
|
{
|
|
1099
|
-
"id":
|
|
1142
|
+
"id": 65,
|
|
1100
1143
|
"name": "rowHighlightedId",
|
|
1101
1144
|
"kind": 1024,
|
|
1102
1145
|
"kindString": "Property",
|
|
@@ -1104,25 +1147,35 @@
|
|
|
1104
1147
|
"isPublic": true
|
|
1105
1148
|
},
|
|
1106
1149
|
"comment": {
|
|
1107
|
-
"
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
"name": "Input",
|
|
1112
|
-
"type": {
|
|
1113
|
-
"type": "reference",
|
|
1114
|
-
"qualifiedName": "InputDecorator",
|
|
1115
|
-
"package": "@angular/core",
|
|
1116
|
-
"name": "Input"
|
|
1150
|
+
"summary": [
|
|
1151
|
+
{
|
|
1152
|
+
"kind": "text",
|
|
1153
|
+
"text": "The ID of the row to highlight. The ID matches the "
|
|
1117
1154
|
},
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1155
|
+
{
|
|
1156
|
+
"kind": "code",
|
|
1157
|
+
"text": "`id`"
|
|
1158
|
+
},
|
|
1159
|
+
{
|
|
1160
|
+
"kind": "text",
|
|
1161
|
+
"text": " property of\nthe "
|
|
1162
|
+
},
|
|
1163
|
+
{
|
|
1164
|
+
"kind": "code",
|
|
1165
|
+
"text": "`data`"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"kind": "text",
|
|
1169
|
+
"text": " object. Typically, this property is used in conjunction with the\n[flyout component](https://developer.blackbaud.com/skyux/components/flyout) to\nindicate the currently selected row."
|
|
1170
|
+
}
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1121
1173
|
"sources": [
|
|
1122
1174
|
{
|
|
1123
1175
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1124
1176
|
"line": 162,
|
|
1125
|
-
"character": 9
|
|
1177
|
+
"character": 9,
|
|
1178
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L162"
|
|
1126
1179
|
}
|
|
1127
1180
|
],
|
|
1128
1181
|
"type": {
|
|
@@ -1131,61 +1184,66 @@
|
|
|
1131
1184
|
}
|
|
1132
1185
|
},
|
|
1133
1186
|
{
|
|
1134
|
-
"id":
|
|
1187
|
+
"id": 84,
|
|
1135
1188
|
"name": "searchFunction",
|
|
1136
1189
|
"kind": 1024,
|
|
1137
1190
|
"kindString": "Property",
|
|
1138
1191
|
"flags": {
|
|
1139
1192
|
"isPublic": true
|
|
1140
1193
|
},
|
|
1141
|
-
"decorators": [
|
|
1142
|
-
{
|
|
1143
|
-
"name": "Input",
|
|
1144
|
-
"type": {
|
|
1145
|
-
"type": "reference",
|
|
1146
|
-
"qualifiedName": "InputDecorator",
|
|
1147
|
-
"package": "@angular/core",
|
|
1148
|
-
"name": "Input"
|
|
1149
|
-
},
|
|
1150
|
-
"arguments": {
|
|
1151
|
-
"bindingPropertyName": "'search'"
|
|
1152
|
-
}
|
|
1153
|
-
}
|
|
1154
|
-
],
|
|
1155
1194
|
"sources": [
|
|
1156
1195
|
{
|
|
1157
1196
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1158
|
-
"line":
|
|
1159
|
-
"character": 9
|
|
1197
|
+
"line": 249,
|
|
1198
|
+
"character": 9,
|
|
1199
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L249"
|
|
1160
1200
|
}
|
|
1161
1201
|
],
|
|
1162
1202
|
"type": {
|
|
1163
1203
|
"type": "reflection",
|
|
1164
1204
|
"declaration": {
|
|
1165
|
-
"id":
|
|
1205
|
+
"id": 85,
|
|
1166
1206
|
"name": "__type",
|
|
1167
1207
|
"kind": 65536,
|
|
1168
1208
|
"kindString": "Type literal",
|
|
1169
1209
|
"flags": {},
|
|
1210
|
+
"sources": [
|
|
1211
|
+
{
|
|
1212
|
+
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts",
|
|
1213
|
+
"line": 249,
|
|
1214
|
+
"character": 25,
|
|
1215
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L249"
|
|
1216
|
+
}
|
|
1217
|
+
],
|
|
1170
1218
|
"signatures": [
|
|
1171
1219
|
{
|
|
1172
|
-
"id":
|
|
1220
|
+
"id": 86,
|
|
1173
1221
|
"name": "__type",
|
|
1174
1222
|
"kind": 4096,
|
|
1175
1223
|
"kindString": "Call signature",
|
|
1176
1224
|
"flags": {},
|
|
1177
1225
|
"comment": {
|
|
1178
|
-
"
|
|
1226
|
+
"summary": [
|
|
1227
|
+
{
|
|
1228
|
+
"kind": "text",
|
|
1229
|
+
"text": "The search function to apply on the view data."
|
|
1230
|
+
}
|
|
1231
|
+
]
|
|
1179
1232
|
},
|
|
1180
1233
|
"parameters": [
|
|
1181
1234
|
{
|
|
1182
|
-
"id":
|
|
1235
|
+
"id": 87,
|
|
1183
1236
|
"name": "data",
|
|
1184
1237
|
"kind": 32768,
|
|
1185
1238
|
"kindString": "Parameter",
|
|
1186
1239
|
"flags": {},
|
|
1187
1240
|
"comment": {
|
|
1188
|
-
"
|
|
1241
|
+
"summary": [
|
|
1242
|
+
{
|
|
1243
|
+
"kind": "text",
|
|
1244
|
+
"text": "Specifies the data to search."
|
|
1245
|
+
}
|
|
1246
|
+
]
|
|
1189
1247
|
},
|
|
1190
1248
|
"type": {
|
|
1191
1249
|
"type": "intrinsic",
|
|
@@ -1193,13 +1251,18 @@
|
|
|
1193
1251
|
}
|
|
1194
1252
|
},
|
|
1195
1253
|
{
|
|
1196
|
-
"id":
|
|
1254
|
+
"id": 88,
|
|
1197
1255
|
"name": "searchText",
|
|
1198
1256
|
"kind": 32768,
|
|
1199
1257
|
"kindString": "Parameter",
|
|
1200
1258
|
"flags": {},
|
|
1201
1259
|
"comment": {
|
|
1202
|
-
"
|
|
1260
|
+
"summary": [
|
|
1261
|
+
{
|
|
1262
|
+
"kind": "text",
|
|
1263
|
+
"text": "Specifies a text string to search for."
|
|
1264
|
+
}
|
|
1265
|
+
]
|
|
1203
1266
|
},
|
|
1204
1267
|
"type": {
|
|
1205
1268
|
"type": "intrinsic",
|
|
@@ -1217,7 +1280,7 @@
|
|
|
1217
1280
|
}
|
|
1218
1281
|
},
|
|
1219
1282
|
{
|
|
1220
|
-
"id":
|
|
1283
|
+
"id": 77,
|
|
1221
1284
|
"name": "selectedColumnIds",
|
|
1222
1285
|
"kind": 1024,
|
|
1223
1286
|
"kindString": "Property",
|
|
@@ -1227,8 +1290,9 @@
|
|
|
1227
1290
|
"sources": [
|
|
1228
1291
|
{
|
|
1229
1292
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1230
|
-
"line":
|
|
1231
|
-
"character": 9
|
|
1293
|
+
"line": 224,
|
|
1294
|
+
"character": 9,
|
|
1295
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L224"
|
|
1232
1296
|
}
|
|
1233
1297
|
],
|
|
1234
1298
|
"type": {
|
|
@@ -1242,13 +1306,13 @@
|
|
|
1242
1306
|
}
|
|
1243
1307
|
}
|
|
1244
1308
|
],
|
|
1309
|
+
"name": "Observable",
|
|
1245
1310
|
"qualifiedName": "Observable",
|
|
1246
|
-
"package": "rxjs"
|
|
1247
|
-
"name": "Observable"
|
|
1311
|
+
"package": "rxjs"
|
|
1248
1312
|
}
|
|
1249
1313
|
},
|
|
1250
1314
|
{
|
|
1251
|
-
"id":
|
|
1315
|
+
"id": 70,
|
|
1252
1316
|
"name": "selectedColumnIdsChange",
|
|
1253
1317
|
"kind": 1024,
|
|
1254
1318
|
"kindString": "Property",
|
|
@@ -1256,25 +1320,19 @@
|
|
|
1256
1320
|
"isPublic": true
|
|
1257
1321
|
},
|
|
1258
1322
|
"comment": {
|
|
1259
|
-
"
|
|
1323
|
+
"summary": [
|
|
1324
|
+
{
|
|
1325
|
+
"kind": "text",
|
|
1326
|
+
"text": "Fires when columns change. This includes changes to the displayed columns and changes\nto the order of columns. The event emits an array of IDs for the displayed columns that\nreflects the column order."
|
|
1327
|
+
}
|
|
1328
|
+
]
|
|
1260
1329
|
},
|
|
1261
|
-
"decorators": [
|
|
1262
|
-
{
|
|
1263
|
-
"name": "Output",
|
|
1264
|
-
"type": {
|
|
1265
|
-
"type": "reference",
|
|
1266
|
-
"qualifiedName": "OutputDecorator",
|
|
1267
|
-
"package": "@angular/core",
|
|
1268
|
-
"name": "Output"
|
|
1269
|
-
},
|
|
1270
|
-
"arguments": {}
|
|
1271
|
-
}
|
|
1272
|
-
],
|
|
1273
1330
|
"sources": [
|
|
1274
1331
|
{
|
|
1275
1332
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1276
|
-
"line":
|
|
1277
|
-
"character": 9
|
|
1333
|
+
"line": 203,
|
|
1334
|
+
"character": 9,
|
|
1335
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L203"
|
|
1278
1336
|
}
|
|
1279
1337
|
],
|
|
1280
1338
|
"type": {
|
|
@@ -1288,14 +1346,14 @@
|
|
|
1288
1346
|
}
|
|
1289
1347
|
}
|
|
1290
1348
|
],
|
|
1349
|
+
"name": "EventEmitter",
|
|
1291
1350
|
"qualifiedName": "EventEmitter",
|
|
1292
|
-
"package": "@angular/core"
|
|
1293
|
-
"name": "EventEmitter"
|
|
1351
|
+
"package": "@angular/core"
|
|
1294
1352
|
},
|
|
1295
1353
|
"defaultValue": "..."
|
|
1296
1354
|
},
|
|
1297
1355
|
{
|
|
1298
|
-
"id":
|
|
1356
|
+
"id": 67,
|
|
1299
1357
|
"name": "settingsKey",
|
|
1300
1358
|
"kind": 1024,
|
|
1301
1359
|
"kindString": "Property",
|
|
@@ -1303,25 +1361,27 @@
|
|
|
1303
1361
|
"isPublic": true
|
|
1304
1362
|
},
|
|
1305
1363
|
"comment": {
|
|
1306
|
-
"
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
"name": "Input",
|
|
1311
|
-
"type": {
|
|
1312
|
-
"type": "reference",
|
|
1313
|
-
"qualifiedName": "InputDecorator",
|
|
1314
|
-
"package": "@angular/core",
|
|
1315
|
-
"name": "Input"
|
|
1364
|
+
"summary": [
|
|
1365
|
+
{
|
|
1366
|
+
"kind": "text",
|
|
1367
|
+
"text": "The unique key for the UI Config Service that retrieves stored settings from\na database. The service saves configuration settings for users and returns "
|
|
1316
1368
|
},
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1369
|
+
{
|
|
1370
|
+
"kind": "code",
|
|
1371
|
+
"text": "`selectedColumnIds`"
|
|
1372
|
+
},
|
|
1373
|
+
{
|
|
1374
|
+
"kind": "text",
|
|
1375
|
+
"text": "\nfor the columns to display and the preferred column order. For more information, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/advanced/sticky-settings)."
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1378
|
+
},
|
|
1320
1379
|
"sources": [
|
|
1321
1380
|
{
|
|
1322
1381
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1323
1382
|
"line": 181,
|
|
1324
|
-
"character": 9
|
|
1383
|
+
"character": 9,
|
|
1384
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L181"
|
|
1325
1385
|
}
|
|
1326
1386
|
],
|
|
1327
1387
|
"type": {
|
|
@@ -1330,7 +1390,7 @@
|
|
|
1330
1390
|
}
|
|
1331
1391
|
},
|
|
1332
1392
|
{
|
|
1333
|
-
"id":
|
|
1393
|
+
"id": 81,
|
|
1334
1394
|
"name": "sortField",
|
|
1335
1395
|
"kind": 1024,
|
|
1336
1396
|
"kindString": "Property",
|
|
@@ -1340,8 +1400,9 @@
|
|
|
1340
1400
|
"sources": [
|
|
1341
1401
|
{
|
|
1342
1402
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1343
|
-
"line":
|
|
1344
|
-
"character": 9
|
|
1403
|
+
"line": 236,
|
|
1404
|
+
"character": 9,
|
|
1405
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L236"
|
|
1345
1406
|
}
|
|
1346
1407
|
],
|
|
1347
1408
|
"type": {
|
|
@@ -1352,13 +1413,13 @@
|
|
|
1352
1413
|
"name": "ListSortFieldSelectorModel"
|
|
1353
1414
|
}
|
|
1354
1415
|
],
|
|
1416
|
+
"name": "Observable",
|
|
1355
1417
|
"qualifiedName": "Observable",
|
|
1356
|
-
"package": "rxjs"
|
|
1357
|
-
"name": "Observable"
|
|
1418
|
+
"package": "rxjs"
|
|
1358
1419
|
}
|
|
1359
1420
|
},
|
|
1360
1421
|
{
|
|
1361
|
-
"id":
|
|
1422
|
+
"id": 58,
|
|
1362
1423
|
"name": "width",
|
|
1363
1424
|
"kind": 1024,
|
|
1364
1425
|
"kindString": "Property",
|
|
@@ -1366,25 +1427,19 @@
|
|
|
1366
1427
|
"isPublic": true
|
|
1367
1428
|
},
|
|
1368
1429
|
"comment": {
|
|
1369
|
-
"
|
|
1430
|
+
"summary": [
|
|
1431
|
+
{
|
|
1432
|
+
"kind": "text",
|
|
1433
|
+
"text": "The width of the grid."
|
|
1434
|
+
}
|
|
1435
|
+
]
|
|
1370
1436
|
},
|
|
1371
|
-
"decorators": [
|
|
1372
|
-
{
|
|
1373
|
-
"name": "Input",
|
|
1374
|
-
"type": {
|
|
1375
|
-
"type": "reference",
|
|
1376
|
-
"qualifiedName": "InputDecorator",
|
|
1377
|
-
"package": "@angular/core",
|
|
1378
|
-
"name": "Input"
|
|
1379
|
-
},
|
|
1380
|
-
"arguments": {}
|
|
1381
|
-
}
|
|
1382
|
-
],
|
|
1383
1437
|
"sources": [
|
|
1384
1438
|
{
|
|
1385
1439
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1386
1440
|
"line": 120,
|
|
1387
|
-
"character": 9
|
|
1441
|
+
"character": 9,
|
|
1442
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L120"
|
|
1388
1443
|
}
|
|
1389
1444
|
],
|
|
1390
1445
|
"type": {
|
|
@@ -1402,15 +1457,15 @@
|
|
|
1402
1457
|
"name": "number"
|
|
1403
1458
|
}
|
|
1404
1459
|
],
|
|
1460
|
+
"name": "Observable",
|
|
1405
1461
|
"qualifiedName": "Observable",
|
|
1406
|
-
"package": "rxjs"
|
|
1407
|
-
"name": "Observable"
|
|
1462
|
+
"package": "rxjs"
|
|
1408
1463
|
}
|
|
1409
1464
|
]
|
|
1410
1465
|
}
|
|
1411
1466
|
},
|
|
1412
1467
|
{
|
|
1413
|
-
"id":
|
|
1468
|
+
"id": 72,
|
|
1414
1469
|
"name": "gridHeight",
|
|
1415
1470
|
"kind": 262144,
|
|
1416
1471
|
"kindString": "Accessor",
|
|
@@ -1420,34 +1475,33 @@
|
|
|
1420
1475
|
"sources": [
|
|
1421
1476
|
{
|
|
1422
1477
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1423
|
-
"line":
|
|
1424
|
-
"character": 13
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
}
|
|
1478
|
+
"line": 208,
|
|
1479
|
+
"character": 13,
|
|
1480
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L208"
|
|
1481
|
+
}
|
|
1482
|
+
],
|
|
1483
|
+
"getSignature": {
|
|
1484
|
+
"id": 73,
|
|
1485
|
+
"name": "gridHeight",
|
|
1486
|
+
"kind": 524288,
|
|
1487
|
+
"kindString": "Get signature",
|
|
1488
|
+
"flags": {},
|
|
1489
|
+
"type": {
|
|
1490
|
+
"type": "reference",
|
|
1491
|
+
"typeArguments": [
|
|
1492
|
+
{
|
|
1493
|
+
"type": "intrinsic",
|
|
1494
|
+
"name": "number"
|
|
1495
|
+
}
|
|
1496
|
+
],
|
|
1497
|
+
"name": "Observable",
|
|
1498
|
+
"qualifiedName": "Observable",
|
|
1499
|
+
"package": "rxjs"
|
|
1446
1500
|
}
|
|
1447
|
-
|
|
1501
|
+
}
|
|
1448
1502
|
},
|
|
1449
1503
|
{
|
|
1450
|
-
"id":
|
|
1504
|
+
"id": 74,
|
|
1451
1505
|
"name": "gridWidth",
|
|
1452
1506
|
"kind": 262144,
|
|
1453
1507
|
"kindString": "Accessor",
|
|
@@ -1457,34 +1511,33 @@
|
|
|
1457
1511
|
"sources": [
|
|
1458
1512
|
{
|
|
1459
1513
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1460
|
-
"line":
|
|
1461
|
-
"character": 13
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
}
|
|
1514
|
+
"line": 215,
|
|
1515
|
+
"character": 13,
|
|
1516
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L215"
|
|
1517
|
+
}
|
|
1518
|
+
],
|
|
1519
|
+
"getSignature": {
|
|
1520
|
+
"id": 75,
|
|
1521
|
+
"name": "gridWidth",
|
|
1522
|
+
"kind": 524288,
|
|
1523
|
+
"kindString": "Get signature",
|
|
1524
|
+
"flags": {},
|
|
1525
|
+
"type": {
|
|
1526
|
+
"type": "reference",
|
|
1527
|
+
"typeArguments": [
|
|
1528
|
+
{
|
|
1529
|
+
"type": "intrinsic",
|
|
1530
|
+
"name": "number"
|
|
1531
|
+
}
|
|
1532
|
+
],
|
|
1533
|
+
"name": "Observable",
|
|
1534
|
+
"qualifiedName": "Observable",
|
|
1535
|
+
"package": "rxjs"
|
|
1483
1536
|
}
|
|
1484
|
-
|
|
1537
|
+
}
|
|
1485
1538
|
},
|
|
1486
1539
|
{
|
|
1487
|
-
"id":
|
|
1540
|
+
"id": 149,
|
|
1488
1541
|
"name": "id",
|
|
1489
1542
|
"kind": 262144,
|
|
1490
1543
|
"kindString": "Accessor",
|
|
@@ -1493,33 +1546,32 @@
|
|
|
1493
1546
|
{
|
|
1494
1547
|
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
1495
1548
|
"line": 41,
|
|
1496
|
-
"character": 6
|
|
1549
|
+
"character": 6,
|
|
1550
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder/src/lib/modules/list/list-view.component.ts#L41"
|
|
1497
1551
|
}
|
|
1498
1552
|
],
|
|
1499
|
-
"getSignature":
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
"type":
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
"
|
|
1511
|
-
|
|
1512
|
-
"name": "ListViewComponent.id"
|
|
1513
|
-
}
|
|
1553
|
+
"getSignature": {
|
|
1554
|
+
"id": 150,
|
|
1555
|
+
"name": "id",
|
|
1556
|
+
"kind": 524288,
|
|
1557
|
+
"kindString": "Get signature",
|
|
1558
|
+
"flags": {},
|
|
1559
|
+
"type": {
|
|
1560
|
+
"type": "intrinsic",
|
|
1561
|
+
"name": "string"
|
|
1562
|
+
},
|
|
1563
|
+
"inheritedFrom": {
|
|
1564
|
+
"type": "reference",
|
|
1565
|
+
"name": "ListViewComponent.id"
|
|
1514
1566
|
}
|
|
1515
|
-
|
|
1567
|
+
},
|
|
1516
1568
|
"inheritedFrom": {
|
|
1517
1569
|
"type": "reference",
|
|
1518
1570
|
"name": "ListViewComponent.id"
|
|
1519
1571
|
}
|
|
1520
1572
|
},
|
|
1521
1573
|
{
|
|
1522
|
-
"id":
|
|
1574
|
+
"id": 151,
|
|
1523
1575
|
"name": "label",
|
|
1524
1576
|
"kind": 262144,
|
|
1525
1577
|
"kindString": "Accessor",
|
|
@@ -1528,187 +1580,179 @@
|
|
|
1528
1580
|
{
|
|
1529
1581
|
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
1530
1582
|
"line": 45,
|
|
1531
|
-
"character": 6
|
|
1583
|
+
"character": 6,
|
|
1584
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder/src/lib/modules/list/list-view.component.ts#L45"
|
|
1532
1585
|
}
|
|
1533
1586
|
],
|
|
1534
|
-
"getSignature":
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
"type":
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
"
|
|
1546
|
-
|
|
1547
|
-
"name": "ListViewComponent.label"
|
|
1548
|
-
}
|
|
1587
|
+
"getSignature": {
|
|
1588
|
+
"id": 152,
|
|
1589
|
+
"name": "label",
|
|
1590
|
+
"kind": 524288,
|
|
1591
|
+
"kindString": "Get signature",
|
|
1592
|
+
"flags": {},
|
|
1593
|
+
"type": {
|
|
1594
|
+
"type": "intrinsic",
|
|
1595
|
+
"name": "string"
|
|
1596
|
+
},
|
|
1597
|
+
"inheritedFrom": {
|
|
1598
|
+
"type": "reference",
|
|
1599
|
+
"name": "ListViewComponent.label"
|
|
1549
1600
|
}
|
|
1550
|
-
|
|
1601
|
+
},
|
|
1551
1602
|
"inheritedFrom": {
|
|
1552
1603
|
"type": "reference",
|
|
1553
1604
|
"name": "ListViewComponent.label"
|
|
1554
1605
|
}
|
|
1555
1606
|
},
|
|
1556
1607
|
{
|
|
1557
|
-
"id":
|
|
1608
|
+
"id": 61,
|
|
1558
1609
|
"name": "messageStream",
|
|
1559
1610
|
"kind": 262144,
|
|
1560
1611
|
"kindString": "Accessor",
|
|
1561
1612
|
"flags": {
|
|
1562
1613
|
"isPublic": true
|
|
1563
1614
|
},
|
|
1564
|
-
"decorators": [
|
|
1565
|
-
{
|
|
1566
|
-
"name": "Input",
|
|
1567
|
-
"type": {
|
|
1568
|
-
"type": "reference",
|
|
1569
|
-
"qualifiedName": "InputDecorator",
|
|
1570
|
-
"package": "@angular/core",
|
|
1571
|
-
"name": "Input"
|
|
1572
|
-
},
|
|
1573
|
-
"arguments": {}
|
|
1574
|
-
}
|
|
1575
|
-
],
|
|
1576
1615
|
"sources": [
|
|
1577
1616
|
{
|
|
1578
1617
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1579
1618
|
"line": 140,
|
|
1580
|
-
"character": 13
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
"getSignature": [
|
|
1619
|
+
"character": 13,
|
|
1620
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L140"
|
|
1621
|
+
},
|
|
1584
1622
|
{
|
|
1585
|
-
"
|
|
1586
|
-
"
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
}
|
|
1601
|
-
],
|
|
1602
|
-
"qualifiedName": "Subject",
|
|
1603
|
-
"package": "rxjs",
|
|
1604
|
-
"name": "Subject"
|
|
1605
|
-
}
|
|
1606
|
-
}
|
|
1607
|
-
],
|
|
1608
|
-
"setSignature": [
|
|
1609
|
-
{
|
|
1610
|
-
"id": 61,
|
|
1611
|
-
"name": "messageStream",
|
|
1612
|
-
"kind": 1048576,
|
|
1613
|
-
"kindString": "Set signature",
|
|
1614
|
-
"flags": {},
|
|
1615
|
-
"comment": {
|
|
1616
|
-
"shortText": "The observable to send commands to the grid.\nThe commands should respect the `SkyListViewGridMessage` type."
|
|
1617
|
-
},
|
|
1618
|
-
"parameters": [
|
|
1623
|
+
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1624
|
+
"line": 151,
|
|
1625
|
+
"character": 13,
|
|
1626
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L151"
|
|
1627
|
+
}
|
|
1628
|
+
],
|
|
1629
|
+
"getSignature": {
|
|
1630
|
+
"id": 62,
|
|
1631
|
+
"name": "messageStream",
|
|
1632
|
+
"kind": 524288,
|
|
1633
|
+
"kindString": "Get signature",
|
|
1634
|
+
"flags": {},
|
|
1635
|
+
"type": {
|
|
1636
|
+
"type": "reference",
|
|
1637
|
+
"typeArguments": [
|
|
1619
1638
|
{
|
|
1620
|
-
"
|
|
1621
|
-
"
|
|
1622
|
-
"
|
|
1623
|
-
"kindString": "Parameter",
|
|
1624
|
-
"flags": {},
|
|
1625
|
-
"type": {
|
|
1626
|
-
"type": "reference",
|
|
1627
|
-
"typeArguments": [
|
|
1628
|
-
{
|
|
1629
|
-
"type": "reference",
|
|
1630
|
-
"id": 704,
|
|
1631
|
-
"name": "SkyListViewGridMessage"
|
|
1632
|
-
}
|
|
1633
|
-
],
|
|
1634
|
-
"qualifiedName": "Subject",
|
|
1635
|
-
"package": "rxjs",
|
|
1636
|
-
"name": "Subject"
|
|
1637
|
-
}
|
|
1639
|
+
"type": "reference",
|
|
1640
|
+
"id": 707,
|
|
1641
|
+
"name": "SkyListViewGridMessage"
|
|
1638
1642
|
}
|
|
1639
1643
|
],
|
|
1640
|
-
"
|
|
1641
|
-
|
|
1642
|
-
|
|
1644
|
+
"name": "Subject",
|
|
1645
|
+
"qualifiedName": "Subject",
|
|
1646
|
+
"package": "rxjs"
|
|
1647
|
+
}
|
|
1648
|
+
},
|
|
1649
|
+
"setSignature": {
|
|
1650
|
+
"id": 63,
|
|
1651
|
+
"name": "messageStream",
|
|
1652
|
+
"kind": 1048576,
|
|
1653
|
+
"kindString": "Set signature",
|
|
1654
|
+
"flags": {},
|
|
1655
|
+
"comment": {
|
|
1656
|
+
"summary": [
|
|
1657
|
+
{
|
|
1658
|
+
"kind": "text",
|
|
1659
|
+
"text": "The observable to send commands to the grid.\nThe commands should respect the "
|
|
1660
|
+
},
|
|
1661
|
+
{
|
|
1662
|
+
"kind": "code",
|
|
1663
|
+
"text": "`SkyListViewGridMessage`"
|
|
1664
|
+
},
|
|
1665
|
+
{
|
|
1666
|
+
"kind": "text",
|
|
1667
|
+
"text": " type."
|
|
1668
|
+
}
|
|
1669
|
+
]
|
|
1670
|
+
},
|
|
1671
|
+
"parameters": [
|
|
1672
|
+
{
|
|
1673
|
+
"id": 64,
|
|
1674
|
+
"name": "stream",
|
|
1675
|
+
"kind": 32768,
|
|
1676
|
+
"kindString": "Parameter",
|
|
1677
|
+
"flags": {},
|
|
1678
|
+
"type": {
|
|
1679
|
+
"type": "reference",
|
|
1680
|
+
"typeArguments": [
|
|
1681
|
+
{
|
|
1682
|
+
"type": "reference",
|
|
1683
|
+
"id": 707,
|
|
1684
|
+
"name": "SkyListViewGridMessage"
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"name": "Subject",
|
|
1688
|
+
"qualifiedName": "Subject",
|
|
1689
|
+
"package": "rxjs"
|
|
1690
|
+
}
|
|
1643
1691
|
}
|
|
1692
|
+
],
|
|
1693
|
+
"type": {
|
|
1694
|
+
"type": "intrinsic",
|
|
1695
|
+
"name": "void"
|
|
1644
1696
|
}
|
|
1645
|
-
|
|
1697
|
+
}
|
|
1646
1698
|
},
|
|
1647
1699
|
{
|
|
1648
|
-
"id":
|
|
1700
|
+
"id": 52,
|
|
1649
1701
|
"name": "name",
|
|
1650
1702
|
"kind": 262144,
|
|
1651
1703
|
"kindString": "Accessor",
|
|
1652
1704
|
"flags": {
|
|
1653
1705
|
"isPublic": true
|
|
1654
1706
|
},
|
|
1655
|
-
"decorators": [
|
|
1656
|
-
{
|
|
1657
|
-
"name": "Input",
|
|
1658
|
-
"type": {
|
|
1659
|
-
"type": "reference",
|
|
1660
|
-
"qualifiedName": "InputDecorator",
|
|
1661
|
-
"package": "@angular/core",
|
|
1662
|
-
"name": "Input"
|
|
1663
|
-
},
|
|
1664
|
-
"arguments": {}
|
|
1665
|
-
}
|
|
1666
|
-
],
|
|
1667
1707
|
"sources": [
|
|
1668
1708
|
{
|
|
1669
1709
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1670
1710
|
"line": 91,
|
|
1671
|
-
"character": 13
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
"tags": [
|
|
1684
|
-
{
|
|
1685
|
-
"tag": "required",
|
|
1686
|
-
"text": "\n"
|
|
1687
|
-
}
|
|
1688
|
-
]
|
|
1689
|
-
},
|
|
1690
|
-
"parameters": [
|
|
1711
|
+
"character": 13,
|
|
1712
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L91"
|
|
1713
|
+
}
|
|
1714
|
+
],
|
|
1715
|
+
"setSignature": {
|
|
1716
|
+
"id": 53,
|
|
1717
|
+
"name": "name",
|
|
1718
|
+
"kind": 1048576,
|
|
1719
|
+
"kindString": "Set signature",
|
|
1720
|
+
"flags": {},
|
|
1721
|
+
"comment": {
|
|
1722
|
+
"summary": [
|
|
1691
1723
|
{
|
|
1692
|
-
"
|
|
1693
|
-
"
|
|
1694
|
-
"kind": 32768,
|
|
1695
|
-
"kindString": "Parameter",
|
|
1696
|
-
"flags": {},
|
|
1697
|
-
"type": {
|
|
1698
|
-
"type": "intrinsic",
|
|
1699
|
-
"name": "string"
|
|
1700
|
-
}
|
|
1724
|
+
"kind": "text",
|
|
1725
|
+
"text": "The name of the view."
|
|
1701
1726
|
}
|
|
1702
1727
|
],
|
|
1703
|
-
"
|
|
1704
|
-
|
|
1705
|
-
|
|
1728
|
+
"blockTags": [
|
|
1729
|
+
{
|
|
1730
|
+
"tag": "@required",
|
|
1731
|
+
"content": []
|
|
1732
|
+
}
|
|
1733
|
+
]
|
|
1734
|
+
},
|
|
1735
|
+
"parameters": [
|
|
1736
|
+
{
|
|
1737
|
+
"id": 54,
|
|
1738
|
+
"name": "value",
|
|
1739
|
+
"kind": 32768,
|
|
1740
|
+
"kindString": "Parameter",
|
|
1741
|
+
"flags": {},
|
|
1742
|
+
"type": {
|
|
1743
|
+
"type": "intrinsic",
|
|
1744
|
+
"name": "string"
|
|
1745
|
+
}
|
|
1706
1746
|
}
|
|
1747
|
+
],
|
|
1748
|
+
"type": {
|
|
1749
|
+
"type": "intrinsic",
|
|
1750
|
+
"name": "void"
|
|
1707
1751
|
}
|
|
1708
|
-
|
|
1752
|
+
}
|
|
1709
1753
|
},
|
|
1710
1754
|
{
|
|
1711
|
-
"id":
|
|
1755
|
+
"id": 105,
|
|
1712
1756
|
"name": "cancelRowDelete",
|
|
1713
1757
|
"kind": 2048,
|
|
1714
1758
|
"kindString": "Method",
|
|
@@ -1718,27 +1762,28 @@
|
|
|
1718
1762
|
"sources": [
|
|
1719
1763
|
{
|
|
1720
1764
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1721
|
-
"line":
|
|
1722
|
-
"character": 9
|
|
1765
|
+
"line": 474,
|
|
1766
|
+
"character": 9,
|
|
1767
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L474"
|
|
1723
1768
|
}
|
|
1724
1769
|
],
|
|
1725
1770
|
"signatures": [
|
|
1726
1771
|
{
|
|
1727
|
-
"id":
|
|
1772
|
+
"id": 106,
|
|
1728
1773
|
"name": "cancelRowDelete",
|
|
1729
1774
|
"kind": 4096,
|
|
1730
1775
|
"kindString": "Call signature",
|
|
1731
1776
|
"flags": {},
|
|
1732
1777
|
"parameters": [
|
|
1733
1778
|
{
|
|
1734
|
-
"id":
|
|
1779
|
+
"id": 107,
|
|
1735
1780
|
"name": "args",
|
|
1736
1781
|
"kind": 32768,
|
|
1737
1782
|
"kindString": "Parameter",
|
|
1738
1783
|
"flags": {},
|
|
1739
1784
|
"type": {
|
|
1740
1785
|
"type": "reference",
|
|
1741
|
-
"id":
|
|
1786
|
+
"id": 720,
|
|
1742
1787
|
"name": "SkyListViewGridRowDeleteCancelArgs"
|
|
1743
1788
|
}
|
|
1744
1789
|
}
|
|
@@ -1751,7 +1796,7 @@
|
|
|
1751
1796
|
]
|
|
1752
1797
|
},
|
|
1753
1798
|
{
|
|
1754
|
-
"id":
|
|
1799
|
+
"id": 102,
|
|
1755
1800
|
"name": "columnIdsChanged",
|
|
1756
1801
|
"kind": 2048,
|
|
1757
1802
|
"kindString": "Method",
|
|
@@ -1761,20 +1806,21 @@
|
|
|
1761
1806
|
"sources": [
|
|
1762
1807
|
{
|
|
1763
1808
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1764
|
-
"line":
|
|
1765
|
-
"character": 9
|
|
1809
|
+
"line": 454,
|
|
1810
|
+
"character": 9,
|
|
1811
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L454"
|
|
1766
1812
|
}
|
|
1767
1813
|
],
|
|
1768
1814
|
"signatures": [
|
|
1769
1815
|
{
|
|
1770
|
-
"id":
|
|
1816
|
+
"id": 103,
|
|
1771
1817
|
"name": "columnIdsChanged",
|
|
1772
1818
|
"kind": 4096,
|
|
1773
1819
|
"kindString": "Call signature",
|
|
1774
1820
|
"flags": {},
|
|
1775
1821
|
"parameters": [
|
|
1776
1822
|
{
|
|
1777
|
-
"id":
|
|
1823
|
+
"id": 104,
|
|
1778
1824
|
"name": "selectedColumnIds",
|
|
1779
1825
|
"kind": 32768,
|
|
1780
1826
|
"kindString": "Parameter",
|
|
@@ -1796,7 +1842,7 @@
|
|
|
1796
1842
|
]
|
|
1797
1843
|
},
|
|
1798
1844
|
{
|
|
1799
|
-
"id":
|
|
1845
|
+
"id": 108,
|
|
1800
1846
|
"name": "confirmRowDelete",
|
|
1801
1847
|
"kind": 2048,
|
|
1802
1848
|
"kindString": "Method",
|
|
@@ -1806,27 +1852,28 @@
|
|
|
1806
1852
|
"sources": [
|
|
1807
1853
|
{
|
|
1808
1854
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1809
|
-
"line":
|
|
1810
|
-
"character": 9
|
|
1855
|
+
"line": 478,
|
|
1856
|
+
"character": 9,
|
|
1857
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L478"
|
|
1811
1858
|
}
|
|
1812
1859
|
],
|
|
1813
1860
|
"signatures": [
|
|
1814
1861
|
{
|
|
1815
|
-
"id":
|
|
1862
|
+
"id": 109,
|
|
1816
1863
|
"name": "confirmRowDelete",
|
|
1817
1864
|
"kind": 4096,
|
|
1818
1865
|
"kindString": "Call signature",
|
|
1819
1866
|
"flags": {},
|
|
1820
1867
|
"parameters": [
|
|
1821
1868
|
{
|
|
1822
|
-
"id":
|
|
1869
|
+
"id": 110,
|
|
1823
1870
|
"name": "args",
|
|
1824
1871
|
"kind": 32768,
|
|
1825
1872
|
"kindString": "Parameter",
|
|
1826
1873
|
"flags": {},
|
|
1827
1874
|
"type": {
|
|
1828
1875
|
"type": "reference",
|
|
1829
|
-
"id":
|
|
1876
|
+
"id": 722,
|
|
1830
1877
|
"name": "SkyListViewGridRowDeleteConfirmArgs"
|
|
1831
1878
|
}
|
|
1832
1879
|
}
|
|
@@ -1839,7 +1886,7 @@
|
|
|
1839
1886
|
]
|
|
1840
1887
|
},
|
|
1841
1888
|
{
|
|
1842
|
-
"id":
|
|
1889
|
+
"id": 95,
|
|
1843
1890
|
"name": "ngAfterContentInit",
|
|
1844
1891
|
"kind": 2048,
|
|
1845
1892
|
"kindString": "Method",
|
|
@@ -1849,13 +1896,14 @@
|
|
|
1849
1896
|
"sources": [
|
|
1850
1897
|
{
|
|
1851
1898
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1852
|
-
"line":
|
|
1853
|
-
"character": 9
|
|
1899
|
+
"line": 275,
|
|
1900
|
+
"character": 9,
|
|
1901
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L275"
|
|
1854
1902
|
}
|
|
1855
1903
|
],
|
|
1856
1904
|
"signatures": [
|
|
1857
1905
|
{
|
|
1858
|
-
"id":
|
|
1906
|
+
"id": 96,
|
|
1859
1907
|
"name": "ngAfterContentInit",
|
|
1860
1908
|
"kind": 4096,
|
|
1861
1909
|
"kindString": "Call signature",
|
|
@@ -1876,7 +1924,7 @@
|
|
|
1876
1924
|
}
|
|
1877
1925
|
},
|
|
1878
1926
|
{
|
|
1879
|
-
"id":
|
|
1927
|
+
"id": 97,
|
|
1880
1928
|
"name": "ngOnDestroy",
|
|
1881
1929
|
"kind": 2048,
|
|
1882
1930
|
"kindString": "Method",
|
|
@@ -1886,13 +1934,14 @@
|
|
|
1886
1934
|
"sources": [
|
|
1887
1935
|
{
|
|
1888
1936
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1889
|
-
"line":
|
|
1890
|
-
"character": 9
|
|
1937
|
+
"line": 411,
|
|
1938
|
+
"character": 9,
|
|
1939
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L411"
|
|
1891
1940
|
}
|
|
1892
1941
|
],
|
|
1893
1942
|
"signatures": [
|
|
1894
1943
|
{
|
|
1895
|
-
"id":
|
|
1944
|
+
"id": 98,
|
|
1896
1945
|
"name": "ngOnDestroy",
|
|
1897
1946
|
"kind": 4096,
|
|
1898
1947
|
"kindString": "Call signature",
|
|
@@ -1913,7 +1962,7 @@
|
|
|
1913
1962
|
}
|
|
1914
1963
|
},
|
|
1915
1964
|
{
|
|
1916
|
-
"id":
|
|
1965
|
+
"id": 99,
|
|
1917
1966
|
"name": "onMultiselectSelectionChange",
|
|
1918
1967
|
"kind": 2048,
|
|
1919
1968
|
"kindString": "Method",
|
|
@@ -1923,23 +1972,29 @@
|
|
|
1923
1972
|
"sources": [
|
|
1924
1973
|
{
|
|
1925
1974
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1926
|
-
"line":
|
|
1927
|
-
"character": 9
|
|
1975
|
+
"line": 420,
|
|
1976
|
+
"character": 9,
|
|
1977
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L420"
|
|
1928
1978
|
}
|
|
1929
1979
|
],
|
|
1930
1980
|
"signatures": [
|
|
1931
1981
|
{
|
|
1932
|
-
"id":
|
|
1982
|
+
"id": 100,
|
|
1933
1983
|
"name": "onMultiselectSelectionChange",
|
|
1934
1984
|
"kind": 4096,
|
|
1935
1985
|
"kindString": "Call signature",
|
|
1936
1986
|
"flags": {},
|
|
1937
1987
|
"comment": {
|
|
1938
|
-
"
|
|
1988
|
+
"summary": [
|
|
1989
|
+
{
|
|
1990
|
+
"kind": "text",
|
|
1991
|
+
"text": "If user makes selection, tell list-builder to update the list state.\nThis logic should only run on user interaction - NOT programmatic updates."
|
|
1992
|
+
}
|
|
1993
|
+
]
|
|
1939
1994
|
},
|
|
1940
1995
|
"parameters": [
|
|
1941
1996
|
{
|
|
1942
|
-
"id":
|
|
1997
|
+
"id": 101,
|
|
1943
1998
|
"name": "event",
|
|
1944
1999
|
"kind": 32768,
|
|
1945
2000
|
"kindString": "Parameter",
|
|
@@ -1958,7 +2013,7 @@
|
|
|
1958
2013
|
]
|
|
1959
2014
|
},
|
|
1960
2015
|
{
|
|
1961
|
-
"id":
|
|
2016
|
+
"id": 114,
|
|
1962
2017
|
"name": "onViewActive",
|
|
1963
2018
|
"kind": 2048,
|
|
1964
2019
|
"kindString": "Method",
|
|
@@ -1968,13 +2023,14 @@
|
|
|
1968
2023
|
"sources": [
|
|
1969
2024
|
{
|
|
1970
2025
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
1971
|
-
"line":
|
|
1972
|
-
"character": 9
|
|
2026
|
+
"line": 486,
|
|
2027
|
+
"character": 9,
|
|
2028
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L486"
|
|
1973
2029
|
}
|
|
1974
2030
|
],
|
|
1975
2031
|
"signatures": [
|
|
1976
2032
|
{
|
|
1977
|
-
"id":
|
|
2033
|
+
"id": 115,
|
|
1978
2034
|
"name": "onViewActive",
|
|
1979
2035
|
"kind": 4096,
|
|
1980
2036
|
"kindString": "Call signature",
|
|
@@ -1995,7 +2051,7 @@
|
|
|
1995
2051
|
}
|
|
1996
2052
|
},
|
|
1997
2053
|
{
|
|
1998
|
-
"id":
|
|
2054
|
+
"id": 153,
|
|
1999
2055
|
"name": "onViewInactive",
|
|
2000
2056
|
"kind": 2048,
|
|
2001
2057
|
"kindString": "Method",
|
|
@@ -2006,12 +2062,13 @@
|
|
|
2006
2062
|
{
|
|
2007
2063
|
"fileName": "libs/components/list-builder/src/lib/modules/list/list-view.component.ts",
|
|
2008
2064
|
"line": 53,
|
|
2009
|
-
"character": 9
|
|
2065
|
+
"character": 9,
|
|
2066
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder/src/lib/modules/list/list-view.component.ts#L53"
|
|
2010
2067
|
}
|
|
2011
2068
|
],
|
|
2012
2069
|
"signatures": [
|
|
2013
2070
|
{
|
|
2014
|
-
"id":
|
|
2071
|
+
"id": 154,
|
|
2015
2072
|
"name": "onViewInactive",
|
|
2016
2073
|
"kind": 4096,
|
|
2017
2074
|
"kindString": "Call signature",
|
|
@@ -2032,7 +2089,7 @@
|
|
|
2032
2089
|
}
|
|
2033
2090
|
},
|
|
2034
2091
|
{
|
|
2035
|
-
"id":
|
|
2092
|
+
"id": 111,
|
|
2036
2093
|
"name": "sortFieldChanged",
|
|
2037
2094
|
"kind": 2048,
|
|
2038
2095
|
"kindString": "Method",
|
|
@@ -2042,20 +2099,21 @@
|
|
|
2042
2099
|
"sources": [
|
|
2043
2100
|
{
|
|
2044
2101
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
2045
|
-
"line":
|
|
2046
|
-
"character": 9
|
|
2102
|
+
"line": 482,
|
|
2103
|
+
"character": 9,
|
|
2104
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L482"
|
|
2047
2105
|
}
|
|
2048
2106
|
],
|
|
2049
2107
|
"signatures": [
|
|
2050
2108
|
{
|
|
2051
|
-
"id":
|
|
2109
|
+
"id": 112,
|
|
2052
2110
|
"name": "sortFieldChanged",
|
|
2053
2111
|
"kind": 4096,
|
|
2054
2112
|
"kindString": "Call signature",
|
|
2055
2113
|
"flags": {},
|
|
2056
2114
|
"parameters": [
|
|
2057
2115
|
{
|
|
2058
|
-
"id":
|
|
2116
|
+
"id": 113,
|
|
2059
2117
|
"name": "sortField",
|
|
2060
2118
|
"kind": 32768,
|
|
2061
2119
|
"kindString": "Parameter",
|
|
@@ -2077,66 +2135,62 @@
|
|
|
2077
2135
|
"groups": [
|
|
2078
2136
|
{
|
|
2079
2137
|
"title": "Constructors",
|
|
2080
|
-
"kind": 512,
|
|
2081
2138
|
"children": [
|
|
2082
|
-
|
|
2139
|
+
45
|
|
2083
2140
|
]
|
|
2084
2141
|
},
|
|
2085
2142
|
{
|
|
2086
2143
|
"title": "Properties",
|
|
2087
|
-
"kind": 1024,
|
|
2088
2144
|
"children": [
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
53,
|
|
2093
|
-
64,
|
|
2145
|
+
144,
|
|
2146
|
+
76,
|
|
2147
|
+
82,
|
|
2094
2148
|
55,
|
|
2095
|
-
|
|
2096
|
-
91,
|
|
2097
|
-
90,
|
|
2149
|
+
66,
|
|
2098
2150
|
57,
|
|
2099
|
-
|
|
2100
|
-
|
|
2101
|
-
|
|
2151
|
+
71,
|
|
2152
|
+
94,
|
|
2153
|
+
93,
|
|
2154
|
+
59,
|
|
2155
|
+
56,
|
|
2156
|
+
60,
|
|
2102
2157
|
78,
|
|
2103
|
-
|
|
2104
|
-
|
|
2105
|
-
67,
|
|
2106
|
-
63,
|
|
2107
|
-
82,
|
|
2108
|
-
75,
|
|
2158
|
+
80,
|
|
2159
|
+
83,
|
|
2109
2160
|
68,
|
|
2161
|
+
69,
|
|
2110
2162
|
65,
|
|
2111
|
-
|
|
2112
|
-
|
|
2163
|
+
84,
|
|
2164
|
+
77,
|
|
2165
|
+
70,
|
|
2166
|
+
67,
|
|
2167
|
+
81,
|
|
2168
|
+
58
|
|
2113
2169
|
]
|
|
2114
2170
|
},
|
|
2115
2171
|
{
|
|
2116
2172
|
"title": "Accessors",
|
|
2117
|
-
"kind": 262144,
|
|
2118
2173
|
"children": [
|
|
2119
|
-
70,
|
|
2120
2174
|
72,
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2175
|
+
74,
|
|
2176
|
+
149,
|
|
2177
|
+
151,
|
|
2178
|
+
61,
|
|
2179
|
+
52
|
|
2125
2180
|
]
|
|
2126
2181
|
},
|
|
2127
2182
|
{
|
|
2128
2183
|
"title": "Methods",
|
|
2129
|
-
"kind": 2048,
|
|
2130
2184
|
"children": [
|
|
2185
|
+
105,
|
|
2131
2186
|
102,
|
|
2187
|
+
108,
|
|
2188
|
+
95,
|
|
2189
|
+
97,
|
|
2132
2190
|
99,
|
|
2133
|
-
|
|
2134
|
-
|
|
2135
|
-
|
|
2136
|
-
96,
|
|
2137
|
-
111,
|
|
2138
|
-
150,
|
|
2139
|
-
108
|
|
2191
|
+
114,
|
|
2192
|
+
153,
|
|
2193
|
+
111
|
|
2140
2194
|
]
|
|
2141
2195
|
}
|
|
2142
2196
|
],
|
|
@@ -2144,7 +2198,8 @@
|
|
|
2144
2198
|
{
|
|
2145
2199
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.component.ts",
|
|
2146
2200
|
"line": 82,
|
|
2147
|
-
"character": 13
|
|
2201
|
+
"character": 13,
|
|
2202
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.component.ts#L82"
|
|
2148
2203
|
}
|
|
2149
2204
|
],
|
|
2150
2205
|
"extendedTypes": [
|
|
@@ -2156,53 +2211,44 @@
|
|
|
2156
2211
|
"implementedTypes": [
|
|
2157
2212
|
{
|
|
2158
2213
|
"type": "reference",
|
|
2214
|
+
"name": "AfterContentInit",
|
|
2159
2215
|
"qualifiedName": "AfterContentInit",
|
|
2160
|
-
"package": "@angular/core"
|
|
2161
|
-
"name": "AfterContentInit"
|
|
2216
|
+
"package": "@angular/core"
|
|
2162
2217
|
},
|
|
2163
2218
|
{
|
|
2164
2219
|
"type": "reference",
|
|
2220
|
+
"name": "OnDestroy",
|
|
2165
2221
|
"qualifiedName": "OnDestroy",
|
|
2166
|
-
"package": "@angular/core"
|
|
2167
|
-
"name": "OnDestroy"
|
|
2222
|
+
"package": "@angular/core"
|
|
2168
2223
|
}
|
|
2169
2224
|
]
|
|
2170
2225
|
},
|
|
2171
2226
|
{
|
|
2172
|
-
"id":
|
|
2227
|
+
"id": 155,
|
|
2173
2228
|
"name": "SkyListViewGridModule",
|
|
2174
2229
|
"kind": 128,
|
|
2175
2230
|
"kindString": "Class",
|
|
2176
2231
|
"flags": {},
|
|
2177
2232
|
"comment": {
|
|
2178
|
-
"
|
|
2233
|
+
"summary": [],
|
|
2234
|
+
"blockTags": [
|
|
2179
2235
|
{
|
|
2180
|
-
"tag": "deprecated",
|
|
2181
|
-
"
|
|
2236
|
+
"tag": "@deprecated",
|
|
2237
|
+
"content": [
|
|
2238
|
+
{
|
|
2239
|
+
"kind": "text",
|
|
2240
|
+
"text": "List builder view grid and its features are deprecated. Use data entry grid instead. For more information, see https://developer.blackbaud.com/skyux/components/data-entry-grid."
|
|
2241
|
+
}
|
|
2242
|
+
]
|
|
2182
2243
|
}
|
|
2183
2244
|
]
|
|
2184
2245
|
},
|
|
2185
|
-
"decorators": [
|
|
2186
|
-
{
|
|
2187
|
-
"name": "NgModule",
|
|
2188
|
-
"type": {
|
|
2189
|
-
"type": "reference",
|
|
2190
|
-
"qualifiedName": "NgModuleDecorator",
|
|
2191
|
-
"package": "@angular/core",
|
|
2192
|
-
"name": "NgModule"
|
|
2193
|
-
},
|
|
2194
|
-
"arguments": {
|
|
2195
|
-
"obj": "{\n declarations: [SkyListViewGridComponent],\n imports: [\n CommonModule,\n SkyWaitModule,\n SkyGridModule,\n SkyListBuilderViewGridsResourcesModule,\n ],\n exports: [\n SkyListViewGridComponent,\n SkyListColumnSelectorActionModule,\n SkyGridModule,\n ],\n}"
|
|
2196
|
-
}
|
|
2197
|
-
}
|
|
2198
|
-
],
|
|
2199
2246
|
"children": [],
|
|
2200
2247
|
"groups": [
|
|
2201
2248
|
{
|
|
2202
2249
|
"title": "Constructors",
|
|
2203
|
-
"kind": 512,
|
|
2204
2250
|
"children": [
|
|
2205
|
-
|
|
2251
|
+
156
|
|
2206
2252
|
]
|
|
2207
2253
|
}
|
|
2208
2254
|
],
|
|
@@ -2210,7 +2256,8 @@
|
|
|
2210
2256
|
{
|
|
2211
2257
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/list-view-grid.module.ts",
|
|
2212
2258
|
"line": 28,
|
|
2213
|
-
"character": 13
|
|
2259
|
+
"character": 13,
|
|
2260
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/list-view-grid.module.ts#L28"
|
|
2214
2261
|
}
|
|
2215
2262
|
]
|
|
2216
2263
|
},
|
|
@@ -2221,22 +2268,13 @@
|
|
|
2221
2268
|
"kindString": "Class",
|
|
2222
2269
|
"flags": {},
|
|
2223
2270
|
"comment": {
|
|
2224
|
-
"
|
|
2225
|
-
|
|
2226
|
-
|
|
2227
|
-
|
|
2228
|
-
"name": "Component",
|
|
2229
|
-
"type": {
|
|
2230
|
-
"type": "reference",
|
|
2231
|
-
"qualifiedName": "ComponentDecorator",
|
|
2232
|
-
"package": "@angular/core",
|
|
2233
|
-
"name": "Component"
|
|
2234
|
-
},
|
|
2235
|
-
"arguments": {
|
|
2236
|
-
"obj": "{\n selector: 'sky-list-column-selector-action',\n templateUrl: './list-column-selector-action.component.html',\n}"
|
|
2271
|
+
"summary": [
|
|
2272
|
+
{
|
|
2273
|
+
"kind": "text",
|
|
2274
|
+
"text": "Provides a column selector modal for a list grid view when placed in a\n[list toolbar](https://developer.blackbaud.com/skyux/components/list/toolbar)."
|
|
2237
2275
|
}
|
|
2238
|
-
|
|
2239
|
-
|
|
2276
|
+
]
|
|
2277
|
+
},
|
|
2240
2278
|
"children": [
|
|
2241
2279
|
{
|
|
2242
2280
|
"id": 4,
|
|
@@ -2248,7 +2286,8 @@
|
|
|
2248
2286
|
{
|
|
2249
2287
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2250
2288
|
"line": 72,
|
|
2251
|
-
"character": 2
|
|
2289
|
+
"character": 2,
|
|
2290
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L72"
|
|
2252
2291
|
}
|
|
2253
2292
|
],
|
|
2254
2293
|
"signatures": [
|
|
@@ -2298,18 +2337,6 @@
|
|
|
2298
2337
|
"kind": 32768,
|
|
2299
2338
|
"kindString": "Parameter",
|
|
2300
2339
|
"flags": {},
|
|
2301
|
-
"decorators": [
|
|
2302
|
-
{
|
|
2303
|
-
"name": "Optional",
|
|
2304
|
-
"type": {
|
|
2305
|
-
"type": "reference",
|
|
2306
|
-
"qualifiedName": "OptionalDecorator",
|
|
2307
|
-
"package": "@angular/core",
|
|
2308
|
-
"name": "Optional"
|
|
2309
|
-
},
|
|
2310
|
-
"arguments": {}
|
|
2311
|
-
}
|
|
2312
|
-
],
|
|
2313
2340
|
"type": {
|
|
2314
2341
|
"type": "reference",
|
|
2315
2342
|
"name": "SkyListSecondaryActionsComponent"
|
|
@@ -2333,30 +2360,32 @@
|
|
|
2333
2360
|
"isPublic": true
|
|
2334
2361
|
},
|
|
2335
2362
|
"comment": {
|
|
2336
|
-
"
|
|
2337
|
-
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
"name": "Input",
|
|
2341
|
-
"type": {
|
|
2342
|
-
"type": "reference",
|
|
2343
|
-
"qualifiedName": "InputDecorator",
|
|
2344
|
-
"package": "@angular/core",
|
|
2345
|
-
"name": "Input"
|
|
2363
|
+
"summary": [
|
|
2364
|
+
{
|
|
2365
|
+
"kind": "text",
|
|
2366
|
+
"text": "Enables the column selector in the list toolbar. Set this attribute to the instance of\nthe "
|
|
2346
2367
|
},
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2368
|
+
{
|
|
2369
|
+
"kind": "code",
|
|
2370
|
+
"text": "`sky-grid-view`"
|
|
2371
|
+
},
|
|
2372
|
+
{
|
|
2373
|
+
"kind": "text",
|
|
2374
|
+
"text": " component using the component's template reference variable."
|
|
2375
|
+
}
|
|
2376
|
+
]
|
|
2377
|
+
},
|
|
2350
2378
|
"sources": [
|
|
2351
2379
|
{
|
|
2352
2380
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2353
2381
|
"line": 50,
|
|
2354
|
-
"character": 9
|
|
2382
|
+
"character": 9,
|
|
2383
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L50"
|
|
2355
2384
|
}
|
|
2356
2385
|
],
|
|
2357
2386
|
"type": {
|
|
2358
2387
|
"type": "reference",
|
|
2359
|
-
"id":
|
|
2388
|
+
"id": 44,
|
|
2360
2389
|
"name": "SkyListViewGridComponent"
|
|
2361
2390
|
}
|
|
2362
2391
|
},
|
|
@@ -2369,25 +2398,43 @@
|
|
|
2369
2398
|
"isPublic": true
|
|
2370
2399
|
},
|
|
2371
2400
|
"comment": {
|
|
2372
|
-
"
|
|
2373
|
-
|
|
2374
|
-
|
|
2375
|
-
|
|
2376
|
-
"name": "Input",
|
|
2377
|
-
"type": {
|
|
2378
|
-
"type": "reference",
|
|
2379
|
-
"qualifiedName": "InputDecorator",
|
|
2380
|
-
"package": "@angular/core",
|
|
2381
|
-
"name": "Input"
|
|
2401
|
+
"summary": [
|
|
2402
|
+
{
|
|
2403
|
+
"kind": "text",
|
|
2404
|
+
"text": "The "
|
|
2382
2405
|
},
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2406
|
+
{
|
|
2407
|
+
"kind": "code",
|
|
2408
|
+
"text": "`helpKey`"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"kind": "text",
|
|
2412
|
+
"text": " string to associate with a help button in the grid header. When users select\nthe button, the "
|
|
2413
|
+
},
|
|
2414
|
+
{
|
|
2415
|
+
"kind": "code",
|
|
2416
|
+
"text": "`helpOpened`"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"kind": "text",
|
|
2420
|
+
"text": " event broadcasts the "
|
|
2421
|
+
},
|
|
2422
|
+
{
|
|
2423
|
+
"kind": "code",
|
|
2424
|
+
"text": "`helpKey`"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"kind": "text",
|
|
2428
|
+
"text": " parameter."
|
|
2429
|
+
}
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2386
2432
|
"sources": [
|
|
2387
2433
|
{
|
|
2388
2434
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2389
2435
|
"line": 57,
|
|
2390
|
-
"character": 9
|
|
2436
|
+
"character": 9,
|
|
2437
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L57"
|
|
2391
2438
|
}
|
|
2392
2439
|
],
|
|
2393
2440
|
"type": {
|
|
@@ -2404,25 +2451,27 @@
|
|
|
2404
2451
|
"isPublic": true
|
|
2405
2452
|
},
|
|
2406
2453
|
"comment": {
|
|
2407
|
-
"
|
|
2408
|
-
|
|
2409
|
-
|
|
2410
|
-
|
|
2411
|
-
"name": "Output",
|
|
2412
|
-
"type": {
|
|
2413
|
-
"type": "reference",
|
|
2414
|
-
"qualifiedName": "OutputDecorator",
|
|
2415
|
-
"package": "@angular/core",
|
|
2416
|
-
"name": "Output"
|
|
2454
|
+
"summary": [
|
|
2455
|
+
{
|
|
2456
|
+
"kind": "text",
|
|
2457
|
+
"text": "Fires when users click the help button and broadcasts the "
|
|
2417
2458
|
},
|
|
2418
|
-
|
|
2419
|
-
|
|
2420
|
-
|
|
2459
|
+
{
|
|
2460
|
+
"kind": "code",
|
|
2461
|
+
"text": "`helpKey`"
|
|
2462
|
+
},
|
|
2463
|
+
{
|
|
2464
|
+
"kind": "text",
|
|
2465
|
+
"text": "."
|
|
2466
|
+
}
|
|
2467
|
+
]
|
|
2468
|
+
},
|
|
2421
2469
|
"sources": [
|
|
2422
2470
|
{
|
|
2423
2471
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2424
2472
|
"line": 63,
|
|
2425
|
-
"character": 9
|
|
2473
|
+
"character": 9,
|
|
2474
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L63"
|
|
2426
2475
|
}
|
|
2427
2476
|
],
|
|
2428
2477
|
"type": {
|
|
@@ -2433,14 +2482,56 @@
|
|
|
2433
2482
|
"name": "string"
|
|
2434
2483
|
}
|
|
2435
2484
|
],
|
|
2485
|
+
"name": "EventEmitter",
|
|
2436
2486
|
"qualifiedName": "EventEmitter",
|
|
2437
|
-
"package": "@angular/core"
|
|
2438
|
-
"name": "EventEmitter"
|
|
2487
|
+
"package": "@angular/core"
|
|
2439
2488
|
},
|
|
2440
2489
|
"defaultValue": "..."
|
|
2441
2490
|
},
|
|
2442
2491
|
{
|
|
2443
|
-
"id":
|
|
2492
|
+
"id": 15,
|
|
2493
|
+
"name": "listState",
|
|
2494
|
+
"kind": 1024,
|
|
2495
|
+
"kindString": "Property",
|
|
2496
|
+
"flags": {
|
|
2497
|
+
"isPublic": true
|
|
2498
|
+
},
|
|
2499
|
+
"sources": [
|
|
2500
|
+
{
|
|
2501
|
+
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2502
|
+
"line": 73,
|
|
2503
|
+
"character": 11,
|
|
2504
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L73"
|
|
2505
|
+
}
|
|
2506
|
+
],
|
|
2507
|
+
"type": {
|
|
2508
|
+
"type": "reference",
|
|
2509
|
+
"name": "ListState"
|
|
2510
|
+
}
|
|
2511
|
+
},
|
|
2512
|
+
{
|
|
2513
|
+
"id": 18,
|
|
2514
|
+
"name": "secondaryActions",
|
|
2515
|
+
"kind": 1024,
|
|
2516
|
+
"kindString": "Property",
|
|
2517
|
+
"flags": {
|
|
2518
|
+
"isPublic": true
|
|
2519
|
+
},
|
|
2520
|
+
"sources": [
|
|
2521
|
+
{
|
|
2522
|
+
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2523
|
+
"line": 76,
|
|
2524
|
+
"character": 23,
|
|
2525
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L76"
|
|
2526
|
+
}
|
|
2527
|
+
],
|
|
2528
|
+
"type": {
|
|
2529
|
+
"type": "reference",
|
|
2530
|
+
"name": "SkyListSecondaryActionsComponent"
|
|
2531
|
+
}
|
|
2532
|
+
},
|
|
2533
|
+
{
|
|
2534
|
+
"id": 21,
|
|
2444
2535
|
"name": "isInGridView",
|
|
2445
2536
|
"kind": 262144,
|
|
2446
2537
|
"kindString": "Accessor",
|
|
@@ -2449,33 +2540,32 @@
|
|
|
2449
2540
|
{
|
|
2450
2541
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2451
2542
|
"line": 94,
|
|
2452
|
-
"character": 6
|
|
2543
|
+
"character": 6,
|
|
2544
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L94"
|
|
2453
2545
|
}
|
|
2454
2546
|
],
|
|
2455
|
-
"getSignature":
|
|
2456
|
-
|
|
2457
|
-
|
|
2458
|
-
|
|
2459
|
-
|
|
2460
|
-
|
|
2461
|
-
|
|
2462
|
-
"type":
|
|
2463
|
-
|
|
2464
|
-
|
|
2465
|
-
|
|
2466
|
-
|
|
2467
|
-
|
|
2468
|
-
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2472
|
-
"name": "Observable"
|
|
2473
|
-
}
|
|
2547
|
+
"getSignature": {
|
|
2548
|
+
"id": 22,
|
|
2549
|
+
"name": "isInGridView",
|
|
2550
|
+
"kind": 524288,
|
|
2551
|
+
"kindString": "Get signature",
|
|
2552
|
+
"flags": {},
|
|
2553
|
+
"type": {
|
|
2554
|
+
"type": "reference",
|
|
2555
|
+
"typeArguments": [
|
|
2556
|
+
{
|
|
2557
|
+
"type": "intrinsic",
|
|
2558
|
+
"name": "boolean"
|
|
2559
|
+
}
|
|
2560
|
+
],
|
|
2561
|
+
"name": "Observable",
|
|
2562
|
+
"qualifiedName": "Observable",
|
|
2563
|
+
"package": "rxjs"
|
|
2474
2564
|
}
|
|
2475
|
-
|
|
2565
|
+
}
|
|
2476
2566
|
},
|
|
2477
2567
|
{
|
|
2478
|
-
"id":
|
|
2568
|
+
"id": 23,
|
|
2479
2569
|
"name": "isInGridViewAndSecondary",
|
|
2480
2570
|
"kind": 262144,
|
|
2481
2571
|
"kindString": "Accessor",
|
|
@@ -2484,33 +2574,32 @@
|
|
|
2484
2574
|
{
|
|
2485
2575
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2486
2576
|
"line": 104,
|
|
2487
|
-
"character": 6
|
|
2577
|
+
"character": 6,
|
|
2578
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L104"
|
|
2488
2579
|
}
|
|
2489
2580
|
],
|
|
2490
|
-
"getSignature":
|
|
2491
|
-
|
|
2492
|
-
|
|
2493
|
-
|
|
2494
|
-
|
|
2495
|
-
|
|
2496
|
-
|
|
2497
|
-
"type":
|
|
2498
|
-
|
|
2499
|
-
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
|
|
2507
|
-
"name": "Observable"
|
|
2508
|
-
}
|
|
2581
|
+
"getSignature": {
|
|
2582
|
+
"id": 24,
|
|
2583
|
+
"name": "isInGridViewAndSecondary",
|
|
2584
|
+
"kind": 524288,
|
|
2585
|
+
"kindString": "Get signature",
|
|
2586
|
+
"flags": {},
|
|
2587
|
+
"type": {
|
|
2588
|
+
"type": "reference",
|
|
2589
|
+
"typeArguments": [
|
|
2590
|
+
{
|
|
2591
|
+
"type": "intrinsic",
|
|
2592
|
+
"name": "boolean"
|
|
2593
|
+
}
|
|
2594
|
+
],
|
|
2595
|
+
"name": "Observable",
|
|
2596
|
+
"qualifiedName": "Observable",
|
|
2597
|
+
"package": "rxjs"
|
|
2509
2598
|
}
|
|
2510
|
-
|
|
2599
|
+
}
|
|
2511
2600
|
},
|
|
2512
2601
|
{
|
|
2513
|
-
"id":
|
|
2602
|
+
"id": 19,
|
|
2514
2603
|
"name": "ngAfterContentInit",
|
|
2515
2604
|
"kind": 2048,
|
|
2516
2605
|
"kindString": "Method",
|
|
@@ -2521,12 +2610,13 @@
|
|
|
2521
2610
|
{
|
|
2522
2611
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2523
2612
|
"line": 79,
|
|
2524
|
-
"character": 9
|
|
2613
|
+
"character": 9,
|
|
2614
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L79"
|
|
2525
2615
|
}
|
|
2526
2616
|
],
|
|
2527
2617
|
"signatures": [
|
|
2528
2618
|
{
|
|
2529
|
-
"id":
|
|
2619
|
+
"id": 20,
|
|
2530
2620
|
"name": "ngAfterContentInit",
|
|
2531
2621
|
"kind": 4096,
|
|
2532
2622
|
"kindString": "Call signature",
|
|
@@ -2547,7 +2637,7 @@
|
|
|
2547
2637
|
}
|
|
2548
2638
|
},
|
|
2549
2639
|
{
|
|
2550
|
-
"id":
|
|
2640
|
+
"id": 25,
|
|
2551
2641
|
"name": "openColumnSelector",
|
|
2552
2642
|
"kind": 2048,
|
|
2553
2643
|
"kindString": "Method",
|
|
@@ -2558,12 +2648,13 @@
|
|
|
2558
2648
|
{
|
|
2559
2649
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2560
2650
|
"line": 118,
|
|
2561
|
-
"character": 9
|
|
2651
|
+
"character": 9,
|
|
2652
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L118"
|
|
2562
2653
|
}
|
|
2563
2654
|
],
|
|
2564
2655
|
"signatures": [
|
|
2565
2656
|
{
|
|
2566
|
-
"id":
|
|
2657
|
+
"id": 26,
|
|
2567
2658
|
"name": "openColumnSelector",
|
|
2568
2659
|
"kind": 4096,
|
|
2569
2660
|
"kindString": "Call signature",
|
|
@@ -2579,36 +2670,32 @@
|
|
|
2579
2670
|
"groups": [
|
|
2580
2671
|
{
|
|
2581
2672
|
"title": "Constructors",
|
|
2582
|
-
"kind": 512,
|
|
2583
2673
|
"children": [
|
|
2584
2674
|
4
|
|
2585
2675
|
]
|
|
2586
2676
|
},
|
|
2587
2677
|
{
|
|
2588
2678
|
"title": "Properties",
|
|
2589
|
-
"kind": 1024,
|
|
2590
2679
|
"children": [
|
|
2591
2680
|
10,
|
|
2592
2681
|
11,
|
|
2593
2682
|
12,
|
|
2594
2683
|
15,
|
|
2595
|
-
|
|
2684
|
+
18
|
|
2596
2685
|
]
|
|
2597
2686
|
},
|
|
2598
2687
|
{
|
|
2599
2688
|
"title": "Accessors",
|
|
2600
|
-
"kind": 262144,
|
|
2601
2689
|
"children": [
|
|
2602
|
-
|
|
2603
|
-
|
|
2690
|
+
21,
|
|
2691
|
+
23
|
|
2604
2692
|
]
|
|
2605
2693
|
},
|
|
2606
2694
|
{
|
|
2607
2695
|
"title": "Methods",
|
|
2608
|
-
"kind": 2048,
|
|
2609
2696
|
"children": [
|
|
2610
|
-
|
|
2611
|
-
|
|
2697
|
+
19,
|
|
2698
|
+
25
|
|
2612
2699
|
]
|
|
2613
2700
|
}
|
|
2614
2701
|
],
|
|
@@ -2616,36 +2703,42 @@
|
|
|
2616
2703
|
{
|
|
2617
2704
|
"fileName": "projects/list-builder-view-grids/src/modules/list-column-selector-action/list-column-selector-action.component.ts",
|
|
2618
2705
|
"line": 44,
|
|
2619
|
-
"character": 13
|
|
2706
|
+
"character": 13,
|
|
2707
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-column-selector-action/list-column-selector-action.component.ts#L44"
|
|
2620
2708
|
}
|
|
2621
2709
|
],
|
|
2622
2710
|
"implementedTypes": [
|
|
2623
2711
|
{
|
|
2624
2712
|
"type": "reference",
|
|
2713
|
+
"name": "AfterContentInit",
|
|
2625
2714
|
"qualifiedName": "AfterContentInit",
|
|
2626
|
-
"package": "@angular/core"
|
|
2627
|
-
"name": "AfterContentInit"
|
|
2715
|
+
"package": "@angular/core"
|
|
2628
2716
|
}
|
|
2629
2717
|
]
|
|
2630
2718
|
},
|
|
2631
2719
|
{
|
|
2632
|
-
"id":
|
|
2720
|
+
"id": 707,
|
|
2633
2721
|
"name": "SkyListViewGridMessage",
|
|
2634
2722
|
"kind": 256,
|
|
2635
2723
|
"kindString": "Interface",
|
|
2636
2724
|
"flags": {},
|
|
2637
2725
|
"comment": {
|
|
2638
|
-
"
|
|
2639
|
-
"tags": [
|
|
2726
|
+
"summary": [
|
|
2640
2727
|
{
|
|
2641
|
-
"
|
|
2642
|
-
"text": "
|
|
2728
|
+
"kind": "text",
|
|
2729
|
+
"text": "Communicates commands to the list view grid."
|
|
2730
|
+
}
|
|
2731
|
+
],
|
|
2732
|
+
"blockTags": [
|
|
2733
|
+
{
|
|
2734
|
+
"tag": "@deprecated",
|
|
2735
|
+
"content": []
|
|
2643
2736
|
}
|
|
2644
2737
|
]
|
|
2645
2738
|
},
|
|
2646
2739
|
"children": [
|
|
2647
2740
|
{
|
|
2648
|
-
"id":
|
|
2741
|
+
"id": 709,
|
|
2649
2742
|
"name": "data",
|
|
2650
2743
|
"kind": 1024,
|
|
2651
2744
|
"kindString": "Property",
|
|
@@ -2653,26 +2746,32 @@
|
|
|
2653
2746
|
"isOptional": true
|
|
2654
2747
|
},
|
|
2655
2748
|
"comment": {
|
|
2656
|
-
"
|
|
2749
|
+
"summary": [
|
|
2750
|
+
{
|
|
2751
|
+
"kind": "text",
|
|
2752
|
+
"text": "The data required to carry out the command."
|
|
2753
|
+
}
|
|
2754
|
+
]
|
|
2657
2755
|
},
|
|
2658
2756
|
"sources": [
|
|
2659
2757
|
{
|
|
2660
2758
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2661
2759
|
"line": 16,
|
|
2662
|
-
"character": 2
|
|
2760
|
+
"character": 2,
|
|
2761
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L16"
|
|
2663
2762
|
}
|
|
2664
2763
|
],
|
|
2665
2764
|
"type": {
|
|
2666
2765
|
"type": "reflection",
|
|
2667
2766
|
"declaration": {
|
|
2668
|
-
"id":
|
|
2767
|
+
"id": 710,
|
|
2669
2768
|
"name": "__type",
|
|
2670
2769
|
"kind": 65536,
|
|
2671
2770
|
"kindString": "Type literal",
|
|
2672
2771
|
"flags": {},
|
|
2673
2772
|
"children": [
|
|
2674
2773
|
{
|
|
2675
|
-
"id":
|
|
2774
|
+
"id": 711,
|
|
2676
2775
|
"name": "abortDeleteRow",
|
|
2677
2776
|
"kind": 1024,
|
|
2678
2777
|
"kindString": "Property",
|
|
@@ -2683,20 +2782,21 @@
|
|
|
2683
2782
|
{
|
|
2684
2783
|
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2685
2784
|
"line": 17,
|
|
2686
|
-
"character": 4
|
|
2785
|
+
"character": 4,
|
|
2786
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L17"
|
|
2687
2787
|
}
|
|
2688
2788
|
],
|
|
2689
2789
|
"type": {
|
|
2690
2790
|
"type": "reflection",
|
|
2691
2791
|
"declaration": {
|
|
2692
|
-
"id":
|
|
2792
|
+
"id": 712,
|
|
2693
2793
|
"name": "__type",
|
|
2694
2794
|
"kind": 65536,
|
|
2695
2795
|
"kindString": "Type literal",
|
|
2696
2796
|
"flags": {},
|
|
2697
2797
|
"children": [
|
|
2698
2798
|
{
|
|
2699
|
-
"id":
|
|
2799
|
+
"id": 713,
|
|
2700
2800
|
"name": "id",
|
|
2701
2801
|
"kind": 1024,
|
|
2702
2802
|
"kindString": "Property",
|
|
@@ -2705,7 +2805,8 @@
|
|
|
2705
2805
|
{
|
|
2706
2806
|
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2707
2807
|
"line": 18,
|
|
2708
|
-
"character": 6
|
|
2808
|
+
"character": 6,
|
|
2809
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L18"
|
|
2709
2810
|
}
|
|
2710
2811
|
],
|
|
2711
2812
|
"type": {
|
|
@@ -2717,17 +2818,24 @@
|
|
|
2717
2818
|
"groups": [
|
|
2718
2819
|
{
|
|
2719
2820
|
"title": "Properties",
|
|
2720
|
-
"kind": 1024,
|
|
2721
2821
|
"children": [
|
|
2722
|
-
|
|
2822
|
+
713
|
|
2723
2823
|
]
|
|
2724
2824
|
}
|
|
2825
|
+
],
|
|
2826
|
+
"sources": [
|
|
2827
|
+
{
|
|
2828
|
+
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2829
|
+
"line": 17,
|
|
2830
|
+
"character": 21,
|
|
2831
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L17"
|
|
2832
|
+
}
|
|
2725
2833
|
]
|
|
2726
2834
|
}
|
|
2727
2835
|
}
|
|
2728
2836
|
},
|
|
2729
2837
|
{
|
|
2730
|
-
"id":
|
|
2838
|
+
"id": 714,
|
|
2731
2839
|
"name": "promptDeleteRow",
|
|
2732
2840
|
"kind": 1024,
|
|
2733
2841
|
"kindString": "Property",
|
|
@@ -2738,20 +2846,21 @@
|
|
|
2738
2846
|
{
|
|
2739
2847
|
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2740
2848
|
"line": 20,
|
|
2741
|
-
"character": 4
|
|
2849
|
+
"character": 4,
|
|
2850
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L20"
|
|
2742
2851
|
}
|
|
2743
2852
|
],
|
|
2744
2853
|
"type": {
|
|
2745
2854
|
"type": "reflection",
|
|
2746
2855
|
"declaration": {
|
|
2747
|
-
"id":
|
|
2856
|
+
"id": 715,
|
|
2748
2857
|
"name": "__type",
|
|
2749
2858
|
"kind": 65536,
|
|
2750
2859
|
"kindString": "Type literal",
|
|
2751
2860
|
"flags": {},
|
|
2752
2861
|
"children": [
|
|
2753
2862
|
{
|
|
2754
|
-
"id":
|
|
2863
|
+
"id": 716,
|
|
2755
2864
|
"name": "id",
|
|
2756
2865
|
"kind": 1024,
|
|
2757
2866
|
"kindString": "Property",
|
|
@@ -2760,7 +2869,8 @@
|
|
|
2760
2869
|
{
|
|
2761
2870
|
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2762
2871
|
"line": 21,
|
|
2763
|
-
"character": 6
|
|
2872
|
+
"character": 6,
|
|
2873
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L21"
|
|
2764
2874
|
}
|
|
2765
2875
|
],
|
|
2766
2876
|
"type": {
|
|
@@ -2772,11 +2882,18 @@
|
|
|
2772
2882
|
"groups": [
|
|
2773
2883
|
{
|
|
2774
2884
|
"title": "Properties",
|
|
2775
|
-
"kind": 1024,
|
|
2776
2885
|
"children": [
|
|
2777
|
-
|
|
2886
|
+
716
|
|
2778
2887
|
]
|
|
2779
2888
|
}
|
|
2889
|
+
],
|
|
2890
|
+
"sources": [
|
|
2891
|
+
{
|
|
2892
|
+
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2893
|
+
"line": 20,
|
|
2894
|
+
"character": 22,
|
|
2895
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L20"
|
|
2896
|
+
}
|
|
2780
2897
|
]
|
|
2781
2898
|
}
|
|
2782
2899
|
}
|
|
@@ -2785,35 +2902,48 @@
|
|
|
2785
2902
|
"groups": [
|
|
2786
2903
|
{
|
|
2787
2904
|
"title": "Properties",
|
|
2788
|
-
"kind": 1024,
|
|
2789
2905
|
"children": [
|
|
2790
|
-
|
|
2791
|
-
|
|
2906
|
+
711,
|
|
2907
|
+
714
|
|
2792
2908
|
]
|
|
2793
2909
|
}
|
|
2910
|
+
],
|
|
2911
|
+
"sources": [
|
|
2912
|
+
{
|
|
2913
|
+
"fileName": "libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2914
|
+
"line": 16,
|
|
2915
|
+
"character": 9,
|
|
2916
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L16"
|
|
2917
|
+
}
|
|
2794
2918
|
]
|
|
2795
2919
|
}
|
|
2796
2920
|
}
|
|
2797
2921
|
},
|
|
2798
2922
|
{
|
|
2799
|
-
"id":
|
|
2923
|
+
"id": 708,
|
|
2800
2924
|
"name": "type",
|
|
2801
2925
|
"kind": 1024,
|
|
2802
2926
|
"kindString": "Property",
|
|
2803
2927
|
"flags": {},
|
|
2804
2928
|
"comment": {
|
|
2805
|
-
"
|
|
2929
|
+
"summary": [
|
|
2930
|
+
{
|
|
2931
|
+
"kind": "text",
|
|
2932
|
+
"text": "The type of message to send."
|
|
2933
|
+
}
|
|
2934
|
+
]
|
|
2806
2935
|
},
|
|
2807
2936
|
"sources": [
|
|
2808
2937
|
{
|
|
2809
2938
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2810
2939
|
"line": 11,
|
|
2811
|
-
"character": 2
|
|
2940
|
+
"character": 2,
|
|
2941
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L11"
|
|
2812
2942
|
}
|
|
2813
2943
|
],
|
|
2814
2944
|
"type": {
|
|
2815
2945
|
"type": "reference",
|
|
2816
|
-
"id":
|
|
2946
|
+
"id": 717,
|
|
2817
2947
|
"name": "SkyListViewGridMessageType"
|
|
2818
2948
|
}
|
|
2819
2949
|
}
|
|
@@ -2821,10 +2951,9 @@
|
|
|
2821
2951
|
"groups": [
|
|
2822
2952
|
{
|
|
2823
2953
|
"title": "Properties",
|
|
2824
|
-
"kind": 1024,
|
|
2825
2954
|
"children": [
|
|
2826
|
-
|
|
2827
|
-
|
|
2955
|
+
709,
|
|
2956
|
+
708
|
|
2828
2957
|
]
|
|
2829
2958
|
}
|
|
2830
2959
|
],
|
|
@@ -2832,39 +2961,47 @@
|
|
|
2832
2961
|
{
|
|
2833
2962
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-message.ts",
|
|
2834
2963
|
"line": 7,
|
|
2835
|
-
"character": 17
|
|
2964
|
+
"character": 17,
|
|
2965
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-message.ts#L7"
|
|
2836
2966
|
}
|
|
2837
2967
|
]
|
|
2838
2968
|
},
|
|
2839
2969
|
{
|
|
2840
|
-
"id":
|
|
2970
|
+
"id": 720,
|
|
2841
2971
|
"name": "SkyListViewGridRowDeleteCancelArgs",
|
|
2842
2972
|
"kind": 256,
|
|
2843
2973
|
"kindString": "Interface",
|
|
2844
2974
|
"flags": {},
|
|
2845
2975
|
"comment": {
|
|
2846
|
-
"
|
|
2976
|
+
"summary": [],
|
|
2977
|
+
"blockTags": [
|
|
2847
2978
|
{
|
|
2848
|
-
"tag": "deprecated",
|
|
2849
|
-
"
|
|
2979
|
+
"tag": "@deprecated",
|
|
2980
|
+
"content": []
|
|
2850
2981
|
}
|
|
2851
2982
|
]
|
|
2852
2983
|
},
|
|
2853
2984
|
"children": [
|
|
2854
2985
|
{
|
|
2855
|
-
"id":
|
|
2986
|
+
"id": 721,
|
|
2856
2987
|
"name": "id",
|
|
2857
2988
|
"kind": 1024,
|
|
2858
2989
|
"kindString": "Property",
|
|
2859
2990
|
"flags": {},
|
|
2860
2991
|
"comment": {
|
|
2861
|
-
"
|
|
2992
|
+
"summary": [
|
|
2993
|
+
{
|
|
2994
|
+
"kind": "text",
|
|
2995
|
+
"text": "The ID of the row where the Cancel button was clicked to cancel deleting the row."
|
|
2996
|
+
}
|
|
2997
|
+
]
|
|
2862
2998
|
},
|
|
2863
2999
|
"sources": [
|
|
2864
3000
|
{
|
|
2865
3001
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-row-delete-cancel-args.ts",
|
|
2866
3002
|
"line": 8,
|
|
2867
|
-
"character": 2
|
|
3003
|
+
"character": 2,
|
|
3004
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-row-delete-cancel-args.ts#L8"
|
|
2868
3005
|
}
|
|
2869
3006
|
],
|
|
2870
3007
|
"type": {
|
|
@@ -2876,9 +3013,8 @@
|
|
|
2876
3013
|
"groups": [
|
|
2877
3014
|
{
|
|
2878
3015
|
"title": "Properties",
|
|
2879
|
-
"kind": 1024,
|
|
2880
3016
|
"children": [
|
|
2881
|
-
|
|
3017
|
+
721
|
|
2882
3018
|
]
|
|
2883
3019
|
}
|
|
2884
3020
|
],
|
|
@@ -2886,39 +3022,47 @@
|
|
|
2886
3022
|
{
|
|
2887
3023
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-row-delete-cancel-args.ts",
|
|
2888
3024
|
"line": 4,
|
|
2889
|
-
"character": 17
|
|
3025
|
+
"character": 17,
|
|
3026
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-row-delete-cancel-args.ts#L4"
|
|
2890
3027
|
}
|
|
2891
3028
|
]
|
|
2892
3029
|
},
|
|
2893
3030
|
{
|
|
2894
|
-
"id":
|
|
3031
|
+
"id": 722,
|
|
2895
3032
|
"name": "SkyListViewGridRowDeleteConfirmArgs",
|
|
2896
3033
|
"kind": 256,
|
|
2897
3034
|
"kindString": "Interface",
|
|
2898
3035
|
"flags": {},
|
|
2899
3036
|
"comment": {
|
|
2900
|
-
"
|
|
3037
|
+
"summary": [],
|
|
3038
|
+
"blockTags": [
|
|
2901
3039
|
{
|
|
2902
|
-
"tag": "deprecated",
|
|
2903
|
-
"
|
|
3040
|
+
"tag": "@deprecated",
|
|
3041
|
+
"content": []
|
|
2904
3042
|
}
|
|
2905
3043
|
]
|
|
2906
3044
|
},
|
|
2907
3045
|
"children": [
|
|
2908
3046
|
{
|
|
2909
|
-
"id":
|
|
3047
|
+
"id": 723,
|
|
2910
3048
|
"name": "id",
|
|
2911
3049
|
"kind": 1024,
|
|
2912
3050
|
"kindString": "Property",
|
|
2913
3051
|
"flags": {},
|
|
2914
3052
|
"comment": {
|
|
2915
|
-
"
|
|
3053
|
+
"summary": [
|
|
3054
|
+
{
|
|
3055
|
+
"kind": "text",
|
|
3056
|
+
"text": "The ID of the row where the Confirm button was clicked to delete the row."
|
|
3057
|
+
}
|
|
3058
|
+
]
|
|
2916
3059
|
},
|
|
2917
3060
|
"sources": [
|
|
2918
3061
|
{
|
|
2919
3062
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-row-delete-confirm-args.ts",
|
|
2920
3063
|
"line": 8,
|
|
2921
|
-
"character": 2
|
|
3064
|
+
"character": 2,
|
|
3065
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-row-delete-confirm-args.ts#L8"
|
|
2922
3066
|
}
|
|
2923
3067
|
],
|
|
2924
3068
|
"type": {
|
|
@@ -2930,9 +3074,8 @@
|
|
|
2930
3074
|
"groups": [
|
|
2931
3075
|
{
|
|
2932
3076
|
"title": "Properties",
|
|
2933
|
-
"kind": 1024,
|
|
2934
3077
|
"children": [
|
|
2935
|
-
|
|
3078
|
+
723
|
|
2936
3079
|
]
|
|
2937
3080
|
}
|
|
2938
3081
|
],
|
|
@@ -2940,7 +3083,8 @@
|
|
|
2940
3083
|
{
|
|
2941
3084
|
"fileName": "projects/list-builder-view-grids/src/modules/list-view-grid/types/list-view-grid-row-delete-confirm-args.ts",
|
|
2942
3085
|
"line": 4,
|
|
2943
|
-
"character": 17
|
|
3086
|
+
"character": 17,
|
|
3087
|
+
"url": "https://github.com/blackbaud/skyux/blob/99447a9/libs/components/list-builder-view-grids/src/lib/modules/list-view-grid/types/list-view-grid-row-delete-confirm-args.ts#L4"
|
|
2944
3088
|
}
|
|
2945
3089
|
]
|
|
2946
3090
|
}
|
|
@@ -2948,7 +3092,6 @@
|
|
|
2948
3092
|
"groups": [
|
|
2949
3093
|
{
|
|
2950
3094
|
"title": "Modules",
|
|
2951
|
-
"kind": 2,
|
|
2952
3095
|
"children": [
|
|
2953
3096
|
1,
|
|
2954
3097
|
2
|