@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
  };
@@ -6581,11 +6653,11 @@ declare const _default: {
6581
6653
  url: string;
6582
6654
  }[];
6583
6655
  functionParameter: {
6584
- number1: {
6656
+ number: {
6585
6657
  name: string;
6586
6658
  detail: string;
6587
6659
  };
6588
- number2: {
6660
+ significance: {
6589
6661
  name: string;
6590
6662
  detail: string;
6591
6663
  };
@@ -6599,11 +6671,15 @@ declare const _default: {
6599
6671
  url: string;
6600
6672
  }[];
6601
6673
  functionParameter: {
6602
- number1: {
6674
+ number: {
6603
6675
  name: string;
6604
6676
  detail: string;
6605
6677
  };
6606
- number2: {
6678
+ significance: {
6679
+ name: string;
6680
+ detail: string;
6681
+ };
6682
+ mode: {
6607
6683
  name: string;
6608
6684
  detail: string;
6609
6685
  };
@@ -6617,11 +6693,11 @@ declare const _default: {
6617
6693
  url: string;
6618
6694
  }[];
6619
6695
  functionParameter: {
6620
- number1: {
6696
+ number: {
6621
6697
  name: string;
6622
6698
  detail: string;
6623
6699
  };
6624
- number2: {
6700
+ significance: {
6625
6701
  name: string;
6626
6702
  detail: string;
6627
6703
  };
@@ -6755,11 +6831,11 @@ declare const _default: {
6755
6831
  url: string;
6756
6832
  }[];
6757
6833
  functionParameter: {
6758
- number1: {
6834
+ text: {
6759
6835
  name: string;
6760
6836
  detail: string;
6761
6837
  };
6762
- number2: {
6838
+ radix: {
6763
6839
  name: string;
6764
6840
  detail: string;
6765
6841
  };
@@ -6773,11 +6849,7 @@ declare const _default: {
6773
6849
  url: string;
6774
6850
  }[];
6775
6851
  functionParameter: {
6776
- number1: {
6777
- name: string;
6778
- detail: string;
6779
- };
6780
- number2: {
6852
+ angle: {
6781
6853
  name: string;
6782
6854
  detail: string;
6783
6855
  };
@@ -6791,11 +6863,7 @@ declare const _default: {
6791
6863
  url: string;
6792
6864
  }[];
6793
6865
  functionParameter: {
6794
- number1: {
6795
- name: string;
6796
- detail: string;
6797
- };
6798
- number2: {
6866
+ number: {
6799
6867
  name: string;
6800
6868
  detail: string;
6801
6869
  };
@@ -6809,11 +6877,7 @@ declare const _default: {
6809
6877
  url: string;
6810
6878
  }[];
6811
6879
  functionParameter: {
6812
- number1: {
6813
- name: string;
6814
- detail: string;
6815
- };
6816
- number2: {
6880
+ number: {
6817
6881
  name: string;
6818
6882
  detail: string;
6819
6883
  };
@@ -6863,11 +6927,11 @@ declare const _default: {
6863
6927
  url: string;
6864
6928
  }[];
6865
6929
  functionParameter: {
6866
- number1: {
6930
+ number: {
6867
6931
  name: string;
6868
6932
  detail: string;
6869
6933
  };
6870
- number2: {
6934
+ significance: {
6871
6935
  name: string;
6872
6936
  detail: string;
6873
6937
  };
@@ -6881,11 +6945,15 @@ declare const _default: {
6881
6945
  url: string;
6882
6946
  }[];
6883
6947
  functionParameter: {
6884
- number1: {
6948
+ number: {
6885
6949
  name: string;
6886
6950
  detail: string;
6887
6951
  };
6888
- number2: {
6952
+ significance: {
6953
+ name: string;
6954
+ detail: string;
6955
+ };
6956
+ mode: {
6889
6957
  name: string;
6890
6958
  detail: string;
6891
6959
  };
@@ -6899,11 +6967,11 @@ declare const _default: {
6899
6967
  url: string;
6900
6968
  }[];
6901
6969
  functionParameter: {
6902
- number1: {
6970
+ number: {
6903
6971
  name: string;
6904
6972
  detail: string;
6905
6973
  };
6906
- number2: {
6974
+ significance: {
6907
6975
  name: string;
6908
6976
  detail: string;
6909
6977
  };
@@ -6989,11 +7057,7 @@ declare const _default: {
6989
7057
  url: string;
6990
7058
  }[];
6991
7059
  functionParameter: {
6992
- number1: {
6993
- name: string;
6994
- detail: string;
6995
- };
6996
- number2: {
7060
+ number: {
6997
7061
  name: string;
6998
7062
  detail: string;
6999
7063
  };
@@ -7007,11 +7071,11 @@ declare const _default: {
7007
7071
  url: string;
7008
7072
  }[];
7009
7073
  functionParameter: {
7010
- number1: {
7074
+ number: {
7011
7075
  name: string;
7012
7076
  detail: string;
7013
7077
  };
7014
- number2: {
7078
+ base: {
7015
7079
  name: string;
7016
7080
  detail: string;
7017
7081
  };
@@ -7025,11 +7089,7 @@ declare const _default: {
7025
7089
  url: string;
7026
7090
  }[];
7027
7091
  functionParameter: {
7028
- number1: {
7029
- name: string;
7030
- detail: string;
7031
- };
7032
- number2: {
7092
+ number: {
7033
7093
  name: string;
7034
7094
  detail: string;
7035
7095
  };
@@ -7115,11 +7175,11 @@ declare const _default: {
7115
7175
  url: string;
7116
7176
  }[];
7117
7177
  functionParameter: {
7118
- number1: {
7178
+ number: {
7119
7179
  name: string;
7120
7180
  detail: string;
7121
7181
  };
7122
- number2: {
7182
+ multiple: {
7123
7183
  name: string;
7124
7184
  detail: string;
7125
7185
  };
@@ -7169,11 +7229,7 @@ declare const _default: {
7169
7229
  url: string;
7170
7230
  }[];
7171
7231
  functionParameter: {
7172
- number1: {
7173
- name: string;
7174
- detail: string;
7175
- };
7176
- number2: {
7232
+ number: {
7177
7233
  name: string;
7178
7234
  detail: string;
7179
7235
  };
@@ -7186,16 +7242,7 @@ declare const _default: {
7186
7242
  title: string;
7187
7243
  url: string;
7188
7244
  }[];
7189
- functionParameter: {
7190
- number1: {
7191
- name: string;
7192
- detail: string;
7193
- };
7194
- number2: {
7195
- name: string;
7196
- detail: string;
7197
- };
7198
- };
7245
+ functionParameter: {};
7199
7246
  };
7200
7247
  POWER: {
7201
7248
  description: string;
@@ -7259,11 +7306,7 @@ declare const _default: {
7259
7306
  url: string;
7260
7307
  }[];
7261
7308
  functionParameter: {
7262
- number1: {
7263
- name: string;
7264
- detail: string;
7265
- };
7266
- number2: {
7309
+ angle: {
7267
7310
  name: string;
7268
7311
  detail: string;
7269
7312
  };
@@ -7276,16 +7319,7 @@ declare const _default: {
7276
7319
  title: string;
7277
7320
  url: string;
7278
7321
  }[];
7279
- functionParameter: {
7280
- number1: {
7281
- name: string;
7282
- detail: string;
7283
- };
7284
- number2: {
7285
- name: string;
7286
- detail: string;
7287
- };
7288
- };
7322
+ functionParameter: {};
7289
7323
  };
7290
7324
  RANDARRAY: {
7291
7325
  description: string;
@@ -7295,11 +7329,23 @@ declare const _default: {
7295
7329
  url: string;
7296
7330
  }[];
7297
7331
  functionParameter: {
7298
- number1: {
7332
+ rows: {
7299
7333
  name: string;
7300
7334
  detail: string;
7301
7335
  };
7302
- number2: {
7336
+ columns: {
7337
+ name: string;
7338
+ detail: string;
7339
+ };
7340
+ min: {
7341
+ name: string;
7342
+ detail: string;
7343
+ };
7344
+ max: {
7345
+ name: string;
7346
+ detail: string;
7347
+ };
7348
+ wholeNumber: {
7303
7349
  name: string;
7304
7350
  detail: string;
7305
7351
  };
@@ -7313,11 +7359,11 @@ declare const _default: {
7313
7359
  url: string;
7314
7360
  }[];
7315
7361
  functionParameter: {
7316
- number1: {
7362
+ bottom: {
7317
7363
  name: string;
7318
7364
  detail: string;
7319
7365
  };
7320
- number2: {
7366
+ top: {
7321
7367
  name: string;
7322
7368
  detail: string;
7323
7369
  };
@@ -7349,11 +7395,11 @@ declare const _default: {
7349
7395
  url: string;
7350
7396
  }[];
7351
7397
  functionParameter: {
7352
- number1: {
7398
+ number: {
7353
7399
  name: string;
7354
7400
  detail: string;
7355
7401
  };
7356
- number2: {
7402
+ numDigits: {
7357
7403
  name: string;
7358
7404
  detail: string;
7359
7405
  };
@@ -7367,11 +7413,11 @@ declare const _default: {
7367
7413
  url: string;
7368
7414
  }[];
7369
7415
  functionParameter: {
7370
- number1: {
7416
+ number: {
7371
7417
  name: string;
7372
7418
  detail: string;
7373
7419
  };
7374
- number2: {
7420
+ numDigits: {
7375
7421
  name: string;
7376
7422
  detail: string;
7377
7423
  };
@@ -7385,11 +7431,11 @@ declare const _default: {
7385
7431
  url: string;
7386
7432
  }[];
7387
7433
  functionParameter: {
7388
- number1: {
7434
+ number: {
7389
7435
  name: string;
7390
7436
  detail: string;
7391
7437
  };
7392
- number2: {
7438
+ numDigits: {
7393
7439
  name: string;
7394
7440
  detail: string;
7395
7441
  };
@@ -7403,11 +7449,7 @@ declare const _default: {
7403
7449
  url: string;
7404
7450
  }[];
7405
7451
  functionParameter: {
7406
- number1: {
7407
- name: string;
7408
- detail: string;
7409
- };
7410
- number2: {
7452
+ number: {
7411
7453
  name: string;
7412
7454
  detail: string;
7413
7455
  };
@@ -7421,11 +7463,7 @@ declare const _default: {
7421
7463
  url: string;
7422
7464
  }[];
7423
7465
  functionParameter: {
7424
- number1: {
7425
- name: string;
7426
- detail: string;
7427
- };
7428
- number2: {
7466
+ number: {
7429
7467
  name: string;
7430
7468
  detail: string;
7431
7469
  };
@@ -7521,11 +7559,7 @@ declare const _default: {
7521
7559
  url: string;
7522
7560
  }[];
7523
7561
  functionParameter: {
7524
- number1: {
7525
- name: string;
7526
- detail: string;
7527
- };
7528
- number2: {
7562
+ number: {
7529
7563
  name: string;
7530
7564
  detail: string;
7531
7565
  };
@@ -7539,11 +7573,7 @@ declare const _default: {
7539
7573
  url: string;
7540
7574
  }[];
7541
7575
  functionParameter: {
7542
- number1: {
7543
- name: string;
7544
- detail: string;
7545
- };
7546
- number2: {
7576
+ number: {
7547
7577
  name: string;
7548
7578
  detail: string;
7549
7579
  };
@@ -7685,11 +7715,11 @@ declare const _default: {
7685
7715
  url: string;
7686
7716
  }[];
7687
7717
  functionParameter: {
7688
- number1: {
7718
+ arrayX: {
7689
7719
  name: string;
7690
7720
  detail: string;
7691
7721
  };
7692
- number2: {
7722
+ arrayY: {
7693
7723
  name: string;
7694
7724
  detail: string;
7695
7725
  };
@@ -7703,11 +7733,11 @@ declare const _default: {
7703
7733
  url: string;
7704
7734
  }[];
7705
7735
  functionParameter: {
7706
- number1: {
7736
+ arrayX: {
7707
7737
  name: string;
7708
7738
  detail: string;
7709
7739
  };
7710
- number2: {
7740
+ arrayY: {
7711
7741
  name: string;
7712
7742
  detail: string;
7713
7743
  };
@@ -7721,11 +7751,11 @@ declare const _default: {
7721
7751
  url: string;
7722
7752
  }[];
7723
7753
  functionParameter: {
7724
- number1: {
7754
+ arrayX: {
7725
7755
  name: string;
7726
7756
  detail: string;
7727
7757
  };
7728
- number2: {
7758
+ arrayY: {
7729
7759
  name: string;
7730
7760
  detail: string;
7731
7761
  };
@@ -7767,11 +7797,11 @@ declare const _default: {
7767
7797
  url: string;
7768
7798
  }[];
7769
7799
  functionParameter: {
7770
- number1: {
7800
+ number: {
7771
7801
  name: string;
7772
7802
  detail: string;
7773
7803
  };
7774
- number2: {
7804
+ numDigits: {
7775
7805
  name: string;
7776
7806
  detail: string;
7777
7807
  };
@@ -7807,11 +7837,15 @@ declare const _default: {
7807
7837
  url: string;
7808
7838
  }[];
7809
7839
  functionParameter: {
7810
- number1: {
7840
+ startDate: {
7811
7841
  name: string;
7812
7842
  detail: string;
7813
7843
  };
7814
- number2: {
7844
+ endDate: {
7845
+ name: string;
7846
+ detail: string;
7847
+ };
7848
+ method: {
7815
7849
  name: string;
7816
7850
  detail: string;
7817
7851
  };
@@ -7853,11 +7887,11 @@ declare const _default: {
7853
7887
  url: string;
7854
7888
  }[];
7855
7889
  functionParameter: {
7856
- number1: {
7890
+ endDate: {
7857
7891
  name: string;
7858
7892
  detail: string;
7859
7893
  };
7860
- number2: {
7894
+ startDate: {
7861
7895
  name: string;
7862
7896
  detail: string;
7863
7897
  };
@@ -7871,11 +7905,15 @@ declare const _default: {
7871
7905
  url: string;
7872
7906
  }[];
7873
7907
  functionParameter: {
7874
- number1: {
7908
+ startDate: {
7875
7909
  name: string;
7876
7910
  detail: string;
7877
7911
  };
7878
- number2: {
7912
+ endDate: {
7913
+ name: string;
7914
+ detail: string;
7915
+ };
7916
+ method: {
7879
7917
  name: string;
7880
7918
  detail: string;
7881
7919
  };
@@ -7907,11 +7945,11 @@ declare const _default: {
7907
7945
  url: string;
7908
7946
  }[];
7909
7947
  functionParameter: {
7910
- number1: {
7948
+ startDate: {
7911
7949
  name: string;
7912
7950
  detail: string;
7913
7951
  };
7914
- number2: {
7952
+ months: {
7915
7953
  name: string;
7916
7954
  detail: string;
7917
7955
  };
@@ -7939,11 +7977,7 @@ declare const _default: {
7939
7977
  url: string;
7940
7978
  }[];
7941
7979
  functionParameter: {
7942
- number1: {
7943
- name: string;
7944
- detail: string;
7945
- };
7946
- number2: {
7980
+ date: {
7947
7981
  name: string;
7948
7982
  detail: string;
7949
7983
  };
@@ -8119,11 +8153,11 @@ declare const _default: {
8119
8153
  url: string;
8120
8154
  }[];
8121
8155
  functionParameter: {
8122
- number1: {
8156
+ serialNumber: {
8123
8157
  name: string;
8124
8158
  detail: string;
8125
8159
  };
8126
- number2: {
8160
+ returnType: {
8127
8161
  name: string;
8128
8162
  detail: string;
8129
8163
  };
@@ -8199,11 +8233,15 @@ declare const _default: {
8199
8233
  url: string;
8200
8234
  }[];
8201
8235
  functionParameter: {
8202
- number1: {
8236
+ startDate: {
8203
8237
  name: string;
8204
8238
  detail: string;
8205
8239
  };
8206
- number2: {
8240
+ endDate: {
8241
+ name: string;
8242
+ detail: string;
8243
+ };
8244
+ basis: {
8207
8245
  name: string;
8208
8246
  detail: string;
8209
8247
  };