@o3r/core 10.2.0-prerelease.27 → 10.2.0-prerelease.28
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"component.decorator.d.ts","sourceRoot":"","sources":["../../../src/core/metadata/component.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAE/C,wBAAwB;AACxB,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,kBAAkB,GAAG,WAAW,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,wBAAwB;IACxB,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,2BAA2B;IACrE,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,qBAAqB;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,mBAAmB,CAAC;AAE/D;;;;GAIG;AAEH,wBAAgB,YAAY,CAAC,IAAI,EAAE,2BAA2B,4BAC5B,GAAG,EAAE,KAAK,MAAM,
|
|
1
|
+
{"version":3,"file":"component.decorator.d.ts","sourceRoot":"","sources":["../../../src/core/metadata/component.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,eAAe,CAAC;AAE/C,wBAAwB;AACxB,MAAM,MAAM,aAAa,GAAG,OAAO,GAAG,MAAM,GAAG,kBAAkB,GAAG,WAAW,CAAC;AAEhF;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C,wBAAwB;IACxB,aAAa,EAAE,aAAa,CAAC;CAC9B;AAED;;GAEG;AACH,MAAM,WAAW,kBAAmB,SAAQ,2BAA2B;IACrE,uBAAuB;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uBAAuB;IACvB,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,qBAAqB;IACrB,aAAa,EAAE,MAAM,CAAC;CACvB;AAED;;GAEG;AACH,eAAO,MAAM,8BAA8B,mBAAmB,CAAC;AAE/D;;;;GAIG;AAEH,wBAAgB,YAAY,CAAC,IAAI,EAAE,2BAA2B,4BAC5B,GAAG,EAAE,KAAK,MAAM,eAAe,CAAC,OAKjE"}
|
|
@@ -4,7 +4,7 @@ import { ContentMessageData, FilterMessageToApplication, OtterMessage, OtterMess
|
|
|
4
4
|
* Determine if a message should be handle by the application
|
|
5
5
|
* @param message Message to analyze
|
|
6
6
|
*/
|
|
7
|
-
export declare const isToAppOtterMessage: <T extends OtterMessage<OtterMessageContent<string>, string | undefined>>(message?: T
|
|
7
|
+
export declare const isToAppOtterMessage: <T extends OtterMessage<OtterMessageContent<string>, string | undefined>>(message?: T) => message is FilterMessageToApplication<T & {
|
|
8
8
|
to: 'app';
|
|
9
9
|
}>;
|
|
10
10
|
/**
|
|
@@ -18,7 +18,7 @@ export declare const isOtterMessage: <T extends OtterMessageContent<string>>(mes
|
|
|
18
18
|
* @param content content of the message
|
|
19
19
|
* @param preStringify determine if the message should JSON.stringify before being send (will use the default mechanism otherwise)
|
|
20
20
|
*/
|
|
21
|
-
export declare const sendOtterMessage: <T extends OtterMessageContent<string>>(dataType: T[
|
|
21
|
+
export declare const sendOtterMessage: <T extends OtterMessageContent<string>>(dataType: T['dataType'], content: ContentMessageData<T>, preStringify?: boolean) => void;
|
|
22
22
|
export declare function filterMessageContent<T extends Event | MessageEvent>(): (source$: Observable<T>) => Observable<OtterMessageContent<string>>;
|
|
23
23
|
export declare function filterMessageContent<T extends Event | MessageEvent, S extends OtterMessageContent>(predicate: (message: any) => message is S): (source$: Observable<T>) => Observable<S>;
|
|
24
24
|
//# sourceMappingURL=message.helpers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message.helpers.d.ts","sourceRoot":"","sources":["../../src/messages/message.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,UAAU,EAAE,MAAM,MAAM,CAAC;AAC/C,OAAO,EAA4B,kBAAkB,EAAE,0BAA0B,EAAE,YAAY,EAAE,mBAAmB,EAAoB,MAAM,sBAAsB,CAAC;AAErK;;;GAGG;AACH,eAAO,MAAM,mBAAmB;
|
|
1
|
+
{"version":3,"file":"message.helpers.d.ts","sourceRoot":"","sources":["../../src/messages/message.helpers.ts"],"names":[],"mappings":"AAAA,OAAO,EAAe,UAAU,EAAE,MAAM,MAAM,CAAC;AAC/C,OAAO,EAA4B,kBAAkB,EAAE,0BAA0B,EAAE,YAAY,EAAE,mBAAmB,EAAoB,MAAM,sBAAsB,CAAC;AAErK;;;GAGG;AACH,eAAO,MAAM,mBAAmB,sFAAsC,CAAC;QAAkD,KAAK;EAE7H,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,cAAc,mDAA4C,GAAG,mDAEzE,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,gBAAgB,oDAA6C,CAAC,CAAC,UAAU,CAAC,WAAW,mBAAmB,CAAC,CAAC,iCAStH,CAAC;AAGF,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,KAAK,GAAG,YAAY,KAAK,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,UAAU,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,CAAC;AAC5I,wBAAgB,oBAAoB,CAAC,CAAC,SAAS,KAAK,GAAG,YAAY,EAAE,CAAC,SAAS,mBAAmB,EAAE,SAAS,EAAE,CAAC,OAAO,EAAE,GAAG,KAAK,OAAO,IAAI,CAAC,GAAG,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,KAAK,UAAU,CAAC,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/core",
|
|
3
|
-
"version": "10.2.0-prerelease.
|
|
3
|
+
"version": "10.2.0-prerelease.28",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -12,27 +12,27 @@
|
|
|
12
12
|
"default": "./src/public_api.js",
|
|
13
13
|
"types": "./src/public_api.d.ts",
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@angular-devkit/architect": "~0.
|
|
16
|
-
"@angular-devkit/core": "~17.
|
|
17
|
-
"@angular-devkit/schematics": "~17.
|
|
18
|
-
"@angular/cli": "~17.
|
|
19
|
-
"@angular/common": "~17.
|
|
20
|
-
"@angular/compiler-cli": "~17.
|
|
21
|
-
"@angular/core": "~17.
|
|
22
|
-
"@angular/forms": "~17.
|
|
23
|
-
"@angular/platform-browser-dynamic": "~17.
|
|
24
|
-
"@angular/router": "~17.
|
|
15
|
+
"@angular-devkit/architect": "~0.1703.0",
|
|
16
|
+
"@angular-devkit/core": "~17.3.0",
|
|
17
|
+
"@angular-devkit/schematics": "~17.3.0",
|
|
18
|
+
"@angular/cli": "~17.3.0",
|
|
19
|
+
"@angular/common": "~17.3.0",
|
|
20
|
+
"@angular/compiler-cli": "~17.3.0",
|
|
21
|
+
"@angular/core": "~17.3.0",
|
|
22
|
+
"@angular/forms": "~17.3.0",
|
|
23
|
+
"@angular/platform-browser-dynamic": "~17.3.0",
|
|
24
|
+
"@angular/router": "~17.3.0",
|
|
25
25
|
"@ngrx/entity": "~17.1.0",
|
|
26
26
|
"@ngrx/store": "~17.1.0",
|
|
27
27
|
"@nrwl/devkit": "~18.0.2",
|
|
28
28
|
"@nx/angular": "~18.0.2",
|
|
29
|
-
"@o3r/telemetry": "^10.2.0-prerelease.
|
|
30
|
-
"@schematics/angular": "~17.
|
|
29
|
+
"@o3r/telemetry": "^10.2.0-prerelease.28",
|
|
30
|
+
"@schematics/angular": "~17.3.0",
|
|
31
31
|
"chokidar": "^3.5.2",
|
|
32
32
|
"globby": "^11.1.0",
|
|
33
33
|
"rxjs": "^7.8.1",
|
|
34
34
|
"semver": "^7.5.2",
|
|
35
|
-
"typescript": "~5.
|
|
35
|
+
"typescript": "~5.4.2"
|
|
36
36
|
},
|
|
37
37
|
"peerDependenciesMeta": {
|
|
38
38
|
"@angular/cli": {
|
|
@@ -64,33 +64,33 @@
|
|
|
64
64
|
}
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@o3r/schematics": "^10.2.0-prerelease.
|
|
68
|
-
"tslib": "^2.
|
|
67
|
+
"@o3r/schematics": "^10.2.0-prerelease.28",
|
|
68
|
+
"tslib": "^2.6.2",
|
|
69
69
|
"uuid": "^9.0.0"
|
|
70
70
|
},
|
|
71
71
|
"generatorDependencies": {
|
|
72
|
-
"@angular-eslint/eslint-plugin": "~17.2.
|
|
73
|
-
"@angular/material": "~17.
|
|
72
|
+
"@angular-eslint/eslint-plugin": "~17.2.1",
|
|
73
|
+
"@angular/material": "~17.3.0",
|
|
74
74
|
"@ngrx/router-store": "~17.1.0",
|
|
75
75
|
"@ngrx/effects": "~17.1.0",
|
|
76
76
|
"@ngrx/store-devtools": "~17.1.0",
|
|
77
|
-
"@o3r/store-sync": "^10.2.0-prerelease.
|
|
77
|
+
"@o3r/store-sync": "^10.2.0-prerelease.28",
|
|
78
78
|
"@types/jest": "~29.5.2",
|
|
79
|
-
"nx": "~18.0.
|
|
80
|
-
"@typescript-eslint/parser": "^7.0
|
|
79
|
+
"nx": "~18.0.8",
|
|
80
|
+
"@typescript-eslint/parser": "^7.2.0",
|
|
81
81
|
"@stylistic/eslint-plugin-ts": "^1.5.4",
|
|
82
82
|
"cpy-cli": "^5.0.0",
|
|
83
|
-
"eslint": "^8.
|
|
84
|
-
"@nx/eslint-plugin": "~18.0.
|
|
83
|
+
"eslint": "^8.57.0",
|
|
84
|
+
"@nx/eslint-plugin": "~18.0.8",
|
|
85
85
|
"jsonc-eslint-parser": "~2.4.0",
|
|
86
|
-
"eslint-import-resolver-node": "^0.3.
|
|
86
|
+
"eslint-import-resolver-node": "^0.3.9",
|
|
87
87
|
"eslint-plugin-jest": "~27.9.0",
|
|
88
|
-
"eslint-plugin-jsdoc": "~48.2.
|
|
88
|
+
"eslint-plugin-jsdoc": "~48.2.1",
|
|
89
89
|
"eslint-plugin-prefer-arrow": "~1.2.3",
|
|
90
|
-
"eslint-plugin-unicorn": "^51.0.
|
|
90
|
+
"eslint-plugin-unicorn": "^51.0.1",
|
|
91
91
|
"jest": "~29.7.0",
|
|
92
92
|
"jest-junit": "~16.0.0",
|
|
93
|
-
"jest-preset-angular": "~14.0.
|
|
93
|
+
"jest-preset-angular": "~14.0.3",
|
|
94
94
|
"zone.js": "~0.14.2"
|
|
95
95
|
},
|
|
96
96
|
"engines": {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"async.props.d.ts","sourceRoot":"","sources":["../../../src/store/async/async.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAIhD;;;GAGG;AAEH,eAAO,MAAM,UAAU,
|
|
1
|
+
{"version":3,"file":"async.props.d.ts","sourceRoot":"","sources":["../../../src/store/async/async.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAIhD;;;GAGG;AAEH,eAAO,MAAM,UAAU,kCAAiC,CAAC,KAAK,CAAC,GAAG,YAEjE,CAAC"}
|