@o3r/rules-engine 12.0.0-next.6 → 12.0.0-next.9

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.
Files changed (91) hide show
  1. package/builders/package.json +3 -0
  2. package/components/rules-engine/rule-actions/rule-actions-pres.component.d.ts +1 -1
  3. package/components/rules-engine/rule-actions/rule-actions-pres.component.d.ts.map +1 -1
  4. package/components/rules-engine/rule-condition/rule-condition-pres.component.d.ts +1 -1
  5. package/components/rules-engine/rule-condition/rule-condition-pres.component.d.ts.map +1 -1
  6. package/components/rules-engine/rule-key-value/rule-key-value-pres.component.d.ts +1 -1
  7. package/components/rules-engine/rule-key-value/rule-key-value-pres.component.d.ts.map +1 -1
  8. package/components/rules-engine/rule-tree/rule-tree-pres.component.d.ts +1 -1
  9. package/components/rules-engine/rule-tree/rule-tree-pres.component.d.ts.map +1 -1
  10. package/components/rules-engine/ruleset-history/ruleset-history-pres.component.d.ts +1 -1
  11. package/components/rules-engine/ruleset-history/ruleset-history-pres.component.d.ts.map +1 -1
  12. package/components/rules-engine/ruleset-history/ruleset-history-pres.module.d.ts +7 -9
  13. package/components/rules-engine/ruleset-history/ruleset-history-pres.module.d.ts.map +1 -1
  14. package/components/rules-engine/shared/json-or-string.pipe.d.ts.map +1 -1
  15. package/engine/helpers/filter-ruleset-event.operator.d.ts.map +1 -1
  16. package/fesm2022/o3r-rules-engine.mjs +180 -165
  17. package/fesm2022/o3r-rules-engine.mjs.map +1 -1
  18. package/fixtures/jasmine/package.json +3 -0
  19. package/fixtures/jest/package.json +3 -0
  20. package/package.json +15 -21
  21. package/schematics/package.json +3 -0
  22. package/esm2022/components/index.mjs +0 -2
  23. package/esm2022/components/rules-engine/index.mjs +0 -4
  24. package/esm2022/components/rules-engine/rule-actions/rule-actions-pres.component.mjs +0 -35
  25. package/esm2022/components/rules-engine/rule-condition/rule-condition-pres.component.mjs +0 -36
  26. package/esm2022/components/rules-engine/rule-key-value/rule-key-value-pres.component.mjs +0 -63
  27. package/esm2022/components/rules-engine/rule-tree/rule-tree-pres.component.mjs +0 -48
  28. package/esm2022/components/rules-engine/ruleset-history/ruleset-history-pres.component.mjs +0 -50
  29. package/esm2022/components/rules-engine/ruleset-history/ruleset-history-pres.module.mjs +0 -23
  30. package/esm2022/components/rules-engine/shared/fallback-to.pipe.mjs +0 -14
  31. package/esm2022/components/rules-engine/shared/index.mjs +0 -4
  32. package/esm2022/components/rules-engine/shared/json-or-string.pipe.mjs +0 -23
  33. package/esm2022/components/rules-engine/shared/ruleset-history.helper.mjs +0 -51
  34. package/esm2022/devkit/index.mjs +0 -7
  35. package/esm2022/devkit/rules-engine-devkit.interface.mjs +0 -6
  36. package/esm2022/devkit/rules-engine-devtools.console.service.mjs +0 -111
  37. package/esm2022/devkit/rules-engine-devtools.message.service.mjs +0 -115
  38. package/esm2022/devkit/rules-engine-devtools.module.mjs +0 -47
  39. package/esm2022/devkit/rules-engine-devtools.service.mjs +0 -130
  40. package/esm2022/devkit/rules-engine-devtools.token.mjs +0 -6
  41. package/esm2022/engine/debug/engine.debug.mjs +0 -195
  42. package/esm2022/engine/debug/helpers.mjs +0 -92
  43. package/esm2022/engine/engine.interface.mjs +0 -2
  44. package/esm2022/engine/engine.mjs +0 -134
  45. package/esm2022/engine/fact/fact.interfaces.mjs +0 -2
  46. package/esm2022/engine/fact/index.mjs +0 -2
  47. package/esm2022/engine/helpers/filter-ruleset-event.operator.mjs +0 -19
  48. package/esm2022/engine/index.mjs +0 -8
  49. package/esm2022/engine/operator/index.mjs +0 -4
  50. package/esm2022/engine/operator/operator.helpers.mjs +0 -107
  51. package/esm2022/engine/operator/operator.interface.mjs +0 -2
  52. package/esm2022/engine/operator/operators/array-based.operators.mjs +0 -266
  53. package/esm2022/engine/operator/operators/basic.operators.mjs +0 -93
  54. package/esm2022/engine/operator/operators/date-based.operators.mjs +0 -119
  55. package/esm2022/engine/operator/operators/index.mjs +0 -10
  56. package/esm2022/engine/operator/operators/number-based.operators.mjs +0 -44
  57. package/esm2022/engine/rule/index.mjs +0 -2
  58. package/esm2022/engine/rule/rule.helpers.mjs +0 -50
  59. package/esm2022/engine/ruleset-executor.mjs +0 -255
  60. package/esm2022/engine/structure.mjs +0 -2
  61. package/esm2022/fact/fact.abstract-service.mjs +0 -12
  62. package/esm2022/fact/index.mjs +0 -3
  63. package/esm2022/fact/reserved.facts.mjs +0 -2
  64. package/esm2022/fixtures/jasmine/index.mjs +0 -2
  65. package/esm2022/fixtures/jasmine/o3r-rules-engine-fixtures-jasmine.mjs +0 -5
  66. package/esm2022/fixtures/jasmine/rules-engine.runner.service.fixture.jasmine.mjs +0 -14
  67. package/esm2022/fixtures/jest/index.mjs +0 -2
  68. package/esm2022/fixtures/jest/o3r-rules-engine-fixtures-jest.mjs +0 -5
  69. package/esm2022/fixtures/jest/rules-engine.runner.service.fixture.jest.mjs +0 -14
  70. package/esm2022/inner-facts/current-time/current-time-fact.service.mjs +0 -29
  71. package/esm2022/inner-facts/current-time/current-time.facts.mjs +0 -2
  72. package/esm2022/inner-facts/current-time/index.mjs +0 -3
  73. package/esm2022/inner-facts/index.mjs +0 -2
  74. package/esm2022/interfaces/index.mjs +0 -2
  75. package/esm2022/interfaces/linkable-to-ruleset.interfaces.mjs +0 -2
  76. package/esm2022/o3r-rules-engine.mjs +0 -5
  77. package/esm2022/public_api.mjs +0 -9
  78. package/esm2022/services/index.mjs +0 -3
  79. package/esm2022/services/rules-engine.token.mjs +0 -9
  80. package/esm2022/services/runner/index.mjs +0 -3
  81. package/esm2022/services/runner/rules-engine.runner.module.mjs +0 -37
  82. package/esm2022/services/runner/rules-engine.runner.service.mjs +0 -132
  83. package/esm2022/stores/index.mjs +0 -2
  84. package/esm2022/stores/rulesets/index.mjs +0 -8
  85. package/esm2022/stores/rulesets/rulesets.actions.mjs +0 -42
  86. package/esm2022/stores/rulesets/rulesets.effect.mjs +0 -30
  87. package/esm2022/stores/rulesets/rulesets.module.mjs +0 -42
  88. package/esm2022/stores/rulesets/rulesets.reducer.mjs +0 -35
  89. package/esm2022/stores/rulesets/rulesets.selectors.mjs +0 -79
  90. package/esm2022/stores/rulesets/rulesets.state.mjs +0 -5
  91. package/esm2022/stores/rulesets/rulesets.sync.mjs +0 -20
