imng-angular-core 4.89.7 → 4.102.10

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.
@@ -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,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2ltbmctYW5ndWxhci1jb3JlL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxtRUFBbUU7QUFDbkUsTUFBTSxVQUFVLElBQUksS0FBVyxDQUFDLENBQUMsa0RBQWtEIiwic291cmNlc0NvbnRlbnQiOlsiLyogZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1lbXB0eS1mdW5jdGlvbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIG1haW4oKTogdm9pZCB7IH0gLy9OT1NPTkFSIC0gVGhpcyBpcyBzdHJpY3RseSBmb3IgdGhlIGJ1aWxkIHByb2Nlc3NcbiJdfQ==
3
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2ltbmctYW5ndWxhci1jb3JlL3NyYy9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxtRUFBbUU7QUFDbkUsTUFBTSxVQUFVLElBQUksS0FBVSxDQUFDLENBQUMsa0RBQWtEIiwic291cmNlc0NvbnRlbnQiOlsiLyogZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1lbXB0eS1mdW5jdGlvbiAqL1xuZXhwb3J0IGZ1bmN0aW9uIG1haW4oKTogdm9pZCB7fSAvL05PU09OQVIgLSBUaGlzIGlzIHN0cmljdGx5IGZvciB0aGUgYnVpbGQgcHJvY2Vzc1xuIl19
@@ -6,4 +6,4 @@ function main() { } //NOSONAR - This is strictly for the build process
6
6
  */
7
7
 
8
8
  export { main };
9
- //# sourceMappingURL=imng-angular-core.js.map
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;;;;"}
@@ -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;;;;"}
@@ -3,4 +3,3 @@
3
3
  */
4
4
  /// <amd-module name="imng-angular-core" />
5
5
  export * from './index';
6
- //# sourceMappingURL=imng-angular-core.d.ts.map
package/index.d.ts CHANGED
@@ -1,2 +1 @@
1
1
  export declare function main(): void;
2
- //# sourceMappingURL=index.d.ts.map
package/package.json CHANGED
@@ -1,26 +1,7 @@
1
1
  {
2
2
  "name": "imng-angular-core",
3
- "version": "4.89.7",
3
+ "version": "4.102.10",
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.89.7",
33
- "imng-auth0-oidc": "4.89.7",
34
- "imng-kendo-chart-odata": "4.89.7",
35
- "imng-kendo-data-entry": "4.89.7",
36
- "imng-kendo-grid": "4.89.7",
37
- "imng-kendo-grid-filtering": "4.89.7",
38
- "imng-kendo-grid-odata": "4.89.7",
39
- "imng-kendo-odata": "4.89.7",
40
- "imng-kendo-theme-blue": "4.89.7",
41
- "imng-ngrx-idle": "4.89.7",
42
- "imng-ngrx-utils": "4.89.7",
43
- "imng-ngxb-typeahead": "4.89.7",
44
- "imng-nrsrx-client-utils": "4.89.7",
45
- "imng-signalr-ngrx": "4.89.7"
13
+ "imng-application-insights-ngrx": "4.102.10",
14
+ "imng-kendo-chart-odata": "4.102.10",
15
+ "imng-kendo-data-entry": "4.102.10",
16
+ "imng-kendo-grid": "4.102.10",
17
+ "imng-kendo-grid-array": "4.102.10",
18
+ "imng-kendo-grid-editable": "4.102.10",
19
+ "imng-kendo-grid-filtering": "4.102.10",
20
+ "imng-kendo-grid-odata": "4.102.10",
21
+ "imng-kendo-ngrx-idle": "4.102.10",
22
+ "imng-kendo-odata": "4.102.10",
23
+ "imng-ngrx-utils": "4.102.10",
24
+ "imng-kendo-theme-blue": "4.102.10",
25
+ "imng-ngxb-typeahead": "4.102.10",
26
+ "imng-nrsrx-client-utils": "4.102.10",
27
+ "imng-oidc-client": "4.102.10",
28
+ "imng-signalr-ngrx": "4.102.10"
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
- "main": "bundles/imng-angular-core.umd.js",
59
- "module": "fesm2015/imng-angular-core.js",
60
- "es2015": "fesm2015/imng-angular-core.js",
61
- "esm2015": "esm2015/imng-angular-core.js",
62
- "fesm2015": "fesm2015/imng-angular-core.js",
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"}