@univerjs/sheets-formula 0.1.17 → 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 +1013 -1000
- package/lib/locale/en-US.json +150 -159
- package/lib/locale/ru-RU.json +150 -159
- package/lib/locale/zh-CN.json +154 -163
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/controllers/formula-editor-show.controller.d.ts +2 -6
- 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/index.d.ts +9 -0
- package/lib/types/locale/en-US.d.ts +69 -78
- 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/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 +51 -19
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +51 -19
- package/lib/types/locale/ru-RU.d.ts +69 -78
- package/lib/types/locale/zh-CN.d.ts +69 -78
- package/lib/umd/index.js +4 -4
- package/package.json +24 -24
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -1066,11 +1086,11 @@ declare const _default: {
|
|
|
1066
1086
|
url: string;
|
|
1067
1087
|
}[];
|
|
1068
1088
|
functionParameter: {
|
|
1069
|
-
|
|
1089
|
+
value1: {
|
|
1070
1090
|
name: string;
|
|
1071
1091
|
detail: string;
|
|
1072
1092
|
};
|
|
1073
|
-
|
|
1093
|
+
value2: {
|
|
1074
1094
|
name: string;
|
|
1075
1095
|
detail: string;
|
|
1076
1096
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|