@univerjs/sheets-formula-ui 0.4.1 → 0.4.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.
Files changed (38) hide show
  1. package/lib/cjs/index.js +2 -2
  2. package/lib/es/index.js +17 -10
  3. package/lib/locale/en-US.json +240 -237
  4. package/lib/locale/fa-IR.json +240 -237
  5. package/lib/locale/ru-RU.json +135 -104
  6. package/lib/locale/vi-VN.json +327 -160
  7. package/lib/locale/zh-CN.json +240 -237
  8. package/lib/locale/zh-TW.json +240 -237
  9. package/lib/types/locale/en-US.d.ts +122 -119
  10. package/lib/types/locale/fa-IR.d.ts +122 -119
  11. package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
  12. package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
  13. package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
  14. package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
  15. package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
  16. package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
  17. package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
  18. package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
  19. package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
  20. package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
  21. package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
  22. package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
  23. package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
  24. package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
  25. package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
  26. package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
  27. package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
  28. package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
  29. package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
  30. package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
  31. package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
  32. package/lib/types/locale/ru-RU.d.ts +77 -46
  33. package/lib/types/locale/vi-VN.d.ts +214 -63
  34. package/lib/types/locale/zh-CN.d.ts +122 -119
  35. package/lib/types/locale/zh-TW.d.ts +122 -119
  36. package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
  37. package/lib/umd/index.js +2 -2
  38. package/package.json +14 -14
