@skyux/indicators 5.2.0 → 5.3.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.
@@ -3,6 +3,7 @@
3
3
  "SkyTokensMessageType": "enumeration-skytokensmessagetype",
4
4
  "SkyAlertModule": "class-skyalertmodule",
5
5
  "SkyChevronModule": "class-skychevronmodule",
6
+ "SkyExpansionIndicatorModule": "class-skyexpansionindicatormodule",
6
7
  "SkyHelpInlineModule": "class-skyhelpinlinemodule",
7
8
  "SkyIconModule": "class-skyiconmodule",
8
9
  "SkyKeyInfoModule": "class-skykeyinfomodule",
@@ -18,7 +19,6 @@
18
19
  "SkyTokenComponent": "class-skytokencomponent",
19
20
  "SkyTokensComponent": "class-skytokenscomponent",
20
21
  "SkyWaitComponent": "class-skywaitcomponent",
21
- "SkyChevronComponent": "class-skychevroncomponent",
22
22
  "SkyHelpInlineComponent": "class-skyhelpinlinecomponent",
23
23
  "SkyIconComponent": "class-skyiconcomponent",
24
24
  "SkyIconStackComponent": "class-skyiconstackcomponent",
@@ -43,14 +43,14 @@
43
43
  "originalName": "",
44
44
  "children": [
45
45
  {
46
- "id": 335,
46
+ "id": 346,
47
47
  "name": "SkyTokensMessageType",
48
48
  "kind": 8,
49
49
  "kindString": "Enumeration",
50
50
  "flags": {},
51
51
  "children": [
52
52
  {
53
- "id": 337,
53
+ "id": 348,
54
54
  "name": "FocusActiveToken",
55
55
  "kind": 16,
56
56
  "kindString": "Enumeration member",
@@ -68,7 +68,7 @@
68
68
  "defaultValue": "1"
69
69
  },
70
70
  {
71
- "id": 336,
71
+ "id": 347,
72
72
  "name": "FocusLastToken",
73
73
  "kind": 16,
74
74
  "kindString": "Enumeration member",
@@ -86,7 +86,7 @@
86
86
  "defaultValue": "0"
87
87
  },
88
88
  {
89
- "id": 339,
89
+ "id": 350,
90
90
  "name": "FocusNextToken",
91
91
  "kind": 16,
92
92
  "kindString": "Enumeration member",
@@ -104,7 +104,7 @@
104
104
  "defaultValue": "3"
105
105
  },
106
106
  {
107
- "id": 338,
107
+ "id": 349,
108
108
  "name": "FocusPreviousToken",
109
109
  "kind": 16,
110
110
  "kindString": "Enumeration member",
@@ -122,7 +122,7 @@
122
122
  "defaultValue": "2"
123
123
  },
124
124
  {
125
- "id": 340,
125
+ "id": 351,
126
126
  "name": "RemoveActiveToken",
127
127
  "kind": 16,
128
128
  "kindString": "Enumeration member",
@@ -145,11 +145,11 @@
145
145
  "title": "Enumeration members",
146
146
  "kind": 16,
147
147
  "children": [
148
- 337,
149
- 336,
150
- 339,
151
- 338,
152
- 340
148
+ 348,
149
+ 347,
150
+ 350,
151
+ 349,
152
+ 351
153
153
  ]
154
154
  }
155
155
  ],
@@ -162,7 +162,7 @@
162
162
  ]
163
163
  },
164
164
  {
165
- "id": 296,
165
+ "id": 304,
166
166
  "name": "SkyAlertModule",
167
167
  "kind": 128,
168
168
  "kindString": "Class",
@@ -181,21 +181,21 @@
181
181
  ],
182
182
  "children": [
183
183
  {
184
- "id": 297,
184
+ "id": 305,
185
185
  "name": "constructor",
186
186
  "kind": 512,
187
187
  "kindString": "Constructor",
188
188
  "flags": {},
189
189
  "signatures": [
190
190
  {
191
- "id": 298,
191
+ "id": 306,
192
192
  "name": "new SkyAlertModule",
193
193
  "kind": 16384,
194
194
  "kindString": "Constructor signature",
195
195
  "flags": {},
196
196
  "type": {
197
197
  "type": "reference",
198
- "id": 296,
198
+ "id": 304,
199
199
  "name": "SkyAlertModule"
200
200
  }
201
201
  }
@@ -207,7 +207,7 @@
207
207
  "title": "Constructors",
208
208
  "kind": 512,
209
209
  "children": [
210
- 297
210
+ 305
211
211
  ]
212
212
  }
213
213
  ],
@@ -220,7 +220,7 @@
220
220
  ]
221
221
  },
222
222
  {
223
- "id": 299,
223
+ "id": 307,
224
224
  "name": "SkyChevronModule",
225
225
  "kind": 128,
226
226
  "kindString": "Class",
@@ -233,27 +233,27 @@
233
233
  "name": "NgModule"
234
234
  },
235
235
  "arguments": {
236
- "obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyChevronComponent],\n}"
236
+ "obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n SkyExpansionIndicatorModule,\n ],\n exports: [SkyChevronComponent],\n}"
237
237
  }
238
238
  }
239
239
  ],
