@unizhen/ui 0.0.63 → 0.0.70

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.
@@ -1,41 +1,14 @@
1
1
  import { ObjectKey } from '../interface';
2
2
  import { ITableOptions } from './interface';
3
- import { PropType, DefineComponent, ExtractPropTypes, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, VNodeChild, SlotsType, ComponentProvideOptions, CSSProperties, InputHTMLAttributes, Component } from 'vue';
3
+ import { PropType, DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, VNodeChild, SlotsType, ComponentProvideOptions, CSSProperties } from 'vue';
4
4
  import { Size, Type } from 'naive-ui/es/button/src/interface';
5
5
  import { MaybeArray } from 'naive-ui/es/_utils';
6
6
  import { Theme } from 'naive-ui/es/_mixins';
7
7
  import { ExtractThemeOverrides } from 'naive-ui/es/_mixins/use-theme';
8
8
  import { BaseWaveRef, ScrollbarProps } from 'naive-ui/es/_internal';
9
9
  import { RtlItem } from 'naive-ui/es/config-provider/src/internal-interface';
10
- import { ButtonSlots, ThemeCommonVars, DrawerContentSlots, DrawerPlacement, SpinSlots, UploadFileInfo, UploadOnChange, UploadOnRemove, UploadOnFinish, UploadOnDownload, UploadSettledFileInfo, ImageGroupProps } from 'naive-ui';
11
- import { CustomRequest, FuncOrRecordOrUndef, OnError, OnRetry, OnBeforeUpload, OnUpdateFileList, ListType, OnPreview, ShouldUseThumbnailUrl, CreateThumbnailUrl, RenderIcon } from 'naive-ui/es/upload/src/interface';
12
- import { Depth } from 'naive-ui/es/icon/src/Icon';
13
- declare const _default: DefineComponent<ExtractPropTypes<{
14
- show: {
15
- required: true;
16
- type: PropType<boolean>;
17
- default: boolean;
18
- };
19
- link: {
20
- required: true;
21
- type: PropType<string>;
22
- default: string;
23
- };
24
- linkFn: {
25
- required: false;
26
- type: PropType<string>;
27
- default: undefined;
28
- };
29
- mainData: {
30
- required: false;
31
- type: PropType<ObjectKey>;
32
- default: undefined;
33
- };
34
- status: {
35
- type: PropType<number>;
36
- default: number;
37
- };
38
- }>, {
10
+ import { ButtonSlots, ThemeCommonVars, DrawerContentSlots, DrawerPlacement, SpinSlots } from 'naive-ui';
11
+ declare const _default: DefineComponent<{}, {
39
12
  drawer: Ref<boolean, boolean>;
40
13
  formRef: Ref<any, any>;
41
14
  tableOption: Ref<{
@@ -78,44 +51,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
78
51
  formValues: Ref<ObjectKey, ObjectKey>;
79
52
  spinError: Ref<boolean, boolean>;
80
53
  isMobile: ComputedRef<boolean>;
54
+ formStatus: Ref<number, number>;
81
55
  drawerCancel: () => void;
82
56
  drawerCheck: () => void;
83
57
  drawerSubmit: () => void;
84
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("on-submit" | "update:show")[], "on-submit" | "update:show", PublicProps, Readonly< ExtractPropTypes<{
85
- show: {
86
- required: true;
87
- type: PropType<boolean>;
88
- default: boolean;
89
- };
90
- link: {
91
- required: true;
92
- type: PropType<string>;
93
- default: string;
94
- };
95
- linkFn: {
96
- required: false;
97
- type: PropType<string>;
98
- default: undefined;
99
- };
100
- mainData: {
101
- required: false;
102
- type: PropType<ObjectKey>;
103
- default: undefined;
104
- };
105
- status: {
106
- type: PropType<number>;
107
- default: number;
108
- };
109
- }>> & Readonly<{
58
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ("on-submit" | "update:show")[], "on-submit" | "update:show", PublicProps, Readonly<{}> & Readonly<{
110
59
  "onUpdate:show"?: ((...args: any[]) => any) | undefined;
111
60
  "onOn-submit"?: ((...args: any[]) => any) | undefined;
112
- }>, {
113
- link: string;
114
- show: boolean;
115
- status: number;
116
- linkFn: string;
117
- mainData: ObjectKey;
118
- }, {}, {
61
+ }>, {}, {}, {
119
62
  NButton: DefineComponent<ExtractPropTypes<{
120
63
  readonly color: StringConstructor;
121
64
  readonly textColor: StringConstructor;
@@ -2362,3449 +2305,5 @@ declare const _default: DefineComponent<ExtractPropTypes<{
2362
2305
  rotate: boolean;
2363
2306
  spinning: boolean;
2364
2307
  }, SlotsType<SpinSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
2365
- UzOcr: DefineComponent<{}, {
2366
- ocrRef: Ref<any, any>;
2367
- text: Ref<string[], string[]>;
2368
- ocrText: Ref<string, string>;
2369
- ocrLoading: Ref<boolean, boolean>;
2370
- copy: (msg: string) => Promise<void>;
2371
- beforeUpload: (options: {
2372
- file: UploadFileInfo;
2373
- fileList: UploadFileInfo[];
2374
- }) => Promise<void>;
2375
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
2376
- NButton: DefineComponent<ExtractPropTypes<{
2377
- readonly color: StringConstructor;
2378
- readonly textColor: StringConstructor;
2379
- readonly text: BooleanConstructor;
2380
- readonly block: BooleanConstructor;
2381
- readonly loading: BooleanConstructor;
2382
- readonly disabled: BooleanConstructor;
2383
- readonly circle: BooleanConstructor;
2384
- readonly size: PropType< Size>;
2385
- readonly ghost: BooleanConstructor;
2386
- readonly round: BooleanConstructor;
2387
- readonly secondary: BooleanConstructor;
2388
- readonly tertiary: BooleanConstructor;
2389
- readonly quaternary: BooleanConstructor;
2390
- readonly strong: BooleanConstructor;
2391
- readonly focusable: {
2392
- readonly type: BooleanConstructor;
2393
- readonly default: true;
2394
- };
2395
- readonly keyboard: {
2396
- readonly type: BooleanConstructor;
2397
- readonly default: true;
2398
- };
2399
- readonly tag: {
2400
- readonly type: PropType<keyof HTMLElementTagNameMap>;
2401
- readonly default: "button";
2402
- };
2403
- readonly type: {
2404
- readonly type: PropType< Type>;
2405
- readonly default: "default";
2406
- };
2407
- readonly dashed: BooleanConstructor;
2408
- readonly renderIcon: PropType<() => VNodeChild>;
2409
- readonly iconPlacement: {
2410
- readonly type: PropType<"left" | "right">;
2411
- readonly default: "left";
2412
- };
2413
- readonly attrType: {
2414
- readonly type: PropType<"button" | "submit" | "reset">;
2415
- readonly default: "button";
2416
- };
2417
- readonly bordered: {
2418
- readonly type: BooleanConstructor;
2419
- readonly default: true;
2420
- };
2421
- readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
2422
- readonly nativeFocusBehavior: {
2423
- readonly type: BooleanConstructor;
2424
- readonly default: boolean;
2425
- };
2426
- readonly theme: PropType< Theme<"Button", {
2427
- heightTiny: string;
2428
- heightSmall: string;
2429
- heightMedium: string;
2430
- heightLarge: string;
2431
- borderRadiusTiny: string;
2432
- borderRadiusSmall: string;
2433
- borderRadiusMedium: string;
2434
- borderRadiusLarge: string;
2435
- fontSizeTiny: string;
2436
- fontSizeSmall: string;
2437
- fontSizeMedium: string;
2438
- fontSizeLarge: string;
2439
- opacityDisabled: string;
2440
- colorOpacitySecondary: string;
2441
- colorOpacitySecondaryHover: string;
2442
- colorOpacitySecondaryPressed: string;
2443
- colorSecondary: string;
2444
- colorSecondaryHover: string;
2445
- colorSecondaryPressed: string;
2446
- colorTertiary: string;
2447
- colorTertiaryHover: string;
2448
- colorTertiaryPressed: string;
2449
- colorQuaternary: string;
2450
- colorQuaternaryHover: string;
2451
- colorQuaternaryPressed: string;
2452
- color: string;
2453
- colorHover: string;
2454
- colorPressed: string;
2455
- colorFocus: string;
2456
- colorDisabled: string;
2457
- textColor: string;
2458
- textColorTertiary: string;
2459
- textColorHover: string;
2460
- textColorPressed: string;
2461
- textColorFocus: string;
2462
- textColorDisabled: string;
2463
- textColorText: string;
2464
- textColorTextHover: string;
2465
- textColorTextPressed: string;
2466
- textColorTextFocus: string;
2467
- textColorTextDisabled: string;
2468
- textColorGhost: string;
2469
- textColorGhostHover: string;
2470
- textColorGhostPressed: string;
2471
- textColorGhostFocus: string;
2472
- textColorGhostDisabled: string;
2473
- border: string;
2474
- borderHover: string;
2475
- borderPressed: string;
2476
- borderFocus: string;
2477
- borderDisabled: string;
2478
- rippleColor: string;
2479
- colorPrimary: string;
2480
- colorHoverPrimary: string;
2481
- colorPressedPrimary: string;
2482
- colorFocusPrimary: string;
2483
- colorDisabledPrimary: string;
2484
- textColorPrimary: string;
2485
- textColorHoverPrimary: string;
2486
- textColorPressedPrimary: string;
2487
- textColorFocusPrimary: string;
2488
- textColorDisabledPrimary: string;
2489
- textColorTextPrimary: string;
2490
- textColorTextHoverPrimary: string;
2491
- textColorTextPressedPrimary: string;
2492
- textColorTextFocusPrimary: string;
2493
- textColorTextDisabledPrimary: string;
2494
- textColorGhostPrimary: string;
2495
- textColorGhostHoverPrimary: string;
2496
- textColorGhostPressedPrimary: string;
2497
- textColorGhostFocusPrimary: string;
2498
- textColorGhostDisabledPrimary: string;
2499
- borderPrimary: string;
2500
- borderHoverPrimary: string;
2501
- borderPressedPrimary: string;
2502
- borderFocusPrimary: string;
2503
- borderDisabledPrimary: string;
2504
- rippleColorPrimary: string;
2505
- colorInfo: string;
2506
- colorHoverInfo: string;
2507
- colorPressedInfo: string;
2508
- colorFocusInfo: string;
2509
- colorDisabledInfo: string;
2510
- textColorInfo: string;
2511
- textColorHoverInfo: string;
2512
- textColorPressedInfo: string;
2513
- textColorFocusInfo: string;
2514
- textColorDisabledInfo: string;
2515
- textColorTextInfo: string;
2516
- textColorTextHoverInfo: string;
2517
- textColorTextPressedInfo: string;
2518
- textColorTextFocusInfo: string;
2519
- textColorTextDisabledInfo: string;
2520
- textColorGhostInfo: string;
2521
- textColorGhostHoverInfo: string;
2522
- textColorGhostPressedInfo: string;
2523
- textColorGhostFocusInfo: string;
2524
- textColorGhostDisabledInfo: string;
2525
- borderInfo: string;
2526
- borderHoverInfo: string;
2527
- borderPressedInfo: string;
2528
- borderFocusInfo: string;
2529
- borderDisabledInfo: string;
2530
- rippleColorInfo: string;
2531
- colorSuccess: string;
2532
- colorHoverSuccess: string;
2533
- colorPressedSuccess: string;
2534
- colorFocusSuccess: string;
2535
- colorDisabledSuccess: string;
2536
- textColorSuccess: string;
2537
- textColorHoverSuccess: string;
2538
- textColorPressedSuccess: string;
2539
- textColorFocusSuccess: string;
2540
- textColorDisabledSuccess: string;
2541
- textColorTextSuccess: string;
2542
- textColorTextHoverSuccess: string;
2543
- textColorTextPressedSuccess: string;
2544
- textColorTextFocusSuccess: string;
2545
- textColorTextDisabledSuccess: string;
2546
- textColorGhostSuccess: string;
2547
- textColorGhostHoverSuccess: string;
2548
- textColorGhostPressedSuccess: string;
2549
- textColorGhostFocusSuccess: string;
2550
- textColorGhostDisabledSuccess: string;
2551
- borderSuccess: string;
2552
- borderHoverSuccess: string;
2553
- borderPressedSuccess: string;
2554
- borderFocusSuccess: string;
2555
- borderDisabledSuccess: string;
2556
- rippleColorSuccess: string;
2557
- colorWarning: string;
2558
- colorHoverWarning: string;
2559
- colorPressedWarning: string;
2560
- colorFocusWarning: string;
2561
- colorDisabledWarning: string;
2562
- textColorWarning: string;
2563
- textColorHoverWarning: string;
2564
- textColorPressedWarning: string;
2565
- textColorFocusWarning: string;
2566
- textColorDisabledWarning: string;
2567
- textColorTextWarning: string;
2568
- textColorTextHoverWarning: string;
2569
- textColorTextPressedWarning: string;
2570
- textColorTextFocusWarning: string;
2571
- textColorTextDisabledWarning: string;
2572
- textColorGhostWarning: string;
2573
- textColorGhostHoverWarning: string;
2574
- textColorGhostPressedWarning: string;
2575
- textColorGhostFocusWarning: string;
2576
- textColorGhostDisabledWarning: string;
2577
- borderWarning: string;
2578
- borderHoverWarning: string;
2579
- borderPressedWarning: string;
2580
- borderFocusWarning: string;
2581
- borderDisabledWarning: string;
2582
- rippleColorWarning: string;
2583
- colorError: string;
2584
- colorHoverError: string;
2585
- colorPressedError: string;
2586
- colorFocusError: string;
2587
- colorDisabledError: string;
2588
- textColorError: string;
2589
- textColorHoverError: string;
2590
- textColorPressedError: string;
2591
- textColorFocusError: string;
2592
- textColorDisabledError: string;
2593
- textColorTextError: string;
2594
- textColorTextHoverError: string;
2595
- textColorTextPressedError: string;
2596
- textColorTextFocusError: string;
2597
- textColorTextDisabledError: string;
2598
- textColorGhostError: string;
2599
- textColorGhostHoverError: string;
2600
- textColorGhostPressedError: string;
2601
- textColorGhostFocusError: string;
2602
- textColorGhostDisabledError: string;
2603
- borderError: string;
2604
- borderHoverError: string;
2605
- borderPressedError: string;
2606
- borderFocusError: string;
2607
- borderDisabledError: string;
2608
- rippleColorError: string;
2609
- waveOpacity: string;
2610
- fontWeight: string;
2611
- fontWeightStrong: string;
2612
- paddingTiny: string;
2613
- paddingSmall: string;
2614
- paddingMedium: string;
2615
- paddingLarge: string;
2616
- paddingRoundTiny: string;
2617
- paddingRoundSmall: string;
2618
- paddingRoundMedium: string;
2619
- paddingRoundLarge: string;
2620
- iconMarginTiny: string;
2621
- iconMarginSmall: string;
2622
- iconMarginMedium: string;
2623
- iconMarginLarge: string;
2624
- iconSizeTiny: string;
2625
- iconSizeSmall: string;
2626
- iconSizeMedium: string;
2627
- iconSizeLarge: string;
2628
- rippleDuration: string;
2629
- }, any>>;
2630
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
2631
- heightTiny: string;
2632
- heightSmall: string;
2633
- heightMedium: string;
2634
- heightLarge: string;
2635
- borderRadiusTiny: string;
2636
- borderRadiusSmall: string;
2637
- borderRadiusMedium: string;
2638
- borderRadiusLarge: string;
2639
- fontSizeTiny: string;
2640
- fontSizeSmall: string;
2641
- fontSizeMedium: string;
2642
- fontSizeLarge: string;
2643
- opacityDisabled: string;
2644
- colorOpacitySecondary: string;
2645
- colorOpacitySecondaryHover: string;
2646
- colorOpacitySecondaryPressed: string;
2647
- colorSecondary: string;
2648
- colorSecondaryHover: string;
2649
- colorSecondaryPressed: string;
2650
- colorTertiary: string;
2651
- colorTertiaryHover: string;
2652
- colorTertiaryPressed: string;
2653
- colorQuaternary: string;
2654
- colorQuaternaryHover: string;
2655
- colorQuaternaryPressed: string;
2656
- color: string;
2657
- colorHover: string;
2658
- colorPressed: string;
2659
- colorFocus: string;
2660
- colorDisabled: string;
2661
- textColor: string;
2662
- textColorTertiary: string;
2663
- textColorHover: string;
2664
- textColorPressed: string;
2665
- textColorFocus: string;
2666
- textColorDisabled: string;
2667
- textColorText: string;
2668
- textColorTextHover: string;
2669
- textColorTextPressed: string;
2670
- textColorTextFocus: string;
2671
- textColorTextDisabled: string;
2672
- textColorGhost: string;
2673
- textColorGhostHover: string;
2674
- textColorGhostPressed: string;
2675
- textColorGhostFocus: string;
2676
- textColorGhostDisabled: string;
2677
- border: string;
2678
- borderHover: string;
2679
- borderPressed: string;
2680
- borderFocus: string;
2681
- borderDisabled: string;
2682
- rippleColor: string;
2683
- colorPrimary: string;
2684
- colorHoverPrimary: string;
2685
- colorPressedPrimary: string;
2686
- colorFocusPrimary: string;
2687
- colorDisabledPrimary: string;
2688
- textColorPrimary: string;
2689
- textColorHoverPrimary: string;
2690
- textColorPressedPrimary: string;
2691
- textColorFocusPrimary: string;
2692
- textColorDisabledPrimary: string;
2693
- textColorTextPrimary: string;
2694
- textColorTextHoverPrimary: string;
2695
- textColorTextPressedPrimary: string;
2696
- textColorTextFocusPrimary: string;
2697
- textColorTextDisabledPrimary: string;
2698
- textColorGhostPrimary: string;
2699
- textColorGhostHoverPrimary: string;
2700
- textColorGhostPressedPrimary: string;
2701
- textColorGhostFocusPrimary: string;
2702
- textColorGhostDisabledPrimary: string;
2703
- borderPrimary: string;
2704
- borderHoverPrimary: string;
2705
- borderPressedPrimary: string;
2706
- borderFocusPrimary: string;
2707
- borderDisabledPrimary: string;
2708
- rippleColorPrimary: string;
2709
- colorInfo: string;
2710
- colorHoverInfo: string;
2711
- colorPressedInfo: string;
2712
- colorFocusInfo: string;
2713
- colorDisabledInfo: string;
2714
- textColorInfo: string;
2715
- textColorHoverInfo: string;
2716
- textColorPressedInfo: string;
2717
- textColorFocusInfo: string;
2718
- textColorDisabledInfo: string;
2719
- textColorTextInfo: string;
2720
- textColorTextHoverInfo: string;
2721
- textColorTextPressedInfo: string;
2722
- textColorTextFocusInfo: string;
2723
- textColorTextDisabledInfo: string;
2724
- textColorGhostInfo: string;
2725
- textColorGhostHoverInfo: string;
2726
- textColorGhostPressedInfo: string;
2727
- textColorGhostFocusInfo: string;
2728
- textColorGhostDisabledInfo: string;
2729
- borderInfo: string;
2730
- borderHoverInfo: string;
2731
- borderPressedInfo: string;
2732
- borderFocusInfo: string;
2733
- borderDisabledInfo: string;
2734
- rippleColorInfo: string;
2735
- colorSuccess: string;
2736
- colorHoverSuccess: string;
2737
- colorPressedSuccess: string;
2738
- colorFocusSuccess: string;
2739
- colorDisabledSuccess: string;
2740
- textColorSuccess: string;
2741
- textColorHoverSuccess: string;
2742
- textColorPressedSuccess: string;
2743
- textColorFocusSuccess: string;
2744
- textColorDisabledSuccess: string;
2745
- textColorTextSuccess: string;
2746
- textColorTextHoverSuccess: string;
2747
- textColorTextPressedSuccess: string;
2748
- textColorTextFocusSuccess: string;
2749
- textColorTextDisabledSuccess: string;
2750
- textColorGhostSuccess: string;
2751
- textColorGhostHoverSuccess: string;
2752
- textColorGhostPressedSuccess: string;
2753
- textColorGhostFocusSuccess: string;
2754
- textColorGhostDisabledSuccess: string;
2755
- borderSuccess: string;
2756
- borderHoverSuccess: string;
2757
- borderPressedSuccess: string;
2758
- borderFocusSuccess: string;
2759
- borderDisabledSuccess: string;
2760
- rippleColorSuccess: string;
2761
- colorWarning: string;
2762
- colorHoverWarning: string;
2763
- colorPressedWarning: string;
2764
- colorFocusWarning: string;
2765
- colorDisabledWarning: string;
2766
- textColorWarning: string;
2767
- textColorHoverWarning: string;
2768
- textColorPressedWarning: string;
2769
- textColorFocusWarning: string;
2770
- textColorDisabledWarning: string;
2771
- textColorTextWarning: string;
2772
- textColorTextHoverWarning: string;
2773
- textColorTextPressedWarning: string;
2774
- textColorTextFocusWarning: string;
2775
- textColorTextDisabledWarning: string;
2776
- textColorGhostWarning: string;
2777
- textColorGhostHoverWarning: string;
2778
- textColorGhostPressedWarning: string;
2779
- textColorGhostFocusWarning: string;
2780
- textColorGhostDisabledWarning: string;
2781
- borderWarning: string;
2782
- borderHoverWarning: string;
2783
- borderPressedWarning: string;
2784
- borderFocusWarning: string;
2785
- borderDisabledWarning: string;
2786
- rippleColorWarning: string;
2787
- colorError: string;
2788
- colorHoverError: string;
2789
- colorPressedError: string;
2790
- colorFocusError: string;
2791
- colorDisabledError: string;
2792
- textColorError: string;
2793
- textColorHoverError: string;
2794
- textColorPressedError: string;
2795
- textColorFocusError: string;
2796
- textColorDisabledError: string;
2797
- textColorTextError: string;
2798
- textColorTextHoverError: string;
2799
- textColorTextPressedError: string;
2800
- textColorTextFocusError: string;
2801
- textColorTextDisabledError: string;
2802
- textColorGhostError: string;
2803
- textColorGhostHoverError: string;
2804
- textColorGhostPressedError: string;
2805
- textColorGhostFocusError: string;
2806
- textColorGhostDisabledError: string;
2807
- borderError: string;
2808
- borderHoverError: string;
2809
- borderPressedError: string;
2810
- borderFocusError: string;
2811
- borderDisabledError: string;
2812
- rippleColorError: string;
2813
- waveOpacity: string;
2814
- fontWeight: string;
2815
- fontWeightStrong: string;
2816
- paddingTiny: string;
2817
- paddingSmall: string;
2818
- paddingMedium: string;
2819
- paddingLarge: string;
2820
- paddingRoundTiny: string;
2821
- paddingRoundSmall: string;
2822
- paddingRoundMedium: string;
2823
- paddingRoundLarge: string;
2824
- iconMarginTiny: string;
2825
- iconMarginSmall: string;
2826
- iconMarginMedium: string;
2827
- iconMarginLarge: string;
2828
- iconSizeTiny: string;
2829
- iconSizeSmall: string;
2830
- iconSizeMedium: string;
2831
- iconSizeLarge: string;
2832
- rippleDuration: string;
2833
- }, any>>>;
2834
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
2835
- heightTiny: string;
2836
- heightSmall: string;
2837
- heightMedium: string;
2838
- heightLarge: string;
2839
- borderRadiusTiny: string;
2840
- borderRadiusSmall: string;
2841
- borderRadiusMedium: string;
2842
- borderRadiusLarge: string;
2843
- fontSizeTiny: string;
2844
- fontSizeSmall: string;
2845
- fontSizeMedium: string;
2846
- fontSizeLarge: string;
2847
- opacityDisabled: string;
2848
- colorOpacitySecondary: string;
2849
- colorOpacitySecondaryHover: string;
2850
- colorOpacitySecondaryPressed: string;
2851
- colorSecondary: string;
2852
- colorSecondaryHover: string;
2853
- colorSecondaryPressed: string;
2854
- colorTertiary: string;
2855
- colorTertiaryHover: string;
2856
- colorTertiaryPressed: string;
2857
- colorQuaternary: string;
2858
- colorQuaternaryHover: string;
2859
- colorQuaternaryPressed: string;
2860
- color: string;
2861
- colorHover: string;
2862
- colorPressed: string;
2863
- colorFocus: string;
2864
- colorDisabled: string;
2865
- textColor: string;
2866
- textColorTertiary: string;
2867
- textColorHover: string;
2868
- textColorPressed: string;
2869
- textColorFocus: string;
2870
- textColorDisabled: string;
2871
- textColorText: string;
2872
- textColorTextHover: string;
2873
- textColorTextPressed: string;
2874
- textColorTextFocus: string;
2875
- textColorTextDisabled: string;
2876
- textColorGhost: string;
2877
- textColorGhostHover: string;
2878
- textColorGhostPressed: string;
2879
- textColorGhostFocus: string;
2880
- textColorGhostDisabled: string;
2881
- border: string;
2882
- borderHover: string;
2883
- borderPressed: string;
2884
- borderFocus: string;
2885
- borderDisabled: string;
2886
- rippleColor: string;
2887
- colorPrimary: string;
2888
- colorHoverPrimary: string;
2889
- colorPressedPrimary: string;
2890
- colorFocusPrimary: string;
2891
- colorDisabledPrimary: string;
2892
- textColorPrimary: string;
2893
- textColorHoverPrimary: string;
2894
- textColorPressedPrimary: string;
2895
- textColorFocusPrimary: string;
2896
- textColorDisabledPrimary: string;
2897
- textColorTextPrimary: string;
2898
- textColorTextHoverPrimary: string;
2899
- textColorTextPressedPrimary: string;
2900
- textColorTextFocusPrimary: string;
2901
- textColorTextDisabledPrimary: string;
2902
- textColorGhostPrimary: string;
2903
- textColorGhostHoverPrimary: string;
2904
- textColorGhostPressedPrimary: string;
2905
- textColorGhostFocusPrimary: string;
2906
- textColorGhostDisabledPrimary: string;
2907
- borderPrimary: string;
2908
- borderHoverPrimary: string;
2909
- borderPressedPrimary: string;
2910
- borderFocusPrimary: string;
2911
- borderDisabledPrimary: string;
2912
- rippleColorPrimary: string;
2913
- colorInfo: string;
2914
- colorHoverInfo: string;
2915
- colorPressedInfo: string;
2916
- colorFocusInfo: string;
2917
- colorDisabledInfo: string;
2918
- textColorInfo: string;
2919
- textColorHoverInfo: string;
2920
- textColorPressedInfo: string;
2921
- textColorFocusInfo: string;
2922
- textColorDisabledInfo: string;
2923
- textColorTextInfo: string;
2924
- textColorTextHoverInfo: string;
2925
- textColorTextPressedInfo: string;
2926
- textColorTextFocusInfo: string;
2927
- textColorTextDisabledInfo: string;
2928
- textColorGhostInfo: string;
2929
- textColorGhostHoverInfo: string;
2930
- textColorGhostPressedInfo: string;
2931
- textColorGhostFocusInfo: string;
2932
- textColorGhostDisabledInfo: string;
2933
- borderInfo: string;
2934
- borderHoverInfo: string;
2935
- borderPressedInfo: string;
2936
- borderFocusInfo: string;
2937
- borderDisabledInfo: string;
2938
- rippleColorInfo: string;
2939
- colorSuccess: string;
2940
- colorHoverSuccess: string;
2941
- colorPressedSuccess: string;
2942
- colorFocusSuccess: string;
2943
- colorDisabledSuccess: string;
2944
- textColorSuccess: string;
2945
- textColorHoverSuccess: string;
2946
- textColorPressedSuccess: string;
2947
- textColorFocusSuccess: string;
2948
- textColorDisabledSuccess: string;
2949
- textColorTextSuccess: string;
2950
- textColorTextHoverSuccess: string;
2951
- textColorTextPressedSuccess: string;
2952
- textColorTextFocusSuccess: string;
2953
- textColorTextDisabledSuccess: string;
2954
- textColorGhostSuccess: string;
2955
- textColorGhostHoverSuccess: string;
2956
- textColorGhostPressedSuccess: string;
2957
- textColorGhostFocusSuccess: string;
2958
- textColorGhostDisabledSuccess: string;
2959
- borderSuccess: string;
2960
- borderHoverSuccess: string;
2961
- borderPressedSuccess: string;
2962
- borderFocusSuccess: string;
2963
- borderDisabledSuccess: string;
2964
- rippleColorSuccess: string;
2965
- colorWarning: string;
2966
- colorHoverWarning: string;
2967
- colorPressedWarning: string;
2968
- colorFocusWarning: string;
2969
- colorDisabledWarning: string;
2970
- textColorWarning: string;
2971
- textColorHoverWarning: string;
2972
- textColorPressedWarning: string;
2973
- textColorFocusWarning: string;
2974
- textColorDisabledWarning: string;
2975
- textColorTextWarning: string;
2976
- textColorTextHoverWarning: string;
2977
- textColorTextPressedWarning: string;
2978
- textColorTextFocusWarning: string;
2979
- textColorTextDisabledWarning: string;
2980
- textColorGhostWarning: string;
2981
- textColorGhostHoverWarning: string;
2982
- textColorGhostPressedWarning: string;
2983
- textColorGhostFocusWarning: string;
2984
- textColorGhostDisabledWarning: string;
2985
- borderWarning: string;
2986
- borderHoverWarning: string;
2987
- borderPressedWarning: string;
2988
- borderFocusWarning: string;
2989
- borderDisabledWarning: string;
2990
- rippleColorWarning: string;
2991
- colorError: string;
2992
- colorHoverError: string;
2993
- colorPressedError: string;
2994
- colorFocusError: string;
2995
- colorDisabledError: string;
2996
- textColorError: string;
2997
- textColorHoverError: string;
2998
- textColorPressedError: string;
2999
- textColorFocusError: string;
3000
- textColorDisabledError: string;
3001
- textColorTextError: string;
3002
- textColorTextHoverError: string;
3003
- textColorTextPressedError: string;
3004
- textColorTextFocusError: string;
3005
- textColorTextDisabledError: string;
3006
- textColorGhostError: string;
3007
- textColorGhostHoverError: string;
3008
- textColorGhostPressedError: string;
3009
- textColorGhostFocusError: string;
3010
- textColorGhostDisabledError: string;
3011
- borderError: string;
3012
- borderHoverError: string;
3013
- borderPressedError: string;
3014
- borderFocusError: string;
3015
- borderDisabledError: string;
3016
- rippleColorError: string;
3017
- waveOpacity: string;
3018
- fontWeight: string;
3019
- fontWeightStrong: string;
3020
- paddingTiny: string;
3021
- paddingSmall: string;
3022
- paddingMedium: string;
3023
- paddingLarge: string;
3024
- paddingRoundTiny: string;
3025
- paddingRoundSmall: string;
3026
- paddingRoundMedium: string;
3027
- paddingRoundLarge: string;
3028
- iconMarginTiny: string;
3029
- iconMarginSmall: string;
3030
- iconMarginMedium: string;
3031
- iconMarginLarge: string;
3032
- iconSizeTiny: string;
3033
- iconSizeSmall: string;
3034
- iconSizeMedium: string;
3035
- iconSizeLarge: string;
3036
- rippleDuration: string;
3037
- }, any>>>;
3038
- }>, {
3039
- selfElRef: Ref<HTMLElement | null, HTMLElement | null>;
3040
- waveElRef: Ref<{
3041
- play: () => void;
3042
- } | null, BaseWaveRef | {
3043
- play: () => void;
3044
- } | null>;
3045
- mergedClsPrefix: Ref<string, string>;
3046
- mergedFocusable: ComputedRef<boolean>;
3047
- mergedSize: ComputedRef<"tiny" | "small" | "medium" | "large">;
3048
- showBorder: ComputedRef<boolean>;
3049
- enterPressed: Ref<boolean, boolean>;
3050
- rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
3051
- handleMousedown: (e: MouseEvent) => void;
3052
- handleKeydown: (e: KeyboardEvent) => void;
3053
- handleBlur: () => void;
3054
- handleKeyup: (e: KeyboardEvent) => void;
3055
- handleClick: (e: MouseEvent) => void;
3056
- customColorCssVars: ComputedRef<{
3057
- "--n-border-color": string;
3058
- "--n-border-color-hover": string;
3059
- "--n-border-color-pressed": string;
3060
- "--n-border-color-focus": string;
3061
- "--n-border-color-disabled": string;
3062
- } | null>;
3063
- cssVars: ComputedRef<{
3064
- "--n-width": string;
3065
- "--n-height": string;
3066
- "--n-font-size": string;
3067
- "--n-padding": string;
3068
- "--n-icon-size": string;
3069
- "--n-icon-margin": string;
3070
- "--n-border-radius": string;
3071
- "--n-border": string;
3072
- "--n-border-hover": string;
3073
- "--n-border-pressed": string;
3074
- "--n-border-focus": string;
3075
- "--n-border-disabled": string;
3076
- "--n-color": string;
3077
- "--n-color-hover": string;
3078
- "--n-color-pressed": string;
3079
- "--n-color-focus": string;
3080
- "--n-color-disabled": string;
3081
- "--n-ripple-color": string;
3082
- "--n-text-color": string;
3083
- "--n-text-color-hover": string;
3084
- "--n-text-color-pressed": string;
3085
- "--n-text-color-focus": string;
3086
- "--n-text-color-disabled": string;
3087
- "--n-font-weight": string;
3088
- "--n-bezier": string;
3089
- "--n-bezier-ease-out": string;
3090
- "--n-ripple-duration": string;
3091
- "--n-opacity-disabled": string;
3092
- "--n-wave-opacity": string;
3093
- }> | undefined;
3094
- themeClass: Ref<string, string> | undefined;
3095
- onRender: (() => void) | undefined;
3096
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
3097
- readonly color: StringConstructor;
3098
- readonly textColor: StringConstructor;
3099
- readonly text: BooleanConstructor;
3100
- readonly block: BooleanConstructor;
3101
- readonly loading: BooleanConstructor;
3102
- readonly disabled: BooleanConstructor;
3103
- readonly circle: BooleanConstructor;
3104
- readonly size: PropType< Size>;
3105
- readonly ghost: BooleanConstructor;
3106
- readonly round: BooleanConstructor;
3107
- readonly secondary: BooleanConstructor;
3108
- readonly tertiary: BooleanConstructor;
3109
- readonly quaternary: BooleanConstructor;
3110
- readonly strong: BooleanConstructor;
3111
- readonly focusable: {
3112
- readonly type: BooleanConstructor;
3113
- readonly default: true;
3114
- };
3115
- readonly keyboard: {
3116
- readonly type: BooleanConstructor;
3117
- readonly default: true;
3118
- };
3119
- readonly tag: {
3120
- readonly type: PropType<keyof HTMLElementTagNameMap>;
3121
- readonly default: "button";
3122
- };
3123
- readonly type: {
3124
- readonly type: PropType< Type>;
3125
- readonly default: "default";
3126
- };
3127
- readonly dashed: BooleanConstructor;
3128
- readonly renderIcon: PropType<() => VNodeChild>;
3129
- readonly iconPlacement: {
3130
- readonly type: PropType<"left" | "right">;
3131
- readonly default: "left";
3132
- };
3133
- readonly attrType: {
3134
- readonly type: PropType<"button" | "submit" | "reset">;
3135
- readonly default: "button";
3136
- };
3137
- readonly bordered: {
3138
- readonly type: BooleanConstructor;
3139
- readonly default: true;
3140
- };
3141
- readonly onClick: PropType< MaybeArray<(e: MouseEvent) => void>>;
3142
- readonly nativeFocusBehavior: {
3143
- readonly type: BooleanConstructor;
3144
- readonly default: boolean;
3145
- };
3146
- readonly theme: PropType< Theme<"Button", {
3147
- heightTiny: string;
3148
- heightSmall: string;
3149
- heightMedium: string;
3150
- heightLarge: string;
3151
- borderRadiusTiny: string;
3152
- borderRadiusSmall: string;
3153
- borderRadiusMedium: string;
3154
- borderRadiusLarge: string;
3155
- fontSizeTiny: string;
3156
- fontSizeSmall: string;
3157
- fontSizeMedium: string;
3158
- fontSizeLarge: string;
3159
- opacityDisabled: string;
3160
- colorOpacitySecondary: string;
3161
- colorOpacitySecondaryHover: string;
3162
- colorOpacitySecondaryPressed: string;
3163
- colorSecondary: string;
3164
- colorSecondaryHover: string;
3165
- colorSecondaryPressed: string;
3166
- colorTertiary: string;
3167
- colorTertiaryHover: string;
3168
- colorTertiaryPressed: string;
3169
- colorQuaternary: string;
3170
- colorQuaternaryHover: string;
3171
- colorQuaternaryPressed: string;
3172
- color: string;
3173
- colorHover: string;
3174
- colorPressed: string;
3175
- colorFocus: string;
3176
- colorDisabled: string;
3177
- textColor: string;
3178
- textColorTertiary: string;
3179
- textColorHover: string;
3180
- textColorPressed: string;
3181
- textColorFocus: string;
3182
- textColorDisabled: string;
3183
- textColorText: string;
3184
- textColorTextHover: string;
3185
- textColorTextPressed: string;
3186
- textColorTextFocus: string;
3187
- textColorTextDisabled: string;
3188
- textColorGhost: string;
3189
- textColorGhostHover: string;
3190
- textColorGhostPressed: string;
3191
- textColorGhostFocus: string;
3192
- textColorGhostDisabled: string;
3193
- border: string;
3194
- borderHover: string;
3195
- borderPressed: string;
3196
- borderFocus: string;
3197
- borderDisabled: string;
3198
- rippleColor: string;
3199
- colorPrimary: string;
3200
- colorHoverPrimary: string;
3201
- colorPressedPrimary: string;
3202
- colorFocusPrimary: string;
3203
- colorDisabledPrimary: string;
3204
- textColorPrimary: string;
3205
- textColorHoverPrimary: string;
3206
- textColorPressedPrimary: string;
3207
- textColorFocusPrimary: string;
3208
- textColorDisabledPrimary: string;
3209
- textColorTextPrimary: string;
3210
- textColorTextHoverPrimary: string;
3211
- textColorTextPressedPrimary: string;
3212
- textColorTextFocusPrimary: string;
3213
- textColorTextDisabledPrimary: string;
3214
- textColorGhostPrimary: string;
3215
- textColorGhostHoverPrimary: string;
3216
- textColorGhostPressedPrimary: string;
3217
- textColorGhostFocusPrimary: string;
3218
- textColorGhostDisabledPrimary: string;
3219
- borderPrimary: string;
3220
- borderHoverPrimary: string;
3221
- borderPressedPrimary: string;
3222
- borderFocusPrimary: string;
3223
- borderDisabledPrimary: string;
3224
- rippleColorPrimary: string;
3225
- colorInfo: string;
3226
- colorHoverInfo: string;
3227
- colorPressedInfo: string;
3228
- colorFocusInfo: string;
3229
- colorDisabledInfo: string;
3230
- textColorInfo: string;
3231
- textColorHoverInfo: string;
3232
- textColorPressedInfo: string;
3233
- textColorFocusInfo: string;
3234
- textColorDisabledInfo: string;
3235
- textColorTextInfo: string;
3236
- textColorTextHoverInfo: string;
3237
- textColorTextPressedInfo: string;
3238
- textColorTextFocusInfo: string;
3239
- textColorTextDisabledInfo: string;
3240
- textColorGhostInfo: string;
3241
- textColorGhostHoverInfo: string;
3242
- textColorGhostPressedInfo: string;
3243
- textColorGhostFocusInfo: string;
3244
- textColorGhostDisabledInfo: string;
3245
- borderInfo: string;
3246
- borderHoverInfo: string;
3247
- borderPressedInfo: string;
3248
- borderFocusInfo: string;
3249
- borderDisabledInfo: string;
3250
- rippleColorInfo: string;
3251
- colorSuccess: string;
3252
- colorHoverSuccess: string;
3253
- colorPressedSuccess: string;
3254
- colorFocusSuccess: string;
3255
- colorDisabledSuccess: string;
3256
- textColorSuccess: string;
3257
- textColorHoverSuccess: string;
3258
- textColorPressedSuccess: string;
3259
- textColorFocusSuccess: string;
3260
- textColorDisabledSuccess: string;
3261
- textColorTextSuccess: string;
3262
- textColorTextHoverSuccess: string;
3263
- textColorTextPressedSuccess: string;
3264
- textColorTextFocusSuccess: string;
3265
- textColorTextDisabledSuccess: string;
3266
- textColorGhostSuccess: string;
3267
- textColorGhostHoverSuccess: string;
3268
- textColorGhostPressedSuccess: string;
3269
- textColorGhostFocusSuccess: string;
3270
- textColorGhostDisabledSuccess: string;
3271
- borderSuccess: string;
3272
- borderHoverSuccess: string;
3273
- borderPressedSuccess: string;
3274
- borderFocusSuccess: string;
3275
- borderDisabledSuccess: string;
3276
- rippleColorSuccess: string;
3277
- colorWarning: string;
3278
- colorHoverWarning: string;
3279
- colorPressedWarning: string;
3280
- colorFocusWarning: string;
3281
- colorDisabledWarning: string;
3282
- textColorWarning: string;
3283
- textColorHoverWarning: string;
3284
- textColorPressedWarning: string;
3285
- textColorFocusWarning: string;
3286
- textColorDisabledWarning: string;
3287
- textColorTextWarning: string;
3288
- textColorTextHoverWarning: string;
3289
- textColorTextPressedWarning: string;
3290
- textColorTextFocusWarning: string;
3291
- textColorTextDisabledWarning: string;
3292
- textColorGhostWarning: string;
3293
- textColorGhostHoverWarning: string;
3294
- textColorGhostPressedWarning: string;
3295
- textColorGhostFocusWarning: string;
3296
- textColorGhostDisabledWarning: string;
3297
- borderWarning: string;
3298
- borderHoverWarning: string;
3299
- borderPressedWarning: string;
3300
- borderFocusWarning: string;
3301
- borderDisabledWarning: string;
3302
- rippleColorWarning: string;
3303
- colorError: string;
3304
- colorHoverError: string;
3305
- colorPressedError: string;
3306
- colorFocusError: string;
3307
- colorDisabledError: string;
3308
- textColorError: string;
3309
- textColorHoverError: string;
3310
- textColorPressedError: string;
3311
- textColorFocusError: string;
3312
- textColorDisabledError: string;
3313
- textColorTextError: string;
3314
- textColorTextHoverError: string;
3315
- textColorTextPressedError: string;
3316
- textColorTextFocusError: string;
3317
- textColorTextDisabledError: string;
3318
- textColorGhostError: string;
3319
- textColorGhostHoverError: string;
3320
- textColorGhostPressedError: string;
3321
- textColorGhostFocusError: string;
3322
- textColorGhostDisabledError: string;
3323
- borderError: string;
3324
- borderHoverError: string;
3325
- borderPressedError: string;
3326
- borderFocusError: string;
3327
- borderDisabledError: string;
3328
- rippleColorError: string;
3329
- waveOpacity: string;
3330
- fontWeight: string;
3331
- fontWeightStrong: string;
3332
- paddingTiny: string;
3333
- paddingSmall: string;
3334
- paddingMedium: string;
3335
- paddingLarge: string;
3336
- paddingRoundTiny: string;
3337
- paddingRoundSmall: string;
3338
- paddingRoundMedium: string;
3339
- paddingRoundLarge: string;
3340
- iconMarginTiny: string;
3341
- iconMarginSmall: string;
3342
- iconMarginMedium: string;
3343
- iconMarginLarge: string;
3344
- iconSizeTiny: string;
3345
- iconSizeSmall: string;
3346
- iconSizeMedium: string;
3347
- iconSizeLarge: string;
3348
- rippleDuration: string;
3349
- }, any>>;
3350
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
3351
- heightTiny: string;
3352
- heightSmall: string;
3353
- heightMedium: string;
3354
- heightLarge: string;
3355
- borderRadiusTiny: string;
3356
- borderRadiusSmall: string;
3357
- borderRadiusMedium: string;
3358
- borderRadiusLarge: string;
3359
- fontSizeTiny: string;
3360
- fontSizeSmall: string;
3361
- fontSizeMedium: string;
3362
- fontSizeLarge: string;
3363
- opacityDisabled: string;
3364
- colorOpacitySecondary: string;
3365
- colorOpacitySecondaryHover: string;
3366
- colorOpacitySecondaryPressed: string;
3367
- colorSecondary: string;
3368
- colorSecondaryHover: string;
3369
- colorSecondaryPressed: string;
3370
- colorTertiary: string;
3371
- colorTertiaryHover: string;
3372
- colorTertiaryPressed: string;
3373
- colorQuaternary: string;
3374
- colorQuaternaryHover: string;
3375
- colorQuaternaryPressed: string;
3376
- color: string;
3377
- colorHover: string;
3378
- colorPressed: string;
3379
- colorFocus: string;
3380
- colorDisabled: string;
3381
- textColor: string;
3382
- textColorTertiary: string;
3383
- textColorHover: string;
3384
- textColorPressed: string;
3385
- textColorFocus: string;
3386
- textColorDisabled: string;
3387
- textColorText: string;
3388
- textColorTextHover: string;
3389
- textColorTextPressed: string;
3390
- textColorTextFocus: string;
3391
- textColorTextDisabled: string;
3392
- textColorGhost: string;
3393
- textColorGhostHover: string;
3394
- textColorGhostPressed: string;
3395
- textColorGhostFocus: string;
3396
- textColorGhostDisabled: string;
3397
- border: string;
3398
- borderHover: string;
3399
- borderPressed: string;
3400
- borderFocus: string;
3401
- borderDisabled: string;
3402
- rippleColor: string;
3403
- colorPrimary: string;
3404
- colorHoverPrimary: string;
3405
- colorPressedPrimary: string;
3406
- colorFocusPrimary: string;
3407
- colorDisabledPrimary: string;
3408
- textColorPrimary: string;
3409
- textColorHoverPrimary: string;
3410
- textColorPressedPrimary: string;
3411
- textColorFocusPrimary: string;
3412
- textColorDisabledPrimary: string;
3413
- textColorTextPrimary: string;
3414
- textColorTextHoverPrimary: string;
3415
- textColorTextPressedPrimary: string;
3416
- textColorTextFocusPrimary: string;
3417
- textColorTextDisabledPrimary: string;
3418
- textColorGhostPrimary: string;
3419
- textColorGhostHoverPrimary: string;
3420
- textColorGhostPressedPrimary: string;
3421
- textColorGhostFocusPrimary: string;
3422
- textColorGhostDisabledPrimary: string;
3423
- borderPrimary: string;
3424
- borderHoverPrimary: string;
3425
- borderPressedPrimary: string;
3426
- borderFocusPrimary: string;
3427
- borderDisabledPrimary: string;
3428
- rippleColorPrimary: string;
3429
- colorInfo: string;
3430
- colorHoverInfo: string;
3431
- colorPressedInfo: string;
3432
- colorFocusInfo: string;
3433
- colorDisabledInfo: string;
3434
- textColorInfo: string;
3435
- textColorHoverInfo: string;
3436
- textColorPressedInfo: string;
3437
- textColorFocusInfo: string;
3438
- textColorDisabledInfo: string;
3439
- textColorTextInfo: string;
3440
- textColorTextHoverInfo: string;
3441
- textColorTextPressedInfo: string;
3442
- textColorTextFocusInfo: string;
3443
- textColorTextDisabledInfo: string;
3444
- textColorGhostInfo: string;
3445
- textColorGhostHoverInfo: string;
3446
- textColorGhostPressedInfo: string;
3447
- textColorGhostFocusInfo: string;
3448
- textColorGhostDisabledInfo: string;
3449
- borderInfo: string;
3450
- borderHoverInfo: string;
3451
- borderPressedInfo: string;
3452
- borderFocusInfo: string;
3453
- borderDisabledInfo: string;
3454
- rippleColorInfo: string;
3455
- colorSuccess: string;
3456
- colorHoverSuccess: string;
3457
- colorPressedSuccess: string;
3458
- colorFocusSuccess: string;
3459
- colorDisabledSuccess: string;
3460
- textColorSuccess: string;
3461
- textColorHoverSuccess: string;
3462
- textColorPressedSuccess: string;
3463
- textColorFocusSuccess: string;
3464
- textColorDisabledSuccess: string;
3465
- textColorTextSuccess: string;
3466
- textColorTextHoverSuccess: string;
3467
- textColorTextPressedSuccess: string;
3468
- textColorTextFocusSuccess: string;
3469
- textColorTextDisabledSuccess: string;
3470
- textColorGhostSuccess: string;
3471
- textColorGhostHoverSuccess: string;
3472
- textColorGhostPressedSuccess: string;
3473
- textColorGhostFocusSuccess: string;
3474
- textColorGhostDisabledSuccess: string;
3475
- borderSuccess: string;
3476
- borderHoverSuccess: string;
3477
- borderPressedSuccess: string;
3478
- borderFocusSuccess: string;
3479
- borderDisabledSuccess: string;
3480
- rippleColorSuccess: string;
3481
- colorWarning: string;
3482
- colorHoverWarning: string;
3483
- colorPressedWarning: string;
3484
- colorFocusWarning: string;
3485
- colorDisabledWarning: string;
3486
- textColorWarning: string;
3487
- textColorHoverWarning: string;
3488
- textColorPressedWarning: string;
3489
- textColorFocusWarning: string;
3490
- textColorDisabledWarning: string;
3491
- textColorTextWarning: string;
3492
- textColorTextHoverWarning: string;
3493
- textColorTextPressedWarning: string;
3494
- textColorTextFocusWarning: string;
3495
- textColorTextDisabledWarning: string;
3496
- textColorGhostWarning: string;
3497
- textColorGhostHoverWarning: string;
3498
- textColorGhostPressedWarning: string;
3499
- textColorGhostFocusWarning: string;
3500
- textColorGhostDisabledWarning: string;
3501
- borderWarning: string;
3502
- borderHoverWarning: string;
3503
- borderPressedWarning: string;
3504
- borderFocusWarning: string;
3505
- borderDisabledWarning: string;
3506
- rippleColorWarning: string;
3507
- colorError: string;
3508
- colorHoverError: string;
3509
- colorPressedError: string;
3510
- colorFocusError: string;
3511
- colorDisabledError: string;
3512
- textColorError: string;
3513
- textColorHoverError: string;
3514
- textColorPressedError: string;
3515
- textColorFocusError: string;
3516
- textColorDisabledError: string;
3517
- textColorTextError: string;
3518
- textColorTextHoverError: string;
3519
- textColorTextPressedError: string;
3520
- textColorTextFocusError: string;
3521
- textColorTextDisabledError: string;
3522
- textColorGhostError: string;
3523
- textColorGhostHoverError: string;
3524
- textColorGhostPressedError: string;
3525
- textColorGhostFocusError: string;
3526
- textColorGhostDisabledError: string;
3527
- borderError: string;
3528
- borderHoverError: string;
3529
- borderPressedError: string;
3530
- borderFocusError: string;
3531
- borderDisabledError: string;
3532
- rippleColorError: string;
3533
- waveOpacity: string;
3534
- fontWeight: string;
3535
- fontWeightStrong: string;
3536
- paddingTiny: string;
3537
- paddingSmall: string;
3538
- paddingMedium: string;
3539
- paddingLarge: string;
3540
- paddingRoundTiny: string;
3541
- paddingRoundSmall: string;
3542
- paddingRoundMedium: string;
3543
- paddingRoundLarge: string;
3544
- iconMarginTiny: string;
3545
- iconMarginSmall: string;
3546
- iconMarginMedium: string;
3547
- iconMarginLarge: string;
3548
- iconSizeTiny: string;
3549
- iconSizeSmall: string;
3550
- iconSizeMedium: string;
3551
- iconSizeLarge: string;
3552
- rippleDuration: string;
3553
- }, any>>>;
3554
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Button", {
3555
- heightTiny: string;
3556
- heightSmall: string;
3557
- heightMedium: string;
3558
- heightLarge: string;
3559
- borderRadiusTiny: string;
3560
- borderRadiusSmall: string;
3561
- borderRadiusMedium: string;
3562
- borderRadiusLarge: string;
3563
- fontSizeTiny: string;
3564
- fontSizeSmall: string;
3565
- fontSizeMedium: string;
3566
- fontSizeLarge: string;
3567
- opacityDisabled: string;
3568
- colorOpacitySecondary: string;
3569
- colorOpacitySecondaryHover: string;
3570
- colorOpacitySecondaryPressed: string;
3571
- colorSecondary: string;
3572
- colorSecondaryHover: string;
3573
- colorSecondaryPressed: string;
3574
- colorTertiary: string;
3575
- colorTertiaryHover: string;
3576
- colorTertiaryPressed: string;
3577
- colorQuaternary: string;
3578
- colorQuaternaryHover: string;
3579
- colorQuaternaryPressed: string;
3580
- color: string;
3581
- colorHover: string;
3582
- colorPressed: string;
3583
- colorFocus: string;
3584
- colorDisabled: string;
3585
- textColor: string;
3586
- textColorTertiary: string;
3587
- textColorHover: string;
3588
- textColorPressed: string;
3589
- textColorFocus: string;
3590
- textColorDisabled: string;
3591
- textColorText: string;
3592
- textColorTextHover: string;
3593
- textColorTextPressed: string;
3594
- textColorTextFocus: string;
3595
- textColorTextDisabled: string;
3596
- textColorGhost: string;
3597
- textColorGhostHover: string;
3598
- textColorGhostPressed: string;
3599
- textColorGhostFocus: string;
3600
- textColorGhostDisabled: string;
3601
- border: string;
3602
- borderHover: string;
3603
- borderPressed: string;
3604
- borderFocus: string;
3605
- borderDisabled: string;
3606
- rippleColor: string;
3607
- colorPrimary: string;
3608
- colorHoverPrimary: string;
3609
- colorPressedPrimary: string;
3610
- colorFocusPrimary: string;
3611
- colorDisabledPrimary: string;
3612
- textColorPrimary: string;
3613
- textColorHoverPrimary: string;
3614
- textColorPressedPrimary: string;
3615
- textColorFocusPrimary: string;
3616
- textColorDisabledPrimary: string;
3617
- textColorTextPrimary: string;
3618
- textColorTextHoverPrimary: string;
3619
- textColorTextPressedPrimary: string;
3620
- textColorTextFocusPrimary: string;
3621
- textColorTextDisabledPrimary: string;
3622
- textColorGhostPrimary: string;
3623
- textColorGhostHoverPrimary: string;
3624
- textColorGhostPressedPrimary: string;
3625
- textColorGhostFocusPrimary: string;
3626
- textColorGhostDisabledPrimary: string;
3627
- borderPrimary: string;
3628
- borderHoverPrimary: string;
3629
- borderPressedPrimary: string;
3630
- borderFocusPrimary: string;
3631
- borderDisabledPrimary: string;
3632
- rippleColorPrimary: string;
3633
- colorInfo: string;
3634
- colorHoverInfo: string;
3635
- colorPressedInfo: string;
3636
- colorFocusInfo: string;
3637
- colorDisabledInfo: string;
3638
- textColorInfo: string;
3639
- textColorHoverInfo: string;
3640
- textColorPressedInfo: string;
3641
- textColorFocusInfo: string;
3642
- textColorDisabledInfo: string;
3643
- textColorTextInfo: string;
3644
- textColorTextHoverInfo: string;
3645
- textColorTextPressedInfo: string;
3646
- textColorTextFocusInfo: string;
3647
- textColorTextDisabledInfo: string;
3648
- textColorGhostInfo: string;
3649
- textColorGhostHoverInfo: string;
3650
- textColorGhostPressedInfo: string;
3651
- textColorGhostFocusInfo: string;
3652
- textColorGhostDisabledInfo: string;
3653
- borderInfo: string;
3654
- borderHoverInfo: string;
3655
- borderPressedInfo: string;
3656
- borderFocusInfo: string;
3657
- borderDisabledInfo: string;
3658
- rippleColorInfo: string;
3659
- colorSuccess: string;
3660
- colorHoverSuccess: string;
3661
- colorPressedSuccess: string;
3662
- colorFocusSuccess: string;
3663
- colorDisabledSuccess: string;
3664
- textColorSuccess: string;
3665
- textColorHoverSuccess: string;
3666
- textColorPressedSuccess: string;
3667
- textColorFocusSuccess: string;
3668
- textColorDisabledSuccess: string;
3669
- textColorTextSuccess: string;
3670
- textColorTextHoverSuccess: string;
3671
- textColorTextPressedSuccess: string;
3672
- textColorTextFocusSuccess: string;
3673
- textColorTextDisabledSuccess: string;
3674
- textColorGhostSuccess: string;
3675
- textColorGhostHoverSuccess: string;
3676
- textColorGhostPressedSuccess: string;
3677
- textColorGhostFocusSuccess: string;
3678
- textColorGhostDisabledSuccess: string;
3679
- borderSuccess: string;
3680
- borderHoverSuccess: string;
3681
- borderPressedSuccess: string;
3682
- borderFocusSuccess: string;
3683
- borderDisabledSuccess: string;
3684
- rippleColorSuccess: string;
3685
- colorWarning: string;
3686
- colorHoverWarning: string;
3687
- colorPressedWarning: string;
3688
- colorFocusWarning: string;
3689
- colorDisabledWarning: string;
3690
- textColorWarning: string;
3691
- textColorHoverWarning: string;
3692
- textColorPressedWarning: string;
3693
- textColorFocusWarning: string;
3694
- textColorDisabledWarning: string;
3695
- textColorTextWarning: string;
3696
- textColorTextHoverWarning: string;
3697
- textColorTextPressedWarning: string;
3698
- textColorTextFocusWarning: string;
3699
- textColorTextDisabledWarning: string;
3700
- textColorGhostWarning: string;
3701
- textColorGhostHoverWarning: string;
3702
- textColorGhostPressedWarning: string;
3703
- textColorGhostFocusWarning: string;
3704
- textColorGhostDisabledWarning: string;
3705
- borderWarning: string;
3706
- borderHoverWarning: string;
3707
- borderPressedWarning: string;
3708
- borderFocusWarning: string;
3709
- borderDisabledWarning: string;
3710
- rippleColorWarning: string;
3711
- colorError: string;
3712
- colorHoverError: string;
3713
- colorPressedError: string;
3714
- colorFocusError: string;
3715
- colorDisabledError: string;
3716
- textColorError: string;
3717
- textColorHoverError: string;
3718
- textColorPressedError: string;
3719
- textColorFocusError: string;
3720
- textColorDisabledError: string;
3721
- textColorTextError: string;
3722
- textColorTextHoverError: string;
3723
- textColorTextPressedError: string;
3724
- textColorTextFocusError: string;
3725
- textColorTextDisabledError: string;
3726
- textColorGhostError: string;
3727
- textColorGhostHoverError: string;
3728
- textColorGhostPressedError: string;
3729
- textColorGhostFocusError: string;
3730
- textColorGhostDisabledError: string;
3731
- borderError: string;
3732
- borderHoverError: string;
3733
- borderPressedError: string;
3734
- borderFocusError: string;
3735
- borderDisabledError: string;
3736
- rippleColorError: string;
3737
- waveOpacity: string;
3738
- fontWeight: string;
3739
- fontWeightStrong: string;
3740
- paddingTiny: string;
3741
- paddingSmall: string;
3742
- paddingMedium: string;
3743
- paddingLarge: string;
3744
- paddingRoundTiny: string;
3745
- paddingRoundSmall: string;
3746
- paddingRoundMedium: string;
3747
- paddingRoundLarge: string;
3748
- iconMarginTiny: string;
3749
- iconMarginSmall: string;
3750
- iconMarginMedium: string;
3751
- iconMarginLarge: string;
3752
- iconSizeTiny: string;
3753
- iconSizeSmall: string;
3754
- iconSizeMedium: string;
3755
- iconSizeLarge: string;
3756
- rippleDuration: string;
3757
- }, any>>>;
3758
- }>> & Readonly<{}>, {
3759
- readonly disabled: boolean;
3760
- readonly type: Type;
3761
- readonly bordered: boolean;
3762
- readonly block: boolean;
3763
- readonly loading: boolean;
3764
- readonly circle: boolean;
3765
- readonly round: boolean;
3766
- readonly text: boolean;
3767
- readonly strong: boolean;
3768
- readonly tertiary: boolean;
3769
- readonly ghost: boolean;
3770
- readonly secondary: boolean;
3771
- readonly quaternary: boolean;
3772
- readonly focusable: boolean;
3773
- readonly keyboard: boolean;
3774
- readonly tag: keyof HTMLElementTagNameMap;
3775
- readonly dashed: boolean;
3776
- readonly iconPlacement: "left" | "right";
3777
- readonly attrType: "button" | "submit" | "reset";
3778
- readonly nativeFocusBehavior: boolean;
3779
- }, SlotsType<ButtonSlots>, {}, {}, string, ComponentProvideOptions, true, {}, any>;
3780
- NUpload: DefineComponent<ExtractPropTypes<{
3781
- readonly name: {
3782
- readonly type: StringConstructor;
3783
- readonly default: "file";
3784
- };
3785
- readonly accept: StringConstructor;
3786
- readonly action: StringConstructor;
3787
- readonly customRequest: PropType< CustomRequest>;
3788
- readonly directory: BooleanConstructor;
3789
- readonly directoryDnd: {
3790
- readonly type: BooleanConstructor;
3791
- readonly default: undefined;
3792
- };
3793
- readonly method: {
3794
- readonly type: StringConstructor;
3795
- readonly default: "POST";
3796
- };
3797
- readonly multiple: BooleanConstructor;
3798
- readonly showFileList: {
3799
- readonly type: BooleanConstructor;
3800
- readonly default: true;
3801
- };
3802
- readonly data: PropType< FuncOrRecordOrUndef<string | Blob>>;
3803
- readonly headers: PropType< FuncOrRecordOrUndef>;
3804
- readonly withCredentials: BooleanConstructor;
3805
- readonly responseType: {
3806
- readonly type: PropType<XMLHttpRequestResponseType>;
3807
- readonly default: "";
3808
- };
3809
- readonly disabled: {
3810
- readonly type: PropType<boolean | undefined>;
3811
- readonly default: undefined;
3812
- };
3813
- readonly onChange: PropType< UploadOnChange>;
3814
- readonly onRemove: PropType< UploadOnRemove>;
3815
- readonly onFinish: PropType< UploadOnFinish>;
3816
- readonly onError: PropType< OnError>;
3817
- readonly onRetry: PropType< OnRetry>;
3818
- readonly onBeforeUpload: PropType< OnBeforeUpload>;
3819
- readonly isErrorState: PropType<(xhr: XMLHttpRequest) => boolean>;
3820
- readonly onDownload: PropType< UploadOnDownload>;
3821
- readonly customDownload: PropType< UploadOnDownload>;
3822
- readonly defaultUpload: {
3823
- readonly type: BooleanConstructor;
3824
- readonly default: true;
3825
- };
3826
- readonly fileList: PropType< UploadFileInfo[]>;
3827
- readonly 'onUpdate:fileList': PropType< MaybeArray<OnUpdateFileList>>;
3828
- readonly onUpdateFileList: PropType< MaybeArray<OnUpdateFileList>>;
3829
- readonly fileListClass: StringConstructor;
3830
- readonly fileListStyle: PropType<string | CSSProperties>;
3831
- readonly defaultFileList: {
3832
- readonly type: PropType< UploadFileInfo[]>;
3833
- readonly default: () => never[];
3834
- };
3835
- readonly showCancelButton: {
3836
- readonly type: BooleanConstructor;
3837
- readonly default: true;
3838
- };
3839
- readonly showRemoveButton: {
3840
- readonly type: BooleanConstructor;
3841
- readonly default: true;
3842
- };
3843
- readonly showDownloadButton: BooleanConstructor;
3844
- readonly showRetryButton: {
3845
- readonly type: BooleanConstructor;
3846
- readonly default: true;
3847
- };
3848
- readonly showPreviewButton: {
3849
- readonly type: BooleanConstructor;
3850
- readonly default: true;
3851
- };
3852
- readonly listType: {
3853
- readonly type: PropType< ListType>;
3854
- readonly default: "text";
3855
- };
3856
- readonly onPreview: PropType< OnPreview>;
3857
- readonly shouldUseThumbnailUrl: {
3858
- readonly type: PropType< ShouldUseThumbnailUrl>;
3859
- readonly default: (file: UploadSettledFileInfo) => boolean;
3860
- };
3861
- readonly createThumbnailUrl: PropType< CreateThumbnailUrl>;
3862
- readonly abstract: BooleanConstructor;
3863
- readonly max: NumberConstructor;
3864
- readonly showTrigger: {
3865
- readonly type: BooleanConstructor;
3866
- readonly default: true;
3867
- };
3868
- readonly imageGroupProps: PropType< ImageGroupProps>;
3869
- readonly inputProps: PropType< InputHTMLAttributes>;
3870
- readonly triggerClass: StringConstructor;
3871
- readonly triggerStyle: PropType< CSSProperties | string>;
3872
- readonly renderIcon: PropType< RenderIcon>;
3873
- readonly theme: PropType< Theme<"Upload", {
3874
- fontSize: string;
3875
- lineHeight: string;
3876
- borderRadius: string;
3877
- draggerColor: string;
3878
- draggerBorder: string;
3879
- draggerBorderHover: string;
3880
- itemColorHover: string;
3881
- itemColorHoverError: string;
3882
- itemTextColor: string;
3883
- itemTextColorError: string;
3884
- itemTextColorSuccess: string;
3885
- itemIconColor: string;
3886
- itemDisabledOpacity: string;
3887
- itemBorderImageCardError: string;
3888
- itemBorderImageCard: string;
3889
- }, {
3890
- Button: Theme<"Button", {
3891
- heightTiny: string;
3892
- heightSmall: string;
3893
- heightMedium: string;
3894
- heightLarge: string;
3895
- borderRadiusTiny: string;
3896
- borderRadiusSmall: string;
3897
- borderRadiusMedium: string;
3898
- borderRadiusLarge: string;
3899
- fontSizeTiny: string;
3900
- fontSizeSmall: string;
3901
- fontSizeMedium: string;
3902
- fontSizeLarge: string;
3903
- opacityDisabled: string;
3904
- colorOpacitySecondary: string;
3905
- colorOpacitySecondaryHover: string;
3906
- colorOpacitySecondaryPressed: string;
3907
- colorSecondary: string;
3908
- colorSecondaryHover: string;
3909
- colorSecondaryPressed: string;
3910
- colorTertiary: string;
3911
- colorTertiaryHover: string;
3912
- colorTertiaryPressed: string;
3913
- colorQuaternary: string;
3914
- colorQuaternaryHover: string;
3915
- colorQuaternaryPressed: string;
3916
- color: string;
3917
- colorHover: string;
3918
- colorPressed: string;
3919
- colorFocus: string;
3920
- colorDisabled: string;
3921
- textColor: string;
3922
- textColorTertiary: string;
3923
- textColorHover: string;
3924
- textColorPressed: string;
3925
- textColorFocus: string;
3926
- textColorDisabled: string;
3927
- textColorText: string;
3928
- textColorTextHover: string;
3929
- textColorTextPressed: string;
3930
- textColorTextFocus: string;
3931
- textColorTextDisabled: string;
3932
- textColorGhost: string;
3933
- textColorGhostHover: string;
3934
- textColorGhostPressed: string;
3935
- textColorGhostFocus: string;
3936
- textColorGhostDisabled: string;
3937
- border: string;
3938
- borderHover: string;
3939
- borderPressed: string;
3940
- borderFocus: string;
3941
- borderDisabled: string;
3942
- rippleColor: string;
3943
- colorPrimary: string;
3944
- colorHoverPrimary: string;
3945
- colorPressedPrimary: string;
3946
- colorFocusPrimary: string;
3947
- colorDisabledPrimary: string;
3948
- textColorPrimary: string;
3949
- textColorHoverPrimary: string;
3950
- textColorPressedPrimary: string;
3951
- textColorFocusPrimary: string;
3952
- textColorDisabledPrimary: string;
3953
- textColorTextPrimary: string;
3954
- textColorTextHoverPrimary: string;
3955
- textColorTextPressedPrimary: string;
3956
- textColorTextFocusPrimary: string;
3957
- textColorTextDisabledPrimary: string;
3958
- textColorGhostPrimary: string;
3959
- textColorGhostHoverPrimary: string;
3960
- textColorGhostPressedPrimary: string;
3961
- textColorGhostFocusPrimary: string;
3962
- textColorGhostDisabledPrimary: string;
3963
- borderPrimary: string;
3964
- borderHoverPrimary: string;
3965
- borderPressedPrimary: string;
3966
- borderFocusPrimary: string;
3967
- borderDisabledPrimary: string;
3968
- rippleColorPrimary: string;
3969
- colorInfo: string;
3970
- colorHoverInfo: string;
3971
- colorPressedInfo: string;
3972
- colorFocusInfo: string;
3973
- colorDisabledInfo: string;
3974
- textColorInfo: string;
3975
- textColorHoverInfo: string;
3976
- textColorPressedInfo: string;
3977
- textColorFocusInfo: string;
3978
- textColorDisabledInfo: string;
3979
- textColorTextInfo: string;
3980
- textColorTextHoverInfo: string;
3981
- textColorTextPressedInfo: string;
3982
- textColorTextFocusInfo: string;
3983
- textColorTextDisabledInfo: string;
3984
- textColorGhostInfo: string;
3985
- textColorGhostHoverInfo: string;
3986
- textColorGhostPressedInfo: string;
3987
- textColorGhostFocusInfo: string;
3988
- textColorGhostDisabledInfo: string;
3989
- borderInfo: string;
3990
- borderHoverInfo: string;
3991
- borderPressedInfo: string;
3992
- borderFocusInfo: string;
3993
- borderDisabledInfo: string;
3994
- rippleColorInfo: string;
3995
- colorSuccess: string;
3996
- colorHoverSuccess: string;
3997
- colorPressedSuccess: string;
3998
- colorFocusSuccess: string;
3999
- colorDisabledSuccess: string;
4000
- textColorSuccess: string;
4001
- textColorHoverSuccess: string;
4002
- textColorPressedSuccess: string;
4003
- textColorFocusSuccess: string;
4004
- textColorDisabledSuccess: string;
4005
- textColorTextSuccess: string;
4006
- textColorTextHoverSuccess: string;
4007
- textColorTextPressedSuccess: string;
4008
- textColorTextFocusSuccess: string;
4009
- textColorTextDisabledSuccess: string;
4010
- textColorGhostSuccess: string;
4011
- textColorGhostHoverSuccess: string;
4012
- textColorGhostPressedSuccess: string;
4013
- textColorGhostFocusSuccess: string;
4014
- textColorGhostDisabledSuccess: string;
4015
- borderSuccess: string;
4016
- borderHoverSuccess: string;
4017
- borderPressedSuccess: string;
4018
- borderFocusSuccess: string;
4019
- borderDisabledSuccess: string;
4020
- rippleColorSuccess: string;
4021
- colorWarning: string;
4022
- colorHoverWarning: string;
4023
- colorPressedWarning: string;
4024
- colorFocusWarning: string;
4025
- colorDisabledWarning: string;
4026
- textColorWarning: string;
4027
- textColorHoverWarning: string;
4028
- textColorPressedWarning: string;
4029
- textColorFocusWarning: string;
4030
- textColorDisabledWarning: string;
4031
- textColorTextWarning: string;
4032
- textColorTextHoverWarning: string;
4033
- textColorTextPressedWarning: string;
4034
- textColorTextFocusWarning: string;
4035
- textColorTextDisabledWarning: string;
4036
- textColorGhostWarning: string;
4037
- textColorGhostHoverWarning: string;
4038
- textColorGhostPressedWarning: string;
4039
- textColorGhostFocusWarning: string;
4040
- textColorGhostDisabledWarning: string;
4041
- borderWarning: string;
4042
- borderHoverWarning: string;
4043
- borderPressedWarning: string;
4044
- borderFocusWarning: string;
4045
- borderDisabledWarning: string;
4046
- rippleColorWarning: string;
4047
- colorError: string;
4048
- colorHoverError: string;
4049
- colorPressedError: string;
4050
- colorFocusError: string;
4051
- colorDisabledError: string;
4052
- textColorError: string;
4053
- textColorHoverError: string;
4054
- textColorPressedError: string;
4055
- textColorFocusError: string;
4056
- textColorDisabledError: string;
4057
- textColorTextError: string;
4058
- textColorTextHoverError: string;
4059
- textColorTextPressedError: string;
4060
- textColorTextFocusError: string;
4061
- textColorTextDisabledError: string;
4062
- textColorGhostError: string;
4063
- textColorGhostHoverError: string;
4064
- textColorGhostPressedError: string;
4065
- textColorGhostFocusError: string;
4066
- textColorGhostDisabledError: string;
4067
- borderError: string;
4068
- borderHoverError: string;
4069
- borderPressedError: string;
4070
- borderFocusError: string;
4071
- borderDisabledError: string;
4072
- rippleColorError: string;
4073
- waveOpacity: string;
4074
- fontWeight: string;
4075
- fontWeightStrong: string;
4076
- paddingTiny: string;
4077
- paddingSmall: string;
4078
- paddingMedium: string;
4079
- paddingLarge: string;
4080
- paddingRoundTiny: string;
4081
- paddingRoundSmall: string;
4082
- paddingRoundMedium: string;
4083
- paddingRoundLarge: string;
4084
- iconMarginTiny: string;
4085
- iconMarginSmall: string;
4086
- iconMarginMedium: string;
4087
- iconMarginLarge: string;
4088
- iconSizeTiny: string;
4089
- iconSizeSmall: string;
4090
- iconSizeMedium: string;
4091
- iconSizeLarge: string;
4092
- rippleDuration: string;
4093
- }, any>;
4094
- Progress: Theme<"Progress", {
4095
- fontSize: string;
4096
- fontSizeCircle: string;
4097
- fontWeightCircle: string;
4098
- railColor: string;
4099
- railHeight: string;
4100
- iconSizeCircle: string;
4101
- iconSizeLine: string;
4102
- iconColor: string;
4103
- iconColorInfo: string;
4104
- iconColorSuccess: string;
4105
- iconColorWarning: string;
4106
- iconColorError: string;
4107
- textColorCircle: string;
4108
- textColorLineInner: string;
4109
- textColorLineOuter: string;
4110
- fillColor: string;
4111
- fillColorInfo: string;
4112
- fillColorSuccess: string;
4113
- fillColorWarning: string;
4114
- fillColorError: string;
4115
- lineBgProcessing: string;
4116
- }, any>;
4117
- }>>;
4118
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Upload", {
4119
- fontSize: string;
4120
- lineHeight: string;
4121
- borderRadius: string;
4122
- draggerColor: string;
4123
- draggerBorder: string;
4124
- draggerBorderHover: string;
4125
- itemColorHover: string;
4126
- itemColorHoverError: string;
4127
- itemTextColor: string;
4128
- itemTextColorError: string;
4129
- itemTextColorSuccess: string;
4130
- itemIconColor: string;
4131
- itemDisabledOpacity: string;
4132
- itemBorderImageCardError: string;
4133
- itemBorderImageCard: string;
4134
- }, {
4135
- Button: Theme<"Button", {
4136
- heightTiny: string;
4137
- heightSmall: string;
4138
- heightMedium: string;
4139
- heightLarge: string;
4140
- borderRadiusTiny: string;
4141
- borderRadiusSmall: string;
4142
- borderRadiusMedium: string;
4143
- borderRadiusLarge: string;
4144
- fontSizeTiny: string;
4145
- fontSizeSmall: string;
4146
- fontSizeMedium: string;
4147
- fontSizeLarge: string;
4148
- opacityDisabled: string;
4149
- colorOpacitySecondary: string;
4150
- colorOpacitySecondaryHover: string;
4151
- colorOpacitySecondaryPressed: string;
4152
- colorSecondary: string;
4153
- colorSecondaryHover: string;
4154
- colorSecondaryPressed: string;
4155
- colorTertiary: string;
4156
- colorTertiaryHover: string;
4157
- colorTertiaryPressed: string;
4158
- colorQuaternary: string;
4159
- colorQuaternaryHover: string;
4160
- colorQuaternaryPressed: string;
4161
- color: string;
4162
- colorHover: string;
4163
- colorPressed: string;
4164
- colorFocus: string;
4165
- colorDisabled: string;
4166
- textColor: string;
4167
- textColorTertiary: string;
4168
- textColorHover: string;
4169
- textColorPressed: string;
4170
- textColorFocus: string;
4171
- textColorDisabled: string;
4172
- textColorText: string;
4173
- textColorTextHover: string;
4174
- textColorTextPressed: string;
4175
- textColorTextFocus: string;
4176
- textColorTextDisabled: string;
4177
- textColorGhost: string;
4178
- textColorGhostHover: string;
4179
- textColorGhostPressed: string;
4180
- textColorGhostFocus: string;
4181
- textColorGhostDisabled: string;
4182
- border: string;
4183
- borderHover: string;
4184
- borderPressed: string;
4185
- borderFocus: string;
4186
- borderDisabled: string;
4187
- rippleColor: string;
4188
- colorPrimary: string;
4189
- colorHoverPrimary: string;
4190
- colorPressedPrimary: string;
4191
- colorFocusPrimary: string;
4192
- colorDisabledPrimary: string;
4193
- textColorPrimary: string;
4194
- textColorHoverPrimary: string;
4195
- textColorPressedPrimary: string;
4196
- textColorFocusPrimary: string;
4197
- textColorDisabledPrimary: string;
4198
- textColorTextPrimary: string;
4199
- textColorTextHoverPrimary: string;
4200
- textColorTextPressedPrimary: string;
4201
- textColorTextFocusPrimary: string;
4202
- textColorTextDisabledPrimary: string;
4203
- textColorGhostPrimary: string;
4204
- textColorGhostHoverPrimary: string;
4205
- textColorGhostPressedPrimary: string;
4206
- textColorGhostFocusPrimary: string;
4207
- textColorGhostDisabledPrimary: string;
4208
- borderPrimary: string;
4209
- borderHoverPrimary: string;
4210
- borderPressedPrimary: string;
4211
- borderFocusPrimary: string;
4212
- borderDisabledPrimary: string;
4213
- rippleColorPrimary: string;
4214
- colorInfo: string;
4215
- colorHoverInfo: string;
4216
- colorPressedInfo: string;
4217
- colorFocusInfo: string;
4218
- colorDisabledInfo: string;
4219
- textColorInfo: string;
4220
- textColorHoverInfo: string;
4221
- textColorPressedInfo: string;
4222
- textColorFocusInfo: string;
4223
- textColorDisabledInfo: string;
4224
- textColorTextInfo: string;
4225
- textColorTextHoverInfo: string;
4226
- textColorTextPressedInfo: string;
4227
- textColorTextFocusInfo: string;
4228
- textColorTextDisabledInfo: string;
4229
- textColorGhostInfo: string;
4230
- textColorGhostHoverInfo: string;
4231
- textColorGhostPressedInfo: string;
4232
- textColorGhostFocusInfo: string;
4233
- textColorGhostDisabledInfo: string;
4234
- borderInfo: string;
4235
- borderHoverInfo: string;
4236
- borderPressedInfo: string;
4237
- borderFocusInfo: string;
4238
- borderDisabledInfo: string;
4239
- rippleColorInfo: string;
4240
- colorSuccess: string;
4241
- colorHoverSuccess: string;
4242
- colorPressedSuccess: string;
4243
- colorFocusSuccess: string;
4244
- colorDisabledSuccess: string;
4245
- textColorSuccess: string;
4246
- textColorHoverSuccess: string;
4247
- textColorPressedSuccess: string;
4248
- textColorFocusSuccess: string;
4249
- textColorDisabledSuccess: string;
4250
- textColorTextSuccess: string;
4251
- textColorTextHoverSuccess: string;
4252
- textColorTextPressedSuccess: string;
4253
- textColorTextFocusSuccess: string;
4254
- textColorTextDisabledSuccess: string;
4255
- textColorGhostSuccess: string;
4256
- textColorGhostHoverSuccess: string;
4257
- textColorGhostPressedSuccess: string;
4258
- textColorGhostFocusSuccess: string;
4259
- textColorGhostDisabledSuccess: string;
4260
- borderSuccess: string;
4261
- borderHoverSuccess: string;
4262
- borderPressedSuccess: string;
4263
- borderFocusSuccess: string;
4264
- borderDisabledSuccess: string;
4265
- rippleColorSuccess: string;
4266
- colorWarning: string;
4267
- colorHoverWarning: string;
4268
- colorPressedWarning: string;
4269
- colorFocusWarning: string;
4270
- colorDisabledWarning: string;
4271
- textColorWarning: string;
4272
- textColorHoverWarning: string;
4273
- textColorPressedWarning: string;
4274
- textColorFocusWarning: string;
4275
- textColorDisabledWarning: string;
4276
- textColorTextWarning: string;
4277
- textColorTextHoverWarning: string;
4278
- textColorTextPressedWarning: string;
4279
- textColorTextFocusWarning: string;
4280
- textColorTextDisabledWarning: string;
4281
- textColorGhostWarning: string;
4282
- textColorGhostHoverWarning: string;
4283
- textColorGhostPressedWarning: string;
4284
- textColorGhostFocusWarning: string;
4285
- textColorGhostDisabledWarning: string;
4286
- borderWarning: string;
4287
- borderHoverWarning: string;
4288
- borderPressedWarning: string;
4289
- borderFocusWarning: string;
4290
- borderDisabledWarning: string;
4291
- rippleColorWarning: string;
4292
- colorError: string;
4293
- colorHoverError: string;
4294
- colorPressedError: string;
4295
- colorFocusError: string;
4296
- colorDisabledError: string;
4297
- textColorError: string;
4298
- textColorHoverError: string;
4299
- textColorPressedError: string;
4300
- textColorFocusError: string;
4301
- textColorDisabledError: string;
4302
- textColorTextError: string;
4303
- textColorTextHoverError: string;
4304
- textColorTextPressedError: string;
4305
- textColorTextFocusError: string;
4306
- textColorTextDisabledError: string;
4307
- textColorGhostError: string;
4308
- textColorGhostHoverError: string;
4309
- textColorGhostPressedError: string;
4310
- textColorGhostFocusError: string;
4311
- textColorGhostDisabledError: string;
4312
- borderError: string;
4313
- borderHoverError: string;
4314
- borderPressedError: string;
4315
- borderFocusError: string;
4316
- borderDisabledError: string;
4317
- rippleColorError: string;
4318
- waveOpacity: string;
4319
- fontWeight: string;
4320
- fontWeightStrong: string;
4321
- paddingTiny: string;
4322
- paddingSmall: string;
4323
- paddingMedium: string;
4324
- paddingLarge: string;
4325
- paddingRoundTiny: string;
4326
- paddingRoundSmall: string;
4327
- paddingRoundMedium: string;
4328
- paddingRoundLarge: string;
4329
- iconMarginTiny: string;
4330
- iconMarginSmall: string;
4331
- iconMarginMedium: string;
4332
- iconMarginLarge: string;
4333
- iconSizeTiny: string;
4334
- iconSizeSmall: string;
4335
- iconSizeMedium: string;
4336
- iconSizeLarge: string;
4337
- rippleDuration: string;
4338
- }, any>;
4339
- Progress: Theme<"Progress", {
4340
- fontSize: string;
4341
- fontSizeCircle: string;
4342
- fontWeightCircle: string;
4343
- railColor: string;
4344
- railHeight: string;
4345
- iconSizeCircle: string;
4346
- iconSizeLine: string;
4347
- iconColor: string;
4348
- iconColorInfo: string;
4349
- iconColorSuccess: string;
4350
- iconColorWarning: string;
4351
- iconColorError: string;
4352
- textColorCircle: string;
4353
- textColorLineInner: string;
4354
- textColorLineOuter: string;
4355
- fillColor: string;
4356
- fillColorInfo: string;
4357
- fillColorSuccess: string;
4358
- fillColorWarning: string;
4359
- fillColorError: string;
4360
- lineBgProcessing: string;
4361
- }, any>;
4362
- }>>>;
4363
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Upload", {
4364
- fontSize: string;
4365
- lineHeight: string;
4366
- borderRadius: string;
4367
- draggerColor: string;
4368
- draggerBorder: string;
4369
- draggerBorderHover: string;
4370
- itemColorHover: string;
4371
- itemColorHoverError: string;
4372
- itemTextColor: string;
4373
- itemTextColorError: string;
4374
- itemTextColorSuccess: string;
4375
- itemIconColor: string;
4376
- itemDisabledOpacity: string;
4377
- itemBorderImageCardError: string;
4378
- itemBorderImageCard: string;
4379
- }, {
4380
- Button: Theme<"Button", {
4381
- heightTiny: string;
4382
- heightSmall: string;
4383
- heightMedium: string;
4384
- heightLarge: string;
4385
- borderRadiusTiny: string;
4386
- borderRadiusSmall: string;
4387
- borderRadiusMedium: string;
4388
- borderRadiusLarge: string;
4389
- fontSizeTiny: string;
4390
- fontSizeSmall: string;
4391
- fontSizeMedium: string;
4392
- fontSizeLarge: string;
4393
- opacityDisabled: string;
4394
- colorOpacitySecondary: string;
4395
- colorOpacitySecondaryHover: string;
4396
- colorOpacitySecondaryPressed: string;
4397
- colorSecondary: string;
4398
- colorSecondaryHover: string;
4399
- colorSecondaryPressed: string;
4400
- colorTertiary: string;
4401
- colorTertiaryHover: string;
4402
- colorTertiaryPressed: string;
4403
- colorQuaternary: string;
4404
- colorQuaternaryHover: string;
4405
- colorQuaternaryPressed: string;
4406
- color: string;
4407
- colorHover: string;
4408
- colorPressed: string;
4409
- colorFocus: string;
4410
- colorDisabled: string;
4411
- textColor: string;
4412
- textColorTertiary: string;
4413
- textColorHover: string;
4414
- textColorPressed: string;
4415
- textColorFocus: string;
4416
- textColorDisabled: string;
4417
- textColorText: string;
4418
- textColorTextHover: string;
4419
- textColorTextPressed: string;
4420
- textColorTextFocus: string;
4421
- textColorTextDisabled: string;
4422
- textColorGhost: string;
4423
- textColorGhostHover: string;
4424
- textColorGhostPressed: string;
4425
- textColorGhostFocus: string;
4426
- textColorGhostDisabled: string;
4427
- border: string;
4428
- borderHover: string;
4429
- borderPressed: string;
4430
- borderFocus: string;
4431
- borderDisabled: string;
4432
- rippleColor: string;
4433
- colorPrimary: string;
4434
- colorHoverPrimary: string;
4435
- colorPressedPrimary: string;
4436
- colorFocusPrimary: string;
4437
- colorDisabledPrimary: string;
4438
- textColorPrimary: string;
4439
- textColorHoverPrimary: string;
4440
- textColorPressedPrimary: string;
4441
- textColorFocusPrimary: string;
4442
- textColorDisabledPrimary: string;
4443
- textColorTextPrimary: string;
4444
- textColorTextHoverPrimary: string;
4445
- textColorTextPressedPrimary: string;
4446
- textColorTextFocusPrimary: string;
4447
- textColorTextDisabledPrimary: string;
4448
- textColorGhostPrimary: string;
4449
- textColorGhostHoverPrimary: string;
4450
- textColorGhostPressedPrimary: string;
4451
- textColorGhostFocusPrimary: string;
4452
- textColorGhostDisabledPrimary: string;
4453
- borderPrimary: string;
4454
- borderHoverPrimary: string;
4455
- borderPressedPrimary: string;
4456
- borderFocusPrimary: string;
4457
- borderDisabledPrimary: string;
4458
- rippleColorPrimary: string;
4459
- colorInfo: string;
4460
- colorHoverInfo: string;
4461
- colorPressedInfo: string;
4462
- colorFocusInfo: string;
4463
- colorDisabledInfo: string;
4464
- textColorInfo: string;
4465
- textColorHoverInfo: string;
4466
- textColorPressedInfo: string;
4467
- textColorFocusInfo: string;
4468
- textColorDisabledInfo: string;
4469
- textColorTextInfo: string;
4470
- textColorTextHoverInfo: string;
4471
- textColorTextPressedInfo: string;
4472
- textColorTextFocusInfo: string;
4473
- textColorTextDisabledInfo: string;
4474
- textColorGhostInfo: string;
4475
- textColorGhostHoverInfo: string;
4476
- textColorGhostPressedInfo: string;
4477
- textColorGhostFocusInfo: string;
4478
- textColorGhostDisabledInfo: string;
4479
- borderInfo: string;
4480
- borderHoverInfo: string;
4481
- borderPressedInfo: string;
4482
- borderFocusInfo: string;
4483
- borderDisabledInfo: string;
4484
- rippleColorInfo: string;
4485
- colorSuccess: string;
4486
- colorHoverSuccess: string;
4487
- colorPressedSuccess: string;
4488
- colorFocusSuccess: string;
4489
- colorDisabledSuccess: string;
4490
- textColorSuccess: string;
4491
- textColorHoverSuccess: string;
4492
- textColorPressedSuccess: string;
4493
- textColorFocusSuccess: string;
4494
- textColorDisabledSuccess: string;
4495
- textColorTextSuccess: string;
4496
- textColorTextHoverSuccess: string;
4497
- textColorTextPressedSuccess: string;
4498
- textColorTextFocusSuccess: string;
4499
- textColorTextDisabledSuccess: string;
4500
- textColorGhostSuccess: string;
4501
- textColorGhostHoverSuccess: string;
4502
- textColorGhostPressedSuccess: string;
4503
- textColorGhostFocusSuccess: string;
4504
- textColorGhostDisabledSuccess: string;
4505
- borderSuccess: string;
4506
- borderHoverSuccess: string;
4507
- borderPressedSuccess: string;
4508
- borderFocusSuccess: string;
4509
- borderDisabledSuccess: string;
4510
- rippleColorSuccess: string;
4511
- colorWarning: string;
4512
- colorHoverWarning: string;
4513
- colorPressedWarning: string;
4514
- colorFocusWarning: string;
4515
- colorDisabledWarning: string;
4516
- textColorWarning: string;
4517
- textColorHoverWarning: string;
4518
- textColorPressedWarning: string;
4519
- textColorFocusWarning: string;
4520
- textColorDisabledWarning: string;
4521
- textColorTextWarning: string;
4522
- textColorTextHoverWarning: string;
4523
- textColorTextPressedWarning: string;
4524
- textColorTextFocusWarning: string;
4525
- textColorTextDisabledWarning: string;
4526
- textColorGhostWarning: string;
4527
- textColorGhostHoverWarning: string;
4528
- textColorGhostPressedWarning: string;
4529
- textColorGhostFocusWarning: string;
4530
- textColorGhostDisabledWarning: string;
4531
- borderWarning: string;
4532
- borderHoverWarning: string;
4533
- borderPressedWarning: string;
4534
- borderFocusWarning: string;
4535
- borderDisabledWarning: string;
4536
- rippleColorWarning: string;
4537
- colorError: string;
4538
- colorHoverError: string;
4539
- colorPressedError: string;
4540
- colorFocusError: string;
4541
- colorDisabledError: string;
4542
- textColorError: string;
4543
- textColorHoverError: string;
4544
- textColorPressedError: string;
4545
- textColorFocusError: string;
4546
- textColorDisabledError: string;
4547
- textColorTextError: string;
4548
- textColorTextHoverError: string;
4549
- textColorTextPressedError: string;
4550
- textColorTextFocusError: string;
4551
- textColorTextDisabledError: string;
4552
- textColorGhostError: string;
4553
- textColorGhostHoverError: string;
4554
- textColorGhostPressedError: string;
4555
- textColorGhostFocusError: string;
4556
- textColorGhostDisabledError: string;
4557
- borderError: string;
4558
- borderHoverError: string;
4559
- borderPressedError: string;
4560
- borderFocusError: string;
4561
- borderDisabledError: string;
4562
- rippleColorError: string;
4563
- waveOpacity: string;
4564
- fontWeight: string;
4565
- fontWeightStrong: string;
4566
- paddingTiny: string;
4567
- paddingSmall: string;
4568
- paddingMedium: string;
4569
- paddingLarge: string;
4570
- paddingRoundTiny: string;
4571
- paddingRoundSmall: string;
4572
- paddingRoundMedium: string;
4573
- paddingRoundLarge: string;
4574
- iconMarginTiny: string;
4575
- iconMarginSmall: string;
4576
- iconMarginMedium: string;
4577
- iconMarginLarge: string;
4578
- iconSizeTiny: string;
4579
- iconSizeSmall: string;
4580
- iconSizeMedium: string;
4581
- iconSizeLarge: string;
4582
- rippleDuration: string;
4583
- }, any>;
4584
- Progress: Theme<"Progress", {
4585
- fontSize: string;
4586
- fontSizeCircle: string;
4587
- fontWeightCircle: string;
4588
- railColor: string;
4589
- railHeight: string;
4590
- iconSizeCircle: string;
4591
- iconSizeLine: string;
4592
- iconColor: string;
4593
- iconColorInfo: string;
4594
- iconColorSuccess: string;
4595
- iconColorWarning: string;
4596
- iconColorError: string;
4597
- textColorCircle: string;
4598
- textColorLineInner: string;
4599
- textColorLineOuter: string;
4600
- fillColor: string;
4601
- fillColorInfo: string;
4602
- fillColorSuccess: string;
4603
- fillColorWarning: string;
4604
- fillColorError: string;
4605
- lineBgProcessing: string;
4606
- }, any>;
4607
- }>>>;
4608
- }>, {
4609
- openOpenFileDialog: () => void;
4610
- submit: (fileId?: string) => void;
4611
- clear: () => void;
4612
- mergedClsPrefix: Ref<string, string>;
4613
- draggerInsideRef: {
4614
- value: boolean;
4615
- };
4616
- rtlEnabled: Ref< RtlItem | undefined, RtlItem | undefined> | undefined;
4617
- inputElRef: Ref<HTMLInputElement | null, HTMLInputElement | null>;
4618
- mergedTheme: ComputedRef<{
4619
- common: ThemeCommonVars;
4620
- self: {
4621
- fontSize: string;
4622
- lineHeight: string;
4623
- borderRadius: string;
4624
- draggerColor: string;
4625
- draggerBorder: string;
4626
- draggerBorderHover: string;
4627
- itemColorHover: string;
4628
- itemColorHoverError: string;
4629
- itemTextColor: string;
4630
- itemTextColorError: string;
4631
- itemTextColorSuccess: string;
4632
- itemIconColor: string;
4633
- itemDisabledOpacity: string;
4634
- itemBorderImageCardError: string;
4635
- itemBorderImageCard: string;
4636
- };
4637
- peers: {
4638
- Button: Theme<"Button", {
4639
- heightTiny: string;
4640
- heightSmall: string;
4641
- heightMedium: string;
4642
- heightLarge: string;
4643
- borderRadiusTiny: string;
4644
- borderRadiusSmall: string;
4645
- borderRadiusMedium: string;
4646
- borderRadiusLarge: string;
4647
- fontSizeTiny: string;
4648
- fontSizeSmall: string;
4649
- fontSizeMedium: string;
4650
- fontSizeLarge: string;
4651
- opacityDisabled: string;
4652
- colorOpacitySecondary: string;
4653
- colorOpacitySecondaryHover: string;
4654
- colorOpacitySecondaryPressed: string;
4655
- colorSecondary: string;
4656
- colorSecondaryHover: string;
4657
- colorSecondaryPressed: string;
4658
- colorTertiary: string;
4659
- colorTertiaryHover: string;
4660
- colorTertiaryPressed: string;
4661
- colorQuaternary: string;
4662
- colorQuaternaryHover: string;
4663
- colorQuaternaryPressed: string;
4664
- color: string;
4665
- colorHover: string;
4666
- colorPressed: string;
4667
- colorFocus: string;
4668
- colorDisabled: string;
4669
- textColor: string;
4670
- textColorTertiary: string;
4671
- textColorHover: string;
4672
- textColorPressed: string;
4673
- textColorFocus: string;
4674
- textColorDisabled: string;
4675
- textColorText: string;
4676
- textColorTextHover: string;
4677
- textColorTextPressed: string;
4678
- textColorTextFocus: string;
4679
- textColorTextDisabled: string;
4680
- textColorGhost: string;
4681
- textColorGhostHover: string;
4682
- textColorGhostPressed: string;
4683
- textColorGhostFocus: string;
4684
- textColorGhostDisabled: string;
4685
- border: string;
4686
- borderHover: string;
4687
- borderPressed: string;
4688
- borderFocus: string;
4689
- borderDisabled: string;
4690
- rippleColor: string;
4691
- colorPrimary: string;
4692
- colorHoverPrimary: string;
4693
- colorPressedPrimary: string;
4694
- colorFocusPrimary: string;
4695
- colorDisabledPrimary: string;
4696
- textColorPrimary: string;
4697
- textColorHoverPrimary: string;
4698
- textColorPressedPrimary: string;
4699
- textColorFocusPrimary: string;
4700
- textColorDisabledPrimary: string;
4701
- textColorTextPrimary: string;
4702
- textColorTextHoverPrimary: string;
4703
- textColorTextPressedPrimary: string;
4704
- textColorTextFocusPrimary: string;
4705
- textColorTextDisabledPrimary: string;
4706
- textColorGhostPrimary: string;
4707
- textColorGhostHoverPrimary: string;
4708
- textColorGhostPressedPrimary: string;
4709
- textColorGhostFocusPrimary: string;
4710
- textColorGhostDisabledPrimary: string;
4711
- borderPrimary: string;
4712
- borderHoverPrimary: string;
4713
- borderPressedPrimary: string;
4714
- borderFocusPrimary: string;
4715
- borderDisabledPrimary: string;
4716
- rippleColorPrimary: string;
4717
- colorInfo: string;
4718
- colorHoverInfo: string;
4719
- colorPressedInfo: string;
4720
- colorFocusInfo: string;
4721
- colorDisabledInfo: string;
4722
- textColorInfo: string;
4723
- textColorHoverInfo: string;
4724
- textColorPressedInfo: string;
4725
- textColorFocusInfo: string;
4726
- textColorDisabledInfo: string;
4727
- textColorTextInfo: string;
4728
- textColorTextHoverInfo: string;
4729
- textColorTextPressedInfo: string;
4730
- textColorTextFocusInfo: string;
4731
- textColorTextDisabledInfo: string;
4732
- textColorGhostInfo: string;
4733
- textColorGhostHoverInfo: string;
4734
- textColorGhostPressedInfo: string;
4735
- textColorGhostFocusInfo: string;
4736
- textColorGhostDisabledInfo: string;
4737
- borderInfo: string;
4738
- borderHoverInfo: string;
4739
- borderPressedInfo: string;
4740
- borderFocusInfo: string;
4741
- borderDisabledInfo: string;
4742
- rippleColorInfo: string;
4743
- colorSuccess: string;
4744
- colorHoverSuccess: string;
4745
- colorPressedSuccess: string;
4746
- colorFocusSuccess: string;
4747
- colorDisabledSuccess: string;
4748
- textColorSuccess: string;
4749
- textColorHoverSuccess: string;
4750
- textColorPressedSuccess: string;
4751
- textColorFocusSuccess: string;
4752
- textColorDisabledSuccess: string;
4753
- textColorTextSuccess: string;
4754
- textColorTextHoverSuccess: string;
4755
- textColorTextPressedSuccess: string;
4756
- textColorTextFocusSuccess: string;
4757
- textColorTextDisabledSuccess: string;
4758
- textColorGhostSuccess: string;
4759
- textColorGhostHoverSuccess: string;
4760
- textColorGhostPressedSuccess: string;
4761
- textColorGhostFocusSuccess: string;
4762
- textColorGhostDisabledSuccess: string;
4763
- borderSuccess: string;
4764
- borderHoverSuccess: string;
4765
- borderPressedSuccess: string;
4766
- borderFocusSuccess: string;
4767
- borderDisabledSuccess: string;
4768
- rippleColorSuccess: string;
4769
- colorWarning: string;
4770
- colorHoverWarning: string;
4771
- colorPressedWarning: string;
4772
- colorFocusWarning: string;
4773
- colorDisabledWarning: string;
4774
- textColorWarning: string;
4775
- textColorHoverWarning: string;
4776
- textColorPressedWarning: string;
4777
- textColorFocusWarning: string;
4778
- textColorDisabledWarning: string;
4779
- textColorTextWarning: string;
4780
- textColorTextHoverWarning: string;
4781
- textColorTextPressedWarning: string;
4782
- textColorTextFocusWarning: string;
4783
- textColorTextDisabledWarning: string;
4784
- textColorGhostWarning: string;
4785
- textColorGhostHoverWarning: string;
4786
- textColorGhostPressedWarning: string;
4787
- textColorGhostFocusWarning: string;
4788
- textColorGhostDisabledWarning: string;
4789
- borderWarning: string;
4790
- borderHoverWarning: string;
4791
- borderPressedWarning: string;
4792
- borderFocusWarning: string;
4793
- borderDisabledWarning: string;
4794
- rippleColorWarning: string;
4795
- colorError: string;
4796
- colorHoverError: string;
4797
- colorPressedError: string;
4798
- colorFocusError: string;
4799
- colorDisabledError: string;
4800
- textColorError: string;
4801
- textColorHoverError: string;
4802
- textColorPressedError: string;
4803
- textColorFocusError: string;
4804
- textColorDisabledError: string;
4805
- textColorTextError: string;
4806
- textColorTextHoverError: string;
4807
- textColorTextPressedError: string;
4808
- textColorTextFocusError: string;
4809
- textColorTextDisabledError: string;
4810
- textColorGhostError: string;
4811
- textColorGhostHoverError: string;
4812
- textColorGhostPressedError: string;
4813
- textColorGhostFocusError: string;
4814
- textColorGhostDisabledError: string;
4815
- borderError: string;
4816
- borderHoverError: string;
4817
- borderPressedError: string;
4818
- borderFocusError: string;
4819
- borderDisabledError: string;
4820
- rippleColorError: string;
4821
- waveOpacity: string;
4822
- fontWeight: string;
4823
- fontWeightStrong: string;
4824
- paddingTiny: string;
4825
- paddingSmall: string;
4826
- paddingMedium: string;
4827
- paddingLarge: string;
4828
- paddingRoundTiny: string;
4829
- paddingRoundSmall: string;
4830
- paddingRoundMedium: string;
4831
- paddingRoundLarge: string;
4832
- iconMarginTiny: string;
4833
- iconMarginSmall: string;
4834
- iconMarginMedium: string;
4835
- iconMarginLarge: string;
4836
- iconSizeTiny: string;
4837
- iconSizeSmall: string;
4838
- iconSizeMedium: string;
4839
- iconSizeLarge: string;
4840
- rippleDuration: string;
4841
- }, any>;
4842
- Progress: Theme<"Progress", {
4843
- fontSize: string;
4844
- fontSizeCircle: string;
4845
- fontWeightCircle: string;
4846
- railColor: string;
4847
- railHeight: string;
4848
- iconSizeCircle: string;
4849
- iconSizeLine: string;
4850
- iconColor: string;
4851
- iconColorInfo: string;
4852
- iconColorSuccess: string;
4853
- iconColorWarning: string;
4854
- iconColorError: string;
4855
- textColorCircle: string;
4856
- textColorLineInner: string;
4857
- textColorLineOuter: string;
4858
- fillColor: string;
4859
- fillColorInfo: string;
4860
- fillColorSuccess: string;
4861
- fillColorWarning: string;
4862
- fillColorError: string;
4863
- lineBgProcessing: string;
4864
- }, any>;
4865
- };
4866
- peerOverrides: {
4867
- Button?: {
4868
- peers?: {
4869
- [x: string]: any;
4870
- } | undefined;
4871
- } | undefined;
4872
- Progress?: {
4873
- peers?: {
4874
- [x: string]: any;
4875
- } | undefined;
4876
- } | undefined;
4877
- };
4878
- }>;
4879
- dragOver: Ref<boolean, boolean>;
4880
- mergedMultiple: ComputedRef<boolean>;
4881
- cssVars: ComputedRef<any> | undefined;
4882
- themeClass: Ref<string, string> | undefined;
4883
- onRender: (() => void) | undefined;
4884
- handleFileInputChange: (e: Event) => void;
4885
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
4886
- readonly name: {
4887
- readonly type: StringConstructor;
4888
- readonly default: "file";
4889
- };
4890
- readonly accept: StringConstructor;
4891
- readonly action: StringConstructor;
4892
- readonly customRequest: PropType< CustomRequest>;
4893
- readonly directory: BooleanConstructor;
4894
- readonly directoryDnd: {
4895
- readonly type: BooleanConstructor;
4896
- readonly default: undefined;
4897
- };
4898
- readonly method: {
4899
- readonly type: StringConstructor;
4900
- readonly default: "POST";
4901
- };
4902
- readonly multiple: BooleanConstructor;
4903
- readonly showFileList: {
4904
- readonly type: BooleanConstructor;
4905
- readonly default: true;
4906
- };
4907
- readonly data: PropType< FuncOrRecordOrUndef<string | Blob>>;
4908
- readonly headers: PropType< FuncOrRecordOrUndef>;
4909
- readonly withCredentials: BooleanConstructor;
4910
- readonly responseType: {
4911
- readonly type: PropType<XMLHttpRequestResponseType>;
4912
- readonly default: "";
4913
- };
4914
- readonly disabled: {
4915
- readonly type: PropType<boolean | undefined>;
4916
- readonly default: undefined;
4917
- };
4918
- readonly onChange: PropType< UploadOnChange>;
4919
- readonly onRemove: PropType< UploadOnRemove>;
4920
- readonly onFinish: PropType< UploadOnFinish>;
4921
- readonly onError: PropType< OnError>;
4922
- readonly onRetry: PropType< OnRetry>;
4923
- readonly onBeforeUpload: PropType< OnBeforeUpload>;
4924
- readonly isErrorState: PropType<(xhr: XMLHttpRequest) => boolean>;
4925
- readonly onDownload: PropType< UploadOnDownload>;
4926
- readonly customDownload: PropType< UploadOnDownload>;
4927
- readonly defaultUpload: {
4928
- readonly type: BooleanConstructor;
4929
- readonly default: true;
4930
- };
4931
- readonly fileList: PropType< UploadFileInfo[]>;
4932
- readonly 'onUpdate:fileList': PropType< MaybeArray<OnUpdateFileList>>;
4933
- readonly onUpdateFileList: PropType< MaybeArray<OnUpdateFileList>>;
4934
- readonly fileListClass: StringConstructor;
4935
- readonly fileListStyle: PropType<string | CSSProperties>;
4936
- readonly defaultFileList: {
4937
- readonly type: PropType< UploadFileInfo[]>;
4938
- readonly default: () => never[];
4939
- };
4940
- readonly showCancelButton: {
4941
- readonly type: BooleanConstructor;
4942
- readonly default: true;
4943
- };
4944
- readonly showRemoveButton: {
4945
- readonly type: BooleanConstructor;
4946
- readonly default: true;
4947
- };
4948
- readonly showDownloadButton: BooleanConstructor;
4949
- readonly showRetryButton: {
4950
- readonly type: BooleanConstructor;
4951
- readonly default: true;
4952
- };
4953
- readonly showPreviewButton: {
4954
- readonly type: BooleanConstructor;
4955
- readonly default: true;
4956
- };
4957
- readonly listType: {
4958
- readonly type: PropType< ListType>;
4959
- readonly default: "text";
4960
- };
4961
- readonly onPreview: PropType< OnPreview>;
4962
- readonly shouldUseThumbnailUrl: {
4963
- readonly type: PropType< ShouldUseThumbnailUrl>;
4964
- readonly default: (file: UploadSettledFileInfo) => boolean;
4965
- };
4966
- readonly createThumbnailUrl: PropType< CreateThumbnailUrl>;
4967
- readonly abstract: BooleanConstructor;
4968
- readonly max: NumberConstructor;
4969
- readonly showTrigger: {
4970
- readonly type: BooleanConstructor;
4971
- readonly default: true;
4972
- };
4973
- readonly imageGroupProps: PropType< ImageGroupProps>;
4974
- readonly inputProps: PropType< InputHTMLAttributes>;
4975
- readonly triggerClass: StringConstructor;
4976
- readonly triggerStyle: PropType< CSSProperties | string>;
4977
- readonly renderIcon: PropType< RenderIcon>;
4978
- readonly theme: PropType< Theme<"Upload", {
4979
- fontSize: string;
4980
- lineHeight: string;
4981
- borderRadius: string;
4982
- draggerColor: string;
4983
- draggerBorder: string;
4984
- draggerBorderHover: string;
4985
- itemColorHover: string;
4986
- itemColorHoverError: string;
4987
- itemTextColor: string;
4988
- itemTextColorError: string;
4989
- itemTextColorSuccess: string;
4990
- itemIconColor: string;
4991
- itemDisabledOpacity: string;
4992
- itemBorderImageCardError: string;
4993
- itemBorderImageCard: string;
4994
- }, {
4995
- Button: Theme<"Button", {
4996
- heightTiny: string;
4997
- heightSmall: string;
4998
- heightMedium: string;
4999
- heightLarge: string;
5000
- borderRadiusTiny: string;
5001
- borderRadiusSmall: string;
5002
- borderRadiusMedium: string;
5003
- borderRadiusLarge: string;
5004
- fontSizeTiny: string;
5005
- fontSizeSmall: string;
5006
- fontSizeMedium: string;
5007
- fontSizeLarge: string;
5008
- opacityDisabled: string;
5009
- colorOpacitySecondary: string;
5010
- colorOpacitySecondaryHover: string;
5011
- colorOpacitySecondaryPressed: string;
5012
- colorSecondary: string;
5013
- colorSecondaryHover: string;
5014
- colorSecondaryPressed: string;
5015
- colorTertiary: string;
5016
- colorTertiaryHover: string;
5017
- colorTertiaryPressed: string;
5018
- colorQuaternary: string;
5019
- colorQuaternaryHover: string;
5020
- colorQuaternaryPressed: string;
5021
- color: string;
5022
- colorHover: string;
5023
- colorPressed: string;
5024
- colorFocus: string;
5025
- colorDisabled: string;
5026
- textColor: string;
5027
- textColorTertiary: string;
5028
- textColorHover: string;
5029
- textColorPressed: string;
5030
- textColorFocus: string;
5031
- textColorDisabled: string;
5032
- textColorText: string;
5033
- textColorTextHover: string;
5034
- textColorTextPressed: string;
5035
- textColorTextFocus: string;
5036
- textColorTextDisabled: string;
5037
- textColorGhost: string;
5038
- textColorGhostHover: string;
5039
- textColorGhostPressed: string;
5040
- textColorGhostFocus: string;
5041
- textColorGhostDisabled: string;
5042
- border: string;
5043
- borderHover: string;
5044
- borderPressed: string;
5045
- borderFocus: string;
5046
- borderDisabled: string;
5047
- rippleColor: string;
5048
- colorPrimary: string;
5049
- colorHoverPrimary: string;
5050
- colorPressedPrimary: string;
5051
- colorFocusPrimary: string;
5052
- colorDisabledPrimary: string;
5053
- textColorPrimary: string;
5054
- textColorHoverPrimary: string;
5055
- textColorPressedPrimary: string;
5056
- textColorFocusPrimary: string;
5057
- textColorDisabledPrimary: string;
5058
- textColorTextPrimary: string;
5059
- textColorTextHoverPrimary: string;
5060
- textColorTextPressedPrimary: string;
5061
- textColorTextFocusPrimary: string;
5062
- textColorTextDisabledPrimary: string;
5063
- textColorGhostPrimary: string;
5064
- textColorGhostHoverPrimary: string;
5065
- textColorGhostPressedPrimary: string;
5066
- textColorGhostFocusPrimary: string;
5067
- textColorGhostDisabledPrimary: string;
5068
- borderPrimary: string;
5069
- borderHoverPrimary: string;
5070
- borderPressedPrimary: string;
5071
- borderFocusPrimary: string;
5072
- borderDisabledPrimary: string;
5073
- rippleColorPrimary: string;
5074
- colorInfo: string;
5075
- colorHoverInfo: string;
5076
- colorPressedInfo: string;
5077
- colorFocusInfo: string;
5078
- colorDisabledInfo: string;
5079
- textColorInfo: string;
5080
- textColorHoverInfo: string;
5081
- textColorPressedInfo: string;
5082
- textColorFocusInfo: string;
5083
- textColorDisabledInfo: string;
5084
- textColorTextInfo: string;
5085
- textColorTextHoverInfo: string;
5086
- textColorTextPressedInfo: string;
5087
- textColorTextFocusInfo: string;
5088
- textColorTextDisabledInfo: string;
5089
- textColorGhostInfo: string;
5090
- textColorGhostHoverInfo: string;
5091
- textColorGhostPressedInfo: string;
5092
- textColorGhostFocusInfo: string;
5093
- textColorGhostDisabledInfo: string;
5094
- borderInfo: string;
5095
- borderHoverInfo: string;
5096
- borderPressedInfo: string;
5097
- borderFocusInfo: string;
5098
- borderDisabledInfo: string;
5099
- rippleColorInfo: string;
5100
- colorSuccess: string;
5101
- colorHoverSuccess: string;
5102
- colorPressedSuccess: string;
5103
- colorFocusSuccess: string;
5104
- colorDisabledSuccess: string;
5105
- textColorSuccess: string;
5106
- textColorHoverSuccess: string;
5107
- textColorPressedSuccess: string;
5108
- textColorFocusSuccess: string;
5109
- textColorDisabledSuccess: string;
5110
- textColorTextSuccess: string;
5111
- textColorTextHoverSuccess: string;
5112
- textColorTextPressedSuccess: string;
5113
- textColorTextFocusSuccess: string;
5114
- textColorTextDisabledSuccess: string;
5115
- textColorGhostSuccess: string;
5116
- textColorGhostHoverSuccess: string;
5117
- textColorGhostPressedSuccess: string;
5118
- textColorGhostFocusSuccess: string;
5119
- textColorGhostDisabledSuccess: string;
5120
- borderSuccess: string;
5121
- borderHoverSuccess: string;
5122
- borderPressedSuccess: string;
5123
- borderFocusSuccess: string;
5124
- borderDisabledSuccess: string;
5125
- rippleColorSuccess: string;
5126
- colorWarning: string;
5127
- colorHoverWarning: string;
5128
- colorPressedWarning: string;
5129
- colorFocusWarning: string;
5130
- colorDisabledWarning: string;
5131
- textColorWarning: string;
5132
- textColorHoverWarning: string;
5133
- textColorPressedWarning: string;
5134
- textColorFocusWarning: string;
5135
- textColorDisabledWarning: string;
5136
- textColorTextWarning: string;
5137
- textColorTextHoverWarning: string;
5138
- textColorTextPressedWarning: string;
5139
- textColorTextFocusWarning: string;
5140
- textColorTextDisabledWarning: string;
5141
- textColorGhostWarning: string;
5142
- textColorGhostHoverWarning: string;
5143
- textColorGhostPressedWarning: string;
5144
- textColorGhostFocusWarning: string;
5145
- textColorGhostDisabledWarning: string;
5146
- borderWarning: string;
5147
- borderHoverWarning: string;
5148
- borderPressedWarning: string;
5149
- borderFocusWarning: string;
5150
- borderDisabledWarning: string;
5151
- rippleColorWarning: string;
5152
- colorError: string;
5153
- colorHoverError: string;
5154
- colorPressedError: string;
5155
- colorFocusError: string;
5156
- colorDisabledError: string;
5157
- textColorError: string;
5158
- textColorHoverError: string;
5159
- textColorPressedError: string;
5160
- textColorFocusError: string;
5161
- textColorDisabledError: string;
5162
- textColorTextError: string;
5163
- textColorTextHoverError: string;
5164
- textColorTextPressedError: string;
5165
- textColorTextFocusError: string;
5166
- textColorTextDisabledError: string;
5167
- textColorGhostError: string;
5168
- textColorGhostHoverError: string;
5169
- textColorGhostPressedError: string;
5170
- textColorGhostFocusError: string;
5171
- textColorGhostDisabledError: string;
5172
- borderError: string;
5173
- borderHoverError: string;
5174
- borderPressedError: string;
5175
- borderFocusError: string;
5176
- borderDisabledError: string;
5177
- rippleColorError: string;
5178
- waveOpacity: string;
5179
- fontWeight: string;
5180
- fontWeightStrong: string;
5181
- paddingTiny: string;
5182
- paddingSmall: string;
5183
- paddingMedium: string;
5184
- paddingLarge: string;
5185
- paddingRoundTiny: string;
5186
- paddingRoundSmall: string;
5187
- paddingRoundMedium: string;
5188
- paddingRoundLarge: string;
5189
- iconMarginTiny: string;
5190
- iconMarginSmall: string;
5191
- iconMarginMedium: string;
5192
- iconMarginLarge: string;
5193
- iconSizeTiny: string;
5194
- iconSizeSmall: string;
5195
- iconSizeMedium: string;
5196
- iconSizeLarge: string;
5197
- rippleDuration: string;
5198
- }, any>;
5199
- Progress: Theme<"Progress", {
5200
- fontSize: string;
5201
- fontSizeCircle: string;
5202
- fontWeightCircle: string;
5203
- railColor: string;
5204
- railHeight: string;
5205
- iconSizeCircle: string;
5206
- iconSizeLine: string;
5207
- iconColor: string;
5208
- iconColorInfo: string;
5209
- iconColorSuccess: string;
5210
- iconColorWarning: string;
5211
- iconColorError: string;
5212
- textColorCircle: string;
5213
- textColorLineInner: string;
5214
- textColorLineOuter: string;
5215
- fillColor: string;
5216
- fillColorInfo: string;
5217
- fillColorSuccess: string;
5218
- fillColorWarning: string;
5219
- fillColorError: string;
5220
- lineBgProcessing: string;
5221
- }, any>;
5222
- }>>;
5223
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Upload", {
5224
- fontSize: string;
5225
- lineHeight: string;
5226
- borderRadius: string;
5227
- draggerColor: string;
5228
- draggerBorder: string;
5229
- draggerBorderHover: string;
5230
- itemColorHover: string;
5231
- itemColorHoverError: string;
5232
- itemTextColor: string;
5233
- itemTextColorError: string;
5234
- itemTextColorSuccess: string;
5235
- itemIconColor: string;
5236
- itemDisabledOpacity: string;
5237
- itemBorderImageCardError: string;
5238
- itemBorderImageCard: string;
5239
- }, {
5240
- Button: Theme<"Button", {
5241
- heightTiny: string;
5242
- heightSmall: string;
5243
- heightMedium: string;
5244
- heightLarge: string;
5245
- borderRadiusTiny: string;
5246
- borderRadiusSmall: string;
5247
- borderRadiusMedium: string;
5248
- borderRadiusLarge: string;
5249
- fontSizeTiny: string;
5250
- fontSizeSmall: string;
5251
- fontSizeMedium: string;
5252
- fontSizeLarge: string;
5253
- opacityDisabled: string;
5254
- colorOpacitySecondary: string;
5255
- colorOpacitySecondaryHover: string;
5256
- colorOpacitySecondaryPressed: string;
5257
- colorSecondary: string;
5258
- colorSecondaryHover: string;
5259
- colorSecondaryPressed: string;
5260
- colorTertiary: string;
5261
- colorTertiaryHover: string;
5262
- colorTertiaryPressed: string;
5263
- colorQuaternary: string;
5264
- colorQuaternaryHover: string;
5265
- colorQuaternaryPressed: string;
5266
- color: string;
5267
- colorHover: string;
5268
- colorPressed: string;
5269
- colorFocus: string;
5270
- colorDisabled: string;
5271
- textColor: string;
5272
- textColorTertiary: string;
5273
- textColorHover: string;
5274
- textColorPressed: string;
5275
- textColorFocus: string;
5276
- textColorDisabled: string;
5277
- textColorText: string;
5278
- textColorTextHover: string;
5279
- textColorTextPressed: string;
5280
- textColorTextFocus: string;
5281
- textColorTextDisabled: string;
5282
- textColorGhost: string;
5283
- textColorGhostHover: string;
5284
- textColorGhostPressed: string;
5285
- textColorGhostFocus: string;
5286
- textColorGhostDisabled: string;
5287
- border: string;
5288
- borderHover: string;
5289
- borderPressed: string;
5290
- borderFocus: string;
5291
- borderDisabled: string;
5292
- rippleColor: string;
5293
- colorPrimary: string;
5294
- colorHoverPrimary: string;
5295
- colorPressedPrimary: string;
5296
- colorFocusPrimary: string;
5297
- colorDisabledPrimary: string;
5298
- textColorPrimary: string;
5299
- textColorHoverPrimary: string;
5300
- textColorPressedPrimary: string;
5301
- textColorFocusPrimary: string;
5302
- textColorDisabledPrimary: string;
5303
- textColorTextPrimary: string;
5304
- textColorTextHoverPrimary: string;
5305
- textColorTextPressedPrimary: string;
5306
- textColorTextFocusPrimary: string;
5307
- textColorTextDisabledPrimary: string;
5308
- textColorGhostPrimary: string;
5309
- textColorGhostHoverPrimary: string;
5310
- textColorGhostPressedPrimary: string;
5311
- textColorGhostFocusPrimary: string;
5312
- textColorGhostDisabledPrimary: string;
5313
- borderPrimary: string;
5314
- borderHoverPrimary: string;
5315
- borderPressedPrimary: string;
5316
- borderFocusPrimary: string;
5317
- borderDisabledPrimary: string;
5318
- rippleColorPrimary: string;
5319
- colorInfo: string;
5320
- colorHoverInfo: string;
5321
- colorPressedInfo: string;
5322
- colorFocusInfo: string;
5323
- colorDisabledInfo: string;
5324
- textColorInfo: string;
5325
- textColorHoverInfo: string;
5326
- textColorPressedInfo: string;
5327
- textColorFocusInfo: string;
5328
- textColorDisabledInfo: string;
5329
- textColorTextInfo: string;
5330
- textColorTextHoverInfo: string;
5331
- textColorTextPressedInfo: string;
5332
- textColorTextFocusInfo: string;
5333
- textColorTextDisabledInfo: string;
5334
- textColorGhostInfo: string;
5335
- textColorGhostHoverInfo: string;
5336
- textColorGhostPressedInfo: string;
5337
- textColorGhostFocusInfo: string;
5338
- textColorGhostDisabledInfo: string;
5339
- borderInfo: string;
5340
- borderHoverInfo: string;
5341
- borderPressedInfo: string;
5342
- borderFocusInfo: string;
5343
- borderDisabledInfo: string;
5344
- rippleColorInfo: string;
5345
- colorSuccess: string;
5346
- colorHoverSuccess: string;
5347
- colorPressedSuccess: string;
5348
- colorFocusSuccess: string;
5349
- colorDisabledSuccess: string;
5350
- textColorSuccess: string;
5351
- textColorHoverSuccess: string;
5352
- textColorPressedSuccess: string;
5353
- textColorFocusSuccess: string;
5354
- textColorDisabledSuccess: string;
5355
- textColorTextSuccess: string;
5356
- textColorTextHoverSuccess: string;
5357
- textColorTextPressedSuccess: string;
5358
- textColorTextFocusSuccess: string;
5359
- textColorTextDisabledSuccess: string;
5360
- textColorGhostSuccess: string;
5361
- textColorGhostHoverSuccess: string;
5362
- textColorGhostPressedSuccess: string;
5363
- textColorGhostFocusSuccess: string;
5364
- textColorGhostDisabledSuccess: string;
5365
- borderSuccess: string;
5366
- borderHoverSuccess: string;
5367
- borderPressedSuccess: string;
5368
- borderFocusSuccess: string;
5369
- borderDisabledSuccess: string;
5370
- rippleColorSuccess: string;
5371
- colorWarning: string;
5372
- colorHoverWarning: string;
5373
- colorPressedWarning: string;
5374
- colorFocusWarning: string;
5375
- colorDisabledWarning: string;
5376
- textColorWarning: string;
5377
- textColorHoverWarning: string;
5378
- textColorPressedWarning: string;
5379
- textColorFocusWarning: string;
5380
- textColorDisabledWarning: string;
5381
- textColorTextWarning: string;
5382
- textColorTextHoverWarning: string;
5383
- textColorTextPressedWarning: string;
5384
- textColorTextFocusWarning: string;
5385
- textColorTextDisabledWarning: string;
5386
- textColorGhostWarning: string;
5387
- textColorGhostHoverWarning: string;
5388
- textColorGhostPressedWarning: string;
5389
- textColorGhostFocusWarning: string;
5390
- textColorGhostDisabledWarning: string;
5391
- borderWarning: string;
5392
- borderHoverWarning: string;
5393
- borderPressedWarning: string;
5394
- borderFocusWarning: string;
5395
- borderDisabledWarning: string;
5396
- rippleColorWarning: string;
5397
- colorError: string;
5398
- colorHoverError: string;
5399
- colorPressedError: string;
5400
- colorFocusError: string;
5401
- colorDisabledError: string;
5402
- textColorError: string;
5403
- textColorHoverError: string;
5404
- textColorPressedError: string;
5405
- textColorFocusError: string;
5406
- textColorDisabledError: string;
5407
- textColorTextError: string;
5408
- textColorTextHoverError: string;
5409
- textColorTextPressedError: string;
5410
- textColorTextFocusError: string;
5411
- textColorTextDisabledError: string;
5412
- textColorGhostError: string;
5413
- textColorGhostHoverError: string;
5414
- textColorGhostPressedError: string;
5415
- textColorGhostFocusError: string;
5416
- textColorGhostDisabledError: string;
5417
- borderError: string;
5418
- borderHoverError: string;
5419
- borderPressedError: string;
5420
- borderFocusError: string;
5421
- borderDisabledError: string;
5422
- rippleColorError: string;
5423
- waveOpacity: string;
5424
- fontWeight: string;
5425
- fontWeightStrong: string;
5426
- paddingTiny: string;
5427
- paddingSmall: string;
5428
- paddingMedium: string;
5429
- paddingLarge: string;
5430
- paddingRoundTiny: string;
5431
- paddingRoundSmall: string;
5432
- paddingRoundMedium: string;
5433
- paddingRoundLarge: string;
5434
- iconMarginTiny: string;
5435
- iconMarginSmall: string;
5436
- iconMarginMedium: string;
5437
- iconMarginLarge: string;
5438
- iconSizeTiny: string;
5439
- iconSizeSmall: string;
5440
- iconSizeMedium: string;
5441
- iconSizeLarge: string;
5442
- rippleDuration: string;
5443
- }, any>;
5444
- Progress: Theme<"Progress", {
5445
- fontSize: string;
5446
- fontSizeCircle: string;
5447
- fontWeightCircle: string;
5448
- railColor: string;
5449
- railHeight: string;
5450
- iconSizeCircle: string;
5451
- iconSizeLine: string;
5452
- iconColor: string;
5453
- iconColorInfo: string;
5454
- iconColorSuccess: string;
5455
- iconColorWarning: string;
5456
- iconColorError: string;
5457
- textColorCircle: string;
5458
- textColorLineInner: string;
5459
- textColorLineOuter: string;
5460
- fillColor: string;
5461
- fillColorInfo: string;
5462
- fillColorSuccess: string;
5463
- fillColorWarning: string;
5464
- fillColorError: string;
5465
- lineBgProcessing: string;
5466
- }, any>;
5467
- }>>>;
5468
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Upload", {
5469
- fontSize: string;
5470
- lineHeight: string;
5471
- borderRadius: string;
5472
- draggerColor: string;
5473
- draggerBorder: string;
5474
- draggerBorderHover: string;
5475
- itemColorHover: string;
5476
- itemColorHoverError: string;
5477
- itemTextColor: string;
5478
- itemTextColorError: string;
5479
- itemTextColorSuccess: string;
5480
- itemIconColor: string;
5481
- itemDisabledOpacity: string;
5482
- itemBorderImageCardError: string;
5483
- itemBorderImageCard: string;
5484
- }, {
5485
- Button: Theme<"Button", {
5486
- heightTiny: string;
5487
- heightSmall: string;
5488
- heightMedium: string;
5489
- heightLarge: string;
5490
- borderRadiusTiny: string;
5491
- borderRadiusSmall: string;
5492
- borderRadiusMedium: string;
5493
- borderRadiusLarge: string;
5494
- fontSizeTiny: string;
5495
- fontSizeSmall: string;
5496
- fontSizeMedium: string;
5497
- fontSizeLarge: string;
5498
- opacityDisabled: string;
5499
- colorOpacitySecondary: string;
5500
- colorOpacitySecondaryHover: string;
5501
- colorOpacitySecondaryPressed: string;
5502
- colorSecondary: string;
5503
- colorSecondaryHover: string;
5504
- colorSecondaryPressed: string;
5505
- colorTertiary: string;
5506
- colorTertiaryHover: string;
5507
- colorTertiaryPressed: string;
5508
- colorQuaternary: string;
5509
- colorQuaternaryHover: string;
5510
- colorQuaternaryPressed: string;
5511
- color: string;
5512
- colorHover: string;
5513
- colorPressed: string;
5514
- colorFocus: string;
5515
- colorDisabled: string;
5516
- textColor: string;
5517
- textColorTertiary: string;
5518
- textColorHover: string;
5519
- textColorPressed: string;
5520
- textColorFocus: string;
5521
- textColorDisabled: string;
5522
- textColorText: string;
5523
- textColorTextHover: string;
5524
- textColorTextPressed: string;
5525
- textColorTextFocus: string;
5526
- textColorTextDisabled: string;
5527
- textColorGhost: string;
5528
- textColorGhostHover: string;
5529
- textColorGhostPressed: string;
5530
- textColorGhostFocus: string;
5531
- textColorGhostDisabled: string;
5532
- border: string;
5533
- borderHover: string;
5534
- borderPressed: string;
5535
- borderFocus: string;
5536
- borderDisabled: string;
5537
- rippleColor: string;
5538
- colorPrimary: string;
5539
- colorHoverPrimary: string;
5540
- colorPressedPrimary: string;
5541
- colorFocusPrimary: string;
5542
- colorDisabledPrimary: string;
5543
- textColorPrimary: string;
5544
- textColorHoverPrimary: string;
5545
- textColorPressedPrimary: string;
5546
- textColorFocusPrimary: string;
5547
- textColorDisabledPrimary: string;
5548
- textColorTextPrimary: string;
5549
- textColorTextHoverPrimary: string;
5550
- textColorTextPressedPrimary: string;
5551
- textColorTextFocusPrimary: string;
5552
- textColorTextDisabledPrimary: string;
5553
- textColorGhostPrimary: string;
5554
- textColorGhostHoverPrimary: string;
5555
- textColorGhostPressedPrimary: string;
5556
- textColorGhostFocusPrimary: string;
5557
- textColorGhostDisabledPrimary: string;
5558
- borderPrimary: string;
5559
- borderHoverPrimary: string;
5560
- borderPressedPrimary: string;
5561
- borderFocusPrimary: string;
5562
- borderDisabledPrimary: string;
5563
- rippleColorPrimary: string;
5564
- colorInfo: string;
5565
- colorHoverInfo: string;
5566
- colorPressedInfo: string;
5567
- colorFocusInfo: string;
5568
- colorDisabledInfo: string;
5569
- textColorInfo: string;
5570
- textColorHoverInfo: string;
5571
- textColorPressedInfo: string;
5572
- textColorFocusInfo: string;
5573
- textColorDisabledInfo: string;
5574
- textColorTextInfo: string;
5575
- textColorTextHoverInfo: string;
5576
- textColorTextPressedInfo: string;
5577
- textColorTextFocusInfo: string;
5578
- textColorTextDisabledInfo: string;
5579
- textColorGhostInfo: string;
5580
- textColorGhostHoverInfo: string;
5581
- textColorGhostPressedInfo: string;
5582
- textColorGhostFocusInfo: string;
5583
- textColorGhostDisabledInfo: string;
5584
- borderInfo: string;
5585
- borderHoverInfo: string;
5586
- borderPressedInfo: string;
5587
- borderFocusInfo: string;
5588
- borderDisabledInfo: string;
5589
- rippleColorInfo: string;
5590
- colorSuccess: string;
5591
- colorHoverSuccess: string;
5592
- colorPressedSuccess: string;
5593
- colorFocusSuccess: string;
5594
- colorDisabledSuccess: string;
5595
- textColorSuccess: string;
5596
- textColorHoverSuccess: string;
5597
- textColorPressedSuccess: string;
5598
- textColorFocusSuccess: string;
5599
- textColorDisabledSuccess: string;
5600
- textColorTextSuccess: string;
5601
- textColorTextHoverSuccess: string;
5602
- textColorTextPressedSuccess: string;
5603
- textColorTextFocusSuccess: string;
5604
- textColorTextDisabledSuccess: string;
5605
- textColorGhostSuccess: string;
5606
- textColorGhostHoverSuccess: string;
5607
- textColorGhostPressedSuccess: string;
5608
- textColorGhostFocusSuccess: string;
5609
- textColorGhostDisabledSuccess: string;
5610
- borderSuccess: string;
5611
- borderHoverSuccess: string;
5612
- borderPressedSuccess: string;
5613
- borderFocusSuccess: string;
5614
- borderDisabledSuccess: string;
5615
- rippleColorSuccess: string;
5616
- colorWarning: string;
5617
- colorHoverWarning: string;
5618
- colorPressedWarning: string;
5619
- colorFocusWarning: string;
5620
- colorDisabledWarning: string;
5621
- textColorWarning: string;
5622
- textColorHoverWarning: string;
5623
- textColorPressedWarning: string;
5624
- textColorFocusWarning: string;
5625
- textColorDisabledWarning: string;
5626
- textColorTextWarning: string;
5627
- textColorTextHoverWarning: string;
5628
- textColorTextPressedWarning: string;
5629
- textColorTextFocusWarning: string;
5630
- textColorTextDisabledWarning: string;
5631
- textColorGhostWarning: string;
5632
- textColorGhostHoverWarning: string;
5633
- textColorGhostPressedWarning: string;
5634
- textColorGhostFocusWarning: string;
5635
- textColorGhostDisabledWarning: string;
5636
- borderWarning: string;
5637
- borderHoverWarning: string;
5638
- borderPressedWarning: string;
5639
- borderFocusWarning: string;
5640
- borderDisabledWarning: string;
5641
- rippleColorWarning: string;
5642
- colorError: string;
5643
- colorHoverError: string;
5644
- colorPressedError: string;
5645
- colorFocusError: string;
5646
- colorDisabledError: string;
5647
- textColorError: string;
5648
- textColorHoverError: string;
5649
- textColorPressedError: string;
5650
- textColorFocusError: string;
5651
- textColorDisabledError: string;
5652
- textColorTextError: string;
5653
- textColorTextHoverError: string;
5654
- textColorTextPressedError: string;
5655
- textColorTextFocusError: string;
5656
- textColorTextDisabledError: string;
5657
- textColorGhostError: string;
5658
- textColorGhostHoverError: string;
5659
- textColorGhostPressedError: string;
5660
- textColorGhostFocusError: string;
5661
- textColorGhostDisabledError: string;
5662
- borderError: string;
5663
- borderHoverError: string;
5664
- borderPressedError: string;
5665
- borderFocusError: string;
5666
- borderDisabledError: string;
5667
- rippleColorError: string;
5668
- waveOpacity: string;
5669
- fontWeight: string;
5670
- fontWeightStrong: string;
5671
- paddingTiny: string;
5672
- paddingSmall: string;
5673
- paddingMedium: string;
5674
- paddingLarge: string;
5675
- paddingRoundTiny: string;
5676
- paddingRoundSmall: string;
5677
- paddingRoundMedium: string;
5678
- paddingRoundLarge: string;
5679
- iconMarginTiny: string;
5680
- iconMarginSmall: string;
5681
- iconMarginMedium: string;
5682
- iconMarginLarge: string;
5683
- iconSizeTiny: string;
5684
- iconSizeSmall: string;
5685
- iconSizeMedium: string;
5686
- iconSizeLarge: string;
5687
- rippleDuration: string;
5688
- }, any>;
5689
- Progress: Theme<"Progress", {
5690
- fontSize: string;
5691
- fontSizeCircle: string;
5692
- fontWeightCircle: string;
5693
- railColor: string;
5694
- railHeight: string;
5695
- iconSizeCircle: string;
5696
- iconSizeLine: string;
5697
- iconColor: string;
5698
- iconColorInfo: string;
5699
- iconColorSuccess: string;
5700
- iconColorWarning: string;
5701
- iconColorError: string;
5702
- textColorCircle: string;
5703
- textColorLineInner: string;
5704
- textColorLineOuter: string;
5705
- fillColor: string;
5706
- fillColorInfo: string;
5707
- fillColorSuccess: string;
5708
- fillColorWarning: string;
5709
- fillColorError: string;
5710
- lineBgProcessing: string;
5711
- }, any>;
5712
- }>>>;
5713
- }>> & Readonly<{}>, {
5714
- readonly disabled: boolean | undefined;
5715
- readonly name: string;
5716
- readonly multiple: boolean;
5717
- readonly abstract: boolean;
5718
- readonly showTrigger: boolean;
5719
- readonly directory: boolean;
5720
- readonly directoryDnd: boolean;
5721
- readonly method: string;
5722
- readonly showFileList: boolean;
5723
- readonly withCredentials: boolean;
5724
- readonly responseType: XMLHttpRequestResponseType;
5725
- readonly defaultUpload: boolean;
5726
- readonly defaultFileList: UploadFileInfo[];
5727
- readonly showCancelButton: boolean;
5728
- readonly showRemoveButton: boolean;
5729
- readonly showDownloadButton: boolean;
5730
- readonly showRetryButton: boolean;
5731
- readonly showPreviewButton: boolean;
5732
- readonly listType: ListType;
5733
- readonly shouldUseThumbnailUrl: ShouldUseThumbnailUrl;
5734
- }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5735
- NIcon: DefineComponent<ExtractPropTypes<{
5736
- readonly depth: PropType< Depth>;
5737
- readonly size: PropType<number | string>;
5738
- readonly color: StringConstructor;
5739
- readonly component: PropType< Component>;
5740
- readonly theme: PropType< Theme<"Icon", {
5741
- color: string;
5742
- opacity1Depth: string;
5743
- opacity2Depth: string;
5744
- opacity3Depth: string;
5745
- opacity4Depth: string;
5746
- opacity5Depth: string;
5747
- }, any>>;
5748
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
5749
- color: string;
5750
- opacity1Depth: string;
5751
- opacity2Depth: string;
5752
- opacity3Depth: string;
5753
- opacity4Depth: string;
5754
- opacity5Depth: string;
5755
- }, any>>>;
5756
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
5757
- color: string;
5758
- opacity1Depth: string;
5759
- opacity2Depth: string;
5760
- opacity3Depth: string;
5761
- opacity4Depth: string;
5762
- opacity5Depth: string;
5763
- }, any>>>;
5764
- }>, {
5765
- mergedClsPrefix: Ref<string, string>;
5766
- mergedStyle: ComputedRef<{
5767
- fontSize: string | undefined;
5768
- color: string | undefined;
5769
- }>;
5770
- cssVars: ComputedRef<{
5771
- "--n-bezier": string;
5772
- "--n-color": string;
5773
- "--n-opacity": string;
5774
- }> | undefined;
5775
- themeClass: Ref<string, string> | undefined;
5776
- onRender: (() => void) | undefined;
5777
- }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
5778
- readonly depth: PropType< Depth>;
5779
- readonly size: PropType<number | string>;
5780
- readonly color: StringConstructor;
5781
- readonly component: PropType< Component>;
5782
- readonly theme: PropType< Theme<"Icon", {
5783
- color: string;
5784
- opacity1Depth: string;
5785
- opacity2Depth: string;
5786
- opacity3Depth: string;
5787
- opacity4Depth: string;
5788
- opacity5Depth: string;
5789
- }, any>>;
5790
- readonly themeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
5791
- color: string;
5792
- opacity1Depth: string;
5793
- opacity2Depth: string;
5794
- opacity3Depth: string;
5795
- opacity4Depth: string;
5796
- opacity5Depth: string;
5797
- }, any>>>;
5798
- readonly builtinThemeOverrides: PropType< ExtractThemeOverrides<Theme<"Icon", {
5799
- color: string;
5800
- opacity1Depth: string;
5801
- opacity2Depth: string;
5802
- opacity3Depth: string;
5803
- opacity4Depth: string;
5804
- opacity5Depth: string;
5805
- }, any>>>;
5806
- }>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
5807
- Copy: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
5808
- }, {}, string, ComponentProvideOptions, true, {}, any>;
5809
2308
  }, {}, string, ComponentProvideOptions, true, {}, any>;
5810
2309
  export default _default;