@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;
|
|
@@ -2514,11 +2501,7 @@ declare const _default: {
|
|
|
2514
2501
|
url: string;
|
|
2515
2502
|
}[];
|
|
2516
2503
|
functionParameter: {
|
|
2517
|
-
|
|
2518
|
-
name: string;
|
|
2519
|
-
detail: string;
|
|
2520
|
-
};
|
|
2521
|
-
number2: {
|
|
2504
|
+
text: {
|
|
2522
2505
|
name: string;
|
|
2523
2506
|
detail: string;
|
|
2524
2507
|
};
|
|
@@ -2532,11 +2515,11 @@ declare const _default: {
|
|
|
2532
2515
|
url: string;
|
|
2533
2516
|
}[];
|
|
2534
2517
|
functionParameter: {
|
|
2535
|
-
|
|
2518
|
+
array: {
|
|
2536
2519
|
name: string;
|
|
2537
2520
|
detail: string;
|
|
2538
2521
|
};
|
|
2539
|
-
|
|
2522
|
+
format: {
|
|
2540
2523
|
name: string;
|
|
2541
2524
|
detail: string;
|
|
2542
2525
|
};
|
|
@@ -2550,11 +2533,7 @@ declare const _default: {
|
|
|
2550
2533
|
url: string;
|
|
2551
2534
|
}[];
|
|
2552
2535
|
functionParameter: {
|
|
2553
|
-
|
|
2554
|
-
name: string;
|
|
2555
|
-
detail: string;
|
|
2556
|
-
};
|
|
2557
|
-
number2: {
|
|
2536
|
+
number: {
|
|
2558
2537
|
name: string;
|
|
2559
2538
|
detail: string;
|
|
2560
2539
|
};
|
|
@@ -2568,11 +2547,7 @@ declare const _default: {
|
|
|
2568
2547
|
url: string;
|
|
2569
2548
|
}[];
|
|
2570
2549
|
functionParameter: {
|
|
2571
|
-
|
|
2572
|
-
name: string;
|
|
2573
|
-
detail: string;
|
|
2574
|
-
};
|
|
2575
|
-
number2: {
|
|
2550
|
+
number: {
|
|
2576
2551
|
name: string;
|
|
2577
2552
|
detail: string;
|
|
2578
2553
|
};
|
|
@@ -2586,11 +2561,7 @@ declare const _default: {
|
|
|
2586
2561
|
url: string;
|
|
2587
2562
|
}[];
|
|
2588
2563
|
functionParameter: {
|
|
2589
|
-
|
|
2590
|
-
name: string;
|
|
2591
|
-
detail: string;
|
|
2592
|
-
};
|
|
2593
|
-
number2: {
|
|
2564
|
+
text: {
|
|
2594
2565
|
name: string;
|
|
2595
2566
|
detail: string;
|
|
2596
2567
|
};
|
|
@@ -2604,11 +2575,7 @@ declare const _default: {
|
|
|
2604
2575
|
url: string;
|
|
2605
2576
|
}[];
|
|
2606
2577
|
functionParameter: {
|
|
2607
|
-
|
|
2608
|
-
name: string;
|
|
2609
|
-
detail: string;
|
|
2610
|
-
};
|
|
2611
|
-
number2: {
|
|
2578
|
+
text: {
|
|
2612
2579
|
name: string;
|
|
2613
2580
|
detail: string;
|
|
2614
2581
|
};
|
|
@@ -2658,11 +2625,7 @@ declare const _default: {
|
|
|
2658
2625
|
url: string;
|
|
2659
2626
|
}[];
|
|
2660
2627
|
functionParameter: {
|
|
2661
|
-
|
|
2662
|
-
name: string;
|
|
2663
|
-
detail: string;
|
|
2664
|
-
};
|
|
2665
|
-
number2: {
|
|
2628
|
+
text: {
|
|
2666
2629
|
name: string;
|
|
2667
2630
|
detail: string;
|
|
2668
2631
|
};
|
|
@@ -2676,11 +2639,11 @@ declare const _default: {
|
|
|
2676
2639
|
url: string;
|
|
2677
2640
|
}[];
|
|
2678
2641
|
functionParameter: {
|
|
2679
|
-
|
|
2642
|
+
number: {
|
|
2680
2643
|
name: string;
|
|
2681
2644
|
detail: string;
|
|
2682
2645
|
};
|
|
2683
|
-
|
|
2646
|
+
decimals: {
|
|
2684
2647
|
name: string;
|
|
2685
2648
|
detail: string;
|
|
2686
2649
|
};
|
|
@@ -2694,11 +2657,11 @@ declare const _default: {
|
|
|
2694
2657
|
url: string;
|
|
2695
2658
|
}[];
|
|
2696
2659
|
functionParameter: {
|
|
2697
|
-
|
|
2660
|
+
text1: {
|
|
2698
2661
|
name: string;
|
|
2699
2662
|
detail: string;
|
|
2700
2663
|
};
|
|
2701
|
-
|
|
2664
|
+
text2: {
|
|
2702
2665
|
name: string;
|
|
2703
2666
|
detail: string;
|
|
2704
2667
|
};
|
|
@@ -2748,11 +2711,15 @@ declare const _default: {
|
|
|
2748
2711
|
url: string;
|
|
2749
2712
|
}[];
|
|
2750
2713
|
functionParameter: {
|
|
2751
|
-
|
|
2714
|
+
number: {
|
|
2752
2715
|
name: string;
|
|
2753
2716
|
detail: string;
|
|
2754
2717
|
};
|
|
2755
|
-
|
|
2718
|
+
decimals: {
|
|
2719
|
+
name: string;
|
|
2720
|
+
detail: string;
|
|
2721
|
+
};
|
|
2722
|
+
noCommas: {
|
|
2756
2723
|
name: string;
|
|
2757
2724
|
detail: string;
|
|
2758
2725
|
};
|
|
@@ -2884,11 +2851,15 @@ declare const _default: {
|
|
|
2884
2851
|
url: string;
|
|
2885
2852
|
}[];
|
|
2886
2853
|
functionParameter: {
|
|
2887
|
-
|
|
2854
|
+
text: {
|
|
2888
2855
|
name: string;
|
|
2889
2856
|
detail: string;
|
|
2890
2857
|
};
|
|
2891
|
-
|
|
2858
|
+
decimalSeparator: {
|
|
2859
|
+
name: string;
|
|
2860
|
+
detail: string;
|
|
2861
|
+
};
|
|
2862
|
+
groupSeparator: {
|
|
2892
2863
|
name: string;
|
|
2893
2864
|
detail: string;
|
|
2894
2865
|
};
|
|
@@ -2920,11 +2891,7 @@ declare const _default: {
|
|
|
2920
2891
|
url: string;
|
|
2921
2892
|
}[];
|
|
2922
2893
|
functionParameter: {
|
|
2923
|
-
|
|
2924
|
-
name: string;
|
|
2925
|
-
detail: string;
|
|
2926
|
-
};
|
|
2927
|
-
number2: {
|
|
2894
|
+
text: {
|
|
2928
2895
|
name: string;
|
|
2929
2896
|
detail: string;
|
|
2930
2897
|
};
|
|
@@ -3050,11 +3017,11 @@ declare const _default: {
|
|
|
3050
3017
|
url: string;
|
|
3051
3018
|
}[];
|
|
3052
3019
|
functionParameter: {
|
|
3053
|
-
|
|
3020
|
+
text: {
|
|
3054
3021
|
name: string;
|
|
3055
3022
|
detail: string;
|
|
3056
3023
|
};
|
|
3057
|
-
|
|
3024
|
+
numChars: {
|
|
3058
3025
|
name: string;
|
|
3059
3026
|
detail: string;
|
|
3060
3027
|
};
|
|
@@ -3068,11 +3035,11 @@ declare const _default: {
|
|
|
3068
3035
|
url: string;
|
|
3069
3036
|
}[];
|
|
3070
3037
|
functionParameter: {
|
|
3071
|
-
|
|
3038
|
+
text: {
|
|
3072
3039
|
name: string;
|
|
3073
3040
|
detail: string;
|
|
3074
3041
|
};
|
|
3075
|
-
|
|
3042
|
+
numBytes: {
|
|
3076
3043
|
name: string;
|
|
3077
3044
|
detail: string;
|
|
3078
3045
|
};
|
|
@@ -3122,11 +3089,19 @@ declare const _default: {
|
|
|
3122
3089
|
url: string;
|
|
3123
3090
|
}[];
|
|
3124
3091
|
functionParameter: {
|
|
3125
|
-
|
|
3092
|
+
text: {
|
|
3126
3093
|
name: string;
|
|
3127
3094
|
detail: string;
|
|
3128
3095
|
};
|
|
3129
|
-
|
|
3096
|
+
oldText: {
|
|
3097
|
+
name: string;
|
|
3098
|
+
detail: string;
|
|
3099
|
+
};
|
|
3100
|
+
newText: {
|
|
3101
|
+
name: string;
|
|
3102
|
+
detail: string;
|
|
3103
|
+
};
|
|
3104
|
+
instanceNum: {
|
|
3130
3105
|
name: string;
|
|
3131
3106
|
detail: string;
|
|
3132
3107
|
};
|
|
@@ -3140,11 +3115,7 @@ declare const _default: {
|
|
|
3140
3115
|
url: string;
|
|
3141
3116
|
}[];
|
|
3142
3117
|
functionParameter: {
|
|
3143
|
-
|
|
3144
|
-
name: string;
|
|
3145
|
-
detail: string;
|
|
3146
|
-
};
|
|
3147
|
-
number2: {
|
|
3118
|
+
value: {
|
|
3148
3119
|
name: string;
|
|
3149
3120
|
detail: string;
|
|
3150
3121
|
};
|
|
@@ -3314,11 +3285,7 @@ declare const _default: {
|
|
|
3314
3285
|
url: string;
|
|
3315
3286
|
}[];
|
|
3316
3287
|
functionParameter: {
|
|
3317
|
-
|
|
3318
|
-
name: string;
|
|
3319
|
-
detail: string;
|
|
3320
|
-
};
|
|
3321
|
-
number2: {
|
|
3288
|
+
number: {
|
|
3322
3289
|
name: string;
|
|
3323
3290
|
detail: string;
|
|
3324
3291
|
};
|
|
@@ -3332,11 +3299,7 @@ declare const _default: {
|
|
|
3332
3299
|
url: string;
|
|
3333
3300
|
}[];
|
|
3334
3301
|
functionParameter: {
|
|
3335
|
-
|
|
3336
|
-
name: string;
|
|
3337
|
-
detail: string;
|
|
3338
|
-
};
|
|
3339
|
-
number2: {
|
|
3302
|
+
text: {
|
|
3340
3303
|
name: string;
|
|
3341
3304
|
detail: string;
|
|
3342
3305
|
};
|
|
@@ -3368,11 +3331,7 @@ declare const _default: {
|
|
|
3368
3331
|
url: string;
|
|
3369
3332
|
}[];
|
|
3370
3333
|
functionParameter: {
|
|
3371
|
-
|
|
3372
|
-
name: string;
|
|
3373
|
-
detail: string;
|
|
3374
|
-
};
|
|
3375
|
-
number2: {
|
|
3334
|
+
text: {
|
|
3376
3335
|
name: string;
|
|
3377
3336
|
detail: string;
|
|
3378
3337
|
};
|
|
@@ -3386,11 +3345,11 @@ declare const _default: {
|
|
|
3386
3345
|
url: string;
|
|
3387
3346
|
}[];
|
|
3388
3347
|
functionParameter: {
|
|
3389
|
-
|
|
3348
|
+
value: {
|
|
3390
3349
|
name: string;
|
|
3391
3350
|
detail: string;
|
|
3392
3351
|
};
|
|
3393
|
-
|
|
3352
|
+
format: {
|
|
3394
3353
|
name: string;
|
|
3395
3354
|
detail: string;
|
|
3396
3355
|
};
|
|
@@ -3458,11 +3417,15 @@ declare const _default: {
|
|
|
3458
3417
|
url: string;
|
|
3459
3418
|
}[];
|
|
3460
3419
|
functionParameter: {
|
|
3461
|
-
|
|
3420
|
+
database: {
|
|
3462
3421
|
name: string;
|
|
3463
3422
|
detail: string;
|
|
3464
3423
|
};
|
|
3465
|
-
|
|
3424
|
+
field: {
|
|
3425
|
+
name: string;
|
|
3426
|
+
detail: string;
|
|
3427
|
+
};
|
|
3428
|
+
criteria: {
|
|
3466
3429
|
name: string;
|
|
3467
3430
|
detail: string;
|
|
3468
3431
|
};
|
|
@@ -3476,11 +3439,15 @@ declare const _default: {
|
|
|
3476
3439
|
url: string;
|
|
3477
3440
|
}[];
|
|
3478
3441
|
functionParameter: {
|
|
3479
|
-
|
|
3442
|
+
database: {
|
|
3480
3443
|
name: string;
|
|
3481
3444
|
detail: string;
|
|
3482
3445
|
};
|
|
3483
|
-
|
|
3446
|
+
field: {
|
|
3447
|
+
name: string;
|
|
3448
|
+
detail: string;
|
|
3449
|
+
};
|
|
3450
|
+
criteria: {
|
|
3484
3451
|
name: string;
|
|
3485
3452
|
detail: string;
|
|
3486
3453
|
};
|
|
@@ -3494,11 +3461,15 @@ declare const _default: {
|
|
|
3494
3461
|
url: string;
|
|
3495
3462
|
}[];
|
|
3496
3463
|
functionParameter: {
|
|
3497
|
-
|
|
3464
|
+
database: {
|
|
3498
3465
|
name: string;
|
|
3499
3466
|
detail: string;
|
|
3500
3467
|
};
|
|
3501
|
-
|
|
3468
|
+
field: {
|
|
3469
|
+
name: string;
|
|
3470
|
+
detail: string;
|
|
3471
|
+
};
|
|
3472
|
+
criteria: {
|
|
3502
3473
|
name: string;
|
|
3503
3474
|
detail: string;
|
|
3504
3475
|
};
|
|
@@ -3512,11 +3483,15 @@ declare const _default: {
|
|
|
3512
3483
|
url: string;
|
|
3513
3484
|
}[];
|
|
3514
3485
|
functionParameter: {
|
|
3515
|
-
|
|
3486
|
+
database: {
|
|
3516
3487
|
name: string;
|
|
3517
3488
|
detail: string;
|
|
3518
3489
|
};
|
|
3519
|
-
|
|
3490
|
+
field: {
|
|
3491
|
+
name: string;
|
|
3492
|
+
detail: string;
|
|
3493
|
+
};
|
|
3494
|
+
criteria: {
|
|
3520
3495
|
name: string;
|
|
3521
3496
|
detail: string;
|
|
3522
3497
|
};
|
|
@@ -3530,11 +3505,15 @@ declare const _default: {
|
|
|
3530
3505
|
url: string;
|
|
3531
3506
|
}[];
|
|
3532
3507
|
functionParameter: {
|
|
3533
|
-
|
|
3508
|
+
database: {
|
|
3534
3509
|
name: string;
|
|
3535
3510
|
detail: string;
|
|
3536
3511
|
};
|
|
3537
|
-
|
|
3512
|
+
field: {
|
|
3513
|
+
name: string;
|
|
3514
|
+
detail: string;
|
|
3515
|
+
};
|
|
3516
|
+
criteria: {
|
|
3538
3517
|
name: string;
|
|
3539
3518
|
detail: string;
|
|
3540
3519
|
};
|
|
@@ -3548,11 +3527,15 @@ declare const _default: {
|
|
|
3548
3527
|
url: string;
|
|
3549
3528
|
}[];
|
|
3550
3529
|
functionParameter: {
|
|
3551
|
-
|
|
3530
|
+
database: {
|
|
3552
3531
|
name: string;
|
|
3553
3532
|
detail: string;
|
|
3554
3533
|
};
|
|
3555
|
-
|
|
3534
|
+
field: {
|
|
3535
|
+
name: string;
|
|
3536
|
+
detail: string;
|
|
3537
|
+
};
|
|
3538
|
+
criteria: {
|
|
3556
3539
|
name: string;
|
|
3557
3540
|
detail: string;
|
|
3558
3541
|
};
|
|
@@ -3566,11 +3549,15 @@ declare const _default: {
|
|
|
3566
3549
|
url: string;
|
|
3567
3550
|
}[];
|
|
3568
3551
|
functionParameter: {
|
|
3569
|
-
|
|
3552
|
+
database: {
|
|
3570
3553
|
name: string;
|
|
3571
3554
|
detail: string;
|
|
3572
3555
|
};
|
|
3573
|
-
|
|
3556
|
+
field: {
|
|
3557
|
+
name: string;
|
|
3558
|
+
detail: string;
|
|
3559
|
+
};
|
|
3560
|
+
criteria: {
|
|
3574
3561
|
name: string;
|
|
3575
3562
|
detail: string;
|
|
3576
3563
|
};
|
|
@@ -3584,11 +3571,15 @@ declare const _default: {
|
|
|
3584
3571
|
url: string;
|
|
3585
3572
|
}[];
|
|
3586
3573
|
functionParameter: {
|
|
3587
|
-
|
|
3574
|
+
database: {
|
|
3588
3575
|
name: string;
|
|
3589
3576
|
detail: string;
|
|
3590
3577
|
};
|
|
3591
|
-
|
|
3578
|
+
field: {
|
|
3579
|
+
name: string;
|
|
3580
|
+
detail: string;
|
|
3581
|
+
};
|
|
3582
|
+
criteria: {
|
|
3592
3583
|
name: string;
|
|
3593
3584
|
detail: string;
|
|
3594
3585
|
};
|
|
@@ -3602,11 +3593,15 @@ declare const _default: {
|
|
|
3602
3593
|
url: string;
|
|
3603
3594
|
}[];
|
|
3604
3595
|
functionParameter: {
|
|
3605
|
-
|
|
3596
|
+
database: {
|
|
3606
3597
|
name: string;
|
|
3607
3598
|
detail: string;
|
|
3608
3599
|
};
|
|
3609
|
-
|
|
3600
|
+
field: {
|
|
3601
|
+
name: string;
|
|
3602
|
+
detail: string;
|
|
3603
|
+
};
|
|
3604
|
+
criteria: {
|
|
3610
3605
|
name: string;
|
|
3611
3606
|
detail: string;
|
|
3612
3607
|
};
|
|
@@ -3620,11 +3615,15 @@ declare const _default: {
|
|
|
3620
3615
|
url: string;
|
|
3621
3616
|
}[];
|
|
3622
3617
|
functionParameter: {
|
|
3623
|
-
|
|
3618
|
+
database: {
|
|
3624
3619
|
name: string;
|
|
3625
3620
|
detail: string;
|
|
3626
3621
|
};
|
|
3627
|
-
|
|
3622
|
+
field: {
|
|
3623
|
+
name: string;
|
|
3624
|
+
detail: string;
|
|
3625
|
+
};
|
|
3626
|
+
criteria: {
|
|
3628
3627
|
name: string;
|
|
3629
3628
|
detail: string;
|
|
3630
3629
|
};
|
|
@@ -3638,11 +3637,15 @@ declare const _default: {
|
|
|
3638
3637
|
url: string;
|
|
3639
3638
|
}[];
|
|
3640
3639
|
functionParameter: {
|
|
3641
|
-
|
|
3640
|
+
database: {
|
|
3642
3641
|
name: string;
|
|
3643
3642
|
detail: string;
|
|
3644
3643
|
};
|
|
3645
|
-
|
|
3644
|
+
field: {
|
|
3645
|
+
name: string;
|
|
3646
|
+
detail: string;
|
|
3647
|
+
};
|
|
3648
|
+
criteria: {
|
|
3646
3649
|
name: string;
|
|
3647
3650
|
detail: string;
|
|
3648
3651
|
};
|
|
@@ -3656,11 +3659,15 @@ declare const _default: {
|
|
|
3656
3659
|
url: string;
|
|
3657
3660
|
}[];
|
|
3658
3661
|
functionParameter: {
|
|
3659
|
-
|
|
3662
|
+
database: {
|
|
3660
3663
|
name: string;
|
|
3661
3664
|
detail: string;
|
|
3662
3665
|
};
|
|
3663
|
-
|
|
3666
|
+
field: {
|
|
3667
|
+
name: string;
|
|
3668
|
+
detail: string;
|
|
3669
|
+
};
|
|
3670
|
+
criteria: {
|
|
3664
3671
|
name: string;
|
|
3665
3672
|
detail: string;
|
|
3666
3673
|
};
|
|
@@ -6698,11 +6705,7 @@ declare const _default: {
|
|
|
6698
6705
|
url: string;
|
|
6699
6706
|
}[];
|
|
6700
6707
|
functionParameter: {
|
|
6701
|
-
|
|
6702
|
-
name: string;
|
|
6703
|
-
detail: string;
|
|
6704
|
-
};
|
|
6705
|
-
number2: {
|
|
6708
|
+
text: {
|
|
6706
6709
|
name: string;
|
|
6707
6710
|
detail: string;
|
|
6708
6711
|
};
|
|
@@ -7512,11 +7515,11 @@ declare const _default: {
|
|
|
7512
7515
|
url: string;
|
|
7513
7516
|
}[];
|
|
7514
7517
|
functionParameter: {
|
|
7515
|
-
|
|
7518
|
+
number: {
|
|
7516
7519
|
name: string;
|
|
7517
7520
|
detail: string;
|
|
7518
7521
|
};
|
|
7519
|
-
|
|
7522
|
+
form: {
|
|
7520
7523
|
name: string;
|
|
7521
7524
|
detail: string;
|
|
7522
7525
|
};
|