cnhis-design-vue 3.1.8-beta.1 → 3.1.8-beta.4

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 (136) hide show
  1. package/README.md +22 -22
  2. package/es/packages/big-table/index.d.ts +2044 -0
  3. package/es/packages/big-table/src/BigTable.vue.d.ts +2043 -0
  4. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.mjs +11 -10
  5. package/es/packages/big-table/src/components/NoData.vue.d.ts +51 -0
  6. package/es/packages/big-table/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  7. package/es/packages/big-table/style/index.less +557 -557
  8. package/es/packages/bpmn-workflow/index.d.ts +74 -0
  9. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue.d.ts +77 -0
  10. package/es/packages/bpmn-workflow/src/BpmnWorkflow.vue_vue_type_script_setup_true_lang.mjs +1 -0
  11. package/es/packages/bpmn-workflow/style/index.less +29 -29
  12. package/es/packages/button-print/index.d.ts +7373 -0
  13. package/es/packages/button-print/src/ButtonPrint.vue.d.ts +7372 -0
  14. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.mjs +7 -6
  15. package/es/packages/button-print/src/components/IdentityVerification.vue.d.ts +103 -52
  16. package/es/packages/button-print/src/components/IdentityVerification.vue_vue_type_script_setup_true_lang.mjs +1 -0
  17. package/es/packages/button-print/style/index.less +30 -30
  18. package/es/packages/chunk-upload/index.d.ts +1748 -0
  19. package/es/packages/chunk-upload/src/chunk-upload-new.vue.d.ts +1903 -0
  20. package/es/packages/chunk-upload/src/chunk-upload-new.vue_vue_type_script_setup_true_lang.mjs +3 -2
  21. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +1746 -0
  22. package/es/packages/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue_vue_type_script_setup_true_lang.mjs +12 -11
  23. package/es/packages/chunk-upload/style/index.less +394 -394
  24. package/es/packages/drag-layout/index.d.ts +415 -289
  25. package/es/packages/drag-layout/src/DragFormLeftItem.vue.d.ts +113 -89
  26. package/es/packages/drag-layout/src/DragFormLeftItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  27. package/es/packages/drag-layout/src/DragFormRightItem.vue.d.ts +95 -77
  28. package/es/packages/drag-layout/src/DragFormRightItem.vue_vue_type_script_setup_true_lang.mjs +1 -0
  29. package/es/packages/drag-layout/src/DragLayout.vue.d.ts +417 -299
  30. package/es/packages/drag-layout/src/DragLayout.vue_vue_type_script_setup_true_lang.mjs +45 -44
  31. package/es/packages/drag-layout/style/index.less +208 -208
  32. package/es/packages/field-set/index.d.ts +5278 -0
  33. package/es/packages/field-set/src/FieldSet.vue.d.ts +2599 -0
  34. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  35. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +2596 -0
  36. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.mjs +5 -4
  37. package/es/packages/field-set/style/index.less +157 -157
  38. package/es/packages/form-render/index.d.ts +402 -0
  39. package/es/packages/form-render/src/FormRender.vue.d.ts +402 -0
  40. package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.mjs +1 -0
  41. package/es/packages/form-render/src/components/cascader2.mjs +20 -5
  42. package/es/packages/form-render/src/components/combination2.mjs +2 -2
  43. package/es/packages/form-render/src/components/date.d.ts +29 -25
  44. package/es/packages/form-render/src/components/formItem.d.ts +10 -8
  45. package/es/packages/form-render/src/components/inputNumber.d.ts +18 -2
  46. package/es/packages/form-render/src/components/slider.d.ts +11 -11
  47. package/es/packages/form-render/src/components/textarea.d.ts +5 -4
  48. package/es/packages/form-table/index.d.ts +35903 -0
  49. package/es/packages/form-table/src/FormTable.vue.d.ts +35903 -0
  50. package/es/packages/form-table/src/FormTable.vue_vue_type_script_setup_true_lang.mjs +1 -0
  51. package/es/packages/form-table/src/components/index.d.ts +35662 -0
  52. package/es/packages/form-table/src/components/table-age.vue.d.ts +4305 -0
  53. package/es/packages/form-table/src/components/table-age.vue_vue_type_script_setup_true_lang.mjs +1 -0
  54. package/es/packages/form-table/src/components/table-date-picker.vue.d.ts +5286 -0
  55. package/es/packages/form-table/src/components/table-date-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  56. package/es/packages/form-table/src/components/table-digital.vue.d.ts +2916 -0
  57. package/es/packages/form-table/src/components/table-digital.vue_vue_type_script_setup_true_lang.mjs +1 -0
  58. package/es/packages/form-table/src/components/table-input-password.vue.d.ts +1622 -0
  59. package/es/packages/form-table/src/components/table-input-password.vue_vue_type_script_setup_true_lang.mjs +1 -0
  60. package/es/packages/form-table/src/components/table-input.vue.d.ts +1579 -0
  61. package/es/packages/form-table/src/components/table-input.vue_vue_type_script_setup_true_lang.mjs +1 -0
  62. package/es/packages/form-table/src/components/table-month-picker.vue.d.ts +5229 -0
  63. package/es/packages/form-table/src/components/table-month-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  64. package/es/packages/form-table/src/components/table-search-more.vue.d.ts +1785 -0
  65. package/es/packages/form-table/src/components/table-search-more.vue_vue_type_script_setup_true_lang.mjs +1 -0
  66. package/es/packages/form-table/src/components/table-search.vue.d.ts +3111 -0
  67. package/es/packages/form-table/src/components/table-search.vue_vue_type_script_setup_true_lang.mjs +1 -0
  68. package/es/packages/form-table/src/components/table-select-multiple.vue.d.ts +1567 -0
  69. package/es/packages/form-table/src/components/table-select-multiple.vue_vue_type_script_setup_true_lang.mjs +1 -0
  70. package/es/packages/form-table/src/components/table-select.vue.d.ts +1566 -0
  71. package/es/packages/form-table/src/components/table-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  72. package/es/packages/form-table/src/components/table-textarea.vue.d.ts +1638 -0
  73. package/es/packages/form-table/src/components/table-textarea.vue_vue_type_script_setup_true_lang.mjs +1 -0
  74. package/es/packages/form-table/src/components/table-time-picker.vue.d.ts +2673 -0
  75. package/es/packages/form-table/src/components/table-time-picker.vue_vue_type_script_setup_true_lang.mjs +1 -0
  76. package/es/packages/form-table/src/components/table-tree-select.vue.d.ts +1883 -0
  77. package/es/packages/form-table/src/components/table-tree-select.vue_vue_type_script_setup_true_lang.mjs +1 -0
  78. package/es/packages/form-table/src/components/text-over-tooltip.vue.d.ts +543 -0
  79. package/es/packages/form-table/src/components/text-over-tooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  80. package/es/packages/form-table/style/index.less +301 -301
  81. package/es/packages/grid/style/index.less +12 -12
  82. package/es/packages/index.less +2945 -2945
  83. package/es/packages/info-header/index.d.ts +1850 -0
  84. package/es/packages/info-header/src/HiddenContent.vue.d.ts +363 -0
  85. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.mjs +1 -0
  86. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1851 -0
  87. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.mjs +2 -1
  88. package/es/packages/info-header/style/index.less +153 -153
  89. package/es/packages/map/index.d.ts +2313 -0
  90. package/es/packages/map/src/Map.vue.d.ts +2313 -0
  91. package/es/packages/map/src/Map.vue_vue_type_script_setup_true_lang.mjs +6 -5
  92. package/es/packages/map/style/index.less +59 -59
  93. package/es/packages/scale-view/index.d.ts +4310 -0
  94. package/es/packages/scale-view/src/ScaleView.vue.d.ts +4151 -0
  95. package/es/packages/scale-view/src/ScaleView.vue_vue_type_script_setup_true_lang.mjs +11 -10
  96. package/es/packages/scale-view/src/components/AnswerParse.vue.d.ts +72 -0
  97. package/es/packages/scale-view/src/components/AnswerParse.vue_vue_type_script_setup_true_lang.mjs +1 -0
  98. package/es/packages/scale-view/src/components/EvaluateCountdown.vue.d.ts +150 -0
  99. package/es/packages/scale-view/src/components/EvaluateCountdown.vue_vue_type_script_setup_true_lang.mjs +2 -1
  100. package/es/packages/scale-view/src/components/EvaluatePage.vue.d.ts +1503 -0
  101. package/es/packages/scale-view/src/components/EvaluatePage.vue_vue_type_script_setup_true_lang.mjs +4 -3
  102. package/es/packages/scale-view/src/components/NoData.vue.d.ts +51 -0
  103. package/es/packages/scale-view/src/components/NoData.vue_vue_type_script_setup_true_lang.mjs +1 -0
  104. package/es/packages/scale-view/src/components/composables/choose-common.d.ts +1 -1
  105. package/es/packages/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +3 -2
  106. package/es/packages/scale-view/src/hooks/use-component.d.ts +10161 -0
  107. package/es/packages/scale-view/style/index.less +748 -748
  108. package/es/packages/select-label/index.d.ts +12096 -0
  109. package/es/packages/select-label/src/LabelFormContent.vue.d.ts +293 -94
  110. package/es/packages/select-label/src/LabelFormContent.vue_vue_type_script_setup_true_lang.mjs +5 -4
  111. package/es/packages/select-label/src/SelectLabel.vue.d.ts +7531 -0
  112. package/es/packages/select-label/src/SelectLabel.vue_vue_type_script_setup_true_lang.mjs +14 -13
  113. package/es/packages/select-label/src/components/label-classify.vue.d.ts +229 -66
  114. package/es/packages/select-label/src/components/label-classify.vue_vue_type_script_setup_true_lang.mjs +1 -0
  115. package/es/packages/select-label/style/index.less +151 -151
  116. package/es/packages/select-person/index.d.ts +3500 -0
  117. package/es/packages/select-person/src/SearchTree.vue.d.ts +344 -0
  118. package/es/packages/select-person/src/SearchTree.vue_vue_type_script_setup_true_lang.mjs +3 -2
  119. package/es/packages/select-person/src/SelectPerson.vue.d.ts +3505 -0
  120. package/es/packages/select-person/src/SelectPerson.vue_vue_type_script_setup_true_lang.mjs +24 -23
  121. package/es/packages/select-person/style/index.less +229 -229
  122. package/es/packages/time-line/index.d.ts +28 -28
  123. package/es/packages/time-line/src/TimeLine.vue.d.ts +28 -28
  124. package/es/packages/time-line/src/TimeLine.vue_vue_type_script_setup_true_lang.mjs +1 -0
  125. package/es/packages/time-line/style/index.less +34 -34
  126. package/es/src/components/SelectPage/SelectPage.vue.d.ts +1446 -0
  127. package/es/src/components/SelectPage/SelectPage.vue_vue_type_script_setup_true_lang.mjs +1 -0
  128. package/es/src/components/SvgIcon/SvgIcon.vue_vue_type_script_setup_true_lang.mjs +1 -0
  129. package/es/src/components/TextOverTooltip/TextOverTooltip.vue.d.ts +3 -2
  130. package/es/src/components/TextOverTooltip/TextOverTooltip.vue_vue_type_script_setup_true_lang.mjs +1 -0
  131. package/es/src/components/player-vod/index.vue_vue_type_script_setup_true_lang.mjs +1 -0
  132. package/global.d.ts +8 -8
  133. package/package.json +5 -3
  134. package/sync-w.sh +13 -0
  135. package/yarn-error.log +8659 -103
  136. package/sync.sh +0 -13
