@fctc/widget-logic 4.7.7 → 4.7.8

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,6 +533,7 @@ var useViewV2 = ({
533
533
  }
534
534
  const actionResult = action;
535
535
  return {
536
+ aid,
536
537
  model: String(actionResult?.res_model),
537
538
  views: [
538
539
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/hooks.mjs CHANGED
@@ -514,6 +514,7 @@ var useViewV2 = ({
514
514
  }
515
515
  const actionResult = action;
516
516
  return {
517
+ aid,
517
518
  model: String(actionResult?.res_model),
518
519
  views: [
519
520
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/index.js CHANGED
@@ -4583,6 +4583,7 @@ var useViewV2 = ({
4583
4583
  }
4584
4584
  const actionResult = action;
4585
4585
  return {
4586
+ aid,
4586
4587
  model: String(actionResult?.res_model),
4587
4588
  views: [
4588
4589
  ...Array.isArray(actionResult?.views) ? actionResult?.views.map(
package/dist/index.mjs CHANGED
@@ -4673,6 +4673,7 @@ var useViewV2 = ({
4673
4673
  }
4674
4674
  const actionResult = action;
4675
4675
  return {
4676
+ aid,
4676
4677
  model: String(actionResult?.res_model),
4677
4678
  views: [
4678
4679
  ...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.7",
3
+ "version": "4.7.8",
4
4
  "types": "dist/index.d.ts",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",