@skyux/assets 10.0.0-alpha.1 → 10.0.0-alpha.2
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.
|
@@ -5,4 +5,4 @@
|
|
|
5
5
|
*/
|
|
6
6
|
export class SkyAppAssetsService {
|
|
7
7
|
}
|
|
8
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
8
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYXNzZXRzL3NyYy9saWIvYXNzZXRzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMEJBQTBCO0FBQzFCOzs7R0FHRztBQUNILE1BQU0sT0FBZ0IsbUJBQW1CO0NBR3hDIiwic291cmNlc0NvbnRlbnQiOlsiLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbi8qKlxuICogQW4gYWJzdHJhY3QgY2xhc3MgZm9yIGluamVjdGluZyB0aGUgYWJpbGl0eSB0byByZXRyaWV2ZSBhbiBhc3NldCBmaWxlJ3MgVVJMIGF0IHJ1bnRpbWUuXG4gKiBUaGUgaW1wbGVtZW50aW5nIGNsYXNzIHdpbGwgYmUgZ2VuZXJhdGVkIGR1cmluZyBidWlsZCB0aW1lLlxuICovXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgU2t5QXBwQXNzZXRzU2VydmljZSB7XG4gIHB1YmxpYyBhYnN0cmFjdCBnZXRVcmwocGF0aDogc3RyaW5nKTogc3RyaW5nO1xuICBwdWJsaWMgYWJzdHJhY3QgZ2V0QWxsVXJscygpOiBSZWNvcmQ8c3RyaW5nLCBhbnk+O1xufVxuIl19
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skyux-assets.mjs","sources":["../../../../../libs/components/assets/src/lib/assets.service.ts","../../../../../libs/components/assets/src/skyux-assets.ts"],"sourcesContent":["/* istanbul ignore next */\n/**\n * An abstract class for injecting the ability to retrieve an asset file's URL at runtime.\n * The implementing class will be generated during build time.\n */\nexport abstract class SkyAppAssetsService {\n public abstract getUrl(path: string): string;\n public abstract getAllUrls():
|
|
1
|
+
{"version":3,"file":"skyux-assets.mjs","sources":["../../../../../libs/components/assets/src/lib/assets.service.ts","../../../../../libs/components/assets/src/skyux-assets.ts"],"sourcesContent":["/* istanbul ignore next */\n/**\n * An abstract class for injecting the ability to retrieve an asset file's URL at runtime.\n * The implementing class will be generated during build time.\n */\nexport abstract class SkyAppAssetsService {\n public abstract getUrl(path: string): string;\n public abstract getAllUrls(): Record<string, any>;\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACA;;;AAGG;MACmB,mBAAmB,CAAA;AAGxC;;ACRD;;AAEG;;;;"}
|
package/lib/assets.service.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/assets",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.2",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^17.1.
|
|
20
|
-
"@angular/core": "^17.1.
|
|
19
|
+
"@angular/common": "^17.1.1",
|
|
20
|
+
"@angular/core": "^17.1.1"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"tslib": "^2.6.2"
|