cnhis-design-vue 3.1.18-beta.7 → 3.1.18-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/big-table/index.d.ts +113 -47
- package/es/components/big-table/src/BigTable.vue.d.ts +114 -63
- package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +31 -6
- package/es/components/big-table/src/components/input-button.vue.d.ts +52 -28
- package/es/components/big-table/src/hooks/useEdit.d.ts +31 -6
- package/es/components/button-print/index.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue.d.ts +217 -110
- package/es/components/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +2 -3
- package/es/components/button-print/src/components/IdentityVerification.js +14 -6
- package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +144 -56
- package/es/components/button-print/src/utils/dialog.d.ts +3 -1
- package/es/components/button-print/src/utils/dialog.js +35 -23
- package/es/components/button-print/src/utils/print.d.ts +5 -0
- package/es/components/button-print/src/utils/print2.js +18 -0
- package/es/components/chunk-upload/index.d.ts +28 -22
- package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +38 -32
- package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +28 -22
- package/es/components/drag-layout/index.d.ts +568 -308
- package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +192 -99
- package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +112 -79
- package/es/components/drag-layout/src/DragLayout.vue.d.ts +568 -308
- package/es/components/field-set/index.d.ts +170 -95
- package/es/components/field-set/src/FieldSet.vue.d.ts +170 -95
- package/es/components/form-config/index.d.ts +308 -126
- package/es/components/form-config/src/FormConfig.vue.d.ts +308 -126
- package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +123 -59
- package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +157 -45
- package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +28 -22
- package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +60 -47
- package/es/components/form-render/index.d.ts +85 -33
- package/es/components/form-render/src/FormRender.vue.d.ts +85 -33
- package/es/components/form-render/src/components/renderer/select.js +8 -5
- package/es/components/form-table/index.d.ts +784 -420
- package/es/components/form-table/src/FormTable.vue.d.ts +805 -427
- package/es/components/form-table/src/components/index.d.ts +784 -420
- package/es/components/form-table/src/components/table-age.vue.d.ts +114 -64
- package/es/components/form-table/src/components/table-date-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-digital.vue.d.ts +37 -7
- package/es/components/form-table/src/components/table-input-password.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-input.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-month-picker.vue.d.ts +77 -28
- package/es/components/form-table/src/components/table-search-more.vue.d.ts +28 -22
- package/es/components/form-table/src/components/table-search.vue.d.ts +105 -79
- package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-select.vue.d.ts +77 -57
- package/es/components/form-table/src/components/table-textarea.vue.d.ts +32 -8
- package/es/components/form-table/src/components/table-time-picker.vue.d.ts +33 -21
- package/es/components/form-table/src/components/table-tree-select.vue.d.ts +55 -31
- package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +8 -2
- package/es/components/info-header/index.d.ts +236 -61
- package/es/components/info-header/src/HiddenContent.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoEllipsis.vue.d.ts +12 -5
- package/es/components/info-header/src/InfoHeader.vue.d.ts +236 -61
- package/es/components/map/index.d.ts +52 -28
- package/es/components/map/src/Map.vue.d.ts +52 -28
- package/es/components/scale-view/index.d.ts +75 -60
- package/es/components/scale-view/src/ScaleView.vue.d.ts +75 -60
- package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +28 -22
- package/es/components/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +8 -2
- package/es/components/scale-view/src/hooks/use-component.d.ts +656 -183
- package/es/components/select-label/index.d.ts +956 -262
- package/es/components/select-label/src/LabelFormContent.vue.d.ts +331 -101
- package/es/components/select-label/src/SelectLabel.vue.d.ts +637 -167
- package/es/components/select-label/src/components/label-classify.vue.d.ts +264 -73
- package/es/components/select-person/index.d.ts +210 -111
- package/es/components/select-person/src/SearchTree.vue.d.ts +77 -40
- package/es/components/select-person/src/SelectPerson.vue.d.ts +214 -115
- package/es/components/shortcut-setter/index.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +85 -33
- package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +24 -6
- package/es/components/steps-wheel/index.d.ts +8 -2
- package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +8 -2
- package/es/components/time-line/index.d.ts +55 -30
- package/es/components/time-line/src/TimeLine.vue.d.ts +55 -30
- package/es/shared/components/SelectPage/SelectPage.vue.d.ts +28 -22
- package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +8 -2
- package/package.json +4 -4
|
@@ -101,6 +101,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
101
101
|
componentData: Record<string, any>;
|
|
102
102
|
}>;
|
|
103
103
|
NPopover: import("vue").DefineComponent<{
|
|
104
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
104
105
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
105
106
|
show: {
|
|
106
107
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -163,9 +164,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
163
164
|
scrollable: BooleanConstructor;
|
|
164
165
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
165
166
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
167
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
166
168
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
167
169
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
168
170
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
171
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
169
172
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
170
173
|
internalInheritedEventHandlers: {
|
|
171
174
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -243,6 +246,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
243
246
|
handleBlur: () => void;
|
|
244
247
|
syncPosition: () => void;
|
|
245
248
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
249
|
+
internalOnAfterLeave: import("vue").PropType<() => void>;
|
|
246
250
|
internalRenderBody: import("vue").PropType<import("naive-ui/es/popover/src/interface").InternalRenderBody>;
|
|
247
251
|
show: {
|
|
248
252
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -305,9 +309,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
305
309
|
scrollable: BooleanConstructor;
|
|
306
310
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
307
311
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
312
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
308
313
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
309
314
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
310
315
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
316
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
311
317
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
312
318
|
internalInheritedEventHandlers: {
|
|
313
319
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -385,6 +391,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
385
391
|
arrowPointToCenter: boolean;
|
|
386
392
|
displayDirective: "show" | "if";
|
|
387
393
|
keepAliveOnHover: boolean;
|
|
394
|
+
internalDeactivateImmediately: boolean;
|
|
388
395
|
animated: boolean;
|
|
389
396
|
internalTrapFocus: boolean;
|
|
390
397
|
defaultShow: boolean;
|
|
@@ -438,7 +445,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
438
445
|
readonly default: true;
|
|
439
446
|
};
|
|
440
447
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
441
|
-
readonly nativeFocusBehavior:
|
|
448
|
+
readonly nativeFocusBehavior: {
|
|
449
|
+
readonly type: BooleanConstructor;
|
|
450
|
+
readonly default: boolean;
|
|
451
|
+
};
|
|
442
452
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
443
453
|
heightTiny: string;
|
|
444
454
|
heightSmall: string;
|
|
@@ -1152,7 +1162,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1152
1162
|
readonly default: true;
|
|
1153
1163
|
};
|
|
1154
1164
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1155
|
-
readonly nativeFocusBehavior:
|
|
1165
|
+
readonly nativeFocusBehavior: {
|
|
1166
|
+
readonly type: BooleanConstructor;
|
|
1167
|
+
readonly default: boolean;
|
|
1168
|
+
};
|
|
1156
1169
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1157
1170
|
heightTiny: string;
|
|
1158
1171
|
heightSmall: string;
|
|
@@ -1766,26 +1779,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1766
1779
|
rippleDuration: string;
|
|
1767
1780
|
}, any>>>;
|
|
1768
1781
|
}>>, {
|
|
1769
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1770
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1771
|
-
block: boolean;
|
|
1772
|
-
round: boolean;
|
|
1773
|
-
dashed: boolean;
|
|
1774
|
-
text: boolean;
|
|
1775
|
-
circle: boolean;
|
|
1776
|
-
disabled: boolean;
|
|
1777
|
-
focusable: boolean;
|
|
1778
|
-
strong: boolean;
|
|
1779
|
-
loading: boolean;
|
|
1780
|
-
bordered: boolean;
|
|
1781
|
-
tertiary: boolean;
|
|
1782
|
-
ghost: boolean;
|
|
1783
|
-
keyboard: boolean;
|
|
1784
|
-
secondary: boolean;
|
|
1785
|
-
quaternary: boolean;
|
|
1786
|
-
iconPlacement: "left" | "right";
|
|
1787
|
-
attrType: "button" | "reset" | "submit";
|
|
1788
|
-
nativeFocusBehavior: boolean;
|
|
1782
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1783
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1784
|
+
readonly block: boolean;
|
|
1785
|
+
readonly round: boolean;
|
|
1786
|
+
readonly dashed: boolean;
|
|
1787
|
+
readonly text: boolean;
|
|
1788
|
+
readonly circle: boolean;
|
|
1789
|
+
readonly disabled: boolean;
|
|
1790
|
+
readonly focusable: boolean;
|
|
1791
|
+
readonly strong: boolean;
|
|
1792
|
+
readonly loading: boolean;
|
|
1793
|
+
readonly bordered: boolean;
|
|
1794
|
+
readonly tertiary: boolean;
|
|
1795
|
+
readonly ghost: boolean;
|
|
1796
|
+
readonly keyboard: boolean;
|
|
1797
|
+
readonly secondary: boolean;
|
|
1798
|
+
readonly quaternary: boolean;
|
|
1799
|
+
readonly iconPlacement: "left" | "right";
|
|
1800
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1801
|
+
readonly nativeFocusBehavior: boolean;
|
|
1789
1802
|
}>;
|
|
1790
1803
|
NSelect: import("vue").DefineComponent<{
|
|
1791
1804
|
readonly to: {
|
|
@@ -1821,10 +1834,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1821
1834
|
};
|
|
1822
1835
|
readonly remote: BooleanConstructor;
|
|
1823
1836
|
readonly loading: BooleanConstructor;
|
|
1824
|
-
readonly filter:
|
|
1825
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
1826
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
1827
|
-
};
|
|
1837
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
1828
1838
|
readonly placement: {
|
|
1829
1839
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
1830
1840
|
readonly default: "bottom-start";
|
|
@@ -1834,19 +1844,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1834
1844
|
readonly default: "trigger";
|
|
1835
1845
|
};
|
|
1836
1846
|
readonly tag: BooleanConstructor;
|
|
1837
|
-
readonly onCreate:
|
|
1838
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1839
|
-
readonly default: (label: string) => {
|
|
1840
|
-
label: string;
|
|
1841
|
-
value: string;
|
|
1842
|
-
};
|
|
1843
|
-
};
|
|
1847
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
1844
1848
|
readonly fallbackOption: {
|
|
1845
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
1846
|
-
readonly default:
|
|
1847
|
-
label: string;
|
|
1848
|
-
value: string | number;
|
|
1849
|
-
};
|
|
1849
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
1850
|
+
readonly default: undefined;
|
|
1850
1851
|
};
|
|
1851
1852
|
readonly show: {
|
|
1852
1853
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -1865,11 +1866,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1865
1866
|
readonly type: BooleanConstructor;
|
|
1866
1867
|
readonly default: true;
|
|
1867
1868
|
};
|
|
1869
|
+
readonly labelField: {
|
|
1870
|
+
readonly type: StringConstructor;
|
|
1871
|
+
readonly default: "label";
|
|
1872
|
+
};
|
|
1873
|
+
readonly valueField: {
|
|
1874
|
+
readonly type: StringConstructor;
|
|
1875
|
+
readonly default: "value";
|
|
1876
|
+
};
|
|
1877
|
+
readonly childrenField: {
|
|
1878
|
+
readonly type: StringConstructor;
|
|
1879
|
+
readonly default: "children";
|
|
1880
|
+
};
|
|
1868
1881
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
1869
1882
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
1870
1883
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
1871
1884
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1872
1885
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
1886
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
1873
1887
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
1874
1888
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
1875
1889
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -1887,6 +1901,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1887
1901
|
readonly default: true;
|
|
1888
1902
|
};
|
|
1889
1903
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
1904
|
+
readonly internalShowCheckmark: {
|
|
1905
|
+
readonly type: BooleanConstructor;
|
|
1906
|
+
readonly default: true;
|
|
1907
|
+
};
|
|
1890
1908
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
1891
1909
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
1892
1910
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -1982,6 +2000,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1982
2000
|
optionCheckColor: string;
|
|
1983
2001
|
optionColorPending: string;
|
|
1984
2002
|
optionColorActive: string;
|
|
2003
|
+
optionColorActivePending: string;
|
|
1985
2004
|
actionTextColor: string;
|
|
1986
2005
|
loadingColor: string;
|
|
1987
2006
|
height: string;
|
|
@@ -2107,6 +2126,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2107
2126
|
optionCheckColor: string;
|
|
2108
2127
|
optionColorPending: string;
|
|
2109
2128
|
optionColorActive: string;
|
|
2129
|
+
optionColorActivePending: string;
|
|
2110
2130
|
actionTextColor: string;
|
|
2111
2131
|
loadingColor: string;
|
|
2112
2132
|
height: string;
|
|
@@ -2232,6 +2252,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2232
2252
|
optionCheckColor: string;
|
|
2233
2253
|
optionColorPending: string;
|
|
2234
2254
|
optionColorActive: string;
|
|
2255
|
+
optionColorActivePending: string;
|
|
2235
2256
|
actionTextColor: string;
|
|
2236
2257
|
loadingColor: string;
|
|
2237
2258
|
height: string;
|
|
@@ -2361,10 +2382,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2361
2382
|
opacity5: string;
|
|
2362
2383
|
dividerColor: string;
|
|
2363
2384
|
borderColor: string;
|
|
2364
|
-
|
|
2385
|
+
closeIconColor: string;
|
|
2386
|
+
closeIconColorHover: string;
|
|
2387
|
+
closeIconColorPressed: string;
|
|
2365
2388
|
closeColorHover: string;
|
|
2366
2389
|
closeColorPressed: string;
|
|
2367
|
-
closeColorDisabled: string;
|
|
2368
2390
|
clearColor: string;
|
|
2369
2391
|
clearColorHover: string;
|
|
2370
2392
|
clearColorPressed: string;
|
|
@@ -2519,6 +2541,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2519
2541
|
optionCheckColor: string;
|
|
2520
2542
|
optionColorPending: string;
|
|
2521
2543
|
optionColorActive: string;
|
|
2544
|
+
optionColorActivePending: string;
|
|
2522
2545
|
actionTextColor: string;
|
|
2523
2546
|
loadingColor: string;
|
|
2524
2547
|
height: string;
|
|
@@ -2634,10 +2657,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2634
2657
|
};
|
|
2635
2658
|
readonly remote: BooleanConstructor;
|
|
2636
2659
|
readonly loading: BooleanConstructor;
|
|
2637
|
-
readonly filter:
|
|
2638
|
-
readonly type: import("vue").PropType<(pattern: string, option: import("naive-ui").SelectOption) => boolean>;
|
|
2639
|
-
readonly default: typeof import("naive-ui/es/select/src/utils").defaultFilter;
|
|
2640
|
-
};
|
|
2660
|
+
readonly filter: import("vue").PropType<import("naive-ui").SelectFilter>;
|
|
2641
2661
|
readonly placement: {
|
|
2642
2662
|
readonly type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
|
|
2643
2663
|
readonly default: "bottom-start";
|
|
@@ -2647,19 +2667,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2647
2667
|
readonly default: "trigger";
|
|
2648
2668
|
};
|
|
2649
2669
|
readonly tag: BooleanConstructor;
|
|
2650
|
-
readonly onCreate:
|
|
2651
|
-
readonly type: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
2652
|
-
readonly default: (label: string) => {
|
|
2653
|
-
label: string;
|
|
2654
|
-
value: string;
|
|
2655
|
-
};
|
|
2656
|
-
};
|
|
2670
|
+
readonly onCreate: import("vue").PropType<(label: string) => import("naive-ui").SelectOption>;
|
|
2657
2671
|
readonly fallbackOption: {
|
|
2658
|
-
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption>;
|
|
2659
|
-
readonly default:
|
|
2660
|
-
label: string;
|
|
2661
|
-
value: string | number;
|
|
2662
|
-
};
|
|
2672
|
+
readonly type: import("vue").PropType<false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined>;
|
|
2673
|
+
readonly default: undefined;
|
|
2663
2674
|
};
|
|
2664
2675
|
readonly show: {
|
|
2665
2676
|
readonly type: import("vue").PropType<boolean | undefined>;
|
|
@@ -2678,11 +2689,24 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2678
2689
|
readonly type: BooleanConstructor;
|
|
2679
2690
|
readonly default: true;
|
|
2680
2691
|
};
|
|
2692
|
+
readonly labelField: {
|
|
2693
|
+
readonly type: StringConstructor;
|
|
2694
|
+
readonly default: "label";
|
|
2695
|
+
};
|
|
2696
|
+
readonly valueField: {
|
|
2697
|
+
readonly type: StringConstructor;
|
|
2698
|
+
readonly default: "value";
|
|
2699
|
+
};
|
|
2700
|
+
readonly childrenField: {
|
|
2701
|
+
readonly type: StringConstructor;
|
|
2702
|
+
readonly default: "children";
|
|
2703
|
+
};
|
|
2681
2704
|
readonly renderLabel: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderLabel>;
|
|
2682
2705
|
readonly renderOption: import("vue").PropType<import("naive-ui/es/_internal/select-menu/src/interface").RenderOption>;
|
|
2683
2706
|
readonly renderTag: import("vue").PropType<import("naive-ui").SelectRenderTag>;
|
|
2684
2707
|
readonly 'onUpdate:value': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2685
2708
|
readonly inputProps: import("vue").PropType<import("vue").InputHTMLAttributes>;
|
|
2709
|
+
readonly nodeProps: import("vue").PropType<import("naive-ui").SelectNodeProps>;
|
|
2686
2710
|
readonly onUpdateValue: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue> | undefined>;
|
|
2687
2711
|
readonly onBlur: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void> | undefined>;
|
|
2688
2712
|
readonly onClear: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<() => void> | undefined>;
|
|
@@ -2700,6 +2724,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2700
2724
|
readonly default: true;
|
|
2701
2725
|
};
|
|
2702
2726
|
readonly status: import("vue").PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
|
|
2727
|
+
readonly internalShowCheckmark: {
|
|
2728
|
+
readonly type: BooleanConstructor;
|
|
2729
|
+
readonly default: true;
|
|
2730
|
+
};
|
|
2703
2731
|
readonly onChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/select/src/interface").OnUpdateValue>>;
|
|
2704
2732
|
readonly items: import("vue").PropType<import("naive-ui/es/select/src/interface").SelectMixedOption[]>;
|
|
2705
2733
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Select", {
|
|
@@ -2795,6 +2823,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2795
2823
|
optionCheckColor: string;
|
|
2796
2824
|
optionColorPending: string;
|
|
2797
2825
|
optionColorActive: string;
|
|
2826
|
+
optionColorActivePending: string;
|
|
2798
2827
|
actionTextColor: string;
|
|
2799
2828
|
loadingColor: string;
|
|
2800
2829
|
height: string;
|
|
@@ -2920,6 +2949,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2920
2949
|
optionCheckColor: string;
|
|
2921
2950
|
optionColorPending: string;
|
|
2922
2951
|
optionColorActive: string;
|
|
2952
|
+
optionColorActivePending: string;
|
|
2923
2953
|
actionTextColor: string;
|
|
2924
2954
|
loadingColor: string;
|
|
2925
2955
|
height: string;
|
|
@@ -3045,6 +3075,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3045
3075
|
optionCheckColor: string;
|
|
3046
3076
|
optionColorPending: string;
|
|
3047
3077
|
optionColorActive: string;
|
|
3078
|
+
optionColorActivePending: string;
|
|
3048
3079
|
actionTextColor: string;
|
|
3049
3080
|
loadingColor: string;
|
|
3050
3081
|
height: string;
|
|
@@ -3078,29 +3109,31 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3078
3109
|
}>;
|
|
3079
3110
|
}>>>;
|
|
3080
3111
|
}>>, {
|
|
3081
|
-
tag: boolean;
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
virtualScroll: boolean;
|
|
3092
|
-
|
|
3093
|
-
|
|
3094
|
-
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
|
|
3100
|
-
|
|
3101
|
-
|
|
3102
|
-
|
|
3103
|
-
|
|
3112
|
+
readonly tag: boolean;
|
|
3113
|
+
readonly show: boolean | undefined;
|
|
3114
|
+
readonly multiple: boolean;
|
|
3115
|
+
readonly disabled: boolean | undefined;
|
|
3116
|
+
readonly to: string | boolean | HTMLElement;
|
|
3117
|
+
readonly options: import("naive-ui/es/select/src/interface").SelectMixedOption[];
|
|
3118
|
+
readonly loading: boolean;
|
|
3119
|
+
readonly bordered: boolean | undefined;
|
|
3120
|
+
readonly placement: import("naive-ui").PopoverPlacement;
|
|
3121
|
+
readonly labelField: string;
|
|
3122
|
+
readonly virtualScroll: boolean;
|
|
3123
|
+
readonly valueField: string;
|
|
3124
|
+
readonly resetMenuOnOptionsChange: boolean;
|
|
3125
|
+
readonly showArrow: boolean;
|
|
3126
|
+
readonly displayDirective: "show" | "if";
|
|
3127
|
+
readonly filterable: boolean;
|
|
3128
|
+
readonly clearable: boolean;
|
|
3129
|
+
readonly internalShowCheckmark: boolean;
|
|
3130
|
+
readonly clearFilterAfterSelect: boolean;
|
|
3131
|
+
readonly defaultValue: import("naive-ui/es/select/src/interface").Value | null;
|
|
3132
|
+
readonly remote: boolean;
|
|
3133
|
+
readonly widthMode: string;
|
|
3134
|
+
readonly fallbackOption: false | import("naive-ui/es/select/src/interface").SelectFallbackOption | undefined;
|
|
3135
|
+
readonly consistentMenuWidth: boolean;
|
|
3136
|
+
readonly childrenField: string;
|
|
3104
3137
|
}>;
|
|
3105
3138
|
NIcon: import("vue").DefineComponent<{
|
|
3106
3139
|
readonly depth: import("vue").PropType<import("naive-ui/es/icon/src/Icon").Depth>;
|