@o3r/rules-engine 14.2.0-prerelease.8 → 14.3.0-prerelease.0

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.
@@ -20,10 +20,10 @@ class O3rFallbackToPipe {
20
20
  transform(value, fallback = 'undefined') {
21
21
  return value === undefined ? fallback : value;
22
22
  }
23
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: O3rFallbackToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
24
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: O3rFallbackToPipe, isStandalone: true, name: "o3rFallbackTo" }); }
23
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: O3rFallbackToPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
24
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: O3rFallbackToPipe, isStandalone: true, name: "o3rFallbackTo" }); }
25
25
  }
26
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: O3rFallbackToPipe, decorators: [{
26
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: O3rFallbackToPipe, decorators: [{
27
27
  type: Pipe,
28
28
  args: [{ name: 'o3rFallbackTo' }]
29
29
  }] });
@@ -38,10 +38,10 @@ class O3rJsonOrStringPipe {
38
38
  }
39
39
  return JSON.stringify(value, null, 2);
40
40
  }
41
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: O3rJsonOrStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
42
- /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: O3rJsonOrStringPipe, isStandalone: true, name: "o3rJsonOrString" }); }
41
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: O3rJsonOrStringPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
42
+ /** @nocollapse */ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: O3rJsonOrStringPipe, isStandalone: true, name: "o3rJsonOrString" }); }
43
43
  }
44
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: O3rJsonOrStringPipe, decorators: [{
44
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: O3rJsonOrStringPipe, decorators: [{
45
45
  type: Pipe,
46
46
  args: [{ name: 'o3rJsonOrString' }]
47
47
  }] });
@@ -125,10 +125,10 @@ class FactsSnapshotComponent {
125
125
  }
126
126
  }, ...(ngDevMode ? [{ debugName: "filteredFacts" }] : /* istanbul ignore next */ []));
127
127
  }
