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
|
@@ -405,9 +405,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
405
405
|
readonly type: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[]>;
|
|
406
406
|
readonly default: () => never[];
|
|
407
407
|
};
|
|
408
|
+
readonly menuProps: import("vue").PropType<import("naive-ui").DropdownMenuProps>;
|
|
408
409
|
readonly showArrow: BooleanConstructor;
|
|
409
410
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
|
|
410
411
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
|
|
412
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
|
|
413
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
411
414
|
readonly labelField: {
|
|
412
415
|
readonly type: StringConstructor;
|
|
413
416
|
readonly default: "label";
|
|
@@ -470,9 +473,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
473
|
readonly scrollable: BooleanConstructor;
|
|
471
474
|
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
472
475
|
readonly headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
476
|
+
readonly footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
473
477
|
readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
474
478
|
readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
475
479
|
readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
480
|
+
readonly internalDeactivateImmediately: BooleanConstructor;
|
|
476
481
|
readonly internalSyncTargetWithParent: BooleanConstructor;
|
|
477
482
|
readonly internalInheritedEventHandlers: {
|
|
478
483
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -534,10 +539,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
534
539
|
opacity5: string;
|
|
535
540
|
dividerColor: string;
|
|
536
541
|
borderColor: string;
|
|
537
|
-
|
|
542
|
+
closeIconColor: string;
|
|
543
|
+
closeIconColorHover: string;
|
|
544
|
+
closeIconColorPressed: string;
|
|
538
545
|
closeColorHover: string;
|
|
539
546
|
closeColorPressed: string;
|
|
540
|
-
closeColorDisabled: string;
|
|
541
547
|
clearColor: string;
|
|
542
548
|
clearColorHover: string;
|
|
543
549
|
clearColorPressed: string;
|
|
@@ -679,6 +685,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
679
685
|
}>;
|
|
680
686
|
tmNodes: import("vue").ComputedRef<import("treemate").TreeNode<import("naive-ui").MenuOption | import("naive-ui/es/menu/src/interface").MenuRenderOption, import("naive-ui").MenuGroupOption, import("naive-ui/es/menu/src/interface").MenuIgnoredOption>[]>;
|
|
681
687
|
mergedShow: import("vue").ComputedRef<boolean>;
|
|
688
|
+
handleAfterLeave: () => void;
|
|
682
689
|
doUpdateShow: (value: boolean) => void;
|
|
683
690
|
cssVars: import("vue").ComputedRef<any> | undefined;
|
|
684
691
|
themeClass: import("vue").Ref<string> | undefined;
|
|
@@ -916,9 +923,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
916
923
|
readonly type: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[]>;
|
|
917
924
|
readonly default: () => never[];
|
|
918
925
|
};
|
|
926
|
+
readonly menuProps: import("vue").PropType<import("naive-ui").DropdownMenuProps>;
|
|
919
927
|
readonly showArrow: BooleanConstructor;
|
|
920
928
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderLabel>;
|
|
921
929
|
readonly renderIcon: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderIcon>;
|
|
930
|
+
readonly renderOption: import("vue").PropType<import("naive-ui/es/dropdown/src/interface").RenderOption>;
|
|
931
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").MenuNodeProps>;
|
|
922
932
|
readonly labelField: {
|
|
923
933
|
readonly type: StringConstructor;
|
|
924
934
|
readonly default: "label";
|
|
@@ -981,9 +991,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
981
991
|
readonly scrollable: BooleanConstructor;
|
|
982
992
|
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
983
993
|
readonly headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
994
|
+
readonly footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
984
995
|
readonly onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
985
996
|
readonly 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
986
997
|
readonly onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
998
|
+
readonly internalDeactivateImmediately: BooleanConstructor;
|
|
987
999
|
readonly internalSyncTargetWithParent: BooleanConstructor;
|
|
988
1000
|
readonly internalInheritedEventHandlers: {
|
|
989
1001
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1003,36 +1015,37 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1003
1015
|
readonly minWidth: NumberConstructor;
|
|
1004
1016
|
readonly maxWidth: NumberConstructor;
|
|
1005
1017
|
}>>, {
|
|
1006
|
-
size: "small" | "medium" | "large" | "huge";
|
|
1007
|
-
show: boolean | undefined;
|
|
1008
|
-
flip: boolean;
|
|
1009
|
-
width: number | "trigger";
|
|
1010
|
-
disabled: boolean;
|
|
1011
|
-
duration: number;
|
|
1012
|
-
to: string | boolean | HTMLElement;
|
|
1013
|
-
options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
|
|
1014
|
-
raw: boolean;
|
|
1015
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
1016
|
-
overlap: boolean;
|
|
1017
|
-
keyField: string;
|
|
1018
|
-
scrollable: boolean;
|
|
1019
|
-
trigger: import("naive-ui").PopoverTrigger;
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1018
|
+
readonly size: "small" | "medium" | "large" | "huge";
|
|
1019
|
+
readonly show: boolean | undefined;
|
|
1020
|
+
readonly flip: boolean;
|
|
1021
|
+
readonly width: number | "trigger";
|
|
1022
|
+
readonly disabled: boolean;
|
|
1023
|
+
readonly duration: number;
|
|
1024
|
+
readonly to: string | boolean | HTMLElement;
|
|
1025
|
+
readonly options: import("naive-ui/es/dropdown/src/interface").DropdownMixedOption[];
|
|
1026
|
+
readonly raw: boolean;
|
|
1027
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
1028
|
+
readonly overlap: boolean;
|
|
1029
|
+
readonly keyField: string;
|
|
1030
|
+
readonly scrollable: boolean;
|
|
1031
|
+
readonly trigger: import("naive-ui").PopoverTrigger;
|
|
1032
|
+
readonly labelField: string;
|
|
1033
|
+
readonly showArrow: boolean;
|
|
1034
|
+
readonly delay: number;
|
|
1035
|
+
readonly arrowPointToCenter: boolean;
|
|
1036
|
+
readonly displayDirective: "show" | "if";
|
|
1037
|
+
readonly keepAliveOnHover: boolean;
|
|
1038
|
+
readonly internalDeactivateImmediately: boolean;
|
|
1039
|
+
readonly animated: boolean;
|
|
1040
|
+
readonly internalTrapFocus: boolean;
|
|
1041
|
+
readonly defaultShow: boolean;
|
|
1042
|
+
readonly internalSyncTargetWithParent: boolean;
|
|
1043
|
+
readonly internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
|
|
1044
|
+
readonly internalExtraClass: string[];
|
|
1045
|
+
readonly arrow: boolean | undefined;
|
|
1046
|
+
readonly childrenField: string;
|
|
1047
|
+
readonly keyboard: boolean;
|
|
1048
|
+
readonly inverted: boolean;
|
|
1036
1049
|
}>;
|
|
1037
1050
|
NButton: import("vue").DefineComponent<{
|
|
1038
1051
|
readonly color: StringConstructor;
|
|
@@ -1079,7 +1092,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1079
1092
|
readonly default: true;
|
|
1080
1093
|
};
|
|
1081
1094
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1082
|
-
readonly nativeFocusBehavior:
|
|
1095
|
+
readonly nativeFocusBehavior: {
|
|
1096
|
+
readonly type: BooleanConstructor;
|
|
1097
|
+
readonly default: boolean;
|
|
1098
|
+
};
|
|
1083
1099
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1084
1100
|
heightTiny: string;
|
|
1085
1101
|
heightSmall: string;
|
|
@@ -1793,7 +1809,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1793
1809
|
readonly default: true;
|
|
1794
1810
|
};
|
|
1795
1811
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1796
|
-
readonly nativeFocusBehavior:
|
|
1812
|
+
readonly nativeFocusBehavior: {
|
|
1813
|
+
readonly type: BooleanConstructor;
|
|
1814
|
+
readonly default: boolean;
|
|
1815
|
+
};
|
|
1797
1816
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1798
1817
|
heightTiny: string;
|
|
1799
1818
|
heightSmall: string;
|
|
@@ -2407,26 +2426,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2407
2426
|
rippleDuration: string;
|
|
2408
2427
|
}, any>>>;
|
|
2409
2428
|
}>>, {
|
|
2410
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
2411
|
-
tag: keyof HTMLElementTagNameMap;
|
|
2412
|
-
block: boolean;
|
|
2413
|
-
round: boolean;
|
|
2414
|
-
dashed: boolean;
|
|
2415
|
-
text: boolean;
|
|
2416
|
-
circle: boolean;
|
|
2417
|
-
disabled: boolean;
|
|
2418
|
-
focusable: boolean;
|
|
2419
|
-
strong: boolean;
|
|
2420
|
-
loading: boolean;
|
|
2421
|
-
bordered: boolean;
|
|
2422
|
-
tertiary: boolean;
|
|
2423
|
-
ghost: boolean;
|
|
2424
|
-
keyboard: boolean;
|
|
2425
|
-
secondary: boolean;
|
|
2426
|
-
quaternary: boolean;
|
|
2427
|
-
iconPlacement: "left" | "right";
|
|
2428
|
-
attrType: "button" | "reset" | "submit";
|
|
2429
|
-
nativeFocusBehavior: boolean;
|
|
2429
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
2430
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
2431
|
+
readonly block: boolean;
|
|
2432
|
+
readonly round: boolean;
|
|
2433
|
+
readonly dashed: boolean;
|
|
2434
|
+
readonly text: boolean;
|
|
2435
|
+
readonly circle: boolean;
|
|
2436
|
+
readonly disabled: boolean;
|
|
2437
|
+
readonly focusable: boolean;
|
|
2438
|
+
readonly strong: boolean;
|
|
2439
|
+
readonly loading: boolean;
|
|
2440
|
+
readonly bordered: boolean;
|
|
2441
|
+
readonly tertiary: boolean;
|
|
2442
|
+
readonly ghost: boolean;
|
|
2443
|
+
readonly keyboard: boolean;
|
|
2444
|
+
readonly secondary: boolean;
|
|
2445
|
+
readonly quaternary: boolean;
|
|
2446
|
+
readonly iconPlacement: "left" | "right";
|
|
2447
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
2448
|
+
readonly nativeFocusBehavior: boolean;
|
|
2430
2449
|
}>;
|
|
2431
2450
|
NIcon: import("vue").DefineComponent<{
|
|
2432
2451
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|
|
@@ -2541,6 +2560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2541
2560
|
restoreValidation: () => void;
|
|
2542
2561
|
} | null>;
|
|
2543
2562
|
handleClickClose: () => void;
|
|
2563
|
+
loading: import("vue").Ref<boolean>;
|
|
2544
2564
|
submit: () => Promise<false | undefined>;
|
|
2545
2565
|
handleClickSubmit: () => void;
|
|
2546
2566
|
NButton: import("vue").DefineComponent<{
|
|
@@ -2588,7 +2608,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2588
2608
|
readonly default: true;
|
|
2589
2609
|
};
|
|
2590
2610
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2591
|
-
readonly nativeFocusBehavior:
|
|
2611
|
+
readonly nativeFocusBehavior: {
|
|
2612
|
+
readonly type: BooleanConstructor;
|
|
2613
|
+
readonly default: boolean;
|
|
2614
|
+
};
|
|
2592
2615
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2593
2616
|
heightTiny: string;
|
|
2594
2617
|
heightSmall: string;
|
|
@@ -3302,7 +3325,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3302
3325
|
readonly default: true;
|
|
3303
3326
|
};
|
|
3304
3327
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
3305
|
-
readonly nativeFocusBehavior:
|
|
3328
|
+
readonly nativeFocusBehavior: {
|
|
3329
|
+
readonly type: BooleanConstructor;
|
|
3330
|
+
readonly default: boolean;
|
|
3331
|
+
};
|
|
3306
3332
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
3307
3333
|
heightTiny: string;
|
|
3308
3334
|
heightSmall: string;
|
|
@@ -3916,26 +3942,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3916
3942
|
rippleDuration: string;
|
|
3917
3943
|
}, any>>>;
|
|
3918
3944
|
}>>, {
|
|
3919
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3920
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3921
|
-
block: boolean;
|
|
3922
|
-
round: boolean;
|
|
3923
|
-
dashed: boolean;
|
|
3924
|
-
text: boolean;
|
|
3925
|
-
circle: boolean;
|
|
3926
|
-
disabled: boolean;
|
|
3927
|
-
focusable: boolean;
|
|
3928
|
-
strong: boolean;
|
|
3929
|
-
loading: boolean;
|
|
3930
|
-
bordered: boolean;
|
|
3931
|
-
tertiary: boolean;
|
|
3932
|
-
ghost: boolean;
|
|
3933
|
-
keyboard: boolean;
|
|
3934
|
-
secondary: boolean;
|
|
3935
|
-
quaternary: boolean;
|
|
3936
|
-
iconPlacement: "left" | "right";
|
|
3937
|
-
attrType: "button" | "reset" | "submit";
|
|
3938
|
-
nativeFocusBehavior: boolean;
|
|
3945
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3946
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3947
|
+
readonly block: boolean;
|
|
3948
|
+
readonly round: boolean;
|
|
3949
|
+
readonly dashed: boolean;
|
|
3950
|
+
readonly text: boolean;
|
|
3951
|
+
readonly circle: boolean;
|
|
3952
|
+
readonly disabled: boolean;
|
|
3953
|
+
readonly focusable: boolean;
|
|
3954
|
+
readonly strong: boolean;
|
|
3955
|
+
readonly loading: boolean;
|
|
3956
|
+
readonly bordered: boolean;
|
|
3957
|
+
readonly tertiary: boolean;
|
|
3958
|
+
readonly ghost: boolean;
|
|
3959
|
+
readonly keyboard: boolean;
|
|
3960
|
+
readonly secondary: boolean;
|
|
3961
|
+
readonly quaternary: boolean;
|
|
3962
|
+
readonly iconPlacement: "left" | "right";
|
|
3963
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3964
|
+
readonly nativeFocusBehavior: boolean;
|
|
3939
3965
|
}>;
|
|
3940
3966
|
NModal: import("vue").DefineComponent<{
|
|
3941
3967
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -4047,9 +4073,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4047
4073
|
titleTextColor: string;
|
|
4048
4074
|
textColor: string;
|
|
4049
4075
|
color: string;
|
|
4050
|
-
closeColor: string;
|
|
4051
4076
|
closeColorHover: string;
|
|
4052
4077
|
closeColorPressed: string;
|
|
4078
|
+
closeIconColor: string;
|
|
4079
|
+
closeIconColorHover: string;
|
|
4080
|
+
closeIconColorPressed: string;
|
|
4081
|
+
closeBorderRadius: string;
|
|
4053
4082
|
iconColor: string;
|
|
4054
4083
|
iconColorInfo: string;
|
|
4055
4084
|
iconColorSuccess: string;
|
|
@@ -4065,6 +4094,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4065
4094
|
iconMargin: string;
|
|
4066
4095
|
iconMarginIconTop: string;
|
|
4067
4096
|
closeSize: string;
|
|
4097
|
+
closeIconSize: string;
|
|
4068
4098
|
closeMargin: string;
|
|
4069
4099
|
closeMarginIconTop: string;
|
|
4070
4100
|
}, {
|
|
@@ -4280,14 +4310,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4280
4310
|
colorPopover: string;
|
|
4281
4311
|
colorTarget: string;
|
|
4282
4312
|
colorEmbedded: string;
|
|
4313
|
+
colorEmbeddedModal: string;
|
|
4314
|
+
colorEmbeddedPopover: string;
|
|
4283
4315
|
textColor: string;
|
|
4284
4316
|
titleTextColor: string;
|
|
4285
4317
|
borderColor: string;
|
|
4286
4318
|
actionColor: string;
|
|
4287
4319
|
titleFontWeight: string;
|
|
4288
|
-
closeColor: string;
|
|
4289
4320
|
closeColorHover: string;
|
|
4290
4321
|
closeColorPressed: string;
|
|
4322
|
+
closeBorderRadius: string;
|
|
4323
|
+
closeIconColor: string;
|
|
4324
|
+
closeIconColorHover: string;
|
|
4325
|
+
closeIconColorPressed: string;
|
|
4291
4326
|
fontSizeSmall: string;
|
|
4292
4327
|
fontSizeMedium: string;
|
|
4293
4328
|
fontSizeLarge: string;
|
|
@@ -4302,6 +4337,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4302
4337
|
titleFontSizeMedium: string;
|
|
4303
4338
|
titleFontSizeLarge: string;
|
|
4304
4339
|
titleFontSizeHuge: string;
|
|
4340
|
+
closeIconSize: string;
|
|
4305
4341
|
closeSize: string;
|
|
4306
4342
|
}, any>;
|
|
4307
4343
|
}>>;
|
|
@@ -4321,9 +4357,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4321
4357
|
titleTextColor: string;
|
|
4322
4358
|
textColor: string;
|
|
4323
4359
|
color: string;
|
|
4324
|
-
closeColor: string;
|
|
4325
4360
|
closeColorHover: string;
|
|
4326
4361
|
closeColorPressed: string;
|
|
4362
|
+
closeIconColor: string;
|
|
4363
|
+
closeIconColorHover: string;
|
|
4364
|
+
closeIconColorPressed: string;
|
|
4365
|
+
closeBorderRadius: string;
|
|
4327
4366
|
iconColor: string;
|
|
4328
4367
|
iconColorInfo: string;
|
|
4329
4368
|
iconColorSuccess: string;
|
|
@@ -4339,6 +4378,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4339
4378
|
iconMargin: string;
|
|
4340
4379
|
iconMarginIconTop: string;
|
|
4341
4380
|
closeSize: string;
|
|
4381
|
+
closeIconSize: string;
|
|
4342
4382
|
closeMargin: string;
|
|
4343
4383
|
closeMarginIconTop: string;
|
|
4344
4384
|
}, {
|
|
@@ -4554,14 +4594,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4554
4594
|
colorPopover: string;
|
|
4555
4595
|
colorTarget: string;
|
|
4556
4596
|
colorEmbedded: string;
|
|
4597
|
+
colorEmbeddedModal: string;
|
|
4598
|
+
colorEmbeddedPopover: string;
|
|
4557
4599
|
textColor: string;
|
|
4558
4600
|
titleTextColor: string;
|
|
4559
4601
|
borderColor: string;
|
|
4560
4602
|
actionColor: string;
|
|
4561
4603
|
titleFontWeight: string;
|
|
4562
|
-
closeColor: string;
|
|
4563
4604
|
closeColorHover: string;
|
|
4564
4605
|
closeColorPressed: string;
|
|
4606
|
+
closeBorderRadius: string;
|
|
4607
|
+
closeIconColor: string;
|
|
4608
|
+
closeIconColorHover: string;
|
|
4609
|
+
closeIconColorPressed: string;
|
|
4565
4610
|
fontSizeSmall: string;
|
|
4566
4611
|
fontSizeMedium: string;
|
|
4567
4612
|
fontSizeLarge: string;
|
|
@@ -4576,6 +4621,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4576
4621
|
titleFontSizeMedium: string;
|
|
4577
4622
|
titleFontSizeLarge: string;
|
|
4578
4623
|
titleFontSizeHuge: string;
|
|
4624
|
+
closeIconSize: string;
|
|
4579
4625
|
closeSize: string;
|
|
4580
4626
|
}, any>;
|
|
4581
4627
|
}>>>;
|
|
@@ -4595,9 +4641,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4595
4641
|
titleTextColor: string;
|
|
4596
4642
|
textColor: string;
|
|
4597
4643
|
color: string;
|
|
4598
|
-
closeColor: string;
|
|
4599
4644
|
closeColorHover: string;
|
|
4600
4645
|
closeColorPressed: string;
|
|
4646
|
+
closeIconColor: string;
|
|
4647
|
+
closeIconColorHover: string;
|
|
4648
|
+
closeIconColorPressed: string;
|
|
4649
|
+
closeBorderRadius: string;
|
|
4601
4650
|
iconColor: string;
|
|
4602
4651
|
iconColorInfo: string;
|
|
4603
4652
|
iconColorSuccess: string;
|
|
@@ -4613,6 +4662,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4613
4662
|
iconMargin: string;
|
|
4614
4663
|
iconMarginIconTop: string;
|
|
4615
4664
|
closeSize: string;
|
|
4665
|
+
closeIconSize: string;
|
|
4616
4666
|
closeMargin: string;
|
|
4617
4667
|
closeMarginIconTop: string;
|
|
4618
4668
|
}, {
|
|
@@ -4828,14 +4878,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4828
4878
|
colorPopover: string;
|
|
4829
4879
|
colorTarget: string;
|
|
4830
4880
|
colorEmbedded: string;
|
|
4881
|
+
colorEmbeddedModal: string;
|
|
4882
|
+
colorEmbeddedPopover: string;
|
|
4831
4883
|
textColor: string;
|
|
4832
4884
|
titleTextColor: string;
|
|
4833
4885
|
borderColor: string;
|
|
4834
4886
|
actionColor: string;
|
|
4835
4887
|
titleFontWeight: string;
|
|
4836
|
-
closeColor: string;
|
|
4837
4888
|
closeColorHover: string;
|
|
4838
4889
|
closeColorPressed: string;
|
|
4890
|
+
closeBorderRadius: string;
|
|
4891
|
+
closeIconColor: string;
|
|
4892
|
+
closeIconColorHover: string;
|
|
4893
|
+
closeIconColorPressed: string;
|
|
4839
4894
|
fontSizeSmall: string;
|
|
4840
4895
|
fontSizeMedium: string;
|
|
4841
4896
|
fontSizeLarge: string;
|
|
@@ -4850,6 +4905,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4850
4905
|
titleFontSizeMedium: string;
|
|
4851
4906
|
titleFontSizeLarge: string;
|
|
4852
4907
|
titleFontSizeHuge: string;
|
|
4908
|
+
closeIconSize: string;
|
|
4853
4909
|
closeSize: string;
|
|
4854
4910
|
}, any>;
|
|
4855
4911
|
}>>>;
|
|
@@ -4985,9 +5041,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4985
5041
|
titleTextColor: string;
|
|
4986
5042
|
textColor: string;
|
|
4987
5043
|
color: string;
|
|
4988
|
-
closeColor: string;
|
|
4989
5044
|
closeColorHover: string;
|
|
4990
5045
|
closeColorPressed: string;
|
|
5046
|
+
closeIconColor: string;
|
|
5047
|
+
closeIconColorHover: string;
|
|
5048
|
+
closeIconColorPressed: string;
|
|
5049
|
+
closeBorderRadius: string;
|
|
4991
5050
|
iconColor: string;
|
|
4992
5051
|
iconColorInfo: string;
|
|
4993
5052
|
iconColorSuccess: string;
|
|
@@ -5003,6 +5062,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5003
5062
|
iconMargin: string;
|
|
5004
5063
|
iconMarginIconTop: string;
|
|
5005
5064
|
closeSize: string;
|
|
5065
|
+
closeIconSize: string;
|
|
5006
5066
|
closeMargin: string;
|
|
5007
5067
|
closeMarginIconTop: string;
|
|
5008
5068
|
}, {
|
|
@@ -5218,14 +5278,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5218
5278
|
colorPopover: string;
|
|
5219
5279
|
colorTarget: string;
|
|
5220
5280
|
colorEmbedded: string;
|
|
5281
|
+
colorEmbeddedModal: string;
|
|
5282
|
+
colorEmbeddedPopover: string;
|
|
5221
5283
|
textColor: string;
|
|
5222
5284
|
titleTextColor: string;
|
|
5223
5285
|
borderColor: string;
|
|
5224
5286
|
actionColor: string;
|
|
5225
5287
|
titleFontWeight: string;
|
|
5226
|
-
closeColor: string;
|
|
5227
5288
|
closeColorHover: string;
|
|
5228
5289
|
closeColorPressed: string;
|
|
5290
|
+
closeBorderRadius: string;
|
|
5291
|
+
closeIconColor: string;
|
|
5292
|
+
closeIconColorHover: string;
|
|
5293
|
+
closeIconColorPressed: string;
|
|
5229
5294
|
fontSizeSmall: string;
|
|
5230
5295
|
fontSizeMedium: string;
|
|
5231
5296
|
fontSizeLarge: string;
|
|
@@ -5240,6 +5305,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5240
5305
|
titleFontSizeMedium: string;
|
|
5241
5306
|
titleFontSizeLarge: string;
|
|
5242
5307
|
titleFontSizeHuge: string;
|
|
5308
|
+
closeIconSize: string;
|
|
5243
5309
|
closeSize: string;
|
|
5244
5310
|
}, any>;
|
|
5245
5311
|
}>>;
|
|
@@ -5259,9 +5325,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5259
5325
|
titleTextColor: string;
|
|
5260
5326
|
textColor: string;
|
|
5261
5327
|
color: string;
|
|
5262
|
-
closeColor: string;
|
|
5263
5328
|
closeColorHover: string;
|
|
5264
5329
|
closeColorPressed: string;
|
|
5330
|
+
closeIconColor: string;
|
|
5331
|
+
closeIconColorHover: string;
|
|
5332
|
+
closeIconColorPressed: string;
|
|
5333
|
+
closeBorderRadius: string;
|
|
5265
5334
|
iconColor: string;
|
|
5266
5335
|
iconColorInfo: string;
|
|
5267
5336
|
iconColorSuccess: string;
|
|
@@ -5277,6 +5346,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5277
5346
|
iconMargin: string;
|
|
5278
5347
|
iconMarginIconTop: string;
|
|
5279
5348
|
closeSize: string;
|
|
5349
|
+
closeIconSize: string;
|
|
5280
5350
|
closeMargin: string;
|
|
5281
5351
|
closeMarginIconTop: string;
|
|
5282
5352
|
}, {
|
|
@@ -5492,14 +5562,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5492
5562
|
colorPopover: string;
|
|
5493
5563
|
colorTarget: string;
|
|
5494
5564
|
colorEmbedded: string;
|
|
5565
|
+
colorEmbeddedModal: string;
|
|
5566
|
+
colorEmbeddedPopover: string;
|
|
5495
5567
|
textColor: string;
|
|
5496
5568
|
titleTextColor: string;
|
|
5497
5569
|
borderColor: string;
|
|
5498
5570
|
actionColor: string;
|
|
5499
5571
|
titleFontWeight: string;
|
|
5500
|
-
closeColor: string;
|
|
5501
5572
|
closeColorHover: string;
|
|
5502
5573
|
closeColorPressed: string;
|
|
5574
|
+
closeBorderRadius: string;
|
|
5575
|
+
closeIconColor: string;
|
|
5576
|
+
closeIconColorHover: string;
|
|
5577
|
+
closeIconColorPressed: string;
|
|
5503
5578
|
fontSizeSmall: string;
|
|
5504
5579
|
fontSizeMedium: string;
|
|
5505
5580
|
fontSizeLarge: string;
|
|
@@ -5514,6 +5589,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5514
5589
|
titleFontSizeMedium: string;
|
|
5515
5590
|
titleFontSizeLarge: string;
|
|
5516
5591
|
titleFontSizeHuge: string;
|
|
5592
|
+
closeIconSize: string;
|
|
5517
5593
|
closeSize: string;
|
|
5518
5594
|
}, any>;
|
|
5519
5595
|
}>>>;
|
|
@@ -5533,9 +5609,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5533
5609
|
titleTextColor: string;
|
|
5534
5610
|
textColor: string;
|
|
5535
5611
|
color: string;
|
|
5536
|
-
closeColor: string;
|
|
5537
5612
|
closeColorHover: string;
|
|
5538
5613
|
closeColorPressed: string;
|
|
5614
|
+
closeIconColor: string;
|
|
5615
|
+
closeIconColorHover: string;
|
|
5616
|
+
closeIconColorPressed: string;
|
|
5617
|
+
closeBorderRadius: string;
|
|
5539
5618
|
iconColor: string;
|
|
5540
5619
|
iconColorInfo: string;
|
|
5541
5620
|
iconColorSuccess: string;
|
|
@@ -5551,6 +5630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5551
5630
|
iconMargin: string;
|
|
5552
5631
|
iconMarginIconTop: string;
|
|
5553
5632
|
closeSize: string;
|
|
5633
|
+
closeIconSize: string;
|
|
5554
5634
|
closeMargin: string;
|
|
5555
5635
|
closeMarginIconTop: string;
|
|
5556
5636
|
}, {
|
|
@@ -5766,14 +5846,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5766
5846
|
colorPopover: string;
|
|
5767
5847
|
colorTarget: string;
|
|
5768
5848
|
colorEmbedded: string;
|
|
5849
|
+
colorEmbeddedModal: string;
|
|
5850
|
+
colorEmbeddedPopover: string;
|
|
5769
5851
|
textColor: string;
|
|
5770
5852
|
titleTextColor: string;
|
|
5771
5853
|
borderColor: string;
|
|
5772
5854
|
actionColor: string;
|
|
5773
5855
|
titleFontWeight: string;
|
|
5774
|
-
closeColor: string;
|
|
5775
5856
|
closeColorHover: string;
|
|
5776
5857
|
closeColorPressed: string;
|
|
5858
|
+
closeBorderRadius: string;
|
|
5859
|
+
closeIconColor: string;
|
|
5860
|
+
closeIconColorHover: string;
|
|
5861
|
+
closeIconColorPressed: string;
|
|
5777
5862
|
fontSizeSmall: string;
|
|
5778
5863
|
fontSizeMedium: string;
|
|
5779
5864
|
fontSizeLarge: string;
|
|
@@ -5788,6 +5873,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
5788
5873
|
titleFontSizeMedium: string;
|
|
5789
5874
|
titleFontSizeLarge: string;
|
|
5790
5875
|
titleFontSizeHuge: string;
|
|
5876
|
+
closeIconSize: string;
|
|
5791
5877
|
closeSize: string;
|
|
5792
5878
|
}, any>;
|
|
5793
5879
|
}>>>;
|
|
@@ -6068,14 +6154,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6068
6154
|
labelTextAlignHorizontal: string;
|
|
6069
6155
|
}, any>>>;
|
|
6070
6156
|
}>>, {
|
|
6071
|
-
inline: boolean;
|
|
6072
|
-
disabled: boolean;
|
|
6073
|
-
onSubmit: (e: Event) => void;
|
|
6074
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
6075
|
-
model: Record<string, any>;
|
|
6076
|
-
showRequireMark: boolean | undefined;
|
|
6077
|
-
showFeedback: boolean;
|
|
6078
|
-
showLabel: boolean | undefined;
|
|
6157
|
+
readonly inline: boolean;
|
|
6158
|
+
readonly disabled: boolean;
|
|
6159
|
+
readonly onSubmit: (e: Event) => void;
|
|
6160
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
6161
|
+
readonly model: Record<string, any>;
|
|
6162
|
+
readonly showRequireMark: boolean | undefined;
|
|
6163
|
+
readonly showFeedback: boolean;
|
|
6164
|
+
readonly showLabel: boolean | undefined;
|
|
6079
6165
|
}>;
|
|
6080
6166
|
NFormItem: import("vue").DefineComponent<{
|
|
6081
6167
|
readonly label: StringConstructor;
|
|
@@ -6233,12 +6319,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6233
6319
|
mergedValidationStatus: import("vue").ComputedRef<"success" | "warning" | "error" | undefined>;
|
|
6234
6320
|
mergedShowFeedback: import("vue").ComputedRef<boolean>;
|
|
6235
6321
|
mergedShowLabel: import("vue").ComputedRef<boolean>;
|
|
6322
|
+
isAutoLabelWidth: import("vue").ComputedRef<boolean>;
|
|
6236
6323
|
labelElementRef: import("vue").Ref<HTMLLabelElement | null>;
|
|
6237
6324
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6238
6325
|
mergedRequired: import("vue").ComputedRef<boolean>;
|
|
6239
|
-
hasFeedback: import("vue").ComputedRef<number | true>;
|
|
6240
6326
|
feedbackId: import("vue").Ref<string>;
|
|
6241
|
-
|
|
6327
|
+
renderExplains: import("vue").Ref<{
|
|
6328
|
+
key: string;
|
|
6329
|
+
render: () => import("vue").VNodeChild;
|
|
6330
|
+
}[]>;
|
|
6242
6331
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6243
6332
|
readonly label: StringConstructor;
|
|
6244
6333
|
readonly labelWidth: import("vue").PropType<string | number>;
|
|
@@ -6362,12 +6451,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6362
6451
|
labelTextAlignHorizontal: string;
|
|
6363
6452
|
}, any>>>;
|
|
6364
6453
|
}>>, {
|
|
6365
|
-
required: boolean;
|
|
6366
|
-
first: boolean;
|
|
6367
|
-
showRequireMark: boolean | undefined;
|
|
6368
|
-
showFeedback: boolean | undefined;
|
|
6369
|
-
showLabel: boolean | undefined;
|
|
6370
|
-
ignorePathChange: boolean;
|
|
6454
|
+
readonly required: boolean;
|
|
6455
|
+
readonly first: boolean;
|
|
6456
|
+
readonly showRequireMark: boolean | undefined;
|
|
6457
|
+
readonly showFeedback: boolean | undefined;
|
|
6458
|
+
readonly showLabel: boolean | undefined;
|
|
6459
|
+
readonly ignorePathChange: boolean;
|
|
6371
6460
|
}>;
|
|
6372
6461
|
NInput: import("vue").DefineComponent<{
|
|
6373
6462
|
bordered: {
|
|
@@ -6427,6 +6516,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6427
6516
|
type: BooleanConstructor;
|
|
6428
6517
|
default: undefined;
|
|
6429
6518
|
};
|
|
6519
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
6520
|
+
renderCount: import("vue").PropType<(props: {
|
|
6521
|
+
value: string;
|
|
6522
|
+
}) => import("vue").VNodeChild>;
|
|
6430
6523
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6431
6524
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6432
6525
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -6455,6 +6548,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6455
6548
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
6456
6549
|
showPasswordToggle: BooleanConstructor;
|
|
6457
6550
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6551
|
+
countTextColorDisabled: string;
|
|
6458
6552
|
countTextColor: string;
|
|
6459
6553
|
heightTiny: string;
|
|
6460
6554
|
heightSmall: string;
|
|
@@ -6515,6 +6609,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6515
6609
|
clearSize: string;
|
|
6516
6610
|
}, any>>;
|
|
6517
6611
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6612
|
+
countTextColorDisabled: string;
|
|
6518
6613
|
countTextColor: string;
|
|
6519
6614
|
heightTiny: string;
|
|
6520
6615
|
heightSmall: string;
|
|
@@ -6575,6 +6670,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6575
6670
|
clearSize: string;
|
|
6576
6671
|
}, any>>>;
|
|
6577
6672
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6673
|
+
countTextColorDisabled: string;
|
|
6578
6674
|
countTextColor: string;
|
|
6579
6675
|
heightTiny: string;
|
|
6580
6676
|
heightSmall: string;
|
|
@@ -6647,8 +6743,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6647
6743
|
contentRef: HTMLElement | null;
|
|
6648
6744
|
containerScrollTop: number;
|
|
6649
6745
|
syncUnifiedContainer: () => void;
|
|
6650
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
6651
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
6746
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
6747
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
6652
6748
|
sync: () => void;
|
|
6653
6749
|
handleMouseEnterWrapper: () => void;
|
|
6654
6750
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -6682,7 +6778,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6682
6778
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
6683
6779
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
6684
6780
|
handleInputBlur: (e: FocusEvent) => void;
|
|
6685
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
6781
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
6686
6782
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
6687
6783
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
6688
6784
|
handleMouseEnter: () => void;
|
|
@@ -6693,7 +6789,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6693
6789
|
handleClear: (e: MouseEvent) => void;
|
|
6694
6790
|
handlePasswordToggleClick: () => void;
|
|
6695
6791
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
6696
|
-
|
|
6792
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
6697
6793
|
handleTextAreaMirrorResize: () => void;
|
|
6698
6794
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
6699
6795
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6737,10 +6833,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6737
6833
|
opacity5: string;
|
|
6738
6834
|
dividerColor: string;
|
|
6739
6835
|
borderColor: string;
|
|
6740
|
-
|
|
6836
|
+
closeIconColor: string;
|
|
6837
|
+
closeIconColorHover: string;
|
|
6838
|
+
closeIconColorPressed: string;
|
|
6741
6839
|
closeColorHover: string;
|
|
6742
6840
|
closeColorPressed: string;
|
|
6743
|
-
closeColorDisabled: string;
|
|
6744
6841
|
clearColor: string;
|
|
6745
6842
|
clearColorHover: string;
|
|
6746
6843
|
clearColorPressed: string;
|
|
@@ -6802,6 +6899,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6802
6899
|
name: "common";
|
|
6803
6900
|
};
|
|
6804
6901
|
self: {
|
|
6902
|
+
countTextColorDisabled: string;
|
|
6805
6903
|
countTextColor: string;
|
|
6806
6904
|
heightTiny: string;
|
|
6807
6905
|
heightSmall: string;
|
|
@@ -6869,6 +6967,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6869
6967
|
cssVars: import("vue").ComputedRef<{
|
|
6870
6968
|
'--n-bezier': string;
|
|
6871
6969
|
'--n-count-text-color': string;
|
|
6970
|
+
'--n-count-text-color-disabled': string;
|
|
6872
6971
|
'--n-color': string;
|
|
6873
6972
|
'--n-font-size': string;
|
|
6874
6973
|
'--n-border-radius': string;
|
|
@@ -6923,6 +7022,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6923
7022
|
select: () => void;
|
|
6924
7023
|
activate: () => void;
|
|
6925
7024
|
deactivate: () => void;
|
|
7025
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
6926
7026
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
6927
7027
|
bordered: {
|
|
6928
7028
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -6981,6 +7081,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6981
7081
|
type: BooleanConstructor;
|
|
6982
7082
|
default: undefined;
|
|
6983
7083
|
};
|
|
7084
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
7085
|
+
renderCount: import("vue").PropType<(props: {
|
|
7086
|
+
value: string;
|
|
7087
|
+
}) => import("vue").VNodeChild>;
|
|
6984
7088
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6985
7089
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
6986
7090
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -7009,6 +7113,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7009
7113
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
7010
7114
|
showPasswordToggle: BooleanConstructor;
|
|
7011
7115
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7116
|
+
countTextColorDisabled: string;
|
|
7012
7117
|
countTextColor: string;
|
|
7013
7118
|
heightTiny: string;
|
|
7014
7119
|
heightSmall: string;
|
|
@@ -7069,6 +7174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7069
7174
|
clearSize: string;
|
|
7070
7175
|
}, any>>;
|
|
7071
7176
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7177
|
+
countTextColorDisabled: string;
|
|
7072
7178
|
countTextColor: string;
|
|
7073
7179
|
heightTiny: string;
|
|
7074
7180
|
heightSmall: string;
|
|
@@ -7129,6 +7235,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7129
7235
|
clearSize: string;
|
|
7130
7236
|
}, any>>>;
|
|
7131
7237
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7238
|
+
countTextColorDisabled: string;
|
|
7132
7239
|
countTextColor: string;
|
|
7133
7240
|
heightTiny: string;
|
|
7134
7241
|
heightSmall: string;
|