ui-core-abv 0.6.62 → 0.6.64

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.
@@ -9,6 +9,7 @@ export declare class UicRuleBuilderComponent implements OnInit {
9
9
  private ruleDefinitionEmitScheduled;
10
10
  private _conditions;
11
11
  disabled: boolean;
12
+ customNamesEnabled: boolean;
12
13
  set conditions(value: UicConditionDefinition[] | null | undefined);
13
14
  get conditions(): UicConditionDefinition[];
14
15
  conditionOperators: AppSelectOption[];
@@ -72,7 +73,7 @@ export declare class UicRuleBuilderComponent implements OnInit {
72
73
  private getNextTemporalConditionId;
73
74
  private syncNextTemporalConditionId;
74
75
  static ɵfac: i0.ɵɵFactoryDeclaration<UicRuleBuilderComponent, never>;
75
- static ɵcmp: i0.ɵɵComponentDeclaration<UicRuleBuilderComponent, "ui-rule-builder", never, { "disabled": { "alias": "disabled"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; "conditionOperators": { "alias": "conditionOperators"; "required": false; }; "conditionFields": { "alias": "conditionFields"; "required": false; }; "ruleTitle": { "alias": "ruleTitle"; "required": false; }; "ruleDefinition": { "alias": "ruleDefinition"; "required": false; }; }, { "ruleDefinitionChange": "ruleDefinitionChange"; "conditionsChange": "conditionsChange"; }, never, never, true, never>;
76
+ static ɵcmp: i0.ɵɵComponentDeclaration<UicRuleBuilderComponent, "ui-rule-builder", never, { "disabled": { "alias": "disabled"; "required": false; }; "customNamesEnabled": { "alias": "customNamesEnabled"; "required": false; }; "conditions": { "alias": "conditions"; "required": false; }; "conditionOperators": { "alias": "conditionOperators"; "required": false; }; "conditionFields": { "alias": "conditionFields"; "required": false; }; "ruleTitle": { "alias": "ruleTitle"; "required": false; }; "ruleDefinition": { "alias": "ruleDefinition"; "required": false; }; }, { "ruleDefinitionChange": "ruleDefinitionChange"; "conditionsChange": "conditionsChange"; }, never, never, true, never>;
76
77
  }
77
78
  export interface RuleBuilderValue {
78
79
  definition: string;
@@ -6,6 +6,7 @@ import * as i0 from "@angular/core";
6
6
  export declare class RuleDefinirionComponent implements OnDestroy {
7
7
  data: {
8
8
  conditions: UicConditionDefinition[];
9
+ customNamesEnabled: boolean;
9
10
  conditionOperators: AppSelectOption[];
10
11
  conditionFields: AppSelectOption[];
11
12
  selectedConditionReference?: string | number | null;
@@ -17,11 +18,13 @@ export declare class RuleDefinirionComponent implements OnDestroy {
17
18
  searchTerm: string;
18
19
  currentPage: number;
19
20
  readonly pageSize = 5;
21
+ customNamesEnabled: boolean;
20
22
  private readonly translate;
21
23
  private readonly ref;
22
24
  private readonly languageSubscription;
23
25
  constructor(data: {
24
26
  conditions: UicConditionDefinition[];
27
+ customNamesEnabled: boolean;
25
28
  conditionOperators: AppSelectOption[];
26
29
  conditionFields: AppSelectOption[];
27
30
  selectedConditionReference?: string | number | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ui-core-abv",
3
- "version": "0.6.62",
3
+ "version": "0.6.64",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.2.0 <21.0.0",
6
6
  "@angular/core": ">=19.2.0 <21.0.0",