@univerjs/sheets-formula 0.2.14 → 0.3.0-alpha.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.
Files changed (34) hide show
  1. package/lib/cjs/index.js +3 -3
  2. package/lib/es/index.js +672 -375
  3. package/lib/locale/en-US.json +485 -333
  4. package/lib/locale/ru-RU.json +484 -332
  5. package/lib/locale/vi-VN.json +716 -208
  6. package/lib/locale/zh-CN.json +487 -335
  7. package/lib/locale/zh-TW.json +487 -335
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
  9. package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
  10. package/lib/types/controllers/prompt.controller.d.ts +2 -1
  11. package/lib/types/controllers/update-formula.controller.d.ts +1 -1
  12. package/lib/types/index.d.ts +1 -1
  13. package/lib/types/locale/en-US.d.ts +265 -113
  14. package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
  15. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
  16. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
  17. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
  18. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
  19. package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
  20. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
  21. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
  22. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
  23. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
  24. package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
  25. package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
  26. package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
  27. package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
  28. package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
  29. package/lib/types/locale/ru-RU.d.ts +265 -113
  30. package/lib/types/locale/vi-VN.d.ts +538 -66
  31. package/lib/types/locale/zh-CN.d.ts +265 -113
  32. package/lib/types/locale/zh-TW.d.ts +265 -113
  33. package/lib/umd/index.js +3 -3
  34. package/package.json +26 -29
@@ -128,11 +128,27 @@ declare const _default: {
128
128
  url: string;
129
129
  }[];
