@univerjs/sheets-formula-ui 0.4.2 → 0.5.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.
Files changed (88) hide show
  1. package/lib/cjs/index.js +9 -7
  2. package/lib/cjs/locale/en-US.js +40 -0
  3. package/lib/cjs/locale/fa-IR.js +40 -0
  4. package/lib/cjs/locale/ru-RU.js +40 -0
  5. package/lib/cjs/locale/vi-VN.js +37 -0
  6. package/lib/cjs/locale/zh-CN.js +38 -0
  7. package/lib/cjs/locale/zh-TW.js +38 -0
  8. package/lib/es/index.js +3317 -2424
  9. package/lib/es/locale/en-US.js +7684 -0
  10. package/lib/es/locale/fa-IR.js +7684 -0
  11. package/lib/es/locale/ru-RU.js +7683 -0
  12. package/lib/es/locale/vi-VN.js +7467 -0
  13. package/lib/es/locale/zh-CN.js +7661 -0
  14. package/lib/es/locale/zh-TW.js +7661 -0
  15. package/lib/index.css +1 -1
  16. package/lib/types/controllers/config.schema.d.ts +1 -1
  17. package/lib/types/controllers/formula-editor-show.controller.d.ts +4 -3
  18. package/lib/types/index.d.ts +1 -0
  19. package/lib/types/locale/en-US.d.ts +344 -156
  20. package/lib/types/locale/fa-IR.d.ts +344 -156
  21. package/lib/types/locale/function-list/compatibility/en-US.d.ts +106 -30
  22. package/lib/types/locale/function-list/compatibility/ja-JP.d.ts +106 -30
  23. package/lib/types/locale/function-list/compatibility/vi-VN.d.ts +106 -30
  24. package/lib/types/locale/function-list/compatibility/zh-CN.d.ts +106 -30
  25. package/lib/types/locale/function-list/compatibility/zh-TW.d.ts +106 -30
  26. package/lib/types/locale/function-list/lookup/en-US.d.ts +1 -5
  27. package/lib/types/locale/function-list/lookup/ja-JP.d.ts +1 -5
  28. package/lib/types/locale/function-list/lookup/vi-VN.d.ts +14 -0
  29. package/lib/types/locale/function-list/lookup/zh-CN.d.ts +1 -5
  30. package/lib/types/locale/function-list/lookup/zh-TW.d.ts +1 -5
  31. package/lib/types/locale/function-list/statistical/en-US.d.ts +173 -93
  32. package/lib/types/locale/function-list/statistical/ja-JP.d.ts +173 -93
  33. package/lib/types/locale/function-list/statistical/vi-VN.d.ts +983 -57
  34. package/lib/types/locale/function-list/statistical/zh-CN.d.ts +173 -93
  35. package/lib/types/locale/function-list/statistical/zh-TW.d.ts +173 -93
  36. package/lib/types/locale/function-list/text/en-US.d.ts +64 -28
  37. package/lib/types/locale/function-list/text/ja-JP.d.ts +64 -28
  38. package/lib/types/locale/function-list/text/ru-RU.d.ts +220 -106
  39. package/lib/types/locale/function-list/text/vi-VN.d.ts +124 -14
  40. package/lib/types/locale/function-list/text/zh-CN.d.ts +64 -28
  41. package/lib/types/locale/function-list/text/zh-TW.d.ts +64 -28
  42. package/lib/types/locale/ru-RU.d.ts +500 -234
  43. package/lib/types/locale/vi-VN.d.ts +1231 -105
  44. package/lib/types/locale/zh-CN.d.ts +344 -156
  45. package/lib/types/locale/zh-TW.d.ts +344 -156
  46. package/lib/types/sheets-formula-ui.plugin.d.ts +0 -1
  47. package/lib/types/views/formula-editor/help-function/HelpFunction.d.ts +11 -0
  48. package/lib/types/views/formula-editor/hooks/useFormulaDescribe.d.ts +7 -0
  49. package/lib/types/views/formula-editor/hooks/useFormulaSearch.d.ts +12 -0
  50. package/lib/types/views/formula-editor/hooks/useResizeScrollObserver.d.ts +18 -0
  51. package/lib/types/views/formula-editor/hooks/useSelectionAdd.d.ts +19 -0
  52. package/lib/types/views/formula-editor/hooks/useSheetSelectionChange.d.ts +3 -0
  53. package/lib/types/views/formula-editor/hooks/useStateRef.d.ts +18 -0
  54. package/lib/types/views/formula-editor/hooks/useVerify.d.ts +2 -0
  55. package/lib/types/views/formula-editor/index.d.ts +17 -0
  56. package/lib/types/views/formula-editor/search-function/SearchFunction.d.ts +12 -0
  57. package/lib/types/{controllers/utils/__tests__/ref-range-formula.spec.d.ts → views/formula-editor/utils/getFormulaText.d.ts} +1 -1
  58. package/lib/types/views/range-selector/hooks/useEmitChange.d.ts +3 -0
  59. package/lib/types/views/range-selector/hooks/useFirstHighlightDoc.d.ts +3 -0
  60. package/lib/types/views/range-selector/hooks/useFocus.d.ts +2 -0
  61. package/lib/types/views/range-selector/hooks/useFormulaToken.d.ts +2 -4
  62. package/lib/types/views/range-selector/hooks/useHighlight.d.ts +4 -2
  63. package/lib/types/views/range-selector/hooks/useLeftAndRightArrow.d.ts +2 -0
  64. package/lib/types/views/range-selector/hooks/useOnlyOneRange.d.ts +16 -0
  65. package/lib/types/views/range-selector/hooks/useRefactorEffect.d.ts +1 -1
  66. package/lib/types/{controllers/utils/__tests__/offset-formula-data.spec.d.ts → views/range-selector/hooks/useRefocus.d.ts} +1 -1
  67. package/lib/types/views/range-selector/hooks/useResetSelection.d.ts +16 -0
  68. package/lib/types/views/range-selector/hooks/useSheetSelectionChange.d.ts +1 -1
  69. package/lib/types/views/range-selector/hooks/useSwitchSheet.d.ts +16 -0
  70. package/lib/types/views/range-selector/hooks/useVerify.d.ts +2 -2
  71. package/lib/types/views/range-selector/index.d.ts +1 -5
  72. package/lib/types/views/range-selector/utils/unitRangesToText.d.ts +1 -1
  73. package/lib/umd/index.js +9 -7
  74. package/lib/umd/locale/en-US.js +40 -0
  75. package/lib/umd/locale/fa-IR.js +40 -0
  76. package/lib/umd/locale/ru-RU.js +40 -0
  77. package/lib/umd/locale/vi-VN.js +37 -0
  78. package/lib/umd/locale/zh-CN.js +38 -0
  79. package/lib/umd/locale/zh-TW.js +38 -0
  80. package/package.json +35 -27
  81. package/lib/locale/en-US.json +0 -11054
  82. package/lib/locale/fa-IR.json +0 -11054
  83. package/lib/locale/ru-RU.json +0 -10969
  84. package/lib/locale/vi-VN.json +0 -9678
  85. package/lib/locale/zh-CN.json +0 -11054
  86. package/lib/locale/zh-TW.json +0 -11054
  87. package/lib/types/controllers/utils/offset-formula-data.d.ts +0 -15
  88. package/lib/types/controllers/utils/ref-range-formula.d.ts +0 -71
