@univerjs/sheets-formula 0.2.4 → 0.2.5
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 +610 -677
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +222 -264
- package/lib/locale/ru-RU.json +222 -264
- package/lib/locale/vi-VN.json +171 -221
- package/lib/locale/zh-CN.json +226 -268
- package/lib/locale/zh-TW.json +238 -280
- 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 +1 -2
- package/lib/types/locale/en-US.d.ts +96 -138
- 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/math/en-US.d.ts +67 -109
- package/lib/types/locale/function-list/math/ja-JP.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-CN.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-TW.d.ts +69 -111
- package/lib/types/locale/ru-RU.d.ts +96 -138
- package/lib/types/locale/vi-VN.d.ts +71 -121
- package/lib/types/locale/zh-CN.d.ts +96 -138
- package/lib/types/locale/zh-TW.d.ts +100 -142
- 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 +1 -2
- package/lib/umd/index.js +4 -4
- package/package.json +21 -23
|
@@ -222,11 +222,11 @@ declare const _default: {
|
|
|
222
222
|
url: string;
|
|
223
223
|
}[];
|
|
224
224
|
functionParameter: {
|
|
225
|
-
|
|
225
|
+
number: {
|
|
226
226
|
name: string;
|
|
227
227
|
detail: string;
|
|
228
228
|
};
|
|
229
|
-
|
|
229
|
+
radix: {
|
|
230
230
|
name: string;
|
|
231
231
|
detail: string;
|
|
232
232
|
};
|
|
@@ -240,11 +240,11 @@ declare const _default: {
|
|
|
240
240
|
url: string;
|
|
241
241
|
}[];
|
|
242
242
|
functionParameter: {
|
|
243
|
-
|
|
243
|
+
number: {
|
|
244
244
|
name: string;
|
|
245
245
|
detail: string;
|
|
246
246
|
};
|
|
247
|
-
|
|
247
|
+
significance: {
|
|
248
248
|
name: string;
|
|
249
249
|
detail: string;
|
|
250
250
|
};
|
|
@@ -258,11 +258,15 @@ declare const _default: {
|
|
|
258
258
|
url: string;
|
|
259
259
|
}[];
|
|
260
260
|
functionParameter: {
|
|
261
|
-
|
|
261
|
+
number: {
|
|
262
262
|
name: string;
|
|
263
263
|
detail: string;
|
|
264
264
|
};
|
|
265
|
-
|
|
265
|
+
significance: {
|
|
266
|
+
name: string;
|
|
267
|
+
detail: string;
|
|
268
|
+
};
|
|
269
|
+
mode: {
|
|
266
270
|
name: string;
|
|
267
271
|
detail: string;
|
|
268
272
|
};
|
|
@@ -276,11 +280,11 @@ declare const _default: {
|
|
|
276
280
|
url: string;
|
|
277
281
|
}[];
|
|
278
282
|
functionParameter: {
|
|
279
|
-
|
|
283
|
+
number: {
|
|
280
284
|
name: string;
|
|
281
285
|
detail: string;
|
|
282
286
|
};
|
|
283
|
-
|
|
287
|
+
significance: {
|
|
284
288
|
name: string;
|
|
285
289
|
detail: string;
|
|
286
290
|
};
|
|
@@ -438,11 +442,11 @@ declare const _default: {
|
|
|
438
442
|
url: string;
|
|
439
443
|
}[];
|
|
440
444
|
functionParameter: {
|
|
441
|
-
|
|
445
|
+
text: {
|
|
442
446
|
name: string;
|
|
443
447
|
detail: string;
|
|
444
448
|
};
|
|
445
|
-
|
|
449
|
+
radix: {
|
|
446
450
|
name: string;
|
|
447
451
|
detail: string;
|
|
448
452
|
};
|
|
@@ -456,11 +460,7 @@ declare const _default: {
|
|
|
456
460
|
url: string;
|
|
457
461
|
}[];
|
|
458
462
|
functionParameter: {
|
|
459
|
-
|
|
460
|
-
name: string;
|
|
461
|
-
detail: string;
|
|
462
|
-
};
|
|
463
|
-
number2: {
|
|
463
|
+
angle: {
|
|
464
464
|
name: string;
|
|
465
465
|
detail: string;
|
|
466
466
|
};
|
|
@@ -474,11 +474,7 @@ declare const _default: {
|
|
|
474
474
|
url: string;
|
|
475
475
|
}[];
|
|
476
476
|
functionParameter: {
|
|
477
|
-
|
|
478
|
-
name: string;
|
|
479
|
-
detail: string;
|
|
480
|
-
};
|
|
481
|
-
number2: {
|
|
477
|
+
number: {
|
|
482
478
|
name: string;
|
|
483
479
|
detail: string;
|
|
484
480
|
};
|
|
@@ -492,11 +488,7 @@ declare const _default: {
|
|
|
492
488
|
url: string;
|
|
493
489
|
}[];
|
|
494
490
|
functionParameter: {
|
|
495
|
-
|
|
496
|
-
name: string;
|
|
497
|
-
detail: string;
|
|
498
|
-
};
|
|
499
|
-
number2: {
|
|
491
|
+
number: {
|
|
500
492
|
name: string;
|
|
501
493
|
detail: string;
|
|
502
494
|
};
|
|
@@ -546,11 +538,11 @@ declare const _default: {
|
|
|
546
538
|
url: string;
|
|
547
539
|
}[];
|
|
548
540
|
functionParameter: {
|
|
549
|
-
|
|
541
|
+
number: {
|
|
550
542
|
name: string;
|
|
551
543
|
detail: string;
|
|
552
544
|
};
|
|
553
|
-
|
|
545
|
+
significance: {
|
|
554
546
|
name: string;
|
|
555
547
|
detail: string;
|
|
556
548
|
};
|
|
@@ -564,11 +556,15 @@ declare const _default: {
|
|
|
564
556
|
url: string;
|
|
565
557
|
}[];
|
|
566
558
|
functionParameter: {
|
|
567
|
-
|
|
559
|
+
number: {
|
|
568
560
|
name: string;
|
|
569
561
|
detail: string;
|
|
570
562
|
};
|
|
571
|
-
|
|
563
|
+
significance: {
|
|
564
|
+
name: string;
|
|
565
|
+
detail: string;
|
|
566
|
+
};
|
|
567
|
+
mode: {
|
|
572
568
|
name: string;
|
|
573
569
|
detail: string;
|
|
574
570
|
};
|
|
@@ -582,11 +578,11 @@ declare const _default: {
|
|
|
582
578
|
url: string;
|
|
583
579
|
}[];
|
|
584
580
|
functionParameter: {
|
|
585
|
-
|
|
581
|
+
number: {
|
|
586
582
|
name: string;
|
|
587
583
|
detail: string;
|
|
588
584
|
};
|
|
589
|
-
|
|
585
|
+
significance: {
|
|
590
586
|
name: string;
|
|
591
587
|
detail: string;
|
|
592
588
|
};
|
|
@@ -690,11 +686,7 @@ declare const _default: {
|
|
|
690
686
|
url: string;
|
|
691
687
|
}[];
|
|
692
688
|
functionParameter: {
|
|
693
|
-
|
|
694
|
-
name: string;
|
|
695
|
-
detail: string;
|
|
696
|
-
};
|
|
697
|
-
number2: {
|
|
689
|
+
number: {
|
|
698
690
|
name: string;
|
|
699
691
|
detail: string;
|
|
700
692
|
};
|
|
@@ -708,11 +700,11 @@ declare const _default: {
|
|
|
708
700
|
url: string;
|
|
709
701
|
}[];
|
|
710
702
|
functionParameter: {
|
|
711
|
-
|
|
703
|
+
number: {
|
|
712
704
|
name: string;
|
|
713
705
|
detail: string;
|
|
714
706
|
};
|
|
715
|
-
|
|
707
|
+
base: {
|
|
716
708
|
name: string;
|
|
717
709
|
detail: string;
|
|
718
710
|
};
|
|
@@ -726,11 +718,7 @@ declare const _default: {
|
|
|
726
718
|
url: string;
|
|
727
719
|
}[];
|
|
728
720
|
functionParameter: {
|
|
729
|
-
|
|
730
|
-
name: string;
|
|
731
|
-
detail: string;
|
|
732
|
-
};
|
|
733
|
-
number2: {
|
|
721
|
+
number: {
|
|
734
722
|
name: string;
|
|
735
723
|
detail: string;
|
|
736
724
|
};
|
|
@@ -816,11 +804,11 @@ declare const _default: {
|
|
|
816
804
|
url: string;
|
|
817
805
|
}[];
|
|
818
806
|
functionParameter: {
|
|
819
|
-
|
|
807
|
+
number: {
|
|
820
808
|
name: string;
|
|
821
809
|
detail: string;
|
|
822
810
|
};
|
|
823
|
-
|
|
811
|
+
multiple: {
|
|
824
812
|
name: string;
|
|
825
813
|
detail: string;
|
|
826
814
|
};
|
|
@@ -870,11 +858,7 @@ declare const _default: {
|
|
|
870
858
|
url: string;
|
|
871
859
|
}[];
|
|
872
860
|
functionParameter: {
|
|
873
|
-
|
|
874
|
-
name: string;
|
|
875
|
-
detail: string;
|
|
876
|
-
};
|
|
877
|
-
number2: {
|
|
861
|
+
number: {
|
|
878
862
|
name: string;
|
|
879
863
|
detail: string;
|
|
880
864
|
};
|
|
@@ -887,16 +871,7 @@ declare const _default: {
|
|
|
887
871
|
title: string;
|
|
888
872
|
url: string;
|
|
889
873
|
}[];
|
|
890
|
-
functionParameter: {
|
|
891
|
-
number1: {
|
|
892
|
-
name: string;
|
|
893
|
-
detail: string;
|
|
894
|
-
};
|
|
895
|
-
number2: {
|
|
896
|
-
name: string;
|
|
897
|
-
detail: string;
|
|
898
|
-
};
|
|
899
|
-
};
|
|
874
|
+
functionParameter: {};
|
|
900
875
|
};
|
|
901
876
|
POWER: {
|
|
902
877
|
description: string;
|
|
@@ -960,11 +935,7 @@ declare const _default: {
|
|
|
960
935
|
url: string;
|
|
961
936
|
}[];
|
|
962
937
|
functionParameter: {
|
|
963
|
-
|
|
964
|
-
name: string;
|
|
965
|
-
detail: string;
|
|
966
|
-
};
|
|
967
|
-
number2: {
|
|
938
|
+
angle: {
|
|
968
939
|
name: string;
|
|
969
940
|
detail: string;
|
|
970
941
|
};
|
|
@@ -977,16 +948,7 @@ declare const _default: {
|
|
|
977
948
|
title: string;
|
|
978
949
|
url: string;
|
|
979
950
|
}[];
|
|
980
|
-
functionParameter: {
|
|
981
|
-
number1: {
|
|
982
|
-
name: string;
|
|
983
|
-
detail: string;
|
|
984
|
-
};
|
|
985
|
-
number2: {
|
|
986
|
-
name: string;
|
|
987
|
-
detail: string;
|
|
988
|
-
};
|
|
989
|
-
};
|
|
951
|
+
functionParameter: {};
|
|
990
952
|
};
|
|
991
953
|
RANDARRAY: {
|
|
992
954
|
description: string;
|
|
@@ -996,11 +958,23 @@ declare const _default: {
|
|
|
996
958
|
url: string;
|
|
997
959
|
}[];
|
|
998
960
|
functionParameter: {
|
|
999
|
-
|
|
961
|
+
rows: {
|
|
1000
962
|
name: string;
|
|
1001
963
|
detail: string;
|
|
1002
964
|
};
|
|
1003
|
-
|
|
965
|
+
columns: {
|
|
966
|
+
name: string;
|
|
967
|
+
detail: string;
|
|
968
|
+
};
|
|
969
|
+
min: {
|
|
970
|
+
name: string;
|
|
971
|
+
detail: string;
|
|
972
|
+
};
|
|
973
|
+
max: {
|
|
974
|
+
name: string;
|
|
975
|
+
detail: string;
|
|
976
|
+
};
|
|
977
|
+
wholeNumber: {
|
|
1004
978
|
name: string;
|
|
1005
979
|
detail: string;
|
|
1006
980
|
};
|
|
@@ -1014,11 +988,11 @@ declare const _default: {
|
|
|
1014
988
|
url: string;
|
|
1015
989
|
}[];
|
|
1016
990
|
functionParameter: {
|
|
1017
|
-
|
|
991
|
+
bottom: {
|
|
1018
992
|
name: string;
|
|
1019
993
|
detail: string;
|
|
1020
994
|
};
|
|
1021
|
-
|
|
995
|
+
top: {
|
|
1022
996
|
name: string;
|
|
1023
997
|
detail: string;
|
|
1024
998
|
};
|
|
@@ -1050,11 +1024,11 @@ declare const _default: {
|
|
|
1050
1024
|
url: string;
|
|
1051
1025
|
}[];
|
|
1052
1026
|
functionParameter: {
|
|
1053
|
-
|
|
1027
|
+
number: {
|
|
1054
1028
|
name: string;
|
|
1055
1029
|
detail: string;
|
|
1056
1030
|
};
|
|
1057
|
-
|
|
1031
|
+
numDigits: {
|
|
1058
1032
|
name: string;
|
|
1059
1033
|
detail: string;
|
|
1060
1034
|
};
|
|
@@ -1068,11 +1042,11 @@ declare const _default: {
|
|
|
1068
1042
|
url: string;
|
|
1069
1043
|
}[];
|
|
1070
1044
|
functionParameter: {
|
|
1071
|
-
|
|
1045
|
+
number: {
|
|
1072
1046
|
name: string;
|
|
1073
1047
|
detail: string;
|
|
1074
1048
|
};
|
|
1075
|
-
|
|
1049
|
+
numDigits: {
|
|
1076
1050
|
name: string;
|
|
1077
1051
|
detail: string;
|
|
1078
1052
|
};
|
|
@@ -1086,11 +1060,11 @@ declare const _default: {
|
|
|
1086
1060
|
url: string;
|
|
1087
1061
|
}[];
|
|
1088
1062
|
functionParameter: {
|
|
1089
|
-
|
|
1063
|
+
number: {
|
|
1090
1064
|
name: string;
|
|
1091
1065
|
detail: string;
|
|
1092
1066
|
};
|
|
1093
|
-
|
|
1067
|
+
numDigits: {
|
|
1094
1068
|
name: string;
|
|
1095
1069
|
detail: string;
|
|
1096
1070
|
};
|
|
@@ -1104,11 +1078,7 @@ declare const _default: {
|
|
|
1104
1078
|
url: string;
|
|
1105
1079
|
}[];
|
|
1106
1080
|
functionParameter: {
|
|
1107
|
-
|
|
1108
|
-
name: string;
|
|
1109
|
-
detail: string;
|
|
1110
|
-
};
|
|
1111
|
-
number2: {
|
|
1081
|
+
number: {
|
|
1112
1082
|
name: string;
|
|
1113
1083
|
detail: string;
|
|
1114
1084
|
};
|
|
@@ -1122,11 +1092,7 @@ declare const _default: {
|
|
|
1122
1092
|
url: string;
|
|
1123
1093
|
}[];
|
|
1124
1094
|
functionParameter: {
|
|
1125
|
-
|
|
1126
|
-
name: string;
|
|
1127
|
-
detail: string;
|
|
1128
|
-
};
|
|
1129
|
-
number2: {
|
|
1095
|
+
number: {
|
|
1130
1096
|
name: string;
|
|
1131
1097
|
detail: string;
|
|
1132
1098
|
};
|
|
@@ -1230,11 +1196,7 @@ declare const _default: {
|
|
|
1230
1196
|
url: string;
|
|
1231
1197
|
}[];
|
|
1232
1198
|
functionParameter: {
|
|
1233
|
-
|
|
1234
|
-
name: string;
|
|
1235
|
-
detail: string;
|
|
1236
|
-
};
|
|
1237
|
-
number2: {
|
|
1199
|
+
number: {
|
|
1238
1200
|
name: string;
|
|
1239
1201
|
detail: string;
|
|
1240
1202
|
};
|
|
@@ -1248,11 +1210,7 @@ declare const _default: {
|
|
|
1248
1210
|
url: string;
|
|
1249
1211
|
}[];
|
|
1250
1212
|
functionParameter: {
|
|
1251
|
-
|
|
1252
|
-
name: string;
|
|
1253
|
-
detail: string;
|
|
1254
|
-
};
|
|
1255
|
-
number2: {
|
|
1213
|
+
number: {
|
|
1256
1214
|
name: string;
|
|
1257
1215
|
detail: string;
|
|
1258
1216
|
};
|
|
@@ -1394,11 +1352,11 @@ declare const _default: {
|
|
|
1394
1352
|
url: string;
|
|
1395
1353
|
}[];
|
|
1396
1354
|
functionParameter: {
|
|
1397
|
-
|
|
1355
|
+
arrayX: {
|
|
1398
1356
|
name: string;
|
|
1399
1357
|
detail: string;
|
|
1400
1358
|
};
|
|
1401
|
-
|
|
1359
|
+
arrayY: {
|
|
1402
1360
|
name: string;
|
|
1403
1361
|
detail: string;
|
|
1404
1362
|
};
|
|
@@ -1412,11 +1370,11 @@ declare const _default: {
|
|
|
1412
1370
|
url: string;
|
|
1413
1371
|
}[];
|
|
1414
1372
|
functionParameter: {
|
|
1415
|
-
|
|
1373
|
+
arrayX: {
|
|
1416
1374
|
name: string;
|
|
1417
1375
|
detail: string;
|
|
1418
1376
|
};
|
|
1419
|
-
|
|
1377
|
+
arrayY: {
|
|
1420
1378
|
name: string;
|
|
1421
1379
|
detail: string;
|
|
1422
1380
|
};
|
|
@@ -1430,11 +1388,11 @@ declare const _default: {
|
|
|
1430
1388
|
url: string;
|
|
1431
1389
|
}[];
|
|
1432
1390
|
functionParameter: {
|
|
1433
|
-
|
|
1391
|
+
arrayX: {
|
|
1434
1392
|
name: string;
|
|
1435
1393
|
detail: string;
|
|
1436
1394
|
};
|
|
1437
|
-
|
|
1395
|
+
arrayY: {
|
|
1438
1396
|
name: string;
|
|
1439
1397
|
detail: string;
|
|
1440
1398
|
};
|