@stonecrop/aform 0.4.11 → 0.4.12

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 +4 -1
  2. package/package.json +6 -6
package/dist/aform.d.ts CHANGED
@@ -172,7 +172,6 @@ export declare type TableColumn = {
172
172
  type?: string;
173
173
  width?: string;
174
174
  pinned?: boolean;
175
- color?: string;
176
175
  colspan?: number;
177
176
  ganttComponent?: string;
178
177
  isGantt?: boolean;
@@ -223,6 +222,10 @@ export declare type TableRow = {
223
222
  [key: string]: any;
224
223
  indent?: number;
225
224
  parent?: number;
225
+ /**
226
+ * When a table is being viewed as a Gantt chart, this colour would be applied to the row's gantt bar, if one exists.
227
+ */
228
+ gantt_color?: string;
226
229
  };
227
230
 
228
231
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/aform",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
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/utilities": "0.4.11",
38
- "@stonecrop/themes": "0.4.11"
37
+ "@stonecrop/themes": "0.4.12",
38
+ "@stonecrop/utilities": "0.4.12"
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-rig": "0.2.22",
60
- "@stonecrop/atable": "0.4.11"
59
+ "@stonecrop/atable": "0.4.12",
60
+ "stonecrop-rig": "0.2.22"
61
61
  },
62
62
  "peerDependencies": {
63
- "@stonecrop/atable": "0.4.11"
63
+ "@stonecrop/atable": "0.4.12"
64
64
  },
65
65
  "publishConfig": {
66
66
  "access": "public"