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
|
@@ -151,7 +151,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
151
151
|
readonly default: true;
|
|
152
152
|
};
|
|
153
153
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
154
|
-
readonly nativeFocusBehavior:
|
|
154
|
+
readonly nativeFocusBehavior: {
|
|
155
|
+
readonly type: BooleanConstructor;
|
|
156
|
+
readonly default: boolean;
|
|
157
|
+
};
|
|
155
158
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
156
159
|
heightTiny: string;
|
|
157
160
|
heightSmall: string;
|
|
@@ -865,7 +868,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
865
868
|
readonly default: true;
|
|
866
869
|
};
|
|
867
870
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
868
|
-
readonly nativeFocusBehavior:
|
|
871
|
+
readonly nativeFocusBehavior: {
|
|
872
|
+
readonly type: BooleanConstructor;
|
|
873
|
+
readonly default: boolean;
|
|
874
|
+
};
|
|
869
875
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
870
876
|
heightTiny: string;
|
|
871
877
|
heightSmall: string;
|
|
@@ -1479,26 +1485,26 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1479
1485
|
rippleDuration: string;
|
|
1480
1486
|
}, any>>>;
|
|
1481
1487
|
}>>, {
|
|
1482
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1483
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1484
|
-
block: boolean;
|
|
1485
|
-
round: boolean;
|
|
1486
|
-
dashed: boolean;
|
|
1487
|
-
text: boolean;
|
|
1488
|
-
circle: boolean;
|
|
1489
|
-
disabled: boolean;
|
|
1490
|
-
focusable: boolean;
|
|
1491
|
-
strong: boolean;
|
|
1492
|
-
loading: boolean;
|
|
1493
|
-
bordered: boolean;
|
|
1494
|
-
tertiary: boolean;
|
|
1495
|
-
ghost: boolean;
|
|
1496
|
-
keyboard: boolean;
|
|
1497
|
-
secondary: boolean;
|
|
1498
|
-
quaternary: boolean;
|
|
1499
|
-
iconPlacement: "left" | "right";
|
|
1500
|
-
attrType: "button" | "reset" | "submit";
|
|
1501
|
-
nativeFocusBehavior: boolean;
|
|
1488
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1489
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1490
|
+
readonly block: boolean;
|
|
1491
|
+
readonly round: boolean;
|
|
1492
|
+
readonly dashed: boolean;
|
|
1493
|
+
readonly text: boolean;
|
|
1494
|
+
readonly circle: boolean;
|
|
1495
|
+
readonly disabled: boolean;
|
|
1496
|
+
readonly focusable: boolean;
|
|
1497
|
+
readonly strong: boolean;
|
|
1498
|
+
readonly loading: boolean;
|
|
1499
|
+
readonly bordered: boolean;
|
|
1500
|
+
readonly tertiary: boolean;
|
|
1501
|
+
readonly ghost: boolean;
|
|
1502
|
+
readonly keyboard: boolean;
|
|
1503
|
+
readonly secondary: boolean;
|
|
1504
|
+
readonly quaternary: boolean;
|
|
1505
|
+
readonly iconPlacement: "left" | "right";
|
|
1506
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1507
|
+
readonly nativeFocusBehavior: boolean;
|
|
1502
1508
|
}>;
|
|
1503
1509
|
NCheckbox: import("vue").DefineComponent<{
|
|
1504
1510
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -1667,10 +1673,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1667
1673
|
opacity5: string;
|
|
1668
1674
|
dividerColor: string;
|
|
1669
1675
|
borderColor: string;
|
|
1670
|
-
|
|
1676
|
+
closeIconColor: string;
|
|
1677
|
+
closeIconColorHover: string;
|
|
1678
|
+
closeIconColorPressed: string;
|
|
1671
1679
|
closeColorHover: string;
|
|
1672
1680
|
closeColorPressed: string;
|
|
1673
|
-
closeColorDisabled: string;
|
|
1674
1681
|
clearColor: string;
|
|
1675
1682
|
clearColorHover: string;
|
|
1676
1683
|
clearColorPressed: string;
|
|
@@ -1920,8 +1927,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1920
1927
|
}>>, {
|
|
1921
1928
|
disabled: boolean | undefined;
|
|
1922
1929
|
checked: string | number | boolean | undefined;
|
|
1923
|
-
focusable: boolean;
|
|
1924
1930
|
indeterminate: boolean;
|
|
1931
|
+
focusable: boolean;
|
|
1925
1932
|
defaultChecked: string | number | boolean;
|
|
1926
1933
|
checkedValue: string | number | boolean;
|
|
1927
1934
|
uncheckedValue: string | number | boolean;
|
|
@@ -1961,10 +1968,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1961
1968
|
};
|
|
1962
1969
|
readonly remote: BooleanConstructor;
|
|
1963
1970
|
readonly loading: BooleanConstructor;
|
|
1964
|
-
readonly filter:
|
|
1965
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1966
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1967
|
-
};
|
|
1971
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
1968
1972
|
readonly placement: {
|
|
1969
1973
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
1970
1974
|
readonly default: "bottom-start";
|
|
@@ -1974,19 +1978,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1974
1978
|
readonly default: "trigger";
|
|
1975
1979
|
};
|
|
1976
1980
|
readonly tag: BooleanConstructor;
|
|
1977
|
-
readonly onCreate:
|
|
1978
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1979
|
-
readonly default: (label: string) => {
|
|
1980
|
-
label: string;
|
|
1981
|
-
value: string;
|
|
1982
|
-
};
|
|
1983
|
-
};
|
|
1981
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1984
1982
|
readonly fallbackOption: {
|
|
1985
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1986
|
-
readonly default:
|
|
1987
|
-
label: string;
|
|
1988
|
-
value: string | number;
|
|
1989
|
-
};
|
|
1983
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1984
|
+
readonly default: undefined;
|
|
1990
1985
|
};
|
|
1991
1986
|
readonly show: {
|
|
1992
1987
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2005,11 +2000,24 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2005
2000
|
readonly type: BooleanConstructor;
|
|
2006
2001
|
readonly default: true;
|
|
2007
2002
|
};
|
|
2003
|
+
readonly labelField: {
|
|
2004
|
+
readonly type: StringConstructor;
|
|
2005
|
+
readonly default: "label";
|
|
2006
|
+
};
|
|
2007
|
+
readonly valueField: {
|
|
2008
|
+
readonly type: StringConstructor;
|
|
2009
|
+
readonly default: "value";
|
|
2010
|
+
};
|
|
2011
|
+
readonly childrenField: {
|
|
2012
|
+
readonly type: StringConstructor;
|
|
2013
|
+
readonly default: "children";
|
|
2014
|
+
};
|
|
2008
2015
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
2009
2016
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
2010
2017
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
2011
2018
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2012
2019
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
2020
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
2013
2021
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2014
2022
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2015
2023
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -2027,6 +2035,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2027
2035
|
readonly default: true;
|
|
2028
2036
|
};
|
|
2029
2037
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2038
|
+
readonly internalShowCheckmark: {
|
|
2039
|
+
readonly type: BooleanConstructor;
|
|
2040
|
+
readonly default: true;
|
|
2041
|
+
};
|
|
2030
2042
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
2031
2043
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
2032
2044
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -2122,6 +2134,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2122
2134
|
optionCheckColor: string;
|
|
2123
2135
|
optionColorPending: string;
|
|
2124
2136
|
optionColorActive: string;
|
|
2137
|
+
optionColorActivePending: string;
|
|
2125
2138
|
actionTextColor: string;
|
|
2126
2139
|
loadingColor: string;
|
|
2127
2140
|
height: string;
|
|
@@ -2247,6 +2260,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2247
2260
|
optionCheckColor: string;
|
|
2248
2261
|
optionColorPending: string;
|
|
2249
2262
|
optionColorActive: string;
|
|
2263
|
+
optionColorActivePending: string;
|
|
2250
2264
|
actionTextColor: string;
|
|
2251
2265
|
loadingColor: string;
|
|
2252
2266
|
height: string;
|
|
@@ -2372,6 +2386,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2372
2386
|
optionCheckColor: string;
|
|
2373
2387
|
optionColorPending: string;
|
|
2374
2388
|
optionColorActive: string;
|
|
2389
|
+
optionColorActivePending: string;
|
|
2375
2390
|
actionTextColor: string;
|
|
2376
2391
|
loadingColor: string;
|
|
2377
2392
|
height: string;
|
|
@@ -2501,10 +2516,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2501
2516
|
opacity5: string;
|
|
2502
2517
|
dividerColor: string;
|
|
2503
2518
|
borderColor: string;
|
|
2504
|
-
|
|
2519
|
+
closeIconColor: string;
|
|
2520
|
+
closeIconColorHover: string;
|
|
2521
|
+
closeIconColorPressed: string;
|
|
2505
2522
|
closeColorHover: string;
|
|
2506
2523
|
closeColorPressed: string;
|
|
2507
|
-
closeColorDisabled: string;
|
|
2508
2524
|
clearColor: string;
|
|
2509
2525
|
clearColorHover: string;
|
|
2510
2526
|
clearColorPressed: string;
|
|
@@ -2659,6 +2675,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2659
2675
|
optionCheckColor: string;
|
|
2660
2676
|
optionColorPending: string;
|
|
2661
2677
|
optionColorActive: string;
|
|
2678
|
+
optionColorActivePending: string;
|
|
2662
2679
|
actionTextColor: string;
|
|
2663
2680
|
loadingColor: string;
|
|
2664
2681
|
height: string;
|
|
@@ -2774,10 +2791,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2774
2791
|
};
|
|
2775
2792
|
readonly remote: BooleanConstructor;
|
|
2776
2793
|
readonly loading: BooleanConstructor;
|
|
2777
|
-
readonly filter:
|
|
2778
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
2779
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
2780
|
-
};
|
|
2794
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
2781
2795
|
readonly placement: {
|
|
2782
2796
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
2783
2797
|
readonly default: "bottom-start";
|
|
@@ -2787,19 +2801,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2787
2801
|
readonly default: "trigger";
|
|
2788
2802
|
};
|
|
2789
2803
|
readonly tag: BooleanConstructor;
|
|
2790
|
-
readonly onCreate:
|
|
2791
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
2792
|
-
readonly default: (label: string) => {
|
|
2793
|
-
label: string;
|
|
2794
|
-
value: string;
|
|
2795
|
-
};
|
|
2796
|
-
};
|
|
2804
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
2797
2805
|
readonly fallbackOption: {
|
|
2798
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
2799
|
-
readonly default:
|
|
2800
|
-
label: string;
|
|
2801
|
-
value: string | number;
|
|
2802
|
-
};
|
|
2806
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
2807
|
+
readonly default: undefined;
|
|
2803
2808
|
};
|
|
2804
2809
|
readonly show: {
|
|
2805
2810
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2818,11 +2823,24 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2818
2823
|
readonly type: BooleanConstructor;
|
|
2819
2824
|
readonly default: true;
|
|
2820
2825
|
};
|
|
2826
|
+
readonly labelField: {
|
|
2827
|
+
readonly type: StringConstructor;
|
|
2828
|
+
readonly default: "label";
|
|
2829
|
+
};
|
|
2830
|
+
readonly valueField: {
|
|
2831
|
+
readonly type: StringConstructor;
|
|
2832
|
+
readonly default: "value";
|
|
2833
|
+
};
|
|
2834
|
+
readonly childrenField: {
|
|
2835
|
+
readonly type: StringConstructor;
|
|
2836
|
+
readonly default: "children";
|
|
2837
|
+
};
|
|
2821
2838
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
2822
2839
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
2823
2840
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
2824
2841
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2825
2842
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
2843
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
2826
2844
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2827
2845
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2828
2846
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -2840,6 +2858,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2840
2858
|
readonly default: true;
|
|
2841
2859
|
};
|
|
2842
2860
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2861
|
+
readonly internalShowCheckmark: {
|
|
2862
|
+
readonly type: BooleanConstructor;
|
|
2863
|
+
readonly default: true;
|
|
2864
|
+
};
|
|
2843
2865
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
2844
2866
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
2845
2867
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -2935,6 +2957,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2935
2957
|
optionCheckColor: string;
|
|
2936
2958
|
optionColorPending: string;
|
|
2937
2959
|
optionColorActive: string;
|
|
2960
|
+
optionColorActivePending: string;
|
|
2938
2961
|
actionTextColor: string;
|
|
2939
2962
|
loadingColor: string;
|
|
2940
2963
|
height: string;
|
|
@@ -3060,6 +3083,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3060
3083
|
optionCheckColor: string;
|
|
3061
3084
|
optionColorPending: string;
|
|
3062
3085
|
optionColorActive: string;
|
|
3086
|
+
optionColorActivePending: string;
|
|
3063
3087
|
actionTextColor: string;
|
|
3064
3088
|
loadingColor: string;
|
|
3065
3089
|
height: string;
|
|
@@ -3185,6 +3209,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3185
3209
|
optionCheckColor: string;
|
|
3186
3210
|
optionColorPending: string;
|
|
3187
3211
|
optionColorActive: string;
|
|
3212
|
+
optionColorActivePending: string;
|
|
3188
3213
|
actionTextColor: string;
|
|
3189
3214
|
loadingColor: string;
|
|
3190
3215
|
height: string;
|
|
@@ -3218,29 +3243,31 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3218
3243
|
}>;
|
|
3219
3244
|
}>>>;
|
|
3220
3245
|
}>>, {
|
|
3221
|
-
tag: boolean;
|
|
3222
|
-
|
|
3223
|
-
|
|
3224
|
-
|
|
3225
|
-
|
|
3226
|
-
|
|
3227
|
-
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
|
|
3231
|
-
virtualScroll: boolean;
|
|
3232
|
-
|
|
3233
|
-
|
|
3234
|
-
|
|
3235
|
-
|
|
3236
|
-
|
|
3237
|
-
|
|
3238
|
-
|
|
3239
|
-
|
|
3240
|
-
|
|
3241
|
-
|
|
3242
|
-
|
|
3243
|
-
|
|
3246
|
+
readonly tag: boolean;
|
|
3247
|
+
readonly show: boolean | undefined;
|
|
3248
|
+
readonly multiple: boolean;
|
|
3249
|
+
readonly disabled: boolean | undefined;
|
|
3250
|
+
readonly to: string | boolean | HTMLElement;
|
|
3251
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
3252
|
+
readonly loading: boolean;
|
|
3253
|
+
readonly bordered: boolean | undefined;
|
|
3254
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
3255
|
+
readonly labelField: string;
|
|
3256
|
+
readonly virtualScroll: boolean;
|
|
3257
|
+
readonly valueField: string;
|
|
3258
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
3259
|
+
readonly showArrow: boolean;
|
|
3260
|
+
readonly displayDirective: "show" | "if";
|
|
3261
|
+
readonly filterable: boolean;
|
|
3262
|
+
readonly clearable: boolean;
|
|
3263
|
+
readonly internalShowCheckmark: boolean;
|
|
3264
|
+
readonly clearFilterAfterSelect: boolean;
|
|
3265
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
3266
|
+
readonly remote: boolean;
|
|
3267
|
+
readonly widthMode: string;
|
|
3268
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
3269
|
+
readonly consistentMenuWidth: boolean;
|
|
3270
|
+
readonly childrenField: string;
|
|
3244
3271
|
}>;
|
|
3245
3272
|
NInput: import("vue").DefineComponent<{
|
|
3246
3273
|
bordered: {
|
|
@@ -3300,6 +3327,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3300
3327
|
type: BooleanConstructor;
|
|
3301
3328
|
default: undefined;
|
|
3302
3329
|
};
|
|
3330
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3331
|
+
renderCount: import("vue").PropType<(props: {
|
|
3332
|
+
value: string;
|
|
3333
|
+
}) => import("vue").VNodeChild>;
|
|
3303
3334
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3304
3335
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3305
3336
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3328,6 +3359,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3328
3359
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3329
3360
|
showPasswordToggle: BooleanConstructor;
|
|
3330
3361
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3362
|
+
countTextColorDisabled: string;
|
|
3331
3363
|
countTextColor: string;
|
|
3332
3364
|
heightTiny: string;
|
|
3333
3365
|
heightSmall: string;
|
|
@@ -3388,6 +3420,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3388
3420
|
clearSize: string;
|
|
3389
3421
|
}, any>>;
|
|
3390
3422
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3423
|
+
countTextColorDisabled: string;
|
|
3391
3424
|
countTextColor: string;
|
|
3392
3425
|
heightTiny: string;
|
|
3393
3426
|
heightSmall: string;
|
|
@@ -3448,6 +3481,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3448
3481
|
clearSize: string;
|
|
3449
3482
|
}, any>>>;
|
|
3450
3483
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3484
|
+
countTextColorDisabled: string;
|
|
3451
3485
|
countTextColor: string;
|
|
3452
3486
|
heightTiny: string;
|
|
3453
3487
|
heightSmall: string;
|
|
@@ -3520,8 +3554,8 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3520
3554
|
contentRef: HTMLElement | null;
|
|
3521
3555
|
containerScrollTop: number;
|
|
3522
3556
|
syncUnifiedContainer: () => void;
|
|
3523
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3524
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3557
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
3558
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
3525
3559
|
sync: () => void;
|
|
3526
3560
|
handleMouseEnterWrapper: () => void;
|
|
3527
3561
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3555,7 +3589,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3555
3589
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
3556
3590
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
3557
3591
|
handleInputBlur: (e: FocusEvent) => void;
|
|
3558
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
3592
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
3559
3593
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
3560
3594
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
3561
3595
|
handleMouseEnter: () => void;
|
|
@@ -3566,7 +3600,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3566
3600
|
handleClear: (e: MouseEvent) => void;
|
|
3567
3601
|
handlePasswordToggleClick: () => void;
|
|
3568
3602
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
3569
|
-
|
|
3603
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
3570
3604
|
handleTextAreaMirrorResize: () => void;
|
|
3571
3605
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
3572
3606
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -3610,10 +3644,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3610
3644
|
opacity5: string;
|
|
3611
3645
|
dividerColor: string;
|
|
3612
3646
|
borderColor: string;
|
|
3613
|
-
|
|
3647
|
+
closeIconColor: string;
|
|
3648
|
+
closeIconColorHover: string;
|
|
3649
|
+
closeIconColorPressed: string;
|
|
3614
3650
|
closeColorHover: string;
|
|
3615
3651
|
closeColorPressed: string;
|
|
3616
|
-
closeColorDisabled: string;
|
|
3617
3652
|
clearColor: string;
|
|
3618
3653
|
clearColorHover: string;
|
|
3619
3654
|
clearColorPressed: string;
|
|
@@ -3675,6 +3710,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3675
3710
|
name: "common";
|
|
3676
3711
|
};
|
|
3677
3712
|
self: {
|
|
3713
|
+
countTextColorDisabled: string;
|
|
3678
3714
|
countTextColor: string;
|
|
3679
3715
|
heightTiny: string;
|
|
3680
3716
|
heightSmall: string;
|
|
@@ -3742,6 +3778,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3742
3778
|
cssVars: import("vue").ComputedRef<{
|
|
3743
3779
|
'--n-bezier': string;
|
|
3744
3780
|
'--n-count-text-color': string;
|
|
3781
|
+
'--n-count-text-color-disabled': string;
|
|
3745
3782
|
'--n-color': string;
|
|
3746
3783
|
'--n-font-size': string;
|
|
3747
3784
|
'--n-border-radius': string;
|
|
@@ -3796,6 +3833,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3796
3833
|
select: () => void;
|
|
3797
3834
|
activate: () => void;
|
|
3798
3835
|
deactivate: () => void;
|
|
3836
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
3799
3837
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3800
3838
|
bordered: {
|
|
3801
3839
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -3854,6 +3892,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3854
3892
|
type: BooleanConstructor;
|
|
3855
3893
|
default: undefined;
|
|
3856
3894
|
};
|
|
3895
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3896
|
+
renderCount: import("vue").PropType<(props: {
|
|
3897
|
+
value: string;
|
|
3898
|
+
}) => import("vue").VNodeChild>;
|
|
3857
3899
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3858
3900
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3859
3901
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3882,6 +3924,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3882
3924
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3883
3925
|
showPasswordToggle: BooleanConstructor;
|
|
3884
3926
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3927
|
+
countTextColorDisabled: string;
|
|
3885
3928
|
countTextColor: string;
|
|
3886
3929
|
heightTiny: string;
|
|
3887
3930
|
heightSmall: string;
|
|
@@ -3942,6 +3985,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3942
3985
|
clearSize: string;
|
|
3943
3986
|
}, any>>;
|
|
3944
3987
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3988
|
+
countTextColorDisabled: string;
|
|
3945
3989
|
countTextColor: string;
|
|
3946
3990
|
heightTiny: string;
|
|
3947
3991
|
heightSmall: string;
|
|
@@ -4002,6 +4046,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4002
4046
|
clearSize: string;
|
|
4003
4047
|
}, any>>>;
|
|
4004
4048
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4049
|
+
countTextColorDisabled: string;
|
|
4005
4050
|
countTextColor: string;
|
|
4006
4051
|
heightTiny: string;
|
|
4007
4052
|
heightSmall: string;
|
|
@@ -4105,7 +4150,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4105
4150
|
};
|
|
4106
4151
|
min: (NumberConstructor | StringConstructor)[];
|
|
4107
4152
|
max: (NumberConstructor | StringConstructor)[];
|
|
4108
|
-
size: import("vue").PropType<"
|
|
4153
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
4109
4154
|
disabled: {
|
|
4110
4155
|
type: import("vue").PropType<boolean | undefined>;
|
|
4111
4156
|
default: undefined;
|
|
@@ -4119,6 +4164,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4119
4164
|
type: BooleanConstructor;
|
|
4120
4165
|
default: boolean;
|
|
4121
4166
|
};
|
|
4167
|
+
buttonPlacement: {
|
|
4168
|
+
type: import("vue").PropType<"right" | "both">;
|
|
4169
|
+
default: string;
|
|
4170
|
+
};
|
|
4122
4171
|
readonly: BooleanConstructor;
|
|
4123
4172
|
clearable: BooleanConstructor;
|
|
4124
4173
|
keyboard: {
|
|
@@ -4132,6 +4181,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4132
4181
|
type: BooleanConstructor;
|
|
4133
4182
|
default: boolean;
|
|
4134
4183
|
};
|
|
4184
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
4185
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
4186
|
+
precision: NumberConstructor;
|
|
4135
4187
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4136
4188
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
4137
4189
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -4347,6 +4399,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4347
4399
|
rippleDuration: string;
|
|
4348
4400
|
}, any>;
|
|
4349
4401
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4402
|
+
countTextColorDisabled: string;
|
|
4350
4403
|
countTextColor: string;
|
|
4351
4404
|
heightTiny: string;
|
|
4352
4405
|
heightSmall: string;
|
|
@@ -4615,6 +4668,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4615
4668
|
rippleDuration: string;
|
|
4616
4669
|
}, any>;
|
|
4617
4670
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4671
|
+
countTextColorDisabled: string;
|
|
4618
4672
|
countTextColor: string;
|
|
4619
4673
|
heightTiny: string;
|
|
4620
4674
|
heightSmall: string;
|
|
@@ -4883,6 +4937,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4883
4937
|
rippleDuration: string;
|
|
4884
4938
|
}, any>;
|
|
4885
4939
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4940
|
+
countTextColorDisabled: string;
|
|
4886
4941
|
countTextColor: string;
|
|
4887
4942
|
heightTiny: string;
|
|
4888
4943
|
heightSmall: string;
|
|
@@ -4955,6 +5010,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4955
5010
|
select: () => void;
|
|
4956
5011
|
activate: () => void;
|
|
4957
5012
|
deactivate: () => void;
|
|
5013
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4958
5014
|
} | null>;
|
|
4959
5015
|
minusButtonInstRef: import("vue").Ref<{
|
|
4960
5016
|
$el: HTMLElement;
|
|
@@ -4968,7 +5024,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4968
5024
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
4969
5025
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
4970
5026
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
4971
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
5027
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
4972
5028
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
4973
5029
|
displayedValue: import("vue").Ref<string>;
|
|
4974
5030
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -5025,10 +5081,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5025
5081
|
opacity5: string;
|
|
5026
5082
|
dividerColor: string;
|
|
5027
5083
|
borderColor: string;
|
|
5028
|
-
|
|
5084
|
+
closeIconColor: string;
|
|
5085
|
+
closeIconColorHover: string;
|
|
5086
|
+
closeIconColorPressed: string;
|
|
5029
5087
|
closeColorHover: string;
|
|
5030
5088
|
closeColorPressed: string;
|
|
5031
|
-
closeColorDisabled: string;
|
|
5032
5089
|
clearColor: string;
|
|
5033
5090
|
clearColorHover: string;
|
|
5034
5091
|
clearColorPressed: string;
|
|
@@ -5298,6 +5355,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5298
5355
|
rippleDuration: string;
|
|
5299
5356
|
}, any>;
|
|
5300
5357
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5358
|
+
countTextColorDisabled: string;
|
|
5301
5359
|
countTextColor: string;
|
|
5302
5360
|
heightTiny: string;
|
|
5303
5361
|
heightSmall: string;
|
|
@@ -5400,7 +5458,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5400
5458
|
};
|
|
5401
5459
|
min: (NumberConstructor | StringConstructor)[];
|
|
5402
5460
|
max: (NumberConstructor | StringConstructor)[];
|
|
5403
|
-
size: import("vue").PropType<"
|
|
5461
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
5404
5462
|
disabled: {
|
|
5405
5463
|
type: import("vue").PropType<boolean | undefined>;
|
|
5406
5464
|
default: undefined;
|
|
@@ -5414,6 +5472,10 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5414
5472
|
type: BooleanConstructor;
|
|
5415
5473
|
default: boolean;
|
|
5416
5474
|
};
|
|
5475
|
+
buttonPlacement: {
|
|
5476
|
+
type: import("vue").PropType<"right" | "both">;
|
|
5477
|
+
default: string;
|
|
5478
|
+
};
|
|
5417
5479
|
readonly: BooleanConstructor;
|
|
5418
5480
|
clearable: BooleanConstructor;
|
|
5419
5481
|
keyboard: {
|
|
@@ -5427,6 +5489,9 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5427
5489
|
type: BooleanConstructor;
|
|
5428
5490
|
default: boolean;
|
|
5429
5491
|
};
|
|
5492
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
5493
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
5494
|
+
precision: NumberConstructor;
|
|
5430
5495
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5431
5496
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
5432
5497
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -5642,6 +5707,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5642
5707
|
rippleDuration: string;
|
|
5643
5708
|
}, any>;
|
|
5644
5709
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5710
|
+
countTextColorDisabled: string;
|
|
5645
5711
|
countTextColor: string;
|
|
5646
5712
|
heightTiny: string;
|
|
5647
5713
|
heightSmall: string;
|
|
@@ -5910,6 +5976,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5910
5976
|
rippleDuration: string;
|
|
5911
5977
|
}, any>;
|
|
5912
5978
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
5979
|
+
countTextColorDisabled: string;
|
|
5913
5980
|
countTextColor: string;
|
|
5914
5981
|
heightTiny: string;
|
|
5915
5982
|
heightSmall: string;
|
|
@@ -6178,6 +6245,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6178
6245
|
rippleDuration: string;
|
|
6179
6246
|
}, any>;
|
|
6180
6247
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6248
|
+
countTextColorDisabled: string;
|
|
6181
6249
|
countTextColor: string;
|
|
6182
6250
|
heightTiny: string;
|
|
6183
6251
|
heightSmall: string;
|
|
@@ -6252,6 +6320,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6252
6320
|
ArrowDown?: boolean | undefined;
|
|
6253
6321
|
};
|
|
6254
6322
|
showButton: boolean;
|
|
6323
|
+
buttonPlacement: "right" | "both";
|
|
6255
6324
|
updateValueOnInput: boolean;
|
|
6256
6325
|
}>;
|
|
6257
6326
|
NSpin: import("vue").DefineComponent<{
|
|
@@ -6509,9 +6578,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6509
6578
|
scrollable: BooleanConstructor;
|
|
6510
6579
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6511
6580
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6581
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6512
6582
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6513
6583
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6514
6584
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6585
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
6515
6586
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
6516
6587
|
internalInheritedEventHandlers: {
|
|
6517
6588
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -6576,10 +6647,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6576
6647
|
opacity5: string;
|
|
6577
6648
|
dividerColor: string;
|
|
6578
6649
|
borderColor: string;
|
|
6579
|
-
|
|
6650
|
+
closeIconColor: string;
|
|
6651
|
+
closeIconColorHover: string;
|
|
6652
|
+
closeIconColorPressed: string;
|
|
6580
6653
|
closeColorHover: string;
|
|
6581
6654
|
closeColorPressed: string;
|
|
6582
|
-
closeColorDisabled: string;
|
|
6583
6655
|
clearColor: string;
|
|
6584
6656
|
clearColorHover: string;
|
|
6585
6657
|
clearColorPressed: string;
|
|
@@ -6808,9 +6880,11 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6808
6880
|
scrollable: BooleanConstructor;
|
|
6809
6881
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6810
6882
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6883
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
6811
6884
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
6812
6885
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6813
6886
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
6887
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
6814
6888
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
6815
6889
|
internalInheritedEventHandlers: {
|
|
6816
6890
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -6846,6 +6920,7 @@ declare const FieldSet: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6846
6920
|
arrowPointToCenter: boolean;
|
|
6847
6921
|
displayDirective: "show" | "if";
|
|
6848
6922
|
keepAliveOnHover: boolean;
|
|
6923
|
+
internalDeactivateImmediately: boolean;
|
|
6849
6924
|
animated: boolean;
|
|
6850
6925
|
internalTrapFocus: boolean;
|
|
6851
6926
|
defaultShow: boolean;
|