@skyux/tiles 5.0.2 → 5.5.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 (100) hide show
  1. package/README.md +6 -4
  2. package/documentation.json +98 -15
  3. package/esm2015/index.js +24 -0
  4. package/esm2015/index.js.map +1 -0
  5. package/esm2015/lib/modules/shared/sky-tiles-resources.module.js +60 -0
  6. package/esm2015/lib/modules/shared/sky-tiles-resources.module.js.map +1 -0
  7. package/esm2015/lib/modules/tiles/tile/tile-summary.component.js +19 -0
  8. package/esm2015/lib/modules/tiles/tile/tile-summary.component.js.map +1 -0
  9. package/esm2015/{modules → lib/modules}/tiles/tile/tile-title.component.js +1 -1
  10. package/esm2015/lib/modules/tiles/tile/tile-title.component.js.map +1 -0
  11. package/esm2015/lib/modules/tiles/tile/tile.component.js +165 -0
  12. package/esm2015/lib/modules/tiles/tile/tile.component.js.map +1 -0
  13. package/esm2015/lib/modules/tiles/tile/tile.module.js +53 -0
  14. package/esm2015/lib/modules/tiles/tile/tile.module.js.map +1 -0
  15. package/esm2015/{modules → lib/modules}/tiles/tile-content/tile-content-section.component.js +1 -1
  16. package/esm2015/lib/modules/tiles/tile-content/tile-content-section.component.js.map +1 -0
  17. package/esm2015/lib/modules/tiles/tile-content/tile-content.component.js +18 -0
  18. package/esm2015/lib/modules/tiles/tile-content/tile-content.component.js.map +1 -0
  19. package/esm2015/lib/modules/tiles/tile-content/tile-content.module.js +20 -0
  20. package/esm2015/lib/modules/tiles/tile-content/tile-content.module.js.map +1 -0
  21. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.js +15 -0
  22. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard-message-type.js.map +1 -0
  23. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard-message.js +2 -0
  24. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard-message.js.map +1 -0
  25. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.component.js +133 -0
  26. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.component.js.map +1 -0
  27. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.module.js +32 -0
  28. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.module.js.map +1 -0
  29. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.service.js +523 -0
  30. package/esm2015/lib/modules/tiles/tile-dashboard/tile-dashboard.service.js.map +1 -0
  31. package/esm2015/{modules → lib/modules}/tiles/tile-dashboard-column/tile-dashboard-column.component.js +3 -2
  32. package/esm2015/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component.js.map +1 -0
  33. package/esm2015/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js +19 -0
  34. package/esm2015/lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js.map +1 -0
  35. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.js +2 -0
  36. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.js.map +1 -0
  37. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.js +2 -0
  38. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.js.map +1 -0
  39. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.js +2 -0
  40. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.js.map +1 -0
  41. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.js +2 -0
  42. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.js.map +1 -0
  43. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.js +2 -0
  44. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.js.map +1 -0
  45. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.js +2 -0
  46. package/esm2015/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config.js.map +1 -0
  47. package/esm2015/lib/modules/tiles/tiles.module.js +31 -0
  48. package/esm2015/lib/modules/tiles/tiles.module.js.map +1 -0
  49. package/esm2015/skyux-tiles.js +2 -2
  50. package/esm2015/skyux-tiles.js.map +1 -0
  51. package/fesm2015/skyux-tiles.js +2 -2
  52. package/fesm2015/skyux-tiles.js.map +1 -1
  53. package/index.d.ts +21 -0
  54. package/{modules → lib/modules}/shared/sky-tiles-resources.module.d.ts +0 -0
  55. package/{modules → lib/modules}/tiles/tile/tile-summary.component.d.ts +0 -0
  56. package/{modules → lib/modules}/tiles/tile/tile-title.component.d.ts +0 -0
  57. package/{modules → lib/modules}/tiles/tile/tile.component.d.ts +0 -0
  58. package/{modules → lib/modules}/tiles/tile/tile.module.d.ts +0 -0
  59. package/{modules → lib/modules}/tiles/tile-content/tile-content-section.component.d.ts +0 -0
  60. package/{modules → lib/modules}/tiles/tile-content/tile-content.component.d.ts +0 -0
  61. package/{modules → lib/modules}/tiles/tile-content/tile-content.module.d.ts +0 -0
  62. package/{modules → lib/modules}/tiles/tile-dashboard/tile-dashboard-message-type.d.ts +0 -0
  63. package/{modules → lib/modules}/tiles/tile-dashboard/tile-dashboard-message.d.ts +0 -0
  64. package/{modules → lib/modules}/tiles/tile-dashboard/tile-dashboard.component.d.ts +2 -2
  65. package/{modules → lib/modules}/tiles/tile-dashboard/tile-dashboard.module.d.ts +0 -0
  66. package/{modules → lib/modules}/tiles/tile-dashboard/tile-dashboard.service.d.ts +0 -0
  67. package/{modules → lib/modules}/tiles/tile-dashboard-column/tile-dashboard-column.component.d.ts +0 -0
  68. package/{modules → lib/modules}/tiles/tile-dashboard-column/tile-dashboard-column.module.d.ts +0 -0
  69. package/{modules → lib/modules}/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.d.ts +0 -0
  70. package/{modules → lib/modules}/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.d.ts +0 -0
  71. package/{modules → lib/modules}/tiles/tile-dashboard-config/tile-dashboard-config-layout.d.ts +0 -0
  72. package/{modules → lib/modules}/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.d.ts +0 -0
  73. package/lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.d.ts +14 -0
  74. package/{modules → lib/modules}/tiles/tile-dashboard-config/tile-dashboard-config.d.ts +0 -0
  75. package/{modules → lib/modules}/tiles/tiles.module.d.ts +0 -0
  76. package/package.json +19 -5
  77. package/skyux-tiles.d.ts +1 -1
  78. package/LICENSE +0 -21
  79. package/esm2015/modules/shared/sky-tiles-resources.module.js +0 -60
  80. package/esm2015/modules/tiles/tile/tile-summary.component.js +0 -19
  81. package/esm2015/modules/tiles/tile/tile.component.js +0 -164
  82. package/esm2015/modules/tiles/tile/tile.module.js +0 -53
  83. package/esm2015/modules/tiles/tile-content/tile-content.component.js +0 -18
  84. package/esm2015/modules/tiles/tile-content/tile-content.module.js +0 -20
  85. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message-type.js +0 -15
  86. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard-message.js +0 -2
  87. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.component.js +0 -132
  88. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.module.js +0 -32
  89. package/esm2015/modules/tiles/tile-dashboard/tile-dashboard.service.js +0 -522
  90. package/esm2015/modules/tiles/tile-dashboard-column/tile-dashboard-column.module.js +0 -19
  91. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column.js +0 -2
  92. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile.js +0 -2
  93. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout.js +0 -2
  94. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data.js +0 -2
  95. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.js +0 -2
  96. package/esm2015/modules/tiles/tile-dashboard-config/tile-dashboard-config.js +0 -2
  97. package/esm2015/modules/tiles/tiles.module.js +0 -31
  98. package/esm2015/public-api.js +0 -24
  99. package/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.d.ts +0 -18
  100. package/public-api.d.ts +0 -21
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
- # @skyux/tiles
1
+ # tiles
2
2
 
