@fastkit/vui 0.16.36 → 0.16.37
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 +11 -0
- package/package.json +16 -16
package/dist/vui.d.ts
CHANGED
|
@@ -896,6 +896,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
896
896
|
type: (StringConstructor | BooleanConstructor)[];
|
|
897
897
|
default: boolean;
|
|
898
898
|
};
|
|
899
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
899
900
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
900
901
|
} & {
|
|
901
902
|
dense: BooleanConstructor;
|
|
@@ -1012,6 +1013,7 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
1012
1013
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1013
1014
|
default: boolean;
|
|
1014
1015
|
};
|
|
1016
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
1015
1017
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1016
1018
|
} & {
|
|
1017
1019
|
dense: BooleanConstructor;
|
|
@@ -1145,6 +1147,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1145
1147
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1146
1148
|
default: boolean;
|
|
1147
1149
|
};
|
|
1150
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
1148
1151
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1149
1152
|
} & {
|
|
1150
1153
|
variant: vue.PropType<ColorVariant>;
|
|
@@ -1264,6 +1267,7 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1264
1267
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1265
1268
|
default: boolean;
|
|
1266
1269
|
};
|
|
1270
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
1267
1271
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1268
1272
|
} & {
|
|
1269
1273
|
variant: vue.PropType<ColorVariant>;
|
|
@@ -1415,6 +1419,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1415
1419
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1416
1420
|
default: boolean;
|
|
1417
1421
|
};
|
|
1422
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
1418
1423
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1419
1424
|
} & {
|
|
1420
1425
|
variant: vue.PropType<ColorVariant>;
|
|
@@ -1546,6 +1551,7 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1546
1551
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1547
1552
|
default: boolean;
|
|
1548
1553
|
};
|
|
1554
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
1549
1555
|
activator: vue.PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1550
1556
|
} & {
|
|
1551
1557
|
variant: vue.PropType<ColorVariant>;
|
|
@@ -1674,6 +1680,7 @@ declare const sheetModalProps: {
|
|
|
1674
1680
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1675
1681
|
default: boolean;
|
|
1676
1682
|
};
|
|
1683
|
+
includeElements: PropType<() => Element[]>;
|
|
1677
1684
|
activator: PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1678
1685
|
};
|
|
1679
1686
|
declare const VSheetModal: vue.DefineComponent<{
|
|
@@ -1752,6 +1759,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1752
1759
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1753
1760
|
default: boolean;
|
|
1754
1761
|
};
|
|
1762
|
+
includeElements: PropType<() => Element[]>;
|
|
1755
1763
|
activator: PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1756
1764
|
}, {
|
|
1757
1765
|
stackControl: VStackControl;
|
|
@@ -1844,6 +1852,7 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1844
1852
|
type: (StringConstructor | BooleanConstructor)[];
|
|
1845
1853
|
default: boolean;
|
|
1846
1854
|
};
|
|
1855
|
+
includeElements: PropType<() => Element[]>;
|
|
1847
1856
|
activator: PropType<_fastkit_vue_stack.VStackActivatorQuery>;
|
|
1848
1857
|
}>> & {
|
|
1849
1858
|
onChange?: ((modelValue: boolean) => any) | undefined;
|
|
@@ -2116,6 +2125,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2116
2125
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2117
2126
|
default: boolean;
|
|
2118
2127
|
};
|
|
2128
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
2119
2129
|
activator: vue.PropType<_fastkit_vue_stack__.VStackActivatorQuery>;
|
|
2120
2130
|
} & {
|
|
2121
2131
|
variant: vue.PropType<ColorVariant>;
|
|
@@ -2247,6 +2257,7 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2247
2257
|
type: (StringConstructor | BooleanConstructor)[];
|
|
2248
2258
|
default: boolean;
|
|
2249
2259
|
};
|
|
2260
|
+
includeElements: vue.PropType<() => Element[]>;
|
|
2250
2261
|
activator: vue.PropType<_fastkit_vue_stack__.VStackActivatorQuery>;
|
|
2251
2262
|
} & {
|
|
2252
2263
|
variant: vue.PropType<ColorVariant>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.37",
|
|
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-gen": "0.13.10",
|
|
48
|
-
"@fastkit/helpers": "0.13.3",
|
|
49
|
-
"@fastkit/color-scheme": "1.0.10",
|
|
50
47
|
"@fastkit/dom": "0.1.3",
|
|
48
|
+
"@fastkit/helpers": "0.13.3",
|
|
49
|
+
"@fastkit/color-scheme-gen": "0.13.10",
|
|
51
50
|
"@fastkit/icon-font": "1.0.9",
|
|
52
|
-
"@fastkit/
|
|
51
|
+
"@fastkit/color-scheme": "1.0.10",
|
|
52
|
+
"@fastkit/media-match-gen": "0.13.10",
|
|
53
53
|
"@fastkit/rules": "0.13.4",
|
|
54
54
|
"@fastkit/tiny-logger": "0.13.3",
|
|
55
|
-
"@fastkit/media-match-gen": "0.13.10",
|
|
56
55
|
"@fastkit/vue-action": "0.2.7",
|
|
57
|
-
"@fastkit/
|
|
58
|
-
"@fastkit/vue-
|
|
59
|
-
"@fastkit/vue-
|
|
56
|
+
"@fastkit/media-match": "1.0.9",
|
|
57
|
+
"@fastkit/vue-body-scroll-lock": "0.1.7",
|
|
58
|
+
"@fastkit/vue-click-outside": "0.1.8",
|
|
60
59
|
"@fastkit/vue-color-scheme": "0.14.7",
|
|
61
|
-
"@fastkit/vue-app-layout": "0.14.6",
|
|
62
60
|
"@fastkit/vue-keyboard": "0.1.3",
|
|
61
|
+
"@fastkit/vue-app-layout": "0.14.6",
|
|
62
|
+
"@fastkit/stylebase": "0.13.1",
|
|
63
|
+
"@fastkit/vue-location": "0.1.7",
|
|
64
|
+
"@fastkit/vue-form-control": "0.15.25",
|
|
65
|
+
"@fastkit/vue-resize": "0.1.7",
|
|
63
66
|
"@fastkit/vue-loading": "0.14.8",
|
|
64
67
|
"@fastkit/vue-media-match": "0.13.10",
|
|
65
|
-
"@fastkit/vue-
|
|
66
|
-
"@fastkit/vue-
|
|
67
|
-
"@fastkit/vue-transitions": "0.1.8",
|
|
68
|
+
"@fastkit/vue-stack": "0.15.19",
|
|
69
|
+
"@fastkit/vue-utils": "0.14.5",
|
|
68
70
|
"@fastkit/vue-scroller": "0.14.6",
|
|
69
|
-
"@fastkit/vue-
|
|
70
|
-
"@fastkit/vue-location": "0.1.7",
|
|
71
|
-
"@fastkit/vue-utils": "0.14.5"
|
|
71
|
+
"@fastkit/vue-transitions": "0.1.8"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|