@esfaenza/es-table 11.2.131 → 11.2.134

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.
@@ -299,6 +299,8 @@ export declare class EsTableComponent implements ControlValueAccessor, OnChanges
299
299
  StartsExpanded: boolean;
300
300
  /** Indica se effettuare il salvataggio delle preferenze di ricerca */
301
301
  SavePreferences: boolean;
302
+ /** Allineamento di default per celle e headers */
303
+ DefaultAlignment: 'Left' | 'Right' | 'Center';
302
304
  /** Indica dove visualizzare le informazioni di paginazione, se sopra, sotto o in entrambi */
303
305
  PagingStyle: 'both' | 'top' | 'bottom';
304
306
  /** Indica dove visualizzare le informazioni di paginazione, se sopra, sotto o in entrambi */
@@ -17,4 +17,5 @@ export declare class EsTableDefaultable {
17
17
  /** @ignore Vedi **EsTableComponent** */ ShowItemGroupsColumns?: boolean;
18
18
  /** @ignore Vedi **EsTableComponent** */ ArraymodeItemsPerPage?: number;
19
19
  /** @ignore Vedi **EsTableComponent** */ ColumnsPinnable?: boolean;
20
+ /** @ignore Vedi **EsTableComponent** */ DefaultAlignment?: 'Left' | 'Center' | 'Right';
20
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "11.2.131",
3
+ "version": "11.2.134",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -8,11 +8,11 @@
8
8
  "@angular/common": "~11.2.14",
9
9
  "@angular/core": "~11.2.14",
10
10
  "@angular/material": "~11.2.13",
11
- "@esfaenza/extensions": "^11.2.48",
12
- "@esfaenza/localizations": "^11.2.7",
13
- "@esfaenza/forms-and-validations": "^11.2.140",
14
- "@esfaenza/ngx-contextmenu": "^11.2.6",
15
- "@esfaenza/preferences": "^11.2.19",
11
+ "@esfaenza/extensions": "^11.2.53",
12
+ "@esfaenza/localizations": "^11.2.9",
13
+ "@esfaenza/forms-and-validations": "^11.2.144",
14
+ "@esfaenza/ngx-contextmenu": "^11.2.7",
15
+ "@esfaenza/preferences": "^11.2.25",
16
16
  "ngx-toastr": "13.2.1",
17
17
  "ngx-bootstrap": "7.0.0",
18
18
  "exceljs": "4.3.0",