@univerjs/sheets-formula 0.2.4 → 0.2.6

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 (49) hide show
  1. package/lib/cjs/index.js +4 -4
  2. package/lib/es/index.js +4882 -4712
  3. package/lib/index.css +1 -1
  4. package/lib/locale/en-US.json +387 -349
  5. package/lib/locale/ru-RU.json +315 -325
  6. package/lib/locale/vi-VN.json +177 -227
  7. package/lib/locale/zh-CN.json +391 -353
  8. package/lib/locale/zh-TW.json +403 -365
  9. package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +7 -8
  10. package/lib/types/controllers/__tests__/create-command-test-bed.d.ts +1 -2
  11. package/lib/types/controllers/formula-clipboard.controller.d.ts +1 -2
  12. package/lib/types/controllers/formula-ui.controller.d.ts +1 -2
  13. package/lib/types/controllers/menu.d.ts +1 -1
  14. package/lib/types/controllers/prompt.controller.d.ts +3 -0
  15. package/lib/types/controllers/update-formula.controller.d.ts +1 -2
  16. package/lib/types/formula-ui-plugin.d.ts +2 -3
  17. package/lib/types/locale/en-US.d.ts +207 -169
  18. package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
  19. package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
  20. package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
  21. package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
  22. package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
  23. package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
  24. package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
  25. package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
  26. package/lib/types/locale/function-list/lookup/en-US.d.ts +53 -21
  27. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +53 -21
  28. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +53 -21
  29. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +53 -21
  30. package/lib/types/locale/function-list/math/en-US.d.ts +69 -111
  31. package/lib/types/locale/function-list/math/ja-JP.d.ts +69 -111
  32. package/lib/types/locale/function-list/math/zh-CN.d.ts +69 -111
  33. package/lib/types/locale/function-list/math/zh-TW.d.ts +71 -113
  34. package/lib/types/locale/function-list/text/en-US.d.ts +56 -8
  35. package/lib/types/locale/function-list/text/ja-JP.d.ts +56 -8
  36. package/lib/types/locale/function-list/text/zh-CN.d.ts +56 -8
  37. package/lib/types/locale/function-list/text/zh-TW.d.ts +56 -8
  38. package/lib/types/locale/ru-RU.d.ts +151 -161
  39. package/lib/types/locale/vi-VN.d.ts +73 -123
  40. package/lib/types/locale/zh-CN.d.ts +207 -169
  41. package/lib/types/locale/zh-TW.d.ts +211 -173
  42. package/lib/types/services/description.service.d.ts +2 -3
  43. package/lib/types/services/formula-ref-range.service.d.ts +1 -2
  44. package/lib/types/services/prompt.service.d.ts +2 -3
  45. package/lib/types/services/register-function.service.d.ts +2 -3
  46. package/lib/types/services/remote/remote-register-function.service.d.ts +1 -1
  47. package/lib/types/services/render-services/ref-selections.render-service.d.ts +5 -4
  48. package/lib/umd/index.js +4 -4
  49. package/package.json +25 -27
@@ -1869,11 +1869,11 @@ declare const _default: {
1869
1869
  url: string;
1870
1870
  }[];
