@univerjs/sheets-formula 0.2.5 → 0.2.6
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 +4619 -4382
- package/lib/locale/en-US.json +165 -85
- package/lib/locale/ru-RU.json +93 -61
- package/lib/locale/vi-VN.json +6 -6
- package/lib/locale/zh-CN.json +165 -85
- package/lib/locale/zh-TW.json +165 -85
- package/lib/types/formula-ui-plugin.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +111 -31
- package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
- 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/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/math/zh-TW.d.ts +2 -2
- 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/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 +55 -23
- package/lib/types/locale/vi-VN.d.ts +2 -2
- package/lib/types/locale/zh-CN.d.ts +111 -31
- package/lib/types/locale/zh-TW.d.ts +111 -31
- 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
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -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
|
};
|
|
@@ -3665,11 +3665,15 @@ declare const _default: {
|
|
|
3665
3665
|
url: string;
|
|
3666
3666
|
}[];
|
|
3667
3667
|
functionParameter: {
|
|
3668
|
-
|
|
3668
|
+
array: {
|
|
3669
3669
|
name: string;
|
|
3670
3670
|
detail: string;
|
|
3671
3671
|
};
|
|
3672
|
-
|
|
3672
|
+
colNum1: {
|
|
3673
|
+
name: string;
|
|
3674
|
+
detail: string;
|
|
3675
|
+
};
|
|
3676
|
+
colNum2: {
|
|
3673
3677
|
name: string;
|
|
3674
3678
|
detail: string;
|
|
3675
3679
|
};
|
|
@@ -3683,11 +3687,15 @@ declare const _default: {
|
|
|
3683
3687
|
url: string;
|
|
3684
3688
|
}[];
|
|
3685
3689
|
functionParameter: {
|
|
3686
|
-
|
|
3690
|
+
array: {
|
|
3687
3691
|
name: string;
|
|
3688
3692
|
detail: string;
|
|
3689
3693
|
};
|
|
3690
|
-
|
|
3694
|
+
rowNum1: {
|
|
3695
|
+
name: string;
|
|
3696
|
+
detail: string;
|
|
3697
|
+
};
|
|
3698
|
+
rowNum2: {
|
|
3691
3699
|
name: string;
|
|
3692
3700
|
detail: string;
|
|
3693
3701
|
};
|
|
@@ -3765,11 +3773,15 @@ declare const _default: {
|
|
|
3765
3773
|
url: string;
|
|
3766
3774
|
}[];
|
|
3767
3775
|
functionParameter: {
|
|
3768
|
-
|
|
3776
|
+
array: {
|
|
3769
3777
|
name: string;
|
|
3770
3778
|
detail: string;
|
|
3771
3779
|
};
|
|
3772
|
-
|
|
3780
|
+
include: {
|
|
3781
|
+
name: string;
|
|
3782
|
+
detail: string;
|
|
3783
|
+
};
|
|
3784
|
+
ifEmpty: {
|
|
3773
3785
|
name: string;
|
|
3774
3786
|
detail: string;
|
|
3775
3787
|
};
|
|
@@ -3845,11 +3857,11 @@ declare const _default: {
|
|
|
3845
3857
|
url: string;
|
|
3846
3858
|
}[];
|
|
3847
3859
|
functionParameter: {
|
|
3848
|
-
|
|
3860
|
+
array1: {
|
|
3849
3861
|
name: string;
|
|
3850
3862
|
detail: string;
|
|
3851
3863
|
};
|
|
3852
|
-
|
|
3864
|
+
array2: {
|
|
3853
3865
|
name: string;
|
|
3854
3866
|
detail: string;
|
|
3855
3867
|
};
|
|
@@ -4063,11 +4075,19 @@ declare const _default: {
|
|
|
4063
4075
|
url: string;
|
|
4064
4076
|
}[];
|
|
4065
4077
|
functionParameter: {
|
|
4066
|
-
|
|
4078
|
+
array: {
|
|
4067
4079
|
name: string;
|
|
4068
4080
|
detail: string;
|
|
4069
4081
|
};
|
|
4070
|
-
|
|
4082
|
+
sortIndex: {
|
|
4083
|
+
name: string;
|
|
4084
|
+
detail: string;
|
|
4085
|
+
};
|
|
4086
|
+
sortOrder: {
|
|
4087
|
+
name: string;
|
|
4088
|
+
detail: string;
|
|
4089
|
+
};
|
|
4090
|
+
byCol: {
|
|
4071
4091
|
name: string;
|
|
4072
4092
|
detail: string;
|
|
4073
4093
|
};
|
|
@@ -4081,11 +4101,23 @@ declare const _default: {
|
|
|
4081
4101
|
url: string;
|
|
4082
4102
|
}[];
|
|
4083
4103
|
functionParameter: {
|
|
4084
|
-
|
|
4104
|
+
array: {
|
|
4085
4105
|
name: string;
|
|
4086
4106
|
detail: string;
|
|
4087
4107
|
};
|
|
4088
|
-
|
|
4108
|
+
byArray1: {
|
|
4109
|
+
name: string;
|
|
4110
|
+
detail: string;
|
|
4111
|
+
};
|
|
4112
|
+
sortOrder1: {
|
|
4113
|
+
name: string;
|
|
4114
|
+
detail: string;
|
|
4115
|
+
};
|
|
4116
|
+
byArray2: {
|
|
4117
|
+
name: string;
|
|
4118
|
+
detail: string;
|
|
4119
|
+
};
|
|
4120
|
+
sortOrder2: {
|
|
4089
4121
|
name: string;
|
|
4090
4122
|
detail: string;
|
|
4091
4123
|
};
|
|
@@ -4153,11 +4185,7 @@ declare const _default: {
|
|
|
4153
4185
|
url: string;
|
|
4154
4186
|
}[];
|
|
4155
4187
|
functionParameter: {
|
|
4156
|
-
|
|
4157
|
-
name: string;
|
|
4158
|
-
detail: string;
|
|
4159
|
-
};
|
|
4160
|
-
number2: {
|
|
4188
|
+
array: {
|
|
4161
4189
|
name: string;
|
|
4162
4190
|
detail: string;
|
|
4163
4191
|
};
|
|
@@ -4171,11 +4199,15 @@ declare const _default: {
|
|
|
4171
4199
|
url: string;
|
|
4172
4200
|
}[];
|
|
4173
4201
|
functionParameter: {
|
|
4174
|
-
|
|
4202
|
+
array: {
|
|
4175
4203
|
name: string;
|
|
4176
4204
|
detail: string;
|
|
4177
4205
|
};
|
|
4178
|
-
|
|
4206
|
+
byCol: {
|
|
4207
|
+
name: string;
|
|
4208
|
+
detail: string;
|
|
4209
|
+
};
|
|
4210
|
+
exactlyOnce: {
|
|
4179
4211
|
name: string;
|
|
4180
4212
|
detail: string;
|
|
4181
4213
|
};
|
|
@@ -4215,11 +4247,11 @@ declare const _default: {
|
|
|
4215
4247
|
url: string;
|
|
4216
4248
|
}[];
|
|
4217
4249
|
functionParameter: {
|
|
4218
|
-
|
|
4250
|
+
array1: {
|
|
4219
4251
|
name: string;
|
|
4220
4252
|
detail: string;
|
|
4221
4253
|
};
|
|
4222
|
-
|
|
4254
|
+
array2: {
|
|
4223
4255
|
name: string;
|
|
4224
4256
|
detail: string;
|
|
4225
4257
|
};
|
|
@@ -7717,11 +7749,11 @@ declare const _default: {
|
|
|
7717
7749
|
url: string;
|
|
7718
7750
|
}[];
|
|
7719
7751
|
functionParameter: {
|
|
7720
|
-
|
|
7752
|
+
number: {
|
|
7721
7753
|
name: string;
|
|
7722
7754
|
detail: string;
|
|
7723
7755
|
};
|
|
7724
|
-
|
|
7756
|
+
numDigits: {
|
|
7725
7757
|
name: string;
|
|
7726
7758
|
detail: string;
|
|
7727
7759
|
};
|
|
@@ -5285,11 +5285,11 @@ declare const _default: {
|
|
|
5285
5285
|
url: string;
|
|
5286
5286
|
}[];
|
|
5287
5287
|
functionParameter: {
|
|
5288
|
-
|
|
5288
|
+
number: {
|
|
5289
5289
|
name: string;
|
|
5290
5290
|
detail: string;
|
|
5291
5291
|
};
|
|
5292
|
-
|
|
5292
|
+
numDigits: {
|
|
5293
5293
|
name: string;
|
|
5294
5294
|
detail: string;
|
|
5295
5295
|
};
|