@gisce/react-ooui 1.2.0-rc.67 → 1.2.0-rc.69
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/dist/hooks/useExport.d.ts +6 -1
- package/dist/hooks/useExport.d.ts.map +1 -1
- package/dist/react-ooui.es.js +1 -1
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +1 -1
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/custom/Tag.d.ts.map +1 -1
- package/dist/widgets/views/Form.d.ts.map +1 -1
- package/package.json +5 -5
- package/src/hooks/useExport.ts +4 -3
- package/src/widgets/custom/Tag.tsx +2 -2
- package/src/widgets/views/Form.tsx +4 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ExportField, ExportOptions, PredefinedExport, PredefinedExportField } from "@gisce/react-formiga-components";
|
|
1
2
|
export declare const useExport: ({ model, context, locale, selectedRegistersToExport, domain, limit, onClose, }: {
|
|
2
3
|
model: string;
|
|
3
4
|
context: any;
|
|
@@ -33,7 +34,11 @@ export declare const useExport: ({ model, context, locale, selectedRegistersToEx
|
|
|
33
34
|
childs: ExportField[];
|
|
34
35
|
}[];
|
|
35
36
|
}>;
|
|
36
|
-
onSavePredefinedExport: (pExport: PredefinedExport) => Promise<
|
|
37
|
+
onSavePredefinedExport: (pExport: PredefinedExport) => Promise<{
|
|
38
|
+
id: any;
|
|
39
|
+
name: string;
|
|
40
|
+
fields: PredefinedExportField[];
|
|
41
|
+
}>;
|
|
37
42
|
onRemovePredefinedExport: (pExport: PredefinedExport) => Promise<void>;
|
|
38
43
|
};
|
|
39
44
|
//# sourceMappingURL=useExport.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useExport.d.ts","sourceRoot":"","sources":["useExport.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useExport.d.ts","sourceRoot":"","sources":["useExport.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,aAAa,EACb,gBAAgB,EAChB,qBAAqB,EACtB,MAAM,iCAAiC,CAAC;AAOzC,eAAO,MAAM,SAAS;WASb,MAAM;aACJ,GAAG;YACJ,MAAM;;YAEN,GAAG,EAAE;;aAEJ,MAAM,IAAI;;;;;;;;;4BA2DL,MAAM;;;;;;;wBArDF,aAAa;;;;;;;;;;;;sCAiHb,gBAAgB;;;;;wCAoChB,gBAAgB;CAkCnC,CAAC"}
|
package/dist/react-ooui.es.js
CHANGED
|
@@ -15524,7 +15524,7 @@ function Form(e, t) {
|
|
|
15524
15524
|
return;
|
|
15525
15525
|
}
|
|
15526
15526
|
try {
|
|
15527
|
-
await Le({
|
|
15527
|
+
Ce() && await Le({
|
|
15528
15528
|
callOnSubmitSucceed: !1
|
|
15529
15529
|
}), ae === "object" ? await ft({
|
|
15530
15530
|
action: ne,
|