@esfaenza/extensions 15.2.0 → 15.2.2

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.
@@ -58,7 +58,7 @@ export declare const Export: (order: number, header: string, format?: string, ta
58
58
  * @param {number} order Ordine di esportazione. Più piccolo è, prima appare il valore
59
59
  * @param {any} type Tipo da esportare
60
60
  */
61
- export declare const ExportAs: (order: number, type: any) => (target: Object, propertyKey: string) => void;
61
+ export declare const ExportAs: (order: number, type: any, prefix?: string) => (target: Object, propertyKey: string) => void;
62
62
  /**
63
63
  * Decoratore di esportazione utilizzabile su una lista,
64
64
  * si utilizzano 2 navigator rispettivamente per la valorizzazione dell'Header e del Valore e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esfaenza/extensions",
3
- "version": "15.2.0",
3
+ "version": "15.2.2",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },