g-ui-web 1.3.58 → 1.3.59
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 +1 -1
- package/lib/g-ui-web.iife.js +1 -1
- package/lib/g-ui-web.iife.js.gz +0 -0
- package/lib/g-ui-web.js +71 -58
- package/lib/g-ui-web.js.gz +0 -0
- package/lib/g-ui-web.umd.cjs +1 -1
- package/lib/ranking-rb/index.d.ts +18 -5
- package/lib/ranking-rb/src/index.vue.d.ts +9 -2
- package/lib/style.css +1 -1
- package/lib/style.css.gz +0 -0
- package/package.json +1 -1
|
@@ -28,7 +28,9 @@ declare const GRankingRb: ({
|
|
|
28
28
|
type: NumberConstructor;
|
|
29
29
|
default: number;
|
|
30
30
|
};
|
|
31
|
-
}>> & Readonly<{
|
|
31
|
+
}>> & Readonly<{
|
|
32
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
33
|
+
}>, {
|
|
32
34
|
props: {
|
|
33
35
|
readonly title: string;
|
|
34
36
|
readonly description: string;
|
|
@@ -39,7 +41,9 @@ declare const GRankingRb: ({
|
|
|
39
41
|
readonly rbColor: string;
|
|
40
42
|
};
|
|
41
43
|
getIsFinish(): boolean;
|
|
42
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
44
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
45
|
+
"row-click": (...args: any[]) => void;
|
|
46
|
+
}, import('vue').PublicProps, {
|
|
43
47
|
title: string;
|
|
44
48
|
description: string;
|
|
45
49
|
dbOptions: Record<string, any>;
|
|
@@ -83,7 +87,9 @@ declare const GRankingRb: ({
|
|
|
83
87
|
type: NumberConstructor;
|
|
84
88
|
default: number;
|
|
85
89
|
};
|
|
86
|
-
}>> & Readonly<{
|
|
90
|
+
}>> & Readonly<{
|
|
91
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
92
|
+
}>, {
|
|
87
93
|
props: {
|
|
88
94
|
readonly title: string;
|
|
89
95
|
readonly description: string;
|
|
@@ -135,7 +141,9 @@ declare const GRankingRb: ({
|
|
|
135
141
|
type: NumberConstructor;
|
|
136
142
|
default: number;
|
|
137
143
|
};
|
|
138
|
-
}>> & Readonly<{
|
|
144
|
+
}>> & Readonly<{
|
|
145
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
146
|
+
}>, {
|
|
139
147
|
props: {
|
|
140
148
|
readonly title: string;
|
|
141
149
|
readonly description: string;
|
|
@@ -146,7 +154,9 @@ declare const GRankingRb: ({
|
|
|
146
154
|
readonly rbColor: string;
|
|
147
155
|
};
|
|
148
156
|
getIsFinish(): boolean;
|
|
149
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
157
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
158
|
+
"row-click": (...args: any[]) => void;
|
|
159
|
+
}, string, {
|
|
150
160
|
title: string;
|
|
151
161
|
description: string;
|
|
152
162
|
dbOptions: Record<string, any>;
|
|
@@ -158,6 +168,9 @@ declare const GRankingRb: ({
|
|
|
158
168
|
$slots: Partial<Record<`default-${any}`, (_: {
|
|
159
169
|
row: any;
|
|
160
170
|
column: any;
|
|
171
|
+
}) => any>> & Partial<Record<`default-${any}`, (_: {
|
|
172
|
+
row: any;
|
|
173
|
+
column: any;
|
|
161
174
|
}) => any>> & {
|
|
162
175
|
empty?(_: {
|
|
163
176
|
class: string;
|
|
@@ -2,6 +2,9 @@ declare function __VLS_template(): {
|
|
|
2
2
|
slots: Partial<Record<`default-${any}`, (_: {
|
|
3
3
|
row: any;
|
|
4
4
|
column: any;
|
|
5
|
+
}) => any>> & Partial<Record<`default-${any}`, (_: {
|
|
6
|
+
row: any;
|
|
7
|
+
column: any;
|
|
5
8
|
}) => any>> & {
|
|
6
9
|
empty?(_: {
|
|
7
10
|
class: string;
|
|
@@ -51,7 +54,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
51
54
|
readonly rbColor: string;
|
|
52
55
|
};
|
|
53
56
|
getIsFinish(): boolean;
|
|
54
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
57
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
58
|
+
"row-click": (...args: any[]) => void;
|
|
59
|
+
}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
55
60
|
dbOptions: {
|
|
56
61
|
type: ObjectConstructor;
|
|
57
62
|
default: {};
|
|
@@ -80,7 +85,9 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
|
|
|
80
85
|
type: NumberConstructor;
|
|
81
86
|
default: number;
|
|
82
87
|
};
|
|
83
|
-
}>> & Readonly<{
|
|
88
|
+
}>> & Readonly<{
|
|
89
|
+
"onRow-click"?: ((...args: any[]) => any) | undefined;
|
|
90
|
+
}>, {
|
|
84
91
|
title: string;
|
|
85
92
|
description: string;
|
|
86
93
|
dbOptions: Record<string, any>;
|