@esfaenza/es-table 13.1.8 → 13.1.12
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/components/es-table/es_table.component.mjs +9 -61
- package/esm2020/lib/core/handlers/classes/ItemsHandler.mjs +1 -19
- package/esm2020/lib/core/handlers/classes/RowGroupingHandler.mjs +11 -6
- package/esm2020/lib/domain/internals/classes/GroupPager.mjs +2 -1
- package/fesm2015/esfaenza-es-table.mjs +19 -83
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +19 -83
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +1 -15
- package/lib/core/handlers/classes/ItemsHandler.d.ts +0 -6
- package/lib/domain/internals/classes/GroupPager.d.ts +2 -0
- package/package.json +2 -2
|
@@ -66,8 +66,6 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
66
66
|
addedSlices: number[];
|
|
67
67
|
/** Variabile che identifica il valore del "seleziona Tutto" nella paginazione */
|
|
68
68
|
defaultAllPageOverride: number;
|
|
69
|
-
/** Indica se utilizzare il sistema di Endless Scroll */
|
|
70
|
-
UseEndlessscroll: boolean;
|
|
71
69
|
/** Valori dell'eventuale report in visualizzazione */
|
|
72
70
|
ReportValues: ReportResult;
|
|
73
71
|
/** Serve per tenere in memoria il conteggio precedente e recuperarlo in caso diventi -2 (verificare con Ale perché la logica del -2) */
|
|
@@ -210,12 +208,6 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
210
208
|
HasHeaderGroup: boolean;
|
|
211
209
|
/** Indica la presenza di raggruppamenti a livello del raggruppamento precedentemente esistente, chiaramente è insensata senza **HasHeaderGroup** */
|
|
212
210
|
HasSecondaryHeaderGroup: boolean;
|
|
213
|
-
/** Utilizzato per dividere la sorgente in modalità EndlessScroll */
|
|
214
|
-
SliceSize: number;
|
|
215
|
-
/** Decide se utilizzare la modalità di EndlessScroll */
|
|
216
|
-
EndlessScroll: boolean;
|
|
217
|
-
/** Qualora **EndlessScroll** fosse true, indica se utilizzare questa modalità solo quando si cerca per "Tutti" o in generale */
|
|
218
|
-
EndlessScrollOnlyForAll: boolean;
|
|
219
211
|
/** Indica se nascondere gli Header della tabella */
|
|
220
212
|
HeaderHidden: boolean;
|
|
221
213
|
/** Indica se nascondere il Body della tabella */
|
|
@@ -418,12 +410,6 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
418
410
|
private finalizeContext;
|
|
419
411
|
/** Genera le informzioni di paginazione per la vista globale dell'es-table */
|
|
420
412
|
private setupPagingInformations;
|
|
421
|
-
/**
|
|
422
|
-
* Metodo che gestisce l'endless scroll e in base a quanto la tabella è stata scrollata aggiunge degli elementi extra a **TMPBoundSource**
|
|
423
|
-
*
|
|
424
|
-
* @param {any} e Evento di scroll del browser
|
|
425
|
-
*/
|
|
426
|
-
onScroll(e: any): void;
|
|
427
413
|
/**
|
|
428
414
|
* Metodo lanciato dopo che la sorgente dati è stata correttamente bindata, si occupa di ricalcolare tutto ciò che serve
|
|
429
415
|
* all'es-table per renderizzare i valori da mostrare
|
|
@@ -589,5 +575,5 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
589
575
|
*/
|
|
590
576
|
forceRefresh(): void;
|
|
591
577
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsTableComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null, null, null]>;
|
|
592
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EsTableComponent, "es-table", never, { "CornerMenuOptions": "CornerMenuOptions"; "ColumnsResizable": "ColumnsResizable"; "AutoUpdate": "AutoUpdate"; "UseCustomCells": "UseCustomCells"; "MaxHeight": "MaxHeight"; "ContainerClass": "ContainerClass"; "XLSXExport": "XLSXExport"; "CSVExport": "CSVExport"; "AllSearch": "AllSearch"; "HighCellDensity": "HighCellDensity"; "Selection": "Selection"; "ShowLoadingOnBootstrap": "ShowLoadingOnBootstrap"; "Removal": "Removal"; "RemovalCondition": "RemovalCondition"; "Export": "Export"; "ShiftClick": "ShiftClick"; "CountLabel": "CountLabel"; "HidePaging": "HidePaging"; "HidePagingCount": "HidePagingCount"; "HidePagingButtons": "HidePagingButtons"; "ContextMenu": "ContextMenu"; "ExportFileName": "ExportFileName"; "TableClass": "TableClass"; "ExportFunction": "ExportFunction"; "HasHeaderGroup": "HasHeaderGroup"; "HasSecondaryHeaderGroup": "HasSecondaryHeaderGroup"; "
|
|
578
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EsTableComponent, "es-table", never, { "CornerMenuOptions": "CornerMenuOptions"; "ColumnsResizable": "ColumnsResizable"; "AutoUpdate": "AutoUpdate"; "UseCustomCells": "UseCustomCells"; "MaxHeight": "MaxHeight"; "ContainerClass": "ContainerClass"; "XLSXExport": "XLSXExport"; "CSVExport": "CSVExport"; "AllSearch": "AllSearch"; "HighCellDensity": "HighCellDensity"; "Selection": "Selection"; "ShowLoadingOnBootstrap": "ShowLoadingOnBootstrap"; "Removal": "Removal"; "RemovalCondition": "RemovalCondition"; "Export": "Export"; "ShiftClick": "ShiftClick"; "CountLabel": "CountLabel"; "HidePaging": "HidePaging"; "HidePagingCount": "HidePagingCount"; "HidePagingButtons": "HidePagingButtons"; "ContextMenu": "ContextMenu"; "ExportFileName": "ExportFileName"; "TableClass": "TableClass"; "ExportFunction": "ExportFunction"; "HasHeaderGroup": "HasHeaderGroup"; "HasSecondaryHeaderGroup": "HasSecondaryHeaderGroup"; "HeaderHidden": "HeaderHidden"; "BodyHidden": "BodyHidden"; "SelectionDisabled": "SelectionDisabled"; "SingleSelection": "SingleSelection"; "RowClassAssigner": "RowClassAssigner"; "OrderByColumn": "OrderByColumn"; "MultipleOrderingDirectives": "MultipleOrderingDirectives"; "HiddenColumns": "HiddenColumns"; "ColumnsOrdering": "ColumnsOrdering"; "SearchView": "SearchView"; "SelectAll": "SelectAll"; "UseArrayModePaging": "UseArrayModePaging"; "DynamicRowColumnsDefinition": "DynamicRowColumnsDefinition"; "DynamicOperations": "DynamicOperations"; "Hierarchy": "Hierarchy"; "ParentKey": "ParentKey"; "OwnKey": "OwnKey"; "StartsExpanded": "StartsExpanded"; "SavePreferences": "SavePreferences"; "PagingStyle": "PagingStyle"; "RowGroupingPagingStyle": "RowGroupingPagingStyle"; "SecondarySource": "SecondarySource"; "TertiarySource": "TertiarySource"; "UseSelectionCache": "UseSelectionCache"; "ShowItemGroupsColumns": "ShowItemGroupsColumns"; "ArraymodeItemsPerPage": "ArraymodeItemsPerPage"; }, { "onOrderChanged": "onOrderChanged"; "onSearchRequest": "onSearchRequest"; "onSelectionChanged": "onSelectionChanged"; "onRemoval": "onRemoval"; "onAbortRemoval": "onAbortRemoval"; "onCornerAction": "onCornerAction"; "onDynamicOperation": "onDynamicOperation"; }, ["bodyRef", "headerRef", "headerGroupRef", "secondaryHeaderGroupRef", "EsTdsDirective", "EsThsDirective"], never>;
|
|
593
579
|
}
|
|
@@ -30,12 +30,6 @@ export declare class ItemsHandler {
|
|
|
30
30
|
private getViewItemsBySource;
|
|
31
31
|
/** Genera le informazioni di paginazione e taglia la View in modalità array per mostrare solo gli oggetti della pagina specificata */
|
|
32
32
|
private adaptViewToPaging;
|
|
33
|
-
/**
|
|
34
|
-
* Metodo che prende tutti gli oggetti di cui dispone divisi in bucket da 100 elementi
|
|
35
|
-
*
|
|
36
|
-
* @returns {any[][]} Matrice di array Nx100
|
|
37
|
-
*/
|
|
38
|
-
getItemSlices(): any[][];
|
|
39
33
|
/** Se in modalità array applica gli ordinamenti ASC-DESC delle colonne */
|
|
40
34
|
arrayModeReviewOrderings(): void;
|
|
41
35
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/es-table",
|
|
3
|
-
"version": "13.1.
|
|
3
|
+
"version": "13.1.12",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@esfaenza/ngx-contextmenu": "^13.1.3",
|
|
15
15
|
"@esfaenza/preferences": "^13.1.6",
|
|
16
16
|
"ngx-toastr": "14.2.1",
|
|
17
|
-
"ngx-bootstrap": "
|
|
17
|
+
"ngx-bootstrap": "8.0.0",
|
|
18
18
|
"exceljs": "4.3.0",
|
|
19
19
|
"stream": "0.0.2"
|
|
20
20
|
},
|