@fastkit/vui 0.18.21 → 0.18.23
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 +44 -11
- package/package.json +18 -18
package/dist/vui.d.ts
CHANGED
|
@@ -756,7 +756,10 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
756
756
|
type: BooleanConstructor;
|
|
757
757
|
default: boolean;
|
|
758
758
|
};
|
|
759
|
-
persistent:
|
|
759
|
+
persistent: {
|
|
760
|
+
type: BooleanConstructor;
|
|
761
|
+
default: boolean;
|
|
762
|
+
};
|
|
760
763
|
zIndex: {
|
|
761
764
|
type: vue.PropType<string | number>;
|
|
762
765
|
default: string | number;
|
|
@@ -877,7 +880,10 @@ declare const VDialog: vue.DefineComponent<{
|
|
|
877
880
|
type: BooleanConstructor;
|
|
878
881
|
default: boolean;
|
|
879
882
|
};
|
|
880
|
-
persistent:
|
|
883
|
+
persistent: {
|
|
884
|
+
type: BooleanConstructor;
|
|
885
|
+
default: boolean;
|
|
886
|
+
};
|
|
881
887
|
zIndex: {
|
|
882
888
|
type: vue.PropType<string | number>;
|
|
883
889
|
default: string | number;
|
|
@@ -1016,7 +1022,10 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1016
1022
|
type: BooleanConstructor;
|
|
1017
1023
|
default: boolean;
|
|
1018
1024
|
};
|
|
1019
|
-
persistent:
|
|
1025
|
+
persistent: {
|
|
1026
|
+
type: BooleanConstructor;
|
|
1027
|
+
default: boolean;
|
|
1028
|
+
};
|
|
1020
1029
|
zIndex: {
|
|
1021
1030
|
type: vue.PropType<string | number>;
|
|
1022
1031
|
default: string | number;
|
|
@@ -1140,7 +1149,10 @@ declare const VSnackbar: vue.DefineComponent<{
|
|
|
1140
1149
|
type: BooleanConstructor;
|
|
1141
1150
|
default: boolean;
|
|
1142
1151
|
};
|
|
1143
|
-
persistent:
|
|
1152
|
+
persistent: {
|
|
1153
|
+
type: BooleanConstructor;
|
|
1154
|
+
default: boolean;
|
|
1155
|
+
};
|
|
1144
1156
|
zIndex: {
|
|
1145
1157
|
type: vue.PropType<string | number>;
|
|
1146
1158
|
default: string | number;
|
|
@@ -1317,7 +1329,10 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1317
1329
|
type: BooleanConstructor;
|
|
1318
1330
|
default: boolean;
|
|
1319
1331
|
};
|
|
1320
|
-
persistent:
|
|
1332
|
+
persistent: {
|
|
1333
|
+
type: BooleanConstructor;
|
|
1334
|
+
default: boolean;
|
|
1335
|
+
};
|
|
1321
1336
|
zIndex: {
|
|
1322
1337
|
type: vue.PropType<string | number>;
|
|
1323
1338
|
default: string | number;
|
|
@@ -1473,7 +1488,10 @@ declare const VMenu: vue.DefineComponent<{
|
|
|
1473
1488
|
type: BooleanConstructor;
|
|
1474
1489
|
default: boolean;
|
|
1475
1490
|
};
|
|
1476
|
-
persistent:
|
|
1491
|
+
persistent: {
|
|
1492
|
+
type: BooleanConstructor;
|
|
1493
|
+
default: boolean;
|
|
1494
|
+
};
|
|
1477
1495
|
zIndex: {
|
|
1478
1496
|
type: vue.PropType<string | number>;
|
|
1479
1497
|
default: string | number;
|
|
@@ -1611,7 +1629,10 @@ declare const sheetModalProps: {
|
|
|
1611
1629
|
type: BooleanConstructor;
|
|
1612
1630
|
default: boolean;
|
|
1613
1631
|
};
|
|
1614
|
-
persistent:
|
|
1632
|
+
persistent: {
|
|
1633
|
+
type: BooleanConstructor;
|
|
1634
|
+
default: boolean;
|
|
1635
|
+
};
|
|
1615
1636
|
zIndex: {
|
|
1616
1637
|
type: PropType<string | number>;
|
|
1617
1638
|
default: string | number;
|
|
@@ -1694,7 +1715,10 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1694
1715
|
type: BooleanConstructor;
|
|
1695
1716
|
default: boolean;
|
|
1696
1717
|
};
|
|
1697
|
-
persistent:
|
|
1718
|
+
persistent: {
|
|
1719
|
+
type: BooleanConstructor;
|
|
1720
|
+
default: boolean;
|
|
1721
|
+
};
|
|
1698
1722
|
zIndex: {
|
|
1699
1723
|
type: PropType<string | number>;
|
|
1700
1724
|
default: string | number;
|
|
@@ -1791,7 +1815,10 @@ declare const VSheetModal: vue.DefineComponent<{
|
|
|
1791
1815
|
type: BooleanConstructor;
|
|
1792
1816
|
default: boolean;
|
|
1793
1817
|
};
|
|
1794
|
-
persistent:
|
|
1818
|
+
persistent: {
|
|
1819
|
+
type: BooleanConstructor;
|
|
1820
|
+
default: boolean;
|
|
1821
|
+
};
|
|
1795
1822
|
zIndex: {
|
|
1796
1823
|
type: PropType<string | number>;
|
|
1797
1824
|
default: string | number;
|
|
@@ -2089,7 +2116,10 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2089
2116
|
type: BooleanConstructor;
|
|
2090
2117
|
default: boolean;
|
|
2091
2118
|
};
|
|
2092
|
-
persistent:
|
|
2119
|
+
persistent: {
|
|
2120
|
+
type: BooleanConstructor;
|
|
2121
|
+
default: boolean;
|
|
2122
|
+
};
|
|
2093
2123
|
zIndex: {
|
|
2094
2124
|
type: vue.PropType<string | number>;
|
|
2095
2125
|
default: string | number;
|
|
@@ -2245,7 +2275,10 @@ declare const VTooltip: vue.DefineComponent<{
|
|
|
2245
2275
|
type: BooleanConstructor;
|
|
2246
2276
|
default: boolean;
|
|
2247
2277
|
};
|
|
2248
|
-
persistent:
|
|
2278
|
+
persistent: {
|
|
2279
|
+
type: BooleanConstructor;
|
|
2280
|
+
default: boolean;
|
|
2281
|
+
};
|
|
2249
2282
|
zIndex: {
|
|
2250
2283
|
type: vue.PropType<string | number>;
|
|
2251
2284
|
default: string | number;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.18.
|
|
3
|
+
"version": "0.18.23",
|
|
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.14",
|
|
48
47
|
"@fastkit/dom": "0.1.7",
|
|
48
|
+
"@fastkit/color-scheme": "1.0.14",
|
|
49
|
+
"@fastkit/icon-font": "1.0.9",
|
|
50
|
+
"@fastkit/media-match": "1.0.9",
|
|
49
51
|
"@fastkit/color-scheme-gen": "0.13.14",
|
|
52
|
+
"@fastkit/media-match-gen": "0.13.14",
|
|
50
53
|
"@fastkit/helpers": "0.13.7",
|
|
51
|
-
"@fastkit/media-match": "1.0.9",
|
|
52
54
|
"@fastkit/rules": "0.13.9",
|
|
53
|
-
"@fastkit/icon-font": "1.0.9",
|
|
54
|
-
"@fastkit/media-match-gen": "0.13.14",
|
|
55
55
|
"@fastkit/tiny-logger": "0.13.7",
|
|
56
56
|
"@fastkit/stylebase": "0.13.1",
|
|
57
|
-
"@fastkit/vue-action": "0.2.
|
|
58
|
-
"@fastkit/vue-
|
|
59
|
-
"@fastkit/vue-
|
|
60
|
-
"@fastkit/vue-
|
|
61
|
-
"@fastkit/vue-click-outside": "0.1.17",
|
|
62
|
-
"@fastkit/vue-form-control": "0.19.16",
|
|
63
|
-
"@fastkit/vue-loading": "0.14.17",
|
|
57
|
+
"@fastkit/vue-action": "0.2.18",
|
|
58
|
+
"@fastkit/vue-body-scroll-lock": "0.1.17",
|
|
59
|
+
"@fastkit/vue-app-layout": "0.14.20",
|
|
60
|
+
"@fastkit/vue-click-outside": "0.1.18",
|
|
64
61
|
"@fastkit/vue-keyboard": "0.1.7",
|
|
62
|
+
"@fastkit/vue-color-scheme": "0.14.17",
|
|
63
|
+
"@fastkit/vue-location": "0.1.24",
|
|
64
|
+
"@fastkit/vue-loading": "0.14.18",
|
|
65
65
|
"@fastkit/vue-media-match": "0.13.14",
|
|
66
|
-
"@fastkit/vue-
|
|
67
|
-
"@fastkit/vue-resize": "0.1.
|
|
68
|
-
"@fastkit/vue-scroller": "0.14.
|
|
69
|
-
"@fastkit/vue-stack": "0.15.
|
|
70
|
-
"@fastkit/vue-utils": "0.14.
|
|
71
|
-
"@fastkit/vue-transitions": "0.1.
|
|
66
|
+
"@fastkit/vue-form-control": "0.19.17",
|
|
67
|
+
"@fastkit/vue-resize": "0.1.17",
|
|
68
|
+
"@fastkit/vue-scroller": "0.14.19",
|
|
69
|
+
"@fastkit/vue-stack": "0.15.45",
|
|
70
|
+
"@fastkit/vue-utils": "0.14.15",
|
|
71
|
+
"@fastkit/vue-transitions": "0.1.21"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"vue": "^3.3.0",
|