@inspark/inspark-components 14.0.45 → 14.0.47
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/full/components/table/table.component.d.ts +5 -4
- package/full/esm2020/components/table/table.component.mjs +8 -5
- package/full/esm2020/interface.mjs +1 -1
- package/full/esm2020/utils/gettextMarker.function.mjs +2 -2
- package/full/fesm2015/inspark-inspark-components.mjs +9 -6
- package/full/fesm2015/inspark-inspark-components.mjs.map +1 -1
- package/full/fesm2020/inspark-inspark-components.mjs +9 -6
- package/full/fesm2020/inspark-inspark-components.mjs.map +1 -1
- package/full/interface.d.ts +42 -0
- package/full/package.json +1 -1
- package/interface/esm2020/interface.mjs +1 -1
- package/interface/interface.d.ts +42 -0
- package/interface/package.json +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AfterContentInit, AfterViewInit, EventEmitter, OnChanges, OnInit, QueryList, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
2
|
import { InsparkTemplate } from '../inspark.shared';
|
|
3
3
|
import { TableRowData } from '../../utils/hybrid/prime-table/table-row-data.model';
|
|
4
|
-
import { TableColumns } from '../../interface';
|
|
4
|
+
import { TableColumns, ToolBar, ToolBarFilterColumn } from '../../interface';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
6
6
|
import * as i1 from "./table-columns-multiselect/table-columns-multiselect.component";
|
|
7
7
|
import * as i2 from "./table-menu-overlay/table-menu-overlay.component";
|
|
@@ -30,7 +30,7 @@ export declare class TableComponent implements OnInit, AfterContentInit, AfterVi
|
|
|
30
30
|
class: string;
|
|
31
31
|
required: boolean;
|
|
32
32
|
style: any;
|
|
33
|
-
toolbar:
|
|
33
|
+
toolbar: ToolBar;
|
|
34
34
|
checkboxSelection: boolean;
|
|
35
35
|
active: any;
|
|
36
36
|
sortField: any;
|
|
@@ -49,6 +49,7 @@ export declare class TableComponent implements OnInit, AfterContentInit, AfterVi
|
|
|
49
49
|
templates: QueryList<InsparkTemplate>;
|
|
50
50
|
selectionChange: EventEmitter<any>;
|
|
51
51
|
addAction: EventEmitter<any>;
|
|
52
|
+
treeAction: EventEmitter<any>;
|
|
52
53
|
csvAction: EventEmitter<any>;
|
|
53
54
|
saveAction: EventEmitter<any>;
|
|
54
55
|
removeAction: EventEmitter<any>;
|
|
@@ -93,7 +94,7 @@ export declare class TableComponent implements OnInit, AfterContentInit, AfterVi
|
|
|
93
94
|
visibleColumns(): TableColumns[];
|
|
94
95
|
columnsChange(data: any): void;
|
|
95
96
|
showTooltip(event: any): void;
|
|
96
|
-
colFilter(field: any):
|
|
97
|
+
colFilter(field: any): ToolBarFilterColumn;
|
|
97
98
|
onFilterToolbar(event: any): void;
|
|
98
99
|
onFilter(event: any): void;
|
|
99
100
|
stateSave(state: any): void;
|
|
@@ -117,7 +118,7 @@ export declare class TableComponent implements OnInit, AfterContentInit, AfterVi
|
|
|
117
118
|
toggleNodes(isExpanded: boolean): void;
|
|
118
119
|
toggleMode(item: any): void;
|
|
119
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
120
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "in-table", never, { "columns": "columns"; "values": "values"; "scrollHeight": "scrollHeight"; "scrollable": "scrollable"; "selectionMode": "selectionMode"; "label": "label"; "error": "error"; "class": "class"; "required": "required"; "style": "style"; "toolbar": "toolbar"; "checkboxSelection": "checkboxSelection"; "active": "active"; "sortField": "sortField"; "isAscending": "isAscending"; "dataKey": "dataKey"; "stateKey": "stateKey"; "isGrouped": "isGrouped"; "customSort": "customSort"; "isGroupedExpanded": "isGroupedExpanded"; "showHeader": "showHeader"; "isMobileView": "isMobileView"; "resizableColumns": "resizableColumns"; "isTextSearch": "isTextSearch"; "isSortIcon": "isSortIcon"; "selection": "selection"; }, { "activeChange": "activeChange"; "selectionChange": "selectionChange"; "addAction": "addAction"; "csvAction": "csvAction"; "saveAction": "saveAction"; "removeAction": "removeAction"; "unlinkAction": "unlinkAction"; "linkAction": "linkAction"; "groupEditAction": "groupEditAction"; "paramsEditAction": "paramsEditAction"; "sortFunction": "sortFunction"; "filterFunction": "filterFunction"; }, ["templates"], ["[buttons]"], false>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "in-table", never, { "columns": "columns"; "values": "values"; "scrollHeight": "scrollHeight"; "scrollable": "scrollable"; "selectionMode": "selectionMode"; "label": "label"; "error": "error"; "class": "class"; "required": "required"; "style": "style"; "toolbar": "toolbar"; "checkboxSelection": "checkboxSelection"; "active": "active"; "sortField": "sortField"; "isAscending": "isAscending"; "dataKey": "dataKey"; "stateKey": "stateKey"; "isGrouped": "isGrouped"; "customSort": "customSort"; "isGroupedExpanded": "isGroupedExpanded"; "showHeader": "showHeader"; "isMobileView": "isMobileView"; "resizableColumns": "resizableColumns"; "isTextSearch": "isTextSearch"; "isSortIcon": "isSortIcon"; "selection": "selection"; }, { "activeChange": "activeChange"; "selectionChange": "selectionChange"; "addAction": "addAction"; "treeAction": "treeAction"; "csvAction": "csvAction"; "saveAction": "saveAction"; "removeAction": "removeAction"; "unlinkAction": "unlinkAction"; "linkAction": "linkAction"; "groupEditAction": "groupEditAction"; "paramsEditAction": "paramsEditAction"; "sortFunction": "sortFunction"; "filterFunction": "filterFunction"; }, ["templates"], ["[buttons]"], false>;
|
|
121
122
|
}
|
|
122
123
|
export declare class TableComponentModule {
|
|
123
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponentModule, never>;
|