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