@univerjs/sheets-formula 0.2.14 → 0.3.0-alpha.0
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 +3 -3
- package/lib/es/index.js +672 -375
- package/lib/locale/en-US.json +485 -333
- package/lib/locale/ru-RU.json +484 -332
- package/lib/locale/vi-VN.json +716 -208
- package/lib/locale/zh-CN.json +487 -335
- package/lib/locale/zh-TW.json +487 -335
- package/lib/types/commands/operations/__tests__/create-command-test-bed.d.ts +1 -1
- package/lib/types/controllers/formula-alert-render.controller.d.ts +5 -2
- package/lib/types/controllers/prompt.controller.d.ts +2 -1
- package/lib/types/controllers/update-formula.controller.d.ts +1 -1
- package/lib/types/index.d.ts +1 -1
- package/lib/types/locale/en-US.d.ts +265 -113
- package/lib/types/locale/function-list/compatibility/en-US.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +96 -40
- package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +96 -40
- package/lib/types/locale/function-list/statistical/en-US.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/ja-JP.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/vi-VN.d.ts +442 -26
- package/lib/types/locale/function-list/statistical/zh-CN.d.ts +161 -69
- package/lib/types/locale/function-list/statistical/zh-TW.d.ts +161 -69
- package/lib/types/locale/function-list/text/en-US.d.ts +8 -4
- package/lib/types/locale/function-list/text/ja-JP.d.ts +8 -4
- package/lib/types/locale/function-list/text/ru-RU.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-CN.d.ts +8 -4
- package/lib/types/locale/function-list/text/zh-TW.d.ts +8 -4
- package/lib/types/locale/ru-RU.d.ts +265 -113
- package/lib/types/locale/vi-VN.d.ts +538 -66
- package/lib/types/locale/zh-CN.d.ts +265 -113
- package/lib/types/locale/zh-TW.d.ts +265 -113
- package/lib/umd/index.js +3 -3
- package/package.json +26 -29
|
@@ -22,11 +22,23 @@ declare const _default: {
|
|
|
22
22
|
url: string;
|
|
23
23
|
}[];
|
|
24
24
|
functionParameter: {
|
|
25
|
-
|
|
25
|
+
x: {
|
|
26
26
|
name: string;
|
|
27
27
|
detail: string;
|
|
28
28
|
};
|
|
29
|
-
|
|
29
|
+
alpha: {
|
|
30
|
+
name: string;
|
|
31
|
+
detail: string;
|
|
32
|
+
};
|
|
33
|
+
beta: {
|
|
34
|
+
name: string;
|
|
35
|
+
detail: string;
|
|
36
|
+
};
|
|
37
|
+
A: {
|
|
38
|
+
name: string;
|
|
39
|
+
detail: string;
|
|
40
|
+
};
|
|
41
|
+
B: {
|
|
30
42
|
name: string;
|
|
31
43
|
detail: string;
|
|
32
44
|
};
|
|
@@ -40,11 +52,23 @@ declare const _default: {
|
|
|
40
52
|
url: string;
|
|
41
53
|
}[];
|
|
42
54
|
functionParameter: {
|
|
43
|
-
|
|
55
|
+
probability: {
|
|
44
56
|
name: string;
|
|
45
57
|
detail: string;
|
|
46
58
|
};
|
|
47
|
-
|
|
59
|
+
alpha: {
|
|
60
|
+
name: string;
|
|
61
|
+
detail: string;
|
|
62
|
+
};
|
|
63
|
+
beta: {
|
|
64
|
+
name: string;
|
|
65
|
+
detail: string;
|
|
66
|
+
};
|
|
67
|
+
A: {
|
|
68
|
+
name: string;
|
|
69
|
+
detail: string;
|
|
70
|
+
};
|
|
71
|
+
B: {
|
|
48
72
|
name: string;
|
|
49
73
|
detail: string;
|
|
50
74
|
};
|
|
@@ -58,11 +82,19 @@ declare const _default: {
|
|
|
58
82
|
url: string;
|
|
59
83
|
}[];
|
|
60
84
|
functionParameter: {
|
|
61
|
-
|
|
85
|
+
numberS: {
|
|
62
86
|
name: string;
|
|
63
87
|
detail: string;
|
|
64
88
|
};
|
|
65
|
-
|
|
89
|
+
trials: {
|
|
90
|
+
name: string;
|
|
91
|
+
detail: string;
|
|
92
|
+
};
|
|
93
|
+
probabilityS: {
|
|
94
|
+
name: string;
|
|
95
|
+
detail: string;
|
|
96
|
+
};
|
|
97
|
+
cumulative: {
|
|
66
98
|
name: string;
|
|
67
99
|
detail: string;
|
|
68
100
|
};
|
|
@@ -76,11 +108,11 @@ declare const _default: {
|
|
|
76
108
|
url: string;
|
|
77
109
|
}[];
|
|
78
110
|
functionParameter: {
|
|
79
|
-
|
|
111
|
+
x: {
|
|
80
112
|
name: string;
|
|
81
113
|
detail: string;
|
|
82
114
|
};
|
|
83
|
-
|
|
115
|
+
degFreedom: {
|
|
84
116
|
name: string;
|
|
85
117
|
detail: string;
|
|
86
118
|
};
|
|
@@ -94,11 +126,11 @@ declare const _default: {
|
|
|
94
126
|
url: string;
|
|
95
127
|
}[];
|
|
96
128
|
functionParameter: {
|
|
97
|
-
|
|
129
|
+
probability: {
|
|
98
130
|
name: string;
|
|
99
131
|
detail: string;
|
|
100
132
|
};
|
|
101
|
-
|
|
133
|
+
degFreedom: {
|
|
102
134
|
name: string;
|
|
103
135
|
detail: string;
|
|
104
136
|
};
|
|
@@ -112,11 +144,11 @@ declare const _default: {
|
|
|
112
144
|
url: string;
|
|
113
145
|
}[];
|
|
114
146
|
functionParameter: {
|
|
115
|
-
|
|
147
|
+
actualRange: {
|
|
116
148
|
name: string;
|
|
117
149
|
detail: string;
|
|
118
150
|
};
|
|
119
|
-
|
|
151
|
+
expectedRange: {
|
|
120
152
|
name: string;
|
|
121
153
|
detail: string;
|
|
122
154
|
};
|
|
@@ -130,11 +162,15 @@ declare const _default: {
|
|
|
130
162
|
url: string;
|
|
131
163
|
}[];
|
|
132
164
|
functionParameter: {
|
|
133
|
-
|
|
165
|
+
alpha: {
|
|
134
166
|
name: string;
|
|
135
167
|
detail: string;
|
|
136
168
|
};
|
|
137
|
-
|
|
169
|
+
standardDev: {
|
|
170
|
+
name: string;
|
|
171
|
+
detail: string;
|
|
172
|
+
};
|
|
173
|
+
size: {
|
|
138
174
|
name: string;
|
|
139
175
|
detail: string;
|
|
140
176
|
};
|
|
@@ -148,11 +184,11 @@ declare const _default: {
|
|
|
148
184
|
url: string;
|
|
149
185
|
}[];
|
|
150
186
|
functionParameter: {
|
|
151
|
-
|
|
187
|
+
array1: {
|
|
152
188
|
name: string;
|
|
153
189
|
detail: string;
|
|
154
190
|
};
|
|
155
|
-
|
|
191
|
+
array2: {
|
|
156
192
|
name: string;
|
|
157
193
|
detail: string;
|
|
158
194
|
};
|
|
@@ -166,11 +202,15 @@ declare const _default: {
|
|
|
166
202
|
url: string;
|
|
167
203
|
}[];
|
|
168
204
|
functionParameter: {
|
|
169
|
-
|
|
205
|
+
trials: {
|
|
170
206
|
name: string;
|
|
171
207
|
detail: string;
|
|
172
208
|
};
|
|
173
|
-
|
|
209
|
+
probabilityS: {
|
|
210
|
+
name: string;
|
|
211
|
+
detail: string;
|
|
212
|
+
};
|
|
213
|
+
alpha: {
|
|
174
214
|
name: string;
|
|
175
215
|
detail: string;
|
|
176
216
|
};
|
|
@@ -184,11 +224,15 @@ declare const _default: {
|
|
|
184
224
|
url: string;
|
|
185
225
|
}[];
|
|
186
226
|
functionParameter: {
|
|
187
|
-
|
|
227
|
+
x: {
|
|
188
228
|
name: string;
|
|
189
229
|
detail: string;
|
|
190
230
|
};
|
|
191
|
-
|
|
231
|
+
lambda: {
|
|
232
|
+
name: string;
|
|
233
|
+
detail: string;
|
|
234
|
+
};
|
|
235
|
+
cumulative: {
|
|
192
236
|
name: string;
|
|
193
237
|
detail: string;
|
|
194
238
|
};
|
|
@@ -202,11 +246,15 @@ declare const _default: {
|
|
|
202
246
|
url: string;
|
|
203
247
|
}[];
|
|
204
248
|
functionParameter: {
|
|
205
|
-
|
|
249
|
+
x: {
|
|
206
250
|
name: string;
|
|
207
251
|
detail: string;
|
|
208
252
|
};
|
|
209
|
-
|
|
253
|
+
degFreedom1: {
|
|
254
|
+
name: string;
|
|
255
|
+
detail: string;
|
|
256
|
+
};
|
|
257
|
+
degFreedom2: {
|
|
210
258
|
name: string;
|
|
211
259
|
detail: string;
|
|
212
260
|
};
|
|
@@ -220,11 +268,15 @@ declare const _default: {
|
|
|
220
268
|
url: string;
|
|
221
269
|
}[];
|
|
222
270
|
functionParameter: {
|
|
223
|
-
|
|
271
|
+
probability: {
|
|
224
272
|
name: string;
|
|
225
273
|
detail: string;
|
|
226
274
|
};
|
|
227
|
-
|
|
275
|
+
degFreedom1: {
|
|
276
|
+
name: string;
|
|
277
|
+
detail: string;
|
|
278
|
+
};
|
|
279
|
+
degFreedom2: {
|
|
228
280
|
name: string;
|
|
229
281
|
detail: string;
|
|
230
282
|
};
|
|
@@ -238,11 +290,11 @@ declare const _default: {
|
|
|
238
290
|
url: string;
|
|
239
291
|
}[];
|
|
240
292
|
functionParameter: {
|
|
241
|
-
|
|
293
|
+
array1: {
|
|
242
294
|
name: string;
|
|
243
295
|
detail: string;
|
|
244
296
|
};
|
|
245
|
-
|
|
297
|
+
array2: {
|
|
246
298
|
name: string;
|
|
247
299
|
detail: string;
|
|
248
300
|
};
|
|
@@ -382,11 +434,19 @@ declare const _default: {
|
|
|
382
434
|
url: string;
|
|
383
435
|
}[];
|
|
384
436
|
functionParameter: {
|
|
385
|
-
|
|
437
|
+
x: {
|
|
386
438
|
name: string;
|
|
387
439
|
detail: string;
|
|
388
440
|
};
|
|
389
|
-
|
|
441
|
+
mean: {
|
|
442
|
+
name: string;
|
|
443
|
+
detail: string;
|
|
444
|
+
};
|
|
445
|
+
standardDev: {
|
|
446
|
+
name: string;
|
|
447
|
+
detail: string;
|
|
448
|
+
};
|
|
449
|
+
cumulative: {
|
|
390
450
|
name: string;
|
|
391
451
|
detail: string;
|
|
392
452
|
};
|
|
@@ -400,11 +460,15 @@ declare const _default: {
|
|
|
400
460
|
url: string;
|
|
401
461
|
}[];
|
|
402
462
|
functionParameter: {
|
|
403
|
-
|
|
463
|
+
probability: {
|
|
404
464
|
name: string;
|
|
405
465
|
detail: string;
|
|
406
466
|
};
|
|
407
|
-
|
|
467
|
+
mean: {
|
|
468
|
+
name: string;
|
|
469
|
+
detail: string;
|
|
470
|
+
};
|
|
471
|
+
standardDev: {
|
|
408
472
|
name: string;
|
|
409
473
|
detail: string;
|
|
410
474
|
};
|
|
@@ -418,11 +482,7 @@ declare const _default: {
|
|
|
418
482
|
url: string;
|
|
419
483
|
}[];
|
|
420
484
|
functionParameter: {
|
|
421
|
-
|
|
422
|
-
name: string;
|
|
423
|
-
detail: string;
|
|
424
|
-
};
|
|
425
|
-
number2: {
|
|
485
|
+
z: {
|
|
426
486
|
name: string;
|
|
427
487
|
detail: string;
|
|
428
488
|
};
|
|
@@ -436,11 +496,7 @@ declare const _default: {
|
|
|
436
496
|
url: string;
|
|
437
497
|
}[];
|
|
438
498
|
functionParameter: {
|
|
439
|
-
|
|
440
|
-
name: string;
|
|
441
|
-
detail: string;
|
|
442
|
-
};
|
|
443
|
-
number2: {
|
|
499
|
+
probability: {
|
|
444
500
|
name: string;
|
|
445
501
|
detail: string;
|
|
446
502
|
};
|