@univerjs/sheets-formula 0.1.1 → 0.1.3
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 +1766 -1883
- package/lib/index.css +1 -1
- package/lib/types/commands/operations/editor-formula.operation.d.ts +1 -0
- package/lib/types/controllers/prompt.controller.d.ts +3 -7
- package/lib/types/controllers/shortcuts/prompt.shortcut.d.ts +1 -0
- package/lib/types/controllers/utils/utils.d.ts +17 -0
- 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 +25 -25
|
@@ -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
|
};
|
|
@@ -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
|
};
|