@fctc/widget-logic 2.7.3 → 2.7.5
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.js +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +1 -3
- package/dist/index.mjs +1 -3
- package/dist/widget.js +0 -2
- package/dist/widget.mjs +0 -2
- package/package.json +96 -96
package/dist/hooks.js
CHANGED
package/dist/hooks.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -4551,7 +4551,7 @@ var useViewV2 = ({
|
|
|
4551
4551
|
};
|
|
4552
4552
|
}, [action, context, aid]);
|
|
4553
4553
|
const view = useGetView2({
|
|
4554
|
-
viewParams: viewParams
|
|
4554
|
+
viewParams: viewParams ?? {},
|
|
4555
4555
|
enabled: !!viewParams
|
|
4556
4556
|
});
|
|
4557
4557
|
return {
|
|
@@ -5324,7 +5324,6 @@ var many2oneFieldController = (props) => {
|
|
|
5324
5324
|
}
|
|
5325
5325
|
};
|
|
5326
5326
|
const queryKey = [`data_${relation}`, domainObject];
|
|
5327
|
-
console.log("data", data);
|
|
5328
5327
|
const {
|
|
5329
5328
|
data: dataOfSelection,
|
|
5330
5329
|
refetch,
|
|
@@ -5654,7 +5653,6 @@ var many2manyTagsController = (props) => {
|
|
|
5654
5653
|
enabled: true,
|
|
5655
5654
|
context: env.context
|
|
5656
5655
|
};
|
|
5657
|
-
console.log("data", data);
|
|
5658
5656
|
const { data: dataOfSelection } = useGetSelection3({
|
|
5659
5657
|
data,
|
|
5660
5658
|
queryKey: [`data_${relation}`, domainObject],
|
package/dist/index.mjs
CHANGED
|
@@ -4626,7 +4626,7 @@ var useViewV2 = ({
|
|
|
4626
4626
|
};
|
|
4627
4627
|
}, [action, context, aid]);
|
|
4628
4628
|
const view = useGetView2({
|
|
4629
|
-
viewParams: viewParams
|
|
4629
|
+
viewParams: viewParams ?? {},
|
|
4630
4630
|
enabled: !!viewParams
|
|
4631
4631
|
});
|
|
4632
4632
|
return {
|
|
@@ -5405,7 +5405,6 @@ var many2oneFieldController = (props) => {
|
|
|
5405
5405
|
}
|
|
5406
5406
|
};
|
|
5407
5407
|
const queryKey = [`data_${relation}`, domainObject];
|
|
5408
|
-
console.log("data", data);
|
|
5409
5408
|
const {
|
|
5410
5409
|
data: dataOfSelection,
|
|
5411
5410
|
refetch,
|
|
@@ -5739,7 +5738,6 @@ var many2manyTagsController = (props) => {
|
|
|
5739
5738
|
enabled: true,
|
|
5740
5739
|
context: env.context
|
|
5741
5740
|
};
|
|
5742
|
-
console.log("data", data);
|
|
5743
5741
|
const { data: dataOfSelection } = useGetSelection3({
|
|
5744
5742
|
data,
|
|
5745
5743
|
queryKey: [`data_${relation}`, domainObject],
|
package/dist/widget.js
CHANGED
|
@@ -4508,7 +4508,6 @@ var many2oneFieldController = (props) => {
|
|
|
4508
4508
|
}
|
|
4509
4509
|
};
|
|
4510
4510
|
const queryKey = [`data_${relation}`, domainObject];
|
|
4511
|
-
console.log("data", data);
|
|
4512
4511
|
const {
|
|
4513
4512
|
data: dataOfSelection,
|
|
4514
4513
|
refetch,
|
|
@@ -4838,7 +4837,6 @@ var many2manyTagsController = (props) => {
|
|
|
4838
4837
|
enabled: true,
|
|
4839
4838
|
context: env.context
|
|
4840
4839
|
};
|
|
4841
|
-
console.log("data", data);
|
|
4842
4840
|
const { data: dataOfSelection } = useGetSelection3({
|
|
4843
4841
|
data,
|
|
4844
4842
|
queryKey: [`data_${relation}`, domainObject],
|
package/dist/widget.mjs
CHANGED
|
@@ -4566,7 +4566,6 @@ var many2oneFieldController = (props) => {
|
|
|
4566
4566
|
}
|
|
4567
4567
|
};
|
|
4568
4568
|
const queryKey = [`data_${relation}`, domainObject];
|
|
4569
|
-
console.log("data", data);
|
|
4570
4569
|
const {
|
|
4571
4570
|
data: dataOfSelection,
|
|
4572
4571
|
refetch,
|
|
@@ -4900,7 +4899,6 @@ var many2manyTagsController = (props) => {
|
|
|
4900
4899
|
enabled: true,
|
|
4901
4900
|
context: env.context
|
|
4902
4901
|
};
|
|
4903
|
-
console.log("data", data);
|
|
4904
4902
|
const { data: dataOfSelection } = useGetSelection3({
|
|
4905
4903
|
data,
|
|
4906
4904
|
queryKey: [`data_${relation}`, domainObject],
|
package/package.json
CHANGED
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@fctc/widget-logic",
|
|
3
|
-
"version": "2.7.
|
|
4
|
-
"types": "dist/index.d.ts",
|
|
5
|
-
"main": "dist/index.cjs",
|
|
6
|
-
"module": "dist/index.mjs",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"types": "./dist/index.d.ts",
|
|
10
|
-
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.cjs"
|
|
12
|
-
},
|
|
13
|
-
"./hooks": {
|
|
14
|
-
"types": "./dist/hooks.d.ts",
|
|
15
|
-
"import": "./dist/hooks.mjs",
|
|
16
|
-
"require": "./dist/hooks.cjs"
|
|
17
|
-
},
|
|
18
|
-
"./widget": {
|
|
19
|
-
"types": "./dist/widget.d.ts",
|
|
20
|
-
"import": "./dist/widget.mjs",
|
|
21
|
-
"require": "./dist/widget.cjs"
|
|
22
|
-
},
|
|
23
|
-
"./icons": {
|
|
24
|
-
"types": "./dist/icons.d.ts",
|
|
25
|
-
"import": "./dist/icons.mjs",
|
|
26
|
-
"require": "./dist/icons.cjs"
|
|
27
|
-
},
|
|
28
|
-
"./utils": {
|
|
29
|
-
"types": "./dist/utils.d.ts",
|
|
30
|
-
"import": "./dist/utils.mjs",
|
|
31
|
-
"require": "./dist/utils.cjs"
|
|
32
|
-
},
|
|
33
|
-
"./store": {
|
|
34
|
-
"types": "./dist/store.d.ts",
|
|
35
|
-
"import": "./dist/store.mjs",
|
|
36
|
-
"require": "./dist/store.cjs"
|
|
37
|
-
},
|
|
38
|
-
"./config": {
|
|
39
|
-
"types": "./dist/config.d.ts",
|
|
40
|
-
"import": "./dist/config.mjs",
|
|
41
|
-
"require": "./dist/config.cjs"
|
|
42
|
-
},
|
|
43
|
-
"./constants": {
|
|
44
|
-
"types": "./dist/constants.d.ts",
|
|
45
|
-
"import": "./dist/constants.mjs",
|
|
46
|
-
"require": "./dist/constants.cjs"
|
|
47
|
-
},
|
|
48
|
-
"./environment": {
|
|
49
|
-
"types": "./dist/environment.d.ts",
|
|
50
|
-
"import": "./dist/environment.mjs",
|
|
51
|
-
"require": "./dist/environment.cjs"
|
|
52
|
-
},
|
|
53
|
-
"./provider": {
|
|
54
|
-
"types": "./dist/provider.d.ts",
|
|
55
|
-
"import": "./dist/provider.mjs",
|
|
56
|
-
"require": "./dist/provider.cjs"
|
|
57
|
-
},
|
|
58
|
-
"./services": {
|
|
59
|
-
"types": "./dist/services.d.ts",
|
|
60
|
-
"import": "./dist/services.mjs",
|
|
61
|
-
"require": "./dist/services.cjs"
|
|
62
|
-
},
|
|
63
|
-
"./types": {
|
|
64
|
-
"types": "./dist/types.d.ts",
|
|
65
|
-
"import": "./dist/types.mjs",
|
|
66
|
-
"require": "./dist/types.cjs"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"files": [
|
|
70
|
-
"dist"
|
|
71
|
-
],
|
|
72
|
-
"scripts": {
|
|
73
|
-
"build": "tsup",
|
|
74
|
-
"test": "jest"
|
|
75
|
-
},
|
|
76
|
-
"dependencies": {
|
|
77
|
-
"@fctc/interface-logic": "^2.5.
|
|
78
|
-
"@headlessui/react": "^2.2.6",
|
|
79
|
-
"@tanstack/react-query": "^5.84.0",
|
|
80
|
-
"i18next": "^25.3.2",
|
|
81
|
-
"i18next-browser-languagedetector": "^8.2.0",
|
|
82
|
-
"react-i18next": "^15.6.1",
|
|
83
|
-
"react-tooltip": "^5.29.1"
|
|
84
|
-
},
|
|
85
|
-
"devDependencies": {
|
|
86
|
-
"@types/react": "^18.3.1",
|
|
87
|
-
"jest": "^29.7.0",
|
|
88
|
-
"react": "18.0.0",
|
|
89
|
-
"tsup": "^8.0.0",
|
|
90
|
-
"typescript": "^5.8.2"
|
|
91
|
-
},
|
|
92
|
-
"packageManager": "yarn@1.22.0",
|
|
93
|
-
"peerDependencies": {
|
|
94
|
-
"@fctc/interface-logic": "^1.6.9"
|
|
95
|
-
}
|
|
96
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@fctc/widget-logic",
|
|
3
|
+
"version": "2.7.5",
|
|
4
|
+
"types": "dist/index.d.ts",
|
|
5
|
+
"main": "dist/index.cjs",
|
|
6
|
+
"module": "dist/index.mjs",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./dist/index.d.ts",
|
|
10
|
+
"import": "./dist/index.mjs",
|
|
11
|
+
"require": "./dist/index.cjs"
|
|
12
|
+
},
|
|
13
|
+
"./hooks": {
|
|
14
|
+
"types": "./dist/hooks.d.ts",
|
|
15
|
+
"import": "./dist/hooks.mjs",
|
|
16
|
+
"require": "./dist/hooks.cjs"
|
|
17
|
+
},
|
|
18
|
+
"./widget": {
|
|
19
|
+
"types": "./dist/widget.d.ts",
|
|
20
|
+
"import": "./dist/widget.mjs",
|
|
21
|
+
"require": "./dist/widget.cjs"
|
|
22
|
+
},
|
|
23
|
+
"./icons": {
|
|
24
|
+
"types": "./dist/icons.d.ts",
|
|
25
|
+
"import": "./dist/icons.mjs",
|
|
26
|
+
"require": "./dist/icons.cjs"
|
|
27
|
+
},
|
|
28
|
+
"./utils": {
|
|
29
|
+
"types": "./dist/utils.d.ts",
|
|
30
|
+
"import": "./dist/utils.mjs",
|
|
31
|
+
"require": "./dist/utils.cjs"
|
|
32
|
+
},
|
|
33
|
+
"./store": {
|
|
34
|
+
"types": "./dist/store.d.ts",
|
|
35
|
+
"import": "./dist/store.mjs",
|
|
36
|
+
"require": "./dist/store.cjs"
|
|
37
|
+
},
|
|
38
|
+
"./config": {
|
|
39
|
+
"types": "./dist/config.d.ts",
|
|
40
|
+
"import": "./dist/config.mjs",
|
|
41
|
+
"require": "./dist/config.cjs"
|
|
42
|
+
},
|
|
43
|
+
"./constants": {
|
|
44
|
+
"types": "./dist/constants.d.ts",
|
|
45
|
+
"import": "./dist/constants.mjs",
|
|
46
|
+
"require": "./dist/constants.cjs"
|
|
47
|
+
},
|
|
48
|
+
"./environment": {
|
|
49
|
+
"types": "./dist/environment.d.ts",
|
|
50
|
+
"import": "./dist/environment.mjs",
|
|
51
|
+
"require": "./dist/environment.cjs"
|
|
52
|
+
},
|
|
53
|
+
"./provider": {
|
|
54
|
+
"types": "./dist/provider.d.ts",
|
|
55
|
+
"import": "./dist/provider.mjs",
|
|
56
|
+
"require": "./dist/provider.cjs"
|
|
57
|
+
},
|
|
58
|
+
"./services": {
|
|
59
|
+
"types": "./dist/services.d.ts",
|
|
60
|
+
"import": "./dist/services.mjs",
|
|
61
|
+
"require": "./dist/services.cjs"
|
|
62
|
+
},
|
|
63
|
+
"./types": {
|
|
64
|
+
"types": "./dist/types.d.ts",
|
|
65
|
+
"import": "./dist/types.mjs",
|
|
66
|
+
"require": "./dist/types.cjs"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
"files": [
|
|
70
|
+
"dist"
|
|
71
|
+
],
|
|
72
|
+
"scripts": {
|
|
73
|
+
"build": "tsup",
|
|
74
|
+
"test": "jest"
|
|
75
|
+
},
|
|
76
|
+
"dependencies": {
|
|
77
|
+
"@fctc/interface-logic": "^2.5.8",
|
|
78
|
+
"@headlessui/react": "^2.2.6",
|
|
79
|
+
"@tanstack/react-query": "^5.84.0",
|
|
80
|
+
"i18next": "^25.3.2",
|
|
81
|
+
"i18next-browser-languagedetector": "^8.2.0",
|
|
82
|
+
"react-i18next": "^15.6.1",
|
|
83
|
+
"react-tooltip": "^5.29.1"
|
|
84
|
+
},
|
|
85
|
+
"devDependencies": {
|
|
86
|
+
"@types/react": "^18.3.1",
|
|
87
|
+
"jest": "^29.7.0",
|
|
88
|
+
"react": "18.0.0",
|
|
89
|
+
"tsup": "^8.0.0",
|
|
90
|
+
"typescript": "^5.8.2"
|
|
91
|
+
},
|
|
92
|
+
"packageManager": "yarn@1.22.0",
|
|
93
|
+
"peerDependencies": {
|
|
94
|
+
"@fctc/interface-logic": "^1.6.9"
|
|
95
|
+
}
|
|
96
|
+
}
|