@univerjs/sheets-formula 0.2.12 → 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.
Files changed (40) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +328 -236
  3. package/lib/locale/en-US.json +201 -169
  4. package/lib/locale/ru-RU.json +201 -169
  5. package/lib/locale/vi-VN.json +496 -44
  6. package/lib/locale/zh-CN.json +209 -177
  7. package/lib/locale/zh-TW.json +213 -181
  8. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +6 -6
  9. package/lib/types/common/plugin-name.d.ts +1 -1
  10. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -1
  11. package/lib/types/controllers/prompt.controller.d.ts +7 -6
  12. package/lib/types/controllers/utils/ref-range-formula.d.ts +6 -0
  13. package/lib/types/formula-ui-plugin.d.ts +3 -3
  14. package/lib/types/locale/en-US.d.ts +103 -71
  15. package/lib/types/locale/function-list/logical/en-US.d.ts +22 -10
  16. package/lib/types/locale/function-list/logical/ja-JP.d.ts +22 -10
  17. package/lib/types/locale/function-list/logical/vi-VN.d.ts +22 -10
  18. package/lib/types/locale/function-list/logical/zh-CN.d.ts +22 -10
  19. package/lib/types/locale/function-list/logical/zh-TW.d.ts +22 -10
  20. package/lib/types/locale/function-list/lookup/en-US.d.ts +46 -14
  21. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +46 -14
  22. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +126 -4
  23. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +46 -14
  24. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +46 -14
  25. package/lib/types/locale/function-list/math/en-US.d.ts +35 -47
  26. package/lib/types/locale/function-list/math/ja-JP.d.ts +35 -47
  27. package/lib/types/locale/function-list/math/vi-VN.d.ts +276 -0
  28. package/lib/types/locale/function-list/math/zh-CN.d.ts +35 -47
  29. package/lib/types/locale/function-list/math/zh-TW.d.ts +35 -47
  30. package/lib/types/locale/ru-RU.d.ts +103 -71
  31. package/lib/types/locale/vi-VN.d.ts +424 -14
  32. package/lib/types/locale/zh-CN.d.ts +103 -71
  33. package/lib/types/locale/zh-TW.d.ts +103 -71
  34. package/lib/types/services/description.service.d.ts +1 -1
  35. package/lib/types/services/prompt.service.d.ts +1 -1
  36. package/lib/types/services/register-function.service.d.ts +1 -1
  37. package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
  38. package/lib/types/views/more-functions/interface.d.ts +1 -1
  39. package/lib/umd/index.js +4 -4
  40. package/package.json +26 -24
@@ -2104,11 +2104,11 @@ declare const _default: {
2104
2104
  url: string;
2105
2105
  }[];
