@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,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ database: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ field: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ criteria: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -40,11 +44,15 @@ declare const _default: {
40
44
  url: string;
41
45
  }[];
42
46
  functionParameter: {
43
- number1: {
47
+ database: {
44
48
  name: string;
45
49
  detail: string;
46
50
  };
47
- number2: {
51
+ field: {
52
+ name: string;
53
+ detail: string;
54
+ };
55
+ criteria: {
48
56
  name: string;
49
57
  detail: string;
50
58
  };
@@ -58,11 +66,15 @@ declare const _default: {
58
66
  url: string;
59
67
  }[];
60
68
  functionParameter: {
61
- number1: {
69
+ database: {
70
+ name: string;
71
+ detail: string;
72
+ };
73
+ field: {
62
74
  name: string;
63
75
  detail: string;
64
76
  };
65
- number2: {
77
+ criteria: {
66
78
  name: string;
67
79
  detail: string;
68
80
  };
@@ -76,11 +88,15 @@ declare const _default: {
76
88
  url: string;
77
89
  }[];
78
90
  functionParameter: {
79
- number1: {
91
+ database: {
80
92
  name: string;
81
93
  detail: string;
82
94
  };
83
- number2: {
95
+ field: {
96
+ name: string;
97
+ detail: string;
98
+ };
99
+ criteria: {
84
100
  name: string;
85
101
  detail: string;
86
102
  };
@@ -94,11 +110,15 @@ declare const _default: {
94
110
  url: string;
95
111
  }[];
96
112
  functionParameter: {
97
- number1: {
113
+ database: {
98
114
  name: string;
99
115
  detail: string;
100
116
  };
101
- number2: {
117
+ field: {
118
+ name: string;
119
+ detail: string;
120
+ };
121
+ criteria: {
102
122
  name: string;
103
123
  detail: string;
104
124
  };
@@ -112,11 +132,15 @@ declare const _default: {
112
132
  url: string;
113
133
  }[];
114
134
  functionParameter: {
115
- number1: {
135
+ database: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ field: {
116
140
  name: string;
117
141
  detail: string;
118
142
  };
119
- number2: {
143
+ criteria: {
120
144
  name: string;
121
145
  detail: string;
122
146
  };
@@ -130,11 +154,15 @@ declare const _default: {
130
154
  url: string;
131
155
  }[];
132
156
  functionParameter: {
133
- number1: {
157
+ database: {
134
158
  name: string;
135
159
  detail: string;
136
160
  };
137
- number2: {
161
+ field: {
162
+ name: string;
163
+ detail: string;
164
+ };
165
+ criteria: {
138
166
  name: string;
139
167
  detail: string;
140
168
  };
@@ -148,11 +176,15 @@ declare const _default: {
148
176
  url: string;
149
177
  }[];
150
178
  functionParameter: {
151
- number1: {
179
+ database: {
152
180
  name: string;
153
181
  detail: string;
154
182
  };
155
- number2: {
183
+ field: {
184
+ name: string;
185
+ detail: string;
186
+ };
187
+ criteria: {
156
188
  name: string;
157
189
  detail: string;
158
190
  };
@@ -166,11 +198,15 @@ declare const _default: {
166
198
  url: string;
167
199
  }[];
168
200
  functionParameter: {
169
- number1: {
201
+ database: {
202
+ name: string;
203
+ detail: string;
204
+ };
205
+ field: {
170
206
  name: string;
171
207
  detail: string;
172
208
  };
173
- number2: {
209
+ criteria: {
174
210
  name: string;
175
211
  detail: string;
176
212
  };
@@ -184,11 +220,15 @@ declare const _default: {
184
220
  url: string;
185
221
  }[];
186
222
  functionParameter: {
187
- number1: {
223
+ database: {
188
224
  name: string;
189
225
  detail: string;
190
226
  };
191
- number2: {
227
+ field: {
228
+ name: string;
229
+ detail: string;
230
+ };
231
+ criteria: {
192
232
  name: string;
193
233
  detail: string;
194
234
  };
@@ -202,11 +242,15 @@ declare const _default: {
202
242
  url: string;
203
243
  }[];
204
244
  functionParameter: {
205
- number1: {
245
+ database: {
206
246
  name: string;
207
247
  detail: string;
208
248
  };
209
- number2: {
249
+ field: {
250
+ name: string;
251
+ detail: string;
252
+ };
253
+ criteria: {
210
254
  name: string;
211
255
  detail: string;
212
256
  };
@@ -220,11 +264,15 @@ declare const _default: {
220
264
  url: string;
221
265
  }[];
222
266
  functionParameter: {
223
- number1: {
267
+ database: {
268
+ name: string;
269
+ detail: string;
270
+ };
271
+ field: {
224
272
  name: string;
225
273
  detail: string;
226
274
  };
227
- number2: {
275
+ criteria: {
228
276
  name: string;
229
277
  detail: string;
230
278
  };
@@ -22,11 +22,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ database: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ field: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ criteria: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -40,11 +44,15 @@ declare const _default: {
40
44
  url: string;
41
45
  }[];
42
46
  functionParameter: {
43
- number1: {
47
+ database: {
44
48
  name: string;
45
49
  detail: string;
46
50
  };
47
- number2: {
51
+ field: {
52
+ name: string;
53
+ detail: string;
54
+ };
55
+ criteria: {
48
56
  name: string;
49
57
  detail: string;
50
58
  };
@@ -58,11 +66,15 @@ declare const _default: {
58
66
  url: string;
59
67
  }[];
60
68
  functionParameter: {
61
- number1: {
69
+ database: {
70
+ name: string;
71
+ detail: string;
72
+ };
73
+ field: {
62
74
  name: string;
63
75
  detail: string;
64
76
  };
65
- number2: {
77
+ criteria: {
66
78
  name: string;
67
79
  detail: string;
68
80
  };
@@ -76,11 +88,15 @@ declare const _default: {
76
88
  url: string;
77
89
  }[];
78
90
  functionParameter: {
79
- number1: {
91
+ database: {
80
92
  name: string;
81
93
  detail: string;
82
94
  };
83
- number2: {
95
+ field: {
96
+ name: string;
97
+ detail: string;
98
+ };
99
+ criteria: {
84
100
  name: string;
85
101
  detail: string;
86
102
  };
@@ -94,11 +110,15 @@ declare const _default: {
94
110
  url: string;
95
111
  }[];
96
112
  functionParameter: {
97
- number1: {
113
+ database: {
98
114
  name: string;
99
115
  detail: string;
100
116
  };
101
- number2: {
117
+ field: {
118
+ name: string;
119
+ detail: string;
120
+ };
121
+ criteria: {
102
122
  name: string;
103
123
  detail: string;
104
124
  };
@@ -112,11 +132,15 @@ declare const _default: {
112
132
  url: string;
113
133
  }[];
114
134
  functionParameter: {
115
- number1: {
135
+ database: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ field: {
116
140
  name: string;
117
141
  detail: string;
118
142
  };
119
- number2: {
143
+ criteria: {
120
144
  name: string;
121
145
  detail: string;
122
146
  };
@@ -130,11 +154,15 @@ declare const _default: {
130
154
  url: string;
131
155
  }[];
132
156
  functionParameter: {
133
- number1: {
157
+ database: {
134
158
  name: string;
135
159
  detail: string;
136
160
  };
137
- number2: {
161
+ field: {
162
+ name: string;
163
+ detail: string;
164
+ };
165
+ criteria: {
138
166
  name: string;
139
167
  detail: string;
140
168
  };
@@ -148,11 +176,15 @@ declare const _default: {
148
176
  url: string;
149
177
  }[];
150
178
  functionParameter: {
151
- number1: {
179
+ database: {
152
180
  name: string;
153
181
  detail: string;
154
182
  };
155
- number2: {
183
+ field: {
184
+ name: string;
185
+ detail: string;
186
+ };
187
+ criteria: {
156
188
  name: string;
157
189
  detail: string;
158
190
  };
@@ -166,11 +198,15 @@ declare const _default: {
166
198
  url: string;
167
199
  }[];
168
200
  functionParameter: {
169
- number1: {
201
+ database: {
202
+ name: string;
203
+ detail: string;
204
+ };
205
+ field: {
170
206
  name: string;
171
207
  detail: string;
172
208
  };
173
- number2: {
209
+ criteria: {
174
210
  name: string;
175
211
  detail: string;
176
212
  };
@@ -184,11 +220,15 @@ declare const _default: {
184
220
  url: string;
185
221
  }[];
186
222
  functionParameter: {
187
- number1: {
223
+ database: {
188
224
  name: string;
189
225
  detail: string;
190
226
  };
191
- number2: {
227
+ field: {
228
+ name: string;
229
+ detail: string;
230
+ };
231
+ criteria: {
192
232
  name: string;
193
233
  detail: string;
194
234
  };
@@ -202,11 +242,15 @@ declare const _default: {
202
242
  url: string;
203
243
  }[];
204
244
  functionParameter: {
205
- number1: {
245
+ database: {
206
246
  name: string;
207
247
  detail: string;
208
248
  };
209
- number2: {
249
+ field: {
250
+ name: string;
251
+ detail: string;
252
+ };
253
+ criteria: {
210
254
  name: string;
211
255
  detail: string;
212
256
  };
@@ -220,11 +264,15 @@ declare const _default: {
220
264
  url: string;
221
265
  }[];
222
266
  functionParameter: {
223
- number1: {
267
+ database: {
268
+ name: string;
269
+ detail: string;
270
+ };
271
+ field: {
224
272
  name: string;
225
273
  detail: string;
226
274
  };
227
- number2: {
275
+ criteria: {
228
276
  name: string;
229
277
  detail: string;
230
278
  };
@@ -22,11 +22,15 @@ declare const _default: {
22
22
  url: string;
23
23
  }[];
24
24
  functionParameter: {
25
- number1: {
25
+ database: {
26
26
  name: string;
27
27
  detail: string;
28
28
  };
29
- number2: {
29
+ field: {
30
+ name: string;
31
+ detail: string;
32
+ };
33
+ criteria: {
30
34
  name: string;
31
35
  detail: string;
32
36
  };
@@ -40,11 +44,15 @@ declare const _default: {
40
44
  url: string;
41
45
  }[];
42
46
  functionParameter: {
43
- number1: {
47
+ database: {
44
48
  name: string;
45
49
  detail: string;
46
50
  };
47
- number2: {
51
+ field: {
52
+ name: string;
53
+ detail: string;
54
+ };
55
+ criteria: {
48
56
  name: string;
49
57
  detail: string;
50
58
  };
@@ -58,11 +66,15 @@ declare const _default: {
58
66
  url: string;
59
67
  }[];
60
68
  functionParameter: {
61
- number1: {
69
+ database: {
70
+ name: string;
71
+ detail: string;
72
+ };
73
+ field: {
62
74
  name: string;
63
75
  detail: string;
64
76
  };
65
- number2: {
77
+ criteria: {
66
78
  name: string;
67
79
  detail: string;
68
80
  };
@@ -76,11 +88,15 @@ declare const _default: {
76
88
  url: string;
77
89
  }[];
78
90
  functionParameter: {
79
- number1: {
91
+ database: {
80
92
  name: string;
81
93
  detail: string;
82
94
  };
83
- number2: {
95
+ field: {
96
+ name: string;
97
+ detail: string;
98
+ };
99
+ criteria: {
84
100
  name: string;
85
101
  detail: string;
86
102
  };
@@ -94,11 +110,15 @@ declare const _default: {
94
110
  url: string;
95
111
  }[];
96
112
  functionParameter: {
97
- number1: {
113
+ database: {
98
114
  name: string;
99
115
  detail: string;
100
116
  };
101
- number2: {
117
+ field: {
118
+ name: string;
119
+ detail: string;
120
+ };
121
+ criteria: {
102
122
  name: string;
103
123
  detail: string;
104
124
  };
@@ -112,11 +132,15 @@ declare const _default: {
112
132
  url: string;
113
133
  }[];
114
134
  functionParameter: {
115
- number1: {
135
+ database: {
136
+ name: string;
137
+ detail: string;
138
+ };
139
+ field: {
116
140
  name: string;
117
141
  detail: string;
118
142
  };
119
- number2: {
143
+ criteria: {
120
144
  name: string;
121
145
  detail: string;
122
146
  };
@@ -130,11 +154,15 @@ declare const _default: {
130
154
  url: string;
131
155
  }[];
132
156
  functionParameter: {
133
- number1: {
157
+ database: {
134
158
  name: string;
135
159
  detail: string;
136
160
  };
137
- number2: {
161
+ field: {
162
+ name: string;
163
+ detail: string;
164
+ };
165
+ criteria: {
138
166
  name: string;
139
167
  detail: string;
140
168
  };
@@ -148,11 +176,15 @@ declare const _default: {
148
176
  url: string;
149
177
  }[];
150
178
  functionParameter: {
151
- number1: {
179
+ database: {
152
180
  name: string;
153
181
  detail: string;
154
182
  };
155
- number2: {
183
+ field: {
184
+ name: string;
185
+ detail: string;
186
+ };
187
+ criteria: {
156
188
  name: string;
157
189
  detail: string;
158
190
  };
@@ -166,11 +198,15 @@ declare const _default: {
166
198
  url: string;
167
199
  }[];
168
200
  functionParameter: {
169
- number1: {
201
+ database: {
202
+ name: string;
203
+ detail: string;
204
+ };
205
+ field: {
170
206
  name: string;
171
207
  detail: string;
172
208
  };
173
- number2: {
209
+ criteria: {
174
210
  name: string;
175
211
  detail: string;
176
212
  };
@@ -184,11 +220,15 @@ declare const _default: {
184
220
  url: string;
185
221
  }[];
186
222
  functionParameter: {
187
- number1: {
223
+ database: {
188
224
  name: string;
189
225
  detail: string;
190
226
  };
191
- number2: {
227
+ field: {
228
+ name: string;
229
+ detail: string;
230
+ };
231
+ criteria: {
192
232
  name: string;
193
233
  detail: string;
194
234
  };
@@ -202,11 +242,15 @@ declare const _default: {
202
242
  url: string;
203
243
  }[];
204
244
  functionParameter: {
205
- number1: {
245
+ database: {
206
246
  name: string;
207
247
  detail: string;
208
248
  };
209
- number2: {
249
+ field: {
250
+ name: string;
251
+ detail: string;
252
+ };
253
+ criteria: {
210
254
  name: string;
211
255
  detail: string;
212
256
  };
@@ -220,11 +264,15 @@ declare const _default: {
220
264
  url: string;
221
265
  }[];
222
266
  functionParameter: {
223
- number1: {
267
+ database: {
268
+ name: string;
269
+ detail: string;
270
+ };
271
+ field: {
224
272
  name: string;
225
273
  detail: string;
226
274
  };
227
- number2: {
275
+ criteria: {
228
276
  name: string;
229
277
  detail: string;
230
278
  };
@@ -281,11 +281,7 @@ declare const _default: {
281
281
  url: string;
282
282
  }[];
283
283
  functionParameter: {
284
- number1: {
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
- number1: {
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;