@@ -373,11 +373,19 @@ declare const _default: {
373
373
  url: string;
374
374
  }[];
375
375
  functionParameter: {
376
- number1: {
376
+ x: {
377
377
  name: string;
378
378
  detail: string;
379
379
  };
380
- number2: {
380
+ alpha: {
381
+ name: string;
382
+ detail: string;
383
+ };
384
+ beta: {
385
+ name: string;
386
+ detail: string;
387
+ };
388
+ cumulative: {
381
389
  name: string;
382
390
  detail: string;
383
391
  };
@@ -391,11 +399,15 @@ declare const _default: {
391
399
  url: string;
392
400
  }[];
393
401
  functionParameter: {
394
- number1: {
402
+ probability: {
395
403
  name: string;
396
404
  detail: string;
397
405
  };
398
- number2: {
406
+ alpha: {
407
+ name: string;
408
+ detail: string;
409
+ };
410
+ beta: {
399
411
  name: string;
400
412
  detail: string;
401
413
  };
@@ -409,11 +421,23 @@ declare const _default: {
409
421
  url: string;
410
422
  }[];
411
423
  functionParameter: {
412
- number1: {
424
+ sampleS: {
413
425
  name: string;
414
426
  detail: string;
415
427
  };
416
- number2: {
428
+ numberSample: {
429
+ name: string;
430
+ detail: string;
431
+ };
432
+ populationS: {
433
+ name: string;
434
+ detail: string;
435
+ };
436
+ numberPop: {
437
+ name: string;
438
+ detail: string;
439
+ };
440
+ cumulative: {
417
441
  name: string;
418
442
  detail: string;
419
443
  };
@@ -427,11 +451,15 @@ declare const _default: {
427
451
  url: string;
428
452
  }[];
429
453
  functionParameter: {
430
- number1: {
454
+ probability: {
431
455
  name: string;
432
456
  detail: string;
433
457
  };
434
- number2: {
458
+ mean: {
459
+ name: string;
460
+ detail: string;
461
+ };
462
+ standardDev: {
435
463
  name: string;
436
464
  detail: string;
437
465
  };
@@ -445,11 +473,19 @@ declare const _default: {
445
473
  url: string;
446
474
  }[];
447
475
  functionParameter: {
448
- number1: {
476
+ x: {
449
477
  name: string;
450
478
  detail: string;
451
479
  };
452
- number2: {
480
+ mean: {
481
+ name: string;
482
+ detail: string;
483
+ };
484
+ standardDev: {
485
+ name: string;
486
+ detail: string;
487
+ };
488
+ cumulative: {
453
489
  name: string;
454
490
  detail: string;
455
491
  };
@@ -481,11 +517,19 @@ declare const _default: {
481
517
  url: string;
482
518
  }[];
483
519
  functionParameter: {
484
- number1: {
520
+ numberF: {
485
521
  name: string;
486
522
  detail: string;
487
523
  };
488
- number2: {
524
+ numberS: {
525
+ name: string;
526
+ detail: string;
527
+ };
528
+ probabilityS: {
529
+ name: string;
530
+ detail: string;
531
+ };
532
+ cumulative: {
489
533
  name: string;
490
534
  detail: string;
491
535
  };
@@ -575,11 +619,11 @@ declare const _default: {
575
619
  url: string;
576
620
  }[];
577
621
  functionParameter: {
578
- number1: {
622
+ array: {
579
623
  name: string;
580
624
  detail: string;
581
625
  };
582
- number2: {
626
+ k: {
583
627
  name: string;
584
628
  detail: string;
585
629
  };
@@ -593,11 +637,15 @@ declare const _default: {
593
637
  url: string;
594
638
  }[];
595
639
  functionParameter: {
596
- number1: {
640
+ array: {
597
641
  name: string;
598
642
  detail: string;
599
643
  };
600
- number2: {
644
+ x: {
645
+ name: string;
646
+ detail: string;
647
+ };
648
+ significance: {
601
649
  name: string;
602
650
  detail: string;
603
651
  };
@@ -611,11 +659,15 @@ declare const _default: {
611
659
  url: string;
612
660
  }[];
613
661
  functionParameter: {
614
- number1: {
662
+ x: {
615
663
  name: string;
616
664
  detail: string;
617
665
  };
618
- number2: {
666
+ mean: {
667
+ name: string;
668
+ detail: string;
669
+ };
670
+ cumulative: {
619
671
  name: string;
620
672
  detail: string;
621
673
  };
@@ -629,11 +681,11 @@ declare const _default: {
629
681
  url: string;
630
682
  }[];
631
683
  functionParameter: {
632
- number1: {
684
+ array: {
633
685
  name: string;
634
686
  detail: string;
635
687
  };
636
- number2: {
688
+ quart: {
637
689
  name: string;
638
690
  detail: string;
639
691
  };
@@ -705,11 +757,15 @@ declare const _default: {
705
757
  url: string;
706
758
  }[];
707
759
  functionParameter: {
708
- number1: {
760
+ x: {
709
761
  name: string;
710
762
  detail: string;
711
763
  };
712
- number2: {
764
+ degFreedom: {
765
+ name: string;
766
+ detail: string;
767
+ };
768
+ tails: {
713
769
  name: string;
714
770
  detail: string;
715
771
  };
@@ -723,11 +779,11 @@ declare const _default: {
723
779
  url: string;
724
780
  }[];
725
781
  functionParameter: {
726
- number1: {
782
+ probability: {
727
783
  name: string;
728
784
  detail: string;
729
785
  };
730
- number2: {
786
+ degFreedom: {
731
787
  name: string;
732
788
  detail: string;
733
789
  };
@@ -741,11 +797,19 @@ declare const _default: {
741
797
  url: string;
742
798
  }[];
743
799
  functionParameter: {
744
- number1: {
800
+ array1: {
745
801
  name: string;
746
802
  detail: string;
747
803
  };
748
- number2: {
804
+ array2: {
805
+ name: string;
806
+ detail: string;
807
+ };
808
+ tails: {
809
+ name: string;
810
+ detail: string;
811
+ };
812
+ type: {
749
813
  name: string;
750
814
  detail: string;
751
815
  };
@@ -795,11 +859,19 @@ declare const _default: {
795
859
  url: string;
796
860
  }[];
797
861
  functionParameter: {
798
- number1: {
862
+ x: {
799
863
  name: string;
800
864
  detail: string;
801
865
  };
802
- number2: {
866
+ alpha: {
867
+ name: string;
868
+ detail: string;
869
+ };
870
+ beta: {
871
+ name: string;
872
+ detail: string;
873
+ };
874
+ cumulative: {
803
875
  name: string;
804
876
  detail: string;
805
877
  };
@@ -813,11 +885,15 @@ declare const _default: {
813
885
  url: string;
814
886
  }[];
815
887
  functionParameter: {
816
- number1: {
888
+ array: {
817
889
  name: string;
818
890
  detail: string;
819
891
  };
820
- number2: {
892
+ x: {
893
+ name: string;
894
+ detail: string;
895
+ };
896
+ sigma: {
821
897
  name: string;
822
898
  detail: string;
823
899
  };
@@ -2501,11 +2577,7 @@ declare const _default: {
2501
2577
  url: string;
2502
2578
  }[];
2503
2579
  functionParameter: {
2504
- number1: {
2505
- name: string;
2506
- detail: string;
2507
- };
2508
- number2: {
2580
+ text: {
2509
2581
  name: string;
2510
2582
  detail: string;
2511
2583
  };
@@ -2519,11 +2591,11 @@ declare const _default: {
2519
2591
  url: string;
2520
2592
  }[];
2521
2593
  functionParameter: {
2522
- number1: {
2594
+ array: {
2523
2595
  name: string;
2524
2596
  detail: string;
2525
2597
  };
2526
- number2: {
2598
+ format: {
2527
2599
  name: string;
2528
2600
  detail: string;
2529
2601
  };
@@ -2537,11 +2609,7 @@ declare const _default: {
2537
2609
  url: string;
2538
2610
  }[];
2539
2611
  functionParameter: {
2540
- number1: {
2541
- name: string;
2542
- detail: string;
2543
- };
2544
- number2: {
2612
+ number: {
2545
2613
  name: string;
2546
2614
  detail: string;
2547
2615
  };
@@ -2555,11 +2623,7 @@ declare const _default: {
2555
2623
  url: string;
2556
2624
  }[];
2557
2625
  functionParameter: {
2558
- number1: {
2559
- name: string;
2560
- detail: string;
2561
- };
2562
- number2: {
2626
+ number: {
2563
2627
  name: string;
2564
2628
  detail: string;
2565
2629
  };
@@ -2573,11 +2637,7 @@ declare const _default: {
2573
2637
  url: string;
2574
2638
  }[];
2575
2639
  functionParameter: {
2576
- number1: {
2577
- name: string;
2578
- detail: string;
2579
- };
2580
- number2: {
2640
+ text: {
2581
2641
  name: string;
2582
2642
  detail: string;
2583
2643
  };
@@ -2591,11 +2651,7 @@ declare const _default: {
2591
2651
  url: string;
2592
2652
  }[];
2593
2653
  functionParameter: {
2594
- number1: {
2595
- name: string;
2596
- detail: string;
2597
- };
2598
- number2: {
2654
+ text: {
2599
2655
  name: string;
2600
2656
  detail: string;
2601
2657
  };
@@ -2645,11 +2701,7 @@ declare const _default: {
2645
2701
  url: string;
2646
2702
  }[];
2647
2703
  functionParameter: {
2648
- number1: {
2649
- name: string;
2650
- detail: string;
2651
- };
2652
- number2: {
2704
+ text: {
2653
2705
  name: string;
2654
2706
  detail: string;
2655
2707
  };
@@ -2663,11 +2715,11 @@ declare const _default: {
2663
2715
  url: string;
2664
2716
  }[];
2665
2717
  functionParameter: {
2666
- number1: {
2718
+ number: {
2667
2719
  name: string;
2668
2720
  detail: string;
2669
2721
  };
2670
- number2: {
2722
+ decimals: {
2671
2723
  name: string;
2672
2724
  detail: string;
2673
2725
  };
@@ -2681,11 +2733,11 @@ declare const _default: {
2681
2733
  url: string;
2682
2734
  }[];
2683
2735
  functionParameter: {
2684
- number1: {
2736
+ text1: {
2685
2737
  name: string;
2686
2738
  detail: string;
2687
2739
  };
2688
- number2: {
2740
+ text2: {
2689
2741
  name: string;
2690
2742
  detail: string;
2691
2743
  };
@@ -2699,11 +2751,15 @@ declare const _default: {
2699
2751
  url: string;
2700
2752
  }[];
2701
2753
  functionParameter: {
2702
- number1: {
2754
+ findText: {
2703
2755
  name: string;
2704
2756
  detail: string;
2705
2757
  };
2706
- number2: {
2758
+ withinText: {
2759
+ name: string;
2760
+ detail: string;
2761
+ };
2762
+ startNum: {
2707
2763
  name: string;
2708
2764
  detail: string;
2709
2765
  };
@@ -2717,11 +2773,15 @@ declare const _default: {
2717
2773
  url: string;
2718
2774
  }[];
2719
2775
  functionParameter: {
2720
- number1: {
2776
+ findText: {
2721
2777
  name: string;
2722
2778
  detail: string;
2723
2779
  };
2724
- number2: {
2780
+ withinText: {
2781
+ name: string;
2782
+ detail: string;
2783
+ };
2784
+ startNum: {
2725
2785
  name: string;
2726
2786
  detail: string;
2727
2787
  };
@@ -2735,11 +2795,15 @@ declare const _default: {
2735
2795
  url: string;
2736
2796
  }[];
2737
2797
  functionParameter: {
2738
- number1: {
2798
+ number: {
2739
2799
  name: string;
2740
2800
  detail: string;
2741
2801
  };
2742
- number2: {
2802
+ decimals: {
2803
+ name: string;
2804
+ detail: string;
2805
+ };
2806
+ noCommas: {
2743
2807
  name: string;
2744
2808
  detail: string;
2745
2809
  };
@@ -2753,11 +2817,11 @@ declare const _default: {
2753
2817
  url: string;
2754
2818
  }[];
2755
2819
  functionParameter: {
2756
- number1: {
2820
+ text: {
2757
2821
  name: string;
2758
2822
  detail: string;
2759
2823
  };
2760
- number2: {
2824
+ numChars: {
2761
2825
  name: string;
2762
2826
  detail: string;
2763
2827
  };
@@ -2853,11 +2917,15 @@ declare const _default: {
2853
2917
  url: string;
2854
2918
  }[];
2855
2919
  functionParameter: {
2856
- number1: {
2920
+ text: {
2857
2921
  name: string;
2858
2922
  detail: string;
2859
2923
  };
2860
- number2: {
2924
+ startNum: {
2925
+ name: string;
2926
+ detail: string;
2927
+ };
2928
+ numBytes: {
2861
2929
  name: string;
2862
2930
  detail: string;
2863
2931
  };
@@ -2871,11 +2939,15 @@ declare const _default: {
2871
2939
  url: string;
2872
2940
  }[];
2873
2941
  functionParameter: {
2874
- number1: {
2942
+ text: {
2875
2943
  name: string;
2876
2944
  detail: string;
2877
2945
  };
2878
- number2: {
2946
+ decimalSeparator: {
2947
+ name: string;
2948
+ detail: string;
2949
+ };
2950
+ groupSeparator: {
2879
2951
  name: string;
2880
2952
  detail: string;
2881
2953
  };
@@ -2907,11 +2979,65 @@ declare const _default: {
2907
2979
  url: string;
2908
2980
  }[];
2909
2981
  functionParameter: {
2910
- number1: {
2982
+ text: {
2911
2983
  name: string;
2912
2984
  detail: string;
2913
2985
  };
2914
- number2: {
2986
+ };
2987
+ };
2988
+ REGEXEXTRACT: {
2989
+ description: string;
2990
+ abstract: string;
2991
+ links: {
2992
+ title: string;
2993
+ url: string;
2994
+ }[];
2995
+ functionParameter: {
2996
+ text: {
2997
+ name: string;
2998
+ detail: string;
2999
+ };
3000
+ regularExpression: {
3001
+ name: string;
3002
+ detail: string;
3003
+ };
3004
+ };
3005
+ };
3006
+ REGEXMATCH: {
3007
+ description: string;
3008
+ abstract: string;
3009
+ links: {
3010
+ title: string;
3011
+ url: string;
3012
+ }[];
3013
+ functionParameter: {
3014
+ text: {
3015
+ name: string;
3016
+ detail: string;
3017
+ };
3018
+ regularExpression: {
3019
+ name: string;
3020
+ detail: string;
3021
+ };
3022
+ };
3023
+ };
3024
+ REGEXREPLACE: {
3025
+ description: string;
3026
+ abstract: string;
3027
+ links: {
3028
+ title: string;
3029
+ url: string;
3030
+ }[];
3031
+ functionParameter: {
3032
+ text: {
3033
+ name: string;
3034
+ detail: string;
3035
+ };
3036
+ regularExpression: {
3037
+ name: string;
3038
+ detail: string;
3039
+ };
3040
+ replacement: {
2915
3041
  name: string;
2916
3042
  detail: string;
2917
3043
  };
@@ -2925,11 +3051,19 @@ declare const _default: {
2925
3051
  url: string;
2926
3052
  }[];
2927
3053
  functionParameter: {
2928
- number1: {
3054
+ oldText: {
2929
3055
  name: string;
2930
3056
  detail: string;
2931
3057
  };
2932
- number2: {
3058
+ startNum: {
3059
+ name: string;
3060
+ detail: string;
3061
+ };
3062
+ numChars: {
3063
+ name: string;
3064
+ detail: string;
3065
+ };
3066
+ newText: {
2933
3067
  name: string;
2934
3068
  detail: string;
2935
3069
  };
@@ -2943,11 +3077,19 @@ declare const _default: {
2943
3077
  url: string;
2944
3078
  }[];
2945
3079
  functionParameter: {
2946
- number1: {
3080
+ oldText: {
2947
3081
  name: string;
2948
3082
  detail: string;
2949
3083
  };
2950
- number2: {
3084
+ startNum: {
3085
+ name: string;
3086
+ detail: string;
3087
+ };
3088
+ numBytes: {
3089
+ name: string;
3090
+ detail: string;
3091
+ };
3092
+ newText: {
2951
3093
  name: string;
2952
3094
  detail: string;
2953
3095
  };
@@ -2961,11 +3103,11 @@ declare const _default: {
2961
3103
  url: string;
2962
3104
  }[];
2963
3105
  functionParameter: {
2964
- number1: {
3106
+ text: {
2965
3107
  name: string;
2966
3108
  detail: string;
2967
3109
  };
2968
- number2: {
3110
+ numberTimes: {
2969
3111
  name: string;
2970
3112
  detail: string;
2971
3113
  };
@@ -2979,11 +3121,11 @@ declare const _default: {
2979
3121
  url: string;
2980
3122
  }[];
2981
3123
  functionParameter: {
2982
- number1: {
3124
+ text: {
2983
3125
  name: string;
2984
3126
  detail: string;
2985
3127
  };
2986
- number2: {
3128
+ numChars: {
2987
3129
  name: string;
2988
3130
  detail: string;
2989
3131
  };
@@ -2997,11 +3139,11 @@ declare const _default: {
2997
3139
  url: string;
2998
3140
  }[];
2999
3141
  functionParameter: {
3000
- number1: {
3142
+ text: {
3001
3143
  name: string;
3002
3144
  detail: string;
3003
3145
  };
3004
- number2: {
3146
+ numBytes: {
3005
3147
  name: string;
3006
3148
  detail: string;
3007
3149
  };
@@ -3015,11 +3157,15 @@ declare const _default: {
3015
3157
  url: string;
3016
3158
  }[];
3017
3159
  functionParameter: {
3018
- number1: {
3160
+ findText: {
3019
3161
  name: string;
3020
3162
  detail: string;
3021
3163
  };
3022
- number2: {
3164
+ withinText: {
3165
+ name: string;
3166
+ detail: string;
3167
+ };
3168
+ startNum: {
3023
3169
  name: string;
3024
3170
  detail: string;
3025
3171
  };
@@ -3033,11 +3179,15 @@ declare const _default: {
3033
3179
  url: string;
3034
3180
  }[];
3035
3181
  functionParameter: {
3036
- number1: {
3182
+ findText: {
3037
3183
  name: string;
3038
3184
  detail: string;
3039
3185
  };
3040
- number2: {
3186
+ withinText: {
3187
+ name: string;
3188
+ detail: string;
3189
+ };
3190
+ startNum: {
3041
3191
  name: string;
3042
3192
  detail: string;
3043
3193
  };
@@ -3051,11 +3201,19 @@ declare const _default: {
3051
3201
  url: string;
3052
3202
  }[];
3053
3203
  functionParameter: {
3054
- number1: {
3204
+ text: {
3055
3205
  name: string;
3056
3206
  detail: string;
3057
3207
  };
3058
- number2: {
3208
+ oldText: {
3209
+ name: string;
3210
+ detail: string;
3211
+ };
3212
+ newText: {
3213
+ name: string;
3214
+ detail: string;
3215
+ };
3216
+ instanceNum: {
3059
3217
  name: string;
3060
3218
  detail: string;
3061
3219
  };
@@ -3069,11 +3227,7 @@ declare const _default: {
3069
3227
  url: string;
3070
3228
  }[];
3071
3229
  functionParameter: {
3072
- number1: {
3073
- name: string;
3074
- detail: string;
3075
- };
3076
- number2: {
3230
+ value: {
3077
3231
  name: string;
3078
3232
  detail: string;
3079
3233
  };
@@ -3105,11 +3259,27 @@ declare const _default: {
3105
3259
  url: string;
3106
3260
  }[];
3107
3261
  functionParameter: {
3108
- number1: {
3262
+ text: {
3109
3263
  name: string;
3110
3264
  detail: string;
3111
3265
  };
3112
- number2: {
3266
+ delimiter: {
3267
+ name: string;
3268
+ detail: string;
3269
+ };
3270
+ instanceNum: {
3271
+ name: string;
3272
+ detail: string;
3273
+ };
3274
+ matchMode: {
3275
+ name: string;
3276
+ detail: string;
3277
+ };
3278
+ matchEnd: {
3279
+ name: string;
3280
+ detail: string;
3281
+ };
3282
+ ifNotFound: {
3113
3283
  name: string;
3114
3284
  detail: string;
3115
3285
  };
@@ -3123,11 +3293,27 @@ declare const _default: {
3123
3293
  url: string;
3124
3294
  }[];
3125
3295
  functionParameter: {
3126
- number1: {
3296
+ text: {
3127
3297
  name: string;
3128
3298
  detail: string;
3129
3299
  };
3130
- number2: {
3300
+ delimiter: {
3301
+ name: string;
3302
+ detail: string;
3303
+ };
3304
+ instanceNum: {
3305
+ name: string;
3306
+ detail: string;
3307
+ };
3308
+ matchMode: {
3309
+ name: string;
3310
+ detail: string;
3311
+ };
3312
+ matchEnd: {
3313
+ name: string;
3314
+ detail: string;
3315
+ };
3316
+ ifNotFound: {
3131
3317
  name: string;
3132
3318
  detail: string;
3133
3319
  };
@@ -3141,11 +3327,19 @@ declare const _default: {
3141
3327
  url: string;
3142
3328
  }[];
3143
3329
  functionParameter: {
3144
- number1: {
3330
+ delimiter: {
3145
3331
  name: string;
3146
3332
  detail: string;
3147
3333
  };
3148
- number2: {
3334
+ ignoreEmpty: {
3335
+ name: string;
3336
+ detail: string;
3337
+ };
3338
+ text1: {
3339
+ name: string;
3340
+ detail: string;
3341
+ };
3342
+ text2: {
3149
3343
  name: string;
3150
3344
  detail: string;
3151
3345
  };
@@ -3159,11 +3353,27 @@ declare const _default: {
3159
3353
  url: string;
3160
3354
  }[];
3161
3355
  functionParameter: {
3162
- number1: {
3356
+ text: {
3163
3357
  name: string;
3164
3358
  detail: string;
3165
3359
  };
3166
- number2: {
3360
+ colDelimiter: {
3361
+ name: string;
3362
+ detail: string;
3363
+ };
3364
+ rowDelimiter: {
3365
+ name: string;
3366
+ detail: string;
3367
+ };
3368
+ ignoreEmpty: {
3369
+ name: string;
3370
+ detail: string;
3371
+ };
3372
+ matchMode: {
3373
+ name: string;
3374
+ detail: string;
3375
+ };
3376
+ padWith: {
3167
3377
  name: string;
3168
3378
  detail: string;
3169
3379
  };
@@ -3177,11 +3387,7 @@ declare const _default: {
3177
3387
  url: string;
3178
3388
  }[];
3179
3389
  functionParameter: {
3180
- number1: {
3181
- name: string;
3182
- detail: string;
3183
- };
3184
- number2: {
3390
+ text: {
3185
3391
  name: string;
3186
3392
  detail: string;
3187
3393
  };
@@ -3195,11 +3401,7 @@ declare const _default: {
3195
3401
  url: string;
3196
3402
  }[];
3197
3403
  functionParameter: {
3198
- number1: {
3199
- name: string;
3200
- detail: string;
3201
- };
3202
- number2: {
3404
+ number: {
3203
3405
  name: string;
3204
3406
  detail: string;
3205
3407
  };
@@ -3213,11 +3415,7 @@ declare const _default: {
3213
3415
  url: string;
3214
3416
  }[];
3215
3417
  functionParameter: {
3216
- number1: {
3217
- name: string;
3218
- detail: string;
3219
- };
3220
- number2: {
3418
+ text: {
3221
3419
  name: string;
3222
3420
  detail: string;
3223
3421
  };
@@ -3231,11 +3429,7 @@ declare const _default: {
3231
3429
  url: string;
3232
3430
  }[];
3233
3431
  functionParameter: {
3234
- number1: {
3235
- name: string;
3236
- detail: string;
3237
- };
3238
- number2: {
3432
+ text: {
3239
3433
  name: string;
3240
3434
  detail: string;
3241
3435
  };
@@ -3249,11 +3443,7 @@ declare const _default: {
3249
3443
  url: string;
3250
3444
  }[];
3251
3445
  functionParameter: {
3252
- number1: {
3253
- name: string;
3254
- detail: string;
3255
- };
3256
- number2: {
3446
+ text: {
3257
3447
  name: string;
3258
3448
  detail: string;
3259
3449
  };
@@ -3267,11 +3457,11 @@ declare const _default: {
3267
3457
  url: string;
3268
3458
  }[];
3269
3459
  functionParameter: {
3270
- number1: {
3460
+ value: {
3271
3461
  name: string;
3272
3462
  detail: string;
3273
3463
  };
3274
- number2: {
3464
+ format: {
3275
3465
  name: string;
3276
3466
  detail: string;
3277
3467
  };
@@ -3811,11 +4001,7 @@ declare const _default: {
3811
4001
  url: string;
3812
4002
  }[];
3813
4003
  functionParameter: {
3814
- number1: {
3815
- name: string;
3816
- detail: string;
3817
- };
3818
- number2: {
4004
+ reference: {
3819
4005
  name: string;
3820
4006
  detail: string;
3821
4007
  };
@@ -5221,11 +5407,11 @@ declare const _default: {
5221
5407
  url: string;
5222
5408
  }[];
5223
5409
  functionParameter: {
5224
- number1: {
5410
+ dataArray: {
5225
5411
  name: string;
5226
5412
  detail: string;
5227
5413
  };
5228
- number2: {
5414
+ binsArray: {
5229
5415
  name: string;
5230
5416
  detail: string;
5231
5417
  };
@@ -5239,11 +5425,7 @@ declare const _default: {
5239
5425
  url: string;
5240
5426
  }[];
5241
5427
  functionParameter: {
5242
- number1: {
5243
- name: string;
5244
- detail: string;
5245
- };
5246
- number2: {
5428
+ number: {
5247
5429
  name: string;
5248
5430
  detail: string;
5249
5431
  };
@@ -5257,11 +5439,19 @@ declare const _default: {
5257
5439
  url: string;
5258
5440
  }[];
5259
5441
  functionParameter: {
5260
- number1: {
5442
+ x: {
5261
5443
  name: string;
5262
5444
  detail: string;
5263
5445
  };
5264
- number2: {
5446
+ alpha: {
5447
+ name: string;
5448
+ detail: string;
5449
+ };
5450
+ beta: {
5451
+ name: string;
5452
+ detail: string;
5453
+ };
5454
+ cumulative: {
5265
5455
  name: string;
5266
5456
  detail: string;
5267
5457
  };
@@ -5275,11 +5465,15 @@ declare const _default: {
5275
5465
  url: string;
5276
5466
  }[];
5277
5467
  functionParameter: {
5278
- number1: {
5468
+ probability: {
5279
5469
  name: string;
5280
5470
  detail: string;
5281
5471
  };
5282
- number2: {
5472
+ alpha: {
5473
+ name: string;
5474
+ detail: string;
5475
+ };
5476
+ beta: {
5283
5477
  name: string;
5284
5478
  detail: string;
5285
5479
  };
@@ -5293,11 +5487,7 @@ declare const _default: {
5293
5487
  url: string;
5294
5488
  }[];
5295
5489
  functionParameter: {
5296
- number1: {
5297
- name: string;
5298
- detail: string;
5299
- };
5300
- number2: {
5490
+ x: {
5301
5491
  name: string;
5302
5492
  detail: string;
5303
5493
  };
@@ -5311,11 +5501,7 @@ declare const _default: {
5311
5501
  url: string;
5312
5502
  }[];
5313
5503
  functionParameter: {
5314
- number1: {
5315
- name: string;
5316
- detail: string;
5317
- };
5318
- number2: {
5504
+ x: {
5319
5505
  name: string;
5320
5506
  detail: string;
5321
5507
  };
@@ -5329,11 +5515,7 @@ declare const _default: {
5329
5515
  url: string;
5330
5516
  }[];
5331
5517
  functionParameter: {
5332
- number1: {
5333
- name: string;
5334
- detail: string;
5335
- };
5336
- number2: {
5518
+ z: {
5337
5519
  name: string;
5338
5520
  detail: string;
5339
5521
  };
@@ -5365,11 +5547,19 @@ declare const _default: {
5365
5547
  url: string;
5366
5548
  }[];
5367
5549
  functionParameter: {
5368
- number1: {
5550
+ knownYs: {
5369
5551
  name: string;
5370
5552
  detail: string;
5371
5553
  };
5372
- number2: {
5554
+ knownXs: {
5555
+ name: string;
5556
+ detail: string;
5557
+ };
5558
+ newXs: {
5559
+ name: string;
5560
+ detail: string;
5561
+ };
5562
+ constb: {
5373
5563
  name: string;
5374
5564
  detail: string;
5375
5565
  };
@@ -5401,11 +5591,23 @@ declare const _default: {
5401
5591
  url: string;
5402
5592
  }[];
5403
5593
  functionParameter: {
5404
- number1: {
5594
+ sampleS: {
5405
5595
  name: string;
5406
5596
  detail: string;
5407
5597
  };
5408
- number2: {
5598
+ numberSample: {
5599
+ name: string;
5600
+ detail: string;
5601
+ };
5602
+ populationS: {
5603
+ name: string;
5604
+ detail: string;
5605
+ };
5606
+ numberPop: {
5607
+ name: string;
5608
+ detail: string;
5609
+ };
5610
+ cumulative: {
5409
5611
  name: string;
5410
5612
  detail: string;
5411
5613
  };
@@ -5455,11 +5657,11 @@ declare const _default: {
5455
5657
  url: string;
5456
5658
  }[];
5457
5659
  functionParameter: {
5458
- number1: {
5660
+ array: {
5459
5661
  name: string;
5460
5662
  detail: string;
5461
5663
  };
5462
- number2: {
5664
+ k: {
5463
5665
  name: string;
5464
5666
  detail: string;
5465
5667
  };
@@ -5509,11 +5711,19 @@ declare const _default: {
5509
5711
  url: string;
5510
5712
  }[];
5511
5713
  functionParameter: {
5512
- number1: {
5714
+ x: {
5513
5715
  name: string;
5514
5716
  detail: string;
5515
5717
  };
5516
- number2: {
5718
+ mean: {
5719
+ name: string;
5720
+ detail: string;
5721
+ };
5722
+ standardDev: {
5723
+ name: string;
5724
+ detail: string;
5725
+ };
5726
+ cumulative: {
5517
5727
  name: string;
5518
5728
  detail: string;
5519
5729
  };
@@ -5527,11 +5737,15 @@ declare const _default: {
5527
5737
  url: string;
5528
5738
  }[];
5529
5739
  functionParameter: {
5530
- number1: {
5740
+ probability: {
5531
5741
  name: string;
5532
5742
  detail: string;
5533
5743
  };
5534
- number2: {
5744
+ mean: {
5745
+ name: string;
5746
+ detail: string;
5747
+ };
5748
+ standardDev: {
5535
5749
  name: string;
5536
5750
  detail: string;
5537
5751
  };
@@ -5731,11 +5945,19 @@ declare const _default: {
5731
5945
  url: string;
5732
5946
  }[];
5733
5947
  functionParameter: {
5734
- number1: {
5948
+ numberF: {
5735
5949
  name: string;
5736
5950
  detail: string;
5737
5951
  };
5738
- number2: {
5952
+ numberS: {
5953
+ name: string;
5954
+ detail: string;
5955
+ };
5956
+ probabilityS: {
5957
+ name: string;
5958
+ detail: string;
5959
+ };
5960
+ cumulative: {
5739
5961
  name: string;
5740
5962
  detail: string;
5741
5963
  };
@@ -5829,11 +6051,11 @@ declare const _default: {
5829
6051
  url: string;
5830
6052
  }[];
5831
6053
  functionParameter: {
5832
- number1: {
6054
+ array1: {
5833
6055
  name: string;
5834
6056
  detail: string;
5835
6057
  };
5836
- number2: {
6058
+ array2: {
5837
6059
  name: string;
5838
6060
  detail: string;
5839
6061
  };
@@ -5847,11 +6069,11 @@ declare const _default: {
5847
6069
  url: string;
5848
6070
  }[];
5849
6071
  functionParameter: {
5850
- number1: {
6072
+ array: {
5851
6073
  name: string;
5852
6074
  detail: string;
5853
6075
  };
5854
- number2: {
6076
+ k: {
5855
6077
  name: string;
5856
6078
  detail: string;
5857
6079
  };
@@ -5865,11 +6087,11 @@ declare const _default: {
5865
6087
  url: string;
5866
6088
  }[];
5867
6089
  functionParameter: {
5868
- number1: {
6090
+ array: {
5869
6091
  name: string;
5870
6092
  detail: string;
5871
6093
  };
5872
- number2: {
6094
+ k: {
5873
6095
  name: string;
5874
6096
  detail: string;
5875
6097
  };
@@ -5883,11 +6105,15 @@ declare const _default: {
5883
6105
  url: string;
5884
6106
  }[];
5885
6107
  functionParameter: {
5886
- number1: {
6108
+ array: {
5887
6109
  name: string;
5888
6110
  detail: string;
5889
6111
  };
5890
- number2: {
6112
+ x: {
6113
+ name: string;
6114
+ detail: string;
6115
+ };
6116
+ significance: {
5891
6117
  name: string;
5892
6118
  detail: string;
5893
6119
  };
@@ -5901,11 +6127,15 @@ declare const _default: {
5901
6127
  url: string;
5902
6128
  }[];
5903
6129
  functionParameter: {
5904
- number1: {
6130
+ array: {
5905
6131
  name: string;
5906
6132
  detail: string;
5907
6133
  };
5908
- number2: {
6134
+ x: {
6135
+ name: string;
6136
+ detail: string;
6137
+ };
6138
+ significance: {
5909
6139
  name: string;
5910
6140
  detail: string;
5911
6141
  };
@@ -5919,11 +6149,11 @@ declare const _default: {
5919
6149
  url: string;
5920
6150
  }[];
5921
6151
  functionParameter: {
5922
- number1: {
6152
+ number: {
5923
6153
  name: string;
5924
6154
  detail: string;
5925
6155
  };
5926
- number2: {
6156
+ numberChosen: {
5927
6157
  name: string;
5928
6158
  detail: string;
5929
6159
  };
@@ -5937,11 +6167,11 @@ declare const _default: {
5937
6167
  url: string;
5938
6168
  }[];
5939
6169
  functionParameter: {
5940
- number1: {
6170
+ number: {
5941
6171
  name: string;
5942
6172
  detail: string;
5943
6173
  };
5944
- number2: {
6174
+ numberChosen: {
5945
6175
  name: string;
5946
6176
  detail: string;
5947
6177
  };
@@ -5955,11 +6185,7 @@ declare const _default: {
5955
6185
  url: string;
5956
6186
  }[];
5957
6187
  functionParameter: {
5958
- number1: {
5959
- name: string;
5960
- detail: string;
5961
- };
5962
- number2: {
6188
+ x: {
5963
6189
  name: string;
5964
6190
  detail: string;
5965
6191
  };
@@ -5973,11 +6199,15 @@ declare const _default: {
5973
6199
  url: string;
5974
6200
  }[];
5975
6201
  functionParameter: {
5976
- number1: {
6202
+ x: {
5977
6203
  name: string;
5978
6204
  detail: string;
5979
6205
  };
5980
- number2: {
6206
+ mean: {
6207
+ name: string;
6208
+ detail: string;
6209
+ };
6210
+ cumulative: {
5981
6211
  name: string;
5982
6212
  detail: string;
5983
6213
  };
@@ -5991,11 +6221,19 @@ declare const _default: {
5991
6221
  url: string;
5992
6222
  }[];
5993
6223
  functionParameter: {
5994
- number1: {
6224
+ xRange: {
5995
6225
  name: string;
5996
6226
  detail: string;
5997
6227
  };
5998
- number2: {
6228
+ probRange: {
6229
+ name: string;
6230
+ detail: string;
6231
+ };
6232
+ lowerLimit: {
6233
+ name: string;
6234
+ detail: string;
6235
+ };
6236
+ upperLimit: {
5999
6237
  name: string;
6000
6238
  detail: string;
6001
6239
  };
@@ -6009,11 +6247,11 @@ declare const _default: {
6009
6247
  url: string;
6010
6248
  }[];
6011
6249
  functionParameter: {
6012
- number1: {
6250
+ array: {
6013
6251
  name: string;
6014
6252
  detail: string;
6015
6253
  };
6016
- number2: {
6254
+ quart: {
6017
6255
  name: string;
6018
6256
  detail: string;
6019
6257
  };
@@ -6027,11 +6265,11 @@ declare const _default: {
6027
6265
  url: string;
6028
6266
  }[];
6029
6267
  functionParameter: {
6030
- number1: {
6268
+ array: {
6031
6269
  name: string;
6032
6270
  detail: string;
6033
6271
  };
6034
- number2: {
6272
+ quart: {
6035
6273
  name: string;
6036
6274
  detail: string;
6037
6275
  };
@@ -6089,11 +6327,11 @@ declare const _default: {
6089
6327
  url: string;
6090
6328
  }[];
6091
6329
  functionParameter: {
6092
- number1: {
6330
+ array1: {
6093
6331
  name: string;
6094
6332
  detail: string;
6095
6333
  };
6096
- number2: {
6334
+ array2: {
6097
6335
  name: string;
6098
6336
  detail: string;
6099
6337
  };
@@ -6143,11 +6381,11 @@ declare const _default: {
6143
6381
  url: string;
6144
6382
  }[];
6145
6383
  functionParameter: {
6146
- number1: {
6384
+ knownYs: {
6147
6385
  name: string;
6148
6386
  detail: string;
6149
6387
  };
6150
- number2: {
6388
+ knownXs: {
6151
6389
  name: string;
6152
6390
  detail: string;
6153
6391
  };
@@ -6161,11 +6399,11 @@ declare const _default: {
6161
6399
  url: string;
6162
6400
  }[];
6163
6401
  functionParameter: {
6164
- number1: {
6402
+ array: {
6165
6403
  name: string;
6166
6404
  detail: string;
6167
6405
  };
6168
- number2: {
6406
+ k: {
6169
6407
  name: string;
6170
6408
  detail: string;
6171
6409
  };
@@ -6179,11 +6417,15 @@ declare const _default: {
6179
6417
  url: string;
6180
6418
  }[];
6181
6419
  functionParameter: {
6182
- number1: {
6420
+ x: {
6183
6421
  name: string;
6184
6422
  detail: string;
6185
6423
  };
6186
- number2: {
6424
+ mean: {
6425
+ name: string;
6426
+ detail: string;
6427
+ };
6428
+ standardDev: {
6187
6429
  name: string;
6188
6430
  detail: string;
6189
6431
  };
@@ -6269,11 +6511,11 @@ declare const _default: {
6269
6511
  url: string;
6270
6512
  }[];
6271
6513
  functionParameter: {
6272
- number1: {
6514
+ knownYs: {
6273
6515
  name: string;
6274
6516
  detail: string;
6275
6517
  };
6276
- number2: {
6518
+ knownXs: {
6277
6519
  name: string;
6278
6520
  detail: string;
6279
6521
  };
@@ -6287,11 +6529,15 @@ declare const _default: {
6287
6529
  url: string;
6288
6530
  }[];
6289
6531
  functionParameter: {
6290
- number1: {
6532
+ x: {
6291
6533
  name: string;
6292
6534
  detail: string;
6293
6535
  };
6294
- number2: {
6536
+ degFreedom: {
6537
+ name: string;
6538
+ detail: string;
6539
+ };
6540
+ cumulative: {
6295
6541
  name: string;
6296
6542
  detail: string;
6297
6543
  };
@@ -6305,11 +6551,11 @@ declare const _default: {
6305
6551
  url: string;
6306
6552
  }[];
6307
6553
  functionParameter: {
6308
- number1: {
6554
+ x: {
6309
6555
  name: string;
6310
6556
  detail: string;
6311
6557
  };
6312
- number2: {
6558
+ degFreedom: {
6313
6559
  name: string;
6314
6560
  detail: string;
6315
6561
  };
@@ -6323,11 +6569,11 @@ declare const _default: {
6323
6569
  url: string;
6324
6570
  }[];
6325
6571
  functionParameter: {
6326
- number1: {
6572
+ x: {
6327
6573
  name: string;
6328
6574
  detail: string;
6329
6575
  };
6330
- number2: {
6576
+ degFreedom: {
6331
6577
  name: string;
6332
6578
  detail: string;
6333
6579
  };
@@ -6341,11 +6587,11 @@ declare const _default: {
6341
6587
  url: string;
6342
6588
  }[];
6343
6589
  functionParameter: {
6344
- number1: {
6590
+ probability: {
6345
6591
  name: string;
6346
6592
  detail: string;
6347
6593
  };
6348
- number2: {
6594
+ degFreedom: {
6349
6595
  name: string;
6350
6596
  detail: string;
6351
6597
  };
@@ -6359,11 +6605,11 @@ declare const _default: {
6359
6605
  url: string;
6360
6606
  }[];
6361
6607
  functionParameter: {
6362
- number1: {
6608
+ probability: {
6363
6609
  name: string;
6364
6610
  detail: string;
6365
6611
  };
6366
- number2: {
6612
+ degFreedom: {
6367
6613
  name: string;
6368
6614
  detail: string;
6369
6615
  };
@@ -6377,11 +6623,19 @@ declare const _default: {
6377
6623
  url: string;
6378
6624
  }[];
6379
6625
  functionParameter: {
6380
- number1: {
6626
+ array1: {
6381
6627
  name: string;
6382
6628
  detail: string;
6383
6629
  };
6384
- number2: {
6630
+ array2: {
6631
+ name: string;
6632
+ detail: string;
6633
+ };
6634
+ tails: {
6635
+ name: string;
6636
+ detail: string;
6637
+ };
6638
+ type: {
6385
6639
  name: string;
6386
6640
  detail: string;
6387
6641
  };
@@ -6413,11 +6667,11 @@ declare const _default: {
6413
6667
  url: string;
6414
6668
  }[];
6415
6669
  functionParameter: {
6416
- number1: {
6670
+ array: {
6417
6671
  name: string;
6418
6672
  detail: string;
6419
6673
  };
6420
- number2: {
6674
+ percent: {
6421
6675
  name: string;
6422
6676
  detail: string;
6423
6677
  };
@@ -6503,11 +6757,19 @@ declare const _default: {
6503
6757
  url: string;
6504
6758
  }[];
6505
6759
  functionParameter: {
6506
- number1: {
6760
+ x: {
6507
6761
  name: string;
6508
6762
  detail: string;
6509
6763
  };
6510
- number2: {
6764
+ alpha: {
6765
+ name: string;
6766
+ detail: string;
6767
+ };
6768
+ beta: {
6769
+ name: string;
6770
+ detail: string;
6771
+ };
6772
+ cumulative: {
6511
6773
  name: string;
6512
6774
  detail: string;
6513
6775
  };
@@ -6521,11 +6783,15 @@ declare const _default: {
6521
6783
  url: string;
6522
6784
  }[];
6523
6785
  functionParameter: {
6524
- number1: {
6786
+ array: {
6525
6787
  name: string;
6526
6788
  detail: string;
6527
6789
  };
6528
- number2: {
6790
+ x: {
6791
+ name: string;
6792
+ detail: string;
6793
+ };
6794
+ sigma: {
6529
6795
  name: string;
6530
6796
  detail: string;
6531
6797
  };