@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
|
@@ -2092,11 +2092,7 @@ declare const _default: {
|
|
|
2092
2092
|
url: string;
|
|
2093
2093
|
}[];
|
|
2094
2094
|
functionParameter: {
|
|
2095
|
-
|
|
2096
|
-
name: string;
|
|
2097
|
-
detail: string;
|
|
2098
|
-
};
|
|
2099
|
-
number2: {
|
|
2095
|
+
value: {
|
|
2100
2096
|
name: string;
|
|
2101
2097
|
detail: string;
|
|
2102
2098
|
};
|
|
@@ -2109,16 +2105,7 @@ declare const _default: {
|
|
|
2109
2105
|
title: string;
|
|
2110
2106
|
url: string;
|
|
2111
2107
|
}[];
|
|
2112
|
-
functionParameter: {
|
|
2113
|
-
number1: {
|
|
2114
|
-
name: string;
|
|
2115
|
-
detail: string;
|
|
2116
|
-
};
|
|
2117
|
-
number2: {
|
|
2118
|
-
name: string;
|
|
2119
|
-
detail: string;
|
|
2120
|
-
};
|
|
2121
|
-
};
|
|
2108
|
+
functionParameter: {};
|
|
2122
2109
|
};
|
|
2123
2110
|
TYPE: {
|
|
2124
2111
|
description: string;
|
|
@@ -3352,11 +3339,15 @@ declare const _default: {
|
|
|
3352
3339
|
url: string;
|
|
3353
3340
|
}[];
|
|
3354
3341
|
functionParameter: {
|
|
3355
|
-
|
|
3342
|
+
database: {
|
|
3356
3343
|
name: string;
|
|
3357
3344
|
detail: string;
|
|
3358
3345
|
};
|
|
3359
|
-
|
|
3346
|
+
field: {
|
|
3347
|
+
name: string;
|
|
3348
|
+
detail: string;
|
|
3349
|
+
};
|
|
3350
|
+
criteria: {
|
|
3360
3351
|
name: string;
|
|
3361
3352
|
detail: string;
|
|
3362
3353
|
};
|
|
@@ -3370,11 +3361,15 @@ declare const _default: {
|
|
|
3370
3361
|
url: string;
|
|
3371
3362
|
}[];
|
|
3372
3363
|
functionParameter: {
|
|
3373
|
-
|
|
3364
|
+
database: {
|
|
3374
3365
|
name: string;
|
|
3375
3366
|
detail: string;
|
|
3376
3367
|
};
|
|
3377
|
-
|
|
3368
|
+
field: {
|
|
3369
|
+
name: string;
|
|
3370
|
+
detail: string;
|
|
3371
|
+
};
|
|
3372
|
+
criteria: {
|
|
3378
3373
|
name: string;
|
|
3379
3374
|
detail: string;
|
|
3380
3375
|
};
|
|
@@ -3388,11 +3383,15 @@ declare const _default: {
|
|
|
3388
3383
|
url: string;
|
|
3389
3384
|
}[];
|
|
3390
3385
|
functionParameter: {
|
|
3391
|
-
|
|
3386
|
+
database: {
|
|
3392
3387
|
name: string;
|
|
3393
3388
|
detail: string;
|
|
3394
3389
|
};
|
|
3395
|
-
|
|
3390
|
+
field: {
|
|
3391
|
+
name: string;
|
|
3392
|
+
detail: string;
|
|
3393
|
+
};
|
|
3394
|
+
criteria: {
|
|
3396
3395
|
name: string;
|
|
3397
3396
|
detail: string;
|
|
3398
3397
|
};
|
|
@@ -3406,11 +3405,15 @@ declare const _default: {
|
|
|
3406
3405
|
url: string;
|
|
3407
3406
|
}[];
|
|
3408
3407
|
functionParameter: {
|
|
3409
|
-
|
|
3408
|
+
database: {
|
|
3410
3409
|
name: string;
|
|
3411
3410
|
detail: string;
|
|
3412
3411
|
};
|
|
3413
|
-
|
|
3412
|
+
field: {
|
|
3413
|
+
name: string;
|
|
3414
|
+
detail: string;
|
|
3415
|
+
};
|
|
3416
|
+
criteria: {
|
|
3414
3417
|
name: string;
|
|
3415
3418
|
detail: string;
|
|
3416
3419
|
};
|
|
@@ -3424,11 +3427,15 @@ declare const _default: {
|
|
|
3424
3427
|
url: string;
|
|
3425
3428
|
}[];
|
|
3426
3429
|
functionParameter: {
|
|
3427
|
-
|
|
3430
|
+
database: {
|
|
3428
3431
|
name: string;
|
|
3429
3432
|
detail: string;
|
|
3430
3433
|
};
|
|
3431
|
-
|
|
3434
|
+
field: {
|
|
3435
|
+
name: string;
|
|
3436
|
+
detail: string;
|
|
3437
|
+
};
|
|
3438
|
+
criteria: {
|
|
3432
3439
|
name: string;
|
|
3433
3440
|
detail: string;
|
|
3434
3441
|
};
|
|
@@ -3442,11 +3449,15 @@ declare const _default: {
|
|
|
3442
3449
|
url: string;
|
|
3443
3450
|
}[];
|
|
3444
3451
|
functionParameter: {
|
|
3445
|
-
|
|
3452
|
+
database: {
|
|
3446
3453
|
name: string;
|
|
3447
3454
|
detail: string;
|
|
3448
3455
|
};
|
|
3449
|
-
|
|
3456
|
+
field: {
|
|
3457
|
+
name: string;
|
|
3458
|
+
detail: string;
|
|
3459
|
+
};
|
|
3460
|
+
criteria: {
|
|
3450
3461
|
name: string;
|
|
3451
3462
|
detail: string;
|
|
3452
3463
|
};
|
|
@@ -3460,11 +3471,15 @@ declare const _default: {
|
|
|
3460
3471
|
url: string;
|
|
3461
3472
|
}[];
|
|
3462
3473
|
functionParameter: {
|
|
3463
|
-
|
|
3474
|
+
database: {
|
|
3464
3475
|
name: string;
|
|
3465
3476
|
detail: string;
|
|
3466
3477
|
};
|
|
3467
|
-
|
|
3478
|
+
field: {
|
|
3479
|
+
name: string;
|
|
3480
|
+
detail: string;
|
|
3481
|
+
};
|
|
3482
|
+
criteria: {
|
|
3468
3483
|
name: string;
|
|
3469
3484
|
detail: string;
|
|
3470
3485
|
};
|
|
@@ -3478,11 +3493,15 @@ declare const _default: {
|
|
|
3478
3493
|
url: string;
|
|
3479
3494
|
}[];
|
|
3480
3495
|
functionParameter: {
|
|
3481
|
-
|
|
3496
|
+
database: {
|
|
3482
3497
|
name: string;
|
|
3483
3498
|
detail: string;
|
|
3484
3499
|
};
|
|
3485
|
-
|
|
3500
|
+
field: {
|
|
3501
|
+
name: string;
|
|
3502
|
+
detail: string;
|
|
3503
|
+
};
|
|
3504
|
+
criteria: {
|
|
3486
3505
|
name: string;
|
|
3487
3506
|
detail: string;
|
|
3488
3507
|
};
|
|
@@ -3496,11 +3515,15 @@ declare const _default: {
|
|
|
3496
3515
|
url: string;
|
|
3497
3516
|
}[];
|
|
3498
3517
|
functionParameter: {
|
|
3499
|
-
|
|
3518
|
+
database: {
|
|
3500
3519
|
name: string;
|
|
3501
3520
|
detail: string;
|
|
3502
3521
|
};
|
|
3503
|
-
|
|
3522
|
+
field: {
|
|
3523
|
+
name: string;
|
|
3524
|
+
detail: string;
|
|
3525
|
+
};
|
|
3526
|
+
criteria: {
|
|
3504
3527
|
name: string;
|
|
3505
3528
|
detail: string;
|
|
3506
3529
|
};
|
|
@@ -3514,11 +3537,15 @@ declare const _default: {
|
|
|
3514
3537
|
url: string;
|
|
3515
3538
|
}[];
|
|
3516
3539
|
functionParameter: {
|
|
3517
|
-
|
|
3540
|
+
database: {
|
|
3518
3541
|
name: string;
|
|
3519
3542
|
detail: string;
|
|
3520
3543
|
};
|
|
3521
|
-
|
|
3544
|
+
field: {
|
|
3545
|
+
name: string;
|
|
3546
|
+
detail: string;
|
|
3547
|
+
};
|
|
3548
|
+
criteria: {
|
|
3522
3549
|
name: string;
|
|
3523
3550
|
detail: string;
|
|
3524
3551
|
};
|
|
@@ -3532,11 +3559,15 @@ declare const _default: {
|
|
|
3532
3559
|
url: string;
|
|
3533
3560
|
}[];
|
|
3534
3561
|
functionParameter: {
|
|
3535
|
-
|
|
3562
|
+
database: {
|
|
3536
3563
|
name: string;
|
|
3537
3564
|
detail: string;
|
|
3538
3565
|
};
|
|
3539
|
-
|
|
3566
|
+
field: {
|
|
3567
|
+
name: string;
|
|
3568
|
+
detail: string;
|
|
3569
|
+
};
|
|
3570
|
+
criteria: {
|
|
3540
3571
|
name: string;
|
|
3541
3572
|
detail: string;
|
|
3542
3573
|
};
|
|
@@ -3550,11 +3581,15 @@ declare const _default: {
|
|
|
3550
3581
|
url: string;
|
|
3551
3582
|
}[];
|
|
3552
3583
|
functionParameter: {
|
|
3553
|
-
|
|
3584
|
+
database: {
|
|
3554
3585
|
name: string;
|
|
3555
3586
|
detail: string;
|
|
3556
3587
|
};
|
|
3557
|
-
|
|
3588
|
+
field: {
|
|
3589
|
+
name: string;
|
|
3590
|
+
detail: string;
|
|
3591
|
+
};
|
|
3592
|
+
criteria: {
|
|
3558
3593
|
name: string;
|
|
3559
3594
|
detail: string;
|
|
3560
3595
|
};
|
|
@@ -6592,11 +6627,7 @@ declare const _default: {
|
|
|
6592
6627
|
url: string;
|
|
6593
6628
|
}[];
|
|
6594
6629
|
functionParameter: {
|
|
6595
|
-
|
|
6596
|
-
name: string;
|
|
6597
|
-
detail: string;
|
|
6598
|
-
};
|
|
6599
|
-
number2: {
|
|
6630
|
+
text: {
|
|
6600
6631
|
name: string;
|
|
6601
6632
|
detail: string;
|
|
6602
6633
|
};
|
|
@@ -7406,11 +7437,11 @@ declare const _default: {
|
|
|
7406
7437
|
url: string;
|
|
7407
7438
|
}[];
|
|
7408
7439
|
functionParameter: {
|
|
7409
|
-
|
|
7440
|
+
number: {
|
|
7410
7441
|
name: string;
|
|
7411
7442
|
detail: string;
|
|
7412
7443
|
};
|
|
7413
|
-
|
|
7444
|
+
form: {
|
|
7414
7445
|
name: string;
|
|
7415
7446
|
detail: string;
|
|
7416
7447
|
};
|