@a2simcode/ui 0.0.192 → 0.0.194

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.
@@ -463,9 +463,7 @@ const schema = [
463
463
  },
464
464
  getCompConfig: ({ row, pRowData }) => {
465
465
  console.log(pRowData, 'pRowData')
466
- return {
467
-
468
- }
466
+ return {}
469
467
  },
470
468
  },
471
469
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.192",
3
+ "version": "0.0.194",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",