@skyux/tiles 9.0.0-alpha.8 → 9.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/documentation.json +150 -150
  2. package/esm2022/lib/modules/shared/sky-tiles-resources.module.mjs +4 -2
  3. package/esm2022/lib/modules/tiles/tile/tile-summary.component.mjs +3 -5
  4. package/esm2022/lib/modules/tiles/tile/tile-title.component.mjs +4 -3
  5. package/esm2022/lib/modules/tiles/tile/tile.component.mjs +15 -3
  6. package/esm2022/lib/modules/tiles/tile/tile.module.mjs +4 -36
  7. package/esm2022/lib/modules/tiles/tile-content/tile-content-section.component.mjs +4 -3
  8. package/esm2022/lib/modules/tiles/tile-content/tile-content.component.mjs +3 -3
  9. package/esm2022/lib/modules/tiles/tile-content/tile-content.module.mjs +4 -7
  10. package/esm2022/lib/modules/tiles/tile-dashboard/tile-dashboard.module.mjs +5 -5
  11. package/esm2022/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.mjs +4 -3
  12. package/esm2022/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.mjs +4 -7
  13. package/esm2022/lib/modules/tiles/tiles.module.mjs +3 -7
  14. package/fesm2022/skyux-tiles.mjs +72 -96
  15. package/fesm2022/skyux-tiles.mjs.map +1 -1
  16. package/lib/modules/tiles/tile/tile-summary.component.d.ts +1 -1
  17. package/lib/modules/tiles/tile/tile-title.component.d.ts +1 -1
  18. package/lib/modules/tiles/tile/tile.component.d.ts +1 -1
  19. package/lib/modules/tiles/tile/tile.module.d.ts +1 -6
  20. package/lib/modules/tiles/tile-content/tile-content-section.component.d.ts +1 -1
  21. package/lib/modules/tiles/tile-content/tile-content.component.d.ts +1 -1
  22. package/lib/modules/tiles/tile-content/tile-content.module.d.ts +1 -3
  23. package/lib/modules/tiles/tile-dashboard/tile-dashboard.module.d.ts +2 -2
  24. package/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.d.ts +1 -1
  25. package/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.d.ts +1 -3
  26. package/lib/modules/tiles/tiles.module.d.ts +5 -6
  27. package/package.json +6 -6
@@ -62,7 +62,7 @@
62
62
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
63
63
  "line": 13,
64
64
  "character": 2,
65
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L13"
65
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L13"
66
66
  }
67
67
  ],
68
68
  "type": {
@@ -89,7 +89,7 @@
89
89
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
90
90
  "line": 8,
91
91
  "character": 2,
92
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L8"
92
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L8"
93
93
  }
94
94
  ],
95
95
  "type": {
@@ -112,7 +112,7 @@
112
112
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts",
113
113
  "line": 4,
114
114
  "character": 12,
115
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L4"
115
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.ts#L4"
116
116
  }
117
117
  ]
118
118
  },
@@ -134,16 +134,16 @@
134
134
  "sources": [
135
135
  {
136
136
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.module.ts",
137
- "line": 13,
137
+ "line": 10,
138
138
  "character": 13,
139
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.module.ts#L13"
139
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.module.ts#L10"
140
140
  }
141
141
  ],
142
142
  "decorators": [
143
143
  {
144
144
  "name": "NgModule",
145
145
  "arguments": {
146
- "obj": "@NgModule({\n declarations: [SkyTileContentComponent, SkyTileContentSectionComponent],\n imports: [CommonModule, SkyThemeModule],\n exports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n})"
146
+ "obj": "@NgModule({\n imports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n exports: [SkyTileContentComponent, SkyTileContentSectionComponent],\n})"
147
147
  }
148
148
  }
149
149
  ]
@@ -166,16 +166,16 @@
166
166
  "sources": [
167
167
  {
168
168
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts",
169
- "line": 13,
169
+ "line": 9,
170
170
  "character": 13,
171
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts#L13"
171
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.ts#L9"
172
172
  }
173
173
  ],
174
174
  "decorators": [
175
175
  {
176
176
  "name": "NgModule",
177
177
  "arguments": {
178
- "obj": "@NgModule({\n declarations: [SkyTileDashboardColumnComponent],\n imports: [CommonModule, DragulaModule],\n exports: [SkyTileDashboardColumnComponent],\n})"
178
+ "obj": "@NgModule({\n imports: [SkyTileDashboardColumnComponent],\n exports: [SkyTileDashboardColumnComponent],\n})"
179
179
  }
180
180
  }
181
181
  ]
