@skyux/indicators 5.0.0-beta.3 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/bundles/skyux-indicators-testing.umd.js +2 -2
  2. package/bundles/skyux-indicators-testing.umd.js.map +1 -1
  3. package/bundles/skyux-indicators.umd.js +293 -345
  4. package/bundles/skyux-indicators.umd.js.map +1 -1
  5. package/documentation.json +727 -654
  6. package/esm2015/modules/alert/alert.component.js +5 -5
  7. package/esm2015/modules/alert/alert.module.js +9 -13
  8. package/esm2015/modules/chevron/chevron.component.js +5 -5
  9. package/esm2015/modules/chevron/chevron.module.js +9 -13
  10. package/esm2015/modules/help-inline/help-inline.component.js +5 -5
  11. package/esm2015/modules/help-inline/help-inline.module.js +9 -13
  12. package/esm2015/modules/icon/icon-class-list.pipe.js +5 -5
  13. package/esm2015/modules/icon/icon-resolver.service.js +5 -5
  14. package/esm2015/modules/icon/icon-stack-item.js +1 -1
  15. package/esm2015/modules/icon/icon-stack.component.js +5 -5
  16. package/esm2015/modules/icon/icon.component.js +5 -5
  17. package/esm2015/modules/icon/icon.module.js +8 -25
  18. package/esm2015/modules/key-info/key-info-label.component.js +5 -5
  19. package/esm2015/modules/key-info/key-info-value.component.js +5 -5
  20. package/esm2015/modules/key-info/key-info.component.js +5 -5
  21. package/esm2015/modules/key-info/key-info.module.js +9 -13
  22. package/esm2015/modules/label/label.component.js +5 -5
  23. package/esm2015/modules/label/label.module.js +8 -19
  24. package/esm2015/modules/shared/indicator-description-type.js +1 -1
  25. package/esm2015/modules/shared/indicator-icon-utility.js +4 -4
  26. package/esm2015/modules/shared/indicator-icon.js +1 -1
  27. package/esm2015/modules/shared/sky-indicators-resources.module.js +34 -12
  28. package/esm2015/modules/status-indicator/status-indicator.component.js +10 -7
  29. package/esm2015/modules/status-indicator/status-indicator.module.js +9 -13
  30. package/esm2015/modules/text-highlight/text-highlight.directive.js +11 -7
  31. package/esm2015/modules/text-highlight/text-highlight.module.js +8 -16
  32. package/esm2015/modules/tokens/token.component.js +9 -9
  33. package/esm2015/modules/tokens/tokens.component.js +34 -35
  34. package/esm2015/modules/tokens/tokens.module.js +10 -18
  35. package/esm2015/modules/tokens/types/token-selected-event-args.js +1 -1
  36. package/esm2015/modules/tokens/types/token.js +1 -1
  37. package/esm2015/modules/tokens/types/tokens-message-type.js +1 -1
  38. package/esm2015/modules/tokens/types/tokens-message.js +1 -1
  39. package/esm2015/modules/wait/wait-adapter.service.js +29 -22
  40. package/esm2015/modules/wait/wait-page-adapter.service.js +5 -5
  41. package/esm2015/modules/wait/wait-page.component.js +5 -5
  42. package/esm2015/modules/wait/wait.component.js +9 -12
  43. package/esm2015/modules/wait/wait.module.js +9 -27
  44. package/esm2015/modules/wait/wait.service.js +6 -6
  45. package/esm2015/testing/alert-fixture.js +1 -1
  46. package/esm2015/testing/label-fixture.js +1 -1
  47. package/esm2015/testing/wait-fixture.js +1 -1
  48. package/fesm2015/skyux-indicators-testing.js.map +1 -1
  49. package/fesm2015/skyux-indicators.js +260 -310
  50. package/fesm2015/skyux-indicators.js.map +1 -1
  51. package/package.json +7 -7
@@ -12,20 +12,20 @@
12
12
  "SkyTokensModule": "class-skytokensmodule",
13
13
  "SkyWaitModule": "class-skywaitmodule",
14
14
  "SkyWaitService": "class-skywaitservice",
15
- "λ1": "class-λ1",
16
- "λ10": "class-λ10",
17
- "λ11": "class-λ11",
18
- "λ12": "class-λ12",
19
- "λ13": "class-λ13",
20
- "λ14": "class-λ14",
21
- "λ2": "class-λ2",
22
- "λ3": "class-λ3",
23
- "λ4": "class-λ4",
24
- "λ5": "class-λ5",
25
- "λ6": "class-λ6",
26
- "λ7": "class-λ7",
27
- "λ8": "class-λ8",
28
- "λ9": "class-λ9",
15
+ "SkyAlertComponent": "class-skyalertcomponent",
16
+ "SkyStatusIndicatorComponent": "class-skystatusindicatorcomponent",
17
+ "SkyTextHighlightDirective": "class-skytexthighlightdirective",
18
+ "SkyTokenComponent": "class-skytokencomponent",
19
+ "SkyTokensComponent": "class-skytokenscomponent",
20
+ "SkyWaitComponent": "class-skywaitcomponent",
21
+ "SkyChevronComponent": "class-skychevroncomponent",
22
+ "SkyHelpInlineComponent": "class-skyhelpinlinecomponent",
23
+ "SkyIconComponent": "class-skyiconcomponent",
24
+ "SkyIconStackComponent": "class-skyiconstackcomponent",
25
+ "SkyKeyInfoLabelComponent": "class-skykeyinfolabelcomponent",
26
+ "SkyKeyInfoValueComponent": "class-skykeyinfovaluecomponent",
27
+ "SkyKeyInfoComponent": "class-skykeyinfocomponent",
28
+ "SkyLabelComponent": "class-skylabelcomponent",
29
29
  "SkyIconStackItem": "interface-skyiconstackitem",
30
30
  "SkyToken": "interface-skytoken",
31
31
  "SkyTokenSelectedEventArgs": "interface-skytokenselectedeventargs",
@@ -35,16 +35,22 @@
35
35
  "SkyLabelType": "type-alias-skylabeltype"
36
36
  },
37
37
  "typedoc": {
38
+ "id": 0,
39
+ "name": "@skyux/indicators",
40
+ "kind": 1,
41
+ "kindString": "Project",
42
+ "flags": {},
43
+ "originalName": "",
38
44
  "children": [
39
45
  {
40
- "id": 330,
46
+ "id": 323,
41
47
  "name": "SkyTokensMessageType",
42
- "kind": 4,
48
+ "kind": 8,
43
49
  "kindString": "Enumeration",
44
50
  "flags": {},
45
51
  "children": [
46
52
  {
47
- "id": 332,
53
+ "id": 325,
48
54
  "name": "FocusActiveToken",
49
55
  "kind": 16,
50
56
  "kindString": "Enumeration member",
@@ -55,14 +61,14 @@
55
61
  "sources": [
56
62
  {
57
63
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
58
- "line": 11,
64
+ "line": 10,
59
65
  "character": 2
60
66
  }
61
67
  ],
62
68
  "defaultValue": "1"
63
69
  },
64
70
  {
65
- "id": 331,
71
+ "id": 324,
66
72
  "name": "FocusLastToken",
67
73
  "kind": 16,
68
74
  "kindString": "Enumeration member",
@@ -73,14 +79,14 @@
73
79
  "sources": [
74
80
  {
75
81
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
76
- "line": 6,
82
+ "line": 5,
77
83
  "character": 2
78
84
  }
79
85
  ],
80
86
  "defaultValue": "0"
81
87
  },
82
88
  {
83
- "id": 334,
89
+ "id": 327,
84
90
  "name": "FocusNextToken",
85
91
  "kind": 16,
86
92
  "kindString": "Enumeration member",
@@ -91,14 +97,14 @@
91
97
  "sources": [
92
98
  {
93
99
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
94
- "line": 21,
100
+ "line": 20,
95
101
  "character": 2
96
102
  }
97
103
  ],
98
104
  "defaultValue": "3"
99
105
  },
100
106
  {
101
- "id": 333,
107
+ "id": 326,
102
108
  "name": "FocusPreviousToken",
103
109
  "kind": 16,
104
110
  "kindString": "Enumeration member",
@@ -109,14 +115,14 @@
109
115
  "sources": [
110
116
  {
111
117
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
112
- "line": 16,
118
+ "line": 15,
113
119
  "character": 2
114
120
  }
115
121
  ],
116
122
  "defaultValue": "2"
117
123
  },
118
124
  {
119
- "id": 335,
125
+ "id": 328,
120
126
  "name": "RemoveActiveToken",
121
127
  "kind": 16,
122
128
  "kindString": "Enumeration member",
@@ -127,7 +133,7 @@
127
133
  "sources": [
128
134
  {
129
135
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message-type.ts",
130
- "line": 26,
136
+ "line": 25,
131
137
  "character": 2
132
138
  }
133
139
  ],
@@ -139,11 +145,11 @@
139
145
  "title": "Enumeration members",
140
146
  "kind": 16,
141
147
  "children": [
142
- 332,
143
- 331,
144
- 334,
145
- 333,
146
- 335
148
+ 325,
149
+ 324,
150
+ 327,
151
+ 326,
152
+ 328
147
153
  ]
148
154
  }
149
155
  ],
@@ -156,7 +162,7 @@
156
162
  ]
157
163
  },
158
164
  {
159
- "id": 291,
165
+ "id": 284,
160
166
  "name": "SkyAlertModule",
161
167
  "kind": 128,
162
168
  "kindString": "Class",
@@ -169,27 +175,27 @@
169
175
  "name": "NgModule"
170
176
  },
171
177
  "arguments": {
172
- "obj": "{\n declarations: [\n SkyAlertComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyAlertComponent\n ]\n}"
178
+ "obj": "{\n declarations: [SkyAlertComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyAlertComponent],\n}"
173
179
  }
174
180
  }
175
181
  ],
176
182
  "children": [
177
183
  {
178
- "id": 292,
184
+ "id": 285,
179
185
  "name": "constructor",
180
186
  "kind": 512,
181
187
  "kindString": "Constructor",
182
188
  "flags": {},
183
189
  "signatures": [
184
190
  {
185
- "id": 293,
191
+ "id": 286,
186
192
  "name": "new SkyAlertModule",
187
193
  "kind": 16384,
188
194
  "kindString": "Constructor signature",
189
195
  "flags": {},
190
196
  "type": {
191
197
  "type": "reference",
192
- "id": 291,
198
+ "id": 284,
193
199
  "name": "SkyAlertModule"
194
200
  }
195
201
  }
@@ -201,20 +207,20 @@
201
207
  "title": "Constructors",
202
208
  "kind": 512,
203
209
  "children": [
204
- 292
210
+ 285
205
211
  ]
206
212
  }
207
213
  ],
208
214
  "sources": [
209
215
  {
210
216
  "fileName": "projects/indicators/src/modules/alert/alert.module.ts",
211
- "line": 44,
217
+ "line": 26,
212
218
  "character": 13
213
219
  }
214
220
  ]
215
221
  },
216
222
  {
217
- "id": 294,
223
+ "id": 287,
218
224
  "name": "SkyChevronModule",
219
225
  "kind": 128,
220
226
  "kindString": "Class",
@@ -227,27 +233,27 @@
227
233
  "name": "NgModule"
228
234
  },
229
235
  "arguments": {
230
- "obj": "{\n declarations: [\n SkyChevronComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyChevronComponent\n ]\n}"
236
+ "obj": "{\n declarations: [SkyChevronComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyChevronComponent],\n}"
231
237
  }
232
238
  }
233
239
  ],
234
240
  "children": [
235
241
  {
236
- "id": 295,
242
+ "id": 288,
237
243
  "name": "constructor",
238
244
  "kind": 512,
239
245
  "kindString": "Constructor",
240
246
  "flags": {},
241
247
  "signatures": [
242
248
  {
243
- "id": 296,
249
+ "id": 289,
244
250
  "name": "new SkyChevronModule",
245
251
  "kind": 16384,
246
252
  "kindString": "Constructor signature",
247
253
  "flags": {},
248
254
  "type": {
249
255
  "type": "reference",
250
- "id": 294,
256
+ "id": 287,
251
257
  "name": "SkyChevronModule"
252
258
  }
253
259
  }
@@ -259,20 +265,20 @@
259
265
  "title": "Constructors",
260
266
  "kind": 512,
261
267
  "children": [
262
- 295
268
+ 288
263
269
  ]
264
270
  }
265
271
  ],
266
272
  "sources": [
267
273
  {
268
274
  "fileName": "projects/indicators/src/modules/chevron/chevron.module.ts",
269
- "line": 39,
275
+ "line": 23,
270
276
  "character": 13
271
277
  }
272
278
  ]
273
279
  },
274
280
  {
275
- "id": 297,
281
+ "id": 290,
276
282
  "name": "SkyHelpInlineModule",
277
283
  "kind": 128,
278
284
  "kindString": "Class",
@@ -285,27 +291,27 @@
285
291
  "name": "NgModule"
286
292
  },
287
293
  "arguments": {
288
- "obj": "{\n declarations: [\n SkyHelpInlineComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule\n ],\n exports: [\n SkyHelpInlineComponent\n ]\n}"
294
+ "obj": "{\n declarations: [SkyHelpInlineComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n SkyThemeModule,\n ],\n exports: [SkyHelpInlineComponent],\n}"
289
295
  }
290
296
  }
291
297
  ],
292
298
  "children": [
293
299
  {
294
- "id": 298,
300
+ "id": 291,
295
301
  "name": "constructor",
296
302
  "kind": 512,
297
303
  "kindString": "Constructor",
298
304
  "flags": {},
299
305
  "signatures": [
300
306
  {
301
- "id": 299,
307
+ "id": 292,
302
308
  "name": "new SkyHelpInlineModule",
303
309
  "kind": 16384,
304
310
  "kindString": "Constructor signature",
305
311
  "flags": {},
306
312
  "type": {
307
313
  "type": "reference",
308
- "id": 297,
314
+ "id": 290,
309
315
  "name": "SkyHelpInlineModule"
310
316
  }
311
317
  }
@@ -317,20 +323,20 @@
317
323
  "title": "Constructors",
318
324
  "kind": 512,
319
325
  "children": [
320
- 298
326
+ 291
321
327
  ]
322
328
  }
323
329
  ],
324
330
  "sources": [
325
331
  {
326
332
  "fileName": "projects/indicators/src/modules/help-inline/help-inline.module.ts",
327
- "line": 44,
333
+ "line": 26,
328
334
  "character": 13
329
335
  }
330
336
  ]
331
337
  },
332
338
  {
333
- "id": 303,
339
+ "id": 296,
334
340
  "name": "SkyIconModule",
335
341
  "kind": 128,
336
342
  "kindString": "Class",
@@ -343,27 +349,27 @@
343
349
  "name": "NgModule"
344
350
  },
345
351
  "arguments": {
346
- "obj": "{\n declarations: [\n SkyIconClassListPipe,\n SkyIconComponent,\n SkyIconStackComponent\n ],\n imports: [\n CommonModule,\n SkyThemeIconManifestModule\n ],\n exports: [\n SkyIconComponent,\n SkyIconStackComponent\n ]\n}"
352
+ "obj": "{\n declarations: [SkyIconClassListPipe, SkyIconComponent, SkyIconStackComponent],\n imports: [CommonModule, SkyThemeIconManifestModule],\n exports: [SkyIconComponent, SkyIconStackComponent],\n}"
347
353
  }
348
354
  }
349
355
  ],
350
356
  "children": [
351
357
  {
352
- "id": 304,
358
+ "id": 297,
353
359
  "name": "constructor",
354
360
  "kind": 512,
355
361
  "kindString": "Constructor",
356
362
  "flags": {},
357
363
  "signatures": [
358
364
  {
359
- "id": 305,
365
+ "id": 298,
360
366
  "name": "new SkyIconModule",
361
367
  "kind": 16384,
362
368
  "kindString": "Constructor signature",
363
369
  "flags": {},
364
370
  "type": {
365
371
  "type": "reference",
366
- "id": 303,
372
+ "id": 296,
367
373
  "name": "SkyIconModule"
368
374
  }
369
375
  }
@@ -375,20 +381,20 @@
375
381
  "title": "Constructors",
376
382
  "kind": 512,
377
383
  "children": [
378
- 304
384
+ 297
379
385
  ]
380
386
  }
381
387
  ],
382
388
  "sources": [
383
389
  {
384
390
  "fileName": "projects/indicators/src/modules/icon/icon.module.ts",
385
- "line": 40,
391
+ "line": 18,
386
392
  "character": 13
387
393
  }
388
394
  ]
389
395
  },
390
396
  {
391
- "id": 308,
397
+ "id": 301,
392
398
  "name": "SkyKeyInfoModule",
393
399
  "kind": 128,
394
400
  "kindString": "Class",
@@ -401,27 +407,27 @@
401
407
  "name": "NgModule"
402
408
  },
403
409
  "arguments": {
404
- "obj": "{\n declarations: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent\n ],\n imports: [\n CommonModule\n ],\n exports: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent\n ]\n}"
410
+ "obj": "{\n declarations: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyKeyInfoComponent,\n SkyKeyInfoLabelComponent,\n SkyKeyInfoValueComponent,\n ],\n}"
405
411
  }
406
412
  }
407
413
  ],
408
414
  "children": [
409
415
  {
410
- "id": 309,
416
+ "id": 302,
411
417
  "name": "constructor",
412
418
  "kind": 512,
413
419
  "kindString": "Constructor",
414
420
  "flags": {},
415
421
  "signatures": [
416
422
  {
417
- "id": 310,
423
+ "id": 303,
418
424
  "name": "new SkyKeyInfoModule",
419
425
  "kind": 16384,
420
426
  "kindString": "Constructor signature",
421
427
  "flags": {},
422
428
  "type": {
423
429
  "type": "reference",
424
- "id": 308,
430
+ "id": 301,
425
431
  "name": "SkyKeyInfoModule"
426
432
  }
427
433
  }
@@ -433,20 +439,20 @@
433
439
  "title": "Constructors",
434
440
  "kind": 512,
435
441
  "children": [
436
- 309
442
+ 302
437
443
  ]
438
444
  }
439
445
  ],
440
446
  "sources": [
441
447
  {
442
448
  "fileName": "projects/indicators/src/modules/key-info/key-info.module.ts",
443
- "line": 36,
449
+ "line": 24,
444
450
  "character": 13
445
451
  }
446
452
  ]
447
453
  },
448
454
  {
449
- "id": 312,
455
+ "id": 305,
450
456
  "name": "SkyLabelModule",
451
457
  "kind": 128,
452
458
  "kindString": "Class",
@@ -459,27 +465,27 @@
459
465
  "name": "NgModule"
460
466
  },
461
467
  "arguments": {
462
- "obj": "{\n declarations: [\n SkyLabelComponent\n ],\n imports: [\n CommonModule,\n SkyIconModule\n ],\n exports: [\n SkyLabelComponent\n ]\n}"
468
+ "obj": "{\n declarations: [SkyLabelComponent],\n imports: [CommonModule, SkyIconModule],\n exports: [SkyLabelComponent],\n}"
463
469
  }
464
470
  }
465
471
  ],
466
472
  "children": [
467
473
  {
468
- "id": 313,
474
+ "id": 306,
469
475
  "name": "constructor",
470
476
  "kind": 512,
471
477
  "kindString": "Constructor",
472
478
  "flags": {},
473
479
  "signatures": [
474
480
  {
475
- "id": 314,
481
+ "id": 307,
476
482
  "name": "new SkyLabelModule",
477
483
  "kind": 16384,
478
484
  "kindString": "Constructor signature",
479
485
  "flags": {},
480
486
  "type": {
481
487
  "type": "reference",
482
- "id": 312,
488
+ "id": 305,
483
489
  "name": "SkyLabelModule"
484
490
  }
485
491
  }
@@ -491,20 +497,20 @@
491
497
  "title": "Constructors",
492
498
  "kind": 512,
493
499
  "children": [
494
- 313
500
+ 306
495
501
  ]
496
502
  }
497
503
  ],
498
504
  "sources": [
499
505
  {
500
506
  "fileName": "projects/indicators/src/modules/label/label.module.ts",
501
- "line": 29,
507
+ "line": 14,
502
508
  "character": 13
503
509
  }
504
510
  ]
505
511
  },
506
512
  {
507
- "id": 315,
513
+ "id": 308,
508
514
  "name": "SkyStatusIndicatorModule",
509
515
  "kind": 128,
510
516
  "kindString": "Class",
@@ -517,27 +523,27 @@
517
523
  "name": "NgModule"
518
524
  },
519
525
  "arguments": {
520
- "obj": "{\n declarations: [\n SkyStatusIndicatorComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule\n ],\n exports: [\n SkyStatusIndicatorComponent\n ]\n}"
526
+ "obj": "{\n declarations: [SkyStatusIndicatorComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n ],\n exports: [SkyStatusIndicatorComponent],\n}"
521
527
  }
522
528
  }
523
529
  ],
524
530
  "children": [
525
531
  {
526
- "id": 316,
532
+ "id": 309,
527
533
  "name": "constructor",
528
534
  "kind": 512,
529
535
  "kindString": "Constructor",
530
536
  "flags": {},
531
537
  "signatures": [
532
538
  {
533
- "id": 317,
539
+ "id": 310,
534
540
  "name": "new SkyStatusIndicatorModule",
535
541
  "kind": 16384,
536
542
  "kindString": "Constructor signature",
537
543
  "flags": {},
538
544
  "type": {
539
545
  "type": "reference",
540
- "id": 315,
546
+ "id": 308,
541
547
  "name": "SkyStatusIndicatorModule"
542
548
  }
543
549
  }
@@ -549,20 +555,20 @@
549
555
  "title": "Constructors",
550
556
  "kind": 512,
551
557
  "children": [
552
- 316
558
+ 309
553
559
  ]
554
560
  }
555
561
  ],
556
562
  "sources": [
557
563
  {
558
564
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.module.ts",
559
- "line": 39,
565
+ "line": 23,
560
566
  "character": 13
561
567
  }
562
568
  ]
563
569
  },
564
570
  {
565
- "id": 318,
571
+ "id": 311,
566
572
  "name": "SkyTextHighlightModule",
567
573
  "kind": 128,
568
574
  "kindString": "Class",
@@ -575,27 +581,27 @@
575
581
  "name": "NgModule"
576
582
  },
577
583
  "arguments": {
578
- "obj": "{\n declarations: [\n SkyTextHighlightDirective\n ],\n exports: [\n SkyTextHighlightDirective\n ],\n providers: [\n MutationObserverService\n ]\n}"
584
+ "obj": "{\n declarations: [SkyTextHighlightDirective],\n exports: [SkyTextHighlightDirective],\n providers: [MutationObserverService],\n}"
579
585
  }
