@a2simcode/ui 0.0.167 → 0.0.169

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.
@@ -459,7 +459,6 @@ const schema = [
459
459
  type: 'j-input-rows',
460
460
  config: {
461
461
  field: 'fields',
462
- labelWidth: '48px',
463
462
  },
464
463
  children: [
465
464
  {
@@ -486,6 +485,7 @@ const schema = [
486
485
  labelPosition: 'left',
487
486
  },
488
487
  defaultValue: {},
488
+ colWidth: 40
489
489
  },
490
490
  children: [
491
491
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.167",
3
+ "version": "0.0.169",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",