@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
  };
@@ -185,11 +161,11 @@ declare const _default: {
185
161
  url: string;
186
162
  }[];
187
163
  functionParameter: {
188
- number1: {
164
+ number: {
189
165
  name: string;
190
166
  detail: string;
191
167
  };
192
- number2: {
168
+ decimals: {
193
169
  name: string;
194
170
  detail: string;
195
171
  };
@@ -203,11 +179,11 @@ declare const _default: {
203
179
  url: string;
204
180
  }[];
205
181
  functionParameter: {
206
- number1: {
182
+ text1: {
207
183
  name: string;
208
184
  detail: string;
209
185
  };
210
- number2: {
186
+ text2: {
211
187
  name: string;
212
188
  detail: string;
213
189
  };
@@ -257,11 +233,15 @@ declare const _default: {
257
233
  url: string;
258
234
  }[];
259
235
  functionParameter: {
260
- number1: {
236
+ number: {
261
237
  name: string;
262
238
  detail: string;
263
239
  };
264
- number2: {
240
+ decimals: {
241
+ name: string;
242
+ detail: string;
243
+ };
244
+ noCommas: {
265
245
  name: string;
266
246
  detail: string;
267
247
  };
@@ -393,11 +373,15 @@ declare const _default: {
393
373
  url: string;
394
374
  }[];
395
375
  functionParameter: {
396
- number1: {
376
+ text: {
397
377
  name: string;
398
378
  detail: string;
399
379
  };
400
- number2: {
380
+ decimalSeparator: {
381
+ name: string;
382
+ detail: string;
383
+ };
384
+ groupSeparator: {
401
385
  name: string;
402
386
  detail: string;
403
387
  };
@@ -429,11 +413,7 @@ declare const _default: {
429
413
  url: string;
430
414
  }[];
431
415
  functionParameter: {
432
- number1: {
433
- name: string;
434
- detail: string;
435
- };
436
- number2: {
416
+ text: {
437
417
  name: string;
438
418
  detail: string;
439
419
  };
@@ -559,11 +539,11 @@ declare const _default: {
559
539
  url: string;
560
540
  }[];
561
541
  functionParameter: {
562
- number1: {
542
+ text: {
563
543
  name: string;
564
544
  detail: string;
565
545
  };
566
- number2: {
546
+ numChars: {
567
547
  name: string;
568
548
  detail: string;
569
549
  };
@@ -577,11 +557,11 @@ declare const _default: {
577
557
  url: string;
578
558
  }[];
579
559
  functionParameter: {
580
- number1: {
560
+ text: {
581
561
  name: string;
582
562
  detail: string;
583
563
  };
584
- number2: {
564
+ numBytes: {
585
565
  name: string;
586
566
  detail: string;
587
567
  };
@@ -631,11 +611,19 @@ declare const _default: {
631
611
  url: string;
632
612
  }[];
633
613
  functionParameter: {
634
- number1: {
614
+ text: {
635
615
  name: string;
636
616
  detail: string;
637
617
  };
638
- number2: {
618
+ oldText: {
619
+ name: string;
620
+ detail: string;
621
+ };
622
+ newText: {
623
+ name: string;
624
+ detail: string;
625
+ };
626
+ instanceNum: {
639
627
  name: string;
640
628
  detail: string;
641
629
  };
@@ -649,11 +637,7 @@ declare const _default: {
649
637
  url: string;
650
638
  }[];
651
639
  functionParameter: {
652
- number1: {
653
- name: string;
654
- detail: string;
655
- };
656
- number2: {
640
+ value: {
657
641
  name: string;
658
642
  detail: string;
659
643
  };
@@ -823,11 +807,7 @@ declare const _default: {
823
807
  url: string;
824
808
  }[];
825
809
  functionParameter: {
826
- number1: {
827
- name: string;
828
- detail: string;
829
- };
830
- number2: {
810
+ number: {
831
811
  name: string;
832
812
  detail: string;
833
813
  };
@@ -841,11 +821,7 @@ declare const _default: {
841
821
  url: string;
842
822
  }[];
843
823
  functionParameter: {
844
- number1: {
845
- name: string;
846
- detail: string;
847
- };
848
- number2: {
824
+ text: {
849
825
  name: string;
850
826
  detail: string;
851
827
  };
@@ -877,11 +853,7 @@ declare const _default: {
877
853
  url: string;
878
854
  }[];
879
855
  functionParameter: {
880
- number1: {
881
- name: string;
882
- detail: string;
883
- };
884
- number2: {
856
+ text: {
885
857
  name: string;
886
858
  detail: string;
887
859
  };
@@ -895,11 +867,11 @@ declare const _default: {
895
867
  url: string;
896
868
  }[];
897
869
  functionParameter: {
898
- number1: {
870
+ value: {
899
871
  name: string;
900
872
  detail: string;
901
873
  };
902
- number2: {
874
+ format: {
903
875
  name: string;
904
876
  detail: string;
905
877
  };
@@ -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
  };
@@ -250,7 +226,7 @@ declare const _default: {
250
226
  name: string;
251
227
  detail: string;
252
228
  };
253
- no_commas: {
229
+ noCommas: {
254
230
  name: string;
255
231
  detail: string;
256
232
  };
@@ -338,6 +314,28 @@ declare const _default: {
338
314
  };
339
315
  };
340
316
  };
317
+ NUMBERVALUE: {
318
+ description: string;
319
+ abstract: string;
320
+ links: {
321
+ title: string;
322
+ url: string;
323
+ }[];
324
+ functionParameter: {
325
+ text: {
326
+ name: string;
327
+ detail: string;
328
+ };
329
+ decimalSeparator: {
330
+ name: string;
331
+ detail: string;
332
+ };
333
+ groupSeparator: {
334
+ name: string;
335
+ detail: string;
336
+ };
337
+ };
338
+ };
341
339
  PHONETIC: {
342
340
  description: string;
343
341
  abstract: string;
@@ -484,7 +482,25 @@ declare const _default: {
484
482
  name: string;
485
483
  detail: string;
486
484
  };
487
- num_chars: {
485
+ numChars: {
486
+ name: string;
487
+ detail: string;
488
+ };
489
+ };
490
+ };
491
+ RIGHTB: {
492
+ description: string;
493
+ abstract: string;
494
+ links: {
495
+ title: string;
496
+ url: string;
497
+ }[];
498
+ functionParameter: {
499
+ text: {
500
+ name: string;
501
+ detail: string;
502
+ };
503
+ numBytes: {
488
504
  name: string;
489
505
  detail: string;
490
506
  };
@@ -550,15 +566,29 @@ declare const _default: {
550
566
  name: string;
551
567
  detail: string;
552
568
  };
553
- old_text: {
569
+ oldText: {
554
570
  name: string;
555
571
  detail: string;
556
572
  };
557
- new_text: {
573
+ newText: {
558
574
  name: string;
559
575
  detail: string;
560
576
  };
561
- instance_num: {
577
+ instanceNum: {
578
+ name: string;
579
+ detail: string;
580
+ };
581
+ };
582
+ };
583
+ T: {
584
+ description: string;
585
+ abstract: string;
586
+ links: {
587
+ title: string;
588
+ url: string;
589
+ }[];
590
+ functionParameter: {
591
+ value: {
562
592
  name: string;
563
593
  detail: string;
564
594
  };
@@ -780,5 +810,23 @@ declare const _default: {
780
810
  };
781
811
  };
782
812
  };
813
+ VALUETOTEXT: {
814
+ description: string;
815
+ abstract: string;
816
+ links: {
817
+ title: string;
818
+ url: string;
819
+ }[];
820
+ functionParameter: {
821
+ value: {
822
+ name: string;
823
+ detail: string;
824
+ };
825
+ format: {
826
+ name: string;
827
+ detail: string;
828
+ };
829
+ };
830
+ };
783
831
  };
784
832
  export default _default;