@@ -200,14 +200,14 @@
200
200
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.module.ts",
201
201
  "line": 21,
202
202
  "character": 13,
203
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.module.ts#L21"
203
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.module.ts#L21"
204
204
  }
205
205
  ],
206
206
  "decorators": [
207
207
  {
208
208
  "name": "NgModule",
209
209
  "arguments": {
210
- "obj": "@NgModule({\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnModule,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n})"
210
+ "obj": "@NgModule({\n declarations: [SkyTileDashboardComponent],\n providers: [DragulaService],\n imports: [\n CommonModule,\n SkyTileDashboardColumnComponent,\n SkyTilesResourcesModule,\n ],\n exports: [SkyTileDashboardComponent],\n})"
211
211
  }
212
212
  }
213
213
  ]
@@ -230,7 +230,7 @@
230
230
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
231
231
  "line": 62,
232
232
  "character": 2,
233
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
233
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
234
234
  }
235
235
  ],
236
236
  "signatures": [
@@ -245,7 +245,7 @@
245
245
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
246
246
  "line": 62,
247
247
  "character": 2,
248
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
248
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L62"
249
249
  }
250
250
  ],
251
251
  "type": {
@@ -278,7 +278,7 @@
278
278
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
279
279
  "line": 48,
280
280
  "character": 9,
281
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L48"
281
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L48"
282
282
  }
283
283
  ],
284
284
  "type": {
@@ -316,7 +316,7 @@
316
316
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
317
317
  "line": 117,
318
318
  "character": 9,
319
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L117"
319
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L117"
320
320
  }
321
321
  ],
322
322
  "signatures": [
@@ -339,7 +339,7 @@
339
339
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
340
340
  "line": 117,
341
341
  "character": 2,
342
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L117"
342
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L117"
343
343
  }
344
344
  ],
345
345
  "parameters": [
@@ -416,7 +416,7 @@
416
416
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
417
417
  "line": 146,
418
418
  "character": 9,
419
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L146"
419
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L146"
420
420
  }
421
421
  ],
422
422
  "signatures": [
@@ -439,7 +439,7 @@
439
439
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
440
440
  "line": 146,
441
441
  "character": 2,
442
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L146"
442
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L146"
443
443
  }
444
444
  ],
445
445
  "parameters": [
@@ -484,7 +484,7 @@
484
484
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
485
485
  "line": 171,
486
486
  "character": 9,
487
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L171"
487
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L171"
488
488
  }
489
489
  ],
490
490
  "signatures": [
@@ -507,7 +507,7 @@
507
507
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
508
508
  "line": 171,
509
509
  "character": 2,
510
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L171"
510
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L171"
511
511
  }
512
512
  ],
513
513
  "parameters": [
@@ -573,7 +573,7 @@
573
573
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
574
574
  "line": 132,
575
575
  "character": 9,
576
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L132"
576
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L132"
577
577
  }
578
578
  ],
579
579
  "signatures": [
@@ -596,7 +596,7 @@
596
596
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
597
597
  "line": 132,
598
598
  "character": 2,
599
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L132"
599
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L132"
600
600
  }
601
601
  ],
602
602
  "parameters": [
@@ -659,7 +659,7 @@
659
659
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.service.ts",
660
660
  "line": 33,
661
661
  "character": 13,
662
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L33"
662
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.service.ts#L33"
663
663
  }
664
664
  ],