3
- [![npm](https://img.shields.io/npm/v/@skyux/tiles.svg)](https://www.npmjs.com/package/@skyux/tiles)
4
- ![SKY UX CI](https://github.com/blackbaud/skyux-tiles/workflows/SKY%20UX%20CI/badge.svg)
5
- [![coverage](https://codecov.io/gh/blackbaud/skyux-tiles/branch/master/graphs/badge.svg?branch=master)](https://codecov.io/gh/blackbaud/skyux-tiles/branch/master)
3
+ This library was generated with [Nx](https://nx.dev).
4
+
5
+ ## Running unit tests
6
+
7
+ Run `nx test tiles` to execute the unit tests.
@@ -105,6 +105,8 @@
105
105
  "name": "NgModule",
106
106
  "type": {
107
107
  "type": "reference",
108
+ "qualifiedName": "NgModuleDecorator",
109
+ "package": "@angular/core",
108
110
  "name": "NgModule"
109
111
  },
110
112
  "arguments": {
@@ -163,6 +165,8 @@
163
165
  "name": "NgModule",
164
166
  "type": {
165
167
  "type": "reference",
168
+ "qualifiedName": "NgModuleDecorator",
169
+ "package": "@angular/core",
166
170
  "name": "NgModule"
167
171
  },
168
172
  "arguments": {
@@ -221,6 +225,8 @@
221
225
  "name": "NgModule",
222
226
  "type": {
223
227
  "type": "reference",
228
+ "qualifiedName": "NgModuleDecorator",
229
+ "package": "@angular/core",
224
230
  "name": "NgModule"
225
231
  },
226
232
  "arguments": {
@@ -279,6 +285,8 @@
279
285
  "name": "Injectable",
280
286
  "type": {
281
287
  "type": "reference",
288
+ "qualifiedName": "InjectableDecorator",
289
+ "package": "@angular/core",
282
290
  "name": "Injectable"
283
291
  },
284
292
  "arguments": {}
@@ -314,6 +322,8 @@
314
322
  "flags": {},
315
323
  "type": {
316
324
  "type": "reference",
325
+ "qualifiedName": "DragulaService",
326
+ "package": "ng2-dragula",
317
327
  "name": "DragulaService"
318
328
  }
319
329
  },
@@ -364,6 +374,8 @@
364
374
  "name": "Output",
365
375
  "type": {
366
376
  "type": "reference",
377
+ "qualifiedName": "OutputDecorator",
378
+ "package": "@angular/core",
367
379
  "name": "Output"
368
380
  },
369
381
  "arguments": {}
@@ -384,6 +396,8 @@
384
396
  "name": "void"
385
397
  }
386
398
  ],
399
+ "qualifiedName": "EventEmitter",
400
+ "package": "@angular/core",
387
401
  "name": "EventEmitter"
388
402
  },
389
403
  "defaultValue": "..."
@@ -446,6 +460,8 @@
446
460
  "name": "any"
447
461
  }
448
462
  ],
463
+ "qualifiedName": "ComponentRef",
464
+ "package": "@angular/core",
449
465
  "name": "ComponentRef"
450
466
  }
451
467
  }
@@ -663,6 +679,8 @@
663
679
  "name": "NgModule",
664
680
  "type": {
665
681
  "type": "reference",
682
+ "qualifiedName": "NgModuleDecorator",
683
+ "package": "@angular/core",
666
684
  "name": "NgModule"
667
685
  },
668
686
  "arguments": {
@@ -721,6 +739,8 @@
721
739
  "name": "NgModule",
722
740
  "type": {
723
741
  "type": "reference",
742
+ "qualifiedName": "NgModuleDecorator",
743
+ "package": "@angular/core",
724
744
  "name": "NgModule"
725
745
  },
726
746
  "arguments": {
@@ -782,6 +802,8 @@
782
802
  "name": "Component",
783
803
  "type": {
784
804
  "type": "reference",
805
+ "qualifiedName": "ComponentDecorator",
806
+ "package": "@angular/core",
785
807
  "name": "Component"
786
808
  },
787
809
  "arguments": {
@@ -825,6 +847,8 @@
825
847
  "name": "any"
826
848
  }
827
849
  ],
850
+ "qualifiedName": "ElementRef",
851
+ "package": "@angular/core",
828
852
  "name": "ElementRef"
829
853
  }
830
854
  },
