@fastkit/vui 0.16.52 → 0.16.54
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 -10
- package/package.json +13 -13
package/dist/vui.d.ts
CHANGED
|
@@ -155,7 +155,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
155
155
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
156
156
|
default: () => never[];
|
|
157
157
|
};
|
|
158
|
-
|
|
158
|
+
onClickItem: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
159
159
|
name: StringConstructor;
|
|
160
160
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
161
161
|
tabindex: {
|
|
@@ -289,7 +289,7 @@ declare function defineFormSelectorComponent(opts: DefineFormSelectorComponentOp
|
|
|
289
289
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
290
290
|
default: () => never[];
|
|
291
291
|
};
|
|
292
|
-
|
|
292
|
+
onClickItem: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
293
293
|
name: StringConstructor;
|
|
294
294
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
295
295
|
tabindex: {
|
|
@@ -4890,7 +4890,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
4890
4890
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
4891
4891
|
default: () => never[];
|
|
4892
4892
|
};
|
|
4893
|
-
|
|
4893
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
4894
4894
|
name: StringConstructor;
|
|
4895
4895
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
4896
4896
|
tabindex: {
|
|
@@ -5024,7 +5024,7 @@ declare const VCheckboxGroup: vue.DefineComponent<{
|
|
|
5024
5024
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5025
5025
|
default: () => never[];
|
|
5026
5026
|
};
|
|
5027
|
-
|
|
5027
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5028
5028
|
name: StringConstructor;
|
|
5029
5029
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5030
5030
|
tabindex: {
|
|
@@ -5284,7 +5284,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5284
5284
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5285
5285
|
default: () => never[];
|
|
5286
5286
|
};
|
|
5287
|
-
|
|
5287
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5288
5288
|
name: StringConstructor;
|
|
5289
5289
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5290
5290
|
tabindex: {
|
|
@@ -5418,7 +5418,7 @@ declare const VRadioGroup: vue.DefineComponent<{
|
|
|
5418
5418
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5419
5419
|
default: () => never[];
|
|
5420
5420
|
};
|
|
5421
|
-
|
|
5421
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5422
5422
|
name: StringConstructor;
|
|
5423
5423
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5424
5424
|
tabindex: {
|
|
@@ -5678,7 +5678,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5678
5678
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5679
5679
|
default: () => never[];
|
|
5680
5680
|
};
|
|
5681
|
-
|
|
5681
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5682
5682
|
name: StringConstructor;
|
|
5683
5683
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5684
5684
|
tabindex: {
|
|
@@ -5812,7 +5812,7 @@ declare const VSwitchGroup: vue.DefineComponent<{
|
|
|
5812
5812
|
type: vue.PropType<_fastkit_vue_form_control__.RawFormSelectorItems>;
|
|
5813
5813
|
default: () => never[];
|
|
5814
5814
|
};
|
|
5815
|
-
|
|
5815
|
+
onClickItem: vue.PropType<_fastkit_vue_form_control__.FormSelectorGuard>;
|
|
5816
5816
|
name: StringConstructor;
|
|
5817
5817
|
modelValue: vue.Prop<_fastkit_vue_form_control__.FormSelectorValue, _fastkit_vue_form_control__.FormSelectorValue>;
|
|
5818
5818
|
tabindex: {
|
|
@@ -6126,7 +6126,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6126
6126
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
6127
6127
|
default: () => never[];
|
|
6128
6128
|
};
|
|
6129
|
-
|
|
6129
|
+
onClickItem: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
6130
6130
|
name: StringConstructor;
|
|
6131
6131
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6132
6132
|
autofocus: BooleanConstructor;
|
|
@@ -6278,7 +6278,7 @@ declare const VSelect: vue.DefineComponent<{
|
|
|
6278
6278
|
type: PropType<_fastkit_vue_form_control.RawFormSelectorItems>;
|
|
6279
6279
|
default: () => never[];
|
|
6280
6280
|
};
|
|
6281
|
-
|
|
6281
|
+
onClickItem: PropType<_fastkit_vue_form_control.FormSelectorGuard>;
|
|
6282
6282
|
name: StringConstructor;
|
|
6283
6283
|
modelValue: vue.Prop<_fastkit_vue_form_control.FormSelectorValue, _fastkit_vue_form_control.FormSelectorValue>;
|
|
6284
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.54",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -49,26 +49,26 @@
|
|
|
49
49
|
"@fastkit/helpers": "0.13.5",
|
|
50
50
|
"@fastkit/icon-font": "1.0.9",
|
|
51
51
|
"@fastkit/media-match": "1.0.9",
|
|
52
|
+
"@fastkit/media-match-gen": "0.13.12",
|
|
53
|
+
"@fastkit/stylebase": "0.13.1",
|
|
52
54
|
"@fastkit/rules": "0.13.6",
|
|
53
|
-
"@fastkit/color-scheme": "1.0.12",
|
|
54
55
|
"@fastkit/tiny-logger": "0.13.5",
|
|
55
|
-
"@fastkit/stylebase": "0.13.1",
|
|
56
56
|
"@fastkit/vue-app-layout": "0.14.15",
|
|
57
|
-
"@fastkit/vue-
|
|
57
|
+
"@fastkit/vue-click-outside": "0.1.13",
|
|
58
|
+
"@fastkit/color-scheme": "1.0.12",
|
|
59
|
+
"@fastkit/vue-form-control": "0.15.33",
|
|
58
60
|
"@fastkit/vue-body-scroll-lock": "0.1.12",
|
|
61
|
+
"@fastkit/vue-location": "0.1.17",
|
|
62
|
+
"@fastkit/vue-action": "0.2.12",
|
|
63
|
+
"@fastkit/vue-media-match": "0.13.12",
|
|
59
64
|
"@fastkit/vue-color-scheme": "0.14.12",
|
|
60
|
-
"@fastkit/
|
|
65
|
+
"@fastkit/vue-resize": "0.1.12",
|
|
66
|
+
"@fastkit/vue-scroller": "0.14.14",
|
|
61
67
|
"@fastkit/vue-keyboard": "0.1.5",
|
|
62
68
|
"@fastkit/vue-loading": "0.14.13",
|
|
63
|
-
"@fastkit/vue-
|
|
64
|
-
"@fastkit/vue-media-match": "0.13.12",
|
|
65
|
-
"@fastkit/vue-resize": "0.1.12",
|
|
66
|
-
"@fastkit/vue-form-control": "0.15.31",
|
|
67
|
-
"@fastkit/vue-stack": "0.15.24",
|
|
69
|
+
"@fastkit/vue-transitions": "0.1.13",
|
|
68
70
|
"@fastkit/vue-utils": "0.14.10",
|
|
69
|
-
"@fastkit/vue-
|
|
70
|
-
"@fastkit/vue-location": "0.1.17",
|
|
71
|
-
"@fastkit/vue-transitions": "0.1.13"
|
|
71
|
+
"@fastkit/vue-stack": "0.15.24"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|