@univerjs/sheets-formula 0.1.16 → 0.2.0
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 +4 -4
- package/lib/es/index.js +3097 -3017
- package/lib/locale/en-US.json +175 -180
- package/lib/locale/ru-RU.json +174 -179
- package/lib/locale/zh-CN.json +179 -184
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/controllers/formula-alert-render.controller.d.ts +13 -0
- package/lib/types/controllers/formula-clipboard.controller.d.ts +5 -4
- package/lib/types/controllers/formula-editor-show.controller.d.ts +2 -6
- package/lib/types/controllers/formula-ui.controller.d.ts +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +2 -3
- package/lib/types/controllers/trigger-calculation.controller.d.ts +5 -1
- package/lib/types/controllers/update-formula.controller.d.ts +3 -1
- package/lib/types/formula-ui-plugin.d.ts +15 -3
- package/lib/types/index.d.ts +10 -2
- package/lib/types/locale/en-US.d.ts +79 -84
- package/lib/types/locale/function-list/date/en-US.d.ts +9 -22
- package/lib/types/locale/function-list/date/ja-JP.d.ts +9 -22
- package/lib/types/locale/function-list/date/zh-CN.d.ts +9 -22
- package/lib/types/locale/function-list/lookup/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/math/en-US.d.ts +9 -37
- package/lib/types/locale/function-list/math/ja-JP.d.ts +9 -37
- package/lib/types/locale/function-list/math/zh-CN.d.ts +9 -37
- package/lib/types/locale/function-list/statistical/en-US.d.ts +53 -21
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +55 -23
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +53 -21
- package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/text/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/text/ru-RU.d.ts +2 -2
- package/lib/types/locale/function-list/text/zh-CN.d.ts +2 -2
- package/lib/types/locale/ru-RU.d.ts +79 -84
- package/lib/types/locale/zh-CN.d.ts +79 -84
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
- package/lib/types/controllers/formula-alert.controller.d.ts +0 -12
|
@@ -62,11 +62,7 @@ declare const _default: {
|
|
|
62
62
|
url: string;
|
|
63
63
|
}[];
|
|
64
64
|
functionParameter: {
|
|
65
|
-
|
|
66
|
-
name: string;
|
|
67
|
-
detail: string;
|
|
68
|
-
};
|
|
69
|
-
number2: {
|
|
65
|
+
dateText: {
|
|
70
66
|
name: string;
|
|
71
67
|
detail: string;
|
|
72
68
|
};
|
|
@@ -269,16 +265,7 @@ declare const _default: {
|
|
|
269
265
|
title: string;
|
|
270
266
|
url: string;
|
|
271
267
|
}[];
|
|
272
|
-
functionParameter: {
|
|
273
|
-
number1: {
|
|
274
|
-
name: string;
|
|
275
|
-
detail: string;
|
|
276
|
-
};
|
|
277
|
-
number2: {
|
|
278
|
-
name: string;
|
|
279
|
-
detail: string;
|
|
280
|
-
};
|
|
281
|
-
};
|
|
268
|
+
functionParameter: {};
|
|
282
269
|
};
|
|
283
270
|
SECOND: {
|
|
284
271
|
description: string;
|
|
@@ -306,11 +293,15 @@ declare const _default: {
|
|
|
306
293
|
url: string;
|
|
307
294
|
}[];
|
|
308
295
|
functionParameter: {
|
|
309
|
-
|
|
296
|
+
hour: {
|
|
310
297
|
name: string;
|
|
311
298
|
detail: string;
|
|
312
299
|
};
|
|
313
|
-
|
|
300
|
+
minute: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
second: {
|
|
314
305
|
name: string;
|
|
315
306
|
detail: string;
|
|
316
307
|
};
|
|
@@ -324,11 +315,7 @@ declare const _default: {
|
|
|
324
315
|
url: string;
|
|
325
316
|
}[];
|
|
326
317
|
functionParameter: {
|
|
327
|
-
|
|
328
|
-
name: string;
|
|
329
|
-
detail: string;
|
|
330
|
-
};
|
|
331
|
-
number2: {
|
|
318
|
+
timeText: {
|
|
332
319
|
name: string;
|
|
333
320
|
detail: string;
|
|
334
321
|
};
|
|
@@ -62,11 +62,7 @@ declare const _default: {
|
|
|
62
62
|
url: string;
|
|
63
63
|
}[];
|
|
64
64
|
functionParameter: {
|
|
65
|
-
|
|
66
|
-
name: string;
|
|
67
|
-
detail: string;
|
|
68
|
-
};
|
|
69
|
-
number2: {
|
|
65
|
+
dateText: {
|
|
70
66
|
name: string;
|
|
71
67
|
detail: string;
|
|
72
68
|
};
|
|
@@ -269,16 +265,7 @@ declare const _default: {
|
|
|
269
265
|
title: string;
|
|
270
266
|
url: string;
|
|
271
267
|
}[];
|
|
272
|
-
functionParameter: {
|
|
273
|
-
number1: {
|
|
274
|
-
name: string;
|
|
275
|
-
detail: string;
|
|
276
|
-
};
|
|
277
|
-
number2: {
|
|
278
|
-
name: string;
|
|
279
|
-
detail: string;
|
|
280
|
-
};
|
|
281
|
-
};
|
|
268
|
+
functionParameter: {};
|
|
282
269
|
};
|
|
283
270
|
SECOND: {
|
|
284
271
|
description: string;
|
|
@@ -306,11 +293,15 @@ declare const _default: {
|
|
|
306
293
|
url: string;
|
|
307
294
|
}[];
|
|
308
295
|
functionParameter: {
|
|
309
|
-
|
|
296
|
+
hour: {
|
|
310
297
|
name: string;
|
|
311
298
|
detail: string;
|
|
312
299
|
};
|
|
313
|
-
|
|
300
|
+
minute: {
|
|
301
|
+
name: string;
|
|
302
|
+
detail: string;
|
|
303
|
+
};
|
|
304
|
+
second: {
|
|
314
305
|
name: string;
|
|
315
306
|
detail: string;
|
|
316
307
|
};
|
|
@@ -324,11 +315,7 @@ declare const _default: {
|
|
|
324
315
|
url: string;
|
|
325
316
|
}[];
|
|
326
317
|
functionParameter: {
|
|
327
|
-
|
|
328
|
-
name: string;
|
|
329
|
-
detail: string;
|
|
330
|
-
};
|
|
331
|
-
number2: {
|
|
318
|
+
timeText: {
|
|
332
319
|
name: string;
|
|
333
320
|
detail: string;
|
|
334
321
|
};
|
|
@@ -70,11 +70,15 @@ declare const _default: {
|
|
|
70
70
|
url: string;
|
|
71
71
|
}[];
|
|
72
72
|
functionParameter: {
|
|
73
|
-
|
|
73
|
+
indexNum: {
|
|
74
74
|
name: string;
|
|
75
75
|
detail: string;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
value1: {
|
|
78
|
+
name: string;
|
|
79
|
+
detail: string;
|
|
80
|
+
};
|
|
81
|
+
value2: {
|
|
78
82
|
name: string;
|
|
79
83
|
detail: string;
|
|
80
84
|
};
|
|
@@ -70,11 +70,15 @@ declare const _default: {
|
|
|
70
70
|
url: string;
|
|
71
71
|
}[];
|
|
72
72
|
functionParameter: {
|
|
73
|
-
|
|
73
|
+
indexNum: {
|
|
74
74
|
name: string;
|
|
75
75
|
detail: string;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
value1: {
|
|
78
|
+
name: string;
|
|
79
|
+
detail: string;
|
|
80
|
+
};
|
|
81
|
+
value2: {
|
|
78
82
|
name: string;
|
|
79
83
|
detail: string;
|
|
80
84
|
};
|
|
@@ -70,11 +70,15 @@ declare const _default: {
|
|
|
70
70
|
url: string;
|
|
71
71
|
}[];
|
|
72
72
|
functionParameter: {
|
|
73
|
-
|
|
73
|
+
indexNum: {
|
|
74
74
|
name: string;
|
|
75
75
|
detail: string;
|
|
76
76
|
};
|
|
77
|
-
|
|
77
|
+
value1: {
|
|
78
|
+
name: string;
|
|
79
|
+
detail: string;
|
|
80
|
+
};
|
|
81
|
+
value2: {
|
|
78
82
|
name: string;
|
|
79
83
|
detail: string;
|
|
80
84
|
};
|
|
@@ -132,11 +132,7 @@ declare const _default: {
|
|
|
132
132
|
url: string;
|
|
133
133
|
}[];
|
|
134
134
|
functionParameter: {
|
|
135
|
-
|
|
136
|
-
name: string;
|
|
137
|
-
detail: string;
|
|
138
|
-
};
|
|
139
|
-
number2: {
|
|
135
|
+
number: {
|
|
140
136
|
name: string;
|
|
141
137
|
detail: string;
|
|
142
138
|
};
|
|
@@ -150,11 +146,7 @@ declare const _default: {
|
|
|
150
146
|
url: string;
|
|
151
147
|
}[];
|
|
152
148
|
functionParameter: {
|
|
153
|
-
|
|
154
|
-
name: string;
|
|
155
|
-
detail: string;
|
|
156
|
-
};
|
|
157
|
-
number2: {
|
|
149
|
+
number: {
|
|
158
150
|
name: string;
|
|
159
151
|
detail: string;
|
|
160
152
|
};
|
|
@@ -168,11 +160,7 @@ declare const _default: {
|
|
|
168
160
|
url: string;
|
|
169
161
|
}[];
|
|
170
162
|
functionParameter: {
|
|
171
|
-
|
|
172
|
-
name: string;
|
|
173
|
-
detail: string;
|
|
174
|
-
};
|
|
175
|
-
number2: {
|
|
163
|
+
number: {
|
|
176
164
|
name: string;
|
|
177
165
|
detail: string;
|
|
178
166
|
};
|
|
@@ -186,11 +174,11 @@ declare const _default: {
|
|
|
186
174
|
url: string;
|
|
187
175
|
}[];
|
|
188
176
|
functionParameter: {
|
|
189
|
-
|
|
177
|
+
xNum: {
|
|
190
178
|
name: string;
|
|
191
179
|
detail: string;
|
|
192
180
|
};
|
|
193
|
-
|
|
181
|
+
yNum: {
|
|
194
182
|
name: string;
|
|
195
183
|
detail: string;
|
|
196
184
|
};
|
|
@@ -204,11 +192,7 @@ declare const _default: {
|
|
|
204
192
|
url: string;
|
|
205
193
|
}[];
|
|
206
194
|
functionParameter: {
|
|
207
|
-
|
|
208
|
-
name: string;
|
|
209
|
-
detail: string;
|
|
210
|
-
};
|
|
211
|
-
number2: {
|
|
195
|
+
number: {
|
|
212
196
|
name: string;
|
|
213
197
|
detail: string;
|
|
214
198
|
};
|
|
@@ -330,11 +314,7 @@ declare const _default: {
|
|
|
330
314
|
url: string;
|
|
331
315
|
}[];
|
|
332
316
|
functionParameter: {
|
|
333
|
-
|
|
334
|
-
name: string;
|
|
335
|
-
detail: string;
|
|
336
|
-
};
|
|
337
|
-
number2: {
|
|
317
|
+
number: {
|
|
338
318
|
name: string;
|
|
339
319
|
detail: string;
|
|
340
320
|
};
|
|
@@ -1448,11 +1428,7 @@ declare const _default: {
|
|
|
1448
1428
|
url: string;
|
|
1449
1429
|
}[];
|
|
1450
1430
|
functionParameter: {
|
|
1451
|
-
|
|
1452
|
-
name: string;
|
|
1453
|
-
detail: string;
|
|
1454
|
-
};
|
|
1455
|
-
number2: {
|
|
1431
|
+
number: {
|
|
1456
1432
|
name: string;
|
|
1457
1433
|
detail: string;
|
|
1458
1434
|
};
|
|
@@ -1466,11 +1442,7 @@ declare const _default: {
|
|
|
1466
1442
|
url: string;
|
|
1467
1443
|
}[];
|
|
1468
1444
|
functionParameter: {
|
|
1469
|
-
|
|
1470
|
-
name: string;
|
|
1471
|
-
detail: string;
|
|
1472
|
-
};
|
|
1473
|
-
number2: {
|
|
1445
|
+
number: {
|
|
1474
1446
|
name: string;
|
|
1475
1447
|
detail: string;
|
|
1476
1448
|
};
|
|
@@ -132,11 +132,7 @@ declare const _default: {
|
|
|
132
132
|
url: string;
|
|
133
133
|
}[];
|
|
134
134
|
functionParameter: {
|
|
135
|
-
|
|
136
|
-
name: string;
|
|
137
|
-
detail: string;
|
|
138
|
-
};
|
|
139
|
-
number2: {
|
|
135
|
+
number: {
|
|
140
136
|
name: string;
|
|
141
137
|
detail: string;
|
|
142
138
|
};
|
|
@@ -150,11 +146,7 @@ declare const _default: {
|
|
|
150
146
|
url: string;
|
|
151
147
|
}[];
|
|
152
148
|
functionParameter: {
|
|
153
|
-
|
|
154
|
-
name: string;
|
|
155
|
-
detail: string;
|
|
156
|
-
};
|
|
157
|
-
number2: {
|
|
149
|
+
number: {
|
|
158
150
|
name: string;
|
|
159
151
|
detail: string;
|
|
160
152
|
};
|
|
@@ -168,11 +160,7 @@ declare const _default: {
|
|
|
168
160
|
url: string;
|
|
169
161
|
}[];
|
|
170
162
|
functionParameter: {
|
|
171
|
-
|
|
172
|
-
name: string;
|
|
173
|
-
detail: string;
|
|
174
|
-
};
|
|
175
|
-
number2: {
|
|
163
|
+
number: {
|
|
176
164
|
name: string;
|
|
177
165
|
detail: string;
|
|
178
166
|
};
|
|
@@ -186,11 +174,11 @@ declare const _default: {
|
|
|
186
174
|
url: string;
|
|
187
175
|
}[];
|
|
188
176
|
functionParameter: {
|
|
189
|
-
|
|
177
|
+
xNum: {
|
|
190
178
|
name: string;
|
|
191
179
|
detail: string;
|
|
192
180
|
};
|
|
193
|
-
|
|
181
|
+
yNum: {
|
|
194
182
|
name: string;
|
|
195
183
|
detail: string;
|
|
196
184
|
};
|
|
@@ -204,11 +192,7 @@ declare const _default: {
|
|
|
204
192
|
url: string;
|
|
205
193
|
}[];
|
|
206
194
|
functionParameter: {
|
|
207
|
-
|
|
208
|
-
name: string;
|
|
209
|
-
detail: string;
|
|
210
|
-
};
|
|
211
|
-
number2: {
|
|
195
|
+
number: {
|
|
212
196
|
name: string;
|
|
213
197
|
detail: string;
|
|
214
198
|
};
|
|
@@ -330,11 +314,7 @@ declare const _default: {
|
|
|
330
314
|
url: string;
|
|
331
315
|
}[];
|
|
332
316
|
functionParameter: {
|
|
333
|
-
|
|
334
|
-
name: string;
|
|
335
|
-
detail: string;
|
|
336
|
-
};
|
|
337
|
-
number2: {
|
|
317
|
+
number: {
|
|
338
318
|
name: string;
|
|
339
319
|
detail: string;
|
|
340
320
|
};
|
|
@@ -1448,11 +1428,7 @@ declare const _default: {
|
|
|
1448
1428
|
url: string;
|
|
1449
1429
|
}[];
|
|
1450
1430
|
functionParameter: {
|
|
1451
|
-
|
|
1452
|
-
name: string;
|
|
1453
|
-
detail: string;
|
|
1454
|
-
};
|
|
1455
|
-
number2: {
|
|
1431
|
+
number: {
|
|
1456
1432
|
name: string;
|
|
1457
1433
|
detail: string;
|
|
1458
1434
|
};
|
|
@@ -1466,11 +1442,7 @@ declare const _default: {
|
|
|
1466
1442
|
url: string;
|
|
1467
1443
|
}[];
|
|
1468
1444
|
functionParameter: {
|
|
1469
|
-
|
|
1470
|
-
name: string;
|
|
1471
|
-
detail: string;
|
|
1472
|
-
};
|
|
1473
|
-
number2: {
|
|
1445
|
+
number: {
|
|
1474
1446
|
name: string;
|
|
1475
1447
|
detail: string;
|
|
1476
1448
|
};
|
|
@@ -132,11 +132,7 @@ declare const _default: {
|
|
|
132
132
|
url: string;
|
|
133
133
|
}[];
|
|
134
134
|
functionParameter: {
|
|
135
|
-
|
|
136
|
-
name: string;
|
|
137
|
-
detail: string;
|
|
138
|
-
};
|
|
139
|
-
number2: {
|
|
135
|
+
number: {
|
|
140
136
|
name: string;
|
|
141
137
|
detail: string;
|
|
142
138
|
};
|
|
@@ -150,11 +146,7 @@ declare const _default: {
|
|
|
150
146
|
url: string;
|
|
151
147
|
}[];
|
|
152
148
|
functionParameter: {
|
|
153
|
-
|
|
154
|
-
name: string;
|
|
155
|
-
detail: string;
|
|
156
|
-
};
|
|
157
|
-
number2: {
|
|
149
|
+
number: {
|
|
158
150
|
name: string;
|
|
159
151
|
detail: string;
|
|
160
152
|
};
|
|
@@ -168,11 +160,7 @@ declare const _default: {
|
|
|
168
160
|
url: string;
|
|
169
161
|
}[];
|
|
170
162
|
functionParameter: {
|
|
171
|
-
|
|
172
|
-
name: string;
|
|
173
|
-
detail: string;
|
|
174
|
-
};
|
|
175
|
-
number2: {
|
|
163
|
+
number: {
|
|
176
164
|
name: string;
|
|
177
165
|
detail: string;
|
|
178
166
|
};
|
|
@@ -186,11 +174,11 @@ declare const _default: {
|
|
|
186
174
|
url: string;
|
|
187
175
|
}[];
|
|
188
176
|
functionParameter: {
|
|
189
|
-
|
|
177
|
+
xNum: {
|
|
190
178
|
name: string;
|
|
191
179
|
detail: string;
|
|
192
180
|
};
|
|
193
|
-
|
|
181
|
+
yNum: {
|
|
194
182
|
name: string;
|
|
195
183
|
detail: string;
|
|
196
184
|
};
|
|
@@ -204,11 +192,7 @@ declare const _default: {
|
|
|
204
192
|
url: string;
|
|
205
193
|
}[];
|
|
206
194
|
functionParameter: {
|
|
207
|
-
|
|
208
|
-
name: string;
|
|
209
|
-
detail: string;
|
|
210
|
-
};
|
|
211
|
-
number2: {
|
|
195
|
+
number: {
|
|
212
196
|
name: string;
|
|
213
197
|
detail: string;
|
|
214
198
|
};
|
|
@@ -330,11 +314,7 @@ declare const _default: {
|
|
|
330
314
|
url: string;
|
|
331
315
|
}[];
|
|
332
316
|
functionParameter: {
|
|
333
|
-
|
|
334
|
-
name: string;
|
|
335
|
-
detail: string;
|
|
336
|
-
};
|
|
337
|
-
number2: {
|
|
317
|
+
number: {
|
|
338
318
|
name: string;
|
|
339
319
|
detail: string;
|
|
340
320
|
};
|
|
@@ -1448,11 +1428,7 @@ declare const _default: {
|
|
|
1448
1428
|
url: string;
|
|
1449
1429
|
}[];
|
|
1450
1430
|
functionParameter: {
|
|
1451
|
-
|
|
1452
|
-
name: string;
|
|
1453
|
-
detail: string;
|
|
1454
|
-
};
|
|
1455
|
-
number2: {
|
|
1431
|
+
number: {
|
|
1456
1432
|
name: string;
|
|
1457
1433
|
detail: string;
|
|
1458
1434
|
};
|
|
@@ -1466,11 +1442,7 @@ declare const _default: {
|
|
|
1466
1442
|
url: string;
|
|
1467
1443
|
}[];
|
|
1468
1444
|
functionParameter: {
|
|
1469
|
-
|
|
1470
|
-
name: string;
|
|
1471
|
-
detail: string;
|
|
1472
|
-
};
|
|
1473
|
-
number2: {
|
|
1445
|
+
number: {
|
|
1474
1446
|
name: string;
|
|
1475
1447
|
detail: string;
|
|
1476
1448
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
value1: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
value2: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -76,11 +76,15 @@ declare const _default: {
|
|
|
76
76
|
url: string;
|
|
77
77
|
}[];
|
|
78
78
|
functionParameter: {
|
|
79
|
-
|
|
79
|
+
range: {
|
|
80
80
|
name: string;
|
|
81
81
|
detail: string;
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
criteria: {
|
|
84
|
+
name: string;
|
|
85
|
+
detail: string;
|
|
86
|
+
};
|
|
87
|
+
averageRange: {
|
|
84
88
|
name: string;
|
|
85
89
|
detail: string;
|
|
86
90
|
};
|
|
@@ -94,11 +98,23 @@ declare const _default: {
|
|
|
94
98
|
url: string;
|
|
95
99
|
}[];
|
|
96
100
|
functionParameter: {
|
|
97
|
-
|
|
101
|
+
averageRange: {
|
|
98
102
|
name: string;
|
|
99
103
|
detail: string;
|
|
100
104
|
};
|
|
101
|
-
|
|
105
|
+
criteriaRange1: {
|
|
106
|
+
name: string;
|
|
107
|
+
detail: string;
|
|
108
|
+
};
|
|
109
|
+
criteria1: {
|
|
110
|
+
name: string;
|
|
111
|
+
detail: string;
|
|
112
|
+
};
|
|
113
|
+
criteriaRange2: {
|
|
114
|
+
name: string;
|
|
115
|
+
detail: string;
|
|
116
|
+
};
|
|
117
|
+
criteria2: {
|
|
102
118
|
name: string;
|
|
103
119
|
detail: string;
|
|
104
120
|
};
|
|
@@ -382,11 +398,7 @@ declare const _default: {
|
|
|
382
398
|
url: string;
|
|
383
399
|
}[];
|
|
384
400
|
functionParameter: {
|
|
385
|
-
|
|
386
|
-
name: string;
|
|
387
|
-
detail: string;
|
|
388
|
-
};
|
|
389
|
-
number2: {
|
|
401
|
+
range: {
|
|
390
402
|
name: string;
|
|
391
403
|
detail: string;
|
|
392
404
|
};
|
|
@@ -400,11 +412,11 @@ declare const _default: {
|
|
|
400
412
|
url: string;
|
|
401
413
|
}[];
|
|
402
414
|
functionParameter: {
|
|
403
|
-
|
|
415
|
+
range: {
|
|
404
416
|
name: string;
|
|
405
417
|
detail: string;
|
|
406
418
|
};
|
|
407
|
-
|
|
419
|
+
criteria: {
|
|
408
420
|
name: string;
|
|
409
421
|
detail: string;
|
|
410
422
|
};
|
|
@@ -418,11 +430,19 @@ declare const _default: {
|
|
|
418
430
|
url: string;
|
|
419
431
|
}[];
|
|
420
432
|
functionParameter: {
|
|
421
|
-
|
|
433
|
+
criteriaRange1: {
|
|
422
434
|
name: string;
|
|
423
435
|
detail: string;
|
|
424
436
|
};
|
|
425
|
-
|
|
437
|
+
criteria1: {
|
|
438
|
+
name: string;
|
|
439
|
+
detail: string;
|
|
440
|
+
};
|
|
441
|
+
criteriaRange2: {
|
|
442
|
+
name: string;
|
|
443
|
+
detail: string;
|
|
444
|
+
};
|
|
445
|
+
criteria2: {
|
|
426
446
|
name: string;
|
|
427
447
|
detail: string;
|
|
428
448
|
};
|
|
@@ -1084,11 +1104,11 @@ declare const _default: {
|
|
|
1084
1104
|
url: string;
|
|
1085
1105
|
}[];
|
|
1086
1106
|
functionParameter: {
|
|
1087
|
-
|
|
1107
|
+
value1: {
|
|
1088
1108
|
name: string;
|
|
1089
1109
|
detail: string;
|
|
1090
1110
|
};
|
|
1091
|
-
|
|
1111
|
+
value2: {
|
|
1092
1112
|
name: string;
|
|
1093
1113
|
detail: string;
|
|
1094
1114
|
};
|
|
@@ -1168,11 +1188,11 @@ declare const _default: {
|
|
|
1168
1188
|
url: string;
|
|
1169
1189
|
}[];
|
|
1170
1190
|
functionParameter: {
|
|
1171
|
-
|
|
1191
|
+
value1: {
|
|
1172
1192
|
name: string;
|
|
1173
1193
|
detail: string;
|
|
1174
1194
|
};
|
|
1175
|
-
|
|
1195
|
+
value2: {
|
|
1176
1196
|
name: string;
|
|
1177
1197
|
detail: string;
|
|
1178
1198
|
};
|
|
@@ -1186,11 +1206,23 @@ declare const _default: {
|
|
|
1186
1206
|
url: string;
|
|
1187
1207
|
}[];
|
|
1188
1208
|
functionParameter: {
|
|
1189
|
-
|
|
1209
|
+
minRange: {
|
|
1190
1210
|
name: string;
|
|
1191
1211
|
detail: string;
|
|
1192
1212
|
};
|
|
1193
|
-
|
|
1213
|
+
criteriaRange1: {
|
|
1214
|
+
name: string;
|
|
1215
|
+
detail: string;
|
|
1216
|
+
};
|
|
1217
|
+
criteria1: {
|
|
1218
|
+
name: string;
|
|
1219
|
+
detail: string;
|
|
1220
|
+
};
|
|
1221
|
+
criteriaRange2: {
|
|
1222
|
+
name: string;
|
|
1223
|
+
detail: string;
|
|
1224
|
+
};
|
|
1225
|
+
criteria2: {
|
|
1194
1226
|
name: string;
|
|
1195
1227
|
detail: string;
|
|
1196
1228
|
};
|