@univerjs/sheets-formula 0.2.8 → 0.2.10

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 (37) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +908 -451
  3. package/lib/locale/en-US.json +595 -351
  4. package/lib/locale/ru-RU.json +595 -351
  5. package/lib/locale/vi-VN.json +666 -322
  6. package/lib/locale/zh-CN.json +604 -360
  7. package/lib/locale/zh-TW.json +603 -359
  8. package/lib/types/controllers/formula-editor-show.controller.d.ts +7 -3
  9. package/lib/types/controllers/prompt.controller.d.ts +6 -1
  10. package/lib/types/locale/en-US.d.ts +464 -220
  11. package/lib/types/locale/function-list/compatibility/en-US.d.ts +6 -2
  12. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +6 -2
  13. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +6 -2
  14. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +6 -2
  15. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +6 -2
  16. package/lib/types/locale/function-list/engineering/en-US.d.ts +32 -112
  17. package/lib/types/locale/function-list/engineering/ja-JP.d.ts +32 -112
  18. package/lib/types/locale/function-list/engineering/vi-VN.d.ts +32 -112
  19. package/lib/types/locale/function-list/engineering/zh-CN.d.ts +32 -112
  20. package/lib/types/locale/function-list/engineering/zh-TW.d.ts +32 -112
  21. package/lib/types/locale/function-list/financial/en-US.d.ts +364 -52
  22. package/lib/types/locale/function-list/financial/ja-JP.d.ts +364 -52
  23. package/lib/types/locale/function-list/financial/vi-VN.d.ts +412 -46
  24. package/lib/types/locale/function-list/financial/zh-CN.d.ts +364 -52
  25. package/lib/types/locale/function-list/financial/zh-TW.d.ts +364 -52
  26. package/lib/types/locale/function-list/statistical/en-US.d.ts +12 -4
  27. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +12 -4
  28. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +44 -0
  29. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +12 -4
  30. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +12 -4
  31. package/lib/types/locale/ru-RU.d.ts +464 -220
  32. package/lib/types/locale/vi-VN.d.ts +494 -160
  33. package/lib/types/locale/zh-CN.d.ts +464 -220
  34. package/lib/types/locale/zh-TW.d.ts +464 -220
  35. package/lib/types/services/render-services/ref-selections.render-service.d.ts +8 -3
  36. package/lib/umd/index.js +4 -4
  37. package/package.json +24 -24
@@ -526,11 +526,15 @@ declare const _default: {
526
526
  url: string;
527
527
  }[];