2106
2106
  functionParameter: {
2107
- number1: {
2107
+ array: {
2108
2108
  name: string;
2109
2109
  detail: string;
2110
2110
  };
2111
- number2: {
2111
+ lambda: {
2112
2112
  name: string;
2113
2113
  detail: string;
2114
2114
  };
@@ -2122,11 +2122,11 @@ declare const _default: {
2122
2122
  url: string;
2123
2123
  }[];
2124
2124
  functionParameter: {
2125
- number1: {
2125
+ array: {
2126
2126
  name: string;
2127
2127
  detail: string;
2128
2128
  };
2129
- number2: {
2129
+ lambda: {
2130
2130
  name: string;
2131
2131
  detail: string;
2132
2132
  };
@@ -2303,11 +2303,15 @@ declare const _default: {
2303
2303
  url: string;
2304
2304
  }[];
2305
2305
  functionParameter: {
2306
- number1: {
2306
+ array1: {
2307
2307
  name: string;
2308
2308
  detail: string;
2309
2309
  };
2310
- number2: {
2310
+ array2: {
2311
+ name: string;
2312
+ detail: string;
2313
+ };
2314
+ lambda: {
2311
2315
  name: string;
2312
2316
  detail: string;
2313
2317
  };
@@ -2353,11 +2357,15 @@ declare const _default: {
2353
2357
  url: string;
2354
2358
  }[];
2355
2359
  functionParameter: {
2356
- number1: {
2360
+ initialValue: {
2357
2361
  name: string;
2358
2362
  detail: string;
2359
2363
  };
2360
- number2: {
2364
+ array: {
2365
+ name: string;
2366
+ detail: string;
2367
+ };
2368
+ lambda: {
2361
2369
  name: string;
2362
2370
  detail: string;
2363
2371
  };
@@ -2371,11 +2379,15 @@ declare const _default: {
2371
2379
  url: string;
2372
2380
  }[];
2373
2381
  functionParameter: {
2374
- number1: {
2382
+ initialValue: {
2375
2383
  name: string;
2376
2384
  detail: string;
2377
2385
  };
2378
- number2: {
2386
+ array: {
2387
+ name: string;
2388
+ detail: string;
2389
+ };
2390
+ lambda: {
2379
2391
  name: string;
2380
2392
  detail: string;
2381
2393
  };
@@ -3634,11 +3646,15 @@ declare const _default: {
3634
3646
  url: string;
3635
3647
  }[];
3636
3648
  functionParameter: {
3637
- number1: {
3649
+ array: {
3638
3650
  name: string;
3639
3651
  detail: string;
3640
3652
  };
3641
- number2: {
3653
+ rows: {
3654
+ name: string;
3655
+ detail: string;
3656
+ };
3657
+ columns: {
3642
3658
  name: string;
3643
3659
  detail: string;
3644
3660
  };
@@ -3652,11 +3668,19 @@ declare const _default: {
3652
3668
  url: string;
3653
3669
  }[];
3654
3670
  functionParameter: {
3655
- number1: {
3671
+ array: {
3656
3672
  name: string;
3657
3673
  detail: string;
3658
3674
  };
3659
- number2: {
3675
+ rows: {
3676
+ name: string;
3677
+ detail: string;
3678
+ };
3679
+ columns: {
3680
+ name: string;
3681
+ detail: string;
3682
+ };
3683
+ padWith: {
3660
3684
  name: string;
3661
3685
  detail: string;
3662
3686
  };
@@ -4028,11 +4052,15 @@ declare const _default: {
4028
4052
  url: string;
4029
4053
  }[];
4030
4054
  functionParameter: {
4031
- number1: {
4055
+ array: {
4032
4056
  name: string;
4033
4057
  detail: string;
4034
4058
  };
4035
- number2: {
4059
+ rows: {
4060
+ name: string;
4061
+ detail: string;
4062
+ };
4063
+ columns: {
4036
4064
  name: string;
4037
4065
  detail: string;
4038
4066
  };
@@ -4046,11 +4074,15 @@ declare const _default: {
4046
4074
  url: string;
4047
4075
  }[];
4048
4076
  functionParameter: {
4049
- number1: {
4077
+ array: {
4050
4078
  name: string;
4051
4079
  detail: string;
4052
4080
  };
4053
- number2: {
4081
+ ignore: {
4082
+ name: string;
4083
+ detail: string;
4084
+ };
4085
+ scanByColumn: {
4054
4086
  name: string;
4055
4087
  detail: string;
4056
4088
  };
@@ -4064,11 +4096,15 @@ declare const _default: {
4064
4096
  url: string;
4065
4097
  }[];
4066
4098
  functionParameter: {
4067
- number1: {
4099
+ array: {
4068
4100
  name: string;
4069
4101
  detail: string;
4070
4102
  };
4071
- number2: {
4103
+ ignore: {
4104
+ name: string;
4105
+ detail: string;
4106
+ };
4107
+ scanByColumn: {
4072
4108
  name: string;
4073
4109
  detail: string;
4074
4110
  };
@@ -4162,11 +4198,15 @@ declare const _default: {
4162
4198
  url: string;
4163
4199
  }[];
4164
4200
  functionParameter: {
4165
- number1: {
4201
+ vector: {
4166
4202
  name: string;
4167
4203
  detail: string;
4168
4204
  };
4169
- number2: {
4205
+ wrapCount: {
4206
+ name: string;
4207
+ detail: string;
4208
+ };
4209
+ padWith: {
4170
4210
  name: string;
4171
4211
  detail: string;
4172
4212
  };
@@ -4180,11 +4220,15 @@ declare const _default: {
4180
4220
  url: string;
4181
4221
  }[];
4182
4222
  functionParameter: {
4183
- number1: {
4223
+ vector: {
4184
4224
  name: string;
4185
4225
  detail: string;
4186
4226
  };
4187
- number2: {
4227
+ wrapCount: {
4228
+ name: string;
4229
+ detail: string;
4230
+ };
4231
+ padWith: {
4188
4232
  name: string;
4189
4233
  detail: string;
4190
4234
  };
@@ -6568,11 +6612,11 @@ declare const _default: {
6568
6612
  url: string;
6569
6613
  }[];
6570
6614
  functionParameter: {
6571
- number1: {
6615
+ number: {
6572
6616
  name: string;
6573
6617
  detail: string;
6574
6618
  };
6575
- number2: {
6619
+ numberChosen: {
6576
6620
  name: string;
6577
6621
  detail: string;
6578
6622
  };
@@ -6586,11 +6630,11 @@ declare const _default: {
6586
6630
  url: string;
6587
6631
  }[];
6588
6632
  functionParameter: {
6589
- number1: {
6633
+ number: {
6590
6634
  name: string;
6591
6635
  detail: string;
6592
6636
  };
6593
- number2: {
6637
+ numberChosen: {
6594
6638
  name: string;
6595
6639
  detail: string;
6596
6640
  };
@@ -6748,11 +6792,7 @@ declare const _default: {
6748
6792
  url: string;
6749
6793
  }[];
6750
6794
  functionParameter: {
6751
- number1: {
6752
- name: string;
6753
- detail: string;
6754
- };
6755
- number2: {
6795
+ number: {
6756
6796
  name: string;
6757
6797
  detail: string;
6758
6798
  };
@@ -6766,11 +6806,7 @@ declare const _default: {
6766
6806
  url: string;
6767
6807
  }[];
6768
6808
  functionParameter: {
6769
- number1: {
6770
- name: string;
6771
- detail: string;
6772
- };
6773
- number2: {
6809
+ number: {
6774
6810
  name: string;
6775
6811
  detail: string;
6776
6812
  };
@@ -6860,11 +6896,7 @@ declare const _default: {
6860
6896
  url: string;
6861
6897
  }[];
6862
6898
  functionParameter: {
6863
- number1: {
6864
- name: string;
6865
- detail: string;
6866
- };
6867
- number2: {
6899
+ number: {
6868
6900
  name: string;
6869
6901
  detail: string;
6870
6902
  };
@@ -6960,11 +6992,7 @@ declare const _default: {
6960
6992
  url: string;
6961
6993
  }[];
6962
6994
  functionParameter: {
6963
- number1: {
6964
- name: string;
6965
- detail: string;
6966
- };
6967
- number2: {
6995
+ array: {
6968
6996
  name: string;
6969
6997
  detail: string;
6970
6998
  };
@@ -6978,11 +7006,7 @@ declare const _default: {
6978
7006
  url: string;
6979
7007
  }[];
6980
7008
  functionParameter: {
6981
- number1: {
6982
- name: string;
6983
- detail: string;
6984
- };
6985
- number2: {
7009
+ array: {
6986
7010
  name: string;
6987
7011
  detail: string;
6988
7012
  };
@@ -6996,11 +7020,11 @@ declare const _default: {
6996
7020
  url: string;
6997
7021
  }[];
6998
7022
  functionParameter: {
6999
- number1: {
7023
+ array1: {
7000
7024
  name: string;
7001
7025
  detail: string;
7002
7026
  };
7003
- number2: {
7027
+ array2: {
7004
7028
  name: string;
7005
7029
  detail: string;
7006
7030
  };
@@ -7068,11 +7092,7 @@ declare const _default: {
7068
7092
  url: string;
7069
7093
  }[];
7070
7094
  functionParameter: {
7071
- number1: {
7072
- name: string;
7073
- detail: string;
7074
- };
7075
- number2: {
7095
+ dimension: {
7076
7096
  name: string;
7077
7097
  detail: string;
7078
7098
  };
@@ -7145,11 +7165,11 @@ declare const _default: {
7145
7165
  url: string;
7146
7166
  }[];
7147
7167
  functionParameter: {
7148
- number1: {
7168
+ numerator: {
7149
7169
  name: string;
7150
7170
  detail: string;
7151
7171
  };
7152
- number2: {
7172
+ denominator: {
7153
7173
  name: string;
7154
7174
  detail: string;
7155
7175
  };
@@ -7334,11 +7354,19 @@ declare const _default: {
7334
7354
  url: string;
7335
7355
  }[];
7336
7356
  functionParameter: {
7337
- number1: {
7357
+ x: {
7338
7358
  name: string;
7339
7359
  detail: string;
7340
7360
  };
7341
- number2: {
7361
+ n: {
7362
+ name: string;
7363
+ detail: string;
7364
+ };
7365
+ m: {
7366
+ name: string;
7367
+ detail: string;
7368
+ };
7369
+ coefficients: {
7342
7370
  name: string;
7343
7371
  detail: string;
7344
7372
  };
@@ -7352,11 +7380,19 @@ declare const _default: {
7352
7380
  url: string;
7353
7381
  }[];
7354
7382
  functionParameter: {
7355
- number1: {
7383
+ rows: {
7356
7384
  name: string;
7357
7385
  detail: string;
7358
7386
  };
7359
- number2: {
7387
+ columns: {
7388
+ name: string;
7389
+ detail: string;
7390
+ };
7391
+ start: {
7392
+ name: string;
7393
+ detail: string;
7394
+ };
7395
+ step: {
7360
7396
  name: string;
7361
7397
  detail: string;
7362
7398
  };
@@ -7370,11 +7406,7 @@ declare const _default: {
7370
7406
  url: string;
7371
7407
  }[];
7372
7408
  functionParameter: {
7373
- number1: {
7374
- name: string;
7375
- detail: string;
7376
- };
7377
- number2: {
7409
+ number: {
7378
7410
  name: string;
7379
7411
  detail: string;
7380
7412
  };