@skyux/list-builder-common 9.0.0-alpha.4 → 9.0.0-alpha.6
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 +198 -64
- package/package.json +1 -1
package/documentation.json
CHANGED
|
@@ -6,22 +6,22 @@
|
|
|
6
6
|
"typedoc": {
|
|
7
7
|
"id": 0,
|
|
8
8
|
"name": "@skyux/list-builder-common",
|
|
9
|
+
"variant": "project",
|
|
9
10
|
"kind": 1,
|
|
10
|
-
"kindString": "Project",
|
|
11
11
|
"flags": {},
|
|
12
|
-
"originalName": "",
|
|
13
12
|
"children": [
|
|
14
13
|
{
|
|
15
14
|
"id": 1,
|
|
16
15
|
"name": "ListItemModel",
|
|
16
|
+
"variant": "declaration",
|
|
17
17
|
"kind": 128,
|
|
18
|
-
"kindString": "Class",
|
|
19
18
|
"flags": {},
|
|
20
19
|
"comment": {
|
|
21
|
-
"
|
|
20
|
+
"summary": [],
|
|
21
|
+
"blockTags": [
|
|
22
22
|
{
|
|
23
|
-
"tag": "deprecated",
|
|
24
|
-
"
|
|
23
|
+
"tag": "@deprecated",
|
|
24
|
+
"content": []
|
|
25
25
|
}
|
|
26
26
|
]
|
|
27
27
|
},
|
|
@@ -29,29 +29,38 @@
|
|
|
29
29
|
{
|
|
30
30
|
"id": 2,
|
|
31
31
|
"name": "constructor",
|
|
32
|
+
"variant": "declaration",
|
|
32
33
|
"kind": 512,
|
|
33
|
-
"kindString": "Constructor",
|
|
34
34
|
"flags": {},
|
|
35
35
|
"sources": [
|
|
36
36
|
{
|
|
37
37
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
38
38
|
"line": 22,
|
|
39
|
-
"character": 2
|
|
39
|
+
"character": 2,
|
|
40
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L22"
|
|
40
41
|
}
|
|
41
42
|
],
|
|
42
43
|
"signatures": [
|
|
43
44
|
{
|
|
44
45
|
"id": 3,
|
|
45
46
|
"name": "new ListItemModel",
|
|
47
|
+
"variant": "signature",
|
|
46
48
|
"kind": 16384,
|
|
47
|
-
"kindString": "Constructor signature",
|
|
48
49
|
"flags": {},
|
|
50
|
+
"sources": [
|
|
51
|
+
{
|
|
52
|
+
"fileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
53
|
+
"line": 22,
|
|
54
|
+
"character": 2,
|
|
55
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L22"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
49
58
|
"parameters": [
|
|
50
59
|
{
|
|
51
60
|
"id": 4,
|
|
52
61
|
"name": "id",
|
|
62
|
+
"variant": "param",
|
|
53
63
|
"kind": 32768,
|
|
54
|
-
"kindString": "Parameter",
|
|
55
64
|
"flags": {},
|
|
56
65
|
"type": {
|
|
57
66
|
"type": "intrinsic",
|
|
@@ -61,8 +70,8 @@
|
|
|
61
70
|
{
|
|
62
71
|
"id": 5,
|
|
63
72
|
"name": "data",
|
|
73
|
+
"variant": "param",
|
|
64
74
|
"kind": 32768,
|
|
65
|
-
"kindString": "Parameter",
|
|
66
75
|
"flags": {
|
|
67
76
|
"isOptional": true
|
|
68
77
|
},
|
|
@@ -74,8 +83,8 @@
|
|
|
74
83
|
{
|
|
75
84
|
"id": 6,
|
|
76
85
|
"name": "isSelected",
|
|
86
|
+
"variant": "param",
|
|
77
87
|
"kind": 32768,
|
|
78
|
-
"kindString": "Parameter",
|
|
79
88
|
"flags": {
|
|
80
89
|
"isOptional": true
|
|
81
90
|
},
|
|
@@ -87,8 +96,9 @@
|
|
|
87
96
|
],
|
|
88
97
|
"type": {
|
|
89
98
|
"type": "reference",
|
|
90
|
-
"
|
|
91
|
-
"name": "ListItemModel"
|
|
99
|
+
"target": 1,
|
|
100
|
+
"name": "ListItemModel",
|
|
101
|
+
"package": "@skyux/list-builder-common"
|
|
92
102
|
}
|
|
93
103
|
}
|
|
94
104
|
]
|
|
@@ -96,40 +106,52 @@
|
|
|
96
106
|
{
|
|
97
107
|
"id": 7,
|
|
98
108
|
"name": "data",
|
|
109
|
+
"variant": "declaration",
|
|
99
110
|
"kind": 1024,
|
|
100
|
-
"kindString": "Property",
|
|
101
111
|
"flags": {
|
|
102
112
|
"isPublic": true
|
|
103
113
|
},
|
|
104
114
|
"comment": {
|
|
105
|
-
"
|
|
115
|
+
"summary": [
|
|
116
|
+
{
|
|
117
|
+
"kind": "text",
|
|
118
|
+
"text": "The data for the item in the list."
|
|
119
|
+
}
|
|
120
|
+
]
|
|
106
121
|
},
|
|
107
122
|
"sources": [
|
|
108
123
|
{
|
|
109
124
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
110
125
|
"line": 8,
|
|
111
|
-
"character": 9
|
|
126
|
+
"character": 9,
|
|
127
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L8"
|
|
112
128
|
}
|
|
113
129
|
],
|
|
114
130
|
"type": {
|
|
115
131
|
"type": "intrinsic",
|
|
116
132
|
"name": "any"
|
|
117
|
-
}
|
|
133
|
+
},
|
|
134
|
+
"decorators": []
|
|
118
135
|
},
|
|
119
136
|
{
|
|
120
137
|
"id": 8,
|
|
121
138
|
"name": "id",
|
|
139
|
+
"variant": "declaration",
|
|
122
140
|
"kind": 1024,
|
|
123
|
-
"kindString": "Property",
|
|
124
141
|
"flags": {
|
|
125
142
|
"isPublic": true
|
|
126
143
|
},
|
|
127
144
|
"comment": {
|
|
128
|
-
"
|
|
129
|
-
"tags": [
|
|
145
|
+
"summary": [
|
|
130
146
|
{
|
|
131
|
-
"
|
|
132
|
-
"text": "
|
|
147
|
+
"kind": "text",
|
|
148
|
+
"text": "The ID for the item in the list."
|
|
149
|
+
}
|
|
150
|
+
],
|
|
151
|
+
"blockTags": [
|
|
152
|
+
{
|
|
153
|
+
"tag": "@required",
|
|
154
|
+
"content": []
|
|
133
155
|
}
|
|
134
156
|
]
|
|
135
157
|
},
|
|
@@ -137,29 +159,41 @@
|
|
|
137
159
|
{
|
|
138
160
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
139
161
|
"line": 14,
|
|
140
|
-
"character": 9
|
|
162
|
+
"character": 9,
|
|
163
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L14"
|
|
141
164
|
}
|
|
142
165
|
],
|
|
143
166
|
"type": {
|
|
144
167
|
"type": "intrinsic",
|
|
145
168
|
"name": "string"
|
|
146
|
-
}
|
|
169
|
+
},
|
|
170
|
+
"decorators": []
|
|
147
171
|
},
|
|
148
172
|
{
|
|
149
173
|
"id": 9,
|
|
150
174
|
"name": "isSelected",
|
|
175
|
+
"variant": "declaration",
|
|
151
176
|
"kind": 1024,
|
|
152
|
-
"kindString": "Property",
|
|
153
177
|
"flags": {
|
|
154
178
|
"isPublic": true,
|
|
155
179
|
"isOptional": true
|
|
156
180
|
},
|
|
157
181
|
"comment": {
|
|
158
|
-
"
|
|
159
|
-
"tags": [
|
|
182
|
+
"summary": [
|
|
160
183
|
{
|
|
161
|
-
"
|
|
162
|
-
"text": "
|
|
184
|
+
"kind": "text",
|
|
185
|
+
"text": "Whether the item in the list is selected."
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"blockTags": [
|
|
189
|
+
{
|
|
190
|
+
"tag": "@default",
|
|
191
|
+
"content": [
|
|
192
|
+
{
|
|
193
|
+
"kind": "code",
|
|
194
|
+
"text": "```ts\nfalse\n```"
|
|
195
|
+
}
|
|
196
|
+
]
|
|
163
197
|
}
|
|
164
198
|
]
|
|
165
199
|
},
|
|
@@ -167,26 +201,26 @@
|
|
|
167
201
|
{
|
|
168
202
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
169
203
|
"line": 20,
|
|
170
|
-
"character": 9
|
|
204
|
+
"character": 9,
|
|
205
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L20"
|
|
171
206
|
}
|
|
172
207
|
],
|
|
173
208
|
"type": {
|
|
174
209
|
"type": "intrinsic",
|
|
175
210
|
"name": "boolean"
|
|
176
|
-
}
|
|
211
|
+
},
|
|
212
|
+
"decorators": []
|
|
177
213
|
}
|
|
178
214
|
],
|
|
179
215
|
"groups": [
|
|
180
216
|
{
|
|
181
217
|
"title": "Constructors",
|
|
182
|
-
"kind": 512,
|
|
183
218
|
"children": [
|
|
184
219
|
2
|
|
185
220
|
]
|
|
186
221
|
},
|
|
187
222
|
{
|
|
188
223
|
"title": "Properties",
|
|
189
|
-
"kind": 1024,
|
|
190
224
|
"children": [
|
|
191
225
|
7,
|
|
192
226
|
8,
|
|
@@ -198,21 +232,24 @@
|
|
|
198
232
|
{
|
|
199
233
|
"fileName": "projects/list-builder-common/src/state/items/item.model.ts",
|
|
200
234
|
"line": 4,
|
|
201
|
-
"character": 13
|
|
235
|
+
"character": 13,
|
|
236
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/items/item.model.ts#L4"
|
|
202
237
|
}
|
|
203
|
-
]
|
|
238
|
+
],
|
|
239
|
+
"decorators": []
|
|
204
240
|
},
|
|
205
241
|
{
|
|
206
242
|
"id": 10,
|
|
207
243
|
"name": "ListSortFieldSelectorModel",
|
|
244
|
+
"variant": "declaration",
|
|
208
245
|
"kind": 128,
|
|
209
|
-
"kindString": "Class",
|
|
210
246
|
"flags": {},
|
|
211
247
|
"comment": {
|
|
212
|
-
"
|
|
248
|
+
"summary": [],
|
|
249
|
+
"blockTags": [
|
|
213
250
|
{
|
|
214
|
-
"tag": "deprecated",
|
|
215
|
-
"
|
|
251
|
+
"tag": "@deprecated",
|
|
252
|
+
"content": []
|
|
216
253
|
}
|
|
217
254
|
]
|
|
218
255
|
},
|
|
@@ -220,29 +257,38 @@
|
|
|
220
257
|
{
|
|
221
258
|
"id": 11,
|
|
222
259
|
"name": "constructor",
|
|
260
|
+
"variant": "declaration",
|
|
223
261
|
"kind": 512,
|
|
224
|
-
"kindString": "Constructor",
|
|
225
262
|
"flags": {},
|
|
226
263
|
"sources": [
|
|
227
264
|
{
|
|
228
265
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
229
266
|
"line": 15,
|
|
230
|
-
"character": 2
|
|
267
|
+
"character": 2,
|
|
268
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L15"
|
|
231
269
|
}
|
|
232
270
|
],
|
|
233
271
|
"signatures": [
|
|
234
272
|
{
|
|
235
273
|
"id": 12,
|
|
236
274
|
"name": "new ListSortFieldSelectorModel",
|
|
275
|
+
"variant": "signature",
|
|
237
276
|
"kind": 16384,
|
|
238
|
-
"kindString": "Constructor signature",
|
|
239
277
|
"flags": {},
|
|
278
|
+
"sources": [
|
|
279
|
+
{
|
|
280
|
+
"fileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
281
|
+
"line": 15,
|
|
282
|
+
"character": 2,
|
|
283
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L15"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
240
286
|
"parameters": [
|
|
241
287
|
{
|
|
242
288
|
"id": 13,
|
|
243
289
|
"name": "data",
|
|
290
|
+
"variant": "param",
|
|
244
291
|
"kind": 32768,
|
|
245
|
-
"kindString": "Parameter",
|
|
246
292
|
"flags": {
|
|
247
293
|
"isOptional": true
|
|
248
294
|
},
|
|
@@ -254,8 +300,9 @@
|
|
|
254
300
|
],
|
|
255
301
|
"type": {
|
|
256
302
|
"type": "reference",
|
|
257
|
-
"
|
|
258
|
-
"name": "ListSortFieldSelectorModel"
|
|
303
|
+
"target": 10,
|
|
304
|
+
"name": "ListSortFieldSelectorModel",
|
|
305
|
+
"package": "@skyux/list-builder-common"
|
|
259
306
|
}
|
|
260
307
|
}
|
|
261
308
|
]
|
|
@@ -263,62 +310,74 @@
|
|
|
263
310
|
{
|
|
264
311
|
"id": 14,
|
|
265
312
|
"name": "descending",
|
|
313
|
+
"variant": "declaration",
|
|
266
314
|
"kind": 1024,
|
|
267
|
-
"kindString": "Property",
|
|
268
315
|
"flags": {
|
|
269
316
|
"isPublic": true
|
|
270
317
|
},
|
|
271
318
|
"comment": {
|
|
272
|
-
"
|
|
319
|
+
"summary": [
|
|
320
|
+
{
|
|
321
|
+
"kind": "text",
|
|
322
|
+
"text": "Whether to sort in descending order."
|
|
323
|
+
}
|
|
324
|
+
]
|
|
273
325
|
},
|
|
274
326
|
"sources": [
|
|
275
327
|
{
|
|
276
328
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
277
329
|
"line": 8,
|
|
278
|
-
"character": 9
|
|
330
|
+
"character": 9,
|
|
331
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L8"
|
|
279
332
|
}
|
|
280
333
|
],
|
|
281
334
|
"type": {
|
|
282
335
|
"type": "intrinsic",
|
|
283
336
|
"name": "boolean"
|
|
284
337
|
},
|
|
285
|
-
"defaultValue": "false"
|
|
338
|
+
"defaultValue": "false",
|
|
339
|
+
"decorators": []
|
|
286
340
|
},
|
|
287
341
|
{
|
|
288
342
|
"id": 15,
|
|
289
343
|
"name": "fieldSelector",
|
|
344
|
+
"variant": "declaration",
|
|
290
345
|
"kind": 1024,
|
|
291
|
-
"kindString": "Property",
|
|
292
346
|
"flags": {
|
|
293
347
|
"isPublic": true
|
|
294
348
|
},
|
|
295
349
|
"comment": {
|
|
296
|
-
"
|
|
350
|
+
"summary": [
|
|
351
|
+
{
|
|
352
|
+
"kind": "text",
|
|
353
|
+
"text": "The fields to sort."
|
|
354
|
+
}
|
|
355
|
+
]
|
|
297
356
|
},
|
|
298
357
|
"sources": [
|
|
299
358
|
{
|
|
300
359
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
301
360
|
"line": 13,
|
|
302
|
-
"character": 9
|
|
361
|
+
"character": 9,
|
|
362
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L13"
|
|
303
363
|
}
|
|
304
364
|
],
|
|
305
365
|
"type": {
|
|
306
366
|
"type": "intrinsic",
|
|
307
367
|
"name": "string"
|
|
308
|
-
}
|
|
368
|
+
},
|
|
369
|
+
"decorators": []
|
|
309
370
|
}
|
|
310
371
|
],
|
|
311
372
|
"groups": [
|
|
312
373
|
{
|
|
313
374
|
"title": "Constructors",
|
|
314
|
-
"kind": 512,
|
|
315
375
|
"children": [
|
|
316
376
|
11
|
|
317
377
|
]
|
|
318
378
|
},
|
|
319
379
|
{
|
|
320
380
|
"title": "Properties",
|
|
321
|
-
"kind": 1024,
|
|
322
381
|
"children": [
|
|
323
382
|
14,
|
|
324
383
|
15
|
|
@@ -329,28 +388,103 @@
|
|
|
329
388
|
{
|
|
330
389
|
"fileName": "projects/list-builder-common/src/state/sort/field-selector.model.ts",
|
|
331
390
|
"line": 4,
|
|
332
|
-
"character": 13
|
|
391
|
+
"character": 13,
|
|
392
|
+
"url": "https://github.com/blackbaud/skyux/blob/7a3cec2/libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts#L4"
|
|
333
393
|
}
|
|
334
|
-
]
|
|
394
|
+
],
|
|
395
|
+
"decorators": []
|
|
335
396
|
}
|
|
336
397
|
],
|
|
337
398
|
"groups": [
|
|
338
399
|
{
|
|
339
400
|
"title": "Classes",
|
|
340
|
-
"kind": 128,
|
|
341
401
|
"children": [
|
|
342
402
|
1,
|
|
343
403
|
10
|
|
344
404
|
]
|
|
345
405
|
}
|
|
346
406
|
],
|
|
347
|
-
"
|
|
407
|
+
"packageName": "@skyux/list-builder-common",
|
|
408
|
+
"readme": [
|
|
348
409
|
{
|
|
349
|
-
"
|
|
350
|
-
"
|
|
351
|
-
|
|
410
|
+
"kind": "text",
|
|
411
|
+
"text": "# list-builder-common\n\nThis library was generated with [Nx](https://nx.dev).\n\n## Running unit tests\n\nRun "
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"kind": "code",
|
|
415
|
+
"text": "`nx test list-builder-common`"
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"kind": "text",
|
|
419
|
+
"text": " to execute the unit tests."
|
|
420
|
+
}
|
|
421
|
+
],
|
|
422
|
+
"symbolIdMap": {
|
|
423
|
+
"0": {
|
|
424
|
+
"sourceFileName": "libs/components/list-builder-common/src/index.ts",
|
|
425
|
+
"qualifiedName": ""
|
|
426
|
+
},
|
|
427
|
+
"1": {
|
|
428
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
429
|
+
"qualifiedName": "ListItemModel"
|
|
430
|
+
},
|
|
431
|
+
"2": {
|
|
432
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
433
|
+
"qualifiedName": "ListItemModel.__constructor"
|
|
434
|
+
},
|
|
435
|
+
"3": {
|
|
436
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
437
|
+
"qualifiedName": "ListItemModel"
|
|
438
|
+
},
|
|
439
|
+
"4": {
|
|
440
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
441
|
+
"qualifiedName": "id"
|
|
442
|
+
},
|
|
443
|
+
"5": {
|
|
444
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
445
|
+
"qualifiedName": "data"
|
|
446
|
+
},
|
|
447
|
+
"6": {
|
|
448
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
449
|
+
"qualifiedName": "isSelected"
|
|
450
|
+
},
|
|
451
|
+
"7": {
|
|
452
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
453
|
+
"qualifiedName": "ListItemModel.data"
|
|
454
|
+
},
|
|
455
|
+
"8": {
|
|
456
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
457
|
+
"qualifiedName": "ListItemModel.id"
|
|
458
|
+
},
|
|
459
|
+
"9": {
|
|
460
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/items/item.model.ts",
|
|
461
|
+
"qualifiedName": "ListItemModel.isSelected"
|
|
462
|
+
},
|
|
463
|
+
"10": {
|
|
464
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
465
|
+
"qualifiedName": "ListSortFieldSelectorModel"
|
|
466
|
+
},
|
|
467
|
+
"11": {
|
|
468
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
469
|
+
"qualifiedName": "ListSortFieldSelectorModel.__constructor"
|
|
470
|
+
},
|
|
471
|
+
"12": {
|
|
472
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
473
|
+
"qualifiedName": "ListSortFieldSelectorModel"
|
|
474
|
+
},
|
|
475
|
+
"13": {
|
|
476
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
477
|
+
"qualifiedName": "data"
|
|
478
|
+
},
|
|
479
|
+
"14": {
|
|
480
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
481
|
+
"qualifiedName": "ListSortFieldSelectorModel.descending"
|
|
482
|
+
},
|
|
483
|
+
"15": {
|
|
484
|
+
"sourceFileName": "libs/components/list-builder-common/src/lib/state/sort/field-selector.model.ts",
|
|
485
|
+
"qualifiedName": "ListSortFieldSelectorModel.fieldSelector"
|
|
352
486
|
}
|
|
353
|
-
|
|
487
|
+
}
|
|
354
488
|
},
|
|
355
489
|
"codeExamples": []
|
|
356
490
|
}
|