g-ui-web 1.4.44 → 1.4.46
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/lib/g-ui-web.cjs +51 -51
- package/lib/g-ui-web.iife.js +51 -51
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +15301 -15161
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +51 -51
- package/lib/ranking-list/index.d.ts +6 -6
- package/lib/ranking-list/src/index.vue.d.ts +2 -2
- package/lib/ranking-table/index.d.ts +6 -6
- package/lib/ranking-table/src/index.vue.d.ts +2 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/lib/submarket-map/index.d.ts +15 -0
- package/lib/submarket-map/src/index.vue.d.ts +9 -0
- package/lib/target-deviation/index.d.ts +3 -3
- package/lib/target-deviation/src/index.vue.d.ts +1 -1
- package/lib/utils/index.d.ts +62 -0
- package/package.json +1 -1
|
@@ -35,8 +35,8 @@ declare const GRankingList: ({
|
|
|
35
35
|
}>> & Readonly<{}>, {
|
|
36
36
|
props: {
|
|
37
37
|
readonly type: string;
|
|
38
|
-
readonly icon: boolean;
|
|
39
38
|
readonly sort: string;
|
|
39
|
+
readonly icon: boolean;
|
|
40
40
|
readonly description: string;
|
|
41
41
|
readonly index: number;
|
|
42
42
|
readonly dbOptions: Record<string, any>;
|
|
@@ -46,8 +46,8 @@ declare const GRankingList: ({
|
|
|
46
46
|
rankingListRef: globalThis.Ref<null, null>;
|
|
47
47
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
48
48
|
type: string;
|
|
49
|
-
icon: boolean;
|
|
50
49
|
sort: string;
|
|
50
|
+
icon: boolean;
|
|
51
51
|
description: string;
|
|
52
52
|
index: number;
|
|
53
53
|
dbOptions: Record<string, any>;
|
|
@@ -96,8 +96,8 @@ declare const GRankingList: ({
|
|
|
96
96
|
}>> & Readonly<{}>, {
|
|
97
97
|
props: {
|
|
98
98
|
readonly type: string;
|
|
99
|
-
readonly icon: boolean;
|
|
100
99
|
readonly sort: string;
|
|
100
|
+
readonly icon: boolean;
|
|
101
101
|
readonly description: string;
|
|
102
102
|
readonly index: number;
|
|
103
103
|
readonly dbOptions: Record<string, any>;
|
|
@@ -107,8 +107,8 @@ declare const GRankingList: ({
|
|
|
107
107
|
rankingListRef: globalThis.Ref<null, null>;
|
|
108
108
|
}, {}, {}, {}, {
|
|
109
109
|
type: string;
|
|
110
|
-
icon: boolean;
|
|
111
110
|
sort: string;
|
|
111
|
+
icon: boolean;
|
|
112
112
|
description: string;
|
|
113
113
|
index: number;
|
|
114
114
|
dbOptions: Record<string, any>;
|
|
@@ -154,8 +154,8 @@ declare const GRankingList: ({
|
|
|
154
154
|
}>> & Readonly<{}>, {
|
|
155
155
|
props: {
|
|
156
156
|
readonly type: string;
|
|
157
|
-
readonly icon: boolean;
|
|
158
157
|
readonly sort: string;
|
|
158
|
+
readonly icon: boolean;
|
|
159
159
|
readonly description: string;
|
|
160
160
|
readonly index: number;
|
|
161
161
|
readonly dbOptions: Record<string, any>;
|
|
@@ -165,8 +165,8 @@ declare const GRankingList: ({
|
|
|
165
165
|
rankingListRef: globalThis.Ref<null, null>;
|
|
166
166
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
167
167
|
type: string;
|
|
168
|
-
icon: boolean;
|
|
169
168
|
sort: string;
|
|
169
|
+
icon: boolean;
|
|
170
170
|
description: string;
|
|
171
171
|
index: number;
|
|
172
172
|
dbOptions: Record<string, any>;
|
|
@@ -52,8 +52,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
52
52
|
}>, {
|
|
53
53
|
props: {
|
|
54
54
|
readonly type: string;
|
|
55
|
-
readonly icon: boolean;
|
|
56
55
|
readonly sort: string;
|
|
56
|
+
readonly icon: boolean;
|
|
57
57
|
readonly description: string;
|
|
58
58
|
readonly index: number;
|
|
59
59
|
readonly dbOptions: Record<string, any>;
|
|
@@ -96,8 +96,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
96
96
|
};
|
|
97
97
|
}>> & Readonly<{}>, {
|
|
98
98
|
type: string;
|
|
99
|
-
icon: boolean;
|
|
100
99
|
sort: string;
|
|
100
|
+
icon: boolean;
|
|
101
101
|
description: string;
|
|
102
102
|
index: number;
|
|
103
103
|
dbOptions: Record<string, any>;
|
|
@@ -30,8 +30,8 @@ declare const GRankingTable: ({
|
|
|
30
30
|
};
|
|
31
31
|
}>> & Readonly<{}>, {
|
|
32
32
|
props: {
|
|
33
|
-
readonly icon: boolean;
|
|
34
33
|
readonly sort: string;
|
|
34
|
+
readonly icon: boolean;
|
|
35
35
|
readonly description: string;
|
|
36
36
|
readonly dbOptions: Record<string, any>;
|
|
37
37
|
readonly limit: number;
|
|
@@ -40,8 +40,8 @@ declare const GRankingTable: ({
|
|
|
40
40
|
};
|
|
41
41
|
rankingTableRef: globalThis.Ref<null, null>;
|
|
42
42
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
43
|
-
icon: boolean;
|
|
44
43
|
sort: string;
|
|
44
|
+
icon: boolean;
|
|
45
45
|
description: string;
|
|
46
46
|
dbOptions: Record<string, any>;
|
|
47
47
|
limit: number;
|
|
@@ -85,8 +85,8 @@ declare const GRankingTable: ({
|
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
87
|
props: {
|
|
88
|
-
readonly icon: boolean;
|
|
89
88
|
readonly sort: string;
|
|
89
|
+
readonly icon: boolean;
|
|
90
90
|
readonly description: string;
|
|
91
91
|
readonly dbOptions: Record<string, any>;
|
|
92
92
|
readonly limit: number;
|
|
@@ -95,8 +95,8 @@ declare const GRankingTable: ({
|
|
|
95
95
|
};
|
|
96
96
|
rankingTableRef: globalThis.Ref<null, null>;
|
|
97
97
|
}, {}, {}, {}, {
|
|
98
|
-
icon: boolean;
|
|
99
98
|
sort: string;
|
|
99
|
+
icon: boolean;
|
|
100
100
|
description: string;
|
|
101
101
|
dbOptions: Record<string, any>;
|
|
102
102
|
limit: number;
|
|
@@ -137,8 +137,8 @@ declare const GRankingTable: ({
|
|
|
137
137
|
};
|
|
138
138
|
}>> & Readonly<{}>, {
|
|
139
139
|
props: {
|
|
140
|
-
readonly icon: boolean;
|
|
141
140
|
readonly sort: string;
|
|
141
|
+
readonly icon: boolean;
|
|
142
142
|
readonly description: string;
|
|
143
143
|
readonly dbOptions: Record<string, any>;
|
|
144
144
|
readonly limit: number;
|
|
@@ -147,8 +147,8 @@ declare const GRankingTable: ({
|
|
|
147
147
|
};
|
|
148
148
|
rankingTableRef: globalThis.Ref<null, null>;
|
|
149
149
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
150
|
-
icon: boolean;
|
|
151
150
|
sort: string;
|
|
151
|
+
icon: boolean;
|
|
152
152
|
description: string;
|
|
153
153
|
dbOptions: Record<string, any>;
|
|
154
154
|
limit: number;
|
|
@@ -45,8 +45,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
45
45
|
};
|
|
46
46
|
}>, {
|
|
47
47
|
props: {
|
|
48
|
-
readonly icon: boolean;
|
|
49
48
|
readonly sort: string;
|
|
49
|
+
readonly icon: boolean;
|
|
50
50
|
readonly description: string;
|
|
51
51
|
readonly dbOptions: Record<string, any>;
|
|
52
52
|
readonly limit: number;
|
|
@@ -84,8 +84,8 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
84
84
|
default: string;
|
|
85
85
|
};
|
|
86
86
|
}>> & Readonly<{}>, {
|
|
87
|
-
icon: boolean;
|
|
88
87
|
sort: string;
|
|
88
|
+
icon: boolean;
|
|
89
89
|
description: string;
|
|
90
90
|
dbOptions: Record<string, any>;
|
|
91
91
|
limit: number;
|