@skyux/list-builder-common 8.0.0 → 8.0.2
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 +32 -69
- package/package.json +1 -1
package/documentation.json
CHANGED
|
@@ -18,11 +18,10 @@
|
|
|
18
18
|
"kindString": "Class",
|
|
19
19
|
"flags": {},
|
|
20
20
|
"comment": {
|
|
21
|
-
"
|
|
22
|
-
"blockTags": [
|
|
21
|
+
"tags": [
|
|
23
22
|
{
|
|
24
|
-
"tag": "
|
|
25
|
-
"
|
|
23
|
+
"tag": "deprecated",
|
|
24
|
+
"text": "\n"
|
|
26
25
|
}
|
|
27
26
|
]
|
|
28
27
|
},
|
|
@@ -37,8 +36,7 @@
|
|
|
37
36
|
{
|
|
38
37
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
39
38
|
"line": 22,
|
|
40
|
-
"character": 2
|
|
41
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L22"
|
|
39
|
+
"character": 2
|
|
42
40
|
}
|
|
43
41
|
],
|
|
44
42
|
"signatures": [
|
|
@@ -104,19 +102,13 @@
|
|
|
104
102
|
"isPublic": true
|
|
105
103
|
},
|
|
106
104
|
"comment": {
|
|
107
|
-
"
|
|
108
|
-
{
|
|
109
|
-
"kind": "text",
|
|
110
|
-
"text": "The data for the item in the list."
|
|
111
|
-
}
|
|
112
|
-
]
|
|
105
|
+
"shortText": "The data for the item in the list."
|
|
113
106
|
},
|
|
114
107
|
"sources": [
|
|
115
108
|
{
|
|
116
109
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
117
110
|
"line": 8,
|
|
118
|
-
"character": 9
|
|
119
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L8"
|
|
111
|
+
"character": 9
|
|
120
112
|
}
|
|
121
113
|
],
|
|
122
114
|
"type": {
|
|
@@ -133,16 +125,11 @@
|
|
|
133
125
|
"isPublic": true
|
|
134
126
|
},
|
|
135
127
|
"comment": {
|
|
136
|
-
"
|
|
137
|
-
|
|
138
|
-
"kind": "text",
|
|
139
|
-
"text": "The ID for the item in the list."
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"blockTags": [
|
|
128
|
+
"shortText": "The ID for the item in the list.",
|
|
129
|
+
"tags": [
|
|
143
130
|
{
|
|
144
|
-
"tag": "
|
|
145
|
-
"
|
|
131
|
+
"tag": "required",
|
|
132
|
+
"text": "\n"
|
|
146
133
|
}
|
|
147
134
|
]
|
|
148
135
|
},
|
|
@@ -150,8 +137,7 @@
|
|
|
150
137
|
{
|
|
151
138
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
152
139
|
"line": 14,
|
|
153
|
-
"character": 9
|
|
154
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L14"
|
|
140
|
+
"character": 9
|
|
155
141
|
}
|
|
156
142
|
],
|
|
157
143
|
"type": {
|
|
@@ -169,21 +155,11 @@
|
|
|
169
155
|
"isOptional": true
|
|
170
156
|
},
|
|
171
157
|
"comment": {
|
|
172
|
-
"
|
|
158
|
+
"shortText": "Whether the item in the list is selected.",
|
|
159
|
+
"tags": [
|
|
173
160
|
{
|
|
174
|
-
"
|
|
175
|
-
"text": "
|
|
176
|
-
}
|
|
177
|
-
],
|
|
178
|
-
"blockTags": [
|
|
179
|
-
{
|
|
180
|
-
"tag": "@default",
|
|
181
|
-
"content": [
|
|
182
|
-
{
|
|
183
|
-
"kind": "text",
|
|
184
|
-
"text": "false"
|
|
185
|
-
}
|
|
186
|
-
]
|
|
161
|
+
"tag": "default",
|
|
162
|
+
"text": "false\n"
|
|
187
163
|
}
|
|
188
164
|
]
|
|
189
165
|
},
|
|
@@ -191,8 +167,7 @@
|
|
|
191
167
|
{
|
|
192
168
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
193
169
|
"line": 20,
|
|
194
|
-
"character": 9
|
|
195
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L20"
|
|
170
|
+
"character": 9
|
|
196
171
|
}
|
|
197
172
|
],
|
|
198
173
|
"type": {
|
|
@@ -204,12 +179,14 @@
|
|
|
204
179
|
"groups": [
|
|
205
180
|
{
|
|
206
181
|
"title": "Constructors",
|
|
182
|
+
"kind": 512,
|
|
207
183
|
"children": [
|
|
208
184
|
2
|
|
209
185
|
]
|
|
210
186
|
},
|
|
211
187
|
{
|
|
212
188
|
"title": "Properties",
|
|
189
|
+
"kind": 1024,
|
|
213
190
|
"children": [
|
|
214
191
|
7,
|
|
215
192
|
8,
|
|
@@ -221,8 +198,7 @@
|
|
|
221
198
|
{
|
|
222
199
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
223
200
|
"line": 4,
|
|
224
|
-
"character": 13
|
|
225
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L4"
|
|
201
|
+
"character": 13
|
|
226
202
|
}
|
|
227
203
|
]
|
|
228
204
|
},
|
|
@@ -233,11 +209,10 @@
|
|
|
233
209
|
"kindString": "Class",
|
|
234
210
|
"flags": {},
|
|
235
211
|
"comment": {
|
|
236
|
-
"
|
|
237
|
-
"blockTags": [
|
|
212
|
+
"tags": [
|
|
238
213
|
{
|
|
239
|
-
"tag": "
|
|
240
|
-
"
|
|
214
|
+
"tag": "deprecated",
|
|
215
|
+
"text": "\n"
|
|
241
216
|
}
|
|
242
217
|
]
|
|
243
218
|
},
|
|
@@ -252,8 +227,7 @@
|
|
|
252
227
|
{
|
|
253
228
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
254
229
|
"line": 15,
|
|
255
|
-
"character": 2
|
|
256
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L15"
|
|
230
|
+
"character": 2
|
|
257
231
|
}
|
|
258
232
|
],
|
|
259
233
|
"signatures": [
|
|
@@ -295,19 +269,13 @@
|
|
|
295
269
|
"isPublic": true
|
|
296
270
|
},
|
|
297
271
|
"comment": {
|
|
298
|
-
"
|
|
299
|
-
{
|
|
300
|
-
"kind": "text",
|
|
301
|
-
"text": "Whether to sort in descending order."
|
|
302
|
-
}
|
|
303
|
-
]
|
|
272
|
+
"shortText": "Whether to sort in descending order."
|
|
304
273
|
},
|
|
305
274
|
"sources": [
|
|
306
275
|
{
|
|
307
276
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
308
277
|
"line": 8,
|
|
309
|
-
"character": 9
|
|
310
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L8"
|
|
278
|
+
"character": 9
|
|
311
279
|
}
|
|
312
280
|
],
|
|
313
281
|
"type": {
|
|
@@ -325,19 +293,13 @@
|
|
|
325
293
|
"isPublic": true
|
|
326
294
|
},
|
|
327
295
|
"comment": {
|
|
328
|
-
"
|
|
329
|
-
{
|
|
330
|
-
"kind": "text",
|
|
331
|
-
"text": "The fields to sort."
|
|
332
|
-
}
|
|
333
|
-
]
|
|
296
|
+
"shortText": "The fields to sort."
|
|
334
297
|
},
|
|
335
298
|
"sources": [
|
|
336
299
|
{
|
|
337
300
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
338
301
|
"line": 13,
|
|
339
|
-
"character": 9
|
|
340
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L13"
|
|
302
|
+
"character": 9
|
|
341
303
|
}
|
|
342
304
|
],
|
|
343
305
|
"type": {
|
|
@@ -349,12 +311,14 @@
|
|
|
349
311
|
"groups": [
|
|
350
312
|
{
|
|
351
313
|
"title": "Constructors",
|
|
314
|
+
"kind": 512,
|
|
352
315
|
"children": [
|
|
353
316
|
11
|
|
354
317
|
]
|
|
355
318
|
},
|
|
356
319
|
{
|
|
357
320
|
"title": "Properties",
|
|
321
|
+
"kind": 1024,
|
|
358
322
|
"children": [
|
|
359
323
|
14,
|
|
360
324
|
15
|
|
@@ -365,8 +329,7 @@
|
|
|
365
329
|
{
|
|
366
330
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
367
331
|
"line": 4,
|
|
368
|
-
"character": 13
|
|
369
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L4"
|
|
332
|
+
"character": 13
|
|
370
333
|
}
|
|
371
334
|
]
|
|
372
335
|
}
|
|
@@ -374,6 +337,7 @@
|
|
|
374
337
|
"groups": [
|
|
375
338
|
{
|
|
376
339
|
"title": "Classes",
|
|
340
|
+
"kind": 128,
|
|
377
341
|
"children": [
|
|
378
342
|
1,
|
|
379
343
|
10
|
|
@@ -384,8 +348,7 @@
|
|
|
384
348
|
{
|
|
385
349
|
"fileName": "libs/components/list-builder-common/src/index.ts",
|
|
386
350
|
"line": 1,
|
|
387
|
-
"character": 0
|
|
388
|
-
"url": "https://github.com/blackbaud/skyux/blob/84f2f13/libs/components/list-builder-common/src/index.ts#L1"
|
|
351
|
+
"character": 0
|
|
389
352
|
}
|
|
390
353
|
]
|
|
391
354
|
},
|