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
|
@@ -387,12 +387,12 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
387
387
|
tdPaddingLarge: string;
|
|
388
388
|
}, any>>>;
|
|
389
389
|
}>>, {
|
|
390
|
-
column: number;
|
|
391
|
-
size: "small" | "medium" | "large";
|
|
392
|
-
separator: string;
|
|
393
|
-
bordered: boolean;
|
|
394
|
-
labelAlign: "left" | "right" | "center";
|
|
395
|
-
labelPlacement: "top" | "left";
|
|
390
|
+
readonly column: number;
|
|
391
|
+
readonly size: "small" | "medium" | "large";
|
|
392
|
+
readonly separator: string;
|
|
393
|
+
readonly bordered: boolean;
|
|
394
|
+
readonly labelAlign: "left" | "right" | "center";
|
|
395
|
+
readonly labelPlacement: "top" | "left";
|
|
396
396
|
}>;
|
|
397
397
|
NDescriptionsItem: import("vue").DefineComponent<{
|
|
398
398
|
readonly label: StringConstructor;
|
|
@@ -411,7 +411,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
411
411
|
readonly labelStyle: PropType<string | CSSProperties>;
|
|
412
412
|
readonly contentStyle: PropType<string | CSSProperties>;
|
|
413
413
|
}>>, {
|
|
414
|
-
span: number;
|
|
414
|
+
readonly span: number;
|
|
415
415
|
}>;
|
|
416
416
|
NTag: import("vue").DefineComponent<{
|
|
417
417
|
bordered: {
|
|
@@ -420,11 +420,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
420
420
|
};
|
|
421
421
|
checked: BooleanConstructor;
|
|
422
422
|
checkable: BooleanConstructor;
|
|
423
|
+
strong: BooleanConstructor;
|
|
423
424
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
424
425
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
425
426
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
426
427
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
427
428
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
429
|
+
internalCloseFocusable: {
|
|
430
|
+
type: BooleanConstructor;
|
|
431
|
+
default: boolean;
|
|
432
|
+
};
|
|
428
433
|
internalStopClickPropagation: BooleanConstructor;
|
|
429
434
|
onCheckedChange: {
|
|
430
435
|
type: PropType<(checked: boolean) => void>;
|
|
@@ -447,6 +452,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
447
452
|
readonly default: undefined;
|
|
448
453
|
};
|
|
449
454
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
455
|
+
closeBorderRadius: string;
|
|
450
456
|
heightTiny: string;
|
|
451
457
|
heightSmall: string;
|
|
452
458
|
heightMedium: string;
|
|
@@ -457,6 +463,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
457
463
|
fontSizeSmall: string;
|
|
458
464
|
fontSizeMedium: string;
|
|
459
465
|
fontSizeLarge: string;
|
|
466
|
+
fontWeightStrong: string;
|
|
460
467
|
textColorCheckable: string;
|
|
461
468
|
textColorHoverCheckable: string;
|
|
462
469
|
textColorPressedCheckable: string;
|
|
@@ -470,39 +477,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
470
477
|
border: string;
|
|
471
478
|
textColor: string;
|
|
472
479
|
color: string;
|
|
473
|
-
|
|
480
|
+
colorBordered: string;
|
|
481
|
+
closeIconColor: string;
|
|
482
|
+
closeIconColorHover: string;
|
|
483
|
+
closeIconColorPressed: string;
|
|
474
484
|
closeColorHover: string;
|
|
475
485
|
closeColorPressed: string;
|
|
476
486
|
borderPrimary: string;
|
|
477
487
|
textColorPrimary: string;
|
|
478
488
|
colorPrimary: string;
|
|
479
|
-
|
|
489
|
+
colorBorderedPrimary: string;
|
|
490
|
+
closeIconColorPrimary: string;
|
|
491
|
+
closeIconColorHoverPrimary: string;
|
|
492
|
+
closeIconColorPressedPrimary: string;
|
|
480
493
|
closeColorHoverPrimary: string;
|
|
481
494
|
closeColorPressedPrimary: string;
|
|
482
495
|
borderInfo: string;
|
|
483
496
|
textColorInfo: string;
|
|
484
497
|
colorInfo: string;
|
|
485
|
-
|
|
498
|
+
colorBorderedInfo: string;
|
|
499
|
+
closeIconColorInfo: string;
|
|
500
|
+
closeIconColorHoverInfo: string;
|
|
501
|
+
closeIconColorPressedInfo: string;
|
|
486
502
|
closeColorHoverInfo: string;
|
|
487
503
|
closeColorPressedInfo: string;
|
|
488
504
|
borderSuccess: string;
|
|
489
505
|
textColorSuccess: string;
|
|
490
506
|
colorSuccess: string;
|
|
491
|
-
|
|
507
|
+
colorBorderedSuccess: string;
|
|
508
|
+
closeIconColorSuccess: string;
|
|
509
|
+
closeIconColorHoverSuccess: string;
|
|
510
|
+
closeIconColorPressedSuccess: string;
|
|
492
511
|
closeColorHoverSuccess: string;
|
|
493
512
|
closeColorPressedSuccess: string;
|
|
494
513
|
borderWarning: string;
|
|
495
514
|
textColorWarning: string;
|
|
496
515
|
colorWarning: string;
|
|
497
|
-
|
|
516
|
+
colorBorderedWarning: string;
|
|
517
|
+
closeIconColorWarning: string;
|
|
518
|
+
closeIconColorHoverWarning: string;
|
|
519
|
+
closeIconColorPressedWarning: string;
|
|
498
520
|
closeColorHoverWarning: string;
|
|
499
521
|
closeColorPressedWarning: string;
|
|
500
522
|
borderError: string;
|
|
501
523
|
textColorError: string;
|
|
502
524
|
colorError: string;
|
|
503
|
-
|
|
525
|
+
colorBorderedError: string;
|
|
526
|
+
closeIconColorError: string;
|
|
527
|
+
closeIconColorHoverError: string;
|
|
528
|
+
closeIconColorPressedError: string;
|
|
504
529
|
closeColorHoverError: string;
|
|
505
530
|
closeColorPressedError: string;
|
|
531
|
+
closeIconSizeTiny: string;
|
|
532
|
+
closeIconSizeSmall: string;
|
|
533
|
+
closeIconSizeMedium: string;
|
|
534
|
+
closeIconSizeLarge: string;
|
|
506
535
|
closeSizeTiny: string;
|
|
507
536
|
closeSizeSmall: string;
|
|
508
537
|
closeSizeMedium: string;
|
|
@@ -512,6 +541,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
512
541
|
closeMarginRtl: string;
|
|
513
542
|
}, any>>;
|
|
514
543
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
544
|
+
closeBorderRadius: string;
|
|
515
545
|
heightTiny: string;
|
|
516
546
|
heightSmall: string;
|
|
517
547
|
heightMedium: string;
|
|
@@ -522,6 +552,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
522
552
|
fontSizeSmall: string;
|
|
523
553
|
fontSizeMedium: string;
|
|
524
554
|
fontSizeLarge: string;
|
|
555
|
+
fontWeightStrong: string;
|
|
525
556
|
textColorCheckable: string;
|
|
526
557
|
textColorHoverCheckable: string;
|
|
527
558
|
textColorPressedCheckable: string;
|
|
@@ -535,39 +566,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
535
566
|
border: string;
|
|
536
567
|
textColor: string;
|
|
537
568
|
color: string;
|
|
538
|
-
|
|
569
|
+
colorBordered: string;
|
|
570
|
+
closeIconColor: string;
|
|
571
|
+
closeIconColorHover: string;
|
|
572
|
+
closeIconColorPressed: string;
|
|
539
573
|
closeColorHover: string;
|
|
540
574
|
closeColorPressed: string;
|
|
541
575
|
borderPrimary: string;
|
|
542
576
|
textColorPrimary: string;
|
|
543
577
|
colorPrimary: string;
|
|
544
|
-
|
|
578
|
+
colorBorderedPrimary: string;
|
|
579
|
+
closeIconColorPrimary: string;
|
|
580
|
+
closeIconColorHoverPrimary: string;
|
|
581
|
+
closeIconColorPressedPrimary: string;
|
|
545
582
|
closeColorHoverPrimary: string;
|
|
546
583
|
closeColorPressedPrimary: string;
|
|
547
584
|
borderInfo: string;
|
|
548
585
|
textColorInfo: string;
|
|
549
586
|
colorInfo: string;
|
|
550
|
-
|
|
587
|
+
colorBorderedInfo: string;
|
|
588
|
+
closeIconColorInfo: string;
|
|
589
|
+
closeIconColorHoverInfo: string;
|
|
590
|
+
closeIconColorPressedInfo: string;
|
|
551
591
|
closeColorHoverInfo: string;
|
|
552
592
|
closeColorPressedInfo: string;
|
|
553
593
|
borderSuccess: string;
|
|
554
594
|
textColorSuccess: string;
|
|
555
595
|
colorSuccess: string;
|
|
556
|
-
|
|
596
|
+
colorBorderedSuccess: string;
|
|
597
|
+
closeIconColorSuccess: string;
|
|
598
|
+
closeIconColorHoverSuccess: string;
|
|
599
|
+
closeIconColorPressedSuccess: string;
|
|
557
600
|
closeColorHoverSuccess: string;
|
|
558
601
|
closeColorPressedSuccess: string;
|
|
559
602
|
borderWarning: string;
|
|
560
603
|
textColorWarning: string;
|
|
561
604
|
colorWarning: string;
|
|
562
|
-
|
|
605
|
+
colorBorderedWarning: string;
|
|
606
|
+
closeIconColorWarning: string;
|
|
607
|
+
closeIconColorHoverWarning: string;
|
|
608
|
+
closeIconColorPressedWarning: string;
|
|
563
609
|
closeColorHoverWarning: string;
|
|
564
610
|
closeColorPressedWarning: string;
|
|
565
611
|
borderError: string;
|
|
566
612
|
textColorError: string;
|
|
567
613
|
colorError: string;
|
|
568
|
-
|
|
614
|
+
colorBorderedError: string;
|
|
615
|
+
closeIconColorError: string;
|
|
616
|
+
closeIconColorHoverError: string;
|
|
617
|
+
closeIconColorPressedError: string;
|
|
569
618
|
closeColorHoverError: string;
|
|
570
619
|
closeColorPressedError: string;
|
|
620
|
+
closeIconSizeTiny: string;
|
|
621
|
+
closeIconSizeSmall: string;
|
|
622
|
+
closeIconSizeMedium: string;
|
|
623
|
+
closeIconSizeLarge: string;
|
|
571
624
|
closeSizeTiny: string;
|
|
572
625
|
closeSizeSmall: string;
|
|
573
626
|
closeSizeMedium: string;
|
|
@@ -577,6 +630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
577
630
|
closeMarginRtl: string;
|
|
578
631
|
}, any>>>;
|
|
579
632
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
633
|
+
closeBorderRadius: string;
|
|
580
634
|
heightTiny: string;
|
|
581
635
|
heightSmall: string;
|
|
582
636
|
heightMedium: string;
|
|
@@ -587,6 +641,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
587
641
|
fontSizeSmall: string;
|
|
588
642
|
fontSizeMedium: string;
|
|
589
643
|
fontSizeLarge: string;
|
|
644
|
+
fontWeightStrong: string;
|
|
590
645
|
textColorCheckable: string;
|
|
591
646
|
textColorHoverCheckable: string;
|
|
592
647
|
textColorPressedCheckable: string;
|
|
@@ -600,39 +655,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
600
655
|
border: string;
|
|
601
656
|
textColor: string;
|
|
602
657
|
color: string;
|
|
603
|
-
|
|
658
|
+
colorBordered: string;
|
|
659
|
+
closeIconColor: string;
|
|
660
|
+
closeIconColorHover: string;
|
|
661
|
+
closeIconColorPressed: string;
|
|
604
662
|
closeColorHover: string;
|
|
605
663
|
closeColorPressed: string;
|
|
606
664
|
borderPrimary: string;
|
|
607
665
|
textColorPrimary: string;
|
|
608
666
|
colorPrimary: string;
|
|
609
|
-
|
|
667
|
+
colorBorderedPrimary: string;
|
|
668
|
+
closeIconColorPrimary: string;
|
|
669
|
+
closeIconColorHoverPrimary: string;
|
|
670
|
+
closeIconColorPressedPrimary: string;
|
|
610
671
|
closeColorHoverPrimary: string;
|
|
611
672
|
closeColorPressedPrimary: string;
|
|
612
673
|
borderInfo: string;
|
|
613
674
|
textColorInfo: string;
|
|
614
675
|
colorInfo: string;
|
|
615
|
-
|
|
676
|
+
colorBorderedInfo: string;
|
|
677
|
+
closeIconColorInfo: string;
|
|
678
|
+
closeIconColorHoverInfo: string;
|
|
679
|
+
closeIconColorPressedInfo: string;
|
|
616
680
|
closeColorHoverInfo: string;
|
|
617
681
|
closeColorPressedInfo: string;
|
|
618
682
|
borderSuccess: string;
|
|
619
683
|
textColorSuccess: string;
|
|
620
684
|
colorSuccess: string;
|
|
621
|
-
|
|
685
|
+
colorBorderedSuccess: string;
|
|
686
|
+
closeIconColorSuccess: string;
|
|
687
|
+
closeIconColorHoverSuccess: string;
|
|
688
|
+
closeIconColorPressedSuccess: string;
|
|
622
689
|
closeColorHoverSuccess: string;
|
|
623
690
|
closeColorPressedSuccess: string;
|
|
624
691
|
borderWarning: string;
|
|
625
692
|
textColorWarning: string;
|
|
626
693
|
colorWarning: string;
|
|
627
|
-
|
|
694
|
+
colorBorderedWarning: string;
|
|
695
|
+
closeIconColorWarning: string;
|
|
696
|
+
closeIconColorHoverWarning: string;
|
|
697
|
+
closeIconColorPressedWarning: string;
|
|
628
698
|
closeColorHoverWarning: string;
|
|
629
699
|
closeColorPressedWarning: string;
|
|
630
700
|
borderError: string;
|
|
631
701
|
textColorError: string;
|
|
632
702
|
colorError: string;
|
|
633
|
-
|
|
703
|
+
colorBorderedError: string;
|
|
704
|
+
closeIconColorError: string;
|
|
705
|
+
closeIconColorHoverError: string;
|
|
706
|
+
closeIconColorPressedError: string;
|
|
634
707
|
closeColorHoverError: string;
|
|
635
708
|
closeColorPressedError: string;
|
|
709
|
+
closeIconSizeTiny: string;
|
|
710
|
+
closeIconSizeSmall: string;
|
|
711
|
+
closeIconSizeMedium: string;
|
|
712
|
+
closeIconSizeLarge: string;
|
|
636
713
|
closeSizeTiny: string;
|
|
637
714
|
closeSizeSmall: string;
|
|
638
715
|
closeSizeMedium: string;
|
|
@@ -649,14 +726,19 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
649
726
|
handleClick: (e: MouseEvent) => void;
|
|
650
727
|
handleCloseClick: (e: MouseEvent) => void;
|
|
651
728
|
cssVars: import("vue").ComputedRef<{
|
|
729
|
+
'--n-font-weight-strong': string;
|
|
652
730
|
'--n-avatar-size-override': string;
|
|
653
731
|
'--n-bezier': string;
|
|
654
732
|
'--n-border-radius': string;
|
|
655
733
|
'--n-border': string;
|
|
656
|
-
'--n-close-
|
|
657
|
-
'--n-close-color-hover': string;
|
|
734
|
+
'--n-close-icon-size': string;
|
|
658
735
|
'--n-close-color-pressed': string;
|
|
659
|
-
'--n-close-color-
|
|
736
|
+
'--n-close-color-hover': string;
|
|
737
|
+
'--n-close-border-radius': string;
|
|
738
|
+
'--n-close-icon-color': string;
|
|
739
|
+
'--n-close-icon-color-hover': string;
|
|
740
|
+
'--n-close-icon-color-pressed': string;
|
|
741
|
+
'--n-close-icon-color-disabled': string;
|
|
660
742
|
'--n-close-margin': string;
|
|
661
743
|
'--n-close-margin-rtl': string;
|
|
662
744
|
'--n-close-size': string;
|
|
@@ -687,11 +769,16 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
687
769
|
};
|
|
688
770
|
checked: BooleanConstructor;
|
|
689
771
|
checkable: BooleanConstructor;
|
|
772
|
+
strong: BooleanConstructor;
|
|
690
773
|
onClose: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
|
|
691
774
|
onMouseenter: PropType<(e: MouseEvent) => void>;
|
|
692
775
|
onMouseleave: PropType<(e: MouseEvent) => void>;
|
|
693
776
|
'onUpdate:checked': PropType<(checked: boolean) => void>;
|
|
694
777
|
onUpdateChecked: PropType<(checked: boolean) => void>;
|
|
778
|
+
internalCloseFocusable: {
|
|
779
|
+
type: BooleanConstructor;
|
|
780
|
+
default: boolean;
|
|
781
|
+
};
|
|
695
782
|
internalStopClickPropagation: BooleanConstructor;
|
|
696
783
|
onCheckedChange: {
|
|
697
784
|
type: PropType<(checked: boolean) => void>;
|
|
@@ -714,6 +801,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
714
801
|
readonly default: undefined;
|
|
715
802
|
};
|
|
716
803
|
theme: PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
804
|
+
closeBorderRadius: string;
|
|
717
805
|
heightTiny: string;
|
|
718
806
|
heightSmall: string;
|
|
719
807
|
heightMedium: string;
|
|
@@ -724,6 +812,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
724
812
|
fontSizeSmall: string;
|
|
725
813
|
fontSizeMedium: string;
|
|
726
814
|
fontSizeLarge: string;
|
|
815
|
+
fontWeightStrong: string;
|
|
727
816
|
textColorCheckable: string;
|
|
728
817
|
textColorHoverCheckable: string;
|
|
729
818
|
textColorPressedCheckable: string;
|
|
@@ -737,39 +826,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
737
826
|
border: string;
|
|
738
827
|
textColor: string;
|
|
739
828
|
color: string;
|
|
740
|
-
|
|
829
|
+
colorBordered: string;
|
|
830
|
+
closeIconColor: string;
|
|
831
|
+
closeIconColorHover: string;
|
|
832
|
+
closeIconColorPressed: string;
|
|
741
833
|
closeColorHover: string;
|
|
742
834
|
closeColorPressed: string;
|
|
743
835
|
borderPrimary: string;
|
|
744
836
|
textColorPrimary: string;
|
|
745
837
|
colorPrimary: string;
|
|
746
|
-
|
|
838
|
+
colorBorderedPrimary: string;
|
|
839
|
+
closeIconColorPrimary: string;
|
|
840
|
+
closeIconColorHoverPrimary: string;
|
|
841
|
+
closeIconColorPressedPrimary: string;
|
|
747
842
|
closeColorHoverPrimary: string;
|
|
748
843
|
closeColorPressedPrimary: string;
|
|
749
844
|
borderInfo: string;
|
|
750
845
|
textColorInfo: string;
|
|
751
846
|
colorInfo: string;
|
|
752
|
-
|
|
847
|
+
colorBorderedInfo: string;
|
|
848
|
+
closeIconColorInfo: string;
|
|
849
|
+
closeIconColorHoverInfo: string;
|
|
850
|
+
closeIconColorPressedInfo: string;
|
|
753
851
|
closeColorHoverInfo: string;
|
|
754
852
|
closeColorPressedInfo: string;
|
|
755
853
|
borderSuccess: string;
|
|
756
854
|
textColorSuccess: string;
|
|
757
855
|
colorSuccess: string;
|
|
758
|
-
|
|
856
|
+
colorBorderedSuccess: string;
|
|
857
|
+
closeIconColorSuccess: string;
|
|
858
|
+
closeIconColorHoverSuccess: string;
|
|
859
|
+
closeIconColorPressedSuccess: string;
|
|
759
860
|
closeColorHoverSuccess: string;
|
|
760
861
|
closeColorPressedSuccess: string;
|
|
761
862
|
borderWarning: string;
|
|
762
863
|
textColorWarning: string;
|
|
763
864
|
colorWarning: string;
|
|
764
|
-
|
|
865
|
+
colorBorderedWarning: string;
|
|
866
|
+
closeIconColorWarning: string;
|
|
867
|
+
closeIconColorHoverWarning: string;
|
|
868
|
+
closeIconColorPressedWarning: string;
|
|
765
869
|
closeColorHoverWarning: string;
|
|
766
870
|
closeColorPressedWarning: string;
|
|
767
871
|
borderError: string;
|
|
768
872
|
textColorError: string;
|
|
769
873
|
colorError: string;
|
|
770
|
-
|
|
874
|
+
colorBorderedError: string;
|
|
875
|
+
closeIconColorError: string;
|
|
876
|
+
closeIconColorHoverError: string;
|
|
877
|
+
closeIconColorPressedError: string;
|
|
771
878
|
closeColorHoverError: string;
|
|
772
879
|
closeColorPressedError: string;
|
|
880
|
+
closeIconSizeTiny: string;
|
|
881
|
+
closeIconSizeSmall: string;
|
|
882
|
+
closeIconSizeMedium: string;
|
|
883
|
+
closeIconSizeLarge: string;
|
|
773
884
|
closeSizeTiny: string;
|
|
774
885
|
closeSizeSmall: string;
|
|
775
886
|
closeSizeMedium: string;
|
|
@@ -779,6 +890,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
779
890
|
closeMarginRtl: string;
|
|
780
891
|
}, any>>;
|
|
781
892
|
themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
893
|
+
closeBorderRadius: string;
|
|
782
894
|
heightTiny: string;
|
|
783
895
|
heightSmall: string;
|
|
784
896
|
heightMedium: string;
|
|
@@ -789,6 +901,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
789
901
|
fontSizeSmall: string;
|
|
790
902
|
fontSizeMedium: string;
|
|
791
903
|
fontSizeLarge: string;
|
|
904
|
+
fontWeightStrong: string;
|
|
792
905
|
textColorCheckable: string;
|
|
793
906
|
textColorHoverCheckable: string;
|
|
794
907
|
textColorPressedCheckable: string;
|
|
@@ -802,39 +915,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
802
915
|
border: string;
|
|
803
916
|
textColor: string;
|
|
804
917
|
color: string;
|
|
805
|
-
|
|
918
|
+
colorBordered: string;
|
|
919
|
+
closeIconColor: string;
|
|
920
|
+
closeIconColorHover: string;
|
|
921
|
+
closeIconColorPressed: string;
|
|
806
922
|
closeColorHover: string;
|
|
807
923
|
closeColorPressed: string;
|
|
808
924
|
borderPrimary: string;
|
|
809
925
|
textColorPrimary: string;
|
|
810
926
|
colorPrimary: string;
|
|
811
|
-
|
|
927
|
+
colorBorderedPrimary: string;
|
|
928
|
+
closeIconColorPrimary: string;
|
|
929
|
+
closeIconColorHoverPrimary: string;
|
|
930
|
+
closeIconColorPressedPrimary: string;
|
|
812
931
|
closeColorHoverPrimary: string;
|
|
813
932
|
closeColorPressedPrimary: string;
|
|
814
933
|
borderInfo: string;
|
|
815
934
|
textColorInfo: string;
|
|
816
935
|
colorInfo: string;
|
|
817
|
-
|
|
936
|
+
colorBorderedInfo: string;
|
|
937
|
+
closeIconColorInfo: string;
|
|
938
|
+
closeIconColorHoverInfo: string;
|
|
939
|
+
closeIconColorPressedInfo: string;
|
|
818
940
|
closeColorHoverInfo: string;
|
|
819
941
|
closeColorPressedInfo: string;
|
|
820
942
|
borderSuccess: string;
|
|
821
943
|
textColorSuccess: string;
|
|
822
944
|
colorSuccess: string;
|
|
823
|
-
|
|
945
|
+
colorBorderedSuccess: string;
|
|
946
|
+
closeIconColorSuccess: string;
|
|
947
|
+
closeIconColorHoverSuccess: string;
|
|
948
|
+
closeIconColorPressedSuccess: string;
|
|
824
949
|
closeColorHoverSuccess: string;
|
|
825
950
|
closeColorPressedSuccess: string;
|
|
826
951
|
borderWarning: string;
|
|
827
952
|
textColorWarning: string;
|
|
828
953
|
colorWarning: string;
|
|
829
|
-
|
|
954
|
+
colorBorderedWarning: string;
|
|
955
|
+
closeIconColorWarning: string;
|
|
956
|
+
closeIconColorHoverWarning: string;
|
|
957
|
+
closeIconColorPressedWarning: string;
|
|
830
958
|
closeColorHoverWarning: string;
|
|
831
959
|
closeColorPressedWarning: string;
|
|
832
960
|
borderError: string;
|
|
833
961
|
textColorError: string;
|
|
834
962
|
colorError: string;
|
|
835
|
-
|
|
963
|
+
colorBorderedError: string;
|
|
964
|
+
closeIconColorError: string;
|
|
965
|
+
closeIconColorHoverError: string;
|
|
966
|
+
closeIconColorPressedError: string;
|
|
836
967
|
closeColorHoverError: string;
|
|
837
968
|
closeColorPressedError: string;
|
|
969
|
+
closeIconSizeTiny: string;
|
|
970
|
+
closeIconSizeSmall: string;
|
|
971
|
+
closeIconSizeMedium: string;
|
|
972
|
+
closeIconSizeLarge: string;
|
|
838
973
|
closeSizeTiny: string;
|
|
839
974
|
closeSizeSmall: string;
|
|
840
975
|
closeSizeMedium: string;
|
|
@@ -844,6 +979,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
844
979
|
closeMarginRtl: string;
|
|
845
980
|
}, any>>>;
|
|
846
981
|
builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
|
|
982
|
+
closeBorderRadius: string;
|
|
847
983
|
heightTiny: string;
|
|
848
984
|
heightSmall: string;
|
|
849
985
|
heightMedium: string;
|
|
@@ -854,6 +990,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
854
990
|
fontSizeSmall: string;
|
|
855
991
|
fontSizeMedium: string;
|
|
856
992
|
fontSizeLarge: string;
|
|
993
|
+
fontWeightStrong: string;
|
|
857
994
|
textColorCheckable: string;
|
|
858
995
|
textColorHoverCheckable: string;
|
|
859
996
|
textColorPressedCheckable: string;
|
|
@@ -867,39 +1004,61 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
867
1004
|
border: string;
|
|
868
1005
|
textColor: string;
|
|
869
1006
|
color: string;
|
|
870
|
-
|
|
1007
|
+
colorBordered: string;
|
|
1008
|
+
closeIconColor: string;
|
|
1009
|
+
closeIconColorHover: string;
|
|
1010
|
+
closeIconColorPressed: string;
|
|
871
1011
|
closeColorHover: string;
|
|
872
1012
|
closeColorPressed: string;
|
|
873
1013
|
borderPrimary: string;
|
|
874
1014
|
textColorPrimary: string;
|
|
875
1015
|
colorPrimary: string;
|
|
876
|
-
|
|
1016
|
+
colorBorderedPrimary: string;
|
|
1017
|
+
closeIconColorPrimary: string;
|
|
1018
|
+
closeIconColorHoverPrimary: string;
|
|
1019
|
+
closeIconColorPressedPrimary: string;
|
|
877
1020
|
closeColorHoverPrimary: string;
|
|
878
1021
|
closeColorPressedPrimary: string;
|
|
879
1022
|
borderInfo: string;
|
|
880
1023
|
textColorInfo: string;
|
|
881
1024
|
colorInfo: string;
|
|
882
|
-
|
|
1025
|
+
colorBorderedInfo: string;
|
|
1026
|
+
closeIconColorInfo: string;
|
|
1027
|
+
closeIconColorHoverInfo: string;
|
|
1028
|
+
closeIconColorPressedInfo: string;
|
|
883
1029
|
closeColorHoverInfo: string;
|
|
884
1030
|
closeColorPressedInfo: string;
|
|
885
1031
|
borderSuccess: string;
|
|
886
1032
|
textColorSuccess: string;
|
|
887
1033
|
colorSuccess: string;
|
|
888
|
-
|
|
1034
|
+
colorBorderedSuccess: string;
|
|
1035
|
+
closeIconColorSuccess: string;
|
|
1036
|
+
closeIconColorHoverSuccess: string;
|
|
1037
|
+
closeIconColorPressedSuccess: string;
|
|
889
1038
|
closeColorHoverSuccess: string;
|
|
890
1039
|
closeColorPressedSuccess: string;
|
|
891
1040
|
borderWarning: string;
|
|
892
1041
|
textColorWarning: string;
|
|
893
1042
|
colorWarning: string;
|
|
894
|
-
|
|
1043
|
+
colorBorderedWarning: string;
|
|
1044
|
+
closeIconColorWarning: string;
|
|
1045
|
+
closeIconColorHoverWarning: string;
|
|
1046
|
+
closeIconColorPressedWarning: string;
|
|
895
1047
|
closeColorHoverWarning: string;
|
|
896
1048
|
closeColorPressedWarning: string;
|
|
897
1049
|
borderError: string;
|
|
898
1050
|
textColorError: string;
|
|
899
1051
|
colorError: string;
|
|
900
|
-
|
|
1052
|
+
colorBorderedError: string;
|
|
1053
|
+
closeIconColorError: string;
|
|
1054
|
+
closeIconColorHoverError: string;
|
|
1055
|
+
closeIconColorPressedError: string;
|
|
901
1056
|
closeColorHoverError: string;
|
|
902
1057
|
closeColorPressedError: string;
|
|
1058
|
+
closeIconSizeTiny: string;
|
|
1059
|
+
closeIconSizeSmall: string;
|
|
1060
|
+
closeIconSizeMedium: string;
|
|
1061
|
+
closeIconSizeLarge: string;
|
|
903
1062
|
closeSizeTiny: string;
|
|
904
1063
|
closeSizeSmall: string;
|
|
905
1064
|
closeSizeMedium: string;
|
|
@@ -914,11 +1073,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
914
1073
|
size: "small" | "medium" | "large" | "tiny";
|
|
915
1074
|
disabled: boolean | undefined;
|
|
916
1075
|
checked: boolean;
|
|
1076
|
+
strong: boolean;
|
|
917
1077
|
bordered: boolean | undefined;
|
|
1078
|
+
closable: boolean;
|
|
918
1079
|
checkable: boolean;
|
|
1080
|
+
internalCloseFocusable: boolean;
|
|
919
1081
|
internalStopClickPropagation: boolean;
|
|
920
1082
|
onCheckedChange: (checked: boolean) => void;
|
|
921
|
-
closable: boolean;
|
|
922
1083
|
}>;
|
|
923
1084
|
NEllipsis: import("vue").DefineComponent<{
|
|
924
1085
|
readonly expandTrigger: PropType<"click">;
|
|
@@ -1041,10 +1202,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1041
1202
|
opacity5: string;
|
|
1042
1203
|
dividerColor: string;
|
|
1043
1204
|
borderColor: string;
|
|
1044
|
-
|
|
1205
|
+
closeIconColor: string;
|
|
1206
|
+
closeIconColorHover: string;
|
|
1207
|
+
closeIconColorPressed: string;
|
|
1045
1208
|
closeColorHover: string;
|
|
1046
1209
|
closeColorPressed: string;
|
|
1047
|
-
closeColorDisabled: string;
|
|
1048
1210
|
clearColor: string;
|
|
1049
1211
|
clearColorHover: string;
|
|
1050
1212
|
clearColorPressed: string;
|
|
@@ -1240,7 +1402,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1240
1402
|
}>;
|
|
1241
1403
|
}>>>;
|
|
1242
1404
|
}>>, {
|
|
1243
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1405
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1244
1406
|
}>;
|
|
1245
1407
|
SlotRender: import("vue").DefineComponent<{
|
|
1246
1408
|
renderer: {
|
|
@@ -1410,10 +1572,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1410
1572
|
opacity5: string;
|
|
1411
1573
|
dividerColor: string;
|
|
1412
1574
|
borderColor: string;
|
|
1413
|
-
|
|
1575
|
+
closeIconColor: string;
|
|
1576
|
+
closeIconColorHover: string;
|
|
1577
|
+
closeIconColorPressed: string;
|
|
1414
1578
|
closeColorHover: string;
|
|
1415
1579
|
closeColorPressed: string;
|
|
1416
|
-
closeColorDisabled: string;
|
|
1417
1580
|
clearColor: string;
|
|
1418
1581
|
clearColorHover: string;
|
|
1419
1582
|
clearColorPressed: string;
|
|
@@ -1609,7 +1772,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1609
1772
|
}>;
|
|
1610
1773
|
}>>>;
|
|
1611
1774
|
}>>, {
|
|
1612
|
-
tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1775
|
+
readonly tooltip: boolean | import("naive-ui").PopoverProps;
|
|
1613
1776
|
}>;
|
|
1614
1777
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
1615
1778
|
content: {
|
|
@@ -1671,6 +1834,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1671
1834
|
}, {
|
|
1672
1835
|
separator: string;
|
|
1673
1836
|
labelField: string;
|
|
1837
|
+
valueField: string;
|
|
1674
1838
|
patientInfo: Partial<{
|
|
1675
1839
|
name: string;
|
|
1676
1840
|
sex: string;
|
|
@@ -1681,7 +1845,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
1681
1845
|
content: string;
|
|
1682
1846
|
}>[] | undefined;
|
|
1683
1847
|
}>;
|
|
1684
|
-
valueField: string;
|
|
1685
1848
|
minColumnWidth: string | number;
|
|
1686
1849
|
rowHeight: string | number;
|
|
1687
1850
|
}>;
|
|
@@ -26,6 +26,7 @@ const _hoisted_9 = /* @__PURE__ */ createElementVNode("i", { class: "iconfont ic
|
|
|
26
26
|
const _hoisted_10 = /* @__PURE__ */ createElementVNode("i", { class: "iconfont icon-setting" }, null, -1);
|
|
27
27
|
const _hoisted_11 = /* @__PURE__ */ createElementVNode("i", { class: "iconfont icon-double_down" }, null, -1);
|
|
28
28
|
var script = /* @__PURE__ */ defineComponent({
|
|
29
|
+
name: "InfoHeader",
|
|
29
30
|
props: {
|
|
30
31
|
compact: { type: Boolean, required: true },
|
|
31
32
|
separator: { type: String, default: ":" },
|