580
586
  }
581
587
  ],
582
588
  "children": [
583
589
  {
584
- "id": 319,
590
+ "id": 312,
585
591
  "name": "constructor",
586
592
  "kind": 512,
587
593
  "kindString": "Constructor",
588
594
  "flags": {},
589
595
  "signatures": [
590
596
  {
591
- "id": 320,
597
+ "id": 313,
592
598
  "name": "new SkyTextHighlightModule",
593
599
  "kind": 16384,
594
600
  "kindString": "Constructor signature",
595
601
  "flags": {},
596
602
  "type": {
597
603
  "type": "reference",
598
- "id": 318,
604
+ "id": 311,
599
605
  "name": "SkyTextHighlightModule"
600
606
  }
601
607
  }
@@ -607,20 +613,20 @@
607
613
  "title": "Constructors",
608
614
  "kind": 512,
609
615
  "children": [
610
- 319
616
+ 312
611
617
  ]
612
618
  }
613
619
  ],
614
620
  "sources": [
615
621
  {
616
622
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.module.ts",
617
- "line": 24,
623
+ "line": 12,
618
624
  "character": 13
619
625
  }
620
626
  ]
621
627
  },
622
628
  {
623
- "id": 321,
629
+ "id": 314,
624
630
  "name": "SkyTokensModule",
625
631
  "kind": 128,
626
632
  "kindString": "Class",
@@ -633,27 +639,27 @@
633
639
  "name": "NgModule"
634
640
  },
635
641
  "arguments": {
636
- "obj": "{\n declarations: [\n SkyTokenComponent,\n SkyTokensComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule\n ],\n exports: [\n SkyTokenComponent,\n SkyTokensComponent\n ]\n}"
642
+ "obj": "{\n declarations: [SkyTokenComponent, SkyTokensComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIconModule,\n SkyIndicatorsResourcesModule,\n ],\n exports: [SkyTokenComponent, SkyTokensComponent],\n}"
637
643
  }
638
644
  }
639
645
  ],
640
646
  "children": [
641
647
  {
642
- "id": 322,
648
+ "id": 315,
643
649
  "name": "constructor",
644
650
  "kind": 512,
645
651
  "kindString": "Constructor",
646
652
  "flags": {},
647
653
  "signatures": [
648
654
  {
649
- "id": 323,
655
+ "id": 316,
650
656
  "name": "new SkyTokensModule",
651
657
  "kind": 16384,
652
658
  "kindString": "Constructor signature",
653
659
  "flags": {},
654
660
  "type": {
655
661
  "type": "reference",
656
- "id": 321,
662
+ "id": 314,
657
663
  "name": "SkyTokensModule"
658
664
  }
659
665
  }
@@ -665,20 +671,20 @@
665
671
  "title": "Constructors",
666
672
  "kind": 512,
667
673
  "children": [
668
- 322
674
+ 315
669
675
  ]
670
676
  }
671
677
  ],
672
678
  "sources": [
673
679
  {
674
680
  "fileName": "projects/indicators/src/modules/tokens/tokens.module.ts",
675
- "line": 45,
681
+ "line": 25,
676
682
  "character": 13
677
683
  }
678
684
  ]
679
685
  },
680
686
  {
681
- "id": 336,
687
+ "id": 329,
682
688
  "name": "SkyWaitModule",
683
689
  "kind": 128,
684
690
  "kindString": "Class",
@@ -691,27 +697,27 @@
691
697
  "name": "NgModule"
692
698
  },
693
699
  "arguments": {
694
- "obj": "{\n declarations: [\n SkyWaitComponent,\n SkyWaitPageComponent\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyIndicatorsResourcesModule\n ],\n exports: [\n SkyWaitComponent\n ],\n entryComponents: [\n SkyWaitPageComponent\n ]\n}"
700
+ "obj": "{\n declarations: [SkyWaitComponent, SkyWaitPageComponent],\n imports: [CommonModule, SkyI18nModule, SkyIndicatorsResourcesModule],\n exports: [SkyWaitComponent],\n entryComponents: [SkyWaitPageComponent],\n}"
695
701
  }
696
702
  }
697
703
  ],
698
704
  "children": [
699
705
  {
700
- "id": 337,
706
+ "id": 330,
701
707
  "name": "constructor",
702
708
  "kind": 512,
703
709
  "kindString": "Constructor",
704
710
  "flags": {},
705
711
  "signatures": [
706
712
  {
707
- "id": 338,
713
+ "id": 331,
708
714
  "name": "new SkyWaitModule",
709
715
  "kind": 16384,
710
716
  "kindString": "Constructor signature",
711
717
  "flags": {},
712
718
  "type": {
713
719
  "type": "reference",
714
- "id": 336,
720
+ "id": 329,
715
721
  "name": "SkyWaitModule"
716
722
  }
717
723
  }
@@ -723,20 +729,20 @@
723
729
  "title": "Constructors",
724
730
  "kind": 512,
725
731
  "children": [
726
- 337
732
+ 330
727
733
  ]
728
734
  }
729
735
  ],
730
736
  "sources": [
731
737
  {
732
738
  "fileName": "projects/indicators/src/modules/wait/wait.module.ts",
733
- "line": 42,
739
+ "line": 19,
734
740
  "character": 13
735
741
  }
736
742
  ]
737
743
  },
738
744
  {
739
- "id": 339,
745
+ "id": 332,
740
746
  "name": "SkyWaitService",
741
747
  "kind": 128,
742
748
  "kindString": "Class",
@@ -749,13 +755,13 @@
749
755
  "name": "Injectable"
750
756
  },
751
757
  "arguments": {
752
- "options": "{\n providedIn: 'root'\n}"
758
+ "options": "{\n providedIn: 'root',\n}"
753
759
  }
754
760
  }
755
761
  ],
756
762
  "children": [
757
763
  {
758
- "id": 343,
764
+ "id": 336,
759
765
  "name": "constructor",
760
766
  "kind": 512,
761
767
  "kindString": "Constructor",
@@ -763,20 +769,20 @@
763
769
  "sources": [
764
770
  {
765
771
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
766
- "line": 40,
772
+ "line": 28,
767
773
  "character": 2
768
774
  }
769
775
  ],
770
776
  "signatures": [
771
777
  {
772
- "id": 344,
778
+ "id": 337,
773
779
  "name": "new SkyWaitService",
774
780
  "kind": 16384,
775
781
  "kindString": "Constructor signature",
776
782
  "flags": {},
777
783
  "parameters": [
778
784
  {
779
- "id": 345,
785
+ "id": 338,
780
786
  "name": "resolver",
781
787
  "kind": 32768,
782
788
  "kindString": "Parameter",
@@ -787,7 +793,7 @@
787
793
  }
788
794
  },
789
795
  {
790
- "id": 346,
796
+ "id": 339,
791
797
  "name": "appRef",
792
798
  "kind": 32768,
793
799
  "kindString": "Parameter",
@@ -798,7 +804,7 @@
798
804
  }
799
805
  },
800
806
  {
801
- "id": 347,
807
+ "id": 340,
802
808
  "name": "waitAdapter",
803
809
  "kind": 32768,
804
810
  "kindString": "Parameter",
@@ -809,7 +815,7 @@
809
815
  }
810
816
  },
811
817
  {
812
- "id": 348,
818
+ "id": 341,
813
819
  "name": "windowSvc",
814
820
  "kind": 32768,
815
821
  "kindString": "Parameter",
@@ -822,14 +828,14 @@
822
828
  ],
823
829
  "type": {
824
830
  "type": "reference",
825
- "id": 339,
831
+ "id": 332,
826
832
  "name": "SkyWaitService"
827
833
  }
828
834
  }
829
835
  ]
830
836
  },
