@atscript/vue-wf 0.1.98 → 0.1.100
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/as-wf-form.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as _default } from "./as-wf-form.vue-
|
|
1
|
+
import { t as _default } from "./as-wf-form.vue-CQgoNeRH.mjs";
|
|
2
2
|
export { _default as default };
|
|
@@ -283,26 +283,26 @@ type __VLS_Slots = {} & {
|
|
|
283
283
|
'form.loading'?: (props: typeof __VLS_64) => any;
|
|
284
284
|
};
|
|
285
285
|
declare const __VLS_base: vue.DefineComponent<AsWfFormProps, {}, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {} & {
|
|
286
|
-
|
|
287
|
-
action: (action: WfActionRequest) => any;
|
|
286
|
+
finished: (response: unknown) => any;
|
|
288
287
|
error: (error: {
|
|
289
288
|
message: string;
|
|
290
289
|
status?: number;
|
|
291
290
|
}) => any;
|
|
292
|
-
finished: (response: unknown) => any;
|
|
293
291
|
submit: (data: unknown) => any;
|
|
294
292
|
loading: (isLoading: boolean) => any;
|
|
293
|
+
dismiss: () => any;
|
|
294
|
+
action: (action: WfActionRequest) => any;
|
|
295
295
|
form: (def: FormDef, context?: Record<string, unknown> | undefined) => any;
|
|
296
296
|
}, string, vue.PublicProps, Readonly<AsWfFormProps> & Readonly<{
|
|
297
|
-
|
|
298
|
-
onAction?: ((action: WfActionRequest) => any) | undefined;
|
|
297
|
+
onFinished?: ((response: unknown) => any) | undefined;
|
|
299
298
|
onError?: ((error: {
|
|
300
299
|
message: string;
|
|
301
300
|
status?: number;
|
|
302
301
|
}) => any) | undefined;
|
|
303
|
-
onFinished?: ((response: unknown) => any) | undefined;
|
|
304
302
|
onSubmit?: ((data: unknown) => any) | undefined;
|
|
305
303
|
onLoading?: ((isLoading: boolean) => any) | undefined;
|
|
304
|
+
onDismiss?: (() => any) | undefined;
|
|
305
|
+
onAction?: ((action: WfActionRequest) => any) | undefined;
|
|
306
306
|
onForm?: ((def: FormDef, context?: Record<string, unknown> | undefined) => any) | undefined;
|
|
307
307
|
}>, {
|
|
308
308
|
tokenTransport: "body" | "cookie" | "query";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { a as WfNext, i as WfMessage, n as WfButton, r as WfFinished, t as WfActionRequest } from "./index-C5MmoWFB.mjs";
|
|
2
|
-
import { i as useWfForm, n as UseWfFormOptions, r as UseWfFormReturn, t as _default$1 } from "./as-wf-form.vue-
|
|
2
|
+
import { i as useWfForm, n as UseWfFormOptions, r as UseWfFormReturn, t as _default$1 } from "./as-wf-form.vue-CQgoNeRH.mjs";
|
|
3
3
|
import { t as _default } from "./as-wf-finish.vue-BhXMooP3.mjs";
|
|
4
4
|
export { _default as AsWfFinish, _default$1 as AsWfForm, type UseWfFormOptions, type UseWfFormReturn, type WfActionRequest, type WfButton, type WfFinished, type WfMessage, type WfNext, useWfForm };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/vue-wf",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.100",
|
|
4
4
|
"description": "Workflow form integration for Vue 3 — HTTP round-trip loop driven by atscript type metadata",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -51,25 +51,25 @@
|
|
|
51
51
|
"access": "public"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@atscript/ui": "^0.1.
|
|
54
|
+
"@atscript/ui": "^0.1.100"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@atscript/core": "^0.1.
|
|
58
|
-
"@atscript/typescript": "^0.1.
|
|
57
|
+
"@atscript/core": "^0.1.76",
|
|
58
|
+
"@atscript/typescript": "^0.1.76",
|
|
59
59
|
"@vitejs/plugin-vue": "^6",
|
|
60
60
|
"@vue/test-utils": "^2",
|
|
61
61
|
"happy-dom": "^18",
|
|
62
|
-
"unplugin-atscript": "^0.1.
|
|
62
|
+
"unplugin-atscript": "^0.1.76",
|
|
63
63
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
64
64
|
"vue": "^3",
|
|
65
65
|
"vue-tsc": "~3.2.9",
|
|
66
|
-
"@atscript/vue-form": "^0.1.
|
|
67
|
-
"@atscript/moost-wf": "^0.1.
|
|
66
|
+
"@atscript/vue-form": "^0.1.100",
|
|
67
|
+
"@atscript/moost-wf": "^0.1.100"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@atscript/typescript": "^0.1.
|
|
70
|
+
"@atscript/typescript": "^0.1.76",
|
|
71
71
|
"vue": "^3",
|
|
72
|
-
"@atscript/vue-form": "^0.1.
|
|
72
|
+
"@atscript/vue-form": "^0.1.100"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"build": "node ../../scripts/gen-exports.mjs && vp pack",
|