@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
|
@@ -2048,6 +2048,29 @@ declare const _default: {
|
|
|
2048
2048
|
}[];
|
|
2049
2049
|
functionParameter: {};
|
|
2050
2050
|
};
|
|
2051
|
+
SHEET: {
|
|
2052
|
+
description: string;
|
|
2053
|
+
abstract: string;
|
|
2054
|
+
links: {
|
|
2055
|
+
title: string;
|
|
2056
|
+
url: string;
|
|
2057
|
+
}[];
|
|
2058
|
+
functionParameter: {
|
|
2059
|
+
value: {
|
|
2060
|
+
name: string;
|
|
2061
|
+
detail: string;
|
|
2062
|
+
};
|
|
2063
|
+
};
|
|
2064
|
+
};
|
|
2065
|
+
SHEETS: {
|
|
2066
|
+
description: string;
|
|
2067
|
+
abstract: string;
|
|
2068
|
+
links: {
|
|
2069
|
+
title: string;
|
|
2070
|
+
url: string;
|
|
2071
|
+
}[];
|
|
2072
|
+
functionParameter: {};
|
|
2073
|
+
};
|
|
2051
2074
|
TYPE: {
|
|
2052
2075
|
description: string;
|
|
2053
2076
|
abstract: string;
|
|
@@ -2442,11 +2465,7 @@ declare const _default: {
|
|
|
2442
2465
|
url: string;
|
|
2443
2466
|
}[];
|
|
2444
2467
|
functionParameter: {
|
|
2445
|
-
|
|
2446
|
-
name: string;
|
|
2447
|
-
detail: string;
|
|
2448
|
-
};
|
|
2449
|
-
number2: {
|
|
2468
|
+
text: {
|
|
2450
2469
|
name: string;
|
|
2451
2470
|
detail: string;
|
|
2452
2471
|
};
|
|
@@ -2460,11 +2479,11 @@ declare const _default: {
|
|
|
2460
2479
|
url: string;
|
|
2461
2480
|
}[];
|
|
2462
2481
|
functionParameter: {
|
|
2463
|
-
|
|
2482
|
+
array: {
|
|
2464
2483
|
name: string;
|
|
2465
2484
|
detail: string;
|
|
2466
2485
|
};
|
|
2467
|
-
|
|
2486
|
+
format: {
|
|
2468
2487
|
name: string;
|
|
2469
2488
|
detail: string;
|
|
2470
2489
|
};
|
|
@@ -2478,11 +2497,7 @@ declare const _default: {
|
|
|
2478
2497
|
url: string;
|
|
2479
2498
|
}[];
|
|
2480
2499
|
functionParameter: {
|
|
2481
|
-
|
|
2482
|
-
name: string;
|
|
2483
|
-
detail: string;
|
|
2484
|
-
};
|
|
2485
|
-
number2: {
|
|
2500
|
+
number: {
|
|
2486
2501
|
name: string;
|
|
2487
2502
|
detail: string;
|
|
2488
2503
|
};
|
|
@@ -2496,11 +2511,7 @@ declare const _default: {
|
|
|
2496
2511
|
url: string;
|
|
2497
2512
|
}[];
|
|
2498
2513
|
functionParameter: {
|
|
2499
|
-
|
|
2500
|
-
name: string;
|
|
2501
|
-
detail: string;
|
|
2502
|
-
};
|
|
2503
|
-
number2: {
|
|
2514
|
+
number: {
|
|
2504
2515
|
name: string;
|
|
2505
2516
|
detail: string;
|
|
2506
2517
|
};
|
|
@@ -2514,11 +2525,7 @@ declare const _default: {
|
|
|
2514
2525
|
url: string;
|
|
2515
2526
|
}[];
|
|
2516
2527
|
functionParameter: {
|
|
2517
|
-
|
|
2518
|
-
name: string;
|
|
2519
|
-
detail: string;
|
|
2520
|
-
};
|
|
2521
|
-
number2: {
|
|
2528
|
+
text: {
|
|
2522
2529
|
name: string;
|
|
2523
2530
|
detail: string;
|
|
2524
2531
|
};
|
|
@@ -2532,11 +2539,7 @@ declare const _default: {
|
|
|
2532
2539
|
url: string;
|
|
2533
2540
|
}[];
|
|
2534
2541
|
functionParameter: {
|
|
2535
|
-
|
|
2536
|
-
name: string;
|
|
2537
|
-
detail: string;
|
|
2538
|
-
};
|
|
2539
|
-
number2: {
|
|
2542
|
+
text: {
|
|
2540
2543
|
name: string;
|
|
2541
2544
|
detail: string;
|
|
2542
2545
|
};
|
|
@@ -2586,11 +2589,7 @@ declare const _default: {
|
|
|
2586
2589
|
url: string;
|
|
2587
2590
|
}[];
|
|
2588
2591
|
functionParameter: {
|
|
2589
|
-
|
|
2590
|
-
name: string;
|
|
2591
|
-
detail: string;
|
|
2592
|
-
};
|
|
2593
|
-
number2: {
|
|
2592
|
+
text: {
|
|
2594
2593
|
name: string;
|
|
2595
2594
|
detail: string;
|
|
2596
2595
|
};
|
|
@@ -2604,11 +2603,11 @@ declare const _default: {
|
|
|
2604
2603
|
url: string;
|
|
2605
2604
|
}[];
|
|
2606
2605
|
functionParameter: {
|
|
2607
|
-
|
|
2606
|
+
number: {
|
|
2608
2607
|
name: string;
|
|
2609
2608
|
detail: string;
|
|
2610
2609
|
};
|
|
2611
|
-
|
|
2610
|
+
decimals: {
|
|
2612
2611
|
name: string;
|
|
2613
2612
|
detail: string;
|
|
2614
2613
|
};
|
|
@@ -2670,7 +2669,7 @@ declare const _default: {
|
|
|
2670
2669
|
name: string;
|
|
2671
2670
|
detail: string;
|
|
2672
2671
|
};
|
|
2673
|
-
|
|
2672
|
+
noCommas: {
|
|
2674
2673
|
name: string;
|
|
2675
2674
|
detail: string;
|
|
2676
2675
|
};
|
|
@@ -2758,6 +2757,28 @@ declare const _default: {
|
|
|
2758
2757
|
};
|
|
2759
2758
|
};
|
|
2760
2759
|
};
|
|
2760
|
+
NUMBERVALUE: {
|
|
2761
|
+
description: string;
|
|
2762
|
+
abstract: string;
|
|
2763
|
+
links: {
|
|
2764
|
+
title: string;
|
|
2765
|
+
url: string;
|
|
2766
|
+
}[];
|
|
2767
|
+
functionParameter: {
|
|
2768
|
+
text: {
|
|
2769
|
+
name: string;
|
|
2770
|
+
detail: string;
|
|
2771
|
+
};
|
|
2772
|
+
decimalSeparator: {
|
|
2773
|
+
name: string;
|
|
2774
|
+
detail: string;
|
|
2775
|
+
};
|
|
2776
|
+
groupSeparator: {
|
|
2777
|
+
name: string;
|
|
2778
|
+
detail: string;
|
|
2779
|
+
};
|
|
2780
|
+
};
|
|
2781
|
+
};
|
|
2761
2782
|
PHONETIC: {
|
|
2762
2783
|
description: string;
|
|
2763
2784
|
abstract: string;
|
|
@@ -2904,7 +2925,25 @@ declare const _default: {
|
|
|
2904
2925
|
name: string;
|
|
2905
2926
|
detail: string;
|
|
2906
2927
|
};
|
|
2907
|
-
|
|
2928
|
+
numChars: {
|
|
2929
|
+
name: string;
|
|
2930
|
+
detail: string;
|
|
2931
|
+
};
|
|
2932
|
+
};
|
|
2933
|
+
};
|
|
2934
|
+
RIGHTB: {
|
|
2935
|
+
description: string;
|
|
2936
|
+
abstract: string;
|
|
2937
|
+
links: {
|
|
2938
|
+
title: string;
|
|
2939
|
+
url: string;
|
|
2940
|
+
}[];
|
|
2941
|
+
functionParameter: {
|
|
2942
|
+
text: {
|
|
2943
|
+
name: string;
|
|
2944
|
+
detail: string;
|
|
2945
|
+
};
|
|
2946
|
+
numBytes: {
|
|
2908
2947
|
name: string;
|
|
2909
2948
|
detail: string;
|
|
2910
2949
|
};
|
|
@@ -2970,15 +3009,29 @@ declare const _default: {
|
|
|
2970
3009
|
name: string;
|
|
2971
3010
|
detail: string;
|
|
2972
3011
|
};
|
|
2973
|
-
|
|
3012
|
+
oldText: {
|
|
2974
3013
|
name: string;
|
|
2975
3014
|
detail: string;
|
|
2976
3015
|
};
|
|
2977
|
-
|
|
3016
|
+
newText: {
|
|
2978
3017
|
name: string;
|
|
2979
3018
|
detail: string;
|
|
2980
3019
|
};
|
|
2981
|
-
|
|
3020
|
+
instanceNum: {
|
|
3021
|
+
name: string;
|
|
3022
|
+
detail: string;
|
|
3023
|
+
};
|
|
3024
|
+
};
|
|
3025
|
+
};
|
|
3026
|
+
T: {
|
|
3027
|
+
description: string;
|
|
3028
|
+
abstract: string;
|
|
3029
|
+
links: {
|
|
3030
|
+
title: string;
|
|
3031
|
+
url: string;
|
|
3032
|
+
}[];
|
|
3033
|
+
functionParameter: {
|
|
3034
|
+
value: {
|
|
2982
3035
|
name: string;
|
|
2983
3036
|
detail: string;
|
|
2984
3037
|
};
|
|
@@ -3200,6 +3253,24 @@ declare const _default: {
|
|
|
3200
3253
|
};
|
|
3201
3254
|
};
|
|
3202
3255
|
};
|
|
3256
|
+
VALUETOTEXT: {
|
|
3257
|
+
description: string;
|
|
3258
|
+
abstract: string;
|
|
3259
|
+
links: {
|
|
3260
|
+
title: string;
|
|
3261
|
+
url: string;
|
|
3262
|
+
}[];
|
|
3263
|
+
functionParameter: {
|
|
3264
|
+
value: {
|
|
3265
|
+
name: string;
|
|
3266
|
+
detail: string;
|
|
3267
|
+
};
|
|
3268
|
+
format: {
|
|
3269
|
+
name: string;
|
|
3270
|
+
detail: string;
|
|
3271
|
+
};
|
|
3272
|
+
};
|
|
3273
|
+
};
|
|
3203
3274
|
DAVERAGE: {
|
|
3204
3275
|
description: string;
|
|
3205
3276
|
abstract: string;
|
|
@@ -3208,11 +3279,15 @@ declare const _default: {
|
|
|
3208
3279
|
url: string;
|
|
3209
3280
|
}[];
|
|
3210
3281
|
functionParameter: {
|
|
3211
|
-
|
|
3282
|
+
database: {
|
|
3212
3283
|
name: string;
|
|
3213
3284
|
detail: string;
|
|
3214
3285
|
};
|
|
3215
|
-
|
|
3286
|
+
field: {
|
|
3287
|
+
name: string;
|
|
3288
|
+
detail: string;
|
|
3289
|
+
};
|
|
3290
|
+
criteria: {
|
|
3216
3291
|
name: string;
|
|
3217
3292
|
detail: string;
|
|
3218
3293
|
};
|
|
@@ -3226,11 +3301,15 @@ declare const _default: {
|
|
|
3226
3301
|
url: string;
|
|
3227
3302
|
}[];
|
|
3228
3303
|
functionParameter: {
|
|
3229
|
-
|
|
3304
|
+
database: {
|
|
3230
3305
|
name: string;
|
|
3231
3306
|
detail: string;
|
|
3232
3307
|
};
|
|
3233
|
-
|
|
3308
|
+
field: {
|
|
3309
|
+
name: string;
|
|
3310
|
+
detail: string;
|
|
3311
|
+
};
|
|
3312
|
+
criteria: {
|
|
3234
3313
|
name: string;
|
|
3235
3314
|
detail: string;
|
|
3236
3315
|
};
|
|
@@ -3244,11 +3323,15 @@ declare const _default: {
|
|
|
3244
3323
|
url: string;
|
|
3245
3324
|
}[];
|
|
3246
3325
|
functionParameter: {
|
|
3247
|
-
|
|
3326
|
+
database: {
|
|
3248
3327
|
name: string;
|
|
3249
3328
|
detail: string;
|
|
3250
3329
|
};
|
|
3251
|
-
|
|
3330
|
+
field: {
|
|
3331
|
+
name: string;
|
|
3332
|
+
detail: string;
|
|
3333
|
+
};
|
|
3334
|
+
criteria: {
|
|
3252
3335
|
name: string;
|
|
3253
3336
|
detail: string;
|
|
3254
3337
|
};
|
|
@@ -3262,11 +3345,15 @@ declare const _default: {
|
|
|
3262
3345
|
url: string;
|
|
3263
3346
|
}[];
|
|
3264
3347
|
functionParameter: {
|
|
3265
|
-
|
|
3348
|
+
database: {
|
|
3266
3349
|
name: string;
|
|
3267
3350
|
detail: string;
|
|
3268
3351
|
};
|
|
3269
|
-
|
|
3352
|
+
field: {
|
|
3353
|
+
name: string;
|
|
3354
|
+
detail: string;
|
|
3355
|
+
};
|
|
3356
|
+
criteria: {
|
|
3270
3357
|
name: string;
|
|
3271
3358
|
detail: string;
|
|
3272
3359
|
};
|
|
@@ -3280,11 +3367,15 @@ declare const _default: {
|
|
|
3280
3367
|
url: string;
|
|
3281
3368
|
}[];
|
|
3282
3369
|
functionParameter: {
|
|
3283
|
-
|
|
3370
|
+
database: {
|
|
3284
3371
|
name: string;
|
|
3285
3372
|
detail: string;
|
|
3286
3373
|
};
|
|
3287
|
-
|
|
3374
|
+
field: {
|
|
3375
|
+
name: string;
|
|
3376
|
+
detail: string;
|
|
3377
|
+
};
|
|
3378
|
+
criteria: {
|
|
3288
3379
|
name: string;
|
|
3289
3380
|
detail: string;
|
|
3290
3381
|
};
|
|
@@ -3298,11 +3389,15 @@ declare const _default: {
|
|
|
3298
3389
|
url: string;
|
|
3299
3390
|
}[];
|
|
3300
3391
|
functionParameter: {
|
|
3301
|
-
|
|
3392
|
+
database: {
|
|
3302
3393
|
name: string;
|
|
3303
3394
|
detail: string;
|
|
3304
3395
|
};
|
|
3305
|
-
|
|
3396
|
+
field: {
|
|
3397
|
+
name: string;
|
|
3398
|
+
detail: string;
|
|
3399
|
+
};
|
|
3400
|
+
criteria: {
|
|
3306
3401
|
name: string;
|
|
3307
3402
|
detail: string;
|
|
3308
3403
|
};
|
|
@@ -3316,11 +3411,15 @@ declare const _default: {
|
|
|
3316
3411
|
url: string;
|
|
3317
3412
|
}[];
|
|
3318
3413
|
functionParameter: {
|
|
3319
|
-
|
|
3414
|
+
database: {
|
|
3320
3415
|
name: string;
|
|
3321
3416
|
detail: string;
|
|
3322
3417
|
};
|
|
3323
|
-
|
|
3418
|
+
field: {
|
|
3419
|
+
name: string;
|
|
3420
|
+
detail: string;
|
|
3421
|
+
};
|
|
3422
|
+
criteria: {
|
|
3324
3423
|
name: string;
|
|
3325
3424
|
detail: string;
|
|
3326
3425
|
};
|
|
@@ -3334,11 +3433,15 @@ declare const _default: {
|
|
|
3334
3433
|
url: string;
|
|
3335
3434
|
}[];
|
|
3336
3435
|
functionParameter: {
|
|
3337
|
-
|
|
3436
|
+
database: {
|
|
3338
3437
|
name: string;
|
|
3339
3438
|
detail: string;
|
|
3340
3439
|
};
|
|
3341
|
-
|
|
3440
|
+
field: {
|
|
3441
|
+
name: string;
|
|
3442
|
+
detail: string;
|
|
3443
|
+
};
|
|
3444
|
+
criteria: {
|
|
3342
3445
|
name: string;
|
|
3343
3446
|
detail: string;
|
|
3344
3447
|
};
|
|
@@ -3352,11 +3455,15 @@ declare const _default: {
|
|
|
3352
3455
|
url: string;
|
|
3353
3456
|
}[];
|
|
3354
3457
|
functionParameter: {
|
|
3355
|
-
|
|
3458
|
+
database: {
|
|
3356
3459
|
name: string;
|
|
3357
3460
|
detail: string;
|
|
3358
3461
|
};
|
|
3359
|
-
|
|
3462
|
+
field: {
|
|
3463
|
+
name: string;
|
|
3464
|
+
detail: string;
|
|
3465
|
+
};
|
|
3466
|
+
criteria: {
|
|
3360
3467
|
name: string;
|
|
3361
3468
|
detail: string;
|
|
3362
3469
|
};
|
|
@@ -3370,11 +3477,15 @@ declare const _default: {
|
|
|
3370
3477
|
url: string;
|
|
3371
3478
|
}[];
|
|
3372
3479
|
functionParameter: {
|
|
3373
|
-
|
|
3480
|
+
database: {
|
|
3374
3481
|
name: string;
|
|
3375
3482
|
detail: string;
|
|
3376
3483
|
};
|
|
3377
|
-
|
|
3484
|
+
field: {
|
|
3485
|
+
name: string;
|
|
3486
|
+
detail: string;
|
|
3487
|
+
};
|
|
3488
|
+
criteria: {
|
|
3378
3489
|
name: string;
|
|
3379
3490
|
detail: string;
|
|
3380
3491
|
};
|
|
@@ -3388,11 +3499,15 @@ declare const _default: {
|
|
|
3388
3499
|
url: string;
|
|
3389
3500
|
}[];
|
|
3390
3501
|
functionParameter: {
|
|
3391
|
-
|
|
3502
|
+
database: {
|
|
3392
3503
|
name: string;
|
|
3393
3504
|
detail: string;
|
|
3394
3505
|
};
|
|
3395
|
-
|
|
3506
|
+
field: {
|
|
3507
|
+
name: string;
|
|
3508
|
+
detail: string;
|
|
3509
|
+
};
|
|
3510
|
+
criteria: {
|
|
3396
3511
|
name: string;
|
|
3397
3512
|
detail: string;
|
|
3398
3513
|
};
|
|
@@ -3406,11 +3521,15 @@ declare const _default: {
|
|
|
3406
3521
|
url: string;
|
|
3407
3522
|
}[];
|
|
3408
3523
|
functionParameter: {
|
|
3409
|
-
|
|
3524
|
+
database: {
|
|
3410
3525
|
name: string;
|
|
3411
3526
|
detail: string;
|
|
3412
3527
|
};
|
|
3413
|
-
|
|
3528
|
+
field: {
|
|
3529
|
+
name: string;
|
|
3530
|
+
detail: string;
|
|
3531
|
+
};
|
|
3532
|
+
criteria: {
|
|
3414
3533
|
name: string;
|
|
3415
3534
|
detail: string;
|
|
3416
3535
|
};
|
|
@@ -5360,6 +5479,20 @@ declare const _default: {
|
|
|
5360
5479
|
};
|
|
5361
5480
|
};
|
|
5362
5481
|
};
|
|
5482
|
+
ARABIC: {
|
|
5483
|
+
description: string;
|
|
5484
|
+
abstract: string;
|
|
5485
|
+
links: {
|
|
5486
|
+
title: string;
|
|
5487
|
+
url: string;
|
|
5488
|
+
}[];
|
|
5489
|
+
functionParameter: {
|
|
5490
|
+
text: {
|
|
5491
|
+
name: string;
|
|
5492
|
+
detail: string;
|
|
5493
|
+
};
|
|
5494
|
+
};
|
|
5495
|
+
};
|
|
5363
5496
|
ASIN: {
|
|
5364
5497
|
description: string;
|
|
5365
5498
|
abstract: string;
|
|
@@ -6138,6 +6271,24 @@ declare const _default: {
|
|
|
6138
6271
|
};
|
|
6139
6272
|
};
|
|
6140
6273
|
};
|
|
6274
|
+
ROMAN: {
|
|
6275
|
+
description: string;
|
|
6276
|
+
abstract: string;
|
|
6277
|
+
links: {
|
|
6278
|
+
title: string;
|
|
6279
|
+
url: string;
|
|
6280
|
+
}[];
|
|
6281
|
+
functionParameter: {
|
|
6282
|
+
number: {
|
|
6283
|
+
name: string;
|
|
6284
|
+
detail: string;
|
|
6285
|
+
};
|
|
6286
|
+
form: {
|
|
6287
|
+
name: string;
|
|
6288
|
+
detail: string;
|
|
6289
|
+
};
|
|
6290
|
+
};
|
|
6291
|
+
};
|
|
6141
6292
|
ROUND: {
|
|
6142
6293
|
description: string;
|
|
6143
6294
|
abstract: string;
|