@@ -836,6 +860,8 @@
836
860
  "flags": {},
837
861
  "type": {
838
862
  "type": "reference",
863
+ "qualifiedName": "ChangeDetectorRef",
864
+ "package": "@angular/core",
839
865
  "name": "ChangeDetectorRef"
840
866
  }
841
867
  },
@@ -850,6 +876,8 @@
850
876
  "name": "Optional",
851
877
  "type": {
852
878
  "type": "reference",
879
+ "qualifiedName": "OptionalDecorator",
880
+ "package": "@angular/core",
853
881
  "name": "Optional"
854
882
  },
855
883
  "arguments": {}
@@ -886,6 +914,8 @@
886
914
  "name": "any"
887
915
  }
888
916
  ],
917
+ "qualifiedName": "ElementRef",
918
+ "package": "@angular/core",
889
919
  "name": "ElementRef"
890
920
  }
891
921
  },
@@ -905,6 +935,8 @@
905
935
  "name": "Output",
906
936
  "type": {
907
937
  "type": "reference",
938
+ "qualifiedName": "OutputDecorator",
939
+ "package": "@angular/core",
908
940
  "name": "Output"
909
941
  },
910
942
  "arguments": {}
@@ -925,6 +957,8 @@
925
957
  "name": "any"
926
958
  }
927
959
  ],
960
+ "qualifiedName": "EventEmitter",
961
+ "package": "@angular/core",
928
962
  "name": "EventEmitter"
929
963
  },
930
964
  "defaultValue": "..."
@@ -945,6 +979,8 @@
945
979
  "name": "Output",
946
980
  "type": {
947
981
  "type": "reference",
982
+ "qualifiedName": "OutputDecorator",
983
+ "package": "@angular/core",
948
984
  "name": "Output"
949
985
  },
950
986
  "arguments": {}
@@ -965,6 +1001,8 @@
965
1001
  "name": "boolean"
966
1002
  }
967
1003
  ],
1004
+ "qualifiedName": "EventEmitter",
1005
+ "package": "@angular/core",
968
1006
  "name": "EventEmitter"
969
1007
  },
970
1008
  "defaultValue": "..."
@@ -1006,6 +1044,8 @@
1006
1044
  "name": "Output",
1007
1045
  "type": {
1008
1046
  "type": "reference",
1047
+ "qualifiedName": "OutputDecorator",
1048
+ "package": "@angular/core",
1009
1049
  "name": "Output"
1010
1050
  },
1011
1051
  "arguments": {}
@@ -1026,6 +1066,8 @@
1026
1066
  "name": "any"
1027
1067
  }
1028
1068
  ],
1069
+ "qualifiedName": "EventEmitter",
1070
+ "package": "@angular/core",
1029
1071
  "name": "EventEmitter"
1030
1072
  },
1031
1073
  "defaultValue": "..."
@@ -1052,6 +1094,8 @@
1052
1094
  "name": "Input",
1053
1095
  "type": {
1054
1096
  "type": "reference",
1097
+ "qualifiedName": "InputDecorator",
1098
+ "package": "@angular/core",
1055
1099
  "name": "Input"
1056
1100
  },
1057
1101
  "arguments": {}
@@ -1092,6 +1136,8 @@
1092
1136
  "name": "Input",
1093
1137
  "type": {
1094
1138
  "type": "reference",
1139
+ "qualifiedName": "InputDecorator",
1140
+ "package": "@angular/core",
1095
1141
  "name": "Input"
1096
1142
  },
1097
1143
  "arguments": {}
@@ -1126,6 +1172,8 @@
1126
1172
  "name": "Input",
1127
1173
  "type": {
1128
1174
  "type": "reference",
1175
+ "qualifiedName": "InputDecorator",
1176
+ "package": "@angular/core",
1129
1177
  "name": "Input"
1130
1178
  },
1131
1179
  "arguments": {}
@@ -1367,6 +1415,8 @@
1367
1415
  "flags": {},
1368
1416
  "type": {
1369
1417
  "type": "reference",
1418
+ "qualifiedName": "KeyboardEvent",
1419
+ "package": "typescript",
1370
1420
  "name": "KeyboardEvent"
1371
1421
  }
1372
1422
  }
@@ -1528,6 +1578,8 @@
1528
1578
  "implementedTypes": [
1529
1579
  {
1530
1580
  "type": "reference",
1581
+ "qualifiedName": "OnDestroy",
1582
+ "package": "@angular/core",
1531
1583
  "name": "OnDestroy"
1532
1584
  }
1533
1585
  ]
@@ -1546,6 +1598,8 @@
1546
1598
  "name": "Component",
1547
1599
  "type": {
1548
1600
  "type": "reference",
1601
+ "qualifiedName": "ComponentDecorator",
1602
+ "package": "@angular/core",
1549
1603
  "name": "Component"
1550
1604
  },