@@ -22,11 +22,7 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
26
- name: string;
27
- detail: string;
28
- };
29
- number2: {
25
+ text: {
30
26
  name: string;
31
27
  detail: string;
32
28
  };
@@ -40,11 +36,11 @@ declare const _default: {
40
36
  url: string;
41
37
  }[];
42
38
  functionParameter: {
43
- number1: {
39
+ array: {
44
40
  name: string;
45
41
  detail: string;
46
42
  };
47
- number2: {
43
+ format: {
48
44
  name: string;
49
45
  detail: string;
50
46
  };
@@ -58,11 +54,7 @@ declare const _default: {
58
54
  url: string;
59
55
  }[];
60
56
  functionParameter: {
61
- number1: {
62
- name: string;
63
- detail: string;
64
- };
65
- number2: {
57
+ number: {
66
58
  name: string;
67
59
  detail: string;
68
60
  };
@@ -76,11 +68,7 @@ declare const _default: {
76
68
  url: string;
77
69
  }[];
78
70
  functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
71
+ number: {
84
72
  name: string;
85
73
  detail: string;
86
74
  };
@@ -94,11 +82,7 @@ declare const _default: {
94
82
  url: string;
95
83
  }[];
96
84
  functionParameter: {
97
- number1: {
98
- name: string;
99
- detail: string;
100
- };
101
- number2: {
85
+ text: {
102
86
  name: string;
103
87
  detail: string;
104
88
  };
@@ -112,11 +96,7 @@ declare const _default: {
112
96
  url: string;
113
97
  }[];
114
98
  functionParameter: {
115
- number1: {
116
- name: string;
117
- detail: string;
118
- };
119
- number2: {
99
+ text: {
120
100
  name: string;
121
101
  detail: string;
122
102
  };
@@ -166,11 +146,7 @@ declare const _default: {
166
146
  url: string;
167
147
  }[];
168
148
  functionParameter: {
169
- number1: {
170
- name: string;
171
- detail: string;
172
- };
173
- number2: {
149
+ text: {
174
150
  name: string;
175
151
  detail: string;
176
152
  };
@@ -184,11 +160,11 @@ declare const _default: {
184
160
  url: string;
185
161
  }[];
186
162
  functionParameter: {
187
- number1: {
163
+ number: {
188
164
  name: string;
189
165
  detail: string;
190
166
  };
191
- number2: {
167
+ decimals: {
192
168
  name: string;
193
169
  detail: string;
194
170
  };
@@ -202,11 +178,11 @@ declare const _default: {
202
178
  url: string;
203
179
  }[];
204
180
  functionParameter: {
205
- number1: {
181
+ text1: {
206
182
  name: string;
207
183
  detail: string;
208
184
  };
209
- number2: {
185
+ text2: {
210
186
  name: string;
211
187
  detail: string;
212
188
  };
@@ -256,11 +232,15 @@ declare const _default: {
256
232
  url: string;
257
233
  }[];
258
234
  functionParameter: {
259
- number1: {
235
+ number: {
260
236
  name: string;
261
237
  detail: string;
262
238
  };
263
- number2: {
239
+ decimals: {
240
+ name: string;
241
+ detail: string;
242
+ };
243
+ noCommas: {
264
244
  name: string;
265
245
  detail: string;
266
246
  };
@@ -392,11 +372,15 @@ declare const _default: {
392
372
  url: string;
393
373
  }[];
394
374
  functionParameter: {
395
- number1: {
375
+ text: {
396
376
  name: string;
397
377
  detail: string;
398
378
  };
399
- number2: {
379
+ decimalSeparator: {
380
+ name: string;
381
+ detail: string;
382
+ };
383
+ groupSeparator: {
400
384
  name: string;
401
385
  detail: string;
402
386
  };
@@ -428,11 +412,7 @@ declare const _default: {
428
412
  url: string;
429
413
  }[];
430
414
  functionParameter: {
431
- number1: {
432
- name: string;
433
- detail: string;
434
- };
435
- number2: {
415
+ text: {
436
416
  name: string;
437
417
  detail: string;
438
418
  };
@@ -558,11 +538,11 @@ declare const _default: {
558
538
  url: string;
559
539
  }[];
560
540
  functionParameter: {
561
- number1: {
541
+ text: {
562
542
  name: string;
563
543
  detail: string;
564
544
  };
565
- number2: {
545
+ numChars: {
566
546
  name: string;
567
547
  detail: string;
568
548
  };
@@ -576,11 +556,11 @@ declare const _default: {
576
556
  url: string;
577
557
  }[];
578
558
  functionParameter: {
579
- number1: {
559
+ text: {
580
560
  name: string;
581
561
  detail: string;
582
562
  };
583
- number2: {
563
+ numBytes: {
584
564
  name: string;
585
565
  detail: string;
586
566
  };
@@ -630,11 +610,19 @@ declare const _default: {
630
610
  url: string;
631
611
  }[];
632
612
  functionParameter: {
633
- number1: {
613
+ text: {
634
614
  name: string;
635
615
  detail: string;
636
616
  };
637
- number2: {
617
+ oldText: {
618
+ name: string;
619
+ detail: string;
620
+ };
621
+ newText: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ instanceNum: {
638
626
  name: string;
639
627
  detail: string;
640
628
  };
@@ -648,11 +636,7 @@ declare const _default: {
648
636
  url: string;
649
637
  }[];
650
638
  functionParameter: {
651
- number1: {
652
- name: string;
653
- detail: string;
654
- };
655
- number2: {
639
+ value: {
656
640
  name: string;
657
641
  detail: string;
658
642
  };
@@ -822,11 +806,7 @@ declare const _default: {
822
806
  url: string;
823
807
  }[];
824
808
  functionParameter: {
825
- number1: {
826
- name: string;
827
- detail: string;
828
- };
829
- number2: {
809
+ number: {
830
810
  name: string;
831
811
  detail: string;
832
812
  };
@@ -840,11 +820,7 @@ declare const _default: {
840
820
  url: string;
841
821
  }[];
842
822
  functionParameter: {
843
- number1: {
844
- name: string;
845
- detail: string;
846
- };
847
- number2: {
823
+ text: {
848
824
  name: string;
849
825
  detail: string;
850
826
  };
@@ -876,11 +852,7 @@ declare const _default: {
876
852
  url: string;
877
853
  }[];
878
854
  functionParameter: {
879
- number1: {
880
- name: string;
881
- detail: string;
882
- };
883
- number2: {
855
+ text: {
884
856
  name: string;
885
857
  detail: string;
886
858
  };
@@ -894,11 +866,11 @@ declare const _default: {
894
866
  url: string;
895
867
  }[];
896
868
  functionParameter: {
897
- number1: {
869
+ value: {
898
870
  name: string;
899
871
  detail: string;
900
872
  };
901
- number2: {
873
+ format: {
902
874
  name: string;
903
875
  detail: string;
904
876
  };
@@ -22,11 +22,7 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
26
- name: string;
27
- detail: string;
28
- };
29
- number2: {
25
+ text: {
30
26
  name: string;
31
27
  detail: string;
32
28
  };
@@ -40,11 +36,11 @@ declare const _default: {
40
36
  url: string;
41
37
  }[];
42
38
  functionParameter: {
43
- number1: {
39
+ array: {
44
40
  name: string;
45
41
  detail: string;
46
42
  };
47
- number2: {
43
+ format: {
48
44
  name: string;
49
45
  detail: string;
50
46
  };
@@ -58,11 +54,7 @@ declare const _default: {
58
54
  url: string;
59
55
  }[];
60
56
  functionParameter: {
61
- number1: {
62
- name: string;
63
- detail: string;
64
- };
65
- number2: {
57
+ number: {
66
58
  name: string;
67
59
  detail: string;
68
60
  };
@@ -76,11 +68,7 @@ declare const _default: {
76
68
  url: string;
77
69
  }[];
78
70
  functionParameter: {
79
- number1: {
80
- name: string;
81
- detail: string;
82
- };
83
- number2: {
71
+ number: {
84
72
  name: string;
85
73
  detail: string;
86
74
  };
@@ -94,11 +82,7 @@ declare const _default: {
94
82
  url: string;
95
83
  }[];
96
84
  functionParameter: {
97
- number1: {
98
- name: string;
99
- detail: string;
100
- };
101
- number2: {
85
+ text: {
102
86
  name: string;
103
87
  detail: string;
104
88
  };
@@ -112,11 +96,7 @@ declare const _default: {
112
96
  url: string;
113
97
  }[];
114
98
  functionParameter: {
115
- number1: {
116
- name: string;
117
- detail: string;
118
- };
119
- number2: {
99
+ text: {
120
100
  name: string;
121
101
  detail: string;
122
102
  };
@@ -166,11 +146,7 @@ declare const _default: {
166
146
  url: string;
167
147
  }[];
168
148
  functionParameter: {
169
- number1: {
170
- name: string;
171
- detail: string;
172
- };
173
- number2: {
149
+ text: {
174
150
  name: string;
175
151
  detail: string;
176
152
  };
@@ -184,11 +160,11 @@ declare const _default: {
184
160
  url: string;
185
161
  }[];
186
162
  functionParameter: {
187
- number1: {
163
+ number: {
188
164
  name: string;
189
165
  detail: string;
190
166
  };
191
- number2: {
167
+ decimals: {
192
168
  name: string;
193
169
  detail: string;
194
170
  };
@@ -202,11 +178,11 @@ declare const _default: {
202
178
  url: string;
203
179
  }[];
204
180
  functionParameter: {
205
- number1: {
181
+ text1: {
206
182
  name: string;
207
183
  detail: string;
208
184
  };
209
- number2: {
185
+ text2: {
210
186
  name: string;
211
187
  detail: string;
212
188
  };
@@ -256,11 +232,15 @@ declare const _default: {
256
232
  url: string;
257
233
  }[];
258
234
  functionParameter: {
259
- number1: {
235
+ number: {
260
236
  name: string;
261
237
  detail: string;
262
238
  };
263
- number2: {
239
+ decimals: {
240
+ name: string;
241
+ detail: string;
242
+ };
243
+ noCommas: {
264
244
  name: string;
265
245
  detail: string;
266
246
  };
@@ -392,11 +372,15 @@ declare const _default: {
392
372
  url: string;
393
373
  }[];
394
374
  functionParameter: {
395
- number1: {
375
+ text: {
396
376
  name: string;
397
377
  detail: string;
398
378
  };
399
- number2: {
379
+ decimalSeparator: {
380
+ name: string;
381
+ detail: string;
382
+ };
383
+ groupSeparator: {
400
384
  name: string;
401
385
  detail: string;
402
386
  };
@@ -428,11 +412,7 @@ declare const _default: {
428
412
  url: string;
429
413
  }[];
430
414
  functionParameter: {
431
- number1: {
432
- name: string;
433
- detail: string;
434
- };
435
- number2: {
415
+ text: {
436
416
  name: string;
437
417
  detail: string;
438
418
  };
@@ -558,11 +538,11 @@ declare const _default: {
558
538
  url: string;
559
539
  }[];
560
540
  functionParameter: {
561
- number1: {
541
+ text: {
562
542
  name: string;
563
543
  detail: string;
564
544
  };
565
- number2: {
545
+ numChars: {
566
546
  name: string;
567
547
  detail: string;
568
548
  };
@@ -576,11 +556,11 @@ declare const _default: {
576
556
  url: string;
577
557
  }[];
578
558
  functionParameter: {
579
- number1: {
559
+ text: {
580
560
  name: string;
581
561
  detail: string;
582
562
  };
583
- number2: {
563
+ numBytes: {
584
564
  name: string;
585
565
  detail: string;
586
566
  };
@@ -630,11 +610,19 @@ declare const _default: {
630
610
  url: string;
631
611
  }[];
632
612
  functionParameter: {
633
- number1: {
613
+ text: {
634
614
  name: string;
635
615
  detail: string;
636
616
  };
637
- number2: {
617
+ oldText: {
618
+ name: string;
619
+ detail: string;
620
+ };
621
+ newText: {
622
+ name: string;
623
+ detail: string;
624
+ };
625
+ instanceNum: {
638
626
  name: string;
639
627
  detail: string;
640
628
  };
@@ -648,11 +636,7 @@ declare const _default: {
648
636
  url: string;
649
637
  }[];
650
638
  functionParameter: {
651
- number1: {
652
- name: string;
653
- detail: string;
654
- };
655
- number2: {
639
+ value: {
656
640
  name: string;
657
641
  detail: string;
658
642
  };
@@ -822,11 +806,7 @@ declare const _default: {
822
806
  url: string;
823
807
  }[];
824
808
  functionParameter: {
825
- number1: {
826
- name: string;
827
- detail: string;
828
- };
829
- number2: {
809
+ number: {
830
810
  name: string;
831
811
  detail: string;
832
812
  };
@@ -840,11 +820,7 @@ declare const _default: {
840
820
  url: string;
841
821
  }[];
842
822
  functionParameter: {
843
- number1: {
844
- name: string;
845
- detail: string;
846
- };
847
- number2: {
823
+ text: {
848
824
  name: string;
849
825
  detail: string;
850
826
  };
@@ -876,11 +852,7 @@ declare const _default: {
876
852
  url: string;
877
853
  }[];
878
854
  functionParameter: {
879
- number1: {
880
- name: string;
881
- detail: string;
882
- };
883
- number2: {
855
+ text: {
884
856
  name: string;
885
857
  detail: string;
886
858
  };
@@ -894,11 +866,11 @@ declare const _default: {
894
866
  url: string;
895
867
  }[];
896
868
  functionParameter: {
897
- number1: {
869
+ value: {
898
870
  name: string;
899
871
  detail: string;
900
872
  };
901
- number2: {
873
+ format: {
902
874
  name: string;
903
875
  detail: string;
904
876
  };