240
240
  "children": [
241
241
  {
242
- "id": 300,
242
+ "id": 308,
243
243
  "name": "constructor",
244
244
  "kind": 512,
245
245
  "kindString": "Constructor",
246
246
  "flags": {},
247
247
  "signatures": [
248
248
  {
249
- "id": 301,
249
+ "id": 309,
250
250
  "name": "new SkyChevronModule",
251
251
  "kind": 16384,
252
252
  "kindString": "Constructor signature",
253
253
  "flags": {},
254
254
  "type": {
255
255
  "type": "reference",
256
- "id": 299,
256
+ "id": 307,
257
257
  "name": "SkyChevronModule"
258
258
  }
259
259
  }
@@ -265,20 +265,78 @@
265
265
  "title": "Constructors",
266
266
  "kind": 512,
267
267
  "children": [
268
- 300
268
+ 308
269
269
  ]
270
270
  }
271
271
  ],
272
272
  "sources": [
273
273
  {
274
274
  "fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
275
- "line": 23,
275
+ "line": 25,
276
+ "character": 13
277
+ }
278
+ ]
279
+ },
280
+ {
281
+ "id": 310,
282
+ "name": "SkyExpansionIndicatorModule",
283
+ "kind": 128,
284
+ "kindString": "Class",
285
+ "flags": {},
286
+ "decorators": [
287
+ {
288
+ "name": "NgModule",
289
+ "type": {
290
+ "type": "reference",
291
+ "name": "NgModule"
292
+ },
293
+ "arguments": {
294
+ "obj": "{\n declarations: [SkyExpansionIndicatorComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyExpansionIndicatorComponent],\n}"
295
+ }
296
+ }
297
+ ],
298
+ "children": [
299
+ {
300
+ "id": 311,
301
+ "name": "constructor",
302
+ "kind": 512,
303
+ "kindString": "Constructor",
304
+ "flags": {},
305
+ "signatures": [
306
+ {
307
+ "id": 312,
308
+ "name": "new SkyExpansionIndicatorModule",
309
+ "kind": 16384,
310
+ "kindString": "Constructor signature",
311
+ "flags": {},
312
+ "type": {
313
+ "type": "reference",
314
+ "id": 310,
315
+ "name": "SkyExpansionIndicatorModule"
316
+ }
317
+ }
318
+ ]
319
+ }
320
+ ],
321
+ "groups": [
322
+ {
323
+ "title": "Constructors",
324
+ "kind": 512,
325
+ "children": [
326
+ 311
327
+ ]
328
+ }
329
+ ],
330
+ "sources": [
331
+ {
332
+ "fileName": "projects/indicators/src/modules/expansion-indicator/expansion-indicator.module.ts",
333
+ "line": 13,
276
334
  "character": 13
277
335
  }
278
336
  ]
279
337
  },
280
338
  {
281
- "id": 302,
339
+ "id": 313,
282
340
  "name": "SkyHelpInlineModule",
283
341
  "kind": 128,
284
342
  "kindString": "Class",
@@ -297,21 +355,21 @@
297
355
  ],
298
356
  "children": [
299
357
  {
300
- "id": 303,
358
+ "id": 314,
301
359
  "name": "constructor",
302
360
  "kind": 512,
303
361
  "kindString": "Constructor",
304
362
  "flags": {},
305
363
  "signatures": [
306
364
  {
307
- "id": 304,
365
+ "id": 315,
308
366
  "name": "new SkyHelpInlineModule",
309
367
  "kind": 16384,
310
368
  "kindString": "Constructor signature",
311
369
  "flags": {},
312
370
  "type": {
313
371
  "type": "reference",
314
- "id": 302,
372
+ "id": 313,
315
373
  "name": "SkyHelpInlineModule"
316
374
  }
317
375
  }
@@ -323,7 +381,7 @@
323
381
  "title": "Constructors",
324
382
  "kind": 512,
325
383
  "children": [
326
- 303
384
+ 314
327
385
  ]
328
386
  }
329
387
  ],
@@ -336,7 +394,7 @@
336
394
  ]
337
395
  },
338
396
  {
339
- "id": 308,
397
+ "id": 319,
340
398
  "name": "SkyIconModule",
341
399
  "kind": 128,
342
400
  "kindString": "Class",
@@ -355,21 +413,21 @@
355
413
  ],
356
414
  "children": [
357
415
  {
358
- "id": 309,
416
+ "id": 320,
359
417
  "name": "constructor",
360
418
  "kind": 512,
361
419
  "kindString": "Constructor",
362
420
  "flags": {},
363
421
  "signatures": [
364
422
  {
365
- "id": 310,
423
+ "id": 321,
366
424
  "name": "new SkyIconModule",
367
425
  "kind": 16384,
368
426
  "kindString": "Constructor signature",
369
427
  "flags": {},
370
428
  "type": {
371
429
  "type": "reference",
372
- "id": 308,
430
+ "id": 319,
373
431
  "name": "SkyIconModule"
374
432
  }
375
433
  }
@@ -381,7 +439,7 @@
381
439
  "title": "Constructors",
382
440
  "kind": 512,
383
441
  "children": [
384
- 309
442
+ 320
385
443
  ]
386
444
  }
387
445
  ],
@@ -394,7 +452,7 @@
394
452
  ]
395
453
  },
396
454
  {
397
- "id": 313,
455
+ "id": 324,
398
456
  "name": "SkyKeyInfoModule",
399
457
  "kind": 128,
400
458
  "kindString": "Class",
@@ -413,21 +471,21 @@
413
471
  ],
414
472
  "children": [
415
473
  {
416
- "id": 314,
474
+ "id": 325,
417
475
  "name": "constructor",
418
476
  "kind": 512,
419
477
  "kindString": "Constructor",
420
478
  "flags": {},
421
479
  "signatures": [
422
480
  {
423
- "id": 315,
481
+ "id": 326,
424
482
  "name": "new SkyKeyInfoModule",
425
483
  "kind": 16384,
426
484
  "kindString": "Constructor signature",
427
485
  "flags": {},
428
486
  "type": {
429
487
  "type": "reference",
430
- "id": 313,
488
+ "id": 324,
431
489
  "name": "SkyKeyInfoModule"
432
490
  }
433
491
  }
@@ -439,7 +497,7 @@
439
497
  "title": "Constructors",
440
498
  "kind": 512,
441
499
  "children": [
442
- 314
500
+ 325
443
501
  ]
444
502
  }
445
503
  ],
@@ -452,7 +510,7 @@
452
510
  ]
453
511
  },
454
512
  {
455
- "id": 317,
513
+ "id": 328,
456
514
  "name": "SkyLabelModule",
457
515
  "kind": 128,
458
516
  "kindString": "Class",
@@ -471,21 +529,21 @@
471
529
  ],
472
530
  "children": [
473
531
  {
474
- "id": 318,
532
+ "id": 329,
475
533
  "name": "constructor",
476
534
  "kind": 512,
477
535
  "kindString": "Constructor",
478
536
  "flags": {},
479
537
  "signatures": [
480
538
  {
481
- "id": 319,
539
+ "id": 330,
482
540
  "name": "new SkyLabelModule",
483
541
  "kind": 16384,
484
542
  "kindString": "Constructor signature",
485
543
  "flags": {},
486
544
  "type": {
487
545
  "type": "reference",
488
- "id": 317,
546
+ "id": 328,
489
547
  "name": "SkyLabelModule"
490
548
  }
491
549
  }
@@ -497,7 +555,7 @@
497
555
  "title": "Constructors",
498
556
  "kind": 512,
499
557
  "children": [
500
- 318
558
+ 329
501
559
  ]
502
560
  }
503
561
  ],
@@ -510,7 +568,7 @@
510
568
  ]
