@univerjs/sheets-formula 0.1.16 → 0.1.17
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 +2966 -2899
- package/lib/locale/en-US.json +25 -21
- package/lib/locale/ru-RU.json +24 -20
- package/lib/locale/zh-CN.json +25 -21
- package/lib/types/commands/commands/formula-clipboard.command.d.ts +0 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +13 -0
- package/lib/types/controllers/formula-clipboard.controller.d.ts +5 -4
- package/lib/types/controllers/formula-ui.controller.d.ts +1 -1
- package/lib/types/controllers/prompt.controller.d.ts +2 -3
- package/lib/types/formula-ui-plugin.d.ts +15 -3
- package/lib/types/index.d.ts +1 -2
- package/lib/types/locale/en-US.d.ts +10 -6
- package/lib/types/locale/function-list/lookup/en-US.d.ts +6 -2
- package/lib/types/locale/function-list/lookup/ja-JP.d.ts +6 -2
- package/lib/types/locale/function-list/lookup/zh-CN.d.ts +6 -2
- package/lib/types/locale/function-list/statistical/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +2 -2
- package/lib/types/locale/function-list/text/en-US.d.ts +2 -2
- package/lib/types/locale/function-list/text/ja-JP.d.ts +2 -2
- package/lib/types/locale/function-list/text/ru-RU.d.ts +2 -2
- package/lib/types/locale/function-list/text/zh-CN.d.ts +2 -2
- package/lib/types/locale/ru-RU.d.ts +10 -6
- package/lib/types/locale/zh-CN.d.ts +10 -6
- package/lib/umd/index.js +4 -4
- package/package.json +19 -19
- package/lib/types/controllers/formula-alert.controller.d.ts +0 -12
|
@@ -2661,11 +2661,11 @@ declare const _default: {
|
|
|
2661
2661
|
url: string;
|
|
2662
2662
|
}[];
|
|
2663
2663
|
functionParameter: {
|
|
2664
|
-
|
|
2664
|
+
text1: {
|
|
2665
2665
|
name: string;
|
|
2666
2666
|
detail: string;
|
|
2667
2667
|
};
|
|
2668
|
-
|
|
2668
|
+
text2: {
|
|
2669
2669
|
name: string;
|
|
2670
2670
|
detail: string;
|
|
2671
2671
|
};
|
|
@@ -3651,11 +3651,15 @@ declare const _default: {
|
|
|
3651
3651
|
url: string;
|
|
3652
3652
|
}[];
|
|
3653
3653
|
functionParameter: {
|
|
3654
|
-
|
|
3654
|
+
indexNum: {
|
|
3655
3655
|
name: string;
|
|
3656
3656
|
detail: string;
|
|
3657
3657
|
};
|
|
3658
|
-
|
|
3658
|
+
value1: {
|
|
3659
|
+
name: string;
|
|
3660
|
+
detail: string;
|
|
3661
|
+
};
|
|
3662
|
+
value2: {
|
|
3659
3663
|
name: string;
|
|
3660
3664
|
detail: string;
|
|
3661
3665
|
};
|
|
@@ -4369,11 +4373,11 @@ declare const _default: {
|
|
|
4369
4373
|
url: string;
|
|
4370
4374
|
}[];
|
|
4371
4375
|
functionParameter: {
|
|
4372
|
-
|
|
4376
|
+
value1: {
|
|
4373
4377
|
name: string;
|
|
4374
4378
|
detail: string;
|
|
4375
4379
|
};
|
|
4376
|
-
|
|
4380
|
+
value2: {
|
|
4377
4381
|
name: string;
|
|
4378
4382
|
detail: string;
|
|
4379
4383
|
};
|