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
|
@@ -58,6 +58,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
58
58
|
handleSetData: (config?: any) => void;
|
|
59
59
|
mountedInit: () => void;
|
|
60
60
|
NGrid: import("vue").DefineComponent<{
|
|
61
|
+
readonly layoutShiftDisabled: BooleanConstructor;
|
|
61
62
|
readonly responsive: {
|
|
62
63
|
readonly type: import("vue").PropType<"self" | "screen">;
|
|
63
64
|
readonly default: "self";
|
|
@@ -82,6 +83,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
82
83
|
readonly default: 0;
|
|
83
84
|
};
|
|
84
85
|
}, {
|
|
86
|
+
isSsr: boolean;
|
|
87
|
+
contentEl: import("vue").Ref<HTMLElement | undefined>;
|
|
85
88
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
86
89
|
style: import("vue").ComputedRef<import("vue").CSSProperties>;
|
|
87
90
|
isResponsive: import("vue").ComputedRef<boolean>;
|
|
@@ -90,6 +93,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
90
93
|
handleResize: import("vue").ComputedRef<import("vueuc").VResizeObserverOnResize | undefined>;
|
|
91
94
|
overflow: import("vue").Ref<boolean>;
|
|
92
95
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
96
|
+
readonly layoutShiftDisabled: BooleanConstructor;
|
|
93
97
|
readonly responsive: {
|
|
94
98
|
readonly type: import("vue").PropType<"self" | "screen">;
|
|
95
99
|
readonly default: "self";
|
|
@@ -114,13 +118,14 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
114
118
|
readonly default: 0;
|
|
115
119
|
};
|
|
116
120
|
}>>, {
|
|
117
|
-
cols: string | number;
|
|
118
|
-
responsive: "self" | "screen";
|
|
119
|
-
collapsed: boolean;
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
121
|
+
readonly cols: string | number;
|
|
122
|
+
readonly responsive: "self" | "screen";
|
|
123
|
+
readonly collapsed: boolean;
|
|
124
|
+
readonly layoutShiftDisabled: boolean;
|
|
125
|
+
readonly itemResponsive: boolean;
|
|
126
|
+
readonly collapsedRows: number;
|
|
127
|
+
readonly xGap: string | number;
|
|
128
|
+
readonly yGap: string | number;
|
|
124
129
|
}>;
|
|
125
130
|
NFormItemGi: import("vue").DefineComponent<{
|
|
126
131
|
readonly label: StringConstructor;
|
|
@@ -408,16 +413,16 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
408
413
|
readonly default: true;
|
|
409
414
|
};
|
|
410
415
|
}>>, {
|
|
411
|
-
required: boolean;
|
|
412
|
-
first: boolean;
|
|
413
|
-
offset: string | number;
|
|
414
|
-
span: string | number;
|
|
415
|
-
suffix: boolean;
|
|
416
|
-
showRequireMark: boolean | undefined;
|
|
417
|
-
showFeedback: boolean | undefined;
|
|
418
|
-
showLabel: boolean | undefined;
|
|
419
|
-
ignorePathChange: boolean;
|
|
420
|
-
privateShow: boolean;
|
|
416
|
+
readonly required: boolean;
|
|
417
|
+
readonly first: boolean;
|
|
418
|
+
readonly offset: string | number;
|
|
419
|
+
readonly span: string | number;
|
|
420
|
+
readonly suffix: boolean;
|
|
421
|
+
readonly showRequireMark: boolean | undefined;
|
|
422
|
+
readonly showFeedback: boolean | undefined;
|
|
423
|
+
readonly showLabel: boolean | undefined;
|
|
424
|
+
readonly ignorePathChange: boolean;
|
|
425
|
+
readonly privateShow: boolean;
|
|
421
426
|
}>;
|
|
422
427
|
NButton: import("vue").DefineComponent<{
|
|
423
428
|
readonly color: StringConstructor;
|
|
@@ -464,7 +469,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
464
469
|
readonly default: true;
|
|
465
470
|
};
|
|
466
471
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
467
|
-
readonly nativeFocusBehavior:
|
|
472
|
+
readonly nativeFocusBehavior: {
|
|
473
|
+
readonly type: BooleanConstructor;
|
|
474
|
+
readonly default: boolean;
|
|
475
|
+
};
|
|
468
476
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
469
477
|
heightTiny: string;
|
|
470
478
|
heightSmall: string;
|
|
@@ -1178,7 +1186,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1178
1186
|
readonly default: true;
|
|
1179
1187
|
};
|
|
1180
1188
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1181
|
-
readonly nativeFocusBehavior:
|
|
1189
|
+
readonly nativeFocusBehavior: {
|
|
1190
|
+
readonly type: BooleanConstructor;
|
|
1191
|
+
readonly default: boolean;
|
|
1192
|
+
};
|
|
1182
1193
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1183
1194
|
heightTiny: string;
|
|
1184
1195
|
heightSmall: string;
|
|
@@ -1792,26 +1803,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1792
1803
|
rippleDuration: string;
|
|
1793
1804
|
}, any>>>;
|
|
1794
1805
|
}>>, {
|
|
1795
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1796
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1797
|
-
block: boolean;
|
|
1798
|
-
round: boolean;
|
|
1799
|
-
dashed: boolean;
|
|
1800
|
-
text: boolean;
|
|
1801
|
-
circle: boolean;
|
|
1802
|
-
disabled: boolean;
|
|
1803
|
-
focusable: boolean;
|
|
1804
|
-
strong: boolean;
|
|
1805
|
-
loading: boolean;
|
|
1806
|
-
bordered: boolean;
|
|
1807
|
-
tertiary: boolean;
|
|
1808
|
-
ghost: boolean;
|
|
1809
|
-
keyboard: boolean;
|
|
1810
|
-
secondary: boolean;
|
|
1811
|
-
quaternary: boolean;
|
|
1812
|
-
iconPlacement: "left" | "right";
|
|
1813
|
-
attrType: "button" | "reset" | "submit";
|
|
1814
|
-
nativeFocusBehavior: boolean;
|
|
1806
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1807
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1808
|
+
readonly block: boolean;
|
|
1809
|
+
readonly round: boolean;
|
|
1810
|
+
readonly dashed: boolean;
|
|
1811
|
+
readonly text: boolean;
|
|
1812
|
+
readonly circle: boolean;
|
|
1813
|
+
readonly disabled: boolean;
|
|
1814
|
+
readonly focusable: boolean;
|
|
1815
|
+
readonly strong: boolean;
|
|
1816
|
+
readonly loading: boolean;
|
|
1817
|
+
readonly bordered: boolean;
|
|
1818
|
+
readonly tertiary: boolean;
|
|
1819
|
+
readonly ghost: boolean;
|
|
1820
|
+
readonly keyboard: boolean;
|
|
1821
|
+
readonly secondary: boolean;
|
|
1822
|
+
readonly quaternary: boolean;
|
|
1823
|
+
readonly iconPlacement: "left" | "right";
|
|
1824
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1825
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1826
|
}>;
|
|
1816
1827
|
NModal: import("vue").DefineComponent<{
|
|
1817
1828
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1934,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1923
1934
|
titleTextColor: string;
|
|
1924
1935
|
textColor: string;
|
|
1925
1936
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1937
|
closeColorHover: string;
|
|
1928
1938
|
closeColorPressed: string;
|
|
1939
|
+
closeIconColor: string;
|
|
1940
|
+
closeIconColorHover: string;
|
|
1941
|
+
closeIconColorPressed: string;
|
|
1942
|
+
closeBorderRadius: string;
|
|
1929
1943
|
iconColor: string;
|
|
1930
1944
|
iconColorInfo: string;
|
|
1931
1945
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1955,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1941
1955
|
iconMargin: string;
|
|
1942
1956
|
iconMarginIconTop: string;
|
|
1943
1957
|
closeSize: string;
|
|
1958
|
+
closeIconSize: string;
|
|
1944
1959
|
closeMargin: string;
|
|
1945
1960
|
closeMarginIconTop: string;
|
|
1946
1961
|
}, {
|
|
@@ -2156,14 +2171,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2156
2171
|
colorPopover: string;
|
|
2157
2172
|
colorTarget: string;
|
|
2158
2173
|
colorEmbedded: string;
|
|
2174
|
+
colorEmbeddedModal: string;
|
|
2175
|
+
colorEmbeddedPopover: string;
|
|
2159
2176
|
textColor: string;
|
|
2160
2177
|
titleTextColor: string;
|
|
2161
2178
|
borderColor: string;
|
|
2162
2179
|
actionColor: string;
|
|
2163
2180
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2181
|
closeColorHover: string;
|
|
2166
2182
|
closeColorPressed: string;
|
|
2183
|
+
closeBorderRadius: string;
|
|
2184
|
+
closeIconColor: string;
|
|
2185
|
+
closeIconColorHover: string;
|
|
2186
|
+
closeIconColorPressed: string;
|
|
2167
2187
|
fontSizeSmall: string;
|
|
2168
2188
|
fontSizeMedium: string;
|
|
2169
2189
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2198,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2178
2198
|
titleFontSizeMedium: string;
|
|
2179
2199
|
titleFontSizeLarge: string;
|
|
2180
2200
|
titleFontSizeHuge: string;
|
|
2201
|
+
closeIconSize: string;
|
|
2181
2202
|
closeSize: string;
|
|
2182
2203
|
}, any>;
|
|
2183
2204
|
}>>;
|
|
@@ -2197,9 +2218,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2197
2218
|
titleTextColor: string;
|
|
2198
2219
|
textColor: string;
|
|
2199
2220
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2221
|
closeColorHover: string;
|
|
2202
2222
|
closeColorPressed: string;
|
|
2223
|
+
closeIconColor: string;
|
|
2224
|
+
closeIconColorHover: string;
|
|
2225
|
+
closeIconColorPressed: string;
|
|
2226
|
+
closeBorderRadius: string;
|
|
2203
2227
|
iconColor: string;
|
|
2204
2228
|
iconColorInfo: string;
|
|
2205
2229
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2239,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2215
2239
|
iconMargin: string;
|
|
2216
2240
|
iconMarginIconTop: string;
|
|
2217
2241
|
closeSize: string;
|
|
2242
|
+
closeIconSize: string;
|
|
2218
2243
|
closeMargin: string;
|
|
2219
2244
|
closeMarginIconTop: string;
|
|
2220
2245
|
}, {
|
|
@@ -2430,14 +2455,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2430
2455
|
colorPopover: string;
|
|
2431
2456
|
colorTarget: string;
|
|
2432
2457
|
colorEmbedded: string;
|
|
2458
|
+
colorEmbeddedModal: string;
|
|
2459
|
+
colorEmbeddedPopover: string;
|
|
2433
2460
|
textColor: string;
|
|
2434
2461
|
titleTextColor: string;
|
|
2435
2462
|
borderColor: string;
|
|
2436
2463
|
actionColor: string;
|
|
2437
2464
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2465
|
closeColorHover: string;
|
|
2440
2466
|
closeColorPressed: string;
|
|
2467
|
+
closeBorderRadius: string;
|
|
2468
|
+
closeIconColor: string;
|
|
2469
|
+
closeIconColorHover: string;
|
|
2470
|
+
closeIconColorPressed: string;
|
|
2441
2471
|
fontSizeSmall: string;
|
|
2442
2472
|
fontSizeMedium: string;
|
|
2443
2473
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2482,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2452
2482
|
titleFontSizeMedium: string;
|
|
2453
2483
|
titleFontSizeLarge: string;
|
|
2454
2484
|
titleFontSizeHuge: string;
|
|
2485
|
+
closeIconSize: string;
|
|
2455
2486
|
closeSize: string;
|
|
2456
2487
|
}, any>;
|
|
2457
2488
|
}>>>;
|
|
@@ -2471,9 +2502,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2471
2502
|
titleTextColor: string;
|
|
2472
2503
|
textColor: string;
|
|
2473
2504
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2505
|
closeColorHover: string;
|
|
2476
2506
|
closeColorPressed: string;
|
|
2507
|
+
closeIconColor: string;
|
|
2508
|
+
closeIconColorHover: string;
|
|
2509
|
+
closeIconColorPressed: string;
|
|
2510
|
+
closeBorderRadius: string;
|
|
2477
2511
|
iconColor: string;
|
|
2478
2512
|
iconColorInfo: string;
|
|
2479
2513
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2523,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2489
2523
|
iconMargin: string;
|
|
2490
2524
|
iconMarginIconTop: string;
|
|
2491
2525
|
closeSize: string;
|
|
2526
|
+
closeIconSize: string;
|
|
2492
2527
|
closeMargin: string;
|
|
2493
2528
|
closeMarginIconTop: string;
|
|
2494
2529
|
}, {
|
|
@@ -2704,14 +2739,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2704
2739
|
colorPopover: string;
|
|
2705
2740
|
colorTarget: string;
|
|
2706
2741
|
colorEmbedded: string;
|
|
2742
|
+
colorEmbeddedModal: string;
|
|
2743
|
+
colorEmbeddedPopover: string;
|
|
2707
2744
|
textColor: string;
|
|
2708
2745
|
titleTextColor: string;
|
|
2709
2746
|
borderColor: string;
|
|
2710
2747
|
actionColor: string;
|
|
2711
2748
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2749
|
closeColorHover: string;
|
|
2714
2750
|
closeColorPressed: string;
|
|
2751
|
+
closeBorderRadius: string;
|
|
2752
|
+
closeIconColor: string;
|
|
2753
|
+
closeIconColorHover: string;
|
|
2754
|
+
closeIconColorPressed: string;
|
|
2715
2755
|
fontSizeSmall: string;
|
|
2716
2756
|
fontSizeMedium: string;
|
|
2717
2757
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2766,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2726
2766
|
titleFontSizeMedium: string;
|
|
2727
2767
|
titleFontSizeLarge: string;
|
|
2728
2768
|
titleFontSizeHuge: string;
|
|
2769
|
+
closeIconSize: string;
|
|
2729
2770
|
closeSize: string;
|
|
2730
2771
|
}, any>;
|
|
2731
2772
|
}>>>;
|
|
@@ -2861,9 +2902,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2861
2902
|
titleTextColor: string;
|
|
2862
2903
|
textColor: string;
|
|
2863
2904
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2905
|
closeColorHover: string;
|
|
2866
2906
|
closeColorPressed: string;
|
|
2907
|
+
closeIconColor: string;
|
|
2908
|
+
closeIconColorHover: string;
|
|
2909
|
+
closeIconColorPressed: string;
|
|
2910
|
+
closeBorderRadius: string;
|
|
2867
2911
|
iconColor: string;
|
|
2868
2912
|
iconColorInfo: string;
|
|
2869
2913
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2923,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2879
2923
|
iconMargin: string;
|
|
2880
2924
|
iconMarginIconTop: string;
|
|
2881
2925
|
closeSize: string;
|
|
2926
|
+
closeIconSize: string;
|
|
2882
2927
|
closeMargin: string;
|
|
2883
2928
|
closeMarginIconTop: string;
|
|
2884
2929
|
}, {
|
|
@@ -3094,14 +3139,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3094
3139
|
colorPopover: string;
|
|
3095
3140
|
colorTarget: string;
|
|
3096
3141
|
colorEmbedded: string;
|
|
3142
|
+
colorEmbeddedModal: string;
|
|
3143
|
+
colorEmbeddedPopover: string;
|
|
3097
3144
|
textColor: string;
|
|
3098
3145
|
titleTextColor: string;
|
|
3099
3146
|
borderColor: string;
|
|
3100
3147
|
actionColor: string;
|
|
3101
3148
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3149
|
closeColorHover: string;
|
|
3104
3150
|
closeColorPressed: string;
|
|
3151
|
+
closeBorderRadius: string;
|
|
3152
|
+
closeIconColor: string;
|
|
3153
|
+
closeIconColorHover: string;
|
|
3154
|
+
closeIconColorPressed: string;
|
|
3105
3155
|
fontSizeSmall: string;
|
|
3106
3156
|
fontSizeMedium: string;
|
|
3107
3157
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3166,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3116
3166
|
titleFontSizeMedium: string;
|
|
3117
3167
|
titleFontSizeLarge: string;
|
|
3118
3168
|
titleFontSizeHuge: string;
|
|
3169
|
+
closeIconSize: string;
|
|
3119
3170
|
closeSize: string;
|
|
3120
3171
|
}, any>;
|
|
3121
3172
|
}>>;
|
|
@@ -3135,9 +3186,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3135
3186
|
titleTextColor: string;
|
|
3136
3187
|
textColor: string;
|
|
3137
3188
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3189
|
closeColorHover: string;
|
|
3140
3190
|
closeColorPressed: string;
|
|
3191
|
+
closeIconColor: string;
|
|
3192
|
+
closeIconColorHover: string;
|
|
3193
|
+
closeIconColorPressed: string;
|
|
3194
|
+
closeBorderRadius: string;
|
|
3141
3195
|
iconColor: string;
|
|
3142
3196
|
iconColorInfo: string;
|
|
3143
3197
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3207,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3153
3207
|
iconMargin: string;
|
|
3154
3208
|
iconMarginIconTop: string;
|
|
3155
3209
|
closeSize: string;
|
|
3210
|
+
closeIconSize: string;
|
|
3156
3211
|
closeMargin: string;
|
|
3157
3212
|
closeMarginIconTop: string;
|
|
3158
3213
|
}, {
|
|
@@ -3368,14 +3423,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3368
3423
|
colorPopover: string;
|
|
3369
3424
|
colorTarget: string;
|
|
3370
3425
|
colorEmbedded: string;
|
|
3426
|
+
colorEmbeddedModal: string;
|
|
3427
|
+
colorEmbeddedPopover: string;
|
|
3371
3428
|
textColor: string;
|
|
3372
3429
|
titleTextColor: string;
|
|
3373
3430
|
borderColor: string;
|
|
3374
3431
|
actionColor: string;
|
|
3375
3432
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3433
|
closeColorHover: string;
|
|
3378
3434
|
closeColorPressed: string;
|
|
3435
|
+
closeBorderRadius: string;
|
|
3436
|
+
closeIconColor: string;
|
|
3437
|
+
closeIconColorHover: string;
|
|
3438
|
+
closeIconColorPressed: string;
|
|
3379
3439
|
fontSizeSmall: string;
|
|
3380
3440
|
fontSizeMedium: string;
|
|
3381
3441
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3450,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3390
3450
|
titleFontSizeMedium: string;
|
|
3391
3451
|
titleFontSizeLarge: string;
|
|
3392
3452
|
titleFontSizeHuge: string;
|
|
3453
|
+
closeIconSize: string;
|
|
3393
3454
|
closeSize: string;
|
|
3394
3455
|
}, any>;
|
|
3395
3456
|
}>>>;
|
|
@@ -3409,9 +3470,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3409
3470
|
titleTextColor: string;
|
|
3410
3471
|
textColor: string;
|
|
3411
3472
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3473
|
closeColorHover: string;
|
|
3414
3474
|
closeColorPressed: string;
|
|
3475
|
+
closeIconColor: string;
|
|
3476
|
+
closeIconColorHover: string;
|
|
3477
|
+
closeIconColorPressed: string;
|
|
3478
|
+
closeBorderRadius: string;
|
|
3415
3479
|
iconColor: string;
|
|
3416
3480
|
iconColorInfo: string;
|
|
3417
3481
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3491,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3427
3491
|
iconMargin: string;
|
|
3428
3492
|
iconMarginIconTop: string;
|
|
3429
3493
|
closeSize: string;
|
|
3494
|
+
closeIconSize: string;
|
|
3430
3495
|
closeMargin: string;
|
|
3431
3496
|
closeMarginIconTop: string;
|
|
3432
3497
|
}, {
|
|
@@ -3642,14 +3707,19 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3642
3707
|
colorPopover: string;
|
|
3643
3708
|
colorTarget: string;
|
|
3644
3709
|
colorEmbedded: string;
|
|
3710
|
+
colorEmbeddedModal: string;
|
|
3711
|
+
colorEmbeddedPopover: string;
|
|
3645
3712
|
textColor: string;
|
|
3646
3713
|
titleTextColor: string;
|
|
3647
3714
|
borderColor: string;
|
|
3648
3715
|
actionColor: string;
|
|
3649
3716
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3717
|
closeColorHover: string;
|
|
3652
3718
|
closeColorPressed: string;
|
|
3719
|
+
closeBorderRadius: string;
|
|
3720
|
+
closeIconColor: string;
|
|
3721
|
+
closeIconColorHover: string;
|
|
3722
|
+
closeIconColorPressed: string;
|
|
3653
3723
|
fontSizeSmall: string;
|
|
3654
3724
|
fontSizeMedium: string;
|
|
3655
3725
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3734,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3664
3734
|
titleFontSizeMedium: string;
|
|
3665
3735
|
titleFontSizeLarge: string;
|
|
3666
3736
|
titleFontSizeHuge: string;
|
|
3737
|
+
closeIconSize: string;
|
|
3667
3738
|
closeSize: string;
|
|
3668
3739
|
}, any>;
|
|
3669
3740
|
}>>>;
|
|
@@ -3944,14 +4015,14 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3944
4015
|
labelTextAlignHorizontal: string;
|
|
3945
4016
|
}, any>>>;
|
|
3946
4017
|
}>>, {
|
|
3947
|
-
inline: boolean;
|
|
3948
|
-
disabled: boolean;
|
|
3949
|
-
onSubmit: (e: Event) => void;
|
|
3950
|
-
labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3951
|
-
model: Record<string, any>;
|
|
3952
|
-
showRequireMark: boolean | undefined;
|
|
3953
|
-
showFeedback: boolean;
|
|
3954
|
-
showLabel: boolean | undefined;
|
|
4018
|
+
readonly inline: boolean;
|
|
4019
|
+
readonly disabled: boolean;
|
|
4020
|
+
readonly onSubmit: (e: Event) => void;
|
|
4021
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
4022
|
+
readonly model: Record<string, any>;
|
|
4023
|
+
readonly showRequireMark: boolean | undefined;
|
|
4024
|
+
readonly showFeedback: boolean;
|
|
4025
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4026
|
}>;
|
|
3956
4027
|
NInput: import("vue").DefineComponent<{
|
|
3957
4028
|
bordered: {
|
|
@@ -4011,6 +4082,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4011
4082
|
type: BooleanConstructor;
|
|
4012
4083
|
default: undefined;
|
|
4013
4084
|
};
|
|
4085
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4086
|
+
renderCount: import("vue").PropType<(props: {
|
|
4087
|
+
value: string;
|
|
4088
|
+
}) => import("vue").VNodeChild>;
|
|
4014
4089
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4015
4090
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4016
4091
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4039,6 +4114,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4039
4114
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4040
4115
|
showPasswordToggle: BooleanConstructor;
|
|
4041
4116
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4117
|
+
countTextColorDisabled: string;
|
|
4042
4118
|
countTextColor: string;
|
|
4043
4119
|
heightTiny: string;
|
|
4044
4120
|
heightSmall: string;
|
|
@@ -4099,6 +4175,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4099
4175
|
clearSize: string;
|
|
4100
4176
|
}, any>>;
|
|
4101
4177
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4178
|
+
countTextColorDisabled: string;
|
|
4102
4179
|
countTextColor: string;
|
|
4103
4180
|
heightTiny: string;
|
|
4104
4181
|
heightSmall: string;
|
|
@@ -4159,6 +4236,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4159
4236
|
clearSize: string;
|
|
4160
4237
|
}, any>>>;
|
|
4161
4238
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4239
|
+
countTextColorDisabled: string;
|
|
4162
4240
|
countTextColor: string;
|
|
4163
4241
|
heightTiny: string;
|
|
4164
4242
|
heightSmall: string;
|
|
@@ -4231,8 +4309,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4231
4309
|
contentRef: HTMLElement | null;
|
|
4232
4310
|
containerScrollTop: number;
|
|
4233
4311
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4312
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4313
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4314
|
sync: () => void;
|
|
4237
4315
|
handleMouseEnterWrapper: () => void;
|
|
4238
4316
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4266,7 +4344,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4266
4344
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
4267
4345
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
4268
4346
|
handleInputBlur: (e: FocusEvent) => void;
|
|
4269
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
4347
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
4270
4348
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
4271
4349
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
4272
4350
|
handleMouseEnter: () => void;
|
|
@@ -4277,7 +4355,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4277
4355
|
handleClear: (e: MouseEvent) => void;
|
|
4278
4356
|
handlePasswordToggleClick: () => void;
|
|
4279
4357
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
4280
|
-
|
|
4358
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
4281
4359
|
handleTextAreaMirrorResize: () => void;
|
|
4282
4360
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
4283
4361
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -4321,10 +4399,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4321
4399
|
opacity5: string;
|
|
4322
4400
|
dividerColor: string;
|
|
4323
4401
|
borderColor: string;
|
|
4324
|
-
|
|
4402
|
+
closeIconColor: string;
|
|
4403
|
+
closeIconColorHover: string;
|
|
4404
|
+
closeIconColorPressed: string;
|
|
4325
4405
|
closeColorHover: string;
|
|
4326
4406
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4407
|
clearColor: string;
|
|
4329
4408
|
clearColorHover: string;
|
|
4330
4409
|
clearColorPressed: string;
|
|
@@ -4386,6 +4465,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4386
4465
|
name: "common";
|
|
4387
4466
|
};
|
|
4388
4467
|
self: {
|
|
4468
|
+
countTextColorDisabled: string;
|
|
4389
4469
|
countTextColor: string;
|
|
4390
4470
|
heightTiny: string;
|
|
4391
4471
|
heightSmall: string;
|
|
@@ -4453,6 +4533,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4453
4533
|
cssVars: import("vue").ComputedRef<{
|
|
4454
4534
|
'--n-bezier': string;
|
|
4455
4535
|
'--n-count-text-color': string;
|
|
4536
|
+
'--n-count-text-color-disabled': string;
|
|
4456
4537
|
'--n-color': string;
|
|
4457
4538
|
'--n-font-size': string;
|
|
4458
4539
|
'--n-border-radius': string;
|
|
@@ -4507,6 +4588,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4507
4588
|
select: () => void;
|
|
4508
4589
|
activate: () => void;
|
|
4509
4590
|
deactivate: () => void;
|
|
4591
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
4510
4592
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
4511
4593
|
bordered: {
|
|
4512
4594
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4565,6 +4647,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4565
4647
|
type: BooleanConstructor;
|
|
4566
4648
|
default: undefined;
|
|
4567
4649
|
};
|
|
4650
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4651
|
+
renderCount: import("vue").PropType<(props: {
|
|
4652
|
+
value: string;
|
|
4653
|
+
}) => import("vue").VNodeChild>;
|
|
4568
4654
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4569
4655
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4570
4656
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4593,6 +4679,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4593
4679
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4594
4680
|
showPasswordToggle: BooleanConstructor;
|
|
4595
4681
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4682
|
+
countTextColorDisabled: string;
|
|
4596
4683
|
countTextColor: string;
|
|
4597
4684
|
heightTiny: string;
|
|
4598
4685
|
heightSmall: string;
|
|
@@ -4653,6 +4740,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4653
4740
|
clearSize: string;
|
|
4654
4741
|
}, any>>;
|
|
4655
4742
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4743
|
+
countTextColorDisabled: string;
|
|
4656
4744
|
countTextColor: string;
|
|
4657
4745
|
heightTiny: string;
|
|
4658
4746
|
heightSmall: string;
|
|
@@ -4713,6 +4801,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4713
4801
|
clearSize: string;
|
|
4714
4802
|
}, any>>>;
|
|
4715
4803
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4804
|
+
countTextColorDisabled: string;
|
|
4716
4805
|
countTextColor: string;
|
|
4717
4806
|
heightTiny: string;
|
|
4718
4807
|
heightSmall: string;
|
|
@@ -4832,10 +4921,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4832
4921
|
};
|
|
4833
4922
|
readonly remote: BooleanConstructor;
|
|
4834
4923
|
readonly loading: BooleanConstructor;
|
|
4835
|
-
readonly filter:
|
|
4836
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
4837
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
4838
|
-
};
|
|
4924
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
4839
4925
|
readonly placement: {
|
|
4840
4926
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
4841
4927
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4931,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4845
4931
|
readonly default: "trigger";
|
|
4846
4932
|
};
|
|
4847
4933
|
readonly tag: BooleanConstructor;
|
|
4848
|
-
readonly onCreate:
|
|
4849
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4850
|
-
readonly default: (label: string) => {
|
|
4851
|
-
label: string;
|
|
4852
|
-
value: string;
|
|
4853
|
-
};
|
|
4854
|
-
};
|
|
4934
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4935
|
readonly fallbackOption: {
|
|
4856
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
4857
|
-
readonly default:
|
|
4858
|
-
label: string;
|
|
4859
|
-
value: string | number;
|
|
4860
|
-
};
|
|
4936
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4937
|
+
readonly default: undefined;
|
|
4861
4938
|
};
|
|
4862
4939
|
readonly show: {
|
|
4863
4940
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,11 +4953,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4876
4953
|
readonly type: BooleanConstructor;
|
|
4877
4954
|
readonly default: true;
|
|
4878
4955
|
};
|
|
4956
|
+
readonly labelField: {
|
|
4957
|
+
readonly type: StringConstructor;
|
|
4958
|
+
readonly default: "label";
|
|
4959
|
+
};
|
|
4960
|
+
readonly valueField: {
|
|
4961
|
+
readonly type: StringConstructor;
|
|
4962
|
+
readonly default: "value";
|
|
4963
|
+
};
|
|
4964
|
+
readonly childrenField: {
|
|
4965
|
+
readonly type: StringConstructor;
|
|
4966
|
+
readonly default: "children";
|
|
4967
|
+
};
|
|
4879
4968
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4969
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4970
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
4882
4971
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
4883
4972
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
4973
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
4884
4974
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
4885
4975
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
4886
4976
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -4898,6 +4988,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4898
4988
|
readonly default: true;
|
|
4899
4989
|
};
|
|
4900
4990
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4991
|
+
readonly internalShowCheckmark: {
|
|
4992
|
+
readonly type: BooleanConstructor;
|
|
4993
|
+
readonly default: true;
|
|
4994
|
+
};
|
|
4901
4995
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4996
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4997
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5087,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4993
5087
|
optionCheckColor: string;
|
|
4994
5088
|
optionColorPending: string;
|
|
4995
5089
|
optionColorActive: string;
|
|
5090
|
+
optionColorActivePending: string;
|
|
4996
5091
|
actionTextColor: string;
|
|
4997
5092
|
loadingColor: string;
|
|
4998
5093
|
height: string;
|
|
@@ -5118,6 +5213,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5118
5213
|
optionCheckColor: string;
|
|
5119
5214
|
optionColorPending: string;
|
|
5120
5215
|
optionColorActive: string;
|
|
5216
|
+
optionColorActivePending: string;
|
|
5121
5217
|
actionTextColor: string;
|
|
5122
5218
|
loadingColor: string;
|
|
5123
5219
|
height: string;
|
|
@@ -5243,6 +5339,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5243
5339
|
optionCheckColor: string;
|
|
5244
5340
|
optionColorPending: string;
|
|
5245
5341
|
optionColorActive: string;
|
|
5342
|
+
optionColorActivePending: string;
|
|
5246
5343
|
actionTextColor: string;
|
|
5247
5344
|
loadingColor: string;
|
|
5248
5345
|
height: string;
|
|
@@ -5372,10 +5469,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5372
5469
|
opacity5: string;
|
|
5373
5470
|
dividerColor: string;
|
|
5374
5471
|
borderColor: string;
|
|
5375
|
-
|
|
5472
|
+
closeIconColor: string;
|
|
5473
|
+
closeIconColorHover: string;
|
|
5474
|
+
closeIconColorPressed: string;
|
|
5376
5475
|
closeColorHover: string;
|
|
5377
5476
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5477
|
clearColor: string;
|
|
5380
5478
|
clearColorHover: string;
|
|
5381
5479
|
clearColorPressed: string;
|
|
@@ -5530,6 +5628,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5530
5628
|
optionCheckColor: string;
|
|
5531
5629
|
optionColorPending: string;
|
|
5532
5630
|
optionColorActive: string;
|
|
5631
|
+
optionColorActivePending: string;
|
|
5533
5632
|
actionTextColor: string;
|
|
5534
5633
|
loadingColor: string;
|
|
5535
5634
|
height: string;
|
|
@@ -5645,10 +5744,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5645
5744
|
};
|
|
5646
5745
|
readonly remote: BooleanConstructor;
|
|
5647
5746
|
readonly loading: BooleanConstructor;
|
|
5648
|
-
readonly filter:
|
|
5649
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5650
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
5651
|
-
};
|
|
5747
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
5652
5748
|
readonly placement: {
|
|
5653
5749
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
5654
5750
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5754,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5658
5754
|
readonly default: "trigger";
|
|
5659
5755
|
};
|
|
5660
5756
|
readonly tag: BooleanConstructor;
|
|
5661
|
-
readonly onCreate:
|
|
5662
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5663
|
-
readonly default: (label: string) => {
|
|
5664
|
-
label: string;
|
|
5665
|
-
value: string;
|
|
5666
|
-
};
|
|
5667
|
-
};
|
|
5757
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5758
|
readonly fallbackOption: {
|
|
5669
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
5670
|
-
readonly default:
|
|
5671
|
-
label: string;
|
|
5672
|
-
value: string | number;
|
|
5673
|
-
};
|
|
5759
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5760
|
+
readonly default: undefined;
|
|
5674
5761
|
};
|
|
5675
5762
|
readonly show: {
|
|
5676
5763
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,11 +5776,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5689
5776
|
readonly type: BooleanConstructor;
|
|
5690
5777
|
readonly default: true;
|
|
5691
5778
|
};
|
|
5779
|
+
readonly labelField: {
|
|
5780
|
+
readonly type: StringConstructor;
|
|
5781
|
+
readonly default: "label";
|
|
5782
|
+
};
|
|
5783
|
+
readonly valueField: {
|
|
5784
|
+
readonly type: StringConstructor;
|
|
5785
|
+
readonly default: "value";
|
|
5786
|
+
};
|
|
5787
|
+
readonly childrenField: {
|
|
5788
|
+
readonly type: StringConstructor;
|
|
5789
|
+
readonly default: "children";
|
|
5790
|
+
};
|
|
5692
5791
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5792
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5793
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
5695
5794
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
5696
5795
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
5796
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
5697
5797
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
5698
5798
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
5699
5799
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -5711,6 +5811,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5711
5811
|
readonly default: true;
|
|
5712
5812
|
};
|
|
5713
5813
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5814
|
+
readonly internalShowCheckmark: {
|
|
5815
|
+
readonly type: BooleanConstructor;
|
|
5816
|
+
readonly default: true;
|
|
5817
|
+
};
|
|
5714
5818
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5819
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5820
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5910,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5806
5910
|
optionCheckColor: string;
|
|
5807
5911
|
optionColorPending: string;
|
|
5808
5912
|
optionColorActive: string;
|
|
5913
|
+
optionColorActivePending: string;
|
|
5809
5914
|
actionTextColor: string;
|
|
5810
5915
|
loadingColor: string;
|
|
5811
5916
|
height: string;
|
|
@@ -5931,6 +6036,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5931
6036
|
optionCheckColor: string;
|
|
5932
6037
|
optionColorPending: string;
|
|
5933
6038
|
optionColorActive: string;
|
|
6039
|
+
optionColorActivePending: string;
|
|
5934
6040
|
actionTextColor: string;
|
|
5935
6041
|
loadingColor: string;
|
|
5936
6042
|
height: string;
|
|
@@ -6056,6 +6162,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6056
6162
|
optionCheckColor: string;
|
|
6057
6163
|
optionColorPending: string;
|
|
6058
6164
|
optionColorActive: string;
|
|
6165
|
+
optionColorActivePending: string;
|
|
6059
6166
|
actionTextColor: string;
|
|
6060
6167
|
loadingColor: string;
|
|
6061
6168
|
height: string;
|
|
@@ -6089,29 +6196,31 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6089
6196
|
}>;
|
|
6090
6197
|
}>>>;
|
|
6091
6198
|
}>>, {
|
|
6092
|
-
tag: boolean;
|
|
6093
|
-
|
|
6094
|
-
|
|
6095
|
-
|
|
6096
|
-
|
|
6097
|
-
|
|
6098
|
-
|
|
6099
|
-
|
|
6100
|
-
|
|
6101
|
-
|
|
6102
|
-
virtualScroll: boolean;
|
|
6103
|
-
|
|
6104
|
-
|
|
6105
|
-
|
|
6106
|
-
|
|
6107
|
-
|
|
6108
|
-
|
|
6109
|
-
|
|
6110
|
-
|
|
6111
|
-
|
|
6112
|
-
|
|
6113
|
-
|
|
6114
|
-
|
|
6199
|
+
readonly tag: boolean;
|
|
6200
|
+
readonly show: boolean | undefined;
|
|
6201
|
+
readonly multiple: boolean;
|
|
6202
|
+
readonly disabled: boolean | undefined;
|
|
6203
|
+
readonly to: string | boolean | HTMLElement;
|
|
6204
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6205
|
+
readonly loading: boolean;
|
|
6206
|
+
readonly bordered: boolean | undefined;
|
|
6207
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
6208
|
+
readonly labelField: string;
|
|
6209
|
+
readonly virtualScroll: boolean;
|
|
6210
|
+
readonly valueField: string;
|
|
6211
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6212
|
+
readonly showArrow: boolean;
|
|
6213
|
+
readonly displayDirective: "show" | "if";
|
|
6214
|
+
readonly filterable: boolean;
|
|
6215
|
+
readonly clearable: boolean;
|
|
6216
|
+
readonly internalShowCheckmark: boolean;
|
|
6217
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6218
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6219
|
+
readonly remote: boolean;
|
|
6220
|
+
readonly widthMode: string;
|
|
6221
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6222
|
+
readonly consistentMenuWidth: boolean;
|
|
6223
|
+
readonly childrenField: string;
|
|
6115
6224
|
}>;
|
|
6116
6225
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6226
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6280,10 +6389,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6280
6389
|
opacity5: string;
|
|
6281
6390
|
dividerColor: string;
|
|
6282
6391
|
borderColor: string;
|
|
6283
|
-
|
|
6392
|
+
closeIconColor: string;
|
|
6393
|
+
closeIconColorHover: string;
|
|
6394
|
+
closeIconColorPressed: string;
|
|
6284
6395
|
closeColorHover: string;
|
|
6285
6396
|
closeColorPressed: string;
|
|
6286
|
-
closeColorDisabled: string;
|
|
6287
6397
|
clearColor: string;
|
|
6288
6398
|
clearColorHover: string;
|
|
6289
6399
|
clearColorPressed: string;
|
|
@@ -6533,8 +6643,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6533
6643
|
}>>, {
|
|
6534
6644
|
disabled: boolean | undefined;
|
|
6535
6645
|
checked: string | number | boolean | undefined;
|
|
6536
|
-
focusable: boolean;
|
|
6537
6646
|
indeterminate: boolean;
|
|
6647
|
+
focusable: boolean;
|
|
6538
6648
|
defaultChecked: string | number | boolean;
|
|
6539
6649
|
checkedValue: string | number | boolean;
|
|
6540
6650
|
uncheckedValue: string | number | boolean;
|
|
@@ -6558,7 +6668,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6558
6668
|
};
|
|
6559
6669
|
min: (NumberConstructor | StringConstructor)[];
|
|
6560
6670
|
max: (NumberConstructor | StringConstructor)[];
|
|
6561
|
-
size: import("vue").PropType<"
|
|
6671
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
6562
6672
|
disabled: {
|
|
6563
6673
|
type: import("vue").PropType<boolean | undefined>;
|
|
6564
6674
|
default: undefined;
|
|
@@ -6572,6 +6682,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6572
6682
|
type: BooleanConstructor;
|
|
6573
6683
|
default: boolean;
|
|
6574
6684
|
};
|
|
6685
|
+
buttonPlacement: {
|
|
6686
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6687
|
+
default: string;
|
|
6688
|
+
};
|
|
6575
6689
|
readonly: BooleanConstructor;
|
|
6576
6690
|
clearable: BooleanConstructor;
|
|
6577
6691
|
keyboard: {
|
|
@@ -6585,6 +6699,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6585
6699
|
type: BooleanConstructor;
|
|
6586
6700
|
default: boolean;
|
|
6587
6701
|
};
|
|
6702
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6703
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6704
|
+
precision: NumberConstructor;
|
|
6588
6705
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6589
6706
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6590
6707
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -6800,6 +6917,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6800
6917
|
rippleDuration: string;
|
|
6801
6918
|
}, any>;
|
|
6802
6919
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
6920
|
+
countTextColorDisabled: string;
|
|
6803
6921
|
countTextColor: string;
|
|
6804
6922
|
heightTiny: string;
|
|
6805
6923
|
heightSmall: string;
|
|
@@ -7068,6 +7186,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7068
7186
|
rippleDuration: string;
|
|
7069
7187
|
}, any>;
|
|
7070
7188
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7189
|
+
countTextColorDisabled: string;
|
|
7071
7190
|
countTextColor: string;
|
|
7072
7191
|
heightTiny: string;
|
|
7073
7192
|
heightSmall: string;
|
|
@@ -7336,6 +7455,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7336
7455
|
rippleDuration: string;
|
|
7337
7456
|
}, any>;
|
|
7338
7457
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7458
|
+
countTextColorDisabled: string;
|
|
7339
7459
|
countTextColor: string;
|
|
7340
7460
|
heightTiny: string;
|
|
7341
7461
|
heightSmall: string;
|
|
@@ -7408,6 +7528,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7408
7528
|
select: () => void;
|
|
7409
7529
|
activate: () => void;
|
|
7410
7530
|
deactivate: () => void;
|
|
7531
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
7411
7532
|
} | null>;
|
|
7412
7533
|
minusButtonInstRef: import("vue").Ref<{
|
|
7413
7534
|
$el: HTMLElement;
|
|
@@ -7421,7 +7542,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7421
7542
|
mergedValue: import("vue").ComputedRef<number | null>;
|
|
7422
7543
|
mergedPlaceholder: import("vue").ComputedRef<string>;
|
|
7423
7544
|
displayedValueInvalid: import("vue").ComputedRef<boolean>;
|
|
7424
|
-
mergedSize: import("vue").ComputedRef<"small" | "medium" | "large">;
|
|
7545
|
+
mergedSize: import("vue").ComputedRef<"small" | "medium" | "tiny" | "large">;
|
|
7425
7546
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
7426
7547
|
displayedValue: import("vue").Ref<string>;
|
|
7427
7548
|
addable: import("vue").ComputedRef<boolean>;
|
|
@@ -7478,10 +7599,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7478
7599
|
opacity5: string;
|
|
7479
7600
|
dividerColor: string;
|
|
7480
7601
|
borderColor: string;
|
|
7481
|
-
|
|
7602
|
+
closeIconColor: string;
|
|
7603
|
+
closeIconColorHover: string;
|
|
7604
|
+
closeIconColorPressed: string;
|
|
7482
7605
|
closeColorHover: string;
|
|
7483
7606
|
closeColorPressed: string;
|
|
7484
|
-
closeColorDisabled: string;
|
|
7485
7607
|
clearColor: string;
|
|
7486
7608
|
clearColorHover: string;
|
|
7487
7609
|
clearColorPressed: string;
|
|
@@ -7751,6 +7873,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7751
7873
|
rippleDuration: string;
|
|
7752
7874
|
}, any>;
|
|
7753
7875
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
7876
|
+
countTextColorDisabled: string;
|
|
7754
7877
|
countTextColor: string;
|
|
7755
7878
|
heightTiny: string;
|
|
7756
7879
|
heightSmall: string;
|
|
@@ -7853,7 +7976,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7853
7976
|
};
|
|
7854
7977
|
min: (NumberConstructor | StringConstructor)[];
|
|
7855
7978
|
max: (NumberConstructor | StringConstructor)[];
|
|
7856
|
-
size: import("vue").PropType<"
|
|
7979
|
+
size: import("vue").PropType<import("naive-ui/es/input-number/src/interface").Size>;
|
|
7857
7980
|
disabled: {
|
|
7858
7981
|
type: import("vue").PropType<boolean | undefined>;
|
|
7859
7982
|
default: undefined;
|
|
@@ -7867,6 +7990,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7867
7990
|
type: BooleanConstructor;
|
|
7868
7991
|
default: boolean;
|
|
7869
7992
|
};
|
|
7993
|
+
buttonPlacement: {
|
|
7994
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7995
|
+
default: string;
|
|
7996
|
+
};
|
|
7870
7997
|
readonly: BooleanConstructor;
|
|
7871
7998
|
clearable: BooleanConstructor;
|
|
7872
7999
|
keyboard: {
|
|
@@ -7880,6 +8007,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7880
8007
|
type: BooleanConstructor;
|
|
7881
8008
|
default: boolean;
|
|
7882
8009
|
};
|
|
8010
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
8011
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
8012
|
+
precision: NumberConstructor;
|
|
7883
8013
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7884
8014
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7885
8015
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8095,6 +8225,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8095
8225
|
rippleDuration: string;
|
|
8096
8226
|
}, any>;
|
|
8097
8227
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8228
|
+
countTextColorDisabled: string;
|
|
8098
8229
|
countTextColor: string;
|
|
8099
8230
|
heightTiny: string;
|
|
8100
8231
|
heightSmall: string;
|
|
@@ -8363,6 +8494,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8363
8494
|
rippleDuration: string;
|
|
8364
8495
|
}, any>;
|
|
8365
8496
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8497
|
+
countTextColorDisabled: string;
|
|
8366
8498
|
countTextColor: string;
|
|
8367
8499
|
heightTiny: string;
|
|
8368
8500
|
heightSmall: string;
|
|
@@ -8631,6 +8763,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8631
8763
|
rippleDuration: string;
|
|
8632
8764
|
}, any>;
|
|
8633
8765
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
8766
|
+
countTextColorDisabled: string;
|
|
8634
8767
|
countTextColor: string;
|
|
8635
8768
|
heightTiny: string;
|
|
8636
8769
|
heightSmall: string;
|
|
@@ -8705,6 +8838,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8705
8838
|
ArrowDown?: boolean | undefined;
|
|
8706
8839
|
};
|
|
8707
8840
|
showButton: boolean;
|
|
8841
|
+
buttonPlacement: "right" | "both";
|
|
8708
8842
|
updateValueOnInput: boolean;
|
|
8709
8843
|
}>;
|
|
8710
8844
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8834,6 +8968,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8834
8968
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8835
8969
|
readonly default: undefined;
|
|
8836
8970
|
};
|
|
8971
|
+
readonly panel: BooleanConstructor;
|
|
8837
8972
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8838
8973
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8839
8974
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -8904,6 +9039,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8904
9039
|
calendarLeftPaddingYear: string;
|
|
8905
9040
|
calendarLeftPaddingQuarter: string;
|
|
8906
9041
|
calendarLeftPaddingMonthrange: string;
|
|
9042
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9043
|
+
calendarLeftPaddingYearrange: string;
|
|
8907
9044
|
calendarRightPaddingDate: string;
|
|
8908
9045
|
calendarRightPaddingDatetime: string;
|
|
8909
9046
|
calendarRightPaddingDaterange: string;
|
|
@@ -8912,8 +9049,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8912
9049
|
calendarRightPaddingYear: string;
|
|
8913
9050
|
calendarRightPaddingQuarter: string;
|
|
8914
9051
|
calendarRightPaddingMonthrange: string;
|
|
9052
|
+
calendarRightPaddingQuarterrange: string;
|
|
9053
|
+
calendarRightPaddingYearrange: string;
|
|
8915
9054
|
}, {
|
|
8916
9055
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9056
|
+
countTextColorDisabled: string;
|
|
8917
9057
|
countTextColor: string;
|
|
8918
9058
|
heightTiny: string;
|
|
8919
9059
|
heightSmall: string;
|
|
@@ -9403,6 +9543,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9403
9543
|
rippleDuration: string;
|
|
9404
9544
|
}, any>;
|
|
9405
9545
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9546
|
+
countTextColorDisabled: string;
|
|
9406
9547
|
countTextColor: string;
|
|
9407
9548
|
heightTiny: string;
|
|
9408
9549
|
heightSmall: string;
|
|
@@ -9518,6 +9659,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9518
9659
|
calendarLeftPaddingYear: string;
|
|
9519
9660
|
calendarLeftPaddingQuarter: string;
|
|
9520
9661
|
calendarLeftPaddingMonthrange: string;
|
|
9662
|
+
calendarLeftPaddingQuarterrange: string;
|
|
9663
|
+
calendarLeftPaddingYearrange: string;
|
|
9521
9664
|
calendarRightPaddingDate: string;
|
|
9522
9665
|
calendarRightPaddingDatetime: string;
|
|
9523
9666
|
calendarRightPaddingDaterange: string;
|
|
@@ -9526,8 +9669,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
9526
9669
|
calendarRightPaddingYear: string;
|
|
9527
9670
|
calendarRightPaddingQuarter: string;
|
|
9528
9671
|
calendarRightPaddingMonthrange: string;
|
|
9672
|
+
calendarRightPaddingQuarterrange: string;
|
|
9673
|
+
calendarRightPaddingYearrange: string;
|
|
9529
9674
|
}, {
|
|
9530
9675
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
9676
|
+
countTextColorDisabled: string;
|
|
9531
9677
|
countTextColor: string;
|
|
9532
9678
|
heightTiny: string;
|
|
9533
9679
|
heightSmall: string;
|
|
@@ -10017,6 +10163,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10017
10163
|
rippleDuration: string;
|
|
10018
10164
|
}, any>;
|
|
10019
10165
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10166
|
+
countTextColorDisabled: string;
|
|
10020
10167
|
countTextColor: string;
|
|
10021
10168
|
heightTiny: string;
|
|
10022
10169
|
heightSmall: string;
|
|
@@ -10132,6 +10279,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10132
10279
|
calendarLeftPaddingYear: string;
|
|
10133
10280
|
calendarLeftPaddingQuarter: string;
|
|
10134
10281
|
calendarLeftPaddingMonthrange: string;
|
|
10282
|
+
calendarLeftPaddingQuarterrange: string;
|
|
10283
|
+
calendarLeftPaddingYearrange: string;
|
|
10135
10284
|
calendarRightPaddingDate: string;
|
|
10136
10285
|
calendarRightPaddingDatetime: string;
|
|
10137
10286
|
calendarRightPaddingDaterange: string;
|
|
@@ -10140,8 +10289,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10140
10289
|
calendarRightPaddingYear: string;
|
|
10141
10290
|
calendarRightPaddingQuarter: string;
|
|
10142
10291
|
calendarRightPaddingMonthrange: string;
|
|
10292
|
+
calendarRightPaddingQuarterrange: string;
|
|
10293
|
+
calendarRightPaddingYearrange: string;
|
|
10143
10294
|
}, {
|
|
10144
10295
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10296
|
+
countTextColorDisabled: string;
|
|
10145
10297
|
countTextColor: string;
|
|
10146
10298
|
heightTiny: string;
|
|
10147
10299
|
heightSmall: string;
|
|
@@ -10631,6 +10783,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10631
10783
|
rippleDuration: string;
|
|
10632
10784
|
}, any>;
|
|
10633
10785
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
10786
|
+
countTextColorDisabled: string;
|
|
10634
10787
|
countTextColor: string;
|
|
10635
10788
|
heightTiny: string;
|
|
10636
10789
|
heightSmall: string;
|
|
@@ -10711,8 +10864,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10711
10864
|
contentRef: HTMLElement | null;
|
|
10712
10865
|
containerScrollTop: number;
|
|
10713
10866
|
syncUnifiedContainer: () => void;
|
|
10714
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10715
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10867
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10868
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10716
10869
|
sync: () => void;
|
|
10717
10870
|
handleMouseEnterWrapper: () => void;
|
|
10718
10871
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10723,8 +10876,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10723
10876
|
contentRef: HTMLElement | null;
|
|
10724
10877
|
containerScrollTop: number;
|
|
10725
10878
|
syncUnifiedContainer: () => void;
|
|
10726
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10727
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10879
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10880
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10728
10881
|
sync: () => void;
|
|
10729
10882
|
handleMouseEnterWrapper: () => void;
|
|
10730
10883
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10740,8 +10893,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10740
10893
|
contentRef: HTMLElement | null;
|
|
10741
10894
|
containerScrollTop: number;
|
|
10742
10895
|
syncUnifiedContainer: () => void;
|
|
10743
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10744
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10896
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10897
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10745
10898
|
sync: () => void;
|
|
10746
10899
|
handleMouseEnterWrapper: () => void;
|
|
10747
10900
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10752,8 +10905,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10752
10905
|
contentRef: HTMLElement | null;
|
|
10753
10906
|
containerScrollTop: number;
|
|
10754
10907
|
syncUnifiedContainer: () => void;
|
|
10755
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10756
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10908
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10909
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10757
10910
|
sync: () => void;
|
|
10758
10911
|
handleMouseEnterWrapper: () => void;
|
|
10759
10912
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10764,8 +10917,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10764
10917
|
contentRef: HTMLElement | null;
|
|
10765
10918
|
containerScrollTop: number;
|
|
10766
10919
|
syncUnifiedContainer: () => void;
|
|
10767
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10768
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10920
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10921
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10769
10922
|
sync: () => void;
|
|
10770
10923
|
handleMouseEnterWrapper: () => void;
|
|
10771
10924
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10776,8 +10929,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10776
10929
|
contentRef: HTMLElement | null;
|
|
10777
10930
|
containerScrollTop: number;
|
|
10778
10931
|
syncUnifiedContainer: () => void;
|
|
10779
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10780
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10932
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10933
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10781
10934
|
sync: () => void;
|
|
10782
10935
|
handleMouseEnterWrapper: () => void;
|
|
10783
10936
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10804,6 +10957,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10804
10957
|
select: () => void;
|
|
10805
10958
|
activate: () => void;
|
|
10806
10959
|
deactivate: () => void;
|
|
10960
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
10807
10961
|
} | null>;
|
|
10808
10962
|
isMounted: Readonly<import("vue").Ref<boolean>>;
|
|
10809
10963
|
displayTime: import("vue").Ref<string>;
|
|
@@ -10820,8 +10974,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10820
10974
|
isValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10821
10975
|
isStartValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10822
10976
|
isEndValueInvalid: import("vue").ComputedRef<boolean>;
|
|
10977
|
+
handleInputKeydown: (e: KeyboardEvent) => void;
|
|
10823
10978
|
handleClickOutside: (e: MouseEvent) => void;
|
|
10824
|
-
|
|
10979
|
+
handleKeydown: (e: KeyboardEvent) => void;
|
|
10825
10980
|
handleClear: () => void;
|
|
10826
10981
|
handlePanelClear: () => void;
|
|
10827
10982
|
handleTriggerClick: (e: MouseEvent) => void;
|
|
@@ -10876,10 +11031,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10876
11031
|
opacity5: string;
|
|
10877
11032
|
dividerColor: string;
|
|
10878
11033
|
borderColor: string;
|
|
10879
|
-
|
|
11034
|
+
closeIconColor: string;
|
|
11035
|
+
closeIconColorHover: string;
|
|
11036
|
+
closeIconColorPressed: string;
|
|
10880
11037
|
closeColorHover: string;
|
|
10881
11038
|
closeColorPressed: string;
|
|
10882
|
-
closeColorDisabled: string;
|
|
10883
11039
|
clearColor: string;
|
|
10884
11040
|
clearColorHover: string;
|
|
10885
11041
|
clearColorPressed: string;
|
|
@@ -10990,6 +11146,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10990
11146
|
calendarLeftPaddingYear: string;
|
|
10991
11147
|
calendarLeftPaddingQuarter: string;
|
|
10992
11148
|
calendarLeftPaddingMonthrange: string;
|
|
11149
|
+
calendarLeftPaddingQuarterrange: string;
|
|
11150
|
+
calendarLeftPaddingYearrange: string;
|
|
10993
11151
|
calendarRightPaddingDate: string;
|
|
10994
11152
|
calendarRightPaddingDatetime: string;
|
|
10995
11153
|
calendarRightPaddingDaterange: string;
|
|
@@ -10998,9 +11156,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10998
11156
|
calendarRightPaddingYear: string;
|
|
10999
11157
|
calendarRightPaddingQuarter: string;
|
|
11000
11158
|
calendarRightPaddingMonthrange: string;
|
|
11159
|
+
calendarRightPaddingQuarterrange: string;
|
|
11160
|
+
calendarRightPaddingYearrange: string;
|
|
11001
11161
|
};
|
|
11002
11162
|
peers: {
|
|
11003
11163
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11164
|
+
countTextColorDisabled: string;
|
|
11004
11165
|
countTextColor: string;
|
|
11005
11166
|
heightTiny: string;
|
|
11006
11167
|
heightSmall: string;
|
|
@@ -11490,6 +11651,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11490
11651
|
rippleDuration: string;
|
|
11491
11652
|
}, any>;
|
|
11492
11653
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11654
|
+
countTextColorDisabled: string;
|
|
11493
11655
|
countTextColor: string;
|
|
11494
11656
|
heightTiny: string;
|
|
11495
11657
|
heightSmall: string;
|
|
@@ -11777,6 +11939,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11777
11939
|
rippleDuration: string;
|
|
11778
11940
|
}, any>> | undefined;
|
|
11779
11941
|
Input?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
11942
|
+
countTextColorDisabled: string;
|
|
11780
11943
|
countTextColor: string;
|
|
11781
11944
|
heightTiny: string;
|
|
11782
11945
|
heightSmall: string;
|
|
@@ -11848,8 +12011,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11848
12011
|
actions: import("vue").ComputedRef<string[] | undefined>;
|
|
11849
12012
|
triggerCssVars: import("vue").ComputedRef<{
|
|
11850
12013
|
'--n-bezier': string;
|
|
11851
|
-
'--n-icon-color': string;
|
|
11852
|
-
'--n-icon-color-disabled': string;
|
|
12014
|
+
'--n-icon-color-override': string;
|
|
12015
|
+
'--n-icon-color-disabled-override': string;
|
|
11853
12016
|
}> | undefined;
|
|
11854
12017
|
triggerThemeClass: import("vue").Ref<string> | undefined;
|
|
11855
12018
|
triggerOnRender: (() => void) | undefined;
|
|
@@ -11947,6 +12110,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11947
12110
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11948
12111
|
readonly default: undefined;
|
|
11949
12112
|
};
|
|
12113
|
+
readonly panel: BooleanConstructor;
|
|
11950
12114
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11951
12115
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11952
12116
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -12017,6 +12181,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12017
12181
|
calendarLeftPaddingYear: string;
|
|
12018
12182
|
calendarLeftPaddingQuarter: string;
|
|
12019
12183
|
calendarLeftPaddingMonthrange: string;
|
|
12184
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12185
|
+
calendarLeftPaddingYearrange: string;
|
|
12020
12186
|
calendarRightPaddingDate: string;
|
|
12021
12187
|
calendarRightPaddingDatetime: string;
|
|
12022
12188
|
calendarRightPaddingDaterange: string;
|
|
@@ -12025,8 +12191,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12025
12191
|
calendarRightPaddingYear: string;
|
|
12026
12192
|
calendarRightPaddingQuarter: string;
|
|
12027
12193
|
calendarRightPaddingMonthrange: string;
|
|
12194
|
+
calendarRightPaddingQuarterrange: string;
|
|
12195
|
+
calendarRightPaddingYearrange: string;
|
|
12028
12196
|
}, {
|
|
12029
12197
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12198
|
+
countTextColorDisabled: string;
|
|
12030
12199
|
countTextColor: string;
|
|
12031
12200
|
heightTiny: string;
|
|
12032
12201
|
heightSmall: string;
|
|
@@ -12516,6 +12685,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12516
12685
|
rippleDuration: string;
|
|
12517
12686
|
}, any>;
|
|
12518
12687
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12688
|
+
countTextColorDisabled: string;
|
|
12519
12689
|
countTextColor: string;
|
|
12520
12690
|
heightTiny: string;
|
|
12521
12691
|
heightSmall: string;
|
|
@@ -12631,6 +12801,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12631
12801
|
calendarLeftPaddingYear: string;
|
|
12632
12802
|
calendarLeftPaddingQuarter: string;
|
|
12633
12803
|
calendarLeftPaddingMonthrange: string;
|
|
12804
|
+
calendarLeftPaddingQuarterrange: string;
|
|
12805
|
+
calendarLeftPaddingYearrange: string;
|
|
12634
12806
|
calendarRightPaddingDate: string;
|
|
12635
12807
|
calendarRightPaddingDatetime: string;
|
|
12636
12808
|
calendarRightPaddingDaterange: string;
|
|
@@ -12639,8 +12811,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
12639
12811
|
calendarRightPaddingYear: string;
|
|
12640
12812
|
calendarRightPaddingQuarter: string;
|
|
12641
12813
|
calendarRightPaddingMonthrange: string;
|
|
12814
|
+
calendarRightPaddingQuarterrange: string;
|
|
12815
|
+
calendarRightPaddingYearrange: string;
|
|
12642
12816
|
}, {
|
|
12643
12817
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
12818
|
+
countTextColorDisabled: string;
|
|
12644
12819
|
countTextColor: string;
|
|
12645
12820
|
heightTiny: string;
|
|
12646
12821
|
heightSmall: string;
|
|
@@ -13130,6 +13305,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13130
13305
|
rippleDuration: string;
|
|
13131
13306
|
}, any>;
|
|
13132
13307
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13308
|
+
countTextColorDisabled: string;
|
|
13133
13309
|
countTextColor: string;
|
|
13134
13310
|
heightTiny: string;
|
|
13135
13311
|
heightSmall: string;
|
|
@@ -13245,6 +13421,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13245
13421
|
calendarLeftPaddingYear: string;
|
|
13246
13422
|
calendarLeftPaddingQuarter: string;
|
|
13247
13423
|
calendarLeftPaddingMonthrange: string;
|
|
13424
|
+
calendarLeftPaddingQuarterrange: string;
|
|
13425
|
+
calendarLeftPaddingYearrange: string;
|
|
13248
13426
|
calendarRightPaddingDate: string;
|
|
13249
13427
|
calendarRightPaddingDatetime: string;
|
|
13250
13428
|
calendarRightPaddingDaterange: string;
|
|
@@ -13253,8 +13431,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13253
13431
|
calendarRightPaddingYear: string;
|
|
13254
13432
|
calendarRightPaddingQuarter: string;
|
|
13255
13433
|
calendarRightPaddingMonthrange: string;
|
|
13434
|
+
calendarRightPaddingQuarterrange: string;
|
|
13435
|
+
calendarRightPaddingYearrange: string;
|
|
13256
13436
|
}, {
|
|
13257
13437
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13438
|
+
countTextColorDisabled: string;
|
|
13258
13439
|
countTextColor: string;
|
|
13259
13440
|
heightTiny: string;
|
|
13260
13441
|
heightSmall: string;
|
|
@@ -13744,6 +13925,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13744
13925
|
rippleDuration: string;
|
|
13745
13926
|
}, any>;
|
|
13746
13927
|
Input: import("naive-ui/es/_mixins").Theme<"Input", {
|
|
13928
|
+
countTextColorDisabled: string;
|
|
13747
13929
|
countTextColor: string;
|
|
13748
13930
|
heightTiny: string;
|
|
13749
13931
|
heightSmall: string;
|
|
@@ -13810,17 +13992,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13810
13992
|
}, any>;
|
|
13811
13993
|
}>>>;
|
|
13812
13994
|
}>>, {
|
|
13813
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13814
|
-
show: boolean | undefined;
|
|
13815
|
-
disabled: boolean | undefined;
|
|
13816
|
-
to: string | boolean | HTMLElement;
|
|
13817
|
-
bordered: boolean | undefined;
|
|
13818
|
-
placement: import("vueuc").FollowerPlacement;
|
|
13819
|
-
clearable: boolean;
|
|
13820
|
-
inputReadonly: boolean;
|
|
13821
|
-
|
|
13822
|
-
|
|
13823
|
-
|
|
13995
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13996
|
+
readonly show: boolean | undefined;
|
|
13997
|
+
readonly disabled: boolean | undefined;
|
|
13998
|
+
readonly to: string | boolean | HTMLElement;
|
|
13999
|
+
readonly bordered: boolean | undefined;
|
|
14000
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
14001
|
+
readonly clearable: boolean;
|
|
14002
|
+
readonly inputReadonly: boolean;
|
|
14003
|
+
readonly panel: boolean;
|
|
14004
|
+
readonly updateValueOnClose: boolean;
|
|
14005
|
+
readonly closeOnSelect: boolean;
|
|
14006
|
+
readonly bindCalendarMonths: boolean;
|
|
13824
14007
|
}>;
|
|
13825
14008
|
NSelect: import("vue").DefineComponent<{
|
|
13826
14009
|
readonly to: {
|
|
@@ -13856,10 +14039,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13856
14039
|
};
|
|
13857
14040
|
readonly remote: BooleanConstructor;
|
|
13858
14041
|
readonly loading: BooleanConstructor;
|
|
13859
|
-
readonly filter:
|
|
13860
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13861
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13862
|
-
};
|
|
14042
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
13863
14043
|
readonly placement: {
|
|
13864
14044
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
13865
14045
|
readonly default: "bottom-start";
|
|
@@ -13869,19 +14049,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13869
14049
|
readonly default: "trigger";
|
|
13870
14050
|
};
|
|
13871
14051
|
readonly tag: BooleanConstructor;
|
|
13872
|
-
readonly onCreate:
|
|
13873
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13874
|
-
readonly default: (label: string) => {
|
|
13875
|
-
label: string;
|
|
13876
|
-
value: string;
|
|
13877
|
-
};
|
|
13878
|
-
};
|
|
14052
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13879
14053
|
readonly fallbackOption: {
|
|
13880
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13881
|
-
readonly default:
|
|
13882
|
-
label: string;
|
|
13883
|
-
value: string | number;
|
|
13884
|
-
};
|
|
14054
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14055
|
+
readonly default: undefined;
|
|
13885
14056
|
};
|
|
13886
14057
|
readonly show: {
|
|
13887
14058
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13900,11 +14071,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13900
14071
|
readonly type: BooleanConstructor;
|
|
13901
14072
|
readonly default: true;
|
|
13902
14073
|
};
|
|
14074
|
+
readonly labelField: {
|
|
14075
|
+
readonly type: StringConstructor;
|
|
14076
|
+
readonly default: "label";
|
|
14077
|
+
};
|
|
14078
|
+
readonly valueField: {
|
|
14079
|
+
readonly type: StringConstructor;
|
|
14080
|
+
readonly default: "value";
|
|
14081
|
+
};
|
|
14082
|
+
readonly childrenField: {
|
|
14083
|
+
readonly type: StringConstructor;
|
|
14084
|
+
readonly default: "children";
|
|
14085
|
+
};
|
|
13903
14086
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13904
14087
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13905
14088
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
13906
14089
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
13907
14090
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
14091
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
13908
14092
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
13909
14093
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
13910
14094
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -13922,6 +14106,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13922
14106
|
readonly default: true;
|
|
13923
14107
|
};
|
|
13924
14108
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14109
|
+
readonly internalShowCheckmark: {
|
|
14110
|
+
readonly type: BooleanConstructor;
|
|
14111
|
+
readonly default: true;
|
|
14112
|
+
};
|
|
13925
14113
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13926
14114
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13927
14115
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14017,6 +14205,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14017
14205
|
optionCheckColor: string;
|
|
14018
14206
|
optionColorPending: string;
|
|
14019
14207
|
optionColorActive: string;
|
|
14208
|
+
optionColorActivePending: string;
|
|
14020
14209
|
actionTextColor: string;
|
|
14021
14210
|
loadingColor: string;
|
|
14022
14211
|
height: string;
|
|
@@ -14142,6 +14331,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14142
14331
|
optionCheckColor: string;
|
|
14143
14332
|
optionColorPending: string;
|
|
14144
14333
|
optionColorActive: string;
|
|
14334
|
+
optionColorActivePending: string;
|
|
14145
14335
|
actionTextColor: string;
|
|
14146
14336
|
loadingColor: string;
|
|
14147
14337
|
height: string;
|
|
@@ -14267,6 +14457,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14267
14457
|
optionCheckColor: string;
|
|
14268
14458
|
optionColorPending: string;
|
|
14269
14459
|
optionColorActive: string;
|
|
14460
|
+
optionColorActivePending: string;
|
|
14270
14461
|
actionTextColor: string;
|
|
14271
14462
|
loadingColor: string;
|
|
14272
14463
|
height: string;
|
|
@@ -14396,10 +14587,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14396
14587
|
opacity5: string;
|
|
14397
14588
|
dividerColor: string;
|
|
14398
14589
|
borderColor: string;
|
|
14399
|
-
|
|
14590
|
+
closeIconColor: string;
|
|
14591
|
+
closeIconColorHover: string;
|
|
14592
|
+
closeIconColorPressed: string;
|
|
14400
14593
|
closeColorHover: string;
|
|
14401
14594
|
closeColorPressed: string;
|
|
14402
|
-
closeColorDisabled: string;
|
|
14403
14595
|
clearColor: string;
|
|
14404
14596
|
clearColorHover: string;
|
|
14405
14597
|
clearColorPressed: string;
|
|
@@ -14554,6 +14746,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14554
14746
|
optionCheckColor: string;
|
|
14555
14747
|
optionColorPending: string;
|
|
14556
14748
|
optionColorActive: string;
|
|
14749
|
+
optionColorActivePending: string;
|
|
14557
14750
|
actionTextColor: string;
|
|
14558
14751
|
loadingColor: string;
|
|
14559
14752
|
height: string;
|
|
@@ -14669,10 +14862,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14669
14862
|
};
|
|
14670
14863
|
readonly remote: BooleanConstructor;
|
|
14671
14864
|
readonly loading: BooleanConstructor;
|
|
14672
|
-
readonly filter:
|
|
14673
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14674
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14675
|
-
};
|
|
14865
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
14676
14866
|
readonly placement: {
|
|
14677
14867
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
14678
14868
|
readonly default: "bottom-start";
|
|
@@ -14682,19 +14872,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14682
14872
|
readonly default: "trigger";
|
|
14683
14873
|
};
|
|
14684
14874
|
readonly tag: BooleanConstructor;
|
|
14685
|
-
readonly onCreate:
|
|
14686
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14687
|
-
readonly default: (label: string) => {
|
|
14688
|
-
label: string;
|
|
14689
|
-
value: string;
|
|
14690
|
-
};
|
|
14691
|
-
};
|
|
14875
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14692
14876
|
readonly fallbackOption: {
|
|
14693
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14694
|
-
readonly default:
|
|
14695
|
-
label: string;
|
|
14696
|
-
value: string | number;
|
|
14697
|
-
};
|
|
14877
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14878
|
+
readonly default: undefined;
|
|
14698
14879
|
};
|
|
14699
14880
|
readonly show: {
|
|
14700
14881
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14713,11 +14894,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14713
14894
|
readonly type: BooleanConstructor;
|
|
14714
14895
|
readonly default: true;
|
|
14715
14896
|
};
|
|
14897
|
+
readonly labelField: {
|
|
14898
|
+
readonly type: StringConstructor;
|
|
14899
|
+
readonly default: "label";
|
|
14900
|
+
};
|
|
14901
|
+
readonly valueField: {
|
|
14902
|
+
readonly type: StringConstructor;
|
|
14903
|
+
readonly default: "value";
|
|
14904
|
+
};
|
|
14905
|
+
readonly childrenField: {
|
|
14906
|
+
readonly type: StringConstructor;
|
|
14907
|
+
readonly default: "children";
|
|
14908
|
+
};
|
|
14716
14909
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14717
14910
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14718
14911
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
14719
14912
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14720
14913
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
14914
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
14721
14915
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
14722
14916
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
14723
14917
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -14735,6 +14929,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14735
14929
|
readonly default: true;
|
|
14736
14930
|
};
|
|
14737
14931
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14932
|
+
readonly internalShowCheckmark: {
|
|
14933
|
+
readonly type: BooleanConstructor;
|
|
14934
|
+
readonly default: true;
|
|
14935
|
+
};
|
|
14738
14936
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14739
14937
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14740
14938
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14830,6 +15028,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14830
15028
|
optionCheckColor: string;
|
|
14831
15029
|
optionColorPending: string;
|
|
14832
15030
|
optionColorActive: string;
|
|
15031
|
+
optionColorActivePending: string;
|
|
14833
15032
|
actionTextColor: string;
|
|
14834
15033
|
loadingColor: string;
|
|
14835
15034
|
height: string;
|
|
@@ -14955,6 +15154,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14955
15154
|
optionCheckColor: string;
|
|
14956
15155
|
optionColorPending: string;
|
|
14957
15156
|
optionColorActive: string;
|
|
15157
|
+
optionColorActivePending: string;
|
|
14958
15158
|
actionTextColor: string;
|
|
14959
15159
|
loadingColor: string;
|
|
14960
15160
|
height: string;
|
|
@@ -15080,6 +15280,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15080
15280
|
optionCheckColor: string;
|
|
15081
15281
|
optionColorPending: string;
|
|
15082
15282
|
optionColorActive: string;
|
|
15283
|
+
optionColorActivePending: string;
|
|
15083
15284
|
actionTextColor: string;
|
|
15084
15285
|
loadingColor: string;
|
|
15085
15286
|
height: string;
|
|
@@ -15113,34 +15314,36 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15113
15314
|
}>;
|
|
15114
15315
|
}>>>;
|
|
15115
15316
|
}>>, {
|
|
15116
|
-
tag: boolean;
|
|
15117
|
-
|
|
15118
|
-
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
virtualScroll: boolean;
|
|
15127
|
-
|
|
15128
|
-
|
|
15129
|
-
|
|
15130
|
-
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15134
|
-
|
|
15135
|
-
|
|
15136
|
-
|
|
15137
|
-
|
|
15138
|
-
|
|
15317
|
+
readonly tag: boolean;
|
|
15318
|
+
readonly show: boolean | undefined;
|
|
15319
|
+
readonly multiple: boolean;
|
|
15320
|
+
readonly disabled: boolean | undefined;
|
|
15321
|
+
readonly to: string | boolean | HTMLElement;
|
|
15322
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15323
|
+
readonly loading: boolean;
|
|
15324
|
+
readonly bordered: boolean | undefined;
|
|
15325
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
15326
|
+
readonly labelField: string;
|
|
15327
|
+
readonly virtualScroll: boolean;
|
|
15328
|
+
readonly valueField: string;
|
|
15329
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15330
|
+
readonly showArrow: boolean;
|
|
15331
|
+
readonly displayDirective: "show" | "if";
|
|
15332
|
+
readonly filterable: boolean;
|
|
15333
|
+
readonly clearable: boolean;
|
|
15334
|
+
readonly internalShowCheckmark: boolean;
|
|
15335
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15336
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15337
|
+
readonly remote: boolean;
|
|
15338
|
+
readonly widthMode: string;
|
|
15339
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15340
|
+
readonly consistentMenuWidth: boolean;
|
|
15341
|
+
readonly childrenField: string;
|
|
15139
15342
|
}>;
|
|
15140
15343
|
NRadio: import("vue").DefineComponent<{
|
|
15141
15344
|
name: StringConstructor;
|
|
15142
15345
|
value: {
|
|
15143
|
-
readonly type: import("vue").PropType<string | number>;
|
|
15346
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
15144
15347
|
readonly default: "on";
|
|
15145
15348
|
};
|
|
15146
15349
|
checked: {
|
|
@@ -15158,7 +15361,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15158
15361
|
'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
15159
15362
|
checkedValue: {
|
|
15160
15363
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15161
|
-
readonly validator: () => boolean;
|
|
15162
15364
|
readonly default: undefined;
|
|
15163
15365
|
};
|
|
15164
15366
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
@@ -15176,6 +15378,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15176
15378
|
boxShadowDisabled: string;
|
|
15177
15379
|
color: string;
|
|
15178
15380
|
colorDisabled: string;
|
|
15381
|
+
colorActive: string;
|
|
15179
15382
|
textColor: string;
|
|
15180
15383
|
textColorDisabled: string;
|
|
15181
15384
|
dotColorActive: string;
|
|
@@ -15213,6 +15416,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15213
15416
|
boxShadowDisabled: string;
|
|
15214
15417
|
color: string;
|
|
15215
15418
|
colorDisabled: string;
|
|
15419
|
+
colorActive: string;
|
|
15216
15420
|
textColor: string;
|
|
15217
15421
|
textColorDisabled: string;
|
|
15218
15422
|
dotColorActive: string;
|
|
@@ -15250,6 +15454,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15250
15454
|
boxShadowDisabled: string;
|
|
15251
15455
|
color: string;
|
|
15252
15456
|
colorDisabled: string;
|
|
15457
|
+
colorActive: string;
|
|
15253
15458
|
textColor: string;
|
|
15254
15459
|
textColorDisabled: string;
|
|
15255
15460
|
dotColorActive: string;
|
|
@@ -15283,6 +15488,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15283
15488
|
'--n-box-shadow-focus': string;
|
|
15284
15489
|
'--n-box-shadow-hover': string;
|
|
15285
15490
|
'--n-color': string;
|
|
15491
|
+
'--n-color-active': string;
|
|
15286
15492
|
'--n-color-disabled': string;
|
|
15287
15493
|
'--n-dot-color-active': string;
|
|
15288
15494
|
'--n-dot-color-disabled': string;
|
|
@@ -15297,7 +15503,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15297
15503
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15298
15504
|
name: StringConstructor;
|
|
15299
15505
|
value: {
|
|
15300
|
-
readonly type: import("vue").PropType<string | number>;
|
|
15506
|
+
readonly type: import("vue").PropType<string | number | boolean>;
|
|
15301
15507
|
readonly default: "on";
|
|
15302
15508
|
};
|
|
15303
15509
|
checked: {
|
|
@@ -15315,7 +15521,6 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15315
15521
|
'onUpdate:checked': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
|
|
15316
15522
|
checkedValue: {
|
|
15317
15523
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
15318
|
-
readonly validator: () => boolean;
|
|
15319
15524
|
readonly default: undefined;
|
|
15320
15525
|
};
|
|
15321
15526
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Radio", {
|
|
@@ -15333,6 +15538,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15333
15538
|
boxShadowDisabled: string;
|
|
15334
15539
|
color: string;
|
|
15335
15540
|
colorDisabled: string;
|
|
15541
|
+
colorActive: string;
|
|
15336
15542
|
textColor: string;
|
|
15337
15543
|
textColorDisabled: string;
|
|
15338
15544
|
dotColorActive: string;
|
|
@@ -15370,6 +15576,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15370
15576
|
boxShadowDisabled: string;
|
|
15371
15577
|
color: string;
|
|
15372
15578
|
colorDisabled: string;
|
|
15579
|
+
colorActive: string;
|
|
15373
15580
|
textColor: string;
|
|
15374
15581
|
textColorDisabled: string;
|
|
15375
15582
|
dotColorActive: string;
|
|
@@ -15407,6 +15614,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15407
15614
|
boxShadowDisabled: string;
|
|
15408
15615
|
color: string;
|
|
15409
15616
|
colorDisabled: string;
|
|
15617
|
+
colorActive: string;
|
|
15410
15618
|
textColor: string;
|
|
15411
15619
|
textColorDisabled: string;
|
|
15412
15620
|
dotColorActive: string;
|
|
@@ -15430,7 +15638,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15430
15638
|
labelPadding: string;
|
|
15431
15639
|
}, any>>>;
|
|
15432
15640
|
}>>, {
|
|
15433
|
-
value: string | number;
|
|
15641
|
+
value: string | number | boolean;
|
|
15434
15642
|
disabled: boolean | undefined;
|
|
15435
15643
|
checked: boolean | undefined;
|
|
15436
15644
|
defaultChecked: boolean;
|
|
@@ -15603,10 +15811,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15603
15811
|
opacity5: string;
|
|
15604
15812
|
dividerColor: string;
|
|
15605
15813
|
borderColor: string;
|
|
15606
|
-
|
|
15814
|
+
closeIconColor: string;
|
|
15815
|
+
closeIconColorHover: string;
|
|
15816
|
+
closeIconColorPressed: string;
|
|
15607
15817
|
closeColorHover: string;
|
|
15608
15818
|
closeColorPressed: string;
|
|
15609
|
-
closeColorDisabled: string;
|
|
15610
15819
|
clearColor: string;
|
|
15611
15820
|
clearColorHover: string;
|
|
15612
15821
|
clearColorPressed: string;
|
|
@@ -15856,8 +16065,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15856
16065
|
}>>, {
|
|
15857
16066
|
disabled: boolean | undefined;
|
|
15858
16067
|
checked: string | number | boolean | undefined;
|
|
15859
|
-
focusable: boolean;
|
|
15860
16068
|
indeterminate: boolean;
|
|
16069
|
+
focusable: boolean;
|
|
15861
16070
|
defaultChecked: string | number | boolean;
|
|
15862
16071
|
checkedValue: string | number | boolean;
|
|
15863
16072
|
uncheckedValue: string | number | boolean;
|
|
@@ -15921,6 +16130,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15921
16130
|
type: BooleanConstructor;
|
|
15922
16131
|
default: undefined;
|
|
15923
16132
|
};
|
|
16133
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16134
|
+
renderCount: import("vue").PropType<(props: {
|
|
16135
|
+
value: string;
|
|
16136
|
+
}) => import("vue").VNodeChild>;
|
|
15924
16137
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
15925
16138
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
15926
16139
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -15949,6 +16162,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15949
16162
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
15950
16163
|
showPasswordToggle: BooleanConstructor;
|
|
15951
16164
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16165
|
+
countTextColorDisabled: string;
|
|
15952
16166
|
countTextColor: string;
|
|
15953
16167
|
heightTiny: string;
|
|
15954
16168
|
heightSmall: string;
|
|
@@ -16009,6 +16223,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16009
16223
|
clearSize: string;
|
|
16010
16224
|
}, any>>;
|
|
16011
16225
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16226
|
+
countTextColorDisabled: string;
|
|
16012
16227
|
countTextColor: string;
|
|
16013
16228
|
heightTiny: string;
|
|
16014
16229
|
heightSmall: string;
|
|
@@ -16069,6 +16284,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16069
16284
|
clearSize: string;
|
|
16070
16285
|
}, any>>>;
|
|
16071
16286
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16287
|
+
countTextColorDisabled: string;
|
|
16072
16288
|
countTextColor: string;
|
|
16073
16289
|
heightTiny: string;
|
|
16074
16290
|
heightSmall: string;
|
|
@@ -16141,8 +16357,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16141
16357
|
contentRef: HTMLElement | null;
|
|
16142
16358
|
containerScrollTop: number;
|
|
16143
16359
|
syncUnifiedContainer: () => void;
|
|
16144
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16145
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16360
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16361
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16146
16362
|
sync: () => void;
|
|
16147
16363
|
handleMouseEnterWrapper: () => void;
|
|
16148
16364
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16176,7 +16392,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16176
16392
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
16177
16393
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
16178
16394
|
handleInputBlur: (e: FocusEvent) => void;
|
|
16179
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
16395
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
16180
16396
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
16181
16397
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
16182
16398
|
handleMouseEnter: () => void;
|
|
@@ -16187,7 +16403,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16187
16403
|
handleClear: (e: MouseEvent) => void;
|
|
16188
16404
|
handlePasswordToggleClick: () => void;
|
|
16189
16405
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
16190
|
-
|
|
16406
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
16191
16407
|
handleTextAreaMirrorResize: () => void;
|
|
16192
16408
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
16193
16409
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -16231,10 +16447,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16231
16447
|
opacity5: string;
|
|
16232
16448
|
dividerColor: string;
|
|
16233
16449
|
borderColor: string;
|
|
16234
|
-
|
|
16450
|
+
closeIconColor: string;
|
|
16451
|
+
closeIconColorHover: string;
|
|
16452
|
+
closeIconColorPressed: string;
|
|
16235
16453
|
closeColorHover: string;
|
|
16236
16454
|
closeColorPressed: string;
|
|
16237
|
-
closeColorDisabled: string;
|
|
16238
16455
|
clearColor: string;
|
|
16239
16456
|
clearColorHover: string;
|
|
16240
16457
|
clearColorPressed: string;
|
|
@@ -16296,6 +16513,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16296
16513
|
name: "common";
|
|
16297
16514
|
};
|
|
16298
16515
|
self: {
|
|
16516
|
+
countTextColorDisabled: string;
|
|
16299
16517
|
countTextColor: string;
|
|
16300
16518
|
heightTiny: string;
|
|
16301
16519
|
heightSmall: string;
|
|
@@ -16363,6 +16581,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16363
16581
|
cssVars: import("vue").ComputedRef<{
|
|
16364
16582
|
'--n-bezier': string;
|
|
16365
16583
|
'--n-count-text-color': string;
|
|
16584
|
+
'--n-count-text-color-disabled': string;
|
|
16366
16585
|
'--n-color': string;
|
|
16367
16586
|
'--n-font-size': string;
|
|
16368
16587
|
'--n-border-radius': string;
|
|
@@ -16417,6 +16636,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16417
16636
|
select: () => void;
|
|
16418
16637
|
activate: () => void;
|
|
16419
16638
|
deactivate: () => void;
|
|
16639
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
16420
16640
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16421
16641
|
bordered: {
|
|
16422
16642
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16475,6 +16695,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16475
16695
|
type: BooleanConstructor;
|
|
16476
16696
|
default: undefined;
|
|
16477
16697
|
};
|
|
16698
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
16699
|
+
renderCount: import("vue").PropType<(props: {
|
|
16700
|
+
value: string;
|
|
16701
|
+
}) => import("vue").VNodeChild>;
|
|
16478
16702
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16479
16703
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
16480
16704
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -16503,6 +16727,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16503
16727
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
16504
16728
|
showPasswordToggle: BooleanConstructor;
|
|
16505
16729
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16730
|
+
countTextColorDisabled: string;
|
|
16506
16731
|
countTextColor: string;
|
|
16507
16732
|
heightTiny: string;
|
|
16508
16733
|
heightSmall: string;
|
|
@@ -16563,6 +16788,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16563
16788
|
clearSize: string;
|
|
16564
16789
|
}, any>>;
|
|
16565
16790
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16791
|
+
countTextColorDisabled: string;
|
|
16566
16792
|
countTextColor: string;
|
|
16567
16793
|
heightTiny: string;
|
|
16568
16794
|
heightSmall: string;
|
|
@@ -16623,6 +16849,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16623
16849
|
clearSize: string;
|
|
16624
16850
|
}, any>>>;
|
|
16625
16851
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
16852
|
+
countTextColorDisabled: string;
|
|
16626
16853
|
countTextColor: string;
|
|
16627
16854
|
heightTiny: string;
|
|
16628
16855
|
heightSmall: string;
|
|
@@ -16817,6 +17044,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16817
17044
|
componentData: Record<string, any>;
|
|
16818
17045
|
}>;
|
|
16819
17046
|
NPopover: import("vue").DefineComponent<{
|
|
17047
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16820
17048
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16821
17049
|
show: {
|
|
16822
17050
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -16879,9 +17107,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16879
17107
|
scrollable: BooleanConstructor;
|
|
16880
17108
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16881
17109
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17110
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
16882
17111
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
16883
17112
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
16884
17113
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17114
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
16885
17115
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
16886
17116
|
internalInheritedEventHandlers: {
|
|
16887
17117
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -16959,6 +17189,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16959
17189
|
handleBlur: () => void;
|
|
16960
17190
|
syncPosition: () => void;
|
|
16961
17191
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17192
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
16962
17193
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
16963
17194
|
show: {
|
|
16964
17195
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -17021,9 +17252,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17021
17252
|
scrollable: BooleanConstructor;
|
|
17022
17253
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17023
17254
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17255
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
17024
17256
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
17025
17257
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17026
17258
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
17259
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
17027
17260
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
17028
17261
|
internalInheritedEventHandlers: {
|
|
17029
17262
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -17101,6 +17334,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17101
17334
|
arrowPointToCenter: boolean;
|
|
17102
17335
|
displayDirective: "show" | "if";
|
|
17103
17336
|
keepAliveOnHover: boolean;
|
|
17337
|
+
internalDeactivateImmediately: boolean;
|
|
17104
17338
|
animated: boolean;
|
|
17105
17339
|
internalTrapFocus: boolean;
|
|
17106
17340
|
defaultShow: boolean;
|
|
@@ -17154,7 +17388,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17154
17388
|
readonly default: true;
|
|
17155
17389
|
};
|
|
17156
17390
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17157
|
-
readonly nativeFocusBehavior:
|
|
17391
|
+
readonly nativeFocusBehavior: {
|
|
17392
|
+
readonly type: BooleanConstructor;
|
|
17393
|
+
readonly default: boolean;
|
|
17394
|
+
};
|
|
17158
17395
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17159
17396
|
heightTiny: string;
|
|
17160
17397
|
heightSmall: string;
|
|
@@ -17868,7 +18105,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
17868
18105
|
readonly default: true;
|
|
17869
18106
|
};
|
|
17870
18107
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
17871
|
-
readonly nativeFocusBehavior:
|
|
18108
|
+
readonly nativeFocusBehavior: {
|
|
18109
|
+
readonly type: BooleanConstructor;
|
|
18110
|
+
readonly default: boolean;
|
|
18111
|
+
};
|
|
17872
18112
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
17873
18113
|
heightTiny: string;
|
|
17874
18114
|
heightSmall: string;
|
|
@@ -18482,26 +18722,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18482
18722
|
rippleDuration: string;
|
|
18483
18723
|
}, any>>>;
|
|
18484
18724
|
}>>, {
|
|
18485
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
18486
|
-
tag: keyof HTMLElementTagNameMap;
|
|
18487
|
-
block: boolean;
|
|
18488
|
-
round: boolean;
|
|
18489
|
-
dashed: boolean;
|
|
18490
|
-
text: boolean;
|
|
18491
|
-
circle: boolean;
|
|
18492
|
-
disabled: boolean;
|
|
18493
|
-
focusable: boolean;
|
|
18494
|
-
strong: boolean;
|
|
18495
|
-
loading: boolean;
|
|
18496
|
-
bordered: boolean;
|
|
18497
|
-
tertiary: boolean;
|
|
18498
|
-
ghost: boolean;
|
|
18499
|
-
keyboard: boolean;
|
|
18500
|
-
secondary: boolean;
|
|
18501
|
-
quaternary: boolean;
|
|
18502
|
-
iconPlacement: "left" | "right";
|
|
18503
|
-
attrType: "button" | "reset" | "submit";
|
|
18504
|
-
nativeFocusBehavior: boolean;
|
|
18725
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18726
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18727
|
+
readonly block: boolean;
|
|
18728
|
+
readonly round: boolean;
|
|
18729
|
+
readonly dashed: boolean;
|
|
18730
|
+
readonly text: boolean;
|
|
18731
|
+
readonly circle: boolean;
|
|
18732
|
+
readonly disabled: boolean;
|
|
18733
|
+
readonly focusable: boolean;
|
|
18734
|
+
readonly strong: boolean;
|
|
18735
|
+
readonly loading: boolean;
|
|
18736
|
+
readonly bordered: boolean;
|
|
18737
|
+
readonly tertiary: boolean;
|
|
18738
|
+
readonly ghost: boolean;
|
|
18739
|
+
readonly keyboard: boolean;
|
|
18740
|
+
readonly secondary: boolean;
|
|
18741
|
+
readonly quaternary: boolean;
|
|
18742
|
+
readonly iconPlacement: "left" | "right";
|
|
18743
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18744
|
+
readonly nativeFocusBehavior: boolean;
|
|
18505
18745
|
}>;
|
|
18506
18746
|
NSelect: import("vue").DefineComponent<{
|
|
18507
18747
|
readonly to: {
|
|
@@ -18537,10 +18777,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18537
18777
|
};
|
|
18538
18778
|
readonly remote: BooleanConstructor;
|
|
18539
18779
|
readonly loading: BooleanConstructor;
|
|
18540
|
-
readonly filter:
|
|
18541
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18542
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18543
|
-
};
|
|
18780
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
18544
18781
|
readonly placement: {
|
|
18545
18782
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
18546
18783
|
readonly default: "bottom-start";
|
|
@@ -18550,19 +18787,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18550
18787
|
readonly default: "trigger";
|
|
18551
18788
|
};
|
|
18552
18789
|
readonly tag: BooleanConstructor;
|
|
18553
|
-
readonly onCreate:
|
|
18554
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18555
|
-
readonly default: (label: string) => {
|
|
18556
|
-
label: string;
|
|
18557
|
-
value: string;
|
|
18558
|
-
};
|
|
18559
|
-
};
|
|
18790
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18560
18791
|
readonly fallbackOption: {
|
|
18561
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18562
|
-
readonly default:
|
|
18563
|
-
label: string;
|
|
18564
|
-
value: string | number;
|
|
18565
|
-
};
|
|
18792
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18793
|
+
readonly default: undefined;
|
|
18566
18794
|
};
|
|
18567
18795
|
readonly show: {
|
|
18568
18796
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18581,11 +18809,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18581
18809
|
readonly type: BooleanConstructor;
|
|
18582
18810
|
readonly default: true;
|
|
18583
18811
|
};
|
|
18812
|
+
readonly labelField: {
|
|
18813
|
+
readonly type: StringConstructor;
|
|
18814
|
+
readonly default: "label";
|
|
18815
|
+
};
|
|
18816
|
+
readonly valueField: {
|
|
18817
|
+
readonly type: StringConstructor;
|
|
18818
|
+
readonly default: "value";
|
|
18819
|
+
};
|
|
18820
|
+
readonly childrenField: {
|
|
18821
|
+
readonly type: StringConstructor;
|
|
18822
|
+
readonly default: "children";
|
|
18823
|
+
};
|
|
18584
18824
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18585
18825
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18586
18826
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
18587
18827
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
18588
18828
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
18829
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
18589
18830
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
18590
18831
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
18591
18832
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -18603,6 +18844,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18603
18844
|
readonly default: true;
|
|
18604
18845
|
};
|
|
18605
18846
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18847
|
+
readonly internalShowCheckmark: {
|
|
18848
|
+
readonly type: BooleanConstructor;
|
|
18849
|
+
readonly default: true;
|
|
18850
|
+
};
|
|
18606
18851
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18607
18852
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18608
18853
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18698,6 +18943,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18698
18943
|
optionCheckColor: string;
|
|
18699
18944
|
optionColorPending: string;
|
|
18700
18945
|
optionColorActive: string;
|
|
18946
|
+
optionColorActivePending: string;
|
|
18701
18947
|
actionTextColor: string;
|
|
18702
18948
|
loadingColor: string;
|
|
18703
18949
|
height: string;
|
|
@@ -18823,6 +19069,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18823
19069
|
optionCheckColor: string;
|
|
18824
19070
|
optionColorPending: string;
|
|
18825
19071
|
optionColorActive: string;
|
|
19072
|
+
optionColorActivePending: string;
|
|
18826
19073
|
actionTextColor: string;
|
|
18827
19074
|
loadingColor: string;
|
|
18828
19075
|
height: string;
|
|
@@ -18948,6 +19195,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18948
19195
|
optionCheckColor: string;
|
|
18949
19196
|
optionColorPending: string;
|
|
18950
19197
|
optionColorActive: string;
|
|
19198
|
+
optionColorActivePending: string;
|
|
18951
19199
|
actionTextColor: string;
|
|
18952
19200
|
loadingColor: string;
|
|
18953
19201
|
height: string;
|
|
@@ -19077,10 +19325,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19077
19325
|
opacity5: string;
|
|
19078
19326
|
dividerColor: string;
|
|
19079
19327
|
borderColor: string;
|
|
19080
|
-
|
|
19328
|
+
closeIconColor: string;
|
|
19329
|
+
closeIconColorHover: string;
|
|
19330
|
+
closeIconColorPressed: string;
|
|
19081
19331
|
closeColorHover: string;
|
|
19082
19332
|
closeColorPressed: string;
|
|
19083
|
-
closeColorDisabled: string;
|
|
19084
19333
|
clearColor: string;
|
|
19085
19334
|
clearColorHover: string;
|
|
19086
19335
|
clearColorPressed: string;
|
|
@@ -19235,6 +19484,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19235
19484
|
optionCheckColor: string;
|
|
19236
19485
|
optionColorPending: string;
|
|
19237
19486
|
optionColorActive: string;
|
|
19487
|
+
optionColorActivePending: string;
|
|
19238
19488
|
actionTextColor: string;
|
|
19239
19489
|
loadingColor: string;
|
|
19240
19490
|
height: string;
|
|
@@ -19350,10 +19600,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19350
19600
|
};
|
|
19351
19601
|
readonly remote: BooleanConstructor;
|
|
19352
19602
|
readonly loading: BooleanConstructor;
|
|
19353
|
-
readonly filter:
|
|
19354
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19355
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19356
|
-
};
|
|
19603
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
19357
19604
|
readonly placement: {
|
|
19358
19605
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
19359
19606
|
readonly default: "bottom-start";
|
|
@@ -19363,19 +19610,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19363
19610
|
readonly default: "trigger";
|
|
19364
19611
|
};
|
|
19365
19612
|
readonly tag: BooleanConstructor;
|
|
19366
|
-
readonly onCreate:
|
|
19367
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19368
|
-
readonly default: (label: string) => {
|
|
19369
|
-
label: string;
|
|
19370
|
-
value: string;
|
|
19371
|
-
};
|
|
19372
|
-
};
|
|
19613
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19373
19614
|
readonly fallbackOption: {
|
|
19374
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19375
|
-
readonly default:
|
|
19376
|
-
label: string;
|
|
19377
|
-
value: string | number;
|
|
19378
|
-
};
|
|
19615
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19616
|
+
readonly default: undefined;
|
|
19379
19617
|
};
|
|
19380
19618
|
readonly show: {
|
|
19381
19619
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19394,11 +19632,24 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19394
19632
|
readonly type: BooleanConstructor;
|
|
19395
19633
|
readonly default: true;
|
|
19396
19634
|
};
|
|
19635
|
+
readonly labelField: {
|
|
19636
|
+
readonly type: StringConstructor;
|
|
19637
|
+
readonly default: "label";
|
|
19638
|
+
};
|
|
19639
|
+
readonly valueField: {
|
|
19640
|
+
readonly type: StringConstructor;
|
|
19641
|
+
readonly default: "value";
|
|
19642
|
+
};
|
|
19643
|
+
readonly childrenField: {
|
|
19644
|
+
readonly type: StringConstructor;
|
|
19645
|
+
readonly default: "children";
|
|
19646
|
+
};
|
|
19397
19647
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19398
19648
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19399
19649
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
19400
19650
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
19401
19651
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
19652
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
19402
19653
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
19403
19654
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
19404
19655
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -19416,6 +19667,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19416
19667
|
readonly default: true;
|
|
19417
19668
|
};
|
|
19418
19669
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19670
|
+
readonly internalShowCheckmark: {
|
|
19671
|
+
readonly type: BooleanConstructor;
|
|
19672
|
+
readonly default: true;
|
|
19673
|
+
};
|
|
19419
19674
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19420
19675
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19421
19676
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19511,6 +19766,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19511
19766
|
optionCheckColor: string;
|
|
19512
19767
|
optionColorPending: string;
|
|
19513
19768
|
optionColorActive: string;
|
|
19769
|
+
optionColorActivePending: string;
|
|
19514
19770
|
actionTextColor: string;
|
|
19515
19771
|
loadingColor: string;
|
|
19516
19772
|
height: string;
|
|
@@ -19636,6 +19892,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19636
19892
|
optionCheckColor: string;
|
|
19637
19893
|
optionColorPending: string;
|
|
19638
19894
|
optionColorActive: string;
|
|
19895
|
+
optionColorActivePending: string;
|
|
19639
19896
|
actionTextColor: string;
|
|
19640
19897
|
loadingColor: string;
|
|
19641
19898
|
height: string;
|
|
@@ -19761,6 +20018,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19761
20018
|
optionCheckColor: string;
|
|
19762
20019
|
optionColorPending: string;
|
|
19763
20020
|
optionColorActive: string;
|
|
20021
|
+
optionColorActivePending: string;
|
|
19764
20022
|
actionTextColor: string;
|
|
19765
20023
|
loadingColor: string;
|
|
19766
20024
|
height: string;
|
|
@@ -19794,29 +20052,31 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19794
20052
|
}>;
|
|
19795
20053
|
}>>>;
|
|
19796
20054
|
}>>, {
|
|
19797
|
-
tag: boolean;
|
|
19798
|
-
|
|
19799
|
-
|
|
19800
|
-
|
|
19801
|
-
|
|
19802
|
-
|
|
19803
|
-
|
|
19804
|
-
|
|
19805
|
-
|
|
19806
|
-
|
|
19807
|
-
virtualScroll: boolean;
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
|
|
19815
|
-
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
20055
|
+
readonly tag: boolean;
|
|
20056
|
+
readonly show: boolean | undefined;
|
|
20057
|
+
readonly multiple: boolean;
|
|
20058
|
+
readonly disabled: boolean | undefined;
|
|
20059
|
+
readonly to: string | boolean | HTMLElement;
|
|
20060
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
20061
|
+
readonly loading: boolean;
|
|
20062
|
+
readonly bordered: boolean | undefined;
|
|
20063
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
20064
|
+
readonly labelField: string;
|
|
20065
|
+
readonly virtualScroll: boolean;
|
|
20066
|
+
readonly valueField: string;
|
|
20067
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
20068
|
+
readonly showArrow: boolean;
|
|
20069
|
+
readonly displayDirective: "show" | "if";
|
|
20070
|
+
readonly filterable: boolean;
|
|
20071
|
+
readonly clearable: boolean;
|
|
20072
|
+
readonly internalShowCheckmark: boolean;
|
|
20073
|
+
readonly clearFilterAfterSelect: boolean;
|
|
20074
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
20075
|
+
readonly remote: boolean;
|
|
20076
|
+
readonly widthMode: string;
|
|
20077
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
20078
|
+
readonly consistentMenuWidth: boolean;
|
|
20079
|
+
readonly childrenField: string;
|
|
19820
20080
|
}>;
|
|
19821
20081
|
NIcon: import("vue").DefineComponent<{
|
|
19822
20082
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|