@univerjs/sheets-formula 0.2.12 → 0.2.14

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
  };
@@ -3682,11 +3694,15 @@ declare const _default: {
3682
3694
  url: string;
3683
3695
  }[];
3684
3696
  functionParameter: {
3685
- number1: {
3697
+ array: {
3686
3698
  name: string;
3687
3699
  detail: string;
3688
3700
  };
3689
- number2: {
3701
+ rows: {
3702
+ name: string;
3703
+ detail: string;
3704
+ };
3705
+ columns: {
3690
3706
  name: string;
3691
3707
  detail: string;
3692
3708
  };
@@ -3700,11 +3716,19 @@ declare const _default: {
3700
3716
  url: string;
3701
3717
  }[];
3702
3718
  functionParameter: {
3703
- number1: {
3719
+ array: {
3704
3720
  name: string;
3705
3721
  detail: string;
3706
3722
  };
3707
- number2: {
3723
+ rows: {
3724
+ name: string;
3725
+ detail: string;
3726
+ };
3727
+ columns: {
3728
+ name: string;
3729
+ detail: string;
3730
+ };
3731
+ padWith: {
3708
3732
  name: string;
3709
3733
  detail: string;
3710
3734
  };
@@ -4076,11 +4100,15 @@ declare const _default: {
4076
4100
  url: string;
4077
4101
  }[];
4078
4102
  functionParameter: {
4079
- number1: {
4103
+ array: {
4080
4104
  name: string;
4081
4105
  detail: string;
4082
4106
  };
4083
- number2: {
4107
+ rows: {
4108
+ name: string;
4109
+ detail: string;
4110
+ };
4111
+ columns: {
4084
4112
  name: string;
4085
4113
  detail: string;
4086
4114
  };
@@ -4094,11 +4122,15 @@ declare const _default: {
4094
4122
  url: string;
4095
4123
  }[];
4096
4124
  functionParameter: {
4097
- number1: {
4125
+ array: {
4098
4126
  name: string;
4099
4127
  detail: string;
4100
4128
  };
4101
- number2: {
4129
+ ignore: {
4130
+ name: string;
4131
+ detail: string;
4132
+ };
4133
+ scanByColumn: {
4102
4134
  name: string;
4103
4135
  detail: string;
4104
4136
  };
@@ -4112,11 +4144,15 @@ declare const _default: {
4112
4144
  url: string;
4113
4145
  }[];
4114
4146
  functionParameter: {
4115
- number1: {
4147
+ array: {
4116
4148
  name: string;
4117
4149
  detail: string;
4118
4150
  };
4119
- number2: {
4151
+ ignore: {
4152
+ name: string;
4153
+ detail: string;
4154
+ };
4155
+ scanByColumn: {
4120
4156
  name: string;
4121
4157
  detail: string;
4122
4158
  };
@@ -4210,11 +4246,15 @@ declare const _default: {
4210
4246
  url: string;
4211
4247
  }[];
4212
4248
  functionParameter: {
4213
- number1: {
4249
+ vector: {
4214
4250
  name: string;
4215
4251
  detail: string;
4216
4252
  };
4217
- number2: {
4253
+ wrapCount: {
4254
+ name: string;
4255
+ detail: string;
4256
+ };
4257
+ padWith: {
4218
4258
  name: string;
4219
4259
  detail: string;
4220
4260
  };
@@ -4228,11 +4268,15 @@ declare const _default: {
4228
4268
  url: string;
4229
4269
  }[];
4230
4270
  functionParameter: {
4231
- number1: {
4271
+ vector: {
4232
4272
  name: string;
4233
4273
  detail: string;
4234
4274
  };
4235
- number2: {
4275
+ wrapCount: {
4276
+ name: string;
4277
+ detail: string;
4278
+ };
4279
+ padWith: {
4236
4280
  name: string;
4237
4281
  detail: string;
4238
4282
  };
@@ -6616,11 +6660,11 @@ declare const _default: {
6616
6660
  url: string;
6617
6661
  }[];
6618
6662
  functionParameter: {
6619
- number1: {
6663
+ number: {
6620
6664
  name: string;
6621
6665
  detail: string;
6622
6666
  };
6623
- number2: {
6667
+ numberChosen: {
6624
6668
  name: string;
6625
6669
  detail: string;
6626
6670
  };
@@ -6634,11 +6678,11 @@ declare const _default: {
6634
6678
  url: string;
6635
6679
  }[];
6636
6680
  functionParameter: {
6637
- number1: {
6681
+ number: {
6638
6682
  name: string;
6639
6683
  detail: string;
6640
6684
  };
6641
- number2: {
6685
+ numberChosen: {
6642
6686
  name: string;
6643
6687
  detail: string;
6644
6688
  };
@@ -6796,11 +6840,7 @@ declare const _default: {
6796
6840
  url: string;
6797
6841
  }[];
6798
6842
  functionParameter: {
6799
- number1: {
6800
- name: string;
6801
- detail: string;
6802
- };
6803
- number2: {
6843
+ number: {
6804
6844
  name: string;
6805
6845
  detail: string;
6806
6846
  };
@@ -6814,11 +6854,7 @@ declare const _default: {
6814
6854
  url: string;
6815
6855
  }[];
6816
6856
  functionParameter: {
6817
- number1: {
6818
- name: string;
6819
- detail: string;
6820
- };
6821
- number2: {
6857
+ number: {
6822
6858
  name: string;
6823
6859
  detail: string;
6824
6860
  };
@@ -6908,11 +6944,7 @@ declare const _default: {
6908
6944
  url: string;
6909
6945
  }[];
6910
6946
  functionParameter: {
6911
- number1: {
6912
- name: string;
6913
- detail: string;
6914
- };
6915
- number2: {
6947
+ number: {
6916
6948
  name: string;
6917
6949
  detail: string;
6918
6950
  };
@@ -7008,11 +7040,7 @@ declare const _default: {
7008
7040
  url: string;
7009
7041
  }[];
7010
7042
  functionParameter: {
7011
- number1: {
7012
- name: string;
7013
- detail: string;
7014
- };
7015
- number2: {
7043
+ array: {
7016
7044
  name: string;
7017
7045
  detail: string;
7018
7046
  };
@@ -7026,11 +7054,7 @@ declare const _default: {
7026
7054
  url: string;
7027
7055
  }[];
7028
7056
  functionParameter: {
7029
- number1: {
7030
- name: string;
7031
- detail: string;
7032
- };
7033
- number2: {
7057
+ array: {
7034
7058
  name: string;
7035
7059
  detail: string;
7036
7060
  };
@@ -7044,11 +7068,11 @@ declare const _default: {
7044
7068
  url: string;
7045
7069
  }[];
7046
7070
  functionParameter: {
7047
- number1: {
7071
+ array1: {
7048
7072
  name: string;
7049
7073
  detail: string;
7050
7074
  };
7051
- number2: {
7075
+ array2: {
7052
7076
  name: string;
7053
7077
  detail: string;
7054
7078
  };
@@ -7116,11 +7140,7 @@ declare const _default: {
7116
7140
  url: string;
7117
7141
  }[];
7118
7142
  functionParameter: {
7119
- number1: {
7120
- name: string;
7121
- detail: string;
7122
- };
7123
- number2: {
7143
+ dimension: {
7124
7144
  name: string;
7125
7145
  detail: string;
7126
7146
  };
@@ -7193,11 +7213,11 @@ declare const _default: {
7193
7213
  url: string;
7194
7214
  }[];
7195
7215
  functionParameter: {
7196
- number1: {
7216
+ numerator: {
7197
7217
  name: string;
7198
7218
  detail: string;
7199
7219
  };
7200
- number2: {
7220
+ denominator: {
7201
7221
  name: string;
7202
7222
  detail: string;
7203
7223
  };
@@ -7382,11 +7402,19 @@ declare const _default: {
7382
7402
  url: string;
7383
7403
  }[];
7384
7404
  functionParameter: {
7385
- number1: {
7405
+ x: {
7386
7406
  name: string;
7387
7407
  detail: string;
7388
7408
  };
7389
- number2: {
7409
+ n: {
7410
+ name: string;
7411
+ detail: string;
7412
+ };
7413
+ m: {
7414
+ name: string;
7415
+ detail: string;
7416
+ };
7417
+ coefficients: {
7390
7418
  name: string;
7391
7419
  detail: string;
7392
7420
  };
@@ -7400,11 +7428,19 @@ declare const _default: {
7400
7428
  url: string;
7401
7429
  }[];
7402
7430
  functionParameter: {
7403
- number1: {
7431
+ rows: {
7404
7432
  name: string;
7405
7433
  detail: string;
7406
7434
  };
7407
- number2: {
7435
+ columns: {
7436
+ name: string;
7437
+ detail: string;
7438
+ };
7439
+ start: {
7440
+ name: string;
7441
+ detail: string;
7442
+ };
7443
+ step: {
7408
7444
  name: string;
7409
7445
  detail: string;
7410
7446
  };
@@ -7418,11 +7454,7 @@ declare const _default: {
7418
7454
  url: string;
7419
7455
  }[];
7420
7456
  functionParameter: {
7421
- number1: {
7422
- name: string;
7423
- detail: string;
7424
- };
7425
- number2: {
7457
+ number: {
7426
7458
  name: string;
7427
7459
  detail: string;
7428
7460
  };