cnhis-design-vue 3.1.8-beta.2 → 3.1.8-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +22 -22
- package/es/packages/big-table/index.d.ts +7 -5
- package/es/packages/big-table/src/BigTable.vue.d.ts +8 -21
- package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/big-table/style/index.less +557 -557
- package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/bpmn-workflow/style/index.less +29 -29
- package/es/packages/button-print/index.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue.d.ts +160 -104
- package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
- package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
- package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/button-print/style/index.less +30 -30
- package/es/packages/chunk-upload/index.d.ts +20 -20
- package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +35 -37
- package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +20 -23
- package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
- package/es/packages/chunk-upload/style/index.less +394 -394
- package/es/packages/drag-layout/index.d.ts +415 -289
- package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
- package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
- package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
- package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
- package/es/packages/drag-layout/style/index.less +208 -208
- package/es/packages/field-set/index.d.ts +5278 -0
- package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
- package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
- package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/field-set/style/index.less +157 -157
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-render/src/components/cascader2.mjs +17 -2
- package/es/packages/form-render/src/components/date.d.ts +29 -25
- package/es/packages/form-render/src/components/formItem.d.ts +10 -8
- package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
- package/es/packages/form-render/src/components/slider.d.ts +11 -11
- package/es/packages/form-render/src/components/textarea.d.ts +5 -4
- package/es/packages/form-table/index.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
- package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/index.d.ts +35662 -0
- package/es/packages/form-table/src/components/table-age.vue.d.ts +96 -61
- package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-digital.vue.d.ts +21 -4
- package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input-password.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-input.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +29 -25
- package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search-more.vue.d.ts +20 -20
- package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-search.vue.d.ts +95 -77
- package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-select.vue.d.ts +75 -57
- package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-textarea.vue.d.ts +8 -6
- package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +21 -18
- package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
- package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +3 -2
- package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/form-table/style/index.less +301 -301
- package/es/packages/grid/style/index.less +12 -12
- package/es/packages/index.less +2945 -2945
- package/es/packages/info-header/index.d.ts +217 -54
- package/es/packages/info-header/src/HiddenContent.vue.d.ts +4 -3
- package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/src/InfoHeader.vue.d.ts +217 -54
- package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/info-header/style/index.less +153 -153
- package/es/packages/map/index.d.ts +25 -24
- package/es/packages/map/src/Map.vue.d.ts +25 -24
- package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
- package/es/packages/map/style/index.less +59 -59
- package/es/packages/scale-view/index.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue.d.ts +58 -56
- package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
- package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
- package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +20 -20
- package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
- package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
- package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/packages/scale-view/src/hooks/use-component.d.ts +579 -171
- package/es/packages/scale-view/style/index.less +748 -748
- package/es/packages/select-label/index.d.ts +852 -245
- package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
- package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
- package/es/packages/select-label/src/SelectLabel.vue.d.ts +562 -151
- package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
- package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
- package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/select-label/style/index.less +151 -151
- package/es/packages/select-person/index.d.ts +29 -27
- package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
- package/es/packages/select-person/src/SelectPerson.vue.d.ts +37 -33
- package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +32 -42
- package/es/packages/select-person/style/index.less +229 -229
- package/es/packages/time-line/index.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
- package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/packages/time-line/style/index.less +34 -34
- package/es/src/components/SelectPage/SelectPage.vue.d.ts +20 -20
- package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
- package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
- package/global.d.ts +8 -8
- package/package.json +1 -1
- package/yarn-error.log +8659 -103
|
@@ -386,12 +386,12 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
386
386
|
tdPaddingLarge: string;
|
|
387
387
|
}, any>>>;
|
|
388
388
|
}>>, {
|
|
389
|
-
column: number;
|
|
390
|
-
size: "small" | "medium" | "large";
|
|
391
|
-
separator: string;
|
|
392
|
-
bordered: boolean;
|
|
393
|
-
labelAlign: "left" | "right" | "center";
|
|
394
|
-
labelPlacement: "top" | "left";
|
|
389
|
+
readonly column: number;
|
|
390
|
+
readonly size: "small" | "medium" | "large";
|
|
391
|
+
readonly separator: string;
|
|
392
|
+
readonly bordered: boolean;
|
|
393
|
+
readonly labelAlign: "left" | "right" | "center";
|
|
394
|
+
readonly labelPlacement: "top" | "left";
|
|
395
395
|
}>;
|
|
396
396
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
397
397
|
readonly label: StringConstructor;
|
|
@@ -410,7 +410,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
410
410
|
readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
411
411
|
readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
|
|
412
412
|
}>>, {
|
|
413
|
-
span: number;
|
|
413
|
+
readonly span: number;
|
|
414
414
|
}>;
|
|
415
415
|
NTag: import("vue").DefineComponent<{
|
|
416
416
|
bordered: {
|
|
@@ -419,11 +419,16 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
419
419
|
};
|
|
420
420
|
checked: BooleanConstructor;
|
|
421
421
|
checkable: BooleanConstructor;
|
|
422
|
+
strong: BooleanConstructor;
|
|
422
423
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
423
424
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
424
425
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
425
426
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
426
427
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
428
|
+
internalCloseFocusable: {
|
|
429
|
+
type: BooleanConstructor;
|
|
430
|
+
default: boolean;
|
|
431
|
+
};
|
|
427
432
|
internalStopClickPropagation: BooleanConstructor;
|
|
428
433
|
onCheckedChange: {
|
|
429
434
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -446,6 +451,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
446
451
|
readonly default: undefined;
|
|
447
452
|
};
|
|
448
453
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
454
|
+
closeBorderRadius: string;
|
|
449
455
|
heightTiny: string;
|
|
450
456
|
heightSmall: string;
|
|
451
457
|
heightMedium: string;
|
|
@@ -456,6 +462,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
456
462
|
fontSizeSmall: string;
|
|
457
463
|
fontSizeMedium: string;
|
|
458
464
|
fontSizeLarge: string;
|
|
465
|
+
fontWeightStrong: string;
|
|
459
466
|
textColorCheckable: string;
|
|
460
467
|
textColorHoverCheckable: string;
|
|
461
468
|
textColorPressedCheckable: string;
|
|
@@ -469,39 +476,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
469
476
|
border: string;
|
|
470
477
|
textColor: string;
|
|
471
478
|
color: string;
|
|
472
|
-
|
|
479
|
+
colorBordered: string;
|
|
480
|
+
closeIconColor: string;
|
|
481
|
+
closeIconColorHover: string;
|
|
482
|
+
closeIconColorPressed: string;
|
|
473
483
|
closeColorHover: string;
|
|
474
484
|
closeColorPressed: string;
|
|
475
485
|
borderPrimary: string;
|
|
476
486
|
textColorPrimary: string;
|
|
477
487
|
colorPrimary: string;
|
|
478
|
-
|
|
488
|
+
colorBorderedPrimary: string;
|
|
489
|
+
closeIconColorPrimary: string;
|
|
490
|
+
closeIconColorHoverPrimary: string;
|
|
491
|
+
closeIconColorPressedPrimary: string;
|
|
479
492
|
closeColorHoverPrimary: string;
|
|
480
493
|
closeColorPressedPrimary: string;
|
|
481
494
|
borderInfo: string;
|
|
482
495
|
textColorInfo: string;
|
|
483
496
|
colorInfo: string;
|
|
484
|
-
|
|
497
|
+
colorBorderedInfo: string;
|
|
498
|
+
closeIconColorInfo: string;
|
|
499
|
+
closeIconColorHoverInfo: string;
|
|
500
|
+
closeIconColorPressedInfo: string;
|
|
485
501
|
closeColorHoverInfo: string;
|
|
486
502
|
closeColorPressedInfo: string;
|
|
487
503
|
borderSuccess: string;
|
|
488
504
|
textColorSuccess: string;
|
|
489
505
|
colorSuccess: string;
|
|
490
|
-
|
|
506
|
+
colorBorderedSuccess: string;
|
|
507
|
+
closeIconColorSuccess: string;
|
|
508
|
+
closeIconColorHoverSuccess: string;
|
|
509
|
+
closeIconColorPressedSuccess: string;
|
|
491
510
|
closeColorHoverSuccess: string;
|
|
492
511
|
closeColorPressedSuccess: string;
|
|
493
512
|
borderWarning: string;
|
|
494
513
|
textColorWarning: string;
|
|
495
514
|
colorWarning: string;
|
|
496
|
-
|
|
515
|
+
colorBorderedWarning: string;
|
|
516
|
+
closeIconColorWarning: string;
|
|
517
|
+
closeIconColorHoverWarning: string;
|
|
518
|
+
closeIconColorPressedWarning: string;
|
|
497
519
|
closeColorHoverWarning: string;
|
|
498
520
|
closeColorPressedWarning: string;
|
|
499
521
|
borderError: string;
|
|
500
522
|
textColorError: string;
|
|
501
523
|
colorError: string;
|
|
502
|
-
|
|
524
|
+
colorBorderedError: string;
|
|
525
|
+
closeIconColorError: string;
|
|
526
|
+
closeIconColorHoverError: string;
|
|
527
|
+
closeIconColorPressedError: string;
|
|
503
528
|
closeColorHoverError: string;
|
|
504
529
|
closeColorPressedError: string;
|
|
530
|
+
closeIconSizeTiny: string;
|
|
531
|
+
closeIconSizeSmall: string;
|
|
532
|
+
closeIconSizeMedium: string;
|
|
533
|
+
closeIconSizeLarge: string;
|
|
505
534
|
closeSizeTiny: string;
|
|
506
535
|
closeSizeSmall: string;
|
|
507
536
|
closeSizeMedium: string;
|
|
@@ -511,6 +540,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
511
540
|
closeMarginRtl: string;
|
|
512
541
|
}, any>>;
|
|
513
542
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
543
|
+
closeBorderRadius: string;
|
|
514
544
|
heightTiny: string;
|
|
515
545
|
heightSmall: string;
|
|
516
546
|
heightMedium: string;
|
|
@@ -521,6 +551,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
521
551
|
fontSizeSmall: string;
|
|
522
552
|
fontSizeMedium: string;
|
|
523
553
|
fontSizeLarge: string;
|
|
554
|
+
fontWeightStrong: string;
|
|
524
555
|
textColorCheckable: string;
|
|
525
556
|
textColorHoverCheckable: string;
|
|
526
557
|
textColorPressedCheckable: string;
|
|
@@ -534,39 +565,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
534
565
|
border: string;
|
|
535
566
|
textColor: string;
|
|
536
567
|
color: string;
|
|
537
|
-
|
|
568
|
+
colorBordered: string;
|
|
569
|
+
closeIconColor: string;
|
|
570
|
+
closeIconColorHover: string;
|
|
571
|
+
closeIconColorPressed: string;
|
|
538
572
|
closeColorHover: string;
|
|
539
573
|
closeColorPressed: string;
|
|
540
574
|
borderPrimary: string;
|
|
541
575
|
textColorPrimary: string;
|
|
542
576
|
colorPrimary: string;
|
|
543
|
-
|
|
577
|
+
colorBorderedPrimary: string;
|
|
578
|
+
closeIconColorPrimary: string;
|
|
579
|
+
closeIconColorHoverPrimary: string;
|
|
580
|
+
closeIconColorPressedPrimary: string;
|
|
544
581
|
closeColorHoverPrimary: string;
|
|
545
582
|
closeColorPressedPrimary: string;
|
|
546
583
|
borderInfo: string;
|
|
547
584
|
textColorInfo: string;
|
|
548
585
|
colorInfo: string;
|
|
549
|
-
|
|
586
|
+
colorBorderedInfo: string;
|
|
587
|
+
closeIconColorInfo: string;
|
|
588
|
+
closeIconColorHoverInfo: string;
|
|
589
|
+
closeIconColorPressedInfo: string;
|
|
550
590
|
closeColorHoverInfo: string;
|
|
551
591
|
closeColorPressedInfo: string;
|
|
552
592
|
borderSuccess: string;
|
|
553
593
|
textColorSuccess: string;
|
|
554
594
|
colorSuccess: string;
|
|
555
|
-
|
|
595
|
+
colorBorderedSuccess: string;
|
|
596
|
+
closeIconColorSuccess: string;
|
|
597
|
+
closeIconColorHoverSuccess: string;
|
|
598
|
+
closeIconColorPressedSuccess: string;
|
|
556
599
|
closeColorHoverSuccess: string;
|
|
557
600
|
closeColorPressedSuccess: string;
|
|
558
601
|
borderWarning: string;
|
|
559
602
|
textColorWarning: string;
|
|
560
603
|
colorWarning: string;
|
|
561
|
-
|
|
604
|
+
colorBorderedWarning: string;
|
|
605
|
+
closeIconColorWarning: string;
|
|
606
|
+
closeIconColorHoverWarning: string;
|
|
607
|
+
closeIconColorPressedWarning: string;
|
|
562
608
|
closeColorHoverWarning: string;
|
|
563
609
|
closeColorPressedWarning: string;
|
|
564
610
|
borderError: string;
|
|
565
611
|
textColorError: string;
|
|
566
612
|
colorError: string;
|
|
567
|
-
|
|
613
|
+
colorBorderedError: string;
|
|
614
|
+
closeIconColorError: string;
|
|
615
|
+
closeIconColorHoverError: string;
|
|
616
|
+
closeIconColorPressedError: string;
|
|
568
617
|
closeColorHoverError: string;
|
|
569
618
|
closeColorPressedError: string;
|
|
619
|
+
closeIconSizeTiny: string;
|
|
620
|
+
closeIconSizeSmall: string;
|
|
621
|
+
closeIconSizeMedium: string;
|
|
622
|
+
closeIconSizeLarge: string;
|
|
570
623
|
closeSizeTiny: string;
|
|
571
624
|
closeSizeSmall: string;
|
|
572
625
|
closeSizeMedium: string;
|
|
@@ -576,6 +629,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
576
629
|
closeMarginRtl: string;
|
|
577
630
|
}, any>>>;
|
|
578
631
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
632
|
+
closeBorderRadius: string;
|
|
579
633
|
heightTiny: string;
|
|
580
634
|
heightSmall: string;
|
|
581
635
|
heightMedium: string;
|
|
@@ -586,6 +640,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
586
640
|
fontSizeSmall: string;
|
|
587
641
|
fontSizeMedium: string;
|
|
588
642
|
fontSizeLarge: string;
|
|
643
|
+
fontWeightStrong: string;
|
|
589
644
|
textColorCheckable: string;
|
|
590
645
|
textColorHoverCheckable: string;
|
|
591
646
|
textColorPressedCheckable: string;
|
|
@@ -599,39 +654,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
599
654
|
border: string;
|
|
600
655
|
textColor: string;
|
|
601
656
|
color: string;
|
|
602
|
-
|
|
657
|
+
colorBordered: string;
|
|
658
|
+
closeIconColor: string;
|
|
659
|
+
closeIconColorHover: string;
|
|
660
|
+
closeIconColorPressed: string;
|
|
603
661
|
closeColorHover: string;
|
|
604
662
|
closeColorPressed: string;
|
|
605
663
|
borderPrimary: string;
|
|
606
664
|
textColorPrimary: string;
|
|
607
665
|
colorPrimary: string;
|
|
608
|
-
|
|
666
|
+
colorBorderedPrimary: string;
|
|
667
|
+
closeIconColorPrimary: string;
|
|
668
|
+
closeIconColorHoverPrimary: string;
|
|
669
|
+
closeIconColorPressedPrimary: string;
|
|
609
670
|
closeColorHoverPrimary: string;
|
|
610
671
|
closeColorPressedPrimary: string;
|
|
611
672
|
borderInfo: string;
|
|
612
673
|
textColorInfo: string;
|
|
613
674
|
colorInfo: string;
|
|
614
|
-
|
|
675
|
+
colorBorderedInfo: string;
|
|
676
|
+
closeIconColorInfo: string;
|
|
677
|
+
closeIconColorHoverInfo: string;
|
|
678
|
+
closeIconColorPressedInfo: string;
|
|
615
679
|
closeColorHoverInfo: string;
|
|
616
680
|
closeColorPressedInfo: string;
|
|
617
681
|
borderSuccess: string;
|
|
618
682
|
textColorSuccess: string;
|
|
619
683
|
colorSuccess: string;
|
|
620
|
-
|
|
684
|
+
colorBorderedSuccess: string;
|
|
685
|
+
closeIconColorSuccess: string;
|
|
686
|
+
closeIconColorHoverSuccess: string;
|
|
687
|
+
closeIconColorPressedSuccess: string;
|
|
621
688
|
closeColorHoverSuccess: string;
|
|
622
689
|
closeColorPressedSuccess: string;
|
|
623
690
|
borderWarning: string;
|
|
624
691
|
textColorWarning: string;
|
|
625
692
|
colorWarning: string;
|
|
626
|
-
|
|
693
|
+
colorBorderedWarning: string;
|
|
694
|
+
closeIconColorWarning: string;
|
|
695
|
+
closeIconColorHoverWarning: string;
|
|
696
|
+
closeIconColorPressedWarning: string;
|
|
627
697
|
closeColorHoverWarning: string;
|
|
628
698
|
closeColorPressedWarning: string;
|
|
629
699
|
borderError: string;
|
|
630
700
|
textColorError: string;
|
|
631
701
|
colorError: string;
|
|
632
|
-
|
|
702
|
+
colorBorderedError: string;
|
|
703
|
+
closeIconColorError: string;
|
|
704
|
+
closeIconColorHoverError: string;
|
|
705
|
+
closeIconColorPressedError: string;
|
|
633
706
|
closeColorHoverError: string;
|
|
634
707
|
closeColorPressedError: string;
|
|
708
|
+
closeIconSizeTiny: string;
|
|
709
|
+
closeIconSizeSmall: string;
|
|
710
|
+
closeIconSizeMedium: string;
|
|
711
|
+
closeIconSizeLarge: string;
|
|
635
712
|
closeSizeTiny: string;
|
|
636
713
|
closeSizeSmall: string;
|
|
637
714
|
closeSizeMedium: string;
|
|
@@ -648,14 +725,19 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
648
725
|
handleClick: (e: MouseEvent) => void;
|
|
649
726
|
handleCloseClick: (e: MouseEvent) => void;
|
|
650
727
|
cssVars: import("vue").ComputedRef<{
|
|
728
|
+
'--n-font-weight-strong': string;
|
|
651
729
|
'--n-avatar-size-override': string;
|
|
652
730
|
'--n-bezier': string;
|
|
653
731
|
'--n-border-radius': string;
|
|
654
732
|
'--n-border': string;
|
|
655
|
-
'--n-close-
|
|
656
|
-
'--n-close-color-hover': string;
|
|
733
|
+
'--n-close-icon-size': string;
|
|
657
734
|
'--n-close-color-pressed': string;
|
|
658
|
-
'--n-close-color-
|
|
735
|
+
'--n-close-color-hover': string;
|
|
736
|
+
'--n-close-border-radius': string;
|
|
737
|
+
'--n-close-icon-color': string;
|
|
738
|
+
'--n-close-icon-color-hover': string;
|
|
739
|
+
'--n-close-icon-color-pressed': string;
|
|
740
|
+
'--n-close-icon-color-disabled': string;
|
|
659
741
|
'--n-close-margin': string;
|
|
660
742
|
'--n-close-margin-rtl': string;
|
|
661
743
|
'--n-close-size': string;
|
|
@@ -686,11 +768,16 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
686
768
|
};
|
|
687
769
|
checked: BooleanConstructor;
|
|
688
770
|
checkable: BooleanConstructor;
|
|
771
|
+
strong: BooleanConstructor;
|
|
689
772
|
onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
690
773
|
onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
|
|
691
774
|
onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
|
|
692
775
|
'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
|
|
693
776
|
onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
|
|
777
|
+
internalCloseFocusable: {
|
|
778
|
+
type: BooleanConstructor;
|
|
779
|
+
default: boolean;
|
|
780
|
+
};
|
|
694
781
|
internalStopClickPropagation: BooleanConstructor;
|
|
695
782
|
onCheckedChange: {
|
|
696
783
|
type: import("vue").PropType<(checked: boolean) => void>;
|
|
@@ -713,6 +800,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
713
800
|
readonly default: undefined;
|
|
714
801
|
};
|
|
715
802
|
theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
803
|
+
closeBorderRadius: string;
|
|
716
804
|
heightTiny: string;
|
|
717
805
|
heightSmall: string;
|
|
718
806
|
heightMedium: string;
|
|
@@ -723,6 +811,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
723
811
|
fontSizeSmall: string;
|
|
724
812
|
fontSizeMedium: string;
|
|
725
813
|
fontSizeLarge: string;
|
|
814
|
+
fontWeightStrong: string;
|
|
726
815
|
textColorCheckable: string;
|
|
727
816
|
textColorHoverCheckable: string;
|
|
728
817
|
textColorPressedCheckable: string;
|
|
@@ -736,39 +825,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
736
825
|
border: string;
|
|
737
826
|
textColor: string;
|
|
738
827
|
color: string;
|
|
739
|
-
|
|
828
|
+
colorBordered: string;
|
|
829
|
+
closeIconColor: string;
|
|
830
|
+
closeIconColorHover: string;
|
|
831
|
+
closeIconColorPressed: string;
|
|
740
832
|
closeColorHover: string;
|
|
741
833
|
closeColorPressed: string;
|
|
742
834
|
borderPrimary: string;
|
|
743
835
|
textColorPrimary: string;
|
|
744
836
|
colorPrimary: string;
|
|
745
|
-
|
|
837
|
+
colorBorderedPrimary: string;
|
|
838
|
+
closeIconColorPrimary: string;
|
|
839
|
+
closeIconColorHoverPrimary: string;
|
|
840
|
+
closeIconColorPressedPrimary: string;
|
|
746
841
|
closeColorHoverPrimary: string;
|
|
747
842
|
closeColorPressedPrimary: string;
|
|
748
843
|
borderInfo: string;
|
|
749
844
|
textColorInfo: string;
|
|
750
845
|
colorInfo: string;
|
|
751
|
-
|
|
846
|
+
colorBorderedInfo: string;
|
|
847
|
+
closeIconColorInfo: string;
|
|
848
|
+
closeIconColorHoverInfo: string;
|
|
849
|
+
closeIconColorPressedInfo: string;
|
|
752
850
|
closeColorHoverInfo: string;
|
|
753
851
|
closeColorPressedInfo: string;
|
|
754
852
|
borderSuccess: string;
|
|
755
853
|
textColorSuccess: string;
|
|
756
854
|
colorSuccess: string;
|
|
757
|
-
|
|
855
|
+
colorBorderedSuccess: string;
|
|
856
|
+
closeIconColorSuccess: string;
|
|
857
|
+
closeIconColorHoverSuccess: string;
|
|
858
|
+
closeIconColorPressedSuccess: string;
|
|
758
859
|
closeColorHoverSuccess: string;
|
|
759
860
|
closeColorPressedSuccess: string;
|
|
760
861
|
borderWarning: string;
|
|
761
862
|
textColorWarning: string;
|
|
762
863
|
colorWarning: string;
|
|
763
|
-
|
|
864
|
+
colorBorderedWarning: string;
|
|
865
|
+
closeIconColorWarning: string;
|
|
866
|
+
closeIconColorHoverWarning: string;
|
|
867
|
+
closeIconColorPressedWarning: string;
|
|
764
868
|
closeColorHoverWarning: string;
|
|
765
869
|
closeColorPressedWarning: string;
|
|
766
870
|
borderError: string;
|
|
767
871
|
textColorError: string;
|
|
768
872
|
colorError: string;
|
|
769
|
-
|
|
873
|
+
colorBorderedError: string;
|
|
874
|
+
closeIconColorError: string;
|
|
875
|
+
closeIconColorHoverError: string;
|
|
876
|
+
closeIconColorPressedError: string;
|
|
770
877
|
closeColorHoverError: string;
|
|
771
878
|
closeColorPressedError: string;
|
|
879
|
+
closeIconSizeTiny: string;
|
|
880
|
+
closeIconSizeSmall: string;
|
|
881
|
+
closeIconSizeMedium: string;
|
|
882
|
+
closeIconSizeLarge: string;
|
|
772
883
|
closeSizeTiny: string;
|
|
773
884
|
closeSizeSmall: string;
|
|
774
885
|
closeSizeMedium: string;
|
|
@@ -778,6 +889,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
778
889
|
closeMarginRtl: string;
|
|
779
890
|
}, any>>;
|
|
780
891
|
themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
892
|
+
closeBorderRadius: string;
|
|
781
893
|
heightTiny: string;
|
|
782
894
|
heightSmall: string;
|
|
783
895
|
heightMedium: string;
|
|
@@ -788,6 +900,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
788
900
|
fontSizeSmall: string;
|
|
789
901
|
fontSizeMedium: string;
|
|
790
902
|
fontSizeLarge: string;
|
|
903
|
+
fontWeightStrong: string;
|
|
791
904
|
textColorCheckable: string;
|
|
792
905
|
textColorHoverCheckable: string;
|
|
793
906
|
textColorPressedCheckable: string;
|
|
@@ -801,39 +914,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
801
914
|
border: string;
|
|
802
915
|
textColor: string;
|
|
803
916
|
color: string;
|
|
804
|
-
|
|
917
|
+
colorBordered: string;
|
|
918
|
+
closeIconColor: string;
|
|
919
|
+
closeIconColorHover: string;
|
|
920
|
+
closeIconColorPressed: string;
|
|
805
921
|
closeColorHover: string;
|
|
806
922
|
closeColorPressed: string;
|
|
807
923
|
borderPrimary: string;
|
|
808
924
|
textColorPrimary: string;
|
|
809
925
|
colorPrimary: string;
|
|
810
|
-
|
|
926
|
+
colorBorderedPrimary: string;
|
|
927
|
+
closeIconColorPrimary: string;
|
|
928
|
+
closeIconColorHoverPrimary: string;
|
|
929
|
+
closeIconColorPressedPrimary: string;
|
|
811
930
|
closeColorHoverPrimary: string;
|
|
812
931
|
closeColorPressedPrimary: string;
|
|
813
932
|
borderInfo: string;
|
|
814
933
|
textColorInfo: string;
|
|
815
934
|
colorInfo: string;
|
|
816
|
-
|
|
935
|
+
colorBorderedInfo: string;
|
|
936
|
+
closeIconColorInfo: string;
|
|
937
|
+
closeIconColorHoverInfo: string;
|
|
938
|
+
closeIconColorPressedInfo: string;
|
|
817
939
|
closeColorHoverInfo: string;
|
|
818
940
|
closeColorPressedInfo: string;
|
|
819
941
|
borderSuccess: string;
|
|
820
942
|
textColorSuccess: string;
|
|
821
943
|
colorSuccess: string;
|
|
822
|
-
|
|
944
|
+
colorBorderedSuccess: string;
|
|
945
|
+
closeIconColorSuccess: string;
|
|
946
|
+
closeIconColorHoverSuccess: string;
|
|
947
|
+
closeIconColorPressedSuccess: string;
|
|
823
948
|
closeColorHoverSuccess: string;
|
|
824
949
|
closeColorPressedSuccess: string;
|
|
825
950
|
borderWarning: string;
|
|
826
951
|
textColorWarning: string;
|
|
827
952
|
colorWarning: string;
|
|
828
|
-
|
|
953
|
+
colorBorderedWarning: string;
|
|
954
|
+
closeIconColorWarning: string;
|
|
955
|
+
closeIconColorHoverWarning: string;
|
|
956
|
+
closeIconColorPressedWarning: string;
|
|
829
957
|
closeColorHoverWarning: string;
|
|
830
958
|
closeColorPressedWarning: string;
|
|
831
959
|
borderError: string;
|
|
832
960
|
textColorError: string;
|
|
833
961
|
colorError: string;
|
|
834
|
-
|
|
962
|
+
colorBorderedError: string;
|
|
963
|
+
closeIconColorError: string;
|
|
964
|
+
closeIconColorHoverError: string;
|
|
965
|
+
closeIconColorPressedError: string;
|
|
835
966
|
closeColorHoverError: string;
|
|
836
967
|
closeColorPressedError: string;
|
|
968
|
+
closeIconSizeTiny: string;
|
|
969
|
+
closeIconSizeSmall: string;
|
|
970
|
+
closeIconSizeMedium: string;
|
|
971
|
+
closeIconSizeLarge: string;
|
|
837
972
|
closeSizeTiny: string;
|
|
838
973
|
closeSizeSmall: string;
|
|
839
974
|
closeSizeMedium: string;
|
|
@@ -843,6 +978,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
843
978
|
closeMarginRtl: string;
|
|
844
979
|
}, any>>>;
|
|
845
980
|
builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
981
|
+
closeBorderRadius: string;
|
|
846
982
|
heightTiny: string;
|
|
847
983
|
heightSmall: string;
|
|
848
984
|
heightMedium: string;
|
|
@@ -853,6 +989,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
853
989
|
fontSizeSmall: string;
|
|
854
990
|
fontSizeMedium: string;
|
|
855
991
|
fontSizeLarge: string;
|
|
992
|
+
fontWeightStrong: string;
|
|
856
993
|
textColorCheckable: string;
|
|
857
994
|
textColorHoverCheckable: string;
|
|
858
995
|
textColorPressedCheckable: string;
|
|
@@ -866,39 +1003,61 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
866
1003
|
border: string;
|
|
867
1004
|
textColor: string;
|
|
868
1005
|
color: string;
|
|
869
|
-
|
|
1006
|
+
colorBordered: string;
|
|
1007
|
+
closeIconColor: string;
|
|
1008
|
+
closeIconColorHover: string;
|
|
1009
|
+
closeIconColorPressed: string;
|
|
870
1010
|
closeColorHover: string;
|
|
871
1011
|
closeColorPressed: string;
|
|
872
1012
|
borderPrimary: string;
|
|
873
1013
|
textColorPrimary: string;
|
|
874
1014
|
colorPrimary: string;
|
|
875
|
-
|
|
1015
|
+
colorBorderedPrimary: string;
|
|
1016
|
+
closeIconColorPrimary: string;
|
|
1017
|
+
closeIconColorHoverPrimary: string;
|
|
1018
|
+
closeIconColorPressedPrimary: string;
|
|
876
1019
|
closeColorHoverPrimary: string;
|
|
877
1020
|
closeColorPressedPrimary: string;
|
|
878
1021
|
borderInfo: string;
|
|
879
1022
|
textColorInfo: string;
|
|
880
1023
|
colorInfo: string;
|
|
881
|
-
|
|
1024
|
+
colorBorderedInfo: string;
|
|
1025
|
+
closeIconColorInfo: string;
|
|
1026
|
+
closeIconColorHoverInfo: string;
|
|
1027
|
+
closeIconColorPressedInfo: string;
|
|
882
1028
|
closeColorHoverInfo: string;
|
|
883
1029
|
closeColorPressedInfo: string;
|
|
884
1030
|
borderSuccess: string;
|
|
885
1031
|
textColorSuccess: string;
|
|
886
1032
|
colorSuccess: string;
|
|
887
|
-
|
|
1033
|
+
colorBorderedSuccess: string;
|
|
1034
|
+
closeIconColorSuccess: string;
|
|
1035
|
+
closeIconColorHoverSuccess: string;
|
|
1036
|
+
closeIconColorPressedSuccess: string;
|
|
888
1037
|
closeColorHoverSuccess: string;
|
|
889
1038
|
closeColorPressedSuccess: string;
|
|
890
1039
|
borderWarning: string;
|
|
891
1040
|
textColorWarning: string;
|
|
892
1041
|
colorWarning: string;
|
|
893
|
-
|
|
1042
|
+
colorBorderedWarning: string;
|
|
1043
|
+
closeIconColorWarning: string;
|
|
1044
|
+
closeIconColorHoverWarning: string;
|
|
1045
|
+
closeIconColorPressedWarning: string;
|
|
894
1046
|
closeColorHoverWarning: string;
|
|
895
1047
|
closeColorPressedWarning: string;
|
|
896
1048
|
borderError: string;
|
|
897
1049
|
textColorError: string;
|
|
898
1050
|
colorError: string;
|
|
899
|
-
|
|
1051
|
+
colorBorderedError: string;
|
|
1052
|
+
closeIconColorError: string;
|
|
1053
|
+
closeIconColorHoverError: string;
|
|
1054
|
+
closeIconColorPressedError: string;
|
|
900
1055
|
closeColorHoverError: string;
|
|
901
1056
|
closeColorPressedError: string;
|
|
1057
|
+
closeIconSizeTiny: string;
|
|
1058
|
+
closeIconSizeSmall: string;
|
|
1059
|
+
closeIconSizeMedium: string;
|
|
1060
|
+
closeIconSizeLarge: string;
|
|
902
1061
|
closeSizeTiny: string;
|
|
903
1062
|
closeSizeSmall: string;
|
|
904
1063
|
closeSizeMedium: string;
|
|
@@ -913,11 +1072,13 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
913
1072
|
size: "small" | "medium" | "large" | "tiny";
|
|
914
1073
|
disabled: boolean | undefined;
|
|
915
1074
|
checked: boolean;
|
|
1075
|
+
strong: boolean;
|
|
916
1076
|
bordered: boolean | undefined;
|
|
1077
|
+
closable: boolean;
|
|
917
1078
|
checkable: boolean;
|
|
1079
|
+
internalCloseFocusable: boolean;
|
|
918
1080
|
internalStopClickPropagation: boolean;
|
|
919
1081
|
onCheckedChange: (checked: boolean) => void;
|
|
920
|
-
closable: boolean;
|
|
921
1082
|
}>;
|
|
922
1083
|
NEllipsis: import("vue").DefineComponent<{
|
|
923
1084
|
readonly expandTrigger: import("vue").PropType<"click">;
|
|
@@ -1040,10 +1201,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1040
1201
|
opacity5: string;
|
|
1041
1202
|
dividerColor: string;
|
|
1042
1203
|
borderColor: string;
|
|
1043
|
-
|
|
1204
|
+
closeIconColor: string;
|
|
1205
|
+
closeIconColorHover: string;
|
|
1206
|
+
closeIconColorPressed: string;
|
|
1044
1207
|
closeColorHover: string;
|
|
1045
1208
|
closeColorPressed: string;
|
|
1046
|
-
closeColorDisabled: string;
|
|
1047
1209
|
clearColor: string;
|
|
1048
1210
|
clearColorHover: string;
|
|
1049
1211
|
clearColorPressed: string;
|
|
@@ -1239,7 +1401,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1239
1401
|
}>;
|
|
1240
1402
|
}>>>;
|
|
1241
1403
|
}>>, {
|
|
1242
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1404
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1243
1405
|
}>;
|
|
1244
1406
|
SlotRender: import("vue").DefineComponent<{
|
|
1245
1407
|
renderer: {
|
|
@@ -1409,10 +1571,11 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1409
1571
|
opacity5: string;
|
|
1410
1572
|
dividerColor: string;
|
|
1411
1573
|
borderColor: string;
|
|
1412
|
-
|
|
1574
|
+
closeIconColor: string;
|
|
1575
|
+
closeIconColorHover: string;
|
|
1576
|
+
closeIconColorPressed: string;
|
|
1413
1577
|
closeColorHover: string;
|
|
1414
1578
|
closeColorPressed: string;
|
|
1415
|
-
closeColorDisabled: string;
|
|
1416
1579
|
clearColor: string;
|
|
1417
1580
|
clearColorHover: string;
|
|
1418
1581
|
clearColorPressed: string;
|
|
@@ -1608,7 +1771,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1608
1771
|
}>;
|
|
1609
1772
|
}>>>;
|
|
1610
1773
|
}>>, {
|
|
1611
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1774
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1612
1775
|
}>;
|
|
1613
1776
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1614
1777
|
content: {
|
|
@@ -1670,6 +1833,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1670
1833
|
}, {
|
|
1671
1834
|
separator: string;
|
|
1672
1835
|
labelField: string;
|
|
1836
|
+
valueField: string;
|
|
1673
1837
|
patientInfo: Partial<{
|
|
1674
1838
|
name: string;
|
|
1675
1839
|
sex: string;
|
|
@@ -1680,7 +1844,6 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
|
|
|
1680
1844
|
content: string;
|
|
1681
1845
|
}>[] | undefined;
|
|
1682
1846
|
}>;
|
|
1683
|
-
valueField: string;
|
|
1684
1847
|
minColumnWidth: string | number;
|
|
1685
1848
|
rowHeight: string | number;
|
|
1686
1849
|
}>>;
|
|
@@ -147,10 +147,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
147
147
|
opacity5: string;
|
|
148
148
|
dividerColor: string;
|
|
149
149
|
borderColor: string;
|
|
150
|
-
|
|
150
|
+
closeIconColor: string;
|
|
151
|
+
closeIconColorHover: string;
|
|
152
|
+
closeIconColorPressed: string;
|
|
151
153
|
closeColorHover: string;
|
|
152
154
|
closeColorPressed: string;
|
|
153
|
-
closeColorDisabled: string;
|
|
154
155
|
clearColor: string;
|
|
155
156
|
clearColorHover: string;
|
|
156
157
|
clearColorPressed: string;
|
|
@@ -346,7 +347,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
346
347
|
}>;
|
|
347
348
|
}>>>;
|
|
348
349
|
}>>, {
|
|
349
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
350
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
350
351
|
}>;
|
|
351
352
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
352
353
|
content: {
|