665
665
  "decorators": [
@@ -689,16 +689,16 @@
689
689
  "sources": [
690
690
  {
691
691
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.module.ts",
692
- "line": 30,
692
+ "line": 11,
693
693
  "character": 13,
694
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.module.ts#L30"
694
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.module.ts#L11"
695
695
  }
696
696
  ],
697
697
  "decorators": [
698
698
  {
699
699
  "name": "NgModule",
700
700
  "arguments": {
701
- "obj": "@NgModule({\n declarations: [\n SkyTileComponent,\n SkyTileSummaryComponent,\n SkyTileTitleComponent,\n ],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyIdModule,\n SkyIconModule,\n SkyThemeModule,\n SkyTilesResourcesModule,\n SkyTrimModule,\n ],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n})"
701
+ "obj": "@NgModule({\n imports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n exports: [SkyTileComponent, SkyTileSummaryComponent, SkyTileTitleComponent],\n})"
702
702
  }
703
703
  }
704
704
  ]
@@ -721,16 +721,16 @@
721
721
  "sources": [
722
722
  {
723
723
  "fileName": "projects/tiles/src/modules/tiles/tiles.module.ts",
724
- "line": 21,
724
+ "line": 16,
725
725
  "character": 13,
726
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tiles.module.ts#L21"
726
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tiles.module.ts#L16"
727
727
  }
728
728
  ],
729
729
  "decorators": [
730
730
  {
731
731
  "name": "NgModule",
732
732
  "arguments": {
733
- "obj": "@NgModule({\n imports: [CommonModule],\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule,\n ],\n providers: [DragulaService],\n})"
733
+ "obj": "@NgModule({\n exports: [\n SkyTileContentModule,\n SkyTileModule,\n SkyTileDashboardColumnModule,\n SkyTileDashboardModule,\n ],\n})"
734
734
  }
735
735
  }
736
736
  ]
@@ -759,9 +759,9 @@
759
759
  "sources": [
760
760
  {
761
761
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
762
- "line": 117,
762
+ "line": 131,
763
763
  "character": 2,
764
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L117"
764
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L131"
765
765
  }
766
766
  ],
767
767
  "signatures": [
@@ -774,9 +774,9 @@
774
774
  "sources": [
775
775
  {
776
776
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
777
- "line": 117,
777
+ "line": 131,
778
778
  "character": 2,
779
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L117"
779
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L131"
780
780
  }
781
781
  ],
782
782
  "parameters": [
@@ -854,9 +854,9 @@
854
854
  "sources": [
855
855
  {
856
856
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
857
- "line": 96,
857
+ "line": 110,
858
858
  "character": 9,
859
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L96"
859
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L110"
860
860
  }
861
861
  ],
862
862
  "type": {
@@ -876,9 +876,9 @@
876
876
  "sources": [
877
877
  {
878
878
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
879
- "line": 118,
879
+ "line": 132,
880
880
  "character": 11,
881
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L118"
881
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L132"
882
882
  }
883
883
  ],
884
884
  "type": {
@@ -908,9 +908,9 @@
908
908
  "sources": [
909
909
  {
910
910
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
911
- "line": 104,
911
+ "line": 118,
912
912
  "character": 9,
913
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L104"
913
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L118"
914
914
  }
915
915
  ],
916
916
  "type": {
@@ -965,9 +965,9 @@
965
965
  "sources": [
966
966
  {
967
967
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
968
- "line": 70,
968
+ "line": 84,
969
969
  "character": 9,
970
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L70"
970
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L84"
971
971
  }
972
972
  ],
973
973
  "type": {
@@ -1027,9 +1027,9 @@
1027
1027
  "sources": [
1028
1028
  {
1029
1029
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1030
- "line": 63,
1030
+ "line": 77,
1031
1031
  "character": 9,
1032
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L63"
1032
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L77"
1033
1033
  }
1034
1034
  ],
1035
1035
  "type": {
@@ -1065,9 +1065,9 @@
1065
1065
  "sources": [
1066
1066
  {
1067
1067
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1068
- "line": 98,
1068
+ "line": 112,
1069
1069
  "character": 9,
1070
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L98"
1070
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L112"
1071
1071
  }
1072
1072
  ],
1073
1073
  "type": {
@@ -1112,9 +1112,9 @@
1112
1112
  "sources": [
1113
1113
  {
1114
1114
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1115
- "line": 56,
1115
+ "line": 70,
1116
1116
  "character": 9,
1117
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L56"
1117
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L70"
1118
1118
  }
1119
1119
  ],
1120
1120
  "type": {
@@ -1177,9 +1177,9 @@
1177
1177
  "sources": [
1178
1178
  {
1179
1179
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1180
- "line": 43,
1180
+ "line": 57,
1181
1181
  "character": 9,
1182
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L43"
1182
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L57"
1183
1183
  }
1184
1184
  ],
1185
1185
  "type": {
@@ -1231,9 +1231,9 @@
1231
1231
  "sources": [
1232
1232
  {
1233
1233
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1234
- "line": 35,
1234
+ "line": 49,
1235
1235
  "character": 9,
1236
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L35"
1236
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L49"
1237
1237
  }
1238
1238
  ],
1239
1239
  "type": {
@@ -1266,9 +1266,9 @@
1266
1266
  "sources": [
1267
1267
  {
1268
1268
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1269
- "line": 49,
1269
+ "line": 63,
1270
1270
  "character": 9,
1271
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L49"
1271
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L63"
1272
1272
  }
1273
1273
  ],
1274
1274
  "type": {
@@ -1292,9 +1292,9 @@
1292
1292
  "sources": [
1293
1293
  {
1294
1294
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1295
- "line": 110,
1295
+ "line": 124,
1296
1296
  "character": 9,
1297
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L110"
1297
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L124"
1298
1298
  }
1299
1299
  ],
1300
1300
  "type": {
@@ -1325,9 +1325,9 @@
1325
1325
  "sources": [
1326
1326
  {
1327
1327
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1328
- "line": 161,
1328
+ "line": 175,
1329
1329
  "character": 13,
1330
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L161"
1330
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L175"
1331
1331
  }
1332
1332
  ],
1333
1333
  "getSignature": {
@@ -1339,9 +1339,9 @@
1339
1339
  "sources": [
1340
1340
  {
1341
1341
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1342
- "line": 161,
1342
+ "line": 175,
1343
1343
  "character": 2,
1344
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L161"
1344
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L175"
1345
1345
  }
1346
1346
  ],
1347
1347
  "type": {
@@ -1362,9 +1362,9 @@
1362
1362
  "sources": [
1363
1363
  {
1364
1364
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1365
- "line": 157,
1365
+ "line": 171,
1366
1366
  "character": 13,
1367
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L157"
1367
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L171"
1368
1368
  }
1369
1369
  ],
1370
1370
  "getSignature": {
@@ -1376,9 +1376,9 @@
1376
1376
  "sources": [
1377
1377
  {
1378
1378
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1379
- "line": 157,
1379
+ "line": 171,
1380
1380
  "character": 2,
1381
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L157"
1381
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L171"
1382
1382
  }
1383
1383
  ],
1384
1384
  "type": {
@@ -1399,15 +1399,15 @@
1399
1399
  "sources": [
1400
1400
  {
1401
1401
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1402
- "line": 72,
1402
+ "line": 86,
1403
1403
  "character": 13,
1404
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L72"
1404
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L86"
1405
1405
  },
1406
1406
  {
1407
1407
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1408
- "line": 86,
1408
+ "line": 100,
1409
1409
  "character": 13,
1410
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L86"
1410
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L100"
1411
1411
  }
1412
1412
  ],
1413
1413
  "getSignature": {
@@ -1419,9 +1419,9 @@
1419
1419
  "sources": [
1420
1420
  {
1421
1421
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1422
- "line": 72,
1422
+ "line": 86,
1423
1423
  "character": 2,
1424
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L72"
1424
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L86"
1425
1425
  }
1426
1426
  ],
1427
1427
  "type": {
@@ -1457,9 +1457,9 @@
1457
1457
  "sources": [
1458
1458
  {
1459
1459
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1460
- "line": 85,
1460
+ "line": 99,
1461
1461
  "character": 2,
1462
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L85"
1462
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L99"
1463
1463
  }
1464
1464
  ],
1465
1465
  "parameters": [
@@ -1493,9 +1493,9 @@
1493
1493
  "sources": [
1494
1494
  {
1495
1495
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1496
- "line": 169,
1496
+ "line": 183,
1497
1497
  "character": 9,
1498
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L169"
1498
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L183"
1499
1499
  }
1500
1500
  ],
1501
1501
  "signatures": [
@@ -1508,9 +1508,9 @@
1508
1508
  "sources": [
1509
1509
  {
1510
1510
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1511
- "line": 169,
1511
+ "line": 183,
1512
1512
  "character": 2,
1513
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L169"
1513
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L183"
1514
1514
  }
1515
1515
  ],
1516
1516
  "parameters": [
@@ -1545,9 +1545,9 @@
1545
1545
  "sources": [
1546
1546
  {
1547
1547
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1548
- "line": 153,
1548
+ "line": 167,
1549
1549
  "character": 9,
1550
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L153"
1550
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L167"
1551
1551
  }
1552
1552
  ],
1553
1553
  "signatures": [
@@ -1560,9 +1560,9 @@
1560
1560
  "sources": [
1561
1561
  {
1562
1562
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1563
- "line": 153,
1563
+ "line": 167,
1564
1564
  "character": 2,
1565
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L153"
1565
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L167"
1566
1566
  }
1567
1567
  ],
1568
1568
  "type": {
@@ -1584,9 +1584,9 @@
1584
1584
  "sources": [
1585
1585
  {
1586
1586
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1587
- "line": 173,
1587
+ "line": 187,
1588
1588
  "character": 9,
1589
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L173"
1589
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L187"
1590
1590
  }
1591
1591
  ],
1592
1592
  "signatures": [
@@ -1599,9 +1599,9 @@
1599
1599
  "sources": [
1600
1600
  {
1601
1601
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1602
- "line": 173,
1602
+ "line": 187,
1603
1603
  "character": 2,
1604
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L173"
1604
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L187"
1605
1605
  }
1606
1606
  ],
1607
1607
  "parameters": [
@@ -1641,9 +1641,9 @@
1641
1641
  "sources": [
1642
1642
  {
1643
1643
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1644
- "line": 144,
1644
+ "line": 158,
1645
1645
  "character": 9,
1646
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L144"
1646
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L158"
1647
1647
  }
1648
1648
  ],
1649
1649
  "signatures": [
@@ -1656,9 +1656,9 @@
1656
1656
  "sources": [
1657
1657
  {
1658
1658
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1659
- "line": 144,
1659
+ "line": 158,
1660
1660
  "character": 2,
1661
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L144"
1661
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L158"
1662
1662
  }
1663
1663
  ],
1664
1664
  "type": {
@@ -1690,9 +1690,9 @@
1690
1690
  "sources": [
1691
1691
  {
1692
1692
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1693
- "line": 149,
1693
+ "line": 163,
1694
1694
  "character": 9,
1695
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L149"
1695
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L163"
1696
1696
  }
1697
1697
  ],
1698
1698
  "signatures": [
@@ -1705,9 +1705,9 @@
1705
1705
  "sources": [
1706
1706
  {
1707
1707
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1708
- "line": 149,
1708
+ "line": 163,
1709
1709
  "character": 2,
1710
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L149"
1710
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L163"
1711
1711
  }
1712
1712
  ],
1713
1713
  "type": {
@@ -1729,9 +1729,9 @@
1729
1729
  "sources": [
1730
1730
  {
1731
1731
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1732
- "line": 165,
1732
+ "line": 179,
1733
1733
  "character": 9,
1734
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L165"
1734
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L179"
1735
1735
  }
1736
1736
  ],
1737
1737
  "signatures": [
@@ -1744,9 +1744,9 @@
1744
1744
  "sources": [
1745
1745
  {
1746
1746
  "fileName": "lib/modules/tiles/tile/tile.component.ts",
1747
- "line": 165,
1747
+ "line": 179,
1748
1748
  "character": 2,
1749
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L165"
1749
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L179"
1750
1750
  }
1751
1751
  ],
1752
1752
  "type": {
@@ -1804,9 +1804,9 @@
1804
1804
  "sources": [
1805
1805
  {
1806
1806
  "fileName": "projects/tiles/src/modules/tiles/tile/tile.component.ts",
1807
- "line": 28,
1807
+ "line": 42,
1808
1808
  "character": 13,
1809
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L28"
1809
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile.component.ts#L42"
1810
1810
  }
1811
1811
  ],
1812
1812
  "implementedTypes": [
@@ -1824,7 +1824,7 @@
1824
1824
  {
1825
1825
  "name": "Component",
1826
1826
  "arguments": {
1827
- "obj": "@Component({\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide],\n})"
1827
+ "obj": "@Component({\n standalone: true,\n selector: 'sky-tile',\n styleUrls: ['./tile.component.scss'],\n templateUrl: './tile.component.html',\n animations: [skyAnimationSlide],\n imports: [\n CommonModule,\n SkyChevronModule,\n SkyIconModule,\n SkyIdModule,\n SkyThemeModule,\n SkyTilesResourcesModule,\n ],\n})"
1828
1828
  }
1829
1829
  }
1830
1830
  ]
@@ -1855,16 +1855,16 @@
1855
1855
  "sources": [
1856
1856
  {
1857
1857
  "fileName": "projects/tiles/src/modules/tiles/tile/tile-summary.component.ts",
1858
- "line": 12,
1858
+ "line": 11,
1859
1859
  "character": 13,
1860
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.ts#L12"
1860
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.ts#L11"
1861
1861
  }
1862
1862
  ],
1863
1863
  "decorators": [
1864
1864
  {
1865
1865
  "name": "Component",
1866
1866
  "arguments": {
1867
- "obj": "@Component({\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n})"
1867
+ "obj": "@Component({\n standalone: true,\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n})"
1868
1868
  }
1869
1869
  }
1870
1870
  ]
@@ -1895,16 +1895,16 @@
1895
1895
  "sources": [
1896
1896
  {
1897
1897
  "fileName": "projects/tiles/src/modules/tiles/tile/tile-title.component.ts",
1898
- "line": 11,
1898
+ "line": 14,
1899
1899
  "character": 13,
1900
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.ts#L11"
1900
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.ts#L14"
1901
1901
  }
1902
1902
  ],
1903
1903
  "decorators": [
1904
1904
  {
1905
1905
  "name": "Component",
1906
1906
  "arguments": {
1907
- "obj": "@Component({\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n})"
1907
+ "obj": "@Component({\n standalone: true,\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n imports: [SkyTrimModule],\n})"
1908
1908
  }
1909
1909
  }
1910
1910
  ]
@@ -1935,16 +1935,16 @@
1935
1935
  "sources": [
1936
1936
  {
1937
1937
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content-section.component.ts",
1938
- "line": 11,
1938
+ "line": 14,
1939
1939
  "character": 13,
1940
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content-section.component.ts#L11"
1940
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content-section.component.ts#L14"
1941
1941
  }
1942
1942
  ],
1943
1943
  "decorators": [
1944
1944
  {
1945
1945
  "name": "Component",
1946
1946
  "arguments": {
1947
- "obj": "@Component({\n selector: 'sky-tile-content-section',\n styleUrls: ['./tile-content-section.component.scss'],\n templateUrl: './tile-content-section.component.html',\n})"
1947
+ "obj": "@Component({\n standalone: true,\n selector: 'sky-tile-content-section',\n styleUrls: ['./tile-content-section.component.scss'],\n templateUrl: './tile-content-section.component.html',\n imports: [SkyThemeModule],\n})"
1948
1948
  }
1949
1949
  }
1950
1950
  ]
@@ -1975,16 +1975,16 @@
1975
1975
  "sources": [
1976
1976
  {
1977
1977
  "fileName": "projects/tiles/src/modules/tiles/tile-content/tile-content.component.ts",
1978
- "line": 11,
1978
+ "line": 12,
1979
1979
  "character": 13,
1980
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.component.ts#L11"
1980
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-content/tile-content.component.ts#L12"
1981
1981
  }
1982
1982
  ],
1983
1983
  "decorators": [
1984
1984
  {
1985
1985
  "name": "Component",
1986
1986
  "arguments": {
1987
- "obj": "@Component({\n selector: 'sky-tile-content',\n styleUrls: ['./tile-content.component.scss'],\n templateUrl: 'tile-content.component.html',\n})"
1987
+ "obj": "@Component({\n standalone: true,\n selector: 'sky-tile-content',\n styleUrls: ['./tile-content.component.scss'],\n templateUrl: 'tile-content.component.html',\n})"
1988
1988
  }
1989
1989
  }
1990
1990
  ]
@@ -2015,7 +2015,7 @@
2015
2015
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2016
2016
  "line": 99,
2017
2017
  "character": 2,
2018
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
2018
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
2019
2019
  }
2020
2020
  ],
2021
2021
  "signatures": [
@@ -2030,7 +2030,7 @@
2030
2030
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2031
2031
  "line": 99,
2032
2032
  "character": 2,
2033
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
2033
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L99"
2034
2034
  }
2035
2035
  ],
2036
2036
  "parameters": [
@@ -2104,7 +2104,7 @@
2104
2104
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2105
2105
  "line": 79,
2106
2106
  "character": 9,
2107
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L79"
2107
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L79"
2108
2108
  }
2109
2109
  ],
2110
2110
  "type": {
@@ -2150,7 +2150,7 @@
2150
2150
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2151
2151
  "line": 76,
2152
2152
  "character": 9,
2153
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L76"
2153
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L76"
2154
2154
  }
2155
2155
  ],
2156
2156
  "type": {
@@ -2206,7 +2206,7 @@
2206
2206
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2207
2207
  "line": 58,
2208
2208
  "character": 9,
2209
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L58"
2209
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L58"
2210
2210
  }
2211
2211
  ],
2212
2212
  "type": {
@@ -2246,7 +2246,7 @@
2246
2246
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2247
2247
  "line": 89,
2248
2248
  "character": 9,
2249
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L89"
2249
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L89"
2250
2250
  }
2251
2251
  ],
2252
2252
  "type": {
@@ -2292,7 +2292,7 @@
2292
2292
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2293
2293
  "line": 68,
2294
2294
  "character": 9,
2295
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L68"
2295
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L68"
2296
2296
  }
2297
2297
  ],
2298
2298
  "type": {
@@ -2318,7 +2318,7 @@
2318
2318
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2319
2319
  "line": 85,
2320
2320
  "character": 9,
2321
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L85"
2321
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L85"
2322
2322
  }
2323
2323
  ],
2324
2324
  "type": {
@@ -2345,7 +2345,7 @@
2345
2345
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2346
2346
  "line": 87,
2347
2347
  "character": 9,
2348
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L87"
2348
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L87"
2349
2349
  }
2350
2350
  ],
2351
2351
  "type": {
@@ -2368,13 +2368,13 @@
2368
2368
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2369
2369
  "line": 41,
2370
2370
  "character": 13,
2371
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L41"
2371
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L41"
2372
2372
  },
2373
2373
  {
2374
2374
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2375
2375
  "line": 49,
2376
2376
  "character": 13,
2377
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
2377
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
2378
2378
  }
2379
2379
  ],
2380
2380
  "getSignature": {
@@ -2388,7 +2388,7 @@
2388
2388
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2389
2389
  "line": 49,
2390
2390
  "character": 2,
2391
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
2391
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L49"
2392
2392
  }
2393
2393
  ],
2394
2394
  "type": {
@@ -2431,7 +2431,7 @@
2431
2431
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2432
2432
  "line": 40,
2433
2433
  "character": 2,
2434
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L40"
2434
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L40"
2435
2435
  }
2436
2436
  ],
2437
2437
  "parameters": [
@@ -2473,7 +2473,7 @@
2473
2473
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2474
2474
  "line": 149,
2475
2475
  "character": 9,
2476
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
2476
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
2477
2477
  }
2478
2478
  ],
2479
2479
  "signatures": [
@@ -2488,7 +2488,7 @@
2488
2488
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2489
2489
  "line": 149,
2490
2490
  "character": 2,
2491
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
2491
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L149"
2492
2492
  }
2493
2493
  ],
2494
2494
  "type": {
@@ -2522,7 +2522,7 @@
2522
2522
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2523
2523
  "line": 160,
2524
2524
  "character": 9,
2525
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
2525
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
2526
2526
  }
2527
2527
  ],
2528
2528
  "signatures": [
@@ -2537,7 +2537,7 @@
2537
2537
  "fileName": "lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2538
2538
  "line": 160,
2539
2539
  "character": 2,
2540
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
2540
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L160"
2541
2541
  }
2542
2542
  ],
2543
2543
  "type": {
@@ -2597,7 +2597,7 @@
2597
2597
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard.component.ts",
2598
2598
  "line": 35,
2599
2599
  "character": 13,
2600
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L35"
2600
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard.component.ts#L35"
2601
2601
  }
2602
2602
  ],
2603
2603
  "implementedTypes": [
@@ -2663,7 +2663,7 @@
2663
2663
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2664
2664
  "line": 15,
2665
2665
  "character": 2,
2666
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L15"
2666
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L15"
2667
2667
  }
2668
2668
  ],
2669
2669
  "type": {
@@ -2702,7 +2702,7 @@
2702
2702
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2703
2703
  "line": 20,
2704
2704
  "character": 2,
2705
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L20"
2705
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L20"
2706
2706
  }
2707
2707
  ],
2708
2708
  "type": {
@@ -2737,7 +2737,7 @@
2737
2737
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2738
2738
  "line": 11,
2739
2739
  "character": 2,
2740
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L11"
2740
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L11"
2741
2741
  }
2742
2742
  ],
2743
2743
  "type": {
@@ -2766,7 +2766,7 @@
2766
2766
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts",
2767
2767
  "line": 5,
2768
2768
  "character": 17,
2769
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L5"
2769
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.ts#L5"
2770
2770
  }
2771
2771
  ]
2772
2772
  },
@@ -2804,7 +2804,7 @@
2804
2804
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2805
2805
  "line": 13,
2806
2806
  "character": 2,
2807
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L13"
2807
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L13"
2808
2808
  }
2809
2809
  ],
2810
2810
  "type": {
@@ -2844,7 +2844,7 @@
2844
2844
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2845
2845
  "line": 8,
2846
2846
  "character": 2,
2847
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L8"
2847
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L8"
2848
2848
  }
2849
2849
  ],
2850
2850
  "type": {
@@ -2869,7 +2869,7 @@
2869
2869
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts",
2870
2870
  "line": 3,
2871
2871
  "character": 17,
2872
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L3"
2872
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.ts#L3"
2873
2873
  }
2874
2874
  ]
2875
2875
  },
@@ -2907,7 +2907,7 @@
2907
2907
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
2908
2908
  "line": 8,
2909
2909
  "character": 2,
2910
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L8"
2910
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L8"
2911
2911
  }
2912
2912
  ],
2913
2913
  "type": {
@@ -2934,7 +2934,7 @@
2934
2934
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts",
2935
2935
  "line": 3,
2936
2936
  "character": 17,
2937
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L3"
2937
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.ts#L3"
2938
2938
  }
2939
2939
  ]
2940
2940
  },
@@ -2964,7 +2964,7 @@
2964
2964
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
2965
2965
  "line": 5,
2966
2966
  "character": 2,
2967
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L5"
2967
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L5"
2968
2968
  }
