@univerjs/sheets-formula 0.2.4 → 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 +4882 -4712
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +387 -349
- package/lib/locale/ru-RU.json +315 -325
- package/lib/locale/vi-VN.json +177 -227
- package/lib/locale/zh-CN.json +391 -353
- package/lib/locale/zh-TW.json +403 -365
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +7 -8
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -2
- package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -2
- package/lib/types/controllers/formula-ui.controller.d.ts +1 -2
- package/lib/types/controllers/menu.d.ts +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +3 -0
- package/lib/types/controllers/update-formula.controller.d.ts +1 -2
- package/lib/types/formula-ui-plugin.d.ts +2 -3
- package/lib/types/locale/en-US.d.ts +207 -169
- package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
- package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
- package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
- package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
- 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 +69 -111
- package/lib/types/locale/function-list/math/ja-JP.d.ts +69 -111
- package/lib/types/locale/function-list/math/zh-CN.d.ts +69 -111
- package/lib/types/locale/function-list/math/zh-TW.d.ts +71 -113
- 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 +151 -161
- package/lib/types/locale/vi-VN.d.ts +73 -123
- package/lib/types/locale/zh-CN.d.ts +207 -169
- package/lib/types/locale/zh-TW.d.ts +211 -173
- package/lib/types/services/description.service.d.ts +2 -3
- package/lib/types/services/formula-ref-range.service.d.ts +1 -2
- package/lib/types/services/prompt.service.d.ts +2 -3
- package/lib/types/services/register-function.service.d.ts +2 -3
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/services/render-services/ref-selections.render-service.d.ts +5 -4
- package/lib/umd/index.js +4 -4
- package/package.json +25 -27
|
@@ -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
|
};
|