@cqa-lib/cqa-ui 1.1.467 → 1.1.469
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/compare-runs/compare-runs.component.mjs +1 -1
- 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/selected-filters/selected-filters.component.mjs +8 -3
- package/esm2020/lib/templates/table-template.component.mjs +6 -3
- package/esm2020/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.mjs +32 -21
- package/fesm2015/cqa-lib-cqa-ui.mjs +48 -29
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +47 -28
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/selected-filters/selected-filters.component.d.ts +1 -0
- package/lib/templates/table-template.component.d.ts +2 -1
- package/lib/test-case-details/test-case-details-edit/test-case-details-edit.component.d.ts +3 -0
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ export declare class SelectedFiltersComponent {
|
|
|
19
19
|
onClearAll: EventEmitter<void>;
|
|
20
20
|
get hasSelectedChips(): boolean;
|
|
21
21
|
get hasAnyChips(): boolean;
|
|
22
|
+
removeSelectedChip(event: Event, chip: SelectedFilterChip): void;
|
|
22
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SelectedFiltersComponent, never>;
|
|
23
24
|
static ɵcmp: i0.ɵɵComponentDeclaration<SelectedFiltersComponent, "cqa-selected-filters", never, { "filterApplied": "filterApplied"; "chips": "chips"; "defaultChips": "defaultChips"; "defaultChipClass": "defaultChipClass"; }, { "removeChip": "removeChip"; "clearAll": "clearAll"; "onClearAll": "onClearAll"; }, never, never>;
|
|
24
25
|
}
|
|
@@ -24,6 +24,7 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
24
24
|
onClearAll: EventEmitter<void>;
|
|
25
25
|
removeChip: EventEmitter<any>;
|
|
26
26
|
filterConfig: DynamicFilterItem[];
|
|
27
|
+
filterModel: Record<string, any>;
|
|
27
28
|
showFilterPanel: boolean;
|
|
28
29
|
showFilterButton: boolean;
|
|
29
30
|
otherButtons: TemplateRef<any>[];
|
|
@@ -146,5 +147,5 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
146
147
|
}>;
|
|
147
148
|
get arrowClasses(): string;
|
|
148
149
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableTemplateComponent, never>;
|
|
149
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableTemplateComponent, "cqa-table-template", never, { "searchPlaceholder": "searchPlaceholder"; "searchValue": "searchValue"; "showClear": "showClear"; "showSearchBar": "showSearchBar"; "showExportButton": "showExportButton"; "isExporting": "isExporting"; "filterConfig": "filterConfig"; "showFilterPanel": "showFilterPanel"; "showFilterButton": "showFilterButton"; "otherButtons": "otherButtons"; "otherDropDownButtons": "otherDropDownButtons"; "otherSelectDropDownButtons": "otherSelectDropDownButtons"; "otherButtonLabel": "otherButtonLabel"; "otherButtonVariant": "otherButtonVariant"; "showOtherButton": "showOtherButton"; "showActionButton": "showActionButton"; "showSettingsButton": "showSettingsButton"; "showAutoRefreshButton": "showAutoRefreshButton"; "data": "data"; "isEmptyState": "isEmptyState"; "emptyStateConfig": "emptyStateConfig"; "actions": "actions"; "chips": "chips"; "filterApplied": "filterApplied"; "columns": "columns"; "rowSelectable": "rowSelectable"; "selectedAutoRefreshInterval": "selectedAutoRefreshInterval"; "pageIndex": "pageIndex"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "serverSidePagination": "serverSidePagination"; "totalElements": "totalElements"; "isTableLoading": "isTableLoading"; "isTableDataLoading": "isTableDataLoading"; "cellJsonPathGetter": "cellJsonPathGetter"; "onJsonPathCopiedHandler": "onJsonPathCopiedHandler"; "selectedItems": "selectedItems"; }, { "onSearchChange": "onSearchChange"; "onExportClick": "onExportClick"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; "onClearAll": "onClearAll"; "removeChip": "removeChip"; "pageChange": "pageChange"; "onReload": "onReload"; "onAutoRefreshClick": "onAutoRefreshClick"; }, never, never>;
|
|
150
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableTemplateComponent, "cqa-table-template", never, { "searchPlaceholder": "searchPlaceholder"; "searchValue": "searchValue"; "showClear": "showClear"; "showSearchBar": "showSearchBar"; "showExportButton": "showExportButton"; "isExporting": "isExporting"; "filterConfig": "filterConfig"; "filterModel": "filterModel"; "showFilterPanel": "showFilterPanel"; "showFilterButton": "showFilterButton"; "otherButtons": "otherButtons"; "otherDropDownButtons": "otherDropDownButtons"; "otherSelectDropDownButtons": "otherSelectDropDownButtons"; "otherButtonLabel": "otherButtonLabel"; "otherButtonVariant": "otherButtonVariant"; "showOtherButton": "showOtherButton"; "showActionButton": "showActionButton"; "showSettingsButton": "showSettingsButton"; "showAutoRefreshButton": "showAutoRefreshButton"; "data": "data"; "isEmptyState": "isEmptyState"; "emptyStateConfig": "emptyStateConfig"; "actions": "actions"; "chips": "chips"; "filterApplied": "filterApplied"; "columns": "columns"; "rowSelectable": "rowSelectable"; "selectedAutoRefreshInterval": "selectedAutoRefreshInterval"; "pageIndex": "pageIndex"; "pageSize": "pageSize"; "pageSizeOptions": "pageSizeOptions"; "serverSidePagination": "serverSidePagination"; "totalElements": "totalElements"; "isTableLoading": "isTableLoading"; "isTableDataLoading": "isTableDataLoading"; "cellJsonPathGetter": "cellJsonPathGetter"; "onJsonPathCopiedHandler": "onJsonPathCopiedHandler"; "selectedItems": "selectedItems"; }, { "onSearchChange": "onSearchChange"; "onExportClick": "onExportClick"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; "onClearAll": "onClearAll"; "removeChip": "removeChip"; "pageChange": "pageChange"; "onReload": "onReload"; "onAutoRefreshClick": "onAutoRefreshClick"; }, never, never>;
|
|
150
151
|
}
|
|
@@ -126,6 +126,7 @@ export declare class TestCaseDetailsEditComponent implements OnInit, OnChanges {
|
|
|
126
126
|
extensionUseEnabled: boolean;
|
|
127
127
|
dataDrivenEnabled: boolean;
|
|
128
128
|
readonly frequentlyUsedLabels: string[];
|
|
129
|
+
private _initialFormSnapshot;
|
|
129
130
|
/** FormGroup for cqa-dynamic-select bindings */
|
|
130
131
|
editForm: FormGroup;
|
|
131
132
|
get statusItem(): TestCaseDetailsMetadataItem | undefined;
|
|
@@ -193,6 +194,8 @@ export declare class TestCaseDetailsEditComponent implements OnInit, OnChanges {
|
|
|
193
194
|
private normalizeTestDataSetRawValue;
|
|
194
195
|
get hasPrerequisiteCaseConfig(): boolean;
|
|
195
196
|
ngOnInit(): void;
|
|
197
|
+
get hasUnsavedChanges(): boolean;
|
|
198
|
+
private buildSavePayload;
|
|
196
199
|
private resolveToOptionValue;
|
|
197
200
|
private normalizeBooleanSelectValue;
|
|
198
201
|
ngOnChanges(changes: SimpleChanges): void;
|