511
569
  },
512
570
  {
513
- "id": 320,
571
+ "id": 331,
514
572
  "name": "SkyStatusIndicatorModule",
515
573
  "kind": 128,
516
574
  "kindString": "Class",
@@ -529,21 +587,21 @@
529
587
  ],
530
588
  "children": [
531
589
  {
532
- "id": 321,
590
+ "id": 332,
533
591
  "name": "constructor",
534
592
  "kind": 512,
535
593
  "kindString": "Constructor",
536
594
  "flags": {},
537
595
  "signatures": [
538
596
  {
539
- "id": 322,
597
+ "id": 333,
540
598
  "name": "new SkyStatusIndicatorModule",
541
599
  "kind": 16384,
542
600
  "kindString": "Constructor signature",
543
601
  "flags": {},
544
602
  "type": {
545
603
  "type": "reference",
546
- "id": 320,
604
+ "id": 331,
547
605
  "name": "SkyStatusIndicatorModule"
548
606
  }
549
607
  }
@@ -555,7 +613,7 @@
555
613
  "title": "Constructors",
556
614
  "kind": 512,
557
615
  "children": [
558
- 321
616
+ 332
559
617
  ]
560
618
  }
561
619
  ],
@@ -568,7 +626,7 @@
568
626
  ]
569
627
  },
570
628
  {
571
- "id": 323,
629
+ "id": 334,
572
630
  "name": "SkyTextHighlightModule",
573
631
  "kind": 128,
574
632
  "kindString": "Class",
@@ -587,21 +645,21 @@
587
645
  ],
588
646
  "children": [
589
647
  {
590
- "id": 324,
648
+ "id": 335,
591
649
  "name": "constructor",
592
650
  "kind": 512,
593
651
  "kindString": "Constructor",
594
652
  "flags": {},
595
653
  "signatures": [
596
654
  {
597
- "id": 325,
655
+ "id": 336,
598
656
  "name": "new SkyTextHighlightModule",
599
657
  "kind": 16384,
600
658
  "kindString": "Constructor signature",
601
659
  "flags": {},
602
660
  "type": {
603
661
  "type": "reference",
604
- "id": 323,
662
+ "id": 334,
605
663
  "name": "SkyTextHighlightModule"
606
664
  }
607
665
  }
@@ -613,7 +671,7 @@
613
671
  "title": "Constructors",
614
672
  "kind": 512,
615
673
  "children": [
616
- 324
674
+ 335
617
675
  ]
618
676
  }
619
677
  ],
@@ -626,7 +684,7 @@
626
684
  ]
627
685
  },
628
686
  {
629
- "id": 326,
687
+ "id": 337,
630
688
  "name": "SkyTokensModule",
631
689
  "kind": 128,
632
690
  "kindString": "Class",
@@ -645,21 +703,21 @@
645
703
  ],
646
704
  "children": [
647
705
  {
648
- "id": 327,
706
+ "id": 338,
649
707
  "name": "constructor",
650
708
  "kind": 512,
651
709
  "kindString": "Constructor",
652
710
  "flags": {},
653
711
  "signatures": [
654
712
  {
655
- "id": 328,
713
+ "id": 339,
656
714
  "name": "new SkyTokensModule",
657
715
  "kind": 16384,
658
716
  "kindString": "Constructor signature",
659
717
  "flags": {},
660
718
  "type": {
661
719
  "type": "reference",
662
- "id": 326,
720
+ "id": 337,
663
721
  "name": "SkyTokensModule"
664
722
  }
665
723
  }
@@ -671,7 +729,7 @@
671
729
  "title": "Constructors",
672
730
  "kind": 512,
673
731
  "children": [
674
- 327
732
+ 338
675
733
  ]
676
734
  }
677
735
  ],
@@ -684,7 +742,7 @@
684
742
  ]
685
743
  },
686
744
  {
687
- "id": 341,
745
+ "id": 352,
688
746
  "name": "SkyWaitModule",
689
747
  "kind": 128,
690
748
  "kindString": "Class",
@@ -703,21 +761,21 @@
703
761
  ],
704
762
  "children": [
705
763
  {
706
- "id": 342,
764
+ "id": 353,
707
765
  "name": "constructor",
708
766
  "kind": 512,
709
767
  "kindString": "Constructor",
710
768
  "flags": {},
711
769
  "signatures": [
712
770
  {
713
- "id": 343,
771
+ "id": 354,
714
772
  "name": "new SkyWaitModule",
715
773
  "kind": 16384,
716
774
  "kindString": "Constructor signature",
717
775
  "flags": {},
718
776
  "type": {
719
777
  "type": "reference",
720
- "id": 341,
778
+ "id": 352,
721
779
  "name": "SkyWaitModule"
722
780
  }
723
781
  }
@@ -729,7 +787,7 @@
729
787
  "title": "Constructors",
730
788
  "kind": 512,
731
789
  "children": [
732
- 342
790
+ 353
733
791
  ]
734
792
  }
735
793
  ],
@@ -742,7 +800,7 @@
742
800
  ]
743
801
  },
744
802
  {
745
- "id": 344,
803
+ "id": 355,
746
804
  "name": "SkyWaitService",
747
805
  "kind": 128,
748
806
  "kindString": "Class",
@@ -761,7 +819,7 @@
761
819
  ],
