@skyux/layout 6.0.0-beta.1 → 6.0.0-beta.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/documentation.json +681 -508
- package/esm2020/lib/modules/action-button/action-button-adapter-service.mjs +3 -3
- package/esm2020/lib/modules/action-button/action-button-container.component.mjs +4 -4
- package/esm2020/lib/modules/action-button/action-button-details.component.mjs +3 -3
- package/esm2020/lib/modules/action-button/action-button-header.component.mjs +3 -3
- package/esm2020/lib/modules/action-button/action-button-icon.component.mjs +3 -3
- package/esm2020/lib/modules/action-button/action-button.component.mjs +3 -3
- package/esm2020/lib/modules/action-button/action-button.module.mjs +4 -4
- package/esm2020/lib/modules/back-to-top/back-to-top-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/back-to-top/back-to-top.component.mjs +3 -3
- package/esm2020/lib/modules/back-to-top/back-to-top.directive.mjs +3 -3
- package/esm2020/lib/modules/back-to-top/back-to-top.module.mjs +4 -4
- package/esm2020/lib/modules/box/box-content.component.mjs +3 -3
- package/esm2020/lib/modules/box/box-controls.component.mjs +3 -3
- package/esm2020/lib/modules/box/box-header.component.mjs +3 -3
- package/esm2020/lib/modules/box/box.component.mjs +3 -3
- package/esm2020/lib/modules/box/box.module.mjs +4 -4
- package/esm2020/lib/modules/card/card-actions.component.mjs +5 -4
- package/esm2020/lib/modules/card/card-content.component.mjs +5 -4
- package/esm2020/lib/modules/card/card-title.component.mjs +5 -4
- package/esm2020/lib/modules/card/card.component.mjs +18 -10
- package/esm2020/lib/modules/card/card.module.mjs +8 -5
- package/esm2020/lib/modules/definition-list/definition-list-content.component.mjs +3 -3
- package/esm2020/lib/modules/definition-list/definition-list-heading.component.mjs +3 -3
- package/esm2020/lib/modules/definition-list/definition-list-label.component.mjs +3 -3
- package/esm2020/lib/modules/definition-list/definition-list-value.component.mjs +3 -3
- package/esm2020/lib/modules/definition-list/definition-list.component.mjs +13 -6
- package/esm2020/lib/modules/definition-list/definition-list.module.mjs +8 -5
- package/esm2020/lib/modules/definition-list/definition-list.service.mjs +3 -3
- package/esm2020/lib/modules/description-list/description-list-adapter-service.mjs +3 -3
- package/esm2020/lib/modules/description-list/description-list-content.component.mjs +3 -3
- package/esm2020/lib/modules/description-list/description-list-description.component.mjs +8 -6
- package/esm2020/lib/modules/description-list/description-list-term.component.mjs +4 -4
- package/esm2020/lib/modules/description-list/description-list.component.mjs +3 -3
- package/esm2020/lib/modules/description-list/description-list.module.mjs +4 -4
- package/esm2020/lib/modules/description-list/description-list.service.mjs +3 -3
- package/esm2020/lib/modules/fluid-grid/column.component.mjs +3 -3
- package/esm2020/lib/modules/fluid-grid/fluid-grid.component.mjs +3 -3
- package/esm2020/lib/modules/fluid-grid/fluid-grid.module.mjs +4 -4
- package/esm2020/lib/modules/fluid-grid/row.component.mjs +3 -3
- package/esm2020/lib/modules/format/format-item.mjs +1 -1
- package/esm2020/lib/modules/format/format.component.mjs +4 -4
- package/esm2020/lib/modules/format/format.module.mjs +4 -4
- package/esm2020/lib/modules/inline-delete/inline-delete-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/inline-delete/inline-delete.component.mjs +3 -3
- package/esm2020/lib/modules/inline-delete/inline-delete.module.mjs +4 -4
- package/esm2020/lib/modules/page/page-theme-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/page/page.component.mjs +3 -3
- package/esm2020/lib/modules/page/page.module.mjs +4 -4
- package/esm2020/lib/modules/page-summary/page-summary-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/page-summary/page-summary-alert.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-content.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-image.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-key-info.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-status.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-subtitle.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary-title.component.mjs +5 -4
- package/esm2020/lib/modules/page-summary/page-summary.component.mjs +13 -7
- package/esm2020/lib/modules/page-summary/page-summary.module.mjs +8 -5
- package/esm2020/lib/modules/shared/sky-layout-resources.module.mjs +4 -4
- package/esm2020/lib/modules/text-expand/text-expand-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/text-expand/text-expand-modal.component.mjs +3 -3
- package/esm2020/lib/modules/text-expand/text-expand.component.mjs +3 -3
- package/esm2020/lib/modules/text-expand/text-expand.module.mjs +4 -4
- package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater-adapter.service.mjs +3 -3
- package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater.component.mjs +4 -4
- package/esm2020/lib/modules/text-expand-repeater/text-expand-repeater.module.mjs +4 -4
- package/esm2020/lib/modules/toolbar/toolbar-item.component.mjs +3 -3
- package/esm2020/lib/modules/toolbar/toolbar-section.component.mjs +3 -3
- package/esm2020/lib/modules/toolbar/toolbar-view-actions.component.mjs +3 -3
- package/esm2020/lib/modules/toolbar/toolbar.component.mjs +3 -3
- package/esm2020/lib/modules/toolbar/toolbar.module.mjs +4 -4
- package/fesm2015/skyux-layout.mjs +277 -237
- package/fesm2015/skyux-layout.mjs.map +1 -1
- package/fesm2020/skyux-layout.mjs +275 -237
- package/fesm2020/skyux-layout.mjs.map +1 -1
- package/lib/modules/card/card-actions.component.d.ts +1 -0
- package/lib/modules/card/card-content.component.d.ts +1 -0
- package/lib/modules/card/card-title.component.d.ts +1 -0
- package/lib/modules/card/card.component.d.ts +3 -0
- package/lib/modules/card/card.module.d.ts +3 -0
- package/lib/modules/definition-list/definition-list.component.d.ts +2 -1
- package/lib/modules/definition-list/definition-list.module.d.ts +3 -0
- package/lib/modules/description-list/description-list-description.component.d.ts +4 -4
- package/lib/modules/description-list/description-list-term.component.d.ts +1 -1
- package/lib/modules/format/format-item.d.ts +1 -1
- package/lib/modules/format/format.component.d.ts +2 -2
- package/lib/modules/page-summary/page-summary-alert.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-content.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-image.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-key-info.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-status.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-subtitle.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary-title.component.d.ts +1 -0
- package/lib/modules/page-summary/page-summary.component.d.ts +3 -2
- package/lib/modules/page-summary/page-summary.module.d.ts +3 -0
- package/lib/modules/text-expand-repeater/text-expand-repeater.component.d.ts +1 -1
- package/package.json +30 -27
package/documentation.json
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"originalName": "",
|
|
76
76
|
"children": [
|
|
77
77
|
{
|
|
78
|
-
"id":
|
|
78
|
+
"id": 480,
|
|
79
79
|
"name": "SkyBackToTopMessageType",
|
|
80
80
|
"kind": 8,
|
|
81
81
|
"kindString": "Enumeration",
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
},
|
|
86
86
|
"children": [
|
|
87
87
|
{
|
|
88
|
-
"id":
|
|
88
|
+
"id": 481,
|
|
89
89
|
"name": "BackToTop",
|
|
90
90
|
"kind": 16,
|
|
91
91
|
"kindString": "Enumeration member",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"title": "Enumeration members",
|
|
109
109
|
"kind": 16,
|
|
110
110
|
"children": [
|
|
111
|
-
|
|
111
|
+
481
|
|
112
112
|
]
|
|
113
113
|
}
|
|
114
114
|
],
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
]
|
|
122
122
|
},
|
|
123
123
|
{
|
|
124
|
-
"id":
|
|
124
|
+
"id": 468,
|
|
125
125
|
"name": "SkyActionButtonModule",
|
|
126
126
|
"kind": 128,
|
|
127
127
|
"kindString": "Class",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"title": "Constructors",
|
|
147
147
|
"kind": 512,
|
|
148
148
|
"children": [
|
|
149
|
-
|
|
149
|
+
469
|
|
150
150
|
]
|
|
151
151
|
}
|
|
152
152
|
],
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
]
|
|
160
160
|
},
|
|
161
161
|
{
|
|
162
|
-
"id":
|
|
162
|
+
"id": 475,
|
|
163
163
|
"name": "SkyBackToTopModule",
|
|
164
164
|
"kind": 128,
|
|
165
165
|
"kindString": "Class",
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
"title": "Constructors",
|
|
185
185
|
"kind": 512,
|
|
186
186
|
"children": [
|
|
187
|
-
|
|
187
|
+
476
|
|
188
188
|
]
|
|
189
189
|
}
|
|
190
190
|
],
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
]
|
|
198
198
|
},
|
|
199
199
|
{
|
|
200
|
-
"id":
|
|
200
|
+
"id": 484,
|
|
201
201
|
"name": "SkyBoxModule",
|
|
202
202
|
"kind": 128,
|
|
203
203
|
"kindString": "Class",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"title": "Constructors",
|
|
223
223
|
"kind": 512,
|
|
224
224
|
"children": [
|
|
225
|
-
|
|
225
|
+
485
|
|
226
226
|
]
|
|
227
227
|
}
|
|
228
228
|
],
|
|
@@ -235,11 +235,19 @@
|
|
|
235
235
|
]
|
|
236
236
|
},
|
|
237
237
|
{
|
|
238
|
-
"id":
|
|
238
|
+
"id": 487,
|
|
239
239
|
"name": "SkyCardModule",
|
|
240
240
|
"kind": 128,
|
|
241
241
|
"kindString": "Class",
|
|
242
242
|
"flags": {},
|
|
243
|
+
"comment": {
|
|
244
|
+
"tags": [
|
|
245
|
+
{
|
|
246
|
+
"tag": "deprecated",
|
|
247
|
+
"text": "`SkyCardModule` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.\n"
|
|
248
|
+
}
|
|
249
|
+
]
|
|
250
|
+
},
|
|
243
251
|
"decorators": [
|
|
244
252
|
{
|
|
245
253
|
"name": "NgModule",
|
|
@@ -260,24 +268,32 @@
|
|
|
260
268
|
"title": "Constructors",
|
|
261
269
|
"kind": 512,
|
|
262
270
|
"children": [
|
|
263
|
-
|
|
271
|
+
488
|
|
264
272
|
]
|
|
265
273
|
}
|
|
266
274
|
],
|
|
267
275
|
"sources": [
|
|
268
276
|
{
|
|
269
277
|
"fileName": "projects/layout/src/modules/card/card.module.ts",
|
|
270
|
-
"line":
|
|
278
|
+
"line": 40,
|
|
271
279
|
"character": 13
|
|
272
280
|
}
|
|
273
281
|
]
|
|
274
282
|
},
|
|
275
283
|
{
|
|
276
|
-
"id":
|
|
284
|
+
"id": 490,
|
|
277
285
|
"name": "SkyDefinitionListModule",
|
|
278
286
|
"kind": 128,
|
|
279
287
|
"kindString": "Class",
|
|
280
288
|
"flags": {},
|
|
289
|
+
"comment": {
|
|
290
|
+
"tags": [
|
|
291
|
+
{
|
|
292
|
+
"tag": "deprecated",
|
|
293
|
+
"text": "Use `SkyDescriptionListModule` instead.\n"
|
|
294
|
+
}
|
|
295
|
+
]
|
|
296
|
+
},
|
|
281
297
|
"decorators": [
|
|
282
298
|
{
|
|
283
299
|
"name": "NgModule",
|
|
@@ -298,20 +314,20 @@
|
|
|
298
314
|
"title": "Constructors",
|
|
299
315
|
"kind": 512,
|
|
300
316
|
"children": [
|
|
301
|
-
|
|
317
|
+
491
|
|
302
318
|
]
|
|
303
319
|
}
|
|
304
320
|
],
|
|
305
321
|
"sources": [
|
|
306
322
|
{
|
|
307
323
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.module.ts",
|
|
308
|
-
"line":
|
|
324
|
+
"line": 33,
|
|
309
325
|
"character": 13
|
|
310
326
|
}
|
|
311
327
|
]
|
|
312
328
|
},
|
|
313
329
|
{
|
|
314
|
-
"id":
|
|
330
|
+
"id": 493,
|
|
315
331
|
"name": "SkyDescriptionListModule",
|
|
316
332
|
"kind": 128,
|
|
317
333
|
"kindString": "Class",
|
|
@@ -336,7 +352,7 @@
|
|
|
336
352
|
"title": "Constructors",
|
|
337
353
|
"kind": 512,
|
|
338
354
|
"children": [
|
|
339
|
-
|
|
355
|
+
494
|
|
340
356
|
]
|
|
341
357
|
}
|
|
342
358
|
],
|
|
@@ -349,7 +365,7 @@
|
|
|
349
365
|
]
|
|
350
366
|
},
|
|
351
367
|
{
|
|
352
|
-
"id":
|
|
368
|
+
"id": 505,
|
|
353
369
|
"name": "SkyFluidGridModule",
|
|
354
370
|
"kind": 128,
|
|
355
371
|
"kindString": "Class",
|
|
@@ -374,7 +390,7 @@
|
|
|
374
390
|
"title": "Constructors",
|
|
375
391
|
"kind": 512,
|
|
376
392
|
"children": [
|
|
377
|
-
|
|
393
|
+
506
|
|
378
394
|
]
|
|
379
395
|
}
|
|
380
396
|
],
|
|
@@ -387,7 +403,7 @@
|
|
|
387
403
|
]
|
|
388
404
|
},
|
|
389
405
|
{
|
|
390
|
-
"id":
|
|
406
|
+
"id": 512,
|
|
391
407
|
"name": "SkyFormatModule",
|
|
392
408
|
"kind": 128,
|
|
393
409
|
"kindString": "Class",
|
|
@@ -412,7 +428,7 @@
|
|
|
412
428
|
"title": "Constructors",
|
|
413
429
|
"kind": 512,
|
|
414
430
|
"children": [
|
|
415
|
-
|
|
431
|
+
513
|
|
416
432
|
]
|
|
417
433
|
}
|
|
418
434
|
],
|
|
@@ -425,7 +441,7 @@
|
|
|
425
441
|
]
|
|
426
442
|
},
|
|
427
443
|
{
|
|
428
|
-
"id":
|
|
444
|
+
"id": 518,
|
|
429
445
|
"name": "SkyInlineDeleteModule",
|
|
430
446
|
"kind": 128,
|
|
431
447
|
"kindString": "Class",
|
|
@@ -450,7 +466,7 @@
|
|
|
450
466
|
"title": "Constructors",
|
|
451
467
|
"kind": 512,
|
|
452
468
|
"children": [
|
|
453
|
-
|
|
469
|
+
519
|
|
454
470
|
]
|
|
455
471
|
}
|
|
456
472
|
],
|
|
@@ -463,7 +479,7 @@
|
|
|
463
479
|
]
|
|
464
480
|
},
|
|
465
481
|
{
|
|
466
|
-
"id":
|
|
482
|
+
"id": 521,
|
|
467
483
|
"name": "SkyPageModule",
|
|
468
484
|
"kind": 128,
|
|
469
485
|
"kindString": "Class",
|
|
@@ -488,7 +504,7 @@
|
|
|
488
504
|
"title": "Constructors",
|
|
489
505
|
"kind": 512,
|
|
490
506
|
"children": [
|
|
491
|
-
|
|
507
|
+
522
|
|
492
508
|
]
|
|
493
509
|
}
|
|
494
510
|
],
|
|
@@ -501,11 +517,19 @@
|
|
|
501
517
|
]
|
|
502
518
|
},
|
|
503
519
|
{
|
|
504
|
-
"id":
|
|
520
|
+
"id": 524,
|
|
505
521
|
"name": "SkyPageSummaryModule",
|
|
506
522
|
"kind": 128,
|
|
507
523
|
"kindString": "Class",
|
|
508
524
|
"flags": {},
|
|
525
|
+
"comment": {
|
|
526
|
+
"tags": [
|
|
527
|
+
{
|
|
528
|
+
"tag": "deprecated",
|
|
529
|
+
"text": "`SkyPageSummaryModule` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.\n"
|
|
530
|
+
}
|
|
531
|
+
]
|
|
532
|
+
},
|
|
509
533
|
"decorators": [
|
|
510
534
|
{
|
|
511
535
|
"name": "NgModule",
|
|
@@ -526,20 +550,20 @@
|
|
|
526
550
|
"title": "Constructors",
|
|
527
551
|
"kind": 512,
|
|
528
552
|
"children": [
|
|
529
|
-
|
|
553
|
+
525
|
|
530
554
|
]
|
|
531
555
|
}
|
|
532
556
|
],
|
|
533
557
|
"sources": [
|
|
534
558
|
{
|
|
535
559
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.module.ts",
|
|
536
|
-
"line":
|
|
560
|
+
"line": 39,
|
|
537
561
|
"character": 13
|
|
538
562
|
}
|
|
539
563
|
]
|
|
540
564
|
},
|
|
541
565
|
{
|
|
542
|
-
"id":
|
|
566
|
+
"id": 527,
|
|
543
567
|
"name": "SkyTextExpandModule",
|
|
544
568
|
"kind": 128,
|
|
545
569
|
"kindString": "Class",
|
|
@@ -564,7 +588,7 @@
|
|
|
564
588
|
"title": "Constructors",
|
|
565
589
|
"kind": 512,
|
|
566
590
|
"children": [
|
|
567
|
-
|
|
591
|
+
528
|
|
568
592
|
]
|
|
569
593
|
}
|
|
570
594
|
],
|
|
@@ -577,7 +601,7 @@
|
|
|
577
601
|
]
|
|
578
602
|
},
|
|
579
603
|
{
|
|
580
|
-
"id":
|
|
604
|
+
"id": 531,
|
|
581
605
|
"name": "SkyTextExpandRepeaterModule",
|
|
582
606
|
"kind": 128,
|
|
583
607
|
"kindString": "Class",
|
|
@@ -602,7 +626,7 @@
|
|
|
602
626
|
"title": "Constructors",
|
|
603
627
|
"kind": 512,
|
|
604
628
|
"children": [
|
|
605
|
-
|
|
629
|
+
532
|
|
606
630
|
]
|
|
607
631
|
}
|
|
608
632
|
],
|
|
@@ -615,7 +639,7 @@
|
|
|
615
639
|
]
|
|
616
640
|
},
|
|
617
641
|
{
|
|
618
|
-
"id":
|
|
642
|
+
"id": 534,
|
|
619
643
|
"name": "SkyToolbarModule",
|
|
620
644
|
"kind": 128,
|
|
621
645
|
"kindString": "Class",
|
|
@@ -640,7 +664,7 @@
|
|
|
640
664
|
"title": "Constructors",
|
|
641
665
|
"kind": 512,
|
|
642
666
|
"children": [
|
|
643
|
-
|
|
667
|
+
535
|
|
644
668
|
]
|
|
645
669
|
}
|
|
646
670
|
],
|
|
@@ -752,7 +776,7 @@
|
|
|
752
776
|
],
|
|
753
777
|
"type": {
|
|
754
778
|
"type": "reference",
|
|
755
|
-
"id":
|
|
779
|
+
"id": 462,
|
|
756
780
|
"name": "SkyActionButtonPermalink"
|
|
757
781
|
}
|
|
758
782
|
},
|
|
@@ -849,13 +873,19 @@
|
|
|
849
873
|
]
|
|
850
874
|
},
|
|
851
875
|
{
|
|
852
|
-
"id":
|
|
876
|
+
"id": 153,
|
|
853
877
|
"name": "SkyCardActionsComponent",
|
|
854
878
|
"kind": 128,
|
|
855
879
|
"kindString": "Class",
|
|
856
880
|
"flags": {},
|
|
857
881
|
"comment": {
|
|
858
|
-
"shortText": "Specifies an action that users can perform on the card."
|
|
882
|
+
"shortText": "Specifies an action that users can perform on the card.",
|
|
883
|
+
"tags": [
|
|
884
|
+
{
|
|
885
|
+
"tag": "deprecated",
|
|
886
|
+
"text": "\n"
|
|
887
|
+
}
|
|
888
|
+
]
|
|
859
889
|
},
|
|
860
890
|
"decorators": [
|
|
861
891
|
{
|
|
@@ -877,26 +907,32 @@
|
|
|
877
907
|
"title": "Constructors",
|
|
878
908
|
"kind": 512,
|
|
879
909
|
"children": [
|
|
880
|
-
|
|
910
|
+
154
|
|
881
911
|
]
|
|
882
912
|
}
|
|
883
913
|
],
|
|
884
914
|
"sources": [
|
|
885
915
|
{
|
|
886
916
|
"fileName": "projects/layout/src/modules/card/card-actions.component.ts",
|
|
887
|
-
"line":
|
|
917
|
+
"line": 12,
|
|
888
918
|
"character": 13
|
|
889
919
|
}
|
|
890
920
|
]
|
|
891
921
|
},
|
|
892
922
|
{
|
|
893
|
-
"id":
|
|
923
|
+
"id": 156,
|
|
894
924
|
"name": "SkyCardContentComponent",
|
|
895
925
|
"kind": 128,
|
|
896
926
|
"kindString": "Class",
|
|
897
927
|
"flags": {},
|
|
898
928
|
"comment": {
|
|
899
|
-
"shortText": "Specifies the content to display in the body of the card."
|
|
929
|
+
"shortText": "Specifies the content to display in the body of the card.",
|
|
930
|
+
"tags": [
|
|
931
|
+
{
|
|
932
|
+
"tag": "deprecated",
|
|
933
|
+
"text": "\n"
|
|
934
|
+
}
|
|
935
|
+
]
|
|
900
936
|
},
|
|
901
937
|
"decorators": [
|
|
902
938
|
{
|
|
@@ -918,26 +954,32 @@
|
|
|
918
954
|
"title": "Constructors",
|
|
919
955
|
"kind": 512,
|
|
920
956
|
"children": [
|
|
921
|
-
|
|
957
|
+
157
|
|
922
958
|
]
|
|
923
959
|
}
|
|
924
960
|
],
|
|
925
961
|
"sources": [
|
|
926
962
|
{
|
|
927
963
|
"fileName": "projects/layout/src/modules/card/card-content.component.ts",
|
|
928
|
-
"line":
|
|
964
|
+
"line": 11,
|
|
929
965
|
"character": 13
|
|
930
966
|
}
|
|
931
967
|
]
|
|
932
968
|
},
|
|
933
969
|
{
|
|
934
|
-
"id":
|
|
970
|
+
"id": 159,
|
|
935
971
|
"name": "SkyCardTitleComponent",
|
|
936
972
|
"kind": 128,
|
|
937
973
|
"kindString": "Class",
|
|
938
974
|
"flags": {},
|
|
939
975
|
"comment": {
|
|
940
|
-
"shortText": "Specifies a title to identify what the card represents."
|
|
976
|
+
"shortText": "Specifies a title to identify what the card represents.",
|
|
977
|
+
"tags": [
|
|
978
|
+
{
|
|
979
|
+
"tag": "deprecated",
|
|
980
|
+
"text": "\n"
|
|
981
|
+
}
|
|
982
|
+
]
|
|
941
983
|
},
|
|
942
984
|
"decorators": [
|
|
943
985
|
{
|
|
@@ -959,20 +1001,20 @@
|
|
|
959
1001
|
"title": "Constructors",
|
|
960
1002
|
"kind": 512,
|
|
961
1003
|
"children": [
|
|
962
|
-
|
|
1004
|
+
160
|
|
963
1005
|
]
|
|
964
1006
|
}
|
|
965
1007
|
],
|
|
966
1008
|
"sources": [
|
|
967
1009
|
{
|
|
968
1010
|
"fileName": "projects/layout/src/modules/card/card-title.component.ts",
|
|
969
|
-
"line":
|
|
1011
|
+
"line": 11,
|
|
970
1012
|
"character": 13
|
|
971
1013
|
}
|
|
972
1014
|
]
|
|
973
1015
|
},
|
|
974
1016
|
{
|
|
975
|
-
"id":
|
|
1017
|
+
"id": 162,
|
|
976
1018
|
"name": "SkyDefinitionListComponent",
|
|
977
1019
|
"kind": 128,
|
|
978
1020
|
"kindString": "Class",
|
|
@@ -996,7 +1038,7 @@
|
|
|
996
1038
|
],
|
|
997
1039
|
"children": [
|
|
998
1040
|
{
|
|
999
|
-
"id":
|
|
1041
|
+
"id": 163,
|
|
1000
1042
|
"name": "constructor",
|
|
1001
1043
|
"kind": 512,
|
|
1002
1044
|
"kindString": "Constructor",
|
|
@@ -1004,20 +1046,20 @@
|
|
|
1004
1046
|
"sources": [
|
|
1005
1047
|
{
|
|
1006
1048
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1007
|
-
"line":
|
|
1049
|
+
"line": 36,
|
|
1008
1050
|
"character": 2
|
|
1009
1051
|
}
|
|
1010
1052
|
],
|
|
1011
1053
|
"signatures": [
|
|
1012
1054
|
{
|
|
1013
|
-
"id":
|
|
1055
|
+
"id": 164,
|
|
1014
1056
|
"name": "SkyDefinitionListComponent",
|
|
1015
1057
|
"kind": 16384,
|
|
1016
1058
|
"kindString": "Constructor signature",
|
|
1017
1059
|
"flags": {},
|
|
1018
1060
|
"parameters": [
|
|
1019
1061
|
{
|
|
1020
|
-
"id":
|
|
1062
|
+
"id": 165,
|
|
1021
1063
|
"name": "service",
|
|
1022
1064
|
"kind": 32768,
|
|
1023
1065
|
"kindString": "Parameter",
|
|
@@ -1026,18 +1068,29 @@
|
|
|
1026
1068
|
"type": "reference",
|
|
1027
1069
|
"name": "SkyDefinitionListService"
|
|
1028
1070
|
}
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"id": 166,
|
|
1074
|
+
"name": "logger",
|
|
1075
|
+
"kind": 32768,
|
|
1076
|
+
"kindString": "Parameter",
|
|
1077
|
+
"flags": {},
|
|
1078
|
+
"type": {
|
|
1079
|
+
"type": "reference",
|
|
1080
|
+
"name": "SkyLogService"
|
|
1081
|
+
}
|
|
1029
1082
|
}
|
|
1030
1083
|
],
|
|
1031
1084
|
"type": {
|
|
1032
1085
|
"type": "reference",
|
|
1033
|
-
"id":
|
|
1086
|
+
"id": 162,
|
|
1034
1087
|
"name": "SkyDefinitionListComponent"
|
|
1035
1088
|
}
|
|
1036
1089
|
}
|
|
1037
1090
|
]
|
|
1038
1091
|
},
|
|
1039
1092
|
{
|
|
1040
|
-
"id":
|
|
1093
|
+
"id": 170,
|
|
1041
1094
|
"name": "defaultValue",
|
|
1042
1095
|
"kind": 262144,
|
|
1043
1096
|
"kindString": "Accessor",
|
|
@@ -1059,13 +1112,13 @@
|
|
|
1059
1112
|
"sources": [
|
|
1060
1113
|
{
|
|
1061
1114
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1062
|
-
"line":
|
|
1115
|
+
"line": 32,
|
|
1063
1116
|
"character": 13
|
|
1064
1117
|
}
|
|
1065
1118
|
],
|
|
1066
1119
|
"setSignature": [
|
|
1067
1120
|
{
|
|
1068
|
-
"id":
|
|
1121
|
+
"id": 171,
|
|
1069
1122
|
"name": "defaultValue",
|
|
1070
1123
|
"kind": 1048576,
|
|
1071
1124
|
"kindString": "Set signature",
|
|
@@ -1081,7 +1134,7 @@
|
|
|
1081
1134
|
},
|
|
1082
1135
|
"parameters": [
|
|
1083
1136
|
{
|
|
1084
|
-
"id":
|
|
1137
|
+
"id": 172,
|
|
1085
1138
|
"name": "value",
|
|
1086
1139
|
"kind": 32768,
|
|
1087
1140
|
"kindString": "Parameter",
|
|
@@ -1100,7 +1153,7 @@
|
|
|
1100
1153
|
]
|
|
1101
1154
|
},
|
|
1102
1155
|
{
|
|
1103
|
-
"id":
|
|
1156
|
+
"id": 167,
|
|
1104
1157
|
"name": "labelWidth",
|
|
1105
1158
|
"kind": 262144,
|
|
1106
1159
|
"kindString": "Accessor",
|
|
@@ -1122,13 +1175,13 @@
|
|
|
1122
1175
|
"sources": [
|
|
1123
1176
|
{
|
|
1124
1177
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1125
|
-
"line":
|
|
1178
|
+
"line": 22,
|
|
1126
1179
|
"character": 13
|
|
1127
1180
|
}
|
|
1128
1181
|
],
|
|
1129
1182
|
"setSignature": [
|
|
1130
1183
|
{
|
|
1131
|
-
"id":
|
|
1184
|
+
"id": 168,
|
|
1132
1185
|
"name": "labelWidth",
|
|
1133
1186
|
"kind": 1048576,
|
|
1134
1187
|
"kindString": "Set signature",
|
|
@@ -1144,7 +1197,7 @@
|
|
|
1144
1197
|
},
|
|
1145
1198
|
"parameters": [
|
|
1146
1199
|
{
|
|
1147
|
-
"id":
|
|
1200
|
+
"id": 169,
|
|
1148
1201
|
"name": "value",
|
|
1149
1202
|
"kind": 32768,
|
|
1150
1203
|
"kindString": "Parameter",
|
|
@@ -1168,35 +1221,35 @@
|
|
|
1168
1221
|
"title": "Constructors",
|
|
1169
1222
|
"kind": 512,
|
|
1170
1223
|
"children": [
|
|
1171
|
-
|
|
1224
|
+
163
|
|
1172
1225
|
]
|
|
1173
1226
|
},
|
|
1174
1227
|
{
|
|
1175
1228
|
"title": "Properties",
|
|
1176
1229
|
"kind": 1024,
|
|
1177
1230
|
"children": [
|
|
1178
|
-
|
|
1231
|
+
173
|
|
1179
1232
|
]
|
|
1180
1233
|
},
|
|
1181
1234
|
{
|
|
1182
1235
|
"title": "Accessors",
|
|
1183
1236
|
"kind": 262144,
|
|
1184
1237
|
"children": [
|
|
1185
|
-
|
|
1186
|
-
|
|
1238
|
+
170,
|
|
1239
|
+
167
|
|
1187
1240
|
]
|
|
1188
1241
|
}
|
|
1189
1242
|
],
|
|
1190
1243
|
"sources": [
|
|
1191
1244
|
{
|
|
1192
1245
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1193
|
-
"line":
|
|
1246
|
+
"line": 16,
|
|
1194
1247
|
"character": 13
|
|
1195
1248
|
}
|
|
1196
1249
|
]
|
|
1197
1250
|
},
|
|
1198
1251
|
{
|
|
1199
|
-
"id":
|
|
1252
|
+
"id": 174,
|
|
1200
1253
|
"name": "SkyDefinitionListContentComponent",
|
|
1201
1254
|
"kind": 128,
|
|
1202
1255
|
"kindString": "Class",
|
|
@@ -1224,7 +1277,7 @@
|
|
|
1224
1277
|
"title": "Constructors",
|
|
1225
1278
|
"kind": 512,
|
|
1226
1279
|
"children": [
|
|
1227
|
-
|
|
1280
|
+
175
|
|
1228
1281
|
]
|
|
1229
1282
|
}
|
|
1230
1283
|
],
|
|
@@ -1237,7 +1290,7 @@
|
|
|
1237
1290
|
]
|
|
1238
1291
|
},
|
|
1239
1292
|
{
|
|
1240
|
-
"id":
|
|
1293
|
+
"id": 177,
|
|
1241
1294
|
"name": "SkyDefinitionListHeadingComponent",
|
|
1242
1295
|
"kind": 128,
|
|
1243
1296
|
"kindString": "Class",
|
|
@@ -1265,7 +1318,7 @@
|
|
|
1265
1318
|
"title": "Constructors",
|
|
1266
1319
|
"kind": 512,
|
|
1267
1320
|
"children": [
|
|
1268
|
-
|
|
1321
|
+
178
|
|
1269
1322
|
]
|
|
1270
1323
|
}
|
|
1271
1324
|
],
|
|
@@ -1278,7 +1331,7 @@
|
|
|
1278
1331
|
]
|
|
1279
1332
|
},
|
|
1280
1333
|
{
|
|
1281
|
-
"id":
|
|
1334
|
+
"id": 180,
|
|
1282
1335
|
"name": "SkyDefinitionListLabelComponent",
|
|
1283
1336
|
"kind": 128,
|
|
1284
1337
|
"kindString": "Class",
|
|
@@ -1302,7 +1355,7 @@
|
|
|
1302
1355
|
],
|
|
1303
1356
|
"children": [
|
|
1304
1357
|
{
|
|
1305
|
-
"id":
|
|
1358
|
+
"id": 181,
|
|
1306
1359
|
"name": "constructor",
|
|
1307
1360
|
"kind": 512,
|
|
1308
1361
|
"kindString": "Constructor",
|
|
@@ -1316,14 +1369,14 @@
|
|
|
1316
1369
|
],
|
|
1317
1370
|
"signatures": [
|
|
1318
1371
|
{
|
|
1319
|
-
"id":
|
|
1372
|
+
"id": 182,
|
|
1320
1373
|
"name": "SkyDefinitionListLabelComponent",
|
|
1321
1374
|
"kind": 16384,
|
|
1322
1375
|
"kindString": "Constructor signature",
|
|
1323
1376
|
"flags": {},
|
|
1324
1377
|
"parameters": [
|
|
1325
1378
|
{
|
|
1326
|
-
"id":
|
|
1379
|
+
"id": 183,
|
|
1327
1380
|
"name": "service",
|
|
1328
1381
|
"kind": 32768,
|
|
1329
1382
|
"kindString": "Parameter",
|
|
@@ -1336,14 +1389,14 @@
|
|
|
1336
1389
|
],
|
|
1337
1390
|
"type": {
|
|
1338
1391
|
"type": "reference",
|
|
1339
|
-
"id":
|
|
1392
|
+
"id": 180,
|
|
1340
1393
|
"name": "SkyDefinitionListLabelComponent"
|
|
1341
1394
|
}
|
|
1342
1395
|
}
|
|
1343
1396
|
]
|
|
1344
1397
|
},
|
|
1345
1398
|
{
|
|
1346
|
-
"id":
|
|
1399
|
+
"id": 184,
|
|
1347
1400
|
"name": "labelWidth",
|
|
1348
1401
|
"kind": 1024,
|
|
1349
1402
|
"kindString": "Property",
|
|
@@ -1368,15 +1421,15 @@
|
|
|
1368
1421
|
"title": "Constructors",
|
|
1369
1422
|
"kind": 512,
|
|
1370
1423
|
"children": [
|
|
1371
|
-
|
|
1424
|
+
181
|
|
1372
1425
|
]
|
|
1373
1426
|
},
|
|
1374
1427
|
{
|
|
1375
1428
|
"title": "Properties",
|
|
1376
1429
|
"kind": 1024,
|
|
1377
1430
|
"children": [
|
|
1378
|
-
|
|
1379
|
-
|
|
1431
|
+
184,
|
|
1432
|
+
185
|
|
1380
1433
|
]
|
|
1381
1434
|
}
|
|
1382
1435
|
],
|
|
@@ -1389,7 +1442,7 @@
|
|
|
1389
1442
|
]
|
|
1390
1443
|
},
|
|
1391
1444
|
{
|
|
1392
|
-
"id":
|
|
1445
|
+
"id": 186,
|
|
1393
1446
|
"name": "SkyDefinitionListValueComponent",
|
|
1394
1447
|
"kind": 128,
|
|
1395
1448
|
"kindString": "Class",
|
|
@@ -1413,7 +1466,7 @@
|
|
|
1413
1466
|
],
|
|
1414
1467
|
"children": [
|
|
1415
1468
|
{
|
|
1416
|
-
"id":
|
|
1469
|
+
"id": 187,
|
|
1417
1470
|
"name": "constructor",
|
|
1418
1471
|
"kind": 512,
|
|
1419
1472
|
"kindString": "Constructor",
|
|
@@ -1427,14 +1480,14 @@
|
|
|
1427
1480
|
],
|
|
1428
1481
|
"signatures": [
|
|
1429
1482
|
{
|
|
1430
|
-
"id":
|
|
1483
|
+
"id": 188,
|
|
1431
1484
|
"name": "SkyDefinitionListValueComponent",
|
|
1432
1485
|
"kind": 16384,
|
|
1433
1486
|
"kindString": "Constructor signature",
|
|
1434
1487
|
"flags": {},
|
|
1435
1488
|
"parameters": [
|
|
1436
1489
|
{
|
|
1437
|
-
"id":
|
|
1490
|
+
"id": 189,
|
|
1438
1491
|
"name": "service",
|
|
1439
1492
|
"kind": 32768,
|
|
1440
1493
|
"kindString": "Parameter",
|
|
@@ -1447,14 +1500,14 @@
|
|
|
1447
1500
|
],
|
|
1448
1501
|
"type": {
|
|
1449
1502
|
"type": "reference",
|
|
1450
|
-
"id":
|
|
1503
|
+
"id": 186,
|
|
1451
1504
|
"name": "SkyDefinitionListValueComponent"
|
|
1452
1505
|
}
|
|
1453
1506
|
}
|
|
1454
1507
|
]
|
|
1455
1508
|
},
|
|
1456
1509
|
{
|
|
1457
|
-
"id":
|
|
1510
|
+
"id": 190,
|
|
1458
1511
|
"name": "defaultValue",
|
|
1459
1512
|
"kind": 1024,
|
|
1460
1513
|
"kindString": "Property",
|
|
@@ -1479,15 +1532,15 @@
|
|
|
1479
1532
|
"title": "Constructors",
|
|
1480
1533
|
"kind": 512,
|
|
1481
1534
|
"children": [
|
|
1482
|
-
|
|
1535
|
+
187
|
|
1483
1536
|
]
|
|
1484
1537
|
},
|
|
1485
1538
|
{
|
|
1486
1539
|
"title": "Properties",
|
|
1487
1540
|
"kind": 1024,
|
|
1488
1541
|
"children": [
|
|
1489
|
-
|
|
1490
|
-
|
|
1542
|
+
190,
|
|
1543
|
+
191
|
|
1491
1544
|
]
|
|
1492
1545
|
}
|
|
1493
1546
|
],
|
|
@@ -1500,7 +1553,7 @@
|
|
|
1500
1553
|
]
|
|
1501
1554
|
},
|
|
1502
1555
|
{
|
|
1503
|
-
"id":
|
|
1556
|
+
"id": 192,
|
|
1504
1557
|
"name": "SkyDescriptionListComponent",
|
|
1505
1558
|
"kind": 128,
|
|
1506
1559
|
"kindString": "Class",
|
|
@@ -1524,7 +1577,7 @@
|
|
|
1524
1577
|
],
|
|
1525
1578
|
"children": [
|
|
1526
1579
|
{
|
|
1527
|
-
"id":
|
|
1580
|
+
"id": 193,
|
|
1528
1581
|
"name": "constructor",
|
|
1529
1582
|
"kind": 512,
|
|
1530
1583
|
"kindString": "Constructor",
|
|
@@ -1538,14 +1591,14 @@
|
|
|
1538
1591
|
],
|
|
1539
1592
|
"signatures": [
|
|
1540
1593
|
{
|
|
1541
|
-
"id":
|
|
1594
|
+
"id": 194,
|
|
1542
1595
|
"name": "SkyDescriptionListComponent",
|
|
1543
1596
|
"kind": 16384,
|
|
1544
1597
|
"kindString": "Constructor signature",
|
|
1545
1598
|
"flags": {},
|
|
1546
1599
|
"parameters": [
|
|
1547
1600
|
{
|
|
1548
|
-
"id":
|
|
1601
|
+
"id": 195,
|
|
1549
1602
|
"name": "adapterService",
|
|
1550
1603
|
"kind": 32768,
|
|
1551
1604
|
"kindString": "Parameter",
|
|
@@ -1556,7 +1609,7 @@
|
|
|
1556
1609
|
}
|
|
1557
1610
|
},
|
|
1558
1611
|
{
|
|
1559
|
-
"id":
|
|
1612
|
+
"id": 196,
|
|
1560
1613
|
"name": "changeDetector",
|
|
1561
1614
|
"kind": 32768,
|
|
1562
1615
|
"kindString": "Parameter",
|
|
@@ -1569,7 +1622,7 @@
|
|
|
1569
1622
|
}
|
|
1570
1623
|
},
|
|
1571
1624
|
{
|
|
1572
|
-
"id":
|
|
1625
|
+
"id": 197,
|
|
1573
1626
|
"name": "descriptionListService",
|
|
1574
1627
|
"kind": 32768,
|
|
1575
1628
|
"kindString": "Parameter",
|
|
@@ -1580,7 +1633,7 @@
|
|
|
1580
1633
|
}
|
|
1581
1634
|
},
|
|
1582
1635
|
{
|
|
1583
|
-
"id":
|
|
1636
|
+
"id": 198,
|
|
1584
1637
|
"name": "mutationSvc",
|
|
1585
1638
|
"kind": 32768,
|
|
1586
1639
|
"kindString": "Parameter",
|
|
@@ -1593,14 +1646,14 @@
|
|
|
1593
1646
|
],
|
|
1594
1647
|
"type": {
|
|
1595
1648
|
"type": "reference",
|
|
1596
|
-
"id":
|
|
1649
|
+
"id": 192,
|
|
1597
1650
|
"name": "SkyDescriptionListComponent"
|
|
1598
1651
|
}
|
|
1599
1652
|
}
|
|
1600
1653
|
]
|
|
1601
1654
|
},
|
|
1602
1655
|
{
|
|
1603
|
-
"id":
|
|
1656
|
+
"id": 207,
|
|
1604
1657
|
"name": "contentComponents",
|
|
1605
1658
|
"kind": 1024,
|
|
1606
1659
|
"kindString": "Property",
|
|
@@ -1633,7 +1686,7 @@
|
|
|
1633
1686
|
"typeArguments": [
|
|
1634
1687
|
{
|
|
1635
1688
|
"type": "reference",
|
|
1636
|
-
"id":
|
|
1689
|
+
"id": 241,
|
|
1637
1690
|
"name": "SkyDescriptionListContentComponent"
|
|
1638
1691
|
}
|
|
1639
1692
|
],
|
|
@@ -1643,7 +1696,7 @@
|
|
|
1643
1696
|
}
|
|
1644
1697
|
},
|
|
1645
1698
|
{
|
|
1646
|
-
"id":
|
|
1699
|
+
"id": 202,
|
|
1647
1700
|
"name": "listItemWidth",
|
|
1648
1701
|
"kind": 1024,
|
|
1649
1702
|
"kindString": "Property",
|
|
@@ -1678,7 +1731,7 @@
|
|
|
1678
1731
|
}
|
|
1679
1732
|
},
|
|
1680
1733
|
{
|
|
1681
|
-
"id":
|
|
1734
|
+
"id": 199,
|
|
1682
1735
|
"name": "defaultDescription",
|
|
1683
1736
|
"kind": 262144,
|
|
1684
1737
|
"kindString": "Accessor",
|
|
@@ -1706,7 +1759,7 @@
|
|
|
1706
1759
|
],
|
|
1707
1760
|
"setSignature": [
|
|
1708
1761
|
{
|
|
1709
|
-
"id":
|
|
1762
|
+
"id": 200,
|
|
1710
1763
|
"name": "defaultDescription",
|
|
1711
1764
|
"kind": 1048576,
|
|
1712
1765
|
"kindString": "Set signature",
|
|
@@ -1722,7 +1775,7 @@
|
|
|
1722
1775
|
},
|
|
1723
1776
|
"parameters": [
|
|
1724
1777
|
{
|
|
1725
|
-
"id":
|
|
1778
|
+
"id": 201,
|
|
1726
1779
|
"name": "value",
|
|
1727
1780
|
"kind": 32768,
|
|
1728
1781
|
"kindString": "Parameter",
|
|
@@ -1741,7 +1794,7 @@
|
|
|
1741
1794
|
]
|
|
1742
1795
|
},
|
|
1743
1796
|
{
|
|
1744
|
-
"id":
|
|
1797
|
+
"id": 203,
|
|
1745
1798
|
"name": "mode",
|
|
1746
1799
|
"kind": 262144,
|
|
1747
1800
|
"kindString": "Accessor",
|
|
@@ -1769,7 +1822,7 @@
|
|
|
1769
1822
|
],
|
|
1770
1823
|
"getSignature": [
|
|
1771
1824
|
{
|
|
1772
|
-
"id":
|
|
1825
|
+
"id": 204,
|
|
1773
1826
|
"name": "mode",
|
|
1774
1827
|
"kind": 524288,
|
|
1775
1828
|
"kindString": "Get signature",
|
|
@@ -1785,14 +1838,14 @@
|
|
|
1785
1838
|
},
|
|
1786
1839
|
"type": {
|
|
1787
1840
|
"type": "reference",
|
|
1788
|
-
"id":
|
|
1841
|
+
"id": 500,
|
|
1789
1842
|
"name": "SkyDescriptionListModeType"
|
|
1790
1843
|
}
|
|
1791
1844
|
}
|
|
1792
1845
|
],
|
|
1793
1846
|
"setSignature": [
|
|
1794
1847
|
{
|
|
1795
|
-
"id":
|
|
1848
|
+
"id": 205,
|
|
1796
1849
|
"name": "mode",
|
|
1797
1850
|
"kind": 1048576,
|
|
1798
1851
|
"kindString": "Set signature",
|
|
@@ -1808,14 +1861,14 @@
|
|
|
1808
1861
|
},
|
|
1809
1862
|
"parameters": [
|
|
1810
1863
|
{
|
|
1811
|
-
"id":
|
|
1864
|
+
"id": 206,
|
|
1812
1865
|
"name": "value",
|
|
1813
1866
|
"kind": 32768,
|
|
1814
1867
|
"kindString": "Parameter",
|
|
1815
1868
|
"flags": {},
|
|
1816
1869
|
"type": {
|
|
1817
1870
|
"type": "reference",
|
|
1818
|
-
"id":
|
|
1871
|
+
"id": 500,
|
|
1819
1872
|
"name": "SkyDescriptionListModeType"
|
|
1820
1873
|
}
|
|
1821
1874
|
}
|
|
@@ -1828,7 +1881,7 @@
|
|
|
1828
1881
|
]
|
|
1829
1882
|
},
|
|
1830
1883
|
{
|
|
1831
|
-
"id":
|
|
1884
|
+
"id": 212,
|
|
1832
1885
|
"name": "ngAfterContentInit",
|
|
1833
1886
|
"kind": 2048,
|
|
1834
1887
|
"kindString": "Method",
|
|
@@ -1844,7 +1897,7 @@
|
|
|
1844
1897
|
],
|
|
1845
1898
|
"signatures": [
|
|
1846
1899
|
{
|
|
1847
|
-
"id":
|
|
1900
|
+
"id": 213,
|
|
1848
1901
|
"name": "ngAfterContentInit",
|
|
1849
1902
|
"kind": 4096,
|
|
1850
1903
|
"kindString": "Call signature",
|
|
@@ -1865,7 +1918,7 @@
|
|
|
1865
1918
|
}
|
|
1866
1919
|
},
|
|
1867
1920
|
{
|
|
1868
|
-
"id":
|
|
1921
|
+
"id": 214,
|
|
1869
1922
|
"name": "ngAfterViewInit",
|
|
1870
1923
|
"kind": 2048,
|
|
1871
1924
|
"kindString": "Method",
|
|
@@ -1881,7 +1934,7 @@
|
|
|
1881
1934
|
],
|
|
1882
1935
|
"signatures": [
|
|
1883
1936
|
{
|
|
1884
|
-
"id":
|
|
1937
|
+
"id": 215,
|
|
1885
1938
|
"name": "ngAfterViewInit",
|
|
1886
1939
|
"kind": 4096,
|
|
1887
1940
|
"kindString": "Call signature",
|
|
@@ -1902,7 +1955,7 @@
|
|
|
1902
1955
|
}
|
|
1903
1956
|
},
|
|
1904
1957
|
{
|
|
1905
|
-
"id":
|
|
1958
|
+
"id": 216,
|
|
1906
1959
|
"name": "ngOnDestroy",
|
|
1907
1960
|
"kind": 2048,
|
|
1908
1961
|
"kindString": "Method",
|
|
@@ -1918,7 +1971,7 @@
|
|
|
1918
1971
|
],
|
|
1919
1972
|
"signatures": [
|
|
1920
1973
|
{
|
|
1921
|
-
"id":
|
|
1974
|
+
"id": 217,
|
|
1922
1975
|
"name": "ngOnDestroy",
|
|
1923
1976
|
"kind": 4096,
|
|
1924
1977
|
"kindString": "Call signature",
|
|
@@ -1939,7 +1992,7 @@
|
|
|
1939
1992
|
}
|
|
1940
1993
|
},
|
|
1941
1994
|
{
|
|
1942
|
-
"id":
|
|
1995
|
+
"id": 218,
|
|
1943
1996
|
"name": "onWindowResize",
|
|
1944
1997
|
"kind": 2048,
|
|
1945
1998
|
"kindString": "Method",
|
|
@@ -1969,7 +2022,7 @@
|
|
|
1969
2022
|
],
|
|
1970
2023
|
"signatures": [
|
|
1971
2024
|
{
|
|
1972
|
-
"id":
|
|
2025
|
+
"id": 219,
|
|
1973
2026
|
"name": "onWindowResize",
|
|
1974
2027
|
"kind": 4096,
|
|
1975
2028
|
"kindString": "Call signature",
|
|
@@ -1987,33 +2040,33 @@
|
|
|
1987
2040
|
"title": "Constructors",
|
|
1988
2041
|
"kind": 512,
|
|
1989
2042
|
"children": [
|
|
1990
|
-
|
|
2043
|
+
193
|
|
1991
2044
|
]
|
|
1992
2045
|
},
|
|
1993
2046
|
{
|
|
1994
2047
|
"title": "Properties",
|
|
1995
2048
|
"kind": 1024,
|
|
1996
2049
|
"children": [
|
|
1997
|
-
|
|
1998
|
-
|
|
2050
|
+
207,
|
|
2051
|
+
202
|
|
1999
2052
|
]
|
|
2000
2053
|
},
|
|
2001
2054
|
{
|
|
2002
2055
|
"title": "Accessors",
|
|
2003
2056
|
"kind": 262144,
|
|
2004
2057
|
"children": [
|
|
2005
|
-
|
|
2006
|
-
|
|
2058
|
+
199,
|
|
2059
|
+
203
|
|
2007
2060
|
]
|
|
2008
2061
|
},
|
|
2009
2062
|
{
|
|
2010
2063
|
"title": "Methods",
|
|
2011
2064
|
"kind": 2048,
|
|
2012
2065
|
"children": [
|
|
2013
|
-
210,
|
|
2014
2066
|
212,
|
|
2015
2067
|
214,
|
|
2016
|
-
216
|
|
2068
|
+
216,
|
|
2069
|
+
218
|
|
2017
2070
|
]
|
|
2018
2071
|
}
|
|
2019
2072
|
],
|
|
@@ -2046,7 +2099,7 @@
|
|
|
2046
2099
|
]
|
|
2047
2100
|
},
|
|
2048
2101
|
{
|
|
2049
|
-
"id":
|
|
2102
|
+
"id": 222,
|
|
2050
2103
|
"name": "SkyDescriptionListTermComponent",
|
|
2051
2104
|
"kind": 128,
|
|
2052
2105
|
"kindString": "Class",
|
|
@@ -2070,7 +2123,7 @@
|
|
|
2070
2123
|
],
|
|
2071
2124
|
"children": [
|
|
2072
2125
|
{
|
|
2073
|
-
"id":
|
|
2126
|
+
"id": 225,
|
|
2074
2127
|
"name": "templateRef",
|
|
2075
2128
|
"kind": 1024,
|
|
2076
2129
|
"kindString": "Property",
|
|
@@ -2104,7 +2157,7 @@
|
|
|
2104
2157
|
"typeArguments": [
|
|
2105
2158
|
{
|
|
2106
2159
|
"type": "intrinsic",
|
|
2107
|
-
"name": "
|
|
2160
|
+
"name": "unknown"
|
|
2108
2161
|
}
|
|
2109
2162
|
],
|
|
2110
2163
|
"qualifiedName": "TemplateRef",
|
|
@@ -2118,14 +2171,14 @@
|
|
|
2118
2171
|
"title": "Constructors",
|
|
2119
2172
|
"kind": 512,
|
|
2120
2173
|
"children": [
|
|
2121
|
-
|
|
2174
|
+
223
|
|
2122
2175
|
]
|
|
2123
2176
|
},
|
|
2124
2177
|
{
|
|
2125
2178
|
"title": "Properties",
|
|
2126
2179
|
"kind": 1024,
|
|
2127
2180
|
"children": [
|
|
2128
|
-
|
|
2181
|
+
225
|
|
2129
2182
|
]
|
|
2130
2183
|
}
|
|
2131
2184
|
],
|
|
@@ -2345,7 +2398,7 @@
|
|
|
2345
2398
|
},
|
|
2346
2399
|
"type": {
|
|
2347
2400
|
"type": "reference",
|
|
2348
|
-
"id":
|
|
2401
|
+
"id": 474,
|
|
2349
2402
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2350
2403
|
}
|
|
2351
2404
|
}
|
|
@@ -2375,7 +2428,7 @@
|
|
|
2375
2428
|
"flags": {},
|
|
2376
2429
|
"type": {
|
|
2377
2430
|
"type": "reference",
|
|
2378
|
-
"id":
|
|
2431
|
+
"id": 474,
|
|
2379
2432
|
"name": "SkyActionButtonContainerAlignItemsType"
|
|
2380
2433
|
}
|
|
2381
2434
|
}
|
|
@@ -2597,7 +2650,7 @@
|
|
|
2597
2650
|
]
|
|
2598
2651
|
},
|
|
2599
2652
|
{
|
|
2600
|
-
"id":
|
|
2653
|
+
"id": 226,
|
|
2601
2654
|
"name": "SkyDescriptionListDescriptionComponent",
|
|
2602
2655
|
"kind": 128,
|
|
2603
2656
|
"kindString": "Class",
|
|
@@ -2621,7 +2674,7 @@
|
|
|
2621
2674
|
],
|
|
2622
2675
|
"children": [
|
|
2623
2676
|
{
|
|
2624
|
-
"id":
|
|
2677
|
+
"id": 227,
|
|
2625
2678
|
"name": "constructor",
|
|
2626
2679
|
"kind": 512,
|
|
2627
2680
|
"kindString": "Constructor",
|
|
@@ -2629,20 +2682,20 @@
|
|
|
2629
2682
|
"sources": [
|
|
2630
2683
|
{
|
|
2631
2684
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2632
|
-
"line":
|
|
2685
|
+
"line": 41,
|
|
2633
2686
|
"character": 2
|
|
2634
2687
|
}
|
|
2635
2688
|
],
|
|
2636
2689
|
"signatures": [
|
|
2637
2690
|
{
|
|
2638
|
-
"id":
|
|
2691
|
+
"id": 228,
|
|
2639
2692
|
"name": "SkyDescriptionListDescriptionComponent",
|
|
2640
2693
|
"kind": 16384,
|
|
2641
2694
|
"kindString": "Constructor signature",
|
|
2642
2695
|
"flags": {},
|
|
2643
2696
|
"parameters": [
|
|
2644
2697
|
{
|
|
2645
|
-
"id":
|
|
2698
|
+
"id": 229,
|
|
2646
2699
|
"name": "service",
|
|
2647
2700
|
"kind": 32768,
|
|
2648
2701
|
"kindString": "Parameter",
|
|
@@ -2653,7 +2706,7 @@
|
|
|
2653
2706
|
}
|
|
2654
2707
|
},
|
|
2655
2708
|
{
|
|
2656
|
-
"id":
|
|
2709
|
+
"id": 230,
|
|
2657
2710
|
"name": "changeRef",
|
|
2658
2711
|
"kind": 32768,
|
|
2659
2712
|
"kindString": "Parameter",
|
|
@@ -2666,11 +2719,25 @@
|
|
|
2666
2719
|
}
|
|
2667
2720
|
},
|
|
2668
2721
|
{
|
|
2669
|
-
"id":
|
|
2722
|
+
"id": 231,
|
|
2670
2723
|
"name": "themeSvc",
|
|
2671
2724
|
"kind": 32768,
|
|
2672
2725
|
"kindString": "Parameter",
|
|
2673
|
-
"flags": {
|
|
2726
|
+
"flags": {
|
|
2727
|
+
"isOptional": true
|
|
2728
|
+
},
|
|
2729
|
+
"decorators": [
|
|
2730
|
+
{
|
|
2731
|
+
"name": "Optional",
|
|
2732
|
+
"type": {
|
|
2733
|
+
"type": "reference",
|
|
2734
|
+
"qualifiedName": "OptionalDecorator",
|
|
2735
|
+
"package": "@angular/core",
|
|
2736
|
+
"name": "Optional"
|
|
2737
|
+
},
|
|
2738
|
+
"arguments": {}
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2674
2741
|
"type": {
|
|
2675
2742
|
"type": "reference",
|
|
2676
2743
|
"name": "SkyThemeService"
|
|
@@ -2679,14 +2746,14 @@
|
|
|
2679
2746
|
],
|
|
2680
2747
|
"type": {
|
|
2681
2748
|
"type": "reference",
|
|
2682
|
-
"id":
|
|
2749
|
+
"id": 226,
|
|
2683
2750
|
"name": "SkyDescriptionListDescriptionComponent"
|
|
2684
2751
|
}
|
|
2685
2752
|
}
|
|
2686
2753
|
]
|
|
2687
2754
|
},
|
|
2688
2755
|
{
|
|
2689
|
-
"id":
|
|
2756
|
+
"id": 232,
|
|
2690
2757
|
"name": "defaultDescription",
|
|
2691
2758
|
"kind": 1024,
|
|
2692
2759
|
"kindString": "Property",
|
|
@@ -2696,7 +2763,7 @@
|
|
|
2696
2763
|
"sources": [
|
|
2697
2764
|
{
|
|
2698
2765
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2699
|
-
"line":
|
|
2766
|
+
"line": 29,
|
|
2700
2767
|
"character": 9
|
|
2701
2768
|
}
|
|
2702
2769
|
],
|
|
@@ -2706,7 +2773,7 @@
|
|
|
2706
2773
|
}
|
|
2707
2774
|
},
|
|
2708
2775
|
{
|
|
2709
|
-
"id":
|
|
2776
|
+
"id": 234,
|
|
2710
2777
|
"name": "templateRef",
|
|
2711
2778
|
"kind": 1024,
|
|
2712
2779
|
"kindString": "Property",
|
|
@@ -2731,7 +2798,7 @@
|
|
|
2731
2798
|
"sources": [
|
|
2732
2799
|
{
|
|
2733
2800
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2734
|
-
"line":
|
|
2801
|
+
"line": 37,
|
|
2735
2802
|
"character": 9
|
|
2736
2803
|
}
|
|
2737
2804
|
],
|
|
@@ -2740,7 +2807,7 @@
|
|
|
2740
2807
|
"typeArguments": [
|
|
2741
2808
|
{
|
|
2742
2809
|
"type": "intrinsic",
|
|
2743
|
-
"name": "
|
|
2810
|
+
"name": "unknown"
|
|
2744
2811
|
}
|
|
2745
2812
|
],
|
|
2746
2813
|
"qualifiedName": "TemplateRef",
|
|
@@ -2749,7 +2816,7 @@
|
|
|
2749
2816
|
}
|
|
2750
2817
|
},
|
|
2751
2818
|
{
|
|
2752
|
-
"id":
|
|
2819
|
+
"id": 233,
|
|
2753
2820
|
"name": "themeName",
|
|
2754
2821
|
"kind": 1024,
|
|
2755
2822
|
"kindString": "Property",
|
|
@@ -2759,7 +2826,7 @@
|
|
|
2759
2826
|
"sources": [
|
|
2760
2827
|
{
|
|
2761
2828
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2762
|
-
"line":
|
|
2829
|
+
"line": 31,
|
|
2763
2830
|
"character": 9
|
|
2764
2831
|
}
|
|
2765
2832
|
],
|
|
@@ -2769,7 +2836,7 @@
|
|
|
2769
2836
|
}
|
|
2770
2837
|
},
|
|
2771
2838
|
{
|
|
2772
|
-
"id":
|
|
2839
|
+
"id": 239,
|
|
2773
2840
|
"name": "ngOnDestroy",
|
|
2774
2841
|
"kind": 2048,
|
|
2775
2842
|
"kindString": "Method",
|
|
@@ -2779,13 +2846,13 @@
|
|
|
2779
2846
|
"sources": [
|
|
2780
2847
|
{
|
|
2781
2848
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2782
|
-
"line":
|
|
2849
|
+
"line": 59,
|
|
2783
2850
|
"character": 9
|
|
2784
2851
|
}
|
|
2785
2852
|
],
|
|
2786
2853
|
"signatures": [
|
|
2787
2854
|
{
|
|
2788
|
-
"id":
|
|
2855
|
+
"id": 240,
|
|
2789
2856
|
"name": "ngOnDestroy",
|
|
2790
2857
|
"kind": 4096,
|
|
2791
2858
|
"kindString": "Call signature",
|
|
@@ -2806,7 +2873,7 @@
|
|
|
2806
2873
|
}
|
|
2807
2874
|
},
|
|
2808
2875
|
{
|
|
2809
|
-
"id":
|
|
2876
|
+
"id": 237,
|
|
2810
2877
|
"name": "ngOnInit",
|
|
2811
2878
|
"kind": 2048,
|
|
2812
2879
|
"kindString": "Method",
|
|
@@ -2816,13 +2883,13 @@
|
|
|
2816
2883
|
"sources": [
|
|
2817
2884
|
{
|
|
2818
2885
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2819
|
-
"line":
|
|
2886
|
+
"line": 47,
|
|
2820
2887
|
"character": 9
|
|
2821
2888
|
}
|
|
2822
2889
|
],
|
|
2823
2890
|
"signatures": [
|
|
2824
2891
|
{
|
|
2825
|
-
"id":
|
|
2892
|
+
"id": 238,
|
|
2826
2893
|
"name": "ngOnInit",
|
|
2827
2894
|
"kind": 4096,
|
|
2828
2895
|
"kindString": "Call signature",
|
|
@@ -2848,32 +2915,32 @@
|
|
|
2848
2915
|
"title": "Constructors",
|
|
2849
2916
|
"kind": 512,
|
|
2850
2917
|
"children": [
|
|
2851
|
-
|
|
2918
|
+
227
|
|
2852
2919
|
]
|
|
2853
2920
|
},
|
|
2854
2921
|
{
|
|
2855
2922
|
"title": "Properties",
|
|
2856
2923
|
"kind": 1024,
|
|
2857
2924
|
"children": [
|
|
2858
|
-
230,
|
|
2859
|
-
234,
|
|
2860
2925
|
232,
|
|
2861
|
-
|
|
2926
|
+
236,
|
|
2927
|
+
234,
|
|
2928
|
+
233
|
|
2862
2929
|
]
|
|
2863
2930
|
},
|
|
2864
2931
|
{
|
|
2865
2932
|
"title": "Methods",
|
|
2866
2933
|
"kind": 2048,
|
|
2867
2934
|
"children": [
|
|
2868
|
-
|
|
2869
|
-
|
|
2935
|
+
239,
|
|
2936
|
+
237
|
|
2870
2937
|
]
|
|
2871
2938
|
}
|
|
2872
2939
|
],
|
|
2873
2940
|
"sources": [
|
|
2874
2941
|
{
|
|
2875
2942
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2876
|
-
"line":
|
|
2943
|
+
"line": 26,
|
|
2877
2944
|
"character": 13
|
|
2878
2945
|
}
|
|
2879
2946
|
],
|
|
@@ -2893,7 +2960,7 @@
|
|
|
2893
2960
|
]
|
|
2894
2961
|
},
|
|
2895
2962
|
{
|
|
2896
|
-
"id":
|
|
2963
|
+
"id": 241,
|
|
2897
2964
|
"name": "SkyDescriptionListContentComponent",
|
|
2898
2965
|
"kind": 128,
|
|
2899
2966
|
"kindString": "Class",
|
|
@@ -2917,7 +2984,7 @@
|
|
|
2917
2984
|
],
|
|
2918
2985
|
"children": [
|
|
2919
2986
|
{
|
|
2920
|
-
"id":
|
|
2987
|
+
"id": 245,
|
|
2921
2988
|
"name": "descriptionComponents",
|
|
2922
2989
|
"kind": 1024,
|
|
2923
2990
|
"kindString": "Property",
|
|
@@ -2950,7 +3017,7 @@
|
|
|
2950
3017
|
"typeArguments": [
|
|
2951
3018
|
{
|
|
2952
3019
|
"type": "reference",
|
|
2953
|
-
"id":
|
|
3020
|
+
"id": 226,
|
|
2954
3021
|
"name": "SkyDescriptionListDescriptionComponent"
|
|
2955
3022
|
}
|
|
2956
3023
|
],
|
|
@@ -2960,7 +3027,7 @@
|
|
|
2960
3027
|
}
|
|
2961
3028
|
},
|
|
2962
3029
|
{
|
|
2963
|
-
"id":
|
|
3030
|
+
"id": 244,
|
|
2964
3031
|
"name": "termComponents",
|
|
2965
3032
|
"kind": 1024,
|
|
2966
3033
|
"kindString": "Property",
|
|
@@ -2993,7 +3060,7 @@
|
|
|
2993
3060
|
"typeArguments": [
|
|
2994
3061
|
{
|
|
2995
3062
|
"type": "reference",
|
|
2996
|
-
"id":
|
|
3063
|
+
"id": 222,
|
|
2997
3064
|
"name": "SkyDescriptionListTermComponent"
|
|
2998
3065
|
}
|
|
2999
3066
|
],
|
|
@@ -3008,15 +3075,15 @@
|
|
|
3008
3075
|
"title": "Constructors",
|
|
3009
3076
|
"kind": 512,
|
|
3010
3077
|
"children": [
|
|
3011
|
-
|
|
3078
|
+
242
|
|
3012
3079
|
]
|
|
3013
3080
|
},
|
|
3014
3081
|
{
|
|
3015
3082
|
"title": "Properties",
|
|
3016
3083
|
"kind": 1024,
|
|
3017
3084
|
"children": [
|
|
3018
|
-
|
|
3019
|
-
|
|
3085
|
+
245,
|
|
3086
|
+
244
|
|
3020
3087
|
]
|
|
3021
3088
|
}
|
|
3022
3089
|
],
|
|
@@ -3029,7 +3096,7 @@
|
|
|
3029
3096
|
]
|
|
3030
3097
|
},
|
|
3031
3098
|
{
|
|
3032
|
-
"id":
|
|
3099
|
+
"id": 246,
|
|
3033
3100
|
"name": "SkyFluidGridComponent",
|
|
3034
3101
|
"kind": 128,
|
|
3035
3102
|
"kindString": "Class",
|
|
@@ -3053,7 +3120,7 @@
|
|
|
3053
3120
|
],
|
|
3054
3121
|
"children": [
|
|
3055
3122
|
{
|
|
3056
|
-
"id":
|
|
3123
|
+
"id": 249,
|
|
3057
3124
|
"name": "disableMargin",
|
|
3058
3125
|
"kind": 262144,
|
|
3059
3126
|
"kindString": "Accessor",
|
|
@@ -3081,7 +3148,7 @@
|
|
|
3081
3148
|
],
|
|
3082
3149
|
"getSignature": [
|
|
3083
3150
|
{
|
|
3084
|
-
"id":
|
|
3151
|
+
"id": 250,
|
|
3085
3152
|
"name": "disableMargin",
|
|
3086
3153
|
"kind": 524288,
|
|
3087
3154
|
"kindString": "Get signature",
|
|
@@ -3103,7 +3170,7 @@
|
|
|
3103
3170
|
],
|
|
3104
3171
|
"setSignature": [
|
|
3105
3172
|
{
|
|
3106
|
-
"id":
|
|
3173
|
+
"id": 251,
|
|
3107
3174
|
"name": "disableMargin",
|
|
3108
3175
|
"kind": 1048576,
|
|
3109
3176
|
"kindString": "Set signature",
|
|
@@ -3119,7 +3186,7 @@
|
|
|
3119
3186
|
},
|
|
3120
3187
|
"parameters": [
|
|
3121
3188
|
{
|
|
3122
|
-
"id":
|
|
3189
|
+
"id": 252,
|
|
3123
3190
|
"name": "value",
|
|
3124
3191
|
"kind": 32768,
|
|
3125
3192
|
"kindString": "Parameter",
|
|
@@ -3138,7 +3205,7 @@
|
|
|
3138
3205
|
]
|
|
3139
3206
|
},
|
|
3140
3207
|
{
|
|
3141
|
-
"id":
|
|
3208
|
+
"id": 253,
|
|
3142
3209
|
"name": "gutterSize",
|
|
3143
3210
|
"kind": 262144,
|
|
3144
3211
|
"kindString": "Accessor",
|
|
@@ -3166,7 +3233,7 @@
|
|
|
3166
3233
|
],
|
|
3167
3234
|
"getSignature": [
|
|
3168
3235
|
{
|
|
3169
|
-
"id":
|
|
3236
|
+
"id": 254,
|
|
3170
3237
|
"name": "gutterSize",
|
|
3171
3238
|
"kind": 524288,
|
|
3172
3239
|
"kindString": "Get signature",
|
|
@@ -3182,14 +3249,14 @@
|
|
|
3182
3249
|
},
|
|
3183
3250
|
"type": {
|
|
3184
3251
|
"type": "reference",
|
|
3185
|
-
"id":
|
|
3252
|
+
"id": 508,
|
|
3186
3253
|
"name": "SkyFluidGridGutterSizeType"
|
|
3187
3254
|
}
|
|
3188
3255
|
}
|
|
3189
3256
|
],
|
|
3190
3257
|
"setSignature": [
|
|
3191
3258
|
{
|
|
3192
|
-
"id":
|
|
3259
|
+
"id": 255,
|
|
3193
3260
|
"name": "gutterSize",
|
|
3194
3261
|
"kind": 1048576,
|
|
3195
3262
|
"kindString": "Set signature",
|
|
@@ -3205,14 +3272,14 @@
|
|
|
3205
3272
|
},
|
|
3206
3273
|
"parameters": [
|
|
3207
3274
|
{
|
|
3208
|
-
"id":
|
|
3275
|
+
"id": 256,
|
|
3209
3276
|
"name": "value",
|
|
3210
3277
|
"kind": 32768,
|
|
3211
3278
|
"kindString": "Parameter",
|
|
3212
3279
|
"flags": {},
|
|
3213
3280
|
"type": {
|
|
3214
3281
|
"type": "reference",
|
|
3215
|
-
"id":
|
|
3282
|
+
"id": 508,
|
|
3216
3283
|
"name": "SkyFluidGridGutterSizeType"
|
|
3217
3284
|
}
|
|
3218
3285
|
}
|
|
@@ -3230,15 +3297,15 @@
|
|
|
3230
3297
|
"title": "Constructors",
|
|
3231
3298
|
"kind": 512,
|
|
3232
3299
|
"children": [
|
|
3233
|
-
|
|
3300
|
+
247
|
|
3234
3301
|
]
|
|
3235
3302
|
},
|
|
3236
3303
|
{
|
|
3237
3304
|
"title": "Accessors",
|
|
3238
3305
|
"kind": 262144,
|
|
3239
3306
|
"children": [
|
|
3240
|
-
|
|
3241
|
-
|
|
3307
|
+
249,
|
|
3308
|
+
253
|
|
3242
3309
|
]
|
|
3243
3310
|
}
|
|
3244
3311
|
],
|
|
@@ -3251,7 +3318,7 @@
|
|
|
3251
3318
|
]
|
|
3252
3319
|
},
|
|
3253
3320
|
{
|
|
3254
|
-
"id":
|
|
3321
|
+
"id": 261,
|
|
3255
3322
|
"name": "SkyRowComponent",
|
|
3256
3323
|
"kind": 128,
|
|
3257
3324
|
"kindString": "Class",
|
|
@@ -3275,7 +3342,7 @@
|
|
|
3275
3342
|
],
|
|
3276
3343
|
"children": [
|
|
3277
3344
|
{
|
|
3278
|
-
"id":
|
|
3345
|
+
"id": 264,
|
|
3279
3346
|
"name": "reverseColumnOrder",
|
|
3280
3347
|
"kind": 1024,
|
|
3281
3348
|
"kindString": "Property",
|
|
@@ -3322,14 +3389,14 @@
|
|
|
3322
3389
|
"title": "Constructors",
|
|
3323
3390
|
"kind": 512,
|
|
3324
3391
|
"children": [
|
|
3325
|
-
|
|
3392
|
+
262
|
|
3326
3393
|
]
|
|
3327
3394
|
},
|
|
3328
3395
|
{
|
|
3329
3396
|
"title": "Properties",
|
|
3330
3397
|
"kind": 1024,
|
|
3331
3398
|
"children": [
|
|
3332
|
-
|
|
3399
|
+
264
|
|
3333
3400
|
]
|
|
3334
3401
|
}
|
|
3335
3402
|
],
|
|
@@ -3342,7 +3409,7 @@
|
|
|
3342
3409
|
]
|
|
3343
3410
|
},
|
|
3344
3411
|
{
|
|
3345
|
-
"id":
|
|
3412
|
+
"id": 265,
|
|
3346
3413
|
"name": "SkyColumnComponent",
|
|
3347
3414
|
"kind": 128,
|
|
3348
3415
|
"kindString": "Class",
|
|
@@ -3366,7 +3433,7 @@
|
|
|
3366
3433
|
],
|
|
3367
3434
|
"children": [
|
|
3368
3435
|
{
|
|
3369
|
-
"id":
|
|
3436
|
+
"id": 272,
|
|
3370
3437
|
"name": "classnames",
|
|
3371
3438
|
"kind": 1024,
|
|
3372
3439
|
"kindString": "Property",
|
|
@@ -3400,7 +3467,7 @@
|
|
|
3400
3467
|
}
|
|
3401
3468
|
},
|
|
3402
3469
|
{
|
|
3403
|
-
"id":
|
|
3470
|
+
"id": 271,
|
|
3404
3471
|
"name": "screenLarge",
|
|
3405
3472
|
"kind": 1024,
|
|
3406
3473
|
"kindString": "Property",
|
|
@@ -3435,7 +3502,7 @@
|
|
|
3435
3502
|
}
|
|
3436
3503
|
},
|
|
3437
3504
|
{
|
|
3438
|
-
"id":
|
|
3505
|
+
"id": 270,
|
|
3439
3506
|
"name": "screenMedium",
|
|
3440
3507
|
"kind": 1024,
|
|
3441
3508
|
"kindString": "Property",
|
|
@@ -3470,7 +3537,7 @@
|
|
|
3470
3537
|
}
|
|
3471
3538
|
},
|
|
3472
3539
|
{
|
|
3473
|
-
"id":
|
|
3540
|
+
"id": 269,
|
|
3474
3541
|
"name": "screenSmall",
|
|
3475
3542
|
"kind": 1024,
|
|
3476
3543
|
"kindString": "Property",
|
|
@@ -3505,7 +3572,7 @@
|
|
|
3505
3572
|
}
|
|
3506
3573
|
},
|
|
3507
3574
|
{
|
|
3508
|
-
"id":
|
|
3575
|
+
"id": 268,
|
|
3509
3576
|
"name": "screenXSmall",
|
|
3510
3577
|
"kind": 1024,
|
|
3511
3578
|
"kindString": "Property",
|
|
@@ -3546,7 +3613,7 @@
|
|
|
3546
3613
|
}
|
|
3547
3614
|
},
|
|
3548
3615
|
{
|
|
3549
|
-
"id":
|
|
3616
|
+
"id": 276,
|
|
3550
3617
|
"name": "getClassNames",
|
|
3551
3618
|
"kind": 2048,
|
|
3552
3619
|
"kindString": "Method",
|
|
@@ -3562,7 +3629,7 @@
|
|
|
3562
3629
|
],
|
|
3563
3630
|
"signatures": [
|
|
3564
3631
|
{
|
|
3565
|
-
"id":
|
|
3632
|
+
"id": 277,
|
|
3566
3633
|
"name": "getClassNames",
|
|
3567
3634
|
"kind": 4096,
|
|
3568
3635
|
"kindString": "Call signature",
|
|
@@ -3575,7 +3642,7 @@
|
|
|
3575
3642
|
]
|
|
3576
3643
|
},
|
|
3577
3644
|
{
|
|
3578
|
-
"id":
|
|
3645
|
+
"id": 273,
|
|
3579
3646
|
"name": "ngOnChanges",
|
|
3580
3647
|
"kind": 2048,
|
|
3581
3648
|
"kindString": "Method",
|
|
@@ -3591,14 +3658,14 @@
|
|
|
3591
3658
|
],
|
|
3592
3659
|
"signatures": [
|
|
3593
3660
|
{
|
|
3594
|
-
"id":
|
|
3661
|
+
"id": 274,
|
|
3595
3662
|
"name": "ngOnChanges",
|
|
3596
3663
|
"kind": 4096,
|
|
3597
3664
|
"kindString": "Call signature",
|
|
3598
3665
|
"flags": {},
|
|
3599
3666
|
"parameters": [
|
|
3600
3667
|
{
|
|
3601
|
-
"id":
|
|
3668
|
+
"id": 275,
|
|
3602
3669
|
"name": "changes",
|
|
3603
3670
|
"kind": 32768,
|
|
3604
3671
|
"kindString": "Parameter",
|
|
@@ -3627,7 +3694,7 @@
|
|
|
3627
3694
|
}
|
|
3628
3695
|
},
|
|
3629
3696
|
{
|
|
3630
|
-
"id":
|
|
3697
|
+
"id": 278,
|
|
3631
3698
|
"name": "ngOnInit",
|
|
3632
3699
|
"kind": 2048,
|
|
3633
3700
|
"kindString": "Method",
|
|
@@ -3643,7 +3710,7 @@
|
|
|
3643
3710
|
],
|
|
3644
3711
|
"signatures": [
|
|
3645
3712
|
{
|
|
3646
|
-
"id":
|
|
3713
|
+
"id": 279,
|
|
3647
3714
|
"name": "ngOnInit",
|
|
3648
3715
|
"kind": 4096,
|
|
3649
3716
|
"kindString": "Call signature",
|
|
@@ -3669,27 +3736,27 @@
|
|
|
3669
3736
|
"title": "Constructors",
|
|
3670
3737
|
"kind": 512,
|
|
3671
3738
|
"children": [
|
|
3672
|
-
|
|
3739
|
+
266
|
|
3673
3740
|
]
|
|
3674
3741
|
},
|
|
3675
3742
|
{
|
|
3676
3743
|
"title": "Properties",
|
|
3677
3744
|
"kind": 1024,
|
|
3678
3745
|
"children": [
|
|
3746
|
+
272,
|
|
3747
|
+
271,
|
|
3679
3748
|
270,
|
|
3680
3749
|
269,
|
|
3681
|
-
268
|
|
3682
|
-
267,
|
|
3683
|
-
266
|
|
3750
|
+
268
|
|
3684
3751
|
]
|
|
3685
3752
|
},
|
|
3686
3753
|
{
|
|
3687
3754
|
"title": "Methods",
|
|
3688
3755
|
"kind": 2048,
|
|
3689
3756
|
"children": [
|
|
3690
|
-
|
|
3691
|
-
|
|
3692
|
-
|
|
3757
|
+
276,
|
|
3758
|
+
273,
|
|
3759
|
+
278
|
|
3693
3760
|
]
|
|
3694
3761
|
}
|
|
3695
3762
|
],
|
|
@@ -3716,7 +3783,7 @@
|
|
|
3716
3783
|
]
|
|
3717
3784
|
},
|
|
3718
3785
|
{
|
|
3719
|
-
"id":
|
|
3786
|
+
"id": 280,
|
|
3720
3787
|
"name": "SkyFormatComponent",
|
|
3721
3788
|
"kind": 128,
|
|
3722
3789
|
"kindString": "Class",
|
|
@@ -3737,7 +3804,7 @@
|
|
|
3737
3804
|
],
|
|
3738
3805
|
"children": [
|
|
3739
3806
|
{
|
|
3740
|
-
"id":
|
|
3807
|
+
"id": 283,
|
|
3741
3808
|
"name": "itemsForDisplay",
|
|
3742
3809
|
"kind": 1024,
|
|
3743
3810
|
"kindString": "Property",
|
|
@@ -3760,7 +3827,7 @@
|
|
|
3760
3827
|
}
|
|
3761
3828
|
},
|
|
3762
3829
|
{
|
|
3763
|
-
"id":
|
|
3830
|
+
"id": 288,
|
|
3764
3831
|
"name": "args",
|
|
3765
3832
|
"kind": 262144,
|
|
3766
3833
|
"kindString": "Accessor",
|
|
@@ -3788,7 +3855,7 @@
|
|
|
3788
3855
|
],
|
|
3789
3856
|
"getSignature": [
|
|
3790
3857
|
{
|
|
3791
|
-
"id":
|
|
3858
|
+
"id": 289,
|
|
3792
3859
|
"name": "args",
|
|
3793
3860
|
"kind": 524288,
|
|
3794
3861
|
"kindString": "Get signature",
|
|
@@ -3803,7 +3870,7 @@
|
|
|
3803
3870
|
"typeArguments": [
|
|
3804
3871
|
{
|
|
3805
3872
|
"type": "intrinsic",
|
|
3806
|
-
"name": "
|
|
3873
|
+
"name": "unknown"
|
|
3807
3874
|
}
|
|
3808
3875
|
],
|
|
3809
3876
|
"qualifiedName": "TemplateRef",
|
|
@@ -3815,7 +3882,7 @@
|
|
|
3815
3882
|
],
|
|
3816
3883
|
"setSignature": [
|
|
3817
3884
|
{
|
|
3818
|
-
"id":
|
|
3885
|
+
"id": 290,
|
|
3819
3886
|
"name": "args",
|
|
3820
3887
|
"kind": 1048576,
|
|
3821
3888
|
"kindString": "Set signature",
|
|
@@ -3825,7 +3892,7 @@
|
|
|
3825
3892
|
},
|
|
3826
3893
|
"parameters": [
|
|
3827
3894
|
{
|
|
3828
|
-
"id":
|
|
3895
|
+
"id": 291,
|
|
3829
3896
|
"name": "value",
|
|
3830
3897
|
"kind": 32768,
|
|
3831
3898
|
"kindString": "Parameter",
|
|
@@ -3837,7 +3904,7 @@
|
|
|
3837
3904
|
"typeArguments": [
|
|
3838
3905
|
{
|
|
3839
3906
|
"type": "intrinsic",
|
|
3840
|
-
"name": "
|
|
3907
|
+
"name": "unknown"
|
|
3841
3908
|
}
|
|
3842
3909
|
],
|
|
3843
3910
|
"qualifiedName": "TemplateRef",
|
|
@@ -3855,7 +3922,7 @@
|
|
|
3855
3922
|
]
|
|
3856
3923
|
},
|
|
3857
3924
|
{
|
|
3858
|
-
"id":
|
|
3925
|
+
"id": 284,
|
|
3859
3926
|
"name": "text",
|
|
3860
3927
|
"kind": 262144,
|
|
3861
3928
|
"kindString": "Accessor",
|
|
@@ -3883,7 +3950,7 @@
|
|
|
3883
3950
|
],
|
|
3884
3951
|
"getSignature": [
|
|
3885
3952
|
{
|
|
3886
|
-
"id":
|
|
3953
|
+
"id": 285,
|
|
3887
3954
|
"name": "text",
|
|
3888
3955
|
"kind": 524288,
|
|
3889
3956
|
"kindString": "Get signature",
|
|
@@ -3899,7 +3966,7 @@
|
|
|
3899
3966
|
],
|
|
3900
3967
|
"setSignature": [
|
|
3901
3968
|
{
|
|
3902
|
-
"id":
|
|
3969
|
+
"id": 286,
|
|
3903
3970
|
"name": "text",
|
|
3904
3971
|
"kind": 1048576,
|
|
3905
3972
|
"kindString": "Set signature",
|
|
@@ -3909,7 +3976,7 @@
|
|
|
3909
3976
|
},
|
|
3910
3977
|
"parameters": [
|
|
3911
3978
|
{
|
|
3912
|
-
"id":
|
|
3979
|
+
"id": 287,
|
|
3913
3980
|
"name": "value",
|
|
3914
3981
|
"kind": 32768,
|
|
3915
3982
|
"kindString": "Parameter",
|
|
@@ -3933,22 +4000,22 @@
|
|
|
3933
4000
|
"title": "Constructors",
|
|
3934
4001
|
"kind": 512,
|
|
3935
4002
|
"children": [
|
|
3936
|
-
|
|
4003
|
+
281
|
|
3937
4004
|
]
|
|
3938
4005
|
},
|
|
3939
4006
|
{
|
|
3940
4007
|
"title": "Properties",
|
|
3941
4008
|
"kind": 1024,
|
|
3942
4009
|
"children": [
|
|
3943
|
-
|
|
4010
|
+
283
|
|
3944
4011
|
]
|
|
3945
4012
|
},
|
|
3946
4013
|
{
|
|
3947
4014
|
"title": "Accessors",
|
|
3948
4015
|
"kind": 262144,
|
|
3949
4016
|
"children": [
|
|
3950
|
-
|
|
3951
|
-
|
|
4017
|
+
288,
|
|
4018
|
+
284
|
|
3952
4019
|
]
|
|
3953
4020
|
}
|
|
3954
4021
|
],
|
|
@@ -3961,7 +4028,7 @@
|
|
|
3961
4028
|
]
|
|
3962
4029
|
},
|
|
3963
4030
|
{
|
|
3964
|
-
"id":
|
|
4031
|
+
"id": 296,
|
|
3965
4032
|
"name": "SkyPageComponent",
|
|
3966
4033
|
"kind": 128,
|
|
3967
4034
|
"kindString": "Class",
|
|
@@ -3985,7 +4052,7 @@
|
|
|
3985
4052
|
],
|
|
3986
4053
|
"children": [
|
|
3987
4054
|
{
|
|
3988
|
-
"id":
|
|
4055
|
+
"id": 297,
|
|
3989
4056
|
"name": "constructor",
|
|
3990
4057
|
"kind": 512,
|
|
3991
4058
|
"kindString": "Constructor",
|
|
@@ -3999,14 +4066,14 @@
|
|
|
3999
4066
|
],
|
|
4000
4067
|
"signatures": [
|
|
4001
4068
|
{
|
|
4002
|
-
"id":
|
|
4069
|
+
"id": 298,
|
|
4003
4070
|
"name": "SkyPageComponent",
|
|
4004
4071
|
"kind": 16384,
|
|
4005
4072
|
"kindString": "Constructor signature",
|
|
4006
4073
|
"flags": {},
|
|
4007
4074
|
"parameters": [
|
|
4008
4075
|
{
|
|
4009
|
-
"id":
|
|
4076
|
+
"id": 299,
|
|
4010
4077
|
"name": "themeAdapter",
|
|
4011
4078
|
"kind": 32768,
|
|
4012
4079
|
"kindString": "Parameter",
|
|
@@ -4019,14 +4086,14 @@
|
|
|
4019
4086
|
],
|
|
4020
4087
|
"type": {
|
|
4021
4088
|
"type": "reference",
|
|
4022
|
-
"id":
|
|
4089
|
+
"id": 296,
|
|
4023
4090
|
"name": "SkyPageComponent"
|
|
4024
4091
|
}
|
|
4025
4092
|
}
|
|
4026
4093
|
]
|
|
4027
4094
|
},
|
|
4028
4095
|
{
|
|
4029
|
-
"id":
|
|
4096
|
+
"id": 302,
|
|
4030
4097
|
"name": "ngOnDestroy",
|
|
4031
4098
|
"kind": 2048,
|
|
4032
4099
|
"kindString": "Method",
|
|
@@ -4042,7 +4109,7 @@
|
|
|
4042
4109
|
],
|
|
4043
4110
|
"signatures": [
|
|
4044
4111
|
{
|
|
4045
|
-
"id":
|
|
4112
|
+
"id": 303,
|
|
4046
4113
|
"name": "ngOnDestroy",
|
|
4047
4114
|
"kind": 4096,
|
|
4048
4115
|
"kindString": "Call signature",
|
|
@@ -4063,7 +4130,7 @@
|
|
|
4063
4130
|
}
|
|
4064
4131
|
},
|
|
4065
4132
|
{
|
|
4066
|
-
"id":
|
|
4133
|
+
"id": 300,
|
|
4067
4134
|
"name": "ngOnInit",
|
|
4068
4135
|
"kind": 2048,
|
|
4069
4136
|
"kindString": "Method",
|
|
@@ -4079,7 +4146,7 @@
|
|
|
4079
4146
|
],
|
|
4080
4147
|
"signatures": [
|
|
4081
4148
|
{
|
|
4082
|
-
"id":
|
|
4149
|
+
"id": 301,
|
|
4083
4150
|
"name": "ngOnInit",
|
|
4084
4151
|
"kind": 4096,
|
|
4085
4152
|
"kindString": "Call signature",
|
|
@@ -4105,15 +4172,15 @@
|
|
|
4105
4172
|
"title": "Constructors",
|
|
4106
4173
|
"kind": 512,
|
|
4107
4174
|
"children": [
|
|
4108
|
-
|
|
4175
|
+
297
|
|
4109
4176
|
]
|
|
4110
4177
|
},
|
|
4111
4178
|
{
|
|
4112
4179
|
"title": "Methods",
|
|
4113
4180
|
"kind": 2048,
|
|
4114
4181
|
"children": [
|
|
4115
|
-
|
|
4116
|
-
|
|
4182
|
+
302,
|
|
4183
|
+
300
|
|
4117
4184
|
]
|
|
4118
4185
|
}
|
|
4119
4186
|
],
|
|
@@ -4140,13 +4207,19 @@
|
|
|
4140
4207
|
]
|
|
4141
4208
|
},
|
|
4142
4209
|
{
|
|
4143
|
-
"id":
|
|
4210
|
+
"id": 304,
|
|
4144
4211
|
"name": "SkyPageSummaryComponent",
|
|
4145
4212
|
"kind": 128,
|
|
4146
4213
|
"kindString": "Class",
|
|
4147
4214
|
"flags": {},
|
|
4148
4215
|
"comment": {
|
|
4149
|
-
"shortText": "Specifies the components to display in the page summary."
|
|
4216
|
+
"shortText": "Specifies the components to display in the page summary.",
|
|
4217
|
+
"tags": [
|
|
4218
|
+
{
|
|
4219
|
+
"tag": "deprecated",
|
|
4220
|
+
"text": "`SkyPageSummaryComponent` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.\n"
|
|
4221
|
+
}
|
|
4222
|
+
]
|
|
4150
4223
|
},
|
|
4151
4224
|
"decorators": [
|
|
4152
4225
|
{
|
|
@@ -4164,7 +4237,7 @@
|
|
|
4164
4237
|
],
|
|
4165
4238
|
"children": [
|
|
4166
4239
|
{
|
|
4167
|
-
"id":
|
|
4240
|
+
"id": 305,
|
|
4168
4241
|
"name": "constructor",
|
|
4169
4242
|
"kind": 512,
|
|
4170
4243
|
"kindString": "Constructor",
|
|
@@ -4172,20 +4245,20 @@
|
|
|
4172
4245
|
"sources": [
|
|
4173
4246
|
{
|
|
4174
4247
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4175
|
-
"line":
|
|
4248
|
+
"line": 42,
|
|
4176
4249
|
"character": 2
|
|
4177
4250
|
}
|
|
4178
4251
|
],
|
|
4179
4252
|
"signatures": [
|
|
4180
4253
|
{
|
|
4181
|
-
"id":
|
|
4254
|
+
"id": 306,
|
|
4182
4255
|
"name": "SkyPageSummaryComponent",
|
|
4183
4256
|
"kind": 16384,
|
|
4184
4257
|
"kindString": "Constructor signature",
|
|
4185
4258
|
"flags": {},
|
|
4186
4259
|
"parameters": [
|
|
4187
4260
|
{
|
|
4188
|
-
"id":
|
|
4261
|
+
"id": 307,
|
|
4189
4262
|
"name": "elRef",
|
|
4190
4263
|
"kind": 32768,
|
|
4191
4264
|
"kindString": "Parameter",
|
|
@@ -4204,7 +4277,7 @@
|
|
|
4204
4277
|
}
|
|
4205
4278
|
},
|
|
4206
4279
|
{
|
|
4207
|
-
"id":
|
|
4280
|
+
"id": 308,
|
|
4208
4281
|
"name": "adapter",
|
|
4209
4282
|
"kind": 32768,
|
|
4210
4283
|
"kindString": "Parameter",
|
|
@@ -4215,7 +4288,7 @@
|
|
|
4215
4288
|
}
|
|
4216
4289
|
},
|
|
4217
4290
|
{
|
|
4218
|
-
"id":
|
|
4291
|
+
"id": 309,
|
|
4219
4292
|
"name": "mediaQueryService",
|
|
4220
4293
|
"kind": 32768,
|
|
4221
4294
|
"kindString": "Parameter",
|
|
@@ -4224,18 +4297,29 @@
|
|
|
4224
4297
|
"type": "reference",
|
|
4225
4298
|
"name": "SkyMediaQueryService"
|
|
4226
4299
|
}
|
|
4300
|
+
},
|
|
4301
|
+
{
|
|
4302
|
+
"id": 310,
|
|
4303
|
+
"name": "logger",
|
|
4304
|
+
"kind": 32768,
|
|
4305
|
+
"kindString": "Parameter",
|
|
4306
|
+
"flags": {},
|
|
4307
|
+
"type": {
|
|
4308
|
+
"type": "reference",
|
|
4309
|
+
"name": "SkyLogService"
|
|
4310
|
+
}
|
|
4227
4311
|
}
|
|
4228
4312
|
],
|
|
4229
4313
|
"type": {
|
|
4230
4314
|
"type": "reference",
|
|
4231
|
-
"id":
|
|
4315
|
+
"id": 304,
|
|
4232
4316
|
"name": "SkyPageSummaryComponent"
|
|
4233
4317
|
}
|
|
4234
4318
|
}
|
|
4235
4319
|
]
|
|
4236
4320
|
},
|
|
4237
4321
|
{
|
|
4238
|
-
"id":
|
|
4322
|
+
"id": 311,
|
|
4239
4323
|
"name": "hasKeyInfo",
|
|
4240
4324
|
"kind": 262144,
|
|
4241
4325
|
"kindString": "Accessor",
|
|
@@ -4245,13 +4329,13 @@
|
|
|
4245
4329
|
"sources": [
|
|
4246
4330
|
{
|
|
4247
4331
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4248
|
-
"line":
|
|
4332
|
+
"line": 31,
|
|
4249
4333
|
"character": 13
|
|
4250
4334
|
}
|
|
4251
4335
|
],
|
|
4252
4336
|
"getSignature": [
|
|
4253
4337
|
{
|
|
4254
|
-
"id":
|
|
4338
|
+
"id": 312,
|
|
4255
4339
|
"name": "hasKeyInfo",
|
|
4256
4340
|
"kind": 524288,
|
|
4257
4341
|
"kindString": "Get signature",
|
|
@@ -4264,7 +4348,7 @@
|
|
|
4264
4348
|
]
|
|
4265
4349
|
},
|
|
4266
4350
|
{
|
|
4267
|
-
"id":
|
|
4351
|
+
"id": 315,
|
|
4268
4352
|
"name": "ngAfterViewInit",
|
|
4269
4353
|
"kind": 2048,
|
|
4270
4354
|
"kindString": "Method",
|
|
@@ -4274,13 +4358,13 @@
|
|
|
4274
4358
|
"sources": [
|
|
4275
4359
|
{
|
|
4276
4360
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4277
|
-
"line":
|
|
4361
|
+
"line": 57,
|
|
4278
4362
|
"character": 9
|
|
4279
4363
|
}
|
|
4280
4364
|
],
|
|
4281
4365
|
"signatures": [
|
|
4282
4366
|
{
|
|
4283
|
-
"id":
|
|
4367
|
+
"id": 316,
|
|
4284
4368
|
"name": "ngAfterViewInit",
|
|
4285
4369
|
"kind": 4096,
|
|
4286
4370
|
"kindString": "Call signature",
|
|
@@ -4301,7 +4385,7 @@
|
|
|
4301
4385
|
}
|
|
4302
4386
|
},
|
|
4303
4387
|
{
|
|
4304
|
-
"id":
|
|
4388
|
+
"id": 317,
|
|
4305
4389
|
"name": "ngOnDestroy",
|
|
4306
4390
|
"kind": 2048,
|
|
4307
4391
|
"kindString": "Method",
|
|
@@ -4311,13 +4395,13 @@
|
|
|
4311
4395
|
"sources": [
|
|
4312
4396
|
{
|
|
4313
4397
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4314
|
-
"line":
|
|
4398
|
+
"line": 68,
|
|
4315
4399
|
"character": 9
|
|
4316
4400
|
}
|
|
4317
4401
|
],
|
|
4318
4402
|
"signatures": [
|
|
4319
4403
|
{
|
|
4320
|
-
"id":
|
|
4404
|
+
"id": 318,
|
|
4321
4405
|
"name": "ngOnDestroy",
|
|
4322
4406
|
"kind": 4096,
|
|
4323
4407
|
"kindString": "Call signature",
|
|
@@ -4343,29 +4427,29 @@
|
|
|
4343
4427
|
"title": "Constructors",
|
|
4344
4428
|
"kind": 512,
|
|
4345
4429
|
"children": [
|
|
4346
|
-
|
|
4430
|
+
305
|
|
4347
4431
|
]
|
|
4348
4432
|
},
|
|
4349
4433
|
{
|
|
4350
4434
|
"title": "Accessors",
|
|
4351
4435
|
"kind": 262144,
|
|
4352
4436
|
"children": [
|
|
4353
|
-
|
|
4437
|
+
311
|
|
4354
4438
|
]
|
|
4355
4439
|
},
|
|
4356
4440
|
{
|
|
4357
4441
|
"title": "Methods",
|
|
4358
4442
|
"kind": 2048,
|
|
4359
4443
|
"children": [
|
|
4360
|
-
|
|
4361
|
-
|
|
4444
|
+
315,
|
|
4445
|
+
317
|
|
4362
4446
|
]
|
|
4363
4447
|
}
|
|
4364
4448
|
],
|
|
4365
4449
|
"sources": [
|
|
4366
4450
|
{
|
|
4367
4451
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4368
|
-
"line":
|
|
4452
|
+
"line": 30,
|
|
4369
4453
|
"character": 13
|
|
4370
4454
|
}
|
|
4371
4455
|
],
|
|
@@ -4385,13 +4469,19 @@
|
|
|
4385
4469
|
]
|
|
4386
4470
|
},
|
|
4387
4471
|
{
|
|
4388
|
-
"id":
|
|
4472
|
+
"id": 319,
|
|
4389
4473
|
"name": "SkyPageSummaryAlertComponent",
|
|
4390
4474
|
"kind": 128,
|
|
4391
4475
|
"kindString": "Class",
|
|
4392
4476
|
"flags": {},
|
|
4393
4477
|
"comment": {
|
|
4394
|
-
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\nthe page summary."
|
|
4478
|
+
"shortText": "Displays messages that require immediate attention as [alerts](https://developer.blackbaud.com/skyux/components/alert) within\nthe page summary.",
|
|
4479
|
+
"tags": [
|
|
4480
|
+
{
|
|
4481
|
+
"tag": "deprecated",
|
|
4482
|
+
"text": "\n"
|
|
4483
|
+
}
|
|
4484
|
+
]
|
|
4395
4485
|
},
|
|
4396
4486
|
"decorators": [
|
|
4397
4487
|
{
|
|
@@ -4413,26 +4503,32 @@
|
|
|
4413
4503
|
"title": "Constructors",
|
|
4414
4504
|
"kind": 512,
|
|
4415
4505
|
"children": [
|
|
4416
|
-
|
|
4506
|
+
320
|
|
4417
4507
|
]
|
|
4418
4508
|
}
|
|
4419
4509
|
],
|
|
4420
4510
|
"sources": [
|
|
4421
4511
|
{
|
|
4422
4512
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-alert.component.ts",
|
|
4423
|
-
"line":
|
|
4513
|
+
"line": 15,
|
|
4424
4514
|
"character": 13
|
|
4425
4515
|
}
|
|
4426
4516
|
]
|
|
4427
4517
|
},
|
|
4428
4518
|
{
|
|
4429
|
-
"id":
|
|
4519
|
+
"id": 322,
|
|
4430
4520
|
"name": "SkyPageSummaryContentComponent",
|
|
4431
4521
|
"kind": 128,
|
|
4432
4522
|
"kindString": "Class",
|
|
4433
4523
|
"flags": {},
|
|
4434
4524
|
"comment": {
|
|
4435
|
-
"shortText": "Displays content in the arbitrary section of the page summary."
|
|
4525
|
+
"shortText": "Displays content in the arbitrary section of the page summary.",
|
|
4526
|
+
"tags": [
|
|
4527
|
+
{
|
|
4528
|
+
"tag": "deprecated",
|
|
4529
|
+
"text": "\n"
|
|
4530
|
+
}
|
|
4531
|
+
]
|
|
4436
4532
|
},
|
|
4437
4533
|
"decorators": [
|
|
4438
4534
|
{
|
|
@@ -4454,14 +4550,14 @@
|
|
|
4454
4550
|
"title": "Constructors",
|
|
4455
4551
|
"kind": 512,
|
|
4456
4552
|
"children": [
|
|
4457
|
-
|
|
4553
|
+
323
|
|
4458
4554
|
]
|
|
4459
4555
|
}
|
|
4460
4556
|
],
|
|
4461
4557
|
"sources": [
|
|
4462
4558
|
{
|
|
4463
4559
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-content.component.ts",
|
|
4464
|
-
"line":
|
|
4560
|
+
"line": 14,
|
|
4465
4561
|
"character": 13
|
|
4466
4562
|
}
|
|
4467
4563
|
]
|
|
@@ -4508,13 +4604,19 @@
|
|
|
4508
4604
|
]
|
|
4509
4605
|
},
|
|
4510
4606
|
{
|
|
4511
|
-
"id":
|
|
4607
|
+
"id": 325,
|
|
4512
4608
|
"name": "SkyPageSummaryImageComponent",
|
|
4513
4609
|
"kind": 128,
|
|
4514
4610
|
"kindString": "Class",
|
|
4515
4611
|
"flags": {},
|
|
4516
4612
|
"comment": {
|
|
4517
|
-
"shortText": "Displays an image in the page summary to identify a record\nor help users complete a core task."
|
|
4613
|
+
"shortText": "Displays an image in the page summary to identify a record\nor help users complete a core task.",
|
|
4614
|
+
"tags": [
|
|
4615
|
+
{
|
|
4616
|
+
"tag": "deprecated",
|
|
4617
|
+
"text": "\n"
|
|
4618
|
+
}
|
|
4619
|
+
]
|
|
4518
4620
|
},
|
|
4519
4621
|
"decorators": [
|
|
4520
4622
|
{
|
|
@@ -4536,26 +4638,32 @@
|
|
|
4536
4638
|
"title": "Constructors",
|
|
4537
4639
|
"kind": 512,
|
|
4538
4640
|
"children": [
|
|
4539
|
-
|
|
4641
|
+
326
|
|
4540
4642
|
]
|
|
4541
4643
|
}
|
|
4542
4644
|
],
|
|
4543
4645
|
"sources": [
|
|
4544
4646
|
{
|
|
4545
4647
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-image.component.ts",
|
|
4546
|
-
"line":
|
|
4648
|
+
"line": 15,
|
|
4547
4649
|
"character": 13
|
|
4548
4650
|
}
|
|
4549
4651
|
]
|
|
4550
4652
|
},
|
|
4551
4653
|
{
|
|
4552
|
-
"id":
|
|
4654
|
+
"id": 328,
|
|
4553
4655
|
"name": "SkyPageSummaryKeyInfoComponent",
|
|
4554
4656
|
"kind": 128,
|
|
4555
4657
|
"kindString": "Class",
|
|
4556
4658
|
"flags": {},
|
|
4557
4659
|
"comment": {
|
|
4558
|
-
"shortText": "Highlights important information about a page in the key information section of the\npage summary."
|
|
4660
|
+
"shortText": "Highlights important information about a page in the key information section of the\npage summary.",
|
|
4661
|
+
"tags": [
|
|
4662
|
+
{
|
|
4663
|
+
"tag": "deprecated",
|
|
4664
|
+
"text": "\n"
|
|
4665
|
+
}
|
|
4666
|
+
]
|
|
4559
4667
|
},
|
|
4560
4668
|
"decorators": [
|
|
4561
4669
|
{
|
|
@@ -4577,26 +4685,32 @@
|
|
|
4577
4685
|
"title": "Constructors",
|
|
4578
4686
|
"kind": 512,
|
|
4579
4687
|
"children": [
|
|
4580
|
-
|
|
4688
|
+
329
|
|
4581
4689
|
]
|
|
4582
4690
|
}
|
|
4583
4691
|
],
|
|
4584
4692
|
"sources": [
|
|
4585
4693
|
{
|
|
4586
4694
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-key-info.component.ts",
|
|
4587
|
-
"line":
|
|
4695
|
+
"line": 13,
|
|
4588
4696
|
"character": 13
|
|
4589
4697
|
}
|
|
4590
4698
|
]
|
|
4591
4699
|
},
|
|
4592
4700
|
{
|
|
4593
|
-
"id":
|
|
4701
|
+
"id": 331,
|
|
4594
4702
|
"name": "SkyPageSummaryStatusComponent",
|
|
4595
4703
|
"kind": 128,
|
|
4596
4704
|
"kindString": "Class",
|
|
4597
4705
|
"flags": {},
|
|
4598
4706
|
"comment": {
|
|
4599
|
-
"shortText": "Displays [labels](https://developer.blackbaud.com/skyux/components/label)\nto highlight important status information about a page's content."
|
|
4707
|
+
"shortText": "Displays [labels](https://developer.blackbaud.com/skyux/components/label)\nto highlight important status information about a page's content.",
|
|
4708
|
+
"tags": [
|
|
4709
|
+
{
|
|
4710
|
+
"tag": "deprecated",
|
|
4711
|
+
"text": "\n"
|
|
4712
|
+
}
|
|
4713
|
+
]
|
|
4600
4714
|
},
|
|
4601
4715
|
"decorators": [
|
|
4602
4716
|
{
|
|
@@ -4618,26 +4732,32 @@
|
|
|
4618
4732
|
"title": "Constructors",
|
|
4619
4733
|
"kind": 512,
|
|
4620
4734
|
"children": [
|
|
4621
|
-
|
|
4735
|
+
332
|
|
4622
4736
|
]
|
|
4623
4737
|
}
|
|
4624
4738
|
],
|
|
4625
4739
|
"sources": [
|
|
4626
4740
|
{
|
|
4627
4741
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-status.component.ts",
|
|
4628
|
-
"line":
|
|
4742
|
+
"line": 15,
|
|
4629
4743
|
"character": 13
|
|
4630
4744
|
}
|
|
4631
4745
|
]
|
|
4632
4746
|
},
|
|
4633
4747
|
{
|
|
4634
|
-
"id":
|
|
4748
|
+
"id": 334,
|
|
4635
4749
|
"name": "SkyPageSummarySubtitleComponent",
|
|
4636
4750
|
"kind": 128,
|
|
4637
4751
|
"kindString": "Class",
|
|
4638
4752
|
"flags": {},
|
|
4639
4753
|
"comment": {
|
|
4640
|
-
"shortText": "Specifies a subtitle to identify the page content."
|
|
4754
|
+
"shortText": "Specifies a subtitle to identify the page content.",
|
|
4755
|
+
"tags": [
|
|
4756
|
+
{
|
|
4757
|
+
"tag": "deprecated",
|
|
4758
|
+
"text": "\n"
|
|
4759
|
+
}
|
|
4760
|
+
]
|
|
4641
4761
|
},
|
|
4642
4762
|
"decorators": [
|
|
4643
4763
|
{
|
|
@@ -4659,26 +4779,32 @@
|
|
|
4659
4779
|
"title": "Constructors",
|
|
4660
4780
|
"kind": 512,
|
|
4661
4781
|
"children": [
|
|
4662
|
-
|
|
4782
|
+
335
|
|
4663
4783
|
]
|
|
4664
4784
|
}
|
|
4665
4785
|
],
|
|
4666
4786
|
"sources": [
|
|
4667
4787
|
{
|
|
4668
4788
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-subtitle.component.ts",
|
|
4669
|
-
"line":
|
|
4789
|
+
"line": 14,
|
|
4670
4790
|
"character": 13
|
|
4671
4791
|
}
|
|
4672
4792
|
]
|
|
4673
4793
|
},
|
|
4674
4794
|
{
|
|
4675
|
-
"id":
|
|
4795
|
+
"id": 337,
|
|
4676
4796
|
"name": "SkyPageSummaryTitleComponent",
|
|
4677
4797
|
"kind": 128,
|
|
4678
4798
|
"kindString": "Class",
|
|
4679
4799
|
"flags": {},
|
|
4680
4800
|
"comment": {
|
|
4681
|
-
"shortText": "Specifies a title to identify the page content."
|
|
4801
|
+
"shortText": "Specifies a title to identify the page content.",
|
|
4802
|
+
"tags": [
|
|
4803
|
+
{
|
|
4804
|
+
"tag": "deprecated",
|
|
4805
|
+
"text": "\n"
|
|
4806
|
+
}
|
|
4807
|
+
]
|
|
4682
4808
|
},
|
|
4683
4809
|
"decorators": [
|
|
4684
4810
|
{
|
|
@@ -4700,20 +4826,20 @@
|
|
|
4700
4826
|
"title": "Constructors",
|
|
4701
4827
|
"kind": 512,
|
|
4702
4828
|
"children": [
|
|
4703
|
-
|
|
4829
|
+
338
|
|
4704
4830
|
]
|
|
4705
4831
|
}
|
|
4706
4832
|
],
|
|
4707
4833
|
"sources": [
|
|
4708
4834
|
{
|
|
4709
4835
|
"fileName": "projects/layout/src/modules/page-summary/page-summary-title.component.ts",
|
|
4710
|
-
"line":
|
|
4836
|
+
"line": 14,
|
|
4711
4837
|
"character": 13
|
|
4712
4838
|
}
|
|
4713
4839
|
]
|
|
4714
4840
|
},
|
|
4715
4841
|
{
|
|
4716
|
-
"id":
|
|
4842
|
+
"id": 340,
|
|
4717
4843
|
"name": "SkyTextExpandComponent",
|
|
4718
4844
|
"kind": 128,
|
|
4719
4845
|
"kindString": "Class",
|
|
@@ -4734,7 +4860,7 @@
|
|
|
4734
4860
|
],
|
|
4735
4861
|
"children": [
|
|
4736
4862
|
{
|
|
4737
|
-
"id":
|
|
4863
|
+
"id": 341,
|
|
4738
4864
|
"name": "constructor",
|
|
4739
4865
|
"kind": 512,
|
|
4740
4866
|
"kindString": "Constructor",
|
|
@@ -4748,14 +4874,14 @@
|
|
|
4748
4874
|
],
|
|
4749
4875
|
"signatures": [
|
|
4750
4876
|
{
|
|
4751
|
-
"id":
|
|
4877
|
+
"id": 342,
|
|
4752
4878
|
"name": "SkyTextExpandComponent",
|
|
4753
4879
|
"kind": 16384,
|
|
4754
4880
|
"kindString": "Constructor signature",
|
|
4755
4881
|
"flags": {},
|
|
4756
4882
|
"parameters": [
|
|
4757
4883
|
{
|
|
4758
|
-
"id":
|
|
4884
|
+
"id": 343,
|
|
4759
4885
|
"name": "resources",
|
|
4760
4886
|
"kind": 32768,
|
|
4761
4887
|
"kindString": "Parameter",
|
|
@@ -4766,7 +4892,7 @@
|
|
|
4766
4892
|
}
|
|
4767
4893
|
},
|
|
4768
4894
|
{
|
|
4769
|
-
"id":
|
|
4895
|
+
"id": 344,
|
|
4770
4896
|
"name": "modalService",
|
|
4771
4897
|
"kind": 32768,
|
|
4772
4898
|
"kindString": "Parameter",
|
|
@@ -4777,7 +4903,7 @@
|
|
|
4777
4903
|
}
|
|
4778
4904
|
},
|
|
4779
4905
|
{
|
|
4780
|
-
"id":
|
|
4906
|
+
"id": 345,
|
|
4781
4907
|
"name": "textExpandAdapter",
|
|
4782
4908
|
"kind": 32768,
|
|
4783
4909
|
"kindString": "Parameter",
|
|
@@ -4790,14 +4916,14 @@
|
|
|
4790
4916
|
],
|
|
4791
4917
|
"type": {
|
|
4792
4918
|
"type": "reference",
|
|
4793
|
-
"id":
|
|
4919
|
+
"id": 340,
|
|
4794
4920
|
"name": "SkyTextExpandComponent"
|
|
4795
4921
|
}
|
|
4796
4922
|
}
|
|
4797
4923
|
]
|
|
4798
4924
|
},
|
|
4799
4925
|
{
|
|
4800
|
-
"id":
|
|
4926
|
+
"id": 357,
|
|
4801
4927
|
"name": "buttonText",
|
|
4802
4928
|
"kind": 1024,
|
|
4803
4929
|
"kindString": "Property",
|
|
@@ -4817,7 +4943,7 @@
|
|
|
4817
4943
|
}
|
|
4818
4944
|
},
|
|
4819
4945
|
{
|
|
4820
|
-
"id":
|
|
4946
|
+
"id": 358,
|
|
4821
4947
|
"name": "contentSectionId",
|
|
4822
4948
|
"kind": 1024,
|
|
4823
4949
|
"kindString": "Property",
|
|
@@ -4838,7 +4964,7 @@
|
|
|
4838
4964
|
"defaultValue": "..."
|
|
4839
4965
|
},
|
|
4840
4966
|
{
|
|
4841
|
-
"id":
|
|
4967
|
+
"id": 346,
|
|
4842
4968
|
"name": "expandModalTitle",
|
|
4843
4969
|
"kind": 1024,
|
|
4844
4970
|
"kindString": "Property",
|
|
@@ -4879,7 +5005,7 @@
|
|
|
4879
5005
|
}
|
|
4880
5006
|
},
|
|
4881
5007
|
{
|
|
4882
|
-
"id":
|
|
5008
|
+
"id": 359,
|
|
4883
5009
|
"name": "expandable",
|
|
4884
5010
|
"kind": 1024,
|
|
4885
5011
|
"kindString": "Property",
|
|
@@ -4899,7 +5025,7 @@
|
|
|
4899
5025
|
}
|
|
4900
5026
|
},
|
|
4901
5027
|
{
|
|
4902
|
-
"id":
|
|
5028
|
+
"id": 360,
|
|
4903
5029
|
"name": "isExpanded",
|
|
4904
5030
|
"kind": 1024,
|
|
4905
5031
|
"kindString": "Property",
|
|
@@ -4920,7 +5046,7 @@
|
|
|
4920
5046
|
"defaultValue": "false"
|
|
4921
5047
|
},
|
|
4922
5048
|
{
|
|
4923
|
-
"id":
|
|
5049
|
+
"id": 361,
|
|
4924
5050
|
"name": "isModal",
|
|
4925
5051
|
"kind": 1024,
|
|
4926
5052
|
"kindString": "Property",
|
|
@@ -4940,7 +5066,7 @@
|
|
|
4940
5066
|
}
|
|
4941
5067
|
},
|
|
4942
5068
|
{
|
|
4943
|
-
"id":
|
|
5069
|
+
"id": 347,
|
|
4944
5070
|
"name": "maxExpandedLength",
|
|
4945
5071
|
"kind": 1024,
|
|
4946
5072
|
"kindString": "Property",
|
|
@@ -4976,7 +5102,7 @@
|
|
|
4976
5102
|
"defaultValue": "600"
|
|
4977
5103
|
},
|
|
4978
5104
|
{
|
|
4979
|
-
"id":
|
|
5105
|
+
"id": 348,
|
|
4980
5106
|
"name": "maxExpandedNewlines",
|
|
4981
5107
|
"kind": 1024,
|
|
4982
5108
|
"kindString": "Property",
|
|
@@ -5012,7 +5138,7 @@
|
|
|
5012
5138
|
"defaultValue": "2"
|
|
5013
5139
|
},
|
|
5014
5140
|
{
|
|
5015
|
-
"id":
|
|
5141
|
+
"id": 356,
|
|
5016
5142
|
"name": "truncateNewlines",
|
|
5017
5143
|
"kind": 1024,
|
|
5018
5144
|
"kindString": "Property",
|
|
@@ -5048,7 +5174,7 @@
|
|
|
5048
5174
|
"defaultValue": "true"
|
|
5049
5175
|
},
|
|
5050
5176
|
{
|
|
5051
|
-
"id":
|
|
5177
|
+
"id": 349,
|
|
5052
5178
|
"name": "maxLength",
|
|
5053
5179
|
"kind": 262144,
|
|
5054
5180
|
"kindString": "Accessor",
|
|
@@ -5076,7 +5202,7 @@
|
|
|
5076
5202
|
],
|
|
5077
5203
|
"getSignature": [
|
|
5078
5204
|
{
|
|
5079
|
-
"id":
|
|
5205
|
+
"id": 350,
|
|
5080
5206
|
"name": "maxLength",
|
|
5081
5207
|
"kind": 524288,
|
|
5082
5208
|
"kindString": "Get signature",
|
|
@@ -5098,7 +5224,7 @@
|
|
|
5098
5224
|
],
|
|
5099
5225
|
"setSignature": [
|
|
5100
5226
|
{
|
|
5101
|
-
"id":
|
|
5227
|
+
"id": 351,
|
|
5102
5228
|
"name": "maxLength",
|
|
5103
5229
|
"kind": 1048576,
|
|
5104
5230
|
"kindString": "Set signature",
|
|
@@ -5114,7 +5240,7 @@
|
|
|
5114
5240
|
},
|
|
5115
5241
|
"parameters": [
|
|
5116
5242
|
{
|
|
5117
|
-
"id":
|
|
5243
|
+
"id": 352,
|
|
5118
5244
|
"name": "value",
|
|
5119
5245
|
"kind": 32768,
|
|
5120
5246
|
"kindString": "Parameter",
|
|
@@ -5133,7 +5259,7 @@
|
|
|
5133
5259
|
]
|
|
5134
5260
|
},
|
|
5135
5261
|
{
|
|
5136
|
-
"id":
|
|
5262
|
+
"id": 353,
|
|
5137
5263
|
"name": "text",
|
|
5138
5264
|
"kind": 262144,
|
|
5139
5265
|
"kindString": "Accessor",
|
|
@@ -5161,7 +5287,7 @@
|
|
|
5161
5287
|
],
|
|
5162
5288
|
"setSignature": [
|
|
5163
5289
|
{
|
|
5164
|
-
"id":
|
|
5290
|
+
"id": 354,
|
|
5165
5291
|
"name": "text",
|
|
5166
5292
|
"kind": 1048576,
|
|
5167
5293
|
"kindString": "Set signature",
|
|
@@ -5171,7 +5297,7 @@
|
|
|
5171
5297
|
},
|
|
5172
5298
|
"parameters": [
|
|
5173
5299
|
{
|
|
5174
|
-
"id":
|
|
5300
|
+
"id": 355,
|
|
5175
5301
|
"name": "value",
|
|
5176
5302
|
"kind": 32768,
|
|
5177
5303
|
"kindString": "Parameter",
|
|
@@ -5190,7 +5316,7 @@
|
|
|
5190
5316
|
]
|
|
5191
5317
|
},
|
|
5192
5318
|
{
|
|
5193
|
-
"id":
|
|
5319
|
+
"id": 373,
|
|
5194
5320
|
"name": "animationEnd",
|
|
5195
5321
|
"kind": 2048,
|
|
5196
5322
|
"kindString": "Method",
|
|
@@ -5206,7 +5332,7 @@
|
|
|
5206
5332
|
],
|
|
5207
5333
|
"signatures": [
|
|
5208
5334
|
{
|
|
5209
|
-
"id":
|
|
5335
|
+
"id": 374,
|
|
5210
5336
|
"name": "animationEnd",
|
|
5211
5337
|
"kind": 4096,
|
|
5212
5338
|
"kindString": "Call signature",
|
|
@@ -5219,7 +5345,7 @@
|
|
|
5219
5345
|
]
|
|
5220
5346
|
},
|
|
5221
5347
|
{
|
|
5222
|
-
"id":
|
|
5348
|
+
"id": 375,
|
|
5223
5349
|
"name": "ngAfterContentInit",
|
|
5224
5350
|
"kind": 2048,
|
|
5225
5351
|
"kindString": "Method",
|
|
@@ -5235,7 +5361,7 @@
|
|
|
5235
5361
|
],
|
|
5236
5362
|
"signatures": [
|
|
5237
5363
|
{
|
|
5238
|
-
"id":
|
|
5364
|
+
"id": 376,
|
|
5239
5365
|
"name": "ngAfterContentInit",
|
|
5240
5366
|
"kind": 4096,
|
|
5241
5367
|
"kindString": "Call signature",
|
|
@@ -5256,7 +5382,7 @@
|
|
|
5256
5382
|
}
|
|
5257
5383
|
},
|
|
5258
5384
|
{
|
|
5259
|
-
"id":
|
|
5385
|
+
"id": 371,
|
|
5260
5386
|
"name": "textExpand",
|
|
5261
5387
|
"kind": 2048,
|
|
5262
5388
|
"kindString": "Method",
|
|
@@ -5272,7 +5398,7 @@
|
|
|
5272
5398
|
],
|
|
5273
5399
|
"signatures": [
|
|
5274
5400
|
{
|
|
5275
|
-
"id":
|
|
5401
|
+
"id": 372,
|
|
5276
5402
|
"name": "textExpand",
|
|
5277
5403
|
"kind": 4096,
|
|
5278
5404
|
"kindString": "Call signature",
|
|
@@ -5290,39 +5416,39 @@
|
|
|
5290
5416
|
"title": "Constructors",
|
|
5291
5417
|
"kind": 512,
|
|
5292
5418
|
"children": [
|
|
5293
|
-
|
|
5419
|
+
341
|
|
5294
5420
|
]
|
|
5295
5421
|
},
|
|
5296
5422
|
{
|
|
5297
5423
|
"title": "Properties",
|
|
5298
5424
|
"kind": 1024,
|
|
5299
5425
|
"children": [
|
|
5300
|
-
354,
|
|
5301
|
-
355,
|
|
5302
|
-
343,
|
|
5303
|
-
356,
|
|
5304
5426
|
357,
|
|
5305
5427
|
358,
|
|
5306
|
-
|
|
5307
|
-
|
|
5308
|
-
|
|
5428
|
+
346,
|
|
5429
|
+
359,
|
|
5430
|
+
360,
|
|
5431
|
+
361,
|
|
5432
|
+
347,
|
|
5433
|
+
348,
|
|
5434
|
+
356
|
|
5309
5435
|
]
|
|
5310
5436
|
},
|
|
5311
5437
|
{
|
|
5312
5438
|
"title": "Accessors",
|
|
5313
5439
|
"kind": 262144,
|
|
5314
5440
|
"children": [
|
|
5315
|
-
|
|
5316
|
-
|
|
5441
|
+
349,
|
|
5442
|
+
353
|
|
5317
5443
|
]
|
|
5318
5444
|
},
|
|
5319
5445
|
{
|
|
5320
5446
|
"title": "Methods",
|
|
5321
5447
|
"kind": 2048,
|
|
5322
5448
|
"children": [
|
|
5323
|
-
|
|
5324
|
-
|
|
5325
|
-
|
|
5449
|
+
373,
|
|
5450
|
+
375,
|
|
5451
|
+
371
|
|
5326
5452
|
]
|
|
5327
5453
|
}
|
|
5328
5454
|
],
|
|
@@ -5343,7 +5469,7 @@
|
|
|
5343
5469
|
]
|
|
5344
5470
|
},
|
|
5345
5471
|
{
|
|
5346
|
-
"id":
|
|
5472
|
+
"id": 394,
|
|
5347
5473
|
"name": "SkyTextExpandRepeaterComponent",
|
|
5348
5474
|
"kind": 128,
|
|
5349
5475
|
"kindString": "Class",
|
|
@@ -5364,7 +5490,7 @@
|
|
|
5364
5490
|
],
|
|
5365
5491
|
"children": [
|
|
5366
5492
|
{
|
|
5367
|
-
"id":
|
|
5493
|
+
"id": 395,
|
|
5368
5494
|
"name": "constructor",
|
|
5369
5495
|
"kind": 512,
|
|
5370
5496
|
"kindString": "Constructor",
|
|
@@ -5378,14 +5504,14 @@
|
|
|
5378
5504
|
],
|
|
5379
5505
|
"signatures": [
|
|
5380
5506
|
{
|
|
5381
|
-
"id":
|
|
5507
|
+
"id": 396,
|
|
5382
5508
|
"name": "SkyTextExpandRepeaterComponent",
|
|
5383
5509
|
"kind": 16384,
|
|
5384
5510
|
"kindString": "Constructor signature",
|
|
5385
5511
|
"flags": {},
|
|
5386
5512
|
"parameters": [
|
|
5387
5513
|
{
|
|
5388
|
-
"id":
|
|
5514
|
+
"id": 397,
|
|
5389
5515
|
"name": "resources",
|
|
5390
5516
|
"kind": 32768,
|
|
5391
5517
|
"kindString": "Parameter",
|
|
@@ -5396,7 +5522,7 @@
|
|
|
5396
5522
|
}
|
|
5397
5523
|
},
|
|
5398
5524
|
{
|
|
5399
|
-
"id":
|
|
5525
|
+
"id": 398,
|
|
5400
5526
|
"name": "elRef",
|
|
5401
5527
|
"kind": 32768,
|
|
5402
5528
|
"kindString": "Parameter",
|
|
@@ -5415,7 +5541,7 @@
|
|
|
5415
5541
|
}
|
|
5416
5542
|
},
|
|
5417
5543
|
{
|
|
5418
|
-
"id":
|
|
5544
|
+
"id": 399,
|
|
5419
5545
|
"name": "textExpandRepeaterAdapter",
|
|
5420
5546
|
"kind": 32768,
|
|
5421
5547
|
"kindString": "Parameter",
|
|
@@ -5426,7 +5552,7 @@
|
|
|
5426
5552
|
}
|
|
5427
5553
|
},
|
|
5428
5554
|
{
|
|
5429
|
-
"id":
|
|
5555
|
+
"id": 400,
|
|
5430
5556
|
"name": "changeDetector",
|
|
5431
5557
|
"kind": 32768,
|
|
5432
5558
|
"kindString": "Parameter",
|
|
@@ -5441,14 +5567,14 @@
|
|
|
5441
5567
|
],
|
|
5442
5568
|
"type": {
|
|
5443
5569
|
"type": "reference",
|
|
5444
|
-
"id":
|
|
5570
|
+
"id": 394,
|
|
5445
5571
|
"name": "SkyTextExpandRepeaterComponent"
|
|
5446
5572
|
}
|
|
5447
5573
|
}
|
|
5448
5574
|
]
|
|
5449
5575
|
},
|
|
5450
5576
|
{
|
|
5451
|
-
"id":
|
|
5577
|
+
"id": 405,
|
|
5452
5578
|
"name": "buttonText",
|
|
5453
5579
|
"kind": 1024,
|
|
5454
5580
|
"kindString": "Property",
|
|
@@ -5468,7 +5594,7 @@
|
|
|
5468
5594
|
}
|
|
5469
5595
|
},
|
|
5470
5596
|
{
|
|
5471
|
-
"id":
|
|
5597
|
+
"id": 406,
|
|
5472
5598
|
"name": "contentItems",
|
|
5473
5599
|
"kind": 1024,
|
|
5474
5600
|
"kindString": "Property",
|
|
@@ -5491,7 +5617,7 @@
|
|
|
5491
5617
|
}
|
|
5492
5618
|
},
|
|
5493
5619
|
{
|
|
5494
|
-
"id":
|
|
5620
|
+
"id": 408,
|
|
5495
5621
|
"name": "contentSectionId",
|
|
5496
5622
|
"kind": 1024,
|
|
5497
5623
|
"kindString": "Property",
|
|
@@ -5512,7 +5638,7 @@
|
|
|
5512
5638
|
"defaultValue": "..."
|
|
5513
5639
|
},
|
|
5514
5640
|
{
|
|
5515
|
-
"id":
|
|
5641
|
+
"id": 401,
|
|
5516
5642
|
"name": "data",
|
|
5517
5643
|
"kind": 1024,
|
|
5518
5644
|
"kindString": "Property",
|
|
@@ -5550,7 +5676,7 @@
|
|
|
5550
5676
|
}
|
|
5551
5677
|
},
|
|
5552
5678
|
{
|
|
5553
|
-
"id":
|
|
5679
|
+
"id": 407,
|
|
5554
5680
|
"name": "expandable",
|
|
5555
5681
|
"kind": 1024,
|
|
5556
5682
|
"kindString": "Property",
|
|
@@ -5570,7 +5696,7 @@
|
|
|
5570
5696
|
}
|
|
5571
5697
|
},
|
|
5572
5698
|
{
|
|
5573
|
-
"id":
|
|
5699
|
+
"id": 409,
|
|
5574
5700
|
"name": "isExpanded",
|
|
5575
5701
|
"kind": 1024,
|
|
5576
5702
|
"kindString": "Property",
|
|
@@ -5591,7 +5717,7 @@
|
|
|
5591
5717
|
"defaultValue": "false"
|
|
5592
5718
|
},
|
|
5593
5719
|
{
|
|
5594
|
-
"id":
|
|
5720
|
+
"id": 402,
|
|
5595
5721
|
"name": "itemTemplate",
|
|
5596
5722
|
"kind": 1024,
|
|
5597
5723
|
"kindString": "Property",
|
|
@@ -5625,7 +5751,7 @@
|
|
|
5625
5751
|
"typeArguments": [
|
|
5626
5752
|
{
|
|
5627
5753
|
"type": "intrinsic",
|
|
5628
|
-
"name": "
|
|
5754
|
+
"name": "unknown"
|
|
5629
5755
|
}
|
|
5630
5756
|
],
|
|
5631
5757
|
"qualifiedName": "TemplateRef",
|
|
@@ -5634,7 +5760,7 @@
|
|
|
5634
5760
|
}
|
|
5635
5761
|
},
|
|
5636
5762
|
{
|
|
5637
|
-
"id":
|
|
5763
|
+
"id": 403,
|
|
5638
5764
|
"name": "listStyle",
|
|
5639
5765
|
"kind": 1024,
|
|
5640
5766
|
"kindString": "Property",
|
|
@@ -5671,13 +5797,13 @@
|
|
|
5671
5797
|
],
|
|
5672
5798
|
"type": {
|
|
5673
5799
|
"type": "reference",
|
|
5674
|
-
"id":
|
|
5800
|
+
"id": 530,
|
|
5675
5801
|
"name": "SkyTextExpandRepeaterListStyleType"
|
|
5676
5802
|
},
|
|
5677
5803
|
"defaultValue": "'unordered'"
|
|
5678
5804
|
},
|
|
5679
5805
|
{
|
|
5680
|
-
"id":
|
|
5806
|
+
"id": 404,
|
|
5681
5807
|
"name": "maxItems",
|
|
5682
5808
|
"kind": 1024,
|
|
5683
5809
|
"kindString": "Property",
|
|
@@ -5712,7 +5838,7 @@
|
|
|
5712
5838
|
}
|
|
5713
5839
|
},
|
|
5714
5840
|
{
|
|
5715
|
-
"id":
|
|
5841
|
+
"id": 419,
|
|
5716
5842
|
"name": "animationEnd",
|
|
5717
5843
|
"kind": 2048,
|
|
5718
5844
|
"kindString": "Method",
|
|
@@ -5728,7 +5854,7 @@
|
|
|
5728
5854
|
],
|
|
5729
5855
|
"signatures": [
|
|
5730
5856
|
{
|
|
5731
|
-
"id":
|
|
5857
|
+
"id": 420,
|
|
5732
5858
|
"name": "animationEnd",
|
|
5733
5859
|
"kind": 4096,
|
|
5734
5860
|
"kindString": "Call signature",
|
|
@@ -5741,7 +5867,7 @@
|
|
|
5741
5867
|
]
|
|
5742
5868
|
},
|
|
5743
5869
|
{
|
|
5744
|
-
"id":
|
|
5870
|
+
"id": 414,
|
|
5745
5871
|
"name": "ngAfterViewInit",
|
|
5746
5872
|
"kind": 2048,
|
|
5747
5873
|
"kindString": "Method",
|
|
@@ -5757,7 +5883,7 @@
|
|
|
5757
5883
|
],
|
|
5758
5884
|
"signatures": [
|
|
5759
5885
|
{
|
|
5760
|
-
"id":
|
|
5886
|
+
"id": 415,
|
|
5761
5887
|
"name": "ngAfterViewInit",
|
|
5762
5888
|
"kind": 4096,
|
|
5763
5889
|
"kindString": "Call signature",
|
|
@@ -5778,7 +5904,7 @@
|
|
|
5778
5904
|
}
|
|
5779
5905
|
},
|
|
5780
5906
|
{
|
|
5781
|
-
"id":
|
|
5907
|
+
"id": 416,
|
|
5782
5908
|
"name": "ngOnChanges",
|
|
5783
5909
|
"kind": 2048,
|
|
5784
5910
|
"kindString": "Method",
|
|
@@ -5794,14 +5920,14 @@
|
|
|
5794
5920
|
],
|
|
5795
5921
|
"signatures": [
|
|
5796
5922
|
{
|
|
5797
|
-
"id":
|
|
5923
|
+
"id": 417,
|
|
5798
5924
|
"name": "ngOnChanges",
|
|
5799
5925
|
"kind": 4096,
|
|
5800
5926
|
"kindString": "Call signature",
|
|
5801
5927
|
"flags": {},
|
|
5802
5928
|
"parameters": [
|
|
5803
5929
|
{
|
|
5804
|
-
"id":
|
|
5930
|
+
"id": 418,
|
|
5805
5931
|
"name": "changes",
|
|
5806
5932
|
"kind": 32768,
|
|
5807
5933
|
"kindString": "Parameter",
|
|
@@ -5830,7 +5956,7 @@
|
|
|
5830
5956
|
}
|
|
5831
5957
|
},
|
|
5832
5958
|
{
|
|
5833
|
-
"id":
|
|
5959
|
+
"id": 421,
|
|
5834
5960
|
"name": "repeaterExpand",
|
|
5835
5961
|
"kind": 2048,
|
|
5836
5962
|
"kindString": "Method",
|
|
@@ -5846,7 +5972,7 @@
|
|
|
5846
5972
|
],
|
|
5847
5973
|
"signatures": [
|
|
5848
5974
|
{
|
|
5849
|
-
"id":
|
|
5975
|
+
"id": 422,
|
|
5850
5976
|
"name": "repeaterExpand",
|
|
5851
5977
|
"kind": 4096,
|
|
5852
5978
|
"kindString": "Call signature",
|
|
@@ -5864,32 +5990,32 @@
|
|
|
5864
5990
|
"title": "Constructors",
|
|
5865
5991
|
"kind": 512,
|
|
5866
5992
|
"children": [
|
|
5867
|
-
|
|
5993
|
+
395
|
|
5868
5994
|
]
|
|
5869
5995
|
},
|
|
5870
5996
|
{
|
|
5871
5997
|
"title": "Properties",
|
|
5872
5998
|
"kind": 1024,
|
|
5873
5999
|
"children": [
|
|
5874
|
-
402,
|
|
5875
|
-
403,
|
|
5876
6000
|
405,
|
|
5877
|
-
398,
|
|
5878
|
-
404,
|
|
5879
6001
|
406,
|
|
5880
|
-
|
|
5881
|
-
|
|
5882
|
-
|
|
6002
|
+
408,
|
|
6003
|
+
401,
|
|
6004
|
+
407,
|
|
6005
|
+
409,
|
|
6006
|
+
402,
|
|
6007
|
+
403,
|
|
6008
|
+
404
|
|
5883
6009
|
]
|
|
5884
6010
|
},
|
|
5885
6011
|
{
|
|
5886
6012
|
"title": "Methods",
|
|
5887
6013
|
"kind": 2048,
|
|
5888
6014
|
"children": [
|
|
6015
|
+
419,
|
|
6016
|
+
414,
|
|
5889
6017
|
416,
|
|
5890
|
-
|
|
5891
|
-
413,
|
|
5892
|
-
418
|
|
6018
|
+
421
|
|
5893
6019
|
]
|
|
5894
6020
|
}
|
|
5895
6021
|
],
|
|
@@ -5916,7 +6042,7 @@
|
|
|
5916
6042
|
]
|
|
5917
6043
|
},
|
|
5918
6044
|
{
|
|
5919
|
-
"id":
|
|
6045
|
+
"id": 431,
|
|
5920
6046
|
"name": "SkyToolbarComponent",
|
|
5921
6047
|
"kind": 128,
|
|
5922
6048
|
"kindString": "Class",
|
|
@@ -5940,7 +6066,7 @@
|
|
|
5940
6066
|
],
|
|
5941
6067
|
"children": [
|
|
5942
6068
|
{
|
|
5943
|
-
"id":
|
|
6069
|
+
"id": 434,
|
|
5944
6070
|
"name": "hasSections",
|
|
5945
6071
|
"kind": 1024,
|
|
5946
6072
|
"kindString": "Property",
|
|
@@ -5961,7 +6087,7 @@
|
|
|
5961
6087
|
"defaultValue": "false"
|
|
5962
6088
|
},
|
|
5963
6089
|
{
|
|
5964
|
-
"id":
|
|
6090
|
+
"id": 436,
|
|
5965
6091
|
"name": "ngAfterContentInit",
|
|
5966
6092
|
"kind": 2048,
|
|
5967
6093
|
"kindString": "Method",
|
|
@@ -5977,7 +6103,7 @@
|
|
|
5977
6103
|
],
|
|
5978
6104
|
"signatures": [
|
|
5979
6105
|
{
|
|
5980
|
-
"id":
|
|
6106
|
+
"id": 437,
|
|
5981
6107
|
"name": "ngAfterContentInit",
|
|
5982
6108
|
"kind": 4096,
|
|
5983
6109
|
"kindString": "Call signature",
|
|
@@ -6003,21 +6129,21 @@
|
|
|
6003
6129
|
"title": "Constructors",
|
|
6004
6130
|
"kind": 512,
|
|
6005
6131
|
"children": [
|
|
6006
|
-
|
|
6132
|
+
432
|
|
6007
6133
|
]
|
|
6008
6134
|
},
|
|
6009
6135
|
{
|
|
6010
6136
|
"title": "Properties",
|
|
6011
6137
|
"kind": 1024,
|
|
6012
6138
|
"children": [
|
|
6013
|
-
|
|
6139
|
+
434
|
|
6014
6140
|
]
|
|
6015
6141
|
},
|
|
6016
6142
|
{
|
|
6017
6143
|
"title": "Methods",
|
|
6018
6144
|
"kind": 2048,
|
|
6019
6145
|
"children": [
|
|
6020
|
-
|
|
6146
|
+
436
|
|
6021
6147
|
]
|
|
6022
6148
|
}
|
|
6023
6149
|
],
|
|
@@ -6038,7 +6164,7 @@
|
|
|
6038
6164
|
]
|
|
6039
6165
|
},
|
|
6040
6166
|
{
|
|
6041
|
-
"id":
|
|
6167
|
+
"id": 438,
|
|
6042
6168
|
"name": "SkyToolbarSectionComponent",
|
|
6043
6169
|
"kind": 128,
|
|
6044
6170
|
"kindString": "Class",
|
|
@@ -6066,7 +6192,7 @@
|
|
|
6066
6192
|
"title": "Constructors",
|
|
6067
6193
|
"kind": 512,
|
|
6068
6194
|
"children": [
|
|
6069
|
-
|
|
6195
|
+
439
|
|
6070
6196
|
]
|
|
6071
6197
|
}
|
|
6072
6198
|
],
|
|
@@ -6079,7 +6205,7 @@
|
|
|
6079
6205
|
]
|
|
6080
6206
|
},
|
|
6081
6207
|
{
|
|
6082
|
-
"id":
|
|
6208
|
+
"id": 441,
|
|
6083
6209
|
"name": "SkyToolbarItemComponent",
|
|
6084
6210
|
"kind": 128,
|
|
6085
6211
|
"kindString": "Class",
|
|
@@ -6107,7 +6233,7 @@
|
|
|
6107
6233
|
"title": "Constructors",
|
|
6108
6234
|
"kind": 512,
|
|
6109
6235
|
"children": [
|
|
6110
|
-
|
|
6236
|
+
442
|
|
6111
6237
|
]
|
|
6112
6238
|
}
|
|
6113
6239
|
],
|
|
@@ -6161,7 +6287,7 @@
|
|
|
6161
6287
|
]
|
|
6162
6288
|
},
|
|
6163
6289
|
{
|
|
6164
|
-
"id":
|
|
6290
|
+
"id": 444,
|
|
6165
6291
|
"name": "SkyToolbarViewActionsComponent",
|
|
6166
6292
|
"kind": 128,
|
|
6167
6293
|
"kindString": "Class",
|
|
@@ -6189,7 +6315,7 @@
|
|
|
6189
6315
|
"title": "Constructors",
|
|
6190
6316
|
"kind": 512,
|
|
6191
6317
|
"children": [
|
|
6192
|
-
|
|
6318
|
+
445
|
|
6193
6319
|
]
|
|
6194
6320
|
}
|
|
6195
6321
|
],
|
|
@@ -6202,7 +6328,7 @@
|
|
|
6202
6328
|
]
|
|
6203
6329
|
},
|
|
6204
6330
|
{
|
|
6205
|
-
"id":
|
|
6331
|
+
"id": 447,
|
|
6206
6332
|
"name": "SkyBoxComponent",
|
|
6207
6333
|
"kind": 128,
|
|
6208
6334
|
"kindString": "Class",
|
|
@@ -6226,7 +6352,7 @@
|
|
|
6226
6352
|
],
|
|
6227
6353
|
"children": [
|
|
6228
6354
|
{
|
|
6229
|
-
"id":
|
|
6355
|
+
"id": 450,
|
|
6230
6356
|
"name": "ariaLabel",
|
|
6231
6357
|
"kind": 1024,
|
|
6232
6358
|
"kindString": "Property",
|
|
@@ -6261,7 +6387,7 @@
|
|
|
6261
6387
|
}
|
|
6262
6388
|
},
|
|
6263
6389
|
{
|
|
6264
|
-
"id":
|
|
6390
|
+
"id": 451,
|
|
6265
6391
|
"name": "ariaLabelledBy",
|
|
6266
6392
|
"kind": 1024,
|
|
6267
6393
|
"kindString": "Property",
|
|
@@ -6296,7 +6422,7 @@
|
|
|
6296
6422
|
}
|
|
6297
6423
|
},
|
|
6298
6424
|
{
|
|
6299
|
-
"id":
|
|
6425
|
+
"id": 452,
|
|
6300
6426
|
"name": "ariaRole",
|
|
6301
6427
|
"kind": 1024,
|
|
6302
6428
|
"kindString": "Property",
|
|
@@ -6336,16 +6462,16 @@
|
|
|
6336
6462
|
"title": "Constructors",
|
|
6337
6463
|
"kind": 512,
|
|
6338
6464
|
"children": [
|
|
6339
|
-
|
|
6465
|
+
448
|
|
6340
6466
|
]
|
|
6341
6467
|
},
|
|
6342
6468
|
{
|
|
6343
6469
|
"title": "Properties",
|
|
6344
6470
|
"kind": 1024,
|
|
6345
6471
|
"children": [
|
|
6346
|
-
|
|
6347
|
-
|
|
6348
|
-
|
|
6472
|
+
450,
|
|
6473
|
+
451,
|
|
6474
|
+
452
|
|
6349
6475
|
]
|
|
6350
6476
|
}
|
|
6351
6477
|
],
|
|
@@ -6358,7 +6484,7 @@
|
|
|
6358
6484
|
]
|
|
6359
6485
|
},
|
|
6360
6486
|
{
|
|
6361
|
-
"id":
|
|
6487
|
+
"id": 453,
|
|
6362
6488
|
"name": "SkyBoxHeaderComponent",
|
|
6363
6489
|
"kind": 128,
|
|
6364
6490
|
"kindString": "Class",
|
|
@@ -6386,7 +6512,7 @@
|
|
|
6386
6512
|
"title": "Constructors",
|
|
6387
6513
|
"kind": 512,
|
|
6388
6514
|
"children": [
|
|
6389
|
-
|
|
6515
|
+
454
|
|
6390
6516
|
]
|
|
6391
6517
|
}
|
|
6392
6518
|
],
|
|
@@ -6399,7 +6525,7 @@
|
|
|
6399
6525
|
]
|
|
6400
6526
|
},
|
|
6401
6527
|
{
|
|
6402
|
-
"id":
|
|
6528
|
+
"id": 456,
|
|
6403
6529
|
"name": "SkyBoxContentComponent",
|
|
6404
6530
|
"kind": 128,
|
|
6405
6531
|
"kindString": "Class",
|
|
@@ -6427,7 +6553,7 @@
|
|
|
6427
6553
|
"title": "Constructors",
|
|
6428
6554
|
"kind": 512,
|
|
6429
6555
|
"children": [
|
|
6430
|
-
|
|
6556
|
+
457
|
|
6431
6557
|
]
|
|
6432
6558
|
}
|
|
6433
6559
|
],
|
|
@@ -6440,7 +6566,7 @@
|
|
|
6440
6566
|
]
|
|
6441
6567
|
},
|
|
6442
6568
|
{
|
|
6443
|
-
"id":
|
|
6569
|
+
"id": 459,
|
|
6444
6570
|
"name": "SkyBoxControlsComponent",
|
|
6445
6571
|
"kind": 128,
|
|
6446
6572
|
"kindString": "Class",
|
|
@@ -6468,7 +6594,7 @@
|
|
|
6468
6594
|
"title": "Constructors",
|
|
6469
6595
|
"kind": 512,
|
|
6470
6596
|
"children": [
|
|
6471
|
-
|
|
6597
|
+
460
|
|
6472
6598
|
]
|
|
6473
6599
|
}
|
|
6474
6600
|
],
|
|
@@ -6820,7 +6946,7 @@
|
|
|
6820
6946
|
"flags": {},
|
|
6821
6947
|
"type": {
|
|
6822
6948
|
"type": "reference",
|
|
6823
|
-
"id":
|
|
6949
|
+
"id": 482,
|
|
6824
6950
|
"name": "SkyBackToTopOptions"
|
|
6825
6951
|
}
|
|
6826
6952
|
}
|
|
@@ -6881,7 +7007,7 @@
|
|
|
6881
7007
|
"typeArguments": [
|
|
6882
7008
|
{
|
|
6883
7009
|
"type": "reference",
|
|
6884
|
-
"id":
|
|
7010
|
+
"id": 478,
|
|
6885
7011
|
"name": "SkyBackToTopMessage"
|
|
6886
7012
|
}
|
|
6887
7013
|
],
|
|
@@ -7358,7 +7484,13 @@
|
|
|
7358
7484
|
"kindString": "Class",
|
|
7359
7485
|
"flags": {},
|
|
7360
7486
|
"comment": {
|
|
7361
|
-
"shortText": "Creates a a small container to highlight important information."
|
|
7487
|
+
"shortText": "Creates a a small container to highlight important information.",
|
|
7488
|
+
"tags": [
|
|
7489
|
+
{
|
|
7490
|
+
"tag": "deprecated",
|
|
7491
|
+
"text": "`SkyCardComponent` is deprecated. For other SKY UX components that group and list content, see the content containers guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/content-containers.\n"
|
|
7492
|
+
}
|
|
7493
|
+
]
|
|
7362
7494
|
},
|
|
7363
7495
|
"decorators": [
|
|
7364
7496
|
{
|
|
@@ -7376,7 +7508,48 @@
|
|
|
7376
7508
|
],
|
|
7377
7509
|
"children": [
|
|
7378
7510
|
{
|
|
7379
|
-
"id":
|
|
7511
|
+
"id": 133,
|
|
7512
|
+
"name": "constructor",
|
|
7513
|
+
"kind": 512,
|
|
7514
|
+
"kindString": "Constructor",
|
|
7515
|
+
"flags": {},
|
|
7516
|
+
"sources": [
|
|
7517
|
+
{
|
|
7518
|
+
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7519
|
+
"line": 69,
|
|
7520
|
+
"character": 2
|
|
7521
|
+
}
|
|
7522
|
+
],
|
|
7523
|
+
"signatures": [
|
|
7524
|
+
{
|
|
7525
|
+
"id": 134,
|
|
7526
|
+
"name": "SkyCardComponent",
|
|
7527
|
+
"kind": 16384,
|
|
7528
|
+
"kindString": "Constructor signature",
|
|
7529
|
+
"flags": {},
|
|
7530
|
+
"parameters": [
|
|
7531
|
+
{
|
|
7532
|
+
"id": 135,
|
|
7533
|
+
"name": "logger",
|
|
7534
|
+
"kind": 32768,
|
|
7535
|
+
"kindString": "Parameter",
|
|
7536
|
+
"flags": {},
|
|
7537
|
+
"type": {
|
|
7538
|
+
"type": "reference",
|
|
7539
|
+
"name": "SkyLogService"
|
|
7540
|
+
}
|
|
7541
|
+
}
|
|
7542
|
+
],
|
|
7543
|
+
"type": {
|
|
7544
|
+
"type": "reference",
|
|
7545
|
+
"id": 132,
|
|
7546
|
+
"name": "SkyCardComponent"
|
|
7547
|
+
}
|
|
7548
|
+
}
|
|
7549
|
+
]
|
|
7550
|
+
},
|
|
7551
|
+
{
|
|
7552
|
+
"id": 140,
|
|
7380
7553
|
"name": "inlineDeleteComponent",
|
|
7381
7554
|
"kind": 1024,
|
|
7382
7555
|
"kindString": "Property",
|
|
@@ -7400,7 +7573,7 @@
|
|
|
7400
7573
|
"sources": [
|
|
7401
7574
|
{
|
|
7402
7575
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7403
|
-
"line":
|
|
7576
|
+
"line": 60,
|
|
7404
7577
|
"character": 9
|
|
7405
7578
|
}
|
|
7406
7579
|
],
|
|
@@ -7419,7 +7592,7 @@
|
|
|
7419
7592
|
}
|
|
7420
7593
|
},
|
|
7421
7594
|
{
|
|
7422
|
-
"id":
|
|
7595
|
+
"id": 137,
|
|
7423
7596
|
"name": "selectable",
|
|
7424
7597
|
"kind": 1024,
|
|
7425
7598
|
"kindString": "Property",
|
|
@@ -7450,7 +7623,7 @@
|
|
|
7450
7623
|
"sources": [
|
|
7451
7624
|
{
|
|
7452
7625
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7453
|
-
"line":
|
|
7626
|
+
"line": 43,
|
|
7454
7627
|
"character": 9
|
|
7455
7628
|
}
|
|
7456
7629
|
],
|
|
@@ -7460,7 +7633,7 @@
|
|
|
7460
7633
|
}
|
|
7461
7634
|
},
|
|
7462
7635
|
{
|
|
7463
|
-
"id":
|
|
7636
|
+
"id": 138,
|
|
7464
7637
|
"name": "selected",
|
|
7465
7638
|
"kind": 1024,
|
|
7466
7639
|
"kindString": "Property",
|
|
@@ -7491,7 +7664,7 @@
|
|
|
7491
7664
|
"sources": [
|
|
7492
7665
|
{
|
|
7493
7666
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7494
|
-
"line":
|
|
7667
|
+
"line": 51,
|
|
7495
7668
|
"character": 9
|
|
7496
7669
|
}
|
|
7497
7670
|
],
|
|
@@ -7501,7 +7674,7 @@
|
|
|
7501
7674
|
}
|
|
7502
7675
|
},
|
|
7503
7676
|
{
|
|
7504
|
-
"id":
|
|
7677
|
+
"id": 139,
|
|
7505
7678
|
"name": "selectedChange",
|
|
7506
7679
|
"kind": 1024,
|
|
7507
7680
|
"kindString": "Property",
|
|
@@ -7526,7 +7699,7 @@
|
|
|
7526
7699
|
"sources": [
|
|
7527
7700
|
{
|
|
7528
7701
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7529
|
-
"line":
|
|
7702
|
+
"line": 57,
|
|
7530
7703
|
"character": 9
|
|
7531
7704
|
}
|
|
7532
7705
|
],
|
|
@@ -7545,7 +7718,7 @@
|
|
|
7545
7718
|
"defaultValue": "..."
|
|
7546
7719
|
},
|
|
7547
7720
|
{
|
|
7548
|
-
"id":
|
|
7721
|
+
"id": 142,
|
|
7549
7722
|
"name": "showTitle",
|
|
7550
7723
|
"kind": 1024,
|
|
7551
7724
|
"kindString": "Property",
|
|
@@ -7555,7 +7728,7 @@
|
|
|
7555
7728
|
"sources": [
|
|
7556
7729
|
{
|
|
7557
7730
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7558
|
-
"line":
|
|
7731
|
+
"line": 65,
|
|
7559
7732
|
"character": 9
|
|
7560
7733
|
}
|
|
7561
7734
|
],
|
|
@@ -7566,7 +7739,7 @@
|
|
|
7566
7739
|
"defaultValue": "true"
|
|
7567
7740
|
},
|
|
7568
7741
|
{
|
|
7569
|
-
"id":
|
|
7742
|
+
"id": 136,
|
|
7570
7743
|
"name": "size",
|
|
7571
7744
|
"kind": 1024,
|
|
7572
7745
|
"kindString": "Property",
|
|
@@ -7597,7 +7770,7 @@
|
|
|
7597
7770
|
"sources": [
|
|
7598
7771
|
{
|
|
7599
7772
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7600
|
-
"line":
|
|
7773
|
+
"line": 35,
|
|
7601
7774
|
"character": 9
|
|
7602
7775
|
}
|
|
7603
7776
|
],
|
|
@@ -7607,7 +7780,7 @@
|
|
|
7607
7780
|
}
|
|
7608
7781
|
},
|
|
7609
7782
|
{
|
|
7610
|
-
"id":
|
|
7783
|
+
"id": 141,
|
|
7611
7784
|
"name": "titleComponent",
|
|
7612
7785
|
"kind": 1024,
|
|
7613
7786
|
"kindString": "Property",
|
|
@@ -7631,7 +7804,7 @@
|
|
|
7631
7804
|
"sources": [
|
|
7632
7805
|
{
|
|
7633
7806
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7634
|
-
"line":
|
|
7807
|
+
"line": 63,
|
|
7635
7808
|
"character": 9
|
|
7636
7809
|
}
|
|
7637
7810
|
],
|
|
@@ -7640,7 +7813,7 @@
|
|
|
7640
7813
|
"typeArguments": [
|
|
7641
7814
|
{
|
|
7642
7815
|
"type": "reference",
|
|
7643
|
-
"id":
|
|
7816
|
+
"id": 159,
|
|
7644
7817
|
"name": "SkyCardTitleComponent"
|
|
7645
7818
|
}
|
|
7646
7819
|
],
|
|
@@ -7650,7 +7823,7 @@
|
|
|
7650
7823
|
}
|
|
7651
7824
|
},
|
|
7652
7825
|
{
|
|
7653
|
-
"id":
|
|
7826
|
+
"id": 146,
|
|
7654
7827
|
"name": "contentClick",
|
|
7655
7828
|
"kind": 2048,
|
|
7656
7829
|
"kindString": "Method",
|
|
@@ -7660,13 +7833,13 @@
|
|
|
7660
7833
|
"sources": [
|
|
7661
7834
|
{
|
|
7662
7835
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7663
|
-
"line":
|
|
7836
|
+
"line": 97,
|
|
7664
7837
|
"character": 9
|
|
7665
7838
|
}
|
|
7666
7839
|
],
|
|
7667
7840
|
"signatures": [
|
|
7668
7841
|
{
|
|
7669
|
-
"id":
|
|
7842
|
+
"id": 147,
|
|
7670
7843
|
"name": "contentClick",
|
|
7671
7844
|
"kind": 4096,
|
|
7672
7845
|
"kindString": "Call signature",
|
|
@@ -7679,7 +7852,7 @@
|
|
|
7679
7852
|
]
|
|
7680
7853
|
},
|
|
7681
7854
|
{
|
|
7682
|
-
"id":
|
|
7855
|
+
"id": 144,
|
|
7683
7856
|
"name": "ngAfterContentInit",
|
|
7684
7857
|
"kind": 2048,
|
|
7685
7858
|
"kindString": "Method",
|
|
@@ -7689,13 +7862,13 @@
|
|
|
7689
7862
|
"sources": [
|
|
7690
7863
|
{
|
|
7691
7864
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7692
|
-
"line":
|
|
7865
|
+
"line": 79,
|
|
7693
7866
|
"character": 9
|
|
7694
7867
|
}
|
|
7695
7868
|
],
|
|
7696
7869
|
"signatures": [
|
|
7697
7870
|
{
|
|
7698
|
-
"id":
|
|
7871
|
+
"id": 145,
|
|
7699
7872
|
"name": "ngAfterContentInit",
|
|
7700
7873
|
"kind": 4096,
|
|
7701
7874
|
"kindString": "Call signature",
|
|
@@ -7716,7 +7889,7 @@
|
|
|
7716
7889
|
}
|
|
7717
7890
|
},
|
|
7718
7891
|
{
|
|
7719
|
-
"id":
|
|
7892
|
+
"id": 151,
|
|
7720
7893
|
"name": "ngOnDestroy",
|
|
7721
7894
|
"kind": 2048,
|
|
7722
7895
|
"kindString": "Method",
|
|
@@ -7726,13 +7899,13 @@
|
|
|
7726
7899
|
"sources": [
|
|
7727
7900
|
{
|
|
7728
7901
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7729
|
-
"line":
|
|
7902
|
+
"line": 111,
|
|
7730
7903
|
"character": 9
|
|
7731
7904
|
}
|
|
7732
7905
|
],
|
|
7733
7906
|
"signatures": [
|
|
7734
7907
|
{
|
|
7735
|
-
"id":
|
|
7908
|
+
"id": 152,
|
|
7736
7909
|
"name": "ngOnDestroy",
|
|
7737
7910
|
"kind": 4096,
|
|
7738
7911
|
"kindString": "Call signature",
|
|
@@ -7753,7 +7926,7 @@
|
|
|
7753
7926
|
}
|
|
7754
7927
|
},
|
|
7755
7928
|
{
|
|
7756
|
-
"id":
|
|
7929
|
+
"id": 148,
|
|
7757
7930
|
"name": "onCheckboxChange",
|
|
7758
7931
|
"kind": 2048,
|
|
7759
7932
|
"kindString": "Method",
|
|
@@ -7763,20 +7936,20 @@
|
|
|
7763
7936
|
"sources": [
|
|
7764
7937
|
{
|
|
7765
7938
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7766
|
-
"line":
|
|
7939
|
+
"line": 104,
|
|
7767
7940
|
"character": 9
|
|
7768
7941
|
}
|
|
7769
7942
|
],
|
|
7770
7943
|
"signatures": [
|
|
7771
7944
|
{
|
|
7772
|
-
"id":
|
|
7945
|
+
"id": 149,
|
|
7773
7946
|
"name": "onCheckboxChange",
|
|
7774
7947
|
"kind": 4096,
|
|
7775
7948
|
"kindString": "Call signature",
|
|
7776
7949
|
"flags": {},
|
|
7777
7950
|
"parameters": [
|
|
7778
7951
|
{
|
|
7779
|
-
"id":
|
|
7952
|
+
"id": 150,
|
|
7780
7953
|
"name": "newValue",
|
|
7781
7954
|
"kind": 32768,
|
|
7782
7955
|
"kindString": "Parameter",
|
|
@@ -7807,30 +7980,30 @@
|
|
|
7807
7980
|
"title": "Properties",
|
|
7808
7981
|
"kind": 1024,
|
|
7809
7982
|
"children": [
|
|
7810
|
-
|
|
7811
|
-
136,
|
|
7983
|
+
140,
|
|
7812
7984
|
137,
|
|
7813
7985
|
138,
|
|
7814
|
-
|
|
7815
|
-
|
|
7816
|
-
|
|
7986
|
+
139,
|
|
7987
|
+
142,
|
|
7988
|
+
136,
|
|
7989
|
+
141
|
|
7817
7990
|
]
|
|
7818
7991
|
},
|
|
7819
7992
|
{
|
|
7820
7993
|
"title": "Methods",
|
|
7821
7994
|
"kind": 2048,
|
|
7822
7995
|
"children": [
|
|
7823
|
-
|
|
7824
|
-
|
|
7825
|
-
|
|
7826
|
-
|
|
7996
|
+
146,
|
|
7997
|
+
144,
|
|
7998
|
+
151,
|
|
7999
|
+
148
|
|
7827
8000
|
]
|
|
7828
8001
|
}
|
|
7829
8002
|
],
|
|
7830
8003
|
"sources": [
|
|
7831
8004
|
{
|
|
7832
8005
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7833
|
-
"line":
|
|
8006
|
+
"line": 29,
|
|
7834
8007
|
"character": 13
|
|
7835
8008
|
}
|
|
7836
8009
|
],
|
|
@@ -7850,7 +8023,7 @@
|
|
|
7850
8023
|
]
|
|
7851
8024
|
},
|
|
7852
8025
|
{
|
|
7853
|
-
"id":
|
|
8026
|
+
"id": 462,
|
|
7854
8027
|
"name": "SkyActionButtonPermalink",
|
|
7855
8028
|
"kind": 256,
|
|
7856
8029
|
"kindString": "Interface",
|
|
@@ -7860,7 +8033,7 @@
|
|
|
7860
8033
|
},
|
|
7861
8034
|
"children": [
|
|
7862
8035
|
{
|
|
7863
|
-
"id":
|
|
8036
|
+
"id": 463,
|
|
7864
8037
|
"name": "route",
|
|
7865
8038
|
"kind": 1024,
|
|
7866
8039
|
"kindString": "Property",
|
|
@@ -7880,14 +8053,14 @@
|
|
|
7880
8053
|
"type": {
|
|
7881
8054
|
"type": "reflection",
|
|
7882
8055
|
"declaration": {
|
|
7883
|
-
"id":
|
|
8056
|
+
"id": 464,
|
|
7884
8057
|
"name": "__type",
|
|
7885
8058
|
"kind": 65536,
|
|
7886
8059
|
"kindString": "Type literal",
|
|
7887
8060
|
"flags": {},
|
|
7888
8061
|
"children": [
|
|
7889
8062
|
{
|
|
7890
|
-
"id":
|
|
8063
|
+
"id": 465,
|
|
7891
8064
|
"name": "commands",
|
|
7892
8065
|
"kind": 1024,
|
|
7893
8066
|
"kindString": "Property",
|
|
@@ -7908,7 +8081,7 @@
|
|
|
7908
8081
|
}
|
|
7909
8082
|
},
|
|
7910
8083
|
{
|
|
7911
|
-
"id":
|
|
8084
|
+
"id": 466,
|
|
7912
8085
|
"name": "extras",
|
|
7913
8086
|
"kind": 1024,
|
|
7914
8087
|
"kindString": "Property",
|
|
@@ -7935,8 +8108,8 @@
|
|
|
7935
8108
|
"title": "Properties",
|
|
7936
8109
|
"kind": 1024,
|
|
7937
8110
|
"children": [
|
|
7938
|
-
|
|
7939
|
-
|
|
8111
|
+
465,
|
|
8112
|
+
466
|
|
7940
8113
|
]
|
|
7941
8114
|
}
|
|
7942
8115
|
]
|
|
@@ -7944,7 +8117,7 @@
|
|
|
7944
8117
|
}
|
|
7945
8118
|
},
|
|
7946
8119
|
{
|
|
7947
|
-
"id":
|
|
8120
|
+
"id": 467,
|
|
7948
8121
|
"name": "url",
|
|
7949
8122
|
"kind": 1024,
|
|
7950
8123
|
"kindString": "Property",
|
|
@@ -7972,8 +8145,8 @@
|
|
|
7972
8145
|
"title": "Properties",
|
|
7973
8146
|
"kind": 1024,
|
|
7974
8147
|
"children": [
|
|
7975
|
-
|
|
7976
|
-
|
|
8148
|
+
463,
|
|
8149
|
+
467
|
|
7977
8150
|
]
|
|
7978
8151
|
}
|
|
7979
8152
|
],
|
|
@@ -7986,7 +8159,7 @@
|
|
|
7986
8159
|
]
|
|
7987
8160
|
},
|
|
7988
8161
|
{
|
|
7989
|
-
"id":
|
|
8162
|
+
"id": 478,
|
|
7990
8163
|
"name": "SkyBackToTopMessage",
|
|
7991
8164
|
"kind": 256,
|
|
7992
8165
|
"kindString": "Interface",
|
|
@@ -7996,7 +8169,7 @@
|
|
|
7996
8169
|
},
|
|
7997
8170
|
"children": [
|
|
7998
8171
|
{
|
|
7999
|
-
"id":
|
|
8172
|
+
"id": 479,
|
|
8000
8173
|
"name": "type",
|
|
8001
8174
|
"kind": 1024,
|
|
8002
8175
|
"kindString": "Property",
|
|
@@ -8015,7 +8188,7 @@
|
|
|
8015
8188
|
],
|
|
8016
8189
|
"type": {
|
|
8017
8190
|
"type": "reference",
|
|
8018
|
-
"id":
|
|
8191
|
+
"id": 481,
|
|
8019
8192
|
"name": "BackToTop"
|
|
8020
8193
|
}
|
|
8021
8194
|
}
|
|
@@ -8025,7 +8198,7 @@
|
|
|
8025
8198
|
"title": "Properties",
|
|
8026
8199
|
"kind": 1024,
|
|
8027
8200
|
"children": [
|
|
8028
|
-
|
|
8201
|
+
479
|
|
8029
8202
|
]
|
|
8030
8203
|
}
|
|
8031
8204
|
],
|
|
@@ -8038,7 +8211,7 @@
|
|
|
8038
8211
|
]
|
|
8039
8212
|
},
|
|
8040
8213
|
{
|
|
8041
|
-
"id":
|
|
8214
|
+
"id": 482,
|
|
8042
8215
|
"name": "SkyBackToTopOptions",
|
|
8043
8216
|
"kind": 256,
|
|
8044
8217
|
"kindString": "Interface",
|
|
@@ -8048,7 +8221,7 @@
|
|
|
8048
8221
|
},
|
|
8049
8222
|
"children": [
|
|
8050
8223
|
{
|
|
8051
|
-
"id":
|
|
8224
|
+
"id": 483,
|
|
8052
8225
|
"name": "buttonHidden",
|
|
8053
8226
|
"kind": 1024,
|
|
8054
8227
|
"kindString": "Property",
|
|
@@ -8082,7 +8255,7 @@
|
|
|
8082
8255
|
"title": "Properties",
|
|
8083
8256
|
"kind": 1024,
|
|
8084
8257
|
"children": [
|
|
8085
|
-
|
|
8258
|
+
483
|
|
8086
8259
|
]
|
|
8087
8260
|
}
|
|
8088
8261
|
],
|
|
@@ -8095,7 +8268,7 @@
|
|
|
8095
8268
|
]
|
|
8096
8269
|
},
|
|
8097
8270
|
{
|
|
8098
|
-
"id":
|
|
8271
|
+
"id": 474,
|
|
8099
8272
|
"name": "SkyActionButtonContainerAlignItemsType",
|
|
8100
8273
|
"kind": 4194304,
|
|
8101
8274
|
"kindString": "Type alias",
|
|
@@ -8122,7 +8295,7 @@
|
|
|
8122
8295
|
}
|
|
8123
8296
|
},
|
|
8124
8297
|
{
|
|
8125
|
-
"id":
|
|
8298
|
+
"id": 500,
|
|
8126
8299
|
"name": "SkyDescriptionListModeType",
|
|
8127
8300
|
"kind": 4194304,
|
|
8128
8301
|
"kindString": "Type alias",
|
|
@@ -8156,7 +8329,7 @@
|
|
|
8156
8329
|
}
|
|
8157
8330
|
},
|
|
8158
8331
|
{
|
|
8159
|
-
"id":
|
|
8332
|
+
"id": 508,
|
|
8160
8333
|
"name": "SkyFluidGridGutterSizeType",
|
|
8161
8334
|
"kind": 4194304,
|
|
8162
8335
|
"kindString": "Type alias",
|
|
@@ -8199,7 +8372,7 @@
|
|
|
8199
8372
|
}
|
|
8200
8373
|
},
|
|
8201
8374
|
{
|
|
8202
|
-
"id":
|
|
8375
|
+
"id": 530,
|
|
8203
8376
|
"name": "SkyTextExpandRepeaterListStyleType",
|
|
8204
8377
|
"kind": 4194304,
|
|
8205
8378
|
"kindString": "Type alias",
|
|
@@ -8235,66 +8408,66 @@
|
|
|
8235
8408
|
"title": "Enumerations",
|
|
8236
8409
|
"kind": 8,
|
|
8237
8410
|
"children": [
|
|
8238
|
-
|
|
8411
|
+
480
|
|
8239
8412
|
]
|
|
8240
8413
|
},
|
|
8241
8414
|
{
|
|
8242
8415
|
"title": "Classes",
|
|
8243
8416
|
"kind": 128,
|
|
8244
8417
|
"children": [
|
|
8245
|
-
|
|
8246
|
-
|
|
8247
|
-
481,
|
|
8418
|
+
468,
|
|
8419
|
+
475,
|
|
8248
8420
|
484,
|
|
8249
8421
|
487,
|
|
8250
8422
|
490,
|
|
8251
|
-
|
|
8252
|
-
|
|
8253
|
-
|
|
8423
|
+
493,
|
|
8424
|
+
505,
|
|
8425
|
+
512,
|
|
8254
8426
|
518,
|
|
8255
8427
|
521,
|
|
8256
8428
|
524,
|
|
8257
|
-
|
|
8429
|
+
527,
|
|
8258
8430
|
531,
|
|
8431
|
+
534,
|
|
8259
8432
|
1,
|
|
8260
|
-
|
|
8261
|
-
|
|
8262
|
-
|
|
8263
|
-
|
|
8264
|
-
|
|
8265
|
-
|
|
8266
|
-
|
|
8267
|
-
|
|
8268
|
-
|
|
8269
|
-
|
|
8433
|
+
153,
|
|
8434
|
+
156,
|
|
8435
|
+
159,
|
|
8436
|
+
162,
|
|
8437
|
+
174,
|
|
8438
|
+
177,
|
|
8439
|
+
180,
|
|
8440
|
+
186,
|
|
8441
|
+
192,
|
|
8442
|
+
222,
|
|
8270
8443
|
10,
|
|
8271
|
-
|
|
8272
|
-
|
|
8273
|
-
|
|
8274
|
-
|
|
8275
|
-
|
|
8276
|
-
|
|
8277
|
-
|
|
8278
|
-
|
|
8279
|
-
316,
|
|
8444
|
+
226,
|
|
8445
|
+
241,
|
|
8446
|
+
246,
|
|
8447
|
+
261,
|
|
8448
|
+
265,
|
|
8449
|
+
280,
|
|
8450
|
+
296,
|
|
8451
|
+
304,
|
|
8280
8452
|
319,
|
|
8281
|
-
49,
|
|
8282
8453
|
322,
|
|
8454
|
+
49,
|
|
8283
8455
|
325,
|
|
8284
8456
|
328,
|
|
8285
8457
|
331,
|
|
8286
8458
|
334,
|
|
8287
8459
|
337,
|
|
8288
|
-
|
|
8289
|
-
|
|
8290
|
-
|
|
8460
|
+
340,
|
|
8461
|
+
394,
|
|
8462
|
+
431,
|
|
8291
8463
|
438,
|
|
8292
|
-
52,
|
|
8293
8464
|
441,
|
|
8465
|
+
52,
|
|
8294
8466
|
444,
|
|
8295
|
-
|
|
8467
|
+
447,
|
|
8296
8468
|
453,
|
|
8297
8469
|
456,
|
|
8470
|
+
459,
|
|
8298
8471
|
55,
|
|
8299
8472
|
72,
|
|
8300
8473
|
105,
|
|
@@ -8305,19 +8478,19 @@
|
|
|
8305
8478
|
"title": "Interfaces",
|
|
8306
8479
|
"kind": 256,
|
|
8307
8480
|
"children": [
|
|
8308
|
-
|
|
8309
|
-
|
|
8310
|
-
|
|
8481
|
+
462,
|
|
8482
|
+
478,
|
|
8483
|
+
482
|
|
8311
8484
|
]
|
|
8312
8485
|
},
|
|
8313
8486
|
{
|
|
8314
8487
|
"title": "Type aliases",
|
|
8315
8488
|
"kind": 4194304,
|
|
8316
8489
|
"children": [
|
|
8317
|
-
|
|
8318
|
-
|
|
8319
|
-
|
|
8320
|
-
|
|
8490
|
+
474,
|
|
8491
|
+
500,
|
|
8492
|
+
508,
|
|
8493
|
+
530
|
|
8321
8494
|
]
|
|
8322
8495
|
}
|
|
8323
8496
|
],
|
|
@@ -8353,7 +8526,7 @@
|
|
|
8353
8526
|
{
|
|
8354
8527
|
"fileName": "action-button-demo.component.ts",
|
|
8355
8528
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.ts",
|
|
8356
|
-
"rawContents": "import { Component } from '@angular/core';\nimport { SkyActionButtonPermalink } from '@skyux/layout';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html',\n})\nexport class ActionButtonDemoComponent {\n public routerlink: SkyActionButtonPermalink = {\n route: {\n commands: [],\n extras: {\n queryParams: {\n component: 'MyComponent',\n },\n },\n },\n };\n\n public url: SkyActionButtonPermalink = {\n url: 'https://
|
|
8529
|
+
"rawContents": "import { Component } from '@angular/core';\nimport { SkyActionButtonPermalink } from '@skyux/layout';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html',\n})\nexport class ActionButtonDemoComponent {\n public routerlink: SkyActionButtonPermalink = {\n route: {\n commands: [],\n extras: {\n queryParams: {\n component: 'MyComponent',\n },\n },\n },\n };\n\n public url: SkyActionButtonPermalink = {\n url: 'https://www.stackblitz.com',\n };\n}\n"
|
|
8357
8530
|
},
|
|
8358
8531
|
{
|
|
8359
8532
|
"fileName": "action-button-demo.module.ts",
|
|
@@ -8423,12 +8596,12 @@
|
|
|
8423
8596
|
{
|
|
8424
8597
|
"fileName": "card-demo.component.html",
|
|
8425
8598
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.html",
|
|
8426
|
-
"rawContents": "<sky-card [selectable]=\"showCheckbox\">\n <sky-card-title *ngIf=\"showTitle\"> Large card </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the amount of space that is available for a card that\n uses the default large size. If the content does not require this much\n space, you can set the card size to small. The type of content to display in\n the body of a card varies based on what the card represents and whether it\n prompts users to action.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <button
|
|
8599
|
+
"rawContents": "<sky-card [selectable]=\"showCheckbox\">\n <sky-card-title *ngIf=\"showTitle\"> Large card </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the amount of space that is available for a card that\n uses the default large size. If the content does not require this much\n space, you can set the card size to small. The type of content to display in\n the body of a card varies based on what the card represents and whether it\n prompts users to action.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"triggerAlert()\"\n >\n Action\n </button>\n </sky-card-actions>\n</sky-card>\n<sky-card size=\"small\" [selectable]=\"showCheckbox\">\n <sky-card-title *ngIf=\"showTitle\"> Small card </sky-card-title>\n <sky-card-content *ngIf=\"showContent\">\n This card demonstrates the reduced amount of space that is available when\n you set the card size to small.\n </sky-card-content>\n <sky-card-actions *ngIf=\"showAction\">\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"triggerAlert()\">Action</button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-card-actions>\n</sky-card>\n\n<ul class=\"sky-list-unstyled\">\n <li>\n <sky-checkbox [(ngModel)]=\"showTitle\">\n <sky-checkbox-label>Show title</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showContent\">\n <sky-checkbox-label>Show content</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showAction\">\n <sky-checkbox-label>Show action</sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showCheckbox\">\n <sky-checkbox-label>Show checkbox</sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
|
|
8427
8600
|
},
|
|
8428
8601
|
{
|
|
8429
8602
|
"fileName": "card-demo.component.ts",
|
|
8430
8603
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.ts",
|
|
8431
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-card-demo',\n templateUrl: './card-demo.component.html',\n})\nexport class CardDemoComponent {\n public showAction = true;\n\n public showCheckbox = true;\n\n public showContent = true;\n\n public showTitle = true;\n}\n"
|
|
8604
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-card-demo',\n templateUrl: './card-demo.component.html',\n})\nexport class CardDemoComponent {\n public showAction = true;\n\n public showCheckbox = true;\n\n public showContent = true;\n\n public showTitle = true;\n\n public triggerAlert(): void {\n alert('Action clicked!');\n }\n}\n"
|
|
8432
8605
|
},
|
|
8433
8606
|
{
|
|
8434
8607
|
"fileName": "card-demo.module.ts",
|
|
@@ -8498,7 +8671,7 @@
|
|
|
8498
8671
|
{
|
|
8499
8672
|
"fileName": "fluid-grid-demo.component.html",
|
|
8500
8673
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.html",
|
|
8501
|
-
"rawContents": "<div class=\"highlight-columns\">\n <sky-fluid-grid>\n <sky-row>\n <sky-column screenSmall=\"1\">
|
|
8674
|
+
"rawContents": "<div class=\"highlight-columns\">\n <sky-fluid-grid>\n <sky-row>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"3\"> [screenSmall]=\"3\" </sky-column>\n <sky-column [screenSmall]=\"3\"> [screenSmall]=\"3\" </sky-column>\n <sky-column [screenSmall]=\"3\"> [screenSmall]=\"3\" </sky-column>\n <sky-column [screenSmall]=\"3\"> [screenSmall]=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"4\"> [screenSmall]=\"4\" </sky-column>\n <sky-column [screenSmall]=\"4\"> [screenSmall]=\"4\" </sky-column>\n <sky-column [screenSmall]=\"4\"> [screenSmall]=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"5\"> [screenSmall]=\"5\" </sky-column>\n <sky-column [screenSmall]=\"7\"> [screenSmall]=\"7\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"6\"> [screenSmall]=\"6\" </sky-column>\n <sky-column [screenSmall]=\"6\"> [screenSmall]=\"6\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"8\"> [screenSmall]=\"8\" </sky-column>\n <sky-column [screenSmall]=\"4\"> [screenSmall]=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"9\"> [screenSmall]=\"9\" </sky-column>\n <sky-column [screenSmall]=\"3\"> [screenSmall]=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"10\"> [screenSmall]=\"10\" </sky-column>\n <sky-column [screenSmall]=\"2\"> [screenSmall]=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column [screenSmall]=\"11\"> [screenSmall]=\"11\" </sky-column>\n <sky-column [screenSmall]=\"1\"> [screenSmall]=\"1\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column\n [screenXSmall]=\"6\"\n [screenSmall]=\"8\"\n [screenMedium]=\"9\"\n [screenLarge]=\"10\"\n >\n [screenXSmall]=\"6\" [screenSmall]=\"8\" [screenMedium]=\"9\"\n [screenLarge]=\"10\"\n </sky-column>\n <sky-column\n [screenXSmall]=\"6\"\n [screenSmall]=\"4\"\n [screenMedium]=\"3\"\n [screenLarge]=\"2\"\n >\n [screenXSmall]=\"6\" [screenSmall]=\"4\" [screenMedium]=\"3\"\n [screenLarge]=\"2\"\n </sky-column>\n </sky-row>\n\n <sky-row [reverseColumnOrder]=\"true\">\n <sky-column [screenSmall]=\"4\"> First column </sky-column>\n <sky-column [screenSmall]=\"4\"> Second column </sky-column>\n <sky-column [screenSmall]=\"4\"> Third column </sky-column>\n </sky-row>\n </sky-fluid-grid>\n</div>\n"
|
|
8502
8675
|
},
|
|
8503
8676
|
{
|
|
8504
8677
|
"fileName": "fluid-grid-demo.component.ts",
|
|
@@ -8538,7 +8711,7 @@
|
|
|
8538
8711
|
{
|
|
8539
8712
|
"fileName": "inline-delete-card-demo.component.ts",
|
|
8540
8713
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.ts",
|
|
8541
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html',\n})\nexport class InlineDeleteCardDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n }, 3000);\n\n this.pending = true;\n }\n}\n"
|
|
8714
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-card-demo',\n templateUrl: './inline-delete-card-demo.component.html',\n})\nexport class InlineDeleteCardDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n alert(\n 'Card element deletion was triggered. In a real scenario the item would be removed. Item was not removed just for demo purposes.'\n );\n }, 3000);\n\n this.pending = true;\n }\n}\n"
|
|
8542
8715
|
},
|
|
8543
8716
|
{
|
|
8544
8717
|
"fileName": "inline-delete-card-demo.module.ts",
|
|
@@ -8548,12 +8721,12 @@
|
|
|
8548
8721
|
{
|
|
8549
8722
|
"fileName": "inilne-delete-demo.component.ts",
|
|
8550
8723
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inilne-delete-demo.component.ts",
|
|
8551
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss'],\n})\nexport class InlineDeleteDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n }, 3000);\n\n this.pending = true;\n
|
|
8724
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-demo',\n templateUrl: './inline-delete-demo.component.html',\n styleUrls: ['./inline-delete-demo.component.scss'],\n})\nexport class InlineDeleteDemoComponent {\n public deleting = false;\n\n public pending = false;\n\n public deleteItem(): void {\n this.deleting = true;\n }\n\n public onCancelTriggered(): void {\n this.deleting = false;\n }\n\n public onDeleteTriggered(): void {\n setTimeout(() => {\n this.pending = false;\n this.deleting = false;\n\n alert(\n 'Custom element deletion was triggered. In a real scenario the item would be removed. Item was not removed just for demo purposes.'\n );\n }, 3000);\n\n this.pending = true;\n }\n}\n"
|
|
8552
8725
|
},
|
|
8553
8726
|
{
|
|
8554
8727
|
"fileName": "inline-delete-demo.component.html",
|
|
8555
8728
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.component.html",
|
|
8556
|
-
"rawContents": "<div id=\"inline-delete-container\">\n <div>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n <sky-icon icon=\"trash\"></sky-icon>\n </button>\n </div>\n <sky-inline-delete\n *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</div>\n"
|
|
8729
|
+
"rawContents": "<div id=\"inline-delete-container\">\n <strong>Custom content</strong>\n <div>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n <sky-icon icon=\"trash\"></sky-icon>\n </button>\n </div>\n <sky-inline-delete\n *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</div>\n"
|
|
8557
8730
|
},
|
|
8558
8731
|
{
|
|
8559
8732
|
"fileName": "inline-delete-demo.component.scss",
|
|
@@ -8618,7 +8791,7 @@
|
|
|
8618
8791
|
{
|
|
8619
8792
|
"fileName": "text-expand-demo.component.ts",
|
|
8620
8793
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.ts",
|
|
8621
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n
|
|
8794
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n public longText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
|
|
8622
8795
|
},
|
|
8623
8796
|
{
|
|
8624
8797
|
"fileName": "text-expand-demo.module.ts",
|
|
@@ -8633,7 +8806,7 @@
|
|
|
8633
8806
|
{
|
|
8634
8807
|
"fileName": "text-expand-demo.component.ts",
|
|
8635
8808
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.ts",
|
|
8636
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n
|
|
8809
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n public longText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text. Users select the link to expand the full text inline unless it exceeds limits on text characters or newline characters. If the text exceeds those limits, then it expands in a modal view instead. The component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
|
|
8637
8810
|
},
|
|
8638
8811
|
{
|
|
8639
8812
|
"fileName": "text-expand-demo.module.ts",
|
|
@@ -8648,7 +8821,7 @@
|
|
|
8648
8821
|
{
|
|
8649
8822
|
"fileName": "text-expand-demo.component.ts",
|
|
8650
8823
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.ts",
|
|
8651
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n
|
|
8824
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-demo',\n templateUrl: './text-expand-demo.component.html',\n})\nexport class TextExpandDemoComponent {\n public newlinesText =\n 'The text expand component truncates long blocks of text with an ellipsis and a link to expand the text.\\nUsers select the link to expand the full text inline unless it exceeds limits on text characters or newline characters.\\nIf the text exceeds those limits, then it expands in a modal view instead.\\nThe component does not truncate text that is shorter than a specified threshold, and by default, it removes newline characters from truncated text.';\n}\n"
|
|
8652
8825
|
},
|
|
8653
8826
|
{
|
|
8654
8827
|
"fileName": "text-expand-demo.module.ts",
|
|
@@ -8658,12 +8831,12 @@
|
|
|
8658
8831
|
{
|
|
8659
8832
|
"fileName": "toolbar-demo.component.html",
|
|
8660
8833
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.html",
|
|
8661
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button
|
|
8834
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"onButtonClicked('Button 1')\"\n >\n Button 1\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onButtonClicked('Button 2')\"\n >\n Button 2\n </button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n (click)=\"onButtonClicked('Expand')\"\n >\n <sky-icon icon=\"angle-double-down\"></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n (click)=\"onButtonClicked('Collapse')\"\n >\n <sky-icon icon=\"angle-double-up\"></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n</sky-toolbar>\n"
|
|
8662
8835
|
},
|
|
8663
8836
|
{
|
|
8664
8837
|
"fileName": "toolbar-demo.component.ts",
|
|
8665
8838
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.ts",
|
|
8666
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {}\n"
|
|
8839
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {\n public onButtonClicked(buttonText: string): void {\n alert(buttonText + ' clicked!');\n }\n}\n"
|
|
8667
8840
|
},
|
|
8668
8841
|
{
|
|
8669
8842
|
"fileName": "toolbar-demo.module.ts",
|
|
@@ -8673,12 +8846,12 @@
|
|
|
8673
8846
|
{
|
|
8674
8847
|
"fileName": "toolbar-demo.component.html",
|
|
8675
8848
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.html",
|
|
8676
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button
|
|
8849
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-primary\"\n type=\"button\"\n (click)=\"onButtonClicked('Button 1')\"\n >\n Button 1\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onButtonClicked('Button 2')\"\n >\n Button 2\n </button>\n </sky-toolbar-item>\n <sky-toolbar-view-actions>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort descending\"\n type=\"button\"\n (click)=\"onButtonClicked('Expand')\"\n >\n <sky-icon icon=\"angle-double-down\"></sky-icon>\n </button>\n <button\n class=\"sky-btn sky-btn-default sky-btn-icon\"\n title=\"Sort ascending\"\n type=\"button\"\n (click)=\"onButtonClicked('Collapse')\"\n >\n <sky-icon icon=\"angle-double-up\"></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n </sky-toolbar-section>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onButtonClicked('Sort')\"\n >\n <sky-icon icon=\"sort\"></sky-icon>\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button\n class=\"sky-btn sky-btn-default\"\n type=\"button\"\n (click)=\"onButtonClicked('Filter')\"\n >\n <sky-icon icon=\"filter\"></sky-icon>\n </button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n"
|
|
8677
8850
|
},
|
|
8678
8851
|
{
|
|
8679
8852
|
"fileName": "toolbar-demo.component.ts",
|
|
8680
8853
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.ts",
|
|
8681
|
-
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {}\n"
|
|
8854
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-toolbar-demo',\n templateUrl: './toolbar-demo.component.html',\n})\nexport class ToolbarDemoComponent {\n public onButtonClicked(buttonText: string): void {\n alert(buttonText + ' clicked!');\n }\n}\n"
|
|
8682
8855
|
},
|
|
8683
8856
|
{
|
|
8684
8857
|
"fileName": "toolbar-demo.module.ts",
|