@univerjs/sheets-formula 0.1.1 → 0.1.2
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/README.md +775 -2
- package/lib/cjs/index.js +21 -9
- package/lib/es/index.js +1372 -1427
- package/lib/types/controllers/prompt.controller.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +42 -78
- package/lib/types/locale/function-list/information/en-US.d.ts +8 -40
- package/lib/types/locale/function-list/information/zh-CN.d.ts +8 -40
- package/lib/types/locale/function-list/lookup/en-US.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +16 -24
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +16 -24
- package/lib/types/locale/function-list/math/en-US.d.ts +10 -6
- package/lib/types/locale/function-list/math/ja-JP.d.ts +10 -6
- package/lib/types/locale/function-list/math/zh-CN.d.ts +10 -6
- package/lib/types/locale/function-list/statistical/en-US.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +8 -8
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +8 -8
- package/lib/types/locale/zh-CN.d.ts +42 -78
- package/lib/umd/index.js +21 -9
- package/package.json +21 -21
|
@@ -124,11 +124,7 @@ declare const _default: {
|
|
|
124
124
|
url: string;
|
|
125
125
|
}[];
|
|
126
126
|
functionParameter: {
|
|
127
|
-
|
|
128
|
-
name: string;
|
|
129
|
-
detail: string;
|
|
130
|
-
};
|
|
131
|
-
number2: {
|
|
127
|
+
reference: {
|
|
132
128
|
name: string;
|
|
133
129
|
detail: string;
|
|
134
130
|
};
|
|
@@ -142,11 +138,7 @@ declare const _default: {
|
|
|
142
138
|
url: string;
|
|
143
139
|
}[];
|
|
144
140
|
functionParameter: {
|
|
145
|
-
|
|
146
|
-
name: string;
|
|
147
|
-
detail: string;
|
|
148
|
-
};
|
|
149
|
-
number2: {
|
|
141
|
+
array: {
|
|
150
142
|
name: string;
|
|
151
143
|
detail: string;
|
|
152
144
|
};
|
|
@@ -330,11 +322,19 @@ declare const _default: {
|
|
|
330
322
|
url: string;
|
|
331
323
|
}[];
|
|
332
324
|
functionParameter: {
|
|
333
|
-
|
|
325
|
+
reference: {
|
|
334
326
|
name: string;
|
|
335
327
|
detail: string;
|
|
336
328
|
};
|
|
337
|
-
|
|
329
|
+
rowNum: {
|
|
330
|
+
name: string;
|
|
331
|
+
detail: string;
|
|
332
|
+
};
|
|
333
|
+
columnNum: {
|
|
334
|
+
name: string;
|
|
335
|
+
detail: string;
|
|
336
|
+
};
|
|
337
|
+
areaNum: {
|
|
338
338
|
name: string;
|
|
339
339
|
detail: string;
|
|
340
340
|
};
|
|
@@ -348,11 +348,11 @@ declare const _default: {
|
|
|
348
348
|
url: string;
|
|
349
349
|
}[];
|
|
350
350
|
functionParameter: {
|
|
351
|
-
|
|
351
|
+
refText: {
|
|
352
352
|
name: string;
|
|
353
353
|
detail: string;
|
|
354
354
|
};
|
|
355
|
-
|
|
355
|
+
a1: {
|
|
356
356
|
name: string;
|
|
357
357
|
detail: string;
|
|
358
358
|
};
|
|
@@ -440,11 +440,7 @@ declare const _default: {
|
|
|
440
440
|
url: string;
|
|
441
441
|
}[];
|
|
442
442
|
functionParameter: {
|
|
443
|
-
|
|
444
|
-
name: string;
|
|
445
|
-
detail: string;
|
|
446
|
-
};
|
|
447
|
-
number2: {
|
|
443
|
+
reference: {
|
|
448
444
|
name: string;
|
|
449
445
|
detail: string;
|
|
450
446
|
};
|
|
@@ -458,11 +454,7 @@ declare const _default: {
|
|
|
458
454
|
url: string;
|
|
459
455
|
}[];
|
|
460
456
|
functionParameter: {
|
|
461
|
-
|
|
462
|
-
name: string;
|
|
463
|
-
detail: string;
|
|
464
|
-
};
|
|
465
|
-
number2: {
|
|
457
|
+
array: {
|
|
466
458
|
name: string;
|
|
467
459
|
detail: string;
|
|
468
460
|
};
|
|
@@ -798,11 +798,11 @@ declare const _default: {
|
|
|
798
798
|
url: string;
|
|
799
799
|
}[];
|
|
800
800
|
functionParameter: {
|
|
801
|
-
|
|
801
|
+
number: {
|
|
802
802
|
name: string;
|
|
803
803
|
detail: string;
|
|
804
804
|
};
|
|
805
|
-
|
|
805
|
+
divisor: {
|
|
806
806
|
name: string;
|
|
807
807
|
detail: string;
|
|
808
808
|
};
|
|
@@ -906,11 +906,11 @@ declare const _default: {
|
|
|
906
906
|
url: string;
|
|
907
907
|
}[];
|
|
908
908
|
functionParameter: {
|
|
909
|
-
|
|
909
|
+
number: {
|
|
910
910
|
name: string;
|
|
911
911
|
detail: string;
|
|
912
912
|
};
|
|
913
|
-
|
|
913
|
+
power: {
|
|
914
914
|
name: string;
|
|
915
915
|
detail: string;
|
|
916
916
|
};
|
|
@@ -1266,11 +1266,15 @@ declare const _default: {
|
|
|
1266
1266
|
url: string;
|
|
1267
1267
|
}[];
|
|
1268
1268
|
functionParameter: {
|
|
1269
|
-
|
|
1269
|
+
functionNum: {
|
|
1270
1270
|
name: string;
|
|
1271
1271
|
detail: string;
|
|
1272
1272
|
};
|
|
1273
|
-
|
|
1273
|
+
ref1: {
|
|
1274
|
+
name: string;
|
|
1275
|
+
detail: string;
|
|
1276
|
+
};
|
|
1277
|
+
ref2: {
|
|
1274
1278
|
name: string;
|
|
1275
1279
|
detail: string;
|
|
1276
1280
|
};
|
|
@@ -798,11 +798,11 @@ declare const _default: {
|
|
|
798
798
|
url: string;
|
|
799
799
|
}[];
|
|
800
800
|
functionParameter: {
|
|
801
|
-
|
|
801
|
+
number: {
|
|
802
802
|
name: string;
|
|
803
803
|
detail: string;
|
|
804
804
|
};
|
|
805
|
-
|
|
805
|
+
divisor: {
|
|
806
806
|
name: string;
|
|
807
807
|
detail: string;
|
|
808
808
|
};
|
|
@@ -906,11 +906,11 @@ declare const _default: {
|
|
|
906
906
|
url: string;
|
|
907
907
|
}[];
|
|
908
908
|
functionParameter: {
|
|
909
|
-
|
|
909
|
+
number: {
|
|
910
910
|
name: string;
|
|
911
911
|
detail: string;
|
|
912
912
|
};
|
|
913
|
-
|
|
913
|
+
power: {
|
|
914
914
|
name: string;
|
|
915
915
|
detail: string;
|
|
916
916
|
};
|
|
@@ -1266,11 +1266,15 @@ declare const _default: {
|
|
|
1266
1266
|
url: string;
|
|
1267
1267
|
}[];
|
|
1268
1268
|
functionParameter: {
|
|
1269
|
-
|
|
1269
|
+
functionNum: {
|
|
1270
1270
|
name: string;
|
|
1271
1271
|
detail: string;
|
|
1272
1272
|
};
|
|
1273
|
-
|
|
1273
|
+
ref1: {
|
|
1274
|
+
name: string;
|
|
1275
|
+
detail: string;
|
|
1276
|
+
};
|
|
1277
|
+
ref2: {
|
|
1274
1278
|
name: string;
|
|
1275
1279
|
detail: string;
|
|
1276
1280
|
};
|
|
@@ -798,11 +798,11 @@ declare const _default: {
|
|
|
798
798
|
url: string;
|
|
799
799
|
}[];
|
|
800
800
|
functionParameter: {
|
|
801
|
-
|
|
801
|
+
number: {
|
|
802
802
|
name: string;
|
|
803
803
|
detail: string;
|
|
804
804
|
};
|
|
805
|
-
|
|
805
|
+
divisor: {
|
|
806
806
|
name: string;
|
|
807
807
|
detail: string;
|
|
808
808
|
};
|
|
@@ -906,11 +906,11 @@ declare const _default: {
|
|
|
906
906
|
url: string;
|
|
907
907
|
}[];
|
|
908
908
|
functionParameter: {
|
|
909
|
-
|
|
909
|
+
number: {
|
|
910
910
|
name: string;
|
|
911
911
|
detail: string;
|
|
912
912
|
};
|
|
913
|
-
|
|
913
|
+
power: {
|
|
914
914
|
name: string;
|
|
915
915
|
detail: string;
|
|
916
916
|
};
|
|
@@ -1266,11 +1266,15 @@ declare const _default: {
|
|
|
1266
1266
|
url: string;
|
|
1267
1267
|
}[];
|
|
1268
1268
|
functionParameter: {
|
|
1269
|
-
|
|
1269
|
+
functionNum: {
|
|
1270
1270
|
name: string;
|
|
1271
1271
|
detail: string;
|
|
1272
1272
|
};
|
|
1273
|
-
|
|
1273
|
+
ref1: {
|
|
1274
|
+
name: string;
|
|
1275
|
+
detail: string;
|
|
1276
|
+
};
|
|
1277
|
+
ref2: {
|
|
1274
1278
|
name: string;
|
|
1275
1279
|
detail: string;
|
|
1276
1280
|
};
|
|
@@ -1714,11 +1714,11 @@ declare const _default: {
|
|
|
1714
1714
|
url: string;
|
|
1715
1715
|
}[];
|
|
1716
1716
|
functionParameter: {
|
|
1717
|
-
|
|
1717
|
+
value1: {
|
|
1718
1718
|
name: string;
|
|
1719
1719
|
detail: string;
|
|
1720
1720
|
};
|
|
1721
|
-
|
|
1721
|
+
value2: {
|
|
1722
1722
|
name: string;
|
|
1723
1723
|
detail: string;
|
|
1724
1724
|
};
|
|
@@ -1732,11 +1732,11 @@ declare const _default: {
|
|
|
1732
1732
|
url: string;
|
|
1733
1733
|
}[];
|
|
1734
1734
|
functionParameter: {
|
|
1735
|
-
|
|
1735
|
+
value1: {
|
|
1736
1736
|
name: string;
|
|
1737
1737
|
detail: string;
|
|
1738
1738
|
};
|
|
1739
|
-
|
|
1739
|
+
value2: {
|
|
1740
1740
|
name: string;
|
|
1741
1741
|
detail: string;
|
|
1742
1742
|
};
|
|
@@ -1948,11 +1948,11 @@ declare const _default: {
|
|
|
1948
1948
|
url: string;
|
|
1949
1949
|
}[];
|
|
1950
1950
|
functionParameter: {
|
|
1951
|
-
|
|
1951
|
+
value1: {
|
|
1952
1952
|
name: string;
|
|
1953
1953
|
detail: string;
|
|
1954
1954
|
};
|
|
1955
|
-
|
|
1955
|
+
value2: {
|
|
1956
1956
|
name: string;
|
|
1957
1957
|
detail: string;
|
|
1958
1958
|
};
|
|
@@ -1966,11 +1966,11 @@ declare const _default: {
|
|
|
1966
1966
|
url: string;
|
|
1967
1967
|
}[];
|
|
1968
1968
|
functionParameter: {
|
|
1969
|
-
|
|
1969
|
+
value1: {
|
|
1970
1970
|
name: string;
|
|
1971
1971
|
detail: string;
|
|
1972
1972
|
};
|
|
1973
|
-
|
|
1973
|
+
value2: {
|
|
1974
1974
|
name: string;
|
|
1975
1975
|
detail: string;
|
|
1976
1976
|
};
|
|
@@ -1714,11 +1714,11 @@ declare const _default: {
|
|
|
1714
1714
|
url: string;
|
|
1715
1715
|
}[];
|
|
1716
1716
|
functionParameter: {
|
|
1717
|
-
|
|
1717
|
+
value1: {
|
|
1718
1718
|
name: string;
|
|
1719
1719
|
detail: string;
|
|
1720
1720
|
};
|
|
1721
|
-
|
|
1721
|
+
value2: {
|
|
1722
1722
|
name: string;
|
|
1723
1723
|
detail: string;
|
|
1724
1724
|
};
|
|
@@ -1732,11 +1732,11 @@ declare const _default: {
|
|
|
1732
1732
|
url: string;
|
|
1733
1733
|
}[];
|
|
1734
1734
|
functionParameter: {
|
|
1735
|
-
|
|
1735
|
+
value1: {
|
|
1736
1736
|
name: string;
|
|
1737
1737
|
detail: string;
|
|
1738
1738
|
};
|
|
1739
|
-
|
|
1739
|
+
value2: {
|
|
1740
1740
|
name: string;
|
|
1741
1741
|
detail: string;
|
|
1742
1742
|
};
|
|
@@ -1948,11 +1948,11 @@ declare const _default: {
|
|
|
1948
1948
|
url: string;
|
|
1949
1949
|
}[];
|
|
1950
1950
|
functionParameter: {
|
|
1951
|
-
|
|
1951
|
+
value1: {
|
|
1952
1952
|
name: string;
|
|
1953
1953
|
detail: string;
|
|
1954
1954
|
};
|
|
1955
|
-
|
|
1955
|
+
value2: {
|
|
1956
1956
|
name: string;
|
|
1957
1957
|
detail: string;
|
|
1958
1958
|
};
|
|
@@ -1966,11 +1966,11 @@ declare const _default: {
|
|
|
1966
1966
|
url: string;
|
|
1967
1967
|
}[];
|
|
1968
1968
|
functionParameter: {
|
|
1969
|
-
|
|
1969
|
+
value1: {
|
|
1970
1970
|
name: string;
|
|
1971
1971
|
detail: string;
|
|
1972
1972
|
};
|
|
1973
|
-
|
|
1973
|
+
value2: {
|
|
1974
1974
|
name: string;
|
|
1975
1975
|
detail: string;
|
|
1976
1976
|
};
|
|
@@ -1714,11 +1714,11 @@ declare const _default: {
|
|
|
1714
1714
|
url: string;
|
|
1715
1715
|
}[];
|
|
1716
1716
|
functionParameter: {
|
|
1717
|
-
|
|
1717
|
+
value1: {
|
|
1718
1718
|
name: string;
|
|
1719
1719
|
detail: string;
|
|
1720
1720
|
};
|
|
1721
|
-
|
|
1721
|
+
value2: {
|
|
1722
1722
|
name: string;
|
|
1723
1723
|
detail: string;
|
|
1724
1724
|
};
|
|
@@ -1732,11 +1732,11 @@ declare const _default: {
|
|
|
1732
1732
|
url: string;
|
|
1733
1733
|
}[];
|
|
1734
1734
|
functionParameter: {
|
|
1735
|
-
|
|
1735
|
+
value1: {
|
|
1736
1736
|
name: string;
|
|
1737
1737
|
detail: string;
|
|
1738
1738
|
};
|
|
1739
|
-
|
|
1739
|
+
value2: {
|
|
1740
1740
|
name: string;
|
|
1741
1741
|
detail: string;
|
|
1742
1742
|
};
|
|
@@ -1948,11 +1948,11 @@ declare const _default: {
|
|
|
1948
1948
|
url: string;
|
|
1949
1949
|
}[];
|
|
1950
1950
|
functionParameter: {
|
|
1951
|
-
|
|
1951
|
+
value1: {
|
|
1952
1952
|
name: string;
|
|
1953
1953
|
detail: string;
|
|
1954
1954
|
};
|
|
1955
|
-
|
|
1955
|
+
value2: {
|
|
1956
1956
|
name: string;
|
|
1957
1957
|
detail: string;
|
|
1958
1958
|
};
|
|
@@ -1966,11 +1966,11 @@ declare const _default: {
|
|
|
1966
1966
|
url: string;
|
|
1967
1967
|
}[];
|
|
1968
1968
|
functionParameter: {
|
|
1969
|
-
|
|
1969
|
+
value1: {
|
|
1970
1970
|
name: string;
|
|
1971
1971
|
detail: string;
|
|
1972
1972
|
};
|
|
1973
|
-
|
|
1973
|
+
value2: {
|
|
1974
1974
|
name: string;
|
|
1975
1975
|
detail: string;
|
|
1976
1976
|
};
|
|
@@ -1937,11 +1937,7 @@ declare const _default: {
|
|
|
1937
1937
|
url: string;
|
|
1938
1938
|
}[];
|
|
1939
1939
|
functionParameter: {
|
|
1940
|
-
|
|
1941
|
-
name: string;
|
|
1942
|
-
detail: string;
|
|
1943
|
-
};
|
|
1944
|
-
number2: {
|
|
1940
|
+
value: {
|
|
1945
1941
|
name: string;
|
|
1946
1942
|
detail: string;
|
|
1947
1943
|
};
|
|
@@ -1955,11 +1951,7 @@ declare const _default: {
|
|
|
1955
1951
|
url: string;
|
|
1956
1952
|
}[];
|
|
1957
1953
|
functionParameter: {
|
|
1958
|
-
|
|
1959
|
-
name: string;
|
|
1960
|
-
detail: string;
|
|
1961
|
-
};
|
|
1962
|
-
number2: {
|
|
1954
|
+
value: {
|
|
1963
1955
|
name: string;
|
|
1964
1956
|
detail: string;
|
|
1965
1957
|
};
|
|
@@ -2009,11 +2001,7 @@ declare const _default: {
|
|
|
2009
2001
|
url: string;
|
|
2010
2002
|
}[];
|
|
2011
2003
|
functionParameter: {
|
|
2012
|
-
|
|
2013
|
-
name: string;
|
|
2014
|
-
detail: string;
|
|
2015
|
-
};
|
|
2016
|
-
number2: {
|
|
2004
|
+
value: {
|
|
2017
2005
|
name: string;
|
|
2018
2006
|
detail: string;
|
|
2019
2007
|
};
|
|
@@ -2027,11 +2015,7 @@ declare const _default: {
|
|
|
2027
2015
|
url: string;
|
|
2028
2016
|
}[];
|
|
2029
2017
|
functionParameter: {
|
|
2030
|
-
|
|
2031
|
-
name: string;
|
|
2032
|
-
detail: string;
|
|
2033
|
-
};
|
|
2034
|
-
number2: {
|
|
2018
|
+
value: {
|
|
2035
2019
|
name: string;
|
|
2036
2020
|
detail: string;
|
|
2037
2021
|
};
|
|
@@ -2045,11 +2029,7 @@ declare const _default: {
|
|
|
2045
2029
|
url: string;
|
|
2046
2030
|
}[];
|
|
2047
2031
|
functionParameter: {
|
|
2048
|
-
|
|
2049
|
-
name: string;
|
|
2050
|
-
detail: string;
|
|
2051
|
-
};
|
|
2052
|
-
number2: {
|
|
2032
|
+
value: {
|
|
2053
2033
|
name: string;
|
|
2054
2034
|
detail: string;
|
|
2055
2035
|
};
|
|
@@ -2063,11 +2043,7 @@ declare const _default: {
|
|
|
2063
2043
|
url: string;
|
|
2064
2044
|
}[];
|
|
2065
2045
|
functionParameter: {
|
|
2066
|
-
|
|
2067
|
-
name: string;
|
|
2068
|
-
detail: string;
|
|
2069
|
-
};
|
|
2070
|
-
number2: {
|
|
2046
|
+
value: {
|
|
2071
2047
|
name: string;
|
|
2072
2048
|
detail: string;
|
|
2073
2049
|
};
|
|
@@ -2117,11 +2093,7 @@ declare const _default: {
|
|
|
2117
2093
|
url: string;
|
|
2118
2094
|
}[];
|
|
2119
2095
|
functionParameter: {
|
|
2120
|
-
|
|
2121
|
-
name: string;
|
|
2122
|
-
detail: string;
|
|
2123
|
-
};
|
|
2124
|
-
number2: {
|
|
2096
|
+
value: {
|
|
2125
2097
|
name: string;
|
|
2126
2098
|
detail: string;
|
|
2127
2099
|
};
|
|
@@ -2135,11 +2107,7 @@ declare const _default: {
|
|
|
2135
2107
|
url: string;
|
|
2136
2108
|
}[];
|
|
2137
2109
|
functionParameter: {
|
|
2138
|
-
|
|
2139
|
-
name: string;
|
|
2140
|
-
detail: string;
|
|
2141
|
-
};
|
|
2142
|
-
number2: {
|
|
2110
|
+
value: {
|
|
2143
2111
|
name: string;
|
|
2144
2112
|
detail: string;
|
|
2145
2113
|
};
|
|
@@ -3757,11 +3725,7 @@ declare const _default: {
|
|
|
3757
3725
|
url: string;
|
|
3758
3726
|
}[];
|
|
3759
3727
|
functionParameter: {
|
|
3760
|
-
|
|
3761
|
-
name: string;
|
|
3762
|
-
detail: string;
|
|
3763
|
-
};
|
|
3764
|
-
number2: {
|
|
3728
|
+
reference: {
|
|
3765
3729
|
name: string;
|
|
3766
3730
|
detail: string;
|
|
3767
3731
|
};
|
|
@@ -3775,11 +3739,7 @@ declare const _default: {
|
|
|
3775
3739
|
url: string;
|
|
3776
3740
|
}[];
|
|
3777
3741
|
functionParameter: {
|
|
3778
|
-
|
|
3779
|
-
name: string;
|
|
3780
|
-
detail: string;
|
|
3781
|
-
};
|
|
3782
|
-
number2: {
|
|
3742
|
+
array: {
|
|
3783
3743
|
name: string;
|
|
3784
3744
|
detail: string;
|
|
3785
3745
|
};
|
|
@@ -3963,11 +3923,19 @@ declare const _default: {
|
|
|
3963
3923
|
url: string;
|
|
3964
3924
|
}[];
|
|
3965
3925
|
functionParameter: {
|
|
3966
|
-
|
|
3926
|
+
reference: {
|
|
3967
3927
|
name: string;
|
|
3968
3928
|
detail: string;
|
|
3969
3929
|
};
|
|
3970
|
-
|
|
3930
|
+
rowNum: {
|
|
3931
|
+
name: string;
|
|
3932
|
+
detail: string;
|
|
3933
|
+
};
|
|
3934
|
+
columnNum: {
|
|
3935
|
+
name: string;
|
|
3936
|
+
detail: string;
|
|
3937
|
+
};
|
|
3938
|
+
areaNum: {
|
|
3971
3939
|
name: string;
|
|
3972
3940
|
detail: string;
|
|
3973
3941
|
};
|
|
@@ -3981,11 +3949,11 @@ declare const _default: {
|
|
|
3981
3949
|
url: string;
|
|
3982
3950
|
}[];
|
|
3983
3951
|
functionParameter: {
|
|
3984
|
-
|
|
3952
|
+
refText: {
|
|
3985
3953
|
name: string;
|
|
3986
3954
|
detail: string;
|
|
3987
3955
|
};
|
|
3988
|
-
|
|
3956
|
+
a1: {
|
|
3989
3957
|
name: string;
|
|
3990
3958
|
detail: string;
|
|
3991
3959
|
};
|
|
@@ -4073,11 +4041,7 @@ declare const _default: {
|
|
|
4073
4041
|
url: string;
|
|
4074
4042
|
}[];
|
|
4075
4043
|
functionParameter: {
|
|
4076
|
-
|
|
4077
|
-
name: string;
|
|
4078
|
-
detail: string;
|
|
4079
|
-
};
|
|
4080
|
-
number2: {
|
|
4044
|
+
reference: {
|
|
4081
4045
|
name: string;
|
|
4082
4046
|
detail: string;
|
|
4083
4047
|
};
|
|
@@ -4091,11 +4055,7 @@ declare const _default: {
|
|
|
4091
4055
|
url: string;
|
|
4092
4056
|
}[];
|
|
4093
4057
|
functionParameter: {
|
|
4094
|
-
|
|
4095
|
-
name: string;
|
|
4096
|
-
detail: string;
|
|
4097
|
-
};
|
|
4098
|
-
number2: {
|
|
4058
|
+
array: {
|
|
4099
4059
|
name: string;
|
|
4100
4060
|
detail: string;
|
|
4101
4061
|
};
|
|
@@ -6085,11 +6045,11 @@ declare const _default: {
|
|
|
6085
6045
|
url: string;
|
|
6086
6046
|
}[];
|
|
6087
6047
|
functionParameter: {
|
|
6088
|
-
|
|
6048
|
+
value1: {
|
|
6089
6049
|
name: string;
|
|
6090
6050
|
detail: string;
|
|
6091
6051
|
};
|
|
6092
|
-
|
|
6052
|
+
value2: {
|
|
6093
6053
|
name: string;
|
|
6094
6054
|
detail: string;
|
|
6095
6055
|
};
|
|
@@ -6103,11 +6063,11 @@ declare const _default: {
|
|
|
6103
6063
|
url: string;
|
|
6104
6064
|
}[];
|
|
6105
6065
|
functionParameter: {
|
|
6106
|
-
|
|
6066
|
+
value1: {
|
|
6107
6067
|
name: string;
|
|
6108
6068
|
detail: string;
|
|
6109
6069
|
};
|
|
6110
|
-
|
|
6070
|
+
value2: {
|
|
6111
6071
|
name: string;
|
|
6112
6072
|
detail: string;
|
|
6113
6073
|
};
|
|
@@ -6319,11 +6279,11 @@ declare const _default: {
|
|
|
6319
6279
|
url: string;
|
|
6320
6280
|
}[];
|
|
6321
6281
|
functionParameter: {
|
|
6322
|
-
|
|
6282
|
+
value1: {
|
|
6323
6283
|
name: string;
|
|
6324
6284
|
detail: string;
|
|
6325
6285
|
};
|
|
6326
|
-
|
|
6286
|
+
value2: {
|
|
6327
6287
|
name: string;
|
|
6328
6288
|
detail: string;
|
|
6329
6289
|
};
|
|
@@ -6337,11 +6297,11 @@ declare const _default: {
|
|
|
6337
6297
|
url: string;
|
|
6338
6298
|
}[];
|
|
6339
6299
|
functionParameter: {
|
|
6340
|
-
|
|
6300
|
+
value1: {
|
|
6341
6301
|
name: string;
|
|
6342
6302
|
detail: string;
|
|
6343
6303
|
};
|
|
6344
|
-
|
|
6304
|
+
value2: {
|
|
6345
6305
|
name: string;
|
|
6346
6306
|
detail: string;
|
|
6347
6307
|
};
|
|
@@ -7149,11 +7109,11 @@ declare const _default: {
|
|
|
7149
7109
|
url: string;
|
|
7150
7110
|
}[];
|
|
7151
7111
|
functionParameter: {
|
|
7152
|
-
|
|
7112
|
+
number: {
|
|
7153
7113
|
name: string;
|
|
7154
7114
|
detail: string;
|
|
7155
7115
|
};
|
|
7156
|
-
|
|
7116
|
+
divisor: {
|
|
7157
7117
|
name: string;
|
|
7158
7118
|
detail: string;
|
|
7159
7119
|
};
|
|
@@ -7257,11 +7217,11 @@ declare const _default: {
|
|
|
7257
7217
|
url: string;
|
|
7258
7218
|
}[];
|
|
7259
7219
|
functionParameter: {
|
|
7260
|
-
|
|
7220
|
+
number: {
|
|
7261
7221
|
name: string;
|
|
7262
7222
|
detail: string;
|
|
7263
7223
|
};
|
|
7264
|
-
|
|
7224
|
+
power: {
|
|
7265
7225
|
name: string;
|
|
7266
7226
|
detail: string;
|
|
7267
7227
|
};
|
|
@@ -7617,11 +7577,15 @@ declare const _default: {
|
|
|
7617
7577
|
url: string;
|
|
7618
7578
|
}[];
|
|
7619
7579
|
functionParameter: {
|
|
7620
|
-
|
|
7580
|
+
functionNum: {
|
|
7621
7581
|
name: string;
|
|
7622
7582
|
detail: string;
|
|
7623
7583
|
};
|
|
7624
|
-
|
|
7584
|
+
ref1: {
|
|
7585
|
+
name: string;
|
|
7586
|
+
detail: string;
|
|
7587
|
+
};
|
|
7588
|
+
ref2: {
|
|
7625
7589
|
name: string;
|
|
7626
7590
|
detail: string;
|
|
7627
7591
|
};
|