@cqa-lib/cqa-ui 1.1.541-gamma.8 → 1.1.542
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.
- package/.github/workflows/README.md +1 -8
- package/esm2020/lib/compare-runs/compare-runs.component.mjs +1 -1
- package/esm2020/lib/execution-screen/condition-debug-step/condition-branch-editor.component.mjs +3 -32
- package/esm2020/lib/execution-screen/db-query-execution-item/db-query-execution-item.component.mjs +1 -1
- package/esm2020/lib/execution-screen/db-verification-step/db-verification-step.component.mjs +1 -1
- package/esm2020/lib/iterations-loop/iterations-loop.component.mjs +1 -1
- package/esm2020/lib/mixed-variable-input/mixed-variable-input.component.mjs +10 -30
- package/esm2020/lib/new-global-variable-dialog/new-global-variable-dialog.component.mjs +5 -16
- package/esm2020/lib/new-global-variable-dialog/new-global-variable-dialog.models.mjs +1 -1
- package/esm2020/lib/new-test-data-profile-dialog/new-test-data-profile-dialog.component.mjs +51 -50
- package/esm2020/lib/new-test-data-profile-dialog/new-test-data-profile-dialog.models.mjs +1 -1
- package/esm2020/lib/segment-control/segment-control.component.mjs +4 -12
- package/esm2020/lib/step-builder/step-builder-action/step-builder-action.component.mjs +3 -21
- package/esm2020/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.mjs +23 -47
- package/esm2020/lib/step-builder/step-builder-condition/step-builder-condition.component.mjs +3 -21
- package/esm2020/lib/step-builder/step-builder-database/step-builder-database.component.mjs +47 -76
- package/esm2020/lib/step-builder/step-builder-loop/step-builder-loop.component.mjs +3 -16
- package/esm2020/lib/step-builder/template-variables-form/template-variables-form.component.mjs +170 -326
- package/esm2020/lib/templates/table-template.component.mjs +3 -5
- package/esm2020/lib/test-case-details/ai-agent-step/ai-agent-step.component.mjs +3 -3
- package/esm2020/lib/test-case-details/ai-verify-step/ai-verify-step.component.mjs +3 -3
- package/esm2020/lib/test-case-details/api-edit-step/api-edit-step.component.mjs +7 -20
- package/esm2020/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.mjs +4 -43
- package/esm2020/lib/test-case-details/test-case-details.models.mjs +1 -3
- package/esm2020/lib/test-case-details/test-data-modal/test-data-modal-data.mjs +1 -1
- package/esm2020/lib/test-case-details/test-data-modal/test-data-modal.component.mjs +7 -137
- package/esm2020/lib/ui-kit.module.mjs +3 -23
- package/esm2020/public-api.mjs +1 -6
- package/fesm2015/cqa-lib-cqa-ui.mjs +404 -1245
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +330 -1156
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/execution-screen/condition-debug-step/condition-branch-editor.component.d.ts +1 -26
- package/lib/new-global-variable-dialog/new-global-variable-dialog.component.d.ts +2 -5
- package/lib/new-global-variable-dialog/new-global-variable-dialog.models.d.ts +0 -8
- package/lib/new-test-data-profile-dialog/new-test-data-profile-dialog.component.d.ts +10 -9
- package/lib/new-test-data-profile-dialog/new-test-data-profile-dialog.models.d.ts +1 -1
- package/lib/segment-control/segment-control.component.d.ts +1 -3
- package/lib/step-builder/step-builder-action/step-builder-action.component.d.ts +1 -19
- package/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.d.ts +2 -16
- package/lib/step-builder/step-builder-condition/step-builder-condition.component.d.ts +1 -19
- package/lib/step-builder/step-builder-database/step-builder-database.component.d.ts +11 -33
- package/lib/step-builder/step-builder-loop/step-builder-loop.component.d.ts +1 -15
- package/lib/step-builder/template-variables-form/template-variables-form.component.d.ts +20 -75
- package/lib/templates/table-template.component.d.ts +1 -8
- package/lib/test-case-details/api-edit-step/api-edit-step.component.d.ts +1 -7
- package/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.d.ts +0 -7
- package/lib/test-case-details/test-case-details.models.d.ts +0 -2
- package/lib/test-case-details/test-data-modal/test-data-modal-data.d.ts +1 -23
- package/lib/test-case-details/test-data-modal/test-data-modal.component.d.ts +6 -40
- package/lib/ui-kit.module.d.ts +96 -100
- package/package.json +1 -1
- package/public-api.d.ts +0 -5
- package/styles.css +1 -1
- package/esm2020/lib/new-global-variable-dialog/global-variable-tags-input.component.mjs +0 -129
- package/esm2020/lib/test-case-details/data-library-panel/data-library-panel.component.mjs +0 -116
- package/esm2020/lib/test-case-details/data-library-panel/data-library-panel.models.mjs +0 -2
- package/esm2020/lib/test-case-details/data-library-panel/element-card.component.mjs +0 -36
- package/esm2020/lib/test-case-details/data-library-panel/test-data-profile-card.component.mjs +0 -38
- package/lib/new-global-variable-dialog/global-variable-tags-input.component.d.ts +0 -39
- package/lib/test-case-details/data-library-panel/data-library-panel.component.d.ts +0 -42
- package/lib/test-case-details/data-library-panel/data-library-panel.models.d.ts +0 -17
- package/lib/test-case-details/data-library-panel/element-card.component.d.ts +0 -13
- package/lib/test-case-details/data-library-panel/test-data-profile-card.component.d.ts +0 -13
|
@@ -58,30 +58,6 @@ export declare class ConditionBranchEditorComponent implements OnInit, OnChanges
|
|
|
58
58
|
}[];
|
|
59
59
|
hasMoreEnvironments: boolean;
|
|
60
60
|
isLoadingEnvironments: boolean;
|
|
61
|
-
/** Resolved test-case env name; drives banner + env-dropdown auto-select + lock in inner template-variables-form. */
|
|
62
|
-
testCaseEnvironmentName?: string;
|
|
63
|
-
/** Suffix on the env-name option label (e.g. '(default)'). Also locks the env dropdown. */
|
|
64
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
65
|
-
/** Italic note rendered under env dropdown in the inner form. */
|
|
66
|
-
environmentLegacyDeprecationMessage?: string;
|
|
67
|
-
/** Test case's TDP id — gates the Test Data Profile tab in the inner form. */
|
|
68
|
-
testCaseTestDataId?: number | null;
|
|
69
|
-
/** When true (or `isInsideForLoopStep` true), the inner form shows the Test
|
|
70
|
-
* Data Profile segment. Without this, the lib defaults the segment in,
|
|
71
|
-
* even though the test case has no TDP — which is what shows the tab in the
|
|
72
|
-
* debug-screen condition-branch editor. */
|
|
73
|
-
hasTestDataProfile: boolean;
|
|
74
|
-
/** True when this branch lives inside a FOR-loop step. */
|
|
75
|
-
isInsideForLoopStep: boolean;
|
|
76
|
-
/** Workspace-scoped global variables for the Global Data tab. */
|
|
77
|
-
globalVariableOptions: {
|
|
78
|
-
id: number | string;
|
|
79
|
-
name: string;
|
|
80
|
-
value: string;
|
|
81
|
-
type?: string;
|
|
82
|
-
readWriteMode?: string;
|
|
83
|
-
}[];
|
|
84
|
-
isLoadingGlobalVariables: boolean;
|
|
85
61
|
defaultTestDataProfileId?: number;
|
|
86
62
|
defaultTestDataStartIndex?: number;
|
|
87
63
|
/** When provided, pre-populates the form for edit mode. shape: { templateId, templateVariables, action } */
|
|
@@ -114,7 +90,6 @@ export declare class ConditionBranchEditorComponent implements OnInit, OnChanges
|
|
|
114
90
|
loadMoreParameters: EventEmitter<void>;
|
|
115
91
|
searchEnvironments: EventEmitter<string>;
|
|
116
92
|
loadMoreEnvironments: EventEmitter<void>;
|
|
117
|
-
searchGlobalVariables: EventEmitter<string>;
|
|
118
93
|
conditionForm: FormGroup;
|
|
119
94
|
private selectedTemplate;
|
|
120
95
|
private templateVariables;
|
|
@@ -156,5 +131,5 @@ export declare class ConditionBranchEditorComponent implements OnInit, OnChanges
|
|
|
156
131
|
onCancel(): void;
|
|
157
132
|
onSave(): void;
|
|
158
133
|
static ɵfac: i0.ɵɵFactoryDeclaration<ConditionBranchEditorComponent, never>;
|
|
159
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ConditionBranchEditorComponent, "cqa-condition-branch-editor", never, { "mode": "mode"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "
|
|
134
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ConditionBranchEditorComponent, "cqa-condition-branch-editor", never, { "mode": "mode"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "defaultTestDataProfileId": "defaultTestDataProfileId"; "defaultTestDataStartIndex": "defaultTestDataStartIndex"; "initialConditionData": "initialConditionData"; "editTestStep": "editTestStep"; "branchLabel": "branchLabel"; "isSaving": "isSaving"; }, { "save": "save"; "cancelled": "cancelled"; "loadMoreElements": "loadMoreElements"; "searchElements": "searchElements"; "searchElementsByScreenName": "searchElementsByScreenName"; "createElement": "createElement"; "searchScreenName": "searchScreenName"; "loadMoreScreenNames": "loadMoreScreenNames"; "createScreenNameRequest": "createScreenNameRequest"; "searchParameters": "searchParameters"; "loadMoreParameters": "loadMoreParameters"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; }, never, never>;
|
|
160
135
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { ChangeDetectorRef, OnInit } from '@angular/core';
|
|
2
|
-
import { GlobalVariableDialogValue,
|
|
2
|
+
import { GlobalVariableDialogValue, GlobalVariableUIPermission, GlobalVariableUIType } from './new-global-variable-dialog.models';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class NewGlobalVariableDialogComponent implements OnInit {
|
|
5
5
|
private readonly cdr;
|
|
6
6
|
mode: 'create' | 'edit';
|
|
7
7
|
initialValue?: Partial<GlobalVariableDialogValue>;
|
|
8
8
|
existingNames: string[];
|
|
9
|
-
availableTags: GlobalVariableTagOption[];
|
|
10
9
|
readonly typeOptions: GlobalVariableUIType[];
|
|
11
10
|
readonly typeDropdownOptions: {
|
|
12
11
|
label: string;
|
|
@@ -22,7 +21,6 @@ export declare class NewGlobalVariableDialogComponent implements OnInit {
|
|
|
22
21
|
value: string;
|
|
23
22
|
readWriteMode: GlobalVariableUIPermission;
|
|
24
23
|
description: string;
|
|
25
|
-
tags: string[];
|
|
26
24
|
passwordTouched: boolean;
|
|
27
25
|
nameError: string | null;
|
|
28
26
|
valueError: string | null;
|
|
@@ -52,7 +50,6 @@ export declare class NewGlobalVariableDialogComponent implements OnInit {
|
|
|
52
50
|
onValueChange(next: string): void;
|
|
53
51
|
onBooleanValueChange(next: string): void;
|
|
54
52
|
onDescriptionChange(next: string): void;
|
|
55
|
-
onTagsChange(next: string[]): void;
|
|
56
53
|
/**
|
|
57
54
|
* Called by the host (via DialogRef.getComponentInstance()) when the primary
|
|
58
55
|
* button is clicked. Returns the captured value when valid, or null when the
|
|
@@ -63,5 +60,5 @@ export declare class NewGlobalVariableDialogComponent implements OnInit {
|
|
|
63
60
|
private isDuplicateName;
|
|
64
61
|
private isValidNumber;
|
|
65
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<NewGlobalVariableDialogComponent, never>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NewGlobalVariableDialogComponent, "cqa-new-global-variable-dialog", never, { "mode": "mode"; "initialValue": "initialValue"; "existingNames": "existingNames";
|
|
63
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NewGlobalVariableDialogComponent, "cqa-new-global-variable-dialog", never, { "mode": "mode"; "initialValue": "initialValue"; "existingNames": "existingNames"; }, {}, never, never>;
|
|
67
64
|
}
|
|
@@ -6,17 +6,9 @@ export interface GlobalVariableDialogValue {
|
|
|
6
6
|
value: string | null;
|
|
7
7
|
readWriteMode: GlobalVariableUIPermission;
|
|
8
8
|
description: string | null;
|
|
9
|
-
tags: string[];
|
|
10
|
-
}
|
|
11
|
-
/** A tag option for the dialog's autocomplete. `count` drives the small usage
|
|
12
|
-
* badge in the suggestion list; pass 0 (or omit) for newly-created entries. */
|
|
13
|
-
export interface GlobalVariableTagOption {
|
|
14
|
-
name: string;
|
|
15
|
-
count?: number;
|
|
16
9
|
}
|
|
17
10
|
export interface NewGlobalVariableDialogInputs {
|
|
18
11
|
mode?: 'create' | 'edit';
|
|
19
12
|
initialValue?: Partial<GlobalVariableDialogValue>;
|
|
20
13
|
existingNames?: string[];
|
|
21
|
-
availableTags?: GlobalVariableTagOption[];
|
|
22
14
|
}
|
|
@@ -5,38 +5,39 @@ import { TdpDialogPermission, TdpDialogValue, TdpEnvironmentOption } from './new
|
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
export declare class NewTestDataProfileDialogComponent implements OnInit {
|
|
7
7
|
private readonly cdr;
|
|
8
|
-
private static readonly INTEGER_REGEX;
|
|
9
|
-
private static readonly MAX_DIM;
|
|
10
8
|
mode: 'create' | 'edit';
|
|
11
9
|
initialValue?: Partial<TdpDialogValue>;
|
|
12
10
|
existingNames: string[];
|
|
13
11
|
environments: TdpEnvironmentOption[];
|
|
12
|
+
lockedColumns: string[];
|
|
14
13
|
name: string;
|
|
15
14
|
description: string;
|
|
16
15
|
readWriteMode: TdpDialogPermission;
|
|
17
|
-
|
|
18
|
-
columnsInput: string;
|
|
16
|
+
columns: string[];
|
|
19
17
|
readonly envForm: FormGroup;
|
|
20
18
|
envConfig: DynamicSelectFieldConfig;
|
|
21
19
|
nameError: string | null;
|
|
22
|
-
|
|
20
|
+
columnsError: string | null;
|
|
23
21
|
envsError: string | null;
|
|
22
|
+
trackByIndex: (_: number, __: string) => number;
|
|
24
23
|
constructor(cdr: ChangeDetectorRef);
|
|
25
24
|
ngOnInit(): void;
|
|
26
25
|
get title(): string;
|
|
27
26
|
get subtitle(): string;
|
|
28
27
|
get primaryButtonLabel(): string;
|
|
29
28
|
get nameErrorsArray(): string[];
|
|
29
|
+
get canAddColumn(): boolean;
|
|
30
30
|
get selectedEnvIds(): number[];
|
|
31
31
|
onNameChange(next: string): void;
|
|
32
32
|
onDescriptionChange(next: string): void;
|
|
33
33
|
onPermissionChange(next: string): void;
|
|
34
|
-
|
|
35
|
-
|
|
34
|
+
onColumnChange(index: number, value: string): void;
|
|
35
|
+
onAddColumn(): void;
|
|
36
|
+
onRemoveColumn(index: number): void;
|
|
37
|
+
isColumnLocked(col: string): boolean;
|
|
36
38
|
getValue(): TdpDialogValue | null;
|
|
37
|
-
private parseMatrix;
|
|
38
39
|
private buildEnvConfig;
|
|
39
40
|
private isDuplicateName;
|
|
40
41
|
static ɵfac: i0.ɵɵFactoryDeclaration<NewTestDataProfileDialogComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NewTestDataProfileDialogComponent, "cqa-new-test-data-profile-dialog", never, { "mode": "mode"; "initialValue": "initialValue"; "existingNames": "existingNames"; "environments": "environments"; }, {}, never, never>;
|
|
42
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NewTestDataProfileDialogComponent, "cqa-new-test-data-profile-dialog", never, { "mode": "mode"; "initialValue": "initialValue"; "existingNames": "existingNames"; "environments": "environments"; "lockedColumns": "lockedColumns"; }, {}, never, never>;
|
|
42
43
|
}
|
|
@@ -4,7 +4,6 @@ export interface TdpDialogValue {
|
|
|
4
4
|
description: string | null;
|
|
5
5
|
readWriteMode: TdpDialogPermission;
|
|
6
6
|
columns: string[];
|
|
7
|
-
rows: string[];
|
|
8
7
|
environmentIds: number[];
|
|
9
8
|
}
|
|
10
9
|
export interface TdpEnvironmentOption {
|
|
@@ -17,4 +16,5 @@ export interface NewTestDataProfileDialogInputs {
|
|
|
17
16
|
initialValue?: Partial<TdpDialogValue>;
|
|
18
17
|
existingNames?: string[];
|
|
19
18
|
environments?: TdpEnvironmentOption[];
|
|
19
|
+
lockedColumns?: string[];
|
|
20
20
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterViewInit,
|
|
1
|
+
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy, OnChanges, QueryList, SimpleChanges } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare type SegmentOption = {
|
|
4
4
|
label: string;
|
|
@@ -9,7 +9,6 @@ export declare type SegmentOption = {
|
|
|
9
9
|
count?: number;
|
|
10
10
|
};
|
|
11
11
|
export declare class SegmentControlComponent implements OnChanges, AfterViewInit, OnDestroy {
|
|
12
|
-
private readonly cdr;
|
|
13
12
|
segments: SegmentOption[];
|
|
14
13
|
/**
|
|
15
14
|
* The currently selected segment value.
|
|
@@ -29,7 +28,6 @@ export declare class SegmentControlComponent implements OnChanges, AfterViewInit
|
|
|
29
28
|
indicatorStyle: Record<string, string>;
|
|
30
29
|
indicatorVisible: boolean;
|
|
31
30
|
private buttonChangesSub?;
|
|
32
|
-
constructor(cdr: ChangeDetectorRef);
|
|
33
31
|
ngOnChanges(changes: SimpleChanges): void;
|
|
34
32
|
ngAfterViewInit(): void;
|
|
35
33
|
ngOnDestroy(): void;
|
|
@@ -110,23 +110,6 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
|
|
|
110
110
|
hasMoreEnvironments: boolean;
|
|
111
111
|
/** True while parent is loading environments (search or load more) */
|
|
112
112
|
isLoadingEnvironments: boolean;
|
|
113
|
-
/** Global Data variables (workspace-scoped) for the Global Data tab. */
|
|
114
|
-
globalVariableOptions: {
|
|
115
|
-
id: string;
|
|
116
|
-
name: string;
|
|
117
|
-
value: string;
|
|
118
|
-
type?: string;
|
|
119
|
-
readWriteMode?: string;
|
|
120
|
-
}[];
|
|
121
|
-
isLoadingGlobalVariables: boolean;
|
|
122
|
-
/** Resolved test-case environment name, used for the env banner subhead. */
|
|
123
|
-
testCaseEnvironmentName?: string;
|
|
124
|
-
/** Suffix appended to the env-name option label only (e.g. '(default)'); also locks the env dropdown. */
|
|
125
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
126
|
-
/** Italic note rendered under the env dropdown — used for legacy step-level env deprecation. */
|
|
127
|
-
environmentLegacyDeprecationMessage?: string;
|
|
128
|
-
/** Test case's TDP id (when set, lock the TDP picker in the parameter tab). */
|
|
129
|
-
testCaseTestDataId?: number | null;
|
|
130
113
|
/** Default test data profile ID from test case (if available, profile and data set dropdowns will be disabled) */
|
|
131
114
|
defaultTestDataProfileId?: number;
|
|
132
115
|
/** Default test data start index from test case (data set index in the profile) */
|
|
@@ -157,7 +140,6 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
|
|
|
157
140
|
loadMoreUploads: EventEmitter<void>;
|
|
158
141
|
searchEnvironments: EventEmitter<string>;
|
|
159
142
|
loadMoreEnvironments: EventEmitter<void>;
|
|
160
|
-
searchGlobalVariables: EventEmitter<string>;
|
|
161
143
|
/** Emit when step is created */
|
|
162
144
|
createStep: EventEmitter<any>;
|
|
163
145
|
/** Emit when cancelled */
|
|
@@ -250,6 +232,6 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
|
|
|
250
232
|
*/
|
|
251
233
|
get environmentVariableAvailable(): boolean;
|
|
252
234
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderActionComponent, never>;
|
|
253
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderActionComponent, "cqa-step-builder-action", never, { "showHeader": "showHeader"; "changeTemplateSignal": "changeTemplateSignal"; "cancelChangeTemplateSignal": "cancelChangeTemplateSignal"; "templates": "templates"; "initialTemplate": "initialTemplate"; "initialDescription": "initialDescription"; "initialMetadata": "initialMetadata"; "isDebug": "isDebug"; "editMode": "editMode"; "searchPlaceholder": "searchPlaceholder"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "preventSelectTemplate": "preventSelectTemplate"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "uploadOptions": "uploadOptions"; "hasMoreUploads": "hasMoreUploads"; "isLoadingUploads": "isLoadingUploads"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "
|
|
235
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderActionComponent, "cqa-step-builder-action", never, { "showHeader": "showHeader"; "changeTemplateSignal": "changeTemplateSignal"; "cancelChangeTemplateSignal": "cancelChangeTemplateSignal"; "templates": "templates"; "initialTemplate": "initialTemplate"; "initialDescription": "initialDescription"; "initialMetadata": "initialMetadata"; "isDebug": "isDebug"; "editMode": "editMode"; "searchPlaceholder": "searchPlaceholder"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "preventSelectTemplate": "preventSelectTemplate"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "uploadOptions": "uploadOptions"; "hasMoreUploads": "hasMoreUploads"; "isLoadingUploads": "isLoadingUploads"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "defaultTestDataProfileId": "defaultTestDataProfileId"; "defaultTestDataStartIndex": "defaultTestDataStartIndex"; "defaultTestDataEndIndex": "defaultTestDataEndIndex"; "isInsideForLoopStep": "isInsideForLoopStep"; "hasTestDataProfile": "hasTestDataProfile"; "isCreatingStep": "isCreatingStep"; "elementScreenPrefill": "elementScreenPrefill"; }, { "templateChanged": "templateChanged"; "loadMoreElements": "loadMoreElements"; "searchElements": "searchElements"; "searchElementsByScreenName": "searchElementsByScreenName"; "createElement": "createElement"; "searchScreenName": "searchScreenName"; "loadMoreScreenNames": "loadMoreScreenNames"; "createScreenNameRequest": "createScreenNameRequest"; "searchParameters": "searchParameters"; "loadMoreParameters": "loadMoreParameters"; "searchUploads": "searchUploads"; "loadMoreUploads": "loadMoreUploads"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; "createStep": "createStep"; "cancelled": "cancelled"; "redirectToParameter": "redirectToParameter"; "redirectToEnvironment": "redirectToEnvironment"; }, never, never>;
|
|
254
236
|
}
|
|
255
237
|
export {};
|
|
@@ -25,12 +25,6 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
25
25
|
hasMoreEnvironments: boolean;
|
|
26
26
|
/** Loading state for environments */
|
|
27
27
|
isLoadingEnvironments: boolean;
|
|
28
|
-
/** Resolved test-case env name; drives banner + env-dropdown auto-select + lock. */
|
|
29
|
-
testCaseEnvironmentName?: string;
|
|
30
|
-
/** Suffix for env-name option label (e.g. '(default)'). Also locks the env dropdown. */
|
|
31
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
32
|
-
/** Italic note rendered under env dropdown (legacy step-env deprecation). */
|
|
33
|
-
environmentLegacyDeprecationMessage?: string;
|
|
34
28
|
/** Options for retry count dropdown */
|
|
35
29
|
retryCountOptions: SelectOption[];
|
|
36
30
|
/** Options for iframe locator dropdown */
|
|
@@ -62,20 +56,11 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
62
56
|
aiAgentForm: FormGroup;
|
|
63
57
|
showAdvanced: boolean;
|
|
64
58
|
private hasLoadedInitialData;
|
|
65
|
-
/**
|
|
66
|
-
* Cached env-select config. Method-call template bindings (`[config]="getEnvironmentConfig()"`)
|
|
67
|
-
* combined with a per-pass `.map()` over options creates a fresh `options` array
|
|
68
|
-
* each CD pass, which `cqa-dynamic-select` reacts to → re-emits → triggers parent
|
|
69
|
-
* CD → infinite loop. Holding the config as a field and rebuilding only inside
|
|
70
|
-
* `ngOnChanges` (or `ngOnInit`) avoids that.
|
|
71
|
-
*/
|
|
72
|
-
environmentSelectConfig: DynamicSelectFieldConfig;
|
|
73
59
|
advancedSettingsVariables: any[];
|
|
74
60
|
advancedVariablesForm: FormArray;
|
|
75
61
|
constructor(fb: FormBuilder);
|
|
76
62
|
ngOnInit(): void;
|
|
77
63
|
ngOnChanges(changes: SimpleChanges): void;
|
|
78
|
-
private rebuildEnvironmentSelectConfig;
|
|
79
64
|
private hasInitialData;
|
|
80
65
|
private loadInitialData;
|
|
81
66
|
/**
|
|
@@ -97,6 +82,7 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
97
82
|
*/
|
|
98
83
|
private buildAdvancedVariablesForm;
|
|
99
84
|
getTypeConfig(): DynamicSelectFieldConfig;
|
|
85
|
+
getEnvironmentConfig(): DynamicSelectFieldConfig;
|
|
100
86
|
getRetryCountConfig(): DynamicSelectFieldConfig;
|
|
101
87
|
getIframeLocatorConfig(): DynamicSelectFieldConfig;
|
|
102
88
|
getOtherLocatorsConfig(): DynamicSelectFieldConfig;
|
|
@@ -112,5 +98,5 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
112
98
|
onCancel(): void;
|
|
113
99
|
onCreateStep(): void;
|
|
114
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderAiAgentComponent, never>;
|
|
115
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderAiAgentComponent, "cqa-step-builder-ai-agent", never, { "typeOptions": "typeOptions"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderAiAgentComponent, "cqa-step-builder-ai-agent", never, { "typeOptions": "typeOptions"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "retryCountOptions": "retryCountOptions"; "iframeLocatorOptions": "iframeLocatorOptions"; "otherLocatorsOptions": "otherLocatorsOptions"; "initialQuery": "initialQuery"; "initialType": "initialType"; "initialDescription": "initialDescription"; "initialEnvironments": "initialEnvironments"; "initialMetadata": "initialMetadata"; "initialDisabled": "initialDisabled"; "initialContinueOnError": "initialContinueOnError"; "initialRetryCount": "initialRetryCount"; "initialIframeLocator": "initialIframeLocator"; "initialOtherLocators": "initialOtherLocators"; "editMode": "editMode"; "isCreatingStep": "isCreatingStep"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; }, never, never>;
|
|
116
102
|
}
|
|
@@ -61,23 +61,6 @@ export declare class StepBuilderConditionComponent implements OnInit, OnChanges
|
|
|
61
61
|
}[];
|
|
62
62
|
hasMoreEnvironments: boolean;
|
|
63
63
|
isLoadingEnvironments: boolean;
|
|
64
|
-
/** Global Data variables (workspace-scoped) for the Global Data tab. */
|
|
65
|
-
globalVariableOptions: {
|
|
66
|
-
id: string;
|
|
67
|
-
name: string;
|
|
68
|
-
value: string;
|
|
69
|
-
type?: string;
|
|
70
|
-
readWriteMode?: string;
|
|
71
|
-
}[];
|
|
72
|
-
isLoadingGlobalVariables: boolean;
|
|
73
|
-
/** Resolved test-case environment name, used for the env banner subhead. */
|
|
74
|
-
testCaseEnvironmentName?: string;
|
|
75
|
-
/** Suffix appended to the env-name option label only (e.g. '(default)'); also locks the env dropdown. */
|
|
76
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
77
|
-
/** Italic note rendered under the env dropdown — used for legacy step-level env deprecation. */
|
|
78
|
-
environmentLegacyDeprecationMessage?: string;
|
|
79
|
-
/** Test case's TDP id (when set, lock the TDP picker in the parameter tab). */
|
|
80
|
-
testCaseTestDataId?: number | null;
|
|
81
64
|
/** Default test data profile properties */
|
|
82
65
|
defaultTestDataProfileId?: number;
|
|
83
66
|
defaultTestDataStartIndex?: number;
|
|
@@ -106,7 +89,6 @@ export declare class StepBuilderConditionComponent implements OnInit, OnChanges
|
|
|
106
89
|
loadMoreEnvironments: EventEmitter<void>;
|
|
107
90
|
redirectToParameter: EventEmitter<void>;
|
|
108
91
|
redirectToEnvironment: EventEmitter<void>;
|
|
109
|
-
searchGlobalVariables: EventEmitter<string>;
|
|
110
92
|
conditionForm: FormGroup;
|
|
111
93
|
includeElse: boolean;
|
|
112
94
|
private valueConfigCache;
|
|
@@ -175,6 +157,6 @@ export declare class StepBuilderConditionComponent implements OnInit, OnChanges
|
|
|
175
157
|
isFormValid(): boolean;
|
|
176
158
|
onCreateStep(): void;
|
|
177
159
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderConditionComponent, never>;
|
|
178
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderConditionComponent, "cqa-step-builder-condition", never, { "operatorOptions": "operatorOptions"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "
|
|
160
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderConditionComponent, "cqa-step-builder-condition", never, { "operatorOptions": "operatorOptions"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "defaultTestDataProfileId": "defaultTestDataProfileId"; "defaultTestDataStartIndex": "defaultTestDataStartIndex"; "defaultTestDataEndIndex": "defaultTestDataEndIndex"; "isInsideForLoopStep": "isInsideForLoopStep"; "hasTestDataProfile": "hasTestDataProfile"; "isCreatingStep": "isCreatingStep"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "loadMoreElements": "loadMoreElements"; "searchElements": "searchElements"; "searchElementsByScreenName": "searchElementsByScreenName"; "createElement": "createElement"; "searchScreenName": "searchScreenName"; "loadMoreScreenNames": "loadMoreScreenNames"; "createScreenNameRequest": "createScreenNameRequest"; "searchParameters": "searchParameters"; "loadMoreParameters": "loadMoreParameters"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; "redirectToParameter": "redirectToParameter"; "redirectToEnvironment": "redirectToEnvironment"; }, never, never>;
|
|
179
161
|
}
|
|
180
162
|
export {};
|
|
@@ -13,8 +13,7 @@ export interface DatabaseQuery {
|
|
|
13
13
|
queryResult?: any[];
|
|
14
14
|
}
|
|
15
15
|
export interface DatabaseFormData {
|
|
16
|
-
|
|
17
|
-
dbConfigId: string;
|
|
16
|
+
dbEnvironment: string;
|
|
18
17
|
normalEnvironment?: string;
|
|
19
18
|
queries: DatabaseQuery[];
|
|
20
19
|
advancedSettingsVariables?: any[];
|
|
@@ -22,13 +21,8 @@ export interface DatabaseFormData {
|
|
|
22
21
|
export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges, OnDestroy {
|
|
23
22
|
private fb;
|
|
24
23
|
private cdr;
|
|
25
|
-
/**
|
|
26
|
-
|
|
27
|
-
* `/environments/{envId}/db_configs`. Each `SelectOption.id` is the dbConfigId.
|
|
28
|
-
*/
|
|
29
|
-
dbConfigOptions: SelectOption[];
|
|
30
|
-
/** True while the parent loads DB configs (initial / search). */
|
|
31
|
-
isLoadingDbConfigs: boolean;
|
|
24
|
+
/** Options for DB environment dropdown */
|
|
25
|
+
dbEnvironmentOptions: SelectOption[];
|
|
32
26
|
/** Options for Normal environment dropdown */
|
|
33
27
|
normalEnvironmentOptions: SelectOption[];
|
|
34
28
|
/** Initial queries list */
|
|
@@ -37,16 +31,10 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
37
31
|
queryResults: any[];
|
|
38
32
|
/** Loading state */
|
|
39
33
|
isLoading: boolean;
|
|
40
|
-
/** Initial DB
|
|
41
|
-
|
|
34
|
+
/** Initial DB environment for edit mode */
|
|
35
|
+
initialDbEnvironment?: string;
|
|
42
36
|
/** Initial Normal environment for edit mode */
|
|
43
37
|
initialNormalEnvironment?: string;
|
|
44
|
-
/** Resolved test-case env name; drives banner + Normal-Env auto-select + lock. */
|
|
45
|
-
testCaseEnvironmentName?: string;
|
|
46
|
-
/** Suffix for env-name option label (e.g. '(default)'). Also locks Normal Environment dropdown. */
|
|
47
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
48
|
-
/** Italic note rendered under Normal Environment dropdown — legacy step-env deprecation. */
|
|
49
|
-
environmentLegacyDeprecationMessage?: string;
|
|
50
38
|
/** Whether in edit mode */
|
|
51
39
|
editMode?: boolean;
|
|
52
40
|
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
@@ -60,11 +48,11 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
60
48
|
currentQuery: DatabaseQuery;
|
|
61
49
|
query: string;
|
|
62
50
|
variable: string;
|
|
63
|
-
|
|
51
|
+
dbEnvironment: string;
|
|
64
52
|
normalEnvironment?: string;
|
|
65
53
|
}>;
|
|
66
|
-
/** Emit when DB
|
|
67
|
-
|
|
54
|
+
/** Emit when DB environment search is triggered */
|
|
55
|
+
searchDbEnvironment: EventEmitter<string>;
|
|
68
56
|
/** Emit when Normal environment search is triggered */
|
|
69
57
|
searchNormalEnvironment: EventEmitter<string>;
|
|
70
58
|
/** Emit when query is added */
|
|
@@ -83,16 +71,6 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
83
71
|
databaseForm: FormGroup;
|
|
84
72
|
selectedTab: 'output' | 'verification' | 'advanced';
|
|
85
73
|
selectedQueryIndex: number;
|
|
86
|
-
/**
|
|
87
|
-
* Cached select configs. Method-call template bindings (`[config]="getX()"`) build
|
|
88
|
-
* a fresh object each CD pass, and when the inner `options` array is also fresh
|
|
89
|
-
* (we map a copy to apply the suffix/decoration), `cqa-dynamic-select` detects
|
|
90
|
-
* a new options reference and re-emits, which retriggers parent CD → infinite
|
|
91
|
-
* loop. Holding the configs as fields and rebuilding only inside `ngOnChanges`
|
|
92
|
-
* (or `ngOnInit`) gives the dynamic-select a stable reference between CD passes.
|
|
93
|
-
*/
|
|
94
|
-
dbConfigSelectConfig: DynamicSelectFieldConfig;
|
|
95
|
-
normalEnvSelectConfig: DynamicSelectFieldConfig;
|
|
96
74
|
assertionsForms: Map<number, FormGroup>;
|
|
97
75
|
displayedColumns: string[];
|
|
98
76
|
defaultExpectedType: string;
|
|
@@ -103,13 +81,13 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
103
81
|
constructor(fb: FormBuilder, cdr: ChangeDetectorRef);
|
|
104
82
|
ngOnInit(): void;
|
|
105
83
|
ngOnChanges(changes: SimpleChanges): void;
|
|
106
|
-
private rebuildDbConfigSelectConfig;
|
|
107
|
-
private rebuildNormalEnvSelectConfig;
|
|
108
84
|
private initializeFormWithInitialValues;
|
|
109
85
|
get queriesFormArray(): FormArray;
|
|
110
86
|
addNewQuery(): void;
|
|
111
87
|
private addQueryToForm;
|
|
112
88
|
deleteQueryById(queryId: string): void;
|
|
89
|
+
getDbEnvironmentConfig(): DynamicSelectFieldConfig;
|
|
90
|
+
getNormalEnvironmentConfig(): DynamicSelectFieldConfig;
|
|
113
91
|
getCurrentQuery(): DatabaseQuery | null;
|
|
114
92
|
getCurrentQueryFormGroup(): FormGroup | null;
|
|
115
93
|
onRunQuery(): void;
|
|
@@ -222,5 +200,5 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
222
200
|
*/
|
|
223
201
|
onAdvancedVariableValueChange(variableName: string, value: any): void;
|
|
224
202
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderDatabaseComponent, never>;
|
|
225
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDatabaseComponent, "cqa-step-builder-database", never, { "
|
|
203
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDatabaseComponent, "cqa-step-builder-database", never, { "dbEnvironmentOptions": "dbEnvironmentOptions"; "normalEnvironmentOptions": "normalEnvironmentOptions"; "queries": "queries"; "queryResults": "queryResults"; "isLoading": "isLoading"; "initialDbEnvironment": "initialDbEnvironment"; "initialNormalEnvironment": "initialNormalEnvironment"; "editMode": "editMode"; "isCreatingStep": "isCreatingStep"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "runQuery": "runQuery"; "searchDbEnvironment": "searchDbEnvironment"; "searchNormalEnvironment": "searchNormalEnvironment"; "addQuery": "addQuery"; "deleteQuery": "deleteQuery"; "assertionDataChange": "assertionDataChange"; "selectedQueryIndexChange": "selectedQueryIndexChange"; "activeTabChange": "activeTabChange"; }, never, never>;
|
|
226
204
|
}
|
|
@@ -90,15 +90,6 @@ export declare class StepBuilderLoopComponent implements OnInit, OnChanges {
|
|
|
90
90
|
isDebug: boolean;
|
|
91
91
|
/** Existing step when editing; used with isDebug to determine edit mode. */
|
|
92
92
|
testStep?: any;
|
|
93
|
-
/**
|
|
94
|
-
* Resolved name of the test case's environment. Drives the env banner subhead
|
|
95
|
-
* shown above the form. Optional; when missing the banner is hidden.
|
|
96
|
-
*/
|
|
97
|
-
testCaseEnvironmentName?: string;
|
|
98
|
-
/** Suffix appended to the env-name option label only (e.g. '(default)') — pass-through to nested action. */
|
|
99
|
-
testCaseEnvironmentLabelSuffix?: string;
|
|
100
|
-
/** Italic note rendered under env dropdown in the lib — pass-through to nested action. */
|
|
101
|
-
environmentLegacyDeprecationMessage?: string;
|
|
102
93
|
get isEditMode(): boolean;
|
|
103
94
|
loadMoreElements: EventEmitter<void>;
|
|
104
95
|
searchElements: EventEmitter<string>;
|
|
@@ -117,11 +108,6 @@ export declare class StepBuilderLoopComponent implements OnInit, OnChanges {
|
|
|
117
108
|
loadMoreEnvironments: EventEmitter<void>;
|
|
118
109
|
redirectToParameter: EventEmitter<void>;
|
|
119
110
|
redirectToEnvironment: EventEmitter<void>;
|
|
120
|
-
/**
|
|
121
|
-
* Emitted when the user clicks "Manage profiles" in the empty state. Host
|
|
122
|
-
* navigates to the Environment & Data Management screen for the active env.
|
|
123
|
-
*/
|
|
124
|
-
manageProfilesClicked: EventEmitter<void>;
|
|
125
111
|
selectedWhileTemplate: any;
|
|
126
112
|
selectedWhileDescription: string;
|
|
127
113
|
selectedWhileMetadata: string;
|
|
@@ -237,5 +223,5 @@ export declare class StepBuilderLoopComponent implements OnInit, OnChanges {
|
|
|
237
223
|
filterWhileTemplates(query: string): void;
|
|
238
224
|
selectWhileTemplate(template: any): void;
|
|
239
225
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderLoopComponent, never>;
|
|
240
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderLoopComponent, "cqa-step-builder-loop", never, { "loopType": "loopType"; "selectOptions": "selectOptions"; "dataProfileOptions": "dataProfileOptions"; "hasMoreDataProfiles": "hasMoreDataProfiles"; "isLoadingDataProfiles": "isLoadingDataProfiles"; "isCreatingStep": "isCreatingStep"; "setWhileTemplateVariables": "setWhileTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "whileTemplates": "whileTemplates"; "whileSearchPlaceholder": "whileSearchPlaceholder"; "whileSearchValue": "whileSearchValue"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "defaultTestDataProfileId": "defaultTestDataProfileId"; "defaultTestDataStartIndex": "defaultTestDataStartIndex"; "defaultTestDataEndIndex": "defaultTestDataEndIndex"; "isInsideForLoopStep": "isInsideForLoopStep"; "hasTestDataProfile": "hasTestDataProfile"; "isDebug": "isDebug"; "testStep": "testStep";
|
|
226
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderLoopComponent, "cqa-step-builder-loop", never, { "loopType": "loopType"; "selectOptions": "selectOptions"; "dataProfileOptions": "dataProfileOptions"; "hasMoreDataProfiles": "hasMoreDataProfiles"; "isLoadingDataProfiles": "isLoadingDataProfiles"; "isCreatingStep": "isCreatingStep"; "setWhileTemplateVariables": "setWhileTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "computeHtmlGrammarFn": "computeHtmlGrammarFn"; "whileTemplates": "whileTemplates"; "whileSearchPlaceholder": "whileSearchPlaceholder"; "whileSearchValue": "whileSearchValue"; "elementOptions": "elementOptions"; "hasMoreElements": "hasMoreElements"; "isLoadingElements": "isLoadingElements"; "screenNameOptions": "screenNameOptions"; "hasMoreScreenNames": "hasMoreScreenNames"; "isLoadingScreenNames": "isLoadingScreenNames"; "parameterOptions": "parameterOptions"; "hasMoreParameters": "hasMoreParameters"; "isLoadingParameters": "isLoadingParameters"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "defaultTestDataProfileId": "defaultTestDataProfileId"; "defaultTestDataStartIndex": "defaultTestDataStartIndex"; "defaultTestDataEndIndex": "defaultTestDataEndIndex"; "isInsideForLoopStep": "isInsideForLoopStep"; "hasTestDataProfile": "hasTestDataProfile"; "isDebug": "isDebug"; "testStep": "testStep"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "loopTypeChange": "loopTypeChange"; "loadMoreDataProfiles": "loadMoreDataProfiles"; "searchDataProfiles": "searchDataProfiles"; "loadMoreElements": "loadMoreElements"; "searchElements": "searchElements"; "searchElementsByScreenName": "searchElementsByScreenName"; "createElement": "createElement"; "searchScreenName": "searchScreenName"; "loadMoreScreenNames": "loadMoreScreenNames"; "createScreenNameRequest": "createScreenNameRequest"; "cancelElementForm": "cancelElementForm"; "searchParameters": "searchParameters"; "loadMoreParameters": "loadMoreParameters"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; "redirectToParameter": "redirectToParameter"; "redirectToEnvironment": "redirectToEnvironment"; }, never, never>;
|
|
241
227
|
}
|