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
|
@@ -178,6 +178,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
178
178
|
type: BooleanConstructor;
|
|
179
179
|
default: undefined;
|
|
180
180
|
};
|
|
181
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
182
|
+
renderCount: PropType<(props: {
|
|
183
|
+
value: string;
|
|
184
|
+
}) => import("vue").VNodeChild>;
|
|
181
185
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
182
186
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
183
187
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -206,6 +210,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
206
210
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
207
211
|
showPasswordToggle: BooleanConstructor;
|
|
208
212
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
213
|
+
countTextColorDisabled: string;
|
|
209
214
|
countTextColor: string;
|
|
210
215
|
heightTiny: string;
|
|
211
216
|
heightSmall: string;
|
|
@@ -266,6 +271,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
266
271
|
clearSize: string;
|
|
267
272
|
}, any>>;
|
|
268
273
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
274
|
+
countTextColorDisabled: string;
|
|
269
275
|
countTextColor: string;
|
|
270
276
|
heightTiny: string;
|
|
271
277
|
heightSmall: string;
|
|
@@ -326,6 +332,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
326
332
|
clearSize: string;
|
|
327
333
|
}, any>>>;
|
|
328
334
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
335
|
+
countTextColorDisabled: string;
|
|
329
336
|
countTextColor: string;
|
|
330
337
|
heightTiny: string;
|
|
331
338
|
heightSmall: string;
|
|
@@ -398,8 +405,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
398
405
|
contentRef: HTMLElement | null;
|
|
399
406
|
containerScrollTop: number;
|
|
400
407
|
syncUnifiedContainer: () => void;
|
|
401
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
402
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
408
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
409
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
403
410
|
sync: () => void;
|
|
404
411
|
handleMouseEnterWrapper: () => void;
|
|
405
412
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -433,7 +440,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
433
440
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
434
441
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
435
442
|
handleInputBlur: (e: FocusEvent) => void;
|
|
436
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
443
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
437
444
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
438
445
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
439
446
|
handleMouseEnter: () => void;
|
|
@@ -444,7 +451,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
444
451
|
handleClear: (e: MouseEvent) => void;
|
|
445
452
|
handlePasswordToggleClick: () => void;
|
|
446
453
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
447
|
-
|
|
454
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
448
455
|
handleTextAreaMirrorResize: () => void;
|
|
449
456
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
450
457
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -488,10 +495,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
488
495
|
opacity5: string;
|
|
489
496
|
dividerColor: string;
|
|
490
497
|
borderColor: string;
|
|
491
|
-
|
|
498
|
+
closeIconColor: string;
|
|
499
|
+
closeIconColorHover: string;
|
|
500
|
+
closeIconColorPressed: string;
|
|
492
501
|
closeColorHover: string;
|
|
493
502
|
closeColorPressed: string;
|
|
494
|
-
closeColorDisabled: string;
|
|
495
503
|
clearColor: string;
|
|
496
504
|
clearColorHover: string;
|
|
497
505
|
clearColorPressed: string;
|
|
@@ -553,6 +561,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
553
561
|
name: "common";
|
|
554
562
|
};
|
|
555
563
|
self: {
|
|
564
|
+
countTextColorDisabled: string;
|
|
556
565
|
countTextColor: string;
|
|
557
566
|
heightTiny: string;
|
|
558
567
|
heightSmall: string;
|
|
@@ -620,6 +629,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
620
629
|
cssVars: import("vue").ComputedRef<{
|
|
621
630
|
'--n-bezier': string;
|
|
622
631
|
'--n-count-text-color': string;
|
|
632
|
+
'--n-count-text-color-disabled': string;
|
|
623
633
|
'--n-color': string;
|
|
624
634
|
'--n-font-size': string;
|
|
625
635
|
'--n-border-radius': string;
|
|
@@ -674,6 +684,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
674
684
|
select: () => void;
|
|
675
685
|
activate: () => void;
|
|
676
686
|
deactivate: () => void;
|
|
687
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
677
688
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
678
689
|
bordered: {
|
|
679
690
|
type: PropType<boolean | undefined>;
|
|
@@ -732,6 +743,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
732
743
|
type: BooleanConstructor;
|
|
733
744
|
default: undefined;
|
|
734
745
|
};
|
|
746
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
747
|
+
renderCount: PropType<(props: {
|
|
748
|
+
value: string;
|
|
749
|
+
}) => import("vue").VNodeChild>;
|
|
735
750
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
736
751
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
737
752
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -760,6 +775,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
760
775
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
761
776
|
showPasswordToggle: BooleanConstructor;
|
|
762
777
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
778
|
+
countTextColorDisabled: string;
|
|
763
779
|
countTextColor: string;
|
|
764
780
|
heightTiny: string;
|
|
765
781
|
heightSmall: string;
|
|
@@ -820,6 +836,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
820
836
|
clearSize: string;
|
|
821
837
|
}, any>>;
|
|
822
838
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
839
|
+
countTextColorDisabled: string;
|
|
823
840
|
countTextColor: string;
|
|
824
841
|
heightTiny: string;
|
|
825
842
|
heightSmall: string;
|
|
@@ -880,6 +897,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
880
897
|
clearSize: string;
|
|
881
898
|
}, any>>>;
|
|
882
899
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
900
|
+
countTextColorDisabled: string;
|
|
883
901
|
countTextColor: string;
|
|
884
902
|
heightTiny: string;
|
|
885
903
|
heightSmall: string;
|
|
@@ -1178,9 +1196,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1178
1196
|
scrollable: BooleanConstructor;
|
|
1179
1197
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1180
1198
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1199
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1181
1200
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1182
1201
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1183
1202
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1203
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1184
1204
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1185
1205
|
internalInheritedEventHandlers: {
|
|
1186
1206
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1245,10 +1265,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1245
1265
|
opacity5: string;
|
|
1246
1266
|
dividerColor: string;
|
|
1247
1267
|
borderColor: string;
|
|
1248
|
-
|
|
1268
|
+
closeIconColor: string;
|
|
1269
|
+
closeIconColorHover: string;
|
|
1270
|
+
closeIconColorPressed: string;
|
|
1249
1271
|
closeColorHover: string;
|
|
1250
1272
|
closeColorPressed: string;
|
|
1251
|
-
closeColorDisabled: string;
|
|
1252
1273
|
clearColor: string;
|
|
1253
1274
|
clearColorHover: string;
|
|
1254
1275
|
clearColorPressed: string;
|
|
@@ -1477,9 +1498,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1477
1498
|
scrollable: BooleanConstructor;
|
|
1478
1499
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1479
1500
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1501
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1480
1502
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1481
1503
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1482
1504
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1505
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1483
1506
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1484
1507
|
internalInheritedEventHandlers: {
|
|
1485
1508
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1515,6 +1538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1515
1538
|
arrowPointToCenter: boolean;
|
|
1516
1539
|
displayDirective: "show" | "if";
|
|
1517
1540
|
keepAliveOnHover: boolean;
|
|
1541
|
+
internalDeactivateImmediately: boolean;
|
|
1518
1542
|
animated: boolean;
|
|
1519
1543
|
internalTrapFocus: boolean;
|
|
1520
1544
|
defaultShow: boolean;
|
|
@@ -177,6 +177,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
177
177
|
type: BooleanConstructor;
|
|
178
178
|
default: undefined;
|
|
179
179
|
};
|
|
180
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
181
|
+
renderCount: PropType<(props: {
|
|
182
|
+
value: string;
|
|
183
|
+
}) => import("vue").VNodeChild>;
|
|
180
184
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
181
185
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
182
186
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -205,6 +209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
205
209
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
206
210
|
showPasswordToggle: BooleanConstructor;
|
|
207
211
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
212
|
+
countTextColorDisabled: string;
|
|
208
213
|
countTextColor: string;
|
|
209
214
|
heightTiny: string;
|
|
210
215
|
heightSmall: string;
|
|
@@ -265,6 +270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
265
270
|
clearSize: string;
|
|
266
271
|
}, any>>;
|
|
267
272
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
273
|
+
countTextColorDisabled: string;
|
|
268
274
|
countTextColor: string;
|
|
269
275
|
heightTiny: string;
|
|
270
276
|
heightSmall: string;
|
|
@@ -325,6 +331,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
325
331
|
clearSize: string;
|
|
326
332
|
}, any>>>;
|
|
327
333
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
334
|
+
countTextColorDisabled: string;
|
|
328
335
|
countTextColor: string;
|
|
329
336
|
heightTiny: string;
|
|
330
337
|
heightSmall: string;
|
|
@@ -397,8 +404,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
397
404
|
contentRef: HTMLElement | null;
|
|
398
405
|
containerScrollTop: number;
|
|
399
406
|
syncUnifiedContainer: () => void;
|
|
400
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
401
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
407
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
408
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
402
409
|
sync: () => void;
|
|
403
410
|
handleMouseEnterWrapper: () => void;
|
|
404
411
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -432,7 +439,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
432
439
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
433
440
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
434
441
|
handleInputBlur: (e: FocusEvent) => void;
|
|
435
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
442
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
436
443
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
437
444
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
438
445
|
handleMouseEnter: () => void;
|
|
@@ -443,7 +450,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
443
450
|
handleClear: (e: MouseEvent) => void;
|
|
444
451
|
handlePasswordToggleClick: () => void;
|
|
445
452
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
446
|
-
|
|
453
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
447
454
|
handleTextAreaMirrorResize: () => void;
|
|
448
455
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
449
456
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -487,10 +494,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
487
494
|
opacity5: string;
|
|
488
495
|
dividerColor: string;
|
|
489
496
|
borderColor: string;
|
|
490
|
-
|
|
497
|
+
closeIconColor: string;
|
|
498
|
+
closeIconColorHover: string;
|
|
499
|
+
closeIconColorPressed: string;
|
|
491
500
|
closeColorHover: string;
|
|
492
501
|
closeColorPressed: string;
|
|
493
|
-
closeColorDisabled: string;
|
|
494
502
|
clearColor: string;
|
|
495
503
|
clearColorHover: string;
|
|
496
504
|
clearColorPressed: string;
|
|
@@ -552,6 +560,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
552
560
|
name: "common";
|
|
553
561
|
};
|
|
554
562
|
self: {
|
|
563
|
+
countTextColorDisabled: string;
|
|
555
564
|
countTextColor: string;
|
|
556
565
|
heightTiny: string;
|
|
557
566
|
heightSmall: string;
|
|
@@ -619,6 +628,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
619
628
|
cssVars: import("vue").ComputedRef<{
|
|
620
629
|
'--n-bezier': string;
|
|
621
630
|
'--n-count-text-color': string;
|
|
631
|
+
'--n-count-text-color-disabled': string;
|
|
622
632
|
'--n-color': string;
|
|
623
633
|
'--n-font-size': string;
|
|
624
634
|
'--n-border-radius': string;
|
|
@@ -673,6 +683,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
673
683
|
select: () => void;
|
|
674
684
|
activate: () => void;
|
|
675
685
|
deactivate: () => void;
|
|
686
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
676
687
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
677
688
|
bordered: {
|
|
678
689
|
type: PropType<boolean | undefined>;
|
|
@@ -731,6 +742,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
731
742
|
type: BooleanConstructor;
|
|
732
743
|
default: undefined;
|
|
733
744
|
};
|
|
745
|
+
allowInput: PropType<(value: string) => boolean>;
|
|
746
|
+
renderCount: PropType<(props: {
|
|
747
|
+
value: string;
|
|
748
|
+
}) => import("vue").VNodeChild>;
|
|
734
749
|
onMousedown: PropType<(e: MouseEvent) => void>;
|
|
735
750
|
onKeydown: PropType<(e: KeyboardEvent) => void>;
|
|
736
751
|
onKeyup: PropType<(e: KeyboardEvent) => void>;
|
|
@@ -759,6 +774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
759
774
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
760
775
|
showPasswordToggle: BooleanConstructor;
|
|
761
776
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
777
|
+
countTextColorDisabled: string;
|
|
762
778
|
countTextColor: string;
|
|
763
779
|
heightTiny: string;
|
|
764
780
|
heightSmall: string;
|
|
@@ -819,6 +835,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
819
835
|
clearSize: string;
|
|
820
836
|
}, any>>;
|
|
821
837
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
838
|
+
countTextColorDisabled: string;
|
|
822
839
|
countTextColor: string;
|
|
823
840
|
heightTiny: string;
|
|
824
841
|
heightSmall: string;
|
|
@@ -879,6 +896,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
879
896
|
clearSize: string;
|
|
880
897
|
}, any>>>;
|
|
881
898
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
899
|
+
countTextColorDisabled: string;
|
|
882
900
|
countTextColor: string;
|
|
883
901
|
heightTiny: string;
|
|
884
902
|
heightSmall: string;
|
|
@@ -1135,9 +1153,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1135
1153
|
scrollable: BooleanConstructor;
|
|
1136
1154
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1137
1155
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1156
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1138
1157
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1139
1158
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1140
1159
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1160
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1141
1161
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1142
1162
|
internalInheritedEventHandlers: {
|
|
1143
1163
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1202,10 +1222,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1202
1222
|
opacity5: string;
|
|
1203
1223
|
dividerColor: string;
|
|
1204
1224
|
borderColor: string;
|
|
1205
|
-
|
|
1225
|
+
closeIconColor: string;
|
|
1226
|
+
closeIconColorHover: string;
|
|
1227
|
+
closeIconColorPressed: string;
|
|
1206
1228
|
closeColorHover: string;
|
|
1207
1229
|
closeColorPressed: string;
|
|
1208
|
-
closeColorDisabled: string;
|
|
1209
1230
|
clearColor: string;
|
|
1210
1231
|
clearColorHover: string;
|
|
1211
1232
|
clearColorPressed: string;
|
|
@@ -1434,9 +1455,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1434
1455
|
scrollable: BooleanConstructor;
|
|
1435
1456
|
contentStyle: PropType<string | import("vue").CSSProperties>;
|
|
1436
1457
|
headerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1458
|
+
footerStyle: PropType<string | import("vue").CSSProperties>;
|
|
1437
1459
|
onClickoutside: PropType<(e: MouseEvent) => void>;
|
|
1438
1460
|
'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1439
1461
|
onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1462
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1440
1463
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1441
1464
|
internalInheritedEventHandlers: {
|
|
1442
1465
|
type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1472,6 +1495,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1472
1495
|
arrowPointToCenter: boolean;
|
|
1473
1496
|
displayDirective: "show" | "if";
|
|
1474
1497
|
keepAliveOnHover: boolean;
|
|
1498
|
+
internalDeactivateImmediately: boolean;
|
|
1475
1499
|
animated: boolean;
|
|
1476
1500
|
internalTrapFocus: boolean;
|
|
1477
1501
|
defaultShow: boolean;
|