2969
2969
  ],
2970
2970
  "type": {
@@ -2991,7 +2991,7 @@
2991
2991
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
2992
2992
  "line": 9,
2993
2993
  "character": 2,
2994
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L9"
2994
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L9"
2995
2995
  }
2996
2996
  ],
2997
2997
  "type": {
@@ -3014,7 +3014,7 @@
3014
3014
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts",
3015
3015
  "line": 1,
3016
3016
  "character": 17,
3017
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L1"
3017
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.ts#L1"
3018
3018
  }
3019
3019
  ]
3020
3020
  },
@@ -3044,7 +3044,7 @@
3044
3044
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
3045
3045
  "line": 9,
3046
3046
  "character": 2,
3047
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L9"
3047
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L9"
3048
3048
  }
3049
3049
  ],
3050
3050
  "type": {
@@ -3071,7 +3071,7 @@
3071
3071
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
3072
3072
  "line": 13,
3073
3073
  "character": 2,
3074
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L13"
3074
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L13"
3075
3075
  }
3076
3076
  ],
3077
3077
  "type": {
@@ -3098,7 +3098,7 @@
3098
3098
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
3099
3099
  "line": 5,
3100
3100
  "character": 2,
3101
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L5"
3101
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L5"
3102
3102
  }
3103
3103
  ],