@@ -0,0 +1,3 @@
1
+ {
2
+ "type": "commonjs"
3
+ }
@@ -15,6 +15,6 @@ export declare class RuleActionsPresComponent {
15
15
  */
16
16
  runtimeOutputs: string[];
17
17
  static ɵfac: i0.ɵɵFactoryDeclaration<RuleActionsPresComponent, never>;
18
- static ɵcmp: i0.ɵɵComponentDeclaration<RuleActionsPresComponent, "o3r-rule-actions-pres", never, { "actions": { "alias": "actions"; "required": false; }; "temporaryFacts": { "alias": "temporaryFacts"; "required": false; }; "runtimeOutputs": { "alias": "runtimeOutputs"; "required": false; }; }, {}, never, never, false, never>;
18
+ static ɵcmp: i0.ɵɵComponentDeclaration<RuleActionsPresComponent, "o3r-rule-actions-pres", never, { "actions": { "alias": "actions"; "required": false; }; "temporaryFacts": { "alias": "temporaryFacts"; "required": false; }; "runtimeOutputs": { "alias": "runtimeOutputs"; "required": false; }; }, {}, never, never, true, never>;
19
19
  }
20
20
  //# sourceMappingURL=rule-actions-pres.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rule-actions-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-actions/rule-actions-pres.component.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,QAAQ,EACR,KAAK,EACN,MAAM,iBAAiB,CAAC;;AAEzB,qBAOa,wBAAwB;IACnC;;OAEG;IAEI,OAAO,EAAE,QAAQ,EAAE,CAAM;IAEhC;;;OAGG;IAEI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAM;IAElD;;OAEG;IAEI,cAAc,EAAE,MAAM,EAAE,CAAM;yCAlB1B,wBAAwB;2CAAxB,wBAAwB;CAmBpC"}
