@stonecrop/stonecrop 0.4.15 → 0.4.16

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.
@@ -559,6 +559,7 @@ export declare interface TableColumn {
559
559
  * @defaultValue false
560
560
  */
561
561
  pinned?: boolean;
562
+ resizable?: boolean;
562
563
  /**
563
564
  * The component to use to render the cell for the column. If not provided, the table will
564
565
  * render the default `<td>` element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/stonecrop",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "description": "schema helper",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -52,9 +52,9 @@
52
52
  "eslint-plugin-vue": "^9.11.1",
53
53
  "typescript": "~5.6.3",
54
54
  "vite": "^6.1.1",
55
- "@stonecrop/aform": "0.4.15",
56
- "stonecrop-rig": "0.2.22",
57
- "@stonecrop/atable": "0.4.15"
55
+ "@stonecrop/aform": "0.4.16",
56
+ "@stonecrop/atable": "0.4.16",
57
+ "stonecrop-rig": "0.2.22"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"