128
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: FactsSnapshotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
129
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: FactsSnapshotComponent, isStandalone: true, selector: "o3r-facts-snapshot", inputs: { facts: { classPropertyName: "facts", publicName: "facts", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<section>\n @if (facts().length < 1) {\n <div class=\"m-2\">\n No facts are registered.\n </div>\n } @else {\n <div class=\"input-group\">\n <label class=\"input-group-text\" for=\"search-fact\">\n <span class=\"mx-1 fa-search\" aria-label=\"Search\"></span>\n </label>\n <input class=\"form-control\" [(ngModel)]=\"search\" type=\"text\" id=\"search-fact\" placeholder=\"Search for fact name or value\" />\n </div>\n <div class=\"mt-3\">\n List of <b>{{facts().length}}</b> registered facts\n @if (facts().length > filteredFacts().length) { (<b>{{filteredFacts().length}}</b> matching the search) }\n </div>\n <ul>\n @for (fact of filteredFacts(); track fact.factName) {\n <li>\n <span class=\"fact-name\">{{fact.factName}}: </span>\n <span class=\"fact-value\">{{fact.value | o3rJsonOrString}}</span>\n </li>\n }\n </ul>\n }\n</section>\n", styles: ["o3r-facts-snapshot .fact-name{color:#26c}o3r-facts-snapshot .fact-value{color:#c29}o3r-facts-snapshot .fact-name,o3r-facts-snapshot .fact-value{font-family:monospace}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "pipe", type: O3rJsonOrStringPipe, name: "o3rJsonOrString" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
128
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FactsSnapshotComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
129
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: FactsSnapshotComponent, isStandalone: true, selector: "o3r-facts-snapshot", inputs: { facts: { classPropertyName: "facts", publicName: "facts", isSignal: true, isRequired: true, transformFunction: null } }, ngImport: i0, template: "<section>\n @if (facts().length < 1) {\n <div class=\"m-2\">\n No facts are registered.\n </div>\n } @else {\n <div class=\"input-group\">\n <label class=\"input-group-text\" for=\"search-fact\">\n <span class=\"mx-1 fa-search\" aria-label=\"Search\"></span>\n </label>\n <input class=\"form-control\" [(ngModel)]=\"search\" type=\"text\" id=\"search-fact\" placeholder=\"Search for fact name or value\" />\n </div>\n <div class=\"mt-3\">\n List of <b>{{facts().length}}</b> registered facts\n @if (facts().length > filteredFacts().length) { (<b>{{filteredFacts().length}}</b> matching the search) }\n </div>\n <ul>\n @for (fact of filteredFacts(); track fact.factName) {\n <li>\n <span class=\"fact-name\">{{fact.factName}}: </span>\n <span class=\"fact-value\">{{fact.value | o3rJsonOrString}}</span>\n </li>\n }\n </ul>\n }\n</section>\n", styles: ["o3r-facts-snapshot .fact-name{color:#26c}o3r-facts-snapshot .fact-value{color:#c29}o3r-facts-snapshot .fact-name,o3r-facts-snapshot .fact-value{font-family:monospace}\n"], dependencies: [{ kind: "ngmodule", type: FormsModule }, { kind: "directive", type: i1.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i1.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i1.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "ngmodule", type: ReactiveFormsModule }, { kind: "pipe", type: O3rJsonOrStringPipe, name: "o3rJsonOrString" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
130
130
  }
131
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: FactsSnapshotComponent, decorators: [{
131
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: FactsSnapshotComponent, decorators: [{
132
132
  type: Component,
133
133
  args: [{ selector: 'o3r-facts-snapshot', changeDetection: ChangeDetectionStrategy.OnPush, standalone: true, imports: [
134
134
  O3rJsonOrStringPipe,
@@ -179,10 +179,10 @@ class RuleKeyValuePresComponent {
179
179
  await navigator.clipboard.writeText(content);
180
180
  this.triggerNotification.next();
181
181
  }
182
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleKeyValuePresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
183
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: RuleKeyValuePresComponent, isStandalone: true, selector: "o3r-rule-key-value-pres", inputs: { key: "key", value: "value", oldValue: "oldValue", type: "type" }, usesOnChanges: true, ngImport: i0, template: "@if (key) {\n <span class=\"input-key\">{{key}}{{type === 'state' ? ':' : ''}}</span>\n}\n{{type === 'assignment' ? '=' : ''}}\n@if (oldValue) {\n <pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForOldValue\"\n (click)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n (keyup.enter)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n tabindex=\"0\"\n >\n {{isOldValuePrimitiveType ? oldValue : (oldValue | json)}}\n </pre>\n @if (isClipBoardFeatureAvailableForOldValue) {\n <button (click)=\"copyToClipBoard(oldValue)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n }\n \u2192\n}\n<pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForValue\"\n (click)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n (keyup.enter)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n tabindex=\"0\"\n>\n {{isValuePrimitiveType ? value : (value | json)}}\n</pre>\n@if (isClipBoardFeatureAvailableForValue) {\n <button (click)=\"copyToClipBoard(value)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n}\n@if (showNotification$ | async) {\n <div role=\"alert\" class=\"notification\">Copied to clipboard</div>\n}\n", styles: ["o3r-rule-key-value-pres .ruleset-panel-title,o3r-rule-key-value-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-key-value-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-key-value-pres .ruleset-expansion-action,o3r-rule-key-value-pres .icon-caret-down,o3r-rule-key-value-pres .icon-caret-up{cursor:pointer}o3r-rule-key-value-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-key-value-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-key-value-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-key-value-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}o3r-rule-key-value-pres{position:relative}o3r-rule-key-value-pres .limit-characters{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:38rem;vertical-align:bottom}o3r-rule-key-value-pres .input-value{margin-top:0;margin-bottom:0}o3r-rule-key-value-pres button{background:none;border:0;appearance:none}o3r-rule-key-value-pres .notification{position:absolute;padding:1rem 1.5rem;border-radius:5px;background:#444;color:#eee;right:0;z-index:1}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.JsonPipe, name: "json" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
182
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleKeyValuePresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
183
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: RuleKeyValuePresComponent, isStandalone: true, selector: "o3r-rule-key-value-pres", inputs: { key: "key", value: "value", oldValue: "oldValue", type: "type" }, usesOnChanges: true, ngImport: i0, template: "@if (key) {\n <span class=\"input-key\">{{key}}{{type === 'state' ? ':' : ''}}</span>\n}\n{{type === 'assignment' ? '=' : ''}}\n@if (oldValue) {\n <pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForOldValue\"\n (click)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n (keyup.enter)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n tabindex=\"0\"\n >\n {{isOldValuePrimitiveType ? oldValue : (oldValue | json)}}\n </pre>\n @if (isClipBoardFeatureAvailableForOldValue) {\n <button (click)=\"copyToClipBoard(oldValue)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n }\n \u2192\n}\n<pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForValue\"\n (click)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n (keyup.enter)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n tabindex=\"0\"\n>\n {{isValuePrimitiveType ? value : (value | json)}}\n</pre>\n@if (isClipBoardFeatureAvailableForValue) {\n <button (click)=\"copyToClipBoard(value)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n}\n@if (showNotification$ | async) {\n <div role=\"alert\" class=\"notification\">Copied to clipboard</div>\n}\n", styles: ["o3r-rule-key-value-pres .ruleset-panel-title,o3r-rule-key-value-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-key-value-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-key-value-pres .ruleset-expansion-action,o3r-rule-key-value-pres .icon-caret-down,o3r-rule-key-value-pres .icon-caret-up{cursor:pointer}o3r-rule-key-value-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-key-value-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-key-value-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-key-value-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}o3r-rule-key-value-pres{position:relative}o3r-rule-key-value-pres .limit-characters{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:38rem;vertical-align:bottom}o3r-rule-key-value-pres .input-value{margin-top:0;margin-bottom:0}o3r-rule-key-value-pres button{background:none;border:0;appearance:none}o3r-rule-key-value-pres .notification{position:absolute;padding:1rem 1.5rem;border-radius:5px;background:#444;color:#eee;right:0;z-index:1}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "pipe", type: i1$1.AsyncPipe, name: "async" }, { kind: "pipe", type: i1$1.JsonPipe, name: "json" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
184
184
  }
185
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleKeyValuePresComponent, decorators: [{
185
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleKeyValuePresComponent, decorators: [{
186
186
  type: Component,
187
187
  args: [{ selector: 'o3r-rule-key-value-pres', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [CommonModule, JsonPipe], template: "@if (key) {\n <span class=\"input-key\">{{key}}{{type === 'state' ? ':' : ''}}</span>\n}\n{{type === 'assignment' ? '=' : ''}}\n@if (oldValue) {\n <pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForOldValue\"\n (click)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n (keyup.enter)=\"shouldLimitCharactersForOldValue = !shouldLimitCharactersForOldValue\"\n tabindex=\"0\"\n >\n {{isOldValuePrimitiveType ? oldValue : (oldValue | json)}}\n </pre>\n @if (isClipBoardFeatureAvailableForOldValue) {\n <button (click)=\"copyToClipBoard(oldValue)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n }\n \u2192\n}\n<pre class=\"input-value\"\n [class.limit-characters]=\"shouldLimitCharactersForValue\"\n (click)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n (keyup.enter)=\"shouldLimitCharactersForValue = !shouldLimitCharactersForValue\"\n tabindex=\"0\"\n>\n {{isValuePrimitiveType ? value : (value | json)}}\n</pre>\n@if (isClipBoardFeatureAvailableForValue) {\n <button (click)=\"copyToClipBoard(value)\" title=\"Copy to clipboard\">\uD83D\uDCCB</button>\n}\n@if (showNotification$ | async) {\n <div role=\"alert\" class=\"notification\">Copied to clipboard</div>\n}\n", styles: ["o3r-rule-key-value-pres .ruleset-panel-title,o3r-rule-key-value-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-key-value-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-key-value-pres .ruleset-expansion-action,o3r-rule-key-value-pres .icon-caret-down,o3r-rule-key-value-pres .icon-caret-up{cursor:pointer}o3r-rule-key-value-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-key-value-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-key-value-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-key-value-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-key-value-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}o3r-rule-key-value-pres{position:relative}o3r-rule-key-value-pres .limit-characters{display:inline-block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:38rem;vertical-align:bottom}o3r-rule-key-value-pres .input-value{margin-top:0;margin-bottom:0}o3r-rule-key-value-pres button{background:none;border:0;appearance:none}o3r-rule-key-value-pres .notification{position:absolute;padding:1rem 1.5rem;border-radius:5px;background:#444;color:#eee;right:0;z-index:1}\n"] }]
188
188
  }], propDecorators: { key: [{
@@ -218,10 +218,10 @@ class RuleActionsPresComponent {
218
218
  isActionBlock(block) {
219
219
  return !!block.actionType;
220
220
  }
221
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleActionsPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
222
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: RuleActionsPresComponent, isStandalone: true, selector: "o3r-rule-actions-pres", inputs: { actions: "actions", temporaryFacts: "temporaryFacts", runtimeOutputs: "runtimeOutputs" }, ngImport: i0, template: "<div class=\"ruleset-panel-category-title\">Output Actions</div>\n@if (actions?.length === 0 && runtimeOutputs.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">\n No action\n </div>\n} @else {\n <ul class=\"ruleset-panel-category-body\">\n @for (action of actions; track $index) {\n <li>\n @if (isActionBlock(action)) {\n @switch (action.actionType) {\n @case ('SET_FACT') {\n <div>\n <div>Set Fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.fact | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_CONFIG') {\n <div>\n <div>Update Config {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.property | o3rFallbackTo: 'Missing \\'property\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_ASSET') {\n <div>\n <div>Update Asset:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.asset | o3rFallbackTo: 'Missing \\'asset\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_LOCALISATION') {\n <div>\n <div>Update localization:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.key | o3rFallbackTo: 'Missing \\'key\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_PLACEHOLDER') {\n <div [class.error]=\"!action.placeholderId\">\n <div>Update placeholder in {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.placeholderId | o3rFallbackTo: 'Missing \\'placeholderId\\''\"\n [value]=\"action.value\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @default {\n <div class=\"error\">\n <div>Unrecognized action</div>\n <div>{{action | json}}</div>\n </div>\n }\n }\n }\n </li>\n }\n @for (runtimeOutput of runtimeOutputs; track $index) {\n <li>\n <div>Set temporary fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"runtimeOutput | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"temporaryFacts[runtimeOutput] | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </li>\n }\n </ul>\n}\n", styles: ["o3r-rule-actions-pres .ruleset-panel-title,o3r-rule-actions-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-actions-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-actions-pres .ruleset-expansion-action,o3r-rule-actions-pres .icon-caret-down,o3r-rule-actions-pres .icon-caret-up{cursor:pointer}o3r-rule-actions-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-actions-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-actions-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-actions-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: RuleKeyValuePresComponent, selector: "o3r-rule-key-value-pres", inputs: ["key", "value", "oldValue", "type"] }, { kind: "pipe", type: i1$1.JsonPipe, name: "json" }, { kind: "pipe", type: O3rFallbackToPipe, name: "o3rFallbackTo" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
221
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleActionsPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
222
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: RuleActionsPresComponent, isStandalone: true, selector: "o3r-rule-actions-pres", inputs: { actions: "actions", temporaryFacts: "temporaryFacts", runtimeOutputs: "runtimeOutputs" }, ngImport: i0, template: "<div class=\"ruleset-panel-category-title\">Output Actions</div>\n@if (actions?.length === 0 && runtimeOutputs.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">\n No action\n </div>\n} @else {\n <ul class=\"ruleset-panel-category-body\">\n @for (action of actions; track $index) {\n <li>\n @if (isActionBlock(action)) {\n @switch (action.actionType) {\n @case ('SET_FACT') {\n <div>\n <div>Set Fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.fact | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_CONFIG') {\n <div>\n <div>Update Config {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.property | o3rFallbackTo: 'Missing \\'property\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_ASSET') {\n <div>\n <div>Update Asset:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.asset | o3rFallbackTo: 'Missing \\'asset\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_LOCALISATION') {\n <div>\n <div>Update localization:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.key | o3rFallbackTo: 'Missing \\'key\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_PLACEHOLDER') {\n <div [class.error]=\"!action.placeholderId\">\n <div>Update placeholder in {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.placeholderId | o3rFallbackTo: 'Missing \\'placeholderId\\''\"\n [value]=\"action.value\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @default {\n <div class=\"error\">\n <div>Unrecognized action</div>\n <div>{{action | json}}</div>\n </div>\n }\n }\n }\n </li>\n }\n @for (runtimeOutput of runtimeOutputs; track $index) {\n <li>\n <div>Set temporary fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"runtimeOutput | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"temporaryFacts[runtimeOutput] | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </li>\n }\n </ul>\n}\n", styles: ["o3r-rule-actions-pres .ruleset-panel-title,o3r-rule-actions-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-actions-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-actions-pres .ruleset-expansion-action,o3r-rule-actions-pres .icon-caret-down,o3r-rule-actions-pres .icon-caret-up{cursor:pointer}o3r-rule-actions-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-actions-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-actions-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-actions-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "component", type: RuleKeyValuePresComponent, selector: "o3r-rule-key-value-pres", inputs: ["key", "value", "oldValue", "type"] }, { kind: "pipe", type: i1$1.JsonPipe, name: "json" }, { kind: "pipe", type: O3rFallbackToPipe, name: "o3rFallbackTo" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
223
223
  }
224
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleActionsPresComponent, decorators: [{
224
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleActionsPresComponent, decorators: [{
225
225
  type: Component,
226
226
  args: [{ selector: 'o3r-rule-actions-pres', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [CommonModule, JsonPipe, RuleKeyValuePresComponent, O3rFallbackToPipe], template: "<div class=\"ruleset-panel-category-title\">Output Actions</div>\n@if (actions?.length === 0 && runtimeOutputs.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">\n No action\n </div>\n} @else {\n <ul class=\"ruleset-panel-category-body\">\n @for (action of actions; track $index) {\n <li>\n @if (isActionBlock(action)) {\n @switch (action.actionType) {\n @case ('SET_FACT') {\n <div>\n <div>Set Fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.fact | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_CONFIG') {\n <div>\n <div>Update Config {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"action.property | o3rFallbackTo: 'Missing \\'property\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </div>\n }\n @case ('UPDATE_ASSET') {\n <div>\n <div>Update Asset:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.asset | o3rFallbackTo: 'Missing \\'asset\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_LOCALISATION') {\n <div>\n <div>Update localization:</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.key | o3rFallbackTo: 'Missing \\'key\\''\"\n [value]=\"action.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @case ('UPDATE_PLACEHOLDER') {\n <div [class.error]=\"!action.placeholderId\">\n <div>Update placeholder in {{action.component}} {{action.library}}</div>\n <div>\n <o3r-rule-key-value-pres\n [oldValue]=\"action.placeholderId | o3rFallbackTo: 'Missing \\'placeholderId\\''\"\n [value]=\"action.value\"\n [type]=\"'state'\" />\n </div>\n </div>\n }\n @default {\n <div class=\"error\">\n <div>Unrecognized action</div>\n <div>{{action | json}}</div>\n </div>\n }\n }\n }\n </li>\n }\n @for (runtimeOutput of runtimeOutputs; track $index) {\n <li>\n <div>Set temporary fact</div>\n <div>\n <o3r-rule-key-value-pres\n [key]=\"runtimeOutput | o3rFallbackTo: 'Missing \\'fact\\''\"\n [value]=\"temporaryFacts[runtimeOutput] | o3rFallbackTo\"\n [type]=\"'assignment'\" />\n </div>\n </li>\n }\n </ul>\n}\n", styles: ["o3r-rule-actions-pres .ruleset-panel-title,o3r-rule-actions-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-rule-actions-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-rule-actions-pres .ruleset-expansion-action,o3r-rule-actions-pres .icon-caret-down,o3r-rule-actions-pres .icon-caret-up{cursor:pointer}o3r-rule-actions-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-rule-actions-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-rule-actions-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-rule-actions-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-rule-actions-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}\n"] }]
227
227
  }], propDecorators: { actions: [{
@@ -255,10 +255,10 @@ class RuleConditionPresComponent {
255
255
  const value = `${operand.value ?? 'MISSING_VALUE'}`;
256
256
  return operand.path ? operand.path.replace(/^\$/, value) : value;
257
257
  }
258
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleConditionPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
259
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: RuleConditionPresComponent, isStandalone: true, selector: "o3r-rule-condition-pres", inputs: { condition: "condition" }, ngImport: i0, template: "@if (!condition) {\n <span class=\"input-value\">true</span>\n} @else {\n @if (!$any(condition).all && !$any(condition).any && !$any(condition).not) {\n <span class=\"input-key\">{{ lhs }}</span> {{ $any(condition).operator }}\n @if (rhs !== undefined) {\n <span class=\"input-value\">{{ rhs }}</span>\n }\n }\n @if ($any(condition).all || $any(condition).any || $any(condition).not) {\n @if ($any(condition).all) {\n <span>ALL</span>\n }\n @if ($any(condition).any) {\n <span>ANY</span>\n }\n @if ($any(condition).not) {\n <span>NOT</span>\n }\n <span>(\n @for (cond of $any(condition).all || $any(condition).any || [$any(condition).not]; track cond; let last = $last) {\n <o3r-rule-condition-pres [condition]=\"cond\" />\n @if (!last) {\n <span>, </span>\n }\n }\n )</span>\n }\n}\n", styles: ["o3r-rule-condition-pres{word-break:break-word}\n"], dependencies: [{ kind: "component", type: RuleConditionPresComponent, selector: "o3r-rule-condition-pres", inputs: ["condition"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
258
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleConditionPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
259
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: RuleConditionPresComponent, isStandalone: true, selector: "o3r-rule-condition-pres", inputs: { condition: "condition" }, ngImport: i0, template: "@if (!condition) {\n <span class=\"input-value\">true</span>\n} @else {\n @if (!$any(condition).all && !$any(condition).any && !$any(condition).not) {\n <span class=\"input-key\">{{ lhs }}</span> {{ $any(condition).operator }}\n @if (rhs !== undefined) {\n <span class=\"input-value\">{{ rhs }}</span>\n }\n }\n @if ($any(condition).all || $any(condition).any || $any(condition).not) {\n @if ($any(condition).all) {\n <span>ALL</span>\n }\n @if ($any(condition).any) {\n <span>ANY</span>\n }\n @if ($any(condition).not) {\n <span>NOT</span>\n }\n <span>(\n @for (cond of $any(condition).all || $any(condition).any || [$any(condition).not]; track cond; let last = $last) {\n <o3r-rule-condition-pres [condition]=\"cond\" />\n @if (!last) {\n <span>, </span>\n }\n }\n )</span>\n }\n}\n", styles: ["o3r-rule-condition-pres{word-break:break-word}\n"], dependencies: [{ kind: "component", type: RuleConditionPresComponent, selector: "o3r-rule-condition-pres", inputs: ["condition"] }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
260
260
  }
261
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleConditionPresComponent, decorators: [{
261
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleConditionPresComponent, decorators: [{
262
262
  type: Component,
263
263
  args: [{ selector: 'o3r-rule-condition-pres', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [], template: "@if (!condition) {\n <span class=\"input-value\">true</span>\n} @else {\n @if (!$any(condition).all && !$any(condition).any && !$any(condition).not) {\n <span class=\"input-key\">{{ lhs }}</span> {{ $any(condition).operator }}\n @if (rhs !== undefined) {\n <span class=\"input-value\">{{ rhs }}</span>\n }\n }\n @if ($any(condition).all || $any(condition).any || $any(condition).not) {\n @if ($any(condition).all) {\n <span>ALL</span>\n }\n @if ($any(condition).any) {\n <span>ANY</span>\n }\n @if ($any(condition).not) {\n <span>NOT</span>\n }\n <span>(\n @for (cond of $any(condition).all || $any(condition).any || [$any(condition).not]; track cond; let last = $last) {\n <o3r-rule-condition-pres [condition]=\"cond\" />\n @if (!last) {\n <span>, </span>\n }\n }\n )</span>\n }\n}\n", styles: ["o3r-rule-condition-pres{word-break:break-word}\n"] }]
264
264
  }], propDecorators: { condition: [{
@@ -290,10 +290,10 @@ class RuleTreePresComponent {
290
290
  */
291
291
  this.successActionsExpanded = false;
292
292
  }
293
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleTreePresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
294
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: RuleTreePresComponent, isStandalone: true, selector: "o3r-rule-tree-pres", inputs: { name: "name", blockType: "blockType", condition: "condition", successElements: "successElements", failureElements: "failureElements" }, ngImport: i0, template: "@if (name) {\n <span>{{name | titlecase}}:</span>\n}\n<div class=\"rule-wrapper tree\">\n @if (blockType === 'IF_ELSE') {\n @if (!name) {\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n }\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If\n <o3r-rule-condition-pres [condition]=\"condition\" />\n </div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper tree-node\">\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title success-actions\"\n tabindex=\"0\"\n (click)=\"successActionsExpanded = !successActionsExpanded\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\"></i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title error-actions\"\n tabindex=\"0\"\n (click)=\"failureActionsExpanded = !failureActionsExpanded\"\n (keyup.enter)=\"failureActionsExpanded = !failureActionsExpanded\">\n <i class=\"icon refx-icon-cross\"></i>\n <span>Else</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!failureActionsExpanded\"\n [class.icon-caret-up]=\"failureActionsExpanded\">\n </i>\n </div>\n @if (failureActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"failureElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: failureElements}\" />\n </div>\n </div>\n } @else {\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If <span class=\"input-value\">true</span></div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper\">\n <div class=\"rule-actions\">\n <div class=\"rule-action-title success-actions\" tabindex=\"0\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\"\n (click)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\">\n </i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n </div>\n }\n</div>\n\n<ng-template #subTree let-blocks=\"blocks\">\n <div class=\"rule-sub-trees\">\n @for (block of blocks; track block) {\n @if (block.blockType === 'IF_ELSE') {\n <div class=\"tree-branch\">\n <o3r-rule-tree-pres\n [blockType]=\"'IF_ELSE'\"\n [condition]=\"block.condition\"\n [failureElements]=\"block.failureElements\"\n [successElements]=\"block.successElements\" />\n </div>\n }\n }\n </div>\n</ng-template>\n", styles: ["o3r-rule-tree-pres{display:block;padding-bottom:1rem}o3r-rule-tree-pres .rule-sub-trees{display:flex}o3r-rule-tree-pres .rule-conditions-title,o3r-rule-tree-pres .rule-action-title{text-align:center}o3r-rule-tree-pres .rule-conditions-title{border:1px solid #999999;background:#fff;color:#000;padding:.2rem}o3r-rule-tree-pres .rule-action-title{background:#fff;border-radius:0;border:1px solid #999999;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}o3r-rule-tree-pres .rule-tree-actions{display:block;padding:.5rem}o3r-rule-tree-pres .rule-actions:first-child>.rule-action-title{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}o3r-rule-tree-pres .rule-actions:last-child>.rule-action-title{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}o3r-rule-tree-pres .rule-actions-wrapper{display:flex}o3r-rule-tree-pres .rule-actions-wrapper .rule-actions{flex:1 1 100%}o3r-rule-tree-pres .success-actions{border-color:#16aa32}o3r-rule-tree-pres .success-actions.rule-action-title{background:#16aa32;color:#fff}o3r-rule-tree-pres .error-actions{border-color:#c02020}o3r-rule-tree-pres .error-actions.rule-action-title{background:#c02020;color:#fff}o3r-rule-tree-pres .tree .tree-leaf,o3r-rule-tree-pres .tree .tree-root{display:flex;width:100%}o3r-rule-tree-pres .tree .tree-leaf>div,o3r-rule-tree-pres .tree .tree-root>div{height:1rem;width:50%}o3r-rule-tree-pres .tree .tree-root div:first-child{border-right:1px dashed}o3r-rule-tree-pres .tree .tree-root{margin-top:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:last-child>.tree-leaf>div:first-child{border-right:1px dashed;border-top:1px dashed;border-top-right-radius:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:first-child>.tree-leaf>div:last-child{border-left:1px dashed;border-top:1px dashed;border-top-left-radius:.2rem}o3r-rule-tree-pres .icon{cursor:pointer}\n"], dependencies: [{ kind: "component", type: RuleTreePresComponent, selector: "o3r-rule-tree-pres", inputs: ["name", "blockType", "condition", "successElements", "failureElements"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: RuleActionsPresComponent, selector: "o3r-rule-actions-pres", inputs: ["actions", "temporaryFacts", "runtimeOutputs"] }, { kind: "component", type: RuleConditionPresComponent, selector: "o3r-rule-condition-pres", inputs: ["condition"] }, { kind: "pipe", type: i1$1.TitleCasePipe, name: "titlecase" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
293
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleTreePresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
294
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: RuleTreePresComponent, isStandalone: true, selector: "o3r-rule-tree-pres", inputs: { name: "name", blockType: "blockType", condition: "condition", successElements: "successElements", failureElements: "failureElements" }, ngImport: i0, template: "@if (name) {\n <span>{{name | titlecase}}:</span>\n}\n<div class=\"rule-wrapper tree\">\n @if (blockType === 'IF_ELSE') {\n @if (!name) {\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n }\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If\n <o3r-rule-condition-pres [condition]=\"condition\" />\n </div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper tree-node\">\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title success-actions\"\n tabindex=\"0\"\n (click)=\"successActionsExpanded = !successActionsExpanded\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\"></i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title error-actions\"\n tabindex=\"0\"\n (click)=\"failureActionsExpanded = !failureActionsExpanded\"\n (keyup.enter)=\"failureActionsExpanded = !failureActionsExpanded\">\n <i class=\"icon refx-icon-cross\"></i>\n <span>Else</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!failureActionsExpanded\"\n [class.icon-caret-up]=\"failureActionsExpanded\">\n </i>\n </div>\n @if (failureActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"failureElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: failureElements}\" />\n </div>\n </div>\n } @else {\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If <span class=\"input-value\">true</span></div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper\">\n <div class=\"rule-actions\">\n <div class=\"rule-action-title success-actions\" tabindex=\"0\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\"\n (click)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\">\n </i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n </div>\n }\n</div>\n\n<ng-template #subTree let-blocks=\"blocks\">\n <div class=\"rule-sub-trees\">\n @for (block of blocks; track block) {\n @if (block.blockType === 'IF_ELSE') {\n <div class=\"tree-branch\">\n <o3r-rule-tree-pres\n [blockType]=\"'IF_ELSE'\"\n [condition]=\"block.condition\"\n [failureElements]=\"block.failureElements\"\n [successElements]=\"block.successElements\" />\n </div>\n }\n }\n </div>\n</ng-template>\n", styles: ["o3r-rule-tree-pres{display:block;padding-bottom:1rem}o3r-rule-tree-pres .rule-sub-trees{display:flex}o3r-rule-tree-pres .rule-conditions-title,o3r-rule-tree-pres .rule-action-title{text-align:center}o3r-rule-tree-pres .rule-conditions-title{border:1px solid #999999;background:#fff;color:#000;padding:.2rem}o3r-rule-tree-pres .rule-action-title{background:#fff;border-radius:0;border:1px solid #999999;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}o3r-rule-tree-pres .rule-tree-actions{display:block;padding:.5rem}o3r-rule-tree-pres .rule-actions:first-child>.rule-action-title{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}o3r-rule-tree-pres .rule-actions:last-child>.rule-action-title{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}o3r-rule-tree-pres .rule-actions-wrapper{display:flex}o3r-rule-tree-pres .rule-actions-wrapper .rule-actions{flex:1 1 100%}o3r-rule-tree-pres .success-actions{border-color:#16aa32}o3r-rule-tree-pres .success-actions.rule-action-title{background:#16aa32;color:#fff}o3r-rule-tree-pres .error-actions{border-color:#c02020}o3r-rule-tree-pres .error-actions.rule-action-title{background:#c02020;color:#fff}o3r-rule-tree-pres .tree .tree-leaf,o3r-rule-tree-pres .tree .tree-root{display:flex;width:100%}o3r-rule-tree-pres .tree .tree-leaf>div,o3r-rule-tree-pres .tree .tree-root>div{height:1rem;width:50%}o3r-rule-tree-pres .tree .tree-root div:first-child{border-right:1px dashed}o3r-rule-tree-pres .tree .tree-root{margin-top:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:last-child>.tree-leaf>div:first-child{border-right:1px dashed;border-top:1px dashed;border-top-right-radius:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:first-child>.tree-leaf>div:last-child{border-left:1px dashed;border-top:1px dashed;border-top-left-radius:.2rem}o3r-rule-tree-pres .icon{cursor:pointer}\n"], dependencies: [{ kind: "component", type: RuleTreePresComponent, selector: "o3r-rule-tree-pres", inputs: ["name", "blockType", "condition", "successElements", "failureElements"] }, { kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: RuleActionsPresComponent, selector: "o3r-rule-actions-pres", inputs: ["actions", "temporaryFacts", "runtimeOutputs"] }, { kind: "component", type: RuleConditionPresComponent, selector: "o3r-rule-condition-pres", inputs: ["condition"] }, { kind: "pipe", type: i1$1.TitleCasePipe, name: "titlecase" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
295
295
  }
296
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RuleTreePresComponent, decorators: [{
296
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RuleTreePresComponent, decorators: [{
297
297
  type: Component,
298
298
  args: [{ selector: 'o3r-rule-tree-pres', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [CommonModule, RuleActionsPresComponent, RuleConditionPresComponent], template: "@if (name) {\n <span>{{name | titlecase}}:</span>\n}\n<div class=\"rule-wrapper tree\">\n @if (blockType === 'IF_ELSE') {\n @if (!name) {\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n }\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If\n <o3r-rule-condition-pres [condition]=\"condition\" />\n </div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper tree-node\">\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title success-actions\"\n tabindex=\"0\"\n (click)=\"successActionsExpanded = !successActionsExpanded\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\"></i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n <div class=\"rule-actions tree-branch\">\n <div class=\"tree-leaf\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n <div class=\"rule-action-title error-actions\"\n tabindex=\"0\"\n (click)=\"failureActionsExpanded = !failureActionsExpanded\"\n (keyup.enter)=\"failureActionsExpanded = !failureActionsExpanded\">\n <i class=\"icon refx-icon-cross\"></i>\n <span>Else</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!failureActionsExpanded\"\n [class.icon-caret-up]=\"failureActionsExpanded\">\n </i>\n </div>\n @if (failureActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"failureElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: failureElements}\" />\n </div>\n </div>\n } @else {\n <div class=\"rule-conditions\">\n <div class=\"rule-conditions-title\">If <span class=\"input-value\">true</span></div>\n <div class=\"tree-root\" [attr.aria-hidden]=\"true\">\n <div></div>\n <div></div>\n </div>\n </div>\n <div class=\"rule-actions-wrapper\">\n <div class=\"rule-actions\">\n <div class=\"rule-action-title success-actions\" tabindex=\"0\"\n (keyup.enter)=\"successActionsExpanded = !successActionsExpanded\"\n (click)=\"successActionsExpanded = !successActionsExpanded\">\n <i class=\"icon refx-icon-validate\">\n </i>\n <span>Then</span>\n <i class=\"icon\"\n [class.icon-caret-down]=\"!successActionsExpanded\"\n [class.icon-caret-up]=\"successActionsExpanded\">\n </i>\n </div>\n @if (successActionsExpanded) {\n <o3r-rule-actions-pres class=\"rule-tree-actions\"\n [actions]=\"successElements\" />\n }\n <ng-container [ngTemplateOutlet]=\"subTree\" [ngTemplateOutletContext]=\"{blocks: successElements}\" />\n </div>\n </div>\n }\n</div>\n\n<ng-template #subTree let-blocks=\"blocks\">\n <div class=\"rule-sub-trees\">\n @for (block of blocks; track block) {\n @if (block.blockType === 'IF_ELSE') {\n <div class=\"tree-branch\">\n <o3r-rule-tree-pres\n [blockType]=\"'IF_ELSE'\"\n [condition]=\"block.condition\"\n [failureElements]=\"block.failureElements\"\n [successElements]=\"block.successElements\" />\n </div>\n }\n }\n </div>\n</ng-template>\n", styles: ["o3r-rule-tree-pres{display:block;padding-bottom:1rem}o3r-rule-tree-pres .rule-sub-trees{display:flex}o3r-rule-tree-pres .rule-conditions-title,o3r-rule-tree-pres .rule-action-title{text-align:center}o3r-rule-tree-pres .rule-conditions-title{border:1px solid #999999;background:#fff;color:#000;padding:.2rem}o3r-rule-tree-pres .rule-action-title{background:#fff;border-radius:0;border:1px solid #999999;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.5rem}o3r-rule-tree-pres .rule-tree-actions{display:block;padding:.5rem}o3r-rule-tree-pres .rule-actions:first-child>.rule-action-title{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}o3r-rule-tree-pres .rule-actions:last-child>.rule-action-title{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}o3r-rule-tree-pres .rule-actions-wrapper{display:flex}o3r-rule-tree-pres .rule-actions-wrapper .rule-actions{flex:1 1 100%}o3r-rule-tree-pres .success-actions{border-color:#16aa32}o3r-rule-tree-pres .success-actions.rule-action-title{background:#16aa32;color:#fff}o3r-rule-tree-pres .error-actions{border-color:#c02020}o3r-rule-tree-pres .error-actions.rule-action-title{background:#c02020;color:#fff}o3r-rule-tree-pres .tree .tree-leaf,o3r-rule-tree-pres .tree .tree-root{display:flex;width:100%}o3r-rule-tree-pres .tree .tree-leaf>div,o3r-rule-tree-pres .tree .tree-root>div{height:1rem;width:50%}o3r-rule-tree-pres .tree .tree-root div:first-child{border-right:1px dashed}o3r-rule-tree-pres .tree .tree-root{margin-top:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:last-child>.tree-leaf>div:first-child{border-right:1px dashed;border-top:1px dashed;border-top-right-radius:.2rem}o3r-rule-tree-pres .tree .tree-node>.tree-branch:first-child>.tree-leaf>div:last-child{border-left:1px dashed;border-top:1px dashed;border-top-left-radius:.2rem}o3r-rule-tree-pres .icon{cursor:pointer}\n"] }]
299
299
  }], propDecorators: { name: [{
@@ -338,10 +338,10 @@ class RulesetHistoryPresComponent {
338
338
  }
339
339
  this.cd.detectChanges();
340
340
  }
341
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetHistoryPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
342
- /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.5", type: RulesetHistoryPresComponent, isStandalone: true, selector: "o3r-ruleset-history-pres", inputs: { rulesetExecutions: "rulesetExecutions", executionDurationFormat: "executionDurationFormat" }, ngImport: i0, template: "<section>\n @if (rulesetExecutions) {\n <ul class=\"rulesets\">\n @for (execution of rulesetExecutions; track execution) {\n <li class=\"ruleset\">\n <!-- eslint-disable-next-line @angular-eslint/template/click-events-have-key-events, @angular-eslint/template/interactive-supports-focus -- need to refactor the div to accordion from DF #1518 -->\n <div class=\"ruleset-panel-title ruleset-expansion-action\"\n [class.error]=\"execution.type === 'RulesetExecutionError'\"\n (click)=\"toggleExpansion(execution.executionId, 'ruleset')\">\n <div><span [title]=\"'This ruleset has been evaluated ' + execution.executionCounter + ' time(s)'\">{{execution.executionCounter}}</span> - {{execution.rulesetName | titlecase }}\n @if (execution.rulesetInformation?.linkedComponents?.or) {\n <div class=\"ruleset-panel-subtitle\">\n @for (lc of execution.rulesetInformation?.linkedComponents?.or; track lc; let isLast = $last) {\n <div>{{lc.name}} {{lc.library}} @if (!isLast) {\n <span> OR </span>\n }</div>\n }\n </div>\n }\n @if (execution.rulesetInformation?.validityRange; as validityRange) {\n <div class=\"ruleset-panel-subtitle\">\n Date range: {{validityRange.from}} - {{validityRange.to}}\n </div>\n }\n </div>\n <div class=\"ruleset-panel-title-aside\">\n @if (execution.status === 'Error') {\n <span class=\"error capsule\">Error</span>\n }\n @if (execution.status === 'Active') {\n <span class=\"success capsule\">Applied</span>\n }\n @if (execution.status === 'Deactivated') {\n <span class=\"inactive capsule\">Deactivated</span>\n }\n @if (execution.status === 'NoEffect') {\n <span class=\"warn capsule\">No effect</span>\n }\n <span class=\"time capsule\">\n <span>{{execution.timestamp | date: 'HH:mm:ss SSS'}}</span>\n <span>({{execution.duration | number: executionDurationFormat}}ms)</span>\n </span>\n <button\n class=\"icon\"\n [class.icon-caret-down]=\"!expansionStatus[execution.executionId]?.ruleset\"\n [class.icon-caret-up]=\"expansionStatus[execution.executionId]?.ruleset\">\n </button>\n </div>\n </div>\n @if (expansionStatus[execution.executionId]?.ruleset) {\n <div class=\"ruleset-panel-description\">\n <ng-container [ngTemplateOutlet]=\"rules\"\n [ngTemplateOutletContext]=\"{\n rules: execution.rulesetInformation?.rules,\n expansionID: execution.executionId\n }\" />\n <ng-container [ngTemplateOutlet]=\"inputs\"\n [ngTemplateOutletContext]=\"{\n inputs: execution.inputFacts\n }\" />\n @if (execution.type === 'RulesetExecutionError') {\n <div class=\"ruleset-panel-category-title\">Rules:</div>\n <ul class=\"ruleset-panel-category-body rule-description\">\n @for (ruleEvaluation of execution.rulesEvaluations; track ruleEvaluation; let index = $index) {\n <li>\n <ng-container>\n <div class=\"ruleset-panel-title\" [class.error]=\"ruleEvaluation.error\">\n <span>{{ruleEvaluation.rule.name | titlecase}} </span>\n @if (ruleEvaluation.error) {\n <span class=\"capsule error\">Error</span>\n }\n </div>\n <div>\n @if (ruleEvaluation.error) {\n <span class=\"ruleset-panel-category-title\">Error:</span>\n <pre class=\"ruleset-panel-category-body error\">{{ruleEvaluation.error | o3rJsonOrString}}</pre>\n }\n <ng-container [ngTemplateOutlet]=\"inputs\"\n [ngTemplateOutletContext]=\"{\n inputs: execution.inputFacts,\n runtimeInputs: execution.rulesetInformation?.rules[index]?.inputRuntimeFacts\n }\" />\n @if (!ruleEvaluation.error) {\n <o3r-rule-actions-pres\n [temporaryFacts]=\"ruleEvaluation.temporaryFacts\"\n [runtimeOutputs]=\"execution.rulesetInformation?.rules[index]?.outputRuntimeFacts\"\n />\n }\n </div>\n </ng-container>\n </li>\n }\n </ul>\n } @else {\n <o3r-rule-actions-pres [actions]=\"execution.outputActions\" />\n <div class=\"ruleset-panel-category-title\">Executed Rules</div>\n <ul class=\"rule-description ruleset-panel-category-body\">\n @for (ruleEvaluation of execution.rulesEvaluations; track ruleEvaluation; let index = $index) {\n <li>\n <div class=\"ruleset-panel-title\">\n <span>{{ruleEvaluation.rule.name | titlecase}}</span>\n @if (ruleEvaluation.cached) {\n <span class=\"capsule inactive\">Cached</span>\n }\n <span class=\"capsule\">({{ruleEvaluation.duration | number: executionDurationFormat}}ms)</span>\n </div>\n <div>\n <ng-container [ngTemplateOutlet]=\"triggers\"\n [ngTemplateOutletContext]=\"{triggers: (ruleEvaluation.triggers[ruleEvaluation.rule.id])}\" />\n <o3r-rule-actions-pres\n [actions]=\"ruleEvaluation.outputActions\"\n [temporaryFacts]=\"ruleEvaluation.temporaryFacts\"\n [runtimeOutputs]=\"execution.rulesetInformation?.rules[index]?.outputRuntimeFacts\" />\n </div>\n </li>\n }\n </ul>\n }\n </div>\n }\n </li>\n }\n </ul>\n} @else {\n <div class=\"alert alert-danger m-2\" role=\"alert\">\n The Rules Engine is not configured on this page.\n </div>\n}\n</section>\n\n<ng-template let-triggers=\"triggers\" #triggers>\n <div class=\"ruleset-panel-category-title\">Basefacts Triggers</div>\n <ul class=\"ruleset-panel-category-body triggers\">\n @for (trigger of (triggers | keyvalue); track trigger) {\n @if (trigger.value?.factName) {\n <li>\n <o3r-rule-key-value-pres\n [key]=\"trigger.value.factName\"\n [oldValue]=\"trigger.value.oldValue | o3rFallbackTo\"\n [value]=\"trigger.value.newValue | o3rFallbackTo\"\n [type]=\"'state'\" />\n </li>\n }\n }\n </ul>\n</ng-template>\n\n<ng-template let-rules=\"rules\" let-expansionID=\"expansionID\" #rules>\n <!-- eslint-disable-next-line @angular-eslint/template/click-events-have-key-events, @angular-eslint/template/interactive-supports-focus -- need to refactor the div to accordion from DF #1518 -->\n <div class=\"ruleset-panel-category-title ruleset-expansion-action\"\n (click)=\"toggleExpansion(expansionID, 'rulesOverview')\">\n <span>Rules Overview</span>\n <button class=\"icon\"\n [class.icon-caret-down]=\"!expansionStatus[expansionID]?.rulesOverview\"\n [class.icon-caret-up]=\"expansionStatus[expansionID]?.rulesOverview\">\n </button>\n </div>\n @if (expansionStatus[expansionID]?.rulesOverview) {\n @if (rules?.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">No rule</div>\n }\n @if (rules?.length > 0) {\n <ul class=\"ruleset-panel-category-body\">\n @for (rule of rules; track rule) {\n <li>\n <o3r-rule-tree-pres [name]=\"rule.name\"\n [condition]=\"rule?.rootElement?.condition\"\n [blockType]=\"rule?.rootElement?.blockType\"\n [successElements]=\"rule?.rootElement?.successElements\"\n [failureElements]=\"rule?.rootElement?.failureElements\" />\n </li>\n }\n </ul>\n }\n }\n</ng-template>\n\n<ng-template let-inputs=\"inputs\" let-runtimeInputs=\"runtimeInputs\" #inputs>\n <div class=\"ruleset-panel-category-title\">Inputs snapshot</div>\n @if (inputs?.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">No inputs</div>\n }\n @if (inputs?.length > 0) {\n <ul class=\"ruleset-panel-category-body\">\n @for (input of inputs; track input) {\n <li>\n <o3r-rule-key-value-pres\n [key]=\"input.factName\"\n [value]=\"input.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </li>\n }\n @for (input of runtimeInputs; track input) {\n <li>{{input}} (scope limited to ruleset)</li>\n }\n </ul>\n }\n</ng-template>\n", styles: ["o3r-ruleset-history-pres .ruleset-panel-title,o3r-ruleset-history-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-ruleset-history-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-ruleset-history-pres .ruleset-expansion-action,o3r-ruleset-history-pres .icon-caret-down,o3r-ruleset-history-pres .icon-caret-up{cursor:pointer}o3r-ruleset-history-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-ruleset-history-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-ruleset-history-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-ruleset-history-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}o3r-ruleset-history-pres .rulesets{margin:0;padding:0;list-style:none}o3r-ruleset-history-pres .rulesets ul{margin:0;padding-left:2rem}o3r-ruleset-history-pres .rulesets li.ruleset:nth-child(odd){background:#fbfbfb}o3r-ruleset-history-pres .ruleset-panel-category-body li{list-style:disc}o3r-ruleset-history-pres li:empty{display:none}o3r-ruleset-history-pres .ruleset{border-bottom:1px solid #dddddd}o3r-ruleset-history-pres .ruleset .ruleset-panel-description{padding:0 1rem 0 2rem;margin-bottom:2em}o3r-ruleset-history-pres .ruleset:first-child{border-top:1px solid #dddddd}o3r-ruleset-history-pres .ruleset-panel-title.ruleset-expansion-action{padding:.5rem 1rem}o3r-ruleset-history-pres .empty{font-style:italic;padding-left:1.5rem}o3r-ruleset-history-pres .ruleset-panel-category-body:empty.triggers:after{content:\"No trigger for this rule\";display:block;font-style:italic;padding-bottom:.5rem}o3r-ruleset-history-pres .ruleset-panel-title-aside{padding-left:1rem}o3r-ruleset-history-pres .rule-description .capsule{font-size:.8em;padding:.1rem .5rem;margin:0 .5rem}o3r-ruleset-history-pres .icon{background:none;border:none;font-size:1em}o3r-ruleset-history-pres .capsule{padding:.3rem;margin:.5rem;font-size:.875em;min-width:6rem;text-align:center}o3r-ruleset-history-pres .capsule.time{display:flex;flex-direction:column}o3r-ruleset-history-pres .success{background-color:#16aa32;color:#fff}o3r-ruleset-history-pres .inactive{background-color:#aaa;color:#fff}o3r-ruleset-history-pres .error{color:#c02020}o3r-ruleset-history-pres .error .capsule.error{background-color:#c02020;color:#fff}o3r-ruleset-history-pres .warn{background-color:#b92;color:#fff}o3r-ruleset-history-pres .input-key{color:#26c}o3r-ruleset-history-pres .input-value{color:#c29}o3r-ruleset-history-pres .input-key,o3r-ruleset-history-pres .input-value{font-family:monospace}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: RuleActionsPresComponent, selector: "o3r-rule-actions-pres", inputs: ["actions", "temporaryFacts", "runtimeOutputs"] }, { kind: "component", type: RuleKeyValuePresComponent, selector: "o3r-rule-key-value-pres", inputs: ["key", "value", "oldValue", "type"] }, { kind: "component", type: RuleTreePresComponent, selector: "o3r-rule-tree-pres", inputs: ["name", "blockType", "condition", "successElements", "failureElements"] }, { kind: "pipe", type: i1$1.DecimalPipe, name: "number" }, { kind: "pipe", type: i1$1.TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: i1$1.DatePipe, name: "date" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: O3rFallbackToPipe, name: "o3rFallbackTo" }, { kind: "pipe", type: O3rJsonOrStringPipe, name: "o3rJsonOrString" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
341
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetHistoryPresComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
342
+ /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "21.2.6", type: RulesetHistoryPresComponent, isStandalone: true, selector: "o3r-ruleset-history-pres", inputs: { rulesetExecutions: "rulesetExecutions", executionDurationFormat: "executionDurationFormat" }, ngImport: i0, template: "<section>\n @if (rulesetExecutions) {\n <ul class=\"rulesets\">\n @for (execution of rulesetExecutions; track execution) {\n <li class=\"ruleset\">\n <!-- eslint-disable-next-line @angular-eslint/template/click-events-have-key-events, @angular-eslint/template/interactive-supports-focus -- need to refactor the div to accordion from DF #1518 -->\n <div class=\"ruleset-panel-title ruleset-expansion-action\"\n [class.error]=\"execution.type === 'RulesetExecutionError'\"\n (click)=\"toggleExpansion(execution.executionId, 'ruleset')\">\n <div><span [title]=\"'This ruleset has been evaluated ' + execution.executionCounter + ' time(s)'\">{{execution.executionCounter}}</span> - {{execution.rulesetName | titlecase }}\n @if (execution.rulesetInformation?.linkedComponents?.or) {\n <div class=\"ruleset-panel-subtitle\">\n @for (lc of execution.rulesetInformation?.linkedComponents?.or; track lc; let isLast = $last) {\n <div>{{lc.name}} {{lc.library}} @if (!isLast) {\n <span> OR </span>\n }</div>\n }\n </div>\n }\n @if (execution.rulesetInformation?.validityRange; as validityRange) {\n <div class=\"ruleset-panel-subtitle\">\n Date range: {{validityRange.from}} - {{validityRange.to}}\n </div>\n }\n </div>\n <div class=\"ruleset-panel-title-aside\">\n @if (execution.status === 'Error') {\n <span class=\"error capsule\">Error</span>\n }\n @if (execution.status === 'Active') {\n <span class=\"success capsule\">Applied</span>\n }\n @if (execution.status === 'Deactivated') {\n <span class=\"inactive capsule\">Deactivated</span>\n }\n @if (execution.status === 'NoEffect') {\n <span class=\"warn capsule\">No effect</span>\n }\n <span class=\"time capsule\">\n <span>{{execution.timestamp | date: 'HH:mm:ss SSS'}}</span>\n <span>({{execution.duration | number: executionDurationFormat}}ms)</span>\n </span>\n <button\n class=\"icon\"\n [class.icon-caret-down]=\"!expansionStatus[execution.executionId]?.ruleset\"\n [class.icon-caret-up]=\"expansionStatus[execution.executionId]?.ruleset\">\n </button>\n </div>\n </div>\n @if (expansionStatus[execution.executionId]?.ruleset) {\n <div class=\"ruleset-panel-description\">\n <ng-container [ngTemplateOutlet]=\"rules\"\n [ngTemplateOutletContext]=\"{\n rules: execution.rulesetInformation?.rules,\n expansionID: execution.executionId\n }\" />\n <ng-container [ngTemplateOutlet]=\"inputs\"\n [ngTemplateOutletContext]=\"{\n inputs: execution.inputFacts\n }\" />\n @if (execution.type === 'RulesetExecutionError') {\n <div class=\"ruleset-panel-category-title\">Rules:</div>\n <ul class=\"ruleset-panel-category-body rule-description\">\n @for (ruleEvaluation of execution.rulesEvaluations; track ruleEvaluation; let index = $index) {\n <li>\n <ng-container>\n <div class=\"ruleset-panel-title\" [class.error]=\"ruleEvaluation.error\">\n <span>{{ruleEvaluation.rule.name | titlecase}} </span>\n @if (ruleEvaluation.error) {\n <span class=\"capsule error\">Error</span>\n }\n </div>\n <div>\n @if (ruleEvaluation.error) {\n <span class=\"ruleset-panel-category-title\">Error:</span>\n <pre class=\"ruleset-panel-category-body error\">{{ruleEvaluation.error | o3rJsonOrString}}</pre>\n }\n <ng-container [ngTemplateOutlet]=\"inputs\"\n [ngTemplateOutletContext]=\"{\n inputs: execution.inputFacts,\n runtimeInputs: execution.rulesetInformation?.rules[index]?.inputRuntimeFacts\n }\" />\n @if (!ruleEvaluation.error) {\n <o3r-rule-actions-pres\n [temporaryFacts]=\"ruleEvaluation.temporaryFacts\"\n [runtimeOutputs]=\"execution.rulesetInformation?.rules[index]?.outputRuntimeFacts\"\n />\n }\n </div>\n </ng-container>\n </li>\n }\n </ul>\n } @else {\n <o3r-rule-actions-pres [actions]=\"execution.outputActions\" />\n <div class=\"ruleset-panel-category-title\">Executed Rules</div>\n <ul class=\"rule-description ruleset-panel-category-body\">\n @for (ruleEvaluation of execution.rulesEvaluations; track ruleEvaluation; let index = $index) {\n <li>\n <div class=\"ruleset-panel-title\">\n <span>{{ruleEvaluation.rule.name | titlecase}}</span>\n @if (ruleEvaluation.cached) {\n <span class=\"capsule inactive\">Cached</span>\n }\n <span class=\"capsule\">({{ruleEvaluation.duration | number: executionDurationFormat}}ms)</span>\n </div>\n <div>\n <ng-container [ngTemplateOutlet]=\"triggers\"\n [ngTemplateOutletContext]=\"{triggers: (ruleEvaluation.triggers[ruleEvaluation.rule.id])}\" />\n <o3r-rule-actions-pres\n [actions]=\"ruleEvaluation.outputActions\"\n [temporaryFacts]=\"ruleEvaluation.temporaryFacts\"\n [runtimeOutputs]=\"execution.rulesetInformation?.rules[index]?.outputRuntimeFacts\" />\n </div>\n </li>\n }\n </ul>\n }\n </div>\n }\n </li>\n }\n </ul>\n} @else {\n <div class=\"alert alert-danger m-2\" role=\"alert\">\n The Rules Engine is not configured on this page.\n </div>\n}\n</section>\n\n<ng-template let-triggers=\"triggers\" #triggers>\n <div class=\"ruleset-panel-category-title\">Basefacts Triggers</div>\n <ul class=\"ruleset-panel-category-body triggers\">\n @for (trigger of (triggers | keyvalue); track trigger) {\n @if (trigger.value?.factName) {\n <li>\n <o3r-rule-key-value-pres\n [key]=\"trigger.value.factName\"\n [oldValue]=\"trigger.value.oldValue | o3rFallbackTo\"\n [value]=\"trigger.value.newValue | o3rFallbackTo\"\n [type]=\"'state'\" />\n </li>\n }\n }\n </ul>\n</ng-template>\n\n<ng-template let-rules=\"rules\" let-expansionID=\"expansionID\" #rules>\n <!-- eslint-disable-next-line @angular-eslint/template/click-events-have-key-events, @angular-eslint/template/interactive-supports-focus -- need to refactor the div to accordion from DF #1518 -->\n <div class=\"ruleset-panel-category-title ruleset-expansion-action\"\n (click)=\"toggleExpansion(expansionID, 'rulesOverview')\">\n <span>Rules Overview</span>\n <button class=\"icon\"\n [class.icon-caret-down]=\"!expansionStatus[expansionID]?.rulesOverview\"\n [class.icon-caret-up]=\"expansionStatus[expansionID]?.rulesOverview\">\n </button>\n </div>\n @if (expansionStatus[expansionID]?.rulesOverview) {\n @if (rules?.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">No rule</div>\n }\n @if (rules?.length > 0) {\n <ul class=\"ruleset-panel-category-body\">\n @for (rule of rules; track rule) {\n <li>\n <o3r-rule-tree-pres [name]=\"rule.name\"\n [condition]=\"rule?.rootElement?.condition\"\n [blockType]=\"rule?.rootElement?.blockType\"\n [successElements]=\"rule?.rootElement?.successElements\"\n [failureElements]=\"rule?.rootElement?.failureElements\" />\n </li>\n }\n </ul>\n }\n }\n</ng-template>\n\n<ng-template let-inputs=\"inputs\" let-runtimeInputs=\"runtimeInputs\" #inputs>\n <div class=\"ruleset-panel-category-title\">Inputs snapshot</div>\n @if (inputs?.length === 0) {\n <div class=\"ruleset-panel-category-body empty\">No inputs</div>\n }\n @if (inputs?.length > 0) {\n <ul class=\"ruleset-panel-category-body\">\n @for (input of inputs; track input) {\n <li>\n <o3r-rule-key-value-pres\n [key]=\"input.factName\"\n [value]=\"input.value | o3rFallbackTo\"\n [type]=\"'state'\" />\n </li>\n }\n @for (input of runtimeInputs; track input) {\n <li>{{input}} (scope limited to ruleset)</li>\n }\n </ul>\n }\n</ng-template>\n", styles: ["o3r-ruleset-history-pres .ruleset-panel-title,o3r-ruleset-history-pres .ruleset-panel-category-title{display:flex;justify-content:space-between;align-items:center}o3r-ruleset-history-pres .ruleset-panel-title{font-size:1rem;padding:.5rem 0 .1rem}o3r-ruleset-history-pres .ruleset-expansion-action,o3r-ruleset-history-pres .icon-caret-down,o3r-ruleset-history-pres .icon-caret-up{cursor:pointer}o3r-ruleset-history-pres .ruleset-panel-subtitle{font-size:.75rem}o3r-ruleset-history-pres .ruleset-panel-title-aside{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;min-width:fit-content}o3r-ruleset-history-pres .ruleset-panel-category-title{font-size:.95rem;background:#eee;padding:.5rem;margin-bottom:.5rem;margin-top:1rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-title{font-size:.893rem;cursor:default}o3r-ruleset-history-pres .rule-description .ruleset-panel-title{font-size:.94rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-body{padding-bottom:.5rem;padding-left:1.5rem}o3r-ruleset-history-pres .rule-description .ruleset-panel-category-body:empty{margin:0;padding:0 0 0 1.5rem}o3r-ruleset-history-pres .rulesets{margin:0;padding:0;list-style:none}o3r-ruleset-history-pres .rulesets ul{margin:0;padding-left:2rem}o3r-ruleset-history-pres .rulesets li.ruleset:nth-child(odd){background:#fbfbfb}o3r-ruleset-history-pres .ruleset-panel-category-body li{list-style:disc}o3r-ruleset-history-pres li:empty{display:none}o3r-ruleset-history-pres .ruleset{border-bottom:1px solid #dddddd}o3r-ruleset-history-pres .ruleset .ruleset-panel-description{padding:0 1rem 0 2rem;margin-bottom:2em}o3r-ruleset-history-pres .ruleset:first-child{border-top:1px solid #dddddd}o3r-ruleset-history-pres .ruleset-panel-title.ruleset-expansion-action{padding:.5rem 1rem}o3r-ruleset-history-pres .empty{font-style:italic;padding-left:1.5rem}o3r-ruleset-history-pres .ruleset-panel-category-body:empty.triggers:after{content:\"No trigger for this rule\";display:block;font-style:italic;padding-bottom:.5rem}o3r-ruleset-history-pres .ruleset-panel-title-aside{padding-left:1rem}o3r-ruleset-history-pres .rule-description .capsule{font-size:.8em;padding:.1rem .5rem;margin:0 .5rem}o3r-ruleset-history-pres .icon{background:none;border:none;font-size:1em}o3r-ruleset-history-pres .capsule{padding:.3rem;margin:.5rem;font-size:.875em;min-width:6rem;text-align:center}o3r-ruleset-history-pres .capsule.time{display:flex;flex-direction:column}o3r-ruleset-history-pres .success{background-color:#16aa32;color:#fff}o3r-ruleset-history-pres .inactive{background-color:#aaa;color:#fff}o3r-ruleset-history-pres .error{color:#c02020}o3r-ruleset-history-pres .error .capsule.error{background-color:#c02020;color:#fff}o3r-ruleset-history-pres .warn{background-color:#b92;color:#fff}o3r-ruleset-history-pres .input-key{color:#26c}o3r-ruleset-history-pres .input-value{color:#c29}o3r-ruleset-history-pres .input-key,o3r-ruleset-history-pres .input-value{font-family:monospace}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1$1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: RuleActionsPresComponent, selector: "o3r-rule-actions-pres", inputs: ["actions", "temporaryFacts", "runtimeOutputs"] }, { kind: "component", type: RuleKeyValuePresComponent, selector: "o3r-rule-key-value-pres", inputs: ["key", "value", "oldValue", "type"] }, { kind: "component", type: RuleTreePresComponent, selector: "o3r-rule-tree-pres", inputs: ["name", "blockType", "condition", "successElements", "failureElements"] }, { kind: "pipe", type: i1$1.DecimalPipe, name: "number" }, { kind: "pipe", type: i1$1.TitleCasePipe, name: "titlecase" }, { kind: "pipe", type: i1$1.DatePipe, name: "date" }, { kind: "pipe", type: i1$1.KeyValuePipe, name: "keyvalue" }, { kind: "pipe", type: O3rFallbackToPipe, name: "o3rFallbackTo" }, { kind: "pipe", type: O3rJsonOrStringPipe, name: "o3rJsonOrString" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
343
343
  }
344
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetHistoryPresComponent, decorators: [{
344
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetHistoryPresComponent, decorators: [{
345
345
  type: Component,
346
346
  args: [{ selector: 'o3r-ruleset-history-pres', changeDetection: ChangeDetectionStrategy.OnPush, encapsulation: ViewEncapsulation.None, imports: [
347
347
  CommonModule,
@@ -426,10 +426,10 @@ class RulesetsEffect {
426
426
  */
427
427
  this.upsertEntitiesFromApi$ = createEffect(() => this.actions$.pipe(ofType(upsertRulesetsEntitiesFromApi), mergeMap((payload) => from(payload.call).pipe(map((reply) => upsertRulesetsEntities({ entities: reply, requestId: payload.requestId })), catchError((err) => of(failRulesetsEntities({ error: err, requestId: payload.requestId })))))));
428
428
  }
429
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsEffect, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
430
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsEffect }); }
429
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsEffect, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
430
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsEffect }); }
431
431
  }
432
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsEffect, decorators: [{
432
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsEffect, decorators: [{
433
433
  type: Injectable
434
434
  }] });
435
435
 
@@ -484,13 +484,13 @@ class RulesetsStoreModule {
484
484
  ]
485
485
  };
486
486
  }
487
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
488
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: RulesetsStoreModule, imports: [i1$2.StoreFeatureModule, i2.EffectsFeatureModule] }); }
489
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsStoreModule, providers: [
487
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsStoreModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
488
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: RulesetsStoreModule, imports: [i1$2.StoreFeatureModule, i2.EffectsFeatureModule] }); }
489
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsStoreModule, providers: [
490
490
  { provide: RULESETS_REDUCER_TOKEN, useFactory: getDefaultRulesetsReducer }
491
491
  ], imports: [StoreModule.forFeature(RULESETS_STORE_NAME, RULESETS_REDUCER_TOKEN), EffectsModule.forFeature([RulesetsEffect])] }); }
492
492
  }
493
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesetsStoreModule, decorators: [{
493
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesetsStoreModule, decorators: [{
494
494
  type: NgModule,
495
495
  args: [{
496
496
  imports: [
@@ -2109,10 +2109,10 @@ class RulesEngineRunnerService {
2109
2109
  this.linkedComponents$.next(newMap);
2110
2110
  }
2111
2111
  }
2112
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2113
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerService }); }
2112
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2113
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerService }); }
2114
2114
  }
2115
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerService, decorators: [{
2115
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerService, decorators: [{
2116
2116
  type: Injectable
2117
2117
  }], ctorParameters: () => [] });
2118
2118
 
@@ -2128,13 +2128,13 @@ class RulesEngineRunnerModule {
2128
2128
  ]
2129
2129
  };
2130
2130
  }
2131
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2132
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerModule, imports: [StoreModule,
2131
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2132
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerModule, imports: [StoreModule,
2133
2133
  RulesetsStoreModule] }); }
2134
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerModule, imports: [StoreModule,
2134
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerModule, imports: [StoreModule,
2135
2135
  RulesetsStoreModule] }); }
2136
2136
  }
2137
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineRunnerModule, decorators: [{
2137
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineRunnerModule, decorators: [{
2138
2138
  type: NgModule,
2139
2139
  args: [{
2140
2140
  imports: [
@@ -2256,10 +2256,10 @@ class OtterRulesEngineDevtools {
2256
2256
  getRulesetInformation(rulesetId) {
2257
2257
  return firstValueFrom(this.store.pipe(select(selectRulesetsEntities), map((entities) => entities[rulesetId])));
2258
2258
  }
2259
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OtterRulesEngineDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2260
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OtterRulesEngineDevtools, providedIn: 'root' }); }
2259
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: OtterRulesEngineDevtools, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2260
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: OtterRulesEngineDevtools, providedIn: 'root' }); }
2261
2261
  }
2262
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: OtterRulesEngineDevtools, decorators: [{
2262
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: OtterRulesEngineDevtools, decorators: [{
2263
2263
  type: Injectable,
2264
2264
  args: [{
2265
2265
  providedIn: 'root'
@@ -2358,10 +2358,10 @@ class RulesEngineDevtoolsConsoleService {
2358
2358
  async getRulesetInformation(rulesetId) {
2359
2359
  console.log(await this.rulesEngineDevtools.getRulesetInformation(rulesetId));
2360
2360
  }
2361
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsConsoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2362
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsConsoleService, providedIn: 'root' }); }
2361
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsConsoleService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2362
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsConsoleService, providedIn: 'root' }); }
2363
2363
  }
2364
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsConsoleService, decorators: [{
2364
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsConsoleService, decorators: [{
2365
2365
  type: Injectable,
2366
2366
  args: [{
2367
2367
  providedIn: 'root'
@@ -2458,10 +2458,10 @@ class RulesEngineDevtoolsMessageService {
2458
2458
  this.startRulesEngineReport();
2459
2459
  fromEvent(window, 'message').pipe(takeUntilDestroyed(this.destroyRef), filterMessageContent(isRulesEngineMessage)).subscribe((e) => this.handleEvents(e));
2460
2460
  }
2461
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsMessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2462
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsMessageService, providedIn: 'root' }); }
2461
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsMessageService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2462
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsMessageService, providedIn: 'root' }); }
2463
2463
  }
2464
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsMessageService, decorators: [{
2464
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsMessageService, decorators: [{
2465
2465
  type: Injectable,
2466
2466
  args: [{
2467
2467
  providedIn: 'root'
@@ -2483,17 +2483,17 @@ class RulesEngineDevtoolsModule {
2483
2483
  ]
2484
2484
  };
2485
2485
  }
2486
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2487
- /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsModule, imports: [StoreModule,
2486
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
2487
+ /** @nocollapse */ static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsModule, imports: [StoreModule,
2488
2488
  RulesetsStoreModule] }); }
2489
- /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsModule, providers: [
2489
+ /** @nocollapse */ static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsModule, providers: [
2490
2490
  { provide: OTTER_RULES_ENGINE_DEVTOOLS_OPTIONS, useValue: OTTER_RULES_ENGINE_DEVTOOLS_DEFAULT_OPTIONS },
2491
2491
  RulesEngineDevtoolsMessageService,
2492
2492
  RulesEngineDevtoolsConsoleService
2493
2493
  ], imports: [StoreModule,
2494
2494
  RulesetsStoreModule] }); }
2495
2495
  }
2496
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: RulesEngineDevtoolsModule, decorators: [{
2496
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: RulesEngineDevtoolsModule, decorators: [{
2497
2497
  type: NgModule,
2498
2498
  args: [{
2499
2499
  imports: [
@@ -2540,10 +2540,10 @@ class CurrentTimeFactsService extends FactsService {
2540
2540
  tick() {
2541
2541
  this.currentTimeSubject$.next(Date.now());
2542
2542
  }
2543
- /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CurrentTimeFactsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2544
- /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CurrentTimeFactsService, providedIn: 'root' }); }
2543
+ /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CurrentTimeFactsService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2544
+ /** @nocollapse */ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CurrentTimeFactsService, providedIn: 'root' }); }
2545
2545
  }
2546
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: CurrentTimeFactsService, decorators: [{
2546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.6", ngImport: i0, type: CurrentTimeFactsService, decorators: [{
2547
2547
  type: Injectable,
2548
2548
  args: [{
2549
2549
  providedIn: 'root'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@o3r/rules-engine",
3
- "version": "14.2.0-prerelease.8",
3
+ "version": "14.3.0-prerelease.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -50,10 +50,10 @@
50
50
  "@ngrx/entity": "^21.0.0",
51
51
  "@ngrx/store": "^21.0.0",
52
52
  "@ngx-translate/core": "^15.0.0 || ~16.0.4",
53
- "@o3r/core": "~14.2.0-prerelease.8",
54
- "@o3r/extractors": "~14.2.0-prerelease.8",
55
- "@o3r/logger": "~14.2.0-prerelease.8",
56
- "@o3r/schematics": "~14.2.0-prerelease.8",
53
+ "@o3r/core": "~14.3.0-prerelease.0",
54
+ "@o3r/extractors": "~14.3.0-prerelease.0",
55
+ "@o3r/logger": "~14.3.0-prerelease.0",
56
+ "@o3r/schematics": "~14.3.0-prerelease.0",
57
57
  "@schematics/angular": "^21.0.0",
58
58
  "@types/json-schema": "^7.0.15",
59
59
  "globby": "^11.1.0",
@@ -104,7 +104,7 @@
104
104
  }
105
105
  },
106
106
  "dependencies": {
107
- "@o3r/schematics": "~14.2.0-prerelease.8",
107
+ "@o3r/schematics": "~14.3.0-prerelease.0",
108
108
  "tslib": "^2.6.2"
109
109
  },
110
110
  "engines": {
@@ -1 +1 @@
1
- {"version":3,"file":"o3r-rules-engine-fixtures-jasmine.d.ts","sources":["../../src/fixtures/jasmine/rules-engine-runner-service-fixture-jasmine.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAIA;AACA,cAAA,+BAAA,YAAA,QAAA,CAAA,OAAA,CAAA,wBAAA;;AAES,iBAAA,OAAA,CAAA,GAAA;;AAGA,qBAAA,OAAA,CAAA,GAAA;;AAGA,sBAAA,OAAA,CAAA,GAAA;;AAGA,uBAAA,OAAA,CAAA,GAAA;AACR;;;;"}
1
+ {"version":3,"file":"o3r-rules-engine-fixtures-jasmine.d.ts","sources":["../../src/fixtures/jasmine/rules-engine-runner-service-fixture-jasmine.ts"],"mappings":";;AAIA;AACA,cAAa,+BAAgC,YAAW,QAAQ,CAAC,OAAO,CAAC,wBAAwB;;AAExF,iBAAa,OAAO,CAAC,GAAG;;AAGxB,qBAAiB,OAAO,CAAC,GAAG;;AAG5B,sBAAkB,OAAO,CAAC,GAAG;;AAG7B,uBAAmB,OAAO,CAAC,GAAG;AACtC;;;;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"o3r-rules-engine-fixtures-jest.d.ts","sources":["../../src/fixtures/jest/rules-engine-runner-service-fixture-jest.ts"],"sourcesContent":[null],"names":[],"mappings":";;AAOA;AACA,cAAA,+BAAA,YAAA,QAAA,CAAA,OAAA,CAAA,wBAAA;;;;;;;;;AAYC;;;;"}
1
+ {"version":3,"file":"o3r-rules-engine-fixtures-jest.d.ts","sources":["../../src/fixtures/jest/rules-engine-runner-service-fixture-jest.ts"],"mappings":";;AAOA;AACA,cAAa,+BAAgC,YAAW,QAAQ,CAAC,OAAO,CAAC,wBAAwB;;iBAE3E,IAAI,CAAC,IAAI,QAAQ,IAAI,YAAY,IAAI;;qBAGjC,IAAI,CAAC,IAAI,SAAS,QAAQ,aAAa,aAAa;;sBAGnD,IAAI,CAAC,IAAI;;uBAGR,IAAI,CAAC,IAAI;AACpC;;;;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"o3r-rules-engine.d.ts","sources":["../../src/engine/fact/fact-interfaces.ts","../../src/engine/operator/operator-interface.ts","../../src/engine/operator/operator-helpers.ts","../../src/engine/operator/operators/array-based-operators.ts","../../src/engine/operator/operators/basic-operators.ts","../../src/engine/operator/operators/date-based-operators.ts","../../src/engine/operator/operators/number-based-operators.ts","../../src/engine/operator/operators/index.ts","../../src/engine/structure.ts","../../src/engine/engine-interface.ts","../../src/engine/engine.ts","../../src/engine/ruleset-executor.ts","../../src/engine/debug/engine-debug.ts","../../src/engine/rule/rule-helpers.ts","../../src/components/rules-engine/facts-snapshot/facts-snapshot-component.ts","../../src/components/rules-engine/ruleset-history/ruleset-history-pres-component.ts","../../src/components/rules-engine/shared/fallback-to-pipe.ts","../../src/components/rules-engine/shared/json-or-string-pipe.ts","../../src/components/rules-engine/shared/ruleset-history-helper.ts","../../src/devkit/rules-engine-devkit-interface.ts","../../src/devkit/rules-engine-devtools-console-service.ts","../../src/devkit/rules-engine-devtools-message-service.ts","../../src/stores/rulesets/rulesets.state.ts","../../src/stores/rulesets/rulesets-module.ts","../../src/devkit/rules-engine-devtools-module.ts","../../src/stores/rulesets/rulesets.actions.ts","../../src/stores/rulesets/rulesets.effect.ts","../../src/stores/rulesets/rulesets.reducer.ts","../../src/stores/rulesets/rulesets.selectors.ts","../../src/stores/rulesets/rulesets.sync.ts","../../src/devkit/rules-engine-devtools.ts","../../src/devkit/rules-engine-devtools-token.ts","../../src/services/runner/rules-engine-runner-service.ts","../../src/fact/fact-abstract-service.ts","../../src/fact/reserved-facts.ts","../../src/inner-facts/current-time/current-time-facts.ts","../../src/inner-facts/current-time/current-time-facts-service.ts","../../src/interfaces/linkable-to-ruleset-interfaces.ts","../../src/services/rules-engine-token.ts","../../src/services/runner/rules-engine-runner-module.ts"],"sourcesContent":[null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null],"names":["Logger","_angular_core"],"mappings":"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"}
1
+ {"version":3,"file":"o3r-rules-engine.d.ts","sources":["../../src/engine/fact/fact-interfaces.ts","../../src/engine/operator/operator-interface.ts","../../src/engine/operator/operator-helpers.ts","../../src/engine/operator/operators/array-based-operators.ts","../../src/engine/operator/operators/basic-operators.ts","../../src/engine/operator/operators/date-based-operators.ts","../../src/engine/operator/operators/number-based-operators.ts","../../src/engine/operator/operators/index.ts","../../src/engine/structure.ts","../../src/engine/engine-interface.ts","../../src/engine/engine.ts","../../src/engine/ruleset-executor.ts","../../src/engine/debug/engine-debug.ts","../../src/engine/rule/rule-helpers.ts","../../src/components/rules-engine/facts-snapshot/facts-snapshot-component.ts","../../src/components/rules-engine/ruleset-history/ruleset-history-pres-component.ts","../../src/components/rules-engine/shared/fallback-to-pipe.ts","../../src/components/rules-engine/shared/json-or-string-pipe.ts","../../src/components/rules-engine/shared/ruleset-history-helper.ts","../../src/devkit/rules-engine-devkit-interface.ts","../../src/devkit/rules-engine-devtools-console-service.ts","../../src/devkit/rules-engine-devtools-message-service.ts","../../src/stores/rulesets/rulesets.state.ts","../../src/stores/rulesets/rulesets-module.ts","../../src/devkit/rules-engine-devtools-module.ts","../../src/stores/rulesets/rulesets.actions.ts","../../src/stores/rulesets/rulesets.effect.ts","../../src/stores/rulesets/rulesets.reducer.ts","../../src/stores/rulesets/rulesets.selectors.ts","../../src/stores/rulesets/rulesets.sync.ts","../../src/devkit/rules-engine-devtools.ts","../../src/devkit/rules-engine-devtools-token.ts","../../src/services/runner/rules-engine-runner-service.ts","../../src/fact/fact-abstract-service.ts","../../src/fact/reserved-facts.ts","../../src/inner-facts/current-time/current-time-facts.ts","../../src/inner-facts/current-time/current-time-facts-service.ts","../../src/interfaces/linkable-to-ruleset-interfaces.ts","../../src/services/rules-engine-token.ts","../../src/services/runner/rules-engine-runner-module.ts"],"mappings":"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","names":["Logger","_angular_core","i1","i2","i2.RulesetsStoreModule"]}