1
+ {"version":3,"file":"rule-actions-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-actions/rule-actions-pres.component.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EACV,QAAQ,EACR,KAAK,EACN,MAAM,iBAAiB,CAAC;;AAQzB,qBAQa,wBAAwB;IACnC;;OAEG;IAEI,OAAO,EAAE,QAAQ,EAAE,CAAM;IAEhC;;;OAGG;IAEI,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAM;IAElD;;OAEG;IAEI,cAAc,EAAE,MAAM,EAAE,CAAM;yCAlB1B,wBAAwB;2CAAxB,wBAAwB;CAmBpC"}
@@ -19,6 +19,6 @@ export declare class RuleConditionPresComponent {
19
19
  get condition(): TopLevelCondition | undefined;
20
20
  private getOperandName;
21
21
  static ɵfac: i0.ɵɵFactoryDeclaration<RuleConditionPresComponent, never>;
22
- static ɵcmp: i0.ɵɵComponentDeclaration<RuleConditionPresComponent, "o3r-rule-condition-pres", never, { "condition": { "alias": "condition"; "required": false; }; }, {}, never, never, false, never>;
22
+ static ɵcmp: i0.ɵɵComponentDeclaration<RuleConditionPresComponent, "o3r-rule-condition-pres", never, { "condition": { "alias": "condition"; "required": false; }; }, {}, never, never, true, never>;
23
23
  }
24
24
  //# sourceMappingURL=rule-condition-pres.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rule-condition-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-condition/rule-condition-pres.component.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAIV,iBAAiB,EAElB,MAAM,iBAAiB,CAAC;;AAEzB,qBAOa,0BAA0B;IACrC,OAAO,CAAC,UAAU,CAAC,CAAoB;IAEvC;;;OAGG;IACI,GAAG,SAAe;IAEzB;;;OAGG;IACI,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B;;OAEG;IACH,IACW,SAAS,CAAC,SAAS,EAAE,iBAAiB,GAAG,SAAS,EAI5D;IAED,IAAW,SAAS,IAAI,iBAAiB,GAAG,SAAS,CAEpD;IAED,OAAO,CAAC,cAAc;yCA7BX,0BAA0B;2CAA1B,0BAA0B;CAiCtC"}