130
130
  functionParameter: {
131
- number1: {
131
+ x: {
132
132
  name: string;
133
133
  detail: string;
134
134
  };
135
- number2: {
135
+ alpha: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ beta: {
140
+ name: string;
141
+ detail: string;
142
+ };
143
+ cumulative: {
144
+ name: string;
145
+ detail: string;
146
+ };
147
+ A: {
148
+ name: string;
149
+ detail: string;
150
+ };
151
+ B: {
136
152
  name: string;
137
153
  detail: string;
138
154
  };
@@ -146,11 +162,23 @@ declare const _default: {
146
162
  url: string;
147
163
  }[];
148
164
  functionParameter: {
149
- number1: {
165
+ probability: {
150
166
  name: string;
151
167
  detail: string;
152
168
  };
153
- number2: {
169
+ alpha: {
170
+ name: string;
171
+ detail: string;
172
+ };
173
+ beta: {
174
+ name: string;
175
+ detail: string;
176
+ };
177
+ A: {
178
+ name: string;
179
+ detail: string;
180
+ };
181
+ B: {
154
182
  name: string;
155
183
  detail: string;
156
184
  };
@@ -164,11 +192,19 @@ declare const _default: {
164
192
  url: string;
165
193
  }[];
166
194
  functionParameter: {
167
- number1: {
195
+ numberS: {
168
196
  name: string;
169
197
  detail: string;
170
198
  };
171
- number2: {
199
+ trials: {
200
+ name: string;
201
+ detail: string;
202
+ };
203
+ probabilityS: {
204
+ name: string;
205
+ detail: string;
206
+ };
207
+ cumulative: {
172
208
  name: string;
173
209
  detail: string;
174
210
  };
@@ -182,11 +218,19 @@ declare const _default: {
182
218
  url: string;
183
219
  }[];
184
220
  functionParameter: {
185
- number1: {
221
+ trials: {
186
222
  name: string;
187
223
  detail: string;
188
224
  };
189
- number2: {
225
+ probabilityS: {
226
+ name: string;
227
+ detail: string;
228
+ };
229
+ numberS: {
230
+ name: string;
231
+ detail: string;
232
+ };
233
+ numberS2: {
190
234
  name: string;
191
235
  detail: string;
192
236
  };
@@ -200,11 +244,15 @@ declare const _default: {
200
244
  url: string;
201
245
  }[];
202
246
  functionParameter: {
203
- number1: {
247
+ trials: {
204
248
  name: string;
205
249
  detail: string;
206
250
  };
207
- number2: {
251
+ probabilityS: {
252
+ name: string;
253
+ detail: string;
254
+ };
255
+ alpha: {
208
256
  name: string;
209
257
  detail: string;
210
258
  };
@@ -218,11 +266,15 @@ declare const _default: {
218
266
  url: string;
219
267
  }[];
220
268
  functionParameter: {
221
- number1: {
269
+ x: {
222
270
  name: string;
223
271
  detail: string;
224
272
  };
225
- number2: {
273
+ degFreedom: {
274
+ name: string;
275
+ detail: string;
276
+ };
277
+ cumulative: {
226
278
  name: string;
227
279
  detail: string;
228
280
  };
@@ -236,11 +288,11 @@ declare const _default: {
236
288
  url: string;
237
289
  }[];
238
290
  functionParameter: {
239
- number1: {
291
+ x: {
240
292
  name: string;
241
293
  detail: string;
242
294
  };
243
- number2: {
295
+ degFreedom: {
244
296
  name: string;
245
297
  detail: string;
246
298
  };
@@ -254,11 +306,11 @@ declare const _default: {
254
306
  url: string;
255
307
  }[];
256
308
  functionParameter: {
257
- number1: {
309
+ probability: {
258
310
  name: string;
259
311
  detail: string;
260
312
  };
261
- number2: {
313
+ degFreedom: {
262
314
  name: string;
263
315
  detail: string;
264
316
  };
@@ -272,11 +324,11 @@ declare const _default: {
272
324
  url: string;
273
325
  }[];
274
326
  functionParameter: {
275
- number1: {
327
+ probability: {
276
328
  name: string;
277
329
  detail: string;
278
330
  };
279
- number2: {
331
+ degFreedom: {
280
332
  name: string;
281
333
  detail: string;
282
334
  };
@@ -290,11 +342,11 @@ declare const _default: {
290
342
  url: string;
291
343
  }[];
292
344
  functionParameter: {
293
- number1: {
345
+ actualRange: {
294
346
  name: string;
295
347
  detail: string;
296
348
  };
297
- number2: {
349
+ expectedRange: {
298
350
  name: string;
299
351
  detail: string;
300
352
  };
@@ -308,11 +360,15 @@ declare const _default: {
308
360
  url: string;
309
361
  }[];
310
362
  functionParameter: {
311
- number1: {
363
+ alpha: {
312
364
  name: string;
313
365
  detail: string;
314
366
  };
315
- number2: {
367
+ standardDev: {
368
+ name: string;
369
+ detail: string;
370
+ };
371
+ size: {
316
372
  name: string;
317
373
  detail: string;
318
374
  };
@@ -326,11 +382,15 @@ declare const _default: {
326
382
  url: string;
327
383
  }[];
328
384
  functionParameter: {
329
- number1: {
385
+ alpha: {
330
386
  name: string;
331
387
  detail: string;
332
388
  };
333
- number2: {
389
+ standardDev: {
390
+ name: string;
391
+ detail: string;
392
+ };
393
+ size: {
334
394
  name: string;
335
395
  detail: string;
336
396
  };
@@ -344,11 +404,11 @@ declare const _default: {
344
404
  url: string;
345
405
  }[];
346
406
  functionParameter: {
347
- number1: {
407
+ array1: {
348
408
  name: string;
349
409
  detail: string;
350
410
  };
351
- number2: {
411
+ array2: {
352
412
  name: string;
353
413
  detail: string;
354
414
  };
@@ -456,11 +516,11 @@ declare const _default: {
456
516
  url: string;
457
517
  }[];
458
518
  functionParameter: {
459
- number1: {
519
+ array1: {
460
520
  name: string;
461
521
  detail: string;
462
522
  };
463
- number2: {
523
+ array2: {
464
524
  name: string;
465
525
  detail: string;
466
526
  };
@@ -474,11 +534,11 @@ declare const _default: {
474
534
  url: string;
475
535
  }[];
476
536
  functionParameter: {
477
- number1: {
537
+ array1: {
478
538
  name: string;
479
539
  detail: string;
480
540
  };
481
- number2: {
541
+ array2: {
482
542
  name: string;
483
543
  detail: string;
484
544
  };
@@ -510,11 +570,15 @@ declare const _default: {
510
570
  url: string;
511
571
  }[];
512
572
  functionParameter: {
513
- number1: {
573
+ x: {
514
574
  name: string;
515
575
  detail: string;
516
576
  };
517
- number2: {
577
+ lambda: {
578
+ name: string;
579
+ detail: string;
580
+ };
581
+ cumulative: {
518
582
  name: string;
519
583
  detail: string;
520
584
  };
@@ -528,11 +592,19 @@ declare const _default: {
528
592
  url: string;
529
593
  }[];
530
594
  functionParameter: {
531
- number1: {
595
+ x: {
532
596
  name: string;
533
597
  detail: string;
534
598
  };
535
- number2: {
599
+ degFreedom1: {
600
+ name: string;
601
+ detail: string;
602
+ };
603
+ degFreedom2: {
604
+ name: string;
605
+ detail: string;
606
+ };
607
+ cumulative: {
536
608
  name: string;
537
609
  detail: string;
538
610
  };
@@ -546,11 +618,15 @@ declare const _default: {
546
618
  url: string;
547
619
  }[];
548
620
  functionParameter: {
549
- number1: {
621
+ x: {
550
622
  name: string;
551
623
  detail: string;
552
624
  };
553
- number2: {
625
+ degFreedom1: {
626
+ name: string;
627
+ detail: string;
628
+ };
629
+ degFreedom2: {
554
630
  name: string;
555
631
  detail: string;
556
632
  };
@@ -564,11 +640,15 @@ declare const _default: {
564
640
  url: string;
565
641
  }[];
566
642
  functionParameter: {
567
- number1: {
643
+ probability: {
568
644
  name: string;
569
645
  detail: string;
570
646
  };
571
- number2: {
647
+ degFreedom1: {
648
+ name: string;
649
+ detail: string;
650
+ };
651
+ degFreedom2: {
572
652
  name: string;
573
653
  detail: string;
574
654
  };
@@ -582,11 +662,15 @@ declare const _default: {
582
662
  url: string;
583
663
  }[];
584
664
  functionParameter: {
585
- number1: {
665
+ probability: {
586
666
  name: string;
587
667
  detail: string;
588
668
  };
589
- number2: {
669
+ degFreedom1: {
670
+ name: string;
671
+ detail: string;
672
+ };
673
+ degFreedom2: {
590
674
  name: string;
591
675
  detail: string;
592
676
  };
@@ -600,11 +684,11 @@ declare const _default: {
600
684
  url: string;
601
685
  }[];
602
686
  functionParameter: {
603
- number1: {
687
+ array1: {
604
688
  name: string;
605
689
  detail: string;
606
690
  };
607
- number2: {
691
+ array2: {
608
692
  name: string;
609
693
  detail: string;
610
694
  };
@@ -618,11 +702,7 @@ declare const _default: {
618
702
  url: string;
619
703
  }[];
620
704
  functionParameter: {
621
- number1: {
622
- name: string;
623
- detail: string;
624
- };
625
- number2: {
705
+ x: {
626
706
  name: string;
627
707
  detail: string;
628
708
  };
@@ -636,11 +716,7 @@ declare const _default: {
636
716
  url: string;
637
717
  }[];
638
718
  functionParameter: {
639
- number1: {
640
- name: string;
641
- detail: string;
642
- };
643
- number2: {
719
+ y: {
644
720
  name: string;
645
721
  detail: string;
646
722
  };
@@ -654,11 +730,15 @@ declare const _default: {
654
730
  url: string;
655
731
  }[];
656
732
  functionParameter: {
657
- number1: {
733
+ x: {
658
734
  name: string;
659
735
  detail: string;
660
736
  };
661
- number2: {
737
+ knownYs: {
738
+ name: string;
739
+ detail: string;
740
+ };
741
+ knownXs: {
662
742
  name: string;
663
743
  detail: string;
664
744
  };
@@ -744,11 +824,15 @@ declare const _default: {
744
824
  url: string;
745
825
  }[];
746
826
  functionParameter: {
747
- number1: {
827
+ x: {
748
828
  name: string;
749
829
  detail: string;
750
830
  };
751
- number2: {
831
+ knownYs: {
832
+ name: string;
833
+ detail: string;
834
+ };
835
+ knownXs: {
752
836
  name: string;
753
837
  detail: string;
754
838
  };
@@ -960,11 +1044,11 @@ declare const _default: {
960
1044
  url: string;
961
1045
  }[];
962
1046
  functionParameter: {
963
- number1: {
1047
+ knownYs: {
964
1048
  name: string;
965
1049
  detail: string;
966
1050
  };
967
- number2: {
1051
+ knownXs: {
968
1052
  name: string;
969
1053
  detail: string;
970
1054
  };
@@ -1290,11 +1374,19 @@ declare const _default: {
1290
1374
  url: string;
1291
1375
  }[];
1292
1376
  functionParameter: {
1293
- number1: {
1377
+ x: {
1294
1378
  name: string;
1295
1379
  detail: string;
1296
1380
  };
1297
- number2: {
1381
+ mean: {
1382
+ name: string;
1383
+ detail: string;
1384
+ };
1385
+ standardDev: {
1386
+ name: string;
1387
+ detail: string;
1388
+ };
1389
+ cumulative: {
1298
1390
  name: string;
1299
1391
  detail: string;
1300
1392
  };
@@ -1308,11 +1400,15 @@ declare const _default: {
1308
1400
  url: string;
1309
1401
  }[];
1310
1402
  functionParameter: {
1311
- number1: {
1403
+ probability: {
1312
1404
  name: string;
1313
1405
  detail: string;
1314
1406
  };
1315
- number2: {
1407
+ mean: {
1408
+ name: string;
1409
+ detail: string;
1410
+ };
1411
+ standardDev: {
1316
1412
  name: string;
1317
1413
  detail: string;
1318
1414
  };
@@ -1326,11 +1422,11 @@ declare const _default: {
1326
1422
  url: string;
1327
1423
  }[];
1328
1424
  functionParameter: {
1329
- number1: {
1425
+ z: {
1330
1426
  name: string;
1331
1427
  detail: string;
1332
1428
  };
1333
- number2: {
1429
+ cumulative: {
1334
1430
  name: string;
1335
1431
  detail: string;
1336
1432
  };
@@ -1344,11 +1440,7 @@ declare const _default: {
1344
1440
  url: string;
1345
1441
  }[];
1346
1442
  functionParameter: {
1347
- number1: {
1348
- name: string;
1349
- detail: string;
1350
- };
1351
- number2: {
1443
+ probability: {
1352
1444
  name: string;
1353
1445
  detail: string;
1354
1446
  };
@@ -292,11 +292,11 @@ declare const _default: {
292
292
  url: string;
293
293
  }[];
294
294
  functionParameter: {
295
- number1: {
295
+ text: {
296
296
  name: string;
297
297
  detail: string;
298
298
  };
299
- number2: {
299
+ numBytes: {
300
300
  name: string;
301
301
  detail: string;
302
302
  };
@@ -352,11 +352,15 @@ declare const _default: {
352
352
  url: string;
353
353
  }[];
354
354
  functionParameter: {
355
- number1: {
355
+ text: {
356
356
  name: string;
357
357
  detail: string;
358
358
  };
359
- number2: {
359
+ startNum: {
360
+ name: string;
361
+ detail: string;
362
+ };
363
+ numChars: {
360
364
  name: string;
361
365
  detail: string;
362
366
  };
@@ -293,11 +293,11 @@ declare const _default: {
293
293
  url: string;
294
294
  }[];
295
295
  functionParameter: {
296
- number1: {
296
+ text: {
297
297
  name: string;
298
298
  detail: string;
299
299
  };
300
- number2: {
300
+ numBytes: {
301
301
  name: string;
302
302
  detail: string;
303
303
  };
@@ -353,11 +353,15 @@ declare const _default: {
353
353
  url: string;
354
354
  }[];
355
355
  functionParameter: {
356
- number1: {
356
+ text: {
357
357
  name: string;
358
358
  detail: string;
359
359
  };
360
- number2: {
360
+ startNum: {
361
+ name: string;
362
+ detail: string;
363
+ };
364
+ numChars: {
361
365
  name: string;
362
366
  detail: string;
363
367
  };
@@ -292,11 +292,11 @@ declare const _default: {
292
292
  url: string;
293
293
  }[];
294
294
  functionParameter: {
295
- number1: {
295
+ text: {
296
296
  name: string;
297
297
  detail: string;
298
298
  };
299
- number2: {
299
+ numBytes: {
300
300
  name: string;
301
301
  detail: string;
302
302
  };
@@ -352,11 +352,15 @@ declare const _default: {
352
352
  url: string;
353
353
  }[];
354
354
  functionParameter: {
355
- number1: {
355
+ text: {
356
356
  name: string;
357
357
  detail: string;
358
358
  };
359
- number2: {
359
+ startNum: {
360
+ name: string;
361
+ detail: string;
362
+ };
363
+ numChars: {
360
364
  name: string;
361
365
  detail: string;
362
366
  };
@@ -292,11 +292,11 @@ declare const _default: {
292
292
  url: string;
293
293
  }[];
294
294
  functionParameter: {
295
- number1: {
295
+ text: {
296
296
  name: string;
297
297
  detail: string;
298
298
  };
299
- number2: {
299
+ numBytes: {
300
300
  name: string;
301
301
  detail: string;
302
302
  };
@@ -352,11 +352,15 @@ declare const _default: {
352
352
  url: string;
353
353
  }[];
354
354
  functionParameter: {
355
- number1: {
355
+ text: {
356
356
  name: string;
357
357
  detail: string;
358
358
  };
359
- number2: {
359
+ startNum: {
360
+ name: string;
361
+ detail: string;
362
+ };
363
+ numChars: {
360
364
  name: string;
361
365
  detail: string;
362
366
  };
@@ -292,11 +292,11 @@ declare const _default: {
292
292
  url: string;
293
293
  }[];
294
294
  functionParameter: {
295
- number1: {
295
+ text: {
296
296
  name: string;
297
297
  detail: string;
298
298
  };
299
- number2: {
299
+ numBytes: {
300
300
  name: string;
301
301
  detail: string;
302
302
  };
@@ -352,11 +352,15 @@ declare const _default: {
352
352
  url: string;
353
353
  }[];
354
354
  functionParameter: {
355
- number1: {
355
+ text: {
356
356
  name: string;
357
357
  detail: string;
358
358
  };
359
- number2: {
359
+ startNum: {
360
+ name: string;
361
+ detail: string;
362
+ };
363
+ numChars: {
360
364
  name: string;
361
365
  detail: string;
362
366
  };