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
|
@@ -147,6 +147,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
readonly activeName: import("vue").PropType<string | number>;
|
|
148
148
|
readonly onActiveNameChange: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: never) => void>>;
|
|
149
149
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
150
|
+
/**
|
|
151
|
+
* 设置标签单个状态
|
|
152
|
+
*/
|
|
150
153
|
colorSegment: string;
|
|
151
154
|
tabFontSizeCard: string;
|
|
152
155
|
tabTextColorLine: string;
|
|
@@ -166,9 +169,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
166
169
|
tabTextColorActiveCard: string;
|
|
167
170
|
tabTextColorDisabledCard: string;
|
|
168
171
|
barColor: string;
|
|
169
|
-
|
|
172
|
+
closeIconColor: string;
|
|
173
|
+
closeIconColorHover: string;
|
|
174
|
+
closeIconColorPressed: string;
|
|
170
175
|
closeColorHover: string;
|
|
171
176
|
closeColorPressed: string;
|
|
177
|
+
closeBorderRadius: string;
|
|
172
178
|
tabColor: string;
|
|
173
179
|
tabColorSegment: string;
|
|
174
180
|
tabBorderColor: string;
|
|
@@ -207,6 +213,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
207
213
|
panePaddingSmall: string;
|
|
208
214
|
panePaddingMedium: string;
|
|
209
215
|
panePaddingLarge: string;
|
|
216
|
+
closeSize: string;
|
|
217
|
+
closeIconSize: string;
|
|
210
218
|
}, any>>;
|
|
211
219
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
212
220
|
colorSegment: string;
|
|
@@ -228,9 +236,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
228
236
|
tabTextColorActiveCard: string;
|
|
229
237
|
tabTextColorDisabledCard: string;
|
|
230
238
|
barColor: string;
|
|
231
|
-
|
|
239
|
+
closeIconColor: string;
|
|
240
|
+
closeIconColorHover: string;
|
|
241
|
+
closeIconColorPressed: string;
|
|
232
242
|
closeColorHover: string;
|
|
233
243
|
closeColorPressed: string;
|
|
244
|
+
closeBorderRadius: string;
|
|
234
245
|
tabColor: string;
|
|
235
246
|
tabColorSegment: string;
|
|
236
247
|
tabBorderColor: string;
|
|
@@ -269,6 +280,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
269
280
|
panePaddingSmall: string;
|
|
270
281
|
panePaddingMedium: string;
|
|
271
282
|
panePaddingLarge: string;
|
|
283
|
+
closeSize: string;
|
|
284
|
+
closeIconSize: string;
|
|
272
285
|
}, any>>>;
|
|
273
286
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
274
287
|
colorSegment: string;
|
|
@@ -290,9 +303,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
290
303
|
tabTextColorActiveCard: string;
|
|
291
304
|
tabTextColorDisabledCard: string;
|
|
292
305
|
barColor: string;
|
|
293
|
-
|
|
306
|
+
closeIconColor: string;
|
|
307
|
+
closeIconColorHover: string;
|
|
308
|
+
closeIconColorPressed: string;
|
|
294
309
|
closeColorHover: string;
|
|
295
310
|
closeColorPressed: string;
|
|
311
|
+
closeBorderRadius: string;
|
|
296
312
|
tabColor: string;
|
|
297
313
|
tabColorSegment: string;
|
|
298
314
|
tabBorderColor: string;
|
|
@@ -331,12 +347,15 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
331
347
|
panePaddingSmall: string;
|
|
332
348
|
panePaddingMedium: string;
|
|
333
349
|
panePaddingLarge: string;
|
|
350
|
+
closeSize: string;
|
|
351
|
+
closeIconSize: string;
|
|
334
352
|
}, any>>>;
|
|
335
353
|
}, {
|
|
336
354
|
syncBarPosition: () => void;
|
|
337
355
|
mergedClsPrefix: import("vue").ComputedRef<string>;
|
|
338
356
|
mergedValue: import("vue").ComputedRef<string | number | null>;
|
|
339
357
|
renderedNames: Set<string | number>;
|
|
358
|
+
tabsRailElRef: import("vue").Ref<HTMLElement | null>;
|
|
340
359
|
tabsPaneWrapperRef: import("vue").Ref<HTMLElement | null>;
|
|
341
360
|
tabsElRef: import("vue").Ref<HTMLElement | null>;
|
|
342
361
|
barElRef: import("vue").Ref<HTMLElement | null>;
|
|
@@ -401,9 +420,14 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
401
420
|
'--n-pane-text-color': string;
|
|
402
421
|
'--n-tab-border-color': string;
|
|
403
422
|
'--n-tab-border-radius': string;
|
|
404
|
-
'--n-close-
|
|
423
|
+
'--n-close-size': string;
|
|
424
|
+
'--n-close-icon-size': string;
|
|
405
425
|
'--n-close-color-hover': string;
|
|
406
426
|
'--n-close-color-pressed': string;
|
|
427
|
+
'--n-close-border-radius': string;
|
|
428
|
+
'--n-close-icon-color': string;
|
|
429
|
+
'--n-close-icon-color-hover': string;
|
|
430
|
+
'--n-close-icon-color-pressed': string;
|
|
407
431
|
'--n-tab-color': string;
|
|
408
432
|
'--n-tab-font-weight': string;
|
|
409
433
|
'--n-tab-font-weight-active': string;
|
|
@@ -418,7 +442,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
418
442
|
renderNameListRef: {
|
|
419
443
|
value: (string | number)[];
|
|
420
444
|
};
|
|
421
|
-
onAnimationBeforeLeave: () => void;
|
|
445
|
+
onAnimationBeforeLeave: (el: HTMLElement) => void;
|
|
422
446
|
onAnimationEnter: (el: HTMLElement) => void;
|
|
423
447
|
onAnimationAfterEnter: () => void;
|
|
424
448
|
onRender: (() => void) | undefined;
|
|
@@ -477,9 +501,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
477
501
|
tabTextColorActiveCard: string;
|
|
478
502
|
tabTextColorDisabledCard: string;
|
|
479
503
|
barColor: string;
|
|
480
|
-
|
|
504
|
+
closeIconColor: string;
|
|
505
|
+
closeIconColorHover: string;
|
|
506
|
+
closeIconColorPressed: string;
|
|
481
507
|
closeColorHover: string;
|
|
482
508
|
closeColorPressed: string;
|
|
509
|
+
closeBorderRadius: string;
|
|
483
510
|
tabColor: string;
|
|
484
511
|
tabColorSegment: string;
|
|
485
512
|
tabBorderColor: string;
|
|
@@ -518,6 +545,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
518
545
|
panePaddingSmall: string;
|
|
519
546
|
panePaddingMedium: string;
|
|
520
547
|
panePaddingLarge: string;
|
|
548
|
+
closeSize: string;
|
|
549
|
+
closeIconSize: string;
|
|
521
550
|
}, any>>;
|
|
522
551
|
readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
523
552
|
colorSegment: string;
|
|
@@ -539,9 +568,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
539
568
|
tabTextColorActiveCard: string;
|
|
540
569
|
tabTextColorDisabledCard: string;
|
|
541
570
|
barColor: string;
|
|
542
|
-
|
|
571
|
+
closeIconColor: string;
|
|
572
|
+
closeIconColorHover: string;
|
|
573
|
+
closeIconColorPressed: string;
|
|
543
574
|
closeColorHover: string;
|
|
544
575
|
closeColorPressed: string;
|
|
576
|
+
closeBorderRadius: string;
|
|
545
577
|
tabColor: string;
|
|
546
578
|
tabColorSegment: string;
|
|
547
579
|
tabBorderColor: string;
|
|
@@ -580,6 +612,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
580
612
|
panePaddingSmall: string;
|
|
581
613
|
panePaddingMedium: string;
|
|
582
614
|
panePaddingLarge: string;
|
|
615
|
+
closeSize: string;
|
|
616
|
+
closeIconSize: string;
|
|
583
617
|
}, any>>>;
|
|
584
618
|
readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tabs", {
|
|
585
619
|
colorSegment: string;
|
|
@@ -601,9 +635,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
601
635
|
tabTextColorActiveCard: string;
|
|
602
636
|
tabTextColorDisabledCard: string;
|
|
603
637
|
barColor: string;
|
|
604
|
-
|
|
638
|
+
closeIconColor: string;
|
|
639
|
+
closeIconColorHover: string;
|
|
640
|
+
closeIconColorPressed: string;
|
|
605
641
|
closeColorHover: string;
|
|
606
642
|
closeColorPressed: string;
|
|
643
|
+
closeBorderRadius: string;
|
|
607
644
|
tabColor: string;
|
|
608
645
|
tabColorSegment: string;
|
|
609
646
|
tabBorderColor: string;
|
|
@@ -642,14 +679,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
642
679
|
panePaddingSmall: string;
|
|
643
680
|
panePaddingMedium: string;
|
|
644
681
|
panePaddingLarge: string;
|
|
682
|
+
closeSize: string;
|
|
683
|
+
closeIconSize: string;
|
|
645
684
|
}, any>>>;
|
|
646
685
|
}>>, {
|
|
647
|
-
type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
648
|
-
size: "small" | "medium" | "large";
|
|
649
|
-
closable: boolean;
|
|
650
|
-
trigger: "click" | "hover";
|
|
651
|
-
animated: boolean;
|
|
652
|
-
tabsPadding: number;
|
|
686
|
+
readonly type: import("naive-ui/es/tabs/src/interface").TabsType;
|
|
687
|
+
readonly size: "small" | "medium" | "large";
|
|
688
|
+
readonly closable: boolean;
|
|
689
|
+
readonly trigger: "click" | "hover";
|
|
690
|
+
readonly animated: boolean;
|
|
691
|
+
readonly tabsPadding: number;
|
|
653
692
|
}>;
|
|
654
693
|
NTabPane: import("vue").DefineComponent<{
|
|
655
694
|
readonly tab: import("vue").PropType<string | number | import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
@@ -698,9 +737,9 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
698
737
|
[key: string]: any;
|
|
699
738
|
}> | (() => import("vue").VNodeChild)>;
|
|
700
739
|
}>>, {
|
|
701
|
-
disabled: boolean;
|
|
702
|
-
closable: boolean | undefined;
|
|
703
|
-
displayDirective: "show" | "if" | "show:lazy";
|
|
740
|
+
readonly disabled: boolean;
|
|
741
|
+
readonly closable: boolean | undefined;
|
|
742
|
+
readonly displayDirective: "show" | "if" | "show:lazy";
|
|
704
743
|
}>;
|
|
705
744
|
NAnchor: import("vue").DefineComponent<{
|
|
706
745
|
readonly type: {
|
|
@@ -874,17 +913,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
874
913
|
railWidth: string;
|
|
875
914
|
}, any>>>;
|
|
876
915
|
}>>, {
|
|
877
|
-
type: "block" | "rail";
|
|
878
|
-
bound: number;
|
|
879
|
-
position: "fix" | "absolute";
|
|
880
|
-
target: (() => HTMLElement) | undefined;
|
|
881
|
-
affix: boolean;
|
|
882
|
-
offsetTop: number | undefined;
|
|
883
|
-
offsetBottom: number | undefined;
|
|
884
|
-
showRail: boolean;
|
|
885
|
-
showBackground: boolean;
|
|
886
|
-
internalScrollable: boolean;
|
|
887
|
-
ignoreGap: boolean;
|
|
916
|
+
readonly type: "block" | "rail";
|
|
917
|
+
readonly bound: number;
|
|
918
|
+
readonly position: "fix" | "absolute";
|
|
919
|
+
readonly target: (() => HTMLElement) | undefined;
|
|
920
|
+
readonly affix: boolean;
|
|
921
|
+
readonly offsetTop: number | undefined;
|
|
922
|
+
readonly offsetBottom: number | undefined;
|
|
923
|
+
readonly showRail: boolean;
|
|
924
|
+
readonly showBackground: boolean;
|
|
925
|
+
readonly internalScrollable: boolean;
|
|
926
|
+
readonly ignoreGap: boolean;
|
|
888
927
|
}>;
|
|
889
928
|
NAnchorLink: import("vue").DefineComponent<{
|
|
890
929
|
readonly title: StringConstructor;
|
|
@@ -959,12 +998,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
959
998
|
};
|
|
960
999
|
checked: BooleanConstructor;
|
|
961
1000
|
checkable: BooleanConstructor;
|
|
1001
|
+
strong: BooleanConstructor;
|
|
1002
|
+
triggerClickOnClose: BooleanConstructor;
|
|
962
1003
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
963
1004
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
964
1005
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
965
1006
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
966
1007
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
967
|
-
|
|
1008
|
+
internalCloseFocusable: {
|
|
1009
|
+
type: BooleanConstructor;
|
|
1010
|
+
default: boolean;
|
|
1011
|
+
};
|
|
968
1012
|
onCheckedChange: {
|
|
969
1013
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
970
1014
|
validator: () => boolean;
|
|
@@ -986,6 +1030,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
986
1030
|
readonly default: undefined;
|
|
987
1031
|
};
|
|
988
1032
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1033
|
+
closeBorderRadius: string;
|
|
989
1034
|
heightTiny: string;
|
|
990
1035
|
heightSmall: string;
|
|
991
1036
|
heightMedium: string;
|
|
@@ -996,6 +1041,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
996
1041
|
fontSizeSmall: string;
|
|
997
1042
|
fontSizeMedium: string;
|
|
998
1043
|
fontSizeLarge: string;
|
|
1044
|
+
fontWeightStrong: string;
|
|
999
1045
|
textColorCheckable: string;
|
|
1000
1046
|
textColorHoverCheckable: string;
|
|
1001
1047
|
textColorPressedCheckable: string;
|
|
@@ -1009,39 +1055,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1009
1055
|
border: string;
|
|
1010
1056
|
textColor: string;
|
|
1011
1057
|
color: string;
|
|
1012
|
-
|
|
1058
|
+
colorBordered: string;
|
|
1059
|
+
closeIconColor: string;
|
|
1060
|
+
closeIconColorHover: string;
|
|
1061
|
+
closeIconColorPressed: string;
|
|
1013
1062
|
closeColorHover: string;
|
|
1014
1063
|
closeColorPressed: string;
|
|
1015
1064
|
borderPrimary: string;
|
|
1016
1065
|
textColorPrimary: string;
|
|
1017
1066
|
colorPrimary: string;
|
|
1018
|
-
|
|
1067
|
+
colorBorderedPrimary: string;
|
|
1068
|
+
closeIconColorPrimary: string;
|
|
1069
|
+
closeIconColorHoverPrimary: string;
|
|
1070
|
+
closeIconColorPressedPrimary: string;
|
|
1019
1071
|
closeColorHoverPrimary: string;
|
|
1020
1072
|
closeColorPressedPrimary: string;
|
|
1021
1073
|
borderInfo: string;
|
|
1022
1074
|
textColorInfo: string;
|
|
1023
1075
|
colorInfo: string;
|
|
1024
|
-
|
|
1076
|
+
colorBorderedInfo: string;
|
|
1077
|
+
closeIconColorInfo: string;
|
|
1078
|
+
closeIconColorHoverInfo: string;
|
|
1079
|
+
closeIconColorPressedInfo: string;
|
|
1025
1080
|
closeColorHoverInfo: string;
|
|
1026
1081
|
closeColorPressedInfo: string;
|
|
1027
1082
|
borderSuccess: string;
|
|
1028
1083
|
textColorSuccess: string;
|
|
1029
1084
|
colorSuccess: string;
|
|
1030
|
-
|
|
1085
|
+
colorBorderedSuccess: string;
|
|
1086
|
+
closeIconColorSuccess: string;
|
|
1087
|
+
closeIconColorHoverSuccess: string;
|
|
1088
|
+
closeIconColorPressedSuccess: string;
|
|
1031
1089
|
closeColorHoverSuccess: string;
|
|
1032
1090
|
closeColorPressedSuccess: string;
|
|
1033
1091
|
borderWarning: string;
|
|
1034
1092
|
textColorWarning: string;
|
|
1035
1093
|
colorWarning: string;
|
|
1036
|
-
|
|
1094
|
+
colorBorderedWarning: string;
|
|
1095
|
+
closeIconColorWarning: string;
|
|
1096
|
+
closeIconColorHoverWarning: string;
|
|
1097
|
+
closeIconColorPressedWarning: string;
|
|
1037
1098
|
closeColorHoverWarning: string;
|
|
1038
1099
|
closeColorPressedWarning: string;
|
|
1039
1100
|
borderError: string;
|
|
1040
1101
|
textColorError: string;
|
|
1041
1102
|
colorError: string;
|
|
1042
|
-
|
|
1103
|
+
colorBorderedError: string;
|
|
1104
|
+
closeIconColorError: string;
|
|
1105
|
+
closeIconColorHoverError: string;
|
|
1106
|
+
closeIconColorPressedError: string;
|
|
1043
1107
|
closeColorHoverError: string;
|
|
1044
1108
|
closeColorPressedError: string;
|
|
1109
|
+
closeIconSizeTiny: string;
|
|
1110
|
+
closeIconSizeSmall: string;
|
|
1111
|
+
closeIconSizeMedium: string;
|
|
1112
|
+
closeIconSizeLarge: string;
|
|
1045
1113
|
closeSizeTiny: string;
|
|
1046
1114
|
closeSizeSmall: string;
|
|
1047
1115
|
closeSizeMedium: string;
|
|
@@ -1051,6 +1119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1051
1119
|
closeMarginRtl: string;
|
|
1052
1120
|
}, any>>;
|
|
1053
1121
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1122
|
+
closeBorderRadius: string;
|
|
1054
1123
|
heightTiny: string;
|
|
1055
1124
|
heightSmall: string;
|
|
1056
1125
|
heightMedium: string;
|
|
@@ -1061,6 +1130,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1061
1130
|
fontSizeSmall: string;
|
|
1062
1131
|
fontSizeMedium: string;
|
|
1063
1132
|
fontSizeLarge: string;
|
|
1133
|
+
fontWeightStrong: string;
|
|
1064
1134
|
textColorCheckable: string;
|
|
1065
1135
|
textColorHoverCheckable: string;
|
|
1066
1136
|
textColorPressedCheckable: string;
|
|
@@ -1074,39 +1144,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1074
1144
|
border: string;
|
|
1075
1145
|
textColor: string;
|
|
1076
1146
|
color: string;
|
|
1077
|
-
|
|
1147
|
+
colorBordered: string;
|
|
1148
|
+
closeIconColor: string;
|
|
1149
|
+
closeIconColorHover: string;
|
|
1150
|
+
closeIconColorPressed: string;
|
|
1078
1151
|
closeColorHover: string;
|
|
1079
1152
|
closeColorPressed: string;
|
|
1080
1153
|
borderPrimary: string;
|
|
1081
1154
|
textColorPrimary: string;
|
|
1082
1155
|
colorPrimary: string;
|
|
1083
|
-
|
|
1156
|
+
colorBorderedPrimary: string;
|
|
1157
|
+
closeIconColorPrimary: string;
|
|
1158
|
+
closeIconColorHoverPrimary: string;
|
|
1159
|
+
closeIconColorPressedPrimary: string;
|
|
1084
1160
|
closeColorHoverPrimary: string;
|
|
1085
1161
|
closeColorPressedPrimary: string;
|
|
1086
1162
|
borderInfo: string;
|
|
1087
1163
|
textColorInfo: string;
|
|
1088
1164
|
colorInfo: string;
|
|
1089
|
-
|
|
1165
|
+
colorBorderedInfo: string;
|
|
1166
|
+
closeIconColorInfo: string;
|
|
1167
|
+
closeIconColorHoverInfo: string;
|
|
1168
|
+
closeIconColorPressedInfo: string;
|
|
1090
1169
|
closeColorHoverInfo: string;
|
|
1091
1170
|
closeColorPressedInfo: string;
|
|
1092
1171
|
borderSuccess: string;
|
|
1093
1172
|
textColorSuccess: string;
|
|
1094
1173
|
colorSuccess: string;
|
|
1095
|
-
|
|
1174
|
+
colorBorderedSuccess: string;
|
|
1175
|
+
closeIconColorSuccess: string;
|
|
1176
|
+
closeIconColorHoverSuccess: string;
|
|
1177
|
+
closeIconColorPressedSuccess: string;
|
|
1096
1178
|
closeColorHoverSuccess: string;
|
|
1097
1179
|
closeColorPressedSuccess: string;
|
|
1098
1180
|
borderWarning: string;
|
|
1099
1181
|
textColorWarning: string;
|
|
1100
1182
|
colorWarning: string;
|
|
1101
|
-
|
|
1183
|
+
colorBorderedWarning: string;
|
|
1184
|
+
closeIconColorWarning: string;
|
|
1185
|
+
closeIconColorHoverWarning: string;
|
|
1186
|
+
closeIconColorPressedWarning: string;
|
|
1102
1187
|
closeColorHoverWarning: string;
|
|
1103
1188
|
closeColorPressedWarning: string;
|
|
1104
1189
|
borderError: string;
|
|
1105
1190
|
textColorError: string;
|
|
1106
1191
|
colorError: string;
|
|
1107
|
-
|
|
1192
|
+
colorBorderedError: string;
|
|
1193
|
+
closeIconColorError: string;
|
|
1194
|
+
closeIconColorHoverError: string;
|
|
1195
|
+
closeIconColorPressedError: string;
|
|
1108
1196
|
closeColorHoverError: string;
|
|
1109
1197
|
closeColorPressedError: string;
|
|
1198
|
+
closeIconSizeTiny: string;
|
|
1199
|
+
closeIconSizeSmall: string;
|
|
1200
|
+
closeIconSizeMedium: string;
|
|
1201
|
+
closeIconSizeLarge: string;
|
|
1110
1202
|
closeSizeTiny: string;
|
|
1111
1203
|
closeSizeSmall: string;
|
|
1112
1204
|
closeSizeMedium: string;
|
|
@@ -1116,6 +1208,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1116
1208
|
closeMarginRtl: string;
|
|
1117
1209
|
}, any>>>;
|
|
1118
1210
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1211
|
+
closeBorderRadius: string;
|
|
1119
1212
|
heightTiny: string;
|
|
1120
1213
|
heightSmall: string;
|
|
1121
1214
|
heightMedium: string;
|
|
@@ -1126,6 +1219,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1126
1219
|
fontSizeSmall: string;
|
|
1127
1220
|
fontSizeMedium: string;
|
|
1128
1221
|
fontSizeLarge: string;
|
|
1222
|
+
fontWeightStrong: string;
|
|
1129
1223
|
textColorCheckable: string;
|
|
1130
1224
|
textColorHoverCheckable: string;
|
|
1131
1225
|
textColorPressedCheckable: string;
|
|
@@ -1139,39 +1233,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1139
1233
|
border: string;
|
|
1140
1234
|
textColor: string;
|
|
1141
1235
|
color: string;
|
|
1142
|
-
|
|
1236
|
+
colorBordered: string;
|
|
1237
|
+
closeIconColor: string;
|
|
1238
|
+
closeIconColorHover: string;
|
|
1239
|
+
closeIconColorPressed: string;
|
|
1143
1240
|
closeColorHover: string;
|
|
1144
1241
|
closeColorPressed: string;
|
|
1145
1242
|
borderPrimary: string;
|
|
1146
1243
|
textColorPrimary: string;
|
|
1147
1244
|
colorPrimary: string;
|
|
1148
|
-
|
|
1245
|
+
colorBorderedPrimary: string;
|
|
1246
|
+
closeIconColorPrimary: string;
|
|
1247
|
+
closeIconColorHoverPrimary: string;
|
|
1248
|
+
closeIconColorPressedPrimary: string;
|
|
1149
1249
|
closeColorHoverPrimary: string;
|
|
1150
1250
|
closeColorPressedPrimary: string;
|
|
1151
1251
|
borderInfo: string;
|
|
1152
1252
|
textColorInfo: string;
|
|
1153
1253
|
colorInfo: string;
|
|
1154
|
-
|
|
1254
|
+
colorBorderedInfo: string;
|
|
1255
|
+
closeIconColorInfo: string;
|
|
1256
|
+
closeIconColorHoverInfo: string;
|
|
1257
|
+
closeIconColorPressedInfo: string;
|
|
1155
1258
|
closeColorHoverInfo: string;
|
|
1156
1259
|
closeColorPressedInfo: string;
|
|
1157
1260
|
borderSuccess: string;
|
|
1158
1261
|
textColorSuccess: string;
|
|
1159
1262
|
colorSuccess: string;
|
|
1160
|
-
|
|
1263
|
+
colorBorderedSuccess: string;
|
|
1264
|
+
closeIconColorSuccess: string;
|
|
1265
|
+
closeIconColorHoverSuccess: string;
|
|
1266
|
+
closeIconColorPressedSuccess: string;
|
|
1161
1267
|
closeColorHoverSuccess: string;
|
|
1162
1268
|
closeColorPressedSuccess: string;
|
|
1163
1269
|
borderWarning: string;
|
|
1164
1270
|
textColorWarning: string;
|
|
1165
1271
|
colorWarning: string;
|
|
1166
|
-
|
|
1272
|
+
colorBorderedWarning: string;
|
|
1273
|
+
closeIconColorWarning: string;
|
|
1274
|
+
closeIconColorHoverWarning: string;
|
|
1275
|
+
closeIconColorPressedWarning: string;
|
|
1167
1276
|
closeColorHoverWarning: string;
|
|
1168
1277
|
closeColorPressedWarning: string;
|
|
1169
1278
|
borderError: string;
|
|
1170
1279
|
textColorError: string;
|
|
1171
1280
|
colorError: string;
|
|
1172
|
-
|
|
1281
|
+
colorBorderedError: string;
|
|
1282
|
+
closeIconColorError: string;
|
|
1283
|
+
closeIconColorHoverError: string;
|
|
1284
|
+
closeIconColorPressedError: string;
|
|
1173
1285
|
closeColorHoverError: string;
|
|
1174
1286
|
closeColorPressedError: string;
|
|
1287
|
+
closeIconSizeTiny: string;
|
|
1288
|
+
closeIconSizeSmall: string;
|
|
1289
|
+
closeIconSizeMedium: string;
|
|
1290
|
+
closeIconSizeLarge: string;
|
|
1175
1291
|
closeSizeTiny: string;
|
|
1176
1292
|
closeSizeSmall: string;
|
|
1177
1293
|
closeSizeMedium: string;
|
|
@@ -1188,14 +1304,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1188
1304
|
handleClick: (e: MouseEvent) => void;
|
|
1189
1305
|
handleCloseClick: (e: MouseEvent) => void;
|
|
1190
1306
|
cssVars: import("vue").ComputedRef<{
|
|
1307
|
+
'--n-font-weight-strong': string;
|
|
1191
1308
|
'--n-avatar-size-override': string;
|
|
1192
1309
|
'--n-bezier': string;
|
|
1193
1310
|
'--n-border-radius': string;
|
|
1194
1311
|
'--n-border': string;
|
|
1195
|
-
'--n-close-
|
|
1196
|
-
'--n-close-color-hover': string;
|
|
1312
|
+
'--n-close-icon-size': string;
|
|
1197
1313
|
'--n-close-color-pressed': string;
|
|
1198
|
-
'--n-close-color-
|
|
1314
|
+
'--n-close-color-hover': string;
|
|
1315
|
+
'--n-close-border-radius': string;
|
|
1316
|
+
'--n-close-icon-color': string;
|
|
1317
|
+
'--n-close-icon-color-hover': string;
|
|
1318
|
+
'--n-close-icon-color-pressed': string;
|
|
1319
|
+
'--n-close-icon-color-disabled': string;
|
|
1199
1320
|
'--n-close-margin': string;
|
|
1200
1321
|
'--n-close-margin-rtl': string;
|
|
1201
1322
|
'--n-close-size': string;
|
|
@@ -1226,12 +1347,17 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1226
1347
|
};
|
|
1227
1348
|
checked: BooleanConstructor;
|
|
1228
1349
|
checkable: BooleanConstructor;
|
|
1350
|
+
strong: BooleanConstructor;
|
|
1351
|
+
triggerClickOnClose: BooleanConstructor;
|
|
1229
1352
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
1230
1353
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1231
1354
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1232
1355
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
1233
1356
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
1234
|
-
|
|
1357
|
+
internalCloseFocusable: {
|
|
1358
|
+
type: BooleanConstructor;
|
|
1359
|
+
default: boolean;
|
|
1360
|
+
};
|
|
1235
1361
|
onCheckedChange: {
|
|
1236
1362
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
1237
1363
|
validator: () => boolean;
|
|
@@ -1253,6 +1379,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1253
1379
|
readonly default: undefined;
|
|
1254
1380
|
};
|
|
1255
1381
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1382
|
+
closeBorderRadius: string;
|
|
1256
1383
|
heightTiny: string;
|
|
1257
1384
|
heightSmall: string;
|
|
1258
1385
|
heightMedium: string;
|
|
@@ -1263,6 +1390,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1263
1390
|
fontSizeSmall: string;
|
|
1264
1391
|
fontSizeMedium: string;
|
|
1265
1392
|
fontSizeLarge: string;
|
|
1393
|
+
fontWeightStrong: string;
|
|
1266
1394
|
textColorCheckable: string;
|
|
1267
1395
|
textColorHoverCheckable: string;
|
|
1268
1396
|
textColorPressedCheckable: string;
|
|
@@ -1276,39 +1404,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1276
1404
|
border: string;
|
|
1277
1405
|
textColor: string;
|
|
1278
1406
|
color: string;
|
|
1279
|
-
|
|
1407
|
+
colorBordered: string;
|
|
1408
|
+
closeIconColor: string;
|
|
1409
|
+
closeIconColorHover: string;
|
|
1410
|
+
closeIconColorPressed: string;
|
|
1280
1411
|
closeColorHover: string;
|
|
1281
1412
|
closeColorPressed: string;
|
|
1282
1413
|
borderPrimary: string;
|
|
1283
1414
|
textColorPrimary: string;
|
|
1284
1415
|
colorPrimary: string;
|
|
1285
|
-
|
|
1416
|
+
colorBorderedPrimary: string;
|
|
1417
|
+
closeIconColorPrimary: string;
|
|
1418
|
+
closeIconColorHoverPrimary: string;
|
|
1419
|
+
closeIconColorPressedPrimary: string;
|
|
1286
1420
|
closeColorHoverPrimary: string;
|
|
1287
1421
|
closeColorPressedPrimary: string;
|
|
1288
1422
|
borderInfo: string;
|
|
1289
1423
|
textColorInfo: string;
|
|
1290
1424
|
colorInfo: string;
|
|
1291
|
-
|
|
1425
|
+
colorBorderedInfo: string;
|
|
1426
|
+
closeIconColorInfo: string;
|
|
1427
|
+
closeIconColorHoverInfo: string;
|
|
1428
|
+
closeIconColorPressedInfo: string;
|
|
1292
1429
|
closeColorHoverInfo: string;
|
|
1293
1430
|
closeColorPressedInfo: string;
|
|
1294
1431
|
borderSuccess: string;
|
|
1295
1432
|
textColorSuccess: string;
|
|
1296
1433
|
colorSuccess: string;
|
|
1297
|
-
|
|
1434
|
+
colorBorderedSuccess: string;
|
|
1435
|
+
closeIconColorSuccess: string;
|
|
1436
|
+
closeIconColorHoverSuccess: string;
|
|
1437
|
+
closeIconColorPressedSuccess: string;
|
|
1298
1438
|
closeColorHoverSuccess: string;
|
|
1299
1439
|
closeColorPressedSuccess: string;
|
|
1300
1440
|
borderWarning: string;
|
|
1301
1441
|
textColorWarning: string;
|
|
1302
1442
|
colorWarning: string;
|
|
1303
|
-
|
|
1443
|
+
colorBorderedWarning: string;
|
|
1444
|
+
closeIconColorWarning: string;
|
|
1445
|
+
closeIconColorHoverWarning: string;
|
|
1446
|
+
closeIconColorPressedWarning: string;
|
|
1304
1447
|
closeColorHoverWarning: string;
|
|
1305
1448
|
closeColorPressedWarning: string;
|
|
1306
1449
|
borderError: string;
|
|
1307
1450
|
textColorError: string;
|
|
1308
1451
|
colorError: string;
|
|
1309
|
-
|
|
1452
|
+
colorBorderedError: string;
|
|
1453
|
+
closeIconColorError: string;
|
|
1454
|
+
closeIconColorHoverError: string;
|
|
1455
|
+
closeIconColorPressedError: string;
|
|
1310
1456
|
closeColorHoverError: string;
|
|
1311
1457
|
closeColorPressedError: string;
|
|
1458
|
+
closeIconSizeTiny: string;
|
|
1459
|
+
closeIconSizeSmall: string;
|
|
1460
|
+
closeIconSizeMedium: string;
|
|
1461
|
+
closeIconSizeLarge: string;
|
|
1312
1462
|
closeSizeTiny: string;
|
|
1313
1463
|
closeSizeSmall: string;
|
|
1314
1464
|
closeSizeMedium: string;
|
|
@@ -1318,6 +1468,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1318
1468
|
closeMarginRtl: string;
|
|
1319
1469
|
}, any>>;
|
|
1320
1470
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1471
|
+
closeBorderRadius: string;
|
|
1321
1472
|
heightTiny: string;
|
|
1322
1473
|
heightSmall: string;
|
|
1323
1474
|
heightMedium: string;
|
|
@@ -1328,6 +1479,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1328
1479
|
fontSizeSmall: string;
|
|
1329
1480
|
fontSizeMedium: string;
|
|
1330
1481
|
fontSizeLarge: string;
|
|
1482
|
+
fontWeightStrong: string;
|
|
1331
1483
|
textColorCheckable: string;
|
|
1332
1484
|
textColorHoverCheckable: string;
|
|
1333
1485
|
textColorPressedCheckable: string;
|
|
@@ -1341,39 +1493,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1341
1493
|
border: string;
|
|
1342
1494
|
textColor: string;
|
|
1343
1495
|
color: string;
|
|
1344
|
-
|
|
1496
|
+
colorBordered: string;
|
|
1497
|
+
closeIconColor: string;
|
|
1498
|
+
closeIconColorHover: string;
|
|
1499
|
+
closeIconColorPressed: string;
|
|
1345
1500
|
closeColorHover: string;
|
|
1346
1501
|
closeColorPressed: string;
|
|
1347
1502
|
borderPrimary: string;
|
|
1348
1503
|
textColorPrimary: string;
|
|
1349
1504
|
colorPrimary: string;
|
|
1350
|
-
|
|
1505
|
+
colorBorderedPrimary: string;
|
|
1506
|
+
closeIconColorPrimary: string;
|
|
1507
|
+
closeIconColorHoverPrimary: string;
|
|
1508
|
+
closeIconColorPressedPrimary: string;
|
|
1351
1509
|
closeColorHoverPrimary: string;
|
|
1352
1510
|
closeColorPressedPrimary: string;
|
|
1353
1511
|
borderInfo: string;
|
|
1354
1512
|
textColorInfo: string;
|
|
1355
1513
|
colorInfo: string;
|
|
1356
|
-
|
|
1514
|
+
colorBorderedInfo: string;
|
|
1515
|
+
closeIconColorInfo: string;
|
|
1516
|
+
closeIconColorHoverInfo: string;
|
|
1517
|
+
closeIconColorPressedInfo: string;
|
|
1357
1518
|
closeColorHoverInfo: string;
|
|
1358
1519
|
closeColorPressedInfo: string;
|
|
1359
1520
|
borderSuccess: string;
|
|
1360
1521
|
textColorSuccess: string;
|
|
1361
1522
|
colorSuccess: string;
|
|
1362
|
-
|
|
1523
|
+
colorBorderedSuccess: string;
|
|
1524
|
+
closeIconColorSuccess: string;
|
|
1525
|
+
closeIconColorHoverSuccess: string;
|
|
1526
|
+
closeIconColorPressedSuccess: string;
|
|
1363
1527
|
closeColorHoverSuccess: string;
|
|
1364
1528
|
closeColorPressedSuccess: string;
|
|
1365
1529
|
borderWarning: string;
|
|
1366
1530
|
textColorWarning: string;
|
|
1367
1531
|
colorWarning: string;
|
|
1368
|
-
|
|
1532
|
+
colorBorderedWarning: string;
|
|
1533
|
+
closeIconColorWarning: string;
|
|
1534
|
+
closeIconColorHoverWarning: string;
|
|
1535
|
+
closeIconColorPressedWarning: string;
|
|
1369
1536
|
closeColorHoverWarning: string;
|
|
1370
1537
|
closeColorPressedWarning: string;
|
|
1371
1538
|
borderError: string;
|
|
1372
1539
|
textColorError: string;
|
|
1373
1540
|
colorError: string;
|
|
1374
|
-
|
|
1541
|
+
colorBorderedError: string;
|
|
1542
|
+
closeIconColorError: string;
|
|
1543
|
+
closeIconColorHoverError: string;
|
|
1544
|
+
closeIconColorPressedError: string;
|
|
1375
1545
|
closeColorHoverError: string;
|
|
1376
1546
|
closeColorPressedError: string;
|
|
1547
|
+
closeIconSizeTiny: string;
|
|
1548
|
+
closeIconSizeSmall: string;
|
|
1549
|
+
closeIconSizeMedium: string;
|
|
1550
|
+
closeIconSizeLarge: string;
|
|
1377
1551
|
closeSizeTiny: string;
|
|
1378
1552
|
closeSizeSmall: string;
|
|
1379
1553
|
closeSizeMedium: string;
|
|
@@ -1383,6 +1557,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1383
1557
|
closeMarginRtl: string;
|
|
1384
1558
|
}, any>>>;
|
|
1385
1559
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
1560
|
+
closeBorderRadius: string;
|
|
1386
1561
|
heightTiny: string;
|
|
1387
1562
|
heightSmall: string;
|
|
1388
1563
|
heightMedium: string;
|
|
@@ -1393,6 +1568,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1393
1568
|
fontSizeSmall: string;
|
|
1394
1569
|
fontSizeMedium: string;
|
|
1395
1570
|
fontSizeLarge: string;
|
|
1571
|
+
fontWeightStrong: string;
|
|
1396
1572
|
textColorCheckable: string;
|
|
1397
1573
|
textColorHoverCheckable: string;
|
|
1398
1574
|
textColorPressedCheckable: string;
|
|
@@ -1406,39 +1582,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1406
1582
|
border: string;
|
|
1407
1583
|
textColor: string;
|
|
1408
1584
|
color: string;
|
|
1409
|
-
|
|
1585
|
+
colorBordered: string;
|
|
1586
|
+
closeIconColor: string;
|
|
1587
|
+
closeIconColorHover: string;
|
|
1588
|
+
closeIconColorPressed: string;
|
|
1410
1589
|
closeColorHover: string;
|
|
1411
1590
|
closeColorPressed: string;
|
|
1412
1591
|
borderPrimary: string;
|
|
1413
1592
|
textColorPrimary: string;
|
|
1414
1593
|
colorPrimary: string;
|
|
1415
|
-
|
|
1594
|
+
colorBorderedPrimary: string;
|
|
1595
|
+
closeIconColorPrimary: string;
|
|
1596
|
+
closeIconColorHoverPrimary: string;
|
|
1597
|
+
closeIconColorPressedPrimary: string;
|
|
1416
1598
|
closeColorHoverPrimary: string;
|
|
1417
1599
|
closeColorPressedPrimary: string;
|
|
1418
1600
|
borderInfo: string;
|
|
1419
1601
|
textColorInfo: string;
|
|
1420
1602
|
colorInfo: string;
|
|
1421
|
-
|
|
1603
|
+
colorBorderedInfo: string;
|
|
1604
|
+
closeIconColorInfo: string;
|
|
1605
|
+
closeIconColorHoverInfo: string;
|
|
1606
|
+
closeIconColorPressedInfo: string;
|
|
1422
1607
|
closeColorHoverInfo: string;
|
|
1423
1608
|
closeColorPressedInfo: string;
|
|
1424
1609
|
borderSuccess: string;
|
|
1425
1610
|
textColorSuccess: string;
|
|
1426
1611
|
colorSuccess: string;
|
|
1427
|
-
|
|
1612
|
+
colorBorderedSuccess: string;
|
|
1613
|
+
closeIconColorSuccess: string;
|
|
1614
|
+
closeIconColorHoverSuccess: string;
|
|
1615
|
+
closeIconColorPressedSuccess: string;
|
|
1428
1616
|
closeColorHoverSuccess: string;
|
|
1429
1617
|
closeColorPressedSuccess: string;
|
|
1430
1618
|
borderWarning: string;
|
|
1431
1619
|
textColorWarning: string;
|
|
1432
1620
|
colorWarning: string;
|
|
1433
|
-
|
|
1621
|
+
colorBorderedWarning: string;
|
|
1622
|
+
closeIconColorWarning: string;
|
|
1623
|
+
closeIconColorHoverWarning: string;
|
|
1624
|
+
closeIconColorPressedWarning: string;
|
|
1434
1625
|
closeColorHoverWarning: string;
|
|
1435
1626
|
closeColorPressedWarning: string;
|
|
1436
1627
|
borderError: string;
|
|
1437
1628
|
textColorError: string;
|
|
1438
1629
|
colorError: string;
|
|
1439
|
-
|
|
1630
|
+
colorBorderedError: string;
|
|
1631
|
+
closeIconColorError: string;
|
|
1632
|
+
closeIconColorHoverError: string;
|
|
1633
|
+
closeIconColorPressedError: string;
|
|
1440
1634
|
closeColorHoverError: string;
|
|
1441
1635
|
closeColorPressedError: string;
|
|
1636
|
+
closeIconSizeTiny: string;
|
|
1637
|
+
closeIconSizeSmall: string;
|
|
1638
|
+
closeIconSizeMedium: string;
|
|
1639
|
+
closeIconSizeLarge: string;
|
|
1442
1640
|
closeSizeTiny: string;
|
|
1443
1641
|
closeSizeSmall: string;
|
|
1444
1642
|
closeSizeMedium: string;
|
|
@@ -1453,11 +1651,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1453
1651
|
size: "small" | "medium" | "tiny" | "large";
|
|
1454
1652
|
disabled: boolean | undefined;
|
|
1455
1653
|
checked: boolean;
|
|
1654
|
+
strong: boolean;
|
|
1456
1655
|
bordered: boolean | undefined;
|
|
1656
|
+
closable: boolean;
|
|
1457
1657
|
checkable: boolean;
|
|
1458
|
-
|
|
1658
|
+
triggerClickOnClose: boolean;
|
|
1659
|
+
internalCloseFocusable: boolean;
|
|
1459
1660
|
onCheckedChange: (checked: boolean) => void;
|
|
1460
|
-
closable: boolean;
|
|
1461
1661
|
}>;
|
|
1462
1662
|
NTooltip: import("vue").DefineComponent<{
|
|
1463
1663
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
|
|
@@ -1587,9 +1787,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1587
1787
|
scrollable: BooleanConstructor;
|
|
1588
1788
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1589
1789
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1790
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1590
1791
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1591
1792
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1592
1793
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1794
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1593
1795
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1594
1796
|
internalInheritedEventHandlers: {
|
|
1595
1797
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1654,10 +1856,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1654
1856
|
opacity5: string;
|
|
1655
1857
|
dividerColor: string;
|
|
1656
1858
|
borderColor: string;
|
|
1657
|
-
|
|
1859
|
+
closeIconColor: string;
|
|
1860
|
+
closeIconColorHover: string;
|
|
1861
|
+
closeIconColorPressed: string;
|
|
1658
1862
|
closeColorHover: string;
|
|
1659
1863
|
closeColorPressed: string;
|
|
1660
|
-
closeColorDisabled: string;
|
|
1661
1864
|
clearColor: string;
|
|
1662
1865
|
clearColorHover: string;
|
|
1663
1866
|
clearColorPressed: string;
|
|
@@ -1886,9 +2089,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1886
2089
|
scrollable: BooleanConstructor;
|
|
1887
2090
|
contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1888
2091
|
headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
2092
|
+
footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
1889
2093
|
onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
|
|
1890
2094
|
'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
1891
2095
|
onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
|
|
2096
|
+
internalDeactivateImmediately: BooleanConstructor;
|
|
1892
2097
|
internalSyncTargetWithParent: BooleanConstructor;
|
|
1893
2098
|
internalInheritedEventHandlers: {
|
|
1894
2099
|
type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
|
|
@@ -1924,6 +2129,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1924
2129
|
arrowPointToCenter: boolean;
|
|
1925
2130
|
displayDirective: "show" | "if";
|
|
1926
2131
|
keepAliveOnHover: boolean;
|
|
2132
|
+
internalDeactivateImmediately: boolean;
|
|
1927
2133
|
animated: boolean;
|
|
1928
2134
|
internalTrapFocus: boolean;
|
|
1929
2135
|
defaultShow: boolean;
|
|
@@ -2049,7 +2255,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2049
2255
|
readonly default: true;
|
|
2050
2256
|
};
|
|
2051
2257
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2052
|
-
readonly nativeFocusBehavior:
|
|
2258
|
+
readonly nativeFocusBehavior: {
|
|
2259
|
+
readonly type: BooleanConstructor;
|
|
2260
|
+
readonly default: boolean;
|
|
2261
|
+
};
|
|
2053
2262
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2054
2263
|
heightTiny: string;
|
|
2055
2264
|
heightSmall: string;
|
|
@@ -2763,7 +2972,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
2763
2972
|
readonly default: true;
|
|
2764
2973
|
};
|
|
2765
2974
|
readonly onClick: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
2766
|
-
readonly nativeFocusBehavior:
|
|
2975
|
+
readonly nativeFocusBehavior: {
|
|
2976
|
+
readonly type: BooleanConstructor;
|
|
2977
|
+
readonly default: boolean;
|
|
2978
|
+
};
|
|
2767
2979
|
readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Button", {
|
|
2768
2980
|
heightTiny: string;
|
|
2769
2981
|
heightSmall: string;
|
|
@@ -3377,26 +3589,26 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3377
3589
|
rippleDuration: string;
|
|
3378
3590
|
}, any>>>;
|
|
3379
3591
|
}>>, {
|
|
3380
|
-
type: import("naive-ui/es/button/src/interface").Type;
|
|
3381
|
-
tag: keyof HTMLElementTagNameMap;
|
|
3382
|
-
block: boolean;
|
|
3383
|
-
round: boolean;
|
|
3384
|
-
dashed: boolean;
|
|
3385
|
-
text: boolean;
|
|
3386
|
-
circle: boolean;
|
|
3387
|
-
disabled: boolean;
|
|
3388
|
-
focusable: boolean;
|
|
3389
|
-
strong: boolean;
|
|
3390
|
-
loading: boolean;
|
|
3391
|
-
bordered: boolean;
|
|
3392
|
-
tertiary: boolean;
|
|
3393
|
-
ghost: boolean;
|
|
3394
|
-
keyboard: boolean;
|
|
3395
|
-
secondary: boolean;
|
|
3396
|
-
quaternary: boolean;
|
|
3397
|
-
iconPlacement: "left" | "right";
|
|
3398
|
-
attrType: "button" | "reset" | "submit";
|
|
3399
|
-
nativeFocusBehavior: boolean;
|
|
3592
|
+
readonly type: import("naive-ui/es/button/src/interface").Type;
|
|
3593
|
+
readonly tag: keyof HTMLElementTagNameMap;
|
|
3594
|
+
readonly block: boolean;
|
|
3595
|
+
readonly round: boolean;
|
|
3596
|
+
readonly dashed: boolean;
|
|
3597
|
+
readonly text: boolean;
|
|
3598
|
+
readonly circle: boolean;
|
|
3599
|
+
readonly disabled: boolean;
|
|
3600
|
+
readonly focusable: boolean;
|
|
3601
|
+
readonly strong: boolean;
|
|
3602
|
+
readonly loading: boolean;
|
|
3603
|
+
readonly bordered: boolean;
|
|
3604
|
+
readonly tertiary: boolean;
|
|
3605
|
+
readonly ghost: boolean;
|
|
3606
|
+
readonly keyboard: boolean;
|
|
3607
|
+
readonly secondary: boolean;
|
|
3608
|
+
readonly quaternary: boolean;
|
|
3609
|
+
readonly iconPlacement: "left" | "right";
|
|
3610
|
+
readonly attrType: "button" | "reset" | "submit";
|
|
3611
|
+
readonly nativeFocusBehavior: boolean;
|
|
3400
3612
|
}>;
|
|
3401
3613
|
NInput: import("vue").DefineComponent<{
|
|
3402
3614
|
bordered: {
|
|
@@ -3456,6 +3668,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3456
3668
|
type: BooleanConstructor;
|
|
3457
3669
|
default: undefined;
|
|
3458
3670
|
};
|
|
3671
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
3672
|
+
renderCount: import("vue").PropType<(props: {
|
|
3673
|
+
value: string;
|
|
3674
|
+
}) => import("vue").VNodeChild>;
|
|
3459
3675
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
3460
3676
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
3461
3677
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -3484,6 +3700,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3484
3700
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
3485
3701
|
showPasswordToggle: BooleanConstructor;
|
|
3486
3702
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3703
|
+
countTextColorDisabled: string;
|
|
3487
3704
|
countTextColor: string;
|
|
3488
3705
|
heightTiny: string;
|
|
3489
3706
|
heightSmall: string;
|
|
@@ -3544,6 +3761,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3544
3761
|
clearSize: string;
|
|
3545
3762
|
}, any>>;
|
|
3546
3763
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3764
|
+
countTextColorDisabled: string;
|
|
3547
3765
|
countTextColor: string;
|
|
3548
3766
|
heightTiny: string;
|
|
3549
3767
|
heightSmall: string;
|
|
@@ -3604,6 +3822,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3604
3822
|
clearSize: string;
|
|
3605
3823
|
}, any>>>;
|
|
3606
3824
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
3825
|
+
countTextColorDisabled: string;
|
|
3607
3826
|
countTextColor: string;
|
|
3608
3827
|
heightTiny: string;
|
|
3609
3828
|
heightSmall: string;
|
|
@@ -3676,8 +3895,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3676
3895
|
contentRef: HTMLElement | null;
|
|
3677
3896
|
containerScrollTop: number;
|
|
3678
3897
|
syncUnifiedContainer: () => void;
|
|
3679
|
-
scrollTo: import("naive-ui/es/_internal/scrollbar/src/
|
|
3680
|
-
scrollBy: import("naive-ui/es/_internal/scrollbar/src/
|
|
3898
|
+
scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
|
|
3899
|
+
scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
|
|
3681
3900
|
sync: () => void;
|
|
3682
3901
|
handleMouseEnterWrapper: () => void;
|
|
3683
3902
|
handleMouseLeaveWrapper: () => void;
|
|
@@ -3711,7 +3930,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3711
3930
|
handleCompositionEnd: (e: CompositionEvent) => void;
|
|
3712
3931
|
handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
|
|
3713
3932
|
handleInputBlur: (e: FocusEvent) => void;
|
|
3714
|
-
handleInputFocus: (e: FocusEvent) => void;
|
|
3933
|
+
handleInputFocus: (e: FocusEvent, index: number) => void;
|
|
3715
3934
|
handleWrapperBlur: (e: FocusEvent) => void;
|
|
3716
3935
|
handleWrapperFocus: (e: FocusEvent) => void;
|
|
3717
3936
|
handleMouseEnter: () => void;
|
|
@@ -3722,7 +3941,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3722
3941
|
handleClear: (e: MouseEvent) => void;
|
|
3723
3942
|
handlePasswordToggleClick: () => void;
|
|
3724
3943
|
handlePasswordToggleMousedown: (e: MouseEvent) => void;
|
|
3725
|
-
|
|
3944
|
+
handleWrapperKeydown: (e: KeyboardEvent) => void;
|
|
3726
3945
|
handleTextAreaMirrorResize: () => void;
|
|
3727
3946
|
getTextareaScrollContainer: () => HTMLTextAreaElement | null;
|
|
3728
3947
|
mergedTheme: import("vue").ComputedRef<{
|
|
@@ -3766,10 +3985,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3766
3985
|
opacity5: string;
|
|
3767
3986
|
dividerColor: string;
|
|
3768
3987
|
borderColor: string;
|
|
3769
|
-
|
|
3988
|
+
closeIconColor: string;
|
|
3989
|
+
closeIconColorHover: string;
|
|
3990
|
+
closeIconColorPressed: string;
|
|
3770
3991
|
closeColorHover: string;
|
|
3771
3992
|
closeColorPressed: string;
|
|
3772
|
-
closeColorDisabled: string;
|
|
3773
3993
|
clearColor: string;
|
|
3774
3994
|
clearColorHover: string;
|
|
3775
3995
|
clearColorPressed: string;
|
|
@@ -3831,6 +4051,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3831
4051
|
name: "common";
|
|
3832
4052
|
};
|
|
3833
4053
|
self: {
|
|
4054
|
+
countTextColorDisabled: string;
|
|
3834
4055
|
countTextColor: string;
|
|
3835
4056
|
heightTiny: string;
|
|
3836
4057
|
heightSmall: string;
|
|
@@ -3898,6 +4119,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3898
4119
|
cssVars: import("vue").ComputedRef<{
|
|
3899
4120
|
'--n-bezier': string;
|
|
3900
4121
|
'--n-count-text-color': string;
|
|
4122
|
+
'--n-count-text-color-disabled': string;
|
|
3901
4123
|
'--n-color': string;
|
|
3902
4124
|
'--n-font-size': string;
|
|
3903
4125
|
'--n-border-radius': string;
|
|
@@ -3952,6 +4174,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
3952
4174
|
select: () => void;
|
|
3953
4175
|
activate: () => void;
|
|
3954
4176
|
deactivate: () => void;
|
|
4177
|
+
scrollTo: (options: ScrollToOptions) => void;
|
|
3955
4178
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
3956
4179
|
bordered: {
|
|
3957
4180
|
type: import("vue").PropType<boolean | undefined>;
|
|
@@ -4010,6 +4233,10 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4010
4233
|
type: BooleanConstructor;
|
|
4011
4234
|
default: undefined;
|
|
4012
4235
|
};
|
|
4236
|
+
allowInput: import("vue").PropType<(value: string) => boolean>;
|
|
4237
|
+
renderCount: import("vue").PropType<(props: {
|
|
4238
|
+
value: string;
|
|
4239
|
+
}) => import("vue").VNodeChild>;
|
|
4013
4240
|
onMousedown: import("vue").PropType<(e: MouseEvent) => void>;
|
|
4014
4241
|
onKeydown: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
4015
4242
|
onKeyup: import("vue").PropType<(e: KeyboardEvent) => void>;
|
|
@@ -4038,6 +4265,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4038
4265
|
internalLoadingBeforeSuffix: BooleanConstructor;
|
|
4039
4266
|
showPasswordToggle: BooleanConstructor;
|
|
4040
4267
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4268
|
+
countTextColorDisabled: string;
|
|
4041
4269
|
countTextColor: string;
|
|
4042
4270
|
heightTiny: string;
|
|
4043
4271
|
heightSmall: string;
|
|
@@ -4098,6 +4326,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4098
4326
|
clearSize: string;
|
|
4099
4327
|
}, any>>;
|
|
4100
4328
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4329
|
+
countTextColorDisabled: string;
|
|
4101
4330
|
countTextColor: string;
|
|
4102
4331
|
heightTiny: string;
|
|
4103
4332
|
heightSmall: string;
|
|
@@ -4158,6 +4387,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
4158
4387
|
clearSize: string;
|
|
4159
4388
|
}, any>>>;
|
|
4160
4389
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
|
|
4390
|
+
countTextColorDisabled: string;
|
|
4161
4391
|
countTextColor: string;
|
|
4162
4392
|
heightTiny: string;
|
|
4163
4393
|
heightSmall: string;
|