@atscript/vue-form 0.1.77 → 0.1.79
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-array-kAG-gM2x.cjs → as-array-BoPN5kVu.cjs} +1 -1
- package/dist/{as-array-BSRRLcgo.mjs → as-array-C8pb0XAq.mjs} +1 -1
- package/dist/as-array.cjs +1 -1
- package/dist/as-array.mjs +1 -1
- package/dist/{as-field-BiQzNgtG.cjs → as-field--sdVpUAw.cjs} +4 -1
- package/dist/{as-field-aACXvLZe.mjs → as-field-CryuaPPU.mjs} +4 -1
- package/dist/as-field.cjs +1 -1
- package/dist/as-field.mjs +1 -1
- package/dist/{as-form-Cjeznwd0.cjs → as-form-BWf2QGoS.cjs} +1 -1
- package/dist/{as-form-BB_QGAjt.mjs → as-form-D6zQF-19.mjs} +1 -1
- package/dist/as-form.cjs +1 -1
- package/dist/as-form.d.cts +1 -1
- package/dist/as-form.d.mts +1 -1
- package/dist/as-form.mjs +1 -1
- package/dist/{as-form.vue-BmDsOgLK.d.mts → as-form.vue-BOfKxDTv.d.mts} +1 -1
- package/dist/{as-form.vue-B6iBidP7.d.cts → as-form.vue-BkSIywRv.d.cts} +1 -1
- package/dist/{as-iterator-BPwZbqDx.cjs → as-iterator-0kW5UmOg.cjs} +1 -1
- package/dist/{as-iterator-BE5ceKCX.mjs → as-iterator-CNMdEj9a.mjs} +1 -1
- package/dist/as-iterator.cjs +1 -1
- package/dist/as-iterator.mjs +1 -1
- package/dist/{as-object-AOdvxeap.cjs → as-object-B3dxi-5A.cjs} +1 -1
- package/dist/{as-object-DJJPz_K_.mjs → as-object-DpSs3Aki.mjs} +1 -1
- package/dist/as-object.cjs +1 -1
- package/dist/as-object.mjs +1 -1
- package/dist/{as-tuple-DY2RHc_2.mjs → as-tuple-4xpIT7ix.mjs} +1 -1
- package/dist/{as-tuple--dXvRcJ7.cjs → as-tuple-BH2ss6EY.cjs} +1 -1
- package/dist/as-tuple.cjs +1 -1
- package/dist/as-tuple.mjs +1 -1
- package/dist/index.cjs +6 -6
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +6 -6
- package/package.json +10 -10
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
2
|
-
const require_as_field = require("./as-field
|
|
2
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
3
3
|
const require_use_as_dropdown = require("./use-as-dropdown-C-Qy7Vt0.cjs");
|
|
4
4
|
const require_as_variant_picker = require("./as-variant-picker-DObQZHmm.cjs");
|
|
5
5
|
const require_use_as_optional_add_flow = require("./use-as-optional-add-flow-Dg_2iQ4d.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as CHANGE_HANDLER_KEY, n as useAsUnionVariant, r as useFormContext } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
|
-
import { t as as_field_default } from "./as-field-
|
|
2
|
+
import { t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
3
3
|
import { t as useAsDropdown } from "./use-as-dropdown-BMnEm6jF.mjs";
|
|
4
4
|
import { t as as_variant_picker_default } from "./as-variant-picker-BVs0AvjK.mjs";
|
|
5
5
|
import { t as useAsOptionalAddFlow } from "./use-as-optional-add-flow-DzUScp6V.mjs";
|
package/dist/as-array.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_array = require("./as-array-
|
|
1
|
+
const require_as_array = require("./as-array-BoPN5kVu.cjs");
|
|
2
2
|
module.exports = require_as_array.as_array_default;
|
package/dist/as-array.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_array_default } from "./as-array-
|
|
1
|
+
import { t as as_array_default } from "./as-array-C8pb0XAq.mjs";
|
|
2
2
|
export { as_array_default as default };
|
|
@@ -119,7 +119,10 @@ function useAsData() {
|
|
|
119
119
|
}
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/components/as-field.vue?vue&type=script&setup=true&lang.ts
|
|
122
|
-
const _hoisted_1 = {
|
|
122
|
+
const _hoisted_1 = {
|
|
123
|
+
key: 1,
|
|
124
|
+
class: "as-field-missing"
|
|
125
|
+
};
|
|
123
126
|
const emptyScope = {
|
|
124
127
|
v: void 0,
|
|
125
128
|
data: {},
|
|
@@ -119,7 +119,10 @@ function useAsData() {
|
|
|
119
119
|
}
|
|
120
120
|
//#endregion
|
|
121
121
|
//#region src/components/as-field.vue?vue&type=script&setup=true&lang.ts
|
|
122
|
-
const _hoisted_1 = {
|
|
122
|
+
const _hoisted_1 = {
|
|
123
|
+
key: 1,
|
|
124
|
+
class: "as-field-missing"
|
|
125
|
+
};
|
|
123
126
|
const emptyScope = {
|
|
124
127
|
v: void 0,
|
|
125
128
|
data: {},
|
package/dist/as-field.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_field = require("./as-field
|
|
1
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
2
2
|
module.exports = require_as_field.as_field_default;
|
package/dist/as-field.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_field_default } from "./as-field-
|
|
1
|
+
import { t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
2
2
|
export { as_field_default as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
2
2
|
const require_use_as_nested_sections_store = require("./use-as-nested-sections-store-jdMRxjBE.cjs");
|
|
3
3
|
const require_use_as_value_help = require("./use-as-value-help-uANI3zWa.cjs");
|
|
4
|
-
const require_as_field = require("./as-field
|
|
4
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
5
5
|
let vue = require("vue");
|
|
6
6
|
let _atscript_ui = require("@atscript/ui");
|
|
7
7
|
//#region src/composables/use-as-external-errors.ts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { a as CHANGE_HANDLER_KEY, c as ERRORS_KEY, d as FORM_STATE_KEY, f as HIDE_ROOT_TITLE_KEY, g as TYPES_KEY, h as ROOT_DATA_KEY, i as ACTION_HANDLER_KEY, l as FORM_CONTEXT_KEY, m as PATH_PREFIX_KEY, o as COMPONENTS_KEY, s as DISMISS_EXTERNAL_AT_KEY, u as FORM_DATA_KEY } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
2
|
import { n as provideAsNestedSectionsStore, r as useAsNestedSectionsStore, t as DESCENDANT_ERROR_COUNTS_KEY } from "./use-as-nested-sections-store-lhi0z5z1.mjs";
|
|
3
3
|
import { t as CLIENT_FACTORY_KEY } from "./use-as-value-help-CBykDEjZ.mjs";
|
|
4
|
-
import { t as as_field_default } from "./as-field-
|
|
4
|
+
import { t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
5
5
|
import { computed, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, nextTick, openBlock, provide, reactive, ref, renderSlot, toDisplayString, toRaw, toValue, unref, watch, watchEffect, withModifiers } from "vue";
|
|
6
6
|
import { UI_FORM_ACTION, UI_FORM_FN_SUBMIT_DISABLED, UI_FORM_FN_SUBMIT_TEXT, UI_FORM_SUBMIT_TEXT, WF_ACTION_WITH_DATA, buildDescendantErrorCounts, getFieldMeta, getFormValidator, iteratePathAncestors, mergeErrorMaps, resolveFormProp } from "@atscript/ui";
|
|
7
7
|
//#region src/composables/use-as-external-errors.ts
|
package/dist/as-form.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_form = require("./as-form-
|
|
1
|
+
const require_as_form = require("./as-form-BWf2QGoS.cjs");
|
|
2
2
|
module.exports = require_as_form.as_form_default;
|
package/dist/as-form.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as _default, t as Props } from "./as-form.vue-
|
|
1
|
+
import { n as _default, t as Props } from "./as-form.vue-BkSIywRv.cjs";
|
|
2
2
|
export { Props, _default as default };
|
package/dist/as-form.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as _default, t as Props } from "./as-form.vue-
|
|
1
|
+
import { n as _default, t as Props } from "./as-form.vue-BOfKxDTv.mjs";
|
|
2
2
|
export { Props, _default as default };
|
package/dist/as-form.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_form_default } from "./as-form-
|
|
1
|
+
import { t as as_form_default } from "./as-form-D6zQF-19.mjs";
|
|
2
2
|
export { as_form_default as default };
|
|
@@ -77,11 +77,11 @@ interface Props<TF, TC> {
|
|
|
77
77
|
}
|
|
78
78
|
declare const __VLS_export: <TFormData = any, TFormContext = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
79
79
|
props: vue.PublicProps & __VLS_PrettifyLocal<Props<TFormData, TFormContext> & {
|
|
80
|
+
onAction?: ((name: string, data: TFormData) => any) | undefined;
|
|
80
81
|
onError?: ((errors: {
|
|
81
82
|
path: string;
|
|
82
83
|
message: string;
|
|
83
84
|
}[]) => any) | undefined;
|
|
84
|
-
onAction?: ((name: string, data: TFormData) => any) | undefined;
|
|
85
85
|
onSubmit?: ((data: TFormData) => any) | undefined;
|
|
86
86
|
"onUnsupported-action"?: ((name: string, data: TFormData) => any) | undefined;
|
|
87
87
|
onChange?: ((type: TAsChangeType, path: string, value: unknown, formData: TFormData) => any) | undefined;
|
|
@@ -77,11 +77,11 @@ interface Props<TF, TC> {
|
|
|
77
77
|
}
|
|
78
78
|
declare const __VLS_export: <TFormData = any, TFormContext = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
79
79
|
props: vue.PublicProps & __VLS_PrettifyLocal<Props<TFormData, TFormContext> & {
|
|
80
|
+
onAction?: ((name: string, data: TFormData) => any) | undefined;
|
|
80
81
|
onError?: ((errors: {
|
|
81
82
|
path: string;
|
|
82
83
|
message: string;
|
|
83
84
|
}[]) => any) | undefined;
|
|
84
|
-
onAction?: ((name: string, data: TFormData) => any) | undefined;
|
|
85
85
|
onSubmit?: ((data: TFormData) => any) | undefined;
|
|
86
86
|
"onUnsupported-action"?: ((name: string, data: TFormData) => any) | undefined;
|
|
87
87
|
onChange?: ((type: TAsChangeType, path: string, value: unknown, formData: TFormData) => any) | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
2
|
-
const require_as_field = require("./as-field
|
|
2
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
3
3
|
let vue = require("vue");
|
|
4
4
|
//#endregion
|
|
5
5
|
//#region src/components/as-iterator.vue
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { m as PATH_PREFIX_KEY } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
|
-
import { t as as_field_default } from "./as-field-
|
|
2
|
+
import { t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
3
3
|
import { Fragment, computed, createBlock, createElementBlock, defineComponent, inject, openBlock, provide, renderList } from "vue";
|
|
4
4
|
//#endregion
|
|
5
5
|
//#region src/components/as-iterator.vue
|
package/dist/as-iterator.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_iterator = require("./as-iterator-
|
|
1
|
+
const require_as_iterator = require("./as-iterator-0kW5UmOg.cjs");
|
|
2
2
|
module.exports = require_as_iterator.as_iterator_default;
|
package/dist/as-iterator.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_iterator_default } from "./as-iterator-
|
|
1
|
+
import { t as as_iterator_default } from "./as-iterator-CNMdEj9a.mjs";
|
|
2
2
|
export { as_iterator_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
2
|
-
const require_as_iterator = require("./as-iterator-
|
|
2
|
+
const require_as_iterator = require("./as-iterator-0kW5UmOg.cjs");
|
|
3
3
|
const require_as_variant_picker = require("./as-variant-picker-DObQZHmm.cjs");
|
|
4
4
|
const require_use_as_optional_add_flow = require("./use-as-optional-add-flow-Dg_2iQ4d.cjs");
|
|
5
5
|
const require_as_collapsible = require("./as-collapsible-FN1ksw08.cjs");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as useAsUnionVariant } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
|
-
import { t as as_iterator_default } from "./as-iterator-
|
|
2
|
+
import { t as as_iterator_default } from "./as-iterator-CNMdEj9a.mjs";
|
|
3
3
|
import { n as as_optional_clear_default, t as as_variant_picker_default } from "./as-variant-picker-BVs0AvjK.mjs";
|
|
4
4
|
import { t as useAsOptionalAddFlow } from "./use-as-optional-add-flow-DzUScp6V.mjs";
|
|
5
5
|
import { t as as_collapsible_default } from "./as-collapsible-ChFET8n3.mjs";
|
package/dist/as-object.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_object = require("./as-object-
|
|
1
|
+
const require_as_object = require("./as-object-B3dxi-5A.cjs");
|
|
2
2
|
module.exports = require_as_object.as_object_default;
|
package/dist/as-object.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_object_default } from "./as-object-
|
|
1
|
+
import { t as as_object_default } from "./as-object-DpSs3Aki.mjs";
|
|
2
2
|
export { as_object_default as default };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { a as CHANGE_HANDLER_KEY, n as useAsUnionVariant, r as useFormContext } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
|
-
import { t as as_field_default } from "./as-field-
|
|
2
|
+
import { t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
3
3
|
import { t as as_variant_picker_default } from "./as-variant-picker-BVs0AvjK.mjs";
|
|
4
4
|
import { t as useAsOptionalAddFlow } from "./use-as-optional-add-flow-DzUScp6V.mjs";
|
|
5
5
|
import { t as as_collapsible_default } from "./as-collapsible-ChFET8n3.mjs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
2
|
-
const require_as_field = require("./as-field
|
|
2
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
3
3
|
const require_as_variant_picker = require("./as-variant-picker-DObQZHmm.cjs");
|
|
4
4
|
const require_use_as_optional_add_flow = require("./use-as-optional-add-flow-Dg_2iQ4d.cjs");
|
|
5
5
|
const require_as_collapsible = require("./as-collapsible-FN1ksw08.cjs");
|
package/dist/as-tuple.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const require_as_tuple = require("./as-tuple
|
|
1
|
+
const require_as_tuple = require("./as-tuple-BH2ss6EY.cjs");
|
|
2
2
|
module.exports = require_as_tuple.as_tuple_default;
|
package/dist/as-tuple.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as as_tuple_default } from "./as-tuple-
|
|
1
|
+
import { t as as_tuple_default } from "./as-tuple-4xpIT7ix.mjs";
|
|
2
2
|
export { as_tuple_default as default };
|
package/dist/index.cjs
CHANGED
|
@@ -2,10 +2,10 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_use_form_context = require("./use-form-context-Dwr8Ai1v.cjs");
|
|
3
3
|
const require_use_as_nested_sections_store = require("./use-as-nested-sections-store-jdMRxjBE.cjs");
|
|
4
4
|
const require_use_as_value_help = require("./use-as-value-help-uANI3zWa.cjs");
|
|
5
|
-
const require_as_form = require("./as-form-
|
|
6
|
-
const require_as_field = require("./as-field
|
|
5
|
+
const require_as_form = require("./as-form-BWf2QGoS.cjs");
|
|
6
|
+
const require_as_field = require("./as-field--sdVpUAw.cjs");
|
|
7
7
|
const require_use_as_locale = require("./use-as-locale-C4z5stwD.cjs");
|
|
8
|
-
const require_as_iterator = require("./as-iterator-
|
|
8
|
+
const require_as_iterator = require("./as-iterator-0kW5UmOg.cjs");
|
|
9
9
|
const require_use_as_dropdown = require("./use-as-dropdown-C-Qy7Vt0.cjs");
|
|
10
10
|
const require_as_field_shell = require("./as-field-shell-TH8IrGg9.cjs");
|
|
11
11
|
const require_as_input = require("./as-input-DBwxoEp7.cjs");
|
|
@@ -16,10 +16,10 @@ const require_as_checkbox = require("./as-checkbox-Dcqf2Bby.cjs");
|
|
|
16
16
|
const require_as_paragraph = require("./as-paragraph-D_h8QGLz.cjs");
|
|
17
17
|
const require_as_action = require("./as-action-UtPIV4Cf.cjs");
|
|
18
18
|
const require_use_as_optional_add_flow = require("./use-as-optional-add-flow-Dg_2iQ4d.cjs");
|
|
19
|
-
const require_as_object = require("./as-object-
|
|
20
|
-
const require_as_array = require("./as-array-
|
|
19
|
+
const require_as_object = require("./as-object-B3dxi-5A.cjs");
|
|
20
|
+
const require_as_array = require("./as-array-BoPN5kVu.cjs");
|
|
21
21
|
const require_as_union = require("./as-union-BDqrrIn6.cjs");
|
|
22
|
-
const require_as_tuple = require("./as-tuple
|
|
22
|
+
const require_as_tuple = require("./as-tuple-BH2ss6EY.cjs");
|
|
23
23
|
const require_as_ref = require("./as-ref-DjMTB-tC.cjs");
|
|
24
24
|
const require_as_decimal = require("./as-decimal--cEvm1lb.cjs");
|
|
25
25
|
const require_as_number = require("./as-number-ojx4Q8YH.cjs");
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _default$6 from "./as-field.cjs";
|
|
2
|
-
import { a as TFormRule, i as TFormFieldRegistration, n as _default$8, o as TFormState, r as TFormFieldCallbacks } from "./as-form.vue-
|
|
2
|
+
import { a as TFormRule, i as TFormFieldRegistration, n as _default$8, o as TFormState, r as TFormFieldCallbacks } from "./as-form.vue-BkSIywRv.cjs";
|
|
3
3
|
import { a as TAsTypeComponents, i as TAsComponentProps, n as TAsChangeType, o as TAsUnionContext, r as TAsComponentEmits, t as TAsBaseComponentProps } from "./types-CzMUE5Dk.cjs";
|
|
4
4
|
import _default$10 from "./as-iterator.cjs";
|
|
5
5
|
import { t as _default } from "./as-action.vue-BOLmcRHb.cjs";
|
|
@@ -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.
|
|
26
|
+
//#region ../../node_modules/.pnpm/@atscript+typescript@0.1.64_@atscript+core@0.1.64_@emnapi+core@1.10.0_@emnapi+runtime@1_b3c9a43db403e12d29b70a05c1c300ca/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
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _default$6 from "./as-field.mjs";
|
|
2
|
-
import { a as TFormRule, i as TFormFieldRegistration, n as _default$8, o as TFormState, r as TFormFieldCallbacks } from "./as-form.vue-
|
|
2
|
+
import { a as TFormRule, i as TFormFieldRegistration, n as _default$8, o as TFormState, r as TFormFieldCallbacks } from "./as-form.vue-BOfKxDTv.mjs";
|
|
3
3
|
import { a as TAsTypeComponents, i as TAsComponentProps, n as TAsChangeType, o as TAsUnionContext, r as TAsComponentEmits, t as TAsBaseComponentProps } from "./types-D0xtsrz8.mjs";
|
|
4
4
|
import _default$10 from "./as-iterator.mjs";
|
|
5
5
|
import { t as _default } from "./as-action.vue-ReXXWCRt.mjs";
|
|
@@ -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.
|
|
26
|
+
//#region ../../node_modules/.pnpm/@atscript+typescript@0.1.64_@atscript+core@0.1.64_@emnapi+core@1.10.0_@emnapi+runtime@1_b3c9a43db403e12d29b70a05c1c300ca/node_modules/@atscript/typescript/dist/utils.d.ts
|
|
27
27
|
interface TError {
|
|
28
28
|
path: string;
|
|
29
29
|
message: string;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { m as PATH_PREFIX_KEY, n as useAsUnionVariant, s as DISMISS_EXTERNAL_AT_KEY, t as formatIndexedLabelParts } from "./use-form-context-bAj7UoSe.mjs";
|
|
2
2
|
import { n as provideAsNestedSectionsStore, r as useAsNestedSectionsStore } from "./use-as-nested-sections-store-lhi0z5z1.mjs";
|
|
3
3
|
import { n as useAsValueHelp } from "./use-as-value-help-CBykDEjZ.mjs";
|
|
4
|
-
import { i as useAsExternalErrors, n as useAsForm, r as useAsState, t as as_form_default } from "./as-form-
|
|
5
|
-
import { n as useAsData, r as useAsField, t as as_field_default } from "./as-field-
|
|
4
|
+
import { i as useAsExternalErrors, n as useAsForm, r as useAsState, t as as_form_default } from "./as-form-D6zQF-19.mjs";
|
|
5
|
+
import { n as useAsData, r as useAsField, t as as_field_default } from "./as-field-CryuaPPU.mjs";
|
|
6
6
|
import { n as useAsLocale, t as provideAsLocale } from "./use-as-locale-BrFdAgnU.mjs";
|
|
7
|
-
import { t as as_iterator_default } from "./as-iterator-
|
|
7
|
+
import { t as as_iterator_default } from "./as-iterator-CNMdEj9a.mjs";
|
|
8
8
|
import { i as useAsFocusFirstAfter, n as focusFirstAfter, r as focusNewFocusableAfter, t as useAsDropdown } from "./use-as-dropdown-BMnEm6jF.mjs";
|
|
9
9
|
import { t as as_field_shell_default } from "./as-field-shell-DEQnfFVJ.mjs";
|
|
10
10
|
import { t as as_input_default } from "./as-input-CfXuz6cf.mjs";
|
|
@@ -15,10 +15,10 @@ import { n as useAsTriStateCheckbox, t as as_checkbox_default } from "./as-check
|
|
|
15
15
|
import { t as as_paragraph_default } from "./as-paragraph-CuXb-mfi.mjs";
|
|
16
16
|
import { t as as_action_default } from "./as-action-DfQE2MA7.mjs";
|
|
17
17
|
import { t as useAsOptionalAddFlow } from "./use-as-optional-add-flow-DzUScp6V.mjs";
|
|
18
|
-
import { t as as_object_default } from "./as-object-
|
|
19
|
-
import { n as useAsArray, t as as_array_default } from "./as-array-
|
|
18
|
+
import { t as as_object_default } from "./as-object-DpSs3Aki.mjs";
|
|
19
|
+
import { n as useAsArray, t as as_array_default } from "./as-array-C8pb0XAq.mjs";
|
|
20
20
|
import { n as useAsTypeMap, r as useAsUnion, t as as_union_default } from "./as-union-vz9dJ3aQ.mjs";
|
|
21
|
-
import { n as useAsTuple, t as as_tuple_default } from "./as-tuple-
|
|
21
|
+
import { n as useAsTuple, t as as_tuple_default } from "./as-tuple-4xpIT7ix.mjs";
|
|
22
22
|
import { t as as_ref_default } from "./as-ref-Bq_4z1IA.mjs";
|
|
23
23
|
import { n as useAsDualInput, r as useAsDecimal, t as as_decimal_default } from "./as-decimal-7sV4gfJx.mjs";
|
|
24
24
|
import { n as useAsNumber, t as as_number_default } from "./as-number-Clq1LMQd.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atscript/vue-form",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.79",
|
|
4
4
|
"description": "Type-driven form rendering for Atscript with Vue 3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"atscript",
|
|
@@ -152,29 +152,29 @@
|
|
|
152
152
|
"access": "public"
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@atscript/ui": "^0.1.
|
|
155
|
+
"@atscript/ui": "^0.1.79"
|
|
156
156
|
},
|
|
157
157
|
"devDependencies": {
|
|
158
|
-
"@atscript/core": "^0.1.
|
|
159
|
-
"@atscript/db-client": "^0.1.
|
|
160
|
-
"@atscript/typescript": "^0.1.
|
|
158
|
+
"@atscript/core": "^0.1.64",
|
|
159
|
+
"@atscript/db-client": "^0.1.91",
|
|
160
|
+
"@atscript/typescript": "^0.1.64",
|
|
161
161
|
"@tsdown/css": "^0.21.4",
|
|
162
162
|
"@vitejs/plugin-vue": "^6",
|
|
163
163
|
"@vue/test-utils": "^2",
|
|
164
164
|
"happy-dom": "^18",
|
|
165
165
|
"reka-ui": "^2.9.8",
|
|
166
|
-
"unplugin-atscript": "^0.1.
|
|
166
|
+
"unplugin-atscript": "^0.1.64",
|
|
167
167
|
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.14",
|
|
168
168
|
"vue": "^3",
|
|
169
169
|
"vue-tsc": "~3.2.9",
|
|
170
|
-
"vunor": "^0.2",
|
|
171
|
-
"@atscript/ui-fns": "^0.1.
|
|
170
|
+
"vunor": "^0.2.1",
|
|
171
|
+
"@atscript/ui-fns": "^0.1.79"
|
|
172
172
|
},
|
|
173
173
|
"peerDependencies": {
|
|
174
|
-
"@atscript/db-client": "^0.1.
|
|
174
|
+
"@atscript/db-client": "^0.1.91",
|
|
175
175
|
"reka-ui": "^2.9.8",
|
|
176
176
|
"vue": "^3",
|
|
177
|
-
"@atscript/ui-fns": "^0.1.
|
|
177
|
+
"@atscript/ui-fns": "^0.1.79"
|
|
178
178
|
},
|
|
179
179
|
"scripts": {
|
|
180
180
|
"build": "node ../../scripts/gen-exports.mjs && vp pack",
|