@atscript/vue-form 0.1.60 → 0.1.62

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.
package/dist/index.d.cts CHANGED
@@ -23,7 +23,7 @@ import * as vue from "vue";
23
23
  import { Component, ComputedRef, MaybeRef, Ref, ShallowRef, WritableComputedRef } from "vue";
24
24
  import * as _atscript_ui0 from "@atscript/ui";
25
25
  import { ClientFactory, ClientFactory as ClientFactory$1, FormArrayFieldDef, FormDef, FormFieldDef, FormTupleFieldDef, FormUnionFieldDef, FormUnionVariant, ResolvedValueHelp, ValueHelpInfo, getDefaultClientFactory, resetDefaultClientFactory, setDefaultClientFactory } from "@atscript/ui";
26
- //#region ../../node_modules/.pnpm/@atscript+typescript@0.1.54_@atscript+core@0.1.54_@emnapi+core@1.9.2_@emnapi+runtime@1._3fc5d9e55a098ea8857b831f6196090c/node_modules/@atscript/typescript/dist/utils.d.ts
26
+ //#region ../../node_modules/.pnpm/@atscript+typescript@0.1.55_@atscript+core@0.1.55_@emnapi+core@1.9.2_@emnapi+runtime@1._70303244b349bb55ddb88d445945ac09/node_modules/@atscript/typescript/dist/utils.d.ts
27
27
  interface TError {
28
28
  path: string;
29
29
  message: string;
package/dist/index.d.mts CHANGED
@@ -23,7 +23,7 @@ import * as vue from "vue";
23
23
  import { Component, ComputedRef, MaybeRef, Ref, ShallowRef, WritableComputedRef } from "vue";
24
24
  import * as _atscript_ui0 from "@atscript/ui";
25
25
  import { ClientFactory, ClientFactory as ClientFactory$1, FormArrayFieldDef, FormDef, FormFieldDef, FormTupleFieldDef, FormUnionFieldDef, FormUnionVariant, ResolvedValueHelp, ValueHelpInfo, getDefaultClientFactory, resetDefaultClientFactory, setDefaultClientFactory } from "@atscript/ui";
26
- //#region ../../node_modules/.pnpm/@atscript+typescript@0.1.54_@atscript+core@0.1.54_@emnapi+core@1.9.2_@emnapi+runtime@1._3fc5d9e55a098ea8857b831f6196090c/node_modules/@atscript/typescript/dist/utils.d.ts
26
+ //#region ../../node_modules/.pnpm/@atscript+typescript@0.1.55_@atscript+core@0.1.55_@emnapi+core@1.9.2_@emnapi+runtime@1._70303244b349bb55ddb88d445945ac09/node_modules/@atscript/typescript/dist/utils.d.ts
27
27
  interface TError {
28
28
  path: string;
29
29
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atscript/vue-form",
3
- "version": "0.1.60",
3
+ "version": "0.1.62",
4
4
  "description": "Type-driven form rendering for Atscript with Vue 3",
5
5
  "keywords": [
6
6
  "atscript",
@@ -147,29 +147,29 @@
147
147
  "access": "public"
148
148
  },
149
149
  "dependencies": {
150
- "@atscript/ui": "^0.1.60"
150
+ "@atscript/ui": "^0.1.62"
151
151
  },
152
152
  "devDependencies": {
153
- "@atscript/core": "^0.1.54",
154
- "@atscript/db-client": "^0.1.75",
155
- "@atscript/typescript": "^0.1.54",
153
+ "@atscript/core": "^0.1.55",
154
+ "@atscript/db-client": "^0.1.76",
155
+ "@atscript/typescript": "^0.1.55",
156
156
  "@tsdown/css": "^0.21.4",
157
157
  "@vitejs/plugin-vue": "^6",
158
158
  "@vue/test-utils": "^2",
159
159
  "happy-dom": "^18",
160
160
  "reka-ui": "^2.9.2",
161
- "unplugin-atscript": "^0.1.54",
161
+ "unplugin-atscript": "^0.1.55",
162
162
  "vitest": "npm:@voidzero-dev/vite-plus-test@latest",
163
163
  "vue": "^3",
164
164
  "vue-tsc": "^3.2.6",
165
165
  "vunor": "^0.2",
166
- "@atscript/ui-fns": "^0.1.60"
166
+ "@atscript/ui-fns": "^0.1.62"
167
167
  },
168
168
  "peerDependencies": {
169
- "@atscript/db-client": "^0.1.75",
169
+ "@atscript/db-client": "^0.1.76",
170
170
  "reka-ui": "^2.9.2",
171
171
  "vue": "^3",
172
- "@atscript/ui-fns": "^0.1.60"
172
+ "@atscript/ui-fns": "^0.1.62"
173
173
  },
174
174
  "scripts": {
175
175
  "build": "node ../../scripts/gen-exports.mjs && vp pack",