762
820
  "children": [
763
821
  {
764
- "id": 348,
822
+ "id": 359,
765
823
  "name": "constructor",
766
824
  "kind": 512,
767
825
  "kindString": "Constructor",
@@ -775,14 +833,14 @@
775
833
  ],
776
834
  "signatures": [
777
835
  {
778
- "id": 349,
836
+ "id": 360,
779
837
  "name": "new SkyWaitService",
780
838
  "kind": 16384,
781
839
  "kindString": "Constructor signature",
782
840
  "flags": {},
783
841
  "parameters": [
784
842
  {
785
- "id": 350,
843
+ "id": 361,
786
844
  "name": "resolver",
787
845
  "kind": 32768,
788
846
  "kindString": "Parameter",
@@ -793,7 +851,7 @@
793
851
  }
794
852
  },
795
853
  {
796
- "id": 351,
854
+ "id": 362,
797
855
  "name": "appRef",
798
856
  "kind": 32768,
799
857
  "kindString": "Parameter",
@@ -804,7 +862,7 @@
804
862
  }
805
863
  },
806
864
  {
807
- "id": 352,
865
+ "id": 363,
808
866
  "name": "waitAdapter",
809
867
  "kind": 32768,
810
868
  "kindString": "Parameter",
@@ -815,7 +873,7 @@
815
873
  }
816
874
  },
817
875
  {
818
- "id": 353,
876
+ "id": 364,
819
877
  "name": "windowSvc",
820
878
  "kind": 32768,
821
879
  "kindString": "Parameter",
@@ -828,14 +886,14 @@
828
886
  ],
829
887
  "type": {
830
888
  "type": "reference",
831
- "id": 344,
889
+ "id": 355,
832
890
  "name": "SkyWaitService"
833
891
  }
834
892
  }
835
893
  ]
836
894
  },
837
895
  {
838
- "id": 354,
896
+ "id": 365,
839
897
  "name": "beginBlockingPageWait",
840
898
  "kind": 2048,
841
899
  "kindString": "Method",
@@ -851,7 +909,7 @@
851
909
  ],
852
910
  "signatures": [
853
911
  {
854
- "id": 355,
912
+ "id": 366,
855
913
  "name": "beginBlockingPageWait",
856
914
  "kind": 4096,
857
915
  "kindString": "Call signature",
@@ -867,7 +925,7 @@
867
925
  ]
868
926
  },
869
927
  {
870
- "id": 356,
928
+ "id": 367,
871
929
  "name": "beginNonBlockingPageWait",
872
930
  "kind": 2048,
873
931
  "kindString": "Method",
@@ -883,7 +941,7 @@
883
941
  ],
884
942
  "signatures": [
885
943
  {
886
- "id": 357,
944
+ "id": 368,
887
945
  "name": "beginNonBlockingPageWait",
888
946
  "kind": 4096,
889
947
  "kindString": "Call signature",
@@ -899,7 +957,7 @@
899
957
  ]
900
958
  },
901
959
  {
902
- "id": 366,
960
+ "id": 377,
903
961
  "name": "blockingWrap",
904
962
  "kind": 2048,
905
963
  "kindString": "Method",
@@ -915,7 +973,7 @@
915
973
  ],
916
974
  "signatures": [
917
975
  {
918
- "id": 367,
976
+ "id": 378,
919
977
  "name": "blockingWrap",
920
978
  "kind": 4096,
921
979
  "kindString": "Call signature",
@@ -925,7 +983,7 @@
925
983
  },
926
984
  "typeParameter": [
927
985
  {
928
- "id": 368,
986
+ "id": 379,
929
987
  "name": "T",
930
988
  "kind": 131072,
931
989
  "kindString": "Type parameter",
@@ -934,7 +992,7 @@
934
992
  ],
935
993
  "parameters": [
936
994
  {
937
- "id": 369,
995
+ "id": 380,
938
996
  "name": "observable",
939
997
  "kind": 32768,
940
998
  "kindString": "Parameter",
@@ -944,7 +1002,7 @@
944
1002
  "typeArguments": [
945
1003
  {
946
1004
  "type": "reference",
947
- "id": 368,
1005
+ "id": 379,
948
1006
  "name": "T"
949
1007
  }
950
1008
  ],
@@ -957,7 +1015,7 @@
957
1015
  "typeArguments": [
958
1016
  {
959
1017
  "type": "reference",
960
- "id": 368,
1018
+ "id": 379,
961
1019
  "name": "T"
962
1020
  }
963
1021
  ],
@@ -967,7 +1025,7 @@
967
1025
  ]
968
1026
  },
969
1027
  {
970
- "id": 362,
1028
+ "id": 373,
971
1029
  "name": "clearAllPageWaits",
972
1030
  "kind": 2048,
973
1031
  "kindString": "Method",
@@ -983,7 +1041,7 @@
983
1041
  ],
984
1042
  "signatures": [
985
1043
  {
986
- "id": 363,
1044
+ "id": 374,
987
1045
  "name": "clearAllPageWaits",
988
1046
  "kind": 4096,
989
1047
  "kindString": "Call signature",
@@ -999,7 +1057,7 @@
999
1057
  ]
1000
1058
  },
1001
1059
  {
1002
- "id": 358,
1060
+ "id": 369,
1003
1061
  "name": "endBlockingPageWait",
1004
1062
  "kind": 2048,
1005
1063
  "kindString": "Method",
@@ -1015,7 +1073,7 @@
1015
1073
  ],
1016
1074
  "signatures": [
1017
1075
  {
1018
- "id": 359,
1076
+ "id": 370,
1019
1077
  "name": "endBlockingPageWait",
1020
1078
  "kind": 4096,
1021
1079
  "kindString": "Call signature",
@@ -1031,7 +1089,7 @@
1031
1089
  ]
1032
1090
  },
1033
1091
  {
1034
- "id": 360,
1092
+ "id": 371,
1035
1093
  "name": "endNonBlockingPageWait",
1036
1094
  "kind": 2048,
1037
1095
  "kindString": "Method",
@@ -1047,7 +1105,7 @@
1047
1105
  ],
1048
1106
  "signatures": [
1049
1107
  {
1050
- "id": 361,
1108
+ "id": 372,
1051
1109
  "name": "endNonBlockingPageWait",
1052
1110
  "kind": 4096,
1053
1111
  "kindString": "Call signature",
@@ -1063,7 +1121,7 @@
1063
1121
  ]
1064
1122
  },
1065
1123
  {
1066
- "id": 370,
1124
+ "id": 381,
1067
1125
  "name": "nonBlockingWrap",
1068
1126
  "kind": 2048,
1069
1127
  "kindString": "Method",
@@ -1079,7 +1137,7 @@
1079
1137
  ],
1080
1138
  "signatures": [
1081
1139
  {
1082
- "id": 371,
1140
+ "id": 382,
1083
1141
  "name": "nonBlockingWrap",
1084
1142
  "kind": 4096,
1085
1143
  "kindString": "Call signature",
@@ -1089,7 +1147,7 @@
1089
1147
  },
1090
1148
  "typeParameter": [
1091
1149
  {
1092
- "id": 372,
1150
+ "id": 383,
1093
1151
  "name": "T",
1094
1152
  "kind": 131072,
1095
1153
  "kindString": "Type parameter",
@@ -1098,7 +1156,7 @@
1098
1156
  ],
1099
1157
  "parameters": [
1100
1158
  {
1101
- "id": 373,
1159
+ "id": 384,
1102
1160
  "name": "observable",
1103
1161
  "kind": 32768,
1104
1162
  "kindString": "Parameter",
@@ -1108,7 +1166,7 @@
1108
1166
  "typeArguments": [
1109
1167
  {
1110
1168
  "type": "reference",
1111
- "id": 372,
1169
+ "id": 383,
1112
1170
  "name": "T"
1113
1171
  }
1114
1172
  ],
@@ -1121,7 +1179,7 @@
1121
1179
  "typeArguments": [
1122
1180
  {
1123
1181
  "type": "reference",
1124
- "id": 372,
1182
+ "id": 383,
1125
1183
  "name": "T"
1126
1184
  }
1127
1185
  ],
@@ -1136,20 +1194,20 @@
1136
1194
  "title": "Constructors",
1137
1195
  "kind": 512,
1138
1196
  "children": [
1139
- 348
1197
+ 359
1140
1198
  ]
1141
1199
  },
1142
1200
  {
1143
1201
  "title": "Methods",
1144
1202
  "kind": 2048,
1145
1203
  "children": [
1146
- 354,
1147
- 356,
1148
- 366,
1149
- 362,
1150
- 358,
1151
- 360,
1152
- 370
1204
+ 365,
1205
+ 367,
1206
+ 377,
1207
+ 373,
1208
+ 369,
1209
+ 371,
1210
+ 381
1153
1211
  ]
1154
1212
  }
1155
1213
  ],
@@ -1218,7 +1276,7 @@
1218
1276
  ],
1219
1277
  "type": {
1220
1278
  "type": "reference",
1221
- "id": 305,
1279
+ "id": 316,
1222
1280
  "name": "SkyIconStackItem"
1223
1281
  }
1224
1282
  },
@@ -1239,7 +1297,7 @@
1239
1297
  ],
1240
1298
  "type": {
1241
1299
  "type": "reference",
1242
- "id": 305,
1300
+ "id": 316,
1243
1301
  "name": "SkyIconStackItem"
1244
1302
  }
1245
1303
  },
