@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
|
@@ -1883,11 +1883,7 @@ declare const _default: {
|
|
|
1883
1883
|
url: string;
|
|
1884
1884
|
}[];
|
|
1885
1885
|
functionParameter: {
|
|
1886
|
-
|
|
1887
|
-
name: string;
|
|
1888
|
-
detail: string;
|
|
1889
|
-
};
|
|
1890
|
-
number2: {
|
|
1886
|
+
reference: {
|
|
1891
1887
|
name: string;
|
|
1892
1888
|
detail: string;
|
|
1893
1889
|
};
|
|
@@ -2017,11 +2013,7 @@ declare const _default: {
|
|
|
2017
2013
|
url: string;
|
|
2018
2014
|
}[];
|
|
2019
2015
|
functionParameter: {
|
|
2020
|
-
|
|
2021
|
-
name: string;
|
|
2022
|
-
detail: string;
|
|
2023
|
-
};
|
|
2024
|
-
number2: {
|
|
2016
|
+
value: {
|
|
2025
2017
|
name: string;
|
|
2026
2018
|
detail: string;
|
|
2027
2019
|
};
|
|
@@ -2034,16 +2026,7 @@ declare const _default: {
|
|
|
2034
2026
|
title: string;
|
|
2035
2027
|
url: string;
|
|
2036
2028
|
}[];
|
|
2037
|
-
functionParameter: {
|
|
2038
|
-
number1: {
|
|
2039
|
-
name: string;
|
|
2040
|
-
detail: string;
|
|
2041
|
-
};
|
|
2042
|
-
number2: {
|
|
2043
|
-
name: string;
|
|
2044
|
-
detail: string;
|
|
2045
|
-
};
|
|
2046
|
-
};
|
|
2029
|
+
functionParameter: {};
|
|
2047
2030
|
};
|
|
2048
2031
|
SHEET: {
|
|
2049
2032
|
description: string;
|
|
@@ -2121,11 +2104,11 @@ declare const _default: {
|
|
|
2121
2104
|
url: string;
|
|
2122
2105
|
}[];
|
|
2123
2106
|
functionParameter: {
|
|
2124
|
-
|
|
2107
|
+
array: {
|
|
2125
2108
|
name: string;
|
|
2126
2109
|
detail: string;
|
|
2127
2110
|
};
|
|
2128
|
-
|
|
2111
|
+
lambda: {
|
|
2129
2112
|
name: string;
|
|
2130
2113
|
detail: string;
|
|
2131
2114
|
};
|
|
@@ -2139,11 +2122,11 @@ declare const _default: {
|
|
|
2139
2122
|
url: string;
|
|
2140
2123
|
}[];
|
|
2141
2124
|
functionParameter: {
|
|
2142
|
-
|
|
2125
|
+
array: {
|
|
2143
2126
|
name: string;
|
|
2144
2127
|
detail: string;
|
|
2145
2128
|
};
|
|
2146
|
-
|
|
2129
|
+
lambda: {
|
|
2147
2130
|
name: string;
|
|
2148
2131
|
detail: string;
|
|
2149
2132
|
};
|
|
@@ -2320,11 +2303,15 @@ declare const _default: {
|
|
|
2320
2303
|
url: string;
|
|
2321
2304
|
}[];
|
|
2322
2305
|
functionParameter: {
|
|
2323
|
-
|
|
2306
|
+
array1: {
|
|
2324
2307
|
name: string;
|
|
2325
2308
|
detail: string;
|
|
2326
2309
|
};
|
|
2327
|
-
|
|
2310
|
+
array2: {
|
|
2311
|
+
name: string;
|
|
2312
|
+
detail: string;
|
|
2313
|
+
};
|
|
2314
|
+
lambda: {
|
|
2328
2315
|
name: string;
|
|
2329
2316
|
detail: string;
|
|
2330
2317
|
};
|
|
@@ -2370,11 +2357,15 @@ declare const _default: {
|
|
|
2370
2357
|
url: string;
|
|
2371
2358
|
}[];
|
|
2372
2359
|
functionParameter: {
|
|
2373
|
-
|
|
2360
|
+
initialValue: {
|
|
2374
2361
|
name: string;
|
|
2375
2362
|
detail: string;
|
|
2376
2363
|
};
|
|
2377
|
-
|
|
2364
|
+
array: {
|
|
2365
|
+
name: string;
|
|
2366
|
+
detail: string;
|
|
2367
|
+
};
|
|
2368
|
+
lambda: {
|
|
2378
2369
|
name: string;
|
|
2379
2370
|
detail: string;
|
|
2380
2371
|
};
|
|
@@ -2388,11 +2379,15 @@ declare const _default: {
|
|
|
2388
2379
|
url: string;
|
|
2389
2380
|
}[];
|
|
2390
2381
|
functionParameter: {
|
|
2391
|
-
|
|
2382
|
+
initialValue: {
|
|
2392
2383
|
name: string;
|
|
2393
2384
|
detail: string;
|
|
2394
2385
|
};
|
|
2395
|
-
|
|
2386
|
+
array: {
|
|
2387
|
+
name: string;
|
|
2388
|
+
detail: string;
|
|
2389
|
+
};
|
|
2390
|
+
lambda: {
|
|
2396
2391
|
name: string;
|
|
2397
2392
|
detail: string;
|
|
2398
2393
|
};
|
|
@@ -3651,11 +3646,15 @@ declare const _default: {
|
|
|
3651
3646
|
url: string;
|
|
3652
3647
|
}[];
|
|
3653
3648
|
functionParameter: {
|
|
3654
|
-
|
|
3649
|
+
array: {
|
|
3655
3650
|
name: string;
|
|
3656
3651
|
detail: string;
|
|
3657
3652
|
};
|
|
3658
|
-
|
|
3653
|
+
rows: {
|
|
3654
|
+
name: string;
|
|
3655
|
+
detail: string;
|
|
3656
|
+
};
|
|
3657
|
+
columns: {
|
|
3659
3658
|
name: string;
|
|
3660
3659
|
detail: string;
|
|
3661
3660
|
};
|
|
@@ -3669,11 +3668,19 @@ declare const _default: {
|
|
|
3669
3668
|
url: string;
|
|
3670
3669
|
}[];
|
|
3671
3670
|
functionParameter: {
|
|
3672
|
-
|
|
3671
|
+
array: {
|
|
3673
3672
|
name: string;
|
|
3674
3673
|
detail: string;
|
|
3675
3674
|
};
|
|
3676
|
-
|
|
3675
|
+
rows: {
|
|
3676
|
+
name: string;
|
|
3677
|
+
detail: string;
|
|
3678
|
+
};
|
|
3679
|
+
columns: {
|
|
3680
|
+
name: string;
|
|
3681
|
+
detail: string;
|
|
3682
|
+
};
|
|
3683
|
+
padWith: {
|
|
3677
3684
|
name: string;
|
|
3678
3685
|
detail: string;
|
|
3679
3686
|
};
|
|
@@ -4045,11 +4052,15 @@ declare const _default: {
|
|
|
4045
4052
|
url: string;
|
|
4046
4053
|
}[];
|
|
4047
4054
|
functionParameter: {
|
|
4048
|
-
|
|
4055
|
+
array: {
|
|
4049
4056
|
name: string;
|
|
4050
4057
|
detail: string;
|
|
4051
4058
|
};
|
|
4052
|
-
|
|
4059
|
+
rows: {
|
|
4060
|
+
name: string;
|
|
4061
|
+
detail: string;
|
|
4062
|
+
};
|
|
4063
|
+
columns: {
|
|
4053
4064
|
name: string;
|
|
4054
4065
|
detail: string;
|
|
4055
4066
|
};
|
|
@@ -4063,11 +4074,15 @@ declare const _default: {
|
|
|
4063
4074
|
url: string;
|
|
4064
4075
|
}[];
|
|
4065
4076
|
functionParameter: {
|
|
4066
|
-
|
|
4077
|
+
array: {
|
|
4067
4078
|
name: string;
|
|
4068
4079
|
detail: string;
|
|
4069
4080
|
};
|
|
4070
|
-
|
|
4081
|
+
ignore: {
|
|
4082
|
+
name: string;
|
|
4083
|
+
detail: string;
|
|
4084
|
+
};
|
|
4085
|
+
scanByColumn: {
|
|
4071
4086
|
name: string;
|
|
4072
4087
|
detail: string;
|
|
4073
4088
|
};
|
|
@@ -4081,11 +4096,15 @@ declare const _default: {
|
|
|
4081
4096
|
url: string;
|
|
4082
4097
|
}[];
|
|
4083
4098
|
functionParameter: {
|
|
4084
|
-
|
|
4099
|
+
array: {
|
|
4085
4100
|
name: string;
|
|
4086
4101
|
detail: string;
|
|
4087
4102
|
};
|
|
4088
|
-
|
|
4103
|
+
ignore: {
|
|
4104
|
+
name: string;
|
|
4105
|
+
detail: string;
|
|
4106
|
+
};
|
|
4107
|
+
scanByColumn: {
|
|
4089
4108
|
name: string;
|
|
4090
4109
|
detail: string;
|
|
4091
4110
|
};
|
|
@@ -4179,11 +4198,15 @@ declare const _default: {
|
|
|
4179
4198
|
url: string;
|
|
4180
4199
|
}[];
|
|
4181
4200
|
functionParameter: {
|
|
4182
|
-
|
|
4201
|
+
vector: {
|
|
4183
4202
|
name: string;
|
|
4184
4203
|
detail: string;
|
|
4185
4204
|
};
|
|
4186
|
-
|
|
4205
|
+
wrapCount: {
|
|
4206
|
+
name: string;
|
|
4207
|
+
detail: string;
|
|
4208
|
+
};
|
|
4209
|
+
padWith: {
|
|
4187
4210
|
name: string;
|
|
4188
4211
|
detail: string;
|
|
4189
4212
|
};
|
|
@@ -4197,11 +4220,15 @@ declare const _default: {
|
|
|
4197
4220
|
url: string;
|
|
4198
4221
|
}[];
|
|
4199
4222
|
functionParameter: {
|
|
4200
|
-
|
|
4223
|
+
vector: {
|
|
4201
4224
|
name: string;
|
|
4202
4225
|
detail: string;
|
|
4203
4226
|
};
|
|
4204
|
-
|
|
4227
|
+
wrapCount: {
|
|
4228
|
+
name: string;
|
|
4229
|
+
detail: string;
|
|
4230
|
+
};
|
|
4231
|
+
padWith: {
|
|
4205
4232
|
name: string;
|
|
4206
4233
|
detail: string;
|
|
4207
4234
|
};
|
|
@@ -6585,11 +6612,11 @@ declare const _default: {
|
|
|
6585
6612
|
url: string;
|
|
6586
6613
|
}[];
|
|
6587
6614
|
functionParameter: {
|
|
6588
|
-
|
|
6615
|
+
number: {
|
|
6589
6616
|
name: string;
|
|
6590
6617
|
detail: string;
|
|
6591
6618
|
};
|
|
6592
|
-
|
|
6619
|
+
numberChosen: {
|
|
6593
6620
|
name: string;
|
|
6594
6621
|
detail: string;
|
|
6595
6622
|
};
|
|
@@ -6603,11 +6630,11 @@ declare const _default: {
|
|
|
6603
6630
|
url: string;
|
|
6604
6631
|
}[];
|
|
6605
6632
|
functionParameter: {
|
|
6606
|
-
|
|
6633
|
+
number: {
|
|
6607
6634
|
name: string;
|
|
6608
6635
|
detail: string;
|
|
6609
6636
|
};
|
|
6610
|
-
|
|
6637
|
+
numberChosen: {
|
|
6611
6638
|
name: string;
|
|
6612
6639
|
detail: string;
|
|
6613
6640
|
};
|
|
@@ -6765,11 +6792,7 @@ declare const _default: {
|
|
|
6765
6792
|
url: string;
|
|
6766
6793
|
}[];
|
|
6767
6794
|
functionParameter: {
|
|
6768
|
-
|
|
6769
|
-
name: string;
|
|
6770
|
-
detail: string;
|
|
6771
|
-
};
|
|
6772
|
-
number2: {
|
|
6795
|
+
number: {
|
|
6773
6796
|
name: string;
|
|
6774
6797
|
detail: string;
|
|
6775
6798
|
};
|
|
@@ -6783,11 +6806,7 @@ declare const _default: {
|
|
|
6783
6806
|
url: string;
|
|
6784
6807
|
}[];
|
|
6785
6808
|
functionParameter: {
|
|
6786
|
-
|
|
6787
|
-
name: string;
|
|
6788
|
-
detail: string;
|
|
6789
|
-
};
|
|
6790
|
-
number2: {
|
|
6809
|
+
number: {
|
|
6791
6810
|
name: string;
|
|
6792
6811
|
detail: string;
|
|
6793
6812
|
};
|
|
@@ -6877,11 +6896,7 @@ declare const _default: {
|
|
|
6877
6896
|
url: string;
|
|
6878
6897
|
}[];
|
|
6879
6898
|
functionParameter: {
|
|
6880
|
-
|
|
6881
|
-
name: string;
|
|
6882
|
-
detail: string;
|
|
6883
|
-
};
|
|
6884
|
-
number2: {
|
|
6899
|
+
number: {
|
|
6885
6900
|
name: string;
|
|
6886
6901
|
detail: string;
|
|
6887
6902
|
};
|
|
@@ -6977,11 +6992,7 @@ declare const _default: {
|
|
|
6977
6992
|
url: string;
|
|
6978
6993
|
}[];
|
|
6979
6994
|
functionParameter: {
|
|
6980
|
-
|
|
6981
|
-
name: string;
|
|
6982
|
-
detail: string;
|
|
6983
|
-
};
|
|
6984
|
-
number2: {
|
|
6995
|
+
array: {
|
|
6985
6996
|
name: string;
|
|
6986
6997
|
detail: string;
|
|
6987
6998
|
};
|
|
@@ -6995,11 +7006,7 @@ declare const _default: {
|
|
|
6995
7006
|
url: string;
|
|
6996
7007
|
}[];
|
|
6997
7008
|
functionParameter: {
|
|
6998
|
-
|
|
6999
|
-
name: string;
|
|
7000
|
-
detail: string;
|
|
7001
|
-
};
|
|
7002
|
-
number2: {
|
|
7009
|
+
array: {
|
|
7003
7010
|
name: string;
|
|
7004
7011
|
detail: string;
|
|
7005
7012
|
};
|
|
@@ -7013,11 +7020,11 @@ declare const _default: {
|
|
|
7013
7020
|
url: string;
|
|
7014
7021
|
}[];
|
|
7015
7022
|
functionParameter: {
|
|
7016
|
-
|
|
7023
|
+
array1: {
|
|
7017
7024
|
name: string;
|
|
7018
7025
|
detail: string;
|
|
7019
7026
|
};
|
|
7020
|
-
|
|
7027
|
+
array2: {
|
|
7021
7028
|
name: string;
|
|
7022
7029
|
detail: string;
|
|
7023
7030
|
};
|
|
@@ -7085,11 +7092,7 @@ declare const _default: {
|
|
|
7085
7092
|
url: string;
|
|
7086
7093
|
}[];
|
|
7087
7094
|
functionParameter: {
|
|
7088
|
-
|
|
7089
|
-
name: string;
|
|
7090
|
-
detail: string;
|
|
7091
|
-
};
|
|
7092
|
-
number2: {
|
|
7095
|
+
dimension: {
|
|
7093
7096
|
name: string;
|
|
7094
7097
|
detail: string;
|
|
7095
7098
|
};
|
|
@@ -7162,11 +7165,11 @@ declare const _default: {
|
|
|
7162
7165
|
url: string;
|
|
7163
7166
|
}[];
|
|
7164
7167
|
functionParameter: {
|
|
7165
|
-
|
|
7168
|
+
numerator: {
|
|
7166
7169
|
name: string;
|
|
7167
7170
|
detail: string;
|
|
7168
7171
|
};
|
|
7169
|
-
|
|
7172
|
+
denominator: {
|
|
7170
7173
|
name: string;
|
|
7171
7174
|
detail: string;
|
|
7172
7175
|
};
|
|
@@ -7351,11 +7354,19 @@ declare const _default: {
|
|
|
7351
7354
|
url: string;
|
|
7352
7355
|
}[];
|
|
7353
7356
|
functionParameter: {
|
|
7354
|
-
|
|
7357
|
+
x: {
|
|
7355
7358
|
name: string;
|
|
7356
7359
|
detail: string;
|
|
7357
7360
|
};
|
|
7358
|
-
|
|
7361
|
+
n: {
|
|
7362
|
+
name: string;
|
|
7363
|
+
detail: string;
|
|
7364
|
+
};
|
|
7365
|
+
m: {
|
|
7366
|
+
name: string;
|
|
7367
|
+
detail: string;
|
|
7368
|
+
};
|
|
7369
|
+
coefficients: {
|
|
7359
7370
|
name: string;
|
|
7360
7371
|
detail: string;
|
|
7361
7372
|
};
|
|
@@ -7369,11 +7380,19 @@ declare const _default: {
|
|
|
7369
7380
|
url: string;
|
|
7370
7381
|
}[];
|
|
7371
7382
|
functionParameter: {
|
|
7372
|
-
|
|
7383
|
+
rows: {
|
|
7373
7384
|
name: string;
|
|
7374
7385
|
detail: string;
|
|
7375
7386
|
};
|
|
7376
|
-
|
|
7387
|
+
columns: {
|
|
7388
|
+
name: string;
|
|
7389
|
+
detail: string;
|
|
7390
|
+
};
|
|
7391
|
+
start: {
|
|
7392
|
+
name: string;
|
|
7393
|
+
detail: string;
|
|
7394
|
+
};
|
|
7395
|
+
step: {
|
|
7377
7396
|
name: string;
|
|
7378
7397
|
detail: string;
|
|
7379
7398
|
};
|
|
@@ -7387,11 +7406,7 @@ declare const _default: {
|
|
|
7387
7406
|
url: string;
|
|
7388
7407
|
}[];
|
|
7389
7408
|
functionParameter: {
|
|
7390
|
-
|
|
7391
|
-
name: string;
|
|
7392
|
-
detail: string;
|
|
7393
|
-
};
|
|
7394
|
-
number2: {
|
|
7409
|
+
number: {
|
|
7395
7410
|
name: string;
|
|
7396
7411
|
detail: string;
|
|
7397
7412
|
};
|