@o3r/rules-engine 11.4.0-prerelease.46 → 11.4.0-prerelease.49
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/esm2022/interfaces/action.interfaces.mjs +1 -1
- package/esm2022/stores/rulesets/rulesets.selectors.mjs +14 -4
- package/fesm2022/o3r-rules-engine.mjs +13 -3
- package/fesm2022/o3r-rules-engine.mjs.map +1 -1
- package/interfaces/action.interfaces.d.ts +4 -4
- package/package.json +5 -5
- package/stores/rulesets/rulesets.selectors.d.ts.map +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { ActionBlock } from '../engine/index';
|
|
2
2
|
/**
|
|
3
3
|
* Content of action that updates the configuration
|
|
4
|
-
* @deprecated use the one
|
|
4
|
+
* @deprecated use the one exposed by `@o3r/configuration` module. Will be removed in Otter v12.
|
|
5
5
|
*/
|
|
6
6
|
export interface ActionUpdateConfigBlock extends ActionBlock {
|
|
7
7
|
actionType: 'UPDATE_CONFIG';
|
|
@@ -11,7 +11,7 @@ export interface ActionUpdateConfigBlock extends ActionBlock {
|
|
|
11
11
|
}
|
|
12
12
|
/**
|
|
13
13
|
* Content of action that updates an asset
|
|
14
|
-
* @deprecated use the one
|
|
14
|
+
* @deprecated use the one exposed by `@o3r/dynamic-content` module. Will be removed in Otter v12.
|
|
15
15
|
*/
|
|
16
16
|
export interface ActionUpdateAssetBlock extends ActionBlock {
|
|
17
17
|
actionType: 'UPDATE_ASSET';
|
|
@@ -20,7 +20,7 @@ export interface ActionUpdateAssetBlock extends ActionBlock {
|
|
|
20
20
|
}
|
|
21
21
|
/**
|
|
22
22
|
* Content of action that updates localization
|
|
23
|
-
* @deprecated use the one
|
|
23
|
+
* @deprecated use the one exposed by `@o3r/localization` module. Will be removed in Otter v12.
|
|
24
24
|
*/
|
|
25
25
|
export interface ActionUpdateLocalisationBlock extends ActionBlock {
|
|
26
26
|
actionType: 'UPDATE_LOCALISATION';
|
|
@@ -29,7 +29,7 @@ export interface ActionUpdateLocalisationBlock extends ActionBlock {
|
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
31
|
* Content of action that updates a placeholder
|
|
32
|
-
* @deprecated use the one
|
|
32
|
+
* @deprecated use the one exposed by `@o3r/components` module. Will be removed in Otter v12.
|
|
33
33
|
*/
|
|
34
34
|
export interface ActionUpdatePlaceholderBlock extends ActionBlock {
|
|
35
35
|
actionType: 'UPDATE_PLACEHOLDER';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@o3r/rules-engine",
|
|
3
|
-
"version": "11.4.0-prerelease.
|
|
3
|
+
"version": "11.4.0-prerelease.49",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"@ngrx/entity": "~18.0.0",
|
|
50
50
|
"@ngrx/store": "~18.0.0",
|
|
51
51
|
"@ngx-translate/core": "~15.0.0",
|
|
52
|
-
"@o3r/core": "^11.4.0-prerelease.
|
|
53
|
-
"@o3r/extractors": "^11.4.0-prerelease.
|
|
54
|
-
"@o3r/logger": "^11.4.0-prerelease.
|
|
55
|
-
"@o3r/schematics": "^11.4.0-prerelease.
|
|
52
|
+
"@o3r/core": "^11.4.0-prerelease.49",
|
|
53
|
+
"@o3r/extractors": "^11.4.0-prerelease.49",
|
|
54
|
+
"@o3r/logger": "^11.4.0-prerelease.49",
|
|
55
|
+
"@o3r/schematics": "^11.4.0-prerelease.49",
|
|
56
56
|
"@schematics/angular": "~18.2.0",
|
|
57
57
|
"globby": "^11.1.0",
|
|
58
58
|
"jasmine": "^5.0.0",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"rulesets.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/rulesets/rulesets.selectors.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItE,4BAA4B;AAC5B,eAAO,MAAM,mBAAmB,wHAA4D,CAAC;AAE7F,uCAAuC;AACvC,eAAO,MAAM,iBAAiB,iHAAiD,CAAC;AAEhF,mCAAmC;AACnC,eAAO,MAAM,iBAAiB,+JAAiD,CAAC;AAEhF,iDAAiD;AACjD,eAAO,MAAM,sBAAsB,iOAAsD,CAAC;AAE1F,sCAAsC;AACtC,eAAO,MAAM,mBAAmB,uFAAmD,CAAC;AAEpF,sCAAsC;AACtC,eAAO,MAAM,gCAAgC,yFAA2E,CAAC;AAQzH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,wHA6BU,CAAC;
|
|
1
|
+
{"version":3,"file":"rulesets.selectors.d.ts","sourceRoot":"","sources":["../../../src/stores/rulesets/rulesets.selectors.ts"],"names":[],"mappings":"AAIA,OAAO,EAAuB,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAItE,4BAA4B;AAC5B,eAAO,MAAM,mBAAmB,wHAA4D,CAAC;AAE7F,uCAAuC;AACvC,eAAO,MAAM,iBAAiB,iHAAiD,CAAC;AAEhF,mCAAmC;AACnC,eAAO,MAAM,iBAAiB,+JAAiD,CAAC;AAEhF,iDAAiD;AACjD,eAAO,MAAM,sBAAsB,iOAAsD,CAAC;AAE1F,sCAAsC;AACtC,eAAO,MAAM,mBAAmB,uFAAmD,CAAC;AAEpF,sCAAsC;AACtC,eAAO,MAAM,gCAAgC,yFAA2E,CAAC;AAQzH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,wHA6BU,CAAC;AA8B5C;;;GAGG;AACH,eAAO,MAAM,2BAA2B,wJAmBvC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,+BAA+B;QAInB;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KAAC;;QAAzB;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KAAC;EAejD,CAAC"}
|