@@ -1642,7 +1700,7 @@
1642
1700
  ],
1643
1701
  "type": {
1644
1702
  "type": "reference",
1645
- "id": 305,
1703
+ "id": 316,
1646
1704
  "name": "SkyIconStackItem"
1647
1705
  }
1648
1706
  },
@@ -1703,7 +1761,7 @@
1703
1761
  ],
1704
1762
  "type": {
1705
1763
  "type": "reference",
1706
- "id": 305,
1764
+ "id": 316,
1707
1765
  "name": "SkyIconStackItem"
1708
1766
  }
1709
1767
  },
@@ -3127,7 +3185,7 @@
3127
3185
  "typeArguments": [
3128
3186
  {
3129
3187
  "type": "reference",
3130
- "id": 331,
3188
+ "id": 342,
3131
3189
  "name": "SkyTokenSelectedEventArgs"
3132
3190
  }
3133
3191
  ],
@@ -3170,7 +3228,7 @@
3170
3228
  "type": "array",
3171
3229
  "elementType": {
3172
3230
  "type": "reference",
3173
- "id": 329,
3231
+ "id": 340,
3174
3232
  "name": "SkyToken"
3175
3233
  }
3176
3234
  }
@@ -3232,7 +3290,7 @@
3232
3290
  "flags": {},
3233
3291
  "type": {
3234
3292
  "type": "reference",
3235
- "id": 329,
3293
+ "id": 340,
3236
3294
  "name": "SkyToken"
3237
3295
  }
3238
3296
  }
@@ -3627,7 +3685,7 @@
3627
3685
  "typeArguments": [
3628
3686
  {
3629
3687
  "type": "reference",
3630
- "id": 333,
3688
+ "id": 344,
3631
3689
  "name": "SkyTokensMessage"
3632
3690
  }
3633
3691
  ],
@@ -3657,7 +3715,7 @@
3657
3715
  "typeArguments": [
3658
3716
  {
3659
3717
  "type": "reference",
3660
- "id": 333,
3718
+ "id": 344,
3661
3719
  "name": "SkyTokensMessage"
3662
3720
  }
3663
3721
  ],
@@ -3711,7 +3769,7 @@
3711
3769
  "type": "array",
3712
3770
  "elementType": {
3713
3771
  "type": "reference",
3714
- "id": 329,
3772
+ "id": 340,
3715
3773
  "name": "SkyToken"
3716
3774
  }
3717
3775
  }
@@ -3738,7 +3796,7 @@
3738
3796
  "type": "array",
3739
3797
  "elementType": {
3740
3798
  "type": "reference",
3741
- "id": 329,
3799
+ "id": 340,
3742
3800
  "name": "SkyToken"
3743
3801
  }
3744
3802
  }
@@ -3819,7 +3877,7 @@
3819
3877
  "flags": {},
3820
3878
  "type": {
3821
3879
  "type": "reference",
3822
- "id": 329,
3880
+ "id": 340,
3823
3881
  "name": "SkyToken"
3824
3882
  }
3825
3883
  }
@@ -3904,7 +3962,7 @@
3904
3962
  "flags": {},
3905
3963
  "type": {
3906
3964
  "type": "reference",
3907
- "id": 329,
3965
+ "id": 340,
3908
3966
  "name": "SkyToken"
3909
3967
  }
3910
3968
  }
@@ -3947,7 +4005,7 @@
3947
4005
  "flags": {},
3948
4006
  "type": {
3949
4007
  "type": "reference",
3950
- "id": 329,
4008
+ "id": 340,
3951
4009
  "name": "SkyToken"
3952
4010
  }
3953
4011
  }
@@ -4448,362 +4506,6 @@
4448
4506
  }
