@skyux/assets 5.0.0-beta.0 → 5.0.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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2020 Blackbaud
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,23 +1,27 @@
1
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 = global || self, factory((global.skyux = global.skyux || {}, global.skyux.assets = {})));
5
- }(this, (function (exports) { 'use strict';
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
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
- }());
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
17
 
18
- exports.SkyAppAssetsService = SkyAppAssetsService;
18
+ /**
19
+ * Generated bundle index. Do not edit.
20
+ */
19
21
 
20
- Object.defineProperty(exports, '__esModule', { value: true });
22
+ exports.SkyAppAssetsService = SkyAppAssetsService;
21
23
 
22
- })));
24
+ Object.defineProperty(exports, '__esModule', { value: true });
25
+
26
+ }));
23
27
  //# sourceMappingURL=skyux-assets.umd.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"skyux-assets.umd.js","sources":["ng://@skyux/assets/assets.service.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"],"names":[],"mappings":";;;;;;IAAA;IACA;;;;;QAIA;SAGC;QAAD,0BAAC;IAAD,CAAC;;;;;;;;;;;;"}
1
+ {"version":3,"file":"skyux-assets.umd.js","sources":["../../../projects/assets/src/assets.service.ts","../../../projects/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 './public-api';\n"],"names":[],"mappings":";;;;;;CAAA;CACA;;;;;KAIA;MAGC;+BAAA;EAAA;;CCRD;;;;;;;;;;;;"}
@@ -0,0 +1,193 @@
1
+ {
2
+ "anchorIds": {
3
+ "SkyAppAssetsService": "class-skyappassetsservice"
4
+ },
5
+ "typedoc": {
6
+ "id": 0,
7
+ "name": "@skyux/assets",
8
+ "kind": 1,
9
+ "kindString": "Project",
10
+ "flags": {},
11
+ "originalName": "",
12
+ "children": [
13
+ {
14
+ "id": 1,
15
+ "name": "SkyAppAssetsService",
16
+ "kind": 128,
17
+ "kindString": "Class",
18
+ "flags": {
19
+ "isAbstract": true
20
+ },
21
+ "comment": {
22
+ "shortText": "An abstract class for injecting the ability to retrieve an asset file's URL at runtime.\nThe implementing class will be generated during build time."
23
+ },
24
+ "children": [
25
+ {
26
+ "id": 2,
27
+ "name": "constructor",
28
+ "kind": 512,
29
+ "kindString": "Constructor",
30
+ "flags": {},
31
+ "signatures": [
32
+ {
33
+ "id": 3,
34
+ "name": "new SkyAppAssetsService",
35
+ "kind": 16384,
36
+ "kindString": "Constructor signature",
37
+ "flags": {},
38
+ "type": {
39
+ "type": "reference",
40
+ "id": 1,
41
+ "name": "SkyAppAssetsService"
42
+ }
43
+ }
44
+ ]
45
+ },
46
+ {
47
+ "id": 7,
48
+ "name": "getAllUrls",
49
+ "kind": 2048,
50
+ "kindString": "Method",
51
+ "flags": {
52
+ "isPublic": true,
53
+ "isAbstract": true
54
+ },
55
+ "sources": [
56
+ {
57
+ "fileName": "projects/assets/src/assets.service.ts",
58
+ "line": 8,
59
+ "character": 18
60
+ }
61
+ ],
62
+ "signatures": [
63
+ {
64
+ "id": 8,
65
+ "name": "getAllUrls",
66
+ "kind": 4096,
67
+ "kindString": "Call signature",
68
+ "flags": {},
69
+ "type": {
70
+ "type": "reflection",
71
+ "declaration": {
72
+ "id": 9,
73
+ "name": "__type",
74
+ "kind": 65536,
75
+ "kindString": "Type literal",
76
+ "flags": {},
77
+ "indexSignature": {
78
+ "id": 10,
79
+ "name": "__index",
80
+ "kind": 8192,
81
+ "kindString": "Index signature",
82
+ "flags": {},
83
+ "parameters": [
84
+ {
85
+ "id": 11,
86
+ "name": "key",
87
+ "kind": 32768,
88
+ "flags": {},
89
+ "type": {
90
+ "type": "intrinsic",
91
+ "name": "string"
92
+ }
93
+ }
94
+ ],
95
+ "type": {
96
+ "type": "intrinsic",
97
+ "name": "any"
98
+ }
99
+ }
100
+ }
101
+ }
102
+ }
103
+ ]
104
+ },
105
+ {
106
+ "id": 4,
107
+ "name": "getUrl",
108
+ "kind": 2048,
109
+ "kindString": "Method",
110
+ "flags": {
111
+ "isPublic": true,
112
+ "isAbstract": true
113
+ },
114
+ "sources": [
115
+ {
116
+ "fileName": "projects/assets/src/assets.service.ts",
117
+ "line": 7,
118
+ "character": 18
119
+ }
120
+ ],
121
+ "signatures": [
122
+ {
123
+ "id": 5,
124
+ "name": "getUrl",
125
+ "kind": 4096,
126
+ "kindString": "Call signature",
127
+ "flags": {},
128
+ "parameters": [
129
+ {
130
+ "id": 6,
131
+ "name": "path",
132
+ "kind": 32768,
133
+ "kindString": "Parameter",
134
+ "flags": {},
135
+ "type": {
136
+ "type": "intrinsic",
137
+ "name": "string"
138
+ }
139
+ }
140
+ ],
141
+ "type": {
142
+ "type": "intrinsic",
143
+ "name": "string"
144
+ }
145
+ }
146
+ ]
147
+ }
148
+ ],
149
+ "groups": [
150
+ {
151
+ "title": "Constructors",
152
+ "kind": 512,
153
+ "children": [
154
+ 2
155
+ ]
156
+ },
157
+ {
158
+ "title": "Methods",
159
+ "kind": 2048,
160
+ "children": [
161
+ 7,
162
+ 4
163
+ ]
164
+ }
165
+ ],
166
+ "sources": [
167
+ {
168
+ "fileName": "projects/assets/src/assets.service.ts",
169
+ "line": 6,
170
+ "character": 22
171
+ }
172
+ ]
173
+ }
174
+ ],
175
+ "groups": [
176
+ {
177
+ "title": "Classes",
178
+ "kind": 128,
179
+ "children": [
180
+ 1
181
+ ]
182
+ }
183
+ ],
184
+ "sources": [
185
+ {
186
+ "fileName": "projects/assets/src/public-api.ts",
187
+ "line": 1,
188
+ "character": 0
189
+ }
190
+ ]
191
+ },
192
+ "codeExamples": []
193
+ }
@@ -5,4 +5,4 @@
5
5
  */
