@univerjs/sheets-formula 0.2.5 → 0.2.7

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 (44) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +4695 -4511
  3. package/lib/locale/en-US.json +246 -172
  4. package/lib/locale/ru-RU.json +172 -146
  5. package/lib/locale/vi-VN.json +1986 -1481
  6. package/lib/locale/zh-CN.json +287 -213
  7. package/lib/locale/zh-TW.json +371 -329
  8. package/lib/types/controllers/prompt.controller.d.ts +3 -5
  9. package/lib/types/formula-ui-plugin.d.ts +1 -1
  10. package/lib/types/index.d.ts +1 -0
  11. package/lib/types/locale/en-US.d.ts +143 -69
  12. package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
  13. package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
  14. package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
  15. package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
  16. package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
  17. package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
  18. package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
  19. package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
  20. package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
  21. package/lib/types/locale/function-list/lookup/en-US.d.ts +54 -26
  22. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +54 -26
  23. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
  24. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +54 -26
  25. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +54 -26
  26. package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
  27. package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
  28. package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
  29. package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
  30. package/lib/types/locale/function-list/math/zh-TW.d.ts +23 -79
  31. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
  32. package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
  33. package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
  34. package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
  35. package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
  36. package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
  37. package/lib/types/locale/ru-RU.d.ts +87 -61
  38. package/lib/types/locale/vi-VN.d.ts +953 -482
  39. package/lib/types/locale/zh-CN.d.ts +143 -69
  40. package/lib/types/locale/zh-TW.d.ts +196 -154
  41. package/lib/types/services/prompt.service.d.ts +5 -1
  42. package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
  43. package/lib/umd/index.js +4 -4
  44. package/package.json +25 -25
@@ -1386,11 +1386,11 @@ declare const _default: {
1386
1386
  url: string;
1387
1387
  }[];