4449
4507
  ]
4450
4508
  },
4451
- {
4452
- "id": 20,
4453
- "name": "SkyChevronComponent",
4454
- "kind": 128,
4455
- "kindString": "Class",
4456
- "flags": {},
4457
- "decorators": [
4458
- {
4459
- "name": "Component",
4460
- "type": {
4461
- "type": "reference",
4462
- "name": "Component"
4463
- },
4464
- "arguments": {
4465
- "obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html',\n}"
4466
- }
4467
- }
4468
- ],
4469
- "children": [
4470
- {
4471
- "id": 21,
4472
- "name": "constructor",
4473
- "kind": 512,
4474
- "kindString": "Constructor",
4475
- "flags": {},
4476
- "signatures": [
4477
- {
4478
- "id": 22,
4479
- "name": "SkyChevronComponent",
4480
- "kind": 16384,
4481
- "kindString": "Constructor signature",
4482
- "flags": {},
4483
- "type": {
4484
- "type": "reference",
4485
- "id": 20,
4486
- "name": "SkyChevronComponent"
4487
- }
4488
- }
4489
- ]
4490
- },
4491
- {
4492
- "id": 23,
4493
- "name": "ariaControls",
4494
- "kind": 1024,
4495
- "kindString": "Property",
4496
- "flags": {
4497
- "isPublic": true
4498
- },
4499
- "comment": {
4500
- "shortText": "Specifies the element whose contents are controlled by the chevron.\nThis sets the chevron's aria-controls attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
4501
- },
4502
- "decorators": [
4503
- {
4504
- "name": "Input",
4505
- "type": {
4506
- "type": "reference",
4507
- "name": "Input"
4508
- },
4509
- "arguments": {}
4510
- }
4511
- ],
4512
- "sources": [
4513
- {
4514
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4515
- "line": 15,
4516
- "character": 9
4517
- }
4518
- ],
4519
- "type": {
4520
- "type": "intrinsic",
4521
- "name": "string"
4522
- }
4523
- },
4524
- {
4525
- "id": 31,
4526
- "name": "ariaExpanded",
4527
- "kind": 1024,
4528
- "kindString": "Property",
4529
- "flags": {
4530
- "isPublic": true
4531
- },
4532
- "sources": [
4533
- {
4534
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4535
- "line": 57,
4536
- "character": 9
4537
- }
4538
- ],
4539
- "type": {
4540
- "type": "intrinsic",
4541
- "name": "boolean"
4542
- }
4543
- },
4544
- {
4545
- "id": 24,
4546
- "name": "ariaLabel",
4547
- "kind": 1024,
4548
- "kindString": "Property",
4549
- "flags": {
4550
- "isPublic": true
4551
- },
4552
- "comment": {
4553
- "shortText": "Specifies an ARIA label for the chevron. This sets the chevron's aria-label attribute\n[to support accessibility](https://developer.blackbaud.com/skyux/learn/accessibility)."
4554
- },
4555
- "decorators": [
4556
- {
4557
- "name": "Input",
4558
- "type": {
4559
- "type": "reference",
4560
- "name": "Input"
4561
- },
4562
- "arguments": {}
4563
- }
4564
- ],
4565
- "sources": [
4566
- {
4567
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4568
- "line": 22,
4569
- "character": 9
4570
- }
4571
- ],
4572
- "type": {
4573
- "type": "intrinsic",
4574
- "name": "string"
4575
- }
4576
- },
4577
- {
4578
- "id": 30,
4579
- "name": "directionChange",
4580
- "kind": 1024,
4581
- "kindString": "Property",
4582
- "flags": {
4583
- "isPublic": true
4584
- },
4585
- "comment": {
4586
- "shortText": "Fires when the direction of the chevron changes."
4587
- },
4588
- "decorators": [
4589
- {
4590
- "name": "Output",
4591
- "type": {
4592
- "type": "reference",
4593
- "name": "Output"
4594
- },
4595
- "arguments": {}
4596
- }
4597
- ],
4598
- "sources": [
4599
- {
4600
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4601
- "line": 55,
4602
- "character": 9
4603
- }
4604
- ],
4605
- "type": {
4606
- "type": "reference",
4607
- "typeArguments": [
4608
- {
4609
- "type": "intrinsic",
4610
- "name": "string"
4611
- }
4612
- ],
4613
- "name": "EventEmitter"
4614
- },
4615
- "defaultValue": "..."
4616
- },
4617
- {
4618
- "id": 29,
4619
- "name": "disabled",
4620
- "kind": 1024,
4621
- "kindString": "Property",
4622
- "flags": {
4623
- "isPublic": true
4624
- },
4625
- "comment": {
4626
- "shortText": "Indicates whether to disable the chevron button."
4627
- },
4628
- "decorators": [
4629
- {
4630
- "name": "Input",
4631
- "type": {
4632
- "type": "reference",
4633
- "name": "Input"
4634
- },
4635
- "arguments": {}
4636
- }
4637
- ],
4638
- "sources": [
4639
- {
4640
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4641
- "line": 49,
4642
- "character": 9
4643
- }
4644
- ],
4645
- "type": {
4646
- "type": "intrinsic",
4647
- "name": "boolean"
4648
- },
4649
- "defaultValue": "false"
4650
- },
4651
- {
4652
- "id": 25,
4653
- "name": "direction",
4654
- "kind": 262144,
4655
- "kindString": "Accessor",
4656
- "flags": {
4657
- "isPublic": true
4658
- },
4659
- "decorators": [
4660
- {
4661
- "name": "Input",
4662
- "type": {
4663
- "type": "reference",
4664
- "name": "Input"
4665
- },
4666
- "arguments": {}
4667
- }
4668
- ],
4669
- "sources": [
4670
- {
4671
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4672
- "line": 28,
4673
- "character": 13
4674
- }
4675
- ],
4676
- "getSignature": [
4677
- {
4678
- "id": 26,
4679
- "name": "direction",
4680
- "kind": 524288,
4681
- "kindString": "Get signature",
4682
- "flags": {},
4683
- "comment": {
4684
- "shortText": "Specifies whether the chevron points up or down."
4685
- },
4686
- "type": {
4687
- "type": "intrinsic",
4688
- "name": "string"
4689
- }
4690
- }
4691
- ],
4692
- "setSignature": [
4693
- {
4694
- "id": 27,
4695
- "name": "direction",
4696
- "kind": 1048576,
4697
- "kindString": "Set signature",
4698
- "flags": {},
4699
- "comment": {
4700
- "shortText": "Specifies whether the chevron points up or down."
4701
- },
4702
- "parameters": [
4703
- {
4704
- "id": 28,
4705
- "name": "value",
4706
- "kind": 32768,
4707
- "kindString": "Parameter",
4708
- "flags": {},
4709
- "type": {
4710
- "type": "intrinsic",
4711
- "name": "string"
4712
- }
4713
- }
4714
- ],
4715
- "type": {
4716
- "type": "intrinsic",
4717
- "name": "void"
4718
- }
4719
- }
4720
- ]
4721
- },
4722
- {
4723
- "id": 33,
4724
- "name": "chevronClick",
4725
- "kind": 2048,
4726
- "kindString": "Method",
4727
- "flags": {
4728
- "isPublic": true
4729
- },
4730
- "sources": [
4731
- {
4732
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4733
- "line": 61,
4734
- "character": 9
4735
- }
4736
- ],
4737
- "signatures": [
4738
- {
4739
- "id": 34,
4740
- "name": "chevronClick",
4741
- "kind": 4096,
4742
- "kindString": "Call signature",
4743
- "flags": {},
4744
- "parameters": [
4745
- {
4746
- "id": 35,
4747
- "name": "event",
4748
- "kind": 32768,
4749
- "kindString": "Parameter",
4750
- "flags": {},
4751
- "type": {
4752
- "type": "reference",
4753
- "name": "Event"
4754
- }
4755
- }
4756
- ],
4757
- "type": {
4758
- "type": "intrinsic",
4759
- "name": "void"
4760
- }
4761
- }
4762
- ]
4763
- }
4764
- ],
4765
- "groups": [
4766
- {
4767
- "title": "Constructors",
4768
- "kind": 512,
4769
- "children": [
4770
- 21
4771
- ]
4772
- },
4773
- {
4774
- "title": "Properties",
4775
- "kind": 1024,
4776
- "children": [
4777
- 23,
4778
- 31,
4779
- 24,
4780
- 30,
4781
- 29
4782
- ]
4783
- },
4784
- {
4785
- "title": "Accessors",
4786
- "kind": 262144,
4787
- "children": [
4788
- 25
4789
- ]
4790
- },
4791
- {
4792
- "title": "Methods",
4793
- "kind": 2048,
4794
- "children": [
4795
- 33
4796
- ]
4797
- }
4798
- ],
4799
- "sources": [
4800
- {
4801
- "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4802
- "line": 8,
4803
- "character": 13
4804
- }
4805
- ]
4806
- },
4807
4509
  {
4808
4510
  "id": 36,
4809
4511
  "name": "SkyHelpInlineComponent",
@@ -5087,7 +4789,7 @@
5087
4789
  ],
