@stonecrop/aform 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.
Files changed (2) hide show
  1. package/dist/aform.d.ts +1 -0
  2. package/package.json +6 -6
package/dist/aform.d.ts CHANGED
@@ -249,6 +249,7 @@ export declare interface TableColumn {
249
249
  * @defaultValue false
250
250
  */
251
251
  pinned?: boolean;
252
+ resizable?: boolean;
252
253
  /**
253
254
  * The component to use to render the cell for the column. If not provided, the table will
254
255
  * render the default `<td>` element.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/aform",
3
- "version": "0.4.15",
3
+ "version": "0.4.16",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -34,8 +34,8 @@
34
34
  "@vueuse/core": "^12.7.0",
35
35
  "@vueuse/components": "^12.7.0",
36
36
  "vue": "^3.5.13",
37
- "@stonecrop/themes": "0.4.15",
38
- "@stonecrop/utilities": "0.4.15"
37
+ "@stonecrop/themes": "0.4.16",
38
+ "@stonecrop/utilities": "0.4.16"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@microsoft/api-documenter": "^7.26.10",
@@ -56,11 +56,11 @@
56
56
  "vite": "^6.1.1",
57
57
  "vitest": "^3.0.6",
58
58
  "vue-router": "^4.5.0",
59
- "@stonecrop/atable": "0.4.15",
60
- "stonecrop-rig": "0.2.22"
59
+ "stonecrop-rig": "0.2.22",
60
+ "@stonecrop/atable": "0.4.16"
61
61
  },
62
62
  "peerDependencies": {
63
- "@stonecrop/atable": "0.4.15"
63
+ "@stonecrop/atable": "0.4.16"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"