@@ -0,0 +1,1850 @@
1
+ import { SFCWithInstall } from 'cnhis-design-vue/es/src/types';
2
+ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
3
+ compact: {
4
+ type: BooleanConstructor;
5
+ required: true;
6
+ };
7
+ separator: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ patientInfo: {
12
+ type: import("vue").PropType<Partial<{
13
+ name: string;
14
+ sex: string;
15
+ age: string;
16
+ ageUnit?: string | undefined;
17
+ tagList?: Partial<{
18
+ type: "info" | "warning";
19
+ content: string;
20
+ }>[] | undefined;
21
+ }>>;
22
+ default: () => {};
23
+ };
24
+ infoList: {
25
+ type: import("vue").PropType<any[]>;
26
+ required: true;
27
+ };
28
+ labelField: {
29
+ type: StringConstructor;
30
+ default: string;
31
+ };
32
+ valueField: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ minColumnWidth: {
37
+ type: (NumberConstructor | StringConstructor)[];
38
+ default: number;
39
+ };
40
+ rowHeight: {
41
+ type: (NumberConstructor | StringConstructor)[];
42
+ default: number;
43
+ };
44
+ }, {
45
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
46
+ compact: {
47
+ type: BooleanConstructor;
48
+ required: true;
49
+ };
50
+ separator: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ patientInfo: {
55
+ type: import("vue").PropType<Partial<{
56
+ name: string;
57
+ sex: string;
58
+ age: string;
59
+ ageUnit?: string | undefined;
60
+ tagList?: Partial<{
61
+ type: "info" | "warning";
62
+ content: string;
63
+ }>[] | undefined;
64
+ }>>;
65
+ default: () => {};
66
+ };
67
+ infoList: {
68
+ type: import("vue").PropType<any[]>;
69
+ required: true;
70
+ };
71
+ labelField: {
72
+ type: StringConstructor;
73
+ default: string;
74
+ };
75
+ valueField: {
76
+ type: StringConstructor;
77
+ default: string;
78
+ };
79
+ minColumnWidth: {
80
+ type: (NumberConstructor | StringConstructor)[];
81
+ default: number;
82
+ };
83
+ rowHeight: {
84
+ type: (NumberConstructor | StringConstructor)[];
85
+ default: number;
86
+ };
87
+ }>> & {
88
+ onFieldSet?: ((...args: any[]) => any) | undefined;
89
+ onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
90
+ "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
91
+ }>>;
92
+ emit: (event: "openPatientInfo" | "fieldSet" | "update:compact", ...args: any[]) => void;
93
+ toggleCompact: () => void;
94
+ openPatientInfo: () => void;
95
+ fieldSet: () => void;
96
+ getTagColor: (type: "info" | "warning") => {
97
+ color: string;
98
+ textColor: string;
99
+ };
100
+ getEllipsisStyle: (index: number) => import("vue").CSSProperties;
101
+ needHidden: (item: import("cnhis-design-vue/es/src/types").AnyObject) => boolean;
102
+ infoRef: import("vue").Ref<HTMLElement | undefined>;
103
+ columnNum: import("vue").Ref<number>;
104
+ maxColumnWidth: import("vue").Ref<number>;
105
+ descriptionWidthList: import("vue").Ref<{
106
+ toString: (radix?: number | undefined) => string;
107
+ toFixed: (fractionDigits?: number | undefined) => string;
108
+ toExponential: (fractionDigits?: number | undefined) => string;
109
+ toPrecision: (precision?: number | undefined) => string;
110
+ valueOf: () => number;
111
+ toLocaleString: {
112
+ (locales?: string | string[] | undefined, options?: Intl.NumberFormatOptions | undefined): string;
113
+ (locales?: Intl.LocalesArgument, options?: Intl.NumberFormatOptions | undefined): string;
114
+ };
115
+ }[]>;
116
+ updateColumn: () => Promise<void>;
117
+ NDescriptions: import("vue").DefineComponent<{
118
+ readonly title: StringConstructor;
119
+ readonly column: {
120
+ readonly type: NumberConstructor;
121
+ readonly default: 3;
122
+ };
123
+ readonly columns: NumberConstructor;
124
+ readonly labelPlacement: {
125
+ readonly type: import("vue").PropType<"top" | "left">;
126
+ readonly default: "top";
127
+ };
128
+ readonly labelAlign: {
129
+ readonly type: import("vue").PropType<"left" | "right" | "center">;
130
+ readonly default: "left";
131
+ };
132
+ readonly separator: {
133
+ readonly type: StringConstructor;
134
+ readonly default: ":";
135
+ };
136
+ readonly size: {
137
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
138
+ readonly default: "medium";
139
+ };
140
+ readonly bordered: BooleanConstructor;
141
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
142
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
143
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Descriptions", {
144
+ lineHeight: string;
145
+ fontSizeSmall: string;
146
+ fontSizeMedium: string;
147
+ fontSizeLarge: string;
148
+ titleTextColor: string;
149
+ thColor: string;
150
+ thColorModal: string;
151
+ thColorPopover: string;
152
+ thTextColor: string;
153
+ thFontWeight: string;
154
+ tdTextColor: string;
155
+ tdColor: string;
156
+ tdColorModal: string;
157
+ tdColorPopover: string;
158
+ borderColor: string;
159
+ borderColorModal: string;
160
+ borderColorPopover: string;
161
+ borderRadius: string;
162
+ thPaddingBorderedSmall: string;
163
+ thPaddingBorderedMedium: string;
164
+ thPaddingBorderedLarge: string;
165
+ thPaddingSmall: string;
166
+ thPaddingMedium: string;
167
+ thPaddingLarge: string;
168
+ tdPaddingBorderedSmall: string;
169
+ tdPaddingBorderedMedium: string;
170
+ tdPaddingBorderedLarge: string;
171
+ tdPaddingSmall: string;
172
+ tdPaddingMedium: string;
173
+ tdPaddingLarge: string;
174
+ }, any>>;
175
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
176
+ lineHeight: string;
177
+ fontSizeSmall: string;
178
+ fontSizeMedium: string;
179
+ fontSizeLarge: string;
180
+ titleTextColor: string;
181
+ thColor: string;
182
+ thColorModal: string;
183
+ thColorPopover: string;
184
+ thTextColor: string;
185
+ thFontWeight: string;
186
+ tdTextColor: string;
187
+ tdColor: string;
188
+ tdColorModal: string;
189
+ tdColorPopover: string;
190
+ borderColor: string;
191
+ borderColorModal: string;
192
+ borderColorPopover: string;
193
+ borderRadius: string;
194
+ thPaddingBorderedSmall: string;
195
+ thPaddingBorderedMedium: string;
196
+ thPaddingBorderedLarge: string;
197
+ thPaddingSmall: string;
198
+ thPaddingMedium: string;
199
+ thPaddingLarge: string;
200
+ tdPaddingBorderedSmall: string;
201
+ tdPaddingBorderedMedium: string;
202
+ tdPaddingBorderedLarge: string;
203
+ tdPaddingSmall: string;
204
+ tdPaddingMedium: string;
205
+ tdPaddingLarge: string;
206
+ }, any>>>;
207
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
208
+ lineHeight: string;
209
+ fontSizeSmall: string;
210
+ fontSizeMedium: string;
211
+ fontSizeLarge: string;
212
+ titleTextColor: string;
213
+ thColor: string;
214
+ thColorModal: string;
215
+ thColorPopover: string;
216
+ thTextColor: string;
217
+ thFontWeight: string;
218
+ tdTextColor: string;
219
+ tdColor: string;
220
+ tdColorModal: string;
221
+ tdColorPopover: string;
222
+ borderColor: string;
223
+ borderColorModal: string;
224
+ borderColorPopover: string;
225
+ borderRadius: string;
226
+ thPaddingBorderedSmall: string;
227
+ thPaddingBorderedMedium: string;
228
+ thPaddingBorderedLarge: string;
229
+ thPaddingSmall: string;
230
+ thPaddingMedium: string;
231
+ thPaddingLarge: string;
232
+ tdPaddingBorderedSmall: string;
233
+ tdPaddingBorderedMedium: string;
234
+ tdPaddingBorderedLarge: string;
235
+ tdPaddingSmall: string;
236
+ tdPaddingMedium: string;
237
+ tdPaddingLarge: string;
238
+ }, any>>>;
239
+ }, {
240
+ mergedClsPrefix: import("vue").ComputedRef<string>;
241
+ cssVars: import("vue").ComputedRef<{
242
+ '--n-title-text-color': string;
243
+ '--n-th-padding': string;
244
+ '--n-td-padding': string;
245
+ '--n-font-size': string;
246
+ '--n-bezier': string;
247
+ '--n-th-font-weight': string;
248
+ '--n-line-height': string;
249
+ '--n-th-text-color': string;
250
+ '--n-td-text-color': string;
251
+ '--n-th-color': string;
252
+ '--n-th-color-modal': string;
253
+ '--n-th-color-popover': string;
254
+ '--n-td-color': string;
255
+ '--n-td-color-modal': string;
256
+ '--n-td-color-popover': string;
257
+ '--n-border-radius': string;
258
+ '--n-border-color': string;
259
+ '--n-border-color-modal': string;
260
+ '--n-border-color-popover': string;
261
+ }> | undefined;
262
+ themeClass: import("vue").Ref<string> | undefined;
263
+ onRender: (() => void) | undefined;
264
+ compitableColumn: import("vue").ComputedRef<number>;
265
+ inlineThemeDisabled: boolean | undefined;
266
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
267
+ readonly title: StringConstructor;
268
+ readonly column: {
269
+ readonly type: NumberConstructor;
270
+ readonly default: 3;
271
+ };
272
+ readonly columns: NumberConstructor;
273
+ readonly labelPlacement: {
274
+ readonly type: import("vue").PropType<"top" | "left">;
275
+ readonly default: "top";
276
+ };
277
+ readonly labelAlign: {
278
+ readonly type: import("vue").PropType<"left" | "right" | "center">;
279
+ readonly default: "left";
280
+ };
281
+ readonly separator: {
282
+ readonly type: StringConstructor;
283
+ readonly default: ":";
284
+ };
285
+ readonly size: {
286
+ readonly type: import("vue").PropType<"small" | "medium" | "large">;
287
+ readonly default: "medium";
288
+ };
289
+ readonly bordered: BooleanConstructor;
290
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
291
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
292
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Descriptions", {
293
+ lineHeight: string;
294
+ fontSizeSmall: string;
295
+ fontSizeMedium: string;
296
+ fontSizeLarge: string;
297
+ titleTextColor: string;
298
+ thColor: string;
299
+ thColorModal: string;
300
+ thColorPopover: string;
301
+ thTextColor: string;
302
+ thFontWeight: string;
303
+ tdTextColor: string;
304
+ tdColor: string;
305
+ tdColorModal: string;
306
+ tdColorPopover: string;
307
+ borderColor: string;
308
+ borderColorModal: string;
309
+ borderColorPopover: string;
310
+ borderRadius: string;
311
+ thPaddingBorderedSmall: string;
312
+ thPaddingBorderedMedium: string;
313
+ thPaddingBorderedLarge: string;
314
+ thPaddingSmall: string;
315
+ thPaddingMedium: string;
316
+ thPaddingLarge: string;
317
+ tdPaddingBorderedSmall: string;
318
+ tdPaddingBorderedMedium: string;
319
+ tdPaddingBorderedLarge: string;
320
+ tdPaddingSmall: string;
321
+ tdPaddingMedium: string;
322
+ tdPaddingLarge: string;
323
+ }, any>>;
324
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
325
+ lineHeight: string;
326
+ fontSizeSmall: string;
327
+ fontSizeMedium: string;
328
+ fontSizeLarge: string;
329
+ titleTextColor: string;
330
+ thColor: string;
331
+ thColorModal: string;
332
+ thColorPopover: string;
333
+ thTextColor: string;
334
+ thFontWeight: string;
335
+ tdTextColor: string;
336
+ tdColor: string;
337
+ tdColorModal: string;
338
+ tdColorPopover: string;
339
+ borderColor: string;
340
+ borderColorModal: string;
341
+ borderColorPopover: string;
342
+ borderRadius: string;
343
+ thPaddingBorderedSmall: string;
344
+ thPaddingBorderedMedium: string;
345
+ thPaddingBorderedLarge: string;
346
+ thPaddingSmall: string;
347
+ thPaddingMedium: string;
348
+ thPaddingLarge: string;
349
+ tdPaddingBorderedSmall: string;
350
+ tdPaddingBorderedMedium: string;
351
+ tdPaddingBorderedLarge: string;
352
+ tdPaddingSmall: string;
353
+ tdPaddingMedium: string;
354
+ tdPaddingLarge: string;
355
+ }, any>>>;
356
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Descriptions", {
357
+ lineHeight: string;
358
+ fontSizeSmall: string;
359
+ fontSizeMedium: string;
360
+ fontSizeLarge: string;
361
+ titleTextColor: string;
362
+ thColor: string;
363
+ thColorModal: string;
364
+ thColorPopover: string;
365
+ thTextColor: string;
366
+ thFontWeight: string;
367
+ tdTextColor: string;
368
+ tdColor: string;
369
+ tdColorModal: string;
370
+ tdColorPopover: string;
371
+ borderColor: string;
372
+ borderColorModal: string;
373
+ borderColorPopover: string;
374
+ borderRadius: string;
375
+ thPaddingBorderedSmall: string;
376
+ thPaddingBorderedMedium: string;
377
+ thPaddingBorderedLarge: string;
378
+ thPaddingSmall: string;
379
+ thPaddingMedium: string;
380
+ thPaddingLarge: string;
381
+ tdPaddingBorderedSmall: string;
382
+ tdPaddingBorderedMedium: string;
383
+ tdPaddingBorderedLarge: string;
384
+ tdPaddingSmall: string;
385
+ tdPaddingMedium: string;
386
+ tdPaddingLarge: string;
387
+ }, any>>>;
388
+ }>>, {
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
+ }>;
396
+ NDescriptionsItem: import("vue").DefineComponent<{
397
+ readonly label: StringConstructor;
398
+ readonly span: {
399
+ readonly type: NumberConstructor;
400
+ readonly default: 1;
401
+ };
402
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
403
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
404
+ }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
405
+ readonly label: StringConstructor;
406
+ readonly span: {
407
+ readonly type: NumberConstructor;
408
+ readonly default: 1;
409
+ };
410
+ readonly labelStyle: import("vue").PropType<string | import("vue").CSSProperties>;
411
+ readonly contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
412
+ }>>, {
413
+ readonly span: number;
414
+ }>;
415
+ NTag: import("vue").DefineComponent<{
416
+ bordered: {
417
+ type: import("vue").PropType<boolean | undefined>;
418
+ default: undefined;
419
+ };
420
+ checked: BooleanConstructor;
421
+ checkable: BooleanConstructor;
422
+ strong: BooleanConstructor;
423
+ onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
424
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
425
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
426
+ 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
427
+ onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
428
+ internalCloseFocusable: {
429
+ type: BooleanConstructor;
430
+ default: boolean;
431
+ };
432
+ internalStopClickPropagation: BooleanConstructor;
433
+ onCheckedChange: {
434
+ type: import("vue").PropType<(checked: boolean) => void>;
435
+ validator: () => boolean;
436
+ default: undefined;
437
+ };
438
+ color: import("vue").PropType<import("naive-ui/es/tag/src/common-props").TagColor>;
439
+ type: {
440
+ readonly type: import("vue").PropType<"default" | "primary" | "info" | "success" | "warning" | "error">;
441
+ readonly default: "default";
442
+ };
443
+ round: BooleanConstructor;
444
+ size: {
445
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "tiny">;
446
+ readonly default: "medium";
447
+ };
448
+ closable: BooleanConstructor;
449
+ disabled: {
450
+ readonly type: import("vue").PropType<boolean | undefined>;
451
+ readonly default: undefined;
452
+ };
453
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
454
+ closeBorderRadius: string;
455
+ heightTiny: string;
456
+ heightSmall: string;
457
+ heightMedium: string;
458
+ heightLarge: string;
459
+ borderRadius: string;
460
+ opacityDisabled: string;
461
+ fontSizeTiny: string;
462
+ fontSizeSmall: string;
463
+ fontSizeMedium: string;
464
+ fontSizeLarge: string;
465
+ fontWeightStrong: string;
466
+ textColorCheckable: string;
467
+ textColorHoverCheckable: string;
468
+ textColorPressedCheckable: string;
469
+ textColorChecked: string;
470
+ colorCheckable: string;
471
+ colorHoverCheckable: string;
472
+ colorPressedCheckable: string;
473
+ colorChecked: string;
474
+ colorCheckedHover: string;
475
+ colorCheckedPressed: string;
476
+ border: string;
477
+ textColor: string;
478
+ color: string;
479
+ colorBordered: string;
480
+ closeIconColor: string;
481
+ closeIconColorHover: string;
482
+ closeIconColorPressed: string;
483
+ closeColorHover: string;
484
+ closeColorPressed: string;
485
+ borderPrimary: string;
486
+ textColorPrimary: string;
487
+ colorPrimary: string;
488
+ colorBorderedPrimary: string;
489
+ closeIconColorPrimary: string;
490
+ closeIconColorHoverPrimary: string;
491
+ closeIconColorPressedPrimary: string;
492
+ closeColorHoverPrimary: string;
493
+ closeColorPressedPrimary: string;
494
+ borderInfo: string;
495
+ textColorInfo: string;
496
+ colorInfo: string;
497
+ colorBorderedInfo: string;
498
+ closeIconColorInfo: string;
499
+ closeIconColorHoverInfo: string;
500
+ closeIconColorPressedInfo: string;
501
+ closeColorHoverInfo: string;
502
+ closeColorPressedInfo: string;
503
+ borderSuccess: string;
504
+ textColorSuccess: string;
505
+ colorSuccess: string;
506
+ colorBorderedSuccess: string;
507
+ closeIconColorSuccess: string;
508
+ closeIconColorHoverSuccess: string;
509
+ closeIconColorPressedSuccess: string;
510
+ closeColorHoverSuccess: string;
511
+ closeColorPressedSuccess: string;
512
+ borderWarning: string;
513
+ textColorWarning: string;
514
+ colorWarning: string;
515
+ colorBorderedWarning: string;
516
+ closeIconColorWarning: string;
517
+ closeIconColorHoverWarning: string;
518
+ closeIconColorPressedWarning: string;
519
+ closeColorHoverWarning: string;
520
+ closeColorPressedWarning: string;
521
+ borderError: string;
522
+ textColorError: string;
523
+ colorError: string;
524
+ colorBorderedError: string;
525
+ closeIconColorError: string;
526
+ closeIconColorHoverError: string;
527
+ closeIconColorPressedError: string;
528
+ closeColorHoverError: string;
529
+ closeColorPressedError: string;
530
+ closeIconSizeTiny: string;
531
+ closeIconSizeSmall: string;
532
+ closeIconSizeMedium: string;
533
+ closeIconSizeLarge: string;
534
+ closeSizeTiny: string;
535
+ closeSizeSmall: string;
536
+ closeSizeMedium: string;
537
+ closeSizeLarge: string;
538
+ padding: string;
539
+ closeMargin: string;
540
+ closeMarginRtl: string;
541
+ }, any>>;
542
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
543
+ closeBorderRadius: string;
544
+ heightTiny: string;
545
+ heightSmall: string;
546
+ heightMedium: string;
547
+ heightLarge: string;
548
+ borderRadius: string;
549
+ opacityDisabled: string;
550
+ fontSizeTiny: string;
551
+ fontSizeSmall: string;
552
+ fontSizeMedium: string;
553
+ fontSizeLarge: string;
554
+ fontWeightStrong: string;
555
+ textColorCheckable: string;
556
+ textColorHoverCheckable: string;
557
+ textColorPressedCheckable: string;
558
+ textColorChecked: string;
559
+ colorCheckable: string;
560
+ colorHoverCheckable: string;
561
+ colorPressedCheckable: string;
562
+ colorChecked: string;
563
+ colorCheckedHover: string;
564
+ colorCheckedPressed: string;
565
+ border: string;
566
+ textColor: string;
567
+ color: string;
568
+ colorBordered: string;
569
+ closeIconColor: string;
570
+ closeIconColorHover: string;
571
+ closeIconColorPressed: string;
572
+ closeColorHover: string;
573
+ closeColorPressed: string;
574
+ borderPrimary: string;
575
+ textColorPrimary: string;
576
+ colorPrimary: string;
577
+ colorBorderedPrimary: string;
578
+ closeIconColorPrimary: string;
579
+ closeIconColorHoverPrimary: string;
580
+ closeIconColorPressedPrimary: string;
581
+ closeColorHoverPrimary: string;
582
+ closeColorPressedPrimary: string;
583
+ borderInfo: string;
584
+ textColorInfo: string;
585
+ colorInfo: string;
586
+ colorBorderedInfo: string;
587
+ closeIconColorInfo: string;
588
+ closeIconColorHoverInfo: string;
589
+ closeIconColorPressedInfo: string;
590
+ closeColorHoverInfo: string;
591
+ closeColorPressedInfo: string;
592
+ borderSuccess: string;
593
+ textColorSuccess: string;
594
+ colorSuccess: string;
595
+ colorBorderedSuccess: string;
596
+ closeIconColorSuccess: string;
597
+ closeIconColorHoverSuccess: string;
598
+ closeIconColorPressedSuccess: string;
599
+ closeColorHoverSuccess: string;
600
+ closeColorPressedSuccess: string;
601
+ borderWarning: string;
602
+ textColorWarning: string;
603
+ colorWarning: string;
604
+ colorBorderedWarning: string;
605
+ closeIconColorWarning: string;
606
+ closeIconColorHoverWarning: string;
607
+ closeIconColorPressedWarning: string;
608
+ closeColorHoverWarning: string;
609
+ closeColorPressedWarning: string;
610
+ borderError: string;
611
+ textColorError: string;
612
+ colorError: string;
613
+ colorBorderedError: string;
614
+ closeIconColorError: string;
615
+ closeIconColorHoverError: string;
616
+ closeIconColorPressedError: string;
617
+ closeColorHoverError: string;
618
+ closeColorPressedError: string;
619
+ closeIconSizeTiny: string;
620
+ closeIconSizeSmall: string;
621
+ closeIconSizeMedium: string;
622
+ closeIconSizeLarge: string;
623
+ closeSizeTiny: string;
624
+ closeSizeSmall: string;
625
+ closeSizeMedium: string;
626
+ closeSizeLarge: string;
627
+ padding: string;
628
+ closeMargin: string;
629
+ closeMarginRtl: string;
630
+ }, any>>>;
631
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
632
+ closeBorderRadius: string;
633
+ heightTiny: string;
634
+ heightSmall: string;
635
+ heightMedium: string;
636
+ heightLarge: string;
637
+ borderRadius: string;
638
+ opacityDisabled: string;
639
+ fontSizeTiny: string;
640
+ fontSizeSmall: string;
641
+ fontSizeMedium: string;
642
+ fontSizeLarge: string;
643
+ fontWeightStrong: string;
644
+ textColorCheckable: string;
645
+ textColorHoverCheckable: string;
646
+ textColorPressedCheckable: string;
647
+ textColorChecked: string;
648
+ colorCheckable: string;
649
+ colorHoverCheckable: string;
650
+ colorPressedCheckable: string;
651
+ colorChecked: string;
652
+ colorCheckedHover: string;
653
+ colorCheckedPressed: string;
654
+ border: string;
655
+ textColor: string;
656
+ color: string;
657
+ colorBordered: string;
658
+ closeIconColor: string;
659
+ closeIconColorHover: string;
660
+ closeIconColorPressed: string;
661
+ closeColorHover: string;
662
+ closeColorPressed: string;
663
+ borderPrimary: string;
664
+ textColorPrimary: string;
665
+ colorPrimary: string;
666
+ colorBorderedPrimary: string;
667
+ closeIconColorPrimary: string;
668
+ closeIconColorHoverPrimary: string;
669
+ closeIconColorPressedPrimary: string;
670
+ closeColorHoverPrimary: string;
671
+ closeColorPressedPrimary: string;
672
+ borderInfo: string;
673
+ textColorInfo: string;
674
+ colorInfo: string;
675
+ colorBorderedInfo: string;
676
+ closeIconColorInfo: string;
677
+ closeIconColorHoverInfo: string;
678
+ closeIconColorPressedInfo: string;
679
+ closeColorHoverInfo: string;
680
+ closeColorPressedInfo: string;
681
+ borderSuccess: string;
682
+ textColorSuccess: string;
683
+ colorSuccess: string;
684
+ colorBorderedSuccess: string;
685
+ closeIconColorSuccess: string;
686
+ closeIconColorHoverSuccess: string;
687
+ closeIconColorPressedSuccess: string;
688
+ closeColorHoverSuccess: string;
689
+ closeColorPressedSuccess: string;
690
+ borderWarning: string;
691
+ textColorWarning: string;
692
+ colorWarning: string;
693
+ colorBorderedWarning: string;
694
+ closeIconColorWarning: string;
695
+ closeIconColorHoverWarning: string;
696
+ closeIconColorPressedWarning: string;
697
+ closeColorHoverWarning: string;
698
+ closeColorPressedWarning: string;
699
+ borderError: string;
700
+ textColorError: string;
701
+ colorError: string;
702
+ colorBorderedError: string;
703
+ closeIconColorError: string;
704
+ closeIconColorHoverError: string;
705
+ closeIconColorPressedError: string;
706
+ closeColorHoverError: string;
707
+ closeColorPressedError: string;
708
+ closeIconSizeTiny: string;
709
+ closeIconSizeSmall: string;
710
+ closeIconSizeMedium: string;
711
+ closeIconSizeLarge: string;
712
+ closeSizeTiny: string;
713
+ closeSizeSmall: string;
714
+ closeSizeMedium: string;
715
+ closeSizeLarge: string;
716
+ padding: string;
717
+ closeMargin: string;
718
+ closeMarginRtl: string;
719
+ }, any>>>;
720
+ }, {
721
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
722
+ mergedClsPrefix: import("vue").ComputedRef<string>;
723
+ contentRef: import("vue").Ref<HTMLElement | null>;
724
+ mergedBordered: import("vue").ComputedRef<boolean>;
725
+ handleClick: (e: MouseEvent) => void;
726
+ handleCloseClick: (e: MouseEvent) => void;
727
+ cssVars: import("vue").ComputedRef<{
728
+ '--n-font-weight-strong': string;
729
+ '--n-avatar-size-override': string;
730
+ '--n-bezier': string;
731
+ '--n-border-radius': string;
732
+ '--n-border': string;
733
+ '--n-close-icon-size': string;
734
+ '--n-close-color-pressed': string;
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;
741
+ '--n-close-margin': string;
742
+ '--n-close-margin-rtl': string;
743
+ '--n-close-size': string;
744
+ '--n-color': string;
745
+ '--n-color-checkable': string;
746
+ '--n-color-checked': string;
747
+ '--n-color-checked-hover': string;
748
+ '--n-color-checked-pressed': string;
749
+ '--n-color-hover-checkable': string;
750
+ '--n-color-pressed-checkable': string;
751
+ '--n-font-size': string;
752
+ '--n-height': string;
753
+ '--n-opacity-disabled': string;
754
+ '--n-padding': string;
755
+ '--n-text-color': string;
756
+ '--n-text-color-checkable': string;
757
+ '--n-text-color-checked': string;
758
+ '--n-text-color-hover-checkable': string;
759
+ '--n-text-color-pressed-checkable': string;
760
+ }> | undefined;
761
+ themeClass: import("vue").Ref<string> | undefined;
762
+ onRender: (() => void) | undefined;
763
+ setTextContent: (textContent: string) => void;
764
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
765
+ bordered: {
766
+ type: import("vue").PropType<boolean | undefined>;
767
+ default: undefined;
768
+ };
769
+ checked: BooleanConstructor;
770
+ checkable: BooleanConstructor;
771
+ strong: BooleanConstructor;
772
+ onClose: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
773
+ onMouseenter: import("vue").PropType<(e: MouseEvent) => void>;
774
+ onMouseleave: import("vue").PropType<(e: MouseEvent) => void>;
775
+ 'onUpdate:checked': import("vue").PropType<(checked: boolean) => void>;
776
+ onUpdateChecked: import("vue").PropType<(checked: boolean) => void>;
777
+ internalCloseFocusable: {
778
+ type: BooleanConstructor;
779
+ default: boolean;
780
+ };
781
+ internalStopClickPropagation: BooleanConstructor;
782
+ onCheckedChange: {
783
+ type: import("vue").PropType<(checked: boolean) => void>;
784
+ validator: () => boolean;
785
+ default: undefined;
786
+ };
787
+ color: import("vue").PropType<import("naive-ui/es/tag/src/common-props").TagColor>;
788
+ type: {
789
+ readonly type: import("vue").PropType<"default" | "primary" | "info" | "success" | "warning" | "error">;
790
+ readonly default: "default";
791
+ };
792
+ round: BooleanConstructor;
793
+ size: {
794
+ readonly type: import("vue").PropType<"small" | "medium" | "large" | "tiny">;
795
+ readonly default: "medium";
796
+ };
797
+ closable: BooleanConstructor;
798
+ disabled: {
799
+ readonly type: import("vue").PropType<boolean | undefined>;
800
+ readonly default: undefined;
801
+ };
802
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tag", {
803
+ closeBorderRadius: string;
804
+ heightTiny: string;
805
+ heightSmall: string;
806
+ heightMedium: string;
807
+ heightLarge: string;
808
+ borderRadius: string;
809
+ opacityDisabled: string;
810
+ fontSizeTiny: string;
811
+ fontSizeSmall: string;
812
+ fontSizeMedium: string;
813
+ fontSizeLarge: string;
814
+ fontWeightStrong: string;
815
+ textColorCheckable: string;
816
+ textColorHoverCheckable: string;
817
+ textColorPressedCheckable: string;
818
+ textColorChecked: string;
819
+ colorCheckable: string;
820
+ colorHoverCheckable: string;
821
+ colorPressedCheckable: string;
822
+ colorChecked: string;
823
+ colorCheckedHover: string;
824
+ colorCheckedPressed: string;
825
+ border: string;
826
+ textColor: string;
827
+ color: string;
828
+ colorBordered: string;
829
+ closeIconColor: string;
830
+ closeIconColorHover: string;
831
+ closeIconColorPressed: string;
832
+ closeColorHover: string;
833
+ closeColorPressed: string;
834
+ borderPrimary: string;
835
+ textColorPrimary: string;
836
+ colorPrimary: string;
837
+ colorBorderedPrimary: string;
838
+ closeIconColorPrimary: string;
839
+ closeIconColorHoverPrimary: string;
840
+ closeIconColorPressedPrimary: string;
841
+ closeColorHoverPrimary: string;
842
+ closeColorPressedPrimary: string;
843
+ borderInfo: string;
844
+ textColorInfo: string;
845
+ colorInfo: string;
846
+ colorBorderedInfo: string;
847
+ closeIconColorInfo: string;
848
+ closeIconColorHoverInfo: string;
849
+ closeIconColorPressedInfo: string;
850
+ closeColorHoverInfo: string;
851
+ closeColorPressedInfo: string;
852
+ borderSuccess: string;
853
+ textColorSuccess: string;
854
+ colorSuccess: string;
855
+ colorBorderedSuccess: string;
856
+ closeIconColorSuccess: string;
857
+ closeIconColorHoverSuccess: string;
858
+ closeIconColorPressedSuccess: string;
859
+ closeColorHoverSuccess: string;
860
+ closeColorPressedSuccess: string;
861
+ borderWarning: string;
862
+ textColorWarning: string;
863
+ colorWarning: string;
864
+ colorBorderedWarning: string;
865
+ closeIconColorWarning: string;
866
+ closeIconColorHoverWarning: string;
867
+ closeIconColorPressedWarning: string;
868
+ closeColorHoverWarning: string;
869
+ closeColorPressedWarning: string;
870
+ borderError: string;
871
+ textColorError: string;
872
+ colorError: string;
873
+ colorBorderedError: string;
874
+ closeIconColorError: string;
875
+ closeIconColorHoverError: string;
876
+ closeIconColorPressedError: string;
877
+ closeColorHoverError: string;
878
+ closeColorPressedError: string;
879
+ closeIconSizeTiny: string;
880
+ closeIconSizeSmall: string;
881
+ closeIconSizeMedium: string;
882
+ closeIconSizeLarge: string;
883
+ closeSizeTiny: string;
884
+ closeSizeSmall: string;
885
+ closeSizeMedium: string;
886
+ closeSizeLarge: string;
887
+ padding: string;
888
+ closeMargin: string;
889
+ closeMarginRtl: string;
890
+ }, any>>;
891
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
892
+ closeBorderRadius: string;
893
+ heightTiny: string;
894
+ heightSmall: string;
895
+ heightMedium: string;
896
+ heightLarge: string;
897
+ borderRadius: string;
898
+ opacityDisabled: string;
899
+ fontSizeTiny: string;
900
+ fontSizeSmall: string;
901
+ fontSizeMedium: string;
902
+ fontSizeLarge: string;
903
+ fontWeightStrong: string;
904
+ textColorCheckable: string;
905
+ textColorHoverCheckable: string;
906
+ textColorPressedCheckable: string;
907
+ textColorChecked: string;
908
+ colorCheckable: string;
909
+ colorHoverCheckable: string;
910
+ colorPressedCheckable: string;
911
+ colorChecked: string;
912
+ colorCheckedHover: string;
913
+ colorCheckedPressed: string;
914
+ border: string;
915
+ textColor: string;
916
+ color: string;
917
+ colorBordered: string;
918
+ closeIconColor: string;
919
+ closeIconColorHover: string;
920
+ closeIconColorPressed: string;
921
+ closeColorHover: string;
922
+ closeColorPressed: string;
923
+ borderPrimary: string;
924
+ textColorPrimary: string;
925
+ colorPrimary: string;
926
+ colorBorderedPrimary: string;
927
+ closeIconColorPrimary: string;
928
+ closeIconColorHoverPrimary: string;
929
+ closeIconColorPressedPrimary: string;
930
+ closeColorHoverPrimary: string;
931
+ closeColorPressedPrimary: string;
932
+ borderInfo: string;
933
+ textColorInfo: string;
934
+ colorInfo: string;
935
+ colorBorderedInfo: string;
936
+ closeIconColorInfo: string;
937
+ closeIconColorHoverInfo: string;
938
+ closeIconColorPressedInfo: string;
939
+ closeColorHoverInfo: string;
940
+ closeColorPressedInfo: string;
941
+ borderSuccess: string;
942
+ textColorSuccess: string;
943
+ colorSuccess: string;
944
+ colorBorderedSuccess: string;
945
+ closeIconColorSuccess: string;
946
+ closeIconColorHoverSuccess: string;
947
+ closeIconColorPressedSuccess: string;
948
+ closeColorHoverSuccess: string;
949
+ closeColorPressedSuccess: string;
950
+ borderWarning: string;
951
+ textColorWarning: string;
952
+ colorWarning: string;
953
+ colorBorderedWarning: string;
954
+ closeIconColorWarning: string;
955
+ closeIconColorHoverWarning: string;
956
+ closeIconColorPressedWarning: string;
957
+ closeColorHoverWarning: string;
958
+ closeColorPressedWarning: string;
959
+ borderError: string;
960
+ textColorError: string;
961
+ colorError: string;
962
+ colorBorderedError: string;
963
+ closeIconColorError: string;
964
+ closeIconColorHoverError: string;
965
+ closeIconColorPressedError: string;
966
+ closeColorHoverError: string;
967
+ closeColorPressedError: string;
968
+ closeIconSizeTiny: string;
969
+ closeIconSizeSmall: string;
970
+ closeIconSizeMedium: string;
971
+ closeIconSizeLarge: string;
972
+ closeSizeTiny: string;
973
+ closeSizeSmall: string;
974
+ closeSizeMedium: string;
975
+ closeSizeLarge: string;
976
+ padding: string;
977
+ closeMargin: string;
978
+ closeMarginRtl: string;
979
+ }, any>>>;
980
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tag", {
981
+ closeBorderRadius: string;
982
+ heightTiny: string;
983
+ heightSmall: string;
984
+ heightMedium: string;
985
+ heightLarge: string;
986
+ borderRadius: string;
987
+ opacityDisabled: string;
988
+ fontSizeTiny: string;
989
+ fontSizeSmall: string;
990
+ fontSizeMedium: string;
991
+ fontSizeLarge: string;
992
+ fontWeightStrong: string;
993
+ textColorCheckable: string;
994
+ textColorHoverCheckable: string;
995
+ textColorPressedCheckable: string;
996
+ textColorChecked: string;
997
+ colorCheckable: string;
998
+ colorHoverCheckable: string;
999
+ colorPressedCheckable: string;
1000
+ colorChecked: string;
1001
+ colorCheckedHover: string;
1002
+ colorCheckedPressed: string;
1003
+ border: string;
1004
+ textColor: string;
1005
+ color: string;
1006
+ colorBordered: string;
1007
+ closeIconColor: string;
1008
+ closeIconColorHover: string;
1009
+ closeIconColorPressed: string;
1010
+ closeColorHover: string;
1011
+ closeColorPressed: string;
1012
+ borderPrimary: string;
1013
+ textColorPrimary: string;
1014
+ colorPrimary: string;
1015
+ colorBorderedPrimary: string;
1016
+ closeIconColorPrimary: string;
1017
+ closeIconColorHoverPrimary: string;
1018
+ closeIconColorPressedPrimary: string;
1019
+ closeColorHoverPrimary: string;
1020
+ closeColorPressedPrimary: string;
1021
+ borderInfo: string;
1022
+ textColorInfo: string;
1023
+ colorInfo: string;
1024
+ colorBorderedInfo: string;
1025
+ closeIconColorInfo: string;
1026
+ closeIconColorHoverInfo: string;
1027
+ closeIconColorPressedInfo: string;
1028
+ closeColorHoverInfo: string;
1029
+ closeColorPressedInfo: string;
1030
+ borderSuccess: string;
1031
+ textColorSuccess: string;
1032
+ colorSuccess: string;
1033
+ colorBorderedSuccess: string;
1034
+ closeIconColorSuccess: string;
1035
+ closeIconColorHoverSuccess: string;
1036
+ closeIconColorPressedSuccess: string;
1037
+ closeColorHoverSuccess: string;
1038
+ closeColorPressedSuccess: string;
1039
+ borderWarning: string;
1040
+ textColorWarning: string;
1041
+ colorWarning: string;
1042
+ colorBorderedWarning: string;
1043
+ closeIconColorWarning: string;
1044
+ closeIconColorHoverWarning: string;
1045
+ closeIconColorPressedWarning: string;
1046
+ closeColorHoverWarning: string;
1047
+ closeColorPressedWarning: string;
1048
+ borderError: string;
1049
+ textColorError: string;
1050
+ colorError: string;
1051
+ colorBorderedError: string;
1052
+ closeIconColorError: string;
1053
+ closeIconColorHoverError: string;
1054
+ closeIconColorPressedError: string;
1055
+ closeColorHoverError: string;
1056
+ closeColorPressedError: string;
1057
+ closeIconSizeTiny: string;
1058
+ closeIconSizeSmall: string;
1059
+ closeIconSizeMedium: string;
1060
+ closeIconSizeLarge: string;
1061
+ closeSizeTiny: string;
1062
+ closeSizeSmall: string;
1063
+ closeSizeMedium: string;
1064
+ closeSizeLarge: string;
1065
+ padding: string;
1066
+ closeMargin: string;
1067
+ closeMarginRtl: string;
1068
+ }, any>>>;
1069
+ }>>, {
1070
+ type: "default" | "primary" | "info" | "success" | "warning" | "error";
1071
+ round: boolean;
1072
+ size: "small" | "medium" | "large" | "tiny";
1073
+ disabled: boolean | undefined;
1074
+ checked: boolean;
1075
+ strong: boolean;
1076
+ bordered: boolean | undefined;
1077
+ closable: boolean;
1078
+ checkable: boolean;
1079
+ internalCloseFocusable: boolean;
1080
+ internalStopClickPropagation: boolean;
1081
+ onCheckedChange: (checked: boolean) => void;
1082
+ }>;
1083
+ NEllipsis: import("vue").DefineComponent<{
1084
+ readonly expandTrigger: import("vue").PropType<"click">;
1085
+ readonly lineClamp: import("vue").PropType<string | number>;
1086
+ readonly tooltip: {
1087
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1088
+ readonly default: true;
1089
+ };
1090
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1091
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1092
+ borderRadius: string;
1093
+ boxShadow: string;
1094
+ color: string;
1095
+ textColor: string;
1096
+ padding: string;
1097
+ }, {
1098
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1099
+ fontSize: string;
1100
+ borderRadius: string;
1101
+ color: string;
1102
+ dividerColor: string;
1103
+ textColor: string;
1104
+ boxShadow: string;
1105
+ space: string;
1106
+ spaceArrow: string;
1107
+ arrowOffset: string;
1108
+ arrowOffsetVertical: string;
1109
+ arrowHeight: string;
1110
+ padding: string;
1111
+ }, any>;
1112
+ }>;
1113
+ }>>;
1114
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1115
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1116
+ borderRadius: string;
1117
+ boxShadow: string;
1118
+ color: string;
1119
+ textColor: string;
1120
+ padding: string;
1121
+ }, {
1122
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1123
+ fontSize: string;
1124
+ borderRadius: string;
1125
+ color: string;
1126
+ dividerColor: string;
1127
+ textColor: string;
1128
+ boxShadow: string;
1129
+ space: string;
1130
+ spaceArrow: string;
1131
+ arrowOffset: string;
1132
+ arrowOffsetVertical: string;
1133
+ arrowHeight: string;
1134
+ padding: string;
1135
+ }, any>;
1136
+ }>;
1137
+ }>>>;
1138
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1139
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1140
+ borderRadius: string;
1141
+ boxShadow: string;
1142
+ color: string;
1143
+ textColor: string;
1144
+ padding: string;
1145
+ }, {
1146
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1147
+ fontSize: string;
1148
+ borderRadius: string;
1149
+ color: string;
1150
+ dividerColor: string;
1151
+ textColor: string;
1152
+ boxShadow: string;
1153
+ space: string;
1154
+ spaceArrow: string;
1155
+ arrowOffset: string;
1156
+ arrowOffsetVertical: string;
1157
+ arrowHeight: string;
1158
+ padding: string;
1159
+ }, any>;
1160
+ }>;
1161
+ }>>>;
1162
+ }, {
1163
+ mergedTheme: import("vue").ComputedRef<{
1164
+ common: {
1165
+ baseColor: string;
1166
+ primaryColor: string;
1167
+ primaryColorHover: string;
1168
+ primaryColorPressed: string;
1169
+ primaryColorSuppl: string;
1170
+ infoColor: string;
1171
+ infoColorHover: string;
1172
+ infoColorPressed: string;
1173
+ infoColorSuppl: string;
1174
+ successColor: string;
1175
+ successColorHover: string;
1176
+ successColorPressed: string;
1177
+ successColorSuppl: string;
1178
+ warningColor: string;
1179
+ warningColorHover: string;
1180
+ warningColorPressed: string;
1181
+ warningColorSuppl: string;
1182
+ errorColor: string;
1183
+ errorColorHover: string;
1184
+ errorColorPressed: string;
1185
+ errorColorSuppl: string;
1186
+ textColorBase: string;
1187
+ textColor1: string;
1188
+ textColor2: string;
1189
+ textColor3: string;
1190
+ textColorDisabled: string;
1191
+ placeholderColor: string;
1192
+ placeholderColorDisabled: string;
1193
+ iconColor: string;
1194
+ iconColorHover: string;
1195
+ iconColorPressed: string;
1196
+ iconColorDisabled: string;
1197
+ opacity1: string;
1198
+ opacity2: string;
1199
+ opacity3: string;
1200
+ opacity4: string;
1201
+ opacity5: string;
1202
+ dividerColor: string;
1203
+ borderColor: string;
1204
+ closeIconColor: string;
1205
+ closeIconColorHover: string;
1206
+ closeIconColorPressed: string;
1207
+ closeColorHover: string;
1208
+ closeColorPressed: string;
1209
+ clearColor: string;
1210
+ clearColorHover: string;
1211
+ clearColorPressed: string;
1212
+ scrollbarColor: string;
1213
+ scrollbarColorHover: string;
1214
+ scrollbarWidth: string;
1215
+ scrollbarHeight: string;
1216
+ scrollbarBorderRadius: string;
1217
+ progressRailColor: string;
1218
+ railColor: string;
1219
+ popoverColor: string;
1220
+ tableColor: string;
1221
+ cardColor: string;
1222
+ modalColor: string;
1223
+ bodyColor: string;
1224
+ tagColor: string;
1225
+ avatarColor: string;
1226
+ invertedColor: string;
1227
+ inputColor: string;
1228
+ codeColor: string;
1229
+ tabColor: string;
1230
+ actionColor: string;
1231
+ tableHeaderColor: string;
1232
+ hoverColor: string;
1233
+ tableColorHover: string;
1234
+ tableColorStriped: string;
1235
+ pressedColor: string;
1236
+ opacityDisabled: string;
1237
+ inputColorDisabled: string;
1238
+ buttonColor2: string;
1239
+ buttonColor2Hover: string;
1240
+ buttonColor2Pressed: string;
1241
+ boxShadow1: string;
1242
+ boxShadow2: string;
1243
+ boxShadow3: string;
1244
+ fontFamily: string;
1245
+ fontFamilyMono: string;
1246
+ fontWeight: string;
1247
+ fontWeightStrong: string;
1248
+ cubicBezierEaseInOut: string;
1249
+ cubicBezierEaseOut: string;
1250
+ cubicBezierEaseIn: string;
1251
+ borderRadius: string;
1252
+ borderRadiusSmall: string;
1253
+ fontSize: string;
1254
+ fontSizeMini: string;
1255
+ fontSizeTiny: string;
1256
+ fontSizeSmall: string;
1257
+ fontSizeMedium: string;
1258
+ fontSizeLarge: string;
1259
+ fontSizeHuge: string;
1260
+ lineHeight: string;
1261
+ heightMini: string;
1262
+ heightTiny: string;
1263
+ heightSmall: string;
1264
+ heightMedium: string;
1265
+ heightLarge: string;
1266
+ heightHuge: string;
1267
+ name: "common";
1268
+ };
1269
+ self: unknown;
1270
+ peers: {
1271
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1272
+ borderRadius: string;
1273
+ boxShadow: string;
1274
+ color: string;
1275
+ textColor: string;
1276
+ padding: string;
1277
+ }, {
1278
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1279
+ fontSize: string;
1280
+ borderRadius: string;
1281
+ color: string;
1282
+ dividerColor: string;
1283
+ textColor: string;
1284
+ boxShadow: string;
1285
+ space: string;
1286
+ spaceArrow: string;
1287
+ arrowOffset: string;
1288
+ arrowOffsetVertical: string;
1289
+ arrowHeight: string;
1290
+ padding: string;
1291
+ }, any>;
1292
+ }>;
1293
+ };
1294
+ peerOverrides: {
1295
+ Tooltip?: {
1296
+ peers?: {
1297
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1298
+ fontSize: string;
1299
+ borderRadius: string;
1300
+ color: string;
1301
+ dividerColor: string;
1302
+ textColor: string;
1303
+ boxShadow: string;
1304
+ space: string;
1305
+ spaceArrow: string;
1306
+ arrowOffset: string;
1307
+ arrowOffsetVertical: string;
1308
+ arrowHeight: string;
1309
+ padding: string;
1310
+ }, any>> | undefined;
1311
+ } | undefined;
1312
+ } | undefined;
1313
+ };
1314
+ }>;
1315
+ triggerRef: import("vue").Ref<HTMLElement | null>;
1316
+ triggerInnerRef: import("vue").Ref<HTMLElement | null>;
1317
+ tooltipRef: import("vue").Ref<{
1318
+ syncPosition: () => void;
1319
+ setShow: (value: boolean) => void;
1320
+ } | null>;
1321
+ handleClick: import("vue").ComputedRef<(() => void) | undefined>;
1322
+ renderTrigger: () => JSX.Element;
1323
+ getTooltipDisabled: () => boolean;
1324
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1325
+ readonly expandTrigger: import("vue").PropType<"click">;
1326
+ readonly lineClamp: import("vue").PropType<string | number>;
1327
+ readonly tooltip: {
1328
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1329
+ readonly default: true;
1330
+ };
1331
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1332
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1333
+ borderRadius: string;
1334
+ boxShadow: string;
1335
+ color: string;
1336
+ textColor: string;
1337
+ padding: string;
1338
+ }, {
1339
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1340
+ fontSize: string;
1341
+ borderRadius: string;
1342
+ color: string;
1343
+ dividerColor: string;
1344
+ textColor: string;
1345
+ boxShadow: string;
1346
+ space: string;
1347
+ spaceArrow: string;
1348
+ arrowOffset: string;
1349
+ arrowOffsetVertical: string;
1350
+ arrowHeight: string;
1351
+ padding: string;
1352
+ }, any>;
1353
+ }>;
1354
+ }>>;
1355
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1356
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1357
+ borderRadius: string;
1358
+ boxShadow: string;
1359
+ color: string;
1360
+ textColor: string;
1361
+ padding: string;
1362
+ }, {
1363
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1364
+ fontSize: string;
1365
+ borderRadius: string;
1366
+ color: string;
1367
+ dividerColor: string;
1368
+ textColor: string;
1369
+ boxShadow: string;
1370
+ space: string;
1371
+ spaceArrow: string;
1372
+ arrowOffset: string;
1373
+ arrowOffsetVertical: string;
1374
+ arrowHeight: string;
1375
+ padding: string;
1376
+ }, any>;
1377
+ }>;
1378
+ }>>>;
1379
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1380
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1381
+ borderRadius: string;
1382
+ boxShadow: string;
1383
+ color: string;
1384
+ textColor: string;
1385
+ padding: string;
1386
+ }, {
1387
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1388
+ fontSize: string;
1389
+ borderRadius: string;
1390
+ color: string;
1391
+ dividerColor: string;
1392
+ textColor: string;
1393
+ boxShadow: string;
1394
+ space: string;
1395
+ spaceArrow: string;
1396
+ arrowOffset: string;
1397
+ arrowOffsetVertical: string;
1398
+ arrowHeight: string;
1399
+ padding: string;
1400
+ }, any>;
1401
+ }>;
1402
+ }>>>;
1403
+ }>>, {
1404
+ readonly tooltip: boolean | import("naive-ui").PopoverProps;
1405
+ }>;
1406
+ SlotRender: import("vue").DefineComponent<{
1407
+ renderer: {
1408
+ type: (StringConstructor | FunctionConstructor)[];
1409
+ required: true;
1410
+ };
1411
+ rootSlots: {
1412
+ type: import("vue").PropType<Record<string, import("cnhis-design-vue/es/src/types").Func<any[], any>>>;
1413
+ required: true;
1414
+ };
1415
+ }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1416
+ renderer: {
1417
+ type: (StringConstructor | FunctionConstructor)[];
1418
+ required: true;
1419
+ };
1420
+ rootSlots: {
1421
+ type: import("vue").PropType<Record<string, import("cnhis-design-vue/es/src/types").Func<any[], any>>>;
1422
+ required: true;
1423
+ };
1424
+ }>>, {}>;
1425
+ HiddenContent: import("vue").DefineComponent<{
1426
+ content: {
1427
+ type: StringConstructor;
1428
+ default: string;
1429
+ };
1430
+ width: {
1431
+ type: NumberConstructor;
1432
+ };
1433
+ }, {
1434
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1435
+ content: {
1436
+ type: StringConstructor;
1437
+ default: string;
1438
+ };
1439
+ width: {
1440
+ type: NumberConstructor;
1441
+ };
1442
+ }>> & {
1443
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1444
+ }>>;
1445
+ hidden: import("vue").Ref<boolean>;
1446
+ toggleHidden: () => void;
1447
+ wrapperStyle: import("vue").ComputedRef<{
1448
+ maxWidth: string;
1449
+ width: string;
1450
+ }>;
1451
+ maxWidth: import("vue").ComputedRef<string>;
1452
+ displayContent: import("vue").ComputedRef<string>;
1453
+ NEllipsis: import("vue").DefineComponent<{
1454
+ readonly expandTrigger: import("vue").PropType<"click">;
1455
+ readonly lineClamp: import("vue").PropType<string | number>;
1456
+ readonly tooltip: {
1457
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1458
+ readonly default: true;
1459
+ };
1460
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1461
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1462
+ borderRadius: string;
1463
+ boxShadow: string;
1464
+ color: string;
1465
+ textColor: string;
1466
+ padding: string;
1467
+ }, {
1468
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1469
+ fontSize: string;
1470
+ borderRadius: string;
1471
+ color: string;
1472
+ dividerColor: string;
1473
+ textColor: string;
1474
+ boxShadow: string;
1475
+ space: string;
1476
+ spaceArrow: string;
1477
+ arrowOffset: string;
1478
+ arrowOffsetVertical: string;
1479
+ arrowHeight: string;
1480
+ padding: string;
1481
+ }, any>;
1482
+ }>;
1483
+ }>>;
1484
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1485
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1486
+ borderRadius: string;
1487
+ boxShadow: string;
1488
+ color: string;
1489
+ textColor: string;
1490
+ padding: string;
1491
+ }, {
1492
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1493
+ fontSize: string;
1494
+ borderRadius: string;
1495
+ color: string;
1496
+ dividerColor: string;
1497
+ textColor: string;
1498
+ boxShadow: string;
1499
+ space: string;
1500
+ spaceArrow: string;
1501
+ arrowOffset: string;
1502
+ arrowOffsetVertical: string;
1503
+ arrowHeight: string;
1504
+ padding: string;
1505
+ }, any>;
1506
+ }>;
1507
+ }>>>;
1508
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1509
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1510
+ borderRadius: string;
1511
+ boxShadow: string;
1512
+ color: string;
1513
+ textColor: string;
1514
+ padding: string;
1515
+ }, {
1516
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1517
+ fontSize: string;
1518
+ borderRadius: string;
1519
+ color: string;
1520
+ dividerColor: string;
1521
+ textColor: string;
1522
+ boxShadow: string;
1523
+ space: string;
1524
+ spaceArrow: string;
1525
+ arrowOffset: string;
1526
+ arrowOffsetVertical: string;
1527
+ arrowHeight: string;
1528
+ padding: string;
1529
+ }, any>;
1530
+ }>;
1531
+ }>>>;
1532
+ }, {
1533
+ mergedTheme: import("vue").ComputedRef<{
1534
+ common: {
1535
+ baseColor: string;
1536
+ primaryColor: string;
1537
+ primaryColorHover: string;
1538
+ primaryColorPressed: string;
1539
+ primaryColorSuppl: string;
1540
+ infoColor: string;
1541
+ infoColorHover: string;
1542
+ infoColorPressed: string;
1543
+ infoColorSuppl: string;
1544
+ successColor: string;
1545
+ successColorHover: string;
1546
+ successColorPressed: string;
1547
+ successColorSuppl: string;
1548
+ warningColor: string;
1549
+ warningColorHover: string;
1550
+ warningColorPressed: string;
1551
+ warningColorSuppl: string;
1552
+ errorColor: string;
1553
+ errorColorHover: string;
1554
+ errorColorPressed: string;
1555
+ errorColorSuppl: string;
1556
+ textColorBase: string;
1557
+ textColor1: string;
1558
+ textColor2: string;
1559
+ textColor3: string;
1560
+ textColorDisabled: string;
1561
+ placeholderColor: string;
1562
+ placeholderColorDisabled: string;
1563
+ iconColor: string;
1564
+ iconColorHover: string;
1565
+ iconColorPressed: string;
1566
+ iconColorDisabled: string;
1567
+ opacity1: string;
1568
+ opacity2: string;
1569
+ opacity3: string;
1570
+ opacity4: string;
1571
+ opacity5: string;
1572
+ dividerColor: string;
1573
+ borderColor: string;
1574
+ closeIconColor: string;
1575
+ closeIconColorHover: string;
1576
+ closeIconColorPressed: string;
1577
+ closeColorHover: string;
1578
+ closeColorPressed: string;
1579
+ clearColor: string;
1580
+ clearColorHover: string;
1581
+ clearColorPressed: string;
1582
+ scrollbarColor: string;
1583
+ scrollbarColorHover: string;
1584
+ scrollbarWidth: string;
1585
+ scrollbarHeight: string;
1586
+ scrollbarBorderRadius: string;
1587
+ progressRailColor: string;
1588
+ railColor: string;
1589
+ popoverColor: string;
1590
+ tableColor: string;
1591
+ cardColor: string;
1592
+ modalColor: string;
1593
+ bodyColor: string;
1594
+ tagColor: string;
1595
+ avatarColor: string;
1596
+ invertedColor: string;
1597
+ inputColor: string;
1598
+ codeColor: string;
1599
+ tabColor: string;
1600
+ actionColor: string;
1601
+ tableHeaderColor: string;
1602
+ hoverColor: string;
1603
+ tableColorHover: string;
1604
+ tableColorStriped: string;
1605
+ pressedColor: string;
1606
+ opacityDisabled: string;
1607
+ inputColorDisabled: string;
1608
+ buttonColor2: string;
1609
+ buttonColor2Hover: string;
1610
+ buttonColor2Pressed: string;
1611
+ boxShadow1: string;
1612
+ boxShadow2: string;
1613
+ boxShadow3: string;
1614
+ fontFamily: string;
1615
+ fontFamilyMono: string;
1616
+ fontWeight: string;
1617
+ fontWeightStrong: string;
1618
+ cubicBezierEaseInOut: string;
1619
+ cubicBezierEaseOut: string;
1620
+ cubicBezierEaseIn: string;
1621
+ borderRadius: string;
1622
+ borderRadiusSmall: string;
1623
+ fontSize: string;
1624
+ fontSizeMini: string;
1625
+ fontSizeTiny: string;
1626
+ fontSizeSmall: string;
1627
+ fontSizeMedium: string;
1628
+ fontSizeLarge: string;
1629
+ fontSizeHuge: string;
1630
+ lineHeight: string;
1631
+ heightMini: string;
1632
+ heightTiny: string;
1633
+ heightSmall: string;
1634
+ heightMedium: string;
1635
+ heightLarge: string;
1636
+ heightHuge: string;
1637
+ name: "common";
1638
+ };
1639
+ self: unknown;
1640
+ peers: {
1641
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1642
+ borderRadius: string;
1643
+ boxShadow: string;
1644
+ color: string;
1645
+ textColor: string;
1646
+ padding: string;
1647
+ }, {
1648
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1649
+ fontSize: string;
1650
+ borderRadius: string;
1651
+ color: string;
1652
+ dividerColor: string;
1653
+ textColor: string;
1654
+ boxShadow: string;
1655
+ space: string;
1656
+ spaceArrow: string;
1657
+ arrowOffset: string;
1658
+ arrowOffsetVertical: string;
1659
+ arrowHeight: string;
1660
+ padding: string;
1661
+ }, any>;
1662
+ }>;
1663
+ };
1664
+ peerOverrides: {
1665
+ Tooltip?: {
1666
+ peers?: {
1667
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1668
+ fontSize: string;
1669
+ borderRadius: string;
1670
+ color: string;
1671
+ dividerColor: string;
1672
+ textColor: string;
1673
+ boxShadow: string;
1674
+ space: string;
1675
+ spaceArrow: string;
1676
+ arrowOffset: string;
1677
+ arrowOffsetVertical: string;
1678
+ arrowHeight: string;
1679
+ padding: string;
1680
+ }, any>> | undefined;
1681
+ } | undefined;
1682
+ } | undefined;
1683
+ };
1684
+ }>;
1685
+ triggerRef: import("vue").Ref<HTMLElement | null>;
1686
+ triggerInnerRef: import("vue").Ref<HTMLElement | null>;
1687
+ tooltipRef: import("vue").Ref<{
1688
+ syncPosition: () => void;
1689
+ setShow: (value: boolean) => void;
1690
+ } | null>;
1691
+ handleClick: import("vue").ComputedRef<(() => void) | undefined>;
1692
+ renderTrigger: () => JSX.Element;
1693
+ getTooltipDisabled: () => boolean;
1694
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1695
+ readonly expandTrigger: import("vue").PropType<"click">;
1696
+ readonly lineClamp: import("vue").PropType<string | number>;
1697
+ readonly tooltip: {
1698
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1699
+ readonly default: true;
1700
+ };
1701
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1702
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1703
+ borderRadius: string;
1704
+ boxShadow: string;
1705
+ color: string;
1706
+ textColor: string;
1707
+ padding: string;
1708
+ }, {
1709
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1710
+ fontSize: string;
1711
+ borderRadius: string;
1712
+ color: string;
1713
+ dividerColor: string;
1714
+ textColor: string;
1715
+ boxShadow: string;
1716
+ space: string;
1717
+ spaceArrow: string;
1718
+ arrowOffset: string;
1719
+ arrowOffsetVertical: string;
1720
+ arrowHeight: string;
1721
+ padding: string;
1722
+ }, any>;
1723
+ }>;
1724
+ }>>;
1725
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1726
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1727
+ borderRadius: string;
1728
+ boxShadow: string;
1729
+ color: string;
1730
+ textColor: string;
1731
+ padding: string;
1732
+ }, {
1733
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1734
+ fontSize: string;
1735
+ borderRadius: string;
1736
+ color: string;
1737
+ dividerColor: string;
1738
+ textColor: string;
1739
+ boxShadow: string;
1740
+ space: string;
1741
+ spaceArrow: string;
1742
+ arrowOffset: string;
1743
+ arrowOffsetVertical: string;
1744
+ arrowHeight: string;
1745
+ padding: string;
1746
+ }, any>;
1747
+ }>;
1748
+ }>>>;
1749
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1750
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1751
+ borderRadius: string;
1752
+ boxShadow: string;
1753
+ color: string;
1754
+ textColor: string;
1755
+ padding: string;
1756
+ }, {
1757
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1758
+ fontSize: string;
1759
+ borderRadius: string;
1760
+ color: string;
1761
+ dividerColor: string;
1762
+ textColor: string;
1763
+ boxShadow: string;
1764
+ space: string;
1765
+ spaceArrow: string;
1766
+ arrowOffset: string;
1767
+ arrowOffsetVertical: string;
1768
+ arrowHeight: string;
1769
+ padding: string;
1770
+ }, any>;
1771
+ }>;
1772
+ }>>>;
1773
+ }>>, {
1774
+ readonly tooltip: boolean | import("naive-ui").PopoverProps;
1775
+ }>;
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<{
1777
+ content: {
1778
+ type: StringConstructor;
1779
+ default: string;
1780
+ };
1781
+ width: {
1782
+ type: NumberConstructor;
1783
+ };
1784
+ }>>, {
1785
+ content: string;
1786
+ }>;
1787
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("openPatientInfo" | "fieldSet" | "update:compact")[], "openPatientInfo" | "fieldSet" | "update:compact", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1788
+ compact: {
1789
+ type: BooleanConstructor;
1790
+ required: true;
1791
+ };
1792
+ separator: {
1793
+ type: StringConstructor;
1794
+ default: string;
1795
+ };
1796
+ patientInfo: {
1797
+ type: import("vue").PropType<Partial<{
1798
+ name: string;
1799
+ sex: string;
1800
+ age: string;
1801
+ ageUnit?: string | undefined;
1802
+ tagList?: Partial<{
1803
+ type: "info" | "warning";
1804
+ content: string;
1805
+ }>[] | undefined;
1806
+ }>>;
1807
+ default: () => {};
1808
+ };
1809
+ infoList: {
1810
+ type: import("vue").PropType<any[]>;
1811
+ required: true;
1812
+ };
1813
+ labelField: {
1814
+ type: StringConstructor;
1815
+ default: string;
1816
+ };
1817
+ valueField: {
1818
+ type: StringConstructor;
1819
+ default: string;
1820
+ };
1821
+ minColumnWidth: {
1822
+ type: (NumberConstructor | StringConstructor)[];
1823
+ default: number;
1824
+ };
1825
+ rowHeight: {
1826
+ type: (NumberConstructor | StringConstructor)[];
1827
+ default: number;
1828
+ };
1829
+ }>> & {
1830
+ onFieldSet?: ((...args: any[]) => any) | undefined;
1831
+ onOpenPatientInfo?: ((...args: any[]) => any) | undefined;
1832
+ "onUpdate:compact"?: ((...args: any[]) => any) | undefined;
1833
+ }, {
1834
+ separator: string;
1835
+ labelField: string;
1836
+ valueField: string;
1837
+ patientInfo: Partial<{
1838
+ name: string;
1839
+ sex: string;
1840
+ age: string;
1841
+ ageUnit?: string | undefined;
1842
+ tagList?: Partial<{
1843
+ type: "info" | "warning";
1844
+ content: string;
1845
+ }>[] | undefined;
1846
+ }>;
1847
+ minColumnWidth: string | number;
1848
+ rowHeight: string | number;
1849
+ }>>;
1850
+ export default InfoHeader;