1
+ {"version":3,"file":"rule-condition-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-condition/rule-condition-pres.component.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EAIV,iBAAiB,EAElB,MAAM,iBAAiB,CAAC;;AAEzB,qBAQa,0BAA0B;IACrC,OAAO,CAAC,UAAU,CAAC,CAAoB;IAEvC;;;OAGG;IACI,GAAG,SAAe;IAEzB;;;OAGG;IACI,GAAG,EAAE,MAAM,GAAG,SAAS,CAAC;IAE/B;;OAEG;IACH,IACW,SAAS,CAAC,SAAS,EAAE,iBAAiB,GAAG,SAAS,EAI5D;IAED,IAAW,SAAS,IAAI,iBAAiB,GAAG,SAAS,CAEpD;IAED,OAAO,CAAC,cAAc;yCA7BX,0BAA0B;2CAA1B,0BAA0B;CAiCtC"}
@@ -31,6 +31,6 @@ export declare class RuleKeyValuePresComponent implements OnChanges {
31
31
  ngOnChanges({ value, oldValue }: SimpleChanges): void;
32
32
  copyToClipBoard(content: string): Promise<void>;
33
33
  static ɵfac: i0.ɵɵFactoryDeclaration<RuleKeyValuePresComponent, never>;
34
- static ɵcmp: i0.ɵɵComponentDeclaration<RuleKeyValuePresComponent, "o3r-rule-key-value-pres", never, { "key": { "alias": "key"; "required": false; }; "value": { "alias": "value"; "required": false; }; "oldValue": { "alias": "oldValue"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
34
+ static ɵcmp: i0.ɵɵComponentDeclaration<RuleKeyValuePresComponent, "o3r-rule-key-value-pres", never, { "key": { "alias": "key"; "required": false; }; "value": { "alias": "value"; "required": false; }; "oldValue": { "alias": "oldValue"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, true, never>;
35
35
  }
36
36
  //# sourceMappingURL=rule-key-value-pres.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rule-key-value-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-key-value/rule-key-value-pres.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAIL,SAAS,EACT,aAAa,EAEd,MAAM,eAAe,CAAC;;AAqBvB,qBAOa,yBAA0B,YAAW,SAAS;IACzD;;OAEG;IAEI,GAAG,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEI,KAAK,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAEI,QAAQ,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;OAIG;IAEI,IAAI,EAAE,OAAO,GAAG,YAAY,CAAW;IAEvC,6BAA6B,UAAQ;IACrC,mCAAmC,UAAS;IAC5C,oBAAoB,UAAS;IAE7B,gCAAgC,UAAQ;IACxC,sCAAsC,UAAS;IAC/C,uBAAuB,UAAS;IAEvC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAuB;IACpD,iBAAiB,qCAEtB;IAEF,OAAO,CAAC,2BAA2B;IAI5B,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,aAAa;IAWxC,eAAe,CAAC,OAAO,EAAE,MAAM;yCAvDjC,yBAAyB;2CAAzB,yBAAyB;CA2DrC"}
1
+ {"version":3,"file":"rule-key-value-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-key-value/rule-key-value-pres.component.ts"],"names":[],"mappings":"AAIA,OAAO,EAIL,SAAS,EACT,aAAa,EAEd,MAAM,eAAe,CAAC;;AAqBvB,qBAQa,yBAA0B,YAAW,SAAS;IACzD;;OAEG;IAEI,GAAG,CAAC,EAAE,MAAM,CAAC;IAEpB;;OAEG;IAEI,KAAK,EAAG,MAAM,CAAC;IAEtB;;OAEG;IAEI,QAAQ,CAAC,EAAE,MAAM,CAAC;IAEzB;;;;OAIG;IAEI,IAAI,EAAE,OAAO,GAAG,YAAY,CAAW;IAEvC,6BAA6B,UAAQ;IACrC,mCAAmC,UAAS;IAC5C,oBAAoB,UAAS;IAE7B,gCAAgC,UAAQ;IACxC,sCAAsC,UAAS;IAC/C,uBAAuB,UAAS;IAEvC,OAAO,CAAC,QAAQ,CAAC,mBAAmB,CAAuB;IACpD,iBAAiB,qCAEtB;IAEF,OAAO,CAAC,2BAA2B;IAI5B,WAAW,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,EAAE,aAAa;IAWxC,eAAe,CAAC,OAAO,EAAE,MAAM;yCAvDjC,yBAAyB;2CAAzB,yBAAyB;CA2DrC"}
@@ -32,6 +32,6 @@ export declare class RuleTreePresComponent {
32
32
  */
33
33
  successActionsExpanded: boolean;
34
34
  static ɵfac: i0.ɵɵFactoryDeclaration<RuleTreePresComponent, never>;
35
- static ɵcmp: i0.ɵɵComponentDeclaration<RuleTreePresComponent, "o3r-rule-tree-pres", never, { "name": { "alias": "name"; "required": false; }; "blockType": { "alias": "blockType"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "successElements": { "alias": "successElements"; "required": false; }; "failureElements": { "alias": "failureElements"; "required": false; }; }, {}, never, never, false, never>;
35
+ static ɵcmp: i0.ɵɵComponentDeclaration<RuleTreePresComponent, "o3r-rule-tree-pres", never, { "name": { "alias": "name"; "required": false; }; "blockType": { "alias": "blockType"; "required": false; }; "condition": { "alias": "condition"; "required": false; }; "successElements": { "alias": "successElements"; "required": false; }; "failureElements": { "alias": "failureElements"; "required": false; }; }, {}, never, never, true, never>;
36
36
  }
37
37
  //# sourceMappingURL=rule-tree-pres.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"rule-tree-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-tree/rule-tree-pres.component.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;;AAEzB,qBAOa,qBAAqB;IAChC;;OAEG;IAEI,IAAI,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IAEI,SAAS,SAAM;IAEtB;;OAEG;IAEI,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAErC;;OAEG;IAEI,eAAe,EAAE,QAAQ,EAAE,CAAM;IAExC;;OAEG;IAEI,eAAe,EAAE,QAAQ,EAAE,CAAM;IAExC;;OAEG;IACI,sBAAsB,UAAS;IAEtC;;OAEG;IACI,sBAAsB,UAAS;yCAzC3B,qBAAqB;2CAArB,qBAAqB;CA0CjC"}
1
+ {"version":3,"file":"rule-tree-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/rule-tree/rule-tree-pres.component.ts"],"names":[],"mappings":"AASA,OAAO,KAAK,EACV,QAAQ,EACR,iBAAiB,EAClB,MAAM,iBAAiB,CAAC;;AAQzB,qBAQa,qBAAqB;IAChC;;OAEG;IAEI,IAAI,CAAC,EAAE,MAAM,CAAC;IAErB;;;;OAIG;IAEI,SAAS,SAAM;IAEtB;;OAEG;IAEI,SAAS,CAAC,EAAE,iBAAiB,CAAC;IAErC;;OAEG;IAEI,eAAe,EAAE,QAAQ,EAAE,CAAM;IAExC;;OAEG;IAEI,eAAe,EAAE,QAAQ,EAAE,CAAM;IAExC;;OAEG;IACI,sBAAsB,UAAS;IAEtC;;OAEG;IACI,sBAAsB,UAAS;yCAzC3B,qBAAqB;2CAArB,qBAAqB;CA0CjC"}
@@ -36,6 +36,6 @@ export declare class RulesetHistoryPresComponent {
36
36
  */
37
37
  toggleExpansion(ruleId: string, subpanel: string): void;
38
38
  static ɵfac: i0.ɵɵFactoryDeclaration<RulesetHistoryPresComponent, never>;
39
- static ɵcmp: i0.ɵɵComponentDeclaration<RulesetHistoryPresComponent, "o3r-ruleset-history-pres", never, { "rulesetExecutions": { "alias": "rulesetExecutions"; "required": false; }; "executionDurationFormat": { "alias": "executionDurationFormat"; "required": false; }; }, {}, never, never, false, never>;
39
+ static ɵcmp: i0.ɵɵComponentDeclaration<RulesetHistoryPresComponent, "o3r-ruleset-history-pres", never, { "rulesetExecutions": { "alias": "rulesetExecutions"; "required": false; }; "executionDurationFormat": { "alias": "executionDurationFormat"; "required": false; }; }, {}, never, never, true, never>;
40
40
  }
41
41
  //# sourceMappingURL=ruleset-history-pres.component.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ruleset-history-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/ruleset-history/ruleset-history-pres.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,iBAAiB,EAIlB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACV,OAAO,EACP,0BAA0B,EAC1B,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;;AAEzB,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,QAAQ,GAAG,aAAa,GAAG,UAAU,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,GAAG;IACzF,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,kBAAkB,EAAE,OAAO,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,qBAOa,2BAA2B;IAkB1B,OAAO,CAAC,QAAQ,CAAC,EAAE;IAjB/B;;;;;;;;OAQG;IACI,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAA;KAAE,CAAM;IAGzE,iBAAiB,EAAE,qBAAqB,EAAE,CAAM;IAGhD,uBAAuB,SAAW;gBAEZ,EAAE,EAAE,iBAAiB;IAElD;;;;OAIG;IACI,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;yCAzB5C,2BAA2B;2CAA3B,2BAA2B;CAiCvC"}
1
+ {"version":3,"file":"ruleset-history-pres.component.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/ruleset-history/ruleset-history-pres.component.ts"],"names":[],"mappings":"AAGA,OAAO,EAEL,iBAAiB,EAIlB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EACV,OAAO,EACP,0BAA0B,EAC1B,qBAAqB,EACtB,MAAM,iBAAiB,CAAC;;AAezB,MAAM,MAAM,sBAAsB,GAAG,OAAO,GAAG,QAAQ,GAAG,aAAa,GAAG,UAAU,CAAC;AACrF;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAAC,qBAAqB,GAAG,0BAA0B,CAAC,GAAG;IACzF,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,sBAAsB,CAAC;IAC/B,kBAAkB,EAAE,OAAO,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,qBAea,2BAA2B;IAkB1B,OAAO,CAAC,QAAQ,CAAC,EAAE;IAjB/B;;;;;;;;OAQG;IACI,eAAe,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG;YAAE,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAA;SAAE,CAAA;KAAE,CAAM;IAGzE,iBAAiB,EAAE,qBAAqB,EAAE,CAAM;IAGhD,uBAAuB,SAAW;gBAEZ,EAAE,EAAE,iBAAiB;IAElD;;;;OAIG;IACI,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM;yCAzB5C,2BAA2B;2CAA3B,2BAA2B;CAiCvC"}
@@ -1,15 +1,13 @@
1
1
  import * as i0 from "@angular/core";
2
- import * as i1 from "./ruleset-history-pres.component";
3
- import * as i2 from "../rule-condition/rule-condition-pres.component";
4
- import * as i3 from "../rule-tree/rule-tree-pres.component";
5
- import * as i4 from "../rule-actions/rule-actions-pres.component";
6
- import * as i5 from "../rule-key-value/rule-key-value-pres.component";
7
- import * as i6 from "../shared/fallback-to.pipe";
8
- import * as i7 from "@angular/common";
9
- import * as i8 from "../shared/json-or-string.pipe";
2
+ import * as i1 from "@angular/common";
3
+ import * as i2 from "./ruleset-history-pres.component";
4
+ import * as i3 from "../rule-condition/rule-condition-pres.component";
5
+ /**
6
+ * @deprecated The Components and Pipes are now standalone, this module will be removed in v14
7
+ */
10
8
  export declare class RulesetHistoryPresModule {
11
9
  static ɵfac: i0.ɵɵFactoryDeclaration<RulesetHistoryPresModule, never>;
12
- static ɵmod: i0.ɵɵNgModuleDeclaration<RulesetHistoryPresModule, [typeof i1.RulesetHistoryPresComponent, typeof i2.RuleConditionPresComponent, typeof i3.RuleTreePresComponent, typeof i4.RuleActionsPresComponent, typeof i5.RuleKeyValuePresComponent], [typeof i6.O3rFallbackToPipe, typeof i7.CommonModule, typeof i7.CommonModule, typeof i7.CommonModule, typeof i7.JsonPipe, typeof i8.O3rJsonOrStringPipe], [typeof i1.RulesetHistoryPresComponent]>;
10
+ static ɵmod: i0.ɵɵNgModuleDeclaration<RulesetHistoryPresModule, never, [typeof i1.JsonPipe, typeof i2.RulesetHistoryPresComponent, typeof i3.RuleConditionPresComponent], [typeof i2.RulesetHistoryPresComponent]>;
13
11
  static ɵinj: i0.ɵɵInjectorDeclaration<RulesetHistoryPresModule>;
14
12
  }
15
13
  //# sourceMappingURL=ruleset-history-pres.module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ruleset-history-pres.module.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/ruleset-history/ruleset-history-pres.module.ts"],"names":[],"mappings":";;;;;;;;;AA2BA,qBAKa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
1
+ {"version":3,"file":"ruleset-history-pres.module.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/ruleset-history/ruleset-history-pres.module.ts"],"names":[],"mappings":";;;;AAaA;;GAEG;AACH,qBAQa,wBAAwB;yCAAxB,wBAAwB;0CAAxB,wBAAwB;0CAAxB,wBAAwB;CAAG"}
@@ -1 +1 @@
1
- {"version":3,"file":"json-or-string.pipe.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/shared/json-or-string.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;;AAEvB,qBAIa,mBAAoB,YAAW,aAAa;IACvD;;OAEG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;yCAJzB,mBAAmB;uCAAnB,mBAAmB;CAU/B"}
1
+ {"version":3,"file":"json-or-string.pipe.d.ts","sourceRoot":"","sources":["../../../../src/components/rules-engine/shared/json-or-string.pipe.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,aAAa,EACd,MAAM,eAAe,CAAC;;AAEvB,qBACa,mBAAoB,YAAW,aAAa;IACvD;;OAEG;IACI,SAAS,CAAC,KAAK,EAAE,GAAG,GAAG,MAAM;yCAJzB,mBAAmB;uCAAnB,mBAAmB;CAU/B"}
@@ -1 +1 @@
1
- {"version":3,"file":"filter-ruleset-event.operator.d.ts","sourceRoot":"","sources":["../../../src/engine/helpers/filter-ruleset-event.operator.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EACX,MAAM,MAAM,CAAC;AAMd,OAAO,EACL,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,mBAAmB,CAAC,EAAE,MAAM,EAAE,aACrD,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC,2DAe7D"}
1
+ {"version":3,"file":"filter-ruleset-event.operator.d.ts","sourceRoot":"","sources":["../../../src/engine/helpers/filter-ruleset-event.operator.ts"],"names":[],"mappings":"AAAA,OAAO,EAEL,UAAU,EAEX,MAAM,MAAM,CAAC;AAMd,OAAO,EACL,eAAe,EAChB,MAAM,qBAAqB,CAAC;AAE7B;;;GAGG;AACH,wBAAgB,yBAAyB,CAAC,mBAAmB,CAAC,EAAE,MAAM,EAAE,aACrD,UAAU,CAAC,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC,2DAiB7D"}