@getblock/common 0.1.91 → 0.1.92
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.
|
@@ -32,39 +32,24 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
32
32
|
navigationItems: import("vue").Ref<{
|
|
33
33
|
key: string;
|
|
34
34
|
open: boolean;
|
|
35
|
-
items:
|
|
35
|
+
items: {
|
|
36
36
|
key: string;
|
|
37
37
|
path: string;
|
|
38
|
-
|
|
39
|
-
} | {
|
|
40
|
-
key: string;
|
|
41
|
-
path: string;
|
|
42
|
-
beta: boolean;
|
|
43
|
-
})[];
|
|
38
|
+
}[];
|
|
44
39
|
}[], {
|
|
45
40
|
key: string;
|
|
46
41
|
open: boolean;
|
|
47
|
-
items:
|
|
42
|
+
items: {
|
|
48
43
|
key: string;
|
|
49
44
|
path: string;
|
|
50
|
-
|
|
51
|
-
} | {
|
|
52
|
-
key: string;
|
|
53
|
-
path: string;
|
|
54
|
-
beta: boolean;
|
|
55
|
-
})[];
|
|
45
|
+
}[];
|
|
56
46
|
}[] | {
|
|
57
47
|
key: string;
|
|
58
48
|
open: boolean;
|
|
59
|
-
items:
|
|
49
|
+
items: {
|
|
60
50
|
key: string;
|
|
61
51
|
path: string;
|
|
62
|
-
|
|
63
|
-
} | {
|
|
64
|
-
key: string;
|
|
65
|
-
path: string;
|
|
66
|
-
beta: boolean;
|
|
67
|
-
})[];
|
|
52
|
+
}[];
|
|
68
53
|
}[]>;
|
|
69
54
|
languages: import("vue").Ref<{
|
|
70
55
|
code: string;
|
|
@@ -199,6 +184,10 @@ declare const _sfc_main: import("vue").DefineComponent<import("vue").ExtractProp
|
|
|
199
184
|
title: string;
|
|
200
185
|
text: string;
|
|
201
186
|
};
|
|
187
|
+
'risk-api': {
|
|
188
|
+
title: string;
|
|
189
|
+
text: string;
|
|
190
|
+
};
|
|
202
191
|
};
|
|
203
192
|
banner: {
|
|
204
193
|
title: string;
|