@fastkit/vui 0.14.0 → 0.15.0
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/vui.d.ts +19 -19
- package/dist/vui.mjs +1 -1
- package/dist/vui.mjs.map +1 -1
- package/package.json +3 -3
- package/src/components/VForm/VForm.tsx +1 -1
package/dist/vui.d.ts
CHANGED
|
@@ -218,7 +218,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
218
218
|
valid: vue.ComputedRef<boolean>;
|
|
219
219
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
220
220
|
spellcheck: vue.ComputedRef<boolean>;
|
|
221
|
-
|
|
221
|
+
sending: vue.ComputedRef<boolean>;
|
|
222
222
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
223
223
|
blur: () => void;
|
|
224
224
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
@@ -629,7 +629,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
629
629
|
valid: vue.ComputedRef<boolean>;
|
|
630
630
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
631
631
|
spellcheck: vue.ComputedRef<boolean>;
|
|
632
|
-
|
|
632
|
+
sending: vue.ComputedRef<boolean>;
|
|
633
633
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
634
634
|
validate: () => Promise<boolean>;
|
|
635
635
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -3277,7 +3277,7 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
3277
3277
|
valid: vue.ComputedRef<boolean>;
|
|
3278
3278
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
3279
3279
|
spellcheck: vue.ComputedRef<boolean>;
|
|
3280
|
-
|
|
3280
|
+
sending: vue.ComputedRef<boolean>;
|
|
3281
3281
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
3282
3282
|
blur: () => void;
|
|
3283
3283
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
@@ -3464,7 +3464,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
3464
3464
|
valid: vue.ComputedRef<boolean>;
|
|
3465
3465
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
3466
3466
|
spellcheck: vue.ComputedRef<boolean>;
|
|
3467
|
-
|
|
3467
|
+
sending: vue.ComputedRef<boolean>;
|
|
3468
3468
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
3469
3469
|
blur: () => void;
|
|
3470
3470
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control__.ValidationResult>;
|
|
@@ -3661,7 +3661,7 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
3661
3661
|
valid: vue.ComputedRef<boolean>;
|
|
3662
3662
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
3663
3663
|
spellcheck: vue.ComputedRef<boolean>;
|
|
3664
|
-
|
|
3664
|
+
sending: vue.ComputedRef<boolean>;
|
|
3665
3665
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
3666
3666
|
blur: () => void;
|
|
3667
3667
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
@@ -3846,7 +3846,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
3846
3846
|
valid: vue.ComputedRef<boolean>;
|
|
3847
3847
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
3848
3848
|
spellcheck: vue.ComputedRef<boolean>;
|
|
3849
|
-
|
|
3849
|
+
sending: vue.ComputedRef<boolean>;
|
|
3850
3850
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
3851
3851
|
blur: () => void;
|
|
3852
3852
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control__.ValidationResult>;
|
|
@@ -4043,7 +4043,7 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
4043
4043
|
valid: vue.ComputedRef<boolean>;
|
|
4044
4044
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
4045
4045
|
spellcheck: vue.ComputedRef<boolean>;
|
|
4046
|
-
|
|
4046
|
+
sending: vue.ComputedRef<boolean>;
|
|
4047
4047
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
4048
4048
|
blur: () => void;
|
|
4049
4049
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
@@ -4228,7 +4228,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
4228
4228
|
valid: vue.ComputedRef<boolean>;
|
|
4229
4229
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
4230
4230
|
spellcheck: vue.ComputedRef<boolean>;
|
|
4231
|
-
|
|
4231
|
+
sending: vue.ComputedRef<boolean>;
|
|
4232
4232
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
4233
4233
|
blur: () => void;
|
|
4234
4234
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control__.ValidationResult>;
|
|
@@ -4423,7 +4423,7 @@ declare const VOption: vue.DefineComponent<{
|
|
|
4423
4423
|
valid: vue.ComputedRef<boolean>;
|
|
4424
4424
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
4425
4425
|
spellcheck: vue.ComputedRef<boolean>;
|
|
4426
|
-
|
|
4426
|
+
sending: vue.ComputedRef<boolean>;
|
|
4427
4427
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
4428
4428
|
blur: () => void;
|
|
4429
4429
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
@@ -4669,7 +4669,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
4669
4669
|
valid: vue.ComputedRef<boolean>;
|
|
4670
4670
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
4671
4671
|
spellcheck: vue.ComputedRef<boolean>;
|
|
4672
|
-
|
|
4672
|
+
sending: vue.ComputedRef<boolean>;
|
|
4673
4673
|
blur: () => void;
|
|
4674
4674
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
4675
4675
|
validate: () => Promise<boolean>;
|
|
@@ -5162,7 +5162,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
5162
5162
|
valid: vue.ComputedRef<boolean>;
|
|
5163
5163
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
5164
5164
|
spellcheck: vue.ComputedRef<boolean>;
|
|
5165
|
-
|
|
5165
|
+
sending: vue.ComputedRef<boolean>;
|
|
5166
5166
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
5167
5167
|
validate: () => Promise<boolean>;
|
|
5168
5168
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
@@ -5308,7 +5308,7 @@ declare function createVFormProps(): {
|
|
|
5308
5308
|
type: BooleanConstructor;
|
|
5309
5309
|
default: boolean;
|
|
5310
5310
|
};
|
|
5311
|
-
|
|
5311
|
+
sending: BooleanConstructor;
|
|
5312
5312
|
disableAutoScroll: BooleanConstructor;
|
|
5313
5313
|
name: StringConstructor;
|
|
5314
5314
|
modelValue: vue.Prop<unknown, unknown>;
|
|
@@ -5349,7 +5349,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
5349
5349
|
type: BooleanConstructor;
|
|
5350
5350
|
default: boolean;
|
|
5351
5351
|
};
|
|
5352
|
-
|
|
5352
|
+
sending: BooleanConstructor;
|
|
5353
5353
|
disableAutoScroll: BooleanConstructor;
|
|
5354
5354
|
name: StringConstructor;
|
|
5355
5355
|
modelValue: vue.Prop<unknown, unknown>;
|
|
@@ -5382,7 +5382,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
5382
5382
|
'v-form--disabled': boolean;
|
|
5383
5383
|
'v-form--validating': boolean;
|
|
5384
5384
|
'v-form--pending': boolean;
|
|
5385
|
-
'v-form--
|
|
5385
|
+
'v-form--sending': boolean;
|
|
5386
5386
|
})[]>;
|
|
5387
5387
|
form: VueForm;
|
|
5388
5388
|
formRef: () => vue.Ref<HTMLFormElement | null>;
|
|
@@ -5414,14 +5414,14 @@ declare const VForm: vue.DefineComponent<{
|
|
|
5414
5414
|
valid: vue.ComputedRef<boolean>;
|
|
5415
5415
|
shouldValidate: vue.ComputedRef<boolean>;
|
|
5416
5416
|
spellcheck: vue.ComputedRef<boolean>;
|
|
5417
|
-
|
|
5417
|
+
sending: vue.ComputedRef<boolean>;
|
|
5418
5418
|
focus: (opts?: FocusOptions | undefined) => void;
|
|
5419
5419
|
blur: () => void;
|
|
5420
5420
|
validateSelf: (force?: boolean | undefined) => Promise<_fastkit_vue_form_control.ValidationResult>;
|
|
5421
5421
|
validate: () => Promise<boolean>;
|
|
5422
5422
|
}, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {
|
|
5423
5423
|
submit: (form: VueForm, ev: Event) => boolean;
|
|
5424
|
-
'update:
|
|
5424
|
+
'update:sending': (sending: boolean, form: VueForm) => boolean;
|
|
5425
5425
|
'update:modelValue': (value: unknown) => boolean;
|
|
5426
5426
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
5427
5427
|
change: (value: unknown) => boolean;
|
|
@@ -5441,7 +5441,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
5441
5441
|
type: BooleanConstructor;
|
|
5442
5442
|
default: boolean;
|
|
5443
5443
|
};
|
|
5444
|
-
|
|
5444
|
+
sending: BooleanConstructor;
|
|
5445
5445
|
disableAutoScroll: BooleanConstructor;
|
|
5446
5446
|
name: StringConstructor;
|
|
5447
5447
|
modelValue: vue.Prop<unknown, unknown>;
|
|
@@ -5472,14 +5472,14 @@ declare const VForm: vue.DefineComponent<{
|
|
|
5472
5472
|
onBlur?: ((ev: FocusEvent) => any) | undefined;
|
|
5473
5473
|
onChange?: ((value: unknown) => any) | undefined;
|
|
5474
5474
|
onSubmit?: ((form: VueForm, ev: Event) => any) | undefined;
|
|
5475
|
-
"onUpdate:
|
|
5475
|
+
"onUpdate:sending"?: ((sending: boolean, form: VueForm) => any) | undefined;
|
|
5476
5476
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
5477
5477
|
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
5478
5478
|
}, {
|
|
5479
5479
|
required: boolean;
|
|
5480
5480
|
loading: boolean;
|
|
5481
5481
|
autoValidate: boolean;
|
|
5482
|
-
|
|
5482
|
+
sending: boolean;
|
|
5483
5483
|
disableAutoScroll: boolean;
|
|
5484
5484
|
tabindex: string | number;
|
|
5485
5485
|
autofocus: boolean;
|
package/dist/vui.mjs
CHANGED
|
@@ -3092,7 +3092,7 @@ var VForm = defineComponent({
|
|
|
3092
3092
|
"v-form--disabled": nodeControl.isDisabled,
|
|
3093
3093
|
"v-form--validating": nodeControl.validating,
|
|
3094
3094
|
"v-form--pending": nodeControl.pending,
|
|
3095
|
-
"v-form--
|
|
3095
|
+
"v-form--sending": nodeControl.sending
|
|
3096
3096
|
}];
|
|
3097
3097
|
});
|
|
3098
3098
|
useControl(props10);
|