@cqa-lib/cqa-ui 1.1.347 → 1.1.348

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.
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare type SessionChangeType = 'added' | 'edited' | 'deleted';
4
4
  export interface SessionChangeStep {
5
5
  id: string;
6
- description: string;
6
+ stepDescription: string;
7
7
  timestamp: string;
8
8
  type: SessionChangeType;
9
9
  }
@@ -125,6 +125,7 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
125
125
  filteredTemplates: ActionTemplate[];
126
126
  searchValue: string;
127
127
  selectedTemplate: ActionTemplate | null;
128
+ private previousTemplateForEdit;
128
129
  metadata: string;
129
130
  description: string;
130
131
  advancedExpanded: boolean;
@@ -172,6 +173,7 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
172
173
  onAdvancedVariableBooleanChange(variableName: string, value: boolean): void;
173
174
  onAdvancedVariableValueChange(variableName: string, value: any): void;
174
175
  onChangeTemplate(): void;
176
+ onCancelTemplateSelection(): void;
175
177
  onBack(): void;
176
178
  onCancel(): void;
177
179
  isFormValid(): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.347",
3
+ "version": "1.1.348",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",