@fastkit/vui 0.18.18 → 0.18.20
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 +47 -45
- package/package.json +13 -13
package/dist/vui.d.ts
CHANGED
|
@@ -162,7 +162,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
162
162
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
163
163
|
};
|
|
164
164
|
rules: {
|
|
165
|
-
type: PropType<_fastkit_vue_form_control.
|
|
165
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
166
166
|
default: () => never[];
|
|
167
167
|
};
|
|
168
168
|
validationDeps: PropType<(nodeControl: FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -239,7 +239,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
239
239
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
240
240
|
};
|
|
241
241
|
rules: {
|
|
242
|
-
type: PropType<_fastkit_vue_form_control.
|
|
242
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
243
243
|
default: () => never[];
|
|
244
244
|
};
|
|
245
245
|
validationDeps: PropType<(nodeControl: FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -267,7 +267,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
267
267
|
spellcheck: boolean;
|
|
268
268
|
clearable: boolean;
|
|
269
269
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
270
|
-
rules: _fastkit_vue_form_control.
|
|
270
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
271
271
|
error: boolean;
|
|
272
272
|
showOwnErrors: boolean;
|
|
273
273
|
detach: boolean;
|
|
@@ -437,7 +437,7 @@ declare function createTextFieldProps(): {
|
|
|
437
437
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
438
438
|
};
|
|
439
439
|
rules: {
|
|
440
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
440
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
441
441
|
default: () => never[];
|
|
442
442
|
};
|
|
443
443
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -525,7 +525,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
525
525
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
526
526
|
};
|
|
527
527
|
rules: {
|
|
528
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
528
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
529
529
|
default: () => never[];
|
|
530
530
|
};
|
|
531
531
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -621,7 +621,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
621
621
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
622
622
|
};
|
|
623
623
|
rules: {
|
|
624
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
624
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
625
625
|
default: () => never[];
|
|
626
626
|
};
|
|
627
627
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -656,7 +656,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
656
656
|
spellcheck: boolean;
|
|
657
657
|
clearable: boolean;
|
|
658
658
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
659
|
-
rules: _fastkit_vue_form_control.
|
|
659
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
660
660
|
error: boolean;
|
|
661
661
|
showOwnErrors: boolean;
|
|
662
662
|
detach: boolean;
|
|
@@ -4699,7 +4699,7 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4699
4699
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
4700
4700
|
};
|
|
4701
4701
|
rules: {
|
|
4702
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
4702
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
4703
4703
|
default: () => never[];
|
|
4704
4704
|
};
|
|
4705
4705
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -4745,7 +4745,7 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4745
4745
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
4746
4746
|
};
|
|
4747
4747
|
rules: {
|
|
4748
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
4748
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
4749
4749
|
default: () => never[];
|
|
4750
4750
|
};
|
|
4751
4751
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -4772,7 +4772,7 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4772
4772
|
spellcheck: boolean;
|
|
4773
4773
|
clearable: boolean;
|
|
4774
4774
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
4775
|
-
rules: _fastkit_vue_form_control.
|
|
4775
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
4776
4776
|
error: boolean;
|
|
4777
4777
|
showOwnErrors: boolean;
|
|
4778
4778
|
detach: boolean;
|
|
@@ -4839,7 +4839,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4839
4839
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
4840
4840
|
};
|
|
4841
4841
|
rules: {
|
|
4842
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
4842
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
4843
4843
|
default: () => never[];
|
|
4844
4844
|
};
|
|
4845
4845
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -4916,7 +4916,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4916
4916
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
4917
4917
|
};
|
|
4918
4918
|
rules: {
|
|
4919
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
4919
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
4920
4920
|
default: () => never[];
|
|
4921
4921
|
};
|
|
4922
4922
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -4944,7 +4944,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4944
4944
|
spellcheck: boolean;
|
|
4945
4945
|
clearable: boolean;
|
|
4946
4946
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
4947
|
-
rules: _fastkit_vue_form_control__.
|
|
4947
|
+
rules: _fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn;
|
|
4948
4948
|
error: boolean;
|
|
4949
4949
|
showOwnErrors: boolean;
|
|
4950
4950
|
detach: boolean;
|
|
@@ -5000,7 +5000,7 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5000
5000
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5001
5001
|
};
|
|
5002
5002
|
rules: {
|
|
5003
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5003
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5004
5004
|
default: () => never[];
|
|
5005
5005
|
};
|
|
5006
5006
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5045,7 +5045,7 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5045
5045
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5046
5046
|
};
|
|
5047
5047
|
rules: {
|
|
5048
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5048
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5049
5049
|
default: () => never[];
|
|
5050
5050
|
};
|
|
5051
5051
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5072,7 +5072,7 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5072
5072
|
spellcheck: boolean;
|
|
5073
5073
|
clearable: boolean;
|
|
5074
5074
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5075
|
-
rules: _fastkit_vue_form_control.
|
|
5075
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5076
5076
|
error: boolean;
|
|
5077
5077
|
showOwnErrors: boolean;
|
|
5078
5078
|
detach: boolean;
|
|
@@ -5138,7 +5138,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5138
5138
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
5139
5139
|
};
|
|
5140
5140
|
rules: {
|
|
5141
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
5141
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
5142
5142
|
default: () => never[];
|
|
5143
5143
|
};
|
|
5144
5144
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5215,7 +5215,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5215
5215
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
5216
5216
|
};
|
|
5217
5217
|
rules: {
|
|
5218
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
5218
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
5219
5219
|
default: () => never[];
|
|
5220
5220
|
};
|
|
5221
5221
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5243,7 +5243,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5243
5243
|
spellcheck: boolean;
|
|
5244
5244
|
clearable: boolean;
|
|
5245
5245
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
5246
|
-
rules: _fastkit_vue_form_control__.
|
|
5246
|
+
rules: _fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn;
|
|
5247
5247
|
error: boolean;
|
|
5248
5248
|
showOwnErrors: boolean;
|
|
5249
5249
|
detach: boolean;
|
|
@@ -5299,7 +5299,7 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5299
5299
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5300
5300
|
};
|
|
5301
5301
|
rules: {
|
|
5302
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5302
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5303
5303
|
default: () => never[];
|
|
5304
5304
|
};
|
|
5305
5305
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5344,7 +5344,7 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5344
5344
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5345
5345
|
};
|
|
5346
5346
|
rules: {
|
|
5347
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5347
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5348
5348
|
default: () => never[];
|
|
5349
5349
|
};
|
|
5350
5350
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5371,7 +5371,7 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5371
5371
|
spellcheck: boolean;
|
|
5372
5372
|
clearable: boolean;
|
|
5373
5373
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5374
|
-
rules: _fastkit_vue_form_control.
|
|
5374
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5375
5375
|
error: boolean;
|
|
5376
5376
|
showOwnErrors: boolean;
|
|
5377
5377
|
detach: boolean;
|
|
@@ -5437,7 +5437,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5437
5437
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
5438
5438
|
};
|
|
5439
5439
|
rules: {
|
|
5440
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
5440
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
5441
5441
|
default: () => never[];
|
|
5442
5442
|
};
|
|
5443
5443
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5514,7 +5514,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5514
5514
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
5515
5515
|
};
|
|
5516
5516
|
rules: {
|
|
5517
|
-
type: vue.PropType<_fastkit_vue_form_control__.
|
|
5517
|
+
type: vue.PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
5518
5518
|
default: () => never[];
|
|
5519
5519
|
};
|
|
5520
5520
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5542,7 +5542,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5542
5542
|
spellcheck: boolean;
|
|
5543
5543
|
clearable: boolean;
|
|
5544
5544
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
5545
|
-
rules: _fastkit_vue_form_control__.
|
|
5545
|
+
rules: _fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn;
|
|
5546
5546
|
error: boolean;
|
|
5547
5547
|
showOwnErrors: boolean;
|
|
5548
5548
|
detach: boolean;
|
|
@@ -5598,7 +5598,7 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5598
5598
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5599
5599
|
};
|
|
5600
5600
|
rules: {
|
|
5601
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5601
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5602
5602
|
default: () => never[];
|
|
5603
5603
|
};
|
|
5604
5604
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5643,7 +5643,7 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5643
5643
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5644
5644
|
};
|
|
5645
5645
|
rules: {
|
|
5646
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
5646
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5647
5647
|
default: () => never[];
|
|
5648
5648
|
};
|
|
5649
5649
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5670,7 +5670,7 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5670
5670
|
spellcheck: boolean;
|
|
5671
5671
|
clearable: boolean;
|
|
5672
5672
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5673
|
-
rules: _fastkit_vue_form_control.
|
|
5673
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5674
5674
|
error: boolean;
|
|
5675
5675
|
showOwnErrors: boolean;
|
|
5676
5676
|
detach: boolean;
|
|
@@ -5778,7 +5778,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
5778
5778
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5779
5779
|
};
|
|
5780
5780
|
rules: {
|
|
5781
|
-
type: PropType<_fastkit_vue_form_control.
|
|
5781
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5782
5782
|
default: () => never[];
|
|
5783
5783
|
};
|
|
5784
5784
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5865,7 +5865,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
5865
5865
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
5866
5866
|
};
|
|
5867
5867
|
rules: {
|
|
5868
|
-
type: PropType<_fastkit_vue_form_control.
|
|
5868
|
+
type: PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
5869
5869
|
default: () => never[];
|
|
5870
5870
|
};
|
|
5871
5871
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -5893,7 +5893,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
5893
5893
|
spellcheck: boolean;
|
|
5894
5894
|
clearable: boolean;
|
|
5895
5895
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5896
|
-
rules: _fastkit_vue_form_control.
|
|
5896
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
5897
5897
|
error: boolean;
|
|
5898
5898
|
showOwnErrors: boolean;
|
|
5899
5899
|
detach: boolean;
|
|
@@ -5979,7 +5979,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
5979
5979
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
5980
5980
|
};
|
|
5981
5981
|
rules: {
|
|
5982
|
-
type: PropType<_fastkit_vue_form_control__.
|
|
5982
|
+
type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
5983
5983
|
default: () => never[];
|
|
5984
5984
|
};
|
|
5985
5985
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6074,7 +6074,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6074
6074
|
default: _fastkit_vue_form_control__.ValidateTiming;
|
|
6075
6075
|
};
|
|
6076
6076
|
rules: {
|
|
6077
|
-
type: PropType<_fastkit_vue_form_control__.
|
|
6077
|
+
type: PropType<_fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn>;
|
|
6078
6078
|
default: () => never[];
|
|
6079
6079
|
};
|
|
6080
6080
|
validationDeps: PropType<(nodeControl: _fastkit_vue_form_control__.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6136,7 +6136,7 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6136
6136
|
spellcheck: boolean;
|
|
6137
6137
|
clearable: boolean;
|
|
6138
6138
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
6139
|
-
rules: _fastkit_vue_form_control__.
|
|
6139
|
+
rules: _fastkit_vue_form_control__.RecursiveVerifiableRuleOrFn;
|
|
6140
6140
|
error: boolean;
|
|
6141
6141
|
showOwnErrors: boolean;
|
|
6142
6142
|
detach: boolean;
|
|
@@ -6214,7 +6214,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6214
6214
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6215
6215
|
};
|
|
6216
6216
|
rules: {
|
|
6217
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6217
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6218
6218
|
default: () => never[];
|
|
6219
6219
|
};
|
|
6220
6220
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6300,7 +6300,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6300
6300
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6301
6301
|
};
|
|
6302
6302
|
rules: {
|
|
6303
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6303
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6304
6304
|
default: () => never[];
|
|
6305
6305
|
};
|
|
6306
6306
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6328,7 +6328,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6328
6328
|
spellcheck: boolean;
|
|
6329
6329
|
clearable: boolean;
|
|
6330
6330
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6331
|
-
rules: _fastkit_vue_form_control.
|
|
6331
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
6332
6332
|
error: boolean;
|
|
6333
6333
|
showOwnErrors: boolean;
|
|
6334
6334
|
detach: boolean;
|
|
@@ -6381,7 +6381,7 @@ declare function createVFormGroupProps(): {
|
|
|
6381
6381
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6382
6382
|
};
|
|
6383
6383
|
rules: {
|
|
6384
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6384
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6385
6385
|
default: () => never[];
|
|
6386
6386
|
};
|
|
6387
6387
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6425,7 +6425,7 @@ declare const VFormGroup: vue.DefineComponent<{
|
|
|
6425
6425
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6426
6426
|
};
|
|
6427
6427
|
rules: {
|
|
6428
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6428
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6429
6429
|
default: () => never[];
|
|
6430
6430
|
};
|
|
6431
6431
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6476,7 +6476,7 @@ declare const VFormGroup: vue.DefineComponent<{
|
|
|
6476
6476
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6477
6477
|
};
|
|
6478
6478
|
rules: {
|
|
6479
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6479
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6480
6480
|
default: () => never[];
|
|
6481
6481
|
};
|
|
6482
6482
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6505,7 +6505,7 @@ declare const VFormGroup: vue.DefineComponent<{
|
|
|
6505
6505
|
spellcheck: boolean;
|
|
6506
6506
|
clearable: boolean;
|
|
6507
6507
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6508
|
-
rules: _fastkit_vue_form_control.
|
|
6508
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
6509
6509
|
error: boolean;
|
|
6510
6510
|
showOwnErrors: boolean;
|
|
6511
6511
|
detach: boolean;
|
|
@@ -6571,7 +6571,7 @@ declare function createVFormProps(): {
|
|
|
6571
6571
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6572
6572
|
};
|
|
6573
6573
|
rules: {
|
|
6574
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6574
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6575
6575
|
default: () => never[];
|
|
6576
6576
|
};
|
|
6577
6577
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6627,7 +6627,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6627
6627
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6628
6628
|
};
|
|
6629
6629
|
rules: {
|
|
6630
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6630
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6631
6631
|
default: () => never[];
|
|
6632
6632
|
};
|
|
6633
6633
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6642,6 +6642,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6642
6642
|
submit: (form: VueForm, ev: Event) => boolean;
|
|
6643
6643
|
'update:sending': (sending: boolean, form: VueForm) => boolean;
|
|
6644
6644
|
finishAction: (actionContext: _fastkit_vue_form_control.FormActionContext) => boolean;
|
|
6645
|
+
autoValidationFailed: (form: VueForm) => boolean;
|
|
6645
6646
|
'update:modelValue': (value: unknown) => boolean;
|
|
6646
6647
|
'update:errors': (errors: _fastkit_vue_form_control.FormNodeError[]) => boolean;
|
|
6647
6648
|
change: (value: unknown) => boolean;
|
|
@@ -6691,7 +6692,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6691
6692
|
default: _fastkit_vue_form_control.ValidateTiming;
|
|
6692
6693
|
};
|
|
6693
6694
|
rules: {
|
|
6694
|
-
type: vue.PropType<_fastkit_vue_form_control.
|
|
6695
|
+
type: vue.PropType<_fastkit_vue_form_control.RecursiveVerifiableRuleOrFn>;
|
|
6695
6696
|
default: () => never[];
|
|
6696
6697
|
};
|
|
6697
6698
|
validationDeps: vue.PropType<(nodeControl: _fastkit_vue_form_control.FormNodeControl<any, any, BooleanConstructor>) => any>;
|
|
@@ -6709,6 +6710,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6709
6710
|
onSubmit?: ((form: VueForm, ev: Event) => any) | undefined;
|
|
6710
6711
|
"onUpdate:sending"?: ((sending: boolean, form: VueForm) => any) | undefined;
|
|
6711
6712
|
onFinishAction?: ((actionContext: _fastkit_vue_form_control.FormActionContext) => any) | undefined;
|
|
6713
|
+
onAutoValidationFailed?: ((form: VueForm) => any) | undefined;
|
|
6712
6714
|
"onUpdate:modelValue"?: ((value: unknown) => any) | undefined;
|
|
6713
6715
|
"onUpdate:errors"?: ((errors: _fastkit_vue_form_control.FormNodeError[]) => any) | undefined;
|
|
6714
6716
|
}, {
|
|
@@ -6727,7 +6729,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6727
6729
|
spellcheck: boolean;
|
|
6728
6730
|
clearable: boolean;
|
|
6729
6731
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6730
|
-
rules: _fastkit_vue_form_control.
|
|
6732
|
+
rules: _fastkit_vue_form_control.RecursiveVerifiableRuleOrFn;
|
|
6731
6733
|
error: boolean;
|
|
6732
6734
|
showOwnErrors: boolean;
|
|
6733
6735
|
detach: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.20",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -44,29 +44,29 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@fastkit/color-scheme": "1.0.14",
|
|
48
47
|
"@fastkit/color-scheme-gen": "0.13.14",
|
|
48
|
+
"@fastkit/color-scheme": "1.0.14",
|
|
49
|
+
"@fastkit/dom": "0.1.7",
|
|
49
50
|
"@fastkit/helpers": "0.13.7",
|
|
51
|
+
"@fastkit/icon-font": "1.0.9",
|
|
50
52
|
"@fastkit/media-match": "1.0.9",
|
|
51
|
-
"@fastkit/dom": "0.1.7",
|
|
52
|
-
"@fastkit/rules": "0.13.8",
|
|
53
|
-
"@fastkit/tiny-logger": "0.13.7",
|
|
54
53
|
"@fastkit/media-match-gen": "0.13.14",
|
|
55
|
-
"@fastkit/
|
|
54
|
+
"@fastkit/tiny-logger": "0.13.7",
|
|
55
|
+
"@fastkit/stylebase": "0.13.1",
|
|
56
|
+
"@fastkit/rules": "0.13.9",
|
|
57
|
+
"@fastkit/vue-action": "0.2.17",
|
|
56
58
|
"@fastkit/vue-body-scroll-lock": "0.1.16",
|
|
59
|
+
"@fastkit/vue-click-outside": "0.1.17",
|
|
57
60
|
"@fastkit/vue-app-layout": "0.14.19",
|
|
58
|
-
"@fastkit/vue-action": "0.2.17",
|
|
59
61
|
"@fastkit/vue-color-scheme": "0.14.16",
|
|
60
|
-
"@fastkit/
|
|
61
|
-
"@fastkit/vue-click-outside": "0.1.17",
|
|
62
|
-
"@fastkit/vue-keyboard": "0.1.7",
|
|
63
|
-
"@fastkit/vue-form-control": "0.19.13",
|
|
62
|
+
"@fastkit/vue-form-control": "0.19.15",
|
|
64
63
|
"@fastkit/vue-loading": "0.14.17",
|
|
64
|
+
"@fastkit/vue-keyboard": "0.1.7",
|
|
65
65
|
"@fastkit/vue-location": "0.1.23",
|
|
66
|
-
"@fastkit/vue-scroller": "0.14.18",
|
|
67
|
-
"@fastkit/vue-stack": "0.15.43",
|
|
68
66
|
"@fastkit/vue-media-match": "0.13.14",
|
|
69
67
|
"@fastkit/vue-resize": "0.1.16",
|
|
68
|
+
"@fastkit/vue-scroller": "0.14.18",
|
|
69
|
+
"@fastkit/vue-stack": "0.15.43",
|
|
70
70
|
"@fastkit/vue-transitions": "0.1.20",
|
|
71
71
|
"@fastkit/vue-utils": "0.14.14"
|
|
72
72
|
},
|