@fctc/widget-logic 4.7.8 → 4.8.0

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 CHANGED
@@ -533,7 +533,6 @@ var useViewV2 = ({
533
533
  }
534
534
  const actionResult = action;
535
535
  return {
536
- aid,
537
536
  model: String(actionResult?.res_model),
538
537
  views: [
539
538
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/hooks.mjs CHANGED
@@ -514,7 +514,6 @@ var useViewV2 = ({
514
514
  }
515
515
  const actionResult = action;
516
516
  return {
517
- aid,
518
517
  model: String(actionResult?.res_model),
519
518
  views: [
520
519
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/index.js CHANGED
@@ -4583,7 +4583,6 @@ var useViewV2 = ({
4583
4583
  }
4584
4584
  const actionResult = action;
4585
4585
  return {
4586
- aid,
4587
4586
  model: String(actionResult?.res_model),
4588
4587
  views: [
4589
4588
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/index.mjs CHANGED
@@ -4673,7 +4673,6 @@ var useViewV2 = ({
4673
4673
  }
4674
4674
  const actionResult = action;
4675
4675
  return {
4676
- aid,
4677
4676
  model: String(actionResult?.res_model),
4678
4677
  views: [
4679
4678
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fctc/widget-logic",
3
- "version": "4.7.8",
3
+ "version": "4.8.0",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -74,7 +74,7 @@
74
74
  "test": "jest"
75
75
  },
76
76
  "dependencies": {
77
- "@fctc/interface-logic": "^4.1.1",
77
+ "@fctc/interface-logic": "^4.1.3",
78
78
  "@headlessui/react": "^2.2.6",
79
79
  "@tanstack/react-query": "^5.84.0",
80
80
  "i18next": "^25.3.2",