cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -2383,14 +2383,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2383
2383
|
labelTextAlignHorizontal: string;
|
|
2384
2384
|
}, any>>>;
|
|
2385
2385
|
}>>, {
|
|
2386
|
-
inline: boolean;
|
|
2387
|
-
disabled: boolean;
|
|
2388
|
-
onSubmit: (e: Event) => void;
|
|
2389
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
2390
|
-
model: Record<string, any>;
|
|
2391
|
-
showRequireMark: boolean | undefined;
|
|
2392
|
-
showFeedback: boolean;
|
|
2393
|
-
showLabel: boolean | undefined;
|
|
2386
|
+
readonly inline: boolean;
|
|
2387
|
+
readonly disabled: boolean;
|
|
2388
|
+
readonly onSubmit: (e: Event) => void;
|
|
2389
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
2390
|
+
readonly model: Record<string, any>;
|
|
2391
|
+
readonly showRequireMark: boolean | undefined;
|
|
2392
|
+
readonly showFeedback: boolean;
|
|
2393
|
+
readonly showLabel: boolean | undefined;
|
|
2394
2394
|
}>;
|
|
2395
2395
|
NTabPane: import("vue").DefineComponent<{
|
|
2396
2396
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -2439,9 +2439,9 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2439
2439
|
[key: string]: any;
|
|
2440
2440
|
}> | (() => import("vue").VNodeChild)>;
|
|
2441
2441
|
}>>, {
|
|
2442
|
-
disabled: boolean;
|
|
2443
|
-
closable: boolean | undefined;
|
|
2444
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
2442
|
+
readonly disabled: boolean;
|
|
2443
|
+
readonly closable: boolean | undefined;
|
|
2444
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
2445
2445
|
}>;
|
|
2446
2446
|
NTabs: import("vue").DefineComponent<{
|
|
2447
2447
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -2498,9 +2498,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2498
2498
|
tabTextColorActiveCard: string;
|
|
2499
2499
|
tabTextColorDisabledCard: string;
|
|
2500
2500
|
barColor: string;
|
|
2501
|
-
|
|
2501
|
+
closeIconColor: string;
|
|
2502
|
+
closeIconColorHover: string;
|
|
2503
|
+
closeIconColorPressed: string;
|
|
2502
2504
|
closeColorHover: string;
|
|
2503
2505
|
closeColorPressed: string;
|
|
2506
|
+
closeBorderRadius: string;
|
|
2504
2507
|
tabColor: string;
|
|
2505
2508
|
tabColorSegment: string;
|
|
2506
2509
|
tabBorderColor: string;
|
|
@@ -2539,6 +2542,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2539
2542
|
panePaddingSmall: string;
|
|
2540
2543
|
panePaddingMedium: string;
|
|
2541
2544
|
panePaddingLarge: string;
|
|
2545
|
+
closeSize: string;
|
|
2546
|
+
closeIconSize: string;
|
|
2542
2547
|
}, any>>;
|
|
2543
2548
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2544
2549
|
colorSegment: string;
|
|
@@ -2560,9 +2565,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2560
2565
|
tabTextColorActiveCard: string;
|
|
2561
2566
|
tabTextColorDisabledCard: string;
|
|
2562
2567
|
barColor: string;
|
|
2563
|
-
|
|
2568
|
+
closeIconColor: string;
|
|
2569
|
+
closeIconColorHover: string;
|
|
2570
|
+
closeIconColorPressed: string;
|
|
2564
2571
|
closeColorHover: string;
|
|
2565
2572
|
closeColorPressed: string;
|
|
2573
|
+
closeBorderRadius: string;
|
|
2566
2574
|
tabColor: string;
|
|
2567
2575
|
tabColorSegment: string;
|
|
2568
2576
|
tabBorderColor: string;
|
|
@@ -2601,6 +2609,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2601
2609
|
panePaddingSmall: string;
|
|
2602
2610
|
panePaddingMedium: string;
|
|
2603
2611
|
panePaddingLarge: string;
|
|
2612
|
+
closeSize: string;
|
|
2613
|
+
closeIconSize: string;
|
|
2604
2614
|
}, any>>>;
|
|
2605
2615
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2606
2616
|
colorSegment: string;
|
|
@@ -2622,9 +2632,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2622
2632
|
tabTextColorActiveCard: string;
|
|
2623
2633
|
tabTextColorDisabledCard: string;
|
|
2624
2634
|
barColor: string;
|
|
2625
|
-
|
|
2635
|
+
closeIconColor: string;
|
|
2636
|
+
closeIconColorHover: string;
|
|
2637
|
+
closeIconColorPressed: string;
|
|
2626
2638
|
closeColorHover: string;
|
|
2627
2639
|
closeColorPressed: string;
|
|
2640
|
+
closeBorderRadius: string;
|
|
2628
2641
|
tabColor: string;
|
|
2629
2642
|
tabColorSegment: string;
|
|
2630
2643
|
tabBorderColor: string;
|
|
@@ -2663,12 +2676,15 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2663
2676
|
panePaddingSmall: string;
|
|
2664
2677
|
panePaddingMedium: string;
|
|
2665
2678
|
panePaddingLarge: string;
|
|
2679
|
+
closeSize: string;
|
|
2680
|
+
closeIconSize: string;
|
|
2666
2681
|
}, any>>>;
|
|
2667
2682
|
}, {
|
|
2668
2683
|
syncBarPosition: () => void;
|
|
2669
2684
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2670
2685
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
2671
2686
|
renderedNames: Set<string | number>;
|
|
2687
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
2672
2688
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
2673
2689
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
2674
2690
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -2733,9 +2749,14 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2733
2749
|
'--n-pane-text-color': string;
|
|
2734
2750
|
'--n-tab-border-color': string;
|
|
2735
2751
|
'--n-tab-border-radius': string;
|
|
2736
|
-
'--n-close-
|
|
2752
|
+
'--n-close-size': string;
|
|
2753
|
+
'--n-close-icon-size': string;
|
|
2737
2754
|
'--n-close-color-hover': string;
|
|
2738
2755
|
'--n-close-color-pressed': string;
|
|
2756
|
+
'--n-close-border-radius': string;
|
|
2757
|
+
'--n-close-icon-color': string;
|
|
2758
|
+
'--n-close-icon-color-hover': string;
|
|
2759
|
+
'--n-close-icon-color-pressed': string;
|
|
2739
2760
|
'--n-tab-color': string;
|
|
2740
2761
|
'--n-tab-font-weight': string;
|
|
2741
2762
|
'--n-tab-font-weight-active': string;
|
|
@@ -2750,7 +2771,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2750
2771
|
renderNameListRef: {
|
|
2751
2772
|
value: (string | number)[];
|
|
2752
2773
|
};
|
|
2753
|
-
onAnimationBeforeLeave: () => void;
|
|
2774
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
2754
2775
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
2755
2776
|
onAnimationAfterEnter: () => void;
|
|
2756
2777
|
onRender: (() => void) | undefined;
|
|
@@ -2809,9 +2830,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2809
2830
|
tabTextColorActiveCard: string;
|
|
2810
2831
|
tabTextColorDisabledCard: string;
|
|
2811
2832
|
barColor: string;
|
|
2812
|
-
|
|
2833
|
+
closeIconColor: string;
|
|
2834
|
+
closeIconColorHover: string;
|
|
2835
|
+
closeIconColorPressed: string;
|
|
2813
2836
|
closeColorHover: string;
|
|
2814
2837
|
closeColorPressed: string;
|
|
2838
|
+
closeBorderRadius: string;
|
|
2815
2839
|
tabColor: string;
|
|
2816
2840
|
tabColorSegment: string;
|
|
2817
2841
|
tabBorderColor: string;
|
|
@@ -2850,6 +2874,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2850
2874
|
panePaddingSmall: string;
|
|
2851
2875
|
panePaddingMedium: string;
|
|
2852
2876
|
panePaddingLarge: string;
|
|
2877
|
+
closeSize: string;
|
|
2878
|
+
closeIconSize: string;
|
|
2853
2879
|
}, any>>;
|
|
2854
2880
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2855
2881
|
colorSegment: string;
|
|
@@ -2871,9 +2897,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2871
2897
|
tabTextColorActiveCard: string;
|
|
2872
2898
|
tabTextColorDisabledCard: string;
|
|
2873
2899
|
barColor: string;
|
|
2874
|
-
|
|
2900
|
+
closeIconColor: string;
|
|
2901
|
+
closeIconColorHover: string;
|
|
2902
|
+
closeIconColorPressed: string;
|
|
2875
2903
|
closeColorHover: string;
|
|
2876
2904
|
closeColorPressed: string;
|
|
2905
|
+
closeBorderRadius: string;
|
|
2877
2906
|
tabColor: string;
|
|
2878
2907
|
tabColorSegment: string;
|
|
2879
2908
|
tabBorderColor: string;
|
|
@@ -2912,6 +2941,8 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2912
2941
|
panePaddingSmall: string;
|
|
2913
2942
|
panePaddingMedium: string;
|
|
2914
2943
|
panePaddingLarge: string;
|
|
2944
|
+
closeSize: string;
|
|
2945
|
+
closeIconSize: string;
|
|
2915
2946
|
}, any>>>;
|
|
2916
2947
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2917
2948
|
colorSegment: string;
|
|
@@ -2933,9 +2964,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2933
2964
|
tabTextColorActiveCard: string;
|
|
2934
2965
|
tabTextColorDisabledCard: string;
|
|
2935
2966
|
barColor: string;
|
|
2936
|
-
|
|
2967
|
+
closeIconColor: string;
|
|
2968
|
+
closeIconColorHover: string;
|
|
2969
|
+
closeIconColorPressed: string;
|
|
2937
2970
|
closeColorHover: string;
|
|
2938
2971
|
closeColorPressed: string;
|
|
2972
|
+
closeBorderRadius: string;
|
|
2939
2973
|
tabColor: string;
|
|
2940
2974
|
tabColorSegment: string;
|
|
2941
2975
|
tabBorderColor: string;
|
|
@@ -2974,14 +3008,16 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2974
3008
|
panePaddingSmall: string;
|
|
2975
3009
|
panePaddingMedium: string;
|
|
2976
3010
|
panePaddingLarge: string;
|
|
3011
|
+
closeSize: string;
|
|
3012
|
+
closeIconSize: string;
|
|
2977
3013
|
}, any>>>;
|
|
2978
3014
|
}>>, {
|
|
2979
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
2980
|
-
size: "small" | "medium" | "large";
|
|
2981
|
-
closable: boolean;
|
|
2982
|
-
trigger: "click" | "hover";
|
|
2983
|
-
animated: boolean;
|
|
2984
|
-
tabsPadding: number;
|
|
3015
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3016
|
+
readonly size: "small" | "medium" | "large";
|
|
3017
|
+
readonly closable: boolean;
|
|
3018
|
+
readonly trigger: "click" | "hover";
|
|
3019
|
+
readonly animated: boolean;
|
|
3020
|
+
readonly tabsPadding: number;
|
|
2985
3021
|
}>;
|
|
2986
3022
|
NConfigProvider: import("vue").DefineComponent<{
|
|
2987
3023
|
readonly abstract: BooleanConstructor;
|
|
@@ -3045,10 +3081,17 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3045
3081
|
confirm: string;
|
|
3046
3082
|
clear: string;
|
|
3047
3083
|
};
|
|
3048
|
-
|
|
3084
|
+
LegacyTransfer: {
|
|
3049
3085
|
sourceTitle: string;
|
|
3050
3086
|
targetTitle: string;
|
|
3051
3087
|
};
|
|
3088
|
+
Transfer: {
|
|
3089
|
+
selectAll: string;
|
|
3090
|
+
unselectAll: string;
|
|
3091
|
+
clearAll: string;
|
|
3092
|
+
total: (num: number) => string;
|
|
3093
|
+
selected: (num: number) => string;
|
|
3094
|
+
};
|
|
3052
3095
|
Empty: {
|
|
3053
3096
|
description: string;
|
|
3054
3097
|
};
|
|
@@ -3098,6 +3141,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3098
3141
|
tipZoomOut: string;
|
|
3099
3142
|
tipZoomIn: string;
|
|
3100
3143
|
tipClose: string;
|
|
3144
|
+
tipOriginalSize: string;
|
|
3101
3145
|
};
|
|
3102
3146
|
} | null>;
|
|
3103
3147
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -3191,10 +3235,17 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3191
3235
|
confirm: string;
|
|
3192
3236
|
clear: string;
|
|
3193
3237
|
};
|
|
3194
|
-
|
|
3238
|
+
LegacyTransfer: {
|
|
3195
3239
|
sourceTitle: string;
|
|
3196
3240
|
targetTitle: string;
|
|
3197
3241
|
};
|
|
3242
|
+
Transfer: {
|
|
3243
|
+
selectAll: string;
|
|
3244
|
+
unselectAll: string;
|
|
3245
|
+
clearAll: string;
|
|
3246
|
+
total: (num: number) => string;
|
|
3247
|
+
selected: (num: number) => string;
|
|
3248
|
+
};
|
|
3198
3249
|
Empty: {
|
|
3199
3250
|
description: string;
|
|
3200
3251
|
};
|
|
@@ -3244,6 +3295,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3244
3295
|
tipZoomOut: string;
|
|
3245
3296
|
tipZoomIn: string;
|
|
3246
3297
|
tipClose: string;
|
|
3298
|
+
tipOriginalSize: string;
|
|
3247
3299
|
};
|
|
3248
3300
|
} | null>;
|
|
3249
3301
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -3270,12 +3322,12 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3270
3322
|
readonly default: undefined;
|
|
3271
3323
|
};
|
|
3272
3324
|
}>>, {
|
|
3273
|
-
abstract: boolean;
|
|
3274
|
-
tag: string;
|
|
3275
|
-
as: string | undefined;
|
|
3276
|
-
bordered: boolean | undefined;
|
|
3277
|
-
preflightStyleDisabled: boolean;
|
|
3278
|
-
inlineThemeDisabled: boolean;
|
|
3325
|
+
readonly abstract: boolean;
|
|
3326
|
+
readonly tag: string;
|
|
3327
|
+
readonly as: string | undefined;
|
|
3328
|
+
readonly bordered: boolean | undefined;
|
|
3329
|
+
readonly preflightStyleDisabled: boolean;
|
|
3330
|
+
readonly inlineThemeDisabled: boolean;
|
|
3279
3331
|
}>;
|
|
3280
3332
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3281
3333
|
fieldList: {
|
|
@@ -2385,14 +2385,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2385
2385
|
labelTextAlignHorizontal: string;
|
|
2386
2386
|
}, any>>>;
|
|
2387
2387
|
}>>, {
|
|
2388
|
-
inline: boolean;
|
|
2389
|
-
disabled: boolean;
|
|
2390
|
-
onSubmit: (e: Event) => void;
|
|
2391
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
2392
|
-
model: Record<string, any>;
|
|
2393
|
-
showRequireMark: boolean | undefined;
|
|
2394
|
-
showFeedback: boolean;
|
|
2395
|
-
showLabel: boolean | undefined;
|
|
2388
|
+
readonly inline: boolean;
|
|
2389
|
+
readonly disabled: boolean;
|
|
2390
|
+
readonly onSubmit: (e: Event) => void;
|
|
2391
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
2392
|
+
readonly model: Record<string, any>;
|
|
2393
|
+
readonly showRequireMark: boolean | undefined;
|
|
2394
|
+
readonly showFeedback: boolean;
|
|
2395
|
+
readonly showLabel: boolean | undefined;
|
|
2396
2396
|
}>;
|
|
2397
2397
|
NTabPane: import("vue").DefineComponent<{
|
|
2398
2398
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -2441,9 +2441,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2441
2441
|
[key: string]: any;
|
|
2442
2442
|
}> | (() => import("vue").VNodeChild)>;
|
|
2443
2443
|
}>>, {
|
|
2444
|
-
disabled: boolean;
|
|
2445
|
-
closable: boolean | undefined;
|
|
2446
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
2444
|
+
readonly disabled: boolean;
|
|
2445
|
+
readonly closable: boolean | undefined;
|
|
2446
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
2447
2447
|
}>;
|
|
2448
2448
|
NTabs: import("vue").DefineComponent<{
|
|
2449
2449
|
readonly value: import("vue").PropType<string | number>;
|
|
@@ -2500,9 +2500,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2500
2500
|
tabTextColorActiveCard: string;
|
|
2501
2501
|
tabTextColorDisabledCard: string;
|
|
2502
2502
|
barColor: string;
|
|
2503
|
-
|
|
2503
|
+
closeIconColor: string;
|
|
2504
|
+
closeIconColorHover: string;
|
|
2505
|
+
closeIconColorPressed: string;
|
|
2504
2506
|
closeColorHover: string;
|
|
2505
2507
|
closeColorPressed: string;
|
|
2508
|
+
closeBorderRadius: string;
|
|
2506
2509
|
tabColor: string;
|
|
2507
2510
|
tabColorSegment: string;
|
|
2508
2511
|
tabBorderColor: string;
|
|
@@ -2541,6 +2544,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2541
2544
|
panePaddingSmall: string;
|
|
2542
2545
|
panePaddingMedium: string;
|
|
2543
2546
|
panePaddingLarge: string;
|
|
2547
|
+
closeSize: string;
|
|
2548
|
+
closeIconSize: string;
|
|
2544
2549
|
}, any>>;
|
|
2545
2550
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2546
2551
|
colorSegment: string;
|
|
@@ -2562,9 +2567,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2562
2567
|
tabTextColorActiveCard: string;
|
|
2563
2568
|
tabTextColorDisabledCard: string;
|
|
2564
2569
|
barColor: string;
|
|
2565
|
-
|
|
2570
|
+
closeIconColor: string;
|
|
2571
|
+
closeIconColorHover: string;
|
|
2572
|
+
closeIconColorPressed: string;
|
|
2566
2573
|
closeColorHover: string;
|
|
2567
2574
|
closeColorPressed: string;
|
|
2575
|
+
closeBorderRadius: string;
|
|
2568
2576
|
tabColor: string;
|
|
2569
2577
|
tabColorSegment: string;
|
|
2570
2578
|
tabBorderColor: string;
|
|
@@ -2603,6 +2611,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2603
2611
|
panePaddingSmall: string;
|
|
2604
2612
|
panePaddingMedium: string;
|
|
2605
2613
|
panePaddingLarge: string;
|
|
2614
|
+
closeSize: string;
|
|
2615
|
+
closeIconSize: string;
|
|
2606
2616
|
}, any>>>;
|
|
2607
2617
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2608
2618
|
colorSegment: string;
|
|
@@ -2624,9 +2634,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2624
2634
|
tabTextColorActiveCard: string;
|
|
2625
2635
|
tabTextColorDisabledCard: string;
|
|
2626
2636
|
barColor: string;
|
|
2627
|
-
|
|
2637
|
+
closeIconColor: string;
|
|
2638
|
+
closeIconColorHover: string;
|
|
2639
|
+
closeIconColorPressed: string;
|
|
2628
2640
|
closeColorHover: string;
|
|
2629
2641
|
closeColorPressed: string;
|
|
2642
|
+
closeBorderRadius: string;
|
|
2630
2643
|
tabColor: string;
|
|
2631
2644
|
tabColorSegment: string;
|
|
2632
2645
|
tabBorderColor: string;
|
|
@@ -2665,12 +2678,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2665
2678
|
panePaddingSmall: string;
|
|
2666
2679
|
panePaddingMedium: string;
|
|
2667
2680
|
panePaddingLarge: string;
|
|
2681
|
+
closeSize: string;
|
|
2682
|
+
closeIconSize: string;
|
|
2668
2683
|
}, any>>>;
|
|
2669
2684
|
}, {
|
|
2670
2685
|
syncBarPosition: () => void;
|
|
2671
2686
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
2672
2687
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
2673
2688
|
renderedNames: Set<string | number>;
|
|
2689
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
2674
2690
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
2675
2691
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
2676
2692
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -2735,9 +2751,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2735
2751
|
'--n-pane-text-color': string;
|
|
2736
2752
|
'--n-tab-border-color': string;
|
|
2737
2753
|
'--n-tab-border-radius': string;
|
|
2738
|
-
'--n-close-
|
|
2754
|
+
'--n-close-size': string;
|
|
2755
|
+
'--n-close-icon-size': string;
|
|
2739
2756
|
'--n-close-color-hover': string;
|
|
2740
2757
|
'--n-close-color-pressed': string;
|
|
2758
|
+
'--n-close-border-radius': string;
|
|
2759
|
+
'--n-close-icon-color': string;
|
|
2760
|
+
'--n-close-icon-color-hover': string;
|
|
2761
|
+
'--n-close-icon-color-pressed': string;
|
|
2741
2762
|
'--n-tab-color': string;
|
|
2742
2763
|
'--n-tab-font-weight': string;
|
|
2743
2764
|
'--n-tab-font-weight-active': string;
|
|
@@ -2752,7 +2773,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2752
2773
|
renderNameListRef: {
|
|
2753
2774
|
value: (string | number)[];
|
|
2754
2775
|
};
|
|
2755
|
-
onAnimationBeforeLeave: () => void;
|
|
2776
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
2756
2777
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
2757
2778
|
onAnimationAfterEnter: () => void;
|
|
2758
2779
|
onRender: (() => void) | undefined;
|
|
@@ -2811,9 +2832,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2811
2832
|
tabTextColorActiveCard: string;
|
|
2812
2833
|
tabTextColorDisabledCard: string;
|
|
2813
2834
|
barColor: string;
|
|
2814
|
-
|
|
2835
|
+
closeIconColor: string;
|
|
2836
|
+
closeIconColorHover: string;
|
|
2837
|
+
closeIconColorPressed: string;
|
|
2815
2838
|
closeColorHover: string;
|
|
2816
2839
|
closeColorPressed: string;
|
|
2840
|
+
closeBorderRadius: string;
|
|
2817
2841
|
tabColor: string;
|
|
2818
2842
|
tabColorSegment: string;
|
|
2819
2843
|
tabBorderColor: string;
|
|
@@ -2852,6 +2876,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2852
2876
|
panePaddingSmall: string;
|
|
2853
2877
|
panePaddingMedium: string;
|
|
2854
2878
|
panePaddingLarge: string;
|
|
2879
|
+
closeSize: string;
|
|
2880
|
+
closeIconSize: string;
|
|
2855
2881
|
}, any>>;
|
|
2856
2882
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2857
2883
|
colorSegment: string;
|
|
@@ -2873,9 +2899,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2873
2899
|
tabTextColorActiveCard: string;
|
|
2874
2900
|
tabTextColorDisabledCard: string;
|
|
2875
2901
|
barColor: string;
|
|
2876
|
-
|
|
2902
|
+
closeIconColor: string;
|
|
2903
|
+
closeIconColorHover: string;
|
|
2904
|
+
closeIconColorPressed: string;
|
|
2877
2905
|
closeColorHover: string;
|
|
2878
2906
|
closeColorPressed: string;
|
|
2907
|
+
closeBorderRadius: string;
|
|
2879
2908
|
tabColor: string;
|
|
2880
2909
|
tabColorSegment: string;
|
|
2881
2910
|
tabBorderColor: string;
|
|
@@ -2914,6 +2943,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2914
2943
|
panePaddingSmall: string;
|
|
2915
2944
|
panePaddingMedium: string;
|
|
2916
2945
|
panePaddingLarge: string;
|
|
2946
|
+
closeSize: string;
|
|
2947
|
+
closeIconSize: string;
|
|
2917
2948
|
}, any>>>;
|
|
2918
2949
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
2919
2950
|
colorSegment: string;
|
|
@@ -2935,9 +2966,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2935
2966
|
tabTextColorActiveCard: string;
|
|
2936
2967
|
tabTextColorDisabledCard: string;
|
|
2937
2968
|
barColor: string;
|
|
2938
|
-
|
|
2969
|
+
closeIconColor: string;
|
|
2970
|
+
closeIconColorHover: string;
|
|
2971
|
+
closeIconColorPressed: string;
|
|
2939
2972
|
closeColorHover: string;
|
|
2940
2973
|
closeColorPressed: string;
|
|
2974
|
+
closeBorderRadius: string;
|
|
2941
2975
|
tabColor: string;
|
|
2942
2976
|
tabColorSegment: string;
|
|
2943
2977
|
tabBorderColor: string;
|
|
@@ -2976,14 +3010,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2976
3010
|
panePaddingSmall: string;
|
|
2977
3011
|
panePaddingMedium: string;
|
|
2978
3012
|
panePaddingLarge: string;
|
|
3013
|
+
closeSize: string;
|
|
3014
|
+
closeIconSize: string;
|
|
2979
3015
|
}, any>>>;
|
|
2980
3016
|
}>>, {
|
|
2981
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
2982
|
-
size: "small" | "medium" | "large";
|
|
2983
|
-
closable: boolean;
|
|
2984
|
-
trigger: "click" | "hover";
|
|
2985
|
-
animated: boolean;
|
|
2986
|
-
tabsPadding: number;
|
|
3017
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
3018
|
+
readonly size: "small" | "medium" | "large";
|
|
3019
|
+
readonly closable: boolean;
|
|
3020
|
+
readonly trigger: "click" | "hover";
|
|
3021
|
+
readonly animated: boolean;
|
|
3022
|
+
readonly tabsPadding: number;
|
|
2987
3023
|
}>;
|
|
2988
3024
|
NConfigProvider: import("vue").DefineComponent<{
|
|
2989
3025
|
readonly abstract: BooleanConstructor;
|
|
@@ -3047,10 +3083,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3047
3083
|
confirm: string;
|
|
3048
3084
|
clear: string;
|
|
3049
3085
|
};
|
|
3050
|
-
|
|
3086
|
+
LegacyTransfer: {
|
|
3051
3087
|
sourceTitle: string;
|
|
3052
3088
|
targetTitle: string;
|
|
3053
3089
|
};
|
|
3090
|
+
Transfer: {
|
|
3091
|
+
selectAll: string;
|
|
3092
|
+
unselectAll: string;
|
|
3093
|
+
clearAll: string;
|
|
3094
|
+
total: (num: number) => string;
|
|
3095
|
+
selected: (num: number) => string;
|
|
3096
|
+
};
|
|
3054
3097
|
Empty: {
|
|
3055
3098
|
description: string;
|
|
3056
3099
|
};
|
|
@@ -3100,6 +3143,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3100
3143
|
tipZoomOut: string;
|
|
3101
3144
|
tipZoomIn: string;
|
|
3102
3145
|
tipClose: string;
|
|
3146
|
+
tipOriginalSize: string;
|
|
3103
3147
|
};
|
|
3104
3148
|
} | null>;
|
|
3105
3149
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -3193,10 +3237,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3193
3237
|
confirm: string;
|
|
3194
3238
|
clear: string;
|
|
3195
3239
|
};
|
|
3196
|
-
|
|
3240
|
+
LegacyTransfer: {
|
|
3197
3241
|
sourceTitle: string;
|
|
3198
3242
|
targetTitle: string;
|
|
3199
3243
|
};
|
|
3244
|
+
Transfer: {
|
|
3245
|
+
selectAll: string;
|
|
3246
|
+
unselectAll: string;
|
|
3247
|
+
clearAll: string;
|
|
3248
|
+
total: (num: number) => string;
|
|
3249
|
+
selected: (num: number) => string;
|
|
3250
|
+
};
|
|
3200
3251
|
Empty: {
|
|
3201
3252
|
description: string;
|
|
3202
3253
|
};
|
|
@@ -3246,6 +3297,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3246
3297
|
tipZoomOut: string;
|
|
3247
3298
|
tipZoomIn: string;
|
|
3248
3299
|
tipClose: string;
|
|
3300
|
+
tipOriginalSize: string;
|
|
3249
3301
|
};
|
|
3250
3302
|
} | null>;
|
|
3251
3303
|
readonly dateLocale: import("vue").PropType<import("naive-ui/es/locales/date/enUS").NDateLocale | null>;
|
|
@@ -3272,12 +3324,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3272
3324
|
readonly default: undefined;
|
|
3273
3325
|
};
|
|
3274
3326
|
}>>, {
|
|
3275
|
-
abstract: boolean;
|
|
3276
|
-
tag: string;
|
|
3277
|
-
as: string | undefined;
|
|
3278
|
-
bordered: boolean | undefined;
|
|
3279
|
-
preflightStyleDisabled: boolean;
|
|
3280
|
-
inlineThemeDisabled: boolean;
|
|
3327
|
+
readonly abstract: boolean;
|
|
3328
|
+
readonly tag: string;
|
|
3329
|
+
readonly as: string | undefined;
|
|
3330
|
+
readonly bordered: boolean | undefined;
|
|
3331
|
+
readonly preflightStyleDisabled: boolean;
|
|
3332
|
+
readonly inlineThemeDisabled: boolean;
|
|
3281
3333
|
}>;
|
|
3282
3334
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "formChange"[], "formChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3283
3335
|
fieldList: {
|