5088
4790
  "type": {
5089
4791
  "type": "reference",
5090
- "id": 311,
4792
+ "id": 322,
5091
4793
  "name": "SkyIconType"
5092
4794
  },
5093
4795
  "defaultValue": "'fa'"
@@ -5155,7 +4857,7 @@
5155
4857
  ],
5156
4858
  "type": {
5157
4859
  "type": "reference",
5158
- "id": 312,
4860
+ "id": 323,
5159
4861
  "name": "SkyIconVariantType"
5160
4862
  }
5161
4863
  }
@@ -5258,7 +4960,7 @@
5258
4960
  ],
5259
4961
  "type": {
5260
4962
  "type": "reference",
5261
- "id": 305,
4963
+ "id": 316,
5262
4964
  "name": "SkyIconStackItem"
5263
4965
  }
5264
4966
  },
@@ -5325,7 +5027,7 @@
5325
5027
  ],
5326
5028
  "type": {
5327
5029
  "type": "reference",
5328
- "id": 305,
5030
+ "id": 316,
5329
5031
  "name": "SkyIconStackItem"
5330
5032
  }
5331
5033
  }
@@ -5652,7 +5354,7 @@
5652
5354
  ],
5653
5355
  "type": {
5654
5356
  "type": "reference",
5655
- "id": 305,
5357
+ "id": 316,
5656
5358
  "name": "SkyIconStackItem"
5657
5359
  }
5658
5360
  },
@@ -5693,7 +5395,7 @@
5693
5395
  ],
5694
5396
  "type": {
5695
5397
  "type": "reference",
5696
- "id": 305,
5398
+ "id": 316,
5697
5399
  "name": "SkyIconStackItem"
5698
5400
  }
5699
5401
  },
@@ -5734,7 +5436,7 @@
5734
5436
  },
5735
5437
  "type": {
5736
5438
  "type": "reference",
5737
- "id": 316,
5439
+ "id": 327,
5738
5440
  "name": "SkyLabelType"
5739
5441
  }
5740
5442
  }
@@ -5764,7 +5466,7 @@
5764
5466
  "flags": {},
5765
5467
  "type": {
5766
5468
  "type": "reference",
5767
- "id": 316,
5469
+ "id": 327,
5768
5470
  "name": "SkyLabelType"
5769
5471
  }
5770
5472
  }
@@ -5811,14 +5513,14 @@
5811
5513
  ]
5812
5514
  },
5813
5515
  {
5814
- "id": 305,
5516
+ "id": 316,
5815
5517
  "name": "SkyIconStackItem",
5816
5518
  "kind": 256,
5817
5519
  "kindString": "Interface",
5818
5520
  "flags": {},
5819
5521
  "children": [
5820
5522
  {
5821
- "id": 306,
5523
+ "id": 317,
5822
5524
  "name": "icon",
5823
5525
  "kind": 1024,
5824
5526
  "kindString": "Property",
@@ -5845,7 +5547,7 @@
5845
5547
  }
5846
5548
  },
5847
5549
  {
5848
- "id": 307,
5550
+ "id": 318,
5849
5551
  "name": "iconType",
5850
5552
  "kind": 1024,
5851
5553
  "kindString": "Property",
@@ -5864,7 +5566,7 @@
5864
5566
  ],
5865
5567
  "type": {
5866
5568
  "type": "reference",
5867
- "id": 311,
5569
+ "id": 322,
5868
5570
  "name": "SkyIconType"
5869
5571
  }
5870
5572
  }
