@univerjs/sheets-formula 0.2.4-alpha.0 → 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 +532 -597
- 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/controllers/prompt.controller.d.ts +3 -0
- 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/umd/index.js +4 -4
- package/package.json +22 -22
|
@@ -1869,11 +1869,11 @@ declare const _default: {
|
|
|
1869
1869
|
url: string;
|
|
1870
1870
|
}[];
|
|
1871
1871
|
functionParameter: {
|
|
1872
|
-
|
|
1872
|
+
infoType: {
|
|
1873
1873
|
name: string;
|
|
1874
1874
|
detail: string;
|
|
1875
1875
|
};
|
|
1876
|
-
|
|
1876
|
+
reference: {
|
|
1877
1877
|
name: string;
|
|
1878
1878
|
detail: string;
|
|
1879
1879
|
};
|
|
@@ -1887,11 +1887,7 @@ declare const _default: {
|
|
|
1887
1887
|
url: string;
|
|
1888
1888
|
}[];
|
|
1889
1889
|
functionParameter: {
|
|
1890
|
-
|
|
1891
|
-
name: string;
|
|
1892
|
-
detail: string;
|
|
1893
|
-
};
|
|
1894
|
-
number2: {
|
|
1890
|
+
errorVal: {
|
|
1895
1891
|
name: string;
|
|
1896
1892
|
detail: string;
|
|
1897
1893
|
};
|
|
@@ -2185,11 +2181,7 @@ declare const _default: {
|
|
|
2185
2181
|
url: string;
|
|
2186
2182
|
}[];
|
|
2187
2183
|
functionParameter: {
|
|
2188
|
-
|
|
2189
|
-
name: string;
|
|
2190
|
-
detail: string;
|
|
2191
|
-
};
|
|
2192
|
-
number2: {
|
|
2184
|
+
value: {
|
|
2193
2185
|
name: string;
|
|
2194
2186
|
detail: string;
|
|
2195
2187
|
};
|
|
@@ -4149,11 +4141,11 @@ declare const _default: {
|
|
|
4149
4141
|
url: string;
|
|
4150
4142
|
}[];
|
|
4151
4143
|
functionParameter: {
|
|
4152
|
-
|
|
4144
|
+
number: {
|
|
4153
4145
|
name: string;
|
|
4154
4146
|
detail: string;
|
|
4155
4147
|
};
|
|
4156
|
-
|
|
4148
|
+
significance: {
|
|
4157
4149
|
name: string;
|
|
4158
4150
|
detail: string;
|
|
4159
4151
|
};
|
|
@@ -4167,11 +4159,15 @@ declare const _default: {
|
|
|
4167
4159
|
url: string;
|
|
4168
4160
|
}[];
|
|
4169
4161
|
functionParameter: {
|
|
4170
|
-
|
|
4162
|
+
number: {
|
|
4171
4163
|
name: string;
|
|
4172
4164
|
detail: string;
|
|
4173
4165
|
};
|
|
4174
|
-
|
|
4166
|
+
significance: {
|
|
4167
|
+
name: string;
|
|
4168
|
+
detail: string;
|
|
4169
|
+
};
|
|
4170
|
+
mode: {
|
|
4175
4171
|
name: string;
|
|
4176
4172
|
detail: string;
|
|
4177
4173
|
};
|
|
@@ -4185,11 +4181,11 @@ declare const _default: {
|
|
|
4185
4181
|
url: string;
|
|
4186
4182
|
}[];
|
|
4187
4183
|
functionParameter: {
|
|
4188
|
-
|
|
4184
|
+
number: {
|
|
4189
4185
|
name: string;
|
|
4190
4186
|
detail: string;
|
|
4191
4187
|
};
|
|
4192
|
-
|
|
4188
|
+
significance: {
|
|
4193
4189
|
name: string;
|
|
4194
4190
|
detail: string;
|
|
4195
4191
|
};
|
|
@@ -4323,11 +4319,11 @@ declare const _default: {
|
|
|
4323
4319
|
url: string;
|
|
4324
4320
|
}[];
|
|
4325
4321
|
functionParameter: {
|
|
4326
|
-
|
|
4322
|
+
text: {
|
|
4327
4323
|
name: string;
|
|
4328
4324
|
detail: string;
|
|
4329
4325
|
};
|
|
4330
|
-
|
|
4326
|
+
radix: {
|
|
4331
4327
|
name: string;
|
|
4332
4328
|
detail: string;
|
|
4333
4329
|
};
|
|
@@ -4341,11 +4337,7 @@ declare const _default: {
|
|
|
4341
4337
|
url: string;
|
|
4342
4338
|
}[];
|
|
4343
4339
|
functionParameter: {
|
|
4344
|
-
|
|
4345
|
-
name: string;
|
|
4346
|
-
detail: string;
|
|
4347
|
-
};
|
|
4348
|
-
number2: {
|
|
4340
|
+
angle: {
|
|
4349
4341
|
name: string;
|
|
4350
4342
|
detail: string;
|
|
4351
4343
|
};
|
|
@@ -4359,11 +4351,7 @@ declare const _default: {
|
|
|
4359
4351
|
url: string;
|
|
4360
4352
|
}[];
|
|
4361
4353
|
functionParameter: {
|
|
4362
|
-
|
|
4363
|
-
name: string;
|
|
4364
|
-
detail: string;
|
|
4365
|
-
};
|
|
4366
|
-
number2: {
|
|
4354
|
+
number: {
|
|
4367
4355
|
name: string;
|
|
4368
4356
|
detail: string;
|
|
4369
4357
|
};
|
|
@@ -4377,11 +4365,7 @@ declare const _default: {
|
|
|
4377
4365
|
url: string;
|
|
4378
4366
|
}[];
|
|
4379
4367
|
functionParameter: {
|
|
4380
|
-
|
|
4381
|
-
name: string;
|
|
4382
|
-
detail: string;
|
|
4383
|
-
};
|
|
4384
|
-
number2: {
|
|
4368
|
+
number: {
|
|
4385
4369
|
name: string;
|
|
4386
4370
|
detail: string;
|
|
4387
4371
|
};
|
|
@@ -4431,11 +4415,11 @@ declare const _default: {
|
|
|
4431
4415
|
url: string;
|
|
4432
4416
|
}[];
|
|
4433
4417
|
functionParameter: {
|
|
4434
|
-
|
|
4418
|
+
number: {
|
|
4435
4419
|
name: string;
|
|
4436
4420
|
detail: string;
|
|
4437
4421
|
};
|
|
4438
|
-
|
|
4422
|
+
significance: {
|
|
4439
4423
|
name: string;
|
|
4440
4424
|
detail: string;
|
|
4441
4425
|
};
|
|
@@ -4449,11 +4433,15 @@ declare const _default: {
|
|
|
4449
4433
|
url: string;
|
|
4450
4434
|
}[];
|
|
4451
4435
|
functionParameter: {
|
|
4452
|
-
|
|
4436
|
+
number: {
|
|
4453
4437
|
name: string;
|
|
4454
4438
|
detail: string;
|
|
4455
4439
|
};
|
|
4456
|
-
|
|
4440
|
+
significance: {
|
|
4441
|
+
name: string;
|
|
4442
|
+
detail: string;
|
|
4443
|
+
};
|
|
4444
|
+
mode: {
|
|
4457
4445
|
name: string;
|
|
4458
4446
|
detail: string;
|
|
4459
4447
|
};
|
|
@@ -4467,11 +4455,11 @@ declare const _default: {
|
|
|
4467
4455
|
url: string;
|
|
4468
4456
|
}[];
|
|
4469
4457
|
functionParameter: {
|
|
4470
|
-
|
|
4458
|
+
number: {
|
|
4471
4459
|
name: string;
|
|
4472
4460
|
detail: string;
|
|
4473
4461
|
};
|
|
4474
|
-
|
|
4462
|
+
significance: {
|
|
4475
4463
|
name: string;
|
|
4476
4464
|
detail: string;
|
|
4477
4465
|
};
|
|
@@ -4557,11 +4545,7 @@ declare const _default: {
|
|
|
4557
4545
|
url: string;
|
|
4558
4546
|
}[];
|
|
4559
4547
|
functionParameter: {
|
|
4560
|
-
|
|
4561
|
-
name: string;
|
|
4562
|
-
detail: string;
|
|
4563
|
-
};
|
|
4564
|
-
number2: {
|
|
4548
|
+
number: {
|
|
4565
4549
|
name: string;
|
|
4566
4550
|
detail: string;
|
|
4567
4551
|
};
|
|
@@ -4575,11 +4559,11 @@ declare const _default: {
|
|
|
4575
4559
|
url: string;
|
|
4576
4560
|
}[];
|
|
4577
4561
|
functionParameter: {
|
|
4578
|
-
|
|
4562
|
+
number: {
|
|
4579
4563
|
name: string;
|
|
4580
4564
|
detail: string;
|
|
4581
4565
|
};
|
|
4582
|
-
|
|
4566
|
+
base: {
|
|
4583
4567
|
name: string;
|
|
4584
4568
|
detail: string;
|
|
4585
4569
|
};
|
|
@@ -4593,11 +4577,7 @@ declare const _default: {
|
|
|
4593
4577
|
url: string;
|
|
4594
4578
|
}[];
|
|
4595
4579
|
functionParameter: {
|
|
4596
|
-
|
|
4597
|
-
name: string;
|
|
4598
|
-
detail: string;
|
|
4599
|
-
};
|
|
4600
|
-
number2: {
|
|
4580
|
+
number: {
|
|
4601
4581
|
name: string;
|
|
4602
4582
|
detail: string;
|
|
4603
4583
|
};
|
|
@@ -4683,11 +4663,11 @@ declare const _default: {
|
|
|
4683
4663
|
url: string;
|
|
4684
4664
|
}[];
|
|
4685
4665
|
functionParameter: {
|
|
4686
|
-
|
|
4666
|
+
number: {
|
|
4687
4667
|
name: string;
|
|
4688
4668
|
detail: string;
|
|
4689
4669
|
};
|
|
4690
|
-
|
|
4670
|
+
multiple: {
|
|
4691
4671
|
name: string;
|
|
4692
4672
|
detail: string;
|
|
4693
4673
|
};
|
|
@@ -4737,11 +4717,7 @@ declare const _default: {
|
|
|
4737
4717
|
url: string;
|
|
4738
4718
|
}[];
|
|
4739
4719
|
functionParameter: {
|
|
4740
|
-
|
|
4741
|
-
name: string;
|
|
4742
|
-
detail: string;
|
|
4743
|
-
};
|
|
4744
|
-
number2: {
|
|
4720
|
+
number: {
|
|
4745
4721
|
name: string;
|
|
4746
4722
|
detail: string;
|
|
4747
4723
|
};
|
|
@@ -4754,16 +4730,7 @@ declare const _default: {
|
|
|
4754
4730
|
title: string;
|
|
4755
4731
|
url: string;
|
|
4756
4732
|
}[];
|
|
4757
|
-
functionParameter: {
|
|
4758
|
-
number1: {
|
|
4759
|
-
name: string;
|
|
4760
|
-
detail: string;
|
|
4761
|
-
};
|
|
4762
|
-
number2: {
|
|
4763
|
-
name: string;
|
|
4764
|
-
detail: string;
|
|
4765
|
-
};
|
|
4766
|
-
};
|
|
4733
|
+
functionParameter: {};
|
|
4767
4734
|
};
|
|
4768
4735
|
POWER: {
|
|
4769
4736
|
description: string;
|
|
@@ -4827,11 +4794,7 @@ declare const _default: {
|
|
|
4827
4794
|
url: string;
|
|
4828
4795
|
}[];
|
|
4829
4796
|
functionParameter: {
|
|
4830
|
-
|
|
4831
|
-
name: string;
|
|
4832
|
-
detail: string;
|
|
4833
|
-
};
|
|
4834
|
-
number2: {
|
|
4797
|
+
angle: {
|
|
4835
4798
|
name: string;
|
|
4836
4799
|
detail: string;
|
|
4837
4800
|
};
|
|
@@ -4844,16 +4807,7 @@ declare const _default: {
|
|
|
4844
4807
|
title: string;
|
|
4845
4808
|
url: string;
|
|
4846
4809
|
}[];
|
|
4847
|
-
functionParameter: {
|
|
4848
|
-
number1: {
|
|
4849
|
-
name: string;
|
|
4850
|
-
detail: string;
|
|
4851
|
-
};
|
|
4852
|
-
number2: {
|
|
4853
|
-
name: string;
|
|
4854
|
-
detail: string;
|
|
4855
|
-
};
|
|
4856
|
-
};
|
|
4810
|
+
functionParameter: {};
|
|
4857
4811
|
};
|
|
4858
4812
|
RANDARRAY: {
|
|
4859
4813
|
description: string;
|
|
@@ -4863,11 +4817,23 @@ declare const _default: {
|
|
|
4863
4817
|
url: string;
|
|
4864
4818
|
}[];
|
|
4865
4819
|
functionParameter: {
|
|
4866
|
-
|
|
4820
|
+
rows: {
|
|
4867
4821
|
name: string;
|
|
4868
4822
|
detail: string;
|
|
4869
4823
|
};
|
|
4870
|
-
|
|
4824
|
+
columns: {
|
|
4825
|
+
name: string;
|
|
4826
|
+
detail: string;
|
|
4827
|
+
};
|
|
4828
|
+
min: {
|
|
4829
|
+
name: string;
|
|
4830
|
+
detail: string;
|
|
4831
|
+
};
|
|
4832
|
+
max: {
|
|
4833
|
+
name: string;
|
|
4834
|
+
detail: string;
|
|
4835
|
+
};
|
|
4836
|
+
wholeNumber: {
|
|
4871
4837
|
name: string;
|
|
4872
4838
|
detail: string;
|
|
4873
4839
|
};
|
|
@@ -4881,11 +4847,11 @@ declare const _default: {
|
|
|
4881
4847
|
url: string;
|
|
4882
4848
|
}[];
|
|
4883
4849
|
functionParameter: {
|
|
4884
|
-
|
|
4850
|
+
bottom: {
|
|
4885
4851
|
name: string;
|
|
4886
4852
|
detail: string;
|
|
4887
4853
|
};
|
|
4888
|
-
|
|
4854
|
+
top: {
|
|
4889
4855
|
name: string;
|
|
4890
4856
|
detail: string;
|
|
4891
4857
|
};
|
|
@@ -4917,11 +4883,11 @@ declare const _default: {
|
|
|
4917
4883
|
url: string;
|
|
4918
4884
|
}[];
|
|
4919
4885
|
functionParameter: {
|
|
4920
|
-
|
|
4886
|
+
number: {
|
|
4921
4887
|
name: string;
|
|
4922
4888
|
detail: string;
|
|
4923
4889
|
};
|
|
4924
|
-
|
|
4890
|
+
numDigits: {
|
|
4925
4891
|
name: string;
|
|
4926
4892
|
detail: string;
|
|
4927
4893
|
};
|
|
@@ -4935,11 +4901,11 @@ declare const _default: {
|
|
|
4935
4901
|
url: string;
|
|
4936
4902
|
}[];
|
|
4937
4903
|
functionParameter: {
|
|
4938
|
-
|
|
4904
|
+
number: {
|
|
4939
4905
|
name: string;
|
|
4940
4906
|
detail: string;
|
|
4941
4907
|
};
|
|
4942
|
-
|
|
4908
|
+
numDigits: {
|
|
4943
4909
|
name: string;
|
|
4944
4910
|
detail: string;
|
|
4945
4911
|
};
|
|
@@ -4953,11 +4919,11 @@ declare const _default: {
|
|
|
4953
4919
|
url: string;
|
|
4954
4920
|
}[];
|
|
4955
4921
|
functionParameter: {
|
|
4956
|
-
|
|
4922
|
+
number: {
|
|
4957
4923
|
name: string;
|
|
4958
4924
|
detail: string;
|
|
4959
4925
|
};
|
|
4960
|
-
|
|
4926
|
+
numDigits: {
|
|
4961
4927
|
name: string;
|
|
4962
4928
|
detail: string;
|
|
4963
4929
|
};
|
|
@@ -4971,11 +4937,7 @@ declare const _default: {
|
|
|
4971
4937
|
url: string;
|
|
4972
4938
|
}[];
|
|
4973
4939
|
functionParameter: {
|
|
4974
|
-
|
|
4975
|
-
name: string;
|
|
4976
|
-
detail: string;
|
|
4977
|
-
};
|
|
4978
|
-
number2: {
|
|
4940
|
+
number: {
|
|
4979
4941
|
name: string;
|
|
4980
4942
|
detail: string;
|
|
4981
4943
|
};
|
|
@@ -4989,11 +4951,7 @@ declare const _default: {
|
|
|
4989
4951
|
url: string;
|
|
4990
4952
|
}[];
|
|
4991
4953
|
functionParameter: {
|
|
4992
|
-
|
|
4993
|
-
name: string;
|
|
4994
|
-
detail: string;
|
|
4995
|
-
};
|
|
4996
|
-
number2: {
|
|
4954
|
+
number: {
|
|
4997
4955
|
name: string;
|
|
4998
4956
|
detail: string;
|
|
4999
4957
|
};
|
|
@@ -5089,11 +5047,7 @@ declare const _default: {
|
|
|
5089
5047
|
url: string;
|
|
5090
5048
|
}[];
|
|
5091
5049
|
functionParameter: {
|
|
5092
|
-
|
|
5093
|
-
name: string;
|
|
5094
|
-
detail: string;
|
|
5095
|
-
};
|
|
5096
|
-
number2: {
|
|
5050
|
+
number: {
|
|
5097
5051
|
name: string;
|
|
5098
5052
|
detail: string;
|
|
5099
5053
|
};
|
|
@@ -5107,11 +5061,7 @@ declare const _default: {
|
|
|
5107
5061
|
url: string;
|
|
5108
5062
|
}[];
|
|
5109
5063
|
functionParameter: {
|
|
5110
|
-
|
|
5111
|
-
name: string;
|
|
5112
|
-
detail: string;
|
|
5113
|
-
};
|
|
5114
|
-
number2: {
|
|
5064
|
+
number: {
|
|
5115
5065
|
name: string;
|
|
5116
5066
|
detail: string;
|
|
5117
5067
|
};
|
|
@@ -5253,11 +5203,11 @@ declare const _default: {
|
|
|
5253
5203
|
url: string;
|
|
5254
5204
|
}[];
|
|
5255
5205
|
functionParameter: {
|
|
5256
|
-
|
|
5206
|
+
arrayX: {
|
|
5257
5207
|
name: string;
|
|
5258
5208
|
detail: string;
|
|
5259
5209
|
};
|
|
5260
|
-
|
|
5210
|
+
arrayY: {
|
|
5261
5211
|
name: string;
|
|
5262
5212
|
detail: string;
|
|
5263
5213
|
};
|
|
@@ -5271,11 +5221,11 @@ declare const _default: {
|
|
|
5271
5221
|
url: string;
|
|
5272
5222
|
}[];
|
|
5273
5223
|
functionParameter: {
|
|
5274
|
-
|
|
5224
|
+
arrayX: {
|
|
5275
5225
|
name: string;
|
|
5276
5226
|
detail: string;
|
|
5277
5227
|
};
|
|
5278
|
-
|
|
5228
|
+
arrayY: {
|
|
5279
5229
|
name: string;
|
|
5280
5230
|
detail: string;
|
|
5281
5231
|
};
|
|
@@ -5289,11 +5239,11 @@ declare const _default: {
|
|
|
5289
5239
|
url: string;
|
|
5290
5240
|
}[];
|
|
5291
5241
|
functionParameter: {
|
|
5292
|
-
|
|
5242
|
+
arrayX: {
|
|
5293
5243
|
name: string;
|
|
5294
5244
|
detail: string;
|
|
5295
5245
|
};
|
|
5296
|
-
|
|
5246
|
+
arrayY: {
|
|
5297
5247
|
name: string;
|
|
5298
5248
|
detail: string;
|
|
5299
5249
|
};
|