cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
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/README.md +22 -22
- package/es/packages/big-table/index.d.ts +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -114,13 +114,13 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
114
114
|
readonly default: 0;
|
|
115
115
|
};
|
|
116
116
|
}>>, {
|
|
117
|
-
cols: string | number;
|
|
118
|
-
responsive: "self" | "screen";
|
|
119
|
-
collapsed: boolean;
|
|
120
|
-
itemResponsive: boolean;
|
|
121
|
-
collapsedRows: number;
|
|
122
|
-
xGap: string | number;
|
|
123
|
-
yGap: string | number;
|
|
117
|
+
readonly cols: string | number;
|
|
118
|
+
readonly responsive: "self" | "screen";
|
|
119
|
+
readonly collapsed: boolean;
|
|
120
|
+
readonly itemResponsive: boolean;
|
|
121
|
+
readonly collapsedRows: number;
|
|
122
|
+
readonly xGap: string | number;
|
|
123
|
+
readonly yGap: string | number;
|
|
124
124
|
}>;
|
|
125
125
|
NFormItemGi: import("vue").DefineComponent<{
|
|
126
126
|
readonly label: StringConstructor;
|
|
@@ -408,16 +408,16 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
408
408
|
readonly default: true;
|
|
409
409
|
};
|
|
410
410
|
}>>, {
|
|
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;
|
|
411
|
+
readonly required: boolean;
|
|
412
|
+
readonly first: boolean;
|
|
413
|
+
readonly offset: string | number;
|
|
414
|
+
readonly span: string | number;
|
|
415
|
+
readonly suffix: boolean;
|
|
416
|
+
readonly showRequireMark: boolean | undefined;
|
|
417
|
+
readonly showFeedback: boolean | undefined;
|
|
418
|
+
readonly showLabel: boolean | undefined;
|
|
419
|
+
readonly ignorePathChange: boolean;
|
|
420
|
+
readonly privateShow: boolean;
|
|
421
421
|
}>;
|
|
422
422
|
NButton: import("vue").DefineComponent<{
|
|
423
423
|
readonly color: StringConstructor;
|
|
@@ -1792,26 +1792,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1792
1792
|
rippleDuration: string;
|
|
1793
1793
|
}, any>>>;
|
|
1794
1794
|
}>>, {
|
|
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;
|
|
1795
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1796
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1797
|
+
readonly block: boolean;
|
|
1798
|
+
readonly round: boolean;
|
|
1799
|
+
readonly dashed: boolean;
|
|
1800
|
+
readonly text: boolean;
|
|
1801
|
+
readonly circle: boolean;
|
|
1802
|
+
readonly disabled: boolean;
|
|
1803
|
+
readonly focusable: boolean;
|
|
1804
|
+
readonly strong: boolean;
|
|
1805
|
+
readonly loading: boolean;
|
|
1806
|
+
readonly bordered: boolean;
|
|
1807
|
+
readonly tertiary: boolean;
|
|
1808
|
+
readonly ghost: boolean;
|
|
1809
|
+
readonly keyboard: boolean;
|
|
1810
|
+
readonly secondary: boolean;
|
|
1811
|
+
readonly quaternary: boolean;
|
|
1812
|
+
readonly iconPlacement: "left" | "right";
|
|
1813
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1814
|
+
readonly nativeFocusBehavior: boolean;
|
|
1815
1815
|
}>;
|
|
1816
1816
|
NModal: import("vue").DefineComponent<{
|
|
1817
1817
|
onEsc: import("vue").PropType<() => void>;
|
|
@@ -1923,9 +1923,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1923
1923
|
titleTextColor: string;
|
|
1924
1924
|
textColor: string;
|
|
1925
1925
|
color: string;
|
|
1926
|
-
closeColor: string;
|
|
1927
1926
|
closeColorHover: string;
|
|
1928
1927
|
closeColorPressed: string;
|
|
1928
|
+
closeIconColor: string;
|
|
1929
|
+
closeIconColorHover: string;
|
|
1930
|
+
closeIconColorPressed: string;
|
|
1931
|
+
closeBorderRadius: string;
|
|
1929
1932
|
iconColor: string;
|
|
1930
1933
|
iconColorInfo: string;
|
|
1931
1934
|
iconColorSuccess: string;
|
|
@@ -1941,6 +1944,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1941
1944
|
iconMargin: string;
|
|
1942
1945
|
iconMarginIconTop: string;
|
|
1943
1946
|
closeSize: string;
|
|
1947
|
+
closeIconSize: string;
|
|
1944
1948
|
closeMargin: string;
|
|
1945
1949
|
closeMarginIconTop: string;
|
|
1946
1950
|
}, {
|
|
@@ -2161,9 +2165,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2161
2165
|
borderColor: string;
|
|
2162
2166
|
actionColor: string;
|
|
2163
2167
|
titleFontWeight: string;
|
|
2164
|
-
closeColor: string;
|
|
2165
2168
|
closeColorHover: string;
|
|
2166
2169
|
closeColorPressed: string;
|
|
2170
|
+
closeBorderRadius: string;
|
|
2171
|
+
closeIconColor: string;
|
|
2172
|
+
closeIconColorHover: string;
|
|
2173
|
+
closeIconColorPressed: string;
|
|
2167
2174
|
fontSizeSmall: string;
|
|
2168
2175
|
fontSizeMedium: string;
|
|
2169
2176
|
fontSizeLarge: string;
|
|
@@ -2178,6 +2185,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2178
2185
|
titleFontSizeMedium: string;
|
|
2179
2186
|
titleFontSizeLarge: string;
|
|
2180
2187
|
titleFontSizeHuge: string;
|
|
2188
|
+
closeIconSize: string;
|
|
2181
2189
|
closeSize: string;
|
|
2182
2190
|
}, any>;
|
|
2183
2191
|
}>>;
|
|
@@ -2197,9 +2205,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2197
2205
|
titleTextColor: string;
|
|
2198
2206
|
textColor: string;
|
|
2199
2207
|
color: string;
|
|
2200
|
-
closeColor: string;
|
|
2201
2208
|
closeColorHover: string;
|
|
2202
2209
|
closeColorPressed: string;
|
|
2210
|
+
closeIconColor: string;
|
|
2211
|
+
closeIconColorHover: string;
|
|
2212
|
+
closeIconColorPressed: string;
|
|
2213
|
+
closeBorderRadius: string;
|
|
2203
2214
|
iconColor: string;
|
|
2204
2215
|
iconColorInfo: string;
|
|
2205
2216
|
iconColorSuccess: string;
|
|
@@ -2215,6 +2226,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2215
2226
|
iconMargin: string;
|
|
2216
2227
|
iconMarginIconTop: string;
|
|
2217
2228
|
closeSize: string;
|
|
2229
|
+
closeIconSize: string;
|
|
2218
2230
|
closeMargin: string;
|
|
2219
2231
|
closeMarginIconTop: string;
|
|
2220
2232
|
}, {
|
|
@@ -2435,9 +2447,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2435
2447
|
borderColor: string;
|
|
2436
2448
|
actionColor: string;
|
|
2437
2449
|
titleFontWeight: string;
|
|
2438
|
-
closeColor: string;
|
|
2439
2450
|
closeColorHover: string;
|
|
2440
2451
|
closeColorPressed: string;
|
|
2452
|
+
closeBorderRadius: string;
|
|
2453
|
+
closeIconColor: string;
|
|
2454
|
+
closeIconColorHover: string;
|
|
2455
|
+
closeIconColorPressed: string;
|
|
2441
2456
|
fontSizeSmall: string;
|
|
2442
2457
|
fontSizeMedium: string;
|
|
2443
2458
|
fontSizeLarge: string;
|
|
@@ -2452,6 +2467,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2452
2467
|
titleFontSizeMedium: string;
|
|
2453
2468
|
titleFontSizeLarge: string;
|
|
2454
2469
|
titleFontSizeHuge: string;
|
|
2470
|
+
closeIconSize: string;
|
|
2455
2471
|
closeSize: string;
|
|
2456
2472
|
}, any>;
|
|
2457
2473
|
}>>>;
|
|
@@ -2471,9 +2487,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2471
2487
|
titleTextColor: string;
|
|
2472
2488
|
textColor: string;
|
|
2473
2489
|
color: string;
|
|
2474
|
-
closeColor: string;
|
|
2475
2490
|
closeColorHover: string;
|
|
2476
2491
|
closeColorPressed: string;
|
|
2492
|
+
closeIconColor: string;
|
|
2493
|
+
closeIconColorHover: string;
|
|
2494
|
+
closeIconColorPressed: string;
|
|
2495
|
+
closeBorderRadius: string;
|
|
2477
2496
|
iconColor: string;
|
|
2478
2497
|
iconColorInfo: string;
|
|
2479
2498
|
iconColorSuccess: string;
|
|
@@ -2489,6 +2508,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2489
2508
|
iconMargin: string;
|
|
2490
2509
|
iconMarginIconTop: string;
|
|
2491
2510
|
closeSize: string;
|
|
2511
|
+
closeIconSize: string;
|
|
2492
2512
|
closeMargin: string;
|
|
2493
2513
|
closeMarginIconTop: string;
|
|
2494
2514
|
}, {
|
|
@@ -2709,9 +2729,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2709
2729
|
borderColor: string;
|
|
2710
2730
|
actionColor: string;
|
|
2711
2731
|
titleFontWeight: string;
|
|
2712
|
-
closeColor: string;
|
|
2713
2732
|
closeColorHover: string;
|
|
2714
2733
|
closeColorPressed: string;
|
|
2734
|
+
closeBorderRadius: string;
|
|
2735
|
+
closeIconColor: string;
|
|
2736
|
+
closeIconColorHover: string;
|
|
2737
|
+
closeIconColorPressed: string;
|
|
2715
2738
|
fontSizeSmall: string;
|
|
2716
2739
|
fontSizeMedium: string;
|
|
2717
2740
|
fontSizeLarge: string;
|
|
@@ -2726,6 +2749,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2726
2749
|
titleFontSizeMedium: string;
|
|
2727
2750
|
titleFontSizeLarge: string;
|
|
2728
2751
|
titleFontSizeHuge: string;
|
|
2752
|
+
closeIconSize: string;
|
|
2729
2753
|
closeSize: string;
|
|
2730
2754
|
}, any>;
|
|
2731
2755
|
}>>>;
|
|
@@ -2861,9 +2885,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2861
2885
|
titleTextColor: string;
|
|
2862
2886
|
textColor: string;
|
|
2863
2887
|
color: string;
|
|
2864
|
-
closeColor: string;
|
|
2865
2888
|
closeColorHover: string;
|
|
2866
2889
|
closeColorPressed: string;
|
|
2890
|
+
closeIconColor: string;
|
|
2891
|
+
closeIconColorHover: string;
|
|
2892
|
+
closeIconColorPressed: string;
|
|
2893
|
+
closeBorderRadius: string;
|
|
2867
2894
|
iconColor: string;
|
|
2868
2895
|
iconColorInfo: string;
|
|
2869
2896
|
iconColorSuccess: string;
|
|
@@ -2879,6 +2906,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
2879
2906
|
iconMargin: string;
|
|
2880
2907
|
iconMarginIconTop: string;
|
|
2881
2908
|
closeSize: string;
|
|
2909
|
+
closeIconSize: string;
|
|
2882
2910
|
closeMargin: string;
|
|
2883
2911
|
closeMarginIconTop: string;
|
|
2884
2912
|
}, {
|
|
@@ -3099,9 +3127,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3099
3127
|
borderColor: string;
|
|
3100
3128
|
actionColor: string;
|
|
3101
3129
|
titleFontWeight: string;
|
|
3102
|
-
closeColor: string;
|
|
3103
3130
|
closeColorHover: string;
|
|
3104
3131
|
closeColorPressed: string;
|
|
3132
|
+
closeBorderRadius: string;
|
|
3133
|
+
closeIconColor: string;
|
|
3134
|
+
closeIconColorHover: string;
|
|
3135
|
+
closeIconColorPressed: string;
|
|
3105
3136
|
fontSizeSmall: string;
|
|
3106
3137
|
fontSizeMedium: string;
|
|
3107
3138
|
fontSizeLarge: string;
|
|
@@ -3116,6 +3147,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3116
3147
|
titleFontSizeMedium: string;
|
|
3117
3148
|
titleFontSizeLarge: string;
|
|
3118
3149
|
titleFontSizeHuge: string;
|
|
3150
|
+
closeIconSize: string;
|
|
3119
3151
|
closeSize: string;
|
|
3120
3152
|
}, any>;
|
|
3121
3153
|
}>>;
|
|
@@ -3135,9 +3167,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3135
3167
|
titleTextColor: string;
|
|
3136
3168
|
textColor: string;
|
|
3137
3169
|
color: string;
|
|
3138
|
-
closeColor: string;
|
|
3139
3170
|
closeColorHover: string;
|
|
3140
3171
|
closeColorPressed: string;
|
|
3172
|
+
closeIconColor: string;
|
|
3173
|
+
closeIconColorHover: string;
|
|
3174
|
+
closeIconColorPressed: string;
|
|
3175
|
+
closeBorderRadius: string;
|
|
3141
3176
|
iconColor: string;
|
|
3142
3177
|
iconColorInfo: string;
|
|
3143
3178
|
iconColorSuccess: string;
|
|
@@ -3153,6 +3188,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3153
3188
|
iconMargin: string;
|
|
3154
3189
|
iconMarginIconTop: string;
|
|
3155
3190
|
closeSize: string;
|
|
3191
|
+
closeIconSize: string;
|
|
3156
3192
|
closeMargin: string;
|
|
3157
3193
|
closeMarginIconTop: string;
|
|
3158
3194
|
}, {
|
|
@@ -3373,9 +3409,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3373
3409
|
borderColor: string;
|
|
3374
3410
|
actionColor: string;
|
|
3375
3411
|
titleFontWeight: string;
|
|
3376
|
-
closeColor: string;
|
|
3377
3412
|
closeColorHover: string;
|
|
3378
3413
|
closeColorPressed: string;
|
|
3414
|
+
closeBorderRadius: string;
|
|
3415
|
+
closeIconColor: string;
|
|
3416
|
+
closeIconColorHover: string;
|
|
3417
|
+
closeIconColorPressed: string;
|
|
3379
3418
|
fontSizeSmall: string;
|
|
3380
3419
|
fontSizeMedium: string;
|
|
3381
3420
|
fontSizeLarge: string;
|
|
@@ -3390,6 +3429,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3390
3429
|
titleFontSizeMedium: string;
|
|
3391
3430
|
titleFontSizeLarge: string;
|
|
3392
3431
|
titleFontSizeHuge: string;
|
|
3432
|
+
closeIconSize: string;
|
|
3393
3433
|
closeSize: string;
|
|
3394
3434
|
}, any>;
|
|
3395
3435
|
}>>>;
|
|
@@ -3409,9 +3449,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3409
3449
|
titleTextColor: string;
|
|
3410
3450
|
textColor: string;
|
|
3411
3451
|
color: string;
|
|
3412
|
-
closeColor: string;
|
|
3413
3452
|
closeColorHover: string;
|
|
3414
3453
|
closeColorPressed: string;
|
|
3454
|
+
closeIconColor: string;
|
|
3455
|
+
closeIconColorHover: string;
|
|
3456
|
+
closeIconColorPressed: string;
|
|
3457
|
+
closeBorderRadius: string;
|
|
3415
3458
|
iconColor: string;
|
|
3416
3459
|
iconColorInfo: string;
|
|
3417
3460
|
iconColorSuccess: string;
|
|
@@ -3427,6 +3470,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3427
3470
|
iconMargin: string;
|
|
3428
3471
|
iconMarginIconTop: string;
|
|
3429
3472
|
closeSize: string;
|
|
3473
|
+
closeIconSize: string;
|
|
3430
3474
|
closeMargin: string;
|
|
3431
3475
|
closeMarginIconTop: string;
|
|
3432
3476
|
}, {
|
|
@@ -3647,9 +3691,12 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3647
3691
|
borderColor: string;
|
|
3648
3692
|
actionColor: string;
|
|
3649
3693
|
titleFontWeight: string;
|
|
3650
|
-
closeColor: string;
|
|
3651
3694
|
closeColorHover: string;
|
|
3652
3695
|
closeColorPressed: string;
|
|
3696
|
+
closeBorderRadius: string;
|
|
3697
|
+
closeIconColor: string;
|
|
3698
|
+
closeIconColorHover: string;
|
|
3699
|
+
closeIconColorPressed: string;
|
|
3653
3700
|
fontSizeSmall: string;
|
|
3654
3701
|
fontSizeMedium: string;
|
|
3655
3702
|
fontSizeLarge: string;
|
|
@@ -3664,6 +3711,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3664
3711
|
titleFontSizeMedium: string;
|
|
3665
3712
|
titleFontSizeLarge: string;
|
|
3666
3713
|
titleFontSizeHuge: string;
|
|
3714
|
+
closeIconSize: string;
|
|
3667
3715
|
closeSize: string;
|
|
3668
3716
|
}, any>;
|
|
3669
3717
|
}>>>;
|
|
@@ -3944,14 +3992,14 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
3944
3992
|
labelTextAlignHorizontal: string;
|
|
3945
3993
|
}, any>>>;
|
|
3946
3994
|
}>>, {
|
|
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;
|
|
3995
|
+
readonly inline: boolean;
|
|
3996
|
+
readonly disabled: boolean;
|
|
3997
|
+
readonly onSubmit: (e: Event) => void;
|
|
3998
|
+
readonly labelPlacement: import("naive-ui/es/form/src/interface").LabelPlacement;
|
|
3999
|
+
readonly model: Record<string, any>;
|
|
4000
|
+
readonly showRequireMark: boolean | undefined;
|
|
4001
|
+
readonly showFeedback: boolean;
|
|
4002
|
+
readonly showLabel: boolean | undefined;
|
|
3955
4003
|
}>;
|
|
3956
4004
|
NInput: import("vue").DefineComponent<{
|
|
3957
4005
|
bordered: {
|
|
@@ -4231,8 +4279,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4231
4279
|
contentRef: HTMLElement | null;
|
|
4232
4280
|
containerScrollTop: number;
|
|
4233
4281
|
syncUnifiedContainer: () => void;
|
|
4234
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
4235
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
4282
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
4283
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
4236
4284
|
sync: () => void;
|
|
4237
4285
|
handleMouseEnterWrapper: () => void;
|
|
4238
4286
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -4321,10 +4369,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4321
4369
|
opacity5: string;
|
|
4322
4370
|
dividerColor: string;
|
|
4323
4371
|
borderColor: string;
|
|
4324
|
-
|
|
4372
|
+
closeIconColor: string;
|
|
4373
|
+
closeIconColorHover: string;
|
|
4374
|
+
closeIconColorPressed: string;
|
|
4325
4375
|
closeColorHover: string;
|
|
4326
4376
|
closeColorPressed: string;
|
|
4327
|
-
closeColorDisabled: string;
|
|
4328
4377
|
clearColor: string;
|
|
4329
4378
|
clearColorHover: string;
|
|
4330
4379
|
clearColorPressed: string;
|
|
@@ -4832,10 +4881,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4832
4881
|
};
|
|
4833
4882
|
readonly remote: BooleanConstructor;
|
|
4834
4883
|
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
|
-
};
|
|
4884
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
4839
4885
|
readonly placement: {
|
|
4840
4886
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
4841
4887
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4891,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4845
4891
|
readonly default: "trigger";
|
|
4846
4892
|
};
|
|
4847
4893
|
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
|
-
};
|
|
4894
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
4855
4895
|
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
|
-
};
|
|
4896
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
4897
|
+
readonly default: undefined;
|
|
4861
4898
|
};
|
|
4862
4899
|
readonly show: {
|
|
4863
4900
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4876,6 +4913,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4876
4913
|
readonly type: BooleanConstructor;
|
|
4877
4914
|
readonly default: true;
|
|
4878
4915
|
};
|
|
4916
|
+
readonly labelField: {
|
|
4917
|
+
readonly type: StringConstructor;
|
|
4918
|
+
readonly default: "label";
|
|
4919
|
+
};
|
|
4920
|
+
readonly valueField: {
|
|
4921
|
+
readonly type: StringConstructor;
|
|
4922
|
+
readonly default: "value";
|
|
4923
|
+
};
|
|
4924
|
+
readonly childrenField: {
|
|
4925
|
+
readonly type: StringConstructor;
|
|
4926
|
+
readonly default: "children";
|
|
4927
|
+
};
|
|
4879
4928
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
4880
4929
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
4881
4930
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -4898,6 +4947,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4898
4947
|
readonly default: true;
|
|
4899
4948
|
};
|
|
4900
4949
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
4950
|
+
readonly internalShowCheckmark: {
|
|
4951
|
+
readonly type: BooleanConstructor;
|
|
4952
|
+
readonly default: true;
|
|
4953
|
+
};
|
|
4901
4954
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
4902
4955
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
4903
4956
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -4993,6 +5046,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
4993
5046
|
optionCheckColor: string;
|
|
4994
5047
|
optionColorPending: string;
|
|
4995
5048
|
optionColorActive: string;
|
|
5049
|
+
optionColorActivePending: string;
|
|
4996
5050
|
actionTextColor: string;
|
|
4997
5051
|
loadingColor: string;
|
|
4998
5052
|
height: string;
|
|
@@ -5118,6 +5172,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5118
5172
|
optionCheckColor: string;
|
|
5119
5173
|
optionColorPending: string;
|
|
5120
5174
|
optionColorActive: string;
|
|
5175
|
+
optionColorActivePending: string;
|
|
5121
5176
|
actionTextColor: string;
|
|
5122
5177
|
loadingColor: string;
|
|
5123
5178
|
height: string;
|
|
@@ -5243,6 +5298,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5243
5298
|
optionCheckColor: string;
|
|
5244
5299
|
optionColorPending: string;
|
|
5245
5300
|
optionColorActive: string;
|
|
5301
|
+
optionColorActivePending: string;
|
|
5246
5302
|
actionTextColor: string;
|
|
5247
5303
|
loadingColor: string;
|
|
5248
5304
|
height: string;
|
|
@@ -5372,10 +5428,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5372
5428
|
opacity5: string;
|
|
5373
5429
|
dividerColor: string;
|
|
5374
5430
|
borderColor: string;
|
|
5375
|
-
|
|
5431
|
+
closeIconColor: string;
|
|
5432
|
+
closeIconColorHover: string;
|
|
5433
|
+
closeIconColorPressed: string;
|
|
5376
5434
|
closeColorHover: string;
|
|
5377
5435
|
closeColorPressed: string;
|
|
5378
|
-
closeColorDisabled: string;
|
|
5379
5436
|
clearColor: string;
|
|
5380
5437
|
clearColorHover: string;
|
|
5381
5438
|
clearColorPressed: string;
|
|
@@ -5530,6 +5587,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5530
5587
|
optionCheckColor: string;
|
|
5531
5588
|
optionColorPending: string;
|
|
5532
5589
|
optionColorActive: string;
|
|
5590
|
+
optionColorActivePending: string;
|
|
5533
5591
|
actionTextColor: string;
|
|
5534
5592
|
loadingColor: string;
|
|
5535
5593
|
height: string;
|
|
@@ -5645,10 +5703,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5645
5703
|
};
|
|
5646
5704
|
readonly remote: BooleanConstructor;
|
|
5647
5705
|
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
|
-
};
|
|
5706
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
5652
5707
|
readonly placement: {
|
|
5653
5708
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
5654
5709
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5713,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5658
5713
|
readonly default: "trigger";
|
|
5659
5714
|
};
|
|
5660
5715
|
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
|
-
};
|
|
5716
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
5668
5717
|
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
|
-
};
|
|
5718
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
5719
|
+
readonly default: undefined;
|
|
5674
5720
|
};
|
|
5675
5721
|
readonly show: {
|
|
5676
5722
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -5689,6 +5735,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5689
5735
|
readonly type: BooleanConstructor;
|
|
5690
5736
|
readonly default: true;
|
|
5691
5737
|
};
|
|
5738
|
+
readonly labelField: {
|
|
5739
|
+
readonly type: StringConstructor;
|
|
5740
|
+
readonly default: "label";
|
|
5741
|
+
};
|
|
5742
|
+
readonly valueField: {
|
|
5743
|
+
readonly type: StringConstructor;
|
|
5744
|
+
readonly default: "value";
|
|
5745
|
+
};
|
|
5746
|
+
readonly childrenField: {
|
|
5747
|
+
readonly type: StringConstructor;
|
|
5748
|
+
readonly default: "children";
|
|
5749
|
+
};
|
|
5692
5750
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
5693
5751
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
5694
5752
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -5711,6 +5769,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5711
5769
|
readonly default: true;
|
|
5712
5770
|
};
|
|
5713
5771
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
5772
|
+
readonly internalShowCheckmark: {
|
|
5773
|
+
readonly type: BooleanConstructor;
|
|
5774
|
+
readonly default: true;
|
|
5775
|
+
};
|
|
5714
5776
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
5715
5777
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
5716
5778
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -5806,6 +5868,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5806
5868
|
optionCheckColor: string;
|
|
5807
5869
|
optionColorPending: string;
|
|
5808
5870
|
optionColorActive: string;
|
|
5871
|
+
optionColorActivePending: string;
|
|
5809
5872
|
actionTextColor: string;
|
|
5810
5873
|
loadingColor: string;
|
|
5811
5874
|
height: string;
|
|
@@ -5931,6 +5994,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
5931
5994
|
optionCheckColor: string;
|
|
5932
5995
|
optionColorPending: string;
|
|
5933
5996
|
optionColorActive: string;
|
|
5997
|
+
optionColorActivePending: string;
|
|
5934
5998
|
actionTextColor: string;
|
|
5935
5999
|
loadingColor: string;
|
|
5936
6000
|
height: string;
|
|
@@ -6056,6 +6120,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6056
6120
|
optionCheckColor: string;
|
|
6057
6121
|
optionColorPending: string;
|
|
6058
6122
|
optionColorActive: string;
|
|
6123
|
+
optionColorActivePending: string;
|
|
6059
6124
|
actionTextColor: string;
|
|
6060
6125
|
loadingColor: string;
|
|
6061
6126
|
height: string;
|
|
@@ -6089,29 +6154,31 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6089
6154
|
}>;
|
|
6090
6155
|
}>>>;
|
|
6091
6156
|
}>>, {
|
|
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
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
6114
|
-
consistentMenuWidth: boolean;
|
|
6157
|
+
readonly tag: boolean;
|
|
6158
|
+
readonly show: boolean | undefined;
|
|
6159
|
+
readonly multiple: boolean;
|
|
6160
|
+
readonly disabled: boolean | undefined;
|
|
6161
|
+
readonly to: string | boolean | HTMLElement;
|
|
6162
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
6163
|
+
readonly loading: boolean;
|
|
6164
|
+
readonly bordered: boolean | undefined;
|
|
6165
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
6166
|
+
readonly labelField: string;
|
|
6167
|
+
readonly virtualScroll: boolean;
|
|
6168
|
+
readonly valueField: string;
|
|
6169
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
6170
|
+
readonly showArrow: boolean;
|
|
6171
|
+
readonly displayDirective: "show" | "if";
|
|
6172
|
+
readonly filterable: boolean;
|
|
6173
|
+
readonly clearable: boolean;
|
|
6174
|
+
readonly clearFilterAfterSelect: boolean;
|
|
6175
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
6176
|
+
readonly remote: boolean;
|
|
6177
|
+
readonly widthMode: string;
|
|
6178
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
6179
|
+
readonly consistentMenuWidth: boolean;
|
|
6180
|
+
readonly childrenField: string;
|
|
6181
|
+
readonly internalShowCheckmark: boolean;
|
|
6115
6182
|
}>;
|
|
6116
6183
|
NCheckbox: import("vue").DefineComponent<{
|
|
6117
6184
|
size: import("vue").PropType<"small" | "medium" | "large">;
|
|
@@ -6280,10 +6347,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6280
6347
|
opacity5: string;
|
|
6281
6348
|
dividerColor: string;
|
|
6282
6349
|
borderColor: string;
|
|
6283
|
-
|
|
6350
|
+
closeIconColor: string;
|
|
6351
|
+
closeIconColorHover: string;
|
|
6352
|
+
closeIconColorPressed: string;
|
|
6284
6353
|
closeColorHover: string;
|
|
6285
6354
|
closeColorPressed: string;
|
|
6286
|
-
closeColorDisabled: string;
|
|
6287
6355
|
clearColor: string;
|
|
6288
6356
|
clearColorHover: string;
|
|
6289
6357
|
clearColorPressed: string;
|
|
@@ -6533,8 +6601,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6533
6601
|
}>>, {
|
|
6534
6602
|
disabled: boolean | undefined;
|
|
6535
6603
|
checked: string | number | boolean | undefined;
|
|
6536
|
-
focusable: boolean;
|
|
6537
6604
|
indeterminate: boolean;
|
|
6605
|
+
focusable: boolean;
|
|
6538
6606
|
defaultChecked: string | number | boolean;
|
|
6539
6607
|
checkedValue: string | number | boolean;
|
|
6540
6608
|
uncheckedValue: string | number | boolean;
|
|
@@ -6572,6 +6640,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6572
6640
|
type: BooleanConstructor;
|
|
6573
6641
|
default: boolean;
|
|
6574
6642
|
};
|
|
6643
|
+
buttonPlacement: {
|
|
6644
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6645
|
+
default: string;
|
|
6646
|
+
};
|
|
6575
6647
|
readonly: BooleanConstructor;
|
|
6576
6648
|
clearable: BooleanConstructor;
|
|
6577
6649
|
keyboard: {
|
|
@@ -6585,6 +6657,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
6585
6657
|
type: BooleanConstructor;
|
|
6586
6658
|
default: boolean;
|
|
6587
6659
|
};
|
|
6660
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6661
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6662
|
+
precision: NumberConstructor;
|
|
6588
6663
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6589
6664
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6590
6665
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7478,10 +7553,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7478
7553
|
opacity5: string;
|
|
7479
7554
|
dividerColor: string;
|
|
7480
7555
|
borderColor: string;
|
|
7481
|
-
|
|
7556
|
+
closeIconColor: string;
|
|
7557
|
+
closeIconColorHover: string;
|
|
7558
|
+
closeIconColorPressed: string;
|
|
7482
7559
|
closeColorHover: string;
|
|
7483
7560
|
closeColorPressed: string;
|
|
7484
|
-
closeColorDisabled: string;
|
|
7485
7561
|
clearColor: string;
|
|
7486
7562
|
clearColorHover: string;
|
|
7487
7563
|
clearColorPressed: string;
|
|
@@ -7867,6 +7943,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7867
7943
|
type: BooleanConstructor;
|
|
7868
7944
|
default: boolean;
|
|
7869
7945
|
};
|
|
7946
|
+
buttonPlacement: {
|
|
7947
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7948
|
+
default: string;
|
|
7949
|
+
};
|
|
7870
7950
|
readonly: BooleanConstructor;
|
|
7871
7951
|
clearable: BooleanConstructor;
|
|
7872
7952
|
keyboard: {
|
|
@@ -7880,6 +7960,9 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
7880
7960
|
type: BooleanConstructor;
|
|
7881
7961
|
default: boolean;
|
|
7882
7962
|
};
|
|
7963
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7964
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7965
|
+
precision: NumberConstructor;
|
|
7883
7966
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7884
7967
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7885
7968
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8705,6 +8788,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8705
8788
|
ArrowDown?: boolean | undefined;
|
|
8706
8789
|
};
|
|
8707
8790
|
showButton: boolean;
|
|
8791
|
+
buttonPlacement: "right" | "both";
|
|
8708
8792
|
updateValueOnInput: boolean;
|
|
8709
8793
|
}>;
|
|
8710
8794
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8834,6 +8918,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
8834
8918
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8835
8919
|
readonly default: undefined;
|
|
8836
8920
|
};
|
|
8921
|
+
readonly panel: BooleanConstructor;
|
|
8837
8922
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8838
8923
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8839
8924
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -10711,8 +10796,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10711
10796
|
contentRef: HTMLElement | null;
|
|
10712
10797
|
containerScrollTop: number;
|
|
10713
10798
|
syncUnifiedContainer: () => void;
|
|
10714
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10715
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10799
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10800
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10716
10801
|
sync: () => void;
|
|
10717
10802
|
handleMouseEnterWrapper: () => void;
|
|
10718
10803
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10723,8 +10808,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10723
10808
|
contentRef: HTMLElement | null;
|
|
10724
10809
|
containerScrollTop: number;
|
|
10725
10810
|
syncUnifiedContainer: () => void;
|
|
10726
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10727
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10811
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10812
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10728
10813
|
sync: () => void;
|
|
10729
10814
|
handleMouseEnterWrapper: () => void;
|
|
10730
10815
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10740,8 +10825,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10740
10825
|
contentRef: HTMLElement | null;
|
|
10741
10826
|
containerScrollTop: number;
|
|
10742
10827
|
syncUnifiedContainer: () => void;
|
|
10743
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10744
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10828
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10829
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10745
10830
|
sync: () => void;
|
|
10746
10831
|
handleMouseEnterWrapper: () => void;
|
|
10747
10832
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10752,8 +10837,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10752
10837
|
contentRef: HTMLElement | null;
|
|
10753
10838
|
containerScrollTop: number;
|
|
10754
10839
|
syncUnifiedContainer: () => void;
|
|
10755
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10756
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10840
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10841
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10757
10842
|
sync: () => void;
|
|
10758
10843
|
handleMouseEnterWrapper: () => void;
|
|
10759
10844
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10764,8 +10849,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10764
10849
|
contentRef: HTMLElement | null;
|
|
10765
10850
|
containerScrollTop: number;
|
|
10766
10851
|
syncUnifiedContainer: () => void;
|
|
10767
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10768
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10852
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10853
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10769
10854
|
sync: () => void;
|
|
10770
10855
|
handleMouseEnterWrapper: () => void;
|
|
10771
10856
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10776,8 +10861,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10776
10861
|
contentRef: HTMLElement | null;
|
|
10777
10862
|
containerScrollTop: number;
|
|
10778
10863
|
syncUnifiedContainer: () => void;
|
|
10779
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10780
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
10864
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
10865
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
10781
10866
|
sync: () => void;
|
|
10782
10867
|
handleMouseEnterWrapper: () => void;
|
|
10783
10868
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10876,10 +10961,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
10876
10961
|
opacity5: string;
|
|
10877
10962
|
dividerColor: string;
|
|
10878
10963
|
borderColor: string;
|
|
10879
|
-
|
|
10964
|
+
closeIconColor: string;
|
|
10965
|
+
closeIconColorHover: string;
|
|
10966
|
+
closeIconColorPressed: string;
|
|
10880
10967
|
closeColorHover: string;
|
|
10881
10968
|
closeColorPressed: string;
|
|
10882
|
-
closeColorDisabled: string;
|
|
10883
10969
|
clearColor: string;
|
|
10884
10970
|
clearColorHover: string;
|
|
10885
10971
|
clearColorPressed: string;
|
|
@@ -11947,6 +12033,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
11947
12033
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11948
12034
|
readonly default: undefined;
|
|
11949
12035
|
};
|
|
12036
|
+
readonly panel: BooleanConstructor;
|
|
11950
12037
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11951
12038
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11952
12039
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -13810,17 +13897,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13810
13897
|
}, any>;
|
|
13811
13898
|
}>>>;
|
|
13812
13899
|
}>>, {
|
|
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
|
-
|
|
13900
|
+
readonly type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13901
|
+
readonly show: boolean | undefined;
|
|
13902
|
+
readonly disabled: boolean | undefined;
|
|
13903
|
+
readonly to: string | boolean | HTMLElement;
|
|
13904
|
+
readonly bordered: boolean | undefined;
|
|
13905
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
13906
|
+
readonly clearable: boolean;
|
|
13907
|
+
readonly inputReadonly: boolean;
|
|
13908
|
+
readonly panel: boolean;
|
|
13909
|
+
readonly updateValueOnClose: boolean;
|
|
13910
|
+
readonly closeOnSelect: boolean;
|
|
13911
|
+
readonly bindCalendarMonths: boolean;
|
|
13824
13912
|
}>;
|
|
13825
13913
|
NSelect: import("vue").DefineComponent<{
|
|
13826
13914
|
readonly to: {
|
|
@@ -13856,10 +13944,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13856
13944
|
};
|
|
13857
13945
|
readonly remote: BooleanConstructor;
|
|
13858
13946
|
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
|
-
};
|
|
13947
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13863
13948
|
readonly placement: {
|
|
13864
13949
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
13865
13950
|
readonly default: "bottom-start";
|
|
@@ -13869,19 +13954,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13869
13954
|
readonly default: "trigger";
|
|
13870
13955
|
};
|
|
13871
13956
|
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
|
-
};
|
|
13957
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13879
13958
|
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
|
-
};
|
|
13959
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
13960
|
+
readonly default: undefined;
|
|
13885
13961
|
};
|
|
13886
13962
|
readonly show: {
|
|
13887
13963
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13900,6 +13976,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13900
13976
|
readonly type: BooleanConstructor;
|
|
13901
13977
|
readonly default: true;
|
|
13902
13978
|
};
|
|
13979
|
+
readonly labelField: {
|
|
13980
|
+
readonly type: StringConstructor;
|
|
13981
|
+
readonly default: "label";
|
|
13982
|
+
};
|
|
13983
|
+
readonly valueField: {
|
|
13984
|
+
readonly type: StringConstructor;
|
|
13985
|
+
readonly default: "value";
|
|
13986
|
+
};
|
|
13987
|
+
readonly childrenField: {
|
|
13988
|
+
readonly type: StringConstructor;
|
|
13989
|
+
readonly default: "children";
|
|
13990
|
+
};
|
|
13903
13991
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13904
13992
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13905
13993
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13922,6 +14010,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
13922
14010
|
readonly default: true;
|
|
13923
14011
|
};
|
|
13924
14012
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14013
|
+
readonly internalShowCheckmark: {
|
|
14014
|
+
readonly type: BooleanConstructor;
|
|
14015
|
+
readonly default: true;
|
|
14016
|
+
};
|
|
13925
14017
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13926
14018
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13927
14019
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14017,6 +14109,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14017
14109
|
optionCheckColor: string;
|
|
14018
14110
|
optionColorPending: string;
|
|
14019
14111
|
optionColorActive: string;
|
|
14112
|
+
optionColorActivePending: string;
|
|
14020
14113
|
actionTextColor: string;
|
|
14021
14114
|
loadingColor: string;
|
|
14022
14115
|
height: string;
|
|
@@ -14142,6 +14235,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14142
14235
|
optionCheckColor: string;
|
|
14143
14236
|
optionColorPending: string;
|
|
14144
14237
|
optionColorActive: string;
|
|
14238
|
+
optionColorActivePending: string;
|
|
14145
14239
|
actionTextColor: string;
|
|
14146
14240
|
loadingColor: string;
|
|
14147
14241
|
height: string;
|
|
@@ -14267,6 +14361,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14267
14361
|
optionCheckColor: string;
|
|
14268
14362
|
optionColorPending: string;
|
|
14269
14363
|
optionColorActive: string;
|
|
14364
|
+
optionColorActivePending: string;
|
|
14270
14365
|
actionTextColor: string;
|
|
14271
14366
|
loadingColor: string;
|
|
14272
14367
|
height: string;
|
|
@@ -14396,10 +14491,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14396
14491
|
opacity5: string;
|
|
14397
14492
|
dividerColor: string;
|
|
14398
14493
|
borderColor: string;
|
|
14399
|
-
|
|
14494
|
+
closeIconColor: string;
|
|
14495
|
+
closeIconColorHover: string;
|
|
14496
|
+
closeIconColorPressed: string;
|
|
14400
14497
|
closeColorHover: string;
|
|
14401
14498
|
closeColorPressed: string;
|
|
14402
|
-
closeColorDisabled: string;
|
|
14403
14499
|
clearColor: string;
|
|
14404
14500
|
clearColorHover: string;
|
|
14405
14501
|
clearColorPressed: string;
|
|
@@ -14554,6 +14650,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14554
14650
|
optionCheckColor: string;
|
|
14555
14651
|
optionColorPending: string;
|
|
14556
14652
|
optionColorActive: string;
|
|
14653
|
+
optionColorActivePending: string;
|
|
14557
14654
|
actionTextColor: string;
|
|
14558
14655
|
loadingColor: string;
|
|
14559
14656
|
height: string;
|
|
@@ -14669,10 +14766,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14669
14766
|
};
|
|
14670
14767
|
readonly remote: BooleanConstructor;
|
|
14671
14768
|
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
|
-
};
|
|
14769
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14676
14770
|
readonly placement: {
|
|
14677
14771
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
14678
14772
|
readonly default: "bottom-start";
|
|
@@ -14682,19 +14776,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14682
14776
|
readonly default: "trigger";
|
|
14683
14777
|
};
|
|
14684
14778
|
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
|
-
};
|
|
14779
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14692
14780
|
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
|
-
};
|
|
14781
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14782
|
+
readonly default: undefined;
|
|
14698
14783
|
};
|
|
14699
14784
|
readonly show: {
|
|
14700
14785
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14713,6 +14798,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14713
14798
|
readonly type: BooleanConstructor;
|
|
14714
14799
|
readonly default: true;
|
|
14715
14800
|
};
|
|
14801
|
+
readonly labelField: {
|
|
14802
|
+
readonly type: StringConstructor;
|
|
14803
|
+
readonly default: "label";
|
|
14804
|
+
};
|
|
14805
|
+
readonly valueField: {
|
|
14806
|
+
readonly type: StringConstructor;
|
|
14807
|
+
readonly default: "value";
|
|
14808
|
+
};
|
|
14809
|
+
readonly childrenField: {
|
|
14810
|
+
readonly type: StringConstructor;
|
|
14811
|
+
readonly default: "children";
|
|
14812
|
+
};
|
|
14716
14813
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14717
14814
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14718
14815
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14735,6 +14832,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14735
14832
|
readonly default: true;
|
|
14736
14833
|
};
|
|
14737
14834
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
14835
|
+
readonly internalShowCheckmark: {
|
|
14836
|
+
readonly type: BooleanConstructor;
|
|
14837
|
+
readonly default: true;
|
|
14838
|
+
};
|
|
14738
14839
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14739
14840
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14740
14841
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14830,6 +14931,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14830
14931
|
optionCheckColor: string;
|
|
14831
14932
|
optionColorPending: string;
|
|
14832
14933
|
optionColorActive: string;
|
|
14934
|
+
optionColorActivePending: string;
|
|
14833
14935
|
actionTextColor: string;
|
|
14834
14936
|
loadingColor: string;
|
|
14835
14937
|
height: string;
|
|
@@ -14955,6 +15057,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
14955
15057
|
optionCheckColor: string;
|
|
14956
15058
|
optionColorPending: string;
|
|
14957
15059
|
optionColorActive: string;
|
|
15060
|
+
optionColorActivePending: string;
|
|
14958
15061
|
actionTextColor: string;
|
|
14959
15062
|
loadingColor: string;
|
|
14960
15063
|
height: string;
|
|
@@ -15080,6 +15183,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15080
15183
|
optionCheckColor: string;
|
|
15081
15184
|
optionColorPending: string;
|
|
15082
15185
|
optionColorActive: string;
|
|
15186
|
+
optionColorActivePending: string;
|
|
15083
15187
|
actionTextColor: string;
|
|
15084
15188
|
loadingColor: string;
|
|
15085
15189
|
height: string;
|
|
@@ -15113,29 +15217,31 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15113
15217
|
}>;
|
|
15114
15218
|
}>>>;
|
|
15115
15219
|
}>>, {
|
|
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
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
15138
|
-
consistentMenuWidth: boolean;
|
|
15220
|
+
readonly tag: boolean;
|
|
15221
|
+
readonly show: boolean | undefined;
|
|
15222
|
+
readonly multiple: boolean;
|
|
15223
|
+
readonly disabled: boolean | undefined;
|
|
15224
|
+
readonly to: string | boolean | HTMLElement;
|
|
15225
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
15226
|
+
readonly loading: boolean;
|
|
15227
|
+
readonly bordered: boolean | undefined;
|
|
15228
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
15229
|
+
readonly labelField: string;
|
|
15230
|
+
readonly virtualScroll: boolean;
|
|
15231
|
+
readonly valueField: string;
|
|
15232
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
15233
|
+
readonly showArrow: boolean;
|
|
15234
|
+
readonly displayDirective: "show" | "if";
|
|
15235
|
+
readonly filterable: boolean;
|
|
15236
|
+
readonly clearable: boolean;
|
|
15237
|
+
readonly clearFilterAfterSelect: boolean;
|
|
15238
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
15239
|
+
readonly remote: boolean;
|
|
15240
|
+
readonly widthMode: string;
|
|
15241
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
15242
|
+
readonly consistentMenuWidth: boolean;
|
|
15243
|
+
readonly childrenField: string;
|
|
15244
|
+
readonly internalShowCheckmark: boolean;
|
|
15139
15245
|
}>;
|
|
15140
15246
|
NRadio: import("vue").DefineComponent<{
|
|
15141
15247
|
name: StringConstructor;
|
|
@@ -15603,10 +15709,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15603
15709
|
opacity5: string;
|
|
15604
15710
|
dividerColor: string;
|
|
15605
15711
|
borderColor: string;
|
|
15606
|
-
|
|
15712
|
+
closeIconColor: string;
|
|
15713
|
+
closeIconColorHover: string;
|
|
15714
|
+
closeIconColorPressed: string;
|
|
15607
15715
|
closeColorHover: string;
|
|
15608
15716
|
closeColorPressed: string;
|
|
15609
|
-
closeColorDisabled: string;
|
|
15610
15717
|
clearColor: string;
|
|
15611
15718
|
clearColorHover: string;
|
|
15612
15719
|
clearColorPressed: string;
|
|
@@ -15856,8 +15963,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
15856
15963
|
}>>, {
|
|
15857
15964
|
disabled: boolean | undefined;
|
|
15858
15965
|
checked: string | number | boolean | undefined;
|
|
15859
|
-
focusable: boolean;
|
|
15860
15966
|
indeterminate: boolean;
|
|
15967
|
+
focusable: boolean;
|
|
15861
15968
|
defaultChecked: string | number | boolean;
|
|
15862
15969
|
checkedValue: string | number | boolean;
|
|
15863
15970
|
uncheckedValue: string | number | boolean;
|
|
@@ -16141,8 +16248,8 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16141
16248
|
contentRef: HTMLElement | null;
|
|
16142
16249
|
containerScrollTop: number;
|
|
16143
16250
|
syncUnifiedContainer: () => void;
|
|
16144
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16145
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
16251
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
16252
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
16146
16253
|
sync: () => void;
|
|
16147
16254
|
handleMouseEnterWrapper: () => void;
|
|
16148
16255
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16231,10 +16338,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
16231
16338
|
opacity5: string;
|
|
16232
16339
|
dividerColor: string;
|
|
16233
16340
|
borderColor: string;
|
|
16234
|
-
|
|
16341
|
+
closeIconColor: string;
|
|
16342
|
+
closeIconColorHover: string;
|
|
16343
|
+
closeIconColorPressed: string;
|
|
16235
16344
|
closeColorHover: string;
|
|
16236
16345
|
closeColorPressed: string;
|
|
16237
|
-
closeColorDisabled: string;
|
|
16238
16346
|
clearColor: string;
|
|
16239
16347
|
clearColorHover: string;
|
|
16240
16348
|
clearColorPressed: string;
|
|
@@ -18482,26 +18590,26 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18482
18590
|
rippleDuration: string;
|
|
18483
18591
|
}, any>>>;
|
|
18484
18592
|
}>>, {
|
|
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;
|
|
18593
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
18594
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
18595
|
+
readonly block: boolean;
|
|
18596
|
+
readonly round: boolean;
|
|
18597
|
+
readonly dashed: boolean;
|
|
18598
|
+
readonly text: boolean;
|
|
18599
|
+
readonly circle: boolean;
|
|
18600
|
+
readonly disabled: boolean;
|
|
18601
|
+
readonly focusable: boolean;
|
|
18602
|
+
readonly strong: boolean;
|
|
18603
|
+
readonly loading: boolean;
|
|
18604
|
+
readonly bordered: boolean;
|
|
18605
|
+
readonly tertiary: boolean;
|
|
18606
|
+
readonly ghost: boolean;
|
|
18607
|
+
readonly keyboard: boolean;
|
|
18608
|
+
readonly secondary: boolean;
|
|
18609
|
+
readonly quaternary: boolean;
|
|
18610
|
+
readonly iconPlacement: "left" | "right";
|
|
18611
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
18612
|
+
readonly nativeFocusBehavior: boolean;
|
|
18505
18613
|
}>;
|
|
18506
18614
|
NSelect: import("vue").DefineComponent<{
|
|
18507
18615
|
readonly to: {
|
|
@@ -18537,10 +18645,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18537
18645
|
};
|
|
18538
18646
|
readonly remote: BooleanConstructor;
|
|
18539
18647
|
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
|
-
};
|
|
18648
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18544
18649
|
readonly placement: {
|
|
18545
18650
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
18546
18651
|
readonly default: "bottom-start";
|
|
@@ -18550,19 +18655,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18550
18655
|
readonly default: "trigger";
|
|
18551
18656
|
};
|
|
18552
18657
|
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
|
-
};
|
|
18658
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18560
18659
|
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
|
-
};
|
|
18660
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18661
|
+
readonly default: undefined;
|
|
18566
18662
|
};
|
|
18567
18663
|
readonly show: {
|
|
18568
18664
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18581,6 +18677,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18581
18677
|
readonly type: BooleanConstructor;
|
|
18582
18678
|
readonly default: true;
|
|
18583
18679
|
};
|
|
18680
|
+
readonly labelField: {
|
|
18681
|
+
readonly type: StringConstructor;
|
|
18682
|
+
readonly default: "label";
|
|
18683
|
+
};
|
|
18684
|
+
readonly valueField: {
|
|
18685
|
+
readonly type: StringConstructor;
|
|
18686
|
+
readonly default: "value";
|
|
18687
|
+
};
|
|
18688
|
+
readonly childrenField: {
|
|
18689
|
+
readonly type: StringConstructor;
|
|
18690
|
+
readonly default: "children";
|
|
18691
|
+
};
|
|
18584
18692
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18585
18693
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18586
18694
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18603,6 +18711,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18603
18711
|
readonly default: true;
|
|
18604
18712
|
};
|
|
18605
18713
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
18714
|
+
readonly internalShowCheckmark: {
|
|
18715
|
+
readonly type: BooleanConstructor;
|
|
18716
|
+
readonly default: true;
|
|
18717
|
+
};
|
|
18606
18718
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18607
18719
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18608
18720
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18698,6 +18810,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18698
18810
|
optionCheckColor: string;
|
|
18699
18811
|
optionColorPending: string;
|
|
18700
18812
|
optionColorActive: string;
|
|
18813
|
+
optionColorActivePending: string;
|
|
18701
18814
|
actionTextColor: string;
|
|
18702
18815
|
loadingColor: string;
|
|
18703
18816
|
height: string;
|
|
@@ -18823,6 +18936,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18823
18936
|
optionCheckColor: string;
|
|
18824
18937
|
optionColorPending: string;
|
|
18825
18938
|
optionColorActive: string;
|
|
18939
|
+
optionColorActivePending: string;
|
|
18826
18940
|
actionTextColor: string;
|
|
18827
18941
|
loadingColor: string;
|
|
18828
18942
|
height: string;
|
|
@@ -18948,6 +19062,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
18948
19062
|
optionCheckColor: string;
|
|
18949
19063
|
optionColorPending: string;
|
|
18950
19064
|
optionColorActive: string;
|
|
19065
|
+
optionColorActivePending: string;
|
|
18951
19066
|
actionTextColor: string;
|
|
18952
19067
|
loadingColor: string;
|
|
18953
19068
|
height: string;
|
|
@@ -19077,10 +19192,11 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19077
19192
|
opacity5: string;
|
|
19078
19193
|
dividerColor: string;
|
|
19079
19194
|
borderColor: string;
|
|
19080
|
-
|
|
19195
|
+
closeIconColor: string;
|
|
19196
|
+
closeIconColorHover: string;
|
|
19197
|
+
closeIconColorPressed: string;
|
|
19081
19198
|
closeColorHover: string;
|
|
19082
19199
|
closeColorPressed: string;
|
|
19083
|
-
closeColorDisabled: string;
|
|
19084
19200
|
clearColor: string;
|
|
19085
19201
|
clearColorHover: string;
|
|
19086
19202
|
clearColorPressed: string;
|
|
@@ -19235,6 +19351,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19235
19351
|
optionCheckColor: string;
|
|
19236
19352
|
optionColorPending: string;
|
|
19237
19353
|
optionColorActive: string;
|
|
19354
|
+
optionColorActivePending: string;
|
|
19238
19355
|
actionTextColor: string;
|
|
19239
19356
|
loadingColor: string;
|
|
19240
19357
|
height: string;
|
|
@@ -19350,10 +19467,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19350
19467
|
};
|
|
19351
19468
|
readonly remote: BooleanConstructor;
|
|
19352
19469
|
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
|
-
};
|
|
19470
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19357
19471
|
readonly placement: {
|
|
19358
19472
|
readonly type: import("vue").PropType<import("vueuc").FollowerPlacement>;
|
|
19359
19473
|
readonly default: "bottom-start";
|
|
@@ -19363,19 +19477,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19363
19477
|
readonly default: "trigger";
|
|
19364
19478
|
};
|
|
19365
19479
|
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
|
-
};
|
|
19480
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19373
19481
|
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
|
-
};
|
|
19482
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19483
|
+
readonly default: undefined;
|
|
19379
19484
|
};
|
|
19380
19485
|
readonly show: {
|
|
19381
19486
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19394,6 +19499,18 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19394
19499
|
readonly type: BooleanConstructor;
|
|
19395
19500
|
readonly default: true;
|
|
19396
19501
|
};
|
|
19502
|
+
readonly labelField: {
|
|
19503
|
+
readonly type: StringConstructor;
|
|
19504
|
+
readonly default: "label";
|
|
19505
|
+
};
|
|
19506
|
+
readonly valueField: {
|
|
19507
|
+
readonly type: StringConstructor;
|
|
19508
|
+
readonly default: "value";
|
|
19509
|
+
};
|
|
19510
|
+
readonly childrenField: {
|
|
19511
|
+
readonly type: StringConstructor;
|
|
19512
|
+
readonly default: "children";
|
|
19513
|
+
};
|
|
19397
19514
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19398
19515
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19399
19516
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19416,6 +19533,10 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19416
19533
|
readonly default: true;
|
|
19417
19534
|
};
|
|
19418
19535
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
19536
|
+
readonly internalShowCheckmark: {
|
|
19537
|
+
readonly type: BooleanConstructor;
|
|
19538
|
+
readonly default: true;
|
|
19539
|
+
};
|
|
19419
19540
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19420
19541
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19421
19542
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19511,6 +19632,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19511
19632
|
optionCheckColor: string;
|
|
19512
19633
|
optionColorPending: string;
|
|
19513
19634
|
optionColorActive: string;
|
|
19635
|
+
optionColorActivePending: string;
|
|
19514
19636
|
actionTextColor: string;
|
|
19515
19637
|
loadingColor: string;
|
|
19516
19638
|
height: string;
|
|
@@ -19636,6 +19758,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19636
19758
|
optionCheckColor: string;
|
|
19637
19759
|
optionColorPending: string;
|
|
19638
19760
|
optionColorActive: string;
|
|
19761
|
+
optionColorActivePending: string;
|
|
19639
19762
|
actionTextColor: string;
|
|
19640
19763
|
loadingColor: string;
|
|
19641
19764
|
height: string;
|
|
@@ -19761,6 +19884,7 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19761
19884
|
optionCheckColor: string;
|
|
19762
19885
|
optionColorPending: string;
|
|
19763
19886
|
optionColorActive: string;
|
|
19887
|
+
optionColorActivePending: string;
|
|
19764
19888
|
actionTextColor: string;
|
|
19765
19889
|
loadingColor: string;
|
|
19766
19890
|
height: string;
|
|
@@ -19794,29 +19918,31 @@ declare const DragLayout: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
19794
19918
|
}>;
|
|
19795
19919
|
}>>>;
|
|
19796
19920
|
}>>, {
|
|
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
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
19819
|
-
consistentMenuWidth: boolean;
|
|
19921
|
+
readonly tag: boolean;
|
|
19922
|
+
readonly show: boolean | undefined;
|
|
19923
|
+
readonly multiple: boolean;
|
|
19924
|
+
readonly disabled: boolean | undefined;
|
|
19925
|
+
readonly to: string | boolean | HTMLElement;
|
|
19926
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
19927
|
+
readonly loading: boolean;
|
|
19928
|
+
readonly bordered: boolean | undefined;
|
|
19929
|
+
readonly placement: import("vueuc").FollowerPlacement;
|
|
19930
|
+
readonly labelField: string;
|
|
19931
|
+
readonly virtualScroll: boolean;
|
|
19932
|
+
readonly valueField: string;
|
|
19933
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
19934
|
+
readonly showArrow: boolean;
|
|
19935
|
+
readonly displayDirective: "show" | "if";
|
|
19936
|
+
readonly filterable: boolean;
|
|
19937
|
+
readonly clearable: boolean;
|
|
19938
|
+
readonly clearFilterAfterSelect: boolean;
|
|
19939
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
19940
|
+
readonly remote: boolean;
|
|
19941
|
+
readonly widthMode: string;
|
|
19942
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
19943
|
+
readonly consistentMenuWidth: boolean;
|
|
19944
|
+
readonly childrenField: string;
|
|
19945
|
+
readonly internalShowCheckmark: boolean;
|
|
19820
19946
|
}>;
|
|
19821
19947
|
NIcon: import("vue").DefineComponent<{
|
|
19822
19948
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|