1551
1605
  "arguments": {
@@ -1607,6 +1661,8 @@
1607
1661
  "name": "Component",
1608
1662
  "type": {
1609
1663
  "type": "reference",
1664
+ "qualifiedName": "ComponentDecorator",
1665
+ "package": "@angular/core",
1610
1666
  "name": "Component"
1611
1667
  },
1612
1668
  "arguments": {
@@ -1668,6 +1724,8 @@
1668
1724
  "name": "Component",
1669
1725
  "type": {
1670
1726
  "type": "reference",
1727
+ "qualifiedName": "ComponentDecorator",
1728
+ "package": "@angular/core",
1671
1729
  "name": "Component"
1672
1730
  },
1673
1731
  "arguments": {
@@ -1729,6 +1787,8 @@
1729
1787
  "name": "Component",
1730
1788
  "type": {
1731
1789
  "type": "reference",
1790
+ "qualifiedName": "ComponentDecorator",
1791
+ "package": "@angular/core",
1732
1792
  "name": "Component"
1733
1793
  },
1734
1794
  "arguments": {
@@ -1790,6 +1850,8 @@
1790
1850
  "name": "Component",
1791
1851
  "type": {
1792
1852
  "type": "reference",
1853
+ "qualifiedName": "ComponentDecorator",
1854
+ "package": "@angular/core",
1793
1855
  "name": "Component"
1794
1856
  },
1795
1857
  "arguments": {
@@ -1855,6 +1917,8 @@
1855
1917
  "name": "Optional",
1856
1918
  "type": {
1857
1919
  "type": "reference",
1920
+ "qualifiedName": "OptionalDecorator",
1921
+ "package": "@angular/core",
1858
1922
  "name": "Optional"
1859
1923
  },
1860
1924
  "arguments": {}
@@ -1890,6 +1954,8 @@
1890
1954
  "name": "Output",
1891
1955
  "type": {
1892
1956
  "type": "reference",
1957
+ "qualifiedName": "OutputDecorator",
1958
+ "package": "@angular/core",
1893
1959
  "name": "Output"
1894
1960
  },
1895
1961
  "arguments": {}
@@ -1911,6 +1977,8 @@
1911
1977
  "name": "SkyTileDashboardConfig"
1912
1978
  }
1913
1979
  ],
1980
+ "qualifiedName": "EventEmitter",
1981
+ "package": "@angular/core",
1914
1982
  "name": "EventEmitter"
1915
1983
  },
1916
1984
  "defaultValue": "..."
@@ -1931,6 +1999,8 @@
1931
1999
  "name": "Input",
1932
2000
  "type": {
1933
2001
  "type": "reference",
2002
+ "qualifiedName": "InputDecorator",
2003
+ "package": "@angular/core",
1934
2004
  "name": "Input"
1935
2005
  },
1936
2006
  "arguments": {}
@@ -1952,6 +2022,8 @@
1952
2022
  "name": "SkyTileDashboardMessage"
1953
2023
  }
1954
2024
  ],
2025
+ "qualifiedName": "Subject",
2026
+ "package": "rxjs",
1955
2027
  "name": "Subject"
1956
2028
  },
1957
2029
  "defaultValue": "..."
@@ -1986,13 +2058,15 @@
1986
2058
  "isPublic": true
1987
2059
  },
1988
2060
  "comment": {
1989
- "shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings\nfrom a database. The UI Config Service saves configuration settings for users\nto preserve the layout and collapsed state of tile dashboards. For more information\nabout the UI Config Service, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/advanced/sticky-settings)."
2061
+ "shortText": "Specifies a unique key for the UI Config Service to retrieve stored settings\nfrom a database. The UI Config Service saves configuration settings for users\nto preserve the layout and collapsed state of tile dashboards. The UI Config Service relies on `id` values from the `config` property to maintain user settings. For more information\nabout the UI Config Service, see the\n[sticky settings documentation](https://developer.blackbaud.com/skyux/learn/get-started/sticky-settings)."
1990
2062
  },
