chrv-components 1.10.25 → 1.10.27
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.
|
@@ -9,10 +9,6 @@ export type TColumn = {
|
|
|
9
9
|
* Nom de la colonne
|
|
10
10
|
*/
|
|
11
11
|
display: string;
|
|
12
|
-
/**
|
|
13
|
-
* Taille en pourcent
|
|
14
|
-
*/
|
|
15
|
-
width?: number;
|
|
16
12
|
/**
|
|
17
13
|
* Sélecteur qui représente la propriété ciblée. Ex: 'obj.id'.
|
|
18
14
|
*/
|
|
@@ -95,10 +91,6 @@ export declare class ChrDataTable {
|
|
|
95
91
|
* The table's action column definition
|
|
96
92
|
*/
|
|
97
93
|
actions?: IAction[];
|
|
98
|
-
/**
|
|
99
|
-
* The tabl'es action column's width in percentage
|
|
100
|
-
*/
|
|
101
|
-
actionsWidth?: number;
|
|
102
94
|
/**
|
|
103
95
|
* Wheter or not the current sort is ascendant. Default is true
|
|
104
96
|
*/
|
|
@@ -151,5 +143,5 @@ export declare class ChrDataTable {
|
|
|
151
143
|
protected getBorderColor: (color?: Color) => string;
|
|
152
144
|
protected sort: (properties?: string) => void;
|
|
153
145
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChrDataTable, never>;
|
|
154
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChrDataTable, "chr-table", never, { "data": { "alias": "data"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "
|
|
146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChrDataTable, "chr-table", never, { "data": { "alias": "data"; "required": false; }; "selectable": { "alias": "selectable"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "isAsc": { "alias": "isAsc"; "required": false; }; "sortBy": { "alias": "sortBy"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "id": { "alias": "id"; "required": false; }; "color": { "alias": "color"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; }, { "selectionChange": "selectionChange"; "isAscChange": "isAscChange"; "sortByChange": "sortByChange"; "pageSizeChange": "pageSizeChange"; "currentPageChange": "currentPageChange"; }, never, never, true, never>;
|
|
155
147
|
}
|
package/package.json
CHANGED
|
Binary file
|