@fastkit/vui 0.19.20 → 0.19.22
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 +16 -0
- package/package.json +13 -13
package/dist/vui.d.ts
CHANGED
|
@@ -738,6 +738,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
738
738
|
type: BooleanConstructor;
|
|
739
739
|
default: boolean;
|
|
740
740
|
};
|
|
741
|
+
disabled: BooleanConstructor;
|
|
741
742
|
zIndex: {
|
|
742
743
|
type: vue.PropType<string | number>;
|
|
743
744
|
default: string | number;
|
|
@@ -864,6 +865,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
864
865
|
type: BooleanConstructor;
|
|
865
866
|
default: boolean;
|
|
866
867
|
};
|
|
868
|
+
disabled: BooleanConstructor;
|
|
867
869
|
zIndex: {
|
|
868
870
|
type: vue.PropType<string | number>;
|
|
869
871
|
default: string | number;
|
|
@@ -921,6 +923,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
921
923
|
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
922
924
|
}, {
|
|
923
925
|
modelValue: boolean;
|
|
926
|
+
disabled: boolean;
|
|
924
927
|
lazyBoot: boolean;
|
|
925
928
|
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
926
929
|
alwaysRender: boolean;
|
|
@@ -1020,6 +1023,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1020
1023
|
type: BooleanConstructor;
|
|
1021
1024
|
default: boolean;
|
|
1022
1025
|
};
|
|
1026
|
+
disabled: BooleanConstructor;
|
|
1023
1027
|
zIndex: {
|
|
1024
1028
|
type: vue.PropType<string | number>;
|
|
1025
1029
|
default: string | number;
|
|
@@ -1149,6 +1153,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1149
1153
|
type: BooleanConstructor;
|
|
1150
1154
|
default: boolean;
|
|
1151
1155
|
};
|
|
1156
|
+
disabled: BooleanConstructor;
|
|
1152
1157
|
zIndex: {
|
|
1153
1158
|
type: vue.PropType<string | number>;
|
|
1154
1159
|
default: string | number;
|
|
@@ -1205,6 +1210,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1205
1210
|
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1206
1211
|
}, {
|
|
1207
1212
|
modelValue: boolean;
|
|
1213
|
+
disabled: boolean;
|
|
1208
1214
|
lazyBoot: boolean;
|
|
1209
1215
|
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1210
1216
|
alwaysRender: boolean;
|
|
@@ -1343,6 +1349,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1343
1349
|
type: BooleanConstructor;
|
|
1344
1350
|
default: boolean;
|
|
1345
1351
|
};
|
|
1352
|
+
disabled: BooleanConstructor;
|
|
1346
1353
|
zIndex: {
|
|
1347
1354
|
type: vue.PropType<string | number>;
|
|
1348
1355
|
default: string | number;
|
|
@@ -1504,6 +1511,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1504
1511
|
type: BooleanConstructor;
|
|
1505
1512
|
default: boolean;
|
|
1506
1513
|
};
|
|
1514
|
+
disabled: BooleanConstructor;
|
|
1507
1515
|
zIndex: {
|
|
1508
1516
|
type: vue.PropType<string | number>;
|
|
1509
1517
|
default: string | number;
|
|
@@ -1556,6 +1564,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1556
1564
|
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
1557
1565
|
}, {
|
|
1558
1566
|
modelValue: boolean;
|
|
1567
|
+
disabled: boolean;
|
|
1559
1568
|
lazyBoot: boolean;
|
|
1560
1569
|
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1561
1570
|
alwaysRender: boolean;
|
|
@@ -1659,6 +1668,7 @@ declare const sheetModalProps: {
|
|
|
1659
1668
|
type: BooleanConstructor;
|
|
1660
1669
|
default: boolean;
|
|
1661
1670
|
};
|
|
1671
|
+
disabled: BooleanConstructor;
|
|
1662
1672
|
zIndex: {
|
|
1663
1673
|
type: PropType<string | number>;
|
|
1664
1674
|
default: string | number;
|
|
@@ -1747,6 +1757,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1747
1757
|
type: BooleanConstructor;
|
|
1748
1758
|
default: boolean;
|
|
1749
1759
|
};
|
|
1760
|
+
disabled: BooleanConstructor;
|
|
1750
1761
|
zIndex: {
|
|
1751
1762
|
type: PropType<string | number>;
|
|
1752
1763
|
default: string | number;
|
|
@@ -1849,6 +1860,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1849
1860
|
type: BooleanConstructor;
|
|
1850
1861
|
default: boolean;
|
|
1851
1862
|
};
|
|
1863
|
+
disabled: BooleanConstructor;
|
|
1852
1864
|
zIndex: {
|
|
1853
1865
|
type: PropType<string | number>;
|
|
1854
1866
|
default: string | number;
|
|
@@ -1883,6 +1895,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1883
1895
|
onLeaveCancelled?: ((el: HTMLElement, control: VStackControl) => any) | undefined;
|
|
1884
1896
|
}, {
|
|
1885
1897
|
modelValue: boolean;
|
|
1898
|
+
disabled: boolean;
|
|
1886
1899
|
lazyBoot: boolean;
|
|
1887
1900
|
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
1888
1901
|
alwaysRender: boolean;
|
|
@@ -2171,6 +2184,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2171
2184
|
type: BooleanConstructor;
|
|
2172
2185
|
default: boolean;
|
|
2173
2186
|
};
|
|
2187
|
+
disabled: BooleanConstructor;
|
|
2174
2188
|
zIndex: {
|
|
2175
2189
|
type: vue.PropType<string | number>;
|
|
2176
2190
|
default: string | number;
|
|
@@ -2332,6 +2346,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2332
2346
|
type: BooleanConstructor;
|
|
2333
2347
|
default: boolean;
|
|
2334
2348
|
};
|
|
2349
|
+
disabled: BooleanConstructor;
|
|
2335
2350
|
zIndex: {
|
|
2336
2351
|
type: vue.PropType<string | number>;
|
|
2337
2352
|
default: string | number;
|
|
@@ -2384,6 +2399,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2384
2399
|
onLeaveCancelled?: ((el: HTMLElement, control: _fastkit_vue_stack.VStackControl) => any) | undefined;
|
|
2385
2400
|
}, {
|
|
2386
2401
|
modelValue: boolean;
|
|
2402
|
+
disabled: boolean;
|
|
2387
2403
|
lazyBoot: boolean;
|
|
2388
2404
|
transition: _fastkit_vue_stack.RawVStackObjectTransitionProp<string | _fastkit_vue_transitions.JavaScriptTransition>;
|
|
2389
2405
|
alwaysRender: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.22",
|
|
4
4
|
"description": "A simple, extensible UI kit for Vue applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fastkit",
|
|
@@ -45,30 +45,30 @@
|
|
|
45
45
|
],
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@fastkit/color-scheme": "^2.0.5",
|
|
48
|
-
"@fastkit/helpers": "^0.14.3",
|
|
49
48
|
"@fastkit/dom": "^0.2.4",
|
|
50
49
|
"@fastkit/icon-font": "^2.0.3",
|
|
50
|
+
"@fastkit/helpers": "^0.14.3",
|
|
51
|
+
"@fastkit/color-scheme-gen": "^0.14.8",
|
|
51
52
|
"@fastkit/media-match": "^2.0.3",
|
|
53
|
+
"@fastkit/stylebase": "^0.13.1",
|
|
52
54
|
"@fastkit/rules": "^0.14.5",
|
|
53
55
|
"@fastkit/media-match-gen": "^0.14.8",
|
|
54
|
-
"@fastkit/
|
|
56
|
+
"@fastkit/tiny-logger": "^0.14.3",
|
|
55
57
|
"@fastkit/vue-action": "^0.3.5",
|
|
56
|
-
"@fastkit/stylebase": "^0.13.1",
|
|
57
|
-
"@fastkit/vue-app-layout": "^0.15.5",
|
|
58
58
|
"@fastkit/vue-body-scroll-lock": "^0.2.5",
|
|
59
|
-
"@fastkit/
|
|
60
|
-
"@fastkit/vue-form-control": "^0.20.13",
|
|
59
|
+
"@fastkit/vue-app-layout": "^0.15.5",
|
|
61
60
|
"@fastkit/vue-click-outside": "^0.2.4",
|
|
62
|
-
"@fastkit/vue-
|
|
63
|
-
"@fastkit/vue-color-scheme": "^0.15.6",
|
|
61
|
+
"@fastkit/vue-form-control": "^0.20.14",
|
|
64
62
|
"@fastkit/vue-keyboard": "^0.2.3",
|
|
65
|
-
"@fastkit/vue-
|
|
63
|
+
"@fastkit/vue-color-scheme": "^0.15.6",
|
|
64
|
+
"@fastkit/vue-loading": "^0.15.6",
|
|
66
65
|
"@fastkit/vue-resize": "^0.2.4",
|
|
66
|
+
"@fastkit/vue-location": "^0.2.4",
|
|
67
67
|
"@fastkit/vue-media-match": "^0.14.5",
|
|
68
|
-
"@fastkit/vue-stack": "^0.16.5",
|
|
69
|
-
"@fastkit/vue-scroller": "^0.15.4",
|
|
70
68
|
"@fastkit/vue-utils": "^0.15.4",
|
|
71
|
-
"@fastkit/vue-transitions": "^0.2.5"
|
|
69
|
+
"@fastkit/vue-transitions": "^0.2.5",
|
|
70
|
+
"@fastkit/vue-stack": "^0.16.6",
|
|
71
|
+
"@fastkit/vue-scroller": "^0.15.4"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.4.0",
|