1991
2063
  "decorators": [
1992
2064
  {
1993
2065
  "name": "Input",
1994
2066
  "type": {
1995
2067
  "type": "reference",
2068
+ "qualifiedName": "InputDecorator",
2069
+ "package": "@angular/core",
1996
2070
  "name": "Input"
1997
2071
  },
1998
2072
  "arguments": {}
@@ -2023,6 +2097,8 @@
2023
2097
  "name": "ViewChild",
2024
2098
  "type": {
2025
2099
  "type": "reference",
2100
+ "qualifiedName": "ViewChildDecorator",
2101
+ "package": "@angular/core",
2026
2102
  "name": "ViewChild"
2027
2103
  },
2028
2104
  "arguments": {
@@ -2076,6 +2152,8 @@
2076
2152
  "name": "Input",
2077
2153
  "type": {
2078
2154
  "type": "reference",
2155
+ "qualifiedName": "InputDecorator",
2156
+ "package": "@angular/core",
2079
2157
  "name": "Input"
2080
2158
  },
2081
2159
  "arguments": {}
@@ -2096,7 +2174,13 @@
2096
2174
  "kindString": "Get signature",
2097
2175
  "flags": {},
2098
2176
  "comment": {
2099
- "shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object."
2177
+ "shortText": "Populates the tile dashboard based on the `SkyTileDashboardConfig` object.",
2178
+ "tags": [
2179
+ {
2180
+ "tag": "required",
2181
+ "text": "\n"
2182
+ }
2183
+ ]
2100
2184
  },
2101
2185
  "type": {
2102
2186
  "type": "reference",
@@ -2263,10 +2347,14 @@
2263
2347
  "implementedTypes": [
2264
2348
  {
2265
2349
  "type": "reference",
2350
+ "qualifiedName": "AfterViewInit",
2351
+ "package": "@angular/core",
2266
2352
  "name": "AfterViewInit"
2267
2353
  },
2268
2354
  {
2269
2355
  "type": "reference",
2356
+ "qualifiedName": "OnDestroy",
2357
+ "package": "@angular/core",
2270
2358
  "name": "OnDestroy"
2271
2359
  }
2272
2360
  ]
@@ -2670,12 +2758,12 @@
2670
2758
  "kindString": "Property",
2671
2759
  "flags": {},
2672
2760
  "comment": {
2673
- "shortText": "Specifies the class type of the tile component. Since you generate the\ncomponent dynamically instead of with HTML selectors, you must register\nit with the entryComponents property in the app-extras.module.ts file.\nFor more information, see the\n[entry components tutorial](https://developer.blackbaud.com/skyux/learn/get-started/advanced/entry-components)."
2761
+ "shortText": "Specifies the class type of the tile component."
2674
2762
  },
2675
2763
  "sources": [
2676
2764
  {
2677
2765
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2678
- "line": 13,
2766
+ "line": 9,
2679
2767
  "character": 2
2680
2768
  }
2681
2769
  ],
@@ -2719,7 +2807,7 @@
2719
2807
  "sources": [
2720
2808
  {
2721
2809
  "fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
2722
- "line": 17,
2810
+ "line": 13,
2723
2811
  "character": 2
2724
2812
  }
2725
2813
  ],
@@ -2846,18 +2934,13 @@
2846
2934
  ],
2847
2935
  "sources": [
2848
2936
  {
2849
- "fileName": "projects/tiles/src/public-api.ts",
2937
+ "fileName": "index.ts",
2850
2938
  "line": 1,
2851
2939
  "character": 0
2852
2940
  }
2853
2941
  ]
2854
2942
  },
2855
2943
  "codeExamples": [
2856
- {
2857
- "fileName": ".eslintrc.json",
2858
- "filePath": "/projects/tiles/documentation/code-examples/.eslintrc.json",
2859
- "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"
2860
- },
2861
2944
  {
2862
2945
  "fileName": "tile-demo-tile1.component.html",
2863
2946
  "filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile1.component.html",
@@ -2866,7 +2949,7 @@
2866
2949
  {
2867
2950
  "fileName": "tile-demo-tile1.component.ts",
2868
2951
  "filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile1.component.ts",
2869
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // tslint:disable-next-line\n selector: 'div.tile1',\n templateUrl: './tile-demo-tile1.component.html',\n})\nexport class TileDemoTile1Component {\n public tileHelpClick(): void {\n alert('tile help clicked');\n }\n\n public tileSettingsClick(): void {\n alert('tile settings clicked');\n }\n}\n"
2952
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-tile-demo-tile1',\n templateUrl: './tile-demo-tile1.component.html',\n})\nexport class TileDemoTile1Component {\n public tileHelpClick(): void {\n alert('tile help clicked');\n }\n\n public tileSettingsClick(): void {\n alert('tile settings clicked');\n }\n}\n"
2870
2953
  },
2871
2954
  {
2872
2955
  "fileName": "tile-demo-tile2.component.html",
@@ -2876,7 +2959,7 @@
2876
2959
  {
2877
2960
  "fileName": "tile-demo-tile2.component.ts",
2878
2961
  "filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tile-demo-tile2.component.ts",
2879
- "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n // tslint:disable-next-line\n selector: 'div.tile2',\n templateUrl: './tile-demo-tile2.component.html',\n})\nexport class TileDemoTile2Component {}\n"
2962
+ "rawContents": "import { Component } from '@angular/core';\n\n@Component({\n selector: 'app-tile-demo-tile2',\n templateUrl: './tile-demo-tile2.component.html',\n})\nexport class TileDemoTile2Component {}\n"
2880
2963
  },
2881
2964
  {
2882
2965
  "fileName": "tiles-demo.component.html",
@@ -2886,7 +2969,7 @@
2886
2969
  {
2887
2970
  "fileName": "tiles-demo.component.ts",
2888
2971
  "filePath": "/projects/tiles/documentation/code-examples/tiles/basic/tiles-demo.component.ts",
2889
- "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyTileDashboardConfig } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\n\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@Component({\n selector: 'sky-tiles-demo',\n templateUrl: './tiles-demo.component.html',\n})\nexport class TilesDemoComponent {\n public dashboardConfig: SkyTileDashboardConfig = {\n tiles: [\n {\n id: 'tile1',\n componentType: TileDemoTile1Component,\n },\n {\n id: 'tile2',\n componentType: TileDemoTile2Component,\n },\n ],\n layout: {\n singleColumn: {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n ],\n },\n ],\n },\n };\n}\n"
2972
+ "rawContents": "import { Component } from '@angular/core';\n\nimport { SkyTileDashboardConfig } from '@skyux/tiles';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\n\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@Component({\n selector: 'app-tiles-demo',\n templateUrl: './tiles-demo.component.html',\n})\nexport class TilesDemoComponent {\n public dashboardConfig: SkyTileDashboardConfig = {\n tiles: [\n {\n id: 'tile1',\n componentType: TileDemoTile1Component,\n },\n {\n id: 'tile2',\n componentType: TileDemoTile2Component,\n },\n ],\n layout: {\n singleColumn: {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n multiColumn: [\n {\n tiles: [\n {\n id: 'tile1',\n isCollapsed: true,\n },\n ],\n },\n {\n tiles: [\n {\n id: 'tile2',\n isCollapsed: false,\n },\n ],\n },\n ],\n },\n };\n}\n"
2890
2973
  },
2891
2974
  {
2892
2975
  "fileName": "tiles-demo.module.ts",
@@ -2894,4 +2977,4 @@
2894
2977
  "rawContents": "import { NgModule } from '@angular/core';\n\nimport { CommonModule } from '@angular/common';\n\nimport { SkyTilesModule } from '@skyux/tiles';\n\nimport { TilesDemoComponent } from './tiles-demo.component';\n\nimport { TileDemoTile1Component } from './tile-demo-tile1.component';\n\nimport { TileDemoTile2Component } from './tile-demo-tile2.component';\n\n@NgModule({\n imports: [CommonModule, SkyTilesModule],\n declarations: [\n TilesDemoComponent,\n TileDemoTile1Component,\n TileDemoTile2Component,\n ],\n exports: [TilesDemoComponent],\n entryComponents: [TileDemoTile1Component, TileDemoTile2Component],\n})\nexport class TilesDemoModule {}\n"
2895
2978
  }
2896
2979
  ]
2897
- }
2980
+ }
@@ -0,0 +1,24 @@
1
+ export * from './lib/modules/tiles/tile/tile.module';
2
+ export * from './lib/modules/tiles/tile-content/tile-content.module';
3
+ export * from './lib/modules/tiles/tile-dashboard/tile-dashboard-message';
4
+ export * from './lib/modules/tiles/tile-dashboard/tile-dashboard-message-type';
5
+ export * from './lib/modules/tiles/tile-dashboard/tile-dashboard.module';
6
+ export * from './lib/modules/tiles/tile-dashboard/tile-dashboard.service';
7
+ export * from './lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module';
8
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config';
9
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout';
10
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column';
11
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile';
12
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data';
13
+ export * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile';
14
+ export * from './lib/modules/tiles/tiles.module';
15
+ // Components and directives must be exported to support Angular’s “partial” Ivy compiler.
16
+ // Obscure names are used to indicate types are not part of the public API.
17
+ export { SkyTileComponent as λ1 } from './lib/modules/tiles/tile/tile.component';
18
+ export { SkyTileSummaryComponent as λ2 } from './lib/modules/tiles/tile/tile-summary.component';
19
+ export { SkyTileTitleComponent as λ3 } from './lib/modules/tiles/tile/tile-title.component';
20
+ export { SkyTileContentSectionComponent as λ4 } from './lib/modules/tiles/tile-content/tile-content-section.component';
21
+ export { SkyTileContentComponent as λ5 } from './lib/modules/tiles/tile-content/tile-content.component';
22
+ export { SkyTileDashboardColumnComponent as λ6 } from './lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component';
23
+ export { SkyTileDashboardComponent as λ7 } from './lib/modules/tiles/tile-dashboard/tile-dashboard.component';
24
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/components/tiles/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sCAAsC,CAAC;AAErD,cAAc,sDAAsD,CAAC;AAErE,cAAc,2DAA2D,CAAC;AAC1E,cAAc,gEAAgE,CAAC;AAC/E,cAAc,0DAA0D,CAAC;AACzE,cAAc,2DAA2D,CAAC;AAE1E,cAAc,wEAAwE,CAAC;AAEvF,cAAc,iEAAiE,CAAC;AAChF,cAAc,wEAAwE,CAAC;AACvF,cAAc,+EAA+E,CAAC;AAC9F,cAAc,6EAA6E,CAAC;AAC5F,cAAc,8EAA8E,CAAC;AAC7F,cAAc,sEAAsE,CAAC;AAErF,cAAc,kCAAkC,CAAC;AAEjD,0FAA0F;AAC1F,2EAA2E;AAC3E,OAAO,EAAE,gBAAgB,IAAI,EAAE,EAAE,MAAM,yCAAyC,CAAC;AACjF,OAAO,EAAE,uBAAuB,IAAI,EAAE,EAAE,MAAM,iDAAiD,CAAC;AAChG,OAAO,EAAE,qBAAqB,IAAI,EAAE,EAAE,MAAM,+CAA+C,CAAC;AAC5F,OAAO,EAAE,8BAA8B,IAAI,EAAE,EAAE,MAAM,iEAAiE,CAAC;AACvH,OAAO,EAAE,uBAAuB,IAAI,EAAE,EAAE,MAAM,yDAAyD,CAAC;AACxG,OAAO,EAAE,+BAA+B,IAAI,EAAE,EAAE,MAAM,2EAA2E,CAAC;AAClI,OAAO,EAAE,yBAAyB,IAAI,EAAE,EAAE,MAAM,6DAA6D,CAAC","sourcesContent":["export * from './lib/modules/tiles/tile/tile.module';\n\nexport * from './lib/modules/tiles/tile-content/tile-content.module';\n\nexport * from './lib/modules/tiles/tile-dashboard/tile-dashboard-message';\nexport * from './lib/modules/tiles/tile-dashboard/tile-dashboard-message-type';\nexport * from './lib/modules/tiles/tile-dashboard/tile-dashboard.module';\nexport * from './lib/modules/tiles/tile-dashboard/tile-dashboard.service';\n\nexport * from './lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.module';\n\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config';\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout';\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-column';\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-layout-tile';\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-reorder-data';\nexport * from './lib/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile';\n\nexport * from './lib/modules/tiles/tiles.module';\n\n// Components and directives must be exported to support Angular’s “partial” Ivy compiler.\n// Obscure names are used to indicate types are not part of the public API.\nexport { SkyTileComponent as λ1 } from './lib/modules/tiles/tile/tile.component';\nexport { SkyTileSummaryComponent as λ2 } from './lib/modules/tiles/tile/tile-summary.component';\nexport { SkyTileTitleComponent as λ3 } from './lib/modules/tiles/tile/tile-title.component';\nexport { SkyTileContentSectionComponent as λ4 } from './lib/modules/tiles/tile-content/tile-content-section.component';\nexport { SkyTileContentComponent as λ5 } from './lib/modules/tiles/tile-content/tile-content.component';\nexport { SkyTileDashboardColumnComponent as λ6 } from './lib/modules/tiles/tile-dashboard-column/tile-dashboard-column.component';\nexport { SkyTileDashboardComponent as λ7 } from './lib/modules/tiles/tile-dashboard/tile-dashboard.component';\n"]}
@@ -0,0 +1,60 @@
1
+ /**
2
+ * NOTICE: DO NOT MODIFY THIS FILE!
3
+ * The contents of this file were automatically generated by
4
+ * the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-tiles' schematic.
5
+ * To update this file, simply rerun the command.
6
+ */
7
+ import { NgModule } from '@angular/core';
8
+ import { getLibStringForLocale, SkyI18nModule, SKY_LIB_RESOURCES_PROVIDERS, } from '@skyux/i18n';
9
+ import * as i0 from "@angular/core";
10
+ const RESOURCES = {
11
+ 'EN-US': {
12
+ skyux_tile_expand: { message: 'Expand or collapse {0}' },
13
+ skyux_tile_expand_default: { message: 'Expand or collapse' },
14
+ skyux_tile_help: { message: '{0} help' },
15
+ skyux_tile_help_default: { message: 'Help' },
16
+ skyux_tile_settings: { message: '{0} settings' },
17
+ skyux_tile_settings_default: { message: 'Settings' },
18
+ skyux_tile_move: { message: 'Move {0}' },
19
+ skyux_tile_move_default: { message: 'Move' },
20
+ skyux_tile_move_instructions: {
21
+ message: "When focus is placed on a tile's move button, use the arrow keys to move it. The up and down keys change its position within a column. The left and right keys move it between columns.",
22
+ },
23
+ skyux_tile_moved_assistive_text: {
24
+ message: '{0} moved. Current column: {1} of {2}. Current position in column: {3} of {4}',
25
+ },
26
+ },
27
+ };
28
+ export class SkyTilesResourcesProvider {
29
+ getString(localeInfo, name) {
30
+ return getLibStringForLocale(RESOURCES, localeInfo.locale, name);
31
+ }
32
+ }
33
+ /**
34
+ * Import into any component library module that needs to use resource strings.
35
+ */
36
+ export class SkyTilesResourcesModule {
37
+ }
38
+ SkyTilesResourcesModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTilesResourcesModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
39
+ SkyTilesResourcesModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTilesResourcesModule, exports: [SkyI18nModule] });
40
+ SkyTilesResourcesModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTilesResourcesModule, providers: [
41
+ {
42
+ provide: SKY_LIB_RESOURCES_PROVIDERS,
43
+ useClass: SkyTilesResourcesProvider,
44
+ multi: true,
45
+ },
46
+ ], imports: [SkyI18nModule] });
47
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTilesResourcesModule, decorators: [{
48
+ type: NgModule,
49
+ args: [{
50
+ exports: [SkyI18nModule],
51
+ providers: [
52
+ {
53
+ provide: SKY_LIB_RESOURCES_PROVIDERS,
54
+ useClass: SkyTilesResourcesProvider,
55
+ multi: true,
56
+ },
57
+ ],
58
+ }]
59
+ }] });
60
+ //# sourceMappingURL=sky-tiles-resources.module.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sky-tiles-resources.module.js","sourceRoot":"","sources":["../../../../../../../../libs/components/tiles/src/lib/modules/shared/sky-tiles-resources.module.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EACL,qBAAqB,EAErB,aAAa,EAGb,2BAA2B,GAC5B,MAAM,aAAa,CAAC;;AAErB,MAAM,SAAS,GAA0C;IACvD,OAAO,EAAE;QACP,iBAAiB,EAAE,EAAE,OAAO,EAAE,wBAAwB,EAAE;QACxD,yBAAyB,EAAE,EAAE,OAAO,EAAE,oBAAoB,EAAE;QAC5D,eAAe,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;QACxC,uBAAuB,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;QAC5C,mBAAmB,EAAE,EAAE,OAAO,EAAE,cAAc,EAAE;QAChD,2BAA2B,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;QACpD,eAAe,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE;QACxC,uBAAuB,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE;QAC5C,4BAA4B,EAAE;YAC5B,OAAO,EACL,yLAAyL;SAC5L;QACD,+BAA+B,EAAE;YAC/B,OAAO,EACL,+EAA+E;SAClF;KACF;CACF,CAAC;AAEF,MAAM,OAAO,yBAAyB;IAC7B,SAAS,CAAC,UAA4B,EAAE,IAAY;QACzD,OAAO,qBAAqB,CAAC,SAAS,EAAE,UAAU,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC;IACnE,CAAC;CACF;AAED;;GAEG;AAWH,MAAM,OAAO,uBAAuB;;qHAAvB,uBAAuB;sHAAvB,uBAAuB,YATxB,aAAa;sHASZ,uBAAuB,aARvB;QACT;YACE,OAAO,EAAE,2BAA2B;YACpC,QAAQ,EAAE,yBAAyB;YACnC,KAAK,EAAE,IAAI;SACZ;KACF,YAPS,aAAa;4FASZ,uBAAuB;kBAVnC,QAAQ;mBAAC;oBACR,OAAO,EAAE,CAAC,aAAa,CAAC;oBACxB,SAAS,EAAE;wBACT;4BACE,OAAO,EAAE,2BAA2B;4BACpC,QAAQ,EAAE,yBAAyB;4BACnC,KAAK,EAAE,IAAI;yBACZ;qBACF;iBACF","sourcesContent":["/**\n * NOTICE: DO NOT MODIFY THIS FILE!\n * The contents of this file were automatically generated by\n * the 'ng generate @skyux/i18n:lib-resources-module modules/shared/sky-tiles' schematic.\n * To update this file, simply rerun the command.\n */\n\nimport { NgModule } from '@angular/core';\nimport {\n getLibStringForLocale,\n SkyAppLocaleInfo,\n SkyI18nModule,\n SkyLibResources,\n SkyLibResourcesProvider,\n SKY_LIB_RESOURCES_PROVIDERS,\n} from '@skyux/i18n';\n\nconst RESOURCES: { [locale: string]: SkyLibResources } = {\n 'EN-US': {\n skyux_tile_expand: { message: 'Expand or collapse {0}' },\n skyux_tile_expand_default: { message: 'Expand or collapse' },\n skyux_tile_help: { message: '{0} help' },\n skyux_tile_help_default: { message: 'Help' },\n skyux_tile_settings: { message: '{0} settings' },\n skyux_tile_settings_default: { message: 'Settings' },\n skyux_tile_move: { message: 'Move {0}' },\n skyux_tile_move_default: { message: 'Move' },\n skyux_tile_move_instructions: {\n message:\n \"When focus is placed on a tile's move button, use the arrow keys to move it. The up and down keys change its position within a column. The left and right keys move it between columns.\",\n },\n skyux_tile_moved_assistive_text: {\n message:\n '{0} moved. Current column: {1} of {2}. Current position in column: {3} of {4}',\n },\n },\n};\n\nexport class SkyTilesResourcesProvider implements SkyLibResourcesProvider {\n public getString(localeInfo: SkyAppLocaleInfo, name: string): string {\n return getLibStringForLocale(RESOURCES, localeInfo.locale, name);\n }\n}\n\n/**\n * Import into any component library module that needs to use resource strings.\n */\n@NgModule({\n exports: [SkyI18nModule],\n providers: [\n {\n provide: SKY_LIB_RESOURCES_PROVIDERS,\n useClass: SkyTilesResourcesProvider,\n multi: true,\n },\n ],\n})\nexport class SkyTilesResourcesModule {}\n"]}
@@ -0,0 +1,19 @@
1
+ import { Component } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ /**
4
+ * Specifies content to display in the tile's summary.
5
+ */
6
+ /* istanbul ignore next */
7
+ /* Code coverage having problems with no statements in classes */
8
+ export class SkyTileSummaryComponent {
9
+ }
10
+ SkyTileSummaryComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTileSummaryComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
11
+ SkyTileSummaryComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.16", type: SkyTileSummaryComponent, selector: "sky-tile-summary", ngImport: i0, template: "<ng-content></ng-content>\n" });
12
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImport: i0, type: SkyTileSummaryComponent, decorators: [{
13
+ type: Component,
14
+ args: [{
15
+ selector: 'sky-tile-summary',
16
+ templateUrl: 'tile-summary.component.html',
17
+ }]
18
+ }] });
19
+ //# sourceMappingURL=tile-summary.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tile-summary.component.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.ts","../../../../../../../../../libs/components/tiles/src/lib/modules/tiles/tile/tile-summary.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;AAE1C;;GAEG;AAKH,0BAA0B;AAC1B,iEAAiE;AACjE,MAAM,OAAO,uBAAuB;;qHAAvB,uBAAuB;yGAAvB,uBAAuB,wDCXpC,6BACA;4FDUa,uBAAuB;kBANnC,SAAS;mBAAC;oBACT,QAAQ,EAAE,kBAAkB;oBAC5B,WAAW,EAAE,6BAA6B;iBAC3C","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Specifies content to display in the tile's summary.\n */\n@Component({\n selector: 'sky-tile-summary',\n templateUrl: 'tile-summary.component.html',\n})\n/* istanbul ignore next */\n/* Code coverage having problems with no statements in classes */\nexport class SkyTileSummaryComponent {}\n","<ng-content></ng-content>\n"]}
@@ -16,4 +16,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.16", ngImpo
16
16
  styleUrls: ['./tile-title.component.scss'],