831
837
  {
832
- "id": 349,
838
+ "id": 342,
833
839
  "name": "beginBlockingPageWait",
834
840
  "kind": 2048,
835
841
  "kindString": "Method",
@@ -839,13 +845,13 @@
839
845
  "sources": [
840
846
  {
841
847
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
842
- "line": 50,
848
+ "line": 38,
843
849
  "character": 9
844
850
  }
845
851
  ],
846
852
  "signatures": [
847
853
  {
848
- "id": 350,
854
+ "id": 343,
849
855
  "name": "beginBlockingPageWait",
850
856
  "kind": 4096,
851
857
  "kindString": "Call signature",
@@ -861,7 +867,7 @@
861
867
  ]
862
868
  },
863
869
  {
864
- "id": 351,
870
+ "id": 344,
865
871
  "name": "beginNonBlockingPageWait",
866
872
  "kind": 2048,
867
873
  "kindString": "Method",
@@ -871,13 +877,13 @@
871
877
  "sources": [
872
878
  {
873
879
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
874
- "line": 57,
880
+ "line": 45,
875
881
  "character": 9
876
882
  }
877
883
  ],
878
884
  "signatures": [
879
885
  {
880
- "id": 352,
886
+ "id": 345,
881
887
  "name": "beginNonBlockingPageWait",
882
888
  "kind": 4096,
883
889
  "kindString": "Call signature",
@@ -893,7 +899,7 @@
893
899
  ]
894
900
  },
895
901
  {
896
- "id": 361,
902
+ "id": 354,
897
903
  "name": "blockingWrap",
898
904
  "kind": 2048,
899
905
  "kindString": "Method",
@@ -903,13 +909,13 @@
903
909
  "sources": [
904
910
  {
905
911
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
906
- "line": 100,
912
+ "line": 88,
907
913
  "character": 9
908
914
  }
909
915
  ],
910
916
  "signatures": [
911
917
  {
912
- "id": 362,
918
+ "id": 355,
913
919
  "name": "blockingWrap",
914
920
  "kind": 4096,
915
921
  "kindString": "Call signature",
@@ -919,7 +925,7 @@
919
925
  },
920
926
  "typeParameter": [
921
927
  {
922
- "id": 363,
928
+ "id": 356,
923
929
  "name": "T",
924
930
  "kind": 131072,
925
931
  "kindString": "Type parameter",
@@ -928,7 +934,7 @@
928
934
  ],
929
935
  "parameters": [
930
936
  {
931
- "id": 364,
937
+ "id": 357,
932
938
  "name": "observable",
933
939
  "kind": 32768,
934
940
  "kindString": "Parameter",
@@ -938,6 +944,7 @@
938
944
  "typeArguments": [
939
945
  {
940
946
  "type": "reference",
947
+ "id": 356,
941
948
  "name": "T"
942
949
  }
943
950
  ],
@@ -950,6 +957,7 @@
950
957
  "typeArguments": [
951
958
  {
952
959
  "type": "reference",
960
+ "id": 356,
953
961
  "name": "T"
954
962
  }
955
963
  ],
@@ -959,7 +967,7 @@
959
967
  ]
960
968
  },
961
969
  {
962
- "id": 357,
970
+ "id": 350,
963
971
  "name": "clearAllPageWaits",
964
972
  "kind": 2048,
965
973
  "kindString": "Method",
@@ -969,13 +977,13 @@
969
977
  "sources": [
970
978
  {
971
979
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
972
- "line": 80,
980
+ "line": 68,
973
981
  "character": 9
974
982
  }
975
983
  ],
976
984
  "signatures": [
977
985
  {
978
- "id": 358,
986
+ "id": 351,
979
987
  "name": "clearAllPageWaits",
980
988
  "kind": 4096,
981
989
  "kindString": "Call signature",
@@ -991,7 +999,7 @@
991
999
  ]
992
1000
  },
993
1001
  {
994
- "id": 353,
1002
+ "id": 346,
995
1003
  "name": "endBlockingPageWait",
996
1004
  "kind": 2048,
997
1005
  "kindString": "Method",
@@ -1001,13 +1009,13 @@
1001
1009
  "sources": [
1002
1010
  {
1003
1011
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1004
- "line": 65,
1012
+ "line": 53,
1005
1013
  "character": 9
1006
1014
  }
1007
1015
  ],
1008
1016
  "signatures": [
1009
1017
  {
1010
- "id": 354,
1018
+ "id": 347,
1011
1019
  "name": "endBlockingPageWait",
1012
1020
  "kind": 4096,
1013
1021
  "kindString": "Call signature",
@@ -1023,7 +1031,7 @@
1023
1031
  ]
1024
1032
  },
1025
1033
  {
1026
- "id": 355,
1034
+ "id": 348,
1027
1035
  "name": "endNonBlockingPageWait",
1028
1036
  "kind": 2048,
1029
1037
  "kindString": "Method",
@@ -1033,13 +1041,13 @@
1033
1041
  "sources": [
1034
1042
  {
1035
1043
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1036
- "line": 73,
1044
+ "line": 61,
1037
1045
  "character": 9
1038
1046
  }
1039
1047
  ],
1040
1048
  "signatures": [
1041
1049
  {
1042
- "id": 356,
1050
+ "id": 349,
1043
1051
  "name": "endNonBlockingPageWait",
1044
1052
  "kind": 4096,
1045
1053
  "kindString": "Call signature",
@@ -1055,7 +1063,7 @@
1055
1063
  ]
1056
1064
  },
1057
1065
  {
1058
- "id": 365,
1066
+ "id": 358,
1059
1067
  "name": "nonBlockingWrap",
1060
1068
  "kind": 2048,
1061
1069
  "kindString": "Method",
@@ -1065,13 +1073,13 @@
1065
1073
  "sources": [
1066
1074
  {
1067
1075
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1068
- "line": 111,
1076
+ "line": 99,
1069
1077
  "character": 9
1070
1078
  }
1071
1079
  ],
1072
1080
  "signatures": [
1073
1081
  {
1074
- "id": 366,
1082
+ "id": 359,
1075
1083
  "name": "nonBlockingWrap",
1076
1084
  "kind": 4096,
1077
1085
  "kindString": "Call signature",
@@ -1081,7 +1089,7 @@
1081
1089
  },
1082
1090
  "typeParameter": [
1083
1091
  {
1084
- "id": 367,
1092
+ "id": 360,
1085
1093
  "name": "T",
1086
1094
  "kind": 131072,
1087
1095
  "kindString": "Type parameter",
@@ -1090,7 +1098,7 @@
1090
1098
  ],
1091
1099
  "parameters": [
1092
1100
  {
1093
- "id": 368,
1101
+ "id": 361,
1094
1102
  "name": "observable",
1095
1103
  "kind": 32768,
1096
1104
  "kindString": "Parameter",
@@ -1100,6 +1108,7 @@
1100
1108
  "typeArguments": [
1101
1109
  {
1102
1110
  "type": "reference",
1111
+ "id": 360,
1103
1112
  "name": "T"
1104
1113
  }
1105
1114
  ],
@@ -1112,6 +1121,7 @@
1112
1121
  "typeArguments": [
1113
1122
  {
1114
1123
  "type": "reference",
1124
+ "id": 360,
1115
1125
  "name": "T"
1116
1126
  }
1117
1127
  ],
@@ -1126,34 +1136,34 @@
1126
1136
  "title": "Constructors",
1127
1137
  "kind": 512,
1128
1138
  "children": [
1129
- 343
1139
+ 336
1130
1140
  ]
1131
1141
  },
1132
1142
  {
1133
1143
  "title": "Methods",
1134
1144
  "kind": 2048,
1135
1145
  "children": [
1136
- 349,
1137
- 351,
1138
- 361,
1139
- 357,
1140
- 353,
1141
- 355,
1142
- 365
1146
+ 342,
1147
+ 344,
1148
+ 354,
1149
+ 350,
1150
+ 346,
1151
+ 348,
1152
+ 358
1143
1153
  ]
1144
1154
  }
1145
1155
  ],
1146
1156
  "sources": [
1147
1157
  {
1148
1158
  "fileName": "projects/indicators/src/modules/wait/wait.service.ts",
1149
- "line": 34,
1159
+ "line": 23,
1150
1160
  "character": 13
1151
1161
  }
1152
1162
  ]
1153
1163
  },
1154
1164
  {
1155
- "id": 8,
1156
- "name": "λ1",
1165
+ "id": 1,
1166
+ "name": "SkyAlertComponent",
1157
1167
  "kind": 128,
1158
1168
  "kindString": "Class",
1159
1169
  "flags": {},
@@ -1165,34 +1175,34 @@
1165
1175
  "name": "Component"
1166
1176
  },
1167
1177
  "arguments": {
1168
- "obj": "{\n selector: 'sky-alert',\n styleUrls: ['./alert.component.scss'],\n templateUrl: './alert.component.html'\n}"
1178
+ "obj": "{\n selector: 'sky-alert',\n styleUrls: ['./alert.component.scss'],\n templateUrl: './alert.component.html',\n}"
1169
1179
  }
1170
1180
  }
1171
1181
  ],
1172
1182
  "children": [
1173
1183
  {
1174
- "id": 9,
1184
+ "id": 2,
1175
1185
  "name": "constructor",
1176
1186
  "kind": 512,
1177
1187
  "kindString": "Constructor",
1178
1188
  "flags": {},
1179
1189
  "signatures": [
1180
1190
  {
1181
- "id": 10,
1182
- "name": "new λ1",
1191
+ "id": 3,
1192
+ "name": "SkyAlertComponent",
1183
1193
  "kind": 16384,
1184
1194
  "kindString": "Constructor signature",
1185
1195
  "flags": {},
1186
1196
  "type": {
1187
1197
  "type": "reference",
1188
- "id": 8,
1198
+ "id": 1,
1189
1199
  "name": "SkyAlertComponent"
1190
1200
  }
1191
1201
  }
1192
1202
  ]
1193
1203
  },
1194
1204
  {
1195
- "id": 18,
1205
+ "id": 11,
1196
1206
  "name": "alertBaseIcon",
1197
1207
  "kind": 1024,
1198
1208
  "kindString": "Property",
@@ -1202,18 +1212,18 @@
1202
1212
  "sources": [
1203
1213
  {
1204
1214
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1205
- "line": 64,
1215
+ "line": 52,
1206
1216
  "character": 9
1207
1217
  }
1208
1218
  ],
1209
1219
  "type": {
1210
1220
  "type": "reference",
1211
- "id": 300,
1221
+ "id": 293,
1212
1222
  "name": "SkyIconStackItem"
1213
1223
  }
1214
1224
  },
1215
1225
  {
1216
- "id": 19,
1226
+ "id": 12,
1217
1227
  "name": "alertTopIcon",
1218
1228
  "kind": 1024,
1219
1229
  "kindString": "Property",
@@ -1223,18 +1233,18 @@
1223
1233
  "sources": [
1224
1234
  {
1225
1235
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1226
- "line": 66,
1236
+ "line": 54,
1227
1237
  "character": 9
1228
1238
  }
1229
1239
  ],
1230
1240
  "type": {
1231
1241
  "type": "reference",
1232
- "id": 300,
1242
+ "id": 293,
1233
1243
  "name": "SkyIconStackItem"
1234
1244
  }
1235
1245
  },
1236
1246
  {
1237
- "id": 15,
1247
+ "id": 8,
1238
1248
  "name": "closeable",
1239
1249
  "kind": 1024,
1240
1250
  "kindString": "Property",
@@ -1263,7 +1273,7 @@
1263
1273
  "sources": [
1264
1274
  {
1265
1275
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1266
- "line": 49,
1276
+ "line": 37,
1267
1277
  "character": 9
1268
1278
  }
1269
1279
  ],
@@ -1273,7 +1283,7 @@
1273
1283
  }
1274
1284
  },
1275
1285
  {
1276
- "id": 16,
1286
+ "id": 9,
1277
1287
  "name": "closed",
1278
1288
  "kind": 1024,
1279
1289
  "kindString": "Property",
@@ -1302,7 +1312,7 @@
1302
1312
  "sources": [
1303
1313
  {
1304
1314
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1305
- "line": 56,
1315
+ "line": 44,
1306
1316
  "character": 9
1307
1317
  }
1308
1318
  ],
@@ -1312,7 +1322,7 @@
1312
1322
  }
1313
1323
  },
1314
1324
  {
1315
- "id": 17,
1325
+ "id": 10,
1316
1326
  "name": "closedChange",
1317
1327
  "kind": 1024,
1318
1328
  "kindString": "Property",
@@ -1335,7 +1345,7 @@
1335
1345
  "sources": [
1336
1346
  {
1337
1347
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1338
- "line": 62,
1348
+ "line": 50,
1339
1349
  "character": 9
1340
1350
  }
1341
1351
  ],
@@ -1352,7 +1362,7 @@
1352
1362
  "defaultValue": "..."
1353
1363
  },
1354
1364
  {
1355
- "id": 11,
1365
+ "id": 4,
1356
1366
  "name": "alertType",
1357
1367
  "kind": 262144,
1358
1368
  "kindString": "Accessor",
@@ -1372,13 +1382,13 @@
1372
1382
  "sources": [
1373
1383
  {
1374
1384
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1375
- "line": 35,
1385
+ "line": 23,
1376
1386
  "character": 13
1377
1387
  }
1378
1388
  ],
1379
1389
  "getSignature": [
1380
1390
  {
1381
- "id": 12,
1391
+ "id": 5,
1382
1392
  "name": "alertType",
1383
1393
  "kind": 524288,
1384
1394
  "kindString": "Get signature",
@@ -1394,7 +1404,7 @@
1394
1404
  ],
1395
1405
  "setSignature": [
1396
1406
  {
1397
- "id": 13,
1407
+ "id": 6,
1398
1408
  "name": "alertType",
1399
1409
  "kind": 1048576,
1400
1410
  "kindString": "Set signature",
@@ -1410,7 +1420,7 @@
1410
1420
  },
1411
1421
  "parameters": [
1412
1422
  {
1413
- "id": 14,
1423
+ "id": 7,
1414
1424
  "name": "value",
1415
1425
  "kind": 32768,
1416
1426
  "kindString": "Parameter",
@@ -1429,7 +1439,7 @@
1429
1439
  ]
1430
1440
  },
1431
1441
  {
1432
- "id": 23,
1442
+ "id": 16,
1433
1443
  "name": "close",
1434
1444
  "kind": 2048,
1435
1445
  "kindString": "Method",
@@ -1439,13 +1449,13 @@
1439
1449
  "sources": [
1440
1450
  {
1441
1451
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1442
- "line": 74,
1452
+ "line": 62,
1443
1453
  "character": 9
1444
1454
  }
1445
1455
  ],
1446
1456
  "signatures": [
1447
1457
  {
1448
- "id": 24,
1458
+ "id": 17,
1449
1459
  "name": "close",
1450
1460
  "kind": 4096,
1451
1461
  "kindString": "Call signature",
@@ -1458,7 +1468,7 @@
1458
1468
  ]
1459
1469
  },
1460
1470
  {
1461
- "id": 21,
1471
+ "id": 14,
1462
1472
  "name": "ngOnInit",
1463
1473
  "kind": 2048,
1464
1474
  "kindString": "Method",
@@ -1468,13 +1478,13 @@
1468
1478
  "sources": [
1469
1479
  {
1470
1480
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1471
- "line": 70,
1481
+ "line": 58,
1472
1482
  "character": 9
1473
1483
  }
1474
1484
  ],
1475
1485
  "signatures": [
1476
1486
  {
1477
- "id": 22,
1487
+ "id": 15,
1478
1488
  "name": "ngOnInit",
1479
1489
  "kind": 4096,
1480
1490
  "kindString": "Call signature",
@@ -1500,40 +1510,40 @@
1500
1510
  "title": "Constructors",
1501
1511
  "kind": 512,
1502
1512
  "children": [
1503
- 9
1513
+ 2
1504
1514
  ]
1505
1515
  },
1506
1516
  {
1507
1517
  "title": "Properties",
1508
1518
  "kind": 1024,
1509
1519
  "children": [
1510
- 18,
1511
- 19,
1512
- 15,
1513
- 16,
1514
- 17
1520
+ 11,
1521
+ 12,
1522
+ 8,
1523
+ 9,
1524
+ 10
1515
1525
  ]
1516
1526
  },
1517
1527
  {
1518
1528
  "title": "Accessors",
1519
1529
  "kind": 262144,
1520
1530
  "children": [
1521
- 11
1531
+ 4
1522
1532
  ]
1523
1533
  },
1524
1534
  {
1525
1535
  "title": "Methods",
1526
1536
  "kind": 2048,
1527
1537
  "children": [
1528
- 23,
1529
- 21
1538
+ 16,
1539
+ 14
1530
1540
  ]
1531
1541
  }
1532
1542
  ],
1533
1543
  "sources": [
1534
1544
  {
1535
1545
  "fileName": "projects/indicators/src/modules/alert/alert.component.ts",
1536
- "line": 28,
1546
+ "line": 16,
1537
1547
  "character": 13
1538
1548
  }
1539
1549
  ],
@@ -1545,8 +1555,8 @@
1545
1555
  ]
1546
1556
  },
1547
1557
  {
1548
- "id": 79,
1549
- "name": "λ10",
1558
+ "id": 72,
1559
+ "name": "SkyStatusIndicatorComponent",
1550
1560
  "kind": 128,
1551
1561
  "kindString": "Class",
1552
1562
  "flags": {},
@@ -1558,13 +1568,13 @@
1558
1568
  "name": "Component"
1559
1569
  },
1560
1570
  "arguments": {
1561
- "obj": "{\n selector: 'sky-status-indicator',\n templateUrl: './status-indicator.component.html',\n styleUrls: ['./status-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
1571
+ "obj": "{\n selector: 'sky-status-indicator',\n templateUrl: './status-indicator.component.html',\n styleUrls: ['./status-indicator.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
1562
1572
  }
1563
1573
  }
1564
1574
  ],
1565
1575
  "children": [
1566
1576
  {
1567
- "id": 80,
1577
+ "id": 73,
1568
1578
  "name": "constructor",
1569
1579
  "kind": 512,
1570
1580
  "kindString": "Constructor",
@@ -1572,20 +1582,20 @@
1572
1582
  "sources": [
1573
1583
  {
1574
1584
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1575
- "line": 96,
1585
+ "line": 86,
1576
1586
  "character": 2
1577
1587
  }
1578
1588
  ],
1579
1589
  "signatures": [
1580
1590
  {
1581
- "id": 81,
1582
- "name": "new λ10",
1591
+ "id": 74,
1592
+ "name": "SkyStatusIndicatorComponent",
1583
1593
  "kind": 16384,
1584
1594
  "kindString": "Constructor signature",
1585
1595
  "flags": {},
1586
1596
  "parameters": [
1587
1597
  {
1588
- "id": 82,
1598
+ "id": 75,
1589
1599
  "name": "changeDetector",
1590
1600
  "kind": 32768,
1591
1601
  "kindString": "Parameter",
@@ -1596,7 +1606,7 @@
1596
1606
  }
1597
1607
  },
1598
1608
  {
1599
- "id": 83,
1609
+ "id": 76,
1600
1610
  "name": "resources",
1601
1611
  "kind": 32768,
1602
1612
  "kindString": "Parameter",
@@ -1609,14 +1619,14 @@
1609
1619
  ],
1610
1620
  "type": {
1611
1621
  "type": "reference",
1612
- "id": 79,
1622
+ "id": 72,
1613
1623
  "name": "SkyStatusIndicatorComponent"
1614
1624
  }
1615
1625
  }
1616
1626
  ]
1617
1627
  },
1618
1628
  {
1619
- "id": 97,
1629
+ "id": 90,
1620
1630
  "name": "baseIcon",
1621
1631
  "kind": 1024,
1622
1632
  "kindString": "Property",
@@ -1626,18 +1636,18 @@
1626
1636
  "sources": [
1627
1637
  {
1628
1638
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1629
- "line": 84,
1639
+ "line": 74,
1630
1640
  "character": 9
1631
1641
  }
1632
1642
  ],
1633
1643
  "type": {
1634
1644
  "type": "reference",
1635
- "id": 300,
1645
+ "id": 293,
1636
1646
  "name": "SkyIconStackItem"
1637
1647
  }
1638
1648
  },
1639
1649
  {
1640
- "id": 96,
1650
+ "id": 89,
1641
1651
  "name": "descriptionComputed",
1642
1652
  "kind": 1024,
1643
1653
  "kindString": "Property",
@@ -1647,7 +1657,7 @@
1647
1657
  "sources": [
1648
1658
  {
1649
1659
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1650
- "line": 82,
1660
+ "line": 72,
1651
1661
  "character": 9
1652
1662
  }
1653
1663
  ],
@@ -1657,7 +1667,7 @@
1657
1667
  }
1658
1668
  },
1659
1669
  {
1660
- "id": 98,
1670
+ "id": 91,
1661
1671
  "name": "icon",
1662
1672
  "kind": 1024,
1663
1673
  "kindString": "Property",
@@ -1667,7 +1677,7 @@
1667
1677
  "sources": [
1668
1678
  {
1669
1679
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1670
- "line": 86,
1680
+ "line": 76,
1671
1681
  "character": 9
1672
1682
  }
1673
1683
  ],
@@ -1677,7 +1687,7 @@
1677
1687
  }
1678
1688
  },
1679
1689
  {
1680
- "id": 99,
1690
+ "id": 92,
1681
1691
  "name": "topIcon",
1682
1692
  "kind": 1024,
1683
1693
  "kindString": "Property",
@@ -1687,18 +1697,18 @@
1687
1697
  "sources": [
1688
1698
  {
1689
1699
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1690
- "line": 88,
1700
+ "line": 78,
1691
1701
  "character": 9
1692
1702
  }
1693
1703
  ],
1694
1704
  "type": {
1695
1705
  "type": "reference",
1696
- "id": 300,
1706
+ "id": 293,
1697
1707
  "name": "SkyIconStackItem"
1698
1708
  }
1699
1709
  },
1700
1710
  {
1701
- "id": 92,
1711
+ "id": 85,
1702
1712
  "name": "customDescription",
1703
1713
  "kind": 262144,
1704
1714
  "kindString": "Accessor",
@@ -1718,13 +1728,13 @@
1718
1728
  "sources": [
1719
1729
  {
1720
1730
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1721
- "line": 73,
1731
+ "line": 63,
1722
1732
  "character": 13
1723
1733
  }
1724
1734
  ],
1725
1735
  "getSignature": [
1726
1736
  {
1727
- "id": 93,
1737
+ "id": 86,
1728
1738
  "name": "customDescription",
1729
1739
  "kind": 524288,
1730
1740
  "kindString": "Get signature",
@@ -1740,7 +1750,7 @@
1740
1750
  ],
1741
1751
  "setSignature": [
1742
1752
  {
1743
- "id": 94,
1753
+ "id": 87,
1744
1754
  "name": "customDescription",
1745
1755
  "kind": 1048576,
1746
1756
  "kindString": "Set signature",
@@ -1750,7 +1760,7 @@
1750
1760
  },
1751
1761
  "parameters": [
1752
1762
  {
1753
- "id": 95,
1763
+ "id": 88,
1754
1764
  "name": "value",
1755
1765
  "kind": 32768,
1756
1766
  "kindString": "Parameter",
@@ -1769,7 +1779,7 @@
1769
1779
  ]
1770
1780
  },
1771
1781
  {
1772
- "id": 88,
1782
+ "id": 81,
1773
1783
  "name": "descriptionType",
1774
1784
  "kind": 262144,
1775
1785
  "kindString": "Accessor",
@@ -1789,13 +1799,13 @@
1789
1799
  "sources": [
1790
1800
  {
1791
1801
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1792
- "line": 59,
1802
+ "line": 49,
1793
1803
  "character": 13
1794
1804
  }
1795
1805
  ],
1796
1806
  "getSignature": [
1797
1807
  {
1798
- "id": 89,
1808
+ "id": 82,
1799
1809
  "name": "descriptionType",
1800
1810
  "kind": 524288,
1801
1811
  "kindString": "Get signature",
@@ -1811,7 +1821,7 @@
1811
1821
  ],
1812
1822
  "setSignature": [
1813
1823
  {
1814
- "id": 90,
1824
+ "id": 83,
1815
1825
  "name": "descriptionType",
1816
1826
  "kind": 1048576,
1817
1827
  "kindString": "Set signature",
@@ -1827,7 +1837,7 @@
1827
1837
  },
1828
1838
  "parameters": [
1829
1839
  {
1830
- "id": 91,
1840
+ "id": 84,
1831
1841
  "name": "value",
1832
1842
  "kind": 32768,
1833
1843
  "kindString": "Parameter",
@@ -1846,7 +1856,7 @@
1846
1856
  ]
1847
1857
  },
1848
1858
  {
1849
- "id": 84,
1859
+ "id": 77,
1850
1860
  "name": "indicatorType",
1851
1861
  "kind": 262144,
1852
1862
  "kindString": "Accessor",
@@ -1866,13 +1876,13 @@
1866
1876
  "sources": [
1867
1877
  {
1868
1878
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1869
- "line": 43,
1879
+ "line": 33,
1870
1880
  "character": 13
1871
1881
  }
1872
1882
  ],
1873
1883
  "getSignature": [
1874
1884
  {
1875
- "id": 85,
1885
+ "id": 78,
1876
1886
  "name": "indicatorType",
1877
1887
  "kind": 524288,
1878
1888
  "kindString": "Get signature",
@@ -1888,7 +1898,7 @@
1888
1898
  ],
1889
1899
  "setSignature": [
1890
1900
  {
1891
- "id": 86,
1901
+ "id": 79,
1892
1902
  "name": "indicatorType",
1893
1903
  "kind": 1048576,
1894
1904
  "kindString": "Set signature",
@@ -1904,7 +1914,7 @@
1904
1914
  },
1905
1915
  "parameters": [
1906
1916
  {
1907
- "id": 87,
1917
+ "id": 80,
1908
1918
  "name": "value",
1909
1919
  "kind": 32768,
1910
1920
  "kindString": "Parameter",
@@ -1928,40 +1938,40 @@
1928
1938
  "title": "Constructors",
1929
1939
  "kind": 512,
1930
1940
  "children": [
1931
- 80
1941
+ 73
1932
1942
  ]
1933
1943
  },
1934
1944
  {
1935
1945
  "title": "Properties",
1936
1946
  "kind": 1024,
1937
1947
  "children": [
1938
- 97,
1939
- 96,
1940
- 98,
1941
- 99
1948
+ 90,
1949
+ 89,
1950
+ 91,
1951
+ 92
1942
1952
  ]
1943
1953
  },
1944
1954
  {
1945
1955
  "title": "Accessors",
1946
1956
  "kind": 262144,
1947
1957
  "children": [
1948
- 92,
1949
- 88,
1950
- 84
1958
+ 85,
1959
+ 81,
1960
+ 77
1951
1961
  ]
1952
1962
  }
1953
1963
  ],
1954
1964
  "sources": [
1955
1965
  {
1956
1966
  "fileName": "projects/indicators/src/modules/status-indicator/status-indicator.component.ts",
1957
- "line": 36,
1967
+ "line": 26,
1958
1968
  "character": 13
1959
1969
  }
1960
1970
  ]
1961
1971
  },
1962
1972
  {
1963
- "id": 107,
1964
- "name": "λ11",
1973
+ "id": 100,
1974
+ "name": "SkyTextHighlightDirective",
1965
1975
  "kind": 128,
1966
1976
  "kindString": "Class",
1967
1977
  "flags": {},
@@ -1976,13 +1986,13 @@
1976
1986
  "name": "Directive"
1977
1987
  },
1978
1988
  "arguments": {
1979
- "obj": "{\n selector: '[skyHighlight]'\n}"
1989
+ "obj": "{\n selector: '[skyHighlight]',\n}"
1980
1990
  }
1981
1991
  }
1982
1992
  ],
1983
1993
  "children": [
1984
1994
  {
1985
- "id": 126,
1995
+ "id": 119,
1986
1996
  "name": "constructor",
1987
1997
  "kind": 512,
1988
1998
  "kindString": "Constructor",
@@ -1990,20 +2000,20 @@
1990
2000
  "sources": [
1991
2001
  {
1992
2002
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
1993
- "line": 40,
2003
+ "line": 39,
1994
2004
  "character": 2
1995
2005
  }
1996
2006
  ],
1997
2007
  "signatures": [
1998
2008
  {
1999
- "id": 127,
2000
- "name": "new λ11",
2009
+ "id": 120,
2010
+ "name": "SkyTextHighlightDirective",
2001
2011
  "kind": 16384,
2002
2012
  "kindString": "Constructor signature",
2003
2013
  "flags": {},
2004
2014
  "parameters": [
2005
2015
  {
2006
- "id": 128,
2016
+ "id": 121,
2007
2017
  "name": "el",
2008
2018
  "kind": 32768,
2009
2019
  "kindString": "Parameter",
@@ -2020,7 +2030,7 @@
2020
2030
  }
2021
2031
  },
2022
2032
  {
2023
- "id": 129,
2033
+ "id": 122,
2024
2034
  "name": "observerService",
2025
2035
  "kind": 32768,
2026
2036
  "kindString": "Parameter",
@@ -2033,14 +2043,14 @@
2033
2043
  ],
2034
2044
  "type": {
2035
2045
  "type": "reference",
2036
- "id": 107,
2046
+ "id": 100,
2037
2047
  "name": "SkyTextHighlightDirective"
2038
2048
  }
2039
2049
  }
2040
2050
  ]
2041
2051
  },
2042
2052
  {
2043
- "id": 130,
2053
+ "id": 123,
2044
2054
  "name": "skyHighlight",
2045
2055
  "kind": 1024,
2046
2056
  "kindString": "Property",
@@ -2063,7 +2073,7 @@
2063
2073
  "sources": [
2064
2074
  {
2065
2075
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2066
- "line": 34,
2076
+ "line": 33,
2067
2077
  "character": 9
2068
2078
  }
2069
2079
  ],
@@ -2073,7 +2083,7 @@
2073
2083
  }
2074
2084
  },
2075
2085
  {
2076
- "id": 136,
2086
+ "id": 129,
2077
2087
  "name": "ngAfterViewInit",
2078
2088
  "kind": 2048,
2079
2089
  "kindString": "Method",
@@ -2083,13 +2093,13 @@
2083
2093
  "sources": [
2084
2094
  {
2085
2095
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2086
- "line": 51,
2096
+ "line": 50,
2087
2097
  "character": 9
2088
2098
  }
2089
2099
  ],
2090
2100
  "signatures": [
2091
2101
  {
2092
- "id": 137,
2102
+ "id": 130,
2093
2103
  "name": "ngAfterViewInit",
2094
2104
  "kind": 4096,
2095
2105
  "kindString": "Call signature",
@@ -2110,7 +2120,7 @@
2110
2120
  }
2111
2121
  },
2112
2122
  {
2113
- "id": 133,
2123
+ "id": 126,
2114
2124
  "name": "ngOnChanges",
2115
2125
  "kind": 2048,
2116
2126
  "kindString": "Method",
@@ -2120,20 +2130,20 @@
2120
2130
  "sources": [
2121
2131
  {
2122
2132
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2123
- "line": 45,
2133
+ "line": 44,
2124
2134
  "character": 9
2125
2135
  }
2126
2136
  ],
2127
2137
  "signatures": [
2128
2138
  {
2129
- "id": 134,
2139
+ "id": 127,
2130
2140
  "name": "ngOnChanges",
2131
2141
  "kind": 4096,
2132
2142
  "kindString": "Call signature",
2133
2143
  "flags": {},
2134
2144
  "parameters": [
2135
2145
  {
2136
- "id": 135,
2146
+ "id": 128,
2137
2147
  "name": "changes",
2138
2148
  "kind": 32768,
2139
2149
  "kindString": "Parameter",
@@ -2160,7 +2170,7 @@
2160
2170
  }
2161
2171
  },
2162
2172
  {
2163
- "id": 138,
2173
+ "id": 131,
2164
2174
  "name": "ngOnDestroy",
2165
2175
  "kind": 2048,
2166
2176
  "kindString": "Method",
@@ -2170,13 +2180,13 @@
2170
2180
  "sources": [
2171
2181
  {
2172
2182
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2173
- "line": 63,
2183
+ "line": 64,
2174
2184
  "character": 9
2175
2185
  }
2176
2186
  ],
2177
2187
  "signatures": [
2178
2188
  {
2179
- "id": 139,
2189
+ "id": 132,
2180
2190
  "name": "ngOnDestroy",
2181
2191
  "kind": 4096,
2182
2192
  "kindString": "Call signature",
@@ -2202,30 +2212,30 @@
2202
2212
  "title": "Constructors",
2203
2213
  "kind": 512,
2204
2214
  "children": [
2205
- 126
2215
+ 119
2206
2216
  ]
2207
2217
  },
2208
2218
  {
2209
2219
  "title": "Properties",
2210
2220
  "kind": 1024,
2211
2221
  "children": [
2212
- 130
2222
+ 123
2213
2223
  ]
2214
2224
  },
2215
2225
  {
2216
2226
  "title": "Methods",
2217
2227
  "kind": 2048,
2218
2228
  "children": [
2219
- 136,
2220
- 133,
2221
- 138
2229
+ 129,
2230
+ 126,
2231
+ 131
2222
2232
  ]
2223
2233
  }
2224
2234
  ],
2225
2235
  "sources": [
2226
2236
  {
2227
2237
  "fileName": "projects/indicators/src/modules/text-highlight/text-highlight.directive.ts",
2228
- "line": 28,
2238
+ "line": 26,
2229
2239
  "character": 13
2230
2240
  }
2231
2241
  ],
@@ -2245,8 +2255,8 @@
2245
2255
  ]
2246
2256
  },
2247
2257
  {
2248
- "id": 147,
2249
- "name": "λ12",
2258
+ "id": 140,
2259
+ "name": "SkyTokenComponent",
2250
2260
  "kind": 128,
2251
2261
  "kindString": "Class",
2252
2262
  "flags": {},
@@ -2258,13 +2268,13 @@
2258
2268
  "name": "Component"
2259
2269
  },
2260
2270
  "arguments": {
2261
- "obj": "{\n selector: 'sky-token',\n templateUrl: './token.component.html',\n styleUrls: ['./token.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
2271
+ "obj": "{\n selector: 'sky-token',\n templateUrl: './token.component.html',\n styleUrls: ['./token.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
2262
2272
  }
2263
2273
  }
2264
2274
  ],
2265
2275
  "children": [
2266
2276
  {
2267
- "id": 148,
2277
+ "id": 141,
2268
2278
  "name": "constructor",
2269
2279
  "kind": 512,
2270
2280
  "kindString": "Constructor",
@@ -2272,20 +2282,20 @@
2272
2282
  "sources": [
2273
2283
  {
2274
2284
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2275
- "line": 113,
2285
+ "line": 112,
2276
2286
  "character": 2
2277
2287
  }
2278
2288
  ],
2279
2289
  "signatures": [
2280
2290
  {
2281
- "id": 149,
2282
- "name": "new λ12",
2291
+ "id": 142,
2292
+ "name": "SkyTokenComponent",
2283
2293
  "kind": 16384,
2284
2294
  "kindString": "Constructor signature",
2285
2295
  "flags": {},
2286
2296
  "parameters": [
2287
2297
  {
2288
- "id": 150,
2298
+ "id": 143,
2289
2299
  "name": "elementRef",
2290
2300
  "kind": 32768,
2291
2301
  "kindString": "Parameter",
@@ -2302,7 +2312,7 @@
2302
2312
  }
2303
2313
  },
2304
2314
  {
2305
- "id": 151,
2315
+ "id": 144,
2306
2316
  "name": "resourcesService",
2307
2317
  "kind": 32768,
2308
2318
  "kindString": "Parameter",
@@ -2315,14 +2325,14 @@
2315
2325
  ],
2316
2326
  "type": {
2317
2327
  "type": "reference",
2318
- "id": 147,
2328
+ "id": 140,
2319
2329
  "name": "SkyTokenComponent"
2320
2330
  }
2321
2331
  }
2322
2332
  ]
2323
2333
  },
2324
2334
  {
2325
- "id": 168,
2335
+ "id": 161,
2326
2336
  "name": "dismiss",
2327
2337
  "kind": 1024,
2328
2338
  "kindString": "Property",
@@ -2345,7 +2355,7 @@
2345
2355
  "sources": [
2346
2356
  {
2347
2357
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2348
- "line": 83,
2358
+ "line": 82,
2349
2359
  "character": 9
2350
2360
  }
2351
2361
  ],
@@ -2362,7 +2372,7 @@
2362
2372
  "defaultValue": "..."
2363
2373
  },
2364
2374
  {
2365
- "id": 169,
2375
+ "id": 162,
2366
2376
  "name": "tokenFocus",
2367
2377
  "kind": 1024,
2368
2378
  "kindString": "Property",
@@ -2385,7 +2395,7 @@
2385
2395
  "sources": [
2386
2396
  {
2387
2397
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2388
- "line": 89,
2398
+ "line": 88,
2389
2399
  "character": 9
2390
2400
  }
2391
2401
  ],
@@ -2402,7 +2412,7 @@
2402
2412
  "defaultValue": "..."
2403
2413
  },
2404
2414
  {
2405
- "id": 156,
2415
+ "id": 149,
2406
2416
  "name": "ariaLabel",
2407
2417
  "kind": 262144,
2408
2418
  "kindString": "Accessor",
@@ -2422,13 +2432,13 @@
2422
2432
  "sources": [
2423
2433
  {
2424
2434
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2425
- "line": 43,
2435
+ "line": 40,
2426
2436
  "character": 13
2427
2437
  }
2428
2438
  ],
2429
2439
  "getSignature": [
2430
2440
  {
2431
- "id": 157,
2441
+ "id": 150,
2432
2442
  "name": "ariaLabel",
2433
2443
  "kind": 524288,
2434
2444
  "kindString": "Get signature",
@@ -2444,7 +2454,7 @@
2444
2454
  ],
2445
2455
  "setSignature": [
2446
2456
  {
2447
- "id": 158,
2457
+ "id": 151,
2448
2458
  "name": "ariaLabel",
2449
2459
  "kind": 1048576,
2450
2460
  "kindString": "Set signature",
@@ -2460,7 +2470,7 @@
2460
2470
  },
2461
2471
  "parameters": [
2462
2472
  {
2463
- "id": 159,
2473
+ "id": 152,
2464
2474
  "name": "value",
2465
2475
  "kind": 32768,
2466
2476
  "kindString": "Parameter",
@@ -2479,7 +2489,7 @@
2479
2489
  ]
2480
2490
  },
2481
2491
  {
2482
- "id": 152,
2492
+ "id": 145,
2483
2493
  "name": "disabled",
2484
2494
  "kind": 262144,
2485
2495
  "kindString": "Accessor",
@@ -2499,13 +2509,13 @@
2499
2509
  "sources": [
2500
2510
  {
2501
2511
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2502
- "line": 29,
2512
+ "line": 26,
2503
2513
  "character": 13
2504
2514
  }
2505
2515
  ],
2506
2516
  "getSignature": [
2507
2517
  {
2508
- "id": 153,
2518
+ "id": 146,
2509
2519
  "name": "disabled",
2510
2520
  "kind": 524288,
2511
2521
  "kindString": "Get signature",
@@ -2521,7 +2531,7 @@
2521
2531
  ],
2522
2532
  "setSignature": [
2523
2533
  {
2524
- "id": 154,
2534
+ "id": 147,
2525
2535
  "name": "disabled",
2526
2536
  "kind": 1048576,
2527
2537
  "kindString": "Set signature",
@@ -2537,7 +2547,7 @@
2537
2547
  },
2538
2548
  "parameters": [
2539
2549
  {
2540
- "id": 155,
2550
+ "id": 148,
2541
2551
  "name": "value",
2542
2552
  "kind": 32768,
2543
2553
  "kindString": "Parameter",
@@ -2556,7 +2566,7 @@
2556
2566
  ]
2557
2567
  },
2558
2568
  {
2559
- "id": 160,
2569
+ "id": 153,
2560
2570
  "name": "dismissible",
2561
2571
  "kind": 262144,
2562
2572
  "kindString": "Accessor",
@@ -2576,13 +2586,13 @@
2576
2586
  "sources": [
2577
2587
  {
2578
2588
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2579
- "line": 57,
2589
+ "line": 56,
2580
2590
  "character": 13
2581
2591
  }
2582
2592
  ],
2583
2593
  "getSignature": [
2584
2594
  {
2585
- "id": 161,
2595
+ "id": 154,
2586
2596
  "name": "dismissible",
2587
2597
  "kind": 524288,
2588
2598
  "kindString": "Get signature",
@@ -2598,7 +2608,7 @@
2598
2608
  ],
2599
2609
  "setSignature": [
2600
2610
  {
2601
- "id": 162,
2611
+ "id": 155,
2602
2612
  "name": "dismissible",
2603
2613
  "kind": 1048576,
2604
2614
  "kindString": "Set signature",
@@ -2614,7 +2624,7 @@
2614
2624
  },
2615
2625
  "parameters": [
2616
2626
  {
2617
- "id": 163,
2627
+ "id": 156,
2618
2628
  "name": "value",
2619
2629
  "kind": 32768,
2620
2630
  "kindString": "Parameter",
@@ -2633,7 +2643,7 @@
2633
2643
  ]
2634
2644
  },
2635
2645
  {
2636
- "id": 164,
2646
+ "id": 157,
2637
2647
  "name": "focusable",
2638
2648
  "kind": 262144,
2639
2649
  "kindString": "Accessor",
@@ -2653,13 +2663,13 @@
2653
2663
  "sources": [
2654
2664
  {
2655
2665
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2656
- "line": 71,
2666
+ "line": 70,
2657
2667
  "character": 13
2658
2668
  }
2659
2669
  ],
2660
2670
  "getSignature": [
2661
2671
  {
2662
- "id": 165,
2672
+ "id": 158,
2663
2673
  "name": "focusable",
2664
2674
  "kind": 524288,
2665
2675
  "kindString": "Get signature",
@@ -2675,7 +2685,7 @@
2675
2685
  ],
2676
2686
  "setSignature": [
2677
2687
  {
2678
- "id": 166,
2688
+ "id": 159,
2679
2689
  "name": "focusable",
2680
2690
  "kind": 1048576,
2681
2691
  "kindString": "Set signature",
@@ -2691,7 +2701,7 @@
2691
2701
  },
2692
2702
  "parameters": [
2693
2703
  {
2694
- "id": 167,
2704
+ "id": 160,
2695
2705
  "name": "value",
2696
2706
  "kind": 32768,
2697
2707
  "kindString": "Parameter",
@@ -2710,7 +2720,7 @@
2710
2720
  ]
2711
2721
  },
2712
2722
  {
2713
- "id": 178,
2723
+ "id": 171,
2714
2724
  "name": "dismissToken",
2715
2725
  "kind": 2048,
2716
2726
  "kindString": "Method",
@@ -2720,20 +2730,20 @@
2720
2730
  "sources": [
2721
2731
  {
2722
2732
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2723
- "line": 118,
2733
+ "line": 117,
2724
2734
  "character": 9
2725
2735
  }
2726
2736
  ],
2727
2737
  "signatures": [
2728
2738
  {
2729
- "id": 179,
2739
+ "id": 172,
2730
2740
  "name": "dismissToken",
2731
2741
  "kind": 4096,
2732
2742
  "kindString": "Call signature",
2733
2743
  "flags": {},
2734
2744
  "parameters": [
2735
2745
  {
2736
- "id": 180,
2746
+ "id": 173,
2737
2747
  "name": "event",
2738
2748
  "kind": 32768,
2739
2749
  "kindString": "Parameter",
@@ -2752,7 +2762,7 @@
2752
2762
  ]
2753
2763
  },
2754
2764
  {
2755
- "id": 181,
2765
+ "id": 174,
2756
2766
  "name": "focusElement",
2757
2767
  "kind": 2048,
2758
2768
  "kindString": "Method",
@@ -2762,13 +2772,13 @@
2762
2772
  "sources": [
2763
2773
  {
2764
2774
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2765
- "line": 123,
2775
+ "line": 122,
2766
2776
  "character": 9
2767
2777
  }
2768
2778
  ],
2769
2779
  "signatures": [
2770
2780
  {
2771
- "id": 182,
2781
+ "id": 175,
2772
2782
  "name": "focusElement",
2773
2783
  "kind": 4096,
2774
2784
  "kindString": "Call signature",
@@ -2786,47 +2796,47 @@
2786
2796
  "title": "Constructors",
2787
2797
  "kind": 512,
2788
2798
  "children": [
2789
- 148
2799
+ 141
2790
2800
  ]
2791
2801
  },
2792
2802
  {
2793
2803
  "title": "Properties",
2794
2804
  "kind": 1024,
2795
2805
  "children": [
2796
- 168,
2797
- 169
2806
+ 161,
2807
+ 162
2798
2808
  ]
2799
2809
  },
2800
2810
  {
2801
2811
  "title": "Accessors",
2802
2812
  "kind": 262144,
2803
2813
  "children": [
2804
- 156,
2805
- 152,
2806
- 160,
2807
- 164
2814
+ 149,
2815
+ 145,
2816
+ 153,
2817
+ 157
2808
2818
  ]
2809
2819
  },
2810
2820
  {
2811
2821
  "title": "Methods",
2812
2822
  "kind": 2048,
2813
2823
  "children": [
2814
- 178,
2815
- 181
2824
+ 171,
2825
+ 174
2816
2826
  ]
2817
2827
  }
2818
2828
  ],
2819
2829
  "sources": [
2820
2830
  {
2821
2831
  "fileName": "projects/indicators/src/modules/tokens/token.component.ts",
2822
- "line": 20,
2832
+ "line": 18,
2823
2833
  "character": 13
2824
2834
  }
2825
2835
  ]
2826
2836
  },
2827
2837
  {
2828
- "id": 186,
2829
- "name": "λ13",
2838
+ "id": 179,
2839
+ "name": "SkyTokensComponent",
2830
2840
  "kind": 128,
2831
2841
  "kindString": "Class",
2832
2842
  "flags": {},
@@ -2838,13 +2848,13 @@
2838
2848
  "name": "Component"
2839
2849
  },
2840
2850
  "arguments": {
2841
- "obj": "{\n selector: 'sky-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('blockAnimationOnLoad', [\n transition(':enter', [])\n ]),\n trigger('dismiss', [\n transition(\n ':enter',\n [\n style({\n opacity: 0,\n width: 0\n }),\n animate(\n '150ms ease-in',\n style({\n opacity: 1,\n width: '*'\n })\n )\n ]\n ),\n transition(\n ':leave',\n [\n animate(\n '150ms ease-in',\n style({\n opacity: 0,\n width: 0\n })\n )\n ]\n )\n ])\n ]\n}"
2851
+ "obj": "{\n selector: 'sky-tokens',\n templateUrl: './tokens.component.html',\n styleUrls: ['./tokens.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n animations: [\n trigger('blockAnimationOnLoad', [transition(':enter', [])]),\n trigger('dismiss', [\n transition(':enter', [\n style({\n opacity: 0,\n width: 0,\n }),\n animate(\n '150ms ease-in',\n style({\n opacity: 1,\n width: '*',\n })\n ),\n ]),\n transition(':leave', [\n animate(\n '150ms ease-in',\n style({\n opacity: 0,\n width: 0,\n })\n ),\n ]),\n ]),\n ],\n}"
2842
2852
  }
2843
2853
  }
2844
2854
  ],
2845
2855
  "children": [
2846
2856
  {
2847
- "id": 187,
2857
+ "id": 180,
2848
2858
  "name": "constructor",
2849
2859
  "kind": 512,
2850
2860
  "kindString": "Constructor",
@@ -2852,20 +2862,20 @@
2852
2862
  "sources": [
2853
2863
  {
2854
2864
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
2855
- "line": 249,
2865
+ "line": 220,
2856
2866
  "character": 2
2857
2867
  }
2858
2868
  ],
2859
2869
  "signatures": [
2860
2870
  {
2861
- "id": 188,
2862
- "name": "new λ13",
2871
+ "id": 181,
2872
+ "name": "SkyTokensComponent",
2863
2873
  "kind": 16384,
2864
2874
  "kindString": "Constructor signature",
2865
2875
  "flags": {},
2866
2876
  "parameters": [
2867
2877
  {
2868
- "id": 189,
2878
+ "id": 182,
2869
2879
  "name": "changeDetector",
2870
2880
  "kind": 32768,
2871
2881
  "kindString": "Parameter",
@@ -2878,14 +2888,14 @@
2878
2888
  ],
2879
2889
  "type": {
2880
2890
  "type": "reference",
2881
- "id": 186,
2891
+ "id": 179,
2882
2892
  "name": "SkyTokensComponent"
2883
2893
  }
2884
2894
  }
2885
2895
  ]
2886
2896
  },
2887
2897
  {
2888
- "id": 215,
2898
+ "id": 208,
2889
2899
  "name": "focusIndexOverRange",
2890
2900
  "kind": 1024,
2891
2901
  "kindString": "Property",
@@ -2908,7 +2918,7 @@
2908
2918
  "sources": [
2909
2919
  {
2910
2920
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
2911
- "line": 188,
2921
+ "line": 159,
2912
2922
  "character": 9
2913
2923
  }
2914
2924
  ],
@@ -2925,7 +2935,7 @@
2925
2935
  "defaultValue": "..."
2926
2936
  },
2927
2937
  {
2928
- "id": 216,
2938
+ "id": 209,
2929
2939
  "name": "focusIndexUnderRange",
2930
2940
  "kind": 1024,
2931
2941
  "kindString": "Property",
@@ -2948,7 +2958,7 @@
2948
2958
  "sources": [
2949
2959
  {
2950
2960
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
2951
- "line": 195,
2961
+ "line": 166,
2952
2962
  "character": 9
2953
2963
  }
2954
2964
  ],
@@ -2965,7 +2975,7 @@
2965
2975
  "defaultValue": "..."
2966
2976
  },
2967
2977
  {
2968
- "id": 217,
2978
+ "id": 210,
2969
2979
  "name": "tokenSelected",
2970
2980
  "kind": 1024,
2971
2981
  "kindString": "Property",
@@ -2988,7 +2998,7 @@
2988
2998
  "sources": [
2989
2999
  {
2990
3000
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
2991
- "line": 201,
3001
+ "line": 172,
2992
3002
  "character": 9
2993
3003
  }
2994
3004
  ],
@@ -2997,7 +3007,7 @@
2997
3007
  "typeArguments": [
2998
3008
  {
2999
3009
  "type": "reference",
3000
- "id": 326,
3010
+ "id": 319,
3001
3011
  "name": "SkyTokenSelectedEventArgs"
3002
3012
  }
3003
3013
  ],
@@ -3006,7 +3016,7 @@
3006
3016
  "defaultValue": "..."
3007
3017
  },
3008
3018
  {
3009
- "id": 218,
3019
+ "id": 211,
3010
3020
  "name": "tokensChange",
3011
3021
  "kind": 1024,
3012
3022
  "kindString": "Property",
@@ -3029,7 +3039,7 @@
3029
3039
  "sources": [
3030
3040
  {
3031
3041
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3032
- "line": 208,
3042
+ "line": 179,
3033
3043
  "character": 9
3034
3044
  }
3035
3045
  ],
@@ -3040,7 +3050,7 @@
3040
3050
  "type": "array",
3041
3051
  "elementType": {
3042
3052
  "type": "reference",
3043
- "id": 324,
3053
+ "id": 317,
3044
3054
  "name": "SkyToken"
3045
3055
  }
3046
3056
  }
@@ -3050,34 +3060,31 @@
3050
3060
  "defaultValue": "..."
3051
3061
  },
3052
3062
  {
3053
- "id": 223,
3063
+ "id": 216,
3054
3064
  "name": "trackTokenFn",
3055
3065
  "kind": 1024,
3056
3066
  "kindString": "Property",
3057
3067
  "flags": {
3058
3068
  "isPublic": true
3059
3069
  },
3060
- "comment": {
3061
- "shortText": "internal"
3062
- },
3063
3070
  "sources": [
3064
3071
  {
3065
3072
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3066
- "line": 233,
3073
+ "line": 204,
3067
3074
  "character": 9
3068
3075
  }
3069
3076
  ],
3070
3077
  "type": {
3071
3078
  "type": "reflection",
3072
3079
  "declaration": {
3073
- "id": 224,
3080
+ "id": 217,
3074
3081
  "name": "__type",
3075
3082
  "kind": 65536,
3076
3083
  "kindString": "Type literal",
3077
3084
  "flags": {},
3078
3085
  "signatures": [
3079
3086
  {
3080
- "id": 225,
3087
+ "id": 218,
3081
3088
  "name": "__type",
3082
3089
  "kind": 4096,
3083
3090
  "kindString": "Call signature",
@@ -3087,7 +3094,7 @@
3087
3094
  },
3088
3095
  "parameters": [
3089
3096
  {
3090
- "id": 226,
3097
+ "id": 219,
3091
3098
  "name": "index",
3092
3099
  "kind": 32768,
3093
3100
  "kindString": "Parameter",
@@ -3098,14 +3105,14 @@
3098
3105
  }
3099
3106
  },
3100
3107
  {
3101
- "id": 227,
3108
+ "id": 220,
3102
3109
  "name": "item",
3103
3110
  "kind": 32768,
3104
3111
  "kindString": "Parameter",
3105
3112
  "flags": {},
3106
3113
  "type": {
3107
3114
  "type": "reference",
3108
- "id": 324,
3115
+ "id": 317,
3109
3116
  "name": "SkyToken"
3110
3117
  }
3111
3118
  }
@@ -3120,7 +3127,7 @@
3120
3127
  }
3121
3128
  },
3122
3129
  {
3123
- "id": 202,
3130
+ "id": 195,
3124
3131
  "name": "trackWith",
3125
3132
  "kind": 1024,
3126
3133
  "kindString": "Property",
@@ -3143,7 +3150,7 @@
3143
3150
  "sources": [
3144
3151
  {
3145
3152
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3146
- "line": 139,
3153
+ "line": 110,
3147
3154
  "character": 9
3148
3155
  }
3149
3156
  ],
@@ -3153,7 +3160,7 @@
3153
3160
  }
3154
3161
  },
3155
3162
  {
3156
- "id": 190,
3163
+ "id": 183,
3157
3164
  "name": "disabled",
3158
3165
  "kind": 262144,
3159
3166
  "kindString": "Accessor",
@@ -3173,13 +3180,13 @@
3173
3180
  "sources": [
3174
3181
  {
3175
3182
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3176
- "line": 99,
3183
+ "line": 70,
3177
3184
  "character": 13
3178
3185
  }
3179
3186
  ],
3180
3187
  "getSignature": [
3181
3188
  {
3182
- "id": 191,
3189
+ "id": 184,
3183
3190
  "name": "disabled",
3184
3191
  "kind": 524288,
3185
3192
  "kindString": "Get signature",
@@ -3195,7 +3202,7 @@
3195
3202
  ],
3196
3203
  "setSignature": [
3197
3204
  {
3198
- "id": 192,
3205
+ "id": 185,
3199
3206
  "name": "disabled",
3200
3207
  "kind": 1048576,
3201
3208
  "kindString": "Set signature",
@@ -3211,7 +3218,7 @@
3211
3218
  },
3212
3219
  "parameters": [
3213
3220
  {
3214
- "id": 193,
3221
+ "id": 186,
3215
3222
  "name": "value",
3216
3223
  "kind": 32768,
3217
3224
  "kindString": "Parameter",
@@ -3230,7 +3237,7 @@
3230
3237
  ]
3231
3238
  },
3232
3239
  {
3233
- "id": 194,
3240
+ "id": 187,
3234
3241
  "name": "dismissible",
3235
3242
  "kind": 262144,
3236
3243
  "kindString": "Accessor",
@@ -3250,13 +3257,13 @@
3250
3257
  "sources": [
3251
3258
  {
3252
3259
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3253
- "line": 113,
3260
+ "line": 84,
3254
3261
  "character": 13
3255
3262
  }
3256
3263
  ],
3257
3264
  "getSignature": [
3258
3265
  {
3259
- "id": 195,
3266
+ "id": 188,
3260
3267
  "name": "dismissible",
3261
3268
  "kind": 524288,
3262
3269
  "kindString": "Get signature",
@@ -3272,7 +3279,7 @@
3272
3279
  ],
3273
3280
  "setSignature": [
3274
3281
  {
3275
- "id": 196,
3282
+ "id": 189,
3276
3283
  "name": "dismissible",
3277
3284
  "kind": 1048576,
3278
3285
  "kindString": "Set signature",
@@ -3288,7 +3295,7 @@
3288
3295
  },
3289
3296
  "parameters": [
3290
3297
  {
3291
- "id": 197,
3298
+ "id": 190,
3292
3299
  "name": "value",
3293
3300
  "kind": 32768,
3294
3301
  "kindString": "Parameter",
@@ -3307,7 +3314,7 @@
3307
3314
  ]
3308
3315
  },
3309
3316
  {
3310
- "id": 198,
3317
+ "id": 191,
3311
3318
  "name": "displayWith",
3312
3319
  "kind": 262144,
3313
3320
  "kindString": "Accessor",
@@ -3327,13 +3334,13 @@
3327
3334
  "sources": [
3328
3335
  {
3329
3336
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3330
- "line": 126,
3337
+ "line": 97,
3331
3338
  "character": 13
3332
3339
  }
3333
3340
  ],
3334
3341
  "getSignature": [
3335
3342
  {
3336
- "id": 199,
3343
+ "id": 192,
3337
3344
  "name": "displayWith",
3338
3345
  "kind": 524288,
3339
3346
  "kindString": "Get signature",
@@ -3349,7 +3356,7 @@
3349
3356
  ],
3350
3357
  "setSignature": [
3351
3358
  {
3352
- "id": 200,
3359
+ "id": 193,
3353
3360
  "name": "displayWith",
3354
3361
  "kind": 1048576,
3355
3362
  "kindString": "Set signature",
@@ -3365,7 +3372,7 @@
3365
3372
  },
3366
3373
  "parameters": [
3367
3374
  {
3368
- "id": 201,
3375
+ "id": 194,
3369
3376
  "name": "value",
3370
3377
  "kind": 32768,
3371
3378
  "kindString": "Parameter",
@@ -3384,7 +3391,7 @@
3384
3391
  ]
3385
3392
  },
3386
3393
  {
3387
- "id": 203,
3394
+ "id": 196,
3388
3395
  "name": "focusable",
3389
3396
  "kind": 262144,
3390
3397
  "kindString": "Accessor",
@@ -3404,13 +3411,13 @@
3404
3411
  "sources": [
3405
3412
  {
3406
3413
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3407
- "line": 148,
3414
+ "line": 119,
3408
3415
  "character": 13
3409
3416
  }
3410
3417
  ],
3411
3418
  "getSignature": [
3412
3419
  {
3413
- "id": 204,
3420
+ "id": 197,
3414
3421
  "name": "focusable",
3415
3422
  "kind": 524288,
3416
3423
  "kindString": "Get signature",
@@ -3426,7 +3433,7 @@
3426
3433
  ],
3427
3434
  "setSignature": [
3428
3435
  {
3429
- "id": 205,
3436
+ "id": 198,
3430
3437
  "name": "focusable",
3431
3438
  "kind": 1048576,
3432
3439
  "kindString": "Set signature",
@@ -3442,7 +3449,7 @@
3442
3449
  },
3443
3450
  "parameters": [
3444
3451
  {
3445
- "id": 206,
3452
+ "id": 199,
3446
3453
  "name": "value",
3447
3454
  "kind": 32768,
3448
3455
  "kindString": "Parameter",
@@ -3461,7 +3468,7 @@
3461
3468
  ]
3462
3469
  },
3463
3470
  {
3464
- "id": 211,
3471
+ "id": 204,
3465
3472
  "name": "messageStream",
3466
3473
  "kind": 262144,
3467
3474
  "kindString": "Accessor",
@@ -3481,13 +3488,13 @@
3481
3488
  "sources": [
3482
3489
  {
3483
3490
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3484
- "line": 174,
3491
+ "line": 145,
3485
3492
  "character": 13
3486
3493
  }
3487
3494
  ],
3488
3495
  "getSignature": [
3489
3496
  {
3490
- "id": 212,
3497
+ "id": 205,
3491
3498
  "name": "messageStream",
3492
3499
  "kind": 524288,
3493
3500
  "kindString": "Get signature",
@@ -3500,7 +3507,7 @@
3500
3507
  "typeArguments": [
3501
3508
  {
3502
3509
  "type": "reference",
3503
- "id": 328,
3510
+ "id": 321,
3504
3511
  "name": "SkyTokensMessage"
3505
3512
  }
3506
3513
  ],
@@ -3510,7 +3517,7 @@
3510
3517
  ],
3511
3518
  "setSignature": [
3512
3519
  {
3513
- "id": 213,
3520
+ "id": 206,
3514
3521
  "name": "messageStream",
3515
3522
  "kind": 1048576,
3516
3523
  "kindString": "Set signature",
@@ -3520,7 +3527,7 @@
3520
3527
  },
3521
3528
  "parameters": [
3522
3529
  {
3523
- "id": 214,
3530
+ "id": 207,
3524
3531
  "name": "value",
3525
3532
  "kind": 32768,
3526
3533
  "kindString": "Parameter",
@@ -3530,7 +3537,7 @@
3530
3537
  "typeArguments": [
3531
3538
  {
3532
3539
  "type": "reference",
3533
- "id": 328,
3540
+ "id": 321,
3534
3541
  "name": "SkyTokensMessage"
3535
3542
  }
3536
3543
  ],
@@ -3546,7 +3553,7 @@
3546
3553
  ]
3547
3554
  },
3548
3555
  {
3549
- "id": 207,
3556
+ "id": 200,
3550
3557
  "name": "tokens",
3551
3558
  "kind": 262144,
3552
3559
  "kindString": "Accessor",
@@ -3566,13 +3573,13 @@
3566
3573
  "sources": [
3567
3574
  {
3568
3575
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3569
- "line": 160,
3576
+ "line": 131,
3570
3577
  "character": 13
3571
3578
  }
3572
3579
  ],
3573
3580
  "getSignature": [
3574
3581
  {
3575
- "id": 208,
3582
+ "id": 201,
3576
3583
  "name": "tokens",
3577
3584
  "kind": 524288,
3578
3585
  "kindString": "Get signature",
@@ -3584,7 +3591,7 @@
3584
3591
  "type": "array",
3585
3592
  "elementType": {
3586
3593
  "type": "reference",
3587
- "id": 324,
3594
+ "id": 317,
3588
3595
  "name": "SkyToken"
3589
3596
  }
3590
3597
  }
@@ -3592,7 +3599,7 @@
3592
3599
  ],
3593
3600
  "setSignature": [
3594
3601
  {
3595
- "id": 209,
3602
+ "id": 202,
3596
3603
  "name": "tokens",
3597
3604
  "kind": 1048576,
3598
3605
  "kindString": "Set signature",
@@ -3602,7 +3609,7 @@
3602
3609
  },
3603
3610
  "parameters": [
3604
3611
  {
3605
- "id": 210,
3612
+ "id": 203,
3606
3613
  "name": "value",
3607
3614
  "kind": 32768,
3608
3615
  "kindString": "Parameter",
@@ -3611,7 +3618,7 @@
3611
3618
  "type": "array",
3612
3619
  "elementType": {
3613
3620
  "type": "reference",
3614
- "id": 324,
3621
+ "id": 317,
3615
3622
  "name": "SkyToken"
3616
3623
  }
3617
3624
  }
@@ -3625,7 +3632,7 @@
3625
3632
  ]
3626
3633
  },
3627
3634
  {
3628
- "id": 238,
3635
+ "id": 231,
3629
3636
  "name": "ngOnDestroy",
3630
3637
  "kind": 2048,
3631
3638
  "kindString": "Method",
@@ -3635,13 +3642,13 @@
3635
3642
  "sources": [
3636
3643
  {
3637
3644
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3638
- "line": 264,
3645
+ "line": 233,
3639
3646
  "character": 9
3640
3647
  }
3641
3648
  ],
3642
3649
  "signatures": [
3643
3650
  {
3644
- "id": 239,
3651
+ "id": 232,
3645
3652
  "name": "ngOnDestroy",
3646
3653
  "kind": 4096,
3647
3654
  "kindString": "Call signature",
@@ -3662,7 +3669,7 @@
3662
3669
  }
3663
3670
  },
3664
3671
  {
3665
- "id": 240,
3672
+ "id": 233,
3666
3673
  "name": "onTokenClick",
3667
3674
  "kind": 2048,
3668
3675
  "kindString": "Method",
@@ -3672,27 +3679,27 @@
3672
3679
  "sources": [
3673
3680
  {
3674
3681
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3675
- "line": 269,
3682
+ "line": 238,
3676
3683
  "character": 9
3677
3684
  }
3678
3685
  ],
3679
3686
  "signatures": [
3680
3687
  {
3681
- "id": 241,
3688
+ "id": 234,
3682
3689
  "name": "onTokenClick",
3683
3690
  "kind": 4096,
3684
3691
  "kindString": "Call signature",
3685
3692
  "flags": {},
3686
3693
  "parameters": [
3687
3694
  {
3688
- "id": 242,
3695
+ "id": 235,
3689
3696
  "name": "token",
3690
3697
  "kind": 32768,
3691
3698
  "kindString": "Parameter",
3692
3699
  "flags": {},
3693
3700
  "type": {
3694
3701
  "type": "reference",
3695
- "id": 324,
3702
+ "id": 317,
3696
3703
  "name": "SkyToken"
3697
3704
  }
3698
3705
  }
@@ -3705,7 +3712,7 @@
3705
3712
  ]
3706
3713
  },
3707
3714
  {
3708
- "id": 243,
3715
+ "id": 236,
3709
3716
  "name": "onTokenKeyDown",
3710
3717
  "kind": 2048,
3711
3718
  "kindString": "Method",
@@ -3715,20 +3722,20 @@
3715
3722
  "sources": [
3716
3723
  {
3717
3724
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3718
- "line": 277,
3725
+ "line": 246,
3719
3726
  "character": 9
3720
3727
  }
3721
3728
  ],
3722
3729
  "signatures": [
3723
3730
  {
3724
- "id": 244,
3731
+ "id": 237,
3725
3732
  "name": "onTokenKeyDown",
3726
3733
  "kind": 4096,
3727
3734
  "kindString": "Call signature",
3728
3735
  "flags": {},
3729
3736
  "parameters": [
3730
3737
  {
3731
- "id": 245,
3738
+ "id": 238,
3732
3739
  "name": "event",
3733
3740
  "kind": 32768,
3734
3741
  "kindString": "Parameter",
@@ -3747,7 +3754,7 @@
3747
3754
  ]
3748
3755
  },
3749
3756
  {
3750
- "id": 249,
3757
+ "id": 242,
3751
3758
  "name": "removeToken",
3752
3759
  "kind": 2048,
3753
3760
  "kindString": "Method",
@@ -3757,27 +3764,27 @@
3757
3764
  "sources": [
3758
3765
  {
3759
3766
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3760
- "line": 302,
3767
+ "line": 275,
3761
3768
  "character": 9
3762
3769
  }
3763
3770
  ],
3764
3771
  "signatures": [
3765
3772
  {
3766
- "id": 250,
3773
+ "id": 243,
3767
3774
  "name": "removeToken",
3768
3775
  "kind": 4096,
3769
3776
  "kindString": "Call signature",
3770
3777
  "flags": {},
3771
3778
  "parameters": [
3772
3779
  {
3773
- "id": 251,
3780
+ "id": 244,
3774
3781
  "name": "token",
3775
3782
  "kind": 32768,
3776
3783
  "kindString": "Parameter",
3777
3784
  "flags": {},
3778
3785
  "type": {
3779
3786
  "type": "reference",
3780
- "id": 324,
3787
+ "id": 317,
3781
3788
  "name": "SkyToken"
3782
3789
  }
3783
3790
  }
@@ -3790,7 +3797,7 @@
3790
3797
  ]
3791
3798
  },
3792
3799
  {
3793
- "id": 246,
3800
+ "id": 239,
3794
3801
  "name": "selectToken",
3795
3802
  "kind": 2048,
3796
3803
  "kindString": "Method",
@@ -3800,27 +3807,27 @@
3800
3807
  "sources": [
3801
3808
  {
3802
3809
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3803
- "line": 296,
3810
+ "line": 269,
3804
3811
  "character": 9
3805
3812
  }
3806
3813
  ],
3807
3814
  "signatures": [
3808
3815
  {
3809
- "id": 247,
3816
+ "id": 240,
3810
3817
  "name": "selectToken",
3811
3818
  "kind": 4096,
3812
3819
  "kindString": "Call signature",
3813
3820
  "flags": {},
3814
3821
  "parameters": [
3815
3822
  {
3816
- "id": 248,
3823
+ "id": 241,
3817
3824
  "name": "token",
3818
3825
  "kind": 32768,
3819
3826
  "kindString": "Parameter",
3820
3827
  "flags": {},
3821
3828
  "type": {
3822
3829
  "type": "reference",
3823
- "id": 324,
3830
+ "id": 317,
3824
3831
  "name": "SkyToken"
3825
3832
  }
3826
3833
  }
@@ -3838,49 +3845,49 @@
3838
3845
  "title": "Constructors",
3839
3846
  "kind": 512,
3840
3847
  "children": [
3841
- 187
3848
+ 180
3842
3849
  ]
3843
3850
  },
3844
3851
  {
3845
3852
  "title": "Properties",
3846
3853
  "kind": 1024,
3847
3854
  "children": [
3848
- 215,
3855
+ 208,
3856
+ 209,
3857
+ 210,
3858
+ 211,
3849
3859
  216,
3850
- 217,
3851
- 218,
3852
- 223,
3853
- 202
3860
+ 195
3854
3861
  ]
3855
3862
  },
3856
3863
  {
3857
3864
  "title": "Accessors",
3858
3865
  "kind": 262144,
3859
3866
  "children": [
3860
- 190,
3861
- 194,
3862
- 198,
3863
- 203,
3864
- 211,
3865
- 207
3867
+ 183,
3868
+ 187,
3869
+ 191,
3870
+ 196,
3871
+ 204,
3872
+ 200
3866
3873
  ]
3867
3874
  },
3868
3875
  {
3869
3876
  "title": "Methods",
3870
3877
  "kind": 2048,
3871
3878
  "children": [
3872
- 238,
3873
- 240,
3874
- 243,
3875
- 249,
3876
- 246
3879
+ 231,
3880
+ 233,
3881
+ 236,
3882
+ 242,
3883
+ 239
3877
3884
  ]
3878
3885
  }
3879
3886
  ],
3880
3887
  "sources": [
3881
3888
  {
3882
3889
  "fileName": "projects/indicators/src/modules/tokens/tokens.component.ts",
3883
- "line": 90,
3890
+ "line": 62,
3884
3891
  "character": 13
3885
3892
  }
3886
3893
  ],
@@ -3892,8 +3899,8 @@
3892
3899
  ]
3893
3900
  },
3894
3901
  {
3895
- "id": 267,
3896
- "name": "λ14",
3902
+ "id": 260,
3903
+ "name": "SkyWaitComponent",
3897
3904
  "kind": 128,
3898
3905
  "kindString": "Class",
3899
3906
  "flags": {},
@@ -3905,13 +3912,13 @@
3905
3912
  "name": "Component"
3906
3913
  },
3907
3914
  "arguments": {
3908
- "obj": "{\n selector: 'sky-wait',\n templateUrl: './wait.component.html',\n styleUrls: ['./wait.component.scss'],\n providers: [\n SkyWaitAdapterService\n ]\n}"
3915
+ "obj": "{\n selector: 'sky-wait',\n templateUrl: './wait.component.html',\n styleUrls: ['./wait.component.scss'],\n providers: [SkyWaitAdapterService],\n}"
3909
3916
  }
3910
3917
  }
3911
3918
  ],
3912
3919
  "children": [
3913
3920
  {
3914
- "id": 268,
3921
+ "id": 261,
3915
3922
  "name": "constructor",
3916
3923
  "kind": 512,
3917
3924
  "kindString": "Constructor",
@@ -3919,20 +3926,20 @@
3919
3926
  "sources": [
3920
3927
  {
3921
3928
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
3922
- "line": 106,
3929
+ "line": 92,
3923
3930
  "character": 2
3924
3931
  }
3925
3932
  ],
3926
3933
  "signatures": [
3927
3934
  {
3928
- "id": 269,
3929
- "name": "new λ14",
3935
+ "id": 262,
3936
+ "name": "SkyWaitComponent",
3930
3937
  "kind": 16384,
3931
3938
  "kindString": "Constructor signature",
3932
3939
  "flags": {},
3933
3940
  "parameters": [
3934
3941
  {
3935
- "id": 270,
3942
+ "id": 263,
3936
3943
  "name": "elRef",
3937
3944
  "kind": 32768,
3938
3945
  "kindString": "Parameter",
@@ -3949,7 +3956,7 @@
3949
3956
  }
3950
3957
  },
3951
3958
  {
3952
- "id": 271,
3959
+ "id": 264,
3953
3960
  "name": "adapterService",
3954
3961
  "kind": 32768,
3955
3962
  "kindString": "Parameter",
@@ -3960,7 +3967,7 @@
3960
3967
  }
3961
3968
  },
3962
3969
  {
3963
- "id": 272,
3970
+ "id": 265,
3964
3971
  "name": "resourceService",
3965
3972
  "kind": 32768,
3966
3973
  "kindString": "Parameter",
@@ -3983,14 +3990,14 @@
3983
3990
  ],
3984
3991
  "type": {
3985
3992
  "type": "reference",
3986
- "id": 267,
3993
+ "id": 260,
3987
3994
  "name": "SkyWaitComponent"
3988
3995
  }
3989
3996
  }
3990
3997
  ]
3991
3998
  },
3992
3999
  {
3993
- "id": 273,
4000
+ "id": 266,
3994
4001
  "name": "ariaLabel",
3995
4002
  "kind": 1024,
3996
4003
  "kindString": "Property",
@@ -4013,7 +4020,7 @@
4013
4020
  "sources": [
4014
4021
  {
4015
4022
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4016
- "line": 42,
4023
+ "line": 27,
4017
4024
  "character": 9
4018
4025
  }
4019
4026
  ],
@@ -4023,7 +4030,7 @@
4023
4030
  }
4024
4031
  },
4025
4032
  {
4026
- "id": 283,
4033
+ "id": 276,
4027
4034
  "name": "ariaLabelStream",
4028
4035
  "kind": 1024,
4029
4036
  "kindString": "Property",
@@ -4033,7 +4040,7 @@
4033
4040
  "sources": [
4034
4041
  {
4035
4042
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4036
- "line": 100,
4043
+ "line": 86,
4037
4044
  "character": 9
4038
4045
  }
4039
4046
  ],
@@ -4050,7 +4057,7 @@
4050
4057
  "defaultValue": "..."
4051
4058
  },
4052
4059
  {
4053
- "id": 282,
4060
+ "id": 275,
4054
4061
  "name": "isNonBlocking",
4055
4062
  "kind": 1024,
4056
4063
  "kindString": "Property",
@@ -4079,7 +4086,7 @@
4079
4086
  "sources": [
4080
4087
  {
4081
4088
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4082
- "line": 98,
4089
+ "line": 84,
4083
4090
  "character": 9
4084
4091
  }
4085
4092
  ],
@@ -4089,7 +4096,7 @@
4089
4096
  }
4090
4097
  },
4091
4098
  {
4092
- "id": 278,
4099
+ "id": 271,
4093
4100
  "name": "isFullPage",
4094
4101
  "kind": 262144,
4095
4102
  "kindString": "Accessor",
@@ -4109,13 +4116,13 @@
4109
4116
  "sources": [
4110
4117
  {
4111
4118
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4112
- "line": 78,
4119
+ "line": 63,
4113
4120
  "character": 13
4114
4121
  }
4115
4122
  ],
4116
4123
  "getSignature": [
4117
4124
  {
4118
- "id": 279,
4125
+ "id": 272,
4119
4126
  "name": "isFullPage",
4120
4127
  "kind": 524288,
4121
4128
  "kindString": "Get signature",
@@ -4131,7 +4138,7 @@
4131
4138
  ],
4132
4139
  "setSignature": [
4133
4140
  {
4134
- "id": 280,
4141
+ "id": 273,
4135
4142
  "name": "isFullPage",
4136
4143
  "kind": 1048576,
4137
4144
  "kindString": "Set signature",
@@ -4147,7 +4154,7 @@
4147
4154
  },
4148
4155
  "parameters": [
4149
4156
  {
4150
- "id": 281,
4157
+ "id": 274,
4151
4158
  "name": "value",
4152
4159
  "kind": 32768,
4153
4160
  "kindString": "Parameter",
@@ -4166,7 +4173,7 @@
4166
4173
  ]
4167
4174
  },
4168
4175
  {
4169
- "id": 274,
4176
+ "id": 267,
4170
4177
  "name": "isWaiting",
4171
4178
  "kind": 262144,
4172
4179
  "kindString": "Accessor",
@@ -4186,13 +4193,13 @@
4186
4193
  "sources": [
4187
4194
  {
4188
4195
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4189
- "line": 48,
4196
+ "line": 33,
4190
4197
  "character": 13
4191
4198
  }
4192
4199
  ],
4193
4200
  "getSignature": [
4194
4201
  {
4195
- "id": 275,
4202
+ "id": 268,
4196
4203
  "name": "isWaiting",
4197
4204
  "kind": 524288,
4198
4205
  "kindString": "Get signature",
@@ -4208,7 +4215,7 @@
4208
4215
  ],
4209
4216
  "setSignature": [
4210
4217
  {
4211
- "id": 276,
4218
+ "id": 269,
4212
4219
  "name": "isWaiting",
4213
4220
  "kind": 1048576,
4214
4221
  "kindString": "Set signature",
@@ -4218,7 +4225,7 @@
4218
4225
  },
4219
4226
  "parameters": [
4220
4227
  {
4221
- "id": 277,
4228
+ "id": 270,
4222
4229
  "name": "value",
4223
4230
  "kind": 32768,
4224
4231
  "kindString": "Parameter",
@@ -4237,7 +4244,7 @@
4237
4244
  ]
4238
4245
  },
4239
4246
  {
4240
- "id": 287,
4247
+ "id": 280,
4241
4248
  "name": "ngOnInit",
4242
4249
  "kind": 2048,
4243
4250
  "kindString": "Method",
@@ -4247,13 +4254,13 @@
4247
4254
  "sources": [
4248
4255
  {
4249
4256
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4250
- "line": 112,
4257
+ "line": 98,
4251
4258
  "character": 9
4252
4259
  }
4253
4260
  ],
4254
4261
  "signatures": [
4255
4262
  {
4256
- "id": 288,
4263
+ "id": 281,
4257
4264
  "name": "ngOnInit",
4258
4265
  "kind": 4096,
4259
4266
  "kindString": "Call signature",
@@ -4279,38 +4286,38 @@
4279
4286
  "title": "Constructors",
4280
4287
  "kind": 512,
4281
4288
  "children": [
4282
- 268
4289
+ 261
4283
4290
  ]
4284
4291
  },
4285
4292
  {
4286
4293
  "title": "Properties",
4287
4294
  "kind": 1024,
4288
4295
  "children": [
4289
- 273,
4290
- 283,
4291
- 282
4296
+ 266,
4297
+ 276,
4298
+ 275
4292
4299
  ]
4293
4300
  },
4294
4301
  {
4295
4302
  "title": "Accessors",
4296
4303
  "kind": 262144,
4297
4304
  "children": [
4298
- 278,
4299
- 274
4305
+ 271,
4306
+ 267
4300
4307
  ]
4301
4308
  },
4302
4309
  {
4303
4310
  "title": "Methods",
4304
4311
  "kind": 2048,
4305
4312
  "children": [
4306
- 287
4313
+ 280
4307
4314
  ]
4308
4315
  }
4309
4316
  ],
4310
4317
  "sources": [
4311
4318
  {
4312
4319
  "fileName": "projects/indicators/src/modules/wait/wait.component.ts",
4313
- "line": 31,
4320
+ "line": 17,
4314
4321
  "character": 13
4315
4322
  }
4316
4323
  ],
@@ -4322,8 +4329,8 @@
4322
4329
  ]
4323
4330
  },
4324
4331
  {
4325
- "id": 27,
4326
- "name": "λ2",
4332
+ "id": 20,
4333
+ "name": "SkyChevronComponent",
4327
4334
  "kind": 128,
4328
4335
  "kindString": "Class",
4329
4336
  "flags": {},
@@ -4335,34 +4342,34 @@
4335
4342
  "name": "Component"
4336
4343
  },
4337
4344
  "arguments": {
4338
- "obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html'\n}"
4345
+ "obj": "{\n selector: 'sky-chevron',\n styleUrls: ['./chevron.component.scss'],\n templateUrl: './chevron.component.html',\n}"
4339
4346
  }
4340
4347
  }
4341
4348
  ],
4342
4349
  "children": [
4343
4350
  {
4344
- "id": 28,
4351
+ "id": 21,
4345
4352
  "name": "constructor",
4346
4353
  "kind": 512,
4347
4354
  "kindString": "Constructor",
4348
4355
  "flags": {},
4349
4356
  "signatures": [
4350
4357
  {
4351
- "id": 29,
4352
- "name": "new λ2",
4358
+ "id": 22,
4359
+ "name": "SkyChevronComponent",
4353
4360
  "kind": 16384,
4354
4361
  "kindString": "Constructor signature",
4355
4362
  "flags": {},
4356
4363
  "type": {
4357
4364
  "type": "reference",
4358
- "id": 27,
4365
+ "id": 20,
4359
4366
  "name": "SkyChevronComponent"
4360
4367
  }
4361
4368
  }
4362
4369
  ]
4363
4370
  },
4364
4371
  {
4365
- "id": 31,
4372
+ "id": 24,
4366
4373
  "name": "direction",
4367
4374
  "kind": 1024,
4368
4375
  "kindString": "Property",
@@ -4382,7 +4389,7 @@
4382
4389
  "sources": [
4383
4390
  {
4384
4391
  "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4385
- "line": 19,
4392
+ "line": 13,
4386
4393
  "character": 9
4387
4394
  }
4388
4395
  ],
@@ -4393,7 +4400,7 @@
4393
4400
  "defaultValue": "'up'"
4394
4401
  },
4395
4402
  {
4396
- "id": 30,
4403
+ "id": 23,
4397
4404
  "name": "directionChange",
4398
4405
  "kind": 1024,
4399
4406
  "kindString": "Property",
@@ -4413,7 +4420,7 @@
4413
4420
  "sources": [
4414
4421
  {
4415
4422
  "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4416
- "line": 16,
4423
+ "line": 10,
4417
4424
  "character": 9
4418
4425
  }
4419
4426
  ],
@@ -4430,7 +4437,7 @@
4430
4437
  "defaultValue": "..."
4431
4438
  },
4432
4439
  {
4433
- "id": 32,
4440
+ "id": 25,
4434
4441
  "name": "disabled",
4435
4442
  "kind": 1024,
4436
4443
  "kindString": "Property",
@@ -4450,7 +4457,7 @@
4450
4457
  "sources": [
4451
4458
  {
4452
4459
  "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4453
- "line": 22,
4460
+ "line": 16,
4454
4461
  "character": 9
4455
4462
  }
4456
4463
  ],
@@ -4461,7 +4468,7 @@
4461
4468
  "defaultValue": "false"
4462
4469
  },
4463
4470
  {
4464
- "id": 33,
4471
+ "id": 26,
4465
4472
  "name": "chevronClick",
4466
4473
  "kind": 2048,
4467
4474
  "kindString": "Method",
@@ -4471,20 +4478,20 @@
4471
4478
  "sources": [
4472
4479
  {
4473
4480
  "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4474
- "line": 24,
4481
+ "line": 18,
4475
4482
  "character": 9
4476
4483
  }
4477
4484
  ],
4478
4485
  "signatures": [
4479
4486
  {
4480
- "id": 34,
4487
+ "id": 27,
4481
4488
  "name": "chevronClick",
4482
4489
  "kind": 4096,
4483
4490
  "kindString": "Call signature",
4484
4491
  "flags": {},
4485
4492
  "parameters": [
4486
4493
  {
4487
- "id": 35,
4494
+ "id": 28,
4488
4495
  "name": "event",
4489
4496
  "kind": 32768,
4490
4497
  "kindString": "Parameter",
@@ -4508,37 +4515,37 @@
4508
4515
  "title": "Constructors",
4509
4516
  "kind": 512,
4510
4517
  "children": [
4511
- 28
4518
+ 21
4512
4519
  ]
4513
4520
  },
4514
4521
  {
4515
4522
  "title": "Properties",
4516
4523
  "kind": 1024,
4517
4524
  "children": [
4518
- 31,
4519
- 30,
4520
- 32
4525
+ 24,
4526
+ 23,
4527
+ 25
4521
4528
  ]
4522
4529
  },
4523
4530
  {
4524
4531
  "title": "Methods",
4525
4532
  "kind": 2048,
4526
4533
  "children": [
4527
- 33
4534
+ 26
4528
4535
  ]
4529
4536
  }
4530
4537
  ],
4531
4538
  "sources": [
4532
4539
  {
4533
4540
  "fileName": "projects/indicators/src/modules/chevron/chevron.component.ts",
4534
- "line": 13,
4541
+ "line": 8,
4535
4542
  "character": 13
4536
4543
  }
4537
4544
  ]
4538
4545
  },
4539
4546
  {
4540
- "id": 36,
4541
- "name": "λ3",
4547
+ "id": 29,
4548
+ "name": "SkyHelpInlineComponent",
4542
4549
  "kind": 128,
4543
4550
  "kindString": "Class",
4544
4551
  "flags": {},
@@ -4550,34 +4557,34 @@
4550
4557
  "name": "Component"
4551
4558
  },
4552
4559
  "arguments": {
4553
- "obj": "{\n selector: 'sky-help-inline',\n templateUrl: './help-inline.component.html',\n styleUrls: ['./help-inline.component.scss']\n}"
4560
+ "obj": "{\n selector: 'sky-help-inline',\n templateUrl: './help-inline.component.html',\n styleUrls: ['./help-inline.component.scss'],\n}"
4554
4561
  }
4555
4562
  }
4556
4563
  ],
4557
4564
  "children": [
4558
4565
  {
4559
- "id": 37,
4566
+ "id": 30,
4560
4567
  "name": "constructor",
4561
4568
  "kind": 512,
4562
4569
  "kindString": "Constructor",
4563
4570
  "flags": {},
4564
4571
  "signatures": [
4565
4572
  {
4566
- "id": 38,
4567
- "name": "new λ3",
4573
+ "id": 31,
4574
+ "name": "SkyHelpInlineComponent",
4568
4575
  "kind": 16384,
4569
4576
  "kindString": "Constructor signature",
4570
4577
  "flags": {},
4571
4578
  "type": {
4572
4579
  "type": "reference",
4573
- "id": 36,
4580
+ "id": 29,
4574
4581
  "name": "SkyHelpInlineComponent"
4575
4582
  }
4576
4583
  }
4577
4584
  ]
4578
4585
  },
4579
4586
  {
4580
- "id": 39,
4587
+ "id": 32,
4581
4588
  "name": "actionClick",
4582
4589
  "kind": 1024,
4583
4590
  "kindString": "Property",
@@ -4600,7 +4607,7 @@
4600
4607
  "sources": [
4601
4608
  {
4602
4609
  "fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
4603
- "line": 18,
4610
+ "line": 13,
4604
4611
  "character": 9
4605
4612
  }
4606
4613
  ],
@@ -4617,7 +4624,7 @@
4617
4624
  "defaultValue": "..."
4618
4625
  },
4619
4626
  {
4620
- "id": 40,
4627
+ "id": 33,
4621
4628
  "name": "onClick",
4622
4629
  "kind": 2048,
4623
4630
  "kindString": "Method",
@@ -4627,13 +4634,13 @@
4627
4634
  "sources": [
4628
4635
  {
4629
4636
  "fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
4630
- "line": 20,
4637
+ "line": 15,
4631
4638
  "character": 9
4632
4639
  }
4633
4640
  ],
4634
4641
  "signatures": [
4635
4642
  {
4636
- "id": 41,
4643
+ "id": 34,
4637
4644
  "name": "onClick",
4638
4645
  "kind": 4096,
4639
4646
  "kindString": "Call signature",
@@ -4651,35 +4658,35 @@
4651
4658
  "title": "Constructors",
4652
4659
  "kind": 512,
4653
4660
  "children": [
4654
- 37
4661
+ 30
4655
4662
  ]
4656
4663
  },
4657
4664
  {
4658
4665
  "title": "Properties",
4659
4666
  "kind": 1024,
4660
4667
  "children": [
4661
- 39
4668
+ 32
4662
4669
  ]
4663
4670
  },
4664
4671
  {
4665
4672
  "title": "Methods",
4666
4673
  "kind": 2048,
4667
4674
  "children": [
4668
- 40
4675
+ 33
4669
4676
  ]
4670
4677
  }
4671
4678
  ],
4672
4679
  "sources": [
4673
4680
  {
4674
4681
  "fileName": "projects/indicators/src/modules/help-inline/help-inline.component.ts",
4675
- "line": 12,
4682
+ "line": 8,
4676
4683
  "character": 13
4677
4684
  }
4678
4685
  ]
4679
4686
  },
4680
4687
  {
4681
- "id": 42,
4682
- "name": "λ4",
4688
+ "id": 35,
4689
+ "name": "SkyIconComponent",
4683
4690
  "kind": 128,
4684
4691
  "kindString": "Class",
4685
4692
  "flags": {},
@@ -4691,34 +4698,34 @@
4691
4698
  "name": "Component"
4692
4699
  },
4693
4700
  "arguments": {
4694
- "obj": "{\n selector: 'sky-icon',\n templateUrl: './icon.component.html',\n styleUrls: ['./icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush\n}"
4701
+ "obj": "{\n selector: 'sky-icon',\n templateUrl: './icon.component.html',\n styleUrls: ['./icon.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
4695
4702
  }
4696
4703
  }
4697
4704
  ],
4698
4705
  "children": [
4699
4706
  {
4700
- "id": 43,
4707
+ "id": 36,
4701
4708
  "name": "constructor",
4702
4709
  "kind": 512,
4703
4710
  "kindString": "Constructor",
4704
4711
  "flags": {},
4705
4712
  "signatures": [
4706
4713
  {
4707
- "id": 44,
4708
- "name": "new λ4",
4714
+ "id": 37,
4715
+ "name": "SkyIconComponent",
4709
4716
  "kind": 16384,
4710
4717
  "kindString": "Constructor signature",
4711
4718
  "flags": {},
4712
4719
  "type": {
4713
4720
  "type": "reference",
4714
- "id": 42,
4721
+ "id": 35,
4715
4722
  "name": "SkyIconComponent"
4716
4723
  }
4717
4724
  }
4718
4725
  ]
4719
4726
  },
4720
4727
  {
4721
- "id": 48,
4728
+ "id": 41,
4722
4729
  "name": "fixedWidth",
4723
4730
  "kind": 1024,
4724
4731
  "kindString": "Property",
@@ -4741,7 +4748,7 @@
4741
4748
  "sources": [
4742
4749
  {
4743
4750
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4744
- "line": 51,
4751
+ "line": 42,
4745
4752
  "character": 9
4746
4753
  }
4747
4754
  ],
@@ -4751,7 +4758,7 @@
4751
4758
  }
4752
4759
  },
4753
4760
  {
4754
- "id": 45,
4761
+ "id": 38,
4755
4762
  "name": "icon",
4756
4763
  "kind": 1024,
4757
4764
  "kindString": "Property",
@@ -4780,7 +4787,7 @@
4780
4787
  "sources": [
4781
4788
  {
4782
4789
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4783
- "line": 30,
4790
+ "line": 21,
4784
4791
  "character": 9
4785
4792
  }
4786
4793
  ],
@@ -4790,7 +4797,7 @@
4790
4797
  }
4791
4798
  },
4792
4799
  {
4793
- "id": 46,
4800
+ "id": 39,
4794
4801
  "name": "iconType",
4795
4802
  "kind": 1024,
4796
4803
  "kindString": "Property",
@@ -4813,19 +4820,19 @@
4813
4820
  "sources": [
4814
4821
  {
4815
4822
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4816
- "line": 38,
4823
+ "line": 29,
4817
4824
  "character": 9
4818
4825
  }
4819
4826
  ],
4820
4827
  "type": {
4821
4828
  "type": "reference",
4822
- "id": 306,
4829
+ "id": 299,
4823
4830
  "name": "SkyIconType"
4824
4831
  },
4825
4832
  "defaultValue": "'fa'"
4826
4833
  },
4827
4834
  {
4828
- "id": 47,
4835
+ "id": 40,
4829
4836
  "name": "size",
4830
4837
  "kind": 1024,
4831
4838
  "kindString": "Property",
@@ -4848,7 +4855,7 @@
4848
4855
  "sources": [
4849
4856
  {
4850
4857
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4851
- "line": 45,
4858
+ "line": 36,
4852
4859
  "character": 9
4853
4860
  }
4854
4861
  ],
@@ -4858,7 +4865,7 @@
4858
4865
  }
4859
4866
  },
4860
4867
  {
4861
- "id": 49,
4868
+ "id": 42,
4862
4869
  "name": "variant",
4863
4870
  "kind": 1024,
4864
4871
  "kindString": "Property",
@@ -4881,13 +4888,13 @@
4881
4888
  "sources": [
4882
4889
  {
4883
4890
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4884
- "line": 58,
4891
+ "line": 49,
4885
4892
  "character": 9
4886
4893
  }
4887
4894
  ],
4888
4895
  "type": {
4889
4896
  "type": "reference",
4890
- "id": 307,
4897
+ "id": 300,
4891
4898
  "name": "SkyIconVariantType"
4892
4899
  }
4893
4900
  }
@@ -4897,32 +4904,32 @@
4897
4904
  "title": "Constructors",
4898
4905
  "kind": 512,
4899
4906
  "children": [
4900
- 43
4907
+ 36
4901
4908
  ]
4902
4909
  },
4903
4910
  {
4904
4911
  "title": "Properties",
4905
4912
  "kind": 1024,
4906
4913
  "children": [
4907
- 48,
4908
- 45,
4909
- 46,
4910
- 47,
4911
- 49
4914
+ 41,
4915
+ 38,
4916
+ 39,
4917
+ 40,
4918
+ 42
4912
4919
  ]
4913
4920
  }
4914
4921
  ],
4915
4922
  "sources": [
4916
4923
  {
4917
4924
  "fileName": "projects/indicators/src/modules/icon/icon.component.ts",
4918
- "line": 21,
4925
+ "line": 13,
4919
4926
  "character": 13
4920
4927
  }
4921
4928
  ]
4922
4929
  },
4923
4930
  {
4924
- "id": 50,
4925
- "name": "λ5",
4931
+ "id": 43,
4932
+ "name": "SkyIconStackComponent",
4926
4933
  "kind": 128,
4927
4934
  "kindString": "Class",
4928
4935
  "flags": {},
@@ -4934,34 +4941,34 @@
4934
4941
  "name": "Component"
4935
4942
  },
4936
4943
  "arguments": {
4937
- "obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss']\n}"
4944
+ "obj": "{\n selector: 'sky-icon-stack',\n templateUrl: './icon-stack.component.html',\n styleUrls: ['./icon-stack.component.scss'],\n}"
4938
4945
  }
4939
4946
  }
4940
4947
  ],
4941
4948
  "children": [
4942
4949
  {
4943
- "id": 51,
4950
+ "id": 44,
4944
4951
  "name": "constructor",
4945
4952
  "kind": 512,
4946
4953
  "kindString": "Constructor",
4947
4954
  "flags": {},
4948
4955
  "signatures": [
4949
4956
  {
4950
- "id": 52,
4951
- "name": "new λ5",
4957
+ "id": 45,
4958
+ "name": "SkyIconStackComponent",
4952
4959
  "kind": 16384,
4953
4960
  "kindString": "Constructor signature",
4954
4961
  "flags": {},
4955
4962
  "type": {
4956
4963
  "type": "reference",
4957
- "id": 50,
4964
+ "id": 43,
4958
4965
  "name": "SkyIconStackComponent"
4959
4966
  }
4960
4967
  }
4961
4968
  ]
4962
4969
  },
4963
4970
  {
4964
- "id": 54,
4971
+ "id": 47,
4965
4972
  "name": "baseIcon",
4966
4973
  "kind": 1024,
4967
4974
  "kindString": "Property",
@@ -4984,18 +4991,18 @@
4984
4991
  "sources": [
4985
4992
  {
4986
4993
  "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
4987
- "line": 28,
4994
+ "line": 22,
4988
4995
  "character": 9
4989
4996
  }
4990
4997
  ],
4991
4998
  "type": {
4992
4999
  "type": "reference",
4993
- "id": 300,
5000
+ "id": 293,
4994
5001
  "name": "SkyIconStackItem"
4995
5002
  }
4996
5003
  },
4997
5004
  {
4998
- "id": 53,
5005
+ "id": 46,
4999
5006
  "name": "size",
5000
5007
  "kind": 1024,
5001
5008
  "kindString": "Property",
@@ -5018,7 +5025,7 @@
5018
5025
  "sources": [
5019
5026
  {
5020
5027
  "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
5021
- "line": 22,
5028
+ "line": 16,
5022
5029
  "character": 9
5023
5030
  }
5024
5031
  ],
@@ -5028,7 +5035,7 @@
5028
5035
  }
5029
5036
  },
5030
5037
  {
5031
- "id": 55,
5038
+ "id": 48,
5032
5039
  "name": "topIcon",
5033
5040
  "kind": 1024,
5034
5041
  "kindString": "Property",
@@ -5051,13 +5058,13 @@
5051
5058
  "sources": [
5052
5059
  {
5053
5060
  "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
5054
- "line": 34,
5061
+ "line": 28,
5055
5062
  "character": 9
5056
5063
  }
5057
5064
  ],
5058
5065
  "type": {
5059
5066
  "type": "reference",
5060
- "id": 300,
5067
+ "id": 293,
5061
5068
  "name": "SkyIconStackItem"
5062
5069
  }
5063
5070
  }
@@ -5067,30 +5074,30 @@
5067
5074
  "title": "Constructors",
5068
5075
  "kind": 512,
5069
5076
  "children": [
5070
- 51
5077
+ 44
5071
5078
  ]
5072
5079
  },
5073
5080
  {
5074
5081
  "title": "Properties",
5075
5082
  "kind": 1024,
5076
5083
  "children": [
5077
- 54,
5078
- 53,
5079
- 55
5084
+ 47,
5085
+ 46,
5086
+ 48
5080
5087
  ]
5081
5088
  }
5082
5089
  ],
5083
5090
  "sources": [
5084
5091
  {
5085
5092
  "fileName": "projects/indicators/src/modules/icon/icon-stack.component.ts",
5086
- "line": 15,
5093
+ "line": 10,
5087
5094
  "character": 13
5088
5095
  }
5089
5096
  ]
5090
5097
  },
5091
5098
  {
5092
- "id": 56,
5093
- "name": "λ6",
5099
+ "id": 49,
5100
+ "name": "SkyKeyInfoLabelComponent",
5094
5101
  "kind": 128,
5095
5102
  "kindString": "Class",
5096
5103
  "flags": {},
@@ -5111,27 +5118,27 @@
5111
5118
  "name": "Component"
5112
5119
  },
5113
5120
  "arguments": {
5114
- "obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>'\n}"
5121
+ "obj": "{\n selector: 'sky-key-info-label',\n template: '<ng-content></ng-content>',\n}"
5115
5122
  }
5116
5123
  }
5117
5124
  ],
5118
5125
  "children": [
5119
5126
  {
5120
- "id": 57,
5127
+ "id": 50,
5121
5128
  "name": "constructor",
5122
5129
  "kind": 512,
5123
5130
  "kindString": "Constructor",
5124
5131
  "flags": {},
5125
5132
  "signatures": [
5126
5133
  {
5127
- "id": 58,
5128
- "name": "new λ6",
5134
+ "id": 51,
5135
+ "name": "SkyKeyInfoLabelComponent",
5129
5136
  "kind": 16384,
5130
5137
  "kindString": "Constructor signature",
5131
5138
  "flags": {},
5132
5139
  "type": {
5133
5140
  "type": "reference",
5134
- "id": 56,
5141
+ "id": 49,
5135
5142
  "name": "SkyKeyInfoLabelComponent"
5136
5143
  }
5137
5144
  }
@@ -5143,21 +5150,21 @@
5143
5150
  "title": "Constructors",
5144
5151
  "kind": 512,
5145
5152
  "children": [
5146
- 57
5153
+ 50
5147
5154
  ]
5148
5155
  }
5149
5156
  ],
5150
5157
  "sources": [
5151
5158
  {
5152
5159
  "fileName": "projects/indicators/src/modules/key-info/key-info-label.component.ts",
5153
- "line": 13,
5160
+ "line": 11,
5154
5161
  "character": 13
5155
5162
  }
5156
5163
  ]
5157
5164
  },
5158
5165
  {
5159
- "id": 59,
5160
- "name": "λ7",
5166
+ "id": 52,
5167
+ "name": "SkyKeyInfoValueComponent",
5161
5168
  "kind": 128,
5162
5169
  "kindString": "Class",
5163
5170
  "flags": {},
@@ -5178,27 +5185,27 @@
5178
5185
  "name": "Component"
5179
5186
  },
5180
5187
  "arguments": {
5181
- "obj": "{\n selector: 'sky-key-info-value',\n template: '<ng-content></ng-content>'\n}"
5188
+ "obj": "{\n selector: 'sky-key-info-value',\n template: '<ng-content></ng-content>',\n}"
5182
5189
  }
5183
5190
  }
5184
5191
  ],
5185
5192
  "children": [
5186
5193
  {
5187
- "id": 60,
5194
+ "id": 53,
5188
5195
  "name": "constructor",
5189
5196
  "kind": 512,
5190
5197
  "kindString": "Constructor",
5191
5198
  "flags": {},
5192
5199
  "signatures": [
5193
5200
  {
5194
- "id": 61,
5195
- "name": "new λ7",
5201
+ "id": 54,
5202
+ "name": "SkyKeyInfoValueComponent",
5196
5203
  "kind": 16384,
5197
5204
  "kindString": "Constructor signature",
5198
5205
  "flags": {},
5199
5206
  "type": {
5200
5207
  "type": "reference",
5201
- "id": 59,
5208
+ "id": 52,
5202
5209
  "name": "SkyKeyInfoValueComponent"
5203
5210
  }
5204
5211
  }
@@ -5210,21 +5217,21 @@
5210
5217
  "title": "Constructors",
5211
5218
  "kind": 512,
5212
5219
  "children": [
5213
- 60
5220
+ 53
5214
5221
  ]
5215
5222
  }
5216
5223
  ],
5217
5224
  "sources": [
5218
5225
  {
5219
5226
  "fileName": "projects/indicators/src/modules/key-info/key-info-value.component.ts",
5220
- "line": 13,
5227
+ "line": 11,
5221
5228
  "character": 13
5222
5229
  }
5223
5230
  ]
5224
5231
  },
5225
5232
  {
5226
- "id": 62,
5227
- "name": "λ8",
5233
+ "id": 55,
5234
+ "name": "SkyKeyInfoComponent",
5228
5235
  "kind": 128,
5229
5236
  "kindString": "Class",
5230
5237
  "flags": {},
@@ -5236,34 +5243,34 @@
5236
5243
  "name": "Component"
5237
5244
  },
5238
5245
  "arguments": {
5239
- "obj": "{\n selector: 'sky-key-info',\n templateUrl: './key-info.component.html',\n styleUrls: ['./key-info.component.scss']\n}"
5246
+ "obj": "{\n selector: 'sky-key-info',\n templateUrl: './key-info.component.html',\n styleUrls: ['./key-info.component.scss'],\n}"
5240
5247
  }
5241
5248
  }
5242
5249
  ],
5243
5250
  "children": [
5244
5251
  {
5245
- "id": 63,
5252
+ "id": 56,
5246
5253
  "name": "constructor",
5247
5254
  "kind": 512,
5248
5255
  "kindString": "Constructor",
5249
5256
  "flags": {},
5250
5257
  "signatures": [
5251
5258
  {
5252
- "id": 64,
5253
- "name": "new λ8",
5259
+ "id": 57,
5260
+ "name": "SkyKeyInfoComponent",
5254
5261
  "kind": 16384,
5255
5262
  "kindString": "Constructor signature",
5256
5263
  "flags": {},
5257
5264
  "type": {
5258
5265
  "type": "reference",
5259
- "id": 62,
5266
+ "id": 55,
5260
5267
  "name": "SkyKeyInfoComponent"
5261
5268
  }
5262
5269
  }
5263
5270
  ]
5264
5271
  },
5265
5272
  {
5266
- "id": 65,
5273
+ "id": 58,
5267
5274
  "name": "layout",
5268
5275
  "kind": 1024,
5269
5276
  "kindString": "Property",
@@ -5292,7 +5299,7 @@
5292
5299
  "sources": [
5293
5300
  {
5294
5301
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5295
- "line": 19,
5302
+ "line": 15,
5296
5303
  "character": 9
5297
5304
  }
5298
5305
  ],
@@ -5308,28 +5315,28 @@
5308
5315
  "title": "Constructors",
5309
5316
  "kind": 512,
5310
5317
  "children": [
5311
- 63
5318
+ 56
5312
5319
  ]
5313
5320
  },
5314
5321
  {
5315
5322
  "title": "Properties",
5316
5323
  "kind": 1024,
5317
5324
  "children": [
5318
- 65
5325
+ 58
5319
5326
  ]
5320
5327
  }
5321
5328
  ],
5322
5329
  "sources": [
5323
5330
  {
5324
5331
  "fileName": "projects/indicators/src/modules/key-info/key-info.component.ts",
5325
- "line": 11,
5332
+ "line": 8,
5326
5333
  "character": 13
5327
5334
  }
5328
5335
  ]
5329
5336
  },
5330
5337
  {
5331
- "id": 66,
5332
- "name": "λ9",
5338
+ "id": 59,
5339
+ "name": "SkyLabelComponent",
5333
5340
  "kind": 128,
5334
5341
  "kindString": "Class",
5335
5342
  "flags": {},
@@ -5341,34 +5348,34 @@
5341
5348
  "name": "Component"
5342
5349
  },
5343
5350
  "arguments": {
5344
- "obj": "{\n selector: 'sky-label',\n templateUrl: './label.component.html',\n styleUrls: ['./label.component.scss']\n}"
5351
+ "obj": "{\n selector: 'sky-label',\n templateUrl: './label.component.html',\n styleUrls: ['./label.component.scss'],\n}"
5345
5352
  }
5346
5353
  }
5347
5354
  ],
5348
5355
  "children": [
5349
5356
  {
5350
- "id": 67,
5357
+ "id": 60,
5351
5358
  "name": "constructor",
5352
5359
  "kind": 512,
5353
5360
  "kindString": "Constructor",
5354
5361
  "flags": {},
5355
5362
  "signatures": [
5356
5363
  {
5357
- "id": 68,
5358
- "name": "new λ9",
5364
+ "id": 61,
5365
+ "name": "SkyLabelComponent",
5359
5366
  "kind": 16384,
5360
5367
  "kindString": "Constructor signature",
5361
5368
  "flags": {},
5362
5369
  "type": {
5363
5370
  "type": "reference",
5364
- "id": 66,
5371
+ "id": 59,
5365
5372
  "name": "SkyLabelComponent"
5366
5373
  }
5367
5374
  }
5368
5375
  ]
5369
5376
  },
5370
5377
  {
5371
- "id": 73,
5378
+ "id": 66,
5372
5379
  "name": "baseIcon",
5373
5380
  "kind": 1024,
5374
5381
  "kindString": "Property",
@@ -5378,18 +5385,18 @@
5378
5385
  "sources": [
5379
5386
  {
5380
5387
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5381
- "line": 39,
5388
+ "line": 29,
5382
5389
  "character": 9
5383
5390
  }
5384
5391
  ],
5385
5392
  "type": {
5386
5393
  "type": "reference",
5387
- "id": 300,
5394
+ "id": 293,
5388
5395
  "name": "SkyIconStackItem"
5389
5396
  }
5390
5397
  },
5391
5398
  {
5392
- "id": 74,
5399
+ "id": 67,
5393
5400
  "name": "icon",
5394
5401
  "kind": 1024,
5395
5402
  "kindString": "Property",
@@ -5399,7 +5406,7 @@
5399
5406
  "sources": [
5400
5407
  {
5401
5408
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5402
- "line": 41,
5409
+ "line": 31,
5403
5410
  "character": 9
5404
5411
  }
5405
5412
  ],
@@ -5409,7 +5416,7 @@
5409
5416
  }
5410
5417
  },
5411
5418
  {
5412
- "id": 75,
5419
+ "id": 68,
5413
5420
  "name": "topIcon",
5414
5421
  "kind": 1024,
5415
5422
  "kindString": "Property",
@@ -5419,18 +5426,18 @@
5419
5426
  "sources": [
5420
5427
  {
5421
5428
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5422
- "line": 43,
5429
+ "line": 33,
5423
5430
  "character": 9
5424
5431
  }
5425
5432
  ],
5426
5433
  "type": {
5427
5434
  "type": "reference",
5428
- "id": 300,
5435
+ "id": 293,
5429
5436
  "name": "SkyIconStackItem"
5430
5437
  }
5431
5438
  },
5432
5439
  {
5433
- "id": 69,
5440
+ "id": 62,
5434
5441
  "name": "labelType",
5435
5442
  "kind": 262144,
5436
5443
  "kindString": "Accessor",
@@ -5450,13 +5457,13 @@
5450
5457
  "sources": [
5451
5458
  {
5452
5459
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5453
- "line": 30,
5460
+ "line": 20,
5454
5461
  "character": 13
5455
5462
  }
5456
5463
  ],
5457
5464
  "getSignature": [
5458
5465
  {
5459
- "id": 70,
5466
+ "id": 63,
5460
5467
  "name": "labelType",
5461
5468
  "kind": 524288,
5462
5469
  "kindString": "Get signature",
@@ -5466,14 +5473,14 @@
5466
5473
  },
5467
5474
  "type": {
5468
5475
  "type": "reference",
5469
- "id": 311,
5476
+ "id": 304,
5470
5477
  "name": "SkyLabelType"
5471
5478
  }
5472
5479
  }
5473
5480
  ],
5474
5481
  "setSignature": [
5475
5482
  {
5476
- "id": 71,
5483
+ "id": 64,
5477
5484
  "name": "labelType",
5478
5485
  "kind": 1048576,
5479
5486
  "kindString": "Set signature",
@@ -5489,14 +5496,14 @@
5489
5496
  },
5490
5497
  "parameters": [
5491
5498
  {
5492
- "id": 72,
5499
+ "id": 65,
5493
5500
  "name": "value",
5494
5501
  "kind": 32768,
5495
5502
  "kindString": "Parameter",
5496
5503
  "flags": {},
5497
5504
  "type": {
5498
5505
  "type": "reference",
5499
- "id": 311,
5506
+ "id": 304,
5500
5507
  "name": "SkyLabelType"
5501
5508
  }
5502
5509
  }
@@ -5514,43 +5521,43 @@
5514
5521
  "title": "Constructors",
5515
5522
  "kind": 512,
5516
5523
  "children": [
5517
- 67
5524
+ 60
5518
5525
  ]
5519
5526
  },
5520
5527
  {
5521
5528
  "title": "Properties",
5522
5529
  "kind": 1024,
5523
5530
  "children": [
5524
- 73,
5525
- 74,
5526
- 75
5531
+ 66,
5532
+ 67,
5533
+ 68
5527
5534
  ]
5528
5535
  },
5529
5536
  {
5530
5537
  "title": "Accessors",
5531
5538
  "kind": 262144,
5532
5539
  "children": [
5533
- 69
5540
+ 62
5534
5541
  ]
5535
5542
  }
5536
5543
  ],
5537
5544
  "sources": [
5538
5545
  {
5539
5546
  "fileName": "projects/indicators/src/modules/label/label.component.ts",
5540
- "line": 23,
5547
+ "line": 14,
5541
5548
  "character": 13
5542
5549
  }
5543
5550
  ]
5544
5551
  },
5545
5552
  {
5546
- "id": 300,
5553
+ "id": 293,
5547
5554
  "name": "SkyIconStackItem",
5548
5555
  "kind": 256,
5549
5556
  "kindString": "Interface",
5550
5557
  "flags": {},
5551
5558
  "children": [
5552
5559
  {
5553
- "id": 301,
5560
+ "id": 294,
5554
5561
  "name": "icon",
5555
5562
  "kind": 1024,
5556
5563
  "kindString": "Property",
@@ -5567,7 +5574,7 @@
5567
5574
  "sources": [
5568
5575
  {
5569
5576
  "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5570
- "line": 13,
5577
+ "line": 10,
5571
5578
  "character": 2
5572
5579
  }
5573
5580
  ],
@@ -5577,7 +5584,7 @@
5577
5584
  }
5578
5585
  },
5579
5586
  {
5580
- "id": 302,
5587
+ "id": 295,
5581
5588
  "name": "iconType",
5582
5589
  "kind": 1024,
5583
5590
  "kindString": "Property",
@@ -5590,13 +5597,13 @@
5590
5597
  "sources": [
5591
5598
  {
5592
5599
  "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5593
- "line": 20,
5600
+ "line": 17,
5594
5601
  "character": 2
5595
5602
  }
5596
5603
  ],
5597
5604
  "type": {
5598
5605
  "type": "reference",
5599
- "id": 306,
5606
+ "id": 299,
5600
5607
  "name": "SkyIconType"
5601
5608
  }
5602
5609
  }
@@ -5606,28 +5613,28 @@
5606
5613
  "title": "Properties",
5607
5614
  "kind": 1024,
5608
5615
  "children": [
5609
- 301,
5610
- 302
5616
+ 294,
5617
+ 295
5611
5618
  ]
5612
5619
  }
5613
5620
  ],
5614
5621
  "sources": [
5615
5622
  {
5616
5623
  "fileName": "projects/indicators/src/modules/icon/icon-stack-item.ts",
5617
- "line": 5,
5624
+ "line": 3,
5618
5625
  "character": 17
5619
5626
  }
5620
5627
  ]
5621
5628
  },
5622
5629
  {
5623
- "id": 324,
5630
+ "id": 317,
5624
5631
  "name": "SkyToken",
5625
5632
  "kind": 256,
5626
5633
  "kindString": "Interface",
5627
5634
  "flags": {},
5628
5635
  "children": [
5629
5636
  {
5630
- "id": 325,
5637
+ "id": 318,
5631
5638
  "name": "value",
5632
5639
  "kind": 1024,
5633
5640
  "kindString": "Property",
@@ -5638,7 +5645,7 @@
5638
5645
  "sources": [
5639
5646
  {
5640
5647
  "fileName": "projects/indicators/src/modules/tokens/types/token.ts",
5641
- "line": 6,
5648
+ "line": 5,
5642
5649
  "character": 2
5643
5650
  }
5644
5651
  ],
@@ -5653,7 +5660,7 @@
5653
5660
  "title": "Properties",
5654
5661
  "kind": 1024,
5655
5662
  "children": [
5656
- 325
5663
+ 318
5657
5664
  ]
5658
5665
  }
5659
5666
  ],
@@ -5666,14 +5673,14 @@
5666
5673
  ]
5667
5674
  },
5668
5675
  {
5669
- "id": 326,
5676
+ "id": 319,
5670
5677
  "name": "SkyTokenSelectedEventArgs",
5671
5678
  "kind": 256,
5672
5679
  "kindString": "Interface",
5673
5680
  "flags": {},
5674
5681
  "children": [
5675
5682
  {
5676
- "id": 327,
5683
+ "id": 320,
5677
5684
  "name": "token",
5678
5685
  "kind": 1024,
5679
5686
  "kindString": "Property",
@@ -5686,13 +5693,13 @@
5686
5693
  "sources": [
5687
5694
  {
5688
5695
  "fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
5689
- "line": 10,
5696
+ "line": 7,
5690
5697
  "character": 2
5691
5698
  }
5692
5699
  ],
5693
5700
  "type": {
5694
5701
  "type": "reference",
5695
- "id": 324,
5702
+ "id": 317,
5696
5703
  "name": "SkyToken"
5697
5704
  }
5698
5705
  }
@@ -5702,27 +5709,27 @@
5702
5709
  "title": "Properties",
5703
5710
  "kind": 1024,
5704
5711
  "children": [
5705
- 327
5712
+ 320
5706
5713
  ]
5707
5714
  }
5708
5715
  ],
5709
5716
  "sources": [
5710
5717
  {
5711
5718
  "fileName": "projects/indicators/src/modules/tokens/types/token-selected-event-args.ts",
5712
- "line": 5,
5719
+ "line": 3,
5713
5720
  "character": 17
5714
5721
  }
5715
5722
  ]
5716
5723
  },
5717
5724
  {
5718
- "id": 328,
5725
+ "id": 321,
5719
5726
  "name": "SkyTokensMessage",
5720
5727
  "kind": 256,
5721
5728
  "kindString": "Interface",
5722
5729
  "flags": {},
5723
5730
  "children": [
5724
5731
  {
5725
- "id": 329,
5732
+ "id": 322,
5726
5733
  "name": "type",
5727
5734
  "kind": 1024,
5728
5735
  "kindString": "Property",
@@ -5735,13 +5742,13 @@
5735
5742
  "sources": [
5736
5743
  {
5737
5744
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
5738
- "line": 10,
5745
+ "line": 7,
5739
5746
  "character": 2
5740
5747
  }
5741
5748
  ],
5742
5749
  "type": {
5743
5750
  "type": "reference",
5744
- "id": 330,
5751
+ "id": 323,
5745
5752
  "name": "SkyTokensMessageType"
5746
5753
  }
5747
5754
  }
@@ -5751,20 +5758,20 @@
5751
5758
  "title": "Properties",
5752
5759
  "kind": 1024,
5753
5760
  "children": [
5754
- 329
5761
+ 322
5755
5762
  ]
5756
5763
  }
5757
5764
  ],
5758
5765
  "sources": [
5759
5766
  {
5760
5767
  "fileName": "projects/indicators/src/modules/tokens/types/tokens-message.ts",
5761
- "line": 5,
5768
+ "line": 3,
5762
5769
  "character": 17
5763
5770
  }
5764
5771
  ]
5765
5772
  },
5766
5773
  {
5767
- "id": 306,
5774
+ "id": 299,
5768
5775
  "name": "SkyIconType",
5769
5776
  "kind": 4194304,
5770
5777
  "kindString": "Type alias",
@@ -5791,7 +5798,7 @@
5791
5798
  }
5792
5799
  },
5793
5800
  {
5794
- "id": 307,
5801
+ "id": 300,
5795
5802
  "name": "SkyIconVariantType",
5796
5803
  "kind": 4194304,
5797
5804
  "kindString": "Type alias",
@@ -5818,7 +5825,7 @@
5818
5825
  }
5819
5826
  },
5820
5827
  {
5821
- "id": 311,
5828
+ "id": 304,
5822
5829
  "name": "SkyLabelType",
5823
5830
  "kind": 4194304,
5824
5831
  "kindString": "Type alias",
@@ -5852,158 +5859,224 @@
5852
5859
  ]
5853
5860
  }
5854
5861
  }
5862
+ ],
5863
+ "groups": [
5864
+ {
5865
+ "title": "Enumerations",
5866
+ "kind": 8,
5867
+ "children": [
5868
+ 323
5869
+ ]
5870
+ },
5871
+ {
5872
+ "title": "Classes",
5873
+ "kind": 128,
5874
+ "children": [
5875
+ 284,
5876
+ 287,
5877
+ 290,
5878
+ 296,
5879
+ 301,
5880
+ 305,
5881
+ 308,
5882
+ 311,
5883
+ 314,
5884
+ 329,
5885
+ 332,
5886
+ 1,
5887
+ 72,
5888
+ 100,
5889
+ 140,
5890
+ 179,
5891
+ 260,
5892
+ 20,
5893
+ 29,
5894
+ 35,
5895
+ 43,
5896
+ 49,
5897
+ 52,
5898
+ 55,
5899
+ 59
5900
+ ]
5901
+ },
5902
+ {
5903
+ "title": "Interfaces",
5904
+ "kind": 256,
5905
+ "children": [
5906
+ 293,
5907
+ 317,
5908
+ 319,
5909
+ 321
5910
+ ]
5911
+ },
5912
+ {
5913
+ "title": "Type aliases",
5914
+ "kind": 4194304,
5915
+ "children": [
5916
+ 299,
5917
+ 300,
5918
+ 304
5919
+ ]
5920
+ }
5921
+ ],
5922
+ "sources": [
5923
+ {
5924
+ "fileName": "projects/indicators/src/public-api.ts",
5925
+ "line": 1,
5926
+ "character": 0
5927
+ }
5855
5928
  ]
5856
5929
  },
5857
5930
  "codeExamples": [
5858
5931
  {
5859
5932
  "fileName": "alert-demo.component.html",
5860
5933
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.html",
5861
- "rawContents": "<sky-alert\n alertType=\"danger\"\n [closeable]=\"false\"\n [closed]=\"false\"\n>\n Danger alert message\n</sky-alert>"
5934
+ "rawContents": "<sky-alert alertType=\"danger\" [closeable]=\"false\" [closed]=\"false\">\n Danger alert message\n</sky-alert>\n"
5862
5935
  },
5863
5936
  {
5864
5937
  "fileName": "alert-demo.component.ts",
5865
5938
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.component.ts",
5866
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-alert-demo',\n templateUrl: './alert-demo.component.html'\n})\nexport class AlertDemoComponent { }\n"
5939
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-alert-demo',\n templateUrl: './alert-demo.component.html',\n})\nexport class AlertDemoComponent {}\n"
5867
5940
  },
5868
5941
  {
5869
5942
  "fileName": "alert-demo.module.ts",
5870
5943
  "filePath": "/projects/indicators/documentation/code-examples/alert/basic/alert-demo.module.ts",
5871
- "rawContents": "\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyAlertModule\n} from '@skyux/indicators';\n\nimport {\n AlertDemoComponent\n} from './alert-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyAlertModule\n ],\n declarations: [\n AlertDemoComponent\n ],\n exports: [\n AlertDemoComponent\n ]\n})\nexport class AlertDemoModule { }\n"
5944
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyAlertModule } from '@skyux/indicators';\n\nimport { AlertDemoComponent } from './alert-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyAlertModule],\n declarations: [AlertDemoComponent],\n exports: [AlertDemoComponent],\n})\nexport class AlertDemoModule {}\n"
5872
5945
  },
5873
5946
  {
5874
5947
  "fileName": "help-inline-demo.component.html",
5875
5948
  "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.html",
5876
- "rawContents": "<h2>\n My heading\n <sky-help-inline\n (actionClick)=\"onActionClick()\"\n ></sky-help-inline>\n</h2>\n"
5949
+ "rawContents": "<h2>\n My heading\n <sky-help-inline (actionClick)=\"onActionClick()\"></sky-help-inline>\n</h2>\n"
5877
5950
  },
5878
5951
  {
5879
5952
  "fileName": "help-inline-demo.component.ts",
5880
5953
  "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.component.ts",
5881
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-help-inline-demo',\n templateUrl: './help-inline-demo.component.html'\n})\nexport class HelpInlineDemoComponent {\n\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n\n}\n"
5954
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-help-inline-demo',\n templateUrl: './help-inline-demo.component.html',\n})\nexport class HelpInlineDemoComponent {\n public onActionClick(): void {\n alert('Help inline button clicked!');\n }\n}\n"
5882
5955
  },
5883
5956
  {
5884
5957
  "fileName": "help-inline-demo.module.ts",
5885
5958
  "filePath": "/projects/indicators/documentation/code-examples/help-inline/basic/help-inline-demo.module.ts",
5886
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyHelpInlineModule\n} from '@skyux/indicators';\n\nimport {\n HelpInlineDemoComponent\n} from './help-inline-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyHelpInlineModule\n ],\n exports: [\n HelpInlineDemoComponent\n ],\n declarations: [\n HelpInlineDemoComponent\n ]\n})\nexport class HelpInlineDemoModule { }\n"
5959
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyHelpInlineModule } from '@skyux/indicators';\n\nimport { HelpInlineDemoComponent } from './help-inline-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyHelpInlineModule],\n exports: [HelpInlineDemoComponent],\n declarations: [HelpInlineDemoComponent],\n})\nexport class HelpInlineDemoModule {}\n"
5887
5960
  },
5888
5961
  {
5889
5962
  "fileName": "icon-demo.component.html",
5890
5963
  "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.html",
5891
- "rawContents": "<sky-icon\n icon=\"bars\"\n size=\"lg\"\n>\n</sky-icon>\n<sky-icon\n icon=\"chevron-down\"\n size=\"sm\"\n>\n</sky-icon>\n<sky-icon\n icon=\"chevron-up\"\n size=\"5x\"\n>\n</sky-icon>\n<sky-icon\n icon=\"cog\"\n size=\"2x\"\n>\n</sky-icon>\n<sky-icon\n icon=\"comment\"\n size=\"xs\"\n>\n</sky-icon>\n<sky-icon\n icon=\"database\"\n size=\"3x\"\n>\n</sky-icon>\n<sky-icon\n fixedWidth=\"true\"\n icon=\"spinner\"\n size=\"3x\"\n>\n</sky-icon>\n<sky-icon\n icon=\"trash\"\n size=\"sm\"\n>\n</sky-icon>\n<sky-icon\n icon=\"users\"\n size=\"4x\"\n>\n</sky-icon>\n<sky-icon\n icon=\"user\"\n size=\"5x\"\n>\n</sky-icon>\n<sky-icon\n icon=\"sort\"\n iconType=\"skyux\"\n size=\"5x\"\n>\n</sky-icon>\n"
5964
+ "rawContents": "<sky-icon icon=\"bars\" size=\"lg\"> </sky-icon>\n<sky-icon icon=\"chevron-down\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"chevron-up\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"cog\" size=\"2x\"> </sky-icon>\n<sky-icon icon=\"comment\" size=\"xs\"> </sky-icon>\n<sky-icon icon=\"database\" size=\"3x\"> </sky-icon>\n<sky-icon fixedWidth=\"true\" icon=\"spinner\" size=\"3x\"> </sky-icon>\n<sky-icon icon=\"trash\" size=\"sm\"> </sky-icon>\n<sky-icon icon=\"users\" size=\"4x\"> </sky-icon>\n<sky-icon icon=\"user\" size=\"5x\"> </sky-icon>\n<sky-icon icon=\"sort\" iconType=\"skyux\" size=\"5x\"> </sky-icon>\n"
5892
5965
  },
5893
5966
  {
5894
5967
  "fileName": "icon-demo.component.ts",
5895
5968
  "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.component.ts",
5896
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-demo.component.html'\n})\nexport class IconDemoComponent { }\n"
5969
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-icon-demo',\n templateUrl: './icon-demo.component.html',\n})\nexport class IconDemoComponent {}\n"
5897
5970
  },
5898
5971
  {
5899
5972
  "fileName": "icon-demo.module.ts",
5900
5973
  "filePath": "/projects/indicators/documentation/code-examples/icon/icon-demo.module.ts",
5901
- "rawContents": "\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyIconModule\n} from '@skyux/indicators';\n\nimport {\n IconDemoComponent\n} from './icon-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyIconModule\n ],\n declarations: [\n IconDemoComponent\n ],\n exports: [\n IconDemoComponent\n ]\n})\nexport class IconDemoModule { }\n"
5974
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { IconDemoComponent } from './icon-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule],\n declarations: [IconDemoComponent],\n exports: [IconDemoComponent],\n})\nexport class IconDemoModule {}\n"
5902
5975
  },
5903
5976
  {
5904
5977
  "fileName": "key-info-demo.component.html",
5905
5978
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.html",
5906
- "rawContents": "<sky-key-info\n [layout]=\"layout\"\n>\n <sky-key-info-value>\n 575\n </sky-key-info-value>\n <sky-key-info-label>\n New members\n </sky-key-info-label>\n</sky-key-info>\n"
5979
+ "rawContents": "<sky-key-info [layout]=\"layout\">\n <sky-key-info-value> 575 </sky-key-info-value>\n <sky-key-info-label> New members </sky-key-info-label>\n</sky-key-info>\n"
5907
5980
  },
5908
5981
  {
5909
5982
  "fileName": "key-info-demo.component.ts",
5910
5983
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.component.ts",
5911
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html'\n})\nexport class KeyInfoDemoComponent {\n\n public layout: string = 'vertical';\n\n}\n"
5984
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-key-info-demo',\n templateUrl: './key-info-demo.component.html',\n})\nexport class KeyInfoDemoComponent {\n public layout: string = 'vertical';\n}\n"
5912
5985
  },
5913
5986
  {
5914
5987
  "fileName": "key-info-demo.module.ts",
5915
5988
  "filePath": "/projects/indicators/documentation/code-examples/key-info/basic/key-info-demo.module.ts",
5916
- "rawContents": "import {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyKeyInfoModule\n} from '@skyux/indicators';\n\nimport {\n KeyInfoDemoComponent\n} from './key-info-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyKeyInfoModule\n ],\n declarations: [\n KeyInfoDemoComponent\n ],\n exports: [\n KeyInfoDemoComponent\n ]\n})\nexport class KeyInfoDemoModule { }\n"
5989
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyKeyInfoModule } from '@skyux/indicators';\n\nimport { KeyInfoDemoComponent } from './key-info-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyKeyInfoModule],\n declarations: [KeyInfoDemoComponent],\n exports: [KeyInfoDemoComponent],\n})\nexport class KeyInfoDemoModule {}\n"
5917
5990
  },
5918
5991
  {
5919
5992
  "fileName": "label-demo.component.html",
5920
5993
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.html",
5921
- "rawContents": "<sky-label\n class=\"sky-margin-inline-default\"\n labelType=\"info\"\n>\n Info label\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-default\"\n labelType=\"success\"\n>\n Success label\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-default\"\n labelType=\"warning\"\n>\n Warning label\n</sky-label>\n\n<sky-label\n class=\"sky-margin-inline-default\"\n labelType=\"danger\"\n>\n Danger label\n</sky-label>\n"
5994
+ "rawContents": "<sky-label class=\"sky-margin-inline-default\" labelType=\"info\">\n Info label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"success\">\n Success label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"warning\">\n Warning label\n</sky-label>\n\n<sky-label class=\"sky-margin-inline-default\" labelType=\"danger\">\n Danger label\n</sky-label>\n"
5922
5995
  },
5923
5996
  {
5924
5997
  "fileName": "label-demo.component.ts",
5925
5998
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.component.ts",
5926
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html'\n})\nexport class LabelDemoComponent { }\n"
5999
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-label-demo',\n templateUrl: './label-demo.component.html',\n})\nexport class LabelDemoComponent {}\n"
5927
6000
  },
5928
6001
  {
5929
6002
  "fileName": "label-demo.module.ts",
5930
6003
  "filePath": "/projects/indicators/documentation/code-examples/label/basic/label-demo.module.ts",
5931
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyLabelModule\n} from '@skyux/indicators';\n\nimport {\n LabelDemoComponent\n} from './label-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyLabelModule\n ],\n exports: [\n LabelDemoComponent\n ],\n declarations: [\n LabelDemoComponent\n ]\n})\nexport class LabelDemoModule { }\n"
6004
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyLabelModule } from '@skyux/indicators';\n\nimport { LabelDemoComponent } from './label-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyLabelModule],\n exports: [LabelDemoComponent],\n declarations: [LabelDemoComponent],\n})\nexport class LabelDemoModule {}\n"
5932
6005
  },
5933
6006
  {
5934
6007
  "fileName": "status-indicator-demo.component.html",
5935
6008
  "filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.html",
5936
- "rawContents": "<sky-status-indicator\n descriptionType=\"none\"\n indicatorType=\"danger\"\n>\n Danger status indicator\n</sky-status-indicator>\n<sky-status-indicator\n descriptionType=\"important-info\"\n indicatorType=\"info\"\n>\n Info status indicator\n</sky-status-indicator>\n<sky-status-indicator\n descriptionType=\"none\"\n indicatorType=\"success\"\n>\n Success status indicator\n</sky-status-indicator>\n<sky-status-indicator\n descriptionType=\"none\"\n indicatorType=\"warning\"\n>\n Warning status indicator\n</sky-status-indicator>\n"
6009
+ "rawContents": "<sky-status-indicator descriptionType=\"none\" indicatorType=\"danger\">\n Danger status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"important-info\" indicatorType=\"info\">\n Info status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"none\" indicatorType=\"success\">\n Success status indicator\n</sky-status-indicator>\n<sky-status-indicator descriptionType=\"none\" indicatorType=\"warning\">\n Warning status indicator\n</sky-status-indicator>\n"
5937
6010
  },
5938
6011
  {
5939
6012
  "fileName": "status-indicator-demo.component.ts",
5940
6013
  "filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.component.ts",
5941
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html'\n})\nexport class StatusIndicatorDemoComponent { }\n"
6014
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-status-indicator-demo',\n templateUrl: './status-indicator-demo.component.html',\n})\nexport class StatusIndicatorDemoComponent {}\n"
5942
6015
  },
5943
6016
  {
5944
6017
  "fileName": "status-indicator-demo.module.ts",
5945
6018
  "filePath": "/projects/indicators/documentation/code-examples/status-indicator/basic/status-indicator-demo.module.ts",
5946
- "rawContents": "\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n CommonModule\n} from '@angular/common';\n\nimport {\n SkyStatusIndicatorModule\n} from '@skyux/indicators';\n\nimport {\n StatusIndicatorDemoComponent\n} from './status-indicator-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyStatusIndicatorModule\n ],\n declarations: [\n StatusIndicatorDemoComponent\n ],\n exports: [\n StatusIndicatorDemoComponent\n ]\n})\nexport class StatusIndicatorDemoModule { }\n"
6019
+ "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyStatusIndicatorModule } from '@skyux/indicators';\n\nimport { StatusIndicatorDemoComponent } from './status-indicator-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyStatusIndicatorModule],\n declarations: [StatusIndicatorDemoComponent],\n exports: [StatusIndicatorDemoComponent],\n})\nexport class StatusIndicatorDemoModule {}\n"
5947
6020
  },
5948
6021
  {
5949
6022
  "fileName": "text-highlight-demo.component.html",
5950
6023
  "filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.html",
5951
- "rawContents": "<div\n class=\"sky-form-group\"\n style=\"width:200px;\"\n>\n <label\n [for]=\"searchTermInput.id\"\n class=\"sky-control-label\"\n >\n Text to highlight\n </label>\n <br>\n <input\n class=\"sky-form-control\"\n id=\"sky-demo-search-term\"\n skyId\n type=\"text\"\n [(ngModel)]=\"searchTerm\"\n #searchTermInput=\"skyId\"\n >\n</div>\n\n<div\n class=\"sky-margin-stacked-default\"\n>\n <sky-checkbox\n [(ngModel)]=\"showAdditionalContent\"\n >\n <sky-checkbox-label>\n Display additional content\n </sky-checkbox-label>\n </sky-checkbox>\n</div>\n\n<div\n [skyHighlight]=\"searchTerm\"\n>\n The text that you enter is highlighted here.\n <div *ngIf=\"showAdditionalContent\">\n This additional content is highlighted too!\n </div>\n</div>\n"
6024
+ "rawContents": "<div class=\"sky-form-group\" style=\"width: 200px\">\n <label [for]=\"searchTermInput.id\" class=\"sky-control-label\">\n Text to highlight\n </label>\n <br />\n <input\n class=\"sky-form-control\"\n id=\"sky-demo-search-term\"\n skyId\n type=\"text\"\n [(ngModel)]=\"searchTerm\"\n #searchTermInput=\"skyId\"\n />\n</div>\n\n<div class=\"sky-margin-stacked-default\">\n <sky-checkbox [(ngModel)]=\"showAdditionalContent\">\n <sky-checkbox-label> Display additional content </sky-checkbox-label>\n </sky-checkbox>\n</div>\n\n<div [skyHighlight]=\"searchTerm\">\n The text that you enter is highlighted here.\n <div *ngIf=\"showAdditionalContent\">\n This additional content is highlighted too!\n </div>\n</div>\n"
5952
6025
  },
5953
6026
  {
5954
6027
  "fileName": "text-highlight-demo.component.ts",
5955
6028
  "filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.component.ts",
5956
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html'\n})\nexport class TextHighlightDemoComponent {\n\n public searchTerm: string;\n\n public showAdditionalContent: boolean = false;\n\n}\n"
6029
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-highlight-demo',\n templateUrl: './text-highlight-demo.component.html',\n})\nexport class TextHighlightDemoComponent {\n public searchTerm: string;\n\n public showAdditionalContent: boolean = false;\n}\n"
5957
6030
  },
5958
6031
  {
5959
6032
  "fileName": "text-highlight-demo.module.ts",
5960
6033
  "filePath": "/projects/indicators/documentation/code-examples/text-highlight/basic/text-highlight-demo.module.ts",
5961
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n FormsModule\n} from '@angular/forms';\n\nimport {\n SkyIdModule\n} from '@skyux/core';\n\nimport {\n SkyCheckboxModule\n} from '@skyux/forms';\n\nimport {\n SkyTextHighlightModule\n} from '@skyux/indicators';\n\nimport {\n TextHighlightDemoComponent\n} from './text-highlight-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyTextHighlightModule\n ],\n exports: [\n TextHighlightDemoComponent\n ],\n declarations: [\n TextHighlightDemoComponent\n ]\n})\nexport class TextHighlightDemoModule { }\n"
6034
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyIdModule } from '@skyux/core';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyTextHighlightModule } from '@skyux/indicators';\n\nimport { TextHighlightDemoComponent } from './text-highlight-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyIdModule,\n SkyTextHighlightModule,\n ],\n exports: [TextHighlightDemoComponent],\n declarations: [TextHighlightDemoComponent],\n})\nexport class TextHighlightDemoModule {}\n"
5962
6035
  },
5963
6036
  {
5964
6037
  "fileName": "tokens-demo.component.html",
5965
6038
  "filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.html",
5966
- "rawContents": "<sky-tokens\n [(tokens)]=\"colors\"\n>\n</sky-tokens>\n"
6039
+ "rawContents": "<sky-tokens [(tokens)]=\"colors\"> </sky-tokens>\n"
5967
6040
  },
5968
6041
  {
5969
6042
  "fileName": "tokens-demo.component.ts",
5970
6043
  "filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.component.ts",
5971
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyToken\n} from '@skyux/indicators';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html'\n})\nexport class TokensDemoComponent {\n\n public colors: SkyToken[];\n\n private defaultColors = [\n { name: 'Red' },\n { name: 'Black' },\n { name: 'Blue' },\n { name: 'Brown' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Yellow' }\n ];\n\n constructor() {\n this.colors = this.getTokens(this.defaultColors);\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item\n } as SkyToken;\n });\n }\n}\n"
6044
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyToken } from '@skyux/indicators';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent {\n public colors: SkyToken[];\n\n private defaultColors = [\n { name: 'Red' },\n { name: 'Black' },\n { name: 'Blue' },\n { name: 'Brown' },\n { name: 'Green' },\n { name: 'Orange' },\n { name: 'Pink' },\n { name: 'Purple' },\n { name: 'Turquoise' },\n { name: 'White' },\n { name: 'Yellow' },\n ];\n\n constructor() {\n this.colors = this.getTokens(this.defaultColors);\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
5972
6045
  },
5973
6046
  {
5974
6047
  "fileName": "tokens-demo.module.ts",
5975
6048
  "filePath": "/projects/indicators/documentation/code-examples/tokens/basic/tokens-demo.module.ts",
5976
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyTokensModule\n} from '@skyux/indicators';\n\nimport {\n TokensDemoComponent\n} from './tokens-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTokensModule\n ],\n exports: [\n TokensDemoComponent\n ],\n declarations: [\n TokensDemoComponent\n ]\n})\nexport class TokensDemoModule { }\n"
6049
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
5977
6050
  },
5978
6051
  {
5979
6052
  "fileName": "tokens-demo.component.html",
5980
6053
  "filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.html",
5981
- "rawContents": "<p>\n These tokens define a custom property to display their values. When users select a token, it emits an event.\n</p>\n\n<p>\n <sky-tokens\n displayWith=\"label\"\n [messageStream]=\"tokensController\"\n (focusIndexOverRange)=\"onFocusIndexOverRange()\"\n (focusIndexUnderRange)=\"onFocusIndexUnderRange()\"\n (tokenSelected)=\"onTokenSelected($event)\"\n [(tokens)]=\"myTokens\"\n >\n (You may also include content inside the tokens component.)\n </sky-tokens>\n</p>\n\n<p>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"changeTokens()\"\n >\n Change tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"resetTokens()\"\n >\n Reset tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"destroyTokens()\"\n >\n Destroy tokens\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n (click)=\"focusLastToken()\"\n >\n Focus last token\n </button>\n</p>\n"
6054
+ "rawContents": "<p>\n These tokens define a custom property to display their values. When users\n select a token, it emits an event.\n</p>\n\n<p>\n <sky-tokens\n displayWith=\"label\"\n [messageStream]=\"tokensController\"\n (focusIndexOverRange)=\"onFocusIndexOverRange()\"\n (focusIndexUnderRange)=\"onFocusIndexUnderRange()\"\n (tokenSelected)=\"onTokenSelected($event)\"\n [(tokens)]=\"myTokens\"\n >\n (You may also include content inside the tokens component.)\n </sky-tokens>\n</p>\n\n<p>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"changeTokens()\"\n >\n Change tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"resetTokens()\"\n >\n Reset tokens\n </button>\n\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n type=\"button\"\n (click)=\"destroyTokens()\"\n >\n Destroy tokens\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-margin-inline-default\"\n (click)=\"focusLastToken()\"\n >\n Focus last token\n </button>\n</p>\n"
5982
6055
  },
5983
6056
  {
5984
6057
  "fileName": "tokens-demo.component.ts",
5985
6058
  "filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.component.ts",
5986
- "rawContents": "import {\n Component,\n OnDestroy\n} from '@angular/core';\n\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType\n} from '@skyux/indicators';\n\nimport {\n Subject\n} from 'rxjs';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html'\n})\nexport class TokensDemoComponent implements OnDestroy {\n\n public myTokens: SkyToken[];\n\n private defaultTokens = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' }\n ];\n\n public tokensController: Subject<SkyTokensMessage>;\n\n constructor() {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public ngOnDestroy(): void {\n if (this.tokensController) {\n this.tokensController.complete();\n }\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' }\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public onTokenSelected(args: SkyTokenSelectedEventArgs): void {\n console.log('Token selected:', args);\n }\n\n public onFocusIndexUnderRange(): void {\n console.log('Focus index was less than zero.');\n }\n\n public onFocusIndexOverRange(): void {\n console.log('Focus index was greater than the number of tokens.');\n }\n\n public focusLastToken(): void {\n if (!this.tokensController) {\n this.tokensController = new Subject<SkyTokensMessage>();\n }\n\n this.tokensController.next({\n type: SkyTokensMessageType.FocusLastToken\n });\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item\n } as SkyToken;\n });\n }\n}\n"
6059
+ "rawContents": "import { Component, OnDestroy } from '@angular/core';\n\nimport {\n SkyToken,\n SkyTokenSelectedEventArgs,\n SkyTokensMessage,\n SkyTokensMessageType,\n} from '@skyux/indicators';\n\nimport { Subject } from 'rxjs';\n\n@Component({\n selector: 'app-tokens-demo',\n templateUrl: './tokens-demo.component.html',\n})\nexport class TokensDemoComponent implements OnDestroy {\n public myTokens: SkyToken[];\n\n private defaultTokens = [\n { label: 'Canada' },\n { label: 'Older than 55' },\n { label: 'Employed' },\n { label: 'Added before 2018' },\n ];\n\n public tokensController: Subject<SkyTokensMessage>;\n\n constructor() {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public ngOnDestroy(): void {\n if (this.tokensController) {\n this.tokensController.complete();\n }\n }\n\n public resetTokens(): void {\n this.createTokens();\n }\n\n public changeTokens(): void {\n this.myTokens = this.getTokens([\n { label: 'Paid' },\n { label: 'Pending' },\n { label: 'Past due' },\n ]);\n }\n\n public destroyTokens(): void {\n this.myTokens = undefined;\n }\n\n public createTokens(): void {\n this.myTokens = this.getTokens(this.defaultTokens);\n }\n\n public onTokenSelected(args: SkyTokenSelectedEventArgs): void {\n console.log('Token selected:', args);\n }\n\n public onFocusIndexUnderRange(): void {\n console.log('Focus index was less than zero.');\n }\n\n public onFocusIndexOverRange(): void {\n console.log('Focus index was greater than the number of tokens.');\n }\n\n public focusLastToken(): void {\n if (!this.tokensController) {\n this.tokensController = new Subject<SkyTokensMessage>();\n }\n\n this.tokensController.next({\n type: SkyTokensMessageType.FocusLastToken,\n });\n }\n\n private getTokens(data: any[]): SkyToken[] {\n return data.map((item: any) => {\n return {\n value: item,\n } as SkyToken;\n });\n }\n}\n"
5987
6060
  },
5988
6061
  {
5989
6062
  "fileName": "tokens-demo.module.ts",
5990
6063
  "filePath": "/projects/indicators/documentation/code-examples/tokens/custom/tokens-demo.module.ts",
5991
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyTokensModule\n} from '@skyux/indicators';\n\nimport {\n TokensDemoComponent\n} from './tokens-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyTokensModule\n ],\n exports: [\n TokensDemoComponent\n ],\n declarations: [\n TokensDemoComponent\n ]\n})\nexport class TokensDemoModule { }\n"
6064
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyTokensModule } from '@skyux/indicators';\n\nimport { TokensDemoComponent } from './tokens-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTokensModule],\n exports: [TokensDemoComponent],\n declarations: [TokensDemoComponent],\n})\nexport class TokensDemoModule {}\n"
5992
6065
  },
5993
6066
  {
5994
6067
  "fileName": "wait-demo.component.html",
5995
6068
  "filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.html",
5996
- "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div\n style=\"height: 200px; width: 200px; margin: 10px;\"\n>\n The <code>sky-wait</code> directive can apply to a large area.\n <sky-wait\n [isWaiting]=\"isWaiting\"\n >\n </sky-wait>\n</div>\n"
6069
+ "rawContents": "<button\n type=\"button\"\n class=\"sky-btn sky-btn-default\"\n (click)=\"isWaiting = !isWaiting\"\n>\n Toggle wait\n</button>\n\n<div style=\"height: 200px; width: 200px; margin: 10px\">\n The <code>sky-wait</code> directive can apply to a large area.\n <sky-wait [isWaiting]=\"isWaiting\"> </sky-wait>\n</div>\n"
5997
6070
  },
5998
6071
  {
5999
6072
  "fileName": "wait-demo.component.ts",
6000
6073
  "filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.component.ts",
6001
- "rawContents": "import {\n Component\n} from '@angular/core';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html'\n})\nexport class WaitDemoComponent {\n\n public isWaiting: boolean = false;\n\n}\n"
6074
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting: boolean = false;\n}\n"
6002
6075
  },
6003
6076
  {
6004
6077
  "fileName": "wait-demo.module.ts",
6005
6078
  "filePath": "/projects/indicators/documentation/code-examples/wait/element/wait-demo.module.ts",
6006
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyWaitModule\n} from '@skyux/indicators';\n\nimport {\n WaitDemoComponent\n} from './wait-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyWaitModule\n ],\n exports: [\n WaitDemoComponent\n ],\n declarations: [\n WaitDemoComponent\n ]\n})\nexport class WaitDemoModule { }\n"
6079
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
6007
6080
  },
6008
6081
  {
6009
6082
  "fileName": "wait-demo.component.html",
@@ -6013,12 +6086,12 @@
6013
6086
  {
6014
6087
  "fileName": "wait-demo.component.ts",
6015
6088
  "filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.component.ts",
6016
- "rawContents": "import {\n Component\n} from '@angular/core';\n\nimport {\n SkyWaitService\n} from '@skyux/indicators';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html'\n})\nexport class WaitDemoComponent {\n\n public isWaiting = false;\n\n constructor(\n private waitSvc: SkyWaitService\n ) { }\n\n public showPageWait(isBlocking: boolean): void {\n if (isBlocking) {\n this.waitSvc.beginBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endBlockingPageWait();\n }, 2000);\n } else {\n this.waitSvc.beginNonBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endNonBlockingPageWait();\n }, 2000);\n }\n }\n\n}\n"
6089
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyWaitService } from '@skyux/indicators';\n\n@Component({\n selector: 'app-wait-demo',\n templateUrl: './wait-demo.component.html',\n})\nexport class WaitDemoComponent {\n public isWaiting = false;\n\n constructor(private waitSvc: SkyWaitService) {}\n\n public showPageWait(isBlocking: boolean): void {\n if (isBlocking) {\n this.waitSvc.beginBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endBlockingPageWait();\n }, 2000);\n } else {\n this.waitSvc.beginNonBlockingPageWait();\n setTimeout(() => {\n this.waitSvc.endNonBlockingPageWait();\n }, 2000);\n }\n }\n}\n"
6017
6090
  },
6018
6091
  {
6019
6092
  "fileName": "wait-demo.module.ts",
6020
6093
  "filePath": "/projects/indicators/documentation/code-examples/wait/page/wait-demo.module.ts",
6021
- "rawContents": "import {\n CommonModule\n} from '@angular/common';\n\nimport {\n NgModule\n} from '@angular/core';\n\nimport {\n SkyWaitModule\n} from '@skyux/indicators';\n\nimport {\n WaitDemoComponent\n} from './wait-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyWaitModule\n ],\n exports: [\n WaitDemoComponent\n ],\n declarations: [\n WaitDemoComponent\n ]\n})\nexport class WaitDemoModule { }\n"
6094
+ "rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyWaitModule } from '@skyux/indicators';\n\nimport { WaitDemoComponent } from './wait-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyWaitModule],\n exports: [WaitDemoComponent],\n declarations: [WaitDemoComponent],\n})\nexport class WaitDemoModule {}\n"
6022
6095
  }
6023
6096
  ]
6024
6097
  }