@esfaenza/extensions 11.2.37 → 11.2.39
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/bundles/esfaenza-extensions.umd.js +24 -6
- package/bundles/esfaenza-extensions.umd.js.map +1 -1
- package/bundles/esfaenza-extensions.umd.min.js +1 -1
- package/bundles/esfaenza-extensions.umd.min.js.map +1 -1
- package/esfaenza-extensions.metadata.json +1 -1
- package/esm2015/lib/models/ExportConsts.js +5 -1
- package/esm2015/lib/services/extensions.exports.service.js +21 -7
- package/fesm2015/esfaenza-extensions.js +24 -6
- package/fesm2015/esfaenza-extensions.js.map +1 -1
- package/lib/models/ExportConsts.d.ts +4 -0
- package/package.json +1 -1
|
@@ -39,3 +39,7 @@ export declare const dictionaryCsvHdrPrefix: string;
|
|
|
39
39
|
* Suffisso della proprietà da generare in cui salvare il formato della proprietà che si sta esportando
|
|
40
40
|
*/
|
|
41
41
|
export declare const csvFormatPrefix: string;
|
|
42
|
+
/**
|
|
43
|
+
* Nome della proprietà che contiene tutti i nomi di tutte le proprietà da esportare
|
|
44
|
+
*/
|
|
45
|
+
export declare const exportList: string;
|