@univerjs/sheets-formula 0.1.0-beta.4 → 0.1.0-beta.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 +23 -7
- package/lib/es/index.js +2497 -2357
- package/lib/index.css +1 -1
- package/lib/types/commands/operations/insert-function.operation.d.ts +1 -1
- package/lib/types/controllers/array-formula-display.controller.d.ts +3 -2
- package/lib/types/controllers/numfmt-formula-display.controller.d.ts +28 -0
- package/lib/types/controllers/trigger-calculation.controller.d.ts +5 -1
- package/lib/types/controllers/update-formula.controller.d.ts +0 -1
- package/lib/types/locale/en-US.d.ts +28 -33
- package/lib/types/locale/function-list/date/en-US.d.ts +12 -29
- package/lib/types/locale/function-list/date/ja-JP.d.ts +12 -29
- package/lib/types/locale/function-list/date/zh-CN.d.ts +12 -29
- package/lib/types/locale/function-list/lookup/en-US.d.ts +16 -4
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +16 -4
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +16 -4
- package/lib/types/locale/zh-CN.d.ts +28 -33
- package/lib/types/services/function-list/array.d.ts +1 -1
- package/lib/umd/index.js +22 -6
- package/package.json +38 -24
|
@@ -4021,11 +4021,15 @@ declare const _default: {
|
|
|
4021
4021
|
url: string;
|
|
4022
4022
|
}[];
|
|
4023
4023
|
functionParameter: {
|
|
4024
|
-
|
|
4024
|
+
lookupValue: {
|
|
4025
4025
|
name: string;
|
|
4026
4026
|
detail: string;
|
|
4027
4027
|
};
|
|
4028
|
-
|
|
4028
|
+
lookupArray: {
|
|
4029
|
+
name: string;
|
|
4030
|
+
detail: string;
|
|
4031
|
+
};
|
|
4032
|
+
matchType: {
|
|
4029
4033
|
name: string;
|
|
4030
4034
|
detail: string;
|
|
4031
4035
|
};
|
|
@@ -4363,11 +4367,19 @@ declare const _default: {
|
|
|
4363
4367
|
url: string;
|
|
4364
4368
|
}[];
|
|
4365
4369
|
functionParameter: {
|
|
4366
|
-
|
|
4370
|
+
lookupValue: {
|
|
4367
4371
|
name: string;
|
|
4368
4372
|
detail: string;
|
|
4369
4373
|
};
|
|
4370
|
-
|
|
4374
|
+
lookupArray: {
|
|
4375
|
+
name: string;
|
|
4376
|
+
detail: string;
|
|
4377
|
+
};
|
|
4378
|
+
matchMode: {
|
|
4379
|
+
name: string;
|
|
4380
|
+
detail: string;
|
|
4381
|
+
};
|
|
4382
|
+
searchMode: {
|
|
4371
4383
|
name: string;
|
|
4372
4384
|
detail: string;
|
|
4373
4385
|
};
|
|
@@ -7837,11 +7849,15 @@ declare const _default: {
|
|
|
7837
7849
|
url: string;
|
|
7838
7850
|
}[];
|
|
7839
7851
|
functionParameter: {
|
|
7840
|
-
|
|
7852
|
+
year: {
|
|
7841
7853
|
name: string;
|
|
7842
7854
|
detail: string;
|
|
7843
7855
|
};
|
|
7844
|
-
|
|
7856
|
+
month: {
|
|
7857
|
+
name: string;
|
|
7858
|
+
detail: string;
|
|
7859
|
+
};
|
|
7860
|
+
day: {
|
|
7845
7861
|
name: string;
|
|
7846
7862
|
detail: string;
|
|
7847
7863
|
};
|
|
@@ -7891,11 +7907,7 @@ declare const _default: {
|
|
|
7891
7907
|
url: string;
|
|
7892
7908
|
}[];
|
|
7893
7909
|
functionParameter: {
|
|
7894
|
-
|
|
7895
|
-
name: string;
|
|
7896
|
-
detail: string;
|
|
7897
|
-
};
|
|
7898
|
-
number2: {
|
|
7910
|
+
serialNumber: {
|
|
7899
7911
|
name: string;
|
|
7900
7912
|
detail: string;
|
|
7901
7913
|
};
|
|
@@ -7945,11 +7957,11 @@ declare const _default: {
|
|
|
7945
7957
|
url: string;
|
|
7946
7958
|
}[];
|
|
7947
7959
|
functionParameter: {
|
|
7948
|
-
|
|
7960
|
+
startDate: {
|
|
7949
7961
|
name: string;
|
|
7950
7962
|
detail: string;
|
|
7951
7963
|
};
|
|
7952
|
-
|
|
7964
|
+
months: {
|
|
7953
7965
|
name: string;
|
|
7954
7966
|
detail: string;
|
|
7955
7967
|
};
|
|
@@ -8035,11 +8047,7 @@ declare const _default: {
|
|
|
8035
8047
|
url: string;
|
|
8036
8048
|
}[];
|
|
8037
8049
|
functionParameter: {
|
|
8038
|
-
|
|
8039
|
-
name: string;
|
|
8040
|
-
detail: string;
|
|
8041
|
-
};
|
|
8042
|
-
number2: {
|
|
8050
|
+
serialNumber: {
|
|
8043
8051
|
name: string;
|
|
8044
8052
|
detail: string;
|
|
8045
8053
|
};
|
|
@@ -8160,16 +8168,7 @@ declare const _default: {
|
|
|
8160
8168
|
title: string;
|
|
8161
8169
|
url: string;
|
|
8162
8170
|
}[];
|
|
8163
|
-
functionParameter: {
|
|
8164
|
-
number1: {
|
|
8165
|
-
name: string;
|
|
8166
|
-
detail: string;
|
|
8167
|
-
};
|
|
8168
|
-
number2: {
|
|
8169
|
-
name: string;
|
|
8170
|
-
detail: string;
|
|
8171
|
-
};
|
|
8172
|
-
};
|
|
8171
|
+
functionParameter: {};
|
|
8173
8172
|
};
|
|
8174
8173
|
WEEKDAY: {
|
|
8175
8174
|
description: string;
|
|
@@ -8251,11 +8250,7 @@ declare const _default: {
|
|
|
8251
8250
|
url: string;
|
|
8252
8251
|
}[];
|
|
8253
8252
|
functionParameter: {
|
|
8254
|
-
|
|
8255
|
-
name: string;
|
|
8256
|
-
detail: string;
|
|
8257
|
-
};
|
|
8258
|
-
number2: {
|
|
8253
|
+
serialNumber: {
|
|
8259
8254
|
name: string;
|
|
8260
8255
|
detail: string;
|
|
8261
8256
|
};
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
* See the License for the specific language governing permissions and
|
|
14
14
|
* limitations under the License.
|
|
15
15
|
*/
|
|
16
|
-
import {
|
|
16
|
+
import type { IFunctionInfo } from '@univerjs/engine-formula';
|
|
17
17
|
export declare const FUNCTION_LIST_ARRAY: IFunctionInfo[];
|