@univerjs/sheets-formula-ui 0.4.1 → 0.4.2
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/cjs/index.js +2 -2
- package/lib/es/index.js +17 -10
- package/lib/locale/en-US.json +240 -237
- package/lib/locale/fa-IR.json +240 -237
- package/lib/locale/ru-RU.json +135 -104
- package/lib/locale/vi-VN.json +327 -160
- package/lib/locale/zh-CN.json +240 -237
- package/lib/locale/zh-TW.json +240 -237
- package/lib/types/locale/en-US.d.ts +122 -119
- package/lib/types/locale/fa-IR.d.ts +122 -119
- package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
- package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
- package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
- package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
- package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
- package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
- package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
- package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
- package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
- package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
- package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
- package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
- package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
- package/lib/types/locale/ru-RU.d.ts +77 -46
- package/lib/types/locale/vi-VN.d.ts +214 -63
- package/lib/types/locale/zh-CN.d.ts +122 -119
- package/lib/types/locale/zh-TW.d.ts +122 -119
- package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
- package/lib/umd/index.js +2 -2
- package/package.json +14 -14
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
database: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
field: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
criteria: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -40,11 +44,15 @@ declare const _default: {
|
|
|
40
44
|
url: string;
|
|
41
45
|
}[];
|
|
42
46
|
functionParameter: {
|
|
43
|
-
|
|
47
|
+
database: {
|
|
44
48
|
name: string;
|
|
45
49
|
detail: string;
|
|
46
50
|
};
|
|
47
|
-
|
|
51
|
+
field: {
|
|
52
|
+
name: string;
|
|
53
|
+
detail: string;
|
|
54
|
+
};
|
|
55
|
+
criteria: {
|
|
48
56
|
name: string;
|
|
49
57
|
detail: string;
|
|
50
58
|
};
|
|
@@ -58,11 +66,15 @@ declare const _default: {
|
|
|
58
66
|
url: string;
|
|
59
67
|
}[];
|
|
60
68
|
functionParameter: {
|
|
61
|
-
|
|
69
|
+
database: {
|
|
70
|
+
name: string;
|
|
71
|
+
detail: string;
|
|
72
|
+
};
|
|
73
|
+
field: {
|
|
62
74
|
name: string;
|
|
63
75
|
detail: string;
|
|
64
76
|
};
|
|
65
|
-
|
|
77
|
+
criteria: {
|
|
66
78
|
name: string;
|
|
67
79
|
detail: string;
|
|
68
80
|
};
|
|
@@ -76,11 +88,15 @@ declare const _default: {
|
|
|
76
88
|
url: string;
|
|
77
89
|
}[];
|
|
78
90
|
functionParameter: {
|
|
79
|
-
|
|
91
|
+
database: {
|
|
80
92
|
name: string;
|
|
81
93
|
detail: string;
|
|
82
94
|
};
|
|
83
|
-
|
|
95
|
+
field: {
|
|
96
|
+
name: string;
|
|
97
|
+
detail: string;
|
|
98
|
+
};
|
|
99
|
+
criteria: {
|
|
84
100
|
name: string;
|
|
85
101
|
detail: string;
|
|
86
102
|
};
|
|
@@ -94,11 +110,15 @@ declare const _default: {
|
|
|
94
110
|
url: string;
|
|
95
111
|
}[];
|
|
96
112
|
functionParameter: {
|
|
97
|
-
|
|
113
|
+
database: {
|
|
98
114
|
name: string;
|
|
99
115
|
detail: string;
|
|
100
116
|
};
|
|
101
|
-
|
|
117
|
+
field: {
|
|
118
|
+
name: string;
|
|
119
|
+
detail: string;
|
|
120
|
+
};
|
|
121
|
+
criteria: {
|
|
102
122
|
name: string;
|
|
103
123
|
detail: string;
|
|
104
124
|
};
|
|
@@ -112,11 +132,15 @@ declare const _default: {
|
|
|
112
132
|
url: string;
|
|
113
133
|
}[];
|
|
114
134
|
functionParameter: {
|
|
115
|
-
|
|
135
|
+
database: {
|
|
136
|
+
name: string;
|
|
137
|
+
detail: string;
|
|
138
|
+
};
|
|
139
|
+
field: {
|
|
116
140
|
name: string;
|
|
117
141
|
detail: string;
|
|
118
142
|
};
|
|
119
|
-
|
|
143
|
+
criteria: {
|
|
120
144
|
name: string;
|
|
121
145
|
detail: string;
|
|
122
146
|
};
|
|
@@ -130,11 +154,15 @@ declare const _default: {
|
|
|
130
154
|
url: string;
|
|
131
155
|
}[];
|
|
132
156
|
functionParameter: {
|
|
133
|
-
|
|
157
|
+
database: {
|
|
134
158
|
name: string;
|
|
135
159
|
detail: string;
|
|
136
160
|
};
|
|
137
|
-
|
|
161
|
+
field: {
|
|
162
|
+
name: string;
|
|
163
|
+
detail: string;
|
|
164
|
+
};
|
|
165
|
+
criteria: {
|
|
138
166
|
name: string;
|
|
139
167
|
detail: string;
|
|
140
168
|
};
|
|
@@ -148,11 +176,15 @@ declare const _default: {
|
|
|
148
176
|
url: string;
|
|
149
177
|
}[];
|
|
150
178
|
functionParameter: {
|
|
151
|
-
|
|
179
|
+
database: {
|
|
152
180
|
name: string;
|
|
153
181
|
detail: string;
|
|
154
182
|
};
|
|
155
|
-
|
|
183
|
+
field: {
|
|
184
|
+
name: string;
|
|
185
|
+
detail: string;
|
|
186
|
+
};
|
|
187
|
+
criteria: {
|
|
156
188
|
name: string;
|
|
157
189
|
detail: string;
|
|
158
190
|
};
|
|
@@ -166,11 +198,15 @@ declare const _default: {
|
|
|
166
198
|
url: string;
|
|
167
199
|
}[];
|
|
168
200
|
functionParameter: {
|
|
169
|
-
|
|
201
|
+
database: {
|
|
202
|
+
name: string;
|
|
203
|
+
detail: string;
|
|
204
|
+
};
|
|
205
|
+
field: {
|
|
170
206
|
name: string;
|
|
171
207
|
detail: string;
|
|
172
208
|
};
|
|
173
|
-
|
|
209
|
+
criteria: {
|
|
174
210
|
name: string;
|
|
175
211
|
detail: string;
|
|
176
212
|
};
|
|
@@ -184,11 +220,15 @@ declare const _default: {
|
|
|
184
220
|
url: string;
|
|
185
221
|
}[];
|
|
186
222
|
functionParameter: {
|
|
187
|
-
|
|
223
|
+
database: {
|
|
188
224
|
name: string;
|
|
189
225
|
detail: string;
|
|
190
226
|
};
|
|
191
|
-
|
|
227
|
+
field: {
|
|
228
|
+
name: string;
|
|
229
|
+
detail: string;
|
|
230
|
+
};
|
|
231
|
+
criteria: {
|
|
192
232
|
name: string;
|
|
193
233
|
detail: string;
|
|
194
234
|
};
|
|
@@ -202,11 +242,15 @@ declare const _default: {
|
|
|
202
242
|
url: string;
|
|
203
243
|
}[];
|
|
204
244
|
functionParameter: {
|
|
205
|
-
|
|
245
|
+
database: {
|
|
206
246
|
name: string;
|
|
207
247
|
detail: string;
|
|
208
248
|
};
|
|
209
|
-
|
|
249
|
+
field: {
|
|
250
|
+
name: string;
|
|
251
|
+
detail: string;
|
|
252
|
+
};
|
|
253
|
+
criteria: {
|
|
210
254
|
name: string;
|
|
211
255
|
detail: string;
|
|
212
256
|
};
|
|
@@ -220,11 +264,15 @@ declare const _default: {
|
|
|
220
264
|
url: string;
|
|
221
265
|
}[];
|
|
222
266
|
functionParameter: {
|
|
223
|
-
|
|
267
|
+
database: {
|
|
268
|
+
name: string;
|
|
269
|
+
detail: string;
|
|
270
|
+
};
|
|
271
|
+
field: {
|
|
224
272
|
name: string;
|
|
225
273
|
detail: string;
|
|
226
274
|
};
|
|
227
|
-
|
|
275
|
+
criteria: {
|
|
228
276
|
name: string;
|
|
229
277
|
detail: string;
|
|
230
278
|
};
|
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
database: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
field: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
criteria: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -40,11 +44,15 @@ declare const _default: {
|
|
|
40
44
|
url: string;
|
|
41
45
|
}[];
|
|
42
46
|
functionParameter: {
|
|
43
|
-
|
|
47
|
+
database: {
|
|
44
48
|
name: string;
|
|
45
49
|
detail: string;
|
|
46
50
|
};
|
|
47
|
-
|
|
51
|
+
field: {
|
|
52
|
+
name: string;
|
|
53
|
+
detail: string;
|
|
54
|
+
};
|
|
55
|
+
criteria: {
|
|
48
56
|
name: string;
|
|
49
57
|
detail: string;
|
|
50
58
|
};
|
|
@@ -58,11 +66,15 @@ declare const _default: {
|
|
|
58
66
|
url: string;
|
|
59
67
|
}[];
|
|
60
68
|
functionParameter: {
|
|
61
|
-
|
|
69
|
+
database: {
|
|
70
|
+
name: string;
|
|
71
|
+
detail: string;
|
|
72
|
+
};
|
|
73
|
+
field: {
|
|
62
74
|
name: string;
|
|
63
75
|
detail: string;
|
|
64
76
|
};
|
|
65
|
-
|
|
77
|
+
criteria: {
|
|
66
78
|
name: string;
|
|
67
79
|
detail: string;
|
|
68
80
|
};
|
|
@@ -76,11 +88,15 @@ declare const _default: {
|
|
|
76
88
|
url: string;
|
|
77
89
|
}[];
|
|
78
90
|
functionParameter: {
|
|
79
|
-
|
|
91
|
+
database: {
|
|
80
92
|
name: string;
|
|
81
93
|
detail: string;
|
|
82
94
|
};
|
|
83
|
-
|
|
95
|
+
field: {
|
|
96
|
+
name: string;
|
|
97
|
+
detail: string;
|
|
98
|
+
};
|
|
99
|
+
criteria: {
|
|
84
100
|
name: string;
|
|
85
101
|
detail: string;
|
|
86
102
|
};
|
|
@@ -94,11 +110,15 @@ declare const _default: {
|
|
|
94
110
|
url: string;
|
|
95
111
|
}[];
|
|
96
112
|
functionParameter: {
|
|
97
|
-
|
|
113
|
+
database: {
|
|
98
114
|
name: string;
|
|
99
115
|
detail: string;
|
|
100
116
|
};
|
|
101
|
-
|
|
117
|
+
field: {
|
|
118
|
+
name: string;
|
|
119
|
+
detail: string;
|
|
120
|
+
};
|
|
121
|
+
criteria: {
|
|
102
122
|
name: string;
|
|
103
123
|
detail: string;
|
|
104
124
|
};
|
|
@@ -112,11 +132,15 @@ declare const _default: {
|
|
|
112
132
|
url: string;
|
|
113
133
|
}[];
|
|
114
134
|
functionParameter: {
|
|
115
|
-
|
|
135
|
+
database: {
|
|
136
|
+
name: string;
|
|
137
|
+
detail: string;
|
|
138
|
+
};
|
|
139
|
+
field: {
|
|
116
140
|
name: string;
|
|
117
141
|
detail: string;
|
|
118
142
|
};
|
|
119
|
-
|
|
143
|
+
criteria: {
|
|
120
144
|
name: string;
|
|
121
145
|
detail: string;
|
|
122
146
|
};
|
|
@@ -130,11 +154,15 @@ declare const _default: {
|
|
|
130
154
|
url: string;
|
|
131
155
|
}[];
|
|
132
156
|
functionParameter: {
|
|
133
|
-
|
|
157
|
+
database: {
|
|
134
158
|
name: string;
|
|
135
159
|
detail: string;
|
|
136
160
|
};
|
|
137
|
-
|
|
161
|
+
field: {
|
|
162
|
+
name: string;
|
|
163
|
+
detail: string;
|
|
164
|
+
};
|
|
165
|
+
criteria: {
|
|
138
166
|
name: string;
|
|
139
167
|
detail: string;
|
|
140
168
|
};
|
|
@@ -148,11 +176,15 @@ declare const _default: {
|
|
|
148
176
|
url: string;
|
|
149
177
|
}[];
|
|
150
178
|
functionParameter: {
|
|
151
|
-
|
|
179
|
+
database: {
|
|
152
180
|
name: string;
|
|
153
181
|
detail: string;
|
|
154
182
|
};
|
|
155
|
-
|
|
183
|
+
field: {
|
|
184
|
+
name: string;
|
|
185
|
+
detail: string;
|
|
186
|
+
};
|
|
187
|
+
criteria: {
|
|
156
188
|
name: string;
|
|
157
189
|
detail: string;
|
|
158
190
|
};
|
|
@@ -166,11 +198,15 @@ declare const _default: {
|
|
|
166
198
|
url: string;
|
|
167
199
|
}[];
|
|
168
200
|
functionParameter: {
|
|
169
|
-
|
|
201
|
+
database: {
|
|
202
|
+
name: string;
|
|
203
|
+
detail: string;
|
|
204
|
+
};
|
|
205
|
+
field: {
|
|
170
206
|
name: string;
|
|
171
207
|
detail: string;
|
|
172
208
|
};
|
|
173
|
-
|
|
209
|
+
criteria: {
|
|
174
210
|
name: string;
|
|
175
211
|
detail: string;
|
|
176
212
|
};
|
|
@@ -184,11 +220,15 @@ declare const _default: {
|
|
|
184
220
|
url: string;
|
|
185
221
|
}[];
|
|
186
222
|
functionParameter: {
|
|
187
|
-
|
|
223
|
+
database: {
|
|
188
224
|
name: string;
|
|
189
225
|
detail: string;
|
|
190
226
|
};
|
|
191
|
-
|
|
227
|
+
field: {
|
|
228
|
+
name: string;
|
|
229
|
+
detail: string;
|
|
230
|
+
};
|
|
231
|
+
criteria: {
|
|
192
232
|
name: string;
|
|
193
233
|
detail: string;
|
|
194
234
|
};
|
|
@@ -202,11 +242,15 @@ declare const _default: {
|
|
|
202
242
|
url: string;
|
|
203
243
|
}[];
|
|
204
244
|
functionParameter: {
|
|
205
|
-
|
|
245
|
+
database: {
|
|
206
246
|
name: string;
|
|
207
247
|
detail: string;
|
|
208
248
|
};
|
|
209
|
-
|
|
249
|
+
field: {
|
|
250
|
+
name: string;
|
|
251
|
+
detail: string;
|
|
252
|
+
};
|
|
253
|
+
criteria: {
|
|
210
254
|
name: string;
|
|
211
255
|
detail: string;
|
|
212
256
|
};
|
|
@@ -220,11 +264,15 @@ declare const _default: {
|
|
|
220
264
|
url: string;
|
|
221
265
|
}[];
|
|
222
266
|
functionParameter: {
|
|
223
|
-
|
|
267
|
+
database: {
|
|
268
|
+
name: string;
|
|
269
|
+
detail: string;
|
|
270
|
+
};
|
|
271
|
+
field: {
|
|
224
272
|
name: string;
|
|
225
273
|
detail: string;
|
|
226
274
|
};
|
|
227
|
-
|
|
275
|
+
criteria: {
|
|
228
276
|
name: string;
|
|
229
277
|
detail: string;
|
|
230
278
|
};
|
|
@@ -22,11 +22,15 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
database: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
field: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
criteria: {
|
|
30
34
|
name: string;
|
|
31
35
|
detail: string;
|
|
32
36
|
};
|
|
@@ -40,11 +44,15 @@ declare const _default: {
|
|
|
40
44
|
url: string;
|
|
41
45
|
}[];
|
|
42
46
|
functionParameter: {
|
|
43
|
-
|
|
47
|
+
database: {
|
|
44
48
|
name: string;
|
|
45
49
|
detail: string;
|
|
46
50
|
};
|
|
47
|
-
|
|
51
|
+
field: {
|
|
52
|
+
name: string;
|
|
53
|
+
detail: string;
|
|
54
|
+
};
|
|
55
|
+
criteria: {
|
|
48
56
|
name: string;
|
|
49
57
|
detail: string;
|
|
50
58
|
};
|
|
@@ -58,11 +66,15 @@ declare const _default: {
|
|
|
58
66
|
url: string;
|
|
59
67
|
}[];
|
|
60
68
|
functionParameter: {
|
|
61
|
-
|
|
69
|
+
database: {
|
|
70
|
+
name: string;
|
|
71
|
+
detail: string;
|
|
72
|
+
};
|
|
73
|
+
field: {
|
|
62
74
|
name: string;
|
|
63
75
|
detail: string;
|
|
64
76
|
};
|
|
65
|
-
|
|
77
|
+
criteria: {
|
|
66
78
|
name: string;
|
|
67
79
|
detail: string;
|
|
68
80
|
};
|
|
@@ -76,11 +88,15 @@ declare const _default: {
|
|
|
76
88
|
url: string;
|
|
77
89
|
}[];
|
|
78
90
|
functionParameter: {
|
|
79
|
-
|
|
91
|
+
database: {
|
|
80
92
|
name: string;
|
|
81
93
|
detail: string;
|
|
82
94
|
};
|
|
83
|
-
|
|
95
|
+
field: {
|
|
96
|
+
name: string;
|
|
97
|
+
detail: string;
|
|
98
|
+
};
|
|
99
|
+
criteria: {
|
|
84
100
|
name: string;
|
|
85
101
|
detail: string;
|
|
86
102
|
};
|
|
@@ -94,11 +110,15 @@ declare const _default: {
|
|
|
94
110
|
url: string;
|
|
95
111
|
}[];
|
|
96
112
|
functionParameter: {
|
|
97
|
-
|
|
113
|
+
database: {
|
|
98
114
|
name: string;
|
|
99
115
|
detail: string;
|
|
100
116
|
};
|
|
101
|
-
|
|
117
|
+
field: {
|
|
118
|
+
name: string;
|
|
119
|
+
detail: string;
|
|
120
|
+
};
|
|
121
|
+
criteria: {
|
|
102
122
|
name: string;
|
|
103
123
|
detail: string;
|
|
104
124
|
};
|
|
@@ -112,11 +132,15 @@ declare const _default: {
|
|
|
112
132
|
url: string;
|
|
113
133
|
}[];
|
|
114
134
|
functionParameter: {
|
|
115
|
-
|
|
135
|
+
database: {
|
|
136
|
+
name: string;
|
|
137
|
+
detail: string;
|
|
138
|
+
};
|
|
139
|
+
field: {
|
|
116
140
|
name: string;
|
|
117
141
|
detail: string;
|
|
118
142
|
};
|
|
119
|
-
|
|
143
|
+
criteria: {
|
|
120
144
|
name: string;
|
|
121
145
|
detail: string;
|
|
122
146
|
};
|
|
@@ -130,11 +154,15 @@ declare const _default: {
|
|
|
130
154
|
url: string;
|
|
131
155
|
}[];
|
|
132
156
|
functionParameter: {
|
|
133
|
-
|
|
157
|
+
database: {
|
|
134
158
|
name: string;
|
|
135
159
|
detail: string;
|
|
136
160
|
};
|
|
137
|
-
|
|
161
|
+
field: {
|
|
162
|
+
name: string;
|
|
163
|
+
detail: string;
|
|
164
|
+
};
|
|
165
|
+
criteria: {
|
|
138
166
|
name: string;
|
|
139
167
|
detail: string;
|
|
140
168
|
};
|
|
@@ -148,11 +176,15 @@ declare const _default: {
|
|
|
148
176
|
url: string;
|
|
149
177
|
}[];
|
|
150
178
|
functionParameter: {
|
|
151
|
-
|
|
179
|
+
database: {
|
|
152
180
|
name: string;
|
|
153
181
|
detail: string;
|
|
154
182
|
};
|
|
155
|
-
|
|
183
|
+
field: {
|
|
184
|
+
name: string;
|
|
185
|
+
detail: string;
|
|
186
|
+
};
|
|
187
|
+
criteria: {
|
|
156
188
|
name: string;
|
|
157
189
|
detail: string;
|
|
158
190
|
};
|
|
@@ -166,11 +198,15 @@ declare const _default: {
|
|
|
166
198
|
url: string;
|
|
167
199
|
}[];
|
|
168
200
|
functionParameter: {
|
|
169
|
-
|
|
201
|
+
database: {
|
|
202
|
+
name: string;
|
|
203
|
+
detail: string;
|
|
204
|
+
};
|
|
205
|
+
field: {
|
|
170
206
|
name: string;
|
|
171
207
|
detail: string;
|
|
172
208
|
};
|
|
173
|
-
|
|
209
|
+
criteria: {
|
|
174
210
|
name: string;
|
|
175
211
|
detail: string;
|
|
176
212
|
};
|
|
@@ -184,11 +220,15 @@ declare const _default: {
|
|
|
184
220
|
url: string;
|
|
185
221
|
}[];
|
|
186
222
|
functionParameter: {
|
|
187
|
-
|
|
223
|
+
database: {
|
|
188
224
|
name: string;
|
|
189
225
|
detail: string;
|
|
190
226
|
};
|
|
191
|
-
|
|
227
|
+
field: {
|
|
228
|
+
name: string;
|
|
229
|
+
detail: string;
|
|
230
|
+
};
|
|
231
|
+
criteria: {
|
|
192
232
|
name: string;
|
|
193
233
|
detail: string;
|
|
194
234
|
};
|
|
@@ -202,11 +242,15 @@ declare const _default: {
|
|
|
202
242
|
url: string;
|
|
203
243
|
}[];
|
|
204
244
|
functionParameter: {
|
|
205
|
-
|
|
245
|
+
database: {
|
|
206
246
|
name: string;
|
|
207
247
|
detail: string;
|
|
208
248
|
};
|
|
209
|
-
|
|
249
|
+
field: {
|
|
250
|
+
name: string;
|
|
251
|
+
detail: string;
|
|
252
|
+
};
|
|
253
|
+
criteria: {
|
|
210
254
|
name: string;
|
|
211
255
|
detail: string;
|
|
212
256
|
};
|
|
@@ -220,11 +264,15 @@ declare const _default: {
|
|
|
220
264
|
url: string;
|
|
221
265
|
}[];
|
|
222
266
|
functionParameter: {
|
|
223
|
-
|
|
267
|
+
database: {
|
|
268
|
+
name: string;
|
|
269
|
+
detail: string;
|
|
270
|
+
};
|
|
271
|
+
field: {
|
|
224
272
|
name: string;
|
|
225
273
|
detail: string;
|
|
226
274
|
};
|
|
227
|
-
|
|
275
|
+
criteria: {
|
|
228
276
|
name: string;
|
|
229
277
|
detail: string;
|
|
230
278
|
};
|