@fctc/widget-logic 2.7.3 → 2.7.4
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/index.js +0 -2
- package/dist/index.mjs +0 -2
- package/dist/widget.js +0 -2
- package/dist/widget.mjs +0 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -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
|
@@ -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],
|