imng-angular-core 4.89.7 → 4.102.18
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/{esm2015/imng-angular-core.js → esm2020/imng-angular-core.mjs} +0 -0
- package/{esm2015/index.js → esm2020/index.mjs} +1 -1
- package/fesm2015/{imng-angular-core.js → imng-angular-core.mjs} +1 -1
- package/fesm2015/imng-angular-core.mjs.map +1 -0
- package/fesm2020/imng-angular-core.mjs +9 -0
- package/fesm2020/imng-angular-core.mjs.map +1 -0
- package/imng-angular-core.d.ts +0 -1
- package/index.d.ts +0 -1
- package/package.json +36 -40
- package/bundles/imng-angular-core.umd.js +0 -19
- package/bundles/imng-angular-core.umd.js.map +0 -1
- package/fesm2015/imng-angular-core.js.map +0 -1
- package/imng-angular-core.d.ts.map +0 -1
- package/index.d.ts.map +0 -1
|
File without changes
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/* eslint-disable-next-line @typescript-eslint/no-empty-function */
|
|
2
2
|
export function main() { } //NOSONAR - This is strictly for the build process
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2ltbmctYW5ndWxhci1jb3JlL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxtRUFBbUU7QUFDbkUsTUFBTSxVQUFVLElBQUksS0FBVSxDQUFDLENBQUMsa0RBQWtEIiwic291cmNlc0NvbnRlbnQiOlsiLyogZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1lbXB0eS1mdW5jdGlvbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIG1haW4oKTogdm9pZCB7fSAvL05PU09OQVIgLSBUaGlzIGlzIHN0cmljdGx5IGZvciB0aGUgYnVpbGQgcHJvY2Vzc1xuIl19
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imng-angular-core.mjs","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void {} //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACgB,SAAA,IAAI,GAAU,GAAC;;ACD/B;;AAEG;;;;"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* eslint-disable-next-line @typescript-eslint/no-empty-function */
|
|
2
|
+
function main() { } //NOSONAR - This is strictly for the build process
|
|
3
|
+
|
|
4
|
+
/**
|
|
5
|
+
* Generated bundle index. Do not edit.
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
export { main };
|
|
9
|
+
//# sourceMappingURL=imng-angular-core.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"imng-angular-core.mjs","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void {} //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;AACgB,SAAA,IAAI,GAAU,GAAC;;ACD/B;;AAEG;;;;"}
|
package/imng-angular-core.d.ts
CHANGED
package/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "imng-angular-core",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.102.18",
|
|
4
4
|
"description": "A collection packages used expedite angular, ngrx, and kendo based projects",
|
|
5
|
-
"peerDependencies": {
|
|
6
|
-
"@angular/common": ">=12.x",
|
|
7
|
-
"@angular/core": ">=12.x",
|
|
8
|
-
"@angular/forms": ">=12.x",
|
|
9
|
-
"@angular/router": ">=12.x",
|
|
10
|
-
"@angular/platform-browser": ">=12.x",
|
|
11
|
-
"@ngrx/effects": ">=12.x",
|
|
12
|
-
"@ngrx/store": ">=12.x",
|
|
13
|
-
"@nrwl/angular": ">=12.x",
|
|
14
|
-
"@progress/kendo-angular-buttons": ">=6.x",
|
|
15
|
-
"@progress/kendo-angular-dialog": ">=5.x",
|
|
16
|
-
"@progress/kendo-angular-grid": ">=5.x",
|
|
17
|
-
"@progress/kendo-data-query": ">=1.x",
|
|
18
|
-
"@microsoft/applicationinsights-web": ">=2.x",
|
|
19
|
-
"@microsoft/signalr": ">=5.x",
|
|
20
|
-
"ngx-bootstrap": ">=6.x",
|
|
21
|
-
"oidc-client": ">=1.x",
|
|
22
|
-
"rxjs": ">=6.x"
|
|
23
|
-
},
|
|
24
5
|
"keywords": [
|
|
25
6
|
"imng",
|
|
26
7
|
"Angular",
|
|
@@ -29,37 +10,52 @@
|
|
|
29
10
|
],
|
|
30
11
|
"dependencies": {
|
|
31
12
|
|
|
32
|
-
"imng-application-insights-ngrx": "4.
|
|
33
|
-
"imng-
|
|
34
|
-
"imng-kendo-
|
|
35
|
-
"imng-kendo-
|
|
36
|
-
"imng-kendo-grid": "4.
|
|
37
|
-
"imng-kendo-grid-
|
|
38
|
-
"imng-kendo-grid-
|
|
39
|
-
"imng-kendo-odata": "4.
|
|
40
|
-
"imng-kendo-
|
|
41
|
-
"imng-
|
|
42
|
-
"imng-ngrx-utils": "4.
|
|
43
|
-
"imng-
|
|
44
|
-
"imng-
|
|
45
|
-
"imng-
|
|
13
|
+
"imng-application-insights-ngrx": "4.102.18",
|
|
14
|
+
"imng-kendo-chart-odata": "4.102.18",
|
|
15
|
+
"imng-kendo-data-entry": "4.102.18",
|
|
16
|
+
"imng-kendo-grid": "4.102.18",
|
|
17
|
+
"imng-kendo-grid-array": "4.102.18",
|
|
18
|
+
"imng-kendo-grid-editable": "4.102.18",
|
|
19
|
+
"imng-kendo-grid-filtering": "4.102.18",
|
|
20
|
+
"imng-kendo-grid-odata": "4.102.18",
|
|
21
|
+
"imng-kendo-ngrx-idle": "4.102.18",
|
|
22
|
+
"imng-kendo-odata": "4.102.18",
|
|
23
|
+
"imng-ngrx-utils": "4.102.18",
|
|
24
|
+
"imng-kendo-theme-blue": "4.102.18",
|
|
25
|
+
"imng-ngxb-typeahead": "4.102.18",
|
|
26
|
+
"imng-nrsrx-client-utils": "4.102.18",
|
|
27
|
+
"imng-oidc-client": "4.102.18",
|
|
28
|
+
"imng-signalr-ngrx": "4.102.18"
|
|
46
29
|
},
|
|
30
|
+
"license": "MIT",
|
|
47
31
|
"repository": {
|
|
48
32
|
"type": "git",
|
|
49
33
|
"url": "https://github.com/ikemtz/AngularMonoRepo.git"
|
|
50
34
|
},
|
|
51
|
-
"license": "MIT",
|
|
52
35
|
"icon": "https://avatars.githubusercontent.com/u/6444182?v=4",
|
|
53
36
|
"private": false,
|
|
54
37
|
"author": {
|
|
55
38
|
"name": "Isaac Martinez <@ikemtz>",
|
|
56
39
|
"url": "https://github.com/ikemtz"
|
|
57
40
|
},
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"fesm2015": "fesm2015/imng-angular-core.
|
|
41
|
+
"module": "fesm2015/imng-angular-core.mjs",
|
|
42
|
+
"es2020": "fesm2020/imng-angular-core.mjs",
|
|
43
|
+
"esm2020": "esm2020/imng-angular-core.mjs",
|
|
44
|
+
"fesm2020": "fesm2020/imng-angular-core.mjs",
|
|
45
|
+
"fesm2015": "fesm2015/imng-angular-core.mjs",
|
|
63
46
|
"typings": "imng-angular-core.d.ts",
|
|
47
|
+
"exports": {
|
|
48
|
+
"./package.json": {
|
|
49
|
+
"default": "./package.json"
|
|
50
|
+
},
|
|
51
|
+
".": {
|
|
52
|
+
"types": "./imng-angular-core.d.ts",
|
|
53
|
+
"esm2020": "./esm2020/imng-angular-core.mjs",
|
|
54
|
+
"es2020": "./fesm2020/imng-angular-core.mjs",
|
|
55
|
+
"es2015": "./fesm2015/imng-angular-core.mjs",
|
|
56
|
+
"node": "./fesm2015/imng-angular-core.mjs",
|
|
57
|
+
"default": "./fesm2020/imng-angular-core.mjs"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
64
60
|
"sideEffects": false
|
|
65
61
|
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
3
|
-
typeof define === 'function' && define.amd ? define('imng-angular-core', ['exports'], factory) :
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["imng-angular-core"] = {}));
|
|
5
|
-
})(this, (function (exports) { 'use strict';
|
|
6
|
-
|
|
7
|
-
/* eslint-disable-next-line @typescript-eslint/no-empty-function */
|
|
8
|
-
function main() { } //NOSONAR - This is strictly for the build process
|
|
9
|
-
|
|
10
|
-
/**
|
|
11
|
-
* Generated bundle index. Do not edit.
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
exports.main = main;
|
|
15
|
-
|
|
16
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
17
|
-
|
|
18
|
-
}));
|
|
19
|
-
//# sourceMappingURL=imng-angular-core.umd.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imng-angular-core.umd.js","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void { } //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;CAAA;UACgB,IAAI,MAAY;;CCDhC;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imng-angular-core.js","sources":["../../../../libs/imng-angular-core/src/index.ts","../../../../libs/imng-angular-core/src/imng-angular-core.ts"],"sourcesContent":["/* eslint-disable-next-line @typescript-eslint/no-empty-function */\nexport function main(): void { } //NOSONAR - This is strictly for the build process\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAA;SACgB,IAAI,MAAY;;ACDhC;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"imng-angular-core.d.ts","sourceRoot":"","sources":["../../../libs/imng-angular-core/src/imng-angular-core.ts"],"names":[],"mappings":"AAAA;;GAEG;;AAEH,cAAc,SAAS,CAAC"}
|
package/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/imng-angular-core/src/index.ts"],"names":[],"mappings":"AACA,wBAAgB,IAAI,IAAI,IAAI,CAAI"}
|