@univerjs/sheets-formula 0.2.11 → 0.2.13
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 +576 -436
- package/lib/locale/en-US.json +208 -193
- package/lib/locale/ru-RU.json +208 -193
- package/lib/locale/vi-VN.json +539 -44
- package/lib/locale/zh-CN.json +216 -201
- package/lib/locale/zh-TW.json +222 -207
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
- package/lib/types/common/plugin-name.d.ts +1 -1
- package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/config.schema.d.ts +32 -0
- package/lib/types/controllers/formula-ui.controller.d.ts +4 -13
- package/lib/types/controllers/menu.schema.d.ts +2 -0
- package/lib/types/controllers/prompt.controller.d.ts +7 -6
- package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
- package/lib/types/formula-ui-plugin.d.ts +8 -5
- package/lib/types/locale/en-US.d.ts +106 -91
- package/lib/types/locale/function-list/information/en-US.d.ts +3 -20
- package/lib/types/locale/function-list/information/ja-JP.d.ts +3 -20
- package/lib/types/locale/function-list/information/vi-VN.d.ts +37 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +3 -20
- package/lib/types/locale/function-list/information/zh-TW.d.ts +3 -20
- package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
- package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
- package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
- package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
- package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
- package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
- package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
- package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
- package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
- package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
- package/lib/types/locale/ru-RU.d.ts +106 -91
- package/lib/types/locale/vi-VN.d.ts +461 -14
- package/lib/types/locale/zh-CN.d.ts +106 -91
- package/lib/types/locale/zh-TW.d.ts +106 -91
- package/lib/types/services/description.service.d.ts +4 -4
- package/lib/types/services/prompt.service.d.ts +1 -1
- package/lib/types/services/register-function.service.d.ts +1 -1
- package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
- package/lib/types/views/more-functions/interface.d.ts +1 -1
- package/lib/umd/index.js +4 -4
- package/package.json +27 -25
|
@@ -282,11 +282,11 @@ declare const _default: {
|
|
|
282
282
|
url: string;
|
|
283
283
|
}[];
|
|
284
284
|
functionParameter: {
|
|
285
|
-
|
|
285
|
+
number: {
|
|
286
286
|
name: string;
|
|
287
287
|
detail: string;
|
|
288
288
|
};
|
|
289
|
-
|
|
289
|
+
numberChosen: {
|
|
290
290
|
name: string;
|
|
291
291
|
detail: string;
|
|
292
292
|
};
|
|
@@ -300,11 +300,11 @@ declare const _default: {
|
|
|
300
300
|
url: string;
|
|
301
301
|
}[];
|
|
302
302
|
functionParameter: {
|
|
303
|
-
|
|
303
|
+
number: {
|
|
304
304
|
name: string;
|
|
305
305
|
detail: string;
|
|
306
306
|
};
|
|
307
|
-
|
|
307
|
+
numberChosen: {
|
|
308
308
|
name: string;
|
|
309
309
|
detail: string;
|
|
310
310
|
};
|
|
@@ -462,11 +462,7 @@ declare const _default: {
|
|
|
462
462
|
url: string;
|
|
463
463
|
}[];
|
|
464
464
|
functionParameter: {
|
|
465
|
-
|
|
466
|
-
name: string;
|
|
467
|
-
detail: string;
|
|
468
|
-
};
|
|
469
|
-
number2: {
|
|
465
|
+
number: {
|
|
470
466
|
name: string;
|
|
471
467
|
detail: string;
|
|
472
468
|
};
|
|
@@ -480,11 +476,7 @@ declare const _default: {
|
|
|
480
476
|
url: string;
|
|
481
477
|
}[];
|
|
482
478
|
functionParameter: {
|
|
483
|
-
|
|
484
|
-
name: string;
|
|
485
|
-
detail: string;
|
|
486
|
-
};
|
|
487
|
-
number2: {
|
|
479
|
+
number: {
|
|
488
480
|
name: string;
|
|
489
481
|
detail: string;
|
|
490
482
|
};
|
|
@@ -574,11 +566,7 @@ declare const _default: {
|
|
|
574
566
|
url: string;
|
|
575
567
|
}[];
|
|
576
568
|
functionParameter: {
|
|
577
|
-
|
|
578
|
-
name: string;
|
|
579
|
-
detail: string;
|
|
580
|
-
};
|
|
581
|
-
number2: {
|
|
569
|
+
number: {
|
|
582
570
|
name: string;
|
|
583
571
|
detail: string;
|
|
584
572
|
};
|
|
@@ -692,11 +680,7 @@ declare const _default: {
|
|
|
692
680
|
url: string;
|
|
693
681
|
}[];
|
|
694
682
|
functionParameter: {
|
|
695
|
-
|
|
696
|
-
name: string;
|
|
697
|
-
detail: string;
|
|
698
|
-
};
|
|
699
|
-
number2: {
|
|
683
|
+
array: {
|
|
700
684
|
name: string;
|
|
701
685
|
detail: string;
|
|
702
686
|
};
|
|
@@ -710,11 +694,7 @@ declare const _default: {
|
|
|
710
694
|
url: string;
|
|
711
695
|
}[];
|
|
712
696
|
functionParameter: {
|
|
713
|
-
|
|
714
|
-
name: string;
|
|
715
|
-
detail: string;
|
|
716
|
-
};
|
|
717
|
-
number2: {
|
|
697
|
+
array: {
|
|
718
698
|
name: string;
|
|
719
699
|
detail: string;
|
|
720
700
|
};
|
|
@@ -728,11 +708,11 @@ declare const _default: {
|
|
|
728
708
|
url: string;
|
|
729
709
|
}[];
|
|
730
710
|
functionParameter: {
|
|
731
|
-
|
|
711
|
+
array1: {
|
|
732
712
|
name: string;
|
|
733
713
|
detail: string;
|
|
734
714
|
};
|
|
735
|
-
|
|
715
|
+
array2: {
|
|
736
716
|
name: string;
|
|
737
717
|
detail: string;
|
|
738
718
|
};
|
|
@@ -800,11 +780,7 @@ declare const _default: {
|
|
|
800
780
|
url: string;
|
|
801
781
|
}[];
|
|
802
782
|
functionParameter: {
|
|
803
|
-
|
|
804
|
-
name: string;
|
|
805
|
-
detail: string;
|
|
806
|
-
};
|
|
807
|
-
number2: {
|
|
783
|
+
dimension: {
|
|
808
784
|
name: string;
|
|
809
785
|
detail: string;
|
|
810
786
|
};
|
|
@@ -877,11 +853,11 @@ declare const _default: {
|
|
|
877
853
|
url: string;
|
|
878
854
|
}[];
|
|
879
855
|
functionParameter: {
|
|
880
|
-
|
|
856
|
+
numerator: {
|
|
881
857
|
name: string;
|
|
882
858
|
detail: string;
|
|
883
859
|
};
|
|
884
|
-
|
|
860
|
+
denominator: {
|
|
885
861
|
name: string;
|
|
886
862
|
detail: string;
|
|
887
863
|
};
|
|
@@ -1066,11 +1042,19 @@ declare const _default: {
|
|
|
1066
1042
|
url: string;
|
|
1067
1043
|
}[];
|
|
1068
1044
|
functionParameter: {
|
|
1069
|
-
|
|
1045
|
+
x: {
|
|
1070
1046
|
name: string;
|
|
1071
1047
|
detail: string;
|
|
1072
1048
|
};
|
|
1073
|
-
|
|
1049
|
+
n: {
|
|
1050
|
+
name: string;
|
|
1051
|
+
detail: string;
|
|
1052
|
+
};
|
|
1053
|
+
m: {
|
|
1054
|
+
name: string;
|
|
1055
|
+
detail: string;
|
|
1056
|
+
};
|
|
1057
|
+
coefficients: {
|
|
1074
1058
|
name: string;
|
|
1075
1059
|
detail: string;
|
|
1076
1060
|
};
|
|
@@ -1084,11 +1068,19 @@ declare const _default: {
|
|
|
1084
1068
|
url: string;
|
|
1085
1069
|
}[];
|
|
1086
1070
|
functionParameter: {
|
|
1087
|
-
|
|
1071
|
+
rows: {
|
|
1088
1072
|
name: string;
|
|
1089
1073
|
detail: string;
|
|
1090
1074
|
};
|
|
1091
|
-
|
|
1075
|
+
columns: {
|
|
1076
|
+
name: string;
|
|
1077
|
+
detail: string;
|
|
1078
|
+
};
|
|
1079
|
+
start: {
|
|
1080
|
+
name: string;
|
|
1081
|
+
detail: string;
|
|
1082
|
+
};
|
|
1083
|
+
step: {
|
|
1092
1084
|
name: string;
|
|
1093
1085
|
detail: string;
|
|
1094
1086
|
};
|
|
@@ -1102,11 +1094,7 @@ declare const _default: {
|
|
|
1102
1094
|
url: string;
|
|
1103
1095
|
}[];
|
|
1104
1096
|
functionParameter: {
|
|
1105
|
-
|
|
1106
|
-
name: string;
|
|
1107
|
-
detail: string;
|
|
1108
|
-
};
|
|
1109
|
-
number2: {
|
|
1097
|
+
number: {
|
|
1110
1098
|
name: string;
|
|
1111
1099
|
detail: string;
|
|
1112
1100
|
};
|
|
@@ -282,11 +282,11 @@ declare const _default: {
|
|
|
282
282
|
url: string;
|
|
283
283
|
}[];
|
|
284
284
|
functionParameter: {
|
|
285
|
-
|
|
285
|
+
number: {
|
|
286
286
|
name: string;
|
|
287
287
|
detail: string;
|
|
288
288
|
};
|
|
289
|
-
|
|
289
|
+
numberChosen: {
|
|
290
290
|
name: string;
|
|
291
291
|
detail: string;
|
|
292
292
|
};
|
|
@@ -300,11 +300,11 @@ declare const _default: {
|
|
|
300
300
|
url: string;
|
|
301
301
|
}[];
|
|
302
302
|
functionParameter: {
|
|
303
|
-
|
|
303
|
+
number: {
|
|
304
304
|
name: string;
|
|
305
305
|
detail: string;
|
|
306
306
|
};
|
|
307
|
-
|
|
307
|
+
numberChosen: {
|
|
308
308
|
name: string;
|
|
309
309
|
detail: string;
|
|
310
310
|
};
|
|
@@ -462,11 +462,7 @@ declare const _default: {
|
|
|
462
462
|
url: string;
|
|
463
463
|
}[];
|
|
464
464
|
functionParameter: {
|
|
465
|
-
|
|
466
|
-
name: string;
|
|
467
|
-
detail: string;
|
|
468
|
-
};
|
|
469
|
-
number2: {
|
|
465
|
+
number: {
|
|
470
466
|
name: string;
|
|
471
467
|
detail: string;
|
|
472
468
|
};
|
|
@@ -480,11 +476,7 @@ declare const _default: {
|
|
|
480
476
|
url: string;
|
|
481
477
|
}[];
|
|
482
478
|
functionParameter: {
|
|
483
|
-
|
|
484
|
-
name: string;
|
|
485
|
-
detail: string;
|
|
486
|
-
};
|
|
487
|
-
number2: {
|
|
479
|
+
number: {
|
|
488
480
|
name: string;
|
|
489
481
|
detail: string;
|
|
490
482
|
};
|
|
@@ -574,11 +566,7 @@ declare const _default: {
|
|
|
574
566
|
url: string;
|
|
575
567
|
}[];
|
|
576
568
|
functionParameter: {
|
|
577
|
-
|
|
578
|
-
name: string;
|
|
579
|
-
detail: string;
|
|
580
|
-
};
|
|
581
|
-
number2: {
|
|
569
|
+
number: {
|
|
582
570
|
name: string;
|
|
583
571
|
detail: string;
|
|
584
572
|
};
|
|
@@ -692,11 +680,7 @@ declare const _default: {
|
|
|
692
680
|
url: string;
|
|
693
681
|
}[];
|
|
694
682
|
functionParameter: {
|
|
695
|
-
|
|
696
|
-
name: string;
|
|
697
|
-
detail: string;
|
|
698
|
-
};
|
|
699
|
-
number2: {
|
|
683
|
+
array: {
|
|
700
684
|
name: string;
|
|
701
685
|
detail: string;
|
|
702
686
|
};
|
|
@@ -710,11 +694,7 @@ declare const _default: {
|
|
|
710
694
|
url: string;
|
|
711
695
|
}[];
|
|
712
696
|
functionParameter: {
|
|
713
|
-
|
|
714
|
-
name: string;
|
|
715
|
-
detail: string;
|
|
716
|
-
};
|
|
717
|
-
number2: {
|
|
697
|
+
array: {
|
|
718
698
|
name: string;
|
|
719
699
|
detail: string;
|
|
720
700
|
};
|
|
@@ -728,11 +708,11 @@ declare const _default: {
|
|
|
728
708
|
url: string;
|
|
729
709
|
}[];
|
|
730
710
|
functionParameter: {
|
|
731
|
-
|
|
711
|
+
array1: {
|
|
732
712
|
name: string;
|
|
733
713
|
detail: string;
|
|
734
714
|
};
|
|
735
|
-
|
|
715
|
+
array2: {
|
|
736
716
|
name: string;
|
|
737
717
|
detail: string;
|
|
738
718
|
};
|
|
@@ -800,11 +780,7 @@ declare const _default: {
|
|
|
800
780
|
url: string;
|
|
801
781
|
}[];
|
|
802
782
|
functionParameter: {
|
|
803
|
-
|
|
804
|
-
name: string;
|
|
805
|
-
detail: string;
|
|
806
|
-
};
|
|
807
|
-
number2: {
|
|
783
|
+
dimension: {
|
|
808
784
|
name: string;
|
|
809
785
|
detail: string;
|
|
810
786
|
};
|
|
@@ -877,11 +853,11 @@ declare const _default: {
|
|
|
877
853
|
url: string;
|
|
878
854
|
}[];
|
|
879
855
|
functionParameter: {
|
|
880
|
-
|
|
856
|
+
numerator: {
|
|
881
857
|
name: string;
|
|
882
858
|
detail: string;
|
|
883
859
|
};
|
|
884
|
-
|
|
860
|
+
denominator: {
|
|
885
861
|
name: string;
|
|
886
862
|
detail: string;
|
|
887
863
|
};
|
|
@@ -1066,11 +1042,19 @@ declare const _default: {
|
|
|
1066
1042
|
url: string;
|
|
1067
1043
|
}[];
|
|
1068
1044
|
functionParameter: {
|
|
1069
|
-
|
|
1045
|
+
x: {
|
|
1070
1046
|
name: string;
|
|
1071
1047
|
detail: string;
|
|
1072
1048
|
};
|
|
1073
|
-
|
|
1049
|
+
n: {
|
|
1050
|
+
name: string;
|
|
1051
|
+
detail: string;
|
|
1052
|
+
};
|
|
1053
|
+
m: {
|
|
1054
|
+
name: string;
|
|
1055
|
+
detail: string;
|
|
1056
|
+
};
|
|
1057
|
+
coefficients: {
|
|
1074
1058
|
name: string;
|
|
1075
1059
|
detail: string;
|
|
1076
1060
|
};
|
|
@@ -1084,11 +1068,19 @@ declare const _default: {
|
|
|
1084
1068
|
url: string;
|
|
1085
1069
|
}[];
|
|
1086
1070
|
functionParameter: {
|
|
1087
|
-
|
|
1071
|
+
rows: {
|
|
1088
1072
|
name: string;
|
|
1089
1073
|
detail: string;
|
|
1090
1074
|
};
|
|
1091
|
-
|
|
1075
|
+
columns: {
|
|
1076
|
+
name: string;
|
|
1077
|
+
detail: string;
|
|
1078
|
+
};
|
|
1079
|
+
start: {
|
|
1080
|
+
name: string;
|
|
1081
|
+
detail: string;
|
|
1082
|
+
};
|
|
1083
|
+
step: {
|
|
1092
1084
|
name: string;
|
|
1093
1085
|
detail: string;
|
|
1094
1086
|
};
|
|
@@ -1102,11 +1094,7 @@ declare const _default: {
|
|
|
1102
1094
|
url: string;
|
|
1103
1095
|
}[];
|
|
1104
1096
|
functionParameter: {
|
|
1105
|
-
|
|
1106
|
-
name: string;
|
|
1107
|
-
detail: string;
|
|
1108
|
-
};
|
|
1109
|
-
number2: {
|
|
1097
|
+
number: {
|
|
1110
1098
|
name: string;
|
|
1111
1099
|
detail: string;
|
|
1112
1100
|
};
|