@skyux/layout 5.1.0 → 5.1.1
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/bundles/skyux-layout-testing.umd.js +8 -3
- package/bundles/skyux-layout-testing.umd.js.map +1 -1
- package/bundles/skyux-layout.umd.js +424 -504
- package/bundles/skyux-layout.umd.js.map +1 -1
- package/documentation.json +288 -283
- package/esm2015/modules/action-button/action-button-adapter-service.js +5 -5
- package/esm2015/modules/action-button/action-button-container.component.js +9 -13
- package/esm2015/modules/action-button/action-button-details.component.js +5 -5
- package/esm2015/modules/action-button/action-button-header.component.js +5 -5
- package/esm2015/modules/action-button/action-button-icon.component.js +5 -5
- package/esm2015/modules/action-button/action-button-permalink.js +1 -1
- package/esm2015/modules/action-button/action-button.component.js +6 -6
- package/esm2015/modules/action-button/action-button.module.js +10 -10
- package/esm2015/modules/action-button/types/action-button-container-align-items.js +1 -1
- package/esm2015/modules/back-to-top/back-to-top-adapter.service.js +7 -8
- package/esm2015/modules/back-to-top/back-to-top.component.js +6 -8
- package/esm2015/modules/back-to-top/back-to-top.directive.js +12 -12
- package/esm2015/modules/back-to-top/back-top-top.module.js +11 -21
- package/esm2015/modules/back-to-top/models/back-to-top-message-type.js +1 -1
- package/esm2015/modules/back-to-top/models/back-to-top-message.js +1 -1
- package/esm2015/modules/back-to-top/models/back-to-top-options.js +1 -1
- package/esm2015/modules/card/card-actions.component.js +5 -5
- package/esm2015/modules/card/card-content.component.js +5 -5
- package/esm2015/modules/card/card-title.component.js +5 -5
- package/esm2015/modules/card/card.component.js +8 -8
- package/esm2015/modules/card/card.module.js +10 -10
- package/esm2015/modules/definition-list/definition-list-content.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-heading.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-label.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list-value.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list.component.js +5 -5
- package/esm2015/modules/definition-list/definition-list.module.js +10 -20
- package/esm2015/modules/definition-list/definition-list.service.js +4 -4
- package/esm2015/modules/description-list/description-list-adapter-service.js +7 -6
- package/esm2015/modules/description-list/description-list-content.component.js +5 -5
- package/esm2015/modules/description-list/description-list-description.component.js +7 -7
- package/esm2015/modules/description-list/description-list-term.component.js +7 -7
- package/esm2015/modules/description-list/description-list.component.js +9 -15
- package/esm2015/modules/description-list/description-list.module.js +10 -10
- package/esm2015/modules/description-list/description-list.service.js +4 -4
- package/esm2015/modules/description-list/types/description-list-mode-type.js +1 -1
- package/esm2015/modules/description-list/types/description-list-mode.js +1 -1
- package/esm2015/modules/fluid-grid/column.component.js +11 -10
- package/esm2015/modules/fluid-grid/fluid-grid-gutter-size.js +1 -1
- package/esm2015/modules/fluid-grid/fluid-grid.component.js +5 -7
- package/esm2015/modules/fluid-grid/fluid-grid.module.js +8 -24
- package/esm2015/modules/fluid-grid/row.component.js +5 -5
- package/esm2015/modules/fluid-grid/types/fluid-grid-gutter-size-type.js +1 -1
- package/esm2015/modules/format/format-item.js +1 -1
- package/esm2015/modules/format/format.component.js +6 -6
- package/esm2015/modules/format/format.module.js +8 -16
- package/esm2015/modules/inline-delete/inline-delete-adapter.service.js +19 -15
- package/esm2015/modules/inline-delete/inline-delete-type.js +1 -1
- package/esm2015/modules/inline-delete/inline-delete.component.js +28 -34
- package/esm2015/modules/inline-delete/inline-delete.module.js +9 -13
- package/esm2015/modules/page/page-theme-adapter.service.js +4 -4
- package/esm2015/modules/page/page.component.js +5 -5
- package/esm2015/modules/page/page.module.js +7 -11
- package/esm2015/modules/page-summary/page-summary-adapter.service.js +4 -4
- package/esm2015/modules/page-summary/page-summary-alert.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-content.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-image.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-key-info.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-status.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-subtitle.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary-title.component.js +5 -5
- package/esm2015/modules/page-summary/page-summary.component.js +10 -8
- package/esm2015/modules/page-summary/page-summary.module.js +9 -13
- package/esm2015/modules/shared/sky-layout-resources.module.js +31 -12
- package/esm2015/modules/text-expand/text-expand-adapter.service.js +5 -5
- package/esm2015/modules/text-expand/text-expand-modal.component.js +5 -5
- package/esm2015/modules/text-expand/text-expand.component.js +21 -25
- package/esm2015/modules/text-expand/text-expand.module.js +10 -18
- package/esm2015/modules/text-expand-repeater/text-expand-repeater-adapter.service.js +5 -5
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.component.js +9 -13
- package/esm2015/modules/text-expand-repeater/text-expand-repeater.module.js +8 -22
- package/esm2015/modules/text-expand-repeater/types/text-expand-repeater-list-style-type.js +1 -1
- package/esm2015/modules/toolbar/toolbar-item.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar-section.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar-view-actions.component.js +5 -5
- package/esm2015/modules/toolbar/toolbar.component.js +6 -6
- package/esm2015/modules/toolbar/toolbar.module.js +9 -13
- package/esm2015/public-api.js +1 -1
- package/esm2015/testing/action-button-fixture.js +6 -3
- package/esm2015/testing/card-fixture.js +4 -2
- package/esm2015/testing/page-summary-fixture.js +1 -1
- package/fesm2015/skyux-layout-testing.js +8 -3
- package/fesm2015/skyux-layout-testing.js.map +1 -1
- package/fesm2015/skyux-layout.js +414 -498
- package/fesm2015/skyux-layout.js.map +1 -1
- package/package.json +7 -7
package/documentation.json
CHANGED
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
"sources": [
|
|
92
92
|
{
|
|
93
93
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message-type.ts",
|
|
94
|
-
"line":
|
|
94
|
+
"line": 8,
|
|
95
95
|
"character": 2
|
|
96
96
|
}
|
|
97
97
|
],
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"name": "NgModule"
|
|
130
130
|
},
|
|
131
131
|
"arguments": {
|
|
132
|
-
"obj": "{\n declarations: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent
|
|
132
|
+
"obj": "{\n declarations: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent,\n ],\n imports: [\n CommonModule,\n RouterModule,\n SkyHrefModule,\n SkyIconModule,\n SkyThemeModule,\n ],\n exports: [\n SkyActionButtonComponent,\n SkyActionButtonContainerComponent,\n SkyActionButtonDetailsComponent,\n SkyActionButtonHeaderComponent,\n SkyActionButtonIconComponent,\n ],\n}"
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
],
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"sources": [
|
|
169
169
|
{
|
|
170
170
|
"fileName": "projects/layout/src/modules/action-button/action-button.module.ts",
|
|
171
|
-
"line":
|
|
171
|
+
"line": 46,
|
|
172
172
|
"character": 13
|
|
173
173
|
}
|
|
174
174
|
]
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"name": "NgModule"
|
|
188
188
|
},
|
|
189
189
|
"arguments": {
|
|
190
|
-
"obj": "{\n declarations: [
|
|
190
|
+
"obj": "{\n declarations: [SkyBackToTopComponent, SkyBackToTopDirective],\n imports: [\n CommonModule,\n SkyDockModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n ],\n exports: [SkyBackToTopComponent, SkyBackToTopDirective],\n entryComponents: [SkyBackToTopComponent],\n}"
|
|
191
191
|
}
|
|
192
192
|
}
|
|
193
193
|
],
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
"sources": [
|
|
227
227
|
{
|
|
228
228
|
"fileName": "projects/layout/src/modules/back-to-top/back-top-top.module.ts",
|
|
229
|
-
"line":
|
|
229
|
+
"line": 25,
|
|
230
230
|
"character": 13
|
|
231
231
|
}
|
|
232
232
|
]
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
"name": "NgModule"
|
|
246
246
|
},
|
|
247
247
|
"arguments": {
|
|
248
|
-
"obj": "{\n declarations: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent
|
|
248
|
+
"obj": "{\n declarations: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent,\n ],\n imports: [\n CommonModule,\n FormsModule,\n SkyCheckboxModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyInlineDeleteModule,\n ],\n exports: [\n SkyCardActionsComponent,\n SkyCardComponent,\n SkyCardContentComponent,\n SkyCardTitleComponent,\n ],\n}"
|
|
249
249
|
}
|
|
250
250
|
}
|
|
251
251
|
],
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"sources": [
|
|
285
285
|
{
|
|
286
286
|
"fileName": "projects/layout/src/modules/card/card.module.ts",
|
|
287
|
-
"line":
|
|
287
|
+
"line": 44,
|
|
288
288
|
"character": 13
|
|
289
289
|
}
|
|
290
290
|
]
|
|
@@ -303,7 +303,7 @@
|
|
|
303
303
|
"name": "NgModule"
|
|
304
304
|
},
|
|
305
305
|
"arguments": {
|
|
306
|
-
"obj": "{\n declarations: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent
|
|
306
|
+
"obj": "{\n declarations: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent,\n ],\n imports: [CommonModule, SkyI18nModule, SkyLayoutResourcesModule],\n exports: [\n SkyDefinitionListComponent,\n SkyDefinitionListContentComponent,\n SkyDefinitionListHeadingComponent,\n SkyDefinitionListLabelComponent,\n SkyDefinitionListValueComponent,\n ],\n}"
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
],
|
|
@@ -342,7 +342,7 @@
|
|
|
342
342
|
"sources": [
|
|
343
343
|
{
|
|
344
344
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.module.ts",
|
|
345
|
-
"line":
|
|
345
|
+
"line": 31,
|
|
346
346
|
"character": 13
|
|
347
347
|
}
|
|
348
348
|
]
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"name": "NgModule"
|
|
362
362
|
},
|
|
363
363
|
"arguments": {
|
|
364
|
-
"obj": "{\n declarations: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent
|
|
364
|
+
"obj": "{\n declarations: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent,\n ],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyThemeModule,\n ],\n exports: [\n SkyDescriptionListComponent,\n SkyDescriptionListContentComponent,\n SkyDescriptionListTermComponent,\n SkyDescriptionListDescriptionComponent,\n ],\n}"
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
367
|
],
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"sources": [
|
|
401
401
|
{
|
|
402
402
|
"fileName": "projects/layout/src/modules/description-list/description-list.module.ts",
|
|
403
|
-
"line":
|
|
403
|
+
"line": 39,
|
|
404
404
|
"character": 13
|
|
405
405
|
}
|
|
406
406
|
]
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
"name": "NgModule"
|
|
420
420
|
},
|
|
421
421
|
"arguments": {
|
|
422
|
-
"obj": "{\n imports: [
|
|
422
|
+
"obj": "{\n imports: [CommonModule],\n declarations: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n exports: [SkyRowComponent, SkyColumnComponent, SkyFluidGridComponent],\n}"
|
|
423
423
|
}
|
|
424
424
|
}
|
|
425
425
|
],
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"sources": [
|
|
459
459
|
{
|
|
460
460
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.module.ts",
|
|
461
|
-
"line":
|
|
461
|
+
"line": 13,
|
|
462
462
|
"character": 13
|
|
463
463
|
}
|
|
464
464
|
]
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"name": "NgModule"
|
|
478
478
|
},
|
|
479
479
|
"arguments": {
|
|
480
|
-
"obj": "{\n declarations: [
|
|
480
|
+
"obj": "{\n declarations: [SkyFormatComponent],\n imports: [CommonModule],\n exports: [SkyFormatComponent],\n}"
|
|
481
481
|
}
|
|
482
482
|
}
|
|
483
483
|
],
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"sources": [
|
|
517
517
|
{
|
|
518
518
|
"fileName": "projects/layout/src/modules/format/format.module.ts",
|
|
519
|
-
"line":
|
|
519
|
+
"line": 12,
|
|
520
520
|
"character": 13
|
|
521
521
|
}
|
|
522
522
|
]
|
|
@@ -535,7 +535,7 @@
|
|
|
535
535
|
"name": "NgModule"
|
|
536
536
|
},
|
|
537
537
|
"arguments": {
|
|
538
|
-
"obj": "{\n declarations: [
|
|
538
|
+
"obj": "{\n declarations: [SkyInlineDeleteComponent],\n imports: [\n CommonModule,\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyWaitModule,\n ],\n exports: [SkyInlineDeleteComponent],\n}"
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
541
|
],
|
|
@@ -574,7 +574,7 @@
|
|
|
574
574
|
"sources": [
|
|
575
575
|
{
|
|
576
576
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.module.ts",
|
|
577
|
-
"line":
|
|
577
|
+
"line": 23,
|
|
578
578
|
"character": 13
|
|
579
579
|
}
|
|
580
580
|
]
|
|
@@ -593,7 +593,7 @@
|
|
|
593
593
|
"name": "NgModule"
|
|
594
594
|
},
|
|
595
595
|
"arguments": {
|
|
596
|
-
"obj": "{\n declarations: [
|
|
596
|
+
"obj": "{\n declarations: [SkyPageComponent],\n exports: [SkyPageComponent],\n}"
|
|
597
597
|
}
|
|
598
598
|
}
|
|
599
599
|
],
|
|
@@ -632,7 +632,7 @@
|
|
|
632
632
|
"sources": [
|
|
633
633
|
{
|
|
634
634
|
"fileName": "projects/layout/src/modules/page/page.module.ts",
|
|
635
|
-
"line":
|
|
635
|
+
"line": 9,
|
|
636
636
|
"character": 13
|
|
637
637
|
}
|
|
638
638
|
]
|
|
@@ -651,7 +651,7 @@
|
|
|
651
651
|
"name": "NgModule"
|
|
652
652
|
},
|
|
653
653
|
"arguments": {
|
|
654
|
-
"obj": "{\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent
|
|
654
|
+
"obj": "{\n declarations: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyPageSummaryAlertComponent,\n SkyPageSummaryComponent,\n SkyPageSummaryContentComponent,\n SkyPageSummaryImageComponent,\n SkyPageSummaryKeyInfoComponent,\n SkyPageSummaryStatusComponent,\n SkyPageSummarySubtitleComponent,\n SkyPageSummaryTitleComponent,\n ],\n}"
|
|
655
655
|
}
|
|
656
656
|
}
|
|
657
657
|
],
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"sources": [
|
|
691
691
|
{
|
|
692
692
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.module.ts",
|
|
693
|
-
"line":
|
|
693
|
+
"line": 44,
|
|
694
694
|
"character": 13
|
|
695
695
|
}
|
|
696
696
|
]
|
|
@@ -709,7 +709,7 @@
|
|
|
709
709
|
"name": "NgModule"
|
|
710
710
|
},
|
|
711
711
|
"arguments": {
|
|
712
|
-
"obj": "{\n declarations: [
|
|
712
|
+
"obj": "{\n declarations: [SkyTextExpandComponent, SkyTextExpandModalComponent],\n imports: [\n SkyI18nModule,\n SkyLayoutResourcesModule,\n SkyModalModule,\n CommonModule,\n ],\n exports: [SkyTextExpandComponent],\n entryComponents: [SkyTextExpandModalComponent],\n}"
|
|
713
713
|
}
|
|
714
714
|
}
|
|
715
715
|
],
|
|
@@ -748,7 +748,7 @@
|
|
|
748
748
|
"sources": [
|
|
749
749
|
{
|
|
750
750
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.module.ts",
|
|
751
|
-
"line":
|
|
751
|
+
"line": 24,
|
|
752
752
|
"character": 13
|
|
753
753
|
}
|
|
754
754
|
]
|
|
@@ -767,7 +767,7 @@
|
|
|
767
767
|
"name": "NgModule"
|
|
768
768
|
},
|
|
769
769
|
"arguments": {
|
|
770
|
-
"obj": "{\n declarations: [
|
|
770
|
+
"obj": "{\n declarations: [SkyTextExpandRepeaterComponent],\n imports: [SkyI18nModule, SkyLayoutResourcesModule, CommonModule],\n exports: [SkyTextExpandRepeaterComponent],\n}"
|
|
771
771
|
}
|
|
772
772
|
}
|
|
773
773
|
],
|
|
@@ -806,7 +806,7 @@
|
|
|
806
806
|
"sources": [
|
|
807
807
|
{
|
|
808
808
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.module.ts",
|
|
809
|
-
"line":
|
|
809
|
+
"line": 14,
|
|
810
810
|
"character": 13
|
|
811
811
|
}
|
|
812
812
|
]
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
"name": "NgModule"
|
|
826
826
|
},
|
|
827
827
|
"arguments": {
|
|
828
|
-
"obj": "{\n declarations: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent
|
|
828
|
+
"obj": "{\n declarations: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent,\n ],\n imports: [CommonModule],\n exports: [\n SkyToolbarComponent,\n SkyToolbarItemComponent,\n SkyToolbarSectionComponent,\n SkyToolbarViewActionsComponent,\n ],\n}"
|
|
829
829
|
}
|
|
830
830
|
}
|
|
831
831
|
],
|
|
@@ -864,7 +864,7 @@
|
|
|
864
864
|
"sources": [
|
|
865
865
|
{
|
|
866
866
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.module.ts",
|
|
867
|
-
"line":
|
|
867
|
+
"line": 28,
|
|
868
868
|
"character": 13
|
|
869
869
|
}
|
|
870
870
|
]
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
"name": "Component"
|
|
887
887
|
},
|
|
888
888
|
"arguments": {
|
|
889
|
-
"obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None
|
|
889
|
+
"obj": "{\n selector: 'sky-action-button',\n styleUrls: ['./action-button.component.scss'],\n templateUrl: './action-button.component.html',\n encapsulation: ViewEncapsulation.None,\n}"
|
|
890
890
|
}
|
|
891
891
|
}
|
|
892
892
|
],
|
|
@@ -936,7 +936,7 @@
|
|
|
936
936
|
"sources": [
|
|
937
937
|
{
|
|
938
938
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
939
|
-
"line":
|
|
939
|
+
"line": 31,
|
|
940
940
|
"character": 9
|
|
941
941
|
}
|
|
942
942
|
],
|
|
@@ -976,7 +976,7 @@
|
|
|
976
976
|
"sources": [
|
|
977
977
|
{
|
|
978
978
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
979
|
-
"line":
|
|
979
|
+
"line": 25,
|
|
980
980
|
"character": 9
|
|
981
981
|
}
|
|
982
982
|
],
|
|
@@ -997,7 +997,7 @@
|
|
|
997
997
|
"sources": [
|
|
998
998
|
{
|
|
999
999
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
1000
|
-
"line":
|
|
1000
|
+
"line": 33,
|
|
1001
1001
|
"character": 9
|
|
1002
1002
|
}
|
|
1003
1003
|
],
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"sources": [
|
|
1027
1027
|
{
|
|
1028
1028
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
1029
|
-
"line":
|
|
1029
|
+
"line": 37,
|
|
1030
1030
|
"character": 9
|
|
1031
1031
|
}
|
|
1032
1032
|
],
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"sources": [
|
|
1074
1074
|
{
|
|
1075
1075
|
"fileName": "projects/layout/src/modules/action-button/action-button.component.ts",
|
|
1076
|
-
"line":
|
|
1076
|
+
"line": 20,
|
|
1077
1077
|
"character": 13
|
|
1078
1078
|
}
|
|
1079
1079
|
]
|
|
@@ -1095,7 +1095,7 @@
|
|
|
1095
1095
|
"name": "Component"
|
|
1096
1096
|
},
|
|
1097
1097
|
"arguments": {
|
|
1098
|
-
"obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss']
|
|
1098
|
+
"obj": "{\n selector: 'sky-card-actions',\n templateUrl: './card-actions.component.html',\n styleUrls: ['./card-actions.component.scss'],\n}"
|
|
1099
1099
|
}
|
|
1100
1100
|
}
|
|
1101
1101
|
],
|
|
@@ -1134,7 +1134,7 @@
|
|
|
1134
1134
|
"sources": [
|
|
1135
1135
|
{
|
|
1136
1136
|
"fileName": "projects/layout/src/modules/card/card-actions.component.ts",
|
|
1137
|
-
"line":
|
|
1137
|
+
"line": 11,
|
|
1138
1138
|
"character": 13
|
|
1139
1139
|
}
|
|
1140
1140
|
]
|
|
@@ -1156,7 +1156,7 @@
|
|
|
1156
1156
|
"name": "Component"
|
|
1157
1157
|
},
|
|
1158
1158
|
"arguments": {
|
|
1159
|
-
"obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html'
|
|
1159
|
+
"obj": "{\n selector: 'sky-card-content',\n templateUrl: './card-content.component.html',\n}"
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
],
|
|
@@ -1195,7 +1195,7 @@
|
|
|
1195
1195
|
"sources": [
|
|
1196
1196
|
{
|
|
1197
1197
|
"fileName": "projects/layout/src/modules/card/card-content.component.ts",
|
|
1198
|
-
"line":
|
|
1198
|
+
"line": 10,
|
|
1199
1199
|
"character": 13
|
|
1200
1200
|
}
|
|
1201
1201
|
]
|
|
@@ -1217,7 +1217,7 @@
|
|
|
1217
1217
|
"name": "Component"
|
|
1218
1218
|
},
|
|
1219
1219
|
"arguments": {
|
|
1220
|
-
"obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html'
|
|
1220
|
+
"obj": "{\n selector: 'sky-card-title',\n templateUrl: './card-title.component.html',\n}"
|
|
1221
1221
|
}
|
|
1222
1222
|
}
|
|
1223
1223
|
],
|
|
@@ -1256,7 +1256,7 @@
|
|
|
1256
1256
|
"sources": [
|
|
1257
1257
|
{
|
|
1258
1258
|
"fileName": "projects/layout/src/modules/card/card-title.component.ts",
|
|
1259
|
-
"line":
|
|
1259
|
+
"line": 10,
|
|
1260
1260
|
"character": 13
|
|
1261
1261
|
}
|
|
1262
1262
|
]
|
|
@@ -1278,7 +1278,7 @@
|
|
|
1278
1278
|
"name": "Component"
|
|
1279
1279
|
},
|
|
1280
1280
|
"arguments": {
|
|
1281
|
-
"obj": "{\n selector: 'sky-definition-list',\n templateUrl: './definition-list.component.html',\n styleUrls: ['./definition-list.component.scss'],\n providers: [SkyDefinitionListService],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1281
|
+
"obj": "{\n selector: 'sky-definition-list',\n templateUrl: './definition-list.component.html',\n styleUrls: ['./definition-list.component.scss'],\n providers: [SkyDefinitionListService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1282
1282
|
}
|
|
1283
1283
|
}
|
|
1284
1284
|
],
|
|
@@ -1292,7 +1292,7 @@
|
|
|
1292
1292
|
"sources": [
|
|
1293
1293
|
{
|
|
1294
1294
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1295
|
-
"line":
|
|
1295
|
+
"line": 35,
|
|
1296
1296
|
"character": 2
|
|
1297
1297
|
}
|
|
1298
1298
|
],
|
|
@@ -1358,7 +1358,7 @@
|
|
|
1358
1358
|
"sources": [
|
|
1359
1359
|
{
|
|
1360
1360
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1361
|
-
"line":
|
|
1361
|
+
"line": 31,
|
|
1362
1362
|
"character": 13
|
|
1363
1363
|
}
|
|
1364
1364
|
],
|
|
@@ -1419,7 +1419,7 @@
|
|
|
1419
1419
|
"sources": [
|
|
1420
1420
|
{
|
|
1421
1421
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1422
|
-
"line":
|
|
1422
|
+
"line": 21,
|
|
1423
1423
|
"character": 13
|
|
1424
1424
|
}
|
|
1425
1425
|
],
|
|
@@ -1487,7 +1487,7 @@
|
|
|
1487
1487
|
"sources": [
|
|
1488
1488
|
{
|
|
1489
1489
|
"fileName": "projects/layout/src/modules/definition-list/definition-list.component.ts",
|
|
1490
|
-
"line":
|
|
1490
|
+
"line": 15,
|
|
1491
1491
|
"character": 13
|
|
1492
1492
|
}
|
|
1493
1493
|
]
|
|
@@ -1509,7 +1509,7 @@
|
|
|
1509
1509
|
"name": "Component"
|
|
1510
1510
|
},
|
|
1511
1511
|
"arguments": {
|
|
1512
|
-
"obj": "{\n selector: 'sky-definition-list-content',\n templateUrl: './definition-list-content.component.html',\n styleUrls: ['./definition-list-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1512
|
+
"obj": "{\n selector: 'sky-definition-list-content',\n templateUrl: './definition-list-content.component.html',\n styleUrls: ['./definition-list-content.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1513
1513
|
}
|
|
1514
1514
|
}
|
|
1515
1515
|
],
|
|
@@ -1548,7 +1548,7 @@
|
|
|
1548
1548
|
"sources": [
|
|
1549
1549
|
{
|
|
1550
1550
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-content.component.ts",
|
|
1551
|
-
"line":
|
|
1551
|
+
"line": 12,
|
|
1552
1552
|
"character": 13
|
|
1553
1553
|
}
|
|
1554
1554
|
]
|
|
@@ -1570,7 +1570,7 @@
|
|
|
1570
1570
|
"name": "Component"
|
|
1571
1571
|
},
|
|
1572
1572
|
"arguments": {
|
|
1573
|
-
"obj": "{\n selector: 'sky-definition-list-heading',\n templateUrl: './definition-list-heading.component.html',\n styleUrls: ['./definition-list-heading.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1573
|
+
"obj": "{\n selector: 'sky-definition-list-heading',\n templateUrl: './definition-list-heading.component.html',\n styleUrls: ['./definition-list-heading.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1574
1574
|
}
|
|
1575
1575
|
}
|
|
1576
1576
|
],
|
|
@@ -1609,7 +1609,7 @@
|
|
|
1609
1609
|
"sources": [
|
|
1610
1610
|
{
|
|
1611
1611
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-heading.component.ts",
|
|
1612
|
-
"line":
|
|
1612
|
+
"line": 12,
|
|
1613
1613
|
"character": 13
|
|
1614
1614
|
}
|
|
1615
1615
|
]
|
|
@@ -1631,7 +1631,7 @@
|
|
|
1631
1631
|
"name": "Component"
|
|
1632
1632
|
},
|
|
1633
1633
|
"arguments": {
|
|
1634
|
-
"obj": "{\n selector: 'sky-definition-list-label',\n templateUrl: './definition-list-label.component.html',\n styleUrls: ['./definition-list-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
1634
|
+
"obj": "{\n selector: 'sky-definition-list-label',\n templateUrl: './definition-list-label.component.html',\n styleUrls: ['./definition-list-label.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1635
1635
|
}
|
|
1636
1636
|
}
|
|
1637
1637
|
],
|
|
@@ -1645,7 +1645,7 @@
|
|
|
1645
1645
|
"sources": [
|
|
1646
1646
|
{
|
|
1647
1647
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1648
|
-
"line":
|
|
1648
|
+
"line": 17,
|
|
1649
1649
|
"character": 2
|
|
1650
1650
|
}
|
|
1651
1651
|
],
|
|
@@ -1688,7 +1688,7 @@
|
|
|
1688
1688
|
"sources": [
|
|
1689
1689
|
{
|
|
1690
1690
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1691
|
-
"line":
|
|
1691
|
+
"line": 15,
|
|
1692
1692
|
"character": 9
|
|
1693
1693
|
}
|
|
1694
1694
|
],
|
|
@@ -1731,7 +1731,7 @@
|
|
|
1731
1731
|
"sources": [
|
|
1732
1732
|
{
|
|
1733
1733
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-label.component.ts",
|
|
1734
|
-
"line":
|
|
1734
|
+
"line": 14,
|
|
1735
1735
|
"character": 13
|
|
1736
1736
|
}
|
|
1737
1737
|
]
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"name": "Component"
|
|
1754
1754
|
},
|
|
1755
1755
|
"arguments": {
|
|
1756
|
-
"obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss']
|
|
1756
|
+
"obj": "{\n selector: 'sky-definition-list-value',\n templateUrl: './definition-list-value.component.html',\n styleUrls: ['./definition-list-value.component.scss'],\n}"
|
|
1757
1757
|
}
|
|
1758
1758
|
}
|
|
1759
1759
|
],
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
"sources": [
|
|
1768
1768
|
{
|
|
1769
1769
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1770
|
-
"line":
|
|
1770
|
+
"line": 16,
|
|
1771
1771
|
"character": 2
|
|
1772
1772
|
}
|
|
1773
1773
|
],
|
|
@@ -1810,7 +1810,7 @@
|
|
|
1810
1810
|
"sources": [
|
|
1811
1811
|
{
|
|
1812
1812
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1813
|
-
"line":
|
|
1813
|
+
"line": 14,
|
|
1814
1814
|
"character": 9
|
|
1815
1815
|
}
|
|
1816
1816
|
],
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
"sources": [
|
|
1854
1854
|
{
|
|
1855
1855
|
"fileName": "projects/layout/src/modules/definition-list/definition-list-value.component.ts",
|
|
1856
|
-
"line":
|
|
1856
|
+
"line": 13,
|
|
1857
1857
|
"character": 13
|
|
1858
1858
|
}
|
|
1859
1859
|
]
|
|
@@ -1875,7 +1875,7 @@
|
|
|
1875
1875
|
"name": "Component"
|
|
1876
1876
|
},
|
|
1877
1877
|
"arguments": {
|
|
1878
|
-
"obj": "{\n selector: 'sky-description-list',\n templateUrl: './description-list.component.html',\n styleUrls: ['./description-list.component.scss'],\n providers: [
|
|
1878
|
+
"obj": "{\n selector: 'sky-description-list',\n templateUrl: './description-list.component.html',\n styleUrls: ['./description-list.component.scss'],\n providers: [SkyDescriptionListAdapterService, SkyDescriptionListService],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
1879
1879
|
}
|
|
1880
1880
|
}
|
|
1881
1881
|
],
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
"sources": [
|
|
1890
1890
|
{
|
|
1891
1891
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
1892
|
-
"line":
|
|
1892
|
+
"line": 88,
|
|
1893
1893
|
"character": 2
|
|
1894
1894
|
}
|
|
1895
1895
|
],
|
|
@@ -1977,7 +1977,7 @@
|
|
|
1977
1977
|
"sources": [
|
|
1978
1978
|
{
|
|
1979
1979
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
1980
|
-
"line":
|
|
1980
|
+
"line": 74,
|
|
1981
1981
|
"character": 9
|
|
1982
1982
|
}
|
|
1983
1983
|
],
|
|
@@ -2017,7 +2017,7 @@
|
|
|
2017
2017
|
"sources": [
|
|
2018
2018
|
{
|
|
2019
2019
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2020
|
-
"line":
|
|
2020
|
+
"line": 58,
|
|
2021
2021
|
"character": 9
|
|
2022
2022
|
}
|
|
2023
2023
|
],
|
|
@@ -2047,7 +2047,7 @@
|
|
|
2047
2047
|
"sources": [
|
|
2048
2048
|
{
|
|
2049
2049
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2050
|
-
"line":
|
|
2050
|
+
"line": 49,
|
|
2051
2051
|
"character": 13
|
|
2052
2052
|
}
|
|
2053
2053
|
],
|
|
@@ -2108,7 +2108,7 @@
|
|
|
2108
2108
|
"sources": [
|
|
2109
2109
|
{
|
|
2110
2110
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2111
|
-
"line":
|
|
2111
|
+
"line": 65,
|
|
2112
2112
|
"character": 13
|
|
2113
2113
|
}
|
|
2114
2114
|
],
|
|
@@ -2177,7 +2177,7 @@
|
|
|
2177
2177
|
"sources": [
|
|
2178
2178
|
{
|
|
2179
2179
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2180
|
-
"line":
|
|
2180
|
+
"line": 95,
|
|
2181
2181
|
"character": 9
|
|
2182
2182
|
}
|
|
2183
2183
|
],
|
|
@@ -2214,7 +2214,7 @@
|
|
|
2214
2214
|
"sources": [
|
|
2215
2215
|
{
|
|
2216
2216
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2217
|
-
"line":
|
|
2217
|
+
"line": 108,
|
|
2218
2218
|
"character": 9
|
|
2219
2219
|
}
|
|
2220
2220
|
],
|
|
@@ -2251,7 +2251,7 @@
|
|
|
2251
2251
|
"sources": [
|
|
2252
2252
|
{
|
|
2253
2253
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2254
|
-
"line":
|
|
2254
|
+
"line": 119,
|
|
2255
2255
|
"character": 9
|
|
2256
2256
|
}
|
|
2257
2257
|
],
|
|
@@ -2300,7 +2300,7 @@
|
|
|
2300
2300
|
"sources": [
|
|
2301
2301
|
{
|
|
2302
2302
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2303
|
-
"line":
|
|
2303
|
+
"line": 126,
|
|
2304
2304
|
"character": 9
|
|
2305
2305
|
}
|
|
2306
2306
|
],
|
|
@@ -2357,7 +2357,7 @@
|
|
|
2357
2357
|
"sources": [
|
|
2358
2358
|
{
|
|
2359
2359
|
"fileName": "projects/layout/src/modules/description-list/description-list.component.ts",
|
|
2360
|
-
"line":
|
|
2360
|
+
"line": 40,
|
|
2361
2361
|
"character": 13
|
|
2362
2362
|
}
|
|
2363
2363
|
],
|
|
@@ -2393,7 +2393,7 @@
|
|
|
2393
2393
|
"name": "Component"
|
|
2394
2394
|
},
|
|
2395
2395
|
"arguments": {
|
|
2396
|
-
"obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2396
|
+
"obj": "{\n selector: 'sky-description-list-term',\n templateUrl: './description-list-term.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2397
2397
|
}
|
|
2398
2398
|
}
|
|
2399
2399
|
],
|
|
@@ -2436,14 +2436,14 @@
|
|
|
2436
2436
|
},
|
|
2437
2437
|
"arguments": {
|
|
2438
2438
|
"selector": "'termTemplateRef'",
|
|
2439
|
-
"opts": "{\n read: TemplateRef,\n static: true
|
|
2439
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
2440
2440
|
}
|
|
2441
2441
|
}
|
|
2442
2442
|
],
|
|
2443
2443
|
"sources": [
|
|
2444
2444
|
{
|
|
2445
2445
|
"fileName": "projects/layout/src/modules/description-list/description-list-term.component.ts",
|
|
2446
|
-
"line":
|
|
2446
|
+
"line": 21,
|
|
2447
2447
|
"character": 9
|
|
2448
2448
|
}
|
|
2449
2449
|
],
|
|
@@ -2506,7 +2506,7 @@
|
|
|
2506
2506
|
"name": "Component"
|
|
2507
2507
|
},
|
|
2508
2508
|
"arguments": {
|
|
2509
|
-
"obj": "{\n selector: 'sky-action-button-container',\n styleUrls: ['./action-button-container.component.scss'],\n templateUrl: './action-button-container.component.html',\n providers: [
|
|
2509
|
+
"obj": "{\n selector: 'sky-action-button-container',\n styleUrls: ['./action-button-container.component.scss'],\n templateUrl: './action-button-container.component.html',\n providers: [SkyActionButtonAdapterService],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
2510
2510
|
}
|
|
2511
2511
|
}
|
|
2512
2512
|
],
|
|
@@ -2520,7 +2520,7 @@
|
|
|
2520
2520
|
"sources": [
|
|
2521
2521
|
{
|
|
2522
2522
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2523
|
-
"line":
|
|
2523
|
+
"line": 82,
|
|
2524
2524
|
"character": 2
|
|
2525
2525
|
}
|
|
2526
2526
|
],
|
|
@@ -2657,7 +2657,7 @@
|
|
|
2657
2657
|
"sources": [
|
|
2658
2658
|
{
|
|
2659
2659
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2660
|
-
"line":
|
|
2660
|
+
"line": 51,
|
|
2661
2661
|
"character": 13
|
|
2662
2662
|
}
|
|
2663
2663
|
],
|
|
@@ -2726,7 +2726,7 @@
|
|
|
2726
2726
|
"sources": [
|
|
2727
2727
|
{
|
|
2728
2728
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2729
|
-
"line":
|
|
2729
|
+
"line": 109,
|
|
2730
2730
|
"character": 9
|
|
2731
2731
|
}
|
|
2732
2732
|
],
|
|
@@ -2763,7 +2763,7 @@
|
|
|
2763
2763
|
"sources": [
|
|
2764
2764
|
{
|
|
2765
2765
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2766
|
-
"line":
|
|
2766
|
+
"line": 123,
|
|
2767
2767
|
"character": 9
|
|
2768
2768
|
}
|
|
2769
2769
|
],
|
|
@@ -2800,7 +2800,7 @@
|
|
|
2800
2800
|
"sources": [
|
|
2801
2801
|
{
|
|
2802
2802
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2803
|
-
"line":
|
|
2803
|
+
"line": 92,
|
|
2804
2804
|
"character": 9
|
|
2805
2805
|
}
|
|
2806
2806
|
],
|
|
@@ -2849,7 +2849,7 @@
|
|
|
2849
2849
|
"sources": [
|
|
2850
2850
|
{
|
|
2851
2851
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2852
|
-
"line":
|
|
2852
|
+
"line": 131,
|
|
2853
2853
|
"character": 9
|
|
2854
2854
|
}
|
|
2855
2855
|
],
|
|
@@ -2897,7 +2897,7 @@
|
|
|
2897
2897
|
"sources": [
|
|
2898
2898
|
{
|
|
2899
2899
|
"fileName": "projects/layout/src/modules/action-button/action-button-container.component.ts",
|
|
2900
|
-
"line":
|
|
2900
|
+
"line": 43,
|
|
2901
2901
|
"character": 13
|
|
2902
2902
|
}
|
|
2903
2903
|
],
|
|
@@ -2933,7 +2933,7 @@
|
|
|
2933
2933
|
"name": "Component"
|
|
2934
2934
|
},
|
|
2935
2935
|
"arguments": {
|
|
2936
|
-
"obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
2936
|
+
"obj": "{\n selector: 'sky-description-list-description',\n templateUrl: './description-list-description.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
2937
2937
|
}
|
|
2938
2938
|
}
|
|
2939
2939
|
],
|
|
@@ -2947,7 +2947,7 @@
|
|
|
2947
2947
|
"sources": [
|
|
2948
2948
|
{
|
|
2949
2949
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
2950
|
-
"line":
|
|
2950
|
+
"line": 42,
|
|
2951
2951
|
"character": 2
|
|
2952
2952
|
}
|
|
2953
2953
|
],
|
|
@@ -3012,7 +3012,7 @@
|
|
|
3012
3012
|
"sources": [
|
|
3013
3013
|
{
|
|
3014
3014
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3015
|
-
"line":
|
|
3015
|
+
"line": 30,
|
|
3016
3016
|
"character": 9
|
|
3017
3017
|
}
|
|
3018
3018
|
],
|
|
@@ -3051,14 +3051,14 @@
|
|
|
3051
3051
|
},
|
|
3052
3052
|
"arguments": {
|
|
3053
3053
|
"selector": "'descriptionTemplateRef'",
|
|
3054
|
-
"opts": "{\n read: TemplateRef,\n static: true
|
|
3054
|
+
"opts": "{\n read: TemplateRef,\n static: true,\n }"
|
|
3055
3055
|
}
|
|
3056
3056
|
}
|
|
3057
3057
|
],
|
|
3058
3058
|
"sources": [
|
|
3059
3059
|
{
|
|
3060
3060
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3061
|
-
"line":
|
|
3061
|
+
"line": 38,
|
|
3062
3062
|
"character": 9
|
|
3063
3063
|
}
|
|
3064
3064
|
],
|
|
@@ -3084,7 +3084,7 @@
|
|
|
3084
3084
|
"sources": [
|
|
3085
3085
|
{
|
|
3086
3086
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3087
|
-
"line":
|
|
3087
|
+
"line": 32,
|
|
3088
3088
|
"character": 9
|
|
3089
3089
|
}
|
|
3090
3090
|
],
|
|
@@ -3104,7 +3104,7 @@
|
|
|
3104
3104
|
"sources": [
|
|
3105
3105
|
{
|
|
3106
3106
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3107
|
-
"line":
|
|
3107
|
+
"line": 60,
|
|
3108
3108
|
"character": 9
|
|
3109
3109
|
}
|
|
3110
3110
|
],
|
|
@@ -3141,7 +3141,7 @@
|
|
|
3141
3141
|
"sources": [
|
|
3142
3142
|
{
|
|
3143
3143
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3144
|
-
"line":
|
|
3144
|
+
"line": 48,
|
|
3145
3145
|
"character": 9
|
|
3146
3146
|
}
|
|
3147
3147
|
],
|
|
@@ -3198,7 +3198,7 @@
|
|
|
3198
3198
|
"sources": [
|
|
3199
3199
|
{
|
|
3200
3200
|
"fileName": "projects/layout/src/modules/description-list/description-list-description.component.ts",
|
|
3201
|
-
"line":
|
|
3201
|
+
"line": 27,
|
|
3202
3202
|
"character": 13
|
|
3203
3203
|
}
|
|
3204
3204
|
],
|
|
@@ -3230,7 +3230,7 @@
|
|
|
3230
3230
|
"name": "Component"
|
|
3231
3231
|
},
|
|
3232
3232
|
"arguments": {
|
|
3233
|
-
"obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html'
|
|
3233
|
+
"obj": "{\n selector: 'sky-description-list-content',\n templateUrl: './description-list-content.component.html',\n}"
|
|
3234
3234
|
}
|
|
3235
3235
|
}
|
|
3236
3236
|
],
|
|
@@ -3279,7 +3279,7 @@
|
|
|
3279
3279
|
"sources": [
|
|
3280
3280
|
{
|
|
3281
3281
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3282
|
-
"line":
|
|
3282
|
+
"line": 19,
|
|
3283
3283
|
"character": 9
|
|
3284
3284
|
}
|
|
3285
3285
|
],
|
|
@@ -3318,7 +3318,7 @@
|
|
|
3318
3318
|
"sources": [
|
|
3319
3319
|
{
|
|
3320
3320
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3321
|
-
"line":
|
|
3321
|
+
"line": 16,
|
|
3322
3322
|
"character": 9
|
|
3323
3323
|
}
|
|
3324
3324
|
],
|
|
@@ -3355,7 +3355,7 @@
|
|
|
3355
3355
|
"sources": [
|
|
3356
3356
|
{
|
|
3357
3357
|
"fileName": "projects/layout/src/modules/description-list/description-list-content.component.ts",
|
|
3358
|
-
"line":
|
|
3358
|
+
"line": 14,
|
|
3359
3359
|
"character": 13
|
|
3360
3360
|
}
|
|
3361
3361
|
]
|
|
@@ -3377,7 +3377,7 @@
|
|
|
3377
3377
|
"name": "Component"
|
|
3378
3378
|
},
|
|
3379
3379
|
"arguments": {
|
|
3380
|
-
"obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: [
|
|
3380
|
+
"obj": "{\n selector: 'sky-fluid-grid',\n templateUrl: './fluid-grid.component.html',\n styleUrls: ['./fluid-grid.component.scss'],\n}"
|
|
3381
3381
|
}
|
|
3382
3382
|
}
|
|
3383
3383
|
],
|
|
@@ -3424,7 +3424,7 @@
|
|
|
3424
3424
|
"sources": [
|
|
3425
3425
|
{
|
|
3426
3426
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3427
|
-
"line":
|
|
3427
|
+
"line": 22,
|
|
3428
3428
|
"character": 13
|
|
3429
3429
|
}
|
|
3430
3430
|
],
|
|
@@ -3501,7 +3501,7 @@
|
|
|
3501
3501
|
"sources": [
|
|
3502
3502
|
{
|
|
3503
3503
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3504
|
-
"line":
|
|
3504
|
+
"line": 36,
|
|
3505
3505
|
"character": 13
|
|
3506
3506
|
}
|
|
3507
3507
|
],
|
|
@@ -3580,7 +3580,7 @@
|
|
|
3580
3580
|
"sources": [
|
|
3581
3581
|
{
|
|
3582
3582
|
"fileName": "projects/layout/src/modules/fluid-grid/fluid-grid.component.ts",
|
|
3583
|
-
"line":
|
|
3583
|
+
"line": 16,
|
|
3584
3584
|
"character": 13
|
|
3585
3585
|
}
|
|
3586
3586
|
]
|
|
@@ -3602,7 +3602,7 @@
|
|
|
3602
3602
|
"name": "Component"
|
|
3603
3603
|
},
|
|
3604
3604
|
"arguments": {
|
|
3605
|
-
"obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss']
|
|
3605
|
+
"obj": "{\n selector: 'sky-row',\n templateUrl: './row.component.html',\n styleUrls: ['./row.component.scss'],\n}"
|
|
3606
3606
|
}
|
|
3607
3607
|
}
|
|
3608
3608
|
],
|
|
@@ -3707,7 +3707,7 @@
|
|
|
3707
3707
|
"name": "Component"
|
|
3708
3708
|
},
|
|
3709
3709
|
"arguments": {
|
|
3710
|
-
"obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None
|
|
3710
|
+
"obj": "{\n selector: 'sky-column',\n templateUrl: './column.component.html',\n styleUrls: ['./column.component.scss'],\n encapsulation: ViewEncapsulation.None,\n}"
|
|
3711
3711
|
}
|
|
3712
3712
|
}
|
|
3713
3713
|
],
|
|
@@ -3756,7 +3756,7 @@
|
|
|
3756
3756
|
"sources": [
|
|
3757
3757
|
{
|
|
3758
3758
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3759
|
-
"line":
|
|
3759
|
+
"line": 52,
|
|
3760
3760
|
"character": 9
|
|
3761
3761
|
}
|
|
3762
3762
|
],
|
|
@@ -3789,7 +3789,7 @@
|
|
|
3789
3789
|
"sources": [
|
|
3790
3790
|
{
|
|
3791
3791
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3792
|
-
"line":
|
|
3792
|
+
"line": 49,
|
|
3793
3793
|
"character": 9
|
|
3794
3794
|
}
|
|
3795
3795
|
],
|
|
@@ -3822,7 +3822,7 @@
|
|
|
3822
3822
|
"sources": [
|
|
3823
3823
|
{
|
|
3824
3824
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3825
|
-
"line":
|
|
3825
|
+
"line": 41,
|
|
3826
3826
|
"character": 9
|
|
3827
3827
|
}
|
|
3828
3828
|
],
|
|
@@ -3855,7 +3855,7 @@
|
|
|
3855
3855
|
"sources": [
|
|
3856
3856
|
{
|
|
3857
3857
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3858
|
-
"line":
|
|
3858
|
+
"line": 33,
|
|
3859
3859
|
"character": 9
|
|
3860
3860
|
}
|
|
3861
3861
|
],
|
|
@@ -3894,7 +3894,7 @@
|
|
|
3894
3894
|
"sources": [
|
|
3895
3895
|
{
|
|
3896
3896
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3897
|
-
"line":
|
|
3897
|
+
"line": 25,
|
|
3898
3898
|
"character": 9
|
|
3899
3899
|
}
|
|
3900
3900
|
],
|
|
@@ -3914,7 +3914,7 @@
|
|
|
3914
3914
|
"sources": [
|
|
3915
3915
|
{
|
|
3916
3916
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3917
|
-
"line":
|
|
3917
|
+
"line": 66,
|
|
3918
3918
|
"character": 9
|
|
3919
3919
|
}
|
|
3920
3920
|
],
|
|
@@ -3943,7 +3943,7 @@
|
|
|
3943
3943
|
"sources": [
|
|
3944
3944
|
{
|
|
3945
3945
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3946
|
-
"line":
|
|
3946
|
+
"line": 54,
|
|
3947
3947
|
"character": 9
|
|
3948
3948
|
}
|
|
3949
3949
|
],
|
|
@@ -3993,7 +3993,7 @@
|
|
|
3993
3993
|
"sources": [
|
|
3994
3994
|
{
|
|
3995
3995
|
"fileName": "projects/layout/src/modules/fluid-grid/column.component.ts",
|
|
3996
|
-
"line":
|
|
3996
|
+
"line": 88,
|
|
3997
3997
|
"character": 9
|
|
3998
3998
|
}
|
|
3999
3999
|
],
|
|
@@ -4081,7 +4081,7 @@
|
|
|
4081
4081
|
"name": "Component"
|
|
4082
4082
|
},
|
|
4083
4083
|
"arguments": {
|
|
4084
|
-
"obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
4084
|
+
"obj": "{\n selector: 'sky-format',\n templateUrl: './format.component.html',\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
4085
4085
|
}
|
|
4086
4086
|
}
|
|
4087
4087
|
],
|
|
@@ -4118,7 +4118,7 @@
|
|
|
4118
4118
|
"sources": [
|
|
4119
4119
|
{
|
|
4120
4120
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4121
|
-
"line":
|
|
4121
|
+
"line": 18,
|
|
4122
4122
|
"character": 9
|
|
4123
4123
|
}
|
|
4124
4124
|
],
|
|
@@ -4151,7 +4151,7 @@
|
|
|
4151
4151
|
"sources": [
|
|
4152
4152
|
{
|
|
4153
4153
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4154
|
-
"line":
|
|
4154
|
+
"line": 39,
|
|
4155
4155
|
"character": 13
|
|
4156
4156
|
}
|
|
4157
4157
|
],
|
|
@@ -4240,7 +4240,7 @@
|
|
|
4240
4240
|
"sources": [
|
|
4241
4241
|
{
|
|
4242
4242
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4243
|
-
"line":
|
|
4243
|
+
"line": 25,
|
|
4244
4244
|
"character": 13
|
|
4245
4245
|
}
|
|
4246
4246
|
],
|
|
@@ -4318,7 +4318,7 @@
|
|
|
4318
4318
|
"sources": [
|
|
4319
4319
|
{
|
|
4320
4320
|
"fileName": "projects/layout/src/modules/format/format.component.ts",
|
|
4321
|
-
"line":
|
|
4321
|
+
"line": 17,
|
|
4322
4322
|
"character": 13
|
|
4323
4323
|
}
|
|
4324
4324
|
]
|
|
@@ -4340,7 +4340,7 @@
|
|
|
4340
4340
|
"name": "Component"
|
|
4341
4341
|
},
|
|
4342
4342
|
"arguments": {
|
|
4343
|
-
"obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService]
|
|
4343
|
+
"obj": "{\n selector: 'sky-page',\n templateUrl: './page.component.html',\n providers: [SkyPageThemeAdapterService],\n}"
|
|
4344
4344
|
}
|
|
4345
4345
|
}
|
|
4346
4346
|
],
|
|
@@ -4354,7 +4354,7 @@
|
|
|
4354
4354
|
"sources": [
|
|
4355
4355
|
{
|
|
4356
4356
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4357
|
-
"line":
|
|
4357
|
+
"line": 16,
|
|
4358
4358
|
"character": 2
|
|
4359
4359
|
}
|
|
4360
4360
|
],
|
|
@@ -4397,7 +4397,7 @@
|
|
|
4397
4397
|
"sources": [
|
|
4398
4398
|
{
|
|
4399
4399
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4400
|
-
"line":
|
|
4400
|
+
"line": 22,
|
|
4401
4401
|
"character": 9
|
|
4402
4402
|
}
|
|
4403
4403
|
],
|
|
@@ -4434,7 +4434,7 @@
|
|
|
4434
4434
|
"sources": [
|
|
4435
4435
|
{
|
|
4436
4436
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4437
|
-
"line":
|
|
4437
|
+
"line": 18,
|
|
4438
4438
|
"character": 9
|
|
4439
4439
|
}
|
|
4440
4440
|
],
|
|
@@ -4481,7 +4481,7 @@
|
|
|
4481
4481
|
"sources": [
|
|
4482
4482
|
{
|
|
4483
4483
|
"fileName": "projects/layout/src/modules/page/page.component.ts",
|
|
4484
|
-
"line":
|
|
4484
|
+
"line": 15,
|
|
4485
4485
|
"character": 13
|
|
4486
4486
|
}
|
|
4487
4487
|
],
|
|
@@ -4513,7 +4513,7 @@
|
|
|
4513
4513
|
"name": "Component"
|
|
4514
4514
|
},
|
|
4515
4515
|
"arguments": {
|
|
4516
|
-
"obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService]
|
|
4516
|
+
"obj": "{\n selector: 'sky-page-summary',\n templateUrl: './page-summary.component.html',\n styleUrls: ['./page-summary.component.scss'],\n providers: [SkyPageSummaryAdapterService],\n}"
|
|
4517
4517
|
}
|
|
4518
4518
|
}
|
|
4519
4519
|
],
|
|
@@ -4527,7 +4527,7 @@
|
|
|
4527
4527
|
"sources": [
|
|
4528
4528
|
{
|
|
4529
4529
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4530
|
-
"line":
|
|
4530
|
+
"line": 39,
|
|
4531
4531
|
"character": 2
|
|
4532
4532
|
}
|
|
4533
4533
|
],
|
|
@@ -4598,7 +4598,7 @@
|
|
|
4598
4598
|
"sources": [
|
|
4599
4599
|
{
|
|
4600
4600
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4601
|
-
"line":
|
|
4601
|
+
"line": 28,
|
|
4602
4602
|
"character": 13
|
|
4603
4603
|
}
|
|
4604
4604
|
],
|
|
@@ -4627,7 +4627,7 @@
|
|
|
4627
4627
|
"sources": [
|
|
4628
4628
|
{
|
|
4629
4629
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4630
|
-
"line":
|
|
4630
|
+
"line": 45,
|
|
4631
4631
|
"character": 9
|
|
4632
4632
|
}
|
|
4633
4633
|
],
|
|
@@ -4664,7 +4664,7 @@
|
|
|
4664
4664
|
"sources": [
|
|
4665
4665
|
{
|
|
4666
4666
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4667
|
-
"line":
|
|
4667
|
+
"line": 56,
|
|
4668
4668
|
"character": 9
|
|
4669
4669
|
}
|
|
4670
4670
|
],
|
|
@@ -4718,7 +4718,7 @@
|
|
|
4718
4718
|
"sources": [
|
|
4719
4719
|
{
|
|
4720
4720
|
"fileName": "projects/layout/src/modules/page-summary/page-summary.component.ts",
|
|
4721
|
-
"line":
|
|
4721
|
+
"line": 27,
|
|
4722
4722
|
"character": 13
|
|
4723
4723
|
}
|
|
4724
4724
|
],
|
|
@@ -4750,7 +4750,7 @@
|
|
|
4750
4750
|
"name": "Component"
|
|
4751
4751
|
},
|
|
4752
4752
|
"arguments": {
|
|
4753
|
-
"obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss']
|
|
4753
|
+
"obj": "{\n selector: 'sky-page-summary-alert',\n templateUrl: './page-summary-alert.component.html',\n styleUrls: ['./page-summary-alert.component.scss'],\n}"
|
|
4754
4754
|
}
|
|
4755
4755
|
}
|
|
4756
4756
|
],
|
|
@@ -4811,7 +4811,7 @@
|
|
|
4811
4811
|
"name": "Component"
|
|
4812
4812
|
},
|
|
4813
4813
|
"arguments": {
|
|
4814
|
-
"obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss']
|
|
4814
|
+
"obj": "{\n selector: 'sky-page-summary-content',\n templateUrl: './page-summary-content.component.html',\n styleUrls: ['./page-summary-content.component.scss'],\n}"
|
|
4815
4815
|
}
|
|
4816
4816
|
}
|
|
4817
4817
|
],
|
|
@@ -4872,7 +4872,7 @@
|
|
|
4872
4872
|
"name": "Component"
|
|
4873
4873
|
},
|
|
4874
4874
|
"arguments": {
|
|
4875
|
-
"obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html'
|
|
4875
|
+
"obj": "{\n selector: 'sky-action-button-details',\n templateUrl: './action-button-details.component.html',\n}"
|
|
4876
4876
|
}
|
|
4877
4877
|
}
|
|
4878
4878
|
],
|
|
@@ -4911,7 +4911,7 @@
|
|
|
4911
4911
|
"sources": [
|
|
4912
4912
|
{
|
|
4913
4913
|
"fileName": "projects/layout/src/modules/action-button/action-button-details.component.ts",
|
|
4914
|
-
"line":
|
|
4914
|
+
"line": 10,
|
|
4915
4915
|
"character": 13
|
|
4916
4916
|
}
|
|
4917
4917
|
]
|
|
@@ -4933,7 +4933,7 @@
|
|
|
4933
4933
|
"name": "Component"
|
|
4934
4934
|
},
|
|
4935
4935
|
"arguments": {
|
|
4936
|
-
"obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss']
|
|
4936
|
+
"obj": "{\n selector: 'sky-page-summary-image',\n templateUrl: './page-summary-image.component.html',\n styleUrls: ['./page-summary-image.component.scss'],\n}"
|
|
4937
4937
|
}
|
|
4938
4938
|
}
|
|
4939
4939
|
],
|
|
@@ -4994,7 +4994,7 @@
|
|
|
4994
4994
|
"name": "Component"
|
|
4995
4995
|
},
|
|
4996
4996
|
"arguments": {
|
|
4997
|
-
"obj": "{\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss']
|
|
4997
|
+
"obj": "{\n selector: 'sky-page-summary-key-info',\n templateUrl: './page-summary-key-info.component.html',\n styleUrls: ['./page-summary-key-info.component.scss'],\n}"
|
|
4998
4998
|
}
|
|
4999
4999
|
}
|
|
5000
5000
|
],
|
|
@@ -5055,7 +5055,7 @@
|
|
|
5055
5055
|
"name": "Component"
|
|
5056
5056
|
},
|
|
5057
5057
|
"arguments": {
|
|
5058
|
-
"obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss']
|
|
5058
|
+
"obj": "{\n selector: 'sky-page-summary-status',\n templateUrl: './page-summary-status.component.html',\n styleUrls: ['./page-summary-status.component.scss'],\n}"
|
|
5059
5059
|
}
|
|
5060
5060
|
}
|
|
5061
5061
|
],
|
|
@@ -5116,7 +5116,7 @@
|
|
|
5116
5116
|
"name": "Component"
|
|
5117
5117
|
},
|
|
5118
5118
|
"arguments": {
|
|
5119
|
-
"obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss']
|
|
5119
|
+
"obj": "{\n selector: 'sky-page-summary-subtitle',\n templateUrl: './page-summary-subtitle.component.html',\n styleUrls: ['./page-summary-subtitle.component.scss'],\n}"
|
|
5120
5120
|
}
|
|
5121
5121
|
}
|
|
5122
5122
|
],
|
|
@@ -5177,7 +5177,7 @@
|
|
|
5177
5177
|
"name": "Component"
|
|
5178
5178
|
},
|
|
5179
5179
|
"arguments": {
|
|
5180
|
-
"obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss']
|
|
5180
|
+
"obj": "{\n selector: 'sky-page-summary-title',\n templateUrl: './page-summary-title.component.html',\n styleUrls: ['./page-summary-title.component.scss'],\n}"
|
|
5181
5181
|
}
|
|
5182
5182
|
}
|
|
5183
5183
|
],
|
|
@@ -5235,7 +5235,7 @@
|
|
|
5235
5235
|
"name": "Component"
|
|
5236
5236
|
},
|
|
5237
5237
|
"arguments": {
|
|
5238
|
-
"obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [
|
|
5238
|
+
"obj": "{\n selector: 'sky-text-expand',\n templateUrl: './text-expand.component.html',\n styleUrls: ['./text-expand.component.scss'],\n providers: [SkyTextExpandAdapterService],\n}"
|
|
5239
5239
|
}
|
|
5240
5240
|
}
|
|
5241
5241
|
],
|
|
@@ -5249,7 +5249,7 @@
|
|
|
5249
5249
|
"sources": [
|
|
5250
5250
|
{
|
|
5251
5251
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5252
|
-
"line":
|
|
5252
|
+
"line": 131,
|
|
5253
5253
|
"character": 2
|
|
5254
5254
|
}
|
|
5255
5255
|
],
|
|
@@ -5314,7 +5314,7 @@
|
|
|
5314
5314
|
"sources": [
|
|
5315
5315
|
{
|
|
5316
5316
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5317
|
-
"line":
|
|
5317
|
+
"line": 95,
|
|
5318
5318
|
"character": 9
|
|
5319
5319
|
}
|
|
5320
5320
|
],
|
|
@@ -5334,7 +5334,7 @@
|
|
|
5334
5334
|
"sources": [
|
|
5335
5335
|
{
|
|
5336
5336
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5337
|
-
"line":
|
|
5337
|
+
"line": 97,
|
|
5338
5338
|
"character": 9
|
|
5339
5339
|
}
|
|
5340
5340
|
],
|
|
@@ -5374,7 +5374,7 @@
|
|
|
5374
5374
|
"sources": [
|
|
5375
5375
|
{
|
|
5376
5376
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5377
|
-
"line":
|
|
5377
|
+
"line": 40,
|
|
5378
5378
|
"character": 9
|
|
5379
5379
|
}
|
|
5380
5380
|
],
|
|
@@ -5394,7 +5394,7 @@
|
|
|
5394
5394
|
"sources": [
|
|
5395
5395
|
{
|
|
5396
5396
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5397
|
-
"line":
|
|
5397
|
+
"line": 99,
|
|
5398
5398
|
"character": 9
|
|
5399
5399
|
}
|
|
5400
5400
|
],
|
|
@@ -5414,7 +5414,7 @@
|
|
|
5414
5414
|
"sources": [
|
|
5415
5415
|
{
|
|
5416
5416
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5417
|
-
"line":
|
|
5417
|
+
"line": 101,
|
|
5418
5418
|
"character": 9
|
|
5419
5419
|
}
|
|
5420
5420
|
],
|
|
@@ -5435,7 +5435,7 @@
|
|
|
5435
5435
|
"sources": [
|
|
5436
5436
|
{
|
|
5437
5437
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5438
|
-
"line":
|
|
5438
|
+
"line": 103,
|
|
5439
5439
|
"character": 9
|
|
5440
5440
|
}
|
|
5441
5441
|
],
|
|
@@ -5468,7 +5468,7 @@
|
|
|
5468
5468
|
"sources": [
|
|
5469
5469
|
{
|
|
5470
5470
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5471
|
-
"line":
|
|
5471
|
+
"line": 48,
|
|
5472
5472
|
"character": 9
|
|
5473
5473
|
}
|
|
5474
5474
|
],
|
|
@@ -5502,7 +5502,7 @@
|
|
|
5502
5502
|
"sources": [
|
|
5503
5503
|
{
|
|
5504
5504
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5505
|
-
"line":
|
|
5505
|
+
"line": 56,
|
|
5506
5506
|
"character": 9
|
|
5507
5507
|
}
|
|
5508
5508
|
],
|
|
@@ -5536,7 +5536,7 @@
|
|
|
5536
5536
|
"sources": [
|
|
5537
5537
|
{
|
|
5538
5538
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5539
|
-
"line":
|
|
5539
|
+
"line": 93,
|
|
5540
5540
|
"character": 9
|
|
5541
5541
|
}
|
|
5542
5542
|
],
|
|
@@ -5567,7 +5567,7 @@
|
|
|
5567
5567
|
"sources": [
|
|
5568
5568
|
{
|
|
5569
5569
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5570
|
-
"line":
|
|
5570
|
+
"line": 65,
|
|
5571
5571
|
"character": 13
|
|
5572
5572
|
}
|
|
5573
5573
|
],
|
|
@@ -5644,7 +5644,7 @@
|
|
|
5644
5644
|
"sources": [
|
|
5645
5645
|
{
|
|
5646
5646
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5647
|
-
"line":
|
|
5647
|
+
"line": 82,
|
|
5648
5648
|
"character": 13
|
|
5649
5649
|
}
|
|
5650
5650
|
],
|
|
@@ -5689,7 +5689,7 @@
|
|
|
5689
5689
|
"sources": [
|
|
5690
5690
|
{
|
|
5691
5691
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5692
|
-
"line":
|
|
5692
|
+
"line": 171,
|
|
5693
5693
|
"character": 9
|
|
5694
5694
|
}
|
|
5695
5695
|
],
|
|
@@ -5718,7 +5718,7 @@
|
|
|
5718
5718
|
"sources": [
|
|
5719
5719
|
{
|
|
5720
5720
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5721
|
-
"line":
|
|
5721
|
+
"line": 178,
|
|
5722
5722
|
"character": 9
|
|
5723
5723
|
}
|
|
5724
5724
|
],
|
|
@@ -5755,7 +5755,7 @@
|
|
|
5755
5755
|
"sources": [
|
|
5756
5756
|
{
|
|
5757
5757
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5758
|
-
"line":
|
|
5758
|
+
"line": 137,
|
|
5759
5759
|
"character": 9
|
|
5760
5760
|
}
|
|
5761
5761
|
],
|
|
@@ -5818,7 +5818,7 @@
|
|
|
5818
5818
|
"sources": [
|
|
5819
5819
|
{
|
|
5820
5820
|
"fileName": "projects/layout/src/modules/text-expand/text-expand.component.ts",
|
|
5821
|
-
"line":
|
|
5821
|
+
"line": 34,
|
|
5822
5822
|
"character": 13
|
|
5823
5823
|
}
|
|
5824
5824
|
],
|
|
@@ -5843,7 +5843,7 @@
|
|
|
5843
5843
|
"name": "Component"
|
|
5844
5844
|
},
|
|
5845
5845
|
"arguments": {
|
|
5846
|
-
"obj": "{\n selector: 'sky-text-expand-repeater',\n templateUrl: './text-expand-repeater.component.html',\n styleUrls: ['./text-expand-repeater.component.scss'],\n providers: [
|
|
5846
|
+
"obj": "{\n selector: 'sky-text-expand-repeater',\n templateUrl: './text-expand-repeater.component.html',\n styleUrls: ['./text-expand-repeater.component.scss'],\n providers: [SkyTextExpandRepeaterAdapterService],\n}"
|
|
5847
5847
|
}
|
|
5848
5848
|
}
|
|
5849
5849
|
],
|
|
@@ -5857,7 +5857,7 @@
|
|
|
5857
5857
|
"sources": [
|
|
5858
5858
|
{
|
|
5859
5859
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5860
|
-
"line":
|
|
5860
|
+
"line": 80,
|
|
5861
5861
|
"character": 2
|
|
5862
5862
|
}
|
|
5863
5863
|
],
|
|
@@ -5939,7 +5939,7 @@
|
|
|
5939
5939
|
"sources": [
|
|
5940
5940
|
{
|
|
5941
5941
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5942
|
-
"line":
|
|
5942
|
+
"line": 62,
|
|
5943
5943
|
"character": 9
|
|
5944
5944
|
}
|
|
5945
5945
|
],
|
|
@@ -5959,7 +5959,7 @@
|
|
|
5959
5959
|
"sources": [
|
|
5960
5960
|
{
|
|
5961
5961
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5962
|
-
"line":
|
|
5962
|
+
"line": 63,
|
|
5963
5963
|
"character": 9
|
|
5964
5964
|
}
|
|
5965
5965
|
],
|
|
@@ -5982,7 +5982,7 @@
|
|
|
5982
5982
|
"sources": [
|
|
5983
5983
|
{
|
|
5984
5984
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
5985
|
-
"line":
|
|
5985
|
+
"line": 65,
|
|
5986
5986
|
"character": 9
|
|
5987
5987
|
}
|
|
5988
5988
|
],
|
|
@@ -6016,7 +6016,7 @@
|
|
|
6016
6016
|
"sources": [
|
|
6017
6017
|
{
|
|
6018
6018
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6019
|
-
"line":
|
|
6019
|
+
"line": 41,
|
|
6020
6020
|
"character": 9
|
|
6021
6021
|
}
|
|
6022
6022
|
],
|
|
@@ -6039,7 +6039,7 @@
|
|
|
6039
6039
|
"sources": [
|
|
6040
6040
|
{
|
|
6041
6041
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6042
|
-
"line":
|
|
6042
|
+
"line": 64,
|
|
6043
6043
|
"character": 9
|
|
6044
6044
|
}
|
|
6045
6045
|
],
|
|
@@ -6059,7 +6059,7 @@
|
|
|
6059
6059
|
"sources": [
|
|
6060
6060
|
{
|
|
6061
6061
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6062
|
-
"line":
|
|
6062
|
+
"line": 67,
|
|
6063
6063
|
"character": 9
|
|
6064
6064
|
}
|
|
6065
6065
|
],
|
|
@@ -6093,7 +6093,7 @@
|
|
|
6093
6093
|
"sources": [
|
|
6094
6094
|
{
|
|
6095
6095
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6096
|
-
"line":
|
|
6096
|
+
"line": 47,
|
|
6097
6097
|
"character": 9
|
|
6098
6098
|
}
|
|
6099
6099
|
],
|
|
@@ -6138,8 +6138,8 @@
|
|
|
6138
6138
|
"sources": [
|
|
6139
6139
|
{
|
|
6140
6140
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6141
|
-
"line":
|
|
6142
|
-
"character":
|
|
6141
|
+
"line": 54,
|
|
6142
|
+
"character": 9
|
|
6143
6143
|
}
|
|
6144
6144
|
],
|
|
6145
6145
|
"type": {
|
|
@@ -6173,7 +6173,7 @@
|
|
|
6173
6173
|
"sources": [
|
|
6174
6174
|
{
|
|
6175
6175
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6176
|
-
"line":
|
|
6176
|
+
"line": 60,
|
|
6177
6177
|
"character": 9
|
|
6178
6178
|
}
|
|
6179
6179
|
],
|
|
@@ -6193,7 +6193,7 @@
|
|
|
6193
6193
|
"sources": [
|
|
6194
6194
|
{
|
|
6195
6195
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6196
|
-
"line":
|
|
6196
|
+
"line": 121,
|
|
6197
6197
|
"character": 9
|
|
6198
6198
|
}
|
|
6199
6199
|
],
|
|
@@ -6222,7 +6222,7 @@
|
|
|
6222
6222
|
"sources": [
|
|
6223
6223
|
{
|
|
6224
6224
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6225
|
-
"line":
|
|
6225
|
+
"line": 87,
|
|
6226
6226
|
"character": 9
|
|
6227
6227
|
}
|
|
6228
6228
|
],
|
|
@@ -6259,7 +6259,7 @@
|
|
|
6259
6259
|
"sources": [
|
|
6260
6260
|
{
|
|
6261
6261
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6262
|
-
"line":
|
|
6262
|
+
"line": 114,
|
|
6263
6263
|
"character": 9
|
|
6264
6264
|
}
|
|
6265
6265
|
],
|
|
@@ -6309,7 +6309,7 @@
|
|
|
6309
6309
|
"sources": [
|
|
6310
6310
|
{
|
|
6311
6311
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6312
|
-
"line":
|
|
6312
|
+
"line": 135,
|
|
6313
6313
|
"character": 9
|
|
6314
6314
|
}
|
|
6315
6315
|
],
|
|
@@ -6365,7 +6365,7 @@
|
|
|
6365
6365
|
"sources": [
|
|
6366
6366
|
{
|
|
6367
6367
|
"fileName": "projects/layout/src/modules/text-expand-repeater/text-expand-repeater.component.ts",
|
|
6368
|
-
"line":
|
|
6368
|
+
"line": 34,
|
|
6369
6369
|
"character": 13
|
|
6370
6370
|
}
|
|
6371
6371
|
],
|
|
@@ -6397,7 +6397,7 @@
|
|
|
6397
6397
|
"name": "Component"
|
|
6398
6398
|
},
|
|
6399
6399
|
"arguments": {
|
|
6400
|
-
"obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html'
|
|
6400
|
+
"obj": "{\n selector: 'sky-toolbar',\n styleUrls: ['./toolbar.component.scss'],\n templateUrl: './toolbar.component.html',\n}"
|
|
6401
6401
|
}
|
|
6402
6402
|
}
|
|
6403
6403
|
],
|
|
@@ -6434,7 +6434,7 @@
|
|
|
6434
6434
|
"sources": [
|
|
6435
6435
|
{
|
|
6436
6436
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6437
|
-
"line":
|
|
6437
|
+
"line": 19,
|
|
6438
6438
|
"character": 9
|
|
6439
6439
|
}
|
|
6440
6440
|
],
|
|
@@ -6455,7 +6455,7 @@
|
|
|
6455
6455
|
"sources": [
|
|
6456
6456
|
{
|
|
6457
6457
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6458
|
-
"line":
|
|
6458
|
+
"line": 24,
|
|
6459
6459
|
"character": 9
|
|
6460
6460
|
}
|
|
6461
6461
|
],
|
|
@@ -6508,7 +6508,7 @@
|
|
|
6508
6508
|
"sources": [
|
|
6509
6509
|
{
|
|
6510
6510
|
"fileName": "projects/layout/src/modules/toolbar/toolbar.component.ts",
|
|
6511
|
-
"line":
|
|
6511
|
+
"line": 18,
|
|
6512
6512
|
"character": 13
|
|
6513
6513
|
}
|
|
6514
6514
|
],
|
|
@@ -6536,7 +6536,7 @@
|
|
|
6536
6536
|
"name": "Component"
|
|
6537
6537
|
},
|
|
6538
6538
|
"arguments": {
|
|
6539
|
-
"obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html'
|
|
6539
|
+
"obj": "{\n selector: 'sky-toolbar-section',\n styleUrls: ['./toolbar-section.component.scss'],\n templateUrl: './toolbar-section.component.html',\n}"
|
|
6540
6540
|
}
|
|
6541
6541
|
}
|
|
6542
6542
|
],
|
|
@@ -6575,7 +6575,7 @@
|
|
|
6575
6575
|
"sources": [
|
|
6576
6576
|
{
|
|
6577
6577
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-section.component.ts",
|
|
6578
|
-
"line":
|
|
6578
|
+
"line": 11,
|
|
6579
6579
|
"character": 13
|
|
6580
6580
|
}
|
|
6581
6581
|
]
|
|
@@ -6597,7 +6597,7 @@
|
|
|
6597
6597
|
"name": "Component"
|
|
6598
6598
|
},
|
|
6599
6599
|
"arguments": {
|
|
6600
|
-
"obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html'
|
|
6600
|
+
"obj": "{\n selector: 'sky-toolbar-item',\n styleUrls: ['./toolbar-item.component.scss'],\n templateUrl: './toolbar-item.component.html',\n}"
|
|
6601
6601
|
}
|
|
6602
6602
|
}
|
|
6603
6603
|
],
|
|
@@ -6636,7 +6636,7 @@
|
|
|
6636
6636
|
"sources": [
|
|
6637
6637
|
{
|
|
6638
6638
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-item.component.ts",
|
|
6639
|
-
"line":
|
|
6639
|
+
"line": 11,
|
|
6640
6640
|
"character": 13
|
|
6641
6641
|
}
|
|
6642
6642
|
]
|
|
@@ -6658,7 +6658,7 @@
|
|
|
6658
6658
|
"name": "Component"
|
|
6659
6659
|
},
|
|
6660
6660
|
"arguments": {
|
|
6661
|
-
"obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html'
|
|
6661
|
+
"obj": "{\n selector: 'sky-action-button-header',\n styleUrls: ['./action-button-header.component.scss'],\n templateUrl: './action-button-header.component.html',\n}"
|
|
6662
6662
|
}
|
|
6663
6663
|
}
|
|
6664
6664
|
],
|
|
@@ -6697,7 +6697,7 @@
|
|
|
6697
6697
|
"sources": [
|
|
6698
6698
|
{
|
|
6699
6699
|
"fileName": "projects/layout/src/modules/action-button/action-button-header.component.ts",
|
|
6700
|
-
"line":
|
|
6700
|
+
"line": 11,
|
|
6701
6701
|
"character": 13
|
|
6702
6702
|
}
|
|
6703
6703
|
]
|
|
@@ -6719,7 +6719,7 @@
|
|
|
6719
6719
|
"name": "Component"
|
|
6720
6720
|
},
|
|
6721
6721
|
"arguments": {
|
|
6722
|
-
"obj": "{\n selector: 'sky-toolbar-view-actions',\n templateUrl: './toolbar-view-actions.component.html',\n styleUrls: ['./toolbar-view-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush
|
|
6722
|
+
"obj": "{\n selector: 'sky-toolbar-view-actions',\n templateUrl: './toolbar-view-actions.component.html',\n styleUrls: ['./toolbar-view-actions.component.scss'],\n changeDetection: ChangeDetectionStrategy.OnPush,\n}"
|
|
6723
6723
|
}
|
|
6724
6724
|
}
|
|
6725
6725
|
],
|
|
@@ -6758,7 +6758,7 @@
|
|
|
6758
6758
|
"sources": [
|
|
6759
6759
|
{
|
|
6760
6760
|
"fileName": "projects/layout/src/modules/toolbar/toolbar-view-actions.component.ts",
|
|
6761
|
-
"line":
|
|
6761
|
+
"line": 13,
|
|
6762
6762
|
"character": 13
|
|
6763
6763
|
}
|
|
6764
6764
|
]
|
|
@@ -6780,7 +6780,7 @@
|
|
|
6780
6780
|
"name": "Component"
|
|
6781
6781
|
},
|
|
6782
6782
|
"arguments": {
|
|
6783
|
-
"obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html'
|
|
6783
|
+
"obj": "{\n selector: 'sky-action-button-icon',\n styleUrls: ['./action-button-icon.component.scss'],\n templateUrl: './action-button-icon.component.html',\n}"
|
|
6784
6784
|
}
|
|
6785
6785
|
}
|
|
6786
6786
|
],
|
|
@@ -6794,7 +6794,7 @@
|
|
|
6794
6794
|
"sources": [
|
|
6795
6795
|
{
|
|
6796
6796
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6797
|
-
"line":
|
|
6797
|
+
"line": 34,
|
|
6798
6798
|
"character": 2
|
|
6799
6799
|
}
|
|
6800
6800
|
],
|
|
@@ -6837,7 +6837,7 @@
|
|
|
6837
6837
|
"sources": [
|
|
6838
6838
|
{
|
|
6839
6839
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6840
|
-
"line":
|
|
6840
|
+
"line": 30,
|
|
6841
6841
|
"character": 9
|
|
6842
6842
|
}
|
|
6843
6843
|
],
|
|
@@ -6871,7 +6871,7 @@
|
|
|
6871
6871
|
"sources": [
|
|
6872
6872
|
{
|
|
6873
6873
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6874
|
-
"line":
|
|
6874
|
+
"line": 28,
|
|
6875
6875
|
"character": 9
|
|
6876
6876
|
}
|
|
6877
6877
|
],
|
|
@@ -6891,7 +6891,7 @@
|
|
|
6891
6891
|
"sources": [
|
|
6892
6892
|
{
|
|
6893
6893
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6894
|
-
"line":
|
|
6894
|
+
"line": 46,
|
|
6895
6895
|
"character": 9
|
|
6896
6896
|
}
|
|
6897
6897
|
],
|
|
@@ -6945,7 +6945,7 @@
|
|
|
6945
6945
|
"sources": [
|
|
6946
6946
|
{
|
|
6947
6947
|
"fileName": "projects/layout/src/modules/action-button/action-button-icon.component.ts",
|
|
6948
|
-
"line":
|
|
6948
|
+
"line": 18,
|
|
6949
6949
|
"character": 13
|
|
6950
6950
|
}
|
|
6951
6951
|
],
|
|
@@ -6973,7 +6973,7 @@
|
|
|
6973
6973
|
"name": "Directive"
|
|
6974
6974
|
},
|
|
6975
6975
|
"arguments": {
|
|
6976
|
-
"obj": "{\n selector: '[skyBackToTop]',\n providers: [
|
|
6976
|
+
"obj": "{\n selector: '[skyBackToTop]',\n providers: [SkyBackToTopDomAdapterService],\n}"
|
|
6977
6977
|
}
|
|
6978
6978
|
}
|
|
6979
6979
|
],
|
|
@@ -6987,7 +6987,7 @@
|
|
|
6987
6987
|
"sources": [
|
|
6988
6988
|
{
|
|
6989
6989
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
6990
|
-
"line":
|
|
6990
|
+
"line": 68,
|
|
6991
6991
|
"character": 2
|
|
6992
6992
|
}
|
|
6993
6993
|
],
|
|
@@ -7068,7 +7068,7 @@
|
|
|
7068
7068
|
"sources": [
|
|
7069
7069
|
{
|
|
7070
7070
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7071
|
-
"line":
|
|
7071
|
+
"line": 38,
|
|
7072
7072
|
"character": 13
|
|
7073
7073
|
}
|
|
7074
7074
|
],
|
|
@@ -7124,7 +7124,7 @@
|
|
|
7124
7124
|
"sources": [
|
|
7125
7125
|
{
|
|
7126
7126
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7127
|
-
"line":
|
|
7127
|
+
"line": 49,
|
|
7128
7128
|
"character": 13
|
|
7129
7129
|
}
|
|
7130
7130
|
],
|
|
@@ -7176,7 +7176,7 @@
|
|
|
7176
7176
|
"sources": [
|
|
7177
7177
|
{
|
|
7178
7178
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7179
|
-
"line":
|
|
7179
|
+
"line": 74,
|
|
7180
7180
|
"character": 9
|
|
7181
7181
|
}
|
|
7182
7182
|
],
|
|
@@ -7213,7 +7213,7 @@
|
|
|
7213
7213
|
"sources": [
|
|
7214
7214
|
{
|
|
7215
7215
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7216
|
-
"line":
|
|
7216
|
+
"line": 87,
|
|
7217
7217
|
"character": 9
|
|
7218
7218
|
}
|
|
7219
7219
|
],
|
|
@@ -7268,7 +7268,7 @@
|
|
|
7268
7268
|
"sources": [
|
|
7269
7269
|
{
|
|
7270
7270
|
"fileName": "projects/layout/src/modules/back-to-top/back-to-top.directive.ts",
|
|
7271
|
-
"line":
|
|
7271
|
+
"line": 33,
|
|
7272
7272
|
"character": 13
|
|
7273
7273
|
}
|
|
7274
7274
|
],
|
|
@@ -7297,7 +7297,7 @@
|
|
|
7297
7297
|
"name": "Component"
|
|
7298
7298
|
},
|
|
7299
7299
|
"arguments": {
|
|
7300
|
-
"obj": "{\n selector: 'sky-inline-delete',\n styleUrls: ['./inline-delete.component.scss'],\n templateUrl: './inline-delete.component.html',\n animations: [\n trigger('inlineDeleteAnimation', [\n transition('* => shown', [\n style({\n opacity: 0
|
|
7300
|
+
"obj": "{\n selector: 'sky-inline-delete',\n styleUrls: ['./inline-delete.component.scss'],\n templateUrl: './inline-delete.component.html',\n animations: [\n trigger('inlineDeleteAnimation', [\n transition('* => shown', [\n style({\n opacity: 0,\n }),\n query(\n '.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(0.0)' })\n ),\n group([\n animate('300ms ease-in-out', style({ opacity: 1 })),\n query(\n '.sky-inline-delete-content-animation-container',\n animate(\n '300ms ease-in-out',\n style({\n transform: 'scale(1)',\n })\n )\n ),\n ]),\n ]),\n transition(`shown <=> *`, [\n query(\n '.sky-inline-delete-content-animation-container',\n style({ transform: 'scale(1)' })\n ),\n group([\n animate(\n '300ms ease-in-out',\n style({\n opacity: 0,\n })\n ),\n query(\n '.sky-inline-delete-content-animation-container',\n animate(\n '300ms ease-in-out',\n style({\n transform: 'scale(0.0)',\n })\n )\n ),\n ]),\n ]),\n ]),\n ],\n providers: [SkyCoreAdapterService, SkyInlineDeleteAdapterService],\n}"
|
|
7301
7301
|
}
|
|
7302
7302
|
}
|
|
7303
7303
|
],
|
|
@@ -7311,7 +7311,7 @@
|
|
|
7311
7311
|
"sources": [
|
|
7312
7312
|
{
|
|
7313
7313
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7314
|
-
"line":
|
|
7314
|
+
"line": 120,
|
|
7315
7315
|
"character": 2
|
|
7316
7316
|
}
|
|
7317
7317
|
],
|
|
@@ -7382,7 +7382,7 @@
|
|
|
7382
7382
|
"sources": [
|
|
7383
7383
|
{
|
|
7384
7384
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7385
|
-
"line":
|
|
7385
|
+
"line": 108,
|
|
7386
7386
|
"character": 9
|
|
7387
7387
|
}
|
|
7388
7388
|
],
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
"sources": [
|
|
7404
7404
|
{
|
|
7405
7405
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7406
|
-
"line":
|
|
7406
|
+
"line": 110,
|
|
7407
7407
|
"character": 9
|
|
7408
7408
|
}
|
|
7409
7409
|
],
|
|
@@ -7437,7 +7437,7 @@
|
|
|
7437
7437
|
"sources": [
|
|
7438
7438
|
{
|
|
7439
7439
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7440
|
-
"line":
|
|
7440
|
+
"line": 100,
|
|
7441
7441
|
"character": 9
|
|
7442
7442
|
}
|
|
7443
7443
|
],
|
|
@@ -7477,7 +7477,7 @@
|
|
|
7477
7477
|
"sources": [
|
|
7478
7478
|
{
|
|
7479
7479
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7480
|
-
"line":
|
|
7480
|
+
"line": 106,
|
|
7481
7481
|
"character": 9
|
|
7482
7482
|
}
|
|
7483
7483
|
],
|
|
@@ -7523,7 +7523,7 @@
|
|
|
7523
7523
|
"sources": [
|
|
7524
7524
|
{
|
|
7525
7525
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7526
|
-
"line":
|
|
7526
|
+
"line": 94,
|
|
7527
7527
|
"character": 9
|
|
7528
7528
|
}
|
|
7529
7529
|
],
|
|
@@ -7544,7 +7544,7 @@
|
|
|
7544
7544
|
"sources": [
|
|
7545
7545
|
{
|
|
7546
7546
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7547
|
-
"line":
|
|
7547
|
+
"line": 112,
|
|
7548
7548
|
"character": 9
|
|
7549
7549
|
}
|
|
7550
7550
|
],
|
|
@@ -7579,7 +7579,7 @@
|
|
|
7579
7579
|
"sources": [
|
|
7580
7580
|
{
|
|
7581
7581
|
"fileName": "projects/layout/src/modules/inline-delete/inline-delete.component.ts",
|
|
7582
|
-
"line":
|
|
7582
|
+
"line": 88,
|
|
7583
7583
|
"character": 13
|
|
7584
7584
|
}
|
|
7585
7585
|
],
|
|
@@ -7611,7 +7611,7 @@
|
|
|
7611
7611
|
"name": "Component"
|
|
7612
7612
|
},
|
|
7613
7613
|
"arguments": {
|
|
7614
|
-
"obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html'
|
|
7614
|
+
"obj": "{\n selector: 'sky-card',\n styleUrls: ['./card.component.scss'],\n templateUrl: './card.component.html',\n}"
|
|
7615
7615
|
}
|
|
7616
7616
|
}
|
|
7617
7617
|
],
|
|
@@ -7660,7 +7660,7 @@
|
|
|
7660
7660
|
"sources": [
|
|
7661
7661
|
{
|
|
7662
7662
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7663
|
-
"line":
|
|
7663
|
+
"line": 59,
|
|
7664
7664
|
"character": 9
|
|
7665
7665
|
}
|
|
7666
7666
|
],
|
|
@@ -7706,7 +7706,7 @@
|
|
|
7706
7706
|
"sources": [
|
|
7707
7707
|
{
|
|
7708
7708
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7709
|
-
"line":
|
|
7709
|
+
"line": 42,
|
|
7710
7710
|
"character": 9
|
|
7711
7711
|
}
|
|
7712
7712
|
],
|
|
@@ -7745,7 +7745,7 @@
|
|
|
7745
7745
|
"sources": [
|
|
7746
7746
|
{
|
|
7747
7747
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7748
|
-
"line":
|
|
7748
|
+
"line": 50,
|
|
7749
7749
|
"character": 9
|
|
7750
7750
|
}
|
|
7751
7751
|
],
|
|
@@ -7778,7 +7778,7 @@
|
|
|
7778
7778
|
"sources": [
|
|
7779
7779
|
{
|
|
7780
7780
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7781
|
-
"line":
|
|
7781
|
+
"line": 56,
|
|
7782
7782
|
"character": 9
|
|
7783
7783
|
}
|
|
7784
7784
|
],
|
|
@@ -7805,7 +7805,7 @@
|
|
|
7805
7805
|
"sources": [
|
|
7806
7806
|
{
|
|
7807
7807
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7808
|
-
"line":
|
|
7808
|
+
"line": 64,
|
|
7809
7809
|
"character": 9
|
|
7810
7810
|
}
|
|
7811
7811
|
],
|
|
@@ -7845,7 +7845,7 @@
|
|
|
7845
7845
|
"sources": [
|
|
7846
7846
|
{
|
|
7847
7847
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7848
|
-
"line":
|
|
7848
|
+
"line": 34,
|
|
7849
7849
|
"character": 9
|
|
7850
7850
|
}
|
|
7851
7851
|
],
|
|
@@ -7877,7 +7877,7 @@
|
|
|
7877
7877
|
"sources": [
|
|
7878
7878
|
{
|
|
7879
7879
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7880
|
-
"line":
|
|
7880
|
+
"line": 62,
|
|
7881
7881
|
"character": 9
|
|
7882
7882
|
}
|
|
7883
7883
|
],
|
|
@@ -7904,7 +7904,7 @@
|
|
|
7904
7904
|
"sources": [
|
|
7905
7905
|
{
|
|
7906
7906
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7907
|
-
"line":
|
|
7907
|
+
"line": 86,
|
|
7908
7908
|
"character": 9
|
|
7909
7909
|
}
|
|
7910
7910
|
],
|
|
@@ -7933,7 +7933,7 @@
|
|
|
7933
7933
|
"sources": [
|
|
7934
7934
|
{
|
|
7935
7935
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7936
|
-
"line":
|
|
7936
|
+
"line": 68,
|
|
7937
7937
|
"character": 9
|
|
7938
7938
|
}
|
|
7939
7939
|
],
|
|
@@ -7970,7 +7970,7 @@
|
|
|
7970
7970
|
"sources": [
|
|
7971
7971
|
{
|
|
7972
7972
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
7973
|
-
"line":
|
|
7973
|
+
"line": 100,
|
|
7974
7974
|
"character": 9
|
|
7975
7975
|
}
|
|
7976
7976
|
],
|
|
@@ -8007,7 +8007,7 @@
|
|
|
8007
8007
|
"sources": [
|
|
8008
8008
|
{
|
|
8009
8009
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
8010
|
-
"line":
|
|
8010
|
+
"line": 93,
|
|
8011
8011
|
"character": 9
|
|
8012
8012
|
}
|
|
8013
8013
|
],
|
|
@@ -8074,7 +8074,7 @@
|
|
|
8074
8074
|
"sources": [
|
|
8075
8075
|
{
|
|
8076
8076
|
"fileName": "projects/layout/src/modules/card/card.component.ts",
|
|
8077
|
-
"line":
|
|
8077
|
+
"line": 28,
|
|
8078
8078
|
"character": 13
|
|
8079
8079
|
}
|
|
8080
8080
|
],
|
|
@@ -8113,7 +8113,7 @@
|
|
|
8113
8113
|
"sources": [
|
|
8114
8114
|
{
|
|
8115
8115
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8116
|
-
"line":
|
|
8116
|
+
"line": 24,
|
|
8117
8117
|
"character": 2
|
|
8118
8118
|
}
|
|
8119
8119
|
],
|
|
@@ -8135,7 +8135,7 @@
|
|
|
8135
8135
|
"sources": [
|
|
8136
8136
|
{
|
|
8137
8137
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8138
|
-
"line":
|
|
8138
|
+
"line": 25,
|
|
8139
8139
|
"character": 4
|
|
8140
8140
|
}
|
|
8141
8141
|
],
|
|
@@ -8158,7 +8158,7 @@
|
|
|
8158
8158
|
"sources": [
|
|
8159
8159
|
{
|
|
8160
8160
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8161
|
-
"line":
|
|
8161
|
+
"line": 26,
|
|
8162
8162
|
"character": 4
|
|
8163
8163
|
}
|
|
8164
8164
|
],
|
|
@@ -8195,7 +8195,7 @@
|
|
|
8195
8195
|
"sources": [
|
|
8196
8196
|
{
|
|
8197
8197
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8198
|
-
"line":
|
|
8198
|
+
"line": 31,
|
|
8199
8199
|
"character": 2
|
|
8200
8200
|
}
|
|
8201
8201
|
],
|
|
@@ -8218,7 +8218,7 @@
|
|
|
8218
8218
|
"sources": [
|
|
8219
8219
|
{
|
|
8220
8220
|
"fileName": "projects/layout/src/modules/action-button/action-button-permalink.ts",
|
|
8221
|
-
"line":
|
|
8221
|
+
"line": 8,
|
|
8222
8222
|
"character": 17
|
|
8223
8223
|
}
|
|
8224
8224
|
]
|
|
@@ -8247,7 +8247,7 @@
|
|
|
8247
8247
|
"sources": [
|
|
8248
8248
|
{
|
|
8249
8249
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
|
|
8250
|
-
"line":
|
|
8250
|
+
"line": 10,
|
|
8251
8251
|
"character": 2
|
|
8252
8252
|
}
|
|
8253
8253
|
],
|
|
@@ -8270,7 +8270,7 @@
|
|
|
8270
8270
|
"sources": [
|
|
8271
8271
|
{
|
|
8272
8272
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-message.ts",
|
|
8273
|
-
"line":
|
|
8273
|
+
"line": 6,
|
|
8274
8274
|
"character": 17
|
|
8275
8275
|
}
|
|
8276
8276
|
]
|
|
@@ -8305,7 +8305,7 @@
|
|
|
8305
8305
|
"sources": [
|
|
8306
8306
|
{
|
|
8307
8307
|
"fileName": "projects/layout/src/modules/back-to-top/models/back-to-top-options.ts",
|
|
8308
|
-
"line":
|
|
8308
|
+
"line": 9,
|
|
8309
8309
|
"character": 2
|
|
8310
8310
|
}
|
|
8311
8311
|
],
|
|
@@ -8563,65 +8563,70 @@
|
|
|
8563
8563
|
]
|
|
8564
8564
|
},
|
|
8565
8565
|
"codeExamples": [
|
|
8566
|
+
{
|
|
8567
|
+
"fileName": ".eslintrc.json",
|
|
8568
|
+
"filePath": "/projects/layout/documentation/code-examples/.eslintrc.json",
|
|
8569
|
+
"rawContents": "{\n \"extends\": [\"../../.eslintrc.json\"],\n \"overrides\": [\n {\n \"files\": [\"*.ts\"],\n \"rules\": {\n \"@angular-eslint/directive-selector\": [\n \"error\",\n {\n \"type\": \"attribute\",\n \"prefix\": \"app\",\n \"style\": \"camelCase\"\n }\n ],\n \"@angular-eslint/component-selector\": [\n \"error\",\n {\n \"type\": \"element\",\n \"prefix\": \"app\",\n \"style\": \"kebab-case\"\n }\n ]\n }\n }\n ]\n}\n"
|
|
8570
|
+
},
|
|
8566
8571
|
{
|
|
8567
8572
|
"fileName": "action-button-demo.component.html",
|
|
8568
8573
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.html",
|
|
8569
|
-
"rawContents": "<sky-action-button-container>\n <sky-action-button
|
|
8574
|
+
"rawContents": "<sky-action-button-container>\n <sky-action-button (actionClick)=\"filterActionClick()\">\n <sky-action-button-icon iconType=\"filter\"> </sky-action-button-icon>\n <sky-action-button-header> Build a new list </sky-action-button-header>\n <sky-action-button-details>\n Start from scratch and fine-tune with filters.\n </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button (actionClick)=\"openActionClick()\">\n <sky-action-button-icon iconType=\"folder-open-o\"> </sky-action-button-icon>\n <sky-action-button-header> Open a saved list </sky-action-button-header>\n <sky-action-button-details>\n Open a list with filters saved in the web view.\n </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
|
|
8570
8575
|
},
|
|
8571
8576
|
{
|
|
8572
8577
|
"fileName": "action-button-demo.component.ts",
|
|
8573
8578
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.component.ts",
|
|
8574
|
-
"rawContents": "import {
|
|
8579
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-action-button-demo',\n templateUrl: './action-button-demo.component.html',\n})\nexport class ActionButtonDemoComponent {\n public filterActionClick(): void {\n alert('Filter action clicked');\n }\n\n public openActionClick(): void {\n alert('Open action clicked');\n }\n}\n"
|
|
8575
8580
|
},
|
|
8576
8581
|
{
|
|
8577
8582
|
"fileName": "action-button-demo.module.ts",
|
|
8578
8583
|
"filePath": "/projects/layout/documentation/code-examples/action-button/basic/action-button-demo.module.ts",
|
|
8579
|
-
"rawContents": "import {
|
|
8584
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyActionButtonModule } from '@skyux/layout';\n\nimport { ActionButtonDemoComponent } from './action-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyActionButtonModule],\n declarations: [ActionButtonDemoComponent],\n exports: [ActionButtonDemoComponent],\n})\nexport class ActionButtonDemoModule {}\n"
|
|
8580
8585
|
},
|
|
8581
8586
|
{
|
|
8582
8587
|
"fileName": "action-button-demo.component.html",
|
|
8583
8588
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.html",
|
|
8584
|
-
"rawContents": "<sky-action-button-container>\n <sky-action-button
|
|
8589
|
+
"rawContents": "<sky-action-button-container>\n <sky-action-button [permalink]=\"url\">\n <sky-action-button-icon iconType=\"link\"> </sky-action-button-icon>\n <sky-action-button-header> Open a link </sky-action-button-header>\n <sky-action-button-details> Open a link. </sky-action-button-details>\n </sky-action-button>\n\n <sky-action-button [permalink]=\"routerlink\">\n <sky-action-button-icon iconType=\"link\"> </sky-action-button-icon>\n <sky-action-button-header> Open a router link </sky-action-button-header>\n <sky-action-button-details> Open a router link. </sky-action-button-details>\n </sky-action-button>\n</sky-action-button-container>\n"
|
|
8585
8590
|
},
|
|
8586
8591
|
{
|
|
8587
8592
|
"fileName": "action-button-demo.component.ts",
|
|
8588
8593
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.component.ts",
|
|
8589
|
-
"rawContents": "import {
|
|
8594
|
+
"rawContents": "import { Component } from '@angular/core';\n\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://developer.blackbaud.com/skyux/components',\n };\n}\n"
|
|
8590
8595
|
},
|
|
8591
8596
|
{
|
|
8592
8597
|
"fileName": "action-button-demo.module.ts",
|
|
8593
8598
|
"filePath": "/projects/layout/documentation/code-examples/action-button/permalink/action-button-demo.module.ts",
|
|
8594
|
-
"rawContents": "import {
|
|
8599
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyActionButtonModule } from '@skyux/layout';\n\nimport { ActionButtonDemoComponent } from './action-button-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyActionButtonModule],\n declarations: [ActionButtonDemoComponent],\n exports: [ActionButtonDemoComponent],\n})\nexport class ActionButtonDemoModule {}\n"
|
|
8595
8600
|
},
|
|
8596
8601
|
{
|
|
8597
8602
|
"fileName": "back-to-top-demo.component.html",
|
|
8598
8603
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.html",
|
|
8599
|
-
"rawContents": "<sky-grid
|
|
8604
|
+
"rawContents": "<sky-grid [data]=\"personList\" skyBackToTop>\n <sky-grid-column field=\"name\" heading=\"Name\"> </sky-grid-column>\n <sky-grid-column field=\"address\" heading=\"Address\"> </sky-grid-column>\n</sky-grid>\n"
|
|
8600
8605
|
},
|
|
8601
8606
|
{
|
|
8602
8607
|
"fileName": "back-to-top-demo.component.ts",
|
|
8603
8608
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.component.ts",
|
|
8604
|
-
"rawContents": "import {
|
|
8609
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent {\n public personList = [\n {\n id: 1,\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n id: 3,\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n id: 4,\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n id: 5,\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n id: 6,\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n id: 7,\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n id: 8,\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n id: 9,\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n id: 10,\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n id: 11,\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n id: 12,\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n id: 13,\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n id: 14,\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n id: 15,\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n id: 16,\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n id: 17,\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n id: 18,\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n id: 19,\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n id: 20,\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n id: 21,\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n id: 22,\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n id: 23,\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n id: 24,\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n id: 25,\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n id: 26,\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n id: 27,\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n}\n"
|
|
8605
8610
|
},
|
|
8606
8611
|
{
|
|
8607
8612
|
"fileName": "back-to-top-demo.module.ts",
|
|
8608
8613
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/grid/back-to-top-demo.module.ts",
|
|
8609
|
-
"rawContents": "import {
|
|
8614
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyGridModule } from '@skyux/grids';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\nimport { SkyBackToTopModule } from '@skyux/layout';\n\n@NgModule({\n imports: [CommonModule, SkyBackToTopModule, SkyGridModule, SkyTabsModule],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
|
|
8610
8615
|
},
|
|
8611
8616
|
{
|
|
8612
8617
|
"fileName": "back-to-top-demo.component.html",
|
|
8613
8618
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.html",
|
|
8614
|
-
"rawContents": "<sky-repeater skyBackToTop>\n <sky-repeater-item *ngFor=\"let person of personList\">\n <sky-repeater-item-title>\n {{ person.name }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ person.address }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n<sky-infinite-scroll
|
|
8619
|
+
"rawContents": "<sky-repeater skyBackToTop>\n <sky-repeater-item *ngFor=\"let person of personList\">\n <sky-repeater-item-title>\n {{ person.name }}\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ person.address }}\n </sky-repeater-item-content>\n </sky-repeater-item>\n</sky-repeater>\n<sky-infinite-scroll [enabled]=\"hasMore\" (scrollEnd)=\"onScrollEnd()\">\n</sky-infinite-scroll>\n"
|
|
8615
8620
|
},
|
|
8616
8621
|
{
|
|
8617
8622
|
"fileName": "back-to-top-demo.component.ts",
|
|
8618
8623
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.component.ts",
|
|
8619
|
-
"rawContents": "import {
|
|
8624
|
+
"rawContents": "import { Component, OnInit } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent implements OnInit {\n public hasMore = true;\n\n public personList: any[] = [];\n\n public personDataSet = [\n {\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n\n public ngOnInit(): void {\n this.addData(0, 5);\n }\n\n public onScrollEnd(): void {\n this.addData(this.personList.length, 5);\n }\n\n private addData(start: number, rowSize: number): void {\n if (this.hasMore) {\n this.mockRemote(start, rowSize).then((result: any) => {\n this.personList = this.personList.concat(result.data);\n this.hasMore = result.hasMore;\n });\n }\n }\n\n /**\n * Simulate a remote request.\n */\n private mockRemote(start: number, rowSize: number): Promise<any> {\n const data: any[] = [];\n\n for (let i = 0; i < rowSize; i++) {\n if (this.personDataSet[start + i]) {\n data.push(this.personDataSet[start + i]);\n }\n }\n\n return new Promise((resolve: any) => {\n setTimeout(() => {\n resolve({\n data,\n hasMore: this.personList.length < this.personDataSet.length,\n });\n }, 1000);\n });\n }\n}\n"
|
|
8620
8625
|
},
|
|
8621
8626
|
{
|
|
8622
8627
|
"fileName": "back-to-top-demo.module.ts",
|
|
8623
8628
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/infinite-scroll/back-to-top-demo.module.ts",
|
|
8624
|
-
"rawContents": "import {
|
|
8629
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyInfiniteScrollModule, SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyBackToTopModule,\n SkyInfiniteScrollModule,\n SkyRepeaterModule,\n SkyTabsModule,\n ],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
|
|
8625
8630
|
},
|
|
8626
8631
|
{
|
|
8627
8632
|
"fileName": "back-to-top-demo.component.html",
|
|
@@ -8631,102 +8636,102 @@
|
|
|
8631
8636
|
{
|
|
8632
8637
|
"fileName": "back-to-top-demo.component.ts",
|
|
8633
8638
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.component.ts",
|
|
8634
|
-
"rawContents": "import {
|
|
8639
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-back-to-top-demo',\n templateUrl: './back-to-top-demo.component.html',\n})\nexport class BackToTopDemoComponent {\n public personList = [\n {\n name: 'Barbara Durr',\n address: '7436 Fieldstone Court',\n },\n {\n name: 'Colton Chamberlain',\n address: '342 Foster Court',\n },\n {\n name: 'Alva Clifford',\n address: '657 West Rockville Street',\n },\n {\n name: 'Tonja Sanderson',\n address: '7004 Third Street',\n },\n {\n name: 'Paulene Baum',\n address: '9309 Mammoth Street',\n },\n {\n name: 'Jessy Witherspoon',\n address: '43 Canal Street',\n },\n {\n name: 'Solomon Hurley',\n address: '667 Wakehurst Circle',\n },\n {\n name: 'Calandra Geer',\n address: '164 Applegate Drive',\n },\n {\n name: 'Latrice Ashmore',\n address: '7965 Lake Road',\n },\n {\n name: 'Rod Tomlinson',\n address: '9664 Newport Drive',\n },\n {\n name: 'Cristen Sizemore',\n address: '17 Edgefield Street',\n },\n {\n name: 'Kristeen Lunsford',\n address: '245 Green Lake Street',\n },\n {\n name: 'Jack Lovett',\n address: '73 Academy Street',\n },\n {\n name: 'Elwood Farris',\n address: '90 Smoky Hollow Court',\n },\n {\n name: 'Ilene Woo',\n address: '71 Pumpkin Hill Street',\n },\n {\n name: 'Kanesha Hutto',\n address: '107 East Cooper Street',\n },\n {\n name: 'Nick Bourne',\n address: '62 Evergreen Street',\n },\n {\n name: 'Ed Sipes',\n address: '8824 Hill Street',\n },\n {\n name: 'Wonda Lumpkin',\n address: '134 North Warren Street',\n },\n {\n name: 'Cheyenne Lightfoot',\n address: '184 Pierce Avenue',\n },\n {\n name: 'Darcel Lenz',\n address: '9408 Beechwood Street',\n },\n {\n name: 'Martine Rocha',\n address: '871 Shadow Brook Street',\n },\n {\n name: 'Cherelle Connell',\n address: '649 Glenwood Street',\n },\n {\n name: 'Molly Seymour',\n address: '386 E. George Street',\n },\n {\n name: 'Clarice Overton',\n address: '16 Manchester Street',\n },\n {\n name: 'Eliza Vanhorn',\n address: '8232 S. Augusta Street',\n },\n ];\n}\n"
|
|
8635
8640
|
},
|
|
8636
8641
|
{
|
|
8637
8642
|
"fileName": "back-to-top-demo.module.ts",
|
|
8638
8643
|
"filePath": "/projects/layout/documentation/code-examples/back-to-top/repeater/back-to-top-demo.module.ts",
|
|
8639
|
-
"rawContents": "import {
|
|
8644
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyBackToTopModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyTabsModule } from '@skyux/tabs';\n\nimport { BackToTopDemoComponent } from './back-to-top-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyBackToTopModule, SkyRepeaterModule, SkyTabsModule],\n declarations: [BackToTopDemoComponent],\n exports: [BackToTopDemoComponent],\n})\nexport class BackToTopDemoModule {}\n"
|
|
8640
8645
|
},
|
|
8641
8646
|
{
|
|
8642
8647
|
"fileName": "card-demo.component.html",
|
|
8643
8648
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.html",
|
|
8644
|
-
"rawContents": "<sky-card
|
|
8649
|
+
"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 class=\"sky-btn sky-btn-default\" type=\"button\">Action</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\">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"
|
|
8645
8650
|
},
|
|
8646
8651
|
{
|
|
8647
8652
|
"fileName": "card-demo.component.ts",
|
|
8648
8653
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.component.ts",
|
|
8649
|
-
"rawContents": "import {
|
|
8654
|
+
"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"
|
|
8650
8655
|
},
|
|
8651
8656
|
{
|
|
8652
8657
|
"fileName": "card-demo.module.ts",
|
|
8653
8658
|
"filePath": "/projects/layout/documentation/code-examples/card/basic/card-demo.module.ts",
|
|
8654
|
-
"rawContents": "import {
|
|
8659
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport { SkyCardModule } from '@skyux/layout';\n\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { CardDemoComponent } from './card-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyCardModule,\n SkyCheckboxModule,\n SkyDropdownModule,\n ],\n declarations: [CardDemoComponent],\n exports: [CardDemoComponent],\n})\nexport class CardDemoModule {}\n"
|
|
8655
8660
|
},
|
|
8656
8661
|
{
|
|
8657
8662
|
"fileName": "definition-list-demo.component.html",
|
|
8658
8663
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.html",
|
|
8659
|
-
"rawContents": "<sky-definition-list>\n <sky-definition-list-heading>\n Definition list heading\n </sky-definition-list-heading>\n <sky-definition-list-content *ngFor=\"let item of items\">\n <sky-definition-list-label>\n {{item.label}}\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{item.value}}\n </sky-definition-list-value>\n </sky-definition-list-content>\n</sky-definition-list>\n"
|
|
8664
|
+
"rawContents": "<sky-definition-list>\n <sky-definition-list-heading>\n Definition list heading\n </sky-definition-list-heading>\n <sky-definition-list-content *ngFor=\"let item of items\">\n <sky-definition-list-label>\n {{ item.label }}\n </sky-definition-list-label>\n <sky-definition-list-value>\n {{ item.value }}\n </sky-definition-list-value>\n </sky-definition-list-content>\n</sky-definition-list>\n"
|
|
8660
8665
|
},
|
|
8661
8666
|
{
|
|
8662
8667
|
"fileName": "definition-list-demo.component.ts",
|
|
8663
8668
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.component.ts",
|
|
8664
|
-
"rawContents": "import {
|
|
8669
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-definition-list-demo',\n templateUrl: './definition-list-demo.component.html',\n})\nexport class DefinitionListDemoComponent {\n public items: { label: string; value: string }[] = [\n {\n label: 'Field 1',\n value: 'Field 1 value',\n },\n {\n label: 'Field 2',\n value: 'Field 2 value',\n },\n {\n label: 'Field 3',\n value: undefined,\n },\n {\n label: 'Field 4',\n value: 'Field 4 value',\n },\n ];\n}\n"
|
|
8665
8670
|
},
|
|
8666
8671
|
{
|
|
8667
8672
|
"fileName": "definition-list-demo.module.ts",
|
|
8668
8673
|
"filePath": "/projects/layout/documentation/code-examples/definition-list/basic/definition-list-demo.module.ts",
|
|
8669
|
-
"rawContents": "import {
|
|
8674
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDefinitionListModule } from '@skyux/layout';\n\nimport { DefinitionListDemoComponent } from './definition-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDefinitionListModule],\n declarations: [DefinitionListDemoComponent],\n exports: [DefinitionListDemoComponent],\n})\nexport class DefinitionListDemoModule {}\n"
|
|
8670
8675
|
},
|
|
8671
8676
|
{
|
|
8672
8677
|
"fileName": "description-list-demo.component.html",
|
|
8673
8678
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.html",
|
|
8674
|
-
"rawContents": "<sky-description-list
|
|
8679
|
+
"rawContents": "<sky-description-list mode=\"horizontal\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
|
8675
8680
|
},
|
|
8676
8681
|
{
|
|
8677
8682
|
"fileName": "description-list-demo.component.ts",
|
|
8678
8683
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.component.ts",
|
|
8679
|
-
"rawContents": "import {
|
|
8684
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences',\n },\n {\n term: 'Department',\n description: 'Anthropology',\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer',\n },\n {\n term: 'Class year',\n description: '2024',\n },\n ];\n}\n"
|
|
8680
8685
|
},
|
|
8681
8686
|
{
|
|
8682
8687
|
"fileName": "description-list-demo.module.ts",
|
|
8683
8688
|
"filePath": "/projects/layout/documentation/code-examples/description-list/horizontal/description-list-demo.module.ts",
|
|
8684
|
-
"rawContents": "import {
|
|
8689
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
|
|
8685
8690
|
},
|
|
8686
8691
|
{
|
|
8687
8692
|
"fileName": "description-list-demo.component.html",
|
|
8688
8693
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.html",
|
|
8689
|
-
"rawContents": "<sky-description-list
|
|
8694
|
+
"rawContents": "<sky-description-list mode=\"longDescription\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
|
8690
8695
|
},
|
|
8691
8696
|
{
|
|
8692
8697
|
"fileName": "description-list-demo.component.ts",
|
|
8693
8698
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.component.ts",
|
|
8694
|
-
"rawContents": "import {
|
|
8699
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'Good Health and Well-being',\n description:\n 'Ensure healthy lives and promote well-being for all at all ages.',\n },\n {\n term: 'Quality Education',\n description:\n 'Ensure inclusive and equitable quality education and promote lifelong learning opportunities for all.',\n },\n {\n term: 'Gender Equity',\n description: 'Achieve gender equality and empower all women and girls.',\n },\n ];\n}\n"
|
|
8695
8700
|
},
|
|
8696
8701
|
{
|
|
8697
8702
|
"fileName": "description-list-demo.module.ts",
|
|
8698
8703
|
"filePath": "/projects/layout/documentation/code-examples/description-list/long-description/description-list-demo.module.ts",
|
|
8699
|
-
"rawContents": "import {
|
|
8704
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
|
|
8700
8705
|
},
|
|
8701
8706
|
{
|
|
8702
8707
|
"fileName": "description-list-demo.component.html",
|
|
8703
8708
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.html",
|
|
8704
|
-
"rawContents": "<sky-description-list
|
|
8709
|
+
"rawContents": "<sky-description-list mode=\"vertical\">\n <sky-description-list-content *ngFor=\"let item of items\">\n <sky-description-list-term>\n {{ item.term }}\n </sky-description-list-term>\n <sky-description-list-description>\n {{ item.description }}\n </sky-description-list-description>\n </sky-description-list-content>\n</sky-description-list>\n"
|
|
8705
8710
|
},
|
|
8706
8711
|
{
|
|
8707
8712
|
"fileName": "description-list-demo.component.ts",
|
|
8708
8713
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.component.ts",
|
|
8709
|
-
"rawContents": "import {
|
|
8714
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-description-list-demo',\n templateUrl: './description-list-demo.component.html',\n})\nexport class DescriptionListDemoComponent {\n public items: { term: string; description: string }[] = [\n {\n term: 'College',\n description: 'Humanities and Social Sciences',\n },\n {\n term: 'Department',\n description: 'Anthropology',\n },\n {\n term: 'Advisor',\n description: 'Calandra Geer',\n },\n {\n term: 'Class year',\n description: '2024',\n },\n ];\n}\n"
|
|
8710
8715
|
},
|
|
8711
8716
|
{
|
|
8712
8717
|
"fileName": "description-list-demo.module.ts",
|
|
8713
8718
|
"filePath": "/projects/layout/documentation/code-examples/description-list/vertical/description-list-demo.module.ts",
|
|
8714
|
-
"rawContents": "import {
|
|
8719
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyDescriptionListModule } from '@skyux/layout';\n\nimport { DescriptionListDemoComponent } from './description-list-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyDescriptionListModule],\n declarations: [DescriptionListDemoComponent],\n exports: [DescriptionListDemoComponent],\n})\nexport class DescriptionListDemoModule {}\n"
|
|
8715
8720
|
},
|
|
8716
8721
|
{
|
|
8717
8722
|
"fileName": "fluid-grid-demo.component.html",
|
|
8718
8723
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.html",
|
|
8719
|
-
"rawContents": "<div
|
|
8724
|
+
"rawContents": "<div class=\"highlight-columns\">\n <sky-fluid-grid>\n <sky-row>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"1\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"5\"> small=\"5\" </sky-column>\n <sky-column screenSmall=\"7\"> small=\"7\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"6\"> small=\"6\" </sky-column>\n <sky-column screenSmall=\"6\"> small=\"6\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"8\"> small=\"8\" </sky-column>\n <sky-column screenSmall=\"4\"> small=\"4\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"9\"> small=\"9\" </sky-column>\n <sky-column screenSmall=\"3\"> small=\"3\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"10\"> small=\"10\" </sky-column>\n <sky-column screenSmall=\"2\"> small=\"2\" </sky-column>\n </sky-row>\n\n <sky-row>\n <sky-column screenSmall=\"11\"> small=\"11\" </sky-column>\n <sky-column screenSmall=\"1\"> small=\"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\" small=\"8\" medium=\"9\" large=\"10\"\n </sky-column>\n <sky-column\n screenXSmall=\"6\"\n screenSmall=\"4\"\n screenMedium=\"3\"\n screenLarge=\"2\"\n >\n screenXSmall=\"6\" small=\"4\" medium=\"3\" large=\"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"
|
|
8720
8725
|
},
|
|
8721
8726
|
{
|
|
8722
8727
|
"fileName": "fluid-grid-demo.component.ts",
|
|
8723
8728
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.component.ts",
|
|
8724
|
-
"rawContents": "import {
|
|
8729
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-fluid-grid-demo',\n templateUrl: './fluid-grid-demo.component.html',\n styles: [\n `\n .highlight-columns .sky-column {\n background-color: #97eced;\n border: 1px solid #56e0e1;\n overflow-wrap: break-word;\n }\n `,\n ],\n})\nexport class FluidGridDemoComponent {}\n"
|
|
8725
8730
|
},
|
|
8726
8731
|
{
|
|
8727
8732
|
"fileName": "fluid-grid-demo.module.ts",
|
|
8728
8733
|
"filePath": "/projects/layout/documentation/code-examples/fluid-grid/fluid-grid-demo.module.ts",
|
|
8729
|
-
"rawContents": "import {
|
|
8734
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyFluidGridModule } from '@skyux/layout';\n\nimport { FluidGridDemoComponent } from './fluid-grid-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFluidGridModule],\n declarations: [FluidGridDemoComponent],\n exports: [FluidGridDemoComponent],\n})\nexport class FormatDemoModule {}\n"
|
|
8730
8735
|
},
|
|
8731
8736
|
{
|
|
8732
8737
|
"fileName": "format-demo.component.html",
|
|
@@ -8741,37 +8746,37 @@
|
|
|
8741
8746
|
{
|
|
8742
8747
|
"fileName": "format-demo.component.ts",
|
|
8743
8748
|
"filePath": "/projects/layout/documentation/code-examples/format/format-demo.component.ts",
|
|
8744
|
-
"rawContents": "import {
|
|
8749
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-format-demo',\n templateUrl: './format-demo.component.html',\n styleUrls: ['./format-demo.component.scss'],\n})\nexport class FormatDemoComponent {}\n"
|
|
8745
8750
|
},
|
|
8746
8751
|
{
|
|
8747
8752
|
"fileName": "format-demo.module.ts",
|
|
8748
8753
|
"filePath": "/projects/layout/documentation/code-examples/format/format-demo.module.ts",
|
|
8749
|
-
"rawContents": "import {
|
|
8754
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyFormatModule } from '@skyux/layout';\n\nimport { FormatDemoComponent } from './format-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyFormatModule],\n declarations: [FormatDemoComponent],\n exports: [FormatDemoComponent],\n})\nexport class FormatDemoModule {}\n"
|
|
8750
8755
|
},
|
|
8751
8756
|
{
|
|
8752
8757
|
"fileName": "inline-delete-card-demo.component.html",
|
|
8753
8758
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.html",
|
|
8754
|
-
"rawContents": "<sky-card
|
|
8759
|
+
"rawContents": "<sky-card [selectable]=\"'false'\">\n <sky-card-title> Card title </sky-card-title>\n <sky-card-content> Card content </sky-card-content>\n <sky-card-actions>\n <button\n class=\"sky-btn sky-btn-danger\"\n id=\"inline-delete-trigger\"\n type=\"button\"\n (click)=\"deleteItem()\"\n >\n Delete\n </button>\n </sky-card-actions>\n <sky-inline-delete\n *ngIf=\"deleting\"\n [pending]=\"pending\"\n (cancelTriggered)=\"onCancelTriggered()\"\n (deleteTriggered)=\"onDeleteTriggered()\"\n ></sky-inline-delete>\n</sky-card>\n"
|
|
8755
8760
|
},
|
|
8756
8761
|
{
|
|
8757
8762
|
"fileName": "inline-delete-card-demo.component.ts",
|
|
8758
8763
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.component.ts",
|
|
8759
|
-
"rawContents": "import {
|
|
8764
|
+
"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: boolean = false;\n\n public pending: boolean = 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"
|
|
8760
8765
|
},
|
|
8761
8766
|
{
|
|
8762
8767
|
"fileName": "inline-delete-card-demo.module.ts",
|
|
8763
8768
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/card/inline-delete-card-demo.module.ts",
|
|
8764
|
-
"rawContents": "import {
|
|
8769
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport {\n SkyCardModule,\n SkyInlineDeleteModule,\n} from '@skyux/layout';\n\nimport { InlineDeleteCardDemoComponent } from './inline-delete-card-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyCardModule, SkyInlineDeleteModule],\n declarations: [InlineDeleteCardDemoComponent],\n exports: [InlineDeleteCardDemoComponent],\n})\nexport class InlineDeleteCardDemoModule {}\n"
|
|
8765
8770
|
},
|
|
8766
8771
|
{
|
|
8767
8772
|
"fileName": "inilne-delete-demo.component.ts",
|
|
8768
8773
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inilne-delete-demo.component.ts",
|
|
8769
|
-
"rawContents": "import {
|
|
8774
|
+
"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: boolean = false;\n\n public pending: boolean = 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 this.deleting = false;\n }\n}\n"
|
|
8770
8775
|
},
|
|
8771
8776
|
{
|
|
8772
8777
|
"fileName": "inline-delete-demo.component.html",
|
|
8773
8778
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.component.html",
|
|
8774
|
-
"rawContents": "<div
|
|
8779
|
+
"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"
|
|
8775
8780
|
},
|
|
8776
8781
|
{
|
|
8777
8782
|
"fileName": "inline-delete-demo.component.scss",
|
|
@@ -8781,127 +8786,127 @@
|
|
|
8781
8786
|
{
|
|
8782
8787
|
"fileName": "inline-delete-demo.module.ts",
|
|
8783
8788
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/custom/inline-delete-demo.module.ts",
|
|
8784
|
-
"rawContents": "import {
|
|
8789
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyInlineDeleteModule } from '@skyux/layout';\n\nimport { InlineDeleteDemoComponent } from './inilne-delete-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyInlineDeleteModule],\n declarations: [InlineDeleteDemoComponent],\n exports: [InlineDeleteDemoComponent],\n})\nexport class InlineDeleteDemoModule {}\n"
|
|
8785
8790
|
},
|
|
8786
8791
|
{
|
|
8787
8792
|
"fileName": "inilne-delete-repeater-demo.component.ts",
|
|
8788
8793
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inilne-delete-repeater-demo.component.ts",
|
|
8789
|
-
"rawContents": "import {
|
|
8794
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-inline-delete-repeater-demo',\n templateUrl: './inline-delete-repeater-demo.component.html',\n})\nexport class InlineDeleteRepeaterDemoComponent {\n public originalRepeaterDemoItems: any = [\n {\n title: 'Individual',\n cost: '$75.00',\n description: '1 ticket',\n },\n {\n title: 'Foursome',\n cost: '$250.00',\n description: '4 tickets',\n },\n {\n title: 'Hole sponsor',\n cost: '$1,000.00',\n description: '8 tickets',\n },\n ];\n\n public repeaterDemoItems: any = this.originalRepeaterDemoItems;\n\n public repeaterDemoShownInlineDeletes: string[] = [];\n\n public showInlineDelete(title: string) {\n this.repeaterDemoShownInlineDeletes.push(title);\n }\n\n public deleteItem(title: string) {\n this.repeaterDemoItems = this.repeaterDemoItems.filter(\n (demoItem: any) => demoItem.title !== title\n );\n this.repeaterDemoShownInlineDeletes =\n this.repeaterDemoShownInlineDeletes.filter(\n (demoItem: any) => demoItem !== title\n );\n }\n\n public cancelDeletion(title: string) {\n this.repeaterDemoShownInlineDeletes =\n this.repeaterDemoShownInlineDeletes.filter(\n (demoItem: any) => demoItem !== title\n );\n }\n\n public onResetClick() {\n this.repeaterDemoItems = this.originalRepeaterDemoItems;\n this.repeaterDemoShownInlineDeletes = [];\n }\n}\n"
|
|
8790
8795
|
},
|
|
8791
8796
|
{
|
|
8792
8797
|
"fileName": "inline-delete-repeater-demo.component.html",
|
|
8793
8798
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.component.html",
|
|
8794
|
-
"rawContents": "<sky-repeater
|
|
8799
|
+
"rawContents": "<sky-repeater style=\"width: 100%\">\n <sky-repeater-item *ngFor=\"let item of repeaterDemoItems\">\n <sky-repeater-item-context-menu>\n <sky-dropdown buttonType=\"context-menu\">\n <sky-dropdown-menu>\n <sky-dropdown-item>\n <button type=\"button\" (click)=\"showInlineDelete(item.title)\">\n Delete\n </button>\n </sky-dropdown-item>\n </sky-dropdown-menu>\n </sky-dropdown>\n </sky-repeater-item-context-menu>\n <sky-repeater-item-title class=\"sky-demo-inline-delete-flex\">\n <div>\n {{ item.title }}\n </div>\n <div>\n {{ item.cost }}\n </div>\n </sky-repeater-item-title>\n <sky-repeater-item-content>\n {{ item.description }}\n </sky-repeater-item-content>\n <sky-inline-delete\n *ngIf=\"repeaterDemoShownInlineDeletes.indexOf(item.title) >= 0\"\n (cancelTriggered)=\"cancelDeletion(item.title)\"\n (deleteTriggered)=\"deleteItem(item.title)\"\n ></sky-inline-delete>\n </sky-repeater-item>\n</sky-repeater>\n\n<button class=\"sky-btn sky-btn-primary\" type=\"button\" (click)=\"onResetClick()\">\n Reset Repeater\n</button>\n"
|
|
8795
8800
|
},
|
|
8796
8801
|
{
|
|
8797
8802
|
"fileName": "inline-delete-repeater-demo.module.ts",
|
|
8798
8803
|
"filePath": "/projects/layout/documentation/code-examples/inline-delete/repeater/inline-delete-repeater-demo.module.ts",
|
|
8799
|
-
"rawContents": "import {
|
|
8804
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyInlineDeleteModule } from '@skyux/layout';\n\nimport { SkyRepeaterModule } from '@skyux/lists';\n\nimport { SkyDropdownModule } from '@skyux/popovers';\n\nimport { InlineDeleteRepeaterDemoComponent } from './inilne-delete-repeater-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n SkyDropdownModule,\n SkyInlineDeleteModule,\n SkyRepeaterModule,\n ],\n declarations: [InlineDeleteRepeaterDemoComponent],\n exports: [InlineDeleteRepeaterDemoComponent],\n})\nexport class InlineDeleteRepeaterDemoModule {}\n"
|
|
8800
8805
|
},
|
|
8801
8806
|
{
|
|
8802
8807
|
"fileName": "page-summary-demo.component.html",
|
|
8803
8808
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.html",
|
|
8804
|
-
"rawContents": "<sky-page-summary>\n <sky-page-summary-alert *ngIf=\"showAlert\">\n <sky-alert
|
|
8809
|
+
"rawContents": "<sky-page-summary>\n <sky-page-summary-alert *ngIf=\"showAlert\">\n <sky-alert alertType=\"info\"> This is an alert. </sky-alert>\n </sky-page-summary-alert>\n <sky-page-summary-image *ngIf=\"showImage\">\n <sky-avatar [name]=\"name\" [canChange]=\"true\"></sky-avatar>\n </sky-page-summary-image>\n <sky-page-summary-title *ngIf=\"showTitle\">\n {{ name }}\n </sky-page-summary-title>\n <sky-page-summary-subtitle *ngIf=\"showSubtitle\">\n Board member\n </sky-page-summary-subtitle>\n <sky-page-summary-status *ngIf=\"showStatus\">\n <sky-label labelType=\"success\"> Fundraiser </sky-label>\n <sky-label> Inactive </sky-label>\n </sky-page-summary-status>\n <sky-page-summary-content *ngIf=\"showContent\">\n This is the arbitrary content section. You can display any kind of content\n to complement the content on a page. We recommend that you display content\n to support the key tasks of users of users who visit the page. We also\n recommend that you keep in mind the context of how users will use the\n content and limit the amount of content to avoid overloading the summary.\n </sky-page-summary-content>\n <sky-page-summary-key-info *ngIf=\"showKeyInfo\">\n <sky-key-info>\n <sky-key-info-value> $1,500 </sky-key-info-value>\n <sky-key-info-label> Largest gift </sky-key-info-label>\n </sky-key-info>\n <sky-key-info>\n <sky-key-info-value> 37 </sky-key-info-value>\n <sky-key-info-label> Total gifts </sky-key-info-label>\n </sky-key-info>\n </sky-page-summary-key-info>\n</sky-page-summary>\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)]=\"showSubtitle\">\n <sky-checkbox-label> Show subtitle </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showImage\">\n <sky-checkbox-label> Show image </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showStatus\">\n <sky-checkbox-label> Show record status </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showKeyInfo\">\n <sky-checkbox-label> Show key information </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showContent\">\n <sky-checkbox-label> Show arbitrary content </sky-checkbox-label>\n </sky-checkbox>\n </li>\n <li>\n <sky-checkbox [(ngModel)]=\"showAlert\">\n <sky-checkbox-label> Show alert </sky-checkbox-label>\n </sky-checkbox>\n </li>\n</ul>\n"
|
|
8805
8810
|
},
|
|
8806
8811
|
{
|
|
8807
8812
|
"fileName": "page-summary-demo.component.ts",
|
|
8808
8813
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.component.ts",
|
|
8809
|
-
"rawContents": "import {
|
|
8814
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-page-summary-demo',\n templateUrl: './page-summary-demo.component.html',\n})\nexport class PageSummaryDemoComponent {\n public name = 'Robert C. Hernandez';\n\n public showAlert = true;\n\n public showContent = true;\n\n public showImage = true;\n\n public showKeyInfo = true;\n\n public showStatus = true;\n\n public showSubtitle = true;\n\n public showTitle = true;\n}\n"
|
|
8810
8815
|
},
|
|
8811
8816
|
{
|
|
8812
8817
|
"fileName": "page-summary-demo.module.ts",
|
|
8813
8818
|
"filePath": "/projects/layout/documentation/code-examples/page-summary/basic/page-summary-demo.module.ts",
|
|
8814
|
-
"rawContents": "import {
|
|
8819
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { FormsModule } from '@angular/forms';\n\nimport { SkyAvatarModule } from '@skyux/avatar';\n\nimport { SkyCheckboxModule } from '@skyux/forms';\n\nimport {\n SkyAlertModule,\n SkyKeyInfoModule,\n SkyLabelModule,\n} from '@skyux/indicators';\n\nimport { SkyPageSummaryModule } from '@skyux/layout';\n\nimport { PageSummaryDemoComponent } from './page-summary-demo.component';\n\n@NgModule({\n imports: [\n CommonModule,\n FormsModule,\n SkyPageSummaryModule,\n SkyAlertModule,\n SkyAvatarModule,\n SkyCheckboxModule,\n SkyLabelModule,\n SkyKeyInfoModule,\n ],\n declarations: [PageSummaryDemoComponent],\n exports: [PageSummaryDemoComponent],\n})\nexport class PageSummaryDemoModule {}\n"
|
|
8815
8820
|
},
|
|
8816
8821
|
{
|
|
8817
8822
|
"fileName": "text-expand-demo.component.html",
|
|
8818
8823
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.html",
|
|
8819
|
-
"rawContents": "<sky-text-expand
|
|
8824
|
+
"rawContents": "<sky-text-expand [text]=\"longText\"> </sky-text-expand>\n"
|
|
8820
8825
|
},
|
|
8821
8826
|
{
|
|
8822
8827
|
"fileName": "text-expand-demo.component.ts",
|
|
8823
8828
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.component.ts",
|
|
8824
|
-
"rawContents": "import {
|
|
8829
|
+
"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 // tslint:disable-next-line\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"
|
|
8825
8830
|
},
|
|
8826
8831
|
{
|
|
8827
8832
|
"fileName": "text-expand-demo.module.ts",
|
|
8828
8833
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/inline/text-expand-demo.module.ts",
|
|
8829
|
-
"rawContents": "import {
|
|
8834
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
|
|
8830
8835
|
},
|
|
8831
8836
|
{
|
|
8832
8837
|
"fileName": "text-expand-demo.component.html",
|
|
8833
8838
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.html",
|
|
8834
|
-
"rawContents": "<sky-text-expand
|
|
8839
|
+
"rawContents": "<sky-text-expand [text]=\"longText\" [maxExpandedLength]=\"100\"> </sky-text-expand>\n"
|
|
8835
8840
|
},
|
|
8836
8841
|
{
|
|
8837
8842
|
"fileName": "text-expand-demo.component.ts",
|
|
8838
8843
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.component.ts",
|
|
8839
|
-
"rawContents": "import {
|
|
8844
|
+
"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 // tslint:disable-next-line\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"
|
|
8840
8845
|
},
|
|
8841
8846
|
{
|
|
8842
8847
|
"fileName": "text-expand-demo.module.ts",
|
|
8843
8848
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/modal/text-expand-demo.module.ts",
|
|
8844
|
-
"rawContents": "import {
|
|
8849
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
|
|
8845
8850
|
},
|
|
8846
8851
|
{
|
|
8847
8852
|
"fileName": "text-expand-demo.component.html",
|
|
8848
8853
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.html",
|
|
8849
|
-
"rawContents": "<sky-text-expand
|
|
8854
|
+
"rawContents": "<sky-text-expand [text]=\"newlinesText\" [truncateNewlines]=\"false\">\n</sky-text-expand>\n"
|
|
8850
8855
|
},
|
|
8851
8856
|
{
|
|
8852
8857
|
"fileName": "text-expand-demo.component.ts",
|
|
8853
8858
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.component.ts",
|
|
8854
|
-
"rawContents": "import {
|
|
8859
|
+
"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 // tslint:disable-next-line\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"
|
|
8855
8860
|
},
|
|
8856
8861
|
{
|
|
8857
8862
|
"fileName": "text-expand-demo.module.ts",
|
|
8858
8863
|
"filePath": "/projects/layout/documentation/code-examples/text-expand/newline/text-expand-demo.module.ts",
|
|
8859
|
-
"rawContents": "import {
|
|
8864
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandModule } from '@skyux/layout';\n\nimport { TextExpandDemoComponent } from './text-expand-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandModule],\n declarations: [TextExpandDemoComponent],\n exports: [TextExpandDemoComponent],\n})\nexport class TextExpandDemoModule {}\n"
|
|
8860
8865
|
},
|
|
8861
8866
|
{
|
|
8862
8867
|
"fileName": "text-expand-repeater-demo.component.html",
|
|
8863
8868
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.html",
|
|
8864
|
-
"rawContents": "<sky-text-expand-repeater
|
|
8869
|
+
"rawContents": "<sky-text-expand-repeater [data]=\"repeaterData\" [maxItems]=\"2\">\n</sky-text-expand-repeater>\n"
|
|
8865
8870
|
},
|
|
8866
8871
|
{
|
|
8867
8872
|
"fileName": "text-expand-repeater-demo.component.ts",
|
|
8868
8873
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.component.ts",
|
|
8869
|
-
"rawContents": "import {
|
|
8874
|
+
"rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-text-expand-repeater-demo',\n templateUrl: './text-expand-repeater-demo.component.html',\n})\nexport class TextExpandRepeaterDemoComponent {\n public repeaterData: string[] = [\n 'Repeater item 1',\n 'Repeater item 2',\n 'Repeater item 3',\n 'Repeater item 4',\n 'Repeater item 5',\n ];\n}\n"
|
|
8870
8875
|
},
|
|
8871
8876
|
{
|
|
8872
8877
|
"fileName": "text-expand-repeater-demo.module.ts",
|
|
8873
8878
|
"filePath": "/projects/layout/documentation/code-examples/text-expand-repeater/text-expand-repeater-demo.module.ts",
|
|
8874
|
-
"rawContents": "import {
|
|
8879
|
+
"rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTextExpandRepeaterModule } from '@skyux/layout';\n\nimport { TextExpandRepeaterDemoComponent } from './text-expand-repeater-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyTextExpandRepeaterModule],\n declarations: [TextExpandRepeaterDemoComponent],\n exports: [TextExpandRepeaterDemoComponent],\n})\nexport class TextExpandRepeaterDemoModule {}\n"
|
|
8875
8880
|
},
|
|
8876
8881
|
{
|
|
8877
8882
|
"fileName": "toolbar-demo.component.html",
|
|
8878
8883
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.html",
|
|
8879
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button
|
|
8884
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-primary\" type=\"button\">Button 1</button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">Button 2</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 >\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 >\n <sky-icon icon=\"angle-double-up\"></sky-icon>\n </button>\n </sky-toolbar-view-actions>\n</sky-toolbar>\n"
|
|
8880
8885
|
},
|
|
8881
8886
|
{
|
|
8882
8887
|
"fileName": "toolbar-demo.component.ts",
|
|
8883
8888
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.component.ts",
|
|
8884
|
-
"rawContents": "import {
|
|
8889
|
+
"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"
|
|
8885
8890
|
},
|
|
8886
8891
|
{
|
|
8887
8892
|
"fileName": "toolbar-demo.module.ts",
|
|
8888
8893
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/basic/toolbar-demo.module.ts",
|
|
8889
|
-
"rawContents": "import {
|
|
8894
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { ToolbarDemoComponent } from './toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyToolbarModule],\n exports: [ToolbarDemoComponent],\n declarations: [ToolbarDemoComponent],\n})\nexport class ToolbarDemoModule {}\n"
|
|
8890
8895
|
},
|
|
8891
8896
|
{
|
|
8892
8897
|
"fileName": "toolbar-demo.component.html",
|
|
8893
8898
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.html",
|
|
8894
|
-
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button
|
|
8899
|
+
"rawContents": "<sky-toolbar>\n <sky-toolbar-section>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-primary\" type=\"button\">Button 1</button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">Button 2</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 >\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 >\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 class=\"sky-btn sky-btn-default\" type=\"button\">\n <sky-icon icon=\"sort\"></sky-icon>\n </button>\n </sky-toolbar-item>\n <sky-toolbar-item>\n <button class=\"sky-btn sky-btn-default\" type=\"button\">\n <sky-icon icon=\"filter\"></sky-icon>\n </button>\n </sky-toolbar-item>\n </sky-toolbar-section>\n</sky-toolbar>\n"
|
|
8895
8900
|
},
|
|
8896
8901
|
{
|
|
8897
8902
|
"fileName": "toolbar-demo.component.ts",
|
|
8898
8903
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.component.ts",
|
|
8899
|
-
"rawContents": "import {
|
|
8904
|
+
"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"
|
|
8900
8905
|
},
|
|
8901
8906
|
{
|
|
8902
8907
|
"fileName": "toolbar-demo.module.ts",
|
|
8903
8908
|
"filePath": "/projects/layout/documentation/code-examples/toolbar/sectioned/toolbar-demo.module.ts",
|
|
8904
|
-
"rawContents": "import {
|
|
8909
|
+
"rawContents": "import { CommonModule } from '@angular/common';\n\nimport { NgModule } from '@angular/core';\n\nimport { SkyIconModule } from '@skyux/indicators';\n\nimport { SkyToolbarModule } from '@skyux/layout';\n\nimport { ToolbarDemoComponent } from './toolbar-demo.component';\n\n@NgModule({\n imports: [CommonModule, SkyIconModule, SkyToolbarModule],\n exports: [ToolbarDemoComponent],\n declarations: [ToolbarDemoComponent],\n})\nexport class ToolbarDemoModule {}\n"
|
|
8905
8910
|
}
|
|
8906
8911
|
]
|
|
8907
8912
|
}
|