6
6
  export class SkyAppAssetsService {
7
7
  }
8
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvYXNzZXRzLyIsInNvdXJjZXMiOlsiYXNzZXRzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMEJBQTBCO0FBQzFCOzs7R0FHRztBQUNILE1BQU0sT0FBZ0IsbUJBQW1CO0NBR3hDIiwic291cmNlc0NvbnRlbnQiOlsiLyogaXN0YW5idWwgaWdub3JlIG5leHQgKi9cbi8qKlxuICogQW4gYWJzdHJhY3QgY2xhc3MgZm9yIGluamVjdGluZyB0aGUgYWJpbGl0eSB0byByZXRyaWV2ZSBhbiBhc3NldCBmaWxlJ3MgVVJMIGF0IHJ1bnRpbWUuXG4gKiBUaGUgaW1wbGVtZW50aW5nIGNsYXNzIHdpbGwgYmUgZ2VuZXJhdGVkIGR1cmluZyBidWlsZCB0aW1lLlxuICovXG5leHBvcnQgYWJzdHJhY3QgY2xhc3MgU2t5QXBwQXNzZXRzU2VydmljZSB7XG4gIHB1YmxpYyBhYnN0cmFjdCBnZXRVcmwocGF0aDogc3RyaW5nKTogc3RyaW5nO1xuICBwdWJsaWMgYWJzdHJhY3QgZ2V0QWxsVXJscygpOiB7W2tleTogc3RyaW5nXTogYW55fTtcbn1cbiJdfQ==
8
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9wcm9qZWN0cy9hc3NldHMvc3JjL2Fzc2V0cy5zZXJ2aWNlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLDBCQUEwQjtBQUMxQjs7O0dBR0c7QUFDSCxNQUFNLE9BQWdCLG1CQUFtQjtDQUd4QyIsInNvdXJjZXNDb250ZW50IjpbIi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4vKipcbiAqIEFuIGFic3RyYWN0IGNsYXNzIGZvciBpbmplY3RpbmcgdGhlIGFiaWxpdHkgdG8gcmV0cmlldmUgYW4gYXNzZXQgZmlsZSdzIFVSTCBhdCBydW50aW1lLlxuICogVGhlIGltcGxlbWVudGluZyBjbGFzcyB3aWxsIGJlIGdlbmVyYXRlZCBkdXJpbmcgYnVpbGQgdGltZS5cbiAqL1xuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFNreUFwcEFzc2V0c1NlcnZpY2Uge1xuICBwdWJsaWMgYWJzdHJhY3QgZ2V0VXJsKHBhdGg6IHN0cmluZyk6IHN0cmluZztcbiAgcHVibGljIGFic3RyYWN0IGdldEFsbFVybHMoKTogeyBba2V5OiBzdHJpbmddOiBhbnkgfTtcbn1cbiJdfQ==
@@ -0,0 +1,2 @@
1
+ export * from './assets.service';
2
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljLWFwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL3Byb2plY3RzL2Fzc2V0cy9zcmMvcHVibGljLWFwaS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLGtCQUFrQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9hc3NldHMuc2VydmljZSc7XG4iXX0=
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- export * from './public_api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtYXNzZXRzLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2Fzc2V0cy8iLCJzb3VyY2VzIjpbInNreXV4LWFzc2V0cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19
4
+ export * from './public-api';
5
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtYXNzZXRzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vcHJvamVjdHMvYXNzZXRzL3NyYy9za3l1eC1hc3NldHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
@@ -1 +1 @@
1
- {"version":3,"file":"skyux-assets.js","sources":["ng://@skyux/assets/assets.service.ts","ng://@skyux/assets/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 './public_api';\n"],"names":[],"mappings":"AAAA;AACA;;;;MAIsB,mBAAmB;;;ACLzC;;;;;;"}
1
+ {"version":3,"file":"skyux-assets.js","sources":["../../../projects/assets/src/assets.service.ts","../../../projects/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 './public-api';\n"],"names":[],"mappings":"AAAA;AACA;;;;MAIsB,mBAAmB;;;ACLzC;;;;;;"}
package/package.json CHANGED
@@ -1,30 +1,18 @@
1
1
  {
2
2
  "name": "@skyux/assets",
3
- "version": "5.0.0-beta.0",
4
- "description": "SKY UX Assets",
5
- "keywords": [],
6
- "author": "Blackbaud",
7
- "license": "ISC",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/blackbaud/skyux-assets.git"
3
+ "version": "5.0.1",
4
+ "peerDependencies": {
5
+ "@angular/common": "^12.2.13",
6
+ "@angular/core": "^12.2.13"
11
7
  },
12
- "bugs": {
13
- "url": "https://github.com/blackbaud/skyux-assets/issues"
14
- },
15
- "homepage": "https://github.com/blackbaud/skyux-assets#readme",
16
- "peerDependencies": {},
17
8
  "dependencies": {
18
- "tslib": "^1.10.0"
9
+ "tslib": "^2.3.1"
19
10
  },
20
11
  "main": "bundles/skyux-assets.umd.js",
21
- "module": "fesm5/skyux-assets.js",
12
+ "module": "fesm2015/skyux-assets.js",
22
13
  "es2015": "fesm2015/skyux-assets.js",
23
- "esm5": "esm5/skyux-assets.js",
24
14
  "esm2015": "esm2015/skyux-assets.js",
25
- "fesm5": "fesm5/skyux-assets.js",
26
15
  "fesm2015": "fesm2015/skyux-assets.js",
27
16
  "typings": "skyux-assets.d.ts",
28
- "metadata": "skyux-assets.metadata.json",
29
17
  "sideEffects": false
30
- }
18
+ }
File without changes
package/skyux-assets.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- export * from './public_api';
4
+ /// <amd-module name="@skyux/assets" />
5
+ export * from './public-api';
package/CHANGELOG.md DELETED
@@ -1,41 +0,0 @@
1
- # 5.0.0-beta.0 (2021-06-16)
2
-
3
- - Initial beta release.
4
-
5
- # 4.0.1 (2020-08-05)
6
-
7
- - Added support for `@skyux/theme@4.8.0` and `@skyux-sdk/builder@4.3.0`. [#24](https://github.com/blackbaud/skyux-assets/pull/24)
8
-
9
- # 4.0.0 (2020-05-11)
10
-
11
- ### New features
12
-
13
- - Updated the pipeline to transpile to the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview). [#11](https://github.com/blackbaud/skyux-assets/pull/11)
14
-
15
- # 4.0.0-rc.1 (2020-04-01)
16
-
17
- - Upgraded the development dependencies. [#14](https://github.com/blackbaud/skyux-assets/pull/14)
18
-
19
- # 4.0.0-rc.0 (2020-02-15)
20
-
21
- - Updated the pipeline to transpile to the [Angular Package Format](https://docs.google.com/document/d/1CZC2rcpxffTDfRDs6p1cfbmKNLA6x5O-NtkJglDaBVs/preview). [#11](https://github.com/blackbaud/skyux-assets/pull/11)
22
-
23
- # 3.1.0 (2019-07-16)
24
-
25
- - Added the `getAllUrls` method to `SkyAppAssetsService`. [#5](https://github.com/blackbaud/skyux-assets/pull/5)
26
-
27
- # 3.0.0 (2018-09-20)
28
-
29
- - Initial major release.
30
-
31
- # 3.0.0-alpha.2 (2018-09-17)
32
-
33
- - Removed the `Injectable` decorator and reverted changes to directory structure.
34
-
35
- # 3.0.0-alpha.1 (2018-09-17)
36
-
37
- - Added the `Injectable` decorator and moved assets service to modules directory.
38
-
39
- # 3.0.0-alpha.0 (2018-08-21)
40
-
41
- - Initial release.
@@ -1,2 +0,0 @@
1
- !function(e,s){"object"==typeof exports&&"undefined"!=typeof module?s(exports):"function"==typeof define&&define.amd?define("@skyux/assets",["exports"],s):s(((e=e||self).skyux=e.skyux||{},e.skyux.assets={}))}(this,(function(e){"use strict";var s=function(){};e.SkyAppAssetsService=s,Object.defineProperty(e,"__esModule",{value:!0})}));
2
- //# sourceMappingURL=skyux-assets.umd.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["ng://@skyux/assets/assets.service.ts"],"names":[],"mappings":"sPAKA","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,2 +0,0 @@
1
- export * from './assets.service';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9hc3NldHMvIiwic291cmNlcyI6WyJwdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Fzc2V0cy5zZXJ2aWNlJztcbiJdfQ==
@@ -1,12 +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
- var SkyAppAssetsService = /** @class */ (function () {
7
- function SkyAppAssetsService() {
8
- }
9
- return SkyAppAssetsService;
10
- }());
11
- export { SkyAppAssetsService };
12
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYXNzZXRzLnNlcnZpY2UuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9Ac2t5dXgvYXNzZXRzLyIsInNvdXJjZXMiOlsiYXNzZXRzLnNlcnZpY2UudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMEJBQTBCO0FBQzFCOzs7R0FHRztBQUNIO0lBQUE7SUFHQSxDQUFDO0lBQUQsMEJBQUM7QUFBRCxDQUFDLEFBSEQsSUFHQyIsInNvdXJjZXNDb250ZW50IjpbIi8qIGlzdGFuYnVsIGlnbm9yZSBuZXh0ICovXG4vKipcbiAqIEFuIGFic3RyYWN0IGNsYXNzIGZvciBpbmplY3RpbmcgdGhlIGFiaWxpdHkgdG8gcmV0cmlldmUgYW4gYXNzZXQgZmlsZSdzIFVSTCBhdCBydW50aW1lLlxuICogVGhlIGltcGxlbWVudGluZyBjbGFzcyB3aWxsIGJlIGdlbmVyYXRlZCBkdXJpbmcgYnVpbGQgdGltZS5cbiAqL1xuZXhwb3J0IGFic3RyYWN0IGNsYXNzIFNreUFwcEFzc2V0c1NlcnZpY2Uge1xuICBwdWJsaWMgYWJzdHJhY3QgZ2V0VXJsKHBhdGg6IHN0cmluZyk6IHN0cmluZztcbiAgcHVibGljIGFic3RyYWN0IGdldEFsbFVybHMoKToge1trZXk6IHN0cmluZ106IGFueX07XG59XG4iXX0=
@@ -1,2 +0,0 @@
1
- export * from './assets.service';
2
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL0Bza3l1eC9hc3NldHMvIiwic291cmNlcyI6WyJwdWJsaWNfYXBpLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGNBQWMsa0JBQWtCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2Fzc2V0cy5zZXJ2aWNlJztcbiJdfQ==
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- export * from './public_api';
5
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2t5dXgtYXNzZXRzLmpzIiwic291cmNlUm9vdCI6Im5nOi8vQHNreXV4L2Fzc2V0cy8iLCJzb3VyY2VzIjpbInNreXV4LWFzc2V0cy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7R0FFRztBQUVILGNBQWMsY0FBYyxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXG4gKiBHZW5lcmF0ZWQgYnVuZGxlIGluZGV4LiBEbyBub3QgZWRpdC5cbiAqL1xuXG5leHBvcnQgKiBmcm9tICcuL3B1YmxpY19hcGknO1xuIl19
@@ -1,17 +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
- var SkyAppAssetsService = /** @class */ (function () {
7
- function SkyAppAssetsService() {
8
- }
9
- return SkyAppAssetsService;
10
- }());
11
-
12
- /**
13
- * Generated bundle index. Do not edit.
14
- */
15
-
16
- export { SkyAppAssetsService };
17
- //# sourceMappingURL=skyux-assets.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skyux-assets.js","sources":["ng://@skyux/assets/assets.service.ts","ng://@skyux/assets/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 './public_api';\n"],"names":[],"mappings":"AAAA;AACA;;;;;IAIA;KAGC;IAAD,0BAAC;AAAD,CAAC;;ACRD;;;;;;"}
@@ -1 +0,0 @@
1
- {"__symbolic":"module","version":4,"metadata":{"SkyAppAssetsService":{"__symbolic":"class","members":{"getUrl":[{"__symbolic":"method"}],"getAllUrls":[{"__symbolic":"method"}]}}},"origins":{"SkyAppAssetsService":"./assets.service"},"importAs":"@skyux/assets"}