17
17
  }]
18
18
  }] });
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGlsZS10aXRsZS5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90aWxlcy9zcmMvbW9kdWxlcy90aWxlcy90aWxlL3RpbGUtdGl0bGUuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdGlsZXMvc3JjL21vZHVsZXMvdGlsZXMvdGlsZS90aWxlLXRpdGxlLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7OztBQUUxQzs7R0FFRztBQU1ILE1BQU0sT0FBTyxxQkFBcUI7O21IQUFyQixxQkFBcUI7dUdBQXJCLHFCQUFxQixzRENWbEMsbUxBU0E7NEZEQ2EscUJBQXFCO2tCQUxqQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxnQkFBZ0I7b0JBQzFCLFdBQVcsRUFBRSw2QkFBNkI7b0JBQzFDLFNBQVMsRUFBRSxDQUFDLDZCQUE2QixDQUFDO2lCQUMzQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG4vKipcbiAqIFNwZWNpZmllcyBjb250ZW50IHRvIGRpc3BsYXkgaW4gdGhlIHRpbGUncyB0aXRsZS5cbiAqL1xuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnc2t5LXRpbGUtdGl0bGUnLFxuICB0ZW1wbGF0ZVVybDogJy4vdGlsZS10aXRsZS5jb21wb25lbnQuaHRtbCcsXG4gIHN0eWxlVXJsczogWycuL3RpbGUtdGl0bGUuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgU2t5VGlsZVRpdGxlQ29tcG9uZW50IHt9XG4iLCI8aDJcbiAgY2xhc3M9XCJza3ktdGlsZS10aXRsZVwiXG4gIFtza3lUaGVtZUNsYXNzXT1cIntcbiAgICAnc2t5LWZvbnQtaGVhZGluZy0yJzogJ21vZGVybicsXG4gICAgJ3NreS1zZWN0aW9uLWhlYWRpbmcnOiAnZGVmYXVsdCdcbiAgfVwiXG4+XG4gIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbjwvaDI+XG4iXX0=
19
+ //# sourceMappingURL=tile-title.component.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tile-title.component.js","sourceRoot":"","sources":["../../../../../../../../../libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.ts","../../../../../../../../../libs/components/tiles/src/lib/modules/tiles/tile/tile-title.component.html"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;;;AAE1C;;GAEG;AAMH,MAAM,OAAO,qBAAqB;;mHAArB,qBAAqB;uGAArB,qBAAqB,sDCVlC,mLASA;4FDCa,qBAAqB;kBALjC,SAAS;mBAAC;oBACT,QAAQ,EAAE,gBAAgB;oBAC1B,WAAW,EAAE,6BAA6B;oBAC1C,SAAS,EAAE,CAAC,6BAA6B,CAAC;iBAC3C","sourcesContent":["import { Component } from '@angular/core';\n\n/**\n * Specifies content to display in the tile's title.\n */\n@Component({\n selector: 'sky-tile-title',\n templateUrl: './tile-title.component.html',\n styleUrls: ['./tile-title.component.scss'],\n})\nexport class SkyTileTitleComponent {}\n","<h2\n class=\"sky-tile-title\"\n [skyThemeClass]=\"{\n 'sky-font-heading-2': 'modern',\n 'sky-section-heading': 'default'\n }\"\n>\n <ng-content></ng-content>\n</h2>\n"]}