@dative-gpi/foundation-shared-components 1.0.21 → 1.0.22

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.
@@ -1097,10 +1097,10 @@ export default defineComponent({
1097
1097
  },
1098
1098
  mobile: (event: any, item: any) => {
1099
1099
  if (props.itemTo && router) {
1100
- router.push(props.itemTo(item));
1100
+ router.push(props.itemTo(item.raw));
1101
1101
  }
1102
1102
  else {
1103
- emit("click:row", item);
1103
+ emit("click:row", item.raw);
1104
1104
  }
1105
1105
  }
1106
1106
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dative-gpi/foundation-shared-components",
3
3
  "sideEffects": false,
4
- "version": "1.0.21",
4
+ "version": "1.0.22",
5
5
  "description": "",
6
6
  "publishConfig": {
7
7
  "access": "public"
@@ -10,8 +10,8 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@dative-gpi/foundation-shared-domain": "1.0.21",
14
- "@dative-gpi/foundation-shared-services": "1.0.21"
13
+ "@dative-gpi/foundation-shared-domain": "1.0.22",
14
+ "@dative-gpi/foundation-shared-services": "1.0.22"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@dative-gpi/bones-ui": "^0.0.75",
@@ -35,5 +35,5 @@
35
35
  "sass": "1.71.1",
36
36
  "sass-loader": "13.3.2"
37
37
  },
38
- "gitHead": "fd3fc21e8eff1096d820f66cce0f2fe3556a2cd7"
38
+ "gitHead": "21879f2f17123f2f50adccafeae5fe773584e0c2"
39
39
  }