@univerjs/sheets-formula 0.2.7 → 0.2.8
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 +880 -366
- package/lib/locale/en-US.json +616 -332
- package/lib/locale/ru-RU.json +616 -332
- package/lib/locale/vi-VN.json +624 -340
- package/lib/locale/zh-CN.json +624 -340
- package/lib/locale/zh-TW.json +624 -340
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/commands/commands/insert-function.command.d.ts +0 -1
- package/lib/types/commands/mutations/formula.mutation.d.ts +0 -1
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +0 -1
- package/lib/types/commands/operations/help-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +0 -1
- package/lib/types/commands/operations/more-functions.operation.d.ts +0 -1
- package/lib/types/commands/operations/reference-absolute.operation.d.ts +0 -1
- package/lib/types/commands/operations/search-function.operation.d.ts +0 -1
- package/lib/types/common/selection.d.ts +0 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +0 -1
- package/lib/types/controllers/active-dirty.controller.d.ts +0 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +0 -1
- package/lib/types/controllers/defined-name.controller.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-auto-fill.controller.d.ts +0 -1
- package/lib/types/controllers/formula-clipboard.controller.d.ts +0 -1
- package/lib/types/controllers/formula-editor-show.controller.d.ts +0 -1
- package/lib/types/controllers/formula-render.controller.d.ts +0 -1
- package/lib/types/controllers/formula-ui.controller.d.ts +0 -1
- package/lib/types/controllers/menu.d.ts +0 -1
- package/lib/types/controllers/prompt.controller.d.ts +4 -1
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +0 -1
- package/lib/types/controllers/trigger-calculation.controller.d.ts +0 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -1
- package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -1
- package/lib/types/controllers/utils/utils.d.ts +0 -1
- package/lib/types/formula-ui-plugin.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +408 -124
- package/lib/types/locale/function-list/array/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/compatibility/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/date/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/en-US.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ja-JP.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/engineering/vi-VN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-CN.d.ts +50 -66
- package/lib/types/locale/function-list/engineering/zh-TW.d.ts +50 -66
- package/lib/types/locale/function-list/financial/en-US.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ja-JP.d.ts +344 -56
- package/lib/types/locale/function-list/financial/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/financial/vi-VN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-CN.d.ts +344 -56
- package/lib/types/locale/function-list/financial/zh-TW.d.ts +344 -56
- package/lib/types/locale/function-list/information/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/en-US.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +14 -2
- package/lib/types/locale/function-list/logical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +14 -2
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +14 -2
- package/lib/types/locale/function-list/lookup/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/math/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/statistical/ru-RU.d.ts +0 -1
- package/lib/types/locale/function-list/web/vi-VN.d.ts +0 -1
- package/lib/types/locale/ru-RU.d.ts +408 -124
- package/lib/types/locale/vi-VN.d.ts +408 -124
- package/lib/types/locale/zh-CN.d.ts +408 -124
- package/lib/types/locale/zh-TW.d.ts +408 -124
- package/lib/types/services/description.service.d.ts +0 -1
- package/lib/types/services/formula-common.d.ts +0 -1
- package/lib/types/services/formula-ref-range.service.d.ts +0 -1
- package/lib/types/services/function-list/array.d.ts +0 -1
- package/lib/types/services/function-list/compatibility.d.ts +0 -1
- package/lib/types/services/function-list/cube.d.ts +0 -1
- package/lib/types/services/function-list/database.d.ts +0 -1
- package/lib/types/services/function-list/date.d.ts +0 -1
- package/lib/types/services/function-list/engineering.d.ts +0 -1
- package/lib/types/services/function-list/financial.d.ts +0 -1
- package/lib/types/services/function-list/function-list.d.ts +0 -1
- package/lib/types/services/function-list/information.d.ts +0 -1
- package/lib/types/services/function-list/logical.d.ts +0 -1
- package/lib/types/services/function-list/lookup.d.ts +0 -1
- package/lib/types/services/function-list/math.d.ts +0 -1
- package/lib/types/services/function-list/statistical.d.ts +0 -1
- package/lib/types/services/function-list/text.d.ts +0 -1
- package/lib/types/services/function-list/univer.d.ts +0 -1
- package/lib/types/services/function-list/web.d.ts +0 -1
- package/lib/types/services/prompt.service.d.ts +0 -1
- package/lib/types/services/register-function.service.d.ts +0 -1
- package/lib/types/services/register-other-formula.service.d.ts +0 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +0 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +0 -1
- package/lib/types/services/utils.d.ts +0 -1
- package/lib/types/views/FormulaPromptContainer.d.ts +0 -1
- package/lib/types/views/more-functions/MoreFunctions.d.ts +0 -1
- package/lib/types/views/more-functions/function-help/FunctionHelp.d.ts +0 -1
- package/lib/types/views/more-functions/function-params/FunctionParams.d.ts +0 -1
- package/lib/types/views/more-functions/input-params/InputParams.d.ts +0 -1
- package/lib/types/views/more-functions/select-function/SelectFunction.d.ts +0 -1
- package/lib/types/views/prompt/help-function/HelpFunction.d.ts +0 -1
- package/lib/types/views/prompt/search-function/SearchFunction.d.ts +0 -1
- package/lib/umd/index.js +2 -2
- package/package.json +23 -23
|
@@ -22,11 +22,11 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
x: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
n: {
|
|
30
30
|
name: string;
|
|
31
31
|
detail: string;
|
|
32
32
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
x: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
n: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
x: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
n: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -76,11 +76,11 @@ declare const _default: {
|
|
|
76
76
|
url: string;
|
|
77
77
|
}[];
|
|
78
78
|
functionParameter: {
|
|
79
|
-
|
|
79
|
+
x: {
|
|
80
80
|
name: string;
|
|
81
81
|
detail: string;
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
n: {
|
|
84
84
|
name: string;
|
|
85
85
|
detail: string;
|
|
86
86
|
};
|
|
@@ -94,11 +94,7 @@ declare const _default: {
|
|
|
94
94
|
url: string;
|
|
95
95
|
}[];
|
|
96
96
|
functionParameter: {
|
|
97
|
-
|
|
98
|
-
name: string;
|
|
99
|
-
detail: string;
|
|
100
|
-
};
|
|
101
|
-
number2: {
|
|
97
|
+
number: {
|
|
102
98
|
name: string;
|
|
103
99
|
detail: string;
|
|
104
100
|
};
|
|
@@ -112,11 +108,11 @@ declare const _default: {
|
|
|
112
108
|
url: string;
|
|
113
109
|
}[];
|
|
114
110
|
functionParameter: {
|
|
115
|
-
|
|
111
|
+
number: {
|
|
116
112
|
name: string;
|
|
117
113
|
detail: string;
|
|
118
114
|
};
|
|
119
|
-
|
|
115
|
+
places: {
|
|
120
116
|
name: string;
|
|
121
117
|
detail: string;
|
|
122
118
|
};
|
|
@@ -130,11 +126,11 @@ declare const _default: {
|
|
|
130
126
|
url: string;
|
|
131
127
|
}[];
|
|
132
128
|
functionParameter: {
|
|
133
|
-
|
|
129
|
+
number: {
|
|
134
130
|
name: string;
|
|
135
131
|
detail: string;
|
|
136
132
|
};
|
|
137
|
-
|
|
133
|
+
places: {
|
|
138
134
|
name: string;
|
|
139
135
|
detail: string;
|
|
140
136
|
};
|
|
@@ -166,11 +162,11 @@ declare const _default: {
|
|
|
166
162
|
url: string;
|
|
167
163
|
}[];
|
|
168
164
|
functionParameter: {
|
|
169
|
-
|
|
165
|
+
number: {
|
|
170
166
|
name: string;
|
|
171
167
|
detail: string;
|
|
172
168
|
};
|
|
173
|
-
|
|
169
|
+
shiftAmount: {
|
|
174
170
|
name: string;
|
|
175
171
|
detail: string;
|
|
176
172
|
};
|
|
@@ -202,11 +198,11 @@ declare const _default: {
|
|
|
202
198
|
url: string;
|
|
203
199
|
}[];
|
|
204
200
|
functionParameter: {
|
|
205
|
-
|
|
201
|
+
number: {
|
|
206
202
|
name: string;
|
|
207
203
|
detail: string;
|
|
208
204
|
};
|
|
209
|
-
|
|
205
|
+
shiftAmount: {
|
|
210
206
|
name: string;
|
|
211
207
|
detail: string;
|
|
212
208
|
};
|
|
@@ -238,11 +234,15 @@ declare const _default: {
|
|
|
238
234
|
url: string;
|
|
239
235
|
}[];
|
|
240
236
|
functionParameter: {
|
|
241
|
-
|
|
237
|
+
realNum: {
|
|
242
238
|
name: string;
|
|
243
239
|
detail: string;
|
|
244
240
|
};
|
|
245
|
-
|
|
241
|
+
iNum: {
|
|
242
|
+
name: string;
|
|
243
|
+
detail: string;
|
|
244
|
+
};
|
|
245
|
+
suffix: {
|
|
246
246
|
name: string;
|
|
247
247
|
detail: string;
|
|
248
248
|
};
|
|
@@ -256,11 +256,15 @@ declare const _default: {
|
|
|
256
256
|
url: string;
|
|
257
257
|
}[];
|
|
258
258
|
functionParameter: {
|
|
259
|
-
|
|
259
|
+
number: {
|
|
260
260
|
name: string;
|
|
261
261
|
detail: string;
|
|
262
262
|
};
|
|
263
|
-
|
|
263
|
+
fromUnit: {
|
|
264
|
+
name: string;
|
|
265
|
+
detail: string;
|
|
266
|
+
};
|
|
267
|
+
toUnit: {
|
|
264
268
|
name: string;
|
|
265
269
|
detail: string;
|
|
266
270
|
};
|
|
@@ -274,11 +278,11 @@ declare const _default: {
|
|
|
274
278
|
url: string;
|
|
275
279
|
}[];
|
|
276
280
|
functionParameter: {
|
|
277
|
-
|
|
281
|
+
number: {
|
|
278
282
|
name: string;
|
|
279
283
|
detail: string;
|
|
280
284
|
};
|
|
281
|
-
|
|
285
|
+
places: {
|
|
282
286
|
name: string;
|
|
283
287
|
detail: string;
|
|
284
288
|
};
|
|
@@ -292,11 +296,11 @@ declare const _default: {
|
|
|
292
296
|
url: string;
|
|
293
297
|
}[];
|
|
294
298
|
functionParameter: {
|
|
295
|
-
|
|
299
|
+
number: {
|
|
296
300
|
name: string;
|
|
297
301
|
detail: string;
|
|
298
302
|
};
|
|
299
|
-
|
|
303
|
+
places: {
|
|
300
304
|
name: string;
|
|
301
305
|
detail: string;
|
|
302
306
|
};
|
|
@@ -310,11 +314,11 @@ declare const _default: {
|
|
|
310
314
|
url: string;
|
|
311
315
|
}[];
|
|
312
316
|
functionParameter: {
|
|
313
|
-
|
|
317
|
+
number: {
|
|
314
318
|
name: string;
|
|
315
319
|
detail: string;
|
|
316
320
|
};
|
|
317
|
-
|
|
321
|
+
places: {
|
|
318
322
|
name: string;
|
|
319
323
|
detail: string;
|
|
320
324
|
};
|
|
@@ -346,11 +350,11 @@ declare const _default: {
|
|
|
346
350
|
url: string;
|
|
347
351
|
}[];
|
|
348
352
|
functionParameter: {
|
|
349
|
-
|
|
353
|
+
lowerLimit: {
|
|
350
354
|
name: string;
|
|
351
355
|
detail: string;
|
|
352
356
|
};
|
|
353
|
-
|
|
357
|
+
upperLimit: {
|
|
354
358
|
name: string;
|
|
355
359
|
detail: string;
|
|
356
360
|
};
|
|
@@ -364,11 +368,7 @@ declare const _default: {
|
|
|
364
368
|
url: string;
|
|
365
369
|
}[];
|
|
366
370
|
functionParameter: {
|
|
367
|
-
|
|
368
|
-
name: string;
|
|
369
|
-
detail: string;
|
|
370
|
-
};
|
|
371
|
-
number2: {
|
|
371
|
+
x: {
|
|
372
372
|
name: string;
|
|
373
373
|
detail: string;
|
|
374
374
|
};
|
|
@@ -382,11 +382,7 @@ declare const _default: {
|
|
|
382
382
|
url: string;
|
|
383
383
|
}[];
|
|
384
384
|
functionParameter: {
|
|
385
|
-
|
|
386
|
-
name: string;
|
|
387
|
-
detail: string;
|
|
388
|
-
};
|
|
389
|
-
number2: {
|
|
385
|
+
x: {
|
|
390
386
|
name: string;
|
|
391
387
|
detail: string;
|
|
392
388
|
};
|
|
@@ -400,11 +396,7 @@ declare const _default: {
|
|
|
400
396
|
url: string;
|
|
401
397
|
}[];
|
|
402
398
|
functionParameter: {
|
|
403
|
-
|
|
404
|
-
name: string;
|
|
405
|
-
detail: string;
|
|
406
|
-
};
|
|
407
|
-
number2: {
|
|
399
|
+
x: {
|
|
408
400
|
name: string;
|
|
409
401
|
detail: string;
|
|
410
402
|
};
|
|
@@ -436,11 +428,11 @@ declare const _default: {
|
|
|
436
428
|
url: string;
|
|
437
429
|
}[];
|
|
438
430
|
functionParameter: {
|
|
439
|
-
|
|
431
|
+
number: {
|
|
440
432
|
name: string;
|
|
441
433
|
detail: string;
|
|
442
434
|
};
|
|
443
|
-
|
|
435
|
+
places: {
|
|
444
436
|
name: string;
|
|
445
437
|
detail: string;
|
|
446
438
|
};
|
|
@@ -454,11 +446,7 @@ declare const _default: {
|
|
|
454
446
|
url: string;
|
|
455
447
|
}[];
|
|
456
448
|
functionParameter: {
|
|
457
|
-
|
|
458
|
-
name: string;
|
|
459
|
-
detail: string;
|
|
460
|
-
};
|
|
461
|
-
number2: {
|
|
449
|
+
number: {
|
|
462
450
|
name: string;
|
|
463
451
|
detail: string;
|
|
464
452
|
};
|
|
@@ -472,11 +460,11 @@ declare const _default: {
|
|
|
472
460
|
url: string;
|
|
473
461
|
}[];
|
|
474
462
|
functionParameter: {
|
|
475
|
-
|
|
463
|
+
number: {
|
|
476
464
|
name: string;
|
|
477
465
|
detail: string;
|
|
478
466
|
};
|
|
479
|
-
|
|
467
|
+
places: {
|
|
480
468
|
name: string;
|
|
481
469
|
detail: string;
|
|
482
470
|
};
|
|
@@ -940,11 +928,11 @@ declare const _default: {
|
|
|
940
928
|
url: string;
|
|
941
929
|
}[];
|
|
942
930
|
functionParameter: {
|
|
943
|
-
|
|
931
|
+
number: {
|
|
944
932
|
name: string;
|
|
945
933
|
detail: string;
|
|
946
934
|
};
|
|
947
|
-
|
|
935
|
+
places: {
|
|
948
936
|
name: string;
|
|
949
937
|
detail: string;
|
|
950
938
|
};
|
|
@@ -958,11 +946,7 @@ declare const _default: {
|
|
|
958
946
|
url: string;
|
|
959
947
|
}[];
|
|
960
948
|
functionParameter: {
|
|
961
|
-
|
|
962
|
-
name: string;
|
|
963
|
-
detail: string;
|
|
964
|
-
};
|
|
965
|
-
number2: {
|
|
949
|
+
number: {
|
|
966
950
|
name: string;
|
|
967
951
|
detail: string;
|
|
968
952
|
};
|
|
@@ -976,11 +960,11 @@ declare const _default: {
|
|
|
976
960
|
url: string;
|
|
977
961
|
}[];
|
|
978
962
|
functionParameter: {
|
|
979
|
-
|
|
963
|
+
number: {
|
|
980
964
|
name: string;
|
|
981
965
|
detail: string;
|
|
982
966
|
};
|
|
983
|
-
|
|
967
|
+
places: {
|
|
984
968
|
name: string;
|
|
985
969
|
detail: string;
|
|
986
970
|
};
|
|
@@ -22,11 +22,11 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
x: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
n: {
|
|
30
30
|
name: string;
|
|
31
31
|
detail: string;
|
|
32
32
|
};
|
|
@@ -40,11 +40,11 @@ declare const _default: {
|
|
|
40
40
|
url: string;
|
|
41
41
|
}[];
|
|
42
42
|
functionParameter: {
|
|
43
|
-
|
|
43
|
+
x: {
|
|
44
44
|
name: string;
|
|
45
45
|
detail: string;
|
|
46
46
|
};
|
|
47
|
-
|
|
47
|
+
n: {
|
|
48
48
|
name: string;
|
|
49
49
|
detail: string;
|
|
50
50
|
};
|
|
@@ -58,11 +58,11 @@ declare const _default: {
|
|
|
58
58
|
url: string;
|
|
59
59
|
}[];
|
|
60
60
|
functionParameter: {
|
|
61
|
-
|
|
61
|
+
x: {
|
|
62
62
|
name: string;
|
|
63
63
|
detail: string;
|
|
64
64
|
};
|
|
65
|
-
|
|
65
|
+
n: {
|
|
66
66
|
name: string;
|
|
67
67
|
detail: string;
|
|
68
68
|
};
|
|
@@ -76,11 +76,11 @@ declare const _default: {
|
|
|
76
76
|
url: string;
|
|
77
77
|
}[];
|
|
78
78
|
functionParameter: {
|
|
79
|
-
|
|
79
|
+
x: {
|
|
80
80
|
name: string;
|
|
81
81
|
detail: string;
|
|
82
82
|
};
|
|
83
|
-
|
|
83
|
+
n: {
|
|
84
84
|
name: string;
|
|
85
85
|
detail: string;
|
|
86
86
|
};
|
|
@@ -94,11 +94,7 @@ declare const _default: {
|
|
|
94
94
|
url: string;
|
|
95
95
|
}[];
|
|
96
96
|
functionParameter: {
|
|
97
|
-
|
|
98
|
-
name: string;
|
|
99
|
-
detail: string;
|
|
100
|
-
};
|
|
101
|
-
number2: {
|
|
97
|
+
number: {
|
|
102
98
|
name: string;
|
|
103
99
|
detail: string;
|
|
104
100
|
};
|
|
@@ -112,11 +108,11 @@ declare const _default: {
|
|
|
112
108
|
url: string;
|
|
113
109
|
}[];
|
|
114
110
|
functionParameter: {
|
|
115
|
-
|
|
111
|
+
number: {
|
|
116
112
|
name: string;
|
|
117
113
|
detail: string;
|
|
118
114
|
};
|
|
119
|
-
|
|
115
|
+
places: {
|
|
120
116
|
name: string;
|
|
121
117
|
detail: string;
|
|
122
118
|
};
|
|
@@ -130,11 +126,11 @@ declare const _default: {
|
|
|
130
126
|
url: string;
|
|
131
127
|
}[];
|
|
132
128
|
functionParameter: {
|
|
133
|
-
|
|
129
|
+
number: {
|
|
134
130
|
name: string;
|
|
135
131
|
detail: string;
|
|
136
132
|
};
|
|
137
|
-
|
|
133
|
+
places: {
|
|
138
134
|
name: string;
|
|
139
135
|
detail: string;
|
|
140
136
|
};
|
|
@@ -166,11 +162,11 @@ declare const _default: {
|
|
|
166
162
|
url: string;
|
|
167
163
|
}[];
|
|
168
164
|
functionParameter: {
|
|
169
|
-
|
|
165
|
+
number: {
|
|
170
166
|
name: string;
|
|
171
167
|
detail: string;
|
|
172
168
|
};
|
|
173
|
-
|
|
169
|
+
shiftAmount: {
|
|
174
170
|
name: string;
|
|
175
171
|
detail: string;
|
|
176
172
|
};
|
|
@@ -202,11 +198,11 @@ declare const _default: {
|
|
|
202
198
|
url: string;
|
|
203
199
|
}[];
|
|
204
200
|
functionParameter: {
|
|
205
|
-
|
|
201
|
+
number: {
|
|
206
202
|
name: string;
|
|
207
203
|
detail: string;
|
|
208
204
|
};
|
|
209
|
-
|
|
205
|
+
shiftAmount: {
|
|
210
206
|
name: string;
|
|
211
207
|
detail: string;
|
|
212
208
|
};
|
|
@@ -238,11 +234,15 @@ declare const _default: {
|
|
|
238
234
|
url: string;
|
|
239
235
|
}[];
|
|
240
236
|
functionParameter: {
|
|
241
|
-
|
|
237
|
+
realNum: {
|
|
242
238
|
name: string;
|
|
243
239
|
detail: string;
|
|
244
240
|
};
|
|
245
|
-
|
|
241
|
+
iNum: {
|
|
242
|
+
name: string;
|
|
243
|
+
detail: string;
|
|
244
|
+
};
|
|
245
|
+
suffix: {
|
|
246
246
|
name: string;
|
|
247
247
|
detail: string;
|
|
248
248
|
};
|
|
@@ -256,11 +256,15 @@ declare const _default: {
|
|
|
256
256
|
url: string;
|
|
257
257
|
}[];
|
|
258
258
|
functionParameter: {
|
|
259
|
-
|
|
259
|
+
number: {
|
|
260
260
|
name: string;
|
|
261
261
|
detail: string;
|
|
262
262
|
};
|
|
263
|
-
|
|
263
|
+
fromUnit: {
|
|
264
|
+
name: string;
|
|
265
|
+
detail: string;
|
|
266
|
+
};
|
|
267
|
+
toUnit: {
|
|
264
268
|
name: string;
|
|
265
269
|
detail: string;
|
|
266
270
|
};
|
|
@@ -274,11 +278,11 @@ declare const _default: {
|
|
|
274
278
|
url: string;
|
|
275
279
|
}[];
|
|
276
280
|
functionParameter: {
|
|
277
|
-
|
|
281
|
+
number: {
|
|
278
282
|
name: string;
|
|
279
283
|
detail: string;
|
|
280
284
|
};
|
|
281
|
-
|
|
285
|
+
places: {
|
|
282
286
|
name: string;
|
|
283
287
|
detail: string;
|
|
284
288
|
};
|
|
@@ -292,11 +296,11 @@ declare const _default: {
|
|
|
292
296
|
url: string;
|
|
293
297
|
}[];
|
|
294
298
|
functionParameter: {
|
|
295
|
-
|
|
299
|
+
number: {
|
|
296
300
|
name: string;
|
|
297
301
|
detail: string;
|
|
298
302
|
};
|
|
299
|
-
|
|
303
|
+
places: {
|
|
300
304
|
name: string;
|
|
301
305
|
detail: string;
|
|
302
306
|
};
|
|
@@ -310,11 +314,11 @@ declare const _default: {
|
|
|
310
314
|
url: string;
|
|
311
315
|
}[];
|
|
312
316
|
functionParameter: {
|
|
313
|
-
|
|
317
|
+
number: {
|
|
314
318
|
name: string;
|
|
315
319
|
detail: string;
|
|
316
320
|
};
|
|
317
|
-
|
|
321
|
+
places: {
|
|
318
322
|
name: string;
|
|
319
323
|
detail: string;
|
|
320
324
|
};
|
|
@@ -346,11 +350,11 @@ declare const _default: {
|
|
|
346
350
|
url: string;
|
|
347
351
|
}[];
|
|
348
352
|
functionParameter: {
|
|
349
|
-
|
|
353
|
+
lowerLimit: {
|
|
350
354
|
name: string;
|
|
351
355
|
detail: string;
|
|
352
356
|
};
|
|
353
|
-
|
|
357
|
+
upperLimit: {
|
|
354
358
|
name: string;
|
|
355
359
|
detail: string;
|
|
356
360
|
};
|
|
@@ -364,11 +368,7 @@ declare const _default: {
|
|
|
364
368
|
url: string;
|
|
365
369
|
}[];
|
|
366
370
|
functionParameter: {
|
|
367
|
-
|
|
368
|
-
name: string;
|
|
369
|
-
detail: string;
|
|
370
|
-
};
|
|
371
|
-
number2: {
|
|
371
|
+
x: {
|
|
372
372
|
name: string;
|
|
373
373
|
detail: string;
|
|
374
374
|
};
|
|
@@ -382,11 +382,7 @@ declare const _default: {
|
|
|
382
382
|
url: string;
|
|
383
383
|
}[];
|
|
384
384
|
functionParameter: {
|
|
385
|
-
|
|
386
|
-
name: string;
|
|
387
|
-
detail: string;
|
|
388
|
-
};
|
|
389
|
-
number2: {
|
|
385
|
+
x: {
|
|
390
386
|
name: string;
|
|
391
387
|
detail: string;
|
|
392
388
|
};
|
|
@@ -400,11 +396,7 @@ declare const _default: {
|
|
|
400
396
|
url: string;
|
|
401
397
|
}[];
|
|
402
398
|
functionParameter: {
|
|
403
|
-
|
|
404
|
-
name: string;
|
|
405
|
-
detail: string;
|
|
406
|
-
};
|
|
407
|
-
number2: {
|
|
399
|
+
x: {
|
|
408
400
|
name: string;
|
|
409
401
|
detail: string;
|
|
410
402
|
};
|
|
@@ -436,11 +428,11 @@ declare const _default: {
|
|
|
436
428
|
url: string;
|
|
437
429
|
}[];
|
|
438
430
|
functionParameter: {
|
|
439
|
-
|
|
431
|
+
number: {
|
|
440
432
|
name: string;
|
|
441
433
|
detail: string;
|
|
442
434
|
};
|
|
443
|
-
|
|
435
|
+
places: {
|
|
444
436
|
name: string;
|
|
445
437
|
detail: string;
|
|
446
438
|
};
|
|
@@ -454,11 +446,7 @@ declare const _default: {
|
|
|
454
446
|
url: string;
|
|
455
447
|
}[];
|
|
456
448
|
functionParameter: {
|
|
457
|
-
|
|
458
|
-
name: string;
|
|
459
|
-
detail: string;
|
|
460
|
-
};
|
|
461
|
-
number2: {
|
|
449
|
+
number: {
|
|
462
450
|
name: string;
|
|
463
451
|
detail: string;
|
|
464
452
|
};
|
|
@@ -472,11 +460,11 @@ declare const _default: {
|
|
|
472
460
|
url: string;
|
|
473
461
|
}[];
|
|
474
462
|
functionParameter: {
|
|
475
|
-
|
|
463
|
+
number: {
|
|
476
464
|
name: string;
|
|
477
465
|
detail: string;
|
|
478
466
|
};
|
|
479
|
-
|
|
467
|
+
places: {
|
|
480
468
|
name: string;
|
|
481
469
|
detail: string;
|
|
482
470
|
};
|
|
@@ -940,11 +928,11 @@ declare const _default: {
|
|
|
940
928
|
url: string;
|
|
941
929
|
}[];
|
|
942
930
|
functionParameter: {
|
|
943
|
-
|
|
931
|
+
number: {
|
|
944
932
|
name: string;
|
|
945
933
|
detail: string;
|
|
946
934
|
};
|
|
947
|
-
|
|
935
|
+
places: {
|
|
948
936
|
name: string;
|
|
949
937
|
detail: string;
|
|
950
938
|
};
|
|
@@ -958,11 +946,7 @@ declare const _default: {
|
|
|
958
946
|
url: string;
|
|
959
947
|
}[];
|
|
960
948
|
functionParameter: {
|
|
961
|
-
|
|
962
|
-
name: string;
|
|
963
|
-
detail: string;
|
|
964
|
-
};
|
|
965
|
-
number2: {
|
|
949
|
+
number: {
|
|
966
950
|
name: string;
|
|
967
951
|
detail: string;
|
|
968
952
|
};
|
|
@@ -976,11 +960,11 @@ declare const _default: {
|
|
|
976
960
|
url: string;
|
|
977
961
|
}[];
|
|
978
962
|
functionParameter: {
|
|
979
|
-
|
|
963
|
+
number: {
|
|
980
964
|
name: string;
|
|
981
965
|
detail: string;
|
|
982
966
|
};
|
|
983
|
-
|
|
967
|
+
places: {
|
|
984
968
|
name: string;
|
|
985
969
|
detail: string;
|
|
986
970
|
};
|