528
528
  functionParameter: {
529
- number1: {
529
+ number: {
530
530
  name: string;
531
531
  detail: string;
532
532
  };
533
- number2: {
533
+ ref: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ order: {
534
538
  name: string;
535
539
  detail: string;
536
540
  };
@@ -526,11 +526,15 @@ declare const _default: {
526
526
  url: string;
527
527
  }[];
528
528
  functionParameter: {
529
- number1: {
529
+ number: {
530
530
  name: string;
531
531
  detail: string;
532
532
  };
533
- number2: {
533
+ ref: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ order: {
534
538
  name: string;
535
539
  detail: string;
536
540
  };
@@ -526,11 +526,15 @@ declare const _default: {
526
526
  url: string;
527
527
  }[];
528
528
  functionParameter: {
529
- number1: {
529
+ number: {
530
530
  name: string;
531
531
  detail: string;
532
532
  };
533
- number2: {
533
+ ref: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ order: {
534
538
  name: string;
535
539
  detail: string;
536
540
  };
@@ -526,11 +526,15 @@ declare const _default: {
526
526
  url: string;
527
527
  }[];
528
528
  functionParameter: {
529
- number1: {
529
+ number: {
530
530
  name: string;
531
531
  detail: string;
532
532
  };
533
- number2: {
533
+ ref: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ order: {
534
538
  name: string;
535
539
  detail: string;
536
540
  };
@@ -526,11 +526,15 @@ declare const _default: {
526
526
  url: string;
527
527
  }[];
528
528
  functionParameter: {
529
- number1: {
529
+ number: {
530
530
  name: string;
531
531
  detail: string;
532
532
  };
533
- number2: {
533
+ ref: {
534
+ name: string;
535
+ detail: string;
536
+ };
537
+ order: {
534
538
  name: string;
535
539
  detail: string;
536
540
  };
@@ -410,11 +410,11 @@ declare const _default: {
410
410
  url: string;
411
411
  }[];
412
412
  functionParameter: {
413
- number1: {
413
+ number: {
414
414
  name: string;
415
415
  detail: string;
416
416
  };
417
- number2: {
417
+ step: {
418
418
  name: string;
419
419
  detail: string;
420
420
  };
@@ -478,11 +478,7 @@ declare const _default: {
478
478
  url: string;
479
479
  }[];
480
480
  functionParameter: {
481
- number1: {
482
- name: string;
483
- detail: string;
484
- };
485
- number2: {
481
+ inumber: {
486
482
  name: string;
487
483
  detail: string;
488
484
  };
@@ -496,11 +492,7 @@ declare const _default: {
496
492
  url: string;
497
493
  }[];
498
494
  functionParameter: {
499
- number1: {
500
- name: string;
501
- detail: string;
502
- };
503
- number2: {
495
+ inumber: {
504
496
  name: string;
505
497
  detail: string;
506
498
  };
@@ -514,11 +506,7 @@ declare const _default: {
514
506
  url: string;
515
507
  }[];
516
508
  functionParameter: {
517
- number1: {
518
- name: string;
519
- detail: string;
520
- };
521
- number2: {
509
+ inumber: {
522
510
  name: string;
523
511
  detail: string;
524
512
  };
@@ -532,11 +520,7 @@ declare const _default: {
532
520
  url: string;
533
521
  }[];
534
522
  functionParameter: {
535
- number1: {
536
- name: string;
537
- detail: string;
538
- };
539
- number2: {
523
+ inumber: {
540
524
  name: string;
541
525
  detail: string;
542
526
  };
@@ -550,11 +534,7 @@ declare const _default: {
550
534
  url: string;
551
535
  }[];
552
536
  functionParameter: {
553
- number1: {
554
- name: string;
555
- detail: string;
556
- };
557
- number2: {
537
+ inumber: {
558
538
  name: string;
559
539
  detail: string;
560
540
  };
@@ -568,11 +548,7 @@ declare const _default: {
568
548
  url: string;
569
549
  }[];
570
550
  functionParameter: {
571
- number1: {
572
- name: string;
573
- detail: string;
574
- };
575
- number2: {
551
+ inumber: {
576
552
  name: string;
577
553
  detail: string;
578
554
  };
@@ -586,11 +562,7 @@ declare const _default: {
586
562
  url: string;
587
563
  }[];
588
564
  functionParameter: {
589
- number1: {
590
- name: string;
591
- detail: string;
592
- };
593
- number2: {
565
+ inumber: {
594
566
  name: string;
595
567
  detail: string;
596
568
  };
@@ -604,11 +576,7 @@ declare const _default: {
604
576
  url: string;
605
577
  }[];
606
578
  functionParameter: {
607
- number1: {
608
- name: string;
609
- detail: string;
610
- };
611
- number2: {
579
+ inumber: {
612
580
  name: string;
613
581
  detail: string;
614
582
  };
@@ -622,11 +590,7 @@ declare const _default: {
622
590
  url: string;
623
591
  }[];
624
592
  functionParameter: {
625
- number1: {
626
- name: string;
627
- detail: string;
628
- };
629
- number2: {
593
+ inumber: {
630
594
  name: string;
631
595
  detail: string;
632
596
  };
@@ -640,11 +604,11 @@ declare const _default: {
640
604
  url: string;
641
605
  }[];
642
606
  functionParameter: {
643
- number1: {
607
+ inumber1: {
644
608
  name: string;
645
609
  detail: string;
646
610
  };
647
- number2: {
611
+ inumber2: {
648
612
  name: string;
649
613
  detail: string;
650
614
  };
@@ -658,11 +622,7 @@ declare const _default: {
658
622
  url: string;
659
623
  }[];
660
624
  functionParameter: {
661
- number1: {
662
- name: string;
663
- detail: string;
664
- };
665
- number2: {
625
+ inumber: {
666
626
  name: string;
667
627
  detail: string;
668
628
  };
@@ -676,11 +636,7 @@ declare const _default: {
676
636
  url: string;
677
637
  }[];
678
638
  functionParameter: {
679
- number1: {
680
- name: string;
681
- detail: string;
682
- };
683
- number2: {
639
+ inumber: {
684
640
  name: string;
685
641
  detail: string;
686
642
  };
@@ -694,11 +650,7 @@ declare const _default: {
694
650
  url: string;
695
651
  }[];
696
652
  functionParameter: {
697
- number1: {
698
- name: string;
699
- detail: string;
700
- };
701
- number2: {
653
+ inumber: {
702
654
  name: string;
703
655
  detail: string;
704
656
  };
@@ -712,11 +664,7 @@ declare const _default: {
712
664
  url: string;
713
665
  }[];
714
666
  functionParameter: {
715
- number1: {
716
- name: string;
717
- detail: string;
718
- };
719
- number2: {
667
+ inumber: {
720
668
  name: string;
721
669
  detail: string;
722
670
  };
@@ -730,11 +678,11 @@ declare const _default: {
730
678
  url: string;
731
679
  }[];
732
680
  functionParameter: {
733
- number1: {
681
+ inumber: {
734
682
  name: string;
735
683
  detail: string;
736
684
  };
737
- number2: {
685
+ number: {
738
686
  name: string;
739
687
  detail: string;
740
688
  };
@@ -748,11 +696,11 @@ declare const _default: {
748
696
  url: string;
749
697
  }[];
750
698
  functionParameter: {
751
- number1: {
699
+ inumber1: {
752
700
  name: string;
753
701
  detail: string;
754
702
  };
755
- number2: {
703
+ inumber2: {
756
704
  name: string;
757
705
  detail: string;
758
706
  };
@@ -766,11 +714,7 @@ declare const _default: {
766
714
  url: string;
767
715
  }[];
768
716
  functionParameter: {
769
- number1: {
770
- name: string;
771
- detail: string;
772
- };
773
- number2: {
717
+ inumber: {
774
718
  name: string;
775
719
  detail: string;
776
720
  };
@@ -784,11 +728,7 @@ declare const _default: {
784
728
  url: string;
785
729
  }[];
786
730
  functionParameter: {
787
- number1: {
788
- name: string;
789
- detail: string;
790
- };
791
- number2: {
731
+ inumber: {
792
732
  name: string;
793
733
  detail: string;
794
734
  };
@@ -802,11 +742,7 @@ declare const _default: {
802
742
  url: string;
803
743
  }[];
804
744
  functionParameter: {
805
- number1: {
806
- name: string;
807
- detail: string;
808
- };
809
- number2: {
745
+ inumber: {
810
746
  name: string;
811
747
  detail: string;
812
748
  };
@@ -820,11 +756,7 @@ declare const _default: {
820
756
  url: string;
821
757
  }[];
822
758
  functionParameter: {
823
- number1: {
824
- name: string;
825
- detail: string;
826
- };
827
- number2: {
759
+ inumber: {
828
760
  name: string;
829
761
  detail: string;
830
762
  };
@@ -838,11 +770,7 @@ declare const _default: {
838
770
  url: string;
839
771
  }[];
840
772
  functionParameter: {
841
- number1: {
842
- name: string;
843
- detail: string;
844
- };
845
- number2: {
773
+ inumber: {
846
774
  name: string;
847
775
  detail: string;
848
776
  };
@@ -856,11 +784,7 @@ declare const _default: {
856
784
  url: string;
857
785
  }[];
858
786
  functionParameter: {
859
- number1: {
860
- name: string;
861
- detail: string;
862
- };
863
- number2: {
787
+ inumber: {
864
788
  name: string;
865
789
  detail: string;
866
790
  };
@@ -874,11 +798,11 @@ declare const _default: {
874
798
  url: string;
875
799
  }[];
876
800
  functionParameter: {
877
- number1: {
801
+ inumber1: {
878
802
  name: string;
879
803
  detail: string;
880
804
  };
881
- number2: {
805
+ inumber2: {
882
806
  name: string;
883
807
  detail: string;
884
808
  };
@@ -892,11 +816,11 @@ declare const _default: {
892
816
  url: string;
893
817
  }[];
894
818
  functionParameter: {
895
- number1: {
819
+ inumber1: {
896
820
  name: string;
897
821
  detail: string;
898
822
  };
899
- number2: {
823
+ inumber2: {
900
824
  name: string;
901
825
  detail: string;
902
826
  };
@@ -910,11 +834,7 @@ declare const _default: {
910
834
  url: string;
911
835
  }[];
912
836
  functionParameter: {
913
- number1: {
914
- name: string;
915
- detail: string;
916
- };
917
- number2: {
837
+ inumber: {
918
838
  name: string;
919
839
  detail: string;
920
840
  };