@fastkit/vui 0.16.51 → 0.16.53
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 +10 -0
- package/package.json +15 -15
package/dist/vui.d.ts
CHANGED
|
@@ -155,6 +155,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
155
155
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
156
156
|
default: () => never[];
|
|
157
157
|
};
|
|
158
|
+
guard: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
158
159
|
name: StringConstructor;
|
|
159
160
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
160
161
|
tabindex: {
|
|
@@ -288,6 +289,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
288
289
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
289
290
|
default: () => never[];
|
|
290
291
|
};
|
|
292
|
+
guard: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
291
293
|
name: StringConstructor;
|
|
292
294
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
293
295
|
tabindex: {
|
|
@@ -4888,6 +4890,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4888
4890
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
4889
4891
|
default: () => never[];
|
|
4890
4892
|
};
|
|
4893
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
4891
4894
|
name: StringConstructor;
|
|
4892
4895
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
4893
4896
|
tabindex: {
|
|
@@ -5021,6 +5024,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
5021
5024
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5022
5025
|
default: () => never[];
|
|
5023
5026
|
};
|
|
5027
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5024
5028
|
name: StringConstructor;
|
|
5025
5029
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5026
5030
|
tabindex: {
|
|
@@ -5280,6 +5284,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5280
5284
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5281
5285
|
default: () => never[];
|
|
5282
5286
|
};
|
|
5287
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5283
5288
|
name: StringConstructor;
|
|
5284
5289
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5285
5290
|
tabindex: {
|
|
@@ -5413,6 +5418,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5413
5418
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5414
5419
|
default: () => never[];
|
|
5415
5420
|
};
|
|
5421
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5416
5422
|
name: StringConstructor;
|
|
5417
5423
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5418
5424
|
tabindex: {
|
|
@@ -5672,6 +5678,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5672
5678
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5673
5679
|
default: () => never[];
|
|
5674
5680
|
};
|
|
5681
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5675
5682
|
name: StringConstructor;
|
|
5676
5683
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5677
5684
|
tabindex: {
|
|
@@ -5805,6 +5812,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5805
5812
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5806
5813
|
default: () => never[];
|
|
5807
5814
|
};
|
|
5815
|
+
guard: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5808
5816
|
name: StringConstructor;
|
|
5809
5817
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5810
5818
|
tabindex: {
|
|
@@ -6118,6 +6126,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6118
6126
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
6119
6127
|
default: () => never[];
|
|
6120
6128
|
};
|
|
6129
|
+
guard: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
6121
6130
|
name: StringConstructor;
|
|
6122
6131
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6123
6132
|
autofocus: BooleanConstructor;
|
|
@@ -6269,6 +6278,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6269
6278
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
6270
6279
|
default: () => never[];
|
|
6271
6280
|
};
|
|
6281
|
+
guard: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
6272
6282
|
name: StringConstructor;
|
|
6273
6283
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6274
6284
|
autofocus: BooleanConstructor;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.53",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -46,29 +46,29 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@fastkit/color-scheme": "1.0.12",
|
|
48
48
|
"@fastkit/dom": "0.1.5",
|
|
49
|
-
"@fastkit/color-scheme-gen": "0.13.12",
|
|
50
49
|
"@fastkit/helpers": "0.13.5",
|
|
51
|
-
"@fastkit/media-match": "1.0.9",
|
|
52
|
-
"@fastkit/media-match-gen": "0.13.12",
|
|
53
50
|
"@fastkit/icon-font": "1.0.9",
|
|
54
|
-
"@fastkit/
|
|
51
|
+
"@fastkit/media-match-gen": "0.13.12",
|
|
52
|
+
"@fastkit/color-scheme-gen": "0.13.12",
|
|
53
|
+
"@fastkit/media-match": "1.0.9",
|
|
55
54
|
"@fastkit/tiny-logger": "0.13.5",
|
|
56
|
-
"@fastkit/
|
|
55
|
+
"@fastkit/vue-action": "0.2.12",
|
|
57
56
|
"@fastkit/vue-app-layout": "0.14.15",
|
|
58
|
-
"@fastkit/
|
|
57
|
+
"@fastkit/stylebase": "0.13.1",
|
|
59
58
|
"@fastkit/vue-click-outside": "0.1.13",
|
|
60
|
-
"@fastkit/vue-form-control": "0.15.30",
|
|
61
|
-
"@fastkit/vue-location": "0.1.17",
|
|
62
|
-
"@fastkit/vue-action": "0.2.12",
|
|
63
59
|
"@fastkit/vue-color-scheme": "0.14.12",
|
|
64
60
|
"@fastkit/vue-keyboard": "0.1.5",
|
|
65
|
-
"@fastkit/vue-
|
|
61
|
+
"@fastkit/vue-location": "0.1.17",
|
|
62
|
+
"@fastkit/vue-form-control": "0.15.32",
|
|
63
|
+
"@fastkit/vue-body-scroll-lock": "0.1.12",
|
|
64
|
+
"@fastkit/rules": "0.13.6",
|
|
66
65
|
"@fastkit/vue-loading": "0.14.13",
|
|
67
|
-
"@fastkit/vue-
|
|
68
|
-
"@fastkit/vue-
|
|
69
|
-
"@fastkit/vue-transitions": "0.1.13",
|
|
66
|
+
"@fastkit/vue-scroller": "0.14.14",
|
|
67
|
+
"@fastkit/vue-stack": "0.15.24",
|
|
70
68
|
"@fastkit/vue-utils": "0.14.10",
|
|
71
|
-
"@fastkit/vue-
|
|
69
|
+
"@fastkit/vue-transitions": "0.1.13",
|
|
70
|
+
"@fastkit/vue-resize": "0.1.12",
|
|
71
|
+
"@fastkit/vue-media-match": "0.13.12"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|