@skyux/pages 6.11.2 → 6.14.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 +315 -191
- package/esm2020/lib/modules/action-hub/action-hub.component.mjs +18 -7
- package/esm2020/lib/modules/action-hub/types/action-hub-needs-attention-input.mjs +2 -0
- package/esm2020/lib/modules/link-list/link-list.component.mjs +17 -3
- package/esm2020/lib/modules/modal-link-list/modal-link-list.component.mjs +15 -3
- package/fesm2015/skyux-pages.mjs +45 -11
- package/fesm2015/skyux-pages.mjs.map +1 -1
- package/fesm2020/skyux-pages.mjs +45 -11
- package/fesm2020/skyux-pages.mjs.map +1 -1
- package/lib/modules/action-hub/action-hub.component.d.ts +5 -1
- package/lib/modules/action-hub/types/action-hub-needs-attention-input.d.ts +5 -0
- package/lib/modules/link-list/link-list.component.d.ts +5 -1
- package/lib/modules/modal-link-list/modal-link-list.component.d.ts +4 -1
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"originalName": "",
|
|
25
25
|
"children": [
|
|
26
26
|
{
|
|
27
|
-
"id":
|
|
27
|
+
"id": 40,
|
|
28
28
|
"name": "SkyActionHubModule",
|
|
29
29
|
"kind": 128,
|
|
30
30
|
"kindString": "Class",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"title": "Constructors",
|
|
50
50
|
"kind": 512,
|
|
51
51
|
"children": [
|
|
52
|
-
|
|
52
|
+
41
|
|
53
53
|
]
|
|
54
54
|
}
|
|
55
55
|
],
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
]
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
|
-
"id":
|
|
65
|
+
"id": 88,
|
|
66
66
|
"name": "SkyPageHeaderModule",
|
|
67
67
|
"kind": 128,
|
|
68
68
|
"kindString": "Class",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"title": "Constructors",
|
|
88
88
|
"kind": 512,
|
|
89
89
|
"children": [
|
|
90
|
-
|
|
90
|
+
89
|
|
91
91
|
]
|
|
92
92
|
}
|
|
93
93
|
],
|
|
@@ -124,56 +124,32 @@
|
|
|
124
124
|
],
|
|
125
125
|
"children": [
|
|
126
126
|
{
|
|
127
|
-
"id":
|
|
128
|
-
"name": "
|
|
127
|
+
"id": 13,
|
|
128
|
+
"name": "needsAttentionArray",
|
|
129
129
|
"kind": 1024,
|
|
130
130
|
"kindString": "Property",
|
|
131
131
|
"flags": {
|
|
132
132
|
"isPublic": true
|
|
133
133
|
},
|
|
134
|
-
"comment": {
|
|
135
|
-
"shortText": "Provides a list of actions that users must perform based on business requirements or best practices, or `\"loading\"` to display a wait indicator."
|
|
136
|
-
},
|
|
137
|
-
"decorators": [
|
|
138
|
-
{
|
|
139
|
-
"name": "Input",
|
|
140
|
-
"type": {
|
|
141
|
-
"type": "reference",
|
|
142
|
-
"qualifiedName": "InputDecorator",
|
|
143
|
-
"package": "@angular/core",
|
|
144
|
-
"name": "Input"
|
|
145
|
-
},
|
|
146
|
-
"arguments": {}
|
|
147
|
-
}
|
|
148
|
-
],
|
|
149
134
|
"sources": [
|
|
150
135
|
{
|
|
151
136
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
152
|
-
"line":
|
|
137
|
+
"line": 66,
|
|
153
138
|
"character": 9
|
|
154
139
|
}
|
|
155
140
|
],
|
|
156
141
|
"type": {
|
|
157
|
-
"type": "
|
|
158
|
-
"
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
"id": 33,
|
|
164
|
-
"name": "SkyActionHubNeedsAttention"
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "literal",
|
|
169
|
-
"value": "loading"
|
|
170
|
-
}
|
|
171
|
-
]
|
|
142
|
+
"type": "array",
|
|
143
|
+
"elementType": {
|
|
144
|
+
"type": "reference",
|
|
145
|
+
"id": 43,
|
|
146
|
+
"name": "SkyActionHubNeedsAttention"
|
|
147
|
+
}
|
|
172
148
|
},
|
|
173
149
|
"defaultValue": "[]"
|
|
174
150
|
},
|
|
175
151
|
{
|
|
176
|
-
"id":
|
|
152
|
+
"id": 8,
|
|
177
153
|
"name": "parentLink",
|
|
178
154
|
"kind": 1024,
|
|
179
155
|
"kindString": "Property",
|
|
@@ -198,18 +174,18 @@
|
|
|
198
174
|
"sources": [
|
|
199
175
|
{
|
|
200
176
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
201
|
-
"line":
|
|
177
|
+
"line": 39,
|
|
202
178
|
"character": 9
|
|
203
179
|
}
|
|
204
180
|
],
|
|
205
181
|
"type": {
|
|
206
182
|
"type": "reference",
|
|
207
|
-
"id":
|
|
183
|
+
"id": 53,
|
|
208
184
|
"name": "SkyPageLink"
|
|
209
185
|
}
|
|
210
186
|
},
|
|
211
187
|
{
|
|
212
|
-
"id":
|
|
188
|
+
"id": 9,
|
|
213
189
|
"name": "recentLinks",
|
|
214
190
|
"kind": 1024,
|
|
215
191
|
"kindString": "Property",
|
|
@@ -234,19 +210,19 @@
|
|
|
234
210
|
"sources": [
|
|
235
211
|
{
|
|
236
212
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
237
|
-
"line":
|
|
213
|
+
"line": 45,
|
|
238
214
|
"character": 9
|
|
239
215
|
}
|
|
240
216
|
],
|
|
241
217
|
"type": {
|
|
242
218
|
"type": "reference",
|
|
243
|
-
"id":
|
|
219
|
+
"id": 87,
|
|
244
220
|
"name": "SkyRecentLinksInput"
|
|
245
221
|
},
|
|
246
222
|
"defaultValue": "[]"
|
|
247
223
|
},
|
|
248
224
|
{
|
|
249
|
-
"id":
|
|
225
|
+
"id": 10,
|
|
250
226
|
"name": "relatedLinks",
|
|
251
227
|
"kind": 1024,
|
|
252
228
|
"kindString": "Property",
|
|
@@ -271,19 +247,19 @@
|
|
|
271
247
|
"sources": [
|
|
272
248
|
{
|
|
273
249
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
274
|
-
"line":
|
|
250
|
+
"line": 51,
|
|
275
251
|
"character": 9
|
|
276
252
|
}
|
|
277
253
|
],
|
|
278
254
|
"type": {
|
|
279
255
|
"type": "reference",
|
|
280
|
-
"id":
|
|
256
|
+
"id": 62,
|
|
281
257
|
"name": "SkyPageLinksInput"
|
|
282
258
|
},
|
|
283
259
|
"defaultValue": "[]"
|
|
284
260
|
},
|
|
285
261
|
{
|
|
286
|
-
"id":
|
|
262
|
+
"id": 11,
|
|
287
263
|
"name": "settingsLinks",
|
|
288
264
|
"kind": 1024,
|
|
289
265
|
"kindString": "Property",
|
|
@@ -308,19 +284,19 @@
|
|
|
308
284
|
"sources": [
|
|
309
285
|
{
|
|
310
286
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
311
|
-
"line":
|
|
287
|
+
"line": 57,
|
|
312
288
|
"character": 9
|
|
313
289
|
}
|
|
314
290
|
],
|
|
315
291
|
"type": {
|
|
316
292
|
"type": "reference",
|
|
317
|
-
"id":
|
|
293
|
+
"id": 76,
|
|
318
294
|
"name": "SkyPageModalLinksInput"
|
|
319
295
|
},
|
|
320
296
|
"defaultValue": "[]"
|
|
321
297
|
},
|
|
322
298
|
{
|
|
323
|
-
"id":
|
|
299
|
+
"id": 12,
|
|
324
300
|
"name": "title",
|
|
325
301
|
"kind": 1024,
|
|
326
302
|
"kindString": "Property",
|
|
@@ -351,7 +327,7 @@
|
|
|
351
327
|
"sources": [
|
|
352
328
|
{
|
|
353
329
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
354
|
-
"line":
|
|
330
|
+
"line": 64,
|
|
355
331
|
"character": 9
|
|
356
332
|
}
|
|
357
333
|
],
|
|
@@ -360,6 +336,79 @@
|
|
|
360
336
|
"name": "string"
|
|
361
337
|
},
|
|
362
338
|
"defaultValue": "''"
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": 4,
|
|
342
|
+
"name": "needsAttention",
|
|
343
|
+
"kind": 262144,
|
|
344
|
+
"kindString": "Accessor",
|
|
345
|
+
"flags": {
|
|
346
|
+
"isPublic": true
|
|
347
|
+
},
|
|
348
|
+
"decorators": [
|
|
349
|
+
{
|
|
350
|
+
"name": "Input",
|
|
351
|
+
"type": {
|
|
352
|
+
"type": "reference",
|
|
353
|
+
"qualifiedName": "InputDecorator",
|
|
354
|
+
"package": "@angular/core",
|
|
355
|
+
"name": "Input"
|
|
356
|
+
},
|
|
357
|
+
"arguments": {}
|
|
358
|
+
}
|
|
359
|
+
],
|
|
360
|
+
"sources": [
|
|
361
|
+
{
|
|
362
|
+
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
363
|
+
"line": 24,
|
|
364
|
+
"character": 13
|
|
365
|
+
}
|
|
366
|
+
],
|
|
367
|
+
"getSignature": [
|
|
368
|
+
{
|
|
369
|
+
"id": 5,
|
|
370
|
+
"name": "needsAttention",
|
|
371
|
+
"kind": 524288,
|
|
372
|
+
"kindString": "Get signature",
|
|
373
|
+
"flags": {},
|
|
374
|
+
"comment": {
|
|
375
|
+
"shortText": "Provides a list of actions that users must perform based on business requirements or best practices, or `\"loading\"` to display a wait indicator."
|
|
376
|
+
},
|
|
377
|
+
"type": {
|
|
378
|
+
"type": "reference",
|
|
379
|
+
"name": "SkyActionHubNeedsAttentionInput"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
"setSignature": [
|
|
384
|
+
{
|
|
385
|
+
"id": 6,
|
|
386
|
+
"name": "needsAttention",
|
|
387
|
+
"kind": 1048576,
|
|
388
|
+
"kindString": "Set signature",
|
|
389
|
+
"flags": {},
|
|
390
|
+
"comment": {
|
|
391
|
+
"shortText": "Provides a list of actions that users must perform based on business requirements or best practices, or `\"loading\"` to display a wait indicator."
|
|
392
|
+
},
|
|
393
|
+
"parameters": [
|
|
394
|
+
{
|
|
395
|
+
"id": 7,
|
|
396
|
+
"name": "value",
|
|
397
|
+
"kind": 32768,
|
|
398
|
+
"kindString": "Parameter",
|
|
399
|
+
"flags": {},
|
|
400
|
+
"type": {
|
|
401
|
+
"type": "reference",
|
|
402
|
+
"name": "SkyActionHubNeedsAttentionInput"
|
|
403
|
+
}
|
|
404
|
+
}
|
|
405
|
+
],
|
|
406
|
+
"type": {
|
|
407
|
+
"type": "intrinsic",
|
|
408
|
+
"name": "void"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
]
|
|
363
412
|
}
|
|
364
413
|
],
|
|
365
414
|
"groups": [
|
|
@@ -374,25 +423,32 @@
|
|
|
374
423
|
"title": "Properties",
|
|
375
424
|
"kind": 1024,
|
|
376
425
|
"children": [
|
|
377
|
-
|
|
378
|
-
5,
|
|
379
|
-
6,
|
|
380
|
-
7,
|
|
426
|
+
13,
|
|
381
427
|
8,
|
|
382
|
-
9
|
|
428
|
+
9,
|
|
429
|
+
10,
|
|
430
|
+
11,
|
|
431
|
+
12
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"title": "Accessors",
|
|
436
|
+
"kind": 262144,
|
|
437
|
+
"children": [
|
|
438
|
+
4
|
|
383
439
|
]
|
|
384
440
|
}
|
|
385
441
|
],
|
|
386
442
|
"sources": [
|
|
387
443
|
{
|
|
388
444
|
"fileName": "projects/pages/src/modules/action-hub/action-hub.component.ts",
|
|
389
|
-
"line":
|
|
445
|
+
"line": 19,
|
|
390
446
|
"character": 13
|
|
391
447
|
}
|
|
392
448
|
]
|
|
393
449
|
},
|
|
394
450
|
{
|
|
395
|
-
"id":
|
|
451
|
+
"id": 15,
|
|
396
452
|
"name": "SkyActionHubButtonsComponent",
|
|
397
453
|
"kind": 128,
|
|
398
454
|
"kindString": "Class",
|
|
@@ -421,7 +477,7 @@
|
|
|
421
477
|
"title": "Constructors",
|
|
422
478
|
"kind": 512,
|
|
423
479
|
"children": [
|
|
424
|
-
|
|
480
|
+
16
|
|
425
481
|
]
|
|
426
482
|
}
|
|
427
483
|
],
|
|
@@ -434,7 +490,7 @@
|
|
|
434
490
|
]
|
|
435
491
|
},
|
|
436
492
|
{
|
|
437
|
-
"id":
|
|
493
|
+
"id": 18,
|
|
438
494
|
"name": "SkyActionHubContentComponent",
|
|
439
495
|
"kind": 128,
|
|
440
496
|
"kindString": "Class",
|
|
@@ -462,7 +518,7 @@
|
|
|
462
518
|
"title": "Constructors",
|
|
463
519
|
"kind": 512,
|
|
464
520
|
"children": [
|
|
465
|
-
|
|
521
|
+
19
|
|
466
522
|
]
|
|
467
523
|
}
|
|
468
524
|
],
|
|
@@ -475,7 +531,7 @@
|
|
|
475
531
|
]
|
|
476
532
|
},
|
|
477
533
|
{
|
|
478
|
-
"id":
|
|
534
|
+
"id": 21,
|
|
479
535
|
"name": "SkyPageHeaderComponent",
|
|
480
536
|
"kind": 128,
|
|
481
537
|
"kindString": "Class",
|
|
@@ -496,7 +552,7 @@
|
|
|
496
552
|
],
|
|
497
553
|
"children": [
|
|
498
554
|
{
|
|
499
|
-
"id":
|
|
555
|
+
"id": 25,
|
|
500
556
|
"name": "pageTitle",
|
|
501
557
|
"kind": 1024,
|
|
502
558
|
"kindString": "Property",
|
|
@@ -528,7 +584,7 @@
|
|
|
528
584
|
}
|
|
529
585
|
},
|
|
530
586
|
{
|
|
531
|
-
"id":
|
|
587
|
+
"id": 24,
|
|
532
588
|
"name": "parentLink",
|
|
533
589
|
"kind": 1024,
|
|
534
590
|
"kindString": "Property",
|
|
@@ -557,7 +613,7 @@
|
|
|
557
613
|
],
|
|
558
614
|
"type": {
|
|
559
615
|
"type": "reference",
|
|
560
|
-
"id":
|
|
616
|
+
"id": 53,
|
|
561
617
|
"name": "SkyPageLink"
|
|
562
618
|
}
|
|
563
619
|
}
|
|
@@ -567,15 +623,15 @@
|
|
|
567
623
|
"title": "Constructors",
|
|
568
624
|
"kind": 512,
|
|
569
625
|
"children": [
|
|
570
|
-
|
|
626
|
+
22
|
|
571
627
|
]
|
|
572
628
|
},
|
|
573
629
|
{
|
|
574
630
|
"title": "Properties",
|
|
575
631
|
"kind": 1024,
|
|
576
632
|
"children": [
|
|
577
|
-
|
|
578
|
-
|
|
633
|
+
25,
|
|
634
|
+
24
|
|
579
635
|
]
|
|
580
636
|
}
|
|
581
637
|
],
|
|
@@ -588,7 +644,7 @@
|
|
|
588
644
|
]
|
|
589
645
|
},
|
|
590
646
|
{
|
|
591
|
-
"id":
|
|
647
|
+
"id": 26,
|
|
592
648
|
"name": "SkyModalLinkListComponent",
|
|
593
649
|
"kind": 128,
|
|
594
650
|
"kindString": "Class",
|
|
@@ -609,7 +665,7 @@
|
|
|
609
665
|
],
|
|
610
666
|
"children": [
|
|
611
667
|
{
|
|
612
|
-
"id":
|
|
668
|
+
"id": 27,
|
|
613
669
|
"name": "constructor",
|
|
614
670
|
"kind": 512,
|
|
615
671
|
"kindString": "Constructor",
|
|
@@ -617,20 +673,20 @@
|
|
|
617
673
|
"sources": [
|
|
618
674
|
{
|
|
619
675
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
620
|
-
"line":
|
|
676
|
+
"line": 30,
|
|
621
677
|
"character": 2
|
|
622
678
|
}
|
|
623
679
|
],
|
|
624
680
|
"signatures": [
|
|
625
681
|
{
|
|
626
|
-
"id":
|
|
682
|
+
"id": 28,
|
|
627
683
|
"name": "SkyModalLinkListComponent",
|
|
628
684
|
"kind": 16384,
|
|
629
685
|
"kindString": "Constructor signature",
|
|
630
686
|
"flags": {},
|
|
631
687
|
"parameters": [
|
|
632
688
|
{
|
|
633
|
-
"id":
|
|
689
|
+
"id": 29,
|
|
634
690
|
"name": "modalService",
|
|
635
691
|
"kind": 32768,
|
|
636
692
|
"kindString": "Parameter",
|
|
@@ -643,15 +699,40 @@
|
|
|
643
699
|
],
|
|
644
700
|
"type": {
|
|
645
701
|
"type": "reference",
|
|
646
|
-
"id":
|
|
702
|
+
"id": 26,
|
|
647
703
|
"name": "SkyModalLinkListComponent"
|
|
648
704
|
}
|
|
649
705
|
}
|
|
650
706
|
]
|
|
651
707
|
},
|
|
652
708
|
{
|
|
653
|
-
"id":
|
|
654
|
-
"name": "
|
|
709
|
+
"id": 35,
|
|
710
|
+
"name": "linksArray",
|
|
711
|
+
"kind": 1024,
|
|
712
|
+
"kindString": "Property",
|
|
713
|
+
"flags": {
|
|
714
|
+
"isPublic": true
|
|
715
|
+
},
|
|
716
|
+
"sources": [
|
|
717
|
+
{
|
|
718
|
+
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
719
|
+
"line": 26,
|
|
720
|
+
"character": 9
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"type": {
|
|
724
|
+
"type": "array",
|
|
725
|
+
"elementType": {
|
|
726
|
+
"type": "reference",
|
|
727
|
+
"id": 63,
|
|
728
|
+
"name": "SkyPageModalLink"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"defaultValue": "[]"
|
|
732
|
+
},
|
|
733
|
+
{
|
|
734
|
+
"id": 34,
|
|
735
|
+
"name": "title",
|
|
655
736
|
"kind": 1024,
|
|
656
737
|
"kindString": "Property",
|
|
657
738
|
"flags": {
|
|
@@ -672,21 +753,20 @@
|
|
|
672
753
|
"sources": [
|
|
673
754
|
{
|
|
674
755
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
675
|
-
"line":
|
|
756
|
+
"line": 24,
|
|
676
757
|
"character": 9
|
|
677
758
|
}
|
|
678
759
|
],
|
|
679
760
|
"type": {
|
|
680
|
-
"type": "
|
|
681
|
-
"
|
|
682
|
-
"name": "SkyPageModalLinksInput"
|
|
761
|
+
"type": "intrinsic",
|
|
762
|
+
"name": "string"
|
|
683
763
|
}
|
|
684
764
|
},
|
|
685
765
|
{
|
|
686
|
-
"id":
|
|
687
|
-
"name": "
|
|
688
|
-
"kind":
|
|
689
|
-
"kindString": "
|
|
766
|
+
"id": 30,
|
|
767
|
+
"name": "links",
|
|
768
|
+
"kind": 262144,
|
|
769
|
+
"kindString": "Accessor",
|
|
690
770
|
"flags": {
|
|
691
771
|
"isPublic": true
|
|
692
772
|
},
|
|
@@ -705,17 +785,54 @@
|
|
|
705
785
|
"sources": [
|
|
706
786
|
{
|
|
707
787
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
708
|
-
"line":
|
|
709
|
-
"character":
|
|
788
|
+
"line": 14,
|
|
789
|
+
"character": 13
|
|
710
790
|
}
|
|
711
791
|
],
|
|
712
|
-
"
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
792
|
+
"getSignature": [
|
|
793
|
+
{
|
|
794
|
+
"id": 31,
|
|
795
|
+
"name": "links",
|
|
796
|
+
"kind": 524288,
|
|
797
|
+
"kindString": "Get signature",
|
|
798
|
+
"flags": {},
|
|
799
|
+
"type": {
|
|
800
|
+
"type": "reference",
|
|
801
|
+
"id": 76,
|
|
802
|
+
"name": "SkyPageModalLinksInput"
|
|
803
|
+
}
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"setSignature": [
|
|
807
|
+
{
|
|
808
|
+
"id": 32,
|
|
809
|
+
"name": "links",
|
|
810
|
+
"kind": 1048576,
|
|
811
|
+
"kindString": "Set signature",
|
|
812
|
+
"flags": {},
|
|
813
|
+
"parameters": [
|
|
814
|
+
{
|
|
815
|
+
"id": 33,
|
|
816
|
+
"name": "value",
|
|
817
|
+
"kind": 32768,
|
|
818
|
+
"kindString": "Parameter",
|
|
819
|
+
"flags": {},
|
|
820
|
+
"type": {
|
|
821
|
+
"type": "reference",
|
|
822
|
+
"id": 76,
|
|
823
|
+
"name": "SkyPageModalLinksInput"
|
|
824
|
+
}
|
|
825
|
+
}
|
|
826
|
+
],
|
|
827
|
+
"type": {
|
|
828
|
+
"type": "intrinsic",
|
|
829
|
+
"name": "void"
|
|
830
|
+
}
|
|
831
|
+
}
|
|
832
|
+
]
|
|
716
833
|
},
|
|
717
834
|
{
|
|
718
|
-
"id":
|
|
835
|
+
"id": 37,
|
|
719
836
|
"name": "openModal",
|
|
720
837
|
"kind": 2048,
|
|
721
838
|
"kindString": "Method",
|
|
@@ -725,27 +842,27 @@
|
|
|
725
842
|
"sources": [
|
|
726
843
|
{
|
|
727
844
|
"fileName": "projects/pages/src/modules/modal-link-list/modal-link-list.component.ts",
|
|
728
|
-
"line":
|
|
845
|
+
"line": 32,
|
|
729
846
|
"character": 9
|
|
730
847
|
}
|
|
731
848
|
],
|
|
732
849
|
"signatures": [
|
|
733
850
|
{
|
|
734
|
-
"id":
|
|
851
|
+
"id": 38,
|
|
735
852
|
"name": "openModal",
|
|
736
853
|
"kind": 4096,
|
|
737
854
|
"kindString": "Call signature",
|
|
738
855
|
"flags": {},
|
|
739
856
|
"parameters": [
|
|
740
857
|
{
|
|
741
|
-
"id":
|
|
858
|
+
"id": 39,
|
|
742
859
|
"name": "link",
|
|
743
860
|
"kind": 32768,
|
|
744
861
|
"kindString": "Parameter",
|
|
745
862
|
"flags": {},
|
|
746
863
|
"type": {
|
|
747
864
|
"type": "reference",
|
|
748
|
-
"id":
|
|
865
|
+
"id": 63,
|
|
749
866
|
"name": "SkyPageModalLink"
|
|
750
867
|
}
|
|
751
868
|
}
|
|
@@ -763,22 +880,29 @@
|
|
|
763
880
|
"title": "Constructors",
|
|
764
881
|
"kind": 512,
|
|
765
882
|
"children": [
|
|
766
|
-
|
|
883
|
+
27
|
|
767
884
|
]
|
|
768
885
|
},
|
|
769
886
|
{
|
|
770
887
|
"title": "Properties",
|
|
771
888
|
"kind": 1024,
|
|
772
889
|
"children": [
|
|
773
|
-
|
|
774
|
-
|
|
890
|
+
35,
|
|
891
|
+
34
|
|
892
|
+
]
|
|
893
|
+
},
|
|
894
|
+
{
|
|
895
|
+
"title": "Accessors",
|
|
896
|
+
"kind": 262144,
|
|
897
|
+
"children": [
|
|
898
|
+
30
|
|
775
899
|
]
|
|
776
900
|
},
|
|
777
901
|
{
|
|
778
902
|
"title": "Methods",
|
|
779
903
|
"kind": 2048,
|
|
780
904
|
"children": [
|
|
781
|
-
|
|
905
|
+
37
|
|
782
906
|
]
|
|
783
907
|
}
|
|
784
908
|
],
|
|
@@ -791,7 +915,7 @@
|
|
|
791
915
|
]
|
|
792
916
|
},
|
|
793
917
|
{
|
|
794
|
-
"id":
|
|
918
|
+
"id": 43,
|
|
795
919
|
"name": "SkyActionHubNeedsAttention",
|
|
796
920
|
"kind": 256,
|
|
797
921
|
"kindString": "Interface",
|
|
@@ -801,7 +925,7 @@
|
|
|
801
925
|
},
|
|
802
926
|
"children": [
|
|
803
927
|
{
|
|
804
|
-
"id":
|
|
928
|
+
"id": 45,
|
|
805
929
|
"name": "message",
|
|
806
930
|
"kind": 1024,
|
|
807
931
|
"kindString": "Property",
|
|
@@ -824,7 +948,7 @@
|
|
|
824
948
|
}
|
|
825
949
|
},
|
|
826
950
|
{
|
|
827
|
-
"id":
|
|
951
|
+
"id": 46,
|
|
828
952
|
"name": "permalink",
|
|
829
953
|
"kind": 1024,
|
|
830
954
|
"kindString": "Property",
|
|
@@ -842,14 +966,14 @@
|
|
|
842
966
|
"type": {
|
|
843
967
|
"type": "reflection",
|
|
844
968
|
"declaration": {
|
|
845
|
-
"id":
|
|
969
|
+
"id": 47,
|
|
846
970
|
"name": "__type",
|
|
847
971
|
"kind": 65536,
|
|
848
972
|
"kindString": "Type literal",
|
|
849
973
|
"flags": {},
|
|
850
974
|
"children": [
|
|
851
975
|
{
|
|
852
|
-
"id":
|
|
976
|
+
"id": 48,
|
|
853
977
|
"name": "route",
|
|
854
978
|
"kind": 1024,
|
|
855
979
|
"kindString": "Property",
|
|
@@ -866,14 +990,14 @@
|
|
|
866
990
|
"type": {
|
|
867
991
|
"type": "reflection",
|
|
868
992
|
"declaration": {
|
|
869
|
-
"id":
|
|
993
|
+
"id": 49,
|
|
870
994
|
"name": "__type",
|
|
871
995
|
"kind": 65536,
|
|
872
996
|
"kindString": "Type literal",
|
|
873
997
|
"flags": {},
|
|
874
998
|
"children": [
|
|
875
999
|
{
|
|
876
|
-
"id":
|
|
1000
|
+
"id": 50,
|
|
877
1001
|
"name": "commands",
|
|
878
1002
|
"kind": 1024,
|
|
879
1003
|
"kindString": "Property",
|
|
@@ -894,7 +1018,7 @@
|
|
|
894
1018
|
}
|
|
895
1019
|
},
|
|
896
1020
|
{
|
|
897
|
-
"id":
|
|
1021
|
+
"id": 51,
|
|
898
1022
|
"name": "extras",
|
|
899
1023
|
"kind": 1024,
|
|
900
1024
|
"kindString": "Property",
|
|
@@ -921,8 +1045,8 @@
|
|
|
921
1045
|
"title": "Properties",
|
|
922
1046
|
"kind": 1024,
|
|
923
1047
|
"children": [
|
|
924
|
-
|
|
925
|
-
|
|
1048
|
+
50,
|
|
1049
|
+
51
|
|
926
1050
|
]
|
|
927
1051
|
}
|
|
928
1052
|
]
|
|
@@ -930,7 +1054,7 @@
|
|
|
930
1054
|
}
|
|
931
1055
|
},
|
|
932
1056
|
{
|
|
933
|
-
"id":
|
|
1057
|
+
"id": 52,
|
|
934
1058
|
"name": "url",
|
|
935
1059
|
"kind": 1024,
|
|
936
1060
|
"kindString": "Property",
|
|
@@ -955,8 +1079,8 @@
|
|
|
955
1079
|
"title": "Properties",
|
|
956
1080
|
"kind": 1024,
|
|
957
1081
|
"children": [
|
|
958
|
-
|
|
959
|
-
|
|
1082
|
+
48,
|
|
1083
|
+
52
|
|
960
1084
|
]
|
|
961
1085
|
}
|
|
962
1086
|
]
|
|
@@ -964,7 +1088,7 @@
|
|
|
964
1088
|
}
|
|
965
1089
|
},
|
|
966
1090
|
{
|
|
967
|
-
"id":
|
|
1091
|
+
"id": 44,
|
|
968
1092
|
"name": "title",
|
|
969
1093
|
"kind": 1024,
|
|
970
1094
|
"kindString": "Property",
|
|
@@ -990,9 +1114,9 @@
|
|
|
990
1114
|
"title": "Properties",
|
|
991
1115
|
"kind": 1024,
|
|
992
1116
|
"children": [
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
1117
|
+
45,
|
|
1118
|
+
46,
|
|
1119
|
+
44
|
|
996
1120
|
]
|
|
997
1121
|
}
|
|
998
1122
|
],
|
|
@@ -1005,7 +1129,7 @@
|
|
|
1005
1129
|
]
|
|
1006
1130
|
},
|
|
1007
1131
|
{
|
|
1008
|
-
"id":
|
|
1132
|
+
"id": 53,
|
|
1009
1133
|
"name": "SkyPageLink",
|
|
1010
1134
|
"kind": 256,
|
|
1011
1135
|
"kindString": "Interface",
|
|
@@ -1015,7 +1139,7 @@
|
|
|
1015
1139
|
},
|
|
1016
1140
|
"children": [
|
|
1017
1141
|
{
|
|
1018
|
-
"id":
|
|
1142
|
+
"id": 61,
|
|
1019
1143
|
"name": "label",
|
|
1020
1144
|
"kind": 1024,
|
|
1021
1145
|
"kindString": "Property",
|
|
@@ -1040,7 +1164,7 @@
|
|
|
1040
1164
|
}
|
|
1041
1165
|
},
|
|
1042
1166
|
{
|
|
1043
|
-
"id":
|
|
1167
|
+
"id": 54,
|
|
1044
1168
|
"name": "permalink",
|
|
1045
1169
|
"kind": 1024,
|
|
1046
1170
|
"kindString": "Property",
|
|
@@ -1058,14 +1182,14 @@
|
|
|
1058
1182
|
"type": {
|
|
1059
1183
|
"type": "reflection",
|
|
1060
1184
|
"declaration": {
|
|
1061
|
-
"id":
|
|
1185
|
+
"id": 55,
|
|
1062
1186
|
"name": "__type",
|
|
1063
1187
|
"kind": 65536,
|
|
1064
1188
|
"kindString": "Type literal",
|
|
1065
1189
|
"flags": {},
|
|
1066
1190
|
"children": [
|
|
1067
1191
|
{
|
|
1068
|
-
"id":
|
|
1192
|
+
"id": 56,
|
|
1069
1193
|
"name": "route",
|
|
1070
1194
|
"kind": 1024,
|
|
1071
1195
|
"kindString": "Property",
|
|
@@ -1082,14 +1206,14 @@
|
|
|
1082
1206
|
"type": {
|
|
1083
1207
|
"type": "reflection",
|
|
1084
1208
|
"declaration": {
|
|
1085
|
-
"id":
|
|
1209
|
+
"id": 57,
|
|
1086
1210
|
"name": "__type",
|
|
1087
1211
|
"kind": 65536,
|
|
1088
1212
|
"kindString": "Type literal",
|
|
1089
1213
|
"flags": {},
|
|
1090
1214
|
"children": [
|
|
1091
1215
|
{
|
|
1092
|
-
"id":
|
|
1216
|
+
"id": 58,
|
|
1093
1217
|
"name": "commands",
|
|
1094
1218
|
"kind": 1024,
|
|
1095
1219
|
"kindString": "Property",
|
|
@@ -1110,7 +1234,7 @@
|
|
|
1110
1234
|
}
|
|
1111
1235
|
},
|
|
1112
1236
|
{
|
|
1113
|
-
"id":
|
|
1237
|
+
"id": 59,
|
|
1114
1238
|
"name": "extras",
|
|
1115
1239
|
"kind": 1024,
|
|
1116
1240
|
"kindString": "Property",
|
|
@@ -1137,8 +1261,8 @@
|
|
|
1137
1261
|
"title": "Properties",
|
|
1138
1262
|
"kind": 1024,
|
|
1139
1263
|
"children": [
|
|
1140
|
-
|
|
1141
|
-
|
|
1264
|
+
58,
|
|
1265
|
+
59
|
|
1142
1266
|
]
|
|
1143
1267
|
}
|
|
1144
1268
|
]
|
|
@@ -1146,7 +1270,7 @@
|
|
|
1146
1270
|
}
|
|
1147
1271
|
},
|
|
1148
1272
|
{
|
|
1149
|
-
"id":
|
|
1273
|
+
"id": 60,
|
|
1150
1274
|
"name": "url",
|
|
1151
1275
|
"kind": 1024,
|
|
1152
1276
|
"kindString": "Property",
|
|
@@ -1171,8 +1295,8 @@
|
|
|
1171
1295
|
"title": "Properties",
|
|
1172
1296
|
"kind": 1024,
|
|
1173
1297
|
"children": [
|
|
1174
|
-
|
|
1175
|
-
|
|
1298
|
+
56,
|
|
1299
|
+
60
|
|
1176
1300
|
]
|
|
1177
1301
|
}
|
|
1178
1302
|
]
|
|
@@ -1185,8 +1309,8 @@
|
|
|
1185
1309
|
"title": "Properties",
|
|
1186
1310
|
"kind": 1024,
|
|
1187
1311
|
"children": [
|
|
1188
|
-
|
|
1189
|
-
|
|
1312
|
+
61,
|
|
1313
|
+
54
|
|
1190
1314
|
]
|
|
1191
1315
|
}
|
|
1192
1316
|
],
|
|
@@ -1206,13 +1330,13 @@
|
|
|
1206
1330
|
"extendedBy": [
|
|
1207
1331
|
{
|
|
1208
1332
|
"type": "reference",
|
|
1209
|
-
"id":
|
|
1333
|
+
"id": 77,
|
|
1210
1334
|
"name": "SkyRecentLink"
|
|
1211
1335
|
}
|
|
1212
1336
|
]
|
|
1213
1337
|
},
|
|
1214
1338
|
{
|
|
1215
|
-
"id":
|
|
1339
|
+
"id": 63,
|
|
1216
1340
|
"name": "SkyPageModalLink",
|
|
1217
1341
|
"kind": 256,
|
|
1218
1342
|
"kindString": "Interface",
|
|
@@ -1222,7 +1346,7 @@
|
|
|
1222
1346
|
},
|
|
1223
1347
|
"children": [
|
|
1224
1348
|
{
|
|
1225
|
-
"id":
|
|
1349
|
+
"id": 75,
|
|
1226
1350
|
"name": "label",
|
|
1227
1351
|
"kind": 1024,
|
|
1228
1352
|
"kindString": "Property",
|
|
@@ -1247,7 +1371,7 @@
|
|
|
1247
1371
|
}
|
|
1248
1372
|
},
|
|
1249
1373
|
{
|
|
1250
|
-
"id":
|
|
1374
|
+
"id": 71,
|
|
1251
1375
|
"name": "modal",
|
|
1252
1376
|
"kind": 1024,
|
|
1253
1377
|
"kindString": "Property",
|
|
@@ -1267,14 +1391,14 @@
|
|
|
1267
1391
|
"type": {
|
|
1268
1392
|
"type": "reflection",
|
|
1269
1393
|
"declaration": {
|
|
1270
|
-
"id":
|
|
1394
|
+
"id": 72,
|
|
1271
1395
|
"name": "__type",
|
|
1272
1396
|
"kind": 65536,
|
|
1273
1397
|
"kindString": "Type literal",
|
|
1274
1398
|
"flags": {},
|
|
1275
1399
|
"children": [
|
|
1276
1400
|
{
|
|
1277
|
-
"id":
|
|
1401
|
+
"id": 73,
|
|
1278
1402
|
"name": "component",
|
|
1279
1403
|
"kind": 1024,
|
|
1280
1404
|
"kindString": "Property",
|
|
@@ -1292,7 +1416,7 @@
|
|
|
1292
1416
|
}
|
|
1293
1417
|
},
|
|
1294
1418
|
{
|
|
1295
|
-
"id":
|
|
1419
|
+
"id": 74,
|
|
1296
1420
|
"name": "config",
|
|
1297
1421
|
"kind": 1024,
|
|
1298
1422
|
"kindString": "Property",
|
|
@@ -1317,8 +1441,8 @@
|
|
|
1317
1441
|
"title": "Properties",
|
|
1318
1442
|
"kind": 1024,
|
|
1319
1443
|
"children": [
|
|
1320
|
-
|
|
1321
|
-
|
|
1444
|
+
73,
|
|
1445
|
+
74
|
|
1322
1446
|
]
|
|
1323
1447
|
}
|
|
1324
1448
|
]
|
|
@@ -1326,7 +1450,7 @@
|
|
|
1326
1450
|
}
|
|
1327
1451
|
},
|
|
1328
1452
|
{
|
|
1329
|
-
"id":
|
|
1453
|
+
"id": 64,
|
|
1330
1454
|
"name": "permalink",
|
|
1331
1455
|
"kind": 1024,
|
|
1332
1456
|
"kindString": "Property",
|
|
@@ -1346,14 +1470,14 @@
|
|
|
1346
1470
|
"type": {
|
|
1347
1471
|
"type": "reflection",
|
|
1348
1472
|
"declaration": {
|
|
1349
|
-
"id":
|
|
1473
|
+
"id": 65,
|
|
1350
1474
|
"name": "__type",
|
|
1351
1475
|
"kind": 65536,
|
|
1352
1476
|
"kindString": "Type literal",
|
|
1353
1477
|
"flags": {},
|
|
1354
1478
|
"children": [
|
|
1355
1479
|
{
|
|
1356
|
-
"id":
|
|
1480
|
+
"id": 66,
|
|
1357
1481
|
"name": "route",
|
|
1358
1482
|
"kind": 1024,
|
|
1359
1483
|
"kindString": "Property",
|
|
@@ -1370,14 +1494,14 @@
|
|
|
1370
1494
|
"type": {
|
|
1371
1495
|
"type": "reflection",
|
|
1372
1496
|
"declaration": {
|
|
1373
|
-
"id":
|
|
1497
|
+
"id": 67,
|
|
1374
1498
|
"name": "__type",
|
|
1375
1499
|
"kind": 65536,
|
|
1376
1500
|
"kindString": "Type literal",
|
|
1377
1501
|
"flags": {},
|
|
1378
1502
|
"children": [
|
|
1379
1503
|
{
|
|
1380
|
-
"id":
|
|
1504
|
+
"id": 68,
|
|
1381
1505
|
"name": "commands",
|
|
1382
1506
|
"kind": 1024,
|
|
1383
1507
|
"kindString": "Property",
|
|
@@ -1398,7 +1522,7 @@
|
|
|
1398
1522
|
}
|
|
1399
1523
|
},
|
|
1400
1524
|
{
|
|
1401
|
-
"id":
|
|
1525
|
+
"id": 69,
|
|
1402
1526
|
"name": "extras",
|
|
1403
1527
|
"kind": 1024,
|
|
1404
1528
|
"kindString": "Property",
|
|
@@ -1425,8 +1549,8 @@
|
|
|
1425
1549
|
"title": "Properties",
|
|
1426
1550
|
"kind": 1024,
|
|
1427
1551
|
"children": [
|
|
1428
|
-
|
|
1429
|
-
|
|
1552
|
+
68,
|
|
1553
|
+
69
|
|
1430
1554
|
]
|
|
1431
1555
|
}
|
|
1432
1556
|
]
|
|
@@ -1434,7 +1558,7 @@
|
|
|
1434
1558
|
}
|
|
1435
1559
|
},
|
|
1436
1560
|
{
|
|
1437
|
-
"id":
|
|
1561
|
+
"id": 70,
|
|
1438
1562
|
"name": "url",
|
|
1439
1563
|
"kind": 1024,
|
|
1440
1564
|
"kindString": "Property",
|
|
@@ -1459,8 +1583,8 @@
|
|
|
1459
1583
|
"title": "Properties",
|
|
1460
1584
|
"kind": 1024,
|
|
1461
1585
|
"children": [
|
|
1462
|
-
|
|
1463
|
-
|
|
1586
|
+
66,
|
|
1587
|
+
70
|
|
1464
1588
|
]
|
|
1465
1589
|
}
|
|
1466
1590
|
]
|
|
@@ -1473,9 +1597,9 @@
|
|
|
1473
1597
|
"title": "Properties",
|
|
1474
1598
|
"kind": 1024,
|
|
1475
1599
|
"children": [
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1600
|
+
75,
|
|
1601
|
+
71,
|
|
1602
|
+
64
|
|
1479
1603
|
]
|
|
1480
1604
|
}
|
|
1481
1605
|
],
|
|
@@ -1494,7 +1618,7 @@
|
|
|
1494
1618
|
]
|
|
1495
1619
|
},
|
|
1496
1620
|
{
|
|
1497
|
-
"id":
|
|
1621
|
+
"id": 77,
|
|
1498
1622
|
"name": "SkyRecentLink",
|
|
1499
1623
|
"kind": 256,
|
|
1500
1624
|
"kindString": "Interface",
|
|
@@ -1510,7 +1634,7 @@
|
|
|
1510
1634
|
},
|
|
1511
1635
|
"children": [
|
|
1512
1636
|
{
|
|
1513
|
-
"id":
|
|
1637
|
+
"id": 86,
|
|
1514
1638
|
"name": "label",
|
|
1515
1639
|
"kind": 1024,
|
|
1516
1640
|
"kindString": "Property",
|
|
@@ -1531,12 +1655,12 @@
|
|
|
1531
1655
|
},
|
|
1532
1656
|
"inheritedFrom": {
|
|
1533
1657
|
"type": "reference",
|
|
1534
|
-
"id":
|
|
1658
|
+
"id": 61,
|
|
1535
1659
|
"name": "SkyPageLink.label"
|
|
1536
1660
|
}
|
|
1537
1661
|
},
|
|
1538
1662
|
{
|
|
1539
|
-
"id":
|
|
1663
|
+
"id": 78,
|
|
1540
1664
|
"name": "lastAccessed",
|
|
1541
1665
|
"kind": 1024,
|
|
1542
1666
|
"kindString": "Property",
|
|
@@ -1565,7 +1689,7 @@
|
|
|
1565
1689
|
}
|
|
1566
1690
|
},
|
|
1567
1691
|
{
|
|
1568
|
-
"id":
|
|
1692
|
+
"id": 79,
|
|
1569
1693
|
"name": "permalink",
|
|
1570
1694
|
"kind": 1024,
|
|
1571
1695
|
"kindString": "Property",
|
|
@@ -1583,14 +1707,14 @@
|
|
|
1583
1707
|
"type": {
|
|
1584
1708
|
"type": "reflection",
|
|
1585
1709
|
"declaration": {
|
|
1586
|
-
"id":
|
|
1710
|
+
"id": 80,
|
|
1587
1711
|
"name": "__type",
|
|
1588
1712
|
"kind": 65536,
|
|
1589
1713
|
"kindString": "Type literal",
|
|
1590
1714
|
"flags": {},
|
|
1591
1715
|
"children": [
|
|
1592
1716
|
{
|
|
1593
|
-
"id":
|
|
1717
|
+
"id": 81,
|
|
1594
1718
|
"name": "route",
|
|
1595
1719
|
"kind": 1024,
|
|
1596
1720
|
"kindString": "Property",
|
|
@@ -1607,14 +1731,14 @@
|
|
|
1607
1731
|
"type": {
|
|
1608
1732
|
"type": "reflection",
|
|
1609
1733
|
"declaration": {
|
|
1610
|
-
"id":
|
|
1734
|
+
"id": 82,
|
|
1611
1735
|
"name": "__type",
|
|
1612
1736
|
"kind": 65536,
|
|
1613
1737
|
"kindString": "Type literal",
|
|
1614
1738
|
"flags": {},
|
|
1615
1739
|
"children": [
|
|
1616
1740
|
{
|
|
1617
|
-
"id":
|
|
1741
|
+
"id": 83,
|
|
1618
1742
|
"name": "commands",
|
|
1619
1743
|
"kind": 1024,
|
|
1620
1744
|
"kindString": "Property",
|
|
@@ -1635,7 +1759,7 @@
|
|
|
1635
1759
|
}
|
|
1636
1760
|
},
|
|
1637
1761
|
{
|
|
1638
|
-
"id":
|
|
1762
|
+
"id": 84,
|
|
1639
1763
|
"name": "extras",
|
|
1640
1764
|
"kind": 1024,
|
|
1641
1765
|
"kindString": "Property",
|
|
@@ -1662,8 +1786,8 @@
|
|
|
1662
1786
|
"title": "Properties",
|
|
1663
1787
|
"kind": 1024,
|
|
1664
1788
|
"children": [
|
|
1665
|
-
|
|
1666
|
-
|
|
1789
|
+
83,
|
|
1790
|
+
84
|
|
1667
1791
|
]
|
|
1668
1792
|
}
|
|
1669
1793
|
]
|
|
@@ -1671,7 +1795,7 @@
|
|
|
1671
1795
|
}
|
|
1672
1796
|
},
|
|
1673
1797
|
{
|
|
1674
|
-
"id":
|
|
1798
|
+
"id": 85,
|
|
1675
1799
|
"name": "url",
|
|
1676
1800
|
"kind": 1024,
|
|
1677
1801
|
"kindString": "Property",
|
|
@@ -1696,8 +1820,8 @@
|
|
|
1696
1820
|
"title": "Properties",
|
|
1697
1821
|
"kind": 1024,
|
|
1698
1822
|
"children": [
|
|
1699
|
-
|
|
1700
|
-
|
|
1823
|
+
81,
|
|
1824
|
+
85
|
|
1701
1825
|
]
|
|
1702
1826
|
}
|
|
1703
1827
|
]
|
|
@@ -1705,7 +1829,7 @@
|
|
|
1705
1829
|
},
|
|
1706
1830
|
"inheritedFrom": {
|
|
1707
1831
|
"type": "reference",
|
|
1708
|
-
"id":
|
|
1832
|
+
"id": 54,
|
|
1709
1833
|
"name": "SkyPageLink.permalink"
|
|
1710
1834
|
}
|
|
1711
1835
|
}
|
|
@@ -1715,9 +1839,9 @@
|
|
|
1715
1839
|
"title": "Properties",
|
|
1716
1840
|
"kind": 1024,
|
|
1717
1841
|
"children": [
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1842
|
+
86,
|
|
1843
|
+
78,
|
|
1844
|
+
79
|
|
1721
1845
|
]
|
|
1722
1846
|
}
|
|
1723
1847
|
],
|
|
@@ -1731,13 +1855,13 @@
|
|
|
1731
1855
|
"extendedTypes": [
|
|
1732
1856
|
{
|
|
1733
1857
|
"type": "reference",
|
|
1734
|
-
"id":
|
|
1858
|
+
"id": 53,
|
|
1735
1859
|
"name": "SkyPageLink"
|
|
1736
1860
|
}
|
|
1737
1861
|
]
|
|
1738
1862
|
},
|
|
1739
1863
|
{
|
|
1740
|
-
"id":
|
|
1864
|
+
"id": 62,
|
|
1741
1865
|
"name": "SkyPageLinksInput",
|
|
1742
1866
|
"kind": 4194304,
|
|
1743
1867
|
"kindString": "Type alias",
|
|
@@ -1756,7 +1880,7 @@
|
|
|
1756
1880
|
"type": "array",
|
|
1757
1881
|
"elementType": {
|
|
1758
1882
|
"type": "reference",
|
|
1759
|
-
"id":
|
|
1883
|
+
"id": 53,
|
|
1760
1884
|
"name": "SkyPageLink"
|
|
1761
1885
|
}
|
|
1762
1886
|
},
|
|
@@ -1772,7 +1896,7 @@
|
|
|
1772
1896
|
}
|
|
1773
1897
|
},
|
|
1774
1898
|
{
|
|
1775
|
-
"id":
|
|
1899
|
+
"id": 76,
|
|
1776
1900
|
"name": "SkyPageModalLinksInput",
|
|
1777
1901
|
"kind": 4194304,
|
|
1778
1902
|
"kindString": "Type alias",
|
|
@@ -1791,7 +1915,7 @@
|
|
|
1791
1915
|
"type": "array",
|
|
1792
1916
|
"elementType": {
|
|
1793
1917
|
"type": "reference",
|
|
1794
|
-
"id":
|
|
1918
|
+
"id": 63,
|
|
1795
1919
|
"name": "SkyPageModalLink"
|
|
1796
1920
|
}
|
|
1797
1921
|
},
|
|
@@ -1807,7 +1931,7 @@
|
|
|
1807
1931
|
}
|
|
1808
1932
|
},
|
|
1809
1933
|
{
|
|
1810
|
-
"id":
|
|
1934
|
+
"id": 87,
|
|
1811
1935
|
"name": "SkyRecentLinksInput",
|
|
1812
1936
|
"kind": 4194304,
|
|
1813
1937
|
"kindString": "Type alias",
|
|
@@ -1829,7 +1953,7 @@
|
|
|
1829
1953
|
"type": "array",
|
|
1830
1954
|
"elementType": {
|
|
1831
1955
|
"type": "reference",
|
|
1832
|
-
"id":
|
|
1956
|
+
"id": 77,
|
|
1833
1957
|
"name": "SkyRecentLink"
|
|
1834
1958
|
}
|
|
1835
1959
|
},
|
|
@@ -1854,32 +1978,32 @@
|
|
|
1854
1978
|
"title": "Classes",
|
|
1855
1979
|
"kind": 128,
|
|
1856
1980
|
"children": [
|
|
1857
|
-
|
|
1858
|
-
|
|
1981
|
+
40,
|
|
1982
|
+
88,
|
|
1859
1983
|
1,
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1984
|
+
15,
|
|
1985
|
+
18,
|
|
1986
|
+
21,
|
|
1987
|
+
26
|
|
1864
1988
|
]
|
|
1865
1989
|
},
|
|
1866
1990
|
{
|
|
1867
1991
|
"title": "Interfaces",
|
|
1868
1992
|
"kind": 256,
|
|
1869
1993
|
"children": [
|
|
1870
|
-
33,
|
|
1871
1994
|
43,
|
|
1872
1995
|
53,
|
|
1873
|
-
|
|
1996
|
+
63,
|
|
1997
|
+
77
|
|
1874
1998
|
]
|
|
1875
1999
|
},
|
|
1876
2000
|
{
|
|
1877
2001
|
"title": "Type aliases",
|
|
1878
2002
|
"kind": 4194304,
|
|
1879
2003
|
"children": [
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
2004
|
+
62,
|
|
2005
|
+
76,
|
|
2006
|
+
87
|
|
1883
2007
|
]
|
|
1884
2008
|
}
|
|
1885
2009
|
],
|