@skyux/tiles 5.0.2 → 5.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/documentation.json
CHANGED
|
@@ -2670,12 +2670,12 @@
|
|
|
2670
2670
|
"kindString": "Property",
|
|
2671
2671
|
"flags": {},
|
|
2672
2672
|
"comment": {
|
|
2673
|
-
"shortText": "Specifies the class type of the tile component.
|
|
2673
|
+
"shortText": "Specifies the class type of the tile component."
|
|
2674
2674
|
},
|
|
2675
2675
|
"sources": [
|
|
2676
2676
|
{
|
|
2677
2677
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2678
|
-
"line":
|
|
2678
|
+
"line": 9,
|
|
2679
2679
|
"character": 2
|
|
2680
2680
|
}
|
|
2681
2681
|
],
|
|
@@ -2719,7 +2719,7 @@
|
|
|
2719
2719
|
"sources": [
|
|
2720
2720
|
{
|
|
2721
2721
|
"fileName": "projects/tiles/src/modules/tiles/tile-dashboard-config/tile-dashboard-config-tile.ts",
|
|
2722
|
-
"line":
|
|
2722
|
+
"line": 13,
|
|
2723
2723
|
"character": 2
|
|
2724
2724
|
}
|
|
2725
2725
|
],
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGlsZS1kYXNoYm9hcmQtY29uZmlnLXRpbGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90aWxlcy9zcmMvbW9kdWxlcy90aWxlcy90aWxlLWRhc2hib2FyZC1jb25maWcvdGlsZS1kYXNoYm9hcmQtY29uZmlnLXRpbGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCBpbnRlcmZhY2UgU2t5VGlsZURhc2hib2FyZENvbmZpZ1RpbGUge1xuICAvKipcbiAgICogU3BlY2lmaWVzIHRoZSBJRCBvZiB0aGUgdGlsZS5cbiAgICovXG4gIGlkOiBzdHJpbmc7XG4gIC8qKlxuICAgKiBTcGVjaWZpZXMgdGhlIGNsYXNzIHR5cGUgb2YgdGhlIHRpbGUgY29tcG9uZW50LlxuICAgKi9cbiAgY29tcG9uZW50VHlwZTogYW55O1xuICAvKipcbiAgICogU3BlY2lmaWVzIGFuIGFycmF5IG9mIGRhdGEgcHJvdmlkZXJzIHRoYXQgY2FuIGJlIHBhc3NlZCB0byB0aGUgdGlsZS5cbiAgICovXG4gIHByb3ZpZGVycz86IGFueVtdO1xufVxuIl19
|
|
@@ -4,11 +4,7 @@ export interface SkyTileDashboardConfigTile {
|
|
|
4
4
|
*/
|
|
5
5
|
id: string;
|
|
6
6
|
/**
|
|
7
|
-
* Specifies the class type of the tile component.
|
|
8
|
-
* component dynamically instead of with HTML selectors, you must register
|
|
9
|
-
* it with the entryComponents property in the app-extras.module.ts file.
|
|
10
|
-
* For more information, see the
|
|
11
|
-
* [entry components tutorial](https://developer.blackbaud.com/skyux/learn/get-started/advanced/entry-components).
|
|
7
|
+
* Specifies the class type of the tile component.
|
|
12
8
|
*/
|
|
13
9
|
componentType: any;
|
|
14
10
|
/**
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/tiles",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^12.2.16",
|
|
6
6
|
"@angular/core": "^12.2.16",
|
|
7
7
|
"@skyux/animations": "^5.0.3",
|
|
8
|
-
"@skyux/core": "^5.2.
|
|
8
|
+
"@skyux/core": "^5.2.3",
|
|
9
9
|
"@skyux/i18n": "^5.0.1",
|
|
10
10
|
"@skyux/indicators": "^5.2.0"
|
|
11
11
|
},
|