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