@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.
- package/lib/cjs/index.js +4 -4
- package/lib/es/index.js +4695 -4511
- package/lib/locale/en-US.json +246 -172
- package/lib/locale/ru-RU.json +172 -146
- package/lib/locale/vi-VN.json +1986 -1481
- package/lib/locale/zh-CN.json +287 -213
- package/lib/locale/zh-TW.json +371 -329
- package/lib/types/controllers/prompt.controller.d.ts +3 -5
- package/lib/types/formula-ui-plugin.d.ts +1 -1
- package/lib/types/index.d.ts +1 -0
- package/lib/types/locale/en-US.d.ts +143 -69
- package/lib/types/locale/function-list/date/vi-VN.d.ts +105 -26
- package/lib/types/locale/function-list/date/zh-TW.d.ts +32 -8
- package/lib/types/locale/function-list/information/ja-JP.d.ts +8 -40
- package/lib/types/locale/function-list/information/vi-VN.d.ts +218 -3
- package/lib/types/locale/function-list/logical/en-US.d.ts +31 -33
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +31 -33
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +31 -33
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +31 -33
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +31 -33
- package/lib/types/locale/function-list/lookup/en-US.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +421 -9
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +54 -26
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +54 -26
- package/lib/types/locale/function-list/math/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/math/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/math/vi-VN.d.ts +1022 -3
- package/lib/types/locale/function-list/math/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +23 -79
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +334 -0
- package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
- package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
- package/lib/types/locale/function-list/text/vi-VN.d.ts +135 -1
- package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
- package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
- package/lib/types/locale/ru-RU.d.ts +87 -61
- package/lib/types/locale/vi-VN.d.ts +953 -482
- package/lib/types/locale/zh-CN.d.ts +143 -69
- package/lib/types/locale/zh-TW.d.ts +196 -154
- package/lib/types/services/prompt.service.d.ts +5 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +4 -2
- package/lib/umd/index.js +4 -4
- package/package.json +25 -25
|
@@ -479,11 +479,11 @@ declare const _default: {
|
|
|
479
479
|
url: string;
|
|
480
480
|
}[];
|
|
481
481
|
functionParameter: {
|
|
482
|
-
|
|
482
|
+
text: {
|
|
483
483
|
name: string;
|
|
484
484
|
detail: string;
|
|
485
485
|
};
|
|
486
|
-
|
|
486
|
+
numberTimes: {
|
|
487
487
|
name: string;
|
|
488
488
|
detail: string;
|
|
489
489
|
};
|
|
@@ -623,11 +623,27 @@ declare const _default: {
|
|
|
623
623
|
url: string;
|
|
624
624
|
}[];
|
|
625
625
|
functionParameter: {
|
|
626
|
-
|
|
626
|
+
text: {
|
|
627
627
|
name: string;
|
|
628
628
|
detail: string;
|
|
629
629
|
};
|
|
630
|
-
|
|
630
|
+
delimiter: {
|
|
631
|
+
name: string;
|
|
632
|
+
detail: string;
|
|
633
|
+
};
|
|
634
|
+
instanceNum: {
|
|
635
|
+
name: string;
|
|
636
|
+
detail: string;
|
|
637
|
+
};
|
|
638
|
+
matchMode: {
|
|
639
|
+
name: string;
|
|
640
|
+
detail: string;
|
|
641
|
+
};
|
|
642
|
+
matchEnd: {
|
|
643
|
+
name: string;
|
|
644
|
+
detail: string;
|
|
645
|
+
};
|
|
646
|
+
ifNotFound: {
|
|
631
647
|
name: string;
|
|
632
648
|
detail: string;
|
|
633
649
|
};
|
|
@@ -641,11 +657,27 @@ declare const _default: {
|
|
|
641
657
|
url: string;
|
|
642
658
|
}[];
|
|
643
659
|
functionParameter: {
|
|
644
|
-
|
|
660
|
+
text: {
|
|
645
661
|
name: string;
|
|
646
662
|
detail: string;
|
|
647
663
|
};
|
|
648
|
-
|
|
664
|
+
delimiter: {
|
|
665
|
+
name: string;
|
|
666
|
+
detail: string;
|
|
667
|
+
};
|
|
668
|
+
instanceNum: {
|
|
669
|
+
name: string;
|
|
670
|
+
detail: string;
|
|
671
|
+
};
|
|
672
|
+
matchMode: {
|
|
673
|
+
name: string;
|
|
674
|
+
detail: string;
|
|
675
|
+
};
|
|
676
|
+
matchEnd: {
|
|
677
|
+
name: string;
|
|
678
|
+
detail: string;
|
|
679
|
+
};
|
|
680
|
+
ifNotFound: {
|
|
649
681
|
name: string;
|
|
650
682
|
detail: string;
|
|
651
683
|
};
|
|
@@ -677,11 +709,27 @@ declare const _default: {
|
|
|
677
709
|
url: string;
|
|
678
710
|
}[];
|
|
679
711
|
functionParameter: {
|
|
680
|
-
|
|
712
|
+
text: {
|
|
681
713
|
name: string;
|
|
682
714
|
detail: string;
|
|
683
715
|
};
|
|
684
|
-
|
|
716
|
+
colDelimiter: {
|
|
717
|
+
name: string;
|
|
718
|
+
detail: string;
|
|
719
|
+
};
|
|
720
|
+
rowDelimiter: {
|
|
721
|
+
name: string;
|
|
722
|
+
detail: string;
|
|
723
|
+
};
|
|
724
|
+
ignoreEmpty: {
|
|
725
|
+
name: string;
|
|
726
|
+
detail: string;
|
|
727
|
+
};
|
|
728
|
+
matchMode: {
|
|
729
|
+
name: string;
|
|
730
|
+
detail: string;
|
|
731
|
+
};
|
|
732
|
+
padWith: {
|
|
685
733
|
name: string;
|
|
686
734
|
detail: string;
|
|
687
735
|
};
|
|
@@ -288,6 +288,20 @@ declare const _default: {
|
|
|
288
288
|
};
|
|
289
289
|
};
|
|
290
290
|
};
|
|
291
|
+
LENB: {
|
|
292
|
+
description: string;
|
|
293
|
+
abstract: string;
|
|
294
|
+
links: {
|
|
295
|
+
title: string;
|
|
296
|
+
url: string;
|
|
297
|
+
}[];
|
|
298
|
+
functionParameter: {
|
|
299
|
+
text: {
|
|
300
|
+
name: string;
|
|
301
|
+
detail: string;
|
|
302
|
+
};
|
|
303
|
+
};
|
|
304
|
+
};
|
|
291
305
|
LOWER: {
|
|
292
306
|
description: string;
|
|
293
307
|
abstract: string;
|
|
@@ -452,7 +466,7 @@ declare const _default: {
|
|
|
452
466
|
name: string;
|
|
453
467
|
detail: string;
|
|
454
468
|
};
|
|
455
|
-
|
|
469
|
+
numberTimes: {
|
|
456
470
|
name: string;
|
|
457
471
|
detail: string;
|
|
458
472
|
};
|
|
@@ -550,6 +564,92 @@ declare const _default: {
|
|
|
550
564
|
};
|
|
551
565
|
};
|
|
552
566
|
};
|
|
567
|
+
TEXT: {
|
|
568
|
+
description: string;
|
|
569
|
+
abstract: string;
|
|
570
|
+
links: {
|
|
571
|
+
title: string;
|
|
572
|
+
url: string;
|
|
573
|
+
}[];
|
|
574
|
+
functionParameter: {
|
|
575
|
+
value: {
|
|
576
|
+
name: string;
|
|
577
|
+
detail: string;
|
|
578
|
+
};
|
|
579
|
+
formatText: {
|
|
580
|
+
name: string;
|
|
581
|
+
detail: string;
|
|
582
|
+
};
|
|
583
|
+
};
|
|
584
|
+
};
|
|
585
|
+
TEXTAFTER: {
|
|
586
|
+
description: string;
|
|
587
|
+
abstract: string;
|
|
588
|
+
links: {
|
|
589
|
+
title: string;
|
|
590
|
+
url: string;
|
|
591
|
+
}[];
|
|
592
|
+
functionParameter: {
|
|
593
|
+
text: {
|
|
594
|
+
name: string;
|
|
595
|
+
detail: string;
|
|
596
|
+
};
|
|
597
|
+
delimiter: {
|
|
598
|
+
name: string;
|
|
599
|
+
detail: string;
|
|
600
|
+
};
|
|
601
|
+
instanceNum: {
|
|
602
|
+
name: string;
|
|
603
|
+
detail: string;
|
|
604
|
+
};
|
|
605
|
+
matchMode: {
|
|
606
|
+
name: string;
|
|
607
|
+
detail: string;
|
|
608
|
+
};
|
|
609
|
+
matchEnd: {
|
|
610
|
+
name: string;
|
|
611
|
+
detail: string;
|
|
612
|
+
};
|
|
613
|
+
ifNotFound: {
|
|
614
|
+
name: string;
|
|
615
|
+
detail: string;
|
|
616
|
+
};
|
|
617
|
+
};
|
|
618
|
+
};
|
|
619
|
+
TEXTBEFORE: {
|
|
620
|
+
description: string;
|
|
621
|
+
abstract: string;
|
|
622
|
+
links: {
|
|
623
|
+
title: string;
|
|
624
|
+
url: string;
|
|
625
|
+
}[];
|
|
626
|
+
functionParameter: {
|
|
627
|
+
text: {
|
|
628
|
+
name: string;
|
|
629
|
+
detail: string;
|
|
630
|
+
};
|
|
631
|
+
delimiter: {
|
|
632
|
+
name: string;
|
|
633
|
+
detail: string;
|
|
634
|
+
};
|
|
635
|
+
instanceNum: {
|
|
636
|
+
name: string;
|
|
637
|
+
detail: string;
|
|
638
|
+
};
|
|
639
|
+
matchMode: {
|
|
640
|
+
name: string;
|
|
641
|
+
detail: string;
|
|
642
|
+
};
|
|
643
|
+
matchEnd: {
|
|
644
|
+
name: string;
|
|
645
|
+
detail: string;
|
|
646
|
+
};
|
|
647
|
+
ifNotFound: {
|
|
648
|
+
name: string;
|
|
649
|
+
detail: string;
|
|
650
|
+
};
|
|
651
|
+
};
|
|
652
|
+
};
|
|
553
653
|
TEXTJOIN: {
|
|
554
654
|
description: string;
|
|
555
655
|
abstract: string;
|
|
@@ -576,6 +676,40 @@ declare const _default: {
|
|
|
576
676
|
};
|
|
577
677
|
};
|
|
578
678
|
};
|
|
679
|
+
TEXTSPLIT: {
|
|
680
|
+
description: string;
|
|
681
|
+
abstract: string;
|
|
682
|
+
links: {
|
|
683
|
+
title: string;
|
|
684
|
+
url: string;
|
|
685
|
+
}[];
|
|
686
|
+
functionParameter: {
|
|
687
|
+
text: {
|
|
688
|
+
name: string;
|
|
689
|
+
detail: string;
|
|
690
|
+
};
|
|
691
|
+
colDelimiter: {
|
|
692
|
+
name: string;
|
|
693
|
+
detail: string;
|
|
694
|
+
};
|
|
695
|
+
rowDelimiter: {
|
|
696
|
+
name: string;
|
|
697
|
+
detail: string;
|
|
698
|
+
};
|
|
699
|
+
ignoreEmpty: {
|
|
700
|
+
name: string;
|
|
701
|
+
detail: string;
|
|
702
|
+
};
|
|
703
|
+
matchMode: {
|
|
704
|
+
name: string;
|
|
705
|
+
detail: string;
|
|
706
|
+
};
|
|
707
|
+
padWith: {
|
|
708
|
+
name: string;
|
|
709
|
+
detail: string;
|
|
710
|
+
};
|
|
711
|
+
};
|
|
712
|
+
};
|
|
579
713
|
TRIM: {
|
|
580
714
|
description: string;
|
|
581
715
|
abstract: string;
|
|
@@ -478,11 +478,11 @@ declare const _default: {
|
|
|
478
478
|
url: string;
|
|
479
479
|
}[];
|
|
480
480
|
functionParameter: {
|
|
481
|
-
|
|
481
|
+
text: {
|
|
482
482
|
name: string;
|
|
483
483
|
detail: string;
|
|
484
484
|
};
|
|
485
|
-
|
|
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
|
-
|
|
625
|
+
text: {
|
|
626
626
|
name: string;
|
|
627
627
|
detail: string;
|
|
628
628
|
};
|
|
629
|
-
|
|
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
|
-
|
|
659
|
+
text: {
|
|
644
660
|
name: string;
|
|
645
661
|
detail: string;
|
|
646
662
|
};
|
|
647
|
-
|
|
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
|
-
|
|
711
|
+
text: {
|
|
680
712
|
name: string;
|
|
681
713
|
detail: string;
|
|
682
714
|
};
|
|
683
|
-
|
|
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
|
};
|
|
@@ -478,11 +478,11 @@ declare const _default: {
|
|
|
478
478
|
url: string;
|
|
479
479
|
}[];
|
|
480
480
|
functionParameter: {
|
|
481
|
-
|
|
481
|
+
text: {
|
|
482
482
|
name: string;
|
|
483
483
|
detail: string;
|
|
484
484
|
};
|
|
485
|
-
|
|
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
|
-
|
|
625
|
+
text: {
|
|
626
626
|
name: string;
|
|
627
627
|
detail: string;
|
|
628
628
|
};
|
|
629
|
-
|
|
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
|
-
|
|
659
|
+
text: {
|
|
644
660
|
name: string;
|
|
645
661
|
detail: string;
|
|
646
662
|
};
|
|
647
|
-
|
|
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
|
-
|
|
711
|
+
text: {
|
|
680
712
|
name: string;
|
|
681
713
|
detail: string;
|
|
682
714
|
};
|
|
683
|
-
|
|
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
|
};
|