@cqa-lib/cqa-ui 1.1.420 → 1.1.421
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/test-case-details/ai-agent-step/ai-agent-step.component.mjs +10 -3
- package/esm2020/lib/test-case-details/api-step/api-step.component.mjs +10 -3
- package/esm2020/lib/test-case-details/database-step/database-step.component.mjs +10 -3
- package/esm2020/lib/test-case-details/restore-session-step/restore-session-step.component.mjs +10 -3
- package/esm2020/lib/test-case-details/scroll-step/scroll-step.component.mjs +11 -3
- package/fesm2015/cqa-lib-cqa-ui.mjs +46 -10
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +46 -10
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/test-case-details/ai-agent-step/ai-agent-step.component.d.ts +3 -1
- package/lib/test-case-details/api-step/api-step.component.d.ts +3 -1
- package/lib/test-case-details/database-step/database-step.component.d.ts +3 -1
- package/lib/test-case-details/restore-session-step/restore-session-step.component.d.ts +3 -1
- package/lib/test-case-details/scroll-step/scroll-step.component.d.ts +4 -1
- package/package.json +1 -1
- package/styles.css +1 -1
|
@@ -12,6 +12,7 @@ export declare class TestCaseAiAgentStepComponent implements OnInit {
|
|
|
12
12
|
isNested: boolean;
|
|
13
13
|
isInsideStepGroup: boolean;
|
|
14
14
|
isInsideLoop: boolean;
|
|
15
|
+
nestingLevel: number;
|
|
15
16
|
isReorder: boolean;
|
|
16
17
|
editable: boolean;
|
|
17
18
|
viewDetailsTrigger?: ElementRef<HTMLElement>;
|
|
@@ -28,6 +29,7 @@ export declare class TestCaseAiAgentStepComponent implements OnInit {
|
|
|
28
29
|
selectionChange: EventEmitter<boolean>;
|
|
29
30
|
stepUpdate: EventEmitter<TestCaseStepConfig>;
|
|
30
31
|
constructor();
|
|
32
|
+
getRowPaddingLeftPx(): number;
|
|
31
33
|
ngOnInit(): void;
|
|
32
34
|
onEdit(): void;
|
|
33
35
|
onLink(): void;
|
|
@@ -38,5 +40,5 @@ export declare class TestCaseAiAgentStepComponent implements OnInit {
|
|
|
38
40
|
onViewDetails(event?: MouseEvent): void;
|
|
39
41
|
onSelectionChange(checked: boolean): void;
|
|
40
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseAiAgentStepComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseAiAgentStepComponent, "cqa-test-case-ai-agent-step", never, { "config": "config"; "stepNumber": "stepNumber"; "instructions": "instructions"; "description": "description"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "isReorder": "isReorder"; "editable": "editable"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseAiAgentStepComponent, "cqa-test-case-ai-agent-step", never, { "config": "config"; "stepNumber": "stepNumber"; "instructions": "instructions"; "description": "description"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "nestingLevel": "nestingLevel"; "isReorder": "isReorder"; "editable": "editable"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
42
44
|
}
|
|
@@ -21,6 +21,7 @@ export declare class TestCaseApiStepComponent implements OnInit {
|
|
|
21
21
|
isNested: boolean;
|
|
22
22
|
isInsideLoop: boolean;
|
|
23
23
|
isInsideStepGroup: boolean;
|
|
24
|
+
nestingLevel: number;
|
|
24
25
|
expanded: boolean;
|
|
25
26
|
isReorder: boolean;
|
|
26
27
|
editable: boolean;
|
|
@@ -47,6 +48,7 @@ export declare class TestCaseApiStepComponent implements OnInit {
|
|
|
47
48
|
expanded: boolean;
|
|
48
49
|
}>;
|
|
49
50
|
stepUpdate: EventEmitter<TestCaseStepConfig>;
|
|
51
|
+
getRowPaddingLeftPx(): number;
|
|
50
52
|
ngOnInit(): void;
|
|
51
53
|
getDisplayText(): string;
|
|
52
54
|
onToggleExpanded(): void;
|
|
@@ -65,5 +67,5 @@ export declare class TestCaseApiStepComponent implements OnInit {
|
|
|
65
67
|
onViewDetails(event?: MouseEvent): void;
|
|
66
68
|
onSelectionChange(checked: boolean): void;
|
|
67
69
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseApiStepComponent, never>;
|
|
68
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseApiStepComponent, "cqa-test-case-api-step", never, { "config": "config"; "stepNumber": "stepNumber"; "method": "method"; "endpoint": "endpoint"; "description": "description"; "baseUrl": "baseUrl"; "headersCount": "headersCount"; "hasBody": "hasBody"; "saveTo": "saveTo"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideLoop": "isInsideLoop"; "isInsideStepGroup": "isInsideStepGroup"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; "isDuplicating": "isDuplicating"; "environmentOptions": "environmentOptions"; "httpMethodOptions": "httpMethodOptions"; "headerNameOptions": "headerNameOptions"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
70
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseApiStepComponent, "cqa-test-case-api-step", never, { "config": "config"; "stepNumber": "stepNumber"; "method": "method"; "endpoint": "endpoint"; "description": "description"; "baseUrl": "baseUrl"; "headersCount": "headersCount"; "hasBody": "hasBody"; "saveTo": "saveTo"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideLoop": "isInsideLoop"; "isInsideStepGroup": "isInsideStepGroup"; "nestingLevel": "nestingLevel"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; "isDuplicating": "isDuplicating"; "environmentOptions": "environmentOptions"; "httpMethodOptions": "httpMethodOptions"; "headerNameOptions": "headerNameOptions"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
69
71
|
}
|
|
@@ -16,6 +16,7 @@ export declare class TestCaseDatabaseStepComponent implements OnInit {
|
|
|
16
16
|
isNested: boolean;
|
|
17
17
|
isInsideStepGroup: boolean;
|
|
18
18
|
isInsideLoop: boolean;
|
|
19
|
+
nestingLevel: number;
|
|
19
20
|
expanded: boolean;
|
|
20
21
|
isReorder: boolean;
|
|
21
22
|
editable: boolean;
|
|
@@ -37,6 +38,7 @@ export declare class TestCaseDatabaseStepComponent implements OnInit {
|
|
|
37
38
|
connectionNameChange: EventEmitter<string>;
|
|
38
39
|
queryChange: EventEmitter<string>;
|
|
39
40
|
stepUpdate: EventEmitter<TestCaseStepConfig>;
|
|
41
|
+
getRowPaddingLeftPx(): number;
|
|
40
42
|
ngOnInit(): void;
|
|
41
43
|
onToggleExpanded(): void;
|
|
42
44
|
onEdit(): void;
|
|
@@ -49,5 +51,5 @@ export declare class TestCaseDatabaseStepComponent implements OnInit {
|
|
|
49
51
|
onConnectionChange(value: string): void;
|
|
50
52
|
onQueryChange(value: string): void;
|
|
51
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseDatabaseStepComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseDatabaseStepComponent, "cqa-test-case-database-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "query": "query"; "description": "description"; "databaseType": "databaseType"; "connectionName": "connectionName"; "saveTo": "saveTo"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; "isDuplicating": "isDuplicating"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "connectionNameChange": "connectionNameChange"; "queryChange": "queryChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseDatabaseStepComponent, "cqa-test-case-database-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "query": "query"; "description": "description"; "databaseType": "databaseType"; "connectionName": "connectionName"; "saveTo": "saveTo"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "nestingLevel": "nestingLevel"; "expanded": "expanded"; "isReorder": "isReorder"; "editable": "editable"; "isDuplicating": "isDuplicating"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "toggleExpanded": "toggleExpanded"; "connectionNameChange": "connectionNameChange"; "queryChange": "queryChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
53
55
|
}
|
|
@@ -12,6 +12,7 @@ export declare class TestCaseRestoreSessionStepComponent implements OnInit {
|
|
|
12
12
|
isNested: boolean;
|
|
13
13
|
isInsideStepGroup: boolean;
|
|
14
14
|
isInsideLoop: boolean;
|
|
15
|
+
nestingLevel: number;
|
|
15
16
|
isReorder: boolean;
|
|
16
17
|
editable: boolean;
|
|
17
18
|
viewDetailsTrigger?: ElementRef<HTMLElement>;
|
|
@@ -28,6 +29,7 @@ export declare class TestCaseRestoreSessionStepComponent implements OnInit {
|
|
|
28
29
|
selectionChange: EventEmitter<boolean>;
|
|
29
30
|
stepUpdate: EventEmitter<TestCaseStepConfig>;
|
|
30
31
|
constructor();
|
|
32
|
+
getRowPaddingLeftPx(): number;
|
|
31
33
|
ngOnInit(): void;
|
|
32
34
|
getRestoreSessionDescription(): string;
|
|
33
35
|
onEdit(): void;
|
|
@@ -39,5 +41,5 @@ export declare class TestCaseRestoreSessionStepComponent implements OnInit {
|
|
|
39
41
|
onViewDetails(event?: MouseEvent): void;
|
|
40
42
|
onSelectionChange(checked: boolean): void;
|
|
41
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseRestoreSessionStepComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseRestoreSessionStepComponent, "cqa-test-case-restore-session-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "action": "action"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "isReorder": "isReorder"; "editable": "editable"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TestCaseRestoreSessionStepComponent, "cqa-test-case-restore-session-step", never, { "config": "config"; "stepNumber": "stepNumber"; "index": "index"; "action": "action"; "selected": "selected"; "disabled": "disabled"; "isNested": "isNested"; "isInsideStepGroup": "isInsideStepGroup"; "isInsideLoop": "isInsideLoop"; "nestingLevel": "nestingLevel"; "isReorder": "isReorder"; "editable": "editable"; }, { "edit": "edit"; "editInDepth": "editInDepth"; "link": "link"; "duplicate": "duplicate"; "delete": "delete"; "moreOptions": "moreOptions"; "viewDetails": "viewDetails"; "selectionChange": "selectionChange"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
43
45
|
}
|
|
@@ -16,6 +16,7 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
16
16
|
isNested: boolean;
|
|
17
17
|
isInsideStepGroup: boolean;
|
|
18
18
|
isInsideLoop: boolean;
|
|
19
|
+
nestingLevel: number;
|
|
19
20
|
expanded: boolean;
|
|
20
21
|
isReorder: boolean;
|
|
21
22
|
editable: boolean;
|
|
@@ -48,6 +49,8 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
48
49
|
* (e.g. "Scroll one screen up") so the step row matches the edit modal.
|
|
49
50
|
*/
|
|
50
51
|
/** Public for template: expanded panel shows same label as main row. */
|
|
52
|
+
/** Matches normal-step: base 16px + 24px per nesting level. */
|
|
53
|
+
getRowPaddingLeftPx(): number;
|
|
51
54
|
getDirectionLabel(): string;
|
|
52
55
|
private directionToNaturalPhrase;
|
|
53
56
|
/** When action HTML exists, render it (mirrors normal-step / edit modal). */
|
|
@@ -66,5 +69,5 @@ export declare class TestCaseScrollStepComponent implements OnInit {
|
|
|
66
69
|
onSelectorChange(value: string): void;
|
|
67
70
|
onDirectionChange(value: 'top' | 'bottom' | 'up' | 'down' | 'left' | 'right'): void;
|
|
68
71
|
static ɵfac: i0.ɵɵFactoryDeclaration<TestCaseScrollStepComponent, never>;
|
|
69
|
-
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"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
72
|
+
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"; "nestingLevel": "nestingLevel"; "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"; "stepUpdate": "stepUpdate"; }, never, never>;
|
|
70
73
|
}
|