@cqa-lib/cqa-ui 1.1.353 → 1.1.355
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/esm2020/lib/step-builder/step-builder-action/step-builder-action.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-condition/step-builder-condition.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-custom-code/step-builder-custom-code.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-database/step-builder-database.component.mjs +7 -3
- package/esm2020/lib/step-builder/step-builder-document/step-builder-document.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-group/step-builder-group.component.mjs +9 -4
- package/esm2020/lib/step-builder/step-builder-loop/step-builder-loop.component.mjs +9 -4
- package/esm2020/lib/test-case-details/api-edit-step/api-edit-step.component.mjs +9 -4
- package/esm2020/lib/test-case-details/scroll-step/scroll-step.component.mjs +69 -10
- package/fesm2015/cqa-lib-cqa-ui.mjs +119 -25
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +119 -25
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/step-builder/step-builder-action/step-builder-action.component.d.ts +3 -1
- package/lib/step-builder/step-builder-ai-agent/step-builder-ai-agent.component.d.ts +3 -1
- package/lib/step-builder/step-builder-condition/step-builder-condition.component.d.ts +3 -1
- package/lib/step-builder/step-builder-custom-code/step-builder-custom-code.component.d.ts +3 -1
- package/lib/step-builder/step-builder-database/step-builder-database.component.d.ts +3 -1
- package/lib/step-builder/step-builder-document/step-builder-document.component.d.ts +3 -1
- package/lib/step-builder/step-builder-group/step-builder-group.component.d.ts +3 -1
- package/lib/step-builder/step-builder-loop/step-builder-loop.component.d.ts +3 -1
- package/lib/test-case-details/api-edit-step/api-edit-step.component.d.ts +3 -1
- package/lib/test-case-details/scroll-step/scroll-step.component.d.ts +19 -2
- package/package.json +1 -1
- package/styles.css +1 -1
|
@@ -99,6 +99,8 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
|
|
|
99
99
|
defaultTestDataProfileId?: number;
|
|
100
100
|
/** Default test data start index from test case (data set index in the profile) */
|
|
101
101
|
defaultTestDataStartIndex?: number;
|
|
102
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
103
|
+
isCreatingStep: boolean;
|
|
102
104
|
templateChanged: EventEmitter<ActionTemplate>;
|
|
103
105
|
loadMoreElements: EventEmitter<void>;
|
|
104
106
|
searchElements: EventEmitter<string>;
|
|
@@ -206,6 +208,6 @@ export declare class StepBuilderActionComponent implements OnInit, OnChanges, On
|
|
|
206
208
|
*/
|
|
207
209
|
get environmentVariableAvailable(): boolean;
|
|
208
210
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderActionComponent, never>;
|
|
209
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderActionComponent, "cqa-step-builder-action", never, { "showHeader": "showHeader"; "templates": "templates"; "initialTemplate": "initialTemplate"; "initialDescription": "initialDescription"; "initialMetadata": "initialMetadata"; "isDebug": "isDebug"; "searchPlaceholder": "searchPlaceholder"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "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"; }, { "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>;
|
|
211
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderActionComponent, "cqa-step-builder-action", never, { "showHeader": "showHeader"; "templates": "templates"; "initialTemplate": "initialTemplate"; "initialDescription": "initialDescription"; "initialMetadata": "initialMetadata"; "isDebug": "isDebug"; "searchPlaceholder": "searchPlaceholder"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "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"; "isCreatingStep": "isCreatingStep"; }, { "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>;
|
|
210
212
|
}
|
|
211
213
|
export {};
|
|
@@ -43,6 +43,8 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
43
43
|
initialIframeLocator?: string;
|
|
44
44
|
initialOtherLocators?: string;
|
|
45
45
|
editMode: boolean;
|
|
46
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
47
|
+
isCreatingStep: boolean;
|
|
46
48
|
/** Emit when step is created */
|
|
47
49
|
createStep: EventEmitter<AiAgentFormData>;
|
|
48
50
|
/** Emit when cancelled */
|
|
@@ -96,5 +98,5 @@ export declare class StepBuilderAiAgentComponent implements OnInit, OnChanges {
|
|
|
96
98
|
onCancel(): void;
|
|
97
99
|
onCreateStep(): void;
|
|
98
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderAiAgentComponent, never>;
|
|
99
|
-
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"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "searchEnvironments": "searchEnvironments"; "loadMoreEnvironments": "loadMoreEnvironments"; }, never, never>;
|
|
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>;
|
|
100
102
|
}
|
|
@@ -62,6 +62,8 @@ export declare class StepBuilderConditionComponent implements OnInit, OnChanges
|
|
|
62
62
|
/** Default test data profile properties */
|
|
63
63
|
defaultTestDataProfileId?: number;
|
|
64
64
|
defaultTestDataStartIndex?: number;
|
|
65
|
+
/** True while parent is creating the step (API in progress); show loader on Create Step button */
|
|
66
|
+
isCreatingStep: boolean;
|
|
65
67
|
/** Emit when step is created */
|
|
66
68
|
createStep: EventEmitter<ConditionFormData>;
|
|
67
69
|
/** Emit when cancelled */
|
|
@@ -149,6 +151,6 @@ export declare class StepBuilderConditionComponent implements OnInit, OnChanges
|
|
|
149
151
|
isFormValid(): boolean;
|
|
150
152
|
onCreateStep(): void;
|
|
151
153
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderConditionComponent, never>;
|
|
152
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderConditionComponent, "cqa-step-builder-condition", never, { "operatorOptions": "operatorOptions"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "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"; }, { "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>;
|
|
154
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderConditionComponent, "cqa-step-builder-condition", never, { "operatorOptions": "operatorOptions"; "conditionTemplates": "conditionTemplates"; "setConditionTemplateVariables": "setConditionTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "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"; "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>;
|
|
153
155
|
}
|
|
154
156
|
export {};
|
|
@@ -28,6 +28,8 @@ export declare class StepBuilderCustomCodeComponent implements OnInit, OnChanges
|
|
|
28
28
|
initialMetadata?: string;
|
|
29
29
|
initialDescription?: string;
|
|
30
30
|
isEditMode: boolean;
|
|
31
|
+
/** True while parent is creating the step (API in progress); show loader on Create Step button */
|
|
32
|
+
isCreatingStep: boolean;
|
|
31
33
|
/** Emit when step is created */
|
|
32
34
|
createStep: EventEmitter<CustomCodeFormData>;
|
|
33
35
|
/** Emit when cancelled */
|
|
@@ -61,5 +63,5 @@ export declare class StepBuilderCustomCodeComponent implements OnInit, OnChanges
|
|
|
61
63
|
get codeFieldErrors(): string[];
|
|
62
64
|
onCreateStep(): void;
|
|
63
65
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderCustomCodeComponent, never>;
|
|
64
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderCustomCodeComponent, "cqa-step-builder-custom-code", never, { "languageOptions": "languageOptions"; "template": "template"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "initialCode": "initialCode"; "initialLanguage": "initialLanguage"; "initialMetadata": "initialMetadata"; "initialDescription": "initialDescription"; "isEditMode": "isEditMode"; }, { "createStep": "createStep"; "cancelled": "cancelled"; }, never, never>;
|
|
66
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderCustomCodeComponent, "cqa-step-builder-custom-code", never, { "languageOptions": "languageOptions"; "template": "template"; "setTemplateVariables": "setTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "initialCode": "initialCode"; "initialLanguage": "initialLanguage"; "initialMetadata": "initialMetadata"; "initialDescription": "initialDescription"; "isEditMode": "isEditMode"; "isCreatingStep": "isCreatingStep"; }, { "createStep": "createStep"; "cancelled": "cancelled"; }, never, never>;
|
|
65
67
|
}
|
|
@@ -30,6 +30,8 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
30
30
|
initialDbEnvironment?: string;
|
|
31
31
|
/** Whether in edit mode */
|
|
32
32
|
editMode?: boolean;
|
|
33
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
34
|
+
isCreatingStep: boolean;
|
|
33
35
|
/** Emit when step is created */
|
|
34
36
|
createStep: EventEmitter<DatabaseFormData>;
|
|
35
37
|
/** Emit when cancelled */
|
|
@@ -182,5 +184,5 @@ export declare class StepBuilderDatabaseComponent implements OnInit, OnChanges,
|
|
|
182
184
|
*/
|
|
183
185
|
onAdvancedVariableValueChange(variableName: string, value: any): void;
|
|
184
186
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderDatabaseComponent, never>;
|
|
185
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDatabaseComponent, "cqa-step-builder-database", never, { "dbEnvironmentOptions": "dbEnvironmentOptions"; "queries": "queries"; "queryResults": "queryResults"; "isLoading": "isLoading"; "initialDbEnvironment": "initialDbEnvironment"; "editMode": "editMode"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "runQuery": "runQuery"; "addQuery": "addQuery"; "deleteQuery": "deleteQuery"; "assertionDataChange": "assertionDataChange"; "selectedQueryIndexChange": "selectedQueryIndexChange"; "activeTabChange": "activeTabChange"; }, never, never>;
|
|
187
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDatabaseComponent, "cqa-step-builder-database", never, { "dbEnvironmentOptions": "dbEnvironmentOptions"; "queries": "queries"; "queryResults": "queryResults"; "isLoading": "isLoading"; "initialDbEnvironment": "initialDbEnvironment"; "editMode": "editMode"; "isCreatingStep": "isCreatingStep"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "runQuery": "runQuery"; "addQuery": "addQuery"; "deleteQuery": "deleteQuery"; "assertionDataChange": "assertionDataChange"; "selectedQueryIndexChange": "selectedQueryIndexChange"; "activeTabChange": "activeTabChange"; }, never, never>;
|
|
186
188
|
}
|
|
@@ -75,6 +75,8 @@ export declare class StepBuilderDocumentComponent implements OnInit, OnChanges {
|
|
|
75
75
|
initialDescription?: string;
|
|
76
76
|
/** Whether in edit mode */
|
|
77
77
|
editMode?: boolean;
|
|
78
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
79
|
+
isCreatingStep: boolean;
|
|
78
80
|
/** Whether the help tooltip is visible */
|
|
79
81
|
showHelpTooltip: boolean;
|
|
80
82
|
/** Emit when step is created */
|
|
@@ -130,5 +132,5 @@ export declare class StepBuilderDocumentComponent implements OnInit, OnChanges {
|
|
|
130
132
|
onCreateStep(): void;
|
|
131
133
|
onMapperHelpClick(event: Event): void;
|
|
132
134
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderDocumentComponent, never>;
|
|
133
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDocumentComponent, "cqa-step-builder-document", never, { "documentTypeOptions": "documentTypeOptions"; "templateOptions": "templateOptions"; "valueTypeOptions": "valueTypeOptions"; "delimeterTypeOptions": "delimeterTypeOptions"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "template": "template"; "testStep": "testStep"; "mapperHelpUrl": "mapperHelpUrl"; "mapperHelpTooltipText": "mapperHelpTooltipText"; "initialDocumentType": "initialDocumentType"; "initialOutputVariable": "initialOutputVariable"; "initialTemplateSource": "initialTemplateSource"; "initialTemplateId": "initialTemplateId"; "initialTemplateName": "initialTemplateName"; "initialTemplateDescription": "initialTemplateDescription"; "initialMappings": "initialMappings"; "initialFileName": "initialFileName"; "initialSeprator": "initialSeprator"; "initialDelimeter": "initialDelimeter"; "initialFileFormatHeader": "initialFileFormatHeader"; "initialDescription": "initialDescription"; "editMode": "editMode"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "createTemplate": "createTemplate"; }, never, never>;
|
|
135
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderDocumentComponent, "cqa-step-builder-document", never, { "documentTypeOptions": "documentTypeOptions"; "templateOptions": "templateOptions"; "valueTypeOptions": "valueTypeOptions"; "delimeterTypeOptions": "delimeterTypeOptions"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "template": "template"; "testStep": "testStep"; "mapperHelpUrl": "mapperHelpUrl"; "mapperHelpTooltipText": "mapperHelpTooltipText"; "initialDocumentType": "initialDocumentType"; "initialOutputVariable": "initialOutputVariable"; "initialTemplateSource": "initialTemplateSource"; "initialTemplateId": "initialTemplateId"; "initialTemplateName": "initialTemplateName"; "initialTemplateDescription": "initialTemplateDescription"; "initialMappings": "initialMappings"; "initialFileName": "initialFileName"; "initialSeprator": "initialSeprator"; "initialDelimeter": "initialDelimeter"; "initialFileFormatHeader": "initialFileFormatHeader"; "initialDescription": "initialDescription"; "editMode": "editMode"; "isCreatingStep": "isCreatingStep"; }, { "createStep": "createStep"; "cancelled": "cancelled"; "createTemplate": "createTemplate"; }, never, never>;
|
|
134
136
|
}
|
|
@@ -46,6 +46,8 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
|
|
|
46
46
|
[paramName: string]: string;
|
|
47
47
|
};
|
|
48
48
|
};
|
|
49
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update Step button */
|
|
50
|
+
isCreatingStep: boolean;
|
|
49
51
|
/** Emit when step is created */
|
|
50
52
|
createStep: EventEmitter<StepGroupFormData>;
|
|
51
53
|
/** Emit when step group is selected to fetch runtime variables */
|
|
@@ -79,5 +81,5 @@ export declare class StepBuilderGroupComponent implements OnInit, OnChanges {
|
|
|
79
81
|
onCancel(): void;
|
|
80
82
|
isFormValid(): boolean;
|
|
81
83
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderGroupComponent, never>;
|
|
82
|
-
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"; }, { "createStep": "createStep"; "stepGroupSelected": "stepGroupSelected"; "cancelled": "cancelled"; "loadMoreStepGroups": "loadMoreStepGroups"; "searchStepGroups": "searchStepGroups"; }, never, never>;
|
|
84
|
+
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>;
|
|
83
85
|
}
|
|
@@ -40,6 +40,8 @@ export declare class StepBuilderLoopComponent implements OnInit, OnChanges {
|
|
|
40
40
|
hasMoreDataProfiles: boolean;
|
|
41
41
|
/** Loading state for data profiles */
|
|
42
42
|
isLoadingDataProfiles: boolean;
|
|
43
|
+
/** True while parent is creating the step (API in progress); show loader on Create Step button */
|
|
44
|
+
isCreatingStep: boolean;
|
|
43
45
|
/** Function to handle variable processing or custom logic. Can be passed from parent component. */
|
|
44
46
|
setWhileTemplateVariables: (variables: ActionTemplate) => any;
|
|
45
47
|
/** Function to handle advanced settings variables. Can be passed from parent component. */
|
|
@@ -188,5 +190,5 @@ export declare class StepBuilderLoopComponent implements OnInit, OnChanges {
|
|
|
188
190
|
filterWhileTemplates(query: string): void;
|
|
189
191
|
selectWhileTemplate(template: any): void;
|
|
190
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepBuilderLoopComponent, never>;
|
|
191
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepBuilderLoopComponent, "cqa-step-builder-loop", never, { "loopType": "loopType"; "selectOptions": "selectOptions"; "dataProfileOptions": "dataProfileOptions"; "hasMoreDataProfiles": "hasMoreDataProfiles"; "isLoadingDataProfiles": "isLoadingDataProfiles"; "setWhileTemplateVariables": "setWhileTemplateVariables"; "setAdvancedSettingsVariables": "setAdvancedSettingsVariables"; "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"; }, { "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>;
|
|
193
|
+
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"; "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"; }, { "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>;
|
|
192
194
|
}
|
|
@@ -129,6 +129,8 @@ export declare class ApiEditStepComponent implements OnChanges, OnInit, AfterVie
|
|
|
129
129
|
/** Initial active response verification tab when editing an existing step. */
|
|
130
130
|
initialActiveResponseVerificationTab?: 'response-body' | 'status';
|
|
131
131
|
editMode?: boolean;
|
|
132
|
+
/** True while parent is creating the step (API in progress); show loader on Create/Update button */
|
|
133
|
+
isCreatingStep: boolean;
|
|
132
134
|
/** Emits the cURL string when user clicks Import (value from the textarea control). */
|
|
133
135
|
importCurl: EventEmitter<string>;
|
|
134
136
|
/** Emits when user cancels the Import cURL panel (clicks Cancel). */
|
|
@@ -511,5 +513,5 @@ export declare class ApiEditStepComponent implements OnChanges, OnInit, AfterVie
|
|
|
511
513
|
*/
|
|
512
514
|
private scrollPreviewIntoView;
|
|
513
515
|
static ɵfac: i0.ɵɵFactoryDeclaration<ApiEditStepComponent, never>;
|
|
514
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ApiEditStepComponent, "cqa-api-edit-step", never, { "initialMethod": "initialMethod"; "initialEnvironment": "initialEnvironment"; "initialStep": "initialStep"; "initialUrl": "initialUrl"; "initialPayloadTab": "initialPayloadTab"; "initialPayloadType": "initialPayloadType"; "initialPayloadText": "initialPayloadText"; "initialHeaders": "initialHeaders"; "initialResponsePreview": "initialResponsePreview"; "initialVariableName": "initialVariableName"; "initialResponseBodyVerifications": "initialResponseBodyVerifications"; "initialStatusVerifications": "initialStatusVerifications"; "initialActiveResponseVerificationTab": "initialActiveResponseVerificationTab"; "editMode": "editMode"; "httpMethodOptions": "httpMethodOptions"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "urlOptions": "urlOptions"; "authTypeOptions": "authTypeOptions"; "initialAuthType": "initialAuthType"; "formatOptions": "formatOptions"; "initialFormat": "initialFormat"; "headerNameOptions": "headerNameOptions"; "verificationOptions": "verificationOptions"; "verificationDataTypeOptions": "verificationDataTypeOptions"; "statusVerificationOptions": "statusVerificationOptions"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "importCurl": "importCurl"; "importCurlCancel": "importCurlCancel"; "sendRequest": "sendRequest"; "back": "back"; "cancel": "cancel"; "next": "next"; "create": "create"; "headersChange": "headersChange"; "environmentChange": "environmentChange"; "environmentSearch": "environmentSearch"; "environmentLoadMore": "environmentLoadMore"; }, never, never>;
|
|
516
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ApiEditStepComponent, "cqa-api-edit-step", never, { "initialMethod": "initialMethod"; "initialEnvironment": "initialEnvironment"; "initialStep": "initialStep"; "initialUrl": "initialUrl"; "initialPayloadTab": "initialPayloadTab"; "initialPayloadType": "initialPayloadType"; "initialPayloadText": "initialPayloadText"; "initialHeaders": "initialHeaders"; "initialResponsePreview": "initialResponsePreview"; "initialVariableName": "initialVariableName"; "initialResponseBodyVerifications": "initialResponseBodyVerifications"; "initialStatusVerifications": "initialStatusVerifications"; "initialActiveResponseVerificationTab": "initialActiveResponseVerificationTab"; "editMode": "editMode"; "isCreatingStep": "isCreatingStep"; "httpMethodOptions": "httpMethodOptions"; "environmentOptions": "environmentOptions"; "hasMoreEnvironments": "hasMoreEnvironments"; "isLoadingEnvironments": "isLoadingEnvironments"; "urlOptions": "urlOptions"; "authTypeOptions": "authTypeOptions"; "initialAuthType": "initialAuthType"; "formatOptions": "formatOptions"; "initialFormat": "initialFormat"; "headerNameOptions": "headerNameOptions"; "verificationOptions": "verificationOptions"; "verificationDataTypeOptions": "verificationDataTypeOptions"; "statusVerificationOptions": "statusVerificationOptions"; "advancedSettingsVariables": "advancedSettingsVariables"; }, { "importCurl": "importCurl"; "importCurlCancel": "importCurlCancel"; "sendRequest": "sendRequest"; "back": "back"; "cancel": "cancel"; "next": "next"; "create": "create"; "headersChange": "headersChange"; "environmentChange": "environmentChange"; "environmentSearch": "environmentSearch"; "environmentLoadMore": "environmentLoadMore"; }, never, never>;
|
|
515
517
|
}
|
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { EventEmitter, OnInit, ElementRef } from '@angular/core';
|
|
2
|
+
import { DomSanitizer } from '@angular/platform-browser';
|
|
2
3
|
import { ScrollStepConfig, TestCaseStepConfig } from '../test-case-step.models';
|
|
3
4
|
import { ViewDetailsPayload } from '../step-details-modal/step-details-modal-data';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class TestCaseScrollStepComponent implements OnInit {
|
|
7
|
+
private readonly sanitizer;
|
|
6
8
|
config: ScrollStepConfig;
|
|
7
9
|
stepNumber: number | string;
|
|
8
10
|
index?: number;
|
|
@@ -17,6 +19,8 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
17
19
|
expanded: boolean;
|
|
18
20
|
isReorder: boolean;
|
|
19
21
|
editable: boolean;
|
|
22
|
+
/** Saved action HTML from API — when set, row shows same text as edit modal and badges are clickable */
|
|
23
|
+
action: string;
|
|
20
24
|
viewDetailsTrigger?: ElementRef<HTMLElement>;
|
|
21
25
|
edit: EventEmitter<void>;
|
|
22
26
|
editInDepth: EventEmitter<{
|
|
@@ -34,9 +38,22 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
34
38
|
}>;
|
|
35
39
|
selectorChange: EventEmitter<string>;
|
|
36
40
|
directionChange: EventEmitter<"left" | "right" | "top" | "down" | "up" | "bottom">;
|
|
41
|
+
/** Same as normal-step: click on element/test_data badge opens popup */
|
|
42
|
+
clickAction: EventEmitter<MouseEvent>;
|
|
43
|
+
constructor(sanitizer: DomSanitizer);
|
|
37
44
|
ngOnInit(): void;
|
|
45
|
+
/**
|
|
46
|
+
* Maps stored direction values to the same natural language used in template htmlGrammar
|
|
47
|
+
* (e.g. "Scroll one screen up") so the step row matches the edit modal.
|
|
48
|
+
*/
|
|
49
|
+
/** Public for template: expanded panel shows same label as main row. */
|
|
50
|
+
getDirectionLabel(): string;
|
|
51
|
+
private directionToNaturalPhrase;
|
|
52
|
+
/** When action HTML exists, render it (mirrors normal-step / edit modal). */
|
|
53
|
+
hasActionHtml(): boolean;
|
|
54
|
+
getActionHtml(): string;
|
|
55
|
+
clickOnAction(event: MouseEvent): void;
|
|
38
56
|
getDisplayText(): string;
|
|
39
|
-
constructor();
|
|
40
57
|
onToggleExpanded(): void;
|
|
41
58
|
onEdit(): void;
|
|
42
59
|
onLink(): void;
|
|
@@ -47,5 +64,5 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
47
64
|
onSelectorChange(value: string): void;
|
|
48
65
|
onDirectionChange(value: 'top' | 'bottom' | 'up' | 'down' | 'left' | 'right'): void;
|
|
49
66
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseScrollStepComponent, never>;
|
|
50
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseScrollStepComponent, "cqa-test-case-scroll-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "selector": "selector"; "direction": "direction"; "description": "description"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "selectorChange": "selectorChange"; "directionChange": "directionChange"; }, never, never>;
|
|
67
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseScrollStepComponent, "cqa-test-case-scroll-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "selector": "selector"; "direction": "direction"; "description": "description"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; "action": "action"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "selectorChange": "selectorChange"; "directionChange": "directionChange"; "clickAction": "clickAction"; }, never, never>;
|
|
51
68
|
}
|