@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.
- package/lib/cjs/index.js +2 -2
- package/lib/es/index.js +17 -10
- package/lib/locale/en-US.json +240 -237
- package/lib/locale/fa-IR.json +240 -237
- package/lib/locale/ru-RU.json +135 -104
- package/lib/locale/vi-VN.json +327 -160
- package/lib/locale/zh-CN.json +240 -237
- package/lib/locale/zh-TW.json +240 -237
- package/lib/types/locale/en-US.d.ts +122 -119
- package/lib/types/locale/fa-IR.d.ts +122 -119
- package/lib/types/locale/function-list/database/en-US.d.ts +72 -24
- package/lib/types/locale/function-list/database/ja-JP.d.ts +72 -24
- package/lib/types/locale/function-list/database/ru-RU.d.ts +72 -24
- package/lib/types/locale/function-list/database/vi-VN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-CN.d.ts +72 -24
- package/lib/types/locale/function-list/database/zh-TW.d.ts +72 -24
- package/lib/types/locale/function-list/information/en-US.d.ts +2 -15
- package/lib/types/locale/function-list/information/ja-JP.d.ts +2 -15
- package/lib/types/locale/function-list/information/vi-VN.d.ts +23 -0
- package/lib/types/locale/function-list/information/zh-CN.d.ts +2 -15
- package/lib/types/locale/function-list/information/zh-TW.d.ts +2 -15
- package/lib/types/locale/function-list/math/en-US.d.ts +3 -7
- package/lib/types/locale/function-list/math/ja-JP.d.ts +3 -7
- package/lib/types/locale/function-list/math/vi-VN.d.ts +32 -0
- package/lib/types/locale/function-list/math/zh-CN.d.ts +3 -7
- package/lib/types/locale/function-list/math/zh-TW.d.ts +3 -7
- package/lib/types/locale/function-list/text/en-US.d.ts +45 -73
- package/lib/types/locale/function-list/text/ja-JP.d.ts +45 -73
- package/lib/types/locale/function-list/text/vi-VN.d.ts +87 -39
- package/lib/types/locale/function-list/text/zh-CN.d.ts +45 -73
- package/lib/types/locale/function-list/text/zh-TW.d.ts +45 -73
- package/lib/types/locale/ru-RU.d.ts +77 -46
- package/lib/types/locale/vi-VN.d.ts +214 -63
- package/lib/types/locale/zh-CN.d.ts +122 -119
- package/lib/types/locale/zh-TW.d.ts +122 -119
- package/lib/types/views/formula-progress/FormulaProgress.d.ts +2 -0
- package/lib/umd/index.js +2 -2
- package/package.json +14 -14
|
@@ -237,6 +237,29 @@ declare const _default: {
|
|
|
237
237
|
}[];
|
|
238
238
|
functionParameter: {};
|
|
239
239
|
};
|
|
240
|
+
SHEET: {
|
|
241
|
+
description: string;
|
|
242
|
+
abstract: string;
|
|
243
|
+
links: {
|
|
244
|
+
title: string;
|
|
245
|
+
url: string;
|
|
246
|
+
}[];
|
|
247
|
+
functionParameter: {
|
|
248
|
+
value: {
|
|
249
|
+
name: string;
|
|
250
|
+
detail: string;
|
|
251
|
+
};
|
|
252
|
+
};
|
|
253
|
+
};
|
|
254
|
+
SHEETS: {
|
|
255
|
+
description: string;
|
|
256
|
+
abstract: string;
|
|
257
|
+
links: {
|
|
258
|
+
title: string;
|
|
259
|
+
url: string;
|
|
260
|
+
}[];
|
|
261
|
+
functionParameter: {};
|
|
262
|
+
};
|
|
240
263
|
TYPE: {
|
|
241
264
|
description: string;
|
|
242
265
|
abstract: string;
|
|
@@ -281,11 +281,7 @@ declare const _default: {
|
|
|
281
281
|
url: string;
|
|
282
282
|
}[];
|
|
283
283
|
functionParameter: {
|
|
284
|
-
|
|
285
|
-
name: string;
|
|
286
|
-
detail: string;
|
|
287
|
-
};
|
|
288
|
-
number2: {
|
|
284
|
+
value: {
|
|
289
285
|
name: string;
|
|
290
286
|
detail: string;
|
|
291
287
|
};
|
|
@@ -298,16 +294,7 @@ declare const _default: {
|
|
|
298
294
|
title: string;
|
|
299
295
|
url: string;
|
|
300
296
|
}[];
|
|
301
|
-
functionParameter: {
|
|
302
|
-
number1: {
|
|
303
|
-
name: string;
|
|
304
|
-
detail: string;
|
|
305
|
-
};
|
|
306
|
-
number2: {
|
|
307
|
-
name: string;
|
|
308
|
-
detail: string;
|
|
309
|
-
};
|
|
310
|
-
};
|
|
297
|
+
functionParameter: {};
|
|
311
298
|
};
|
|
312
299
|
TYPE: {
|
|
313
300
|
description: string;
|
|
@@ -281,11 +281,7 @@ declare const _default: {
|
|
|
281
281
|
url: string;
|
|
282
282
|
}[];
|
|
283
283
|
functionParameter: {
|
|
284
|
-
|
|
285
|
-
name: string;
|
|
286
|
-
detail: string;
|
|
287
|
-
};
|
|
288
|
-
number2: {
|
|
284
|
+
value: {
|
|
289
285
|
name: string;
|
|
290
286
|
detail: string;
|
|
291
287
|
};
|
|
@@ -298,16 +294,7 @@ declare const _default: {
|
|
|
298
294
|
title: string;
|
|
299
295
|
url: string;
|
|
300
296
|
}[];
|
|
301
|
-
functionParameter: {
|
|
302
|
-
number1: {
|
|
303
|
-
name: string;
|
|
304
|
-
detail: string;
|
|
305
|
-
};
|
|
306
|
-
number2: {
|
|
307
|
-
name: string;
|
|
308
|
-
detail: string;
|
|
309
|
-
};
|
|
310
|
-
};
|
|
297
|
+
functionParameter: {};
|
|
311
298
|
};
|
|
312
299
|
TYPE: {
|
|
313
300
|
description: string;
|
|
@@ -110,11 +110,7 @@ declare const _default: {
|
|
|
110
110
|
url: string;
|
|
111
111
|
}[];
|
|
112
112
|
functionParameter: {
|
|
113
|
-
|
|
114
|
-
name: string;
|
|
115
|
-
detail: string;
|
|
116
|
-
};
|
|
117
|
-
number2: {
|
|
113
|
+
text: {
|
|
118
114
|
name: string;
|
|
119
115
|
detail: string;
|
|
120
116
|
};
|
|
@@ -942,11 +938,11 @@ declare const _default: {
|
|
|
942
938
|
url: string;
|
|
943
939
|
}[];
|
|
944
940
|
functionParameter: {
|
|
945
|
-
|
|
941
|
+
number: {
|
|
946
942
|
name: string;
|
|
947
943
|
detail: string;
|
|
948
944
|
};
|
|
949
|
-
|
|
945
|
+
form: {
|
|
950
946
|
name: string;
|
|
951
947
|
detail: string;
|
|
952
948
|
};
|
|
@@ -110,11 +110,7 @@ declare const _default: {
|
|
|
110
110
|
url: string;
|
|
111
111
|
}[];
|
|
112
112
|
functionParameter: {
|
|
113
|
-
|
|
114
|
-
name: string;
|
|
115
|
-
detail: string;
|
|
116
|
-
};
|
|
117
|
-
number2: {
|
|
113
|
+
text: {
|
|
118
114
|
name: string;
|
|
119
115
|
detail: string;
|
|
120
116
|
};
|
|
@@ -942,11 +938,11 @@ declare const _default: {
|
|
|
942
938
|
url: string;
|
|
943
939
|
}[];
|
|
944
940
|
functionParameter: {
|
|
945
|
-
|
|
941
|
+
number: {
|
|
946
942
|
name: string;
|
|
947
943
|
detail: string;
|
|
948
944
|
};
|
|
949
|
-
|
|
945
|
+
form: {
|
|
950
946
|
name: string;
|
|
951
947
|
detail: string;
|
|
952
948
|
};
|
|
@@ -84,6 +84,20 @@ declare const _default: {
|
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
86
|
};
|
|
87
|
+
ARABIC: {
|
|
88
|
+
description: string;
|
|
89
|
+
abstract: string;
|
|
90
|
+
links: {
|
|
91
|
+
title: string;
|
|
92
|
+
url: string;
|
|
93
|
+
}[];
|
|
94
|
+
functionParameter: {
|
|
95
|
+
text: {
|
|
96
|
+
name: string;
|
|
97
|
+
detail: string;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
100
|
+
};
|
|
87
101
|
ASIN: {
|
|
88
102
|
description: string;
|
|
89
103
|
abstract: string;
|
|
@@ -862,6 +876,24 @@ declare const _default: {
|
|
|
862
876
|
};
|
|
863
877
|
};
|
|
864
878
|
};
|
|
879
|
+
ROMAN: {
|
|
880
|
+
description: string;
|
|
881
|
+
abstract: string;
|
|
882
|
+
links: {
|
|
883
|
+
title: string;
|
|
884
|
+
url: string;
|
|
885
|
+
}[];
|
|
886
|
+
functionParameter: {
|
|
887
|
+
number: {
|
|
888
|
+
name: string;
|
|
889
|
+
detail: string;
|
|
890
|
+
};
|
|
891
|
+
form: {
|
|
892
|
+
name: string;
|
|
893
|
+
detail: string;
|
|
894
|
+
};
|
|
895
|
+
};
|
|
896
|
+
};
|
|
865
897
|
ROUND: {
|
|
866
898
|
description: string;
|
|
867
899
|
abstract: string;
|
|
@@ -110,11 +110,7 @@ declare const _default: {
|
|
|
110
110
|
url: string;
|
|
111
111
|
}[];
|
|
112
112
|
functionParameter: {
|
|
113
|
-
|
|
114
|
-
name: string;
|
|
115
|
-
detail: string;
|
|
116
|
-
};
|
|
117
|
-
number2: {
|
|
113
|
+
text: {
|
|
118
114
|
name: string;
|
|
119
115
|
detail: string;
|
|
120
116
|
};
|
|
@@ -942,11 +938,11 @@ declare const _default: {
|
|
|
942
938
|
url: string;
|
|
943
939
|
}[];
|
|
944
940
|
functionParameter: {
|
|
945
|
-
|
|
941
|
+
number: {
|
|
946
942
|
name: string;
|
|
947
943
|
detail: string;
|
|
948
944
|
};
|
|
949
|
-
|
|
945
|
+
form: {
|
|
950
946
|
name: string;
|
|
951
947
|
detail: string;
|
|
952
948
|
};
|
|
@@ -110,11 +110,7 @@ declare const _default: {
|
|
|
110
110
|
url: string;
|
|
111
111
|
}[];
|
|
112
112
|
functionParameter: {
|
|
113
|
-
|
|
114
|
-
name: string;
|
|
115
|
-
detail: string;
|
|
116
|
-
};
|
|
117
|
-
number2: {
|
|
113
|
+
text: {
|
|
118
114
|
name: string;
|
|
119
115
|
detail: string;
|
|
120
116
|
};
|
|
@@ -942,11 +938,11 @@ declare const _default: {
|
|
|
942
938
|
url: string;
|
|
943
939
|
}[];
|
|
944
940
|
functionParameter: {
|
|
945
|
-
|
|
941
|
+
number: {
|
|
946
942
|
name: string;
|
|
947
943
|
detail: string;
|
|
948
944
|
};
|
|
949
|
-
|
|
945
|
+
form: {
|
|
950
946
|
name: string;
|
|
951
947
|
detail: string;
|
|
952
948
|
};
|
|
@@ -22,11 +22,7 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
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
|
-
|
|
39
|
+
array: {
|
|
44
40
|
name: string;
|
|
45
41
|
detail: string;
|
|
46
42
|
};
|
|
47
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
163
|
+
number: {
|
|
188
164
|
name: string;
|
|
189
165
|
detail: string;
|
|
190
166
|
};
|
|
191
|
-
|
|
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
|
-
|
|
181
|
+
text1: {
|
|
206
182
|
name: string;
|
|
207
183
|
detail: string;
|
|
208
184
|
};
|
|
209
|
-
|
|
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
|
-
|
|
235
|
+
number: {
|
|
260
236
|
name: string;
|
|
261
237
|
detail: string;
|
|
262
238
|
};
|
|
263
|
-
|
|
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
|
-
|
|
375
|
+
text: {
|
|
396
376
|
name: string;
|
|
397
377
|
detail: string;
|
|
398
378
|
};
|
|
399
|
-
|
|
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
|
-
|
|
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
|
-
|
|
541
|
+
text: {
|
|
562
542
|
name: string;
|
|
563
543
|
detail: string;
|
|
564
544
|
};
|
|
565
|
-
|
|
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
|
-
|
|
559
|
+
text: {
|
|
580
560
|
name: string;
|
|
581
561
|
detail: string;
|
|
582
562
|
};
|
|
583
|
-
|
|
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
|
-
|
|
613
|
+
text: {
|
|
634
614
|
name: string;
|
|
635
615
|
detail: string;
|
|
636
616
|
};
|
|
637
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
869
|
+
value: {
|
|
898
870
|
name: string;
|
|
899
871
|
detail: string;
|
|
900
872
|
};
|
|
901
|
-
|
|
873
|
+
format: {
|
|
902
874
|
name: string;
|
|
903
875
|
detail: string;
|
|
904
876
|
};
|