3104
3104
  "type": {
@@ -3122,7 +3122,7 @@
3122
3122
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts",
3123
3123
  "line": 1,
3124
3124
  "character": 17,
3125
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L1"
3125
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.ts#L1"
3126
3126
  }
3127
3127
  ]
3128
3128
  },
@@ -3152,7 +3152,7 @@
3152
3152
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
3153
3153
  "line": 9,
3154
3154
  "character": 2,
3155
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L9"
3155
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L9"
3156
3156
  }
3157
3157
  ],
3158
3158
  "type": {
@@ -3179,7 +3179,7 @@
3179
3179
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
3180
3180
  "line": 5,
3181
3181
  "character": 2,
3182
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L5"
3182
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L5"
3183
3183
  }
3184
3184
  ],
3185
3185
  "type": {
@@ -3208,7 +3208,7 @@
3208
3208
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
3209
3209
  "line": 13,
3210
3210
  "character": 2,
3211
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L13"
3211
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L13"
3212
3212
  }
3213
3213
  ],
3214
3214
  "type": {
@@ -3235,7 +3235,7 @@
3235
3235
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
3236
3236
  "line": 1,
3237
3237
  "character": 17,
3238
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L1"
3238
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts#L1"
3239
3239
  }
3240
3240
  ]
3241
3241
  },
@@ -3275,7 +3275,7 @@
3275
3275
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
3276
3276
  "line": 10,
3277
3277
  "character": 2,
3278
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L10"
3278
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L10"
3279
3279
  }
3280
3280
  ],
3281
3281
  "type": {
@@ -3299,7 +3299,7 @@
3299
3299
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard/tile-dashboard-message.ts",
3300
3300
  "line": 6,
3301
3301
  "character": 17,
3302
- "url": "https://github.com/blackbaud/skyux/blob/34ccd56/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L6"
3302
+ "url": "https://github.com/blackbaud/skyux/blob/0d878cd/libs/components/tiles/src/lib/modules/tiles/tile-dashboard/tile-dashboard-message.ts#L6"
3303
3303
  }
3304
3304
  ]
3305
3305
  }