@fastkit/vui 0.16.56 → 0.16.57
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 +53 -41
- package/package.json +15 -15
package/dist/vui.d.ts
CHANGED
|
@@ -163,8 +163,8 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
163
163
|
default: number;
|
|
164
164
|
};
|
|
165
165
|
autofocus: BooleanConstructor;
|
|
166
|
-
spellcheck: BooleanConstructor;
|
|
167
166
|
viewonly: BooleanConstructor;
|
|
167
|
+
spellcheck: BooleanConstructor;
|
|
168
168
|
clearable: BooleanConstructor;
|
|
169
169
|
validateTiming: {
|
|
170
170
|
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -217,6 +217,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
217
217
|
hasError: vue.ComputedRef<boolean>;
|
|
218
218
|
isDisabled: vue.ComputedRef<boolean>;
|
|
219
219
|
isReadonly: vue.ComputedRef<boolean>;
|
|
220
|
+
isViewonly: boolean;
|
|
220
221
|
canOperation: vue.ComputedRef<boolean>;
|
|
221
222
|
touched: vue.ComputedRef<boolean>;
|
|
222
223
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -297,8 +298,8 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
297
298
|
default: number;
|
|
298
299
|
};
|
|
299
300
|
autofocus: BooleanConstructor;
|
|
300
|
-
spellcheck: BooleanConstructor;
|
|
301
301
|
viewonly: BooleanConstructor;
|
|
302
|
+
spellcheck: BooleanConstructor;
|
|
302
303
|
clearable: BooleanConstructor;
|
|
303
304
|
validateTiming: {
|
|
304
305
|
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -323,8 +324,8 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
323
324
|
autofocus: boolean;
|
|
324
325
|
disabled: boolean;
|
|
325
326
|
readonly: boolean;
|
|
326
|
-
spellcheck: boolean;
|
|
327
327
|
viewonly: boolean;
|
|
328
|
+
spellcheck: boolean;
|
|
328
329
|
clearable: boolean;
|
|
329
330
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
330
331
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -505,8 +506,8 @@ declare function createTextFieldProps(): {
|
|
|
505
506
|
name: StringConstructor;
|
|
506
507
|
modelValue: vue.Prop<any, any>;
|
|
507
508
|
autofocus: BooleanConstructor;
|
|
508
|
-
spellcheck: BooleanConstructor;
|
|
509
509
|
viewonly: BooleanConstructor;
|
|
510
|
+
spellcheck: BooleanConstructor;
|
|
510
511
|
clearable: BooleanConstructor;
|
|
511
512
|
validateTiming: {
|
|
512
513
|
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -596,8 +597,8 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
596
597
|
name: StringConstructor;
|
|
597
598
|
modelValue: vue.Prop<any, any>;
|
|
598
599
|
autofocus: BooleanConstructor;
|
|
599
|
-
spellcheck: BooleanConstructor;
|
|
600
600
|
viewonly: BooleanConstructor;
|
|
601
|
+
spellcheck: BooleanConstructor;
|
|
601
602
|
clearable: BooleanConstructor;
|
|
602
603
|
validateTiming: {
|
|
603
604
|
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -643,6 +644,7 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
643
644
|
hasError: vue.ComputedRef<boolean>;
|
|
644
645
|
isDisabled: vue.ComputedRef<boolean>;
|
|
645
646
|
isReadonly: vue.ComputedRef<boolean>;
|
|
647
|
+
isViewonly: boolean;
|
|
646
648
|
canOperation: vue.ComputedRef<boolean>;
|
|
647
649
|
touched: vue.ComputedRef<boolean>;
|
|
648
650
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -740,8 +742,8 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
740
742
|
name: StringConstructor;
|
|
741
743
|
modelValue: vue.Prop<any, any>;
|
|
742
744
|
autofocus: BooleanConstructor;
|
|
743
|
-
spellcheck: BooleanConstructor;
|
|
744
745
|
viewonly: BooleanConstructor;
|
|
746
|
+
spellcheck: BooleanConstructor;
|
|
745
747
|
clearable: BooleanConstructor;
|
|
746
748
|
validateTiming: {
|
|
747
749
|
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -773,8 +775,8 @@ declare const VTextField: vue.DefineComponent<{
|
|
|
773
775
|
autofocus: boolean;
|
|
774
776
|
disabled: boolean;
|
|
775
777
|
readonly: boolean;
|
|
776
|
-
spellcheck: boolean;
|
|
777
778
|
viewonly: boolean;
|
|
779
|
+
spellcheck: boolean;
|
|
778
780
|
clearable: boolean;
|
|
779
781
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
780
782
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -4719,8 +4721,8 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4719
4721
|
autofocus: BooleanConstructor;
|
|
4720
4722
|
disabled: BooleanConstructor;
|
|
4721
4723
|
readonly: BooleanConstructor;
|
|
4722
|
-
spellcheck: BooleanConstructor;
|
|
4723
4724
|
viewonly: BooleanConstructor;
|
|
4725
|
+
spellcheck: BooleanConstructor;
|
|
4724
4726
|
required: BooleanConstructor;
|
|
4725
4727
|
clearable: BooleanConstructor;
|
|
4726
4728
|
validateTiming: {
|
|
@@ -4762,6 +4764,7 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4762
4764
|
hasError: vue.ComputedRef<boolean>;
|
|
4763
4765
|
isDisabled: vue.ComputedRef<boolean>;
|
|
4764
4766
|
isReadonly: vue.ComputedRef<boolean>;
|
|
4767
|
+
isViewonly: boolean;
|
|
4765
4768
|
canOperation: vue.ComputedRef<boolean>;
|
|
4766
4769
|
touched: vue.ComputedRef<boolean>;
|
|
4767
4770
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -4800,8 +4803,8 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4800
4803
|
autofocus: BooleanConstructor;
|
|
4801
4804
|
disabled: BooleanConstructor;
|
|
4802
4805
|
readonly: BooleanConstructor;
|
|
4803
|
-
spellcheck: BooleanConstructor;
|
|
4804
4806
|
viewonly: BooleanConstructor;
|
|
4807
|
+
spellcheck: BooleanConstructor;
|
|
4805
4808
|
required: BooleanConstructor;
|
|
4806
4809
|
clearable: BooleanConstructor;
|
|
4807
4810
|
validateTiming: {
|
|
@@ -4828,8 +4831,8 @@ declare const VCheckbox: vue.DefineComponent<{
|
|
|
4828
4831
|
autofocus: boolean;
|
|
4829
4832
|
disabled: boolean;
|
|
4830
4833
|
readonly: boolean;
|
|
4831
|
-
spellcheck: boolean;
|
|
4832
4834
|
viewonly: boolean;
|
|
4835
|
+
spellcheck: boolean;
|
|
4833
4836
|
clearable: boolean;
|
|
4834
4837
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
4835
4838
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -4898,8 +4901,8 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4898
4901
|
default: number;
|
|
4899
4902
|
};
|
|
4900
4903
|
autofocus: BooleanConstructor;
|
|
4901
|
-
spellcheck: BooleanConstructor;
|
|
4902
4904
|
viewonly: BooleanConstructor;
|
|
4905
|
+
spellcheck: BooleanConstructor;
|
|
4903
4906
|
clearable: BooleanConstructor;
|
|
4904
4907
|
validateTiming: {
|
|
4905
4908
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -4952,6 +4955,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4952
4955
|
hasError: vue.ComputedRef<boolean>;
|
|
4953
4956
|
isDisabled: vue.ComputedRef<boolean>;
|
|
4954
4957
|
isReadonly: vue.ComputedRef<boolean>;
|
|
4958
|
+
isViewonly: boolean;
|
|
4955
4959
|
canOperation: vue.ComputedRef<boolean>;
|
|
4956
4960
|
touched: vue.ComputedRef<boolean>;
|
|
4957
4961
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5032,8 +5036,8 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
5032
5036
|
default: number;
|
|
5033
5037
|
};
|
|
5034
5038
|
autofocus: BooleanConstructor;
|
|
5035
|
-
spellcheck: BooleanConstructor;
|
|
5036
5039
|
viewonly: BooleanConstructor;
|
|
5040
|
+
spellcheck: BooleanConstructor;
|
|
5037
5041
|
clearable: BooleanConstructor;
|
|
5038
5042
|
validateTiming: {
|
|
5039
5043
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -5058,8 +5062,8 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
5058
5062
|
autofocus: boolean;
|
|
5059
5063
|
disabled: boolean;
|
|
5060
5064
|
readonly: boolean;
|
|
5061
|
-
spellcheck: boolean;
|
|
5062
5065
|
viewonly: boolean;
|
|
5066
|
+
spellcheck: boolean;
|
|
5063
5067
|
clearable: boolean;
|
|
5064
5068
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
5065
5069
|
rules: _fastkit_vue_form_control__.RecursiveValidatableRule;
|
|
@@ -5116,8 +5120,8 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5116
5120
|
autofocus: BooleanConstructor;
|
|
5117
5121
|
disabled: BooleanConstructor;
|
|
5118
5122
|
readonly: BooleanConstructor;
|
|
5119
|
-
spellcheck: BooleanConstructor;
|
|
5120
5123
|
viewonly: BooleanConstructor;
|
|
5124
|
+
spellcheck: BooleanConstructor;
|
|
5121
5125
|
required: BooleanConstructor;
|
|
5122
5126
|
clearable: BooleanConstructor;
|
|
5123
5127
|
validateTiming: {
|
|
@@ -5158,6 +5162,7 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5158
5162
|
hasError: vue.ComputedRef<boolean>;
|
|
5159
5163
|
isDisabled: vue.ComputedRef<boolean>;
|
|
5160
5164
|
isReadonly: vue.ComputedRef<boolean>;
|
|
5165
|
+
isViewonly: boolean;
|
|
5161
5166
|
canOperation: vue.ComputedRef<boolean>;
|
|
5162
5167
|
touched: vue.ComputedRef<boolean>;
|
|
5163
5168
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5195,8 +5200,8 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5195
5200
|
autofocus: BooleanConstructor;
|
|
5196
5201
|
disabled: BooleanConstructor;
|
|
5197
5202
|
readonly: BooleanConstructor;
|
|
5198
|
-
spellcheck: BooleanConstructor;
|
|
5199
5203
|
viewonly: BooleanConstructor;
|
|
5204
|
+
spellcheck: BooleanConstructor;
|
|
5200
5205
|
required: BooleanConstructor;
|
|
5201
5206
|
clearable: BooleanConstructor;
|
|
5202
5207
|
validateTiming: {
|
|
@@ -5223,8 +5228,8 @@ declare const VRadio: vue.DefineComponent<{
|
|
|
5223
5228
|
autofocus: boolean;
|
|
5224
5229
|
disabled: boolean;
|
|
5225
5230
|
readonly: boolean;
|
|
5226
|
-
spellcheck: boolean;
|
|
5227
5231
|
viewonly: boolean;
|
|
5232
|
+
spellcheck: boolean;
|
|
5228
5233
|
clearable: boolean;
|
|
5229
5234
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5230
5235
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -5292,8 +5297,8 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5292
5297
|
default: number;
|
|
5293
5298
|
};
|
|
5294
5299
|
autofocus: BooleanConstructor;
|
|
5295
|
-
spellcheck: BooleanConstructor;
|
|
5296
5300
|
viewonly: BooleanConstructor;
|
|
5301
|
+
spellcheck: BooleanConstructor;
|
|
5297
5302
|
clearable: BooleanConstructor;
|
|
5298
5303
|
validateTiming: {
|
|
5299
5304
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -5346,6 +5351,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5346
5351
|
hasError: vue.ComputedRef<boolean>;
|
|
5347
5352
|
isDisabled: vue.ComputedRef<boolean>;
|
|
5348
5353
|
isReadonly: vue.ComputedRef<boolean>;
|
|
5354
|
+
isViewonly: boolean;
|
|
5349
5355
|
canOperation: vue.ComputedRef<boolean>;
|
|
5350
5356
|
touched: vue.ComputedRef<boolean>;
|
|
5351
5357
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5426,8 +5432,8 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5426
5432
|
default: number;
|
|
5427
5433
|
};
|
|
5428
5434
|
autofocus: BooleanConstructor;
|
|
5429
|
-
spellcheck: BooleanConstructor;
|
|
5430
5435
|
viewonly: BooleanConstructor;
|
|
5436
|
+
spellcheck: BooleanConstructor;
|
|
5431
5437
|
clearable: BooleanConstructor;
|
|
5432
5438
|
validateTiming: {
|
|
5433
5439
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -5452,8 +5458,8 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5452
5458
|
autofocus: boolean;
|
|
5453
5459
|
disabled: boolean;
|
|
5454
5460
|
readonly: boolean;
|
|
5455
|
-
spellcheck: boolean;
|
|
5456
5461
|
viewonly: boolean;
|
|
5462
|
+
spellcheck: boolean;
|
|
5457
5463
|
clearable: boolean;
|
|
5458
5464
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
5459
5465
|
rules: _fastkit_vue_form_control__.RecursiveValidatableRule;
|
|
@@ -5510,8 +5516,8 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5510
5516
|
autofocus: BooleanConstructor;
|
|
5511
5517
|
disabled: BooleanConstructor;
|
|
5512
5518
|
readonly: BooleanConstructor;
|
|
5513
|
-
spellcheck: BooleanConstructor;
|
|
5514
5519
|
viewonly: BooleanConstructor;
|
|
5520
|
+
spellcheck: BooleanConstructor;
|
|
5515
5521
|
required: BooleanConstructor;
|
|
5516
5522
|
clearable: BooleanConstructor;
|
|
5517
5523
|
validateTiming: {
|
|
@@ -5552,6 +5558,7 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5552
5558
|
hasError: vue.ComputedRef<boolean>;
|
|
5553
5559
|
isDisabled: vue.ComputedRef<boolean>;
|
|
5554
5560
|
isReadonly: vue.ComputedRef<boolean>;
|
|
5561
|
+
isViewonly: boolean;
|
|
5555
5562
|
canOperation: vue.ComputedRef<boolean>;
|
|
5556
5563
|
touched: vue.ComputedRef<boolean>;
|
|
5557
5564
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5589,8 +5596,8 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5589
5596
|
autofocus: BooleanConstructor;
|
|
5590
5597
|
disabled: BooleanConstructor;
|
|
5591
5598
|
readonly: BooleanConstructor;
|
|
5592
|
-
spellcheck: BooleanConstructor;
|
|
5593
5599
|
viewonly: BooleanConstructor;
|
|
5600
|
+
spellcheck: BooleanConstructor;
|
|
5594
5601
|
required: BooleanConstructor;
|
|
5595
5602
|
clearable: BooleanConstructor;
|
|
5596
5603
|
validateTiming: {
|
|
@@ -5617,8 +5624,8 @@ declare const VSwitch: vue.DefineComponent<{
|
|
|
5617
5624
|
autofocus: boolean;
|
|
5618
5625
|
disabled: boolean;
|
|
5619
5626
|
readonly: boolean;
|
|
5620
|
-
spellcheck: boolean;
|
|
5621
5627
|
viewonly: boolean;
|
|
5628
|
+
spellcheck: boolean;
|
|
5622
5629
|
clearable: boolean;
|
|
5623
5630
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
5624
5631
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -5686,8 +5693,8 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5686
5693
|
default: number;
|
|
5687
5694
|
};
|
|
5688
5695
|
autofocus: BooleanConstructor;
|
|
5689
|
-
spellcheck: BooleanConstructor;
|
|
5690
5696
|
viewonly: BooleanConstructor;
|
|
5697
|
+
spellcheck: BooleanConstructor;
|
|
5691
5698
|
clearable: BooleanConstructor;
|
|
5692
5699
|
validateTiming: {
|
|
5693
5700
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -5740,6 +5747,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5740
5747
|
hasError: vue.ComputedRef<boolean>;
|
|
5741
5748
|
isDisabled: vue.ComputedRef<boolean>;
|
|
5742
5749
|
isReadonly: vue.ComputedRef<boolean>;
|
|
5750
|
+
isViewonly: boolean;
|
|
5743
5751
|
canOperation: vue.ComputedRef<boolean>;
|
|
5744
5752
|
touched: vue.ComputedRef<boolean>;
|
|
5745
5753
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5820,8 +5828,8 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5820
5828
|
default: number;
|
|
5821
5829
|
};
|
|
5822
5830
|
autofocus: BooleanConstructor;
|
|
5823
|
-
spellcheck: BooleanConstructor;
|
|
5824
5831
|
viewonly: BooleanConstructor;
|
|
5832
|
+
spellcheck: BooleanConstructor;
|
|
5825
5833
|
clearable: BooleanConstructor;
|
|
5826
5834
|
validateTiming: {
|
|
5827
5835
|
type: vue.PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -5846,8 +5854,8 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5846
5854
|
autofocus: boolean;
|
|
5847
5855
|
disabled: boolean;
|
|
5848
5856
|
readonly: boolean;
|
|
5849
|
-
spellcheck: boolean;
|
|
5850
5857
|
viewonly: boolean;
|
|
5858
|
+
spellcheck: boolean;
|
|
5851
5859
|
clearable: boolean;
|
|
5852
5860
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
5853
5861
|
rules: _fastkit_vue_form_control__.RecursiveValidatableRule;
|
|
@@ -5904,8 +5912,8 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5904
5912
|
autofocus: BooleanConstructor;
|
|
5905
5913
|
disabled: BooleanConstructor;
|
|
5906
5914
|
readonly: BooleanConstructor;
|
|
5907
|
-
spellcheck: BooleanConstructor;
|
|
5908
5915
|
viewonly: BooleanConstructor;
|
|
5916
|
+
spellcheck: BooleanConstructor;
|
|
5909
5917
|
required: BooleanConstructor;
|
|
5910
5918
|
clearable: BooleanConstructor;
|
|
5911
5919
|
validateTiming: {
|
|
@@ -5944,6 +5952,7 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5944
5952
|
hasError: vue.ComputedRef<boolean>;
|
|
5945
5953
|
isDisabled: vue.ComputedRef<boolean>;
|
|
5946
5954
|
isReadonly: vue.ComputedRef<boolean>;
|
|
5955
|
+
isViewonly: boolean;
|
|
5947
5956
|
canOperation: vue.ComputedRef<boolean>;
|
|
5948
5957
|
touched: vue.ComputedRef<boolean>;
|
|
5949
5958
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -5981,8 +5990,8 @@ declare const VOption: vue.DefineComponent<{
|
|
|
5981
5990
|
autofocus: BooleanConstructor;
|
|
5982
5991
|
disabled: BooleanConstructor;
|
|
5983
5992
|
readonly: BooleanConstructor;
|
|
5984
|
-
spellcheck: BooleanConstructor;
|
|
5985
5993
|
viewonly: BooleanConstructor;
|
|
5994
|
+
spellcheck: BooleanConstructor;
|
|
5986
5995
|
required: BooleanConstructor;
|
|
5987
5996
|
clearable: BooleanConstructor;
|
|
5988
5997
|
validateTiming: {
|
|
@@ -6009,8 +6018,8 @@ declare const VOption: vue.DefineComponent<{
|
|
|
6009
6018
|
autofocus: boolean;
|
|
6010
6019
|
disabled: boolean;
|
|
6011
6020
|
readonly: boolean;
|
|
6012
|
-
spellcheck: boolean;
|
|
6013
6021
|
viewonly: boolean;
|
|
6022
|
+
spellcheck: boolean;
|
|
6014
6023
|
clearable: boolean;
|
|
6015
6024
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6016
6025
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -6130,8 +6139,8 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6130
6139
|
name: StringConstructor;
|
|
6131
6140
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6132
6141
|
autofocus: BooleanConstructor;
|
|
6133
|
-
spellcheck: BooleanConstructor;
|
|
6134
6142
|
viewonly: BooleanConstructor;
|
|
6143
|
+
spellcheck: BooleanConstructor;
|
|
6135
6144
|
clearable: BooleanConstructor;
|
|
6136
6145
|
validateTiming: {
|
|
6137
6146
|
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -6193,6 +6202,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6193
6202
|
hasError: vue.ComputedRef<boolean>;
|
|
6194
6203
|
isDisabled: vue.ComputedRef<boolean>;
|
|
6195
6204
|
isReadonly: vue.ComputedRef<boolean>;
|
|
6205
|
+
isViewonly: boolean;
|
|
6196
6206
|
canOperation: vue.ComputedRef<boolean>;
|
|
6197
6207
|
touched: vue.ComputedRef<boolean>;
|
|
6198
6208
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -6282,8 +6292,8 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6282
6292
|
name: StringConstructor;
|
|
6283
6293
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6284
6294
|
autofocus: BooleanConstructor;
|
|
6285
|
-
spellcheck: BooleanConstructor;
|
|
6286
6295
|
viewonly: BooleanConstructor;
|
|
6296
|
+
spellcheck: BooleanConstructor;
|
|
6287
6297
|
clearable: BooleanConstructor;
|
|
6288
6298
|
validateTiming: {
|
|
6289
6299
|
type: PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -6308,8 +6318,8 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6308
6318
|
autofocus: boolean;
|
|
6309
6319
|
disabled: boolean;
|
|
6310
6320
|
readonly: boolean;
|
|
6311
|
-
spellcheck: boolean;
|
|
6312
6321
|
viewonly: boolean;
|
|
6322
|
+
spellcheck: boolean;
|
|
6313
6323
|
clearable: boolean;
|
|
6314
6324
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6315
6325
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -6393,8 +6403,8 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6393
6403
|
autofocus: BooleanConstructor;
|
|
6394
6404
|
disabled: BooleanConstructor;
|
|
6395
6405
|
readonly: BooleanConstructor;
|
|
6396
|
-
spellcheck: BooleanConstructor;
|
|
6397
6406
|
viewonly: BooleanConstructor;
|
|
6407
|
+
spellcheck: BooleanConstructor;
|
|
6398
6408
|
clearable: BooleanConstructor;
|
|
6399
6409
|
validateTiming: {
|
|
6400
6410
|
type: PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -6491,8 +6501,8 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6491
6501
|
autofocus: BooleanConstructor;
|
|
6492
6502
|
disabled: BooleanConstructor;
|
|
6493
6503
|
readonly: BooleanConstructor;
|
|
6494
|
-
spellcheck: BooleanConstructor;
|
|
6495
6504
|
viewonly: BooleanConstructor;
|
|
6505
|
+
spellcheck: BooleanConstructor;
|
|
6496
6506
|
clearable: BooleanConstructor;
|
|
6497
6507
|
validateTiming: {
|
|
6498
6508
|
type: PropType<_fastkit_vue_form_control__.ValidateTiming>;
|
|
@@ -6565,8 +6575,8 @@ declare const VNumberField: vue.DefineComponent<{
|
|
|
6565
6575
|
autofocus: boolean;
|
|
6566
6576
|
disabled: boolean;
|
|
6567
6577
|
readonly: boolean;
|
|
6568
|
-
spellcheck: boolean;
|
|
6569
6578
|
viewonly: boolean;
|
|
6579
|
+
spellcheck: boolean;
|
|
6570
6580
|
clearable: boolean;
|
|
6571
6581
|
validateTiming: _fastkit_vue_form_control__.ValidateTiming;
|
|
6572
6582
|
rules: _fastkit_vue_form_control__.RecursiveValidatableRule;
|
|
@@ -6656,8 +6666,8 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6656
6666
|
name: StringConstructor;
|
|
6657
6667
|
modelValue: vue.Prop<any, any>;
|
|
6658
6668
|
autofocus: BooleanConstructor;
|
|
6659
|
-
spellcheck: BooleanConstructor;
|
|
6660
6669
|
viewonly: BooleanConstructor;
|
|
6670
|
+
spellcheck: BooleanConstructor;
|
|
6661
6671
|
clearable: BooleanConstructor;
|
|
6662
6672
|
validateTiming: {
|
|
6663
6673
|
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -6708,6 +6718,7 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6708
6718
|
hasError: vue.ComputedRef<boolean>;
|
|
6709
6719
|
isDisabled: vue.ComputedRef<boolean>;
|
|
6710
6720
|
isReadonly: vue.ComputedRef<boolean>;
|
|
6721
|
+
isViewonly: boolean;
|
|
6711
6722
|
canOperation: vue.ComputedRef<boolean>;
|
|
6712
6723
|
touched: vue.ComputedRef<boolean>;
|
|
6713
6724
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -6795,8 +6806,8 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6795
6806
|
name: StringConstructor;
|
|
6796
6807
|
modelValue: vue.Prop<any, any>;
|
|
6797
6808
|
autofocus: BooleanConstructor;
|
|
6798
|
-
spellcheck: BooleanConstructor;
|
|
6799
6809
|
viewonly: BooleanConstructor;
|
|
6810
|
+
spellcheck: BooleanConstructor;
|
|
6800
6811
|
clearable: BooleanConstructor;
|
|
6801
6812
|
validateTiming: {
|
|
6802
6813
|
type: vue.PropType<_fastkit_vue_form_control.ValidateTiming>;
|
|
@@ -6821,8 +6832,8 @@ declare const VTextarea: vue.DefineComponent<{
|
|
|
6821
6832
|
autofocus: boolean;
|
|
6822
6833
|
disabled: boolean;
|
|
6823
6834
|
readonly: boolean;
|
|
6824
|
-
spellcheck: boolean;
|
|
6825
6835
|
viewonly: boolean;
|
|
6836
|
+
spellcheck: boolean;
|
|
6826
6837
|
clearable: boolean;
|
|
6827
6838
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
6828
6839
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
|
@@ -6875,8 +6886,8 @@ declare function createVFormProps(): {
|
|
|
6875
6886
|
autofocus: BooleanConstructor;
|
|
6876
6887
|
disabled: BooleanConstructor;
|
|
6877
6888
|
readonly: BooleanConstructor;
|
|
6878
|
-
spellcheck: BooleanConstructor;
|
|
6879
6889
|
viewonly: BooleanConstructor;
|
|
6890
|
+
spellcheck: BooleanConstructor;
|
|
6880
6891
|
required: BooleanConstructor;
|
|
6881
6892
|
clearable: BooleanConstructor;
|
|
6882
6893
|
validateTiming: {
|
|
@@ -6916,8 +6927,8 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6916
6927
|
autofocus: BooleanConstructor;
|
|
6917
6928
|
disabled: BooleanConstructor;
|
|
6918
6929
|
readonly: BooleanConstructor;
|
|
6919
|
-
spellcheck: BooleanConstructor;
|
|
6920
6930
|
viewonly: BooleanConstructor;
|
|
6931
|
+
spellcheck: BooleanConstructor;
|
|
6921
6932
|
required: BooleanConstructor;
|
|
6922
6933
|
clearable: BooleanConstructor;
|
|
6923
6934
|
validateTiming: {
|
|
@@ -6962,6 +6973,7 @@ declare const VForm: vue.DefineComponent<{
|
|
|
6962
6973
|
hasError: vue.ComputedRef<boolean>;
|
|
6963
6974
|
isDisabled: vue.ComputedRef<boolean>;
|
|
6964
6975
|
isReadonly: vue.ComputedRef<boolean>;
|
|
6976
|
+
isViewonly: boolean;
|
|
6965
6977
|
canOperation: vue.ComputedRef<boolean>;
|
|
6966
6978
|
touched: vue.ComputedRef<boolean>;
|
|
6967
6979
|
untouched: vue.ComputedRef<boolean>;
|
|
@@ -7008,8 +7020,8 @@ declare const VForm: vue.DefineComponent<{
|
|
|
7008
7020
|
autofocus: BooleanConstructor;
|
|
7009
7021
|
disabled: BooleanConstructor;
|
|
7010
7022
|
readonly: BooleanConstructor;
|
|
7011
|
-
spellcheck: BooleanConstructor;
|
|
7012
7023
|
viewonly: BooleanConstructor;
|
|
7024
|
+
spellcheck: BooleanConstructor;
|
|
7013
7025
|
required: BooleanConstructor;
|
|
7014
7026
|
clearable: BooleanConstructor;
|
|
7015
7027
|
validateTiming: {
|
|
@@ -7041,8 +7053,8 @@ declare const VForm: vue.DefineComponent<{
|
|
|
7041
7053
|
autofocus: boolean;
|
|
7042
7054
|
disabled: boolean;
|
|
7043
7055
|
readonly: boolean;
|
|
7044
|
-
spellcheck: boolean;
|
|
7045
7056
|
viewonly: boolean;
|
|
7057
|
+
spellcheck: boolean;
|
|
7046
7058
|
clearable: boolean;
|
|
7047
7059
|
validateTiming: _fastkit_vue_form_control.ValidateTiming;
|
|
7048
7060
|
rules: _fastkit_vue_form_control.RecursiveValidatableRule;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.57",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -44,31 +44,31 @@
|
|
|
44
44
|
"src"
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
|
+
"@fastkit/color-scheme": "1.0.12",
|
|
47
48
|
"@fastkit/color-scheme-gen": "0.13.12",
|
|
48
|
-
"@fastkit/helpers": "0.13.5",
|
|
49
49
|
"@fastkit/icon-font": "1.0.9",
|
|
50
|
-
"@fastkit/
|
|
50
|
+
"@fastkit/helpers": "0.13.5",
|
|
51
51
|
"@fastkit/media-match-gen": "0.13.12",
|
|
52
|
-
"@fastkit/
|
|
52
|
+
"@fastkit/dom": "0.1.5",
|
|
53
|
+
"@fastkit/rules": "0.13.6",
|
|
53
54
|
"@fastkit/tiny-logger": "0.13.5",
|
|
54
|
-
"@fastkit/
|
|
55
|
+
"@fastkit/vue-app-layout": "0.14.15",
|
|
55
56
|
"@fastkit/vue-action": "0.2.13",
|
|
56
|
-
"@fastkit/
|
|
57
|
-
"@fastkit/
|
|
57
|
+
"@fastkit/vue-click-outside": "0.1.13",
|
|
58
|
+
"@fastkit/stylebase": "0.13.1",
|
|
59
|
+
"@fastkit/media-match": "1.0.9",
|
|
60
|
+
"@fastkit/vue-color-scheme": "0.14.12",
|
|
58
61
|
"@fastkit/vue-body-scroll-lock": "0.1.12",
|
|
59
|
-
"@fastkit/vue-app-layout": "0.14.15",
|
|
60
|
-
"@fastkit/vue-keyboard": "0.1.5",
|
|
61
62
|
"@fastkit/vue-loading": "0.14.13",
|
|
62
63
|
"@fastkit/vue-location": "0.1.18",
|
|
63
|
-
"@fastkit/vue-
|
|
64
|
-
"@fastkit/vue-color-scheme": "0.14.12",
|
|
64
|
+
"@fastkit/vue-form-control": "0.15.34",
|
|
65
65
|
"@fastkit/vue-resize": "0.1.12",
|
|
66
|
-
"@fastkit/vue-stack": "0.15.24",
|
|
67
|
-
"@fastkit/vue-media-match": "0.13.12",
|
|
68
66
|
"@fastkit/vue-scroller": "0.14.14",
|
|
67
|
+
"@fastkit/vue-stack": "0.15.24",
|
|
68
|
+
"@fastkit/vue-transitions": "0.1.13",
|
|
69
|
+
"@fastkit/vue-keyboard": "0.1.5",
|
|
69
70
|
"@fastkit/vue-utils": "0.14.10",
|
|
70
|
-
"@fastkit/vue-
|
|
71
|
-
"@fastkit/vue-transitions": "0.1.13"
|
|
71
|
+
"@fastkit/vue-media-match": "0.13.12"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|