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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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("naive-ui").PopoverPlacement>;
|
|
4841
4887
|
readonly default: "bottom-start";
|
|
@@ -4845,19 +4891,10 @@ declare const _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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("naive-ui").PopoverPlacement>;
|
|
5654
5709
|
readonly default: "bottom-start";
|
|
@@ -5658,19 +5713,10 @@ declare const _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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 _default: 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("naive-ui").PopoverPlacement;
|
|
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">;
|
|
@@ -6236,9 +6303,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6236
6303
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
6237
6304
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
6238
6305
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
6239
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6240
|
-
* 更新配置
|
|
6241
|
-
*/
|
|
6306
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
6242
6307
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
6243
6308
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
6244
6309
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -6282,10 +6347,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6282
6347
|
opacity5: string;
|
|
6283
6348
|
dividerColor: string;
|
|
6284
6349
|
borderColor: string;
|
|
6285
|
-
|
|
6350
|
+
closeIconColor: string;
|
|
6351
|
+
closeIconColorHover: string;
|
|
6352
|
+
closeIconColorPressed: string;
|
|
6286
6353
|
closeColorHover: string;
|
|
6287
6354
|
closeColorPressed: string;
|
|
6288
|
-
closeColorDisabled: string;
|
|
6289
6355
|
clearColor: string;
|
|
6290
6356
|
clearColorHover: string;
|
|
6291
6357
|
clearColorPressed: string;
|
|
@@ -6535,8 +6601,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6535
6601
|
}>>, {
|
|
6536
6602
|
disabled: boolean | undefined;
|
|
6537
6603
|
checked: string | number | boolean | undefined;
|
|
6538
|
-
focusable: boolean;
|
|
6539
6604
|
indeterminate: boolean;
|
|
6605
|
+
focusable: boolean;
|
|
6540
6606
|
defaultChecked: string | number | boolean;
|
|
6541
6607
|
checkedValue: string | number | boolean;
|
|
6542
6608
|
uncheckedValue: string | number | boolean;
|
|
@@ -6574,6 +6640,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6574
6640
|
type: BooleanConstructor;
|
|
6575
6641
|
default: boolean;
|
|
6576
6642
|
};
|
|
6643
|
+
buttonPlacement: {
|
|
6644
|
+
type: import("vue").PropType<"right" | "both">;
|
|
6645
|
+
default: string;
|
|
6646
|
+
};
|
|
6577
6647
|
readonly: BooleanConstructor;
|
|
6578
6648
|
clearable: BooleanConstructor;
|
|
6579
6649
|
keyboard: {
|
|
@@ -6587,6 +6657,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
6587
6657
|
type: BooleanConstructor;
|
|
6588
6658
|
default: boolean;
|
|
6589
6659
|
};
|
|
6660
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
6661
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
6662
|
+
precision: NumberConstructor;
|
|
6590
6663
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
6591
6664
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
6592
6665
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -7480,10 +7553,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7480
7553
|
opacity5: string;
|
|
7481
7554
|
dividerColor: string;
|
|
7482
7555
|
borderColor: string;
|
|
7483
|
-
|
|
7556
|
+
closeIconColor: string;
|
|
7557
|
+
closeIconColorHover: string;
|
|
7558
|
+
closeIconColorPressed: string;
|
|
7484
7559
|
closeColorHover: string;
|
|
7485
7560
|
closeColorPressed: string;
|
|
7486
|
-
closeColorDisabled: string;
|
|
7487
7561
|
clearColor: string;
|
|
7488
7562
|
clearColorHover: string;
|
|
7489
7563
|
clearColorPressed: string;
|
|
@@ -7869,6 +7943,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7869
7943
|
type: BooleanConstructor;
|
|
7870
7944
|
default: boolean;
|
|
7871
7945
|
};
|
|
7946
|
+
buttonPlacement: {
|
|
7947
|
+
type: import("vue").PropType<"right" | "both">;
|
|
7948
|
+
default: string;
|
|
7949
|
+
};
|
|
7872
7950
|
readonly: BooleanConstructor;
|
|
7873
7951
|
clearable: BooleanConstructor;
|
|
7874
7952
|
keyboard: {
|
|
@@ -7882,6 +7960,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
7882
7960
|
type: BooleanConstructor;
|
|
7883
7961
|
default: boolean;
|
|
7884
7962
|
};
|
|
7963
|
+
parse: import("vue").PropType<(input: string) => number | null>;
|
|
7964
|
+
format: import("vue").PropType<(value: number | null) => string>;
|
|
7965
|
+
precision: NumberConstructor;
|
|
7885
7966
|
status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
7886
7967
|
'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
7887
7968
|
onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input-number/src/interface").OnUpdateValue>>;
|
|
@@ -8707,6 +8788,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8707
8788
|
ArrowDown?: boolean | undefined;
|
|
8708
8789
|
};
|
|
8709
8790
|
showButton: boolean;
|
|
8791
|
+
buttonPlacement: "right" | "both";
|
|
8710
8792
|
updateValueOnInput: boolean;
|
|
8711
8793
|
}>;
|
|
8712
8794
|
Draggable: import("vue").DefineComponent<{
|
|
@@ -8836,6 +8918,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
8836
8918
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
8837
8919
|
readonly default: undefined;
|
|
8838
8920
|
};
|
|
8921
|
+
readonly panel: BooleanConstructor;
|
|
8839
8922
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
8840
8923
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
8841
8924
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -10713,8 +10796,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10713
10796
|
contentRef: HTMLElement | null;
|
|
10714
10797
|
containerScrollTop: number;
|
|
10715
10798
|
syncUnifiedContainer: () => void;
|
|
10716
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10717
|
-
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;
|
|
10718
10801
|
sync: () => void;
|
|
10719
10802
|
handleMouseEnterWrapper: () => void;
|
|
10720
10803
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10725,8 +10808,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10725
10808
|
contentRef: HTMLElement | null;
|
|
10726
10809
|
containerScrollTop: number;
|
|
10727
10810
|
syncUnifiedContainer: () => void;
|
|
10728
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10729
|
-
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;
|
|
10730
10813
|
sync: () => void;
|
|
10731
10814
|
handleMouseEnterWrapper: () => void;
|
|
10732
10815
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10742,8 +10825,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10742
10825
|
contentRef: HTMLElement | null;
|
|
10743
10826
|
containerScrollTop: number;
|
|
10744
10827
|
syncUnifiedContainer: () => void;
|
|
10745
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10746
|
-
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;
|
|
10747
10830
|
sync: () => void;
|
|
10748
10831
|
handleMouseEnterWrapper: () => void;
|
|
10749
10832
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10754,8 +10837,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10754
10837
|
contentRef: HTMLElement | null;
|
|
10755
10838
|
containerScrollTop: number;
|
|
10756
10839
|
syncUnifiedContainer: () => void;
|
|
10757
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10758
|
-
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;
|
|
10759
10842
|
sync: () => void;
|
|
10760
10843
|
handleMouseEnterWrapper: () => void;
|
|
10761
10844
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10766,8 +10849,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10766
10849
|
contentRef: HTMLElement | null;
|
|
10767
10850
|
containerScrollTop: number;
|
|
10768
10851
|
syncUnifiedContainer: () => void;
|
|
10769
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10770
|
-
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;
|
|
10771
10854
|
sync: () => void;
|
|
10772
10855
|
handleMouseEnterWrapper: () => void;
|
|
10773
10856
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10778,8 +10861,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10778
10861
|
contentRef: HTMLElement | null;
|
|
10779
10862
|
containerScrollTop: number;
|
|
10780
10863
|
syncUnifiedContainer: () => void;
|
|
10781
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
10782
|
-
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;
|
|
10783
10866
|
sync: () => void;
|
|
10784
10867
|
handleMouseEnterWrapper: () => void;
|
|
10785
10868
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -10878,10 +10961,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
10878
10961
|
opacity5: string;
|
|
10879
10962
|
dividerColor: string;
|
|
10880
10963
|
borderColor: string;
|
|
10881
|
-
|
|
10964
|
+
closeIconColor: string;
|
|
10965
|
+
closeIconColorHover: string;
|
|
10966
|
+
closeIconColorPressed: string;
|
|
10882
10967
|
closeColorHover: string;
|
|
10883
10968
|
closeColorPressed: string;
|
|
10884
|
-
closeColorDisabled: string;
|
|
10885
10969
|
clearColor: string;
|
|
10886
10970
|
clearColorHover: string;
|
|
10887
10971
|
clearColorPressed: string;
|
|
@@ -11949,6 +12033,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
11949
12033
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
11950
12034
|
readonly default: undefined;
|
|
11951
12035
|
};
|
|
12036
|
+
readonly panel: BooleanConstructor;
|
|
11952
12037
|
readonly ranges: import("vue").PropType<Record<string, [number, number]>>;
|
|
11953
12038
|
readonly firstDayOfWeek: import("vue").PropType<import("naive-ui/es/date-picker/src/interface").FirstDayOfWeek>;
|
|
11954
12039
|
readonly inputReadonly: BooleanConstructor;
|
|
@@ -13812,17 +13897,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13812
13897
|
}, any>;
|
|
13813
13898
|
}>>>;
|
|
13814
13899
|
}>>, {
|
|
13815
|
-
type: import("naive-ui/es/date-picker/src/config").DatePickerType;
|
|
13816
|
-
show: boolean | undefined;
|
|
13817
|
-
disabled: boolean | undefined;
|
|
13818
|
-
to: string | boolean | HTMLElement;
|
|
13819
|
-
bordered: boolean | undefined;
|
|
13820
|
-
placement: import("naive-ui").PopoverPlacement;
|
|
13821
|
-
clearable: boolean;
|
|
13822
|
-
inputReadonly: boolean;
|
|
13823
|
-
|
|
13824
|
-
|
|
13825
|
-
|
|
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("naive-ui").PopoverPlacement;
|
|
13906
|
+
readonly clearable: boolean;
|
|
13907
|
+
readonly inputReadonly: boolean;
|
|
13908
|
+
readonly panel: boolean;
|
|
13909
|
+
readonly updateValueOnClose: boolean;
|
|
13910
|
+
readonly closeOnSelect: boolean;
|
|
13911
|
+
readonly bindCalendarMonths: boolean;
|
|
13826
13912
|
}>;
|
|
13827
13913
|
NSelect: import("vue").DefineComponent<{
|
|
13828
13914
|
readonly to: {
|
|
@@ -13858,10 +13944,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13858
13944
|
};
|
|
13859
13945
|
readonly remote: BooleanConstructor;
|
|
13860
13946
|
readonly loading: BooleanConstructor;
|
|
13861
|
-
readonly filter:
|
|
13862
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13863
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
13864
|
-
};
|
|
13947
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
13865
13948
|
readonly placement: {
|
|
13866
13949
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
13867
13950
|
readonly default: "bottom-start";
|
|
@@ -13871,19 +13954,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13871
13954
|
readonly default: "trigger";
|
|
13872
13955
|
};
|
|
13873
13956
|
readonly tag: BooleanConstructor;
|
|
13874
|
-
readonly onCreate:
|
|
13875
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13876
|
-
readonly default: (label: string) => {
|
|
13877
|
-
label: string;
|
|
13878
|
-
value: string;
|
|
13879
|
-
};
|
|
13880
|
-
};
|
|
13957
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
13881
13958
|
readonly fallbackOption: {
|
|
13882
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
13883
|
-
readonly default:
|
|
13884
|
-
label: string;
|
|
13885
|
-
value: string | number;
|
|
13886
|
-
};
|
|
13959
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
13960
|
+
readonly default: undefined;
|
|
13887
13961
|
};
|
|
13888
13962
|
readonly show: {
|
|
13889
13963
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -13902,6 +13976,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13902
13976
|
readonly type: BooleanConstructor;
|
|
13903
13977
|
readonly default: true;
|
|
13904
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
|
+
};
|
|
13905
13991
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
13906
13992
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
13907
13993
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -13924,6 +14010,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
13924
14010
|
readonly default: true;
|
|
13925
14011
|
};
|
|
13926
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
|
+
};
|
|
13927
14017
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
13928
14018
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
13929
14019
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14019,6 +14109,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14019
14109
|
optionCheckColor: string;
|
|
14020
14110
|
optionColorPending: string;
|
|
14021
14111
|
optionColorActive: string;
|
|
14112
|
+
optionColorActivePending: string;
|
|
14022
14113
|
actionTextColor: string;
|
|
14023
14114
|
loadingColor: string;
|
|
14024
14115
|
height: string;
|
|
@@ -14144,6 +14235,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14144
14235
|
optionCheckColor: string;
|
|
14145
14236
|
optionColorPending: string;
|
|
14146
14237
|
optionColorActive: string;
|
|
14238
|
+
optionColorActivePending: string;
|
|
14147
14239
|
actionTextColor: string;
|
|
14148
14240
|
loadingColor: string;
|
|
14149
14241
|
height: string;
|
|
@@ -14269,6 +14361,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14269
14361
|
optionCheckColor: string;
|
|
14270
14362
|
optionColorPending: string;
|
|
14271
14363
|
optionColorActive: string;
|
|
14364
|
+
optionColorActivePending: string;
|
|
14272
14365
|
actionTextColor: string;
|
|
14273
14366
|
loadingColor: string;
|
|
14274
14367
|
height: string;
|
|
@@ -14398,10 +14491,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14398
14491
|
opacity5: string;
|
|
14399
14492
|
dividerColor: string;
|
|
14400
14493
|
borderColor: string;
|
|
14401
|
-
|
|
14494
|
+
closeIconColor: string;
|
|
14495
|
+
closeIconColorHover: string;
|
|
14496
|
+
closeIconColorPressed: string;
|
|
14402
14497
|
closeColorHover: string;
|
|
14403
14498
|
closeColorPressed: string;
|
|
14404
|
-
closeColorDisabled: string;
|
|
14405
14499
|
clearColor: string;
|
|
14406
14500
|
clearColorHover: string;
|
|
14407
14501
|
clearColorPressed: string;
|
|
@@ -14556,6 +14650,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14556
14650
|
optionCheckColor: string;
|
|
14557
14651
|
optionColorPending: string;
|
|
14558
14652
|
optionColorActive: string;
|
|
14653
|
+
optionColorActivePending: string;
|
|
14559
14654
|
actionTextColor: string;
|
|
14560
14655
|
loadingColor: string;
|
|
14561
14656
|
height: string;
|
|
@@ -14671,10 +14766,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14671
14766
|
};
|
|
14672
14767
|
readonly remote: BooleanConstructor;
|
|
14673
14768
|
readonly loading: BooleanConstructor;
|
|
14674
|
-
readonly filter:
|
|
14675
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14676
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
14677
|
-
};
|
|
14769
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
14678
14770
|
readonly placement: {
|
|
14679
14771
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
14680
14772
|
readonly default: "bottom-start";
|
|
@@ -14684,19 +14776,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14684
14776
|
readonly default: "trigger";
|
|
14685
14777
|
};
|
|
14686
14778
|
readonly tag: BooleanConstructor;
|
|
14687
|
-
readonly onCreate:
|
|
14688
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14689
|
-
readonly default: (label: string) => {
|
|
14690
|
-
label: string;
|
|
14691
|
-
value: string;
|
|
14692
|
-
};
|
|
14693
|
-
};
|
|
14779
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
14694
14780
|
readonly fallbackOption: {
|
|
14695
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
14696
|
-
readonly default:
|
|
14697
|
-
label: string;
|
|
14698
|
-
value: string | number;
|
|
14699
|
-
};
|
|
14781
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
14782
|
+
readonly default: undefined;
|
|
14700
14783
|
};
|
|
14701
14784
|
readonly show: {
|
|
14702
14785
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -14715,6 +14798,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14715
14798
|
readonly type: BooleanConstructor;
|
|
14716
14799
|
readonly default: true;
|
|
14717
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
|
+
};
|
|
14718
14813
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
14719
14814
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
14720
14815
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -14737,6 +14832,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14737
14832
|
readonly default: true;
|
|
14738
14833
|
};
|
|
14739
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
|
+
};
|
|
14740
14839
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
14741
14840
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
14742
14841
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -14832,6 +14931,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14832
14931
|
optionCheckColor: string;
|
|
14833
14932
|
optionColorPending: string;
|
|
14834
14933
|
optionColorActive: string;
|
|
14934
|
+
optionColorActivePending: string;
|
|
14835
14935
|
actionTextColor: string;
|
|
14836
14936
|
loadingColor: string;
|
|
14837
14937
|
height: string;
|
|
@@ -14957,6 +15057,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
14957
15057
|
optionCheckColor: string;
|
|
14958
15058
|
optionColorPending: string;
|
|
14959
15059
|
optionColorActive: string;
|
|
15060
|
+
optionColorActivePending: string;
|
|
14960
15061
|
actionTextColor: string;
|
|
14961
15062
|
loadingColor: string;
|
|
14962
15063
|
height: string;
|
|
@@ -15082,6 +15183,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15082
15183
|
optionCheckColor: string;
|
|
15083
15184
|
optionColorPending: string;
|
|
15084
15185
|
optionColorActive: string;
|
|
15186
|
+
optionColorActivePending: string;
|
|
15085
15187
|
actionTextColor: string;
|
|
15086
15188
|
loadingColor: string;
|
|
15087
15189
|
height: string;
|
|
@@ -15115,29 +15217,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15115
15217
|
}>;
|
|
15116
15218
|
}>>>;
|
|
15117
15219
|
}>>, {
|
|
15118
|
-
tag: boolean;
|
|
15119
|
-
|
|
15120
|
-
|
|
15121
|
-
|
|
15122
|
-
|
|
15123
|
-
|
|
15124
|
-
|
|
15125
|
-
|
|
15126
|
-
|
|
15127
|
-
|
|
15128
|
-
virtualScroll: boolean;
|
|
15129
|
-
|
|
15130
|
-
|
|
15131
|
-
|
|
15132
|
-
|
|
15133
|
-
|
|
15134
|
-
|
|
15135
|
-
|
|
15136
|
-
|
|
15137
|
-
|
|
15138
|
-
|
|
15139
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
15140
|
-
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("naive-ui").PopoverPlacement;
|
|
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;
|
|
15141
15245
|
}>;
|
|
15142
15246
|
NRadio: import("vue").DefineComponent<{
|
|
15143
15247
|
name: StringConstructor;
|
|
@@ -15217,7 +15321,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15217
15321
|
colorDisabled: string;
|
|
15218
15322
|
textColor: string;
|
|
15219
15323
|
textColorDisabled: string;
|
|
15220
|
-
/** line 类型 */
|
|
15221
15324
|
dotColorActive: string;
|
|
15222
15325
|
dotColorDisabled: string;
|
|
15223
15326
|
buttonBorderColor: string;
|
|
@@ -15562,9 +15665,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15562
15665
|
}, import("naive-ui/es/_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & import("naive-ui").CheckboxInst & {
|
|
15563
15666
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
15564
15667
|
selfRef: import("vue").Ref<HTMLDivElement | null>;
|
|
15565
|
-
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15566
|
-
* 更新配置
|
|
15567
|
-
*/
|
|
15668
|
+
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
15568
15669
|
mergedDisabled: import("vue").ComputedRef<boolean>;
|
|
15569
15670
|
renderedChecked: import("vue").ComputedRef<boolean>;
|
|
15570
15671
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -15608,10 +15709,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15608
15709
|
opacity5: string;
|
|
15609
15710
|
dividerColor: string;
|
|
15610
15711
|
borderColor: string;
|
|
15611
|
-
|
|
15712
|
+
closeIconColor: string;
|
|
15713
|
+
closeIconColorHover: string;
|
|
15714
|
+
closeIconColorPressed: string;
|
|
15612
15715
|
closeColorHover: string;
|
|
15613
15716
|
closeColorPressed: string;
|
|
15614
|
-
closeColorDisabled: string;
|
|
15615
15717
|
clearColor: string;
|
|
15616
15718
|
clearColorHover: string;
|
|
15617
15719
|
clearColorPressed: string;
|
|
@@ -15861,8 +15963,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
15861
15963
|
}>>, {
|
|
15862
15964
|
disabled: boolean | undefined;
|
|
15863
15965
|
checked: string | number | boolean | undefined;
|
|
15864
|
-
focusable: boolean;
|
|
15865
15966
|
indeterminate: boolean;
|
|
15967
|
+
focusable: boolean;
|
|
15866
15968
|
defaultChecked: string | number | boolean;
|
|
15867
15969
|
checkedValue: string | number | boolean;
|
|
15868
15970
|
uncheckedValue: string | number | boolean;
|
|
@@ -16146,8 +16248,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16146
16248
|
contentRef: HTMLElement | null;
|
|
16147
16249
|
containerScrollTop: number;
|
|
16148
16250
|
syncUnifiedContainer: () => void;
|
|
16149
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
16150
|
-
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;
|
|
16151
16253
|
sync: () => void;
|
|
16152
16254
|
handleMouseEnterWrapper: () => void;
|
|
16153
16255
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -16236,10 +16338,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16236
16338
|
opacity5: string;
|
|
16237
16339
|
dividerColor: string;
|
|
16238
16340
|
borderColor: string;
|
|
16239
|
-
|
|
16341
|
+
closeIconColor: string;
|
|
16342
|
+
closeIconColorHover: string;
|
|
16343
|
+
closeIconColorPressed: string;
|
|
16240
16344
|
closeColorHover: string;
|
|
16241
16345
|
closeColorPressed: string;
|
|
16242
|
-
closeColorDisabled: string;
|
|
16243
16346
|
clearColor: string;
|
|
16244
16347
|
clearColorHover: string;
|
|
16245
16348
|
clearColorPressed: string;
|
|
@@ -16865,9 +16968,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16865
16968
|
};
|
|
16866
16969
|
animated: {
|
|
16867
16970
|
type: BooleanConstructor;
|
|
16868
|
-
/**
|
|
16869
|
-
* 更新配置
|
|
16870
|
-
*/
|
|
16871
16971
|
default: boolean;
|
|
16872
16972
|
};
|
|
16873
16973
|
width: {
|
|
@@ -18490,26 +18590,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18490
18590
|
rippleDuration: string;
|
|
18491
18591
|
}, any>>>;
|
|
18492
18592
|
}>>, {
|
|
18493
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
18494
|
-
tag: keyof HTMLElementTagNameMap;
|
|
18495
|
-
block: boolean;
|
|
18496
|
-
round: boolean;
|
|
18497
|
-
dashed: boolean;
|
|
18498
|
-
text: boolean;
|
|
18499
|
-
circle: boolean;
|
|
18500
|
-
disabled: boolean;
|
|
18501
|
-
focusable: boolean;
|
|
18502
|
-
strong: boolean;
|
|
18503
|
-
loading: boolean;
|
|
18504
|
-
bordered: boolean;
|
|
18505
|
-
tertiary: boolean;
|
|
18506
|
-
ghost: boolean;
|
|
18507
|
-
keyboard: boolean;
|
|
18508
|
-
secondary: boolean;
|
|
18509
|
-
quaternary: boolean;
|
|
18510
|
-
iconPlacement: "left" | "right";
|
|
18511
|
-
attrType: "button" | "reset" | "submit";
|
|
18512
|
-
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;
|
|
18513
18613
|
}>;
|
|
18514
18614
|
NSelect: import("vue").DefineComponent<{
|
|
18515
18615
|
readonly to: {
|
|
@@ -18545,10 +18645,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18545
18645
|
};
|
|
18546
18646
|
readonly remote: BooleanConstructor;
|
|
18547
18647
|
readonly loading: BooleanConstructor;
|
|
18548
|
-
readonly filter:
|
|
18549
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18550
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
18551
|
-
};
|
|
18648
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
18552
18649
|
readonly placement: {
|
|
18553
18650
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
18554
18651
|
readonly default: "bottom-start";
|
|
@@ -18558,19 +18655,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18558
18655
|
readonly default: "trigger";
|
|
18559
18656
|
};
|
|
18560
18657
|
readonly tag: BooleanConstructor;
|
|
18561
|
-
readonly onCreate:
|
|
18562
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18563
|
-
readonly default: (label: string) => {
|
|
18564
|
-
label: string;
|
|
18565
|
-
value: string;
|
|
18566
|
-
};
|
|
18567
|
-
};
|
|
18658
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
18568
18659
|
readonly fallbackOption: {
|
|
18569
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
18570
|
-
readonly default:
|
|
18571
|
-
label: string;
|
|
18572
|
-
value: string | number;
|
|
18573
|
-
};
|
|
18660
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
18661
|
+
readonly default: undefined;
|
|
18574
18662
|
};
|
|
18575
18663
|
readonly show: {
|
|
18576
18664
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -18589,6 +18677,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18589
18677
|
readonly type: BooleanConstructor;
|
|
18590
18678
|
readonly default: true;
|
|
18591
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
|
+
};
|
|
18592
18692
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
18593
18693
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
18594
18694
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -18611,6 +18711,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18611
18711
|
readonly default: true;
|
|
18612
18712
|
};
|
|
18613
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
|
+
};
|
|
18614
18718
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
18615
18719
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
18616
18720
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -18706,6 +18810,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18706
18810
|
optionCheckColor: string;
|
|
18707
18811
|
optionColorPending: string;
|
|
18708
18812
|
optionColorActive: string;
|
|
18813
|
+
optionColorActivePending: string;
|
|
18709
18814
|
actionTextColor: string;
|
|
18710
18815
|
loadingColor: string;
|
|
18711
18816
|
height: string;
|
|
@@ -18831,6 +18936,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18831
18936
|
optionCheckColor: string;
|
|
18832
18937
|
optionColorPending: string;
|
|
18833
18938
|
optionColorActive: string;
|
|
18939
|
+
optionColorActivePending: string;
|
|
18834
18940
|
actionTextColor: string;
|
|
18835
18941
|
loadingColor: string;
|
|
18836
18942
|
height: string;
|
|
@@ -18956,6 +19062,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
18956
19062
|
optionCheckColor: string;
|
|
18957
19063
|
optionColorPending: string;
|
|
18958
19064
|
optionColorActive: string;
|
|
19065
|
+
optionColorActivePending: string;
|
|
18959
19066
|
actionTextColor: string;
|
|
18960
19067
|
loadingColor: string;
|
|
18961
19068
|
height: string;
|
|
@@ -19085,10 +19192,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19085
19192
|
opacity5: string;
|
|
19086
19193
|
dividerColor: string;
|
|
19087
19194
|
borderColor: string;
|
|
19088
|
-
|
|
19195
|
+
closeIconColor: string;
|
|
19196
|
+
closeIconColorHover: string;
|
|
19197
|
+
closeIconColorPressed: string;
|
|
19089
19198
|
closeColorHover: string;
|
|
19090
19199
|
closeColorPressed: string;
|
|
19091
|
-
closeColorDisabled: string;
|
|
19092
19200
|
clearColor: string;
|
|
19093
19201
|
clearColorHover: string;
|
|
19094
19202
|
clearColorPressed: string;
|
|
@@ -19243,6 +19351,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19243
19351
|
optionCheckColor: string;
|
|
19244
19352
|
optionColorPending: string;
|
|
19245
19353
|
optionColorActive: string;
|
|
19354
|
+
optionColorActivePending: string;
|
|
19246
19355
|
actionTextColor: string;
|
|
19247
19356
|
loadingColor: string;
|
|
19248
19357
|
height: string;
|
|
@@ -19358,10 +19467,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19358
19467
|
};
|
|
19359
19468
|
readonly remote: BooleanConstructor;
|
|
19360
19469
|
readonly loading: BooleanConstructor;
|
|
19361
|
-
readonly filter:
|
|
19362
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19363
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
19364
|
-
};
|
|
19470
|
+
readonly filter: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
19365
19471
|
readonly placement: {
|
|
19366
19472
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
19367
19473
|
readonly default: "bottom-start";
|
|
@@ -19371,19 +19477,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19371
19477
|
readonly default: "trigger";
|
|
19372
19478
|
};
|
|
19373
19479
|
readonly tag: BooleanConstructor;
|
|
19374
|
-
readonly onCreate:
|
|
19375
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19376
|
-
readonly default: (label: string) => {
|
|
19377
|
-
label: string;
|
|
19378
|
-
value: string;
|
|
19379
|
-
};
|
|
19380
|
-
};
|
|
19480
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
19381
19481
|
readonly fallbackOption: {
|
|
19382
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
19383
|
-
readonly default:
|
|
19384
|
-
label: string;
|
|
19385
|
-
value: string | number;
|
|
19386
|
-
};
|
|
19482
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
19483
|
+
readonly default: undefined;
|
|
19387
19484
|
};
|
|
19388
19485
|
readonly show: {
|
|
19389
19486
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -19402,6 +19499,18 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19402
19499
|
readonly type: BooleanConstructor;
|
|
19403
19500
|
readonly default: true;
|
|
19404
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
|
+
};
|
|
19405
19514
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
19406
19515
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
19407
19516
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
@@ -19424,6 +19533,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19424
19533
|
readonly default: true;
|
|
19425
19534
|
};
|
|
19426
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
|
+
};
|
|
19427
19540
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
19428
19541
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
19429
19542
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -19519,6 +19632,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19519
19632
|
optionCheckColor: string;
|
|
19520
19633
|
optionColorPending: string;
|
|
19521
19634
|
optionColorActive: string;
|
|
19635
|
+
optionColorActivePending: string;
|
|
19522
19636
|
actionTextColor: string;
|
|
19523
19637
|
loadingColor: string;
|
|
19524
19638
|
height: string;
|
|
@@ -19644,6 +19758,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19644
19758
|
optionCheckColor: string;
|
|
19645
19759
|
optionColorPending: string;
|
|
19646
19760
|
optionColorActive: string;
|
|
19761
|
+
optionColorActivePending: string;
|
|
19647
19762
|
actionTextColor: string;
|
|
19648
19763
|
loadingColor: string;
|
|
19649
19764
|
height: string;
|
|
@@ -19769,6 +19884,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19769
19884
|
optionCheckColor: string;
|
|
19770
19885
|
optionColorPending: string;
|
|
19771
19886
|
optionColorActive: string;
|
|
19887
|
+
optionColorActivePending: string;
|
|
19772
19888
|
actionTextColor: string;
|
|
19773
19889
|
loadingColor: string;
|
|
19774
19890
|
height: string;
|
|
@@ -19802,29 +19918,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
19802
19918
|
}>;
|
|
19803
19919
|
}>>>;
|
|
19804
19920
|
}>>, {
|
|
19805
|
-
tag: boolean;
|
|
19806
|
-
|
|
19807
|
-
|
|
19808
|
-
|
|
19809
|
-
|
|
19810
|
-
|
|
19811
|
-
|
|
19812
|
-
|
|
19813
|
-
|
|
19814
|
-
|
|
19815
|
-
virtualScroll: boolean;
|
|
19816
|
-
|
|
19817
|
-
|
|
19818
|
-
|
|
19819
|
-
|
|
19820
|
-
|
|
19821
|
-
|
|
19822
|
-
|
|
19823
|
-
|
|
19824
|
-
|
|
19825
|
-
|
|
19826
|
-
fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption;
|
|
19827
|
-
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("naive-ui").PopoverPlacement;
|
|
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;
|
|
19828
19946
|
}>;
|
|
19829
19947
|
NIcon: import("vue").DefineComponent<{
|
|
19830
19948
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|