1871
1871
  functionParameter: {
1872
- number1: {
1872
+ infoType: {
1873
1873
  name: string;
1874
1874
  detail: string;
1875
1875
  };
1876
- number2: {
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
- number1: {
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
- number1: {
2189
- name: string;
2190
- detail: string;
2191
- };
2192
- number2: {
2184
+ value: {
2193
2185
  name: string;
2194
2186
  detail: string;
2195
2187
  };
@@ -3009,11 +3001,11 @@ declare const _default: {
3009
3001
  url: string;
3010
3002
  }[];
3011
3003
  functionParameter: {
3012
- number1: {
3004
+ text: {
3013
3005
  name: string;
3014
3006
  detail: string;
3015
3007
  };
3016
- number2: {
3008
+ numberTimes: {
3017
3009
  name: string;
3018
3010
  detail: string;
3019
3011
  };
@@ -3153,11 +3145,27 @@ declare const _default: {
3153
3145
  url: string;
3154
3146
  }[];
3155
3147
  functionParameter: {
3156
- number1: {
3148
+ text: {
3157
3149
  name: string;
3158
3150
  detail: string;
3159
3151
  };
3160
- number2: {
3152
+ delimiter: {
3153
+ name: string;
3154
+ detail: string;
3155
+ };
3156
+ instanceNum: {
3157
+ name: string;
3158
+ detail: string;
3159
+ };
3160
+ matchMode: {
3161
+ name: string;
3162
+ detail: string;
3163
+ };
3164
+ matchEnd: {
3165
+ name: string;
3166
+ detail: string;
3167
+ };
3168
+ ifNotFound: {
3161
3169
  name: string;
3162
3170
  detail: string;
3163
3171
  };
@@ -3171,11 +3179,27 @@ declare const _default: {
3171
3179
  url: string;
3172
3180
  }[];
3173
3181
  functionParameter: {
3174
- number1: {
3182
+ text: {
3175
3183
  name: string;
3176
3184
  detail: string;
3177
3185
  };
3178
- number2: {
3186
+ delimiter: {
3187
+ name: string;
3188
+ detail: string;
3189
+ };
3190
+ instanceNum: {
3191
+ name: string;
3192
+ detail: string;
3193
+ };
3194
+ matchMode: {
3195
+ name: string;
3196
+ detail: string;
3197
+ };
3198
+ matchEnd: {
3199
+ name: string;
3200
+ detail: string;
3201
+ };
3202
+ ifNotFound: {
3179
3203
  name: string;
3180
3204
  detail: string;
3181
3205
  };
@@ -3207,11 +3231,27 @@ declare const _default: {
3207
3231
  url: string;
3208
3232
  }[];
3209
3233
  functionParameter: {
3210
- number1: {
3234
+ text: {
3211
3235
  name: string;
3212
3236
  detail: string;
3213
3237
  };
3214
- number2: {
3238
+ colDelimiter: {
3239
+ name: string;
3240
+ detail: string;
3241
+ };
3242
+ rowDelimiter: {
3243
+ name: string;
3244
+ detail: string;
3245
+ };
3246
+ ignoreEmpty: {
3247
+ name: string;
3248
+ detail: string;
3249
+ };
3250
+ matchMode: {
3251
+ name: string;
3252
+ detail: string;
3253
+ };
3254
+ padWith: {
3215
3255
  name: string;
3216
3256
  detail: string;
3217
3257
  };
@@ -3673,11 +3713,15 @@ declare const _default: {
3673
3713
  url: string;
3674
3714
  }[];
3675
3715
  functionParameter: {
3676
- number1: {
3716
+ array: {
3677
3717
  name: string;
3678
3718
  detail: string;
3679
3719
  };
3680
- number2: {
3720
+ colNum1: {
3721
+ name: string;
3722
+ detail: string;
3723
+ };
3724
+ colNum2: {
3681
3725
  name: string;
3682
3726
  detail: string;
3683
3727
  };
@@ -3691,11 +3735,15 @@ declare const _default: {
3691
3735
  url: string;
3692
3736
  }[];
3693
3737
  functionParameter: {
3694
- number1: {
3738
+ array: {
3695
3739
  name: string;
3696
3740
  detail: string;
3697
3741
  };
3698
- number2: {
3742
+ rowNum1: {
3743
+ name: string;
3744
+ detail: string;
3745
+ };
3746
+ rowNum2: {
3699
3747
  name: string;
3700
3748
  detail: string;
3701
3749
  };
@@ -3773,11 +3821,15 @@ declare const _default: {
3773
3821
  url: string;
3774
3822
  }[];
3775
3823
  functionParameter: {
3776
- number1: {
3824
+ array: {
3777
3825
  name: string;
3778
3826
  detail: string;
3779
3827
  };
3780
- number2: {
3828
+ include: {
3829
+ name: string;
3830
+ detail: string;
3831
+ };
3832
+ ifEmpty: {
3781
3833
  name: string;
3782
3834
  detail: string;
3783
3835
  };
@@ -3853,11 +3905,11 @@ declare const _default: {
3853
3905
  url: string;
3854
3906
  }[];
3855
3907
  functionParameter: {
3856
- number1: {
3908
+ array1: {
3857
3909
  name: string;
3858
3910
  detail: string;
3859
3911
  };
3860
- number2: {
3912
+ array2: {
3861
3913
  name: string;
3862
3914
  detail: string;
3863
3915
  };
@@ -4071,11 +4123,19 @@ declare const _default: {
4071
4123
  url: string;
4072
4124
  }[];
4073
4125
  functionParameter: {
4074
- number1: {
4126
+ array: {
4075
4127
  name: string;
4076
4128
  detail: string;
4077
4129
  };
4078
- number2: {
4130
+ sortIndex: {
4131
+ name: string;
4132
+ detail: string;
4133
+ };
4134
+ sortOrder: {
4135
+ name: string;
4136
+ detail: string;
4137
+ };
4138
+ byCol: {
4079
4139
  name: string;
4080
4140
  detail: string;
4081
4141
  };
@@ -4089,11 +4149,23 @@ declare const _default: {
4089
4149
  url: string;
4090
4150
  }[];
4091
4151
  functionParameter: {
4092
- number1: {
4152
+ array: {
4093
4153
  name: string;
4094
4154
  detail: string;
4095
4155
  };
4096
- number2: {
4156
+ byArray1: {
4157
+ name: string;
4158
+ detail: string;
4159
+ };
4160
+ sortOrder1: {
4161
+ name: string;
4162
+ detail: string;
4163
+ };
4164
+ byArray2: {
4165
+ name: string;
4166
+ detail: string;
4167
+ };
4168
+ sortOrder2: {
4097
4169
  name: string;
4098
4170
  detail: string;
4099
4171
  };
@@ -4161,11 +4233,7 @@ declare const _default: {
4161
4233
  url: string;
4162
4234
  }[];
4163
4235
  functionParameter: {
4164
- number1: {
4165
- name: string;
4166
- detail: string;
4167
- };
4168
- number2: {
4236
+ array: {
4169
4237
  name: string;
4170
4238
  detail: string;
4171
4239
  };
@@ -4179,11 +4247,15 @@ declare const _default: {
4179
4247
  url: string;
4180
4248
  }[];
4181
4249
  functionParameter: {
4182
- number1: {
4250
+ array: {
4183
4251
  name: string;
4184
4252
  detail: string;
4185
4253
  };
4186
- number2: {
4254
+ byCol: {
4255
+ name: string;
4256
+ detail: string;
4257
+ };
4258
+ exactlyOnce: {
4187
4259
  name: string;
4188
4260
  detail: string;
4189
4261
  };
@@ -4223,11 +4295,11 @@ declare const _default: {
4223
4295
  url: string;
4224
4296
  }[];
4225
4297
  functionParameter: {
4226
- number1: {
4298
+ array1: {
4227
4299
  name: string;
4228
4300
  detail: string;
4229
4301
  };
4230
- number2: {
4302
+ array2: {
4231
4303
  name: string;
4232
4304
  detail: string;
4233
4305
  };
@@ -6579,11 +6651,11 @@ declare const _default: {
6579
6651
  url: string;
6580
6652
  }[];
6581
6653
  functionParameter: {
6582
- number1: {
6654
+ number: {
6583
6655
  name: string;
6584
6656
  detail: string;
6585
6657
  };
6586
- number2: {
6658
+ radix: {
6587
6659
  name: string;
6588
6660
  detail: string;
6589
6661
  };
@@ -6597,11 +6669,11 @@ declare const _default: {
6597
6669
  url: string;
6598
6670
  }[];
6599
6671
  functionParameter: {
6600
- number1: {
6672
+ number: {
6601
6673
  name: string;
6602
6674
  detail: string;
6603
6675
  };
6604
- number2: {
6676
+ significance: {
6605
6677
  name: string;
6606
6678
  detail: string;
6607
6679
  };
@@ -6615,11 +6687,15 @@ declare const _default: {
6615
6687
  url: string;
6616
6688
  }[];
6617
6689
  functionParameter: {
6618
- number1: {
6690
+ number: {
6619
6691
  name: string;
6620
6692
  detail: string;
6621
6693
  };
6622
- number2: {
6694
+ significance: {
6695
+ name: string;
6696
+ detail: string;
6697
+ };
6698
+ mode: {
6623
6699
  name: string;
6624
6700
  detail: string;
6625
6701
  };
@@ -6633,11 +6709,11 @@ declare const _default: {
6633
6709
  url: string;
6634
6710
  }[];
6635
6711
  functionParameter: {
6636
- number1: {
6712
+ number: {
6637
6713
  name: string;
6638
6714
  detail: string;
6639
6715
  };
6640
- number2: {
6716
+ significance: {
6641
6717
  name: string;
6642
6718
  detail: string;
6643
6719
  };
@@ -6795,11 +6871,11 @@ declare const _default: {
6795
6871
  url: string;
6796
6872
  }[];
6797
6873
  functionParameter: {
6798
- number1: {
6874
+ text: {
6799
6875
  name: string;
6800
6876
  detail: string;
6801
6877
  };
6802
- number2: {
6878
+ radix: {
6803
6879
  name: string;
6804
6880
  detail: string;
6805
6881
  };
@@ -6813,11 +6889,7 @@ declare const _default: {
6813
6889
  url: string;
6814
6890
  }[];
6815
6891
  functionParameter: {
6816
- number1: {
6817
- name: string;
6818
- detail: string;
6819
- };
6820
- number2: {
6892
+ angle: {
6821
6893
  name: string;
6822
6894
  detail: string;
6823
6895
  };
@@ -6831,11 +6903,7 @@ declare const _default: {
6831
6903
  url: string;
6832
6904
  }[];
6833
6905
  functionParameter: {
6834
- number1: {
6835
- name: string;
6836
- detail: string;
6837
- };
6838
- number2: {
6906
+ number: {
6839
6907
  name: string;
6840
6908
  detail: string;
6841
6909
  };
@@ -6849,11 +6917,7 @@ declare const _default: {
6849
6917
  url: string;
6850
6918
  }[];
6851
6919
  functionParameter: {
6852
- number1: {
6853
- name: string;
6854
- detail: string;
6855
- };
6856
- number2: {
6920
+ number: {
6857
6921
  name: string;
6858
6922
  detail: string;
6859
6923
  };
@@ -6903,11 +6967,11 @@ declare const _default: {
6903
6967
  url: string;
6904
6968
  }[];
6905
6969
  functionParameter: {
6906
- number1: {
6970
+ number: {
6907
6971
  name: string;
6908
6972
  detail: string;
6909
6973
  };
6910
- number2: {
6974
+ significance: {
6911
6975
  name: string;
6912
6976
  detail: string;
6913
6977
  };
@@ -6921,11 +6985,15 @@ declare const _default: {
6921
6985
  url: string;
6922
6986
  }[];
6923
6987
  functionParameter: {
6924
- number1: {
6988
+ number: {
6925
6989
  name: string;
6926
6990
  detail: string;
6927
6991
  };
6928
- number2: {
6992
+ significance: {
6993
+ name: string;
6994
+ detail: string;
6995
+ };
6996
+ mode: {
6929
6997
  name: string;
6930
6998
  detail: string;
6931
6999
  };
@@ -6939,11 +7007,11 @@ declare const _default: {
6939
7007
  url: string;
6940
7008
  }[];
6941
7009
  functionParameter: {
6942
- number1: {
7010
+ number: {
6943
7011
  name: string;
6944
7012
  detail: string;
6945
7013
  };
6946
- number2: {
7014
+ significance: {
6947
7015
  name: string;
6948
7016
  detail: string;
6949
7017
  };
@@ -7029,11 +7097,7 @@ declare const _default: {
7029
7097
  url: string;
7030
7098
  }[];
7031
7099
  functionParameter: {
7032
- number1: {
7033
- name: string;
7034
- detail: string;
7035
- };
7036
- number2: {
7100
+ number: {
7037
7101
  name: string;
7038
7102
  detail: string;
7039
7103
  };
@@ -7047,11 +7111,11 @@ declare const _default: {
7047
7111
  url: string;
7048
7112
  }[];
7049
7113
  functionParameter: {
7050
- number1: {
7114
+ number: {
7051
7115
  name: string;
7052
7116
  detail: string;
7053
7117
  };
7054
- number2: {
7118
+ base: {
7055
7119
  name: string;
7056
7120
  detail: string;
7057
7121
  };
@@ -7065,11 +7129,7 @@ declare const _default: {
7065
7129
  url: string;
7066
7130
  }[];
7067
7131
  functionParameter: {
7068
- number1: {
7069
- name: string;
7070
- detail: string;
7071
- };
7072
- number2: {
7132
+ number: {
7073
7133
  name: string;
7074
7134
  detail: string;
7075
7135
  };
@@ -7155,11 +7215,11 @@ declare const _default: {
7155
7215
  url: string;
7156
7216
  }[];
7157
7217
  functionParameter: {
7158
- number1: {
7218
+ number: {
7159
7219
  name: string;
7160
7220
  detail: string;
7161
7221
  };
7162
- number2: {
7222
+ multiple: {
7163
7223
  name: string;
7164
7224
  detail: string;
7165
7225
  };
@@ -7209,11 +7269,7 @@ declare const _default: {
7209
7269
  url: string;
7210
7270
  }[];
7211
7271
  functionParameter: {
7212
- number1: {
7213
- name: string;
7214
- detail: string;
7215
- };
7216
- number2: {
7272
+ number: {
7217
7273
  name: string;
7218
7274
  detail: string;
7219
7275
  };
@@ -7226,16 +7282,7 @@ declare const _default: {
7226
7282
  title: string;
7227
7283
  url: string;
7228
7284
  }[];
7229
- functionParameter: {
7230
- number1: {
7231
- name: string;
7232
- detail: string;
7233
- };
7234
- number2: {
7235
- name: string;
7236
- detail: string;
7237
- };
7238
- };
7285
+ functionParameter: {};
7239
7286
  };
7240
7287
  POWER: {
7241
7288
  description: string;
@@ -7299,11 +7346,7 @@ declare const _default: {
7299
7346
  url: string;
7300
7347
  }[];
7301
7348
  functionParameter: {
7302
- number1: {
7303
- name: string;
7304
- detail: string;
7305
- };
7306
- number2: {
7349
+ angle: {
7307
7350
  name: string;
7308
7351
  detail: string;
7309
7352
  };
@@ -7316,16 +7359,7 @@ declare const _default: {
7316
7359
  title: string;
7317
7360
  url: string;
7318
7361
  }[];
7319
- functionParameter: {
7320
- number1: {
7321
- name: string;
7322
- detail: string;
7323
- };
7324
- number2: {
7325
- name: string;
7326
- detail: string;
7327
- };
7328
- };
7362
+ functionParameter: {};
7329
7363
  };
7330
7364
  RANDARRAY: {
7331
7365
  description: string;
@@ -7335,11 +7369,23 @@ declare const _default: {
7335
7369
  url: string;
7336
7370
  }[];
7337
7371
  functionParameter: {
7338
- number1: {
7372
+ rows: {
7339
7373
  name: string;
7340
7374
  detail: string;
7341
7375
  };
7342
- number2: {
7376
+ columns: {
7377
+ name: string;
7378
+ detail: string;
7379
+ };
7380
+ min: {
7381
+ name: string;
7382
+ detail: string;
7383
+ };
7384
+ max: {
7385
+ name: string;
7386
+ detail: string;
7387
+ };
7388
+ wholeNumber: {
7343
7389
  name: string;
7344
7390
  detail: string;
7345
7391
  };
@@ -7353,11 +7399,11 @@ declare const _default: {
7353
7399
  url: string;
7354
7400
  }[];
7355
7401
  functionParameter: {
7356
- number1: {
7402
+ bottom: {
7357
7403
  name: string;
7358
7404
  detail: string;
7359
7405
  };
7360
- number2: {
7406
+ top: {
7361
7407
  name: string;
7362
7408
  detail: string;
7363
7409
  };
@@ -7389,11 +7435,11 @@ declare const _default: {
7389
7435
  url: string;
7390
7436
  }[];
7391
7437
  functionParameter: {
7392
- number1: {
7438
+ number: {
7393
7439
  name: string;
7394
7440
  detail: string;
7395
7441
  };
7396
- number2: {
7442
+ numDigits: {
7397
7443
  name: string;
7398
7444
  detail: string;
7399
7445
  };
@@ -7407,11 +7453,11 @@ declare const _default: {
7407
7453
  url: string;
7408
7454
  }[];
7409
7455
  functionParameter: {
7410
- number1: {
7456
+ number: {
7411
7457
  name: string;
7412
7458
  detail: string;
7413
7459
  };
7414
- number2: {
7460
+ numDigits: {
7415
7461
  name: string;
7416
7462
  detail: string;
7417
7463
  };
@@ -7425,11 +7471,11 @@ declare const _default: {
7425
7471
  url: string;
7426
7472
  }[];
7427
7473
  functionParameter: {
7428
- number1: {
7474
+ number: {
7429
7475
  name: string;
7430
7476
  detail: string;
7431
7477
  };
7432
- number2: {
7478
+ numDigits: {
7433
7479
  name: string;
7434
7480
  detail: string;
7435
7481
  };
@@ -7443,11 +7489,7 @@ declare const _default: {
7443
7489
  url: string;
7444
7490
  }[];
7445
7491
  functionParameter: {
7446
- number1: {
7447
- name: string;
7448
- detail: string;
7449
- };
7450
- number2: {
7492
+ number: {
7451
7493
  name: string;
7452
7494
  detail: string;
7453
7495
  };
@@ -7461,11 +7503,7 @@ declare const _default: {
7461
7503
  url: string;
7462
7504
  }[];
7463
7505
  functionParameter: {
7464
- number1: {
7465
- name: string;
7466
- detail: string;
7467
- };
7468
- number2: {
7506
+ number: {
7469
7507
  name: string;
7470
7508
  detail: string;
7471
7509
  };
@@ -7569,11 +7607,7 @@ declare const _default: {
7569
7607
  url: string;
7570
7608
  }[];
7571
7609
  functionParameter: {
7572
- number1: {
7573
- name: string;
7574
- detail: string;
7575
- };
7576
- number2: {
7610
+ number: {
7577
7611
  name: string;
7578
7612
  detail: string;
7579
7613
  };
@@ -7587,11 +7621,7 @@ declare const _default: {
7587
7621
  url: string;
7588
7622
  }[];
7589
7623
  functionParameter: {
7590
- number1: {
7591
- name: string;
7592
- detail: string;
7593
- };
7594
- number2: {
7624
+ number: {
7595
7625
  name: string;
7596
7626
  detail: string;
7597
7627
  };
@@ -7733,11 +7763,11 @@ declare const _default: {
7733
7763
  url: string;
7734
7764
  }[];
7735
7765
  functionParameter: {
7736
- number1: {
7766
+ arrayX: {
7737
7767
  name: string;
7738
7768
  detail: string;
7739
7769
  };
7740
- number2: {
7770
+ arrayY: {
7741
7771
  name: string;
7742
7772
  detail: string;
7743
7773
  };
@@ -7751,11 +7781,11 @@ declare const _default: {
7751
7781
  url: string;
7752
7782
  }[];
7753
7783
  functionParameter: {
7754
- number1: {
7784
+ arrayX: {
7755
7785
  name: string;
7756
7786
  detail: string;
7757
7787
  };
7758
- number2: {
7788
+ arrayY: {
7759
7789
  name: string;
7760
7790
  detail: string;
7761
7791
  };
@@ -7769,11 +7799,11 @@ declare const _default: {
7769
7799
  url: string;
7770
7800
  }[];
7771
7801
  functionParameter: {
7772
- number1: {
7802
+ arrayX: {
7773
7803
  name: string;
7774
7804
  detail: string;
7775
7805
  };
7776
- number2: {
7806
+ arrayY: {
7777
7807
  name: string;
7778
7808
  detail: string;
7779
7809
  };
@@ -7823,11 +7853,11 @@ declare const _default: {
7823
7853
  url: string;
7824
7854
  }[];
7825
7855
  functionParameter: {
7826
- number1: {
7856
+ number: {
7827
7857
  name: string;
7828
7858
  detail: string;
7829
7859
  };
7830
- number2: {
7860
+ numDigits: {
7831
7861
  name: string;
7832
7862
  detail: string;
7833
7863
  };
@@ -7863,11 +7893,15 @@ declare const _default: {
7863
7893
  url: string;
7864
7894
  }[];
7865
7895
  functionParameter: {
7866
- number1: {
7896
+ startDate: {
7867
7897
  name: string;
7868
7898
  detail: string;
7869
7899
  };
7870
- number2: {
7900
+ endDate: {
7901
+ name: string;
7902
+ detail: string;
7903
+ };
7904
+ method: {
7871
7905
  name: string;
7872
7906
  detail: string;
7873
7907
  };
@@ -7909,11 +7943,11 @@ declare const _default: {
7909
7943
  url: string;
7910
7944
  }[];
7911
7945
  functionParameter: {
7912
- number1: {
7946
+ endDate: {
7913
7947
  name: string;
7914
7948
  detail: string;
7915
7949
  };
7916
- number2: {
7950
+ startDate: {
7917
7951
  name: string;
7918
7952
  detail: string;
7919
7953
  };
@@ -7927,11 +7961,15 @@ declare const _default: {
7927
7961
  url: string;
7928
7962
  }[];
7929
7963
  functionParameter: {
7930
- number1: {
7964
+ startDate: {
7931
7965
  name: string;
7932
7966
  detail: string;
7933
7967
  };
7934
- number2: {
7968
+ endDate: {
7969
+ name: string;
7970
+ detail: string;
7971
+ };
7972
+ method: {
7935
7973
  name: string;
7936
7974
  detail: string;
7937
7975
  };
@@ -7963,11 +8001,11 @@ declare const _default: {
7963
8001
  url: string;
7964
8002
  }[];
7965
8003
  functionParameter: {
7966
- number1: {
8004
+ startDate: {
7967
8005
  name: string;
7968
8006
  detail: string;
7969
8007
  };
7970
- number2: {
8008
+ months: {
7971
8009
  name: string;
7972
8010
  detail: string;
7973
8011
  };
@@ -7995,11 +8033,7 @@ declare const _default: {
7995
8033
  url: string;
7996
8034
  }[];
7997
8035
  functionParameter: {
7998
- number1: {
7999
- name: string;
8000
- detail: string;
8001
- };
8002
- number2: {
8036
+ date: {
8003
8037
  name: string;
8004
8038
  detail: string;
8005
8039
  };
@@ -8145,11 +8179,11 @@ declare const _default: {
8145
8179
  url: string;
8146
8180
  }[];
8147
8181
  functionParameter: {
8148
- number1: {
8182
+ serialNumber: {
8149
8183
  name: string;
8150
8184
  detail: string;
8151
8185
  };
8152
- number2: {
8186
+ returnType: {
8153
8187
  name: string;
8154
8188
  detail: string;
8155
8189
  };
@@ -8163,11 +8197,11 @@ declare const _default: {
8163
8197
  url: string;
8164
8198
  }[];
8165
8199
  functionParameter: {
8166
- number1: {
8200
+ serialNumber: {
8167
8201
  name: string;
8168
8202
  detail: string;
8169
8203
  };
8170
- number2: {
8204
+ returnType: {
8171
8205
  name: string;
8172
8206
  detail: string;
8173
8207
  };
@@ -8231,11 +8265,15 @@ declare const _default: {
8231
8265
  url: string;
8232
8266
  }[];
8233
8267
  functionParameter: {
8234
- number1: {
8268
+ startDate: {
8235
8269
  name: string;
8236
8270
  detail: string;
8237
8271
  };
8238
- number2: {
8272
+ endDate: {
8273
+ name: string;
8274
+ detail: string;
8275
+ };
8276
+ basis: {
8239
8277
  name: string;
8240
8278
  detail: string;
8241
8279
  };