@esfaenza/es-table 13.1.22 → 13.3.1
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.loc.mjs +3 -3
- package/esm2020/lib/components/es-table/es_table.component.mjs +7 -19
- package/esm2020/lib/components/es-td/es_td.component.mjs +3 -3
- package/esm2020/lib/components/es-th/es_th.component.mjs +3 -3
- package/esm2020/lib/components/pager/table_pager.component.loc.mjs +3 -3
- package/esm2020/lib/components/pager/table_pager.component.mjs +4 -4
- package/esm2020/lib/core/handlers/ItemsHandler.mjs +2 -2
- package/esm2020/lib/core/handlers/UtilitiesHandler.mjs +3 -3
- package/esm2020/lib/directives/es_td.directive.mjs +3 -3
- package/esm2020/lib/directives/es_th.directive.mjs +3 -3
- package/esm2020/lib/es-table.module.mjs +4 -4
- package/fesm2015/esfaenza-es-table.mjs +35 -47
- package/fesm2015/esfaenza-es-table.mjs.map +1 -1
- package/fesm2020/esfaenza-es-table.mjs +35 -47
- package/fesm2020/esfaenza-es-table.mjs.map +1 -1
- package/lib/components/es-table/es_table.component.d.ts +3 -13
- package/package.json +10 -10
|
@@ -280,18 +280,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
280
280
|
PagingStyle: 'both' | 'top' | 'bottom';
|
|
281
281
|
/** Indica dove visualizzare le informazioni di paginazione, se sopra, sotto o in entrambi */
|
|
282
282
|
RowGroupingPagingStyle: 'left' | 'right';
|
|
283
|
-
/**
|
|
284
|
-
|
|
285
|
-
*
|
|
286
|
-
* @deprecated Utilizzato solo per un caso particolare del Metering
|
|
287
|
-
*/
|
|
288
|
-
SecondarySource: boolean;
|
|
289
|
-
/**
|
|
290
|
-
* Sorgente dati secondaria
|
|
291
|
-
*
|
|
292
|
-
* @deprecated Utilizzato solo per un caso particolare del Metering
|
|
293
|
-
*/
|
|
294
|
-
TertiarySource: boolean;
|
|
283
|
+
/** Qualora per qualsiasi motivo non venisse usato **items** dell'AppSearch questo Input indica qual è il nome della proprietà da utilizzare */
|
|
284
|
+
ItemSourceProperty: string;
|
|
295
285
|
/** Indica se utilizzare la cache di selezione che permette di mantenere gli stati di selezione dei vari oggetti navigando da una pagina all'altra */
|
|
296
286
|
UseSelectionCache: any;
|
|
297
287
|
/** Permette di decidere se, in modalità raggruppamento, mostrare o meno il valore delle colonne di gruppo negli oggetti finali. Di default sono nascosti */
|
|
@@ -635,5 +625,5 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
|
|
|
635
625
|
*/
|
|
636
626
|
finalizeUserEdit(rowItem: TdElement, item: any): void;
|
|
637
627
|
static ɵfac: i0.ɵɵFactoryDeclaration<EsTableComponent, [{ optional: true; self: true; }, { optional: true; }, { optional: true; }, { optional: true; }, null, null, null, null, null, null, null]>;
|
|
638
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EsTableComponent, "es-table", never, { "CornerMenuOptions": "CornerMenuOptions"; "ColumnsResizable": "ColumnsResizable"; "ColumnsPinnable": "ColumnsPinnable"; "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"; "
|
|
628
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EsTableComponent, "es-table", never, { "CornerMenuOptions": "CornerMenuOptions"; "ColumnsResizable": "ColumnsResizable"; "ColumnsPinnable": "ColumnsPinnable"; "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"; "ItemSourceProperty": "ItemSourceProperty"; "UseSelectionCache": "UseSelectionCache"; "ShowItemGroupsColumns": "ShowItemGroupsColumns"; "UserEdits": "UserEdits"; "ArraymodeItemsPerPage": "ArraymodeItemsPerPage"; }, { "onOrderChanged": "onOrderChanged"; "onSearchRequest": "onSearchRequest"; "onSelectionChanged": "onSelectionChanged"; "onRemoval": "onRemoval"; "onAbortRemoval": "onAbortRemoval"; "onCornerAction": "onCornerAction"; "onDynamicOperation": "onDynamicOperation"; }, ["bodyRef", "headerRef", "headerGroupRef", "secondaryHeaderGroupRef", "EsTdsDirective", "EsThsDirective"], never>;
|
|
639
629
|
}
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esfaenza/es-table",
|
|
3
|
-
"version": "13.1
|
|
3
|
+
"version": "13.3.1",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"tslib": "^2.0.0"
|
|
6
6
|
},
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@angular/common": "~13.
|
|
9
|
-
"@angular/core": "~13.
|
|
10
|
-
"@angular/material": "~13.
|
|
11
|
-
"@esfaenza/extensions": "^13.
|
|
12
|
-
"@esfaenza/localizations": "^13.
|
|
13
|
-
"@esfaenza/forms-and-validations": "^13.
|
|
8
|
+
"@angular/common": "~13.3.9",
|
|
9
|
+
"@angular/core": "~13.3.9",
|
|
10
|
+
"@angular/material": "~13.3.7",
|
|
11
|
+
"@esfaenza/extensions": "^13.3.3",
|
|
12
|
+
"@esfaenza/localizations": "^13.3.2",
|
|
13
|
+
"@esfaenza/forms-and-validations": "^13.3.2",
|
|
14
14
|
"@ctrl/ngx-csv": "5.0.0",
|
|
15
|
-
"@esfaenza/ngx-contextmenu": "^13.
|
|
16
|
-
"@esfaenza/preferences": "^13.
|
|
17
|
-
"ngx-toastr": "14.
|
|
15
|
+
"@esfaenza/ngx-contextmenu": "^13.3.2",
|
|
16
|
+
"@esfaenza/preferences": "^13.3.2",
|
|
17
|
+
"ngx-toastr": "14.3.0",
|
|
18
18
|
"ngx-bootstrap": "8.0.0",
|
|
19
19
|
"exceljs": "4.3.0",
|
|
20
20
|
"stream": "0.0.2"
|