@cqa-lib/cqa-ui 1.1.526 → 1.1.528

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.
@@ -48,6 +48,15 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
48
48
  };
49
49
  /** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
50
50
  isCreatingStep: boolean;
51
+ /**
52
+ * When true, render an amber warning banner at the top of the card explaining that any
53
+ * runtime values typed here will be overridden by the consuming test case. Set this when
54
+ * the step-group step is being created/edited inside a host test case that is itself a
55
+ * step group.
56
+ */
57
+ showNestedStepGroupWarning: boolean;
58
+ /** Optional override for the warning copy. Falls back to a sensible default. */
59
+ nestedStepGroupWarning: string;
51
60
  /** Emit when step is created */
52
61
  createStep: EventEmitter<StepGroupFormData>;
53
62
  /** Emit when step group is selected to fetch runtime variables */
@@ -89,5 +98,5 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
89
98
  private captureInitialSnapshot;
90
99
  isFormValid(): boolean;
91
100
  static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderGroupComponent, never>;
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>;
101
+ 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"; "showNestedStepGroupWarning": "showNestedStepGroupWarning"; "nestedStepGroupWarning": "nestedStepGroupWarning"; }, { "createStep": "createStep"; "stepGroupSelected": "stepGroupSelected"; "cancelled": "cancelled"; "loadMoreStepGroups": "loadMoreStepGroups"; "searchStepGroups": "searchStepGroups"; }, never, never>;
93
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cqa-lib/cqa-ui",
3
- "version": "1.1.526",
3
+ "version": "1.1.528",
4
4
  "description": "UI Kit library for Angular 13.4",
5
5
  "keywords": [
6
6
  "angular",