@esfaenza/es-table 13.1.18 → 13.1.21

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.
@@ -57,6 +57,10 @@ export declare class EsThDirective {
57
57
  thUserEdits: {
58
58
  Property: string;
59
59
  Type: 'string' | 'float' | 'date' | 'number' | 'int' | 'boolean' | 'enum' | 'autocomplete' | 'datetime' | 'time' | 'file' | 'currency';
60
+ Source: {
61
+ id: string;
62
+ description: string;
63
+ }[];
60
64
  };
61
65
  /** Indica che questo header deve essere emesso una volta per ogni valore presente nella lista di **EsTableMultiValue** alla proprietà **th** dell'oggetto corrente */
62
66
  thMulti: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/es-table",
3
- "version": "13.1.18",
3
+ "version": "13.1.21",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  "@angular/material": "~13.1.1",
11
11
  "@esfaenza/extensions": "^13.1.3",
12
12
  "@esfaenza/localizations": "^13.1.3",
13
- "@esfaenza/forms-and-validations": "^13.1.13",
13
+ "@esfaenza/forms-and-validations": "^13.1.15",
14
14
  "@ctrl/ngx-csv": "5.0.0",
15
15
  "@esfaenza/ngx-contextmenu": "^13.1.3",
16
16
  "@esfaenza/preferences": "^13.1.6",