@a2simcode/ui 0.0.174 → 0.0.175

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.
@@ -475,7 +475,7 @@ const schema = [
475
475
  labelWidth: 80,
476
476
  labelPosition: 'left',
477
477
  },
478
- defaultValue: {},
478
+ defaultValue: { orderswidth: 100 },
479
479
  colWidth: 40,
480
480
  },
481
481
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a2simcode/ui",
3
- "version": "0.0.174",
3
+ "version": "0.0.175",
4
4
  "description": "A Vue 3 UI Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/simcode-ui.umd.js",