@gisce/react-ooui 1.4.11-rc.1 → 1.4.12
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/react-ooui.es.js +206 -206
- package/dist/react-ooui.es.js.map +1 -1
- package/dist/react-ooui.umd.js +5 -5
- package/dist/react-ooui.umd.js.map +1 -1
- package/dist/widgets/base/many2one/Many2oneSuffix.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/widgets/base/many2one/Many2oneSuffix.tsx +0 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Many2oneSuffix.d.ts","sourceRoot":"","sources":["Many2oneSuffix.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAwB/D,aAAK,KAAK,GAAG;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,GAAG,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,KAAK,
|
|
1
|
+
{"version":3,"file":"Many2oneSuffix.d.ts","sourceRoot":"","sources":["Many2oneSuffix.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAwB/D,aAAK,KAAK,GAAG;IACX,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,GAAG,CAAC;CACf,CAAC;AAEF,eAAO,MAAM,cAAc,UAAW,KAAK,6BA8L1C,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gisce/react-ooui",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.12",
|
|
4
4
|
"files": [
|
|
5
5
|
"dist",
|
|
6
6
|
"src",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@ant-design/plots": "^1.0.9",
|
|
35
35
|
"@gisce/fiber-diagram": "^1.1.0-rc.3",
|
|
36
|
-
"@gisce/ooui": "^0.22.3
|
|
36
|
+
"@gisce/ooui": "^0.22.3",
|
|
37
37
|
"@gisce/react-formiga-components": "^1.0.9-rc.21",
|
|
38
38
|
"@gisce/react-formiga-table": "^0.8.5",
|
|
39
39
|
"@monaco-editor/react": "^4.4.5",
|
|
@@ -84,7 +84,6 @@ export const Many2oneSuffix = (props: Props) => {
|
|
|
84
84
|
}
|
|
85
85
|
values = { ...processValues(values, fields), active_id: id };
|
|
86
86
|
setTargetValues(values);
|
|
87
|
-
console.log('Values', targetValues, values);
|
|
88
87
|
|
|
89
88
|
setIsLoading(false);
|
|
90
89
|
} catch (err) {
|
|
@@ -162,8 +161,6 @@ export const Many2oneSuffix = (props: Props) => {
|
|
|
162
161
|
return;
|
|
163
162
|
}
|
|
164
163
|
|
|
165
|
-
console.log(targetValues);
|
|
166
|
-
|
|
167
164
|
openRelate({
|
|
168
165
|
relateData: relateItemClicked,
|
|
169
166
|
values: targetValues,
|