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
|
@@ -116,6 +116,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
116
116
|
type: BooleanConstructor;
|
|
117
117
|
default: undefined;
|
|
118
118
|
};
|
|
119
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
120
|
+
renderCount: import("vue").PropType<(props: {
|
|
121
|
+
value: string;
|
|
122
|
+
}) => import("vue").VNodeChild>;
|
|
119
123
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
120
124
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
121
125
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -144,6 +148,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
144
148
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
145
149
|
showPasswordToggle: BooleanConstructor;
|
|
146
150
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
151
|
+
countTextColorDisabled: string;
|
|
147
152
|
countTextColor: string;
|
|
148
153
|
heightTiny: string;
|
|
149
154
|
heightSmall: string;
|
|
@@ -204,6 +209,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
204
209
|
clearSize: string;
|
|
205
210
|
}, any>>;
|
|
206
211
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
212
|
+
countTextColorDisabled: string;
|
|
207
213
|
countTextColor: string;
|
|
208
214
|
heightTiny: string;
|
|
209
215
|
heightSmall: string;
|
|
@@ -264,6 +270,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
264
270
|
clearSize: string;
|
|
265
271
|
}, any>>>;
|
|
266
272
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
273
|
+
countTextColorDisabled: string;
|
|
267
274
|
countTextColor: string;
|
|
268
275
|
heightTiny: string;
|
|
269
276
|
heightSmall: string;
|
|
@@ -336,8 +343,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
336
343
|
contentRef: HTMLElement | null;
|
|
337
344
|
containerScrollTop: number;
|
|
338
345
|
syncUnifiedContainer: () => void;
|
|
339
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
340
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
346
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
347
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
341
348
|
sync: () => void;
|
|
342
349
|
handleMouseEnterWrapper: () => void;
|
|
343
350
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -371,7 +378,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
371
378
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
372
379
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
373
380
|
handleInputBlur: (e: FocusEvent) => void;
|
|
374
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
381
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
375
382
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
376
383
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
377
384
|
handleMouseEnter: () => void;
|
|
@@ -382,7 +389,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
382
389
|
handleClear: (e: MouseEvent) => void;
|
|
383
390
|
handlePasswordToggleClick: () => void;
|
|
384
391
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
385
|
-
|
|
392
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
386
393
|
handleTextAreaMirrorResize: () => void;
|
|
387
394
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
388
395
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -426,10 +433,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
426
433
|
opacity5: string;
|
|
427
434
|
dividerColor: string;
|
|
428
435
|
borderColor: string;
|
|
429
|
-
|
|
436
|
+
closeIconColor: string;
|
|
437
|
+
closeIconColorHover: string;
|
|
438
|
+
closeIconColorPressed: string;
|
|
430
439
|
closeColorHover: string;
|
|
431
440
|
closeColorPressed: string;
|
|
432
|
-
closeColorDisabled: string;
|
|
433
441
|
clearColor: string;
|
|
434
442
|
clearColorHover: string;
|
|
435
443
|
clearColorPressed: string;
|
|
@@ -491,6 +499,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
491
499
|
name: "common";
|
|
492
500
|
};
|
|
493
501
|
self: {
|
|
502
|
+
countTextColorDisabled: string;
|
|
494
503
|
countTextColor: string;
|
|
495
504
|
heightTiny: string;
|
|
496
505
|
heightSmall: string;
|
|
@@ -558,6 +567,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
558
567
|
cssVars: import("vue").ComputedRef<{
|
|
559
568
|
'--n-bezier': string;
|
|
560
569
|
'--n-count-text-color': string;
|
|
570
|
+
'--n-count-text-color-disabled': string;
|
|
561
571
|
'--n-color': string;
|
|
562
572
|
'--n-font-size': string;
|
|
563
573
|
'--n-border-radius': string;
|
|
@@ -612,6 +622,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
612
622
|
select: () => void;
|
|
613
623
|
activate: () => void;
|
|
614
624
|
deactivate: () => void;
|
|
625
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
615
626
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
616
627
|
bordered: {
|
|
617
628
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -670,6 +681,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
670
681
|
type: BooleanConstructor;
|
|
671
682
|
default: undefined;
|
|
672
683
|
};
|
|
684
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
685
|
+
renderCount: import("vue").PropType<(props: {
|
|
686
|
+
value: string;
|
|
687
|
+
}) => import("vue").VNodeChild>;
|
|
673
688
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
674
689
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
675
690
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -698,6 +713,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
713
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
699
714
|
showPasswordToggle: BooleanConstructor;
|
|
700
715
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
716
|
+
countTextColorDisabled: string;
|
|
701
717
|
countTextColor: string;
|
|
702
718
|
heightTiny: string;
|
|
703
719
|
heightSmall: string;
|
|
@@ -758,6 +774,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
758
774
|
clearSize: string;
|
|
759
775
|
}, any>>;
|
|
760
776
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
777
|
+
countTextColorDisabled: string;
|
|
761
778
|
countTextColor: string;
|
|
762
779
|
heightTiny: string;
|
|
763
780
|
heightSmall: string;
|
|
@@ -818,6 +835,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
818
835
|
clearSize: string;
|
|
819
836
|
}, any>>>;
|
|
820
837
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
838
|
+
countTextColorDisabled: string;
|
|
821
839
|
countTextColor: string;
|
|
822
840
|
heightTiny: string;
|
|
823
841
|
heightSmall: string;
|
|
@@ -182,9 +182,11 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
182
182
|
scrollable: BooleanConstructor;
|
|
183
183
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
184
184
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
185
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
185
186
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
186
187
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
187
188
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
189
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
188
190
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
189
191
|
internalInheritedEventHandlers: {
|
|
190
192
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -249,10 +251,11 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
249
251
|
opacity5: string;
|
|
250
252
|
dividerColor: string;
|
|
251
253
|
borderColor: string;
|
|
252
|
-
|
|
254
|
+
closeIconColor: string;
|
|
255
|
+
closeIconColorHover: string;
|
|
256
|
+
closeIconColorPressed: string;
|
|
253
257
|
closeColorHover: string;
|
|
254
258
|
closeColorPressed: string;
|
|
255
|
-
closeColorDisabled: string;
|
|
256
259
|
clearColor: string;
|
|
257
260
|
clearColorHover: string;
|
|
258
261
|
clearColorPressed: string;
|
|
@@ -481,9 +484,11 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
481
484
|
scrollable: BooleanConstructor;
|
|
482
485
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
483
486
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
487
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
484
488
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
485
489
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
486
490
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
491
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
487
492
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
488
493
|
internalInheritedEventHandlers: {
|
|
489
494
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -519,6 +524,7 @@ declare const StepsWheel: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
519
524
|
arrowPointToCenter: boolean;
|
|
520
525
|
displayDirective: "show" | "if";
|
|
521
526
|
keepAliveOnHover: boolean;
|
|
527
|
+
internalDeactivateImmediately: boolean;
|
|
522
528
|
animated: boolean;
|
|
523
529
|
internalTrapFocus: boolean;
|
|
524
530
|
defaultShow: boolean;
|
|
@@ -181,9 +181,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
181
181
|
scrollable: BooleanConstructor;
|
|
182
182
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
183
183
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
184
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
184
185
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
185
186
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
186
187
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
188
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
187
189
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
188
190
|
internalInheritedEventHandlers: {
|
|
189
191
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -248,10 +250,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
248
250
|
opacity5: string;
|
|
249
251
|
dividerColor: string;
|
|
250
252
|
borderColor: string;
|
|
251
|
-
|
|
253
|
+
closeIconColor: string;
|
|
254
|
+
closeIconColorHover: string;
|
|
255
|
+
closeIconColorPressed: string;
|
|
252
256
|
closeColorHover: string;
|
|
253
257
|
closeColorPressed: string;
|
|
254
|
-
closeColorDisabled: string;
|
|
255
258
|
clearColor: string;
|
|
256
259
|
clearColorHover: string;
|
|
257
260
|
clearColorPressed: string;
|
|
@@ -480,9 +483,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
480
483
|
scrollable: BooleanConstructor;
|
|
481
484
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
482
485
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
486
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
483
487
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
484
488
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
485
489
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
490
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
486
491
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
487
492
|
internalInheritedEventHandlers: {
|
|
488
493
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -518,6 +523,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
523
|
arrowPointToCenter: boolean;
|
|
519
524
|
displayDirective: "show" | "if";
|
|
520
525
|
keepAliveOnHover: boolean;
|
|
526
|
+
internalDeactivateImmediately: boolean;
|
|
521
527
|
animated: boolean;
|
|
522
528
|
internalTrapFocus: boolean;
|
|
523
529
|
defaultShow: boolean;
|
|
@@ -185,9 +185,9 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
185
185
|
iconSizeLarge: string;
|
|
186
186
|
}, any>>>;
|
|
187
187
|
}>>, {
|
|
188
|
-
size: "medium" | "large";
|
|
189
|
-
horizontal: boolean;
|
|
190
|
-
itemPlacement: "left" | "right";
|
|
188
|
+
readonly size: "medium" | "large";
|
|
189
|
+
readonly horizontal: boolean;
|
|
190
|
+
readonly itemPlacement: "left" | "right";
|
|
191
191
|
}>;
|
|
192
192
|
NTimelineItem: import("vue").DefineComponent<{
|
|
193
193
|
time: import("vue").PropType<string | number>;
|
|
@@ -282,7 +282,10 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
282
282
|
readonly default: true;
|
|
283
283
|
};
|
|
284
284
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
285
|
-
readonly nativeFocusBehavior:
|
|
285
|
+
readonly nativeFocusBehavior: {
|
|
286
|
+
readonly type: BooleanConstructor;
|
|
287
|
+
readonly default: boolean;
|
|
288
|
+
};
|
|
286
289
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
287
290
|
heightTiny: string;
|
|
288
291
|
heightSmall: string;
|
|
@@ -996,7 +999,10 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
996
999
|
readonly default: true;
|
|
997
1000
|
};
|
|
998
1001
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
999
|
-
readonly nativeFocusBehavior:
|
|
1002
|
+
readonly nativeFocusBehavior: {
|
|
1003
|
+
readonly type: BooleanConstructor;
|
|
1004
|
+
readonly default: boolean;
|
|
1005
|
+
};
|
|
1000
1006
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1001
1007
|
heightTiny: string;
|
|
1002
1008
|
heightSmall: string;
|
|
@@ -1610,26 +1616,26 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1610
1616
|
rippleDuration: string;
|
|
1611
1617
|
}, any>>>;
|
|
1612
1618
|
}>>, {
|
|
1613
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1614
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1615
|
-
block: boolean;
|
|
1616
|
-
round: boolean;
|
|
1617
|
-
dashed: boolean;
|
|
1618
|
-
text: boolean;
|
|
1619
|
-
circle: boolean;
|
|
1620
|
-
disabled: boolean;
|
|
1621
|
-
focusable: boolean;
|
|
1622
|
-
strong: boolean;
|
|
1623
|
-
loading: boolean;
|
|
1624
|
-
bordered: boolean;
|
|
1625
|
-
tertiary: boolean;
|
|
1626
|
-
ghost: boolean;
|
|
1627
|
-
keyboard: boolean;
|
|
1628
|
-
secondary: boolean;
|
|
1629
|
-
quaternary: boolean;
|
|
1630
|
-
iconPlacement: "left" | "right";
|
|
1631
|
-
attrType: "button" | "reset" | "submit";
|
|
1632
|
-
nativeFocusBehavior: boolean;
|
|
1619
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1620
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1621
|
+
readonly block: boolean;
|
|
1622
|
+
readonly round: boolean;
|
|
1623
|
+
readonly dashed: boolean;
|
|
1624
|
+
readonly text: boolean;
|
|
1625
|
+
readonly circle: boolean;
|
|
1626
|
+
readonly disabled: boolean;
|
|
1627
|
+
readonly focusable: boolean;
|
|
1628
|
+
readonly strong: boolean;
|
|
1629
|
+
readonly loading: boolean;
|
|
1630
|
+
readonly bordered: boolean;
|
|
1631
|
+
readonly tertiary: boolean;
|
|
1632
|
+
readonly ghost: boolean;
|
|
1633
|
+
readonly keyboard: boolean;
|
|
1634
|
+
readonly secondary: boolean;
|
|
1635
|
+
readonly quaternary: boolean;
|
|
1636
|
+
readonly iconPlacement: "left" | "right";
|
|
1637
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1638
|
+
readonly nativeFocusBehavior: boolean;
|
|
1633
1639
|
}>;
|
|
1634
1640
|
NSpace: import("vue").DefineComponent<{
|
|
1635
1641
|
readonly align: import("vue").PropType<"start" | "end" | "center" | "stretch" | "baseline" | "flex-end" | "flex-start">;
|
|
@@ -1643,11 +1649,19 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1643
1649
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
1644
1650
|
readonly default: "medium";
|
|
1645
1651
|
};
|
|
1652
|
+
readonly wrapItem: {
|
|
1653
|
+
readonly type: BooleanConstructor;
|
|
1654
|
+
readonly default: true;
|
|
1655
|
+
};
|
|
1646
1656
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1647
1657
|
readonly wrap: {
|
|
1648
1658
|
readonly type: BooleanConstructor;
|
|
1649
1659
|
readonly default: true;
|
|
1650
1660
|
};
|
|
1661
|
+
readonly internalUseGap: {
|
|
1662
|
+
readonly type: BooleanConstructor;
|
|
1663
|
+
readonly default: undefined;
|
|
1664
|
+
};
|
|
1651
1665
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
1652
1666
|
gapSmall: string;
|
|
1653
1667
|
gapMedium: string;
|
|
@@ -1664,6 +1678,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1664
1678
|
gapLarge: string;
|
|
1665
1679
|
}, any>>>;
|
|
1666
1680
|
}, {
|
|
1681
|
+
useGap: boolean;
|
|
1667
1682
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
1668
1683
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1669
1684
|
margin: import("vue").ComputedRef<{
|
|
@@ -1682,11 +1697,19 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1682
1697
|
readonly type: import("vue").PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
1683
1698
|
readonly default: "medium";
|
|
1684
1699
|
};
|
|
1700
|
+
readonly wrapItem: {
|
|
1701
|
+
readonly type: BooleanConstructor;
|
|
1702
|
+
readonly default: true;
|
|
1703
|
+
};
|
|
1685
1704
|
readonly itemStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1686
1705
|
readonly wrap: {
|
|
1687
1706
|
readonly type: BooleanConstructor;
|
|
1688
1707
|
readonly default: true;
|
|
1689
1708
|
};
|
|
1709
|
+
readonly internalUseGap: {
|
|
1710
|
+
readonly type: BooleanConstructor;
|
|
1711
|
+
readonly default: undefined;
|
|
1712
|
+
};
|
|
1690
1713
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
1691
1714
|
gapSmall: string;
|
|
1692
1715
|
gapMedium: string;
|
|
@@ -1703,11 +1726,13 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1703
1726
|
gapLarge: string;
|
|
1704
1727
|
}, any>>>;
|
|
1705
1728
|
}>>, {
|
|
1706
|
-
inline: boolean;
|
|
1707
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
1708
|
-
wrap: boolean;
|
|
1709
|
-
vertical: boolean;
|
|
1710
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
1729
|
+
readonly inline: boolean;
|
|
1730
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
1731
|
+
readonly wrap: boolean;
|
|
1732
|
+
readonly vertical: boolean;
|
|
1733
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
1734
|
+
readonly wrapItem: boolean;
|
|
1735
|
+
readonly internalUseGap: boolean;
|
|
1711
1736
|
}>;
|
|
1712
1737
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1713
1738
|
items: {
|
|
@@ -188,9 +188,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
188
188
|
iconSizeLarge: string;
|
|
189
189
|
}, any>>>;
|
|
190
190
|
}>>, {
|
|
191
|
-
size: "medium" | "large";
|
|
192
|
-
horizontal: boolean;
|
|
193
|
-
itemPlacement: "left" | "right";
|
|
191
|
+
readonly size: "medium" | "large";
|
|
192
|
+
readonly horizontal: boolean;
|
|
193
|
+
readonly itemPlacement: "left" | "right";
|
|
194
194
|
}>;
|
|
195
195
|
NTimelineItem: import("vue").DefineComponent<{
|
|
196
196
|
time: PropType<string | number>;
|
|
@@ -285,7 +285,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
285
285
|
readonly default: true;
|
|
286
286
|
};
|
|
287
287
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
288
|
-
readonly nativeFocusBehavior:
|
|
288
|
+
readonly nativeFocusBehavior: {
|
|
289
|
+
readonly type: BooleanConstructor;
|
|
290
|
+
readonly default: boolean;
|
|
291
|
+
};
|
|
289
292
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
290
293
|
heightTiny: string;
|
|
291
294
|
heightSmall: string;
|
|
@@ -999,7 +1002,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
999
1002
|
readonly default: true;
|
|
1000
1003
|
};
|
|
1001
1004
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1002
|
-
readonly nativeFocusBehavior:
|
|
1005
|
+
readonly nativeFocusBehavior: {
|
|
1006
|
+
readonly type: BooleanConstructor;
|
|
1007
|
+
readonly default: boolean;
|
|
1008
|
+
};
|
|
1003
1009
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
1004
1010
|
heightTiny: string;
|
|
1005
1011
|
heightSmall: string;
|
|
@@ -1613,26 +1619,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1613
1619
|
rippleDuration: string;
|
|
1614
1620
|
}, any>>>;
|
|
1615
1621
|
}>>, {
|
|
1616
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1617
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1618
|
-
block: boolean;
|
|
1619
|
-
round: boolean;
|
|
1620
|
-
dashed: boolean;
|
|
1621
|
-
text: boolean;
|
|
1622
|
-
circle: boolean;
|
|
1623
|
-
disabled: boolean;
|
|
1624
|
-
focusable: boolean;
|
|
1625
|
-
strong: boolean;
|
|
1626
|
-
loading: boolean;
|
|
1627
|
-
bordered: boolean;
|
|
1628
|
-
tertiary: boolean;
|
|
1629
|
-
ghost: boolean;
|
|
1630
|
-
keyboard: boolean;
|
|
1631
|
-
secondary: boolean;
|
|
1632
|
-
quaternary: boolean;
|
|
1633
|
-
iconPlacement: "left" | "right";
|
|
1634
|
-
attrType: "button" | "reset" | "submit";
|
|
1635
|
-
nativeFocusBehavior: boolean;
|
|
1622
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1623
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1624
|
+
readonly block: boolean;
|
|
1625
|
+
readonly round: boolean;
|
|
1626
|
+
readonly dashed: boolean;
|
|
1627
|
+
readonly text: boolean;
|
|
1628
|
+
readonly circle: boolean;
|
|
1629
|
+
readonly disabled: boolean;
|
|
1630
|
+
readonly focusable: boolean;
|
|
1631
|
+
readonly strong: boolean;
|
|
1632
|
+
readonly loading: boolean;
|
|
1633
|
+
readonly bordered: boolean;
|
|
1634
|
+
readonly tertiary: boolean;
|
|
1635
|
+
readonly ghost: boolean;
|
|
1636
|
+
readonly keyboard: boolean;
|
|
1637
|
+
readonly secondary: boolean;
|
|
1638
|
+
readonly quaternary: boolean;
|
|
1639
|
+
readonly iconPlacement: "left" | "right";
|
|
1640
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1641
|
+
readonly nativeFocusBehavior: boolean;
|
|
1636
1642
|
}>;
|
|
1637
1643
|
NSpace: import("vue").DefineComponent<{
|
|
1638
1644
|
readonly align: PropType<"start" | "end" | "center" | "stretch" | "baseline" | "flex-end" | "flex-start">;
|
|
@@ -1646,11 +1652,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1646
1652
|
readonly type: PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
1647
1653
|
readonly default: "medium";
|
|
1648
1654
|
};
|
|
1655
|
+
readonly wrapItem: {
|
|
1656
|
+
readonly type: BooleanConstructor;
|
|
1657
|
+
readonly default: true;
|
|
1658
|
+
};
|
|
1649
1659
|
readonly itemStyle: PropType<string | import("vue").CSSProperties>;
|
|
1650
1660
|
readonly wrap: {
|
|
1651
1661
|
readonly type: BooleanConstructor;
|
|
1652
1662
|
readonly default: true;
|
|
1653
1663
|
};
|
|
1664
|
+
readonly internalUseGap: {
|
|
1665
|
+
readonly type: BooleanConstructor;
|
|
1666
|
+
readonly default: undefined;
|
|
1667
|
+
};
|
|
1654
1668
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
1655
1669
|
gapSmall: string;
|
|
1656
1670
|
gapMedium: string;
|
|
@@ -1667,6 +1681,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1667
1681
|
gapLarge: string;
|
|
1668
1682
|
}, any>>>;
|
|
1669
1683
|
}, {
|
|
1684
|
+
useGap: boolean;
|
|
1670
1685
|
rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
|
|
1671
1686
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
1672
1687
|
margin: import("vue").ComputedRef<{
|
|
@@ -1685,11 +1700,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1685
1700
|
readonly type: PropType<number | "small" | "medium" | "large" | [number, number]>;
|
|
1686
1701
|
readonly default: "medium";
|
|
1687
1702
|
};
|
|
1703
|
+
readonly wrapItem: {
|
|
1704
|
+
readonly type: BooleanConstructor;
|
|
1705
|
+
readonly default: true;
|
|
1706
|
+
};
|
|
1688
1707
|
readonly itemStyle: PropType<string | import("vue").CSSProperties>;
|
|
1689
1708
|
readonly wrap: {
|
|
1690
1709
|
readonly type: BooleanConstructor;
|
|
1691
1710
|
readonly default: true;
|
|
1692
1711
|
};
|
|
1712
|
+
readonly internalUseGap: {
|
|
1713
|
+
readonly type: BooleanConstructor;
|
|
1714
|
+
readonly default: undefined;
|
|
1715
|
+
};
|
|
1693
1716
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Space", {
|
|
1694
1717
|
gapSmall: string;
|
|
1695
1718
|
gapMedium: string;
|
|
@@ -1706,11 +1729,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1706
1729
|
gapLarge: string;
|
|
1707
1730
|
}, any>>>;
|
|
1708
1731
|
}>>, {
|
|
1709
|
-
inline: boolean;
|
|
1710
|
-
size: number | "small" | "medium" | "large" | [number, number];
|
|
1711
|
-
wrap: boolean;
|
|
1712
|
-
vertical: boolean;
|
|
1713
|
-
justify: import("naive-ui/es/space/src/Space").Justify;
|
|
1732
|
+
readonly inline: boolean;
|
|
1733
|
+
readonly size: number | "small" | "medium" | "large" | [number, number];
|
|
1734
|
+
readonly wrap: boolean;
|
|
1735
|
+
readonly vertical: boolean;
|
|
1736
|
+
readonly justify: import("naive-ui/es/space/src/Space").Justify;
|
|
1737
|
+
readonly wrapItem: boolean;
|
|
1738
|
+
readonly internalUseGap: boolean;
|
|
1714
1739
|
}>;
|
|
1715
1740
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1716
1741
|
items: {
|
|
@@ -75,7 +75,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
75
75
|
readonly default: true;
|
|
76
76
|
};
|
|
77
77
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
78
|
-
readonly nativeFocusBehavior:
|
|
78
|
+
readonly nativeFocusBehavior: {
|
|
79
|
+
readonly type: BooleanConstructor;
|
|
80
|
+
readonly default: boolean;
|
|
81
|
+
};
|
|
79
82
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
80
83
|
heightTiny: string;
|
|
81
84
|
heightSmall: string;
|
|
@@ -789,7 +792,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
792
|
readonly default: true;
|
|
790
793
|
};
|
|
791
794
|
readonly onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
792
|
-
readonly nativeFocusBehavior:
|
|
795
|
+
readonly nativeFocusBehavior: {
|
|
796
|
+
readonly type: BooleanConstructor;
|
|
797
|
+
readonly default: boolean;
|
|
798
|
+
};
|
|
793
799
|
readonly theme: PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
794
800
|
heightTiny: string;
|
|
795
801
|
heightSmall: string;
|
|
@@ -1403,26 +1409,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1403
1409
|
rippleDuration: string;
|
|
1404
1410
|
}, any>>>;
|
|
1405
1411
|
}>>, {
|
|
1406
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
1407
|
-
tag: keyof HTMLElementTagNameMap;
|
|
1408
|
-
block: boolean;
|
|
1409
|
-
round: boolean;
|
|
1410
|
-
dashed: boolean;
|
|
1411
|
-
text: boolean;
|
|
1412
|
-
circle: boolean;
|
|
1413
|
-
disabled: boolean;
|
|
1414
|
-
focusable: boolean;
|
|
1415
|
-
strong: boolean;
|
|
1416
|
-
loading: boolean;
|
|
1417
|
-
bordered: boolean;
|
|
1418
|
-
tertiary: boolean;
|
|
1419
|
-
ghost: boolean;
|
|
1420
|
-
keyboard: boolean;
|
|
1421
|
-
secondary: boolean;
|
|
1422
|
-
quaternary: boolean;
|
|
1423
|
-
iconPlacement: "left" | "right";
|
|
1424
|
-
attrType: "button" | "reset" | "submit";
|
|
1425
|
-
nativeFocusBehavior: boolean;
|
|
1412
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
1413
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
1414
|
+
readonly block: boolean;
|
|
1415
|
+
readonly round: boolean;
|
|
1416
|
+
readonly dashed: boolean;
|
|
1417
|
+
readonly text: boolean;
|
|
1418
|
+
readonly circle: boolean;
|
|
1419
|
+
readonly disabled: boolean;
|
|
1420
|
+
readonly focusable: boolean;
|
|
1421
|
+
readonly strong: boolean;
|
|
1422
|
+
readonly loading: boolean;
|
|
1423
|
+
readonly bordered: boolean;
|
|
1424
|
+
readonly tertiary: boolean;
|
|
1425
|
+
readonly ghost: boolean;
|
|
1426
|
+
readonly keyboard: boolean;
|
|
1427
|
+
readonly secondary: boolean;
|
|
1428
|
+
readonly quaternary: boolean;
|
|
1429
|
+
readonly iconPlacement: "left" | "right";
|
|
1430
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
1431
|
+
readonly nativeFocusBehavior: boolean;
|
|
1426
1432
|
}>;
|
|
1427
1433
|
ChevronBackOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
1428
1434
|
ChevronForwardOutline: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
|
|
@@ -173,9 +173,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
173
173
|
scrollable: BooleanConstructor;
|
|
174
174
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
175
175
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
176
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
176
177
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
177
178
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
178
179
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
180
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
179
181
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
180
182
|
internalInheritedEventHandlers: {
|
|
181
183
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -240,10 +242,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
240
242
|
opacity5: string;
|
|
241
243
|
dividerColor: string;
|
|
242
244
|
borderColor: string;
|
|
243
|
-
|
|
245
|
+
closeIconColor: string;
|
|
246
|
+
closeIconColorHover: string;
|
|
247
|
+
closeIconColorPressed: string;
|
|
244
248
|
closeColorHover: string;
|
|
245
249
|
closeColorPressed: string;
|
|
246
|
-
closeColorDisabled: string;
|
|
247
250
|
clearColor: string;
|
|
248
251
|
clearColorHover: string;
|
|
249
252
|
clearColorPressed: string;
|
|
@@ -472,9 +475,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
472
475
|
scrollable: BooleanConstructor;
|
|
473
476
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
474
477
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
478
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
475
479
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
476
480
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
477
481
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
482
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
478
483
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
479
484
|
internalInheritedEventHandlers: {
|
|
480
485
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -510,6 +515,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
510
515
|
arrowPointToCenter: boolean;
|
|
511
516
|
displayDirective: "show" | "if";
|
|
512
517
|
keepAliveOnHover: boolean;
|
|
518
|
+
internalDeactivateImmediately: boolean;
|
|
513
519
|
animated: boolean;
|
|
514
520
|
internalTrapFocus: boolean;
|
|
515
521
|
defaultShow: boolean;
|