@univerjs/sheets-formula 0.2.4-alpha.0 → 0.2.5
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 +532 -597
- package/lib/index.css +1 -1
- package/lib/locale/en-US.json +222 -264
- package/lib/locale/ru-RU.json +222 -264
- package/lib/locale/vi-VN.json +171 -221
- package/lib/locale/zh-CN.json +226 -268
- package/lib/locale/zh-TW.json +238 -280
- package/lib/types/controllers/prompt.controller.d.ts +3 -0
- package/lib/types/locale/en-US.d.ts +96 -138
- package/lib/types/locale/function-list/date/en-US.d.ts +25 -17
- package/lib/types/locale/function-list/date/ja-JP.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-CN.d.ts +25 -17
- package/lib/types/locale/function-list/date/zh-TW.d.ts +27 -19
- package/lib/types/locale/function-list/information/en-US.d.ts +4 -12
- package/lib/types/locale/function-list/information/ja-JP.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-CN.d.ts +4 -12
- package/lib/types/locale/function-list/information/zh-TW.d.ts +4 -12
- package/lib/types/locale/function-list/math/en-US.d.ts +67 -109
- package/lib/types/locale/function-list/math/ja-JP.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-CN.d.ts +67 -109
- package/lib/types/locale/function-list/math/zh-TW.d.ts +69 -111
- package/lib/types/locale/ru-RU.d.ts +96 -138
- package/lib/types/locale/vi-VN.d.ts +71 -121
- package/lib/types/locale/zh-CN.d.ts +96 -138
- package/lib/types/locale/zh-TW.d.ts +100 -142
- package/lib/umd/index.js +4 -4
- package/package.json +22 -22
|
@@ -1869,11 +1869,11 @@ declare const _default: {
|
|
|
1869
1869
|
url: string;
|
|
1870
1870
|
}[];
|
|
1871
1871
|
functionParameter: {
|
|
1872
|
-
|
|
1872
|
+
infoType: {
|
|
1873
1873
|
name: string;
|
|
1874
1874
|
detail: string;
|
|
1875
1875
|
};
|
|
1876
|
-
|
|
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
|
-
|
|
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
|
-
|
|
2189
|
-
name: string;
|
|
2190
|
-
detail: string;
|
|
2191
|
-
};
|
|
2192
|
-
number2: {
|
|
2184
|
+
value: {
|
|
2193
2185
|
name: string;
|
|
2194
2186
|
detail: string;
|
|
2195
2187
|
};
|
|
@@ -6579,11 +6571,11 @@ declare const _default: {
|
|
|
6579
6571
|
url: string;
|
|
6580
6572
|
}[];
|
|
6581
6573
|
functionParameter: {
|
|
6582
|
-
|
|
6574
|
+
number: {
|
|
6583
6575
|
name: string;
|
|
6584
6576
|
detail: string;
|
|
6585
6577
|
};
|
|
6586
|
-
|
|
6578
|
+
radix: {
|
|
6587
6579
|
name: string;
|
|
6588
6580
|
detail: string;
|
|
6589
6581
|
};
|
|
@@ -6597,11 +6589,11 @@ declare const _default: {
|
|
|
6597
6589
|
url: string;
|
|
6598
6590
|
}[];
|
|
6599
6591
|
functionParameter: {
|
|
6600
|
-
|
|
6592
|
+
number: {
|
|
6601
6593
|
name: string;
|
|
6602
6594
|
detail: string;
|
|
6603
6595
|
};
|
|
6604
|
-
|
|
6596
|
+
significance: {
|
|
6605
6597
|
name: string;
|
|
6606
6598
|
detail: string;
|
|
6607
6599
|
};
|
|
@@ -6615,11 +6607,15 @@ declare const _default: {
|
|
|
6615
6607
|
url: string;
|
|
6616
6608
|
}[];
|
|
6617
6609
|
functionParameter: {
|
|
6618
|
-
|
|
6610
|
+
number: {
|
|
6619
6611
|
name: string;
|
|
6620
6612
|
detail: string;
|
|
6621
6613
|
};
|
|
6622
|
-
|
|
6614
|
+
significance: {
|
|
6615
|
+
name: string;
|
|
6616
|
+
detail: string;
|
|
6617
|
+
};
|
|
6618
|
+
mode: {
|
|
6623
6619
|
name: string;
|
|
6624
6620
|
detail: string;
|
|
6625
6621
|
};
|
|
@@ -6633,11 +6629,11 @@ declare const _default: {
|
|
|
6633
6629
|
url: string;
|
|
6634
6630
|
}[];
|
|
6635
6631
|
functionParameter: {
|
|
6636
|
-
|
|
6632
|
+
number: {
|
|
6637
6633
|
name: string;
|
|
6638
6634
|
detail: string;
|
|
6639
6635
|
};
|
|
6640
|
-
|
|
6636
|
+
significance: {
|
|
6641
6637
|
name: string;
|
|
6642
6638
|
detail: string;
|
|
6643
6639
|
};
|
|
@@ -6795,11 +6791,11 @@ declare const _default: {
|
|
|
6795
6791
|
url: string;
|
|
6796
6792
|
}[];
|
|
6797
6793
|
functionParameter: {
|
|
6798
|
-
|
|
6794
|
+
text: {
|
|
6799
6795
|
name: string;
|
|
6800
6796
|
detail: string;
|
|
6801
6797
|
};
|
|
6802
|
-
|
|
6798
|
+
radix: {
|
|
6803
6799
|
name: string;
|
|
6804
6800
|
detail: string;
|
|
6805
6801
|
};
|
|
@@ -6813,11 +6809,7 @@ declare const _default: {
|
|
|
6813
6809
|
url: string;
|
|
6814
6810
|
}[];
|
|
6815
6811
|
functionParameter: {
|
|
6816
|
-
|
|
6817
|
-
name: string;
|
|
6818
|
-
detail: string;
|
|
6819
|
-
};
|
|
6820
|
-
number2: {
|
|
6812
|
+
angle: {
|
|
6821
6813
|
name: string;
|
|
6822
6814
|
detail: string;
|
|
6823
6815
|
};
|
|
@@ -6831,11 +6823,7 @@ declare const _default: {
|
|
|
6831
6823
|
url: string;
|
|
6832
6824
|
}[];
|
|
6833
6825
|
functionParameter: {
|
|
6834
|
-
|
|
6835
|
-
name: string;
|
|
6836
|
-
detail: string;
|
|
6837
|
-
};
|
|
6838
|
-
number2: {
|
|
6826
|
+
number: {
|
|
6839
6827
|
name: string;
|
|
6840
6828
|
detail: string;
|
|
6841
6829
|
};
|
|
@@ -6849,11 +6837,7 @@ declare const _default: {
|
|
|
6849
6837
|
url: string;
|
|
6850
6838
|
}[];
|
|
6851
6839
|
functionParameter: {
|
|
6852
|
-
|
|
6853
|
-
name: string;
|
|
6854
|
-
detail: string;
|
|
6855
|
-
};
|
|
6856
|
-
number2: {
|
|
6840
|
+
number: {
|
|
6857
6841
|
name: string;
|
|
6858
6842
|
detail: string;
|
|
6859
6843
|
};
|
|
@@ -6903,11 +6887,11 @@ declare const _default: {
|
|
|
6903
6887
|
url: string;
|
|
6904
6888
|
}[];
|
|
6905
6889
|
functionParameter: {
|
|
6906
|
-
|
|
6890
|
+
number: {
|
|
6907
6891
|
name: string;
|
|
6908
6892
|
detail: string;
|
|
6909
6893
|
};
|
|
6910
|
-
|
|
6894
|
+
significance: {
|
|
6911
6895
|
name: string;
|
|
6912
6896
|
detail: string;
|
|
6913
6897
|
};
|
|
@@ -6921,11 +6905,15 @@ declare const _default: {
|
|
|
6921
6905
|
url: string;
|
|
6922
6906
|
}[];
|
|
6923
6907
|
functionParameter: {
|
|
6924
|
-
|
|
6908
|
+
number: {
|
|
6925
6909
|
name: string;
|
|
6926
6910
|
detail: string;
|
|
6927
6911
|
};
|
|
6928
|
-
|
|
6912
|
+
significance: {
|
|
6913
|
+
name: string;
|
|
6914
|
+
detail: string;
|
|
6915
|
+
};
|
|
6916
|
+
mode: {
|
|
6929
6917
|
name: string;
|
|
6930
6918
|
detail: string;
|
|
6931
6919
|
};
|
|
@@ -6939,11 +6927,11 @@ declare const _default: {
|
|
|
6939
6927
|
url: string;
|
|
6940
6928
|
}[];
|
|
6941
6929
|
functionParameter: {
|
|
6942
|
-
|
|
6930
|
+
number: {
|
|
6943
6931
|
name: string;
|
|
6944
6932
|
detail: string;
|
|
6945
6933
|
};
|
|
6946
|
-
|
|
6934
|
+
significance: {
|
|
6947
6935
|
name: string;
|
|
6948
6936
|
detail: string;
|
|
6949
6937
|
};
|
|
@@ -7029,11 +7017,7 @@ declare const _default: {
|
|
|
7029
7017
|
url: string;
|
|
7030
7018
|
}[];
|
|
7031
7019
|
functionParameter: {
|
|
7032
|
-
|
|
7033
|
-
name: string;
|
|
7034
|
-
detail: string;
|
|
7035
|
-
};
|
|
7036
|
-
number2: {
|
|
7020
|
+
number: {
|
|
7037
7021
|
name: string;
|
|
7038
7022
|
detail: string;
|
|
7039
7023
|
};
|
|
@@ -7047,11 +7031,11 @@ declare const _default: {
|
|
|
7047
7031
|
url: string;
|
|
7048
7032
|
}[];
|
|
7049
7033
|
functionParameter: {
|
|
7050
|
-
|
|
7034
|
+
number: {
|
|
7051
7035
|
name: string;
|
|
7052
7036
|
detail: string;
|
|
7053
7037
|
};
|
|
7054
|
-
|
|
7038
|
+
base: {
|
|
7055
7039
|
name: string;
|
|
7056
7040
|
detail: string;
|
|
7057
7041
|
};
|
|
@@ -7065,11 +7049,7 @@ declare const _default: {
|
|
|
7065
7049
|
url: string;
|
|
7066
7050
|
}[];
|
|
7067
7051
|
functionParameter: {
|
|
7068
|
-
|
|
7069
|
-
name: string;
|
|
7070
|
-
detail: string;
|
|
7071
|
-
};
|
|
7072
|
-
number2: {
|
|
7052
|
+
number: {
|
|
7073
7053
|
name: string;
|
|
7074
7054
|
detail: string;
|
|
7075
7055
|
};
|
|
@@ -7155,11 +7135,11 @@ declare const _default: {
|
|
|
7155
7135
|
url: string;
|
|
7156
7136
|
}[];
|
|
7157
7137
|
functionParameter: {
|
|
7158
|
-
|
|
7138
|
+
number: {
|
|
7159
7139
|
name: string;
|
|
7160
7140
|
detail: string;
|
|
7161
7141
|
};
|
|
7162
|
-
|
|
7142
|
+
multiple: {
|
|
7163
7143
|
name: string;
|
|
7164
7144
|
detail: string;
|
|
7165
7145
|
};
|
|
@@ -7209,11 +7189,7 @@ declare const _default: {
|
|
|
7209
7189
|
url: string;
|
|
7210
7190
|
}[];
|
|
7211
7191
|
functionParameter: {
|
|
7212
|
-
|
|
7213
|
-
name: string;
|
|
7214
|
-
detail: string;
|
|
7215
|
-
};
|
|
7216
|
-
number2: {
|
|
7192
|
+
number: {
|
|
7217
7193
|
name: string;
|
|
7218
7194
|
detail: string;
|
|
7219
7195
|
};
|
|
@@ -7226,16 +7202,7 @@ declare const _default: {
|
|
|
7226
7202
|
title: string;
|
|
7227
7203
|
url: string;
|
|
7228
7204
|
}[];
|
|
7229
|
-
functionParameter: {
|
|
7230
|
-
number1: {
|
|
7231
|
-
name: string;
|
|
7232
|
-
detail: string;
|
|
7233
|
-
};
|
|
7234
|
-
number2: {
|
|
7235
|
-
name: string;
|
|
7236
|
-
detail: string;
|
|
7237
|
-
};
|
|
7238
|
-
};
|
|
7205
|
+
functionParameter: {};
|
|
7239
7206
|
};
|
|
7240
7207
|
POWER: {
|
|
7241
7208
|
description: string;
|
|
@@ -7299,11 +7266,7 @@ declare const _default: {
|
|
|
7299
7266
|
url: string;
|
|
7300
7267
|
}[];
|
|
7301
7268
|
functionParameter: {
|
|
7302
|
-
|
|
7303
|
-
name: string;
|
|
7304
|
-
detail: string;
|
|
7305
|
-
};
|
|
7306
|
-
number2: {
|
|
7269
|
+
angle: {
|
|
7307
7270
|
name: string;
|
|
7308
7271
|
detail: string;
|
|
7309
7272
|
};
|
|
@@ -7316,16 +7279,7 @@ declare const _default: {
|
|
|
7316
7279
|
title: string;
|
|
7317
7280
|
url: string;
|
|
7318
7281
|
}[];
|
|
7319
|
-
functionParameter: {
|
|
7320
|
-
number1: {
|
|
7321
|
-
name: string;
|
|
7322
|
-
detail: string;
|
|
7323
|
-
};
|
|
7324
|
-
number2: {
|
|
7325
|
-
name: string;
|
|
7326
|
-
detail: string;
|
|
7327
|
-
};
|
|
7328
|
-
};
|
|
7282
|
+
functionParameter: {};
|
|
7329
7283
|
};
|
|
7330
7284
|
RANDARRAY: {
|
|
7331
7285
|
description: string;
|
|
@@ -7335,11 +7289,23 @@ declare const _default: {
|
|
|
7335
7289
|
url: string;
|
|
7336
7290
|
}[];
|
|
7337
7291
|
functionParameter: {
|
|
7338
|
-
|
|
7292
|
+
rows: {
|
|
7339
7293
|
name: string;
|
|
7340
7294
|
detail: string;
|
|
7341
7295
|
};
|
|
7342
|
-
|
|
7296
|
+
columns: {
|
|
7297
|
+
name: string;
|
|
7298
|
+
detail: string;
|
|
7299
|
+
};
|
|
7300
|
+
min: {
|
|
7301
|
+
name: string;
|
|
7302
|
+
detail: string;
|
|
7303
|
+
};
|
|
7304
|
+
max: {
|
|
7305
|
+
name: string;
|
|
7306
|
+
detail: string;
|
|
7307
|
+
};
|
|
7308
|
+
wholeNumber: {
|
|
7343
7309
|
name: string;
|
|
7344
7310
|
detail: string;
|
|
7345
7311
|
};
|
|
@@ -7353,11 +7319,11 @@ declare const _default: {
|
|
|
7353
7319
|
url: string;
|
|
7354
7320
|
}[];
|
|
7355
7321
|
functionParameter: {
|
|
7356
|
-
|
|
7322
|
+
bottom: {
|
|
7357
7323
|
name: string;
|
|
7358
7324
|
detail: string;
|
|
7359
7325
|
};
|
|
7360
|
-
|
|
7326
|
+
top: {
|
|
7361
7327
|
name: string;
|
|
7362
7328
|
detail: string;
|
|
7363
7329
|
};
|
|
@@ -7389,11 +7355,11 @@ declare const _default: {
|
|
|
7389
7355
|
url: string;
|
|
7390
7356
|
}[];
|
|
7391
7357
|
functionParameter: {
|
|
7392
|
-
|
|
7358
|
+
number: {
|
|
7393
7359
|
name: string;
|
|
7394
7360
|
detail: string;
|
|
7395
7361
|
};
|
|
7396
|
-
|
|
7362
|
+
numDigits: {
|
|
7397
7363
|
name: string;
|
|
7398
7364
|
detail: string;
|
|
7399
7365
|
};
|
|
@@ -7407,11 +7373,11 @@ declare const _default: {
|
|
|
7407
7373
|
url: string;
|
|
7408
7374
|
}[];
|
|
7409
7375
|
functionParameter: {
|
|
7410
|
-
|
|
7376
|
+
number: {
|
|
7411
7377
|
name: string;
|
|
7412
7378
|
detail: string;
|
|
7413
7379
|
};
|
|
7414
|
-
|
|
7380
|
+
numDigits: {
|
|
7415
7381
|
name: string;
|
|
7416
7382
|
detail: string;
|
|
7417
7383
|
};
|
|
@@ -7425,11 +7391,11 @@ declare const _default: {
|
|
|
7425
7391
|
url: string;
|
|
7426
7392
|
}[];
|
|
7427
7393
|
functionParameter: {
|
|
7428
|
-
|
|
7394
|
+
number: {
|
|
7429
7395
|
name: string;
|
|
7430
7396
|
detail: string;
|
|
7431
7397
|
};
|
|
7432
|
-
|
|
7398
|
+
numDigits: {
|
|
7433
7399
|
name: string;
|
|
7434
7400
|
detail: string;
|
|
7435
7401
|
};
|
|
@@ -7443,11 +7409,7 @@ declare const _default: {
|
|
|
7443
7409
|
url: string;
|
|
7444
7410
|
}[];
|
|
7445
7411
|
functionParameter: {
|
|
7446
|
-
|
|
7447
|
-
name: string;
|
|
7448
|
-
detail: string;
|
|
7449
|
-
};
|
|
7450
|
-
number2: {
|
|
7412
|
+
number: {
|
|
7451
7413
|
name: string;
|
|
7452
7414
|
detail: string;
|
|
7453
7415
|
};
|
|
@@ -7461,11 +7423,7 @@ declare const _default: {
|
|
|
7461
7423
|
url: string;
|
|
7462
7424
|
}[];
|
|
7463
7425
|
functionParameter: {
|
|
7464
|
-
|
|
7465
|
-
name: string;
|
|
7466
|
-
detail: string;
|
|
7467
|
-
};
|
|
7468
|
-
number2: {
|
|
7426
|
+
number: {
|
|
7469
7427
|
name: string;
|
|
7470
7428
|
detail: string;
|
|
7471
7429
|
};
|
|
@@ -7569,11 +7527,7 @@ declare const _default: {
|
|
|
7569
7527
|
url: string;
|
|
7570
7528
|
}[];
|
|
7571
7529
|
functionParameter: {
|
|
7572
|
-
|
|
7573
|
-
name: string;
|
|
7574
|
-
detail: string;
|
|
7575
|
-
};
|
|
7576
|
-
number2: {
|
|
7530
|
+
number: {
|
|
7577
7531
|
name: string;
|
|
7578
7532
|
detail: string;
|
|
7579
7533
|
};
|
|
@@ -7587,11 +7541,7 @@ declare const _default: {
|
|
|
7587
7541
|
url: string;
|
|
7588
7542
|
}[];
|
|
7589
7543
|
functionParameter: {
|
|
7590
|
-
|
|
7591
|
-
name: string;
|
|
7592
|
-
detail: string;
|
|
7593
|
-
};
|
|
7594
|
-
number2: {
|
|
7544
|
+
number: {
|
|
7595
7545
|
name: string;
|
|
7596
7546
|
detail: string;
|
|
7597
7547
|
};
|
|
@@ -7733,11 +7683,11 @@ declare const _default: {
|
|
|
7733
7683
|
url: string;
|
|
7734
7684
|
}[];
|
|
7735
7685
|
functionParameter: {
|
|
7736
|
-
|
|
7686
|
+
arrayX: {
|
|
7737
7687
|
name: string;
|
|
7738
7688
|
detail: string;
|
|
7739
7689
|
};
|
|
7740
|
-
|
|
7690
|
+
arrayY: {
|
|
7741
7691
|
name: string;
|
|
7742
7692
|
detail: string;
|
|
7743
7693
|
};
|
|
@@ -7751,11 +7701,11 @@ declare const _default: {
|
|
|
7751
7701
|
url: string;
|
|
7752
7702
|
}[];
|
|
7753
7703
|
functionParameter: {
|
|
7754
|
-
|
|
7704
|
+
arrayX: {
|
|
7755
7705
|
name: string;
|
|
7756
7706
|
detail: string;
|
|
7757
7707
|
};
|
|
7758
|
-
|
|
7708
|
+
arrayY: {
|
|
7759
7709
|
name: string;
|
|
7760
7710
|
detail: string;
|
|
7761
7711
|
};
|
|
@@ -7769,11 +7719,11 @@ declare const _default: {
|
|
|
7769
7719
|
url: string;
|
|
7770
7720
|
}[];
|
|
7771
7721
|
functionParameter: {
|
|
7772
|
-
|
|
7722
|
+
arrayX: {
|
|
7773
7723
|
name: string;
|
|
7774
7724
|
detail: string;
|
|
7775
7725
|
};
|
|
7776
|
-
|
|
7726
|
+
arrayY: {
|
|
7777
7727
|
name: string;
|
|
7778
7728
|
detail: string;
|
|
7779
7729
|
};
|
|
@@ -7863,11 +7813,15 @@ declare const _default: {
|
|
|
7863
7813
|
url: string;
|
|
7864
7814
|
}[];
|
|
7865
7815
|
functionParameter: {
|
|
7866
|
-
|
|
7816
|
+
startDate: {
|
|
7867
7817
|
name: string;
|
|
7868
7818
|
detail: string;
|
|
7869
7819
|
};
|
|
7870
|
-
|
|
7820
|
+
endDate: {
|
|
7821
|
+
name: string;
|
|
7822
|
+
detail: string;
|
|
7823
|
+
};
|
|
7824
|
+
method: {
|
|
7871
7825
|
name: string;
|
|
7872
7826
|
detail: string;
|
|
7873
7827
|
};
|
|
@@ -7909,11 +7863,11 @@ declare const _default: {
|
|
|
7909
7863
|
url: string;
|
|
7910
7864
|
}[];
|
|
7911
7865
|
functionParameter: {
|
|
7912
|
-
|
|
7866
|
+
endDate: {
|
|
7913
7867
|
name: string;
|
|
7914
7868
|
detail: string;
|
|
7915
7869
|
};
|
|
7916
|
-
|
|
7870
|
+
startDate: {
|
|
7917
7871
|
name: string;
|
|
7918
7872
|
detail: string;
|
|
7919
7873
|
};
|
|
@@ -7927,11 +7881,15 @@ declare const _default: {
|
|
|
7927
7881
|
url: string;
|
|
7928
7882
|
}[];
|
|
7929
7883
|
functionParameter: {
|
|
7930
|
-
|
|
7884
|
+
startDate: {
|
|
7931
7885
|
name: string;
|
|
7932
7886
|
detail: string;
|
|
7933
7887
|
};
|
|
7934
|
-
|
|
7888
|
+
endDate: {
|
|
7889
|
+
name: string;
|
|
7890
|
+
detail: string;
|
|
7891
|
+
};
|
|
7892
|
+
method: {
|
|
7935
7893
|
name: string;
|
|
7936
7894
|
detail: string;
|
|
7937
7895
|
};
|
|
@@ -7963,11 +7921,11 @@ declare const _default: {
|
|
|
7963
7921
|
url: string;
|
|
7964
7922
|
}[];
|
|
7965
7923
|
functionParameter: {
|
|
7966
|
-
|
|
7924
|
+
startDate: {
|
|
7967
7925
|
name: string;
|
|
7968
7926
|
detail: string;
|
|
7969
7927
|
};
|
|
7970
|
-
|
|
7928
|
+
months: {
|
|
7971
7929
|
name: string;
|
|
7972
7930
|
detail: string;
|
|
7973
7931
|
};
|
|
@@ -7995,11 +7953,7 @@ declare const _default: {
|
|
|
7995
7953
|
url: string;
|
|
7996
7954
|
}[];
|
|
7997
7955
|
functionParameter: {
|
|
7998
|
-
|
|
7999
|
-
name: string;
|
|
8000
|
-
detail: string;
|
|
8001
|
-
};
|
|
8002
|
-
number2: {
|
|
7956
|
+
date: {
|
|
8003
7957
|
name: string;
|
|
8004
7958
|
detail: string;
|
|
8005
7959
|
};
|
|
@@ -8145,11 +8099,11 @@ declare const _default: {
|
|
|
8145
8099
|
url: string;
|
|
8146
8100
|
}[];
|
|
8147
8101
|
functionParameter: {
|
|
8148
|
-
|
|
8102
|
+
serialNumber: {
|
|
8149
8103
|
name: string;
|
|
8150
8104
|
detail: string;
|
|
8151
8105
|
};
|
|
8152
|
-
|
|
8106
|
+
returnType: {
|
|
8153
8107
|
name: string;
|
|
8154
8108
|
detail: string;
|
|
8155
8109
|
};
|
|
@@ -8163,11 +8117,11 @@ declare const _default: {
|
|
|
8163
8117
|
url: string;
|
|
8164
8118
|
}[];
|
|
8165
8119
|
functionParameter: {
|
|
8166
|
-
|
|
8120
|
+
serialNumber: {
|
|
8167
8121
|
name: string;
|
|
8168
8122
|
detail: string;
|
|
8169
8123
|
};
|
|
8170
|
-
|
|
8124
|
+
returnType: {
|
|
8171
8125
|
name: string;
|
|
8172
8126
|
detail: string;
|
|
8173
8127
|
};
|
|
@@ -8231,11 +8185,15 @@ declare const _default: {
|
|
|
8231
8185
|
url: string;
|
|
8232
8186
|
}[];
|
|
8233
8187
|
functionParameter: {
|
|
8234
|
-
|
|
8188
|
+
startDate: {
|
|
8235
8189
|
name: string;
|
|
8236
8190
|
detail: string;
|
|
8237
8191
|
};
|
|
8238
|
-
|
|
8192
|
+
endDate: {
|
|
8193
|
+
name: string;
|
|
8194
|
+
detail: string;
|
|
8195
|
+
};
|
|
8196
|
+
basis: {
|
|
8239
8197
|
name: string;
|
|
8240
8198
|
detail: string;
|
|
8241
8199
|
};
|