@skyux/assets 5.7.2 → 6.0.0-beta.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.
@@ -0,0 +1,2 @@
1
+ export * from './lib/assets.service';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYXNzZXRzL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLHNCQUFzQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9saWIvYXNzZXRzLnNlcnZpY2UnO1xuIl19
@@ -0,0 +1,8 @@
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
+ export class SkyAppAssetsService {
7
+ }
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL2NvbXBvbmVudHMvYXNzZXRzL3NyYy9saWIvYXNzZXRzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMEJBQTBCO0FBQzFCOzs7R0FHRztBQUNILE1BQU0sT0FBZ0IsbUJBQW1CO0NBR3hDIiwic291cmNlc0NvbnRlbnQiOlsiLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbi8qKlxuICogQW4gYWJzdHJhY3QgY2xhc3MgZm9yIGluamVjdGluZyB0aGUgYWJpbGl0eSB0byByZXRyaWV2ZSBhbiBhc3NldCBmaWxlJ3MgVVJMIGF0IHJ1bnRpbWUuXG4gKiBUaGUgaW1wbGVtZW50aW5nIGNsYXNzIHdpbGwgYmUgZ2VuZXJhdGVkIGR1cmluZyBidWlsZCB0aW1lLlxuICovXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgU2t5QXBwQXNzZXRzU2VydmljZSB7XG4gIHB1YmxpYyBhYnN0cmFjdCBnZXRVcmwocGF0aDogc3RyaW5nKTogc3RyaW5nO1xuICBwdWJsaWMgYWJzdHJhY3QgZ2V0QWxsVXJscygpOiB7IFtrZXk6IHN0cmluZ106IGFueSB9O1xufVxuIl19
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ export * from './index';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtYXNzZXRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vbGlicy9jb21wb25lbnRzL2Fzc2V0cy9zcmMvc2t5dXgtYXNzZXRzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19
@@ -11,4 +11,4 @@ class SkyAppAssetsService {
11
11
  */
12
12
 
13
13
  export { SkyAppAssetsService };
14
- //# sourceMappingURL=skyux-assets.js.map
14
+ //# sourceMappingURL=skyux-assets.mjs.map
@@ -0,0 +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(): { [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;;;;"}
@@ -3,6 +3,12 @@
3
3
  * An abstract class for injecting the ability to retrieve an asset file's URL at runtime.
4
4
  * The implementing class will be generated during build time.
5
5
  */
6
- export class SkyAppAssetsService {
6
+ class SkyAppAssetsService {
7
7
  }
8
- //# sourceMappingURL=assets.service.js.map
8
+
9
+ /**
10
+ * Generated bundle index. Do not edit.
11
+ */
12
+
13
+ export { SkyAppAssetsService };
14
+ //# sourceMappingURL=skyux-assets.mjs.map
@@ -0,0 +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(): { [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;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skyux/assets",
3
- "version": "5.7.2",
3
+ "version": "6.0.0-beta.2",
4
4
  "author": "Blackbaud, Inc.",
5
5
  "keywords": [
6
6
  "blackbaud",
@@ -16,17 +16,30 @@
16
16
  },
17
17
  "homepage": "https://github.com/blackbaud/skyux#readme",
18
18
  "peerDependencies": {
19
- "@angular/common": "^12.2.16",
20
- "@angular/core": "^12.2.16"
19
+ "@angular/common": "^13.2.7",
20
+ "@angular/core": "^13.2.7"
21
21
  },
22
22
  "dependencies": {
23
23
  "tslib": "^2.3.1"
24
24
  },
25
- "main": "bundles/skyux-assets.umd.js",
26
- "module": "fesm2015/skyux-assets.js",
27
- "es2015": "fesm2015/skyux-assets.js",
28
- "esm2015": "esm2015/skyux-assets.js",
29
- "fesm2015": "fesm2015/skyux-assets.js",
25
+ "module": "fesm2015/skyux-assets.mjs",
26
+ "es2020": "fesm2020/skyux-assets.mjs",
27
+ "esm2020": "esm2020/skyux-assets.mjs",
28
+ "fesm2020": "fesm2020/skyux-assets.mjs",
29
+ "fesm2015": "fesm2015/skyux-assets.mjs",
30
30
  "typings": "skyux-assets.d.ts",
31
+ "exports": {
32
+ "./package.json": {
33
+ "default": "./package.json"
34
+ },
35
+ ".": {
36
+ "types": "./skyux-assets.d.ts",
37
+ "esm2020": "./esm2020/skyux-assets.mjs",
38
+ "es2020": "./fesm2020/skyux-assets.mjs",
39
+ "es2015": "./fesm2015/skyux-assets.mjs",
40
+ "node": "./fesm2015/skyux-assets.mjs",
41
+ "default": "./fesm2020/skyux-assets.mjs"
42
+ }
43
+ },
31
44
  "sideEffects": false
32
45
  }
@@ -1,27 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
3
- typeof define === 'function' && define.amd ? define('@skyux/assets', ['exports'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.skyux = global.skyux || {}, global.skyux.assets = {})));
5
- })(this, (function (exports) { 'use strict';
6
-
7
- /* istanbul ignore next */
8
- /**
9
- * An abstract class for injecting the ability to retrieve an asset file's URL at runtime.
10
- * The implementing class will be generated during build time.
11
- */
12
- var SkyAppAssetsService = /** @class */ (function () {
13
- function SkyAppAssetsService() {
14
- }
15
- return SkyAppAssetsService;
16
- }());
17
-
18
- /**
19
- * Generated bundle index. Do not edit.
20
- */
21
-
22
- exports.SkyAppAssetsService = SkyAppAssetsService;
23
-
24
- Object.defineProperty(exports, '__esModule', { value: true });
25
-
26
- }));
27
- //# sourceMappingURL=skyux-assets.umd.js.map
package/esm2015/index.js DELETED
@@ -1,2 +0,0 @@
1
- export * from './lib/assets.service';
2
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../libs/components/assets/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC","sourcesContent":["export * from './lib/assets.service';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"assets.service.js","sourceRoot":"","sources":["../../../../../../libs/components/assets/src/lib/assets.service.ts"],"names":[],"mappings":"AAAA,0BAA0B;AAC1B;;;GAGG;AACH,MAAM,OAAgB,mBAAmB;CAGxC","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"]}
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './index';
5
- //# sourceMappingURL=skyux-assets.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skyux-assets.js","sourceRoot":"","sources":["../../../../../libs/components/assets/src/skyux-assets.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,cAAc,SAAS,CAAC","sourcesContent":["/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"skyux-assets.js","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;;;;MAIsB,mBAAmB;;;ACLzC;;;;;;"}