@skyux/assets 8.7.2 → 9.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +7 -13
- package/fesm2020/skyux-assets.mjs +0 -14
- package/fesm2020/skyux-assets.mjs.map +0 -1
- /package/{esm2020 → esm2022}/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/assets.service.mjs +0 -0
- /package/{esm2020 → esm2022}/skyux-assets.mjs +0 -0
- /package/{fesm2015 → fesm2022}/skyux-assets.mjs +0 -0
- /package/{fesm2015 → fesm2022}/skyux-assets.mjs.map +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skyux/assets",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "9.0.0-alpha.1",
|
|
4
4
|
"author": "Blackbaud, Inc.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"blackbaud",
|
|
@@ -16,17 +16,13 @@
|
|
|
16
16
|
},
|
|
17
17
|
"homepage": "https://github.com/blackbaud/skyux#readme",
|
|
18
18
|
"peerDependencies": {
|
|
19
|
-
"@angular/common": "^
|
|
20
|
-
"@angular/core": "^
|
|
19
|
+
"@angular/common": "^16.1.7",
|
|
20
|
+
"@angular/core": "^16.1.7"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"tslib": "^2.5.0"
|
|
24
24
|
},
|
|
25
|
-
"module": "
|
|
26
|
-
"es2020": "fesm2020/skyux-assets.mjs",
|
|
27
|
-
"esm2020": "esm2020/skyux-assets.mjs",
|
|
28
|
-
"fesm2020": "fesm2020/skyux-assets.mjs",
|
|
29
|
-
"fesm2015": "fesm2015/skyux-assets.mjs",
|
|
25
|
+
"module": "fesm2022/skyux-assets.mjs",
|
|
30
26
|
"typings": "index.d.ts",
|
|
31
27
|
"exports": {
|
|
32
28
|
"./package.json": {
|
|
@@ -34,11 +30,9 @@
|
|
|
34
30
|
},
|
|
35
31
|
".": {
|
|
36
32
|
"types": "./index.d.ts",
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"node": "./fesm2015/skyux-assets.mjs",
|
|
41
|
-
"default": "./fesm2020/skyux-assets.mjs"
|
|
33
|
+
"esm2022": "./esm2022/skyux-assets.mjs",
|
|
34
|
+
"esm": "./esm2022/skyux-assets.mjs",
|
|
35
|
+
"default": "./fesm2022/skyux-assets.mjs"
|
|
42
36
|
}
|
|
43
37
|
},
|
|
44
38
|
"sideEffects": false
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/* istanbul ignore next */
|
|
2
|
-
/**
|
|
3
|
-
* An abstract class for injecting the ability to retrieve an asset file's URL at runtime.
|
|
4
|
-
* The implementing class will be generated during build time.
|
|
5
|
-
*/
|
|
6
|
-
class SkyAppAssetsService {
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
/**
|
|
10
|
-
* Generated bundle index. Do not edit.
|
|
11
|
-
*/
|
|
12
|
-
|
|
13
|
-
export { SkyAppAssetsService };
|
|
14
|
-
//# sourceMappingURL=skyux-assets.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
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(): { [key: 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;;;;"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|