1388
1388
  functionParameter: {
1389
- number1: {
1389
+ number: {
1390
1390
  name: string;
1391
1391
  detail: string;
1392
1392
  };
1393
- number2: {
1393
+ numDigits: {
1394
1394
  name: string;
1395
1395
  detail: string;
1396
1396
  };
@@ -78,11 +78,7 @@ declare const _default: {
78
78
  url: string;
79
79
  }[];
80
80
  functionParameter: {
81
- number1: {
82
- name: string;
83
- detail: string;
84
- };
85
- number2: {
81
+ number: {
86
82
  name: string;
87
83
  detail: string;
88
84
  };
@@ -132,11 +128,7 @@ declare const _default: {
132
128
  url: string;
133
129
  }[];
134
130
  functionParameter: {
135
- number1: {
136
- name: string;
137
- detail: string;
138
- };
139
- number2: {
131
+ number: {
140
132
  name: string;
141
133
  detail: string;
142
134
  };
@@ -150,11 +142,7 @@ declare const _default: {
150
142
  url: string;
151
143
  }[];
152
144
  functionParameter: {
153
- number1: {
154
- name: string;
155
- detail: string;
156
- };
157
- number2: {
145
+ number: {
158
146
  name: string;
159
147
  detail: string;
160
148
  };
@@ -168,11 +156,7 @@ declare const _default: {
168
156
  url: string;
169
157
  }[];
170
158
  functionParameter: {
171
- number1: {
172
- name: string;
173
- detail: string;
174
- };
175
- number2: {
159
+ number: {
176
160
  name: string;
177
161
  detail: string;
178
162
  };
@@ -186,11 +170,11 @@ declare const _default: {
186
170
  url: string;
187
171
  }[];
188
172
  functionParameter: {
189
- number1: {
173
+ xNum: {
190
174
  name: string;
191
175
  detail: string;
192
176
  };
193
- number2: {
177
+ yNum: {
194
178
  name: string;
195
179
  detail: string;
196
180
  };
@@ -204,11 +188,7 @@ declare const _default: {
204
188
  url: string;
205
189
  }[];
206
190
  functionParameter: {
207
- number1: {
208
- name: string;
209
- detail: string;
210
- };
211
- number2: {
191
+ number: {
212
192
  name: string;
213
193
  detail: string;
214
194
  };
@@ -230,6 +210,10 @@ declare const _default: {
230
210
  name: string;
231
211
  detail: string;
232
212
  };
213
+ minLength: {
214
+ name: string;
215
+ detail: string;
216
+ };
233
217
  };
234
218
  };
235
219
  CEILING: {
@@ -334,11 +318,7 @@ declare const _default: {
334
318
  url: string;
335
319
  }[];
336
320
  functionParameter: {
337
- number1: {
338
- name: string;
339
- detail: string;
340
- };
341
- number2: {
321
+ number: {
342
322
  name: string;
343
323
  detail: string;
344
324
  };
@@ -352,11 +332,7 @@ declare const _default: {
352
332
  url: string;
353
333
  }[];
354
334
  functionParameter: {
355
- number1: {
356
- name: string;
357
- detail: string;
358
- };
359
- number2: {
335
+ number: {
360
336
  name: string;
361
337
  detail: string;
362
338
  };
@@ -370,11 +346,7 @@ declare const _default: {
370
346
  url: string;
371
347
  }[];
372
348
  functionParameter: {
373
- number1: {
374
- name: string;
375
- detail: string;
376
- };
377
- number2: {
349
+ number: {
378
350
  name: string;
379
351
  detail: string;
380
352
  };
@@ -388,11 +360,7 @@ declare const _default: {
388
360
  url: string;
389
361
  }[];
390
362
  functionParameter: {
391
- number1: {
392
- name: string;
393
- detail: string;
394
- };
395
- number2: {
363
+ number: {
396
364
  name: string;
397
365
  detail: string;
398
366
  };
@@ -406,11 +374,7 @@ declare const _default: {
406
374
  url: string;
407
375
  }[];
408
376
  functionParameter: {
409
- number1: {
410
- name: string;
411
- detail: string;
412
- };
413
- number2: {
377
+ number: {
414
378
  name: string;
415
379
  detail: string;
416
380
  };
@@ -424,11 +388,7 @@ declare const _default: {
424
388
  url: string;
425
389
  }[];
426
390
  functionParameter: {
427
- number1: {
428
- name: string;
429
- detail: string;
430
- };
431
- number2: {
391
+ number: {
432
392
  name: string;
433
393
  detail: string;
434
394
  };
@@ -1160,11 +1120,7 @@ declare const _default: {
1160
1120
  url: string;
1161
1121
  }[];
1162
1122
  functionParameter: {
1163
- number1: {
1164
- name: string;
1165
- detail: string;
1166
- };
1167
- number2: {
1123
+ number: {
1168
1124
  name: string;
1169
1125
  detail: string;
1170
1126
  };
@@ -1178,11 +1134,7 @@ declare const _default: {
1178
1134
  url: string;
1179
1135
  }[];
1180
1136
  functionParameter: {
1181
- number1: {
1182
- name: string;
1183
- detail: string;
1184
- };
1185
- number2: {
1137
+ number: {
1186
1138
  name: string;
1187
1139
  detail: string;
1188
1140
  };
@@ -1406,11 +1358,7 @@ declare const _default: {
1406
1358
  url: string;
1407
1359
  }[];
1408
1360
  functionParameter: {
1409
- number1: {
1410
- name: string;
1411
- detail: string;
1412
- };
1413
- number2: {
1361
+ number: {
1414
1362
  name: string;
1415
1363
  detail: string;
1416
1364
  };
@@ -1424,11 +1372,7 @@ declare const _default: {
1424
1372
  url: string;
1425
1373
  }[];
1426
1374
  functionParameter: {
1427
- number1: {
1428
- name: string;
1429
- detail: string;
1430
- };
1431
- number2: {
1375
+ number: {
1432
1376
  name: string;
1433
1377
  detail: string;
1434
1378
  };
@@ -1442,11 +1386,11 @@ declare const _default: {
1442
1386
  url: string;
1443
1387
  }[];
1444
1388
  functionParameter: {
1445
- number1: {
1389
+ number: {
1446
1390
  name: string;
1447
1391
  detail: string;
1448
1392
  };
1449
- number2: {
1393
+ numDigits: {
1450
1394
  name: string;
1451
1395
  detail: string;
1452
1396
  };
@@ -390,5 +390,339 @@ declare const _default: {
390
390
  };
391
391
  };
392
392
  };
393
+ COUNTBLANK: {
394
+ description: string;
395
+ abstract: string;
396
+ links: {
397
+ title: string;
398
+ url: string;
399
+ }[];
400
+ functionParameter: {
401
+ range: {
402
+ name: string;
403
+ detail: string;
404
+ };
405
+ };
406
+ };
407
+ COUNTIF: {
408
+ description: string;
409
+ abstract: string;
410
+ links: {
411
+ title: string;
412
+ url: string;
413
+ }[];
414
+ functionParameter: {
415
+ range: {
416
+ name: string;
417
+ detail: string;
418
+ };
419
+ criteria: {
420
+ name: string;
421
+ detail: string;
422
+ };
423
+ };
424
+ };
425
+ COUNTIFS: {
426
+ description: string;
427
+ abstract: string;
428
+ links: {
429
+ title: string;
430
+ url: string;
431
+ }[];
432
+ functionParameter: {
433
+ criteriaRange1: {
434
+ name: string;
435
+ detail: string;
436
+ };
437
+ criteria1: {
438
+ name: string;
439
+ detail: string;
440
+ };
441
+ criteriaRange2: {
442
+ name: string;
443
+ detail: string;
444
+ };
445
+ criteria2: {
446
+ name: string;
447
+ detail: string;
448
+ };
449
+ };
450
+ };
451
+ MAX: {
452
+ description: string;
453
+ abstract: string;
454
+ links: {
455
+ title: string;
456
+ url: string;
457
+ }[];
458
+ functionParameter: {
459
+ number1: {
460
+ name: string;
461
+ detail: string;
462
+ };
463
+ number2: {
464
+ name: string;
465
+ detail: string;
466
+ };
467
+ };
468
+ };
469
+ MAXA: {
470
+ description: string;
471
+ abstract: string;
472
+ links: {
473
+ title: string;
474
+ url: string;
475
+ }[];
476
+ functionParameter: {
477
+ value1: {
478
+ name: string;
479
+ detail: string;
480
+ };
481
+ value2: {
482
+ name: string;
483
+ detail: string;
484
+ };
485
+ };
486
+ };
487
+ MAXIFS: {
488
+ description: string;
489
+ abstract: string;
490
+ links: {
491
+ title: string;
492
+ url: string;
493
+ }[];
494
+ functionParameter: {
495
+ maxRange: {
496
+ name: string;
497
+ detail: string;
498
+ };
499
+ criteriaRange1: {
500
+ name: string;
501
+ detail: string;
502
+ };
503
+ criteria1: {
504
+ name: string;
505
+ detail: string;
506
+ };
507
+ criteriaRange2: {
508
+ name: string;
509
+ detail: string;
510
+ };
511
+ criteria2: {
512
+ name: string;
513
+ detail: string;
514
+ };
515
+ };
516
+ };
517
+ MIN: {
518
+ description: string;
519
+ abstract: string;
520
+ links: {
521
+ title: string;
522
+ url: string;
523
+ }[];
524
+ functionParameter: {
525
+ number1: {
526
+ name: string;
527
+ detail: string;
528
+ };
529
+ number2: {
530
+ name: string;
531
+ detail: string;
532
+ };
533
+ };
534
+ };
535
+ MINA: {
536
+ description: string;
537
+ abstract: string;
538
+ links: {
539
+ title: string;
540
+ url: string;
541
+ }[];
542
+ functionParameter: {
543
+ value1: {
544
+ name: string;
545
+ detail: string;
546
+ };
547
+ value2: {
548
+ name: string;
549
+ detail: string;
550
+ };
551
+ };
552
+ };
553
+ MINIFS: {
554
+ description: string;
555
+ abstract: string;
556
+ links: {
557
+ title: string;
558
+ url: string;
559
+ }[];
560
+ functionParameter: {
561
+ minRange: {
562
+ name: string;
563
+ detail: string;
564
+ };
565
+ criteriaRange1: {
566
+ name: string;
567
+ detail: string;
568
+ };
569
+ criteria1: {
570
+ name: string;
571
+ detail: string;
572
+ };
573
+ criteriaRange2: {
574
+ name: string;
575
+ detail: string;
576
+ };
577
+ criteria2: {
578
+ name: string;
579
+ detail: string;
580
+ };
581
+ };
582
+ };
583
+ STDEV_P: {
584
+ description: string;
585
+ abstract: string;
586
+ links: {
587
+ title: string;
588
+ url: string;
589
+ }[];
590
+ functionParameter: {
591
+ number1: {
592
+ name: string;
593
+ detail: string;
594
+ };
595
+ number2: {
596
+ name: string;
597
+ detail: string;
598
+ };
599
+ };
600
+ };
601
+ STDEV_S: {
602
+ description: string;
603
+ abstract: string;
604
+ links: {
605
+ title: string;
606
+ url: string;
607
+ }[];
608
+ functionParameter: {
609
+ number1: {
610
+ name: string;
611
+ detail: string;
612
+ };
613
+ number2: {
614
+ name: string;
615
+ detail: string;
616
+ };
617
+ };
618
+ };
619
+ STDEVA: {
620
+ description: string;
621
+ abstract: string;
622
+ links: {
623
+ title: string;
624
+ url: string;
625
+ }[];
626
+ functionParameter: {
627
+ value1: {
628
+ name: string;
629
+ detail: string;
630
+ };
631
+ value2: {
632
+ name: string;
633
+ detail: string;
634
+ };
635
+ };
636
+ };
637
+ STDEVPA: {
638
+ description: string;
639
+ abstract: string;
640
+ links: {
641
+ title: string;
642
+ url: string;
643
+ }[];
644
+ functionParameter: {
645
+ value1: {
646
+ name: string;
647
+ detail: string;
648
+ };
649
+ value2: {
650
+ name: string;
651
+ detail: string;
652
+ };
653
+ };
654
+ };
655
+ VAR_P: {
656
+ description: string;
657
+ abstract: string;
658
+ links: {
659
+ title: string;
660
+ url: string;
661
+ }[];
662
+ functionParameter: {
663
+ number1: {
664
+ name: string;
665
+ detail: string;
666
+ };
667
+ number2: {
668
+ name: string;
669
+ detail: string;
670
+ };
671
+ };
672
+ };
673
+ VAR_S: {
674
+ description: string;
675
+ abstract: string;
676
+ links: {
677
+ title: string;
678
+ url: string;
679
+ }[];
680
+ functionParameter: {
681
+ number1: {
682
+ name: string;
683
+ detail: string;
684
+ };
685
+ number2: {
686
+ name: string;
687
+ detail: string;
688
+ };
689
+ };
690
+ };
691
+ VARA: {
692
+ description: string;
693
+ abstract: string;
694
+ links: {
695
+ title: string;
696
+ url: string;
697
+ }[];
698
+ functionParameter: {
699
+ value1: {
700
+ name: string;
701
+ detail: string;
702
+ };
703
+ value2: {
704
+ name: string;
705
+ detail: string;
706
+ };
707
+ };
708
+ };
709
+ VARPA: {
710
+ description: string;
711
+ abstract: string;
712
+ links: {
713
+ title: string;
714
+ url: string;
715
+ }[];
716
+ functionParameter: {
717
+ value1: {
718
+ name: string;
719
+ detail: string;
720
+ };
721
+ value2: {
722
+ name: string;
723
+ detail: string;
724
+ };
725
+ };
726
+ };
393
727
  };
394
728
  export default _default;
@@ -478,11 +478,11 @@ declare const _default: {
478
478
  url: string;
479
479
  }[];
480
480
  functionParameter: {
481
- number1: {
481
+ text: {
482
482
  name: string;
483
483
  detail: string;
484
484
  };
485
- number2: {
485
+ numberTimes: {
486
486
  name: string;
487
487
  detail: string;
488
488
  };
@@ -622,11 +622,27 @@ declare const _default: {
622
622
  url: string;
623
623
  }[];
624
624
  functionParameter: {
625
- number1: {
625
+ text: {
626
626
  name: string;
627
627
  detail: string;
628
628
  };
629
- number2: {
629
+ delimiter: {
630
+ name: string;
631
+ detail: string;
632
+ };
633
+ instanceNum: {
634
+ name: string;
635
+ detail: string;
636
+ };
637
+ matchMode: {
638
+ name: string;
639
+ detail: string;
640
+ };
641
+ matchEnd: {
642
+ name: string;
643
+ detail: string;
644
+ };
645
+ ifNotFound: {
630
646
  name: string;
631
647
  detail: string;
632
648
  };
@@ -640,11 +656,27 @@ declare const _default: {
640
656
  url: string;
641
657
  }[];
642
658
  functionParameter: {
643
- number1: {
659
+ text: {
644
660
  name: string;
645
661
  detail: string;
646
662
  };
647
- number2: {
663
+ delimiter: {
664
+ name: string;
665
+ detail: string;
666
+ };
667
+ instanceNum: {
668
+ name: string;
669
+ detail: string;
670
+ };
671
+ matchMode: {
672
+ name: string;
673
+ detail: string;
674
+ };
675
+ matchEnd: {
676
+ name: string;
677
+ detail: string;
678
+ };
679
+ ifNotFound: {
648
680
  name: string;
649
681
  detail: string;
650
682
  };
@@ -676,11 +708,27 @@ declare const _default: {
676
708
  url: string;
677
709
  }[];
678
710
  functionParameter: {
679
- number1: {
711
+ text: {
680
712
  name: string;
681
713
  detail: string;
682
714
  };
683
- number2: {
715
+ colDelimiter: {
716
+ name: string;
717
+ detail: string;
718
+ };
719
+ rowDelimiter: {
720
+ name: string;
721
+ detail: string;
722
+ };
723
+ ignoreEmpty: {
724
+ name: string;
725
+ detail: string;
726
+ };
727
+ matchMode: {
728
+ name: string;
729
+ detail: string;
730
+ };
731
+ padWith: {
684
732
  name: string;
685
733
  detail: string;
686
734
  };