@@ -5874,8 +5576,8 @@
5874
5576
  "title": "Properties",
5875
5577
  "kind": 1024,
5876
5578
  "children": [
5877
- 306,
5878
- 307
5579
+ 317,
5580
+ 318
5879
5581
  ]
5880
5582
  }
5881
5583
  ],
@@ -5888,14 +5590,14 @@
5888
5590
  ]
5889
5591
  },
5890
5592
  {
5891
- "id": 329,
5593
+ "id": 340,
5892
5594
  "name": "SkyToken",
5893
5595
  "kind": 256,
5894
5596
  "kindString": "Interface",
5895
5597
  "flags": {},
5896
5598
  "children": [
5897
5599
  {
5898
- "id": 330,
5600
+ "id": 341,
5899
5601
  "name": "value",
5900
5602
  "kind": 1024,
5901
5603
  "kindString": "Property",
@@ -5921,7 +5623,7 @@
5921
5623
  "title": "Properties",
5922
5624
  "kind": 1024,
5923
5625
  "children": [
5924
- 330
5626
+ 341
5925
5627
  ]
5926
5628
  }
5927
5629
  ],
@@ -5934,14 +5636,14 @@
5934
5636
  ]
5935
5637
  },
5936
5638
  {
5937
- "id": 331,
5639
+ "id": 342,
5938
5640
  "name": "SkyTokenSelectedEventArgs",
5939
5641
  "kind": 256,
5940
5642
  "kindString": "Interface",
5941
5643
  "flags": {},
5942
5644
  "children": [
5943
5645
  {
5944
- "id": 332,
5646
+ "id": 343,
5945
5647
  "name": "token",
5946
5648
  "kind": 1024,
5947
5649
  "kindString": "Property",
@@ -5960,7 +5662,7 @@
5960
5662
  ],
5961
5663
  "type": {
5962
5664
  "type": "reference",
5963
- "id": 329,
5665
+ "id": 340,
5964
5666
  "name": "SkyToken"
5965
5667
  }
5966
5668
  }
@@ -5970,7 +5672,7 @@
5970
5672
  "title": "Properties",
5971
5673
  "kind": 1024,
5972
5674
  "children": [
5973
- 332
5675
+ 343
5974
5676
  ]
5975
5677
  }
5976
5678
  ],
@@ -5983,14 +5685,14 @@
5983
5685
  ]
5984
5686
  },
5985
5687
  {
5986
- "id": 333,
5688
+ "id": 344,
5987
5689
  "name": "SkyTokensMessage",
5988
5690
  "kind": 256,
5989
5691
  "kindString": "Interface",
5990
5692
  "flags": {},
5991
5693
  "children": [
5992
5694
  {
5993
- "id": 334,
5695
+ "id": 345,
5994
5696
  "name": "type",
5995
5697
  "kind": 1024,
5996
5698
  "kindString": "Property",
@@ -6009,7 +5711,7 @@
6009
5711
  ],
6010
5712
  "type": {
6011
5713
  "type": "reference",
6012
- "id": 335,
5714
+ "id": 346,
6013
5715
  "name": "SkyTokensMessageType"
6014
5716
  }
6015
5717
  }
@@ -6019,7 +5721,7 @@
6019
5721
  "title": "Properties",
6020
5722
  "kind": 1024,
6021
5723
  "children": [
6022
- 334
5724
+ 345
6023
5725
  ]
6024
5726
  }
6025
5727
  ],
@@ -6032,7 +5734,7 @@
6032
5734
  ]
6033
5735
  },
6034
5736
  {
6035
- "id": 311,
5737
+ "id": 322,
6036
5738
  "name": "SkyIconType",
6037
5739
  "kind": 4194304,
6038
5740
  "kindString": "Type alias",
@@ -6059,7 +5761,7 @@
6059
5761
  }
6060
5762
  },
6061
5763
  {
6062
- "id": 312,
5764
+ "id": 323,
6063
5765
  "name": "SkyIconVariantType",
6064
5766
  "kind": 4194304,
6065
5767
  "kindString": "Type alias",
@@ -6086,7 +5788,7 @@
6086
5788
  }
6087
5789
  },
6088
5790
  {
6089
- "id": 316,
5791
+ "id": 327,
6090
5792
  "name": "SkyLabelType",
6091
5793
  "kind": 4194304,
6092
5794
  "kindString": "Type alias",
@@ -6126,31 +5828,31 @@
6126
5828
  "title": "Enumerations",
6127
5829
  "kind": 8,
6128
5830
  "children": [
6129
- 335
5831
+ 346
6130
5832
  ]
6131
5833
  },
6132
5834
  {
6133
5835
  "title": "Classes",
6134
5836
  "kind": 128,
6135
5837
  "children": [
6136
- 296,
6137
- 299,
6138
- 302,
6139
- 308,
5838
+ 304,
5839
+ 307,
5840
+ 310,
6140
5841
  313,
6141
- 317,
6142
- 320,
6143
- 323,
6144
- 326,
6145
- 341,
6146
- 344,
5842
+ 319,
5843
+ 324,
5844
+ 328,
5845
+ 331,
5846
+ 334,
5847
+ 337,
5848
+ 352,
5849
+ 355,
6147
5850
  1,
6148
5851
  79,
6149
5852
  107,
6150
5853
  146,
6151
5854
  191,
6152
5855
  272,
6153
- 20,
6154
5856
  36,
6155
5857
  42,
6156
5858
  50,
@@ -6164,19 +5866,19 @@
6164
5866
  "title": "Interfaces",
6165
5867
  "kind": 256,
6166
5868
  "children": [
6167
- 305,
6168
- 329,
6169
- 331,
6170
- 333
5869
+ 316,
5870
+ 340,
5871
+ 342,
5872
+ 344
6171
5873
  ]
6172
5874
  },
6173
5875
  {
6174
5876
  "title": "Type aliases",
6175
5877
  "kind": 4194304,
6176
5878
  "children": [
6177
- 311,
6178
- 312,
6179
- 316
5879
+ 322,
5880
+ 323,
5881
+ 327
6180
5882
  ]
6181
5883
  }
6182
5884
  ],