@stonecrop/aform 0.4.30 → 0.4.32

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.
@@ -1,4 +1,4 @@
1
- export type { CellContext, GanttOptions, TableConfig, TableColumn, TableRow } from '@stonecrop/atable';
1
+ export type * from '@stonecrop/atable/types';
2
2
  import type { App } from 'vue';
3
3
  import ACheckbox from './components/form/ACheckbox.vue';
4
4
  import AComboBox from './components/form/AComboBox.vue';
@@ -11,7 +11,7 @@ import AForm from './components/AForm.vue';
11
11
  import ANumericInput from './components/form/ANumericInput.vue';
12
12
  import ATextInput from './components/form/ATextInput.vue';
13
13
  import Login from './components/utilities/Login.vue';
14
- export type { BaseSchema, FieldsetSchema, FormSchema, SchemaTypes, TableSchema } from './types';
14
+ export type * from './types';
15
15
  /**
16
16
  * Install all AForm components
17
17
  * @param app - Vue app instance
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,YAAY,EAAE,WAAW,EAAE,YAAY,EAAE,WAAW,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAA;AACtG,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,KAAK,MAAM,6BAA6B,CAAA;AAC/C,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,WAAW,MAAM,mCAAmC,CAAA;AAC3D,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,WAAW,MAAM,mCAAmC,CAAA;AAC3D,OAAO,KAAK,MAAM,wBAAwB,CAAA;AAC1C,OAAO,aAAa,MAAM,qCAAqC,CAAA;AAC/D,OAAO,UAAU,MAAM,kCAAkC,CAAA;AACzD,OAAO,KAAK,MAAM,kCAAkC,CAAA;AACpD,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAE/F;;;;GAIG;AACH,iBAAS,OAAO,CAAC,GAAG,EAAE,GAAG,QAWxB;AAED,OAAO,EACN,SAAS,EACT,SAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,EACX,SAAS,EACT,WAAW,EACX,KAAK,EACL,aAAa,EACb,UAAU,EACV,KAAK,EACL,OAAO,GACP,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,mBAAmB,yBAAyB,CAAA;AAC5C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AAE9B,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,KAAK,MAAM,6BAA6B,CAAA;AAC/C,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,WAAW,MAAM,mCAAmC,CAAA;AAC3D,OAAO,SAAS,MAAM,iCAAiC,CAAA;AACvD,OAAO,WAAW,MAAM,mCAAmC,CAAA;AAC3D,OAAO,KAAK,MAAM,wBAAwB,CAAA;AAC1C,OAAO,aAAa,MAAM,qCAAqC,CAAA;AAC/D,OAAO,UAAU,MAAM,kCAAkC,CAAA;AACzD,OAAO,KAAK,MAAM,kCAAkC,CAAA;AACpD,mBAAmB,SAAS,CAAA;AAE5B;;;;GAIG;AACH,iBAAS,OAAO,CAAC,GAAG,EAAE,GAAG,QAWxB;AAED,OAAO,EACN,SAAS,EACT,SAAS,EACT,KAAK,EACL,SAAS,EACT,WAAW,EACX,SAAS,EACT,WAAW,EACX,KAAK,EACL,aAAa,EACb,UAAU,EACV,KAAK,EACL,OAAO,GACP,CAAA"}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.52.8"
8
+ "packageVersion": "7.52.10"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stonecrop/aform",
3
- "version": "0.4.30",
3
+ "version": "0.4.32",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "author": {
@@ -23,6 +23,10 @@
23
23
  },
24
24
  "require": "./dist/aform.umd.cjs"
25
25
  },
26
+ "./types": {
27
+ "import": "./dist/src/types/index.d.ts",
28
+ "require": "./dist/src/types/index.d.ts"
29
+ },
26
30
  "./styles": "./dist/assets/index.css"
27
31
  },
28
32
  "typings": "./dist/src/index.d.ts",
@@ -31,36 +35,36 @@
31
35
  "src/*"
32
36
  ],
33
37
  "dependencies": {
34
- "@vueuse/core": "^13.4.0",
35
- "@vueuse/components": "^13.4.0",
36
- "vue": "^3.5.17",
37
- "@stonecrop/utilities": "0.4.30",
38
- "@stonecrop/themes": "0.4.30"
38
+ "@vueuse/core": "^13.6.0",
39
+ "@vueuse/components": "^13.6.0",
40
+ "vue": "^3.5.18",
41
+ "@stonecrop/themes": "0.4.32",
42
+ "@stonecrop/utilities": "0.4.32"
39
43
  },
40
44
  "devDependencies": {
41
- "@microsoft/api-documenter": "^7.26.29",
42
- "@rushstack/heft": "^0.74.0",
45
+ "@microsoft/api-documenter": "^7.26.31",
46
+ "@rushstack/heft": "^0.74.2",
43
47
  "@typescript-eslint/eslint-plugin": "^7.18.0",
44
48
  "@typescript-eslint/parser": "^7.18.0",
45
- "@vitejs/plugin-vue": "^5.2.4",
49
+ "@vitejs/plugin-vue": "^6.0.1",
46
50
  "@vitest/coverage-istanbul": "^3.2.4",
47
51
  "@vitest/ui": "^3.2.4",
48
52
  "@vue/test-utils": "^2.4.6",
49
- "cypress": "^14.5.1",
53
+ "cypress": "^14.5.3",
50
54
  "eslint-config-prettier": "^8.10.0",
51
55
  "eslint-plugin-vue": "^9.33.0",
52
56
  "eslint": "^8.57.1",
53
57
  "jsdom": "^26.1.0",
54
58
  "typescript": "^5.8.3",
55
59
  "vite-plugin-lib-inject-css": "^2.2.2",
56
- "vite": "^6.3.5",
60
+ "vite": "^7.0.6",
57
61
  "vitest": "^3.2.4",
58
62
  "vue-router": "^4.5.1",
59
- "@stonecrop/atable": "0.4.30",
63
+ "@stonecrop/atable": "0.4.32",
60
64
  "stonecrop-rig": "0.2.22"
61
65
  },
62
66
  "peerDependencies": {
63
- "@stonecrop/atable": "0.4.30"
67
+ "@stonecrop/atable": "0.4.32"
64
68
  },
65
69
  "publishConfig": {
66
70
  "access": "public"
package/src/index.ts CHANGED
@@ -1,4 +1,4 @@
1
- export type { CellContext, GanttOptions, TableConfig, TableColumn, TableRow } from '@stonecrop/atable'
1
+ export type * from '@stonecrop/atable/types'
2
2
  import type { App } from 'vue'
3
3
 
4
4
  import ACheckbox from './components/form/ACheckbox.vue'
@@ -12,7 +12,7 @@ import AForm from './components/AForm.vue'
12
12
  import ANumericInput from './components/form/ANumericInput.vue'
13
13
  import ATextInput from './components/form/ATextInput.vue'
14
14
  import Login from './components/utilities/Login.vue'
15
- export type { BaseSchema, FieldsetSchema, FormSchema, SchemaTypes, TableSchema } from './types'
15
+ export type * from './types'
16
16
 
17
17
  /**
18
18
  * Install all AForm components