cnhis-design-vue 3.1.57-beta.4 → 3.1.57-beta.6

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.
Files changed (78) hide show
  1. package/es/components/button-print/index.d.ts +8 -8
  2. package/es/components/button-print/src/ButtonPrint.vue.d.ts +8 -8
  3. package/es/components/button-print/src/components/EditFormat.vue.d.ts +3 -3
  4. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +7 -7
  5. package/es/components/callback/src/components/render/popupMaps.d.ts +3 -3
  6. package/es/components/classification/src/components/table-modal/index.vue.d.ts +3 -0
  7. package/es/components/classification/src/index.vue.d.ts +3 -0
  8. package/es/components/expand-field/index.d.ts +3 -3
  9. package/es/components/expand-field/src/components/form.vue.d.ts +3 -3
  10. package/es/components/expand-field/src/index.vue.d.ts +3 -3
  11. package/es/components/fabric-chart/index.d.ts +2 -2
  12. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  13. package/es/components/fabric-chart/src/interface.d.ts +1 -3
  14. package/es/components/field-set/index.d.ts +107 -616
  15. package/es/components/field-set/index.js +1 -1
  16. package/es/components/field-set/src/FieldColor.vue.d.ts +1680 -0
  17. package/es/components/field-set/src/FieldColor.vue.js +1 -0
  18. package/es/components/field-set/src/FieldColor.vue2.js +1 -0
  19. package/es/components/field-set/src/FieldSet.vue.d.ts +58 -16
  20. package/es/components/field-set/src/FieldSet.vue2.js +1 -1
  21. package/es/components/field-set/src/Index.vue.d.ts +141 -0
  22. package/es/components/field-set/src/Index.vue.js +1 -0
  23. package/es/components/field-set/src/Index.vue2.js +1 -0
  24. package/es/components/field-set/src/components/Row.vue.d.ts +50 -9
  25. package/es/components/field-set/src/components/Row.vue2.js +1 -1
  26. package/es/components/field-set/src/components/condition.vue.d.ts +172 -0
  27. package/es/components/field-set/src/components/condition.vue.js +1 -0
  28. package/es/components/field-set/src/components/condition.vue2.js +1 -0
  29. package/es/components/field-set/src/components/edit-dialog.vue.d.ts +1194 -0
  30. package/es/components/field-set/src/components/edit-dialog.vue.js +1 -0
  31. package/es/components/field-set/src/components/edit-dialog.vue2.js +1 -0
  32. package/es/components/field-set/src/components/edit-filter.vue.d.ts +286 -0
  33. package/es/components/field-set/src/components/edit-filter.vue.js +1 -0
  34. package/es/components/field-set/src/components/edit-filter.vue2.js +1 -0
  35. package/es/components/field-set/src/constants/index.d.ts +55 -0
  36. package/es/components/field-set/src/constants/index.js +1 -0
  37. package/es/components/field-set/src/types/index.d.ts +31 -1
  38. package/es/components/field-set/src/utils/index.d.ts +2 -1
  39. package/es/components/field-set/src/utils/index.js +1 -1
  40. package/es/components/field-set/style/index.css +1 -1
  41. package/es/components/form-config/index.d.ts +6 -6
  42. package/es/components/form-config/src/FormConfig.vue.d.ts +6 -6
  43. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +3 -3
  44. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +3 -3
  45. package/es/components/form-render/index.d.ts +3 -3
  46. package/es/components/form-render/src/FormRender.vue.d.ts +3 -3
  47. package/es/components/form-render/src/FormRenderWrapper.vue.d.ts +3 -3
  48. package/es/components/index.css +1 -1
  49. package/es/components/info-header/index.d.ts +8 -8
  50. package/es/components/info-header/src/InfoHeader.vue.d.ts +8 -8
  51. package/es/components/info-header/src/components/infoDescription/index.vue.d.ts +3 -3
  52. package/es/components/info-header/src/components/patientInfo/index.vue.d.ts +3 -3
  53. package/es/components/keyboard/index.d.ts +1 -1
  54. package/es/components/keyboard/src/Keyboard.vue.d.ts +1 -1
  55. package/es/components/quick-search/index.d.ts +3 -3
  56. package/es/components/quick-search/src/index.vue.d.ts +3 -3
  57. package/es/components/recommend-search/index.d.ts +6 -6
  58. package/es/components/recommend-search/src/RecommendSearch.vue.d.ts +6 -6
  59. package/es/components/recommend-search/src/components/BaseSearch.d.ts +1 -1
  60. package/es/components/recommend-search/src/components/RecommendInput.vue.d.ts +1 -1
  61. package/es/components/recommend-search/src/components/RecommendSelect.vue.d.ts +1 -1
  62. package/es/components/scale-view/index.d.ts +3 -3
  63. package/es/components/scale-view/src/ScaleView.vue.d.ts +3 -3
  64. package/es/components/scale-view/src/components/formitem/standard-modal.d.ts +1 -1
  65. package/es/components/scale-view/src/hooks/use-component.d.ts +1 -1
  66. package/es/components/select-label/index.d.ts +2 -2
  67. package/es/components/select-label/src/LabelFormContent.vue.d.ts +1 -1
  68. package/es/components/select-label/src/SelectLabel.vue.d.ts +1 -1
  69. package/es/components/select-label/src/index.vue.d.ts +1 -1
  70. package/es/components/shortcut-setter/index.d.ts +3 -3
  71. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +3 -3
  72. package/es/components/table-export-field/index.d.ts +3 -3
  73. package/es/components/table-export-field/src/components/SaveProjectModal.vue.d.ts +3 -3
  74. package/es/components/table-export-field/src/index.vue.d.ts +3 -3
  75. package/es/components/time-line/index.d.ts +7 -7
  76. package/es/components/time-line/src/TimeLine.vue.d.ts +3 -3
  77. package/es/shared/package.json.js +1 -1
  78. package/package.json +2 -2
@@ -458,7 +458,6 @@ declare const _default: import("vue").DefineComponent<{
458
458
  onExplicitOnChange?: ((...args: any[]) => any) | undefined;
459
459
  onUpdateLabelData?: ((...args: any[]) => any) | undefined;
460
460
  }, {
461
- isEdit: boolean;
462
461
  item: any;
463
462
  isLock: boolean;
464
463
  sourceType: string;
@@ -466,6 +465,7 @@ declare const _default: import("vue").DefineComponent<{
466
465
  getLabelList: Function;
467
466
  deleteLabel: Function;
468
467
  saveLabelItem: Function;
468
+ isEdit: boolean;
469
469
  }>;
470
470
  handleLabelColor: typeof handleLabelColor;
471
471
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onChange"[], "onChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -522,7 +522,6 @@ declare const _default: import("vue").DefineComponent<{
522
522
  onExplicitOnChange?: ((...args: any[]) => any) | undefined;
523
523
  onUpdateLabelData?: ((...args: any[]) => any) | undefined;
524
524
  }, {
525
- isEdit: boolean;
526
525
  item: any;
527
526
  isLock: boolean;
528
527
  sourceType: string;
@@ -530,6 +529,7 @@ declare const _default: import("vue").DefineComponent<{
530
529
  getLabelList: Function;
531
530
  deleteLabel: Function;
532
531
  saveLabelItem: Function;
532
+ isEdit: boolean;
533
533
  }>;
534
534
  handleLabelColor: typeof import("../../../shared/utils/vexutils").handleLabelColor;
535
535
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "onChange"[], "onChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
@@ -2109,7 +2109,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2109
2109
  onScroll?: ((...args: any[]) => any) | undefined;
2110
2110
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
2111
2111
  }>>;
2112
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
2112
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
2113
2113
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
2114
2114
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2115
2115
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -2445,7 +2445,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2445
2445
  readonly displayDirective: "if" | "show" | "show:lazy";
2446
2446
  }>;
2447
2447
  NTabs: any;
2448
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2448
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2449
2449
  fieldList: {
2450
2450
  type: import("vue").PropType<import("..").FieldItem[]>;
2451
2451
  };
@@ -2614,7 +2614,6 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2614
2614
  anchor: boolean;
2615
2615
  maxHeight: string | number;
2616
2616
  column: number;
2617
- forceClearable: boolean;
2618
2617
  components: Record<string, import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2619
2618
  initialData: import("../../shared/types").AnyObject;
2620
2619
  parallelism: number;
@@ -2625,6 +2624,7 @@ declare const ShortcutSetter: SFCWithInstall<import("vue").DefineComponent<{
2625
2624
  bordered: string | boolean;
2626
2625
  uniqueCacheData: boolean;
2627
2626
  outBordered: boolean;
2627
+ forceClearable: boolean;
2628
2628
  operationalFormInit: boolean;
2629
2629
  }>;
2630
2630
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -2112,7 +2112,7 @@ declare const _default: import("vue").DefineComponent<{
2112
2112
  onScroll?: ((...args: any[]) => any) | undefined;
2113
2113
  onAnnotationChange?: ((...args: any[]) => any) | undefined;
2114
2114
  }>>;
2115
- emit: (event: "formChange" | "scroll" | "annotationChange", ...args: any[]) => void;
2115
+ emit: (event: "scroll" | "formChange" | "annotationChange", ...args: any[]) => void;
2116
2116
  cssVars: import("vue").ComputedRef<import("vue").CSSProperties>;
2117
2117
  nuiThemeOverrides: import("naive-ui").GlobalThemeOverrides;
2118
2118
  formRenderRef: import("vue").Ref<HTMLElement | undefined>;
@@ -2448,7 +2448,7 @@ declare const _default: import("vue").DefineComponent<{
2448
2448
  readonly displayDirective: "if" | "show" | "show:lazy";
2449
2449
  }>;
2450
2450
  NTabs: any;
2451
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("formChange" | "scroll" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2451
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("scroll" | "formChange" | "annotationChange")[], "scroll" | "formChange" | "annotationChange", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2452
2452
  fieldList: {
2453
2453
  type: import("vue").PropType<FieldItem[]>;
2454
2454
  };
@@ -2617,7 +2617,6 @@ declare const _default: import("vue").DefineComponent<{
2617
2617
  anchor: boolean;
2618
2618
  maxHeight: string | number;
2619
2619
  column: number;
2620
- forceClearable: boolean;
2621
2620
  components: Record<string, Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("vue").FunctionalComponent<{}, {}>>;
2622
2621
  initialData: import("../../../shared/types").AnyObject;
2623
2622
  parallelism: number;
@@ -2628,6 +2627,7 @@ declare const _default: import("vue").DefineComponent<{
2628
2627
  bordered: string | boolean;
2629
2628
  uniqueCacheData: boolean;
2630
2629
  outBordered: boolean;
2630
+ forceClearable: boolean;
2631
2631
  operationalFormInit: boolean;
2632
2632
  }>;
2633
2633
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>>;
@@ -436,7 +436,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
436
436
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
437
437
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
438
438
  readonly ignorePathChange: BooleanConstructor;
439
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
439
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
440
440
  readonly feedback: StringConstructor;
441
441
  readonly showLabel: {
442
442
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -567,7 +567,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
567
567
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
568
568
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
569
569
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
570
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
570
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
571
571
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
572
572
  mergedShowLabel: import("vue").ComputedRef<boolean>;
573
573
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -601,7 +601,7 @@ declare const TableExportField: SFCWithInstall<import("vue").DefineComponent<{
601
601
  readonly rule: import("vue").PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
602
602
  readonly size: import("vue").PropType<"small" | "medium" | "large">;
603
603
  readonly ignorePathChange: BooleanConstructor;
604
- readonly validationStatus: import("vue").PropType<"error" | "success" | "warning">;
604
+ readonly validationStatus: import("vue").PropType<"success" | "error" | "warning">;
605
605
  readonly feedback: StringConstructor;
606
606
  readonly showLabel: {
607
607
  readonly type: import("vue").PropType<boolean | undefined>;
@@ -102,7 +102,7 @@ declare const _default: import("vue").DefineComponent<{
102
102
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
103
103
  readonly size: PropType<"small" | "medium" | "large">;
104
104
  readonly ignorePathChange: BooleanConstructor;
105
- readonly validationStatus: PropType<"error" | "success" | "warning">;
105
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
106
106
  readonly feedback: StringConstructor;
107
107
  readonly showLabel: {
108
108
  readonly type: PropType<boolean | undefined>;
@@ -233,7 +233,7 @@ declare const _default: import("vue").DefineComponent<{
233
233
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
234
234
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
235
235
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
236
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
236
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
237
237
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
238
238
  mergedShowLabel: import("vue").ComputedRef<boolean>;
239
239
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -267,7 +267,7 @@ declare const _default: import("vue").DefineComponent<{
267
267
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
268
268
  readonly size: PropType<"small" | "medium" | "large">;
269
269
  readonly ignorePathChange: BooleanConstructor;
270
- readonly validationStatus: PropType<"error" | "success" | "warning">;
270
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
271
271
  readonly feedback: StringConstructor;
272
272
  readonly showLabel: {
273
273
  readonly type: PropType<boolean | undefined>;
@@ -437,7 +437,7 @@ declare const _default: import("vue").DefineComponent<{
437
437
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
438
438
  readonly size: PropType<"small" | "medium" | "large">;
439
439
  readonly ignorePathChange: BooleanConstructor;
440
- readonly validationStatus: PropType<"error" | "success" | "warning">;
440
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
441
441
  readonly feedback: StringConstructor;
442
442
  readonly showLabel: {
443
443
  readonly type: PropType<boolean | undefined>;
@@ -568,7 +568,7 @@ declare const _default: import("vue").DefineComponent<{
568
568
  mergedLabelAlign: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").LabelAlign | undefined>;
569
569
  mergedShowRequireMark: import("vue").ComputedRef<boolean | undefined>;
570
570
  mergedRequireMarkPlacement: import("vue").ComputedRef<"left" | "right" | "right-hanging">;
571
- mergedValidationStatus: import("vue").ComputedRef<"error" | "success" | "warning" | undefined>;
571
+ mergedValidationStatus: import("vue").ComputedRef<"success" | "error" | "warning" | undefined>;
572
572
  mergedShowFeedback: import("vue").ComputedRef<boolean>;
573
573
  mergedShowLabel: import("vue").ComputedRef<boolean>;
574
574
  isAutoLabelWidth: import("vue").ComputedRef<boolean>;
@@ -602,7 +602,7 @@ declare const _default: import("vue").DefineComponent<{
602
602
  readonly rule: PropType<import("naive-ui").FormItemRule | import("naive-ui").FormItemRule[]>;
603
603
  readonly size: PropType<"small" | "medium" | "large">;
604
604
  readonly ignorePathChange: BooleanConstructor;
605
- readonly validationStatus: PropType<"error" | "success" | "warning">;
605
+ readonly validationStatus: PropType<"success" | "error" | "warning">;
606
606
  readonly feedback: StringConstructor;
607
607
  readonly showLabel: {
608
608
  readonly type: PropType<boolean | undefined>;
@@ -2,7 +2,7 @@ import { SFCWithInstall } from '../../shared/types';
2
2
  declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
3
3
  items: {
4
4
  type: import("vue").PropType<{
5
- type: "default" | "error" | "success" | "warning" | "info";
5
+ type: "default" | "success" | "error" | "warning" | "info";
6
6
  subItem: {
7
7
  title: string;
8
8
  name: string;
@@ -17,7 +17,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
17
17
  props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
18
18
  items: {
19
19
  type: import("vue").PropType<{
20
- type: "default" | "error" | "success" | "warning" | "info";
20
+ type: "default" | "success" | "error" | "warning" | "info";
21
21
  subItem: {
22
22
  title: string;
23
23
  name: string;
@@ -40,7 +40,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
40
40
  default: string;
41
41
  };
42
42
  type: {
43
- type: import("vue").PropType<"default" | "error" | "success" | "warning" | "info">;
43
+ type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">;
44
44
  default: string;
45
45
  };
46
46
  }, {
@@ -71,11 +71,11 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
71
71
  default: string;
72
72
  };
73
73
  type: {
74
- type: import("vue").PropType<"default" | "error" | "success" | "warning" | "info">;
74
+ type: import("vue").PropType<"default" | "success" | "error" | "warning" | "info">;
75
75
  default: string;
76
76
  };
77
77
  }>>, {
78
- type: "default" | "error" | "success" | "warning" | "info";
78
+ type: "default" | "success" | "error" | "warning" | "info";
79
79
  lineType: "default" | "dashed";
80
80
  }>;
81
81
  NButton: any;
@@ -83,7 +83,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
83
83
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
84
84
  items: {
85
85
  type: import("vue").PropType<{
86
- type: "default" | "error" | "success" | "warning" | "info";
86
+ type: "default" | "success" | "error" | "warning" | "info";
87
87
  subItem: {
88
88
  title: string;
89
89
  name: string;
@@ -96,7 +96,7 @@ declare const TimeLine: SFCWithInstall<import("vue").DefineComponent<{
96
96
  };
97
97
  }>>, {
98
98
  items: {
99
- type: "default" | "error" | "success" | "warning" | "info";
99
+ type: "default" | "success" | "error" | "warning" | "info";
100
100
  subItem: {
101
101
  title: string;
102
102
  name: string;
@@ -34,7 +34,7 @@ declare const _default: import("vue").DefineComponent<{
34
34
  default: string;
35
35
  };
36
36
  type: {
37
- type: PropType<"default" | "error" | "success" | "warning" | "info">;
37
+ type: PropType<"default" | "success" | "error" | "warning" | "info">;
38
38
  default: string;
39
39
  };
40
40
  }, {
@@ -65,11 +65,11 @@ declare const _default: import("vue").DefineComponent<{
65
65
  default: string;
66
66
  };
67
67
  type: {
68
- type: PropType<"default" | "error" | "success" | "warning" | "info">;
68
+ type: PropType<"default" | "success" | "error" | "warning" | "info">;
69
69
  default: string;
70
70
  };
71
71
  }>>, {
72
- type: "default" | "error" | "success" | "warning" | "info";
72
+ type: "default" | "success" | "error" | "warning" | "info";
73
73
  lineType: "default" | "dashed";
74
74
  }>;
75
75
  NButton: any;
@@ -1 +1 @@
1
- var e="@cnhis-design-vue/shared",i="3.1.57-beta.4",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.57-beta.4",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
1
+ var e="@cnhis-design-vue/shared",i="3.1.57-beta.6",s="index.ts",n={"naive-ui":"^2.30.0",vue:"^3.2.0"},a={"@vicons/ionicons5":"^0.12.0","lodash-es":"^4.17.21",moment:"^2.29.1","video.js":"^7.19.2","videojs-contrib-hls":"^5.15.0",viewerjs:"^1.10.5","xe-utils":"^3.5.4"},d={name:e,version:"3.1.57-beta.6",private:!0,main:"index.ts",peerDependencies:n,dependencies:a};export{d as default,a as dependencies,s as main,e as name,n as peerDependencies,i as version};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cnhis-design-vue",
3
- "version": "3.1.57-beta.4",
3
+ "version": "3.1.57-beta.6",
4
4
  "license": "ISC",
5
5
  "module": "./es/components/index.js",
6
6
  "main": "./es/components/index.js",
@@ -64,5 +64,5 @@
64
64
  "iOS 7",
65
65
  "last 3 iOS versions"
66
66
  ],
67
- "gitHead": "7071e7af0f5a5d7447b29c25292457b15a0abc6b"
67
+ "gitHead": "3825f1302f667469fe0752dfb779e8e610d59dc7"
68
68
  }