@cqa-lib/cqa-ui 1.1.471 → 1.1.473

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.
@@ -66,6 +66,10 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
66
66
  [paramName: string]: string;
67
67
  };
68
68
  };
69
+ /** Tracks initial state for edit mode to detect changes */
70
+ private initialStepGroupIdSnapshot;
71
+ private initialRuntimeValuesSnapshot;
72
+ private snapshotReady;
69
73
  constructor(fb: FormBuilder);
70
74
  ngOnInit(): void;
71
75
  ngOnChanges(changes: SimpleChanges): void;
@@ -79,6 +83,10 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
79
83
  hasRuntimeVariables(): boolean;
80
84
  onCreateStep(): void;
81
85
  onCancel(): void;
86
+ /** Returns true if the form has changed from its initial state (edit mode only) */
87
+ hasChanges(): boolean;
88
+ /** Captures the current state as the baseline for change detection */
89
+ private captureInitialSnapshot;
82
90
  isFormValid(): boolean;
83
91
  static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderGroupComponent, never>;
84
92
  static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderGroupComponent, "cqa-step-builder-group", never, { "stepGroupOptions": "stepGroupOptions"; "hasMoreStepGroups": "hasMoreStepGroups"; "isLoadingStepGroups": "isLoadingStepGroups"; "initialStepGroupId": "initialStepGroupId"; "editMode": "editMode"; "runtimeVariables": "runtimeVariables"; "isLoadingRuntimeVariables": "isLoadingRuntimeVariables"; "existingRuntimeValues": "existingRuntimeValues"; "isCreatingStep": "isCreatingStep"; }, { "createStep": "createStep"; "stepGroupSelected": "stepGroupSelected"; "cancelled": "cancelled"; "loadMoreStepGroups": "loadMoreStepGroups"; "searchStepGroups": "searchStepGroups"; }, never, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.471",
3
+ "version": "1.1.473",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",