@cqa-lib/cqa-ui 1.1.515 → 1.1.517
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/export-code-modal/export-code-modal.component.mjs +8 -7
- package/esm2020/lib/iterations-loop/iterations-loop.component.mjs +1 -1
- package/esm2020/lib/templates/table-template.component.mjs +26 -5
- package/fesm2015/cqa-lib-cqa-ui.mjs +36 -14
- package/fesm2015/cqa-lib-cqa-ui.mjs.map +1 -1
- package/fesm2020/cqa-lib-cqa-ui.mjs +36 -14
- package/fesm2020/cqa-lib-cqa-ui.mjs.map +1 -1
- package/lib/export-code-modal/export-code-modal.component.d.ts +2 -0
- package/lib/templates/table-template.component.d.ts +6 -1
- package/package.json +1 -1
- package/styles.css +1 -1
|
@@ -21,8 +21,10 @@ export declare class ExportCodeModalComponent {
|
|
|
21
21
|
export: EventEmitter<{
|
|
22
22
|
type: 'local' | 'email';
|
|
23
23
|
emails?: string[];
|
|
24
|
+
framework: 'WEBDRIVER_IO' | 'SELENIUM_JAVA';
|
|
24
25
|
}>;
|
|
25
26
|
exportOnLocal: boolean;
|
|
27
|
+
framework: 'WEBDRIVER_IO' | 'SELENIUM_JAVA';
|
|
26
28
|
emailList: string[];
|
|
27
29
|
emailInputControl: FormControl;
|
|
28
30
|
showEmailError: boolean;
|
|
@@ -17,6 +17,7 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
17
17
|
onExportClick: EventEmitter<void | {
|
|
18
18
|
type: 'local' | 'email';
|
|
19
19
|
emails?: string[];
|
|
20
|
+
framework?: 'WEBDRIVER_IO' | 'SELENIUM_JAVA';
|
|
20
21
|
selectedItems: any[];
|
|
21
22
|
}>;
|
|
22
23
|
onApplyFilterClick: EventEmitter<any>;
|
|
@@ -92,6 +93,8 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
92
93
|
private autoRefreshTimer?;
|
|
93
94
|
onReload: EventEmitter<void>;
|
|
94
95
|
onAutoRefreshClick: EventEmitter<void>;
|
|
96
|
+
columnVisibilityChange: EventEmitter<ColumnVisibilityConfig>;
|
|
97
|
+
autoRefreshIntervalChange: EventEmitter<number>;
|
|
95
98
|
dynamicFilterComponent?: DynamicFilterComponent;
|
|
96
99
|
computedColumns: DynamicTableColumn[];
|
|
97
100
|
visibilityColumns: Array<{
|
|
@@ -100,6 +103,7 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
100
103
|
}>;
|
|
101
104
|
private updateComputedColumns;
|
|
102
105
|
private updateVisibilityColumns;
|
|
106
|
+
set columnVisibility(cfg: ColumnVisibilityConfig | undefined);
|
|
103
107
|
get columnVisibility(): ColumnVisibilityConfig;
|
|
104
108
|
ngOnInit(): void;
|
|
105
109
|
ngOnChanges(changes: SimpleChanges): void;
|
|
@@ -151,6 +155,7 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
151
155
|
onExportModalExport(result: {
|
|
152
156
|
type: 'local' | 'email';
|
|
153
157
|
emails?: string[];
|
|
158
|
+
framework: 'WEBDRIVER_IO' | 'SELENIUM_JAVA';
|
|
154
159
|
}): void;
|
|
155
160
|
get selectedCasesForExport(): Array<{
|
|
156
161
|
id?: number;
|
|
@@ -158,5 +163,5 @@ export declare class TableTemplateComponent implements OnInit, OnChanges, OnDest
|
|
|
158
163
|
}>;
|
|
159
164
|
get arrowClasses(): string;
|
|
160
165
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableTemplateComponent, never>;
|
|
161
|
-
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"; "pageSizeMenuDirection": "pageSizeMenuDirection"; "serverSidePagination": "serverSidePagination"; "totalElements": "totalElements"; "enableLocalSort": "enableLocalSort"; "isTableLoading": "isTableLoading"; "isTableDataLoading": "isTableDataLoading"; "cellJsonPathGetter": "cellJsonPathGetter"; "onJsonPathCopiedHandler": "onJsonPathCopiedHandler"; "selectedItems": "selectedItems"; }, { "onSearchChange": "onSearchChange"; "onExportClick": "onExportClick"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; "onClearAll": "onClearAll"; "removeChip": "removeChip"; "pageChange": "pageChange"; "sortChange": "sortChange"; "onReload": "onReload"; "onAutoRefreshClick": "onAutoRefreshClick"; }, never, never>;
|
|
166
|
+
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"; "pageSizeMenuDirection": "pageSizeMenuDirection"; "serverSidePagination": "serverSidePagination"; "totalElements": "totalElements"; "enableLocalSort": "enableLocalSort"; "isTableLoading": "isTableLoading"; "isTableDataLoading": "isTableDataLoading"; "cellJsonPathGetter": "cellJsonPathGetter"; "onJsonPathCopiedHandler": "onJsonPathCopiedHandler"; "selectedItems": "selectedItems"; "columnVisibility": "columnVisibility"; }, { "onSearchChange": "onSearchChange"; "onExportClick": "onExportClick"; "onApplyFilterClick": "onApplyFilterClick"; "onResetFilterClick": "onResetFilterClick"; "onClearAll": "onClearAll"; "removeChip": "removeChip"; "pageChange": "pageChange"; "sortChange": "sortChange"; "onReload": "onReload"; "onAutoRefreshClick": "onAutoRefreshClick"; "columnVisibilityChange": "columnVisibilityChange"; "autoRefreshIntervalChange": "autoRefreshIntervalChange"; }, never, never>;
|
|
162
167
|
}
|