@airpower/web 0.2.49 → 0.2.50

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -0
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -17952,6 +17952,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
17952
17952
  return scope.row;
17953
17953
  }
17954
17954
  function getValue(scope, key) {
17955
+ console.warn(getRowEntity(scope)[key]);
17955
17956
  return getRowEntity(scope)[key];
17956
17957
  }
17957
17958
  function tableRowClassName({ row }) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airpower/web",
3
3
  "type": "module",
4
- "version": "0.2.49",
4
+ "version": "0.2.50",
5
5
  "description": "AirPower-Web",
6
6
  "author": {
7
7
  "name": "Hamm",