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,1622 @@
1
+ import { AnyObject, Func } from 'cnhis-design-vue/es/src/types';
2
+ import { PropType } from 'vue';
3
+ import { PropObject } from 'cnhis-design-vue/es/packages/form-table/src/types';
4
+ declare const _default: import("vue").DefineComponent<{
5
+ mainForm: {
6
+ type: PropObject;
7
+ default: () => {};
8
+ };
9
+ userInfo: {
10
+ type: PropObject;
11
+ default: () => {};
12
+ };
13
+ styleSetting: {
14
+ type: PropObject;
15
+ default: () => {};
16
+ };
17
+ defaultValue: {
18
+ type: PropObject;
19
+ default: () => {};
20
+ };
21
+ dbParams: {
22
+ type: PropType<AnyObject>;
23
+ };
24
+ row: {
25
+ type: PropObject;
26
+ default: () => {};
27
+ };
28
+ item: {
29
+ type: PropObject;
30
+ default: () => {
31
+ _own: {};
32
+ };
33
+ };
34
+ defaultFieldList: {
35
+ type: PropType<any[]>;
36
+ default: () => never[];
37
+ };
38
+ cacheUniqueKey: {
39
+ type: PropObject;
40
+ default: () => {
41
+ _own: {};
42
+ };
43
+ };
44
+ params_formId: (NumberConstructor | StringConstructor)[];
45
+ formType: {
46
+ type: PropObject;
47
+ default: () => {
48
+ _own: {};
49
+ };
50
+ };
51
+ isDetail: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ handleFormTableValue: PropType<Func<any[], any>>;
56
+ }, {
57
+ $message: import("naive-ui").MessageApi;
58
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
59
+ mainForm: {
60
+ type: PropObject;
61
+ default: () => {};
62
+ };
63
+ userInfo: {
64
+ type: PropObject;
65
+ default: () => {};
66
+ };
67
+ styleSetting: {
68
+ type: PropObject;
69
+ default: () => {};
70
+ };
71
+ defaultValue: {
72
+ type: PropObject;
73
+ default: () => {};
74
+ };
75
+ dbParams: {
76
+ type: PropType<AnyObject>;
77
+ };
78
+ row: {
79
+ type: PropObject;
80
+ default: () => {};
81
+ };
82
+ item: {
83
+ type: PropObject;
84
+ default: () => {
85
+ _own: {};
86
+ };
87
+ };
88
+ defaultFieldList: {
89
+ type: PropType<any[]>;
90
+ default: () => never[];
91
+ };
92
+ cacheUniqueKey: {
93
+ type: PropObject;
94
+ default: () => {
95
+ _own: {};
96
+ };
97
+ };
98
+ params_formId: (NumberConstructor | StringConstructor)[];
99
+ formType: {
100
+ type: PropObject;
101
+ default: () => {
102
+ _own: {};
103
+ };
104
+ };
105
+ isDetail: {
106
+ type: BooleanConstructor;
107
+ default: boolean;
108
+ };
109
+ handleFormTableValue: PropType<Func<any[], any>>;
110
+ }>> & {
111
+ onTableBlur?: ((...args: any[]) => any) | undefined;
112
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
113
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
114
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
115
+ }>>;
116
+ emit: (event: "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", ...args: any[]) => void;
117
+ hasErr: import("vue").ComputedRef<any>;
118
+ inputType: import("vue").Ref<string>;
119
+ isReadOnly: import("vue").Ref<boolean>;
120
+ prefixStr: any;
121
+ suffixStr: any;
122
+ handleTogglePsw: () => void;
123
+ NInput: import("vue").DefineComponent<{
124
+ bordered: {
125
+ type: PropType<boolean | undefined>;
126
+ default: undefined;
127
+ };
128
+ type: {
129
+ type: PropType<"text" | "textarea" | "password">;
130
+ default: string;
131
+ };
132
+ placeholder: PropType<string | [string, string]>;
133
+ defaultValue: {
134
+ type: PropType<string | [string, string] | null>;
135
+ default: null;
136
+ };
137
+ value: PropType<string | [string, string] | null>;
138
+ disabled: {
139
+ type: PropType<boolean | undefined>;
140
+ default: undefined;
141
+ };
142
+ size: PropType<import("naive-ui/es/input/src/interface").Size>;
143
+ rows: {
144
+ type: PropType<string | number>;
145
+ default: number;
146
+ };
147
+ round: BooleanConstructor;
148
+ minlength: PropType<string | number>;
149
+ maxlength: PropType<string | number>;
150
+ clearable: BooleanConstructor;
151
+ autosize: {
152
+ type: PropType<boolean | {
153
+ minRows?: number | undefined;
154
+ maxRows?: number | undefined;
155
+ }>;
156
+ default: boolean;
157
+ };
158
+ pair: BooleanConstructor;
159
+ separator: StringConstructor;
160
+ readonly: {
161
+ type: (BooleanConstructor | StringConstructor)[];
162
+ default: boolean;
163
+ };
164
+ passivelyActivated: BooleanConstructor;
165
+ showPasswordOn: PropType<"click" | "mousedown">;
166
+ stateful: {
167
+ type: BooleanConstructor;
168
+ default: boolean;
169
+ };
170
+ autofocus: BooleanConstructor;
171
+ inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
172
+ resizable: {
173
+ type: BooleanConstructor;
174
+ default: boolean;
175
+ };
176
+ showCount: BooleanConstructor;
177
+ loading: {
178
+ type: BooleanConstructor;
179
+ default: undefined;
180
+ };
181
+ onMousedown: PropType<(e: MouseEvent) => void>;
182
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
183
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
184
+ onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
185
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
186
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
187
+ onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
188
+ onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
189
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
190
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
191
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
192
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
193
+ textDecoration: PropType<string | [string, string]>;
194
+ attrSize: {
195
+ type: NumberConstructor;
196
+ default: number;
197
+ };
198
+ onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
199
+ onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
200
+ onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
201
+ onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
202
+ onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
203
+ onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
204
+ internalDeactivateOnEnter: BooleanConstructor;
205
+ internalForceFocus: BooleanConstructor;
206
+ internalLoadingBeforeSuffix: BooleanConstructor;
207
+ showPasswordToggle: BooleanConstructor;
208
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
209
+ countTextColor: string;
210
+ heightTiny: string;
211
+ heightSmall: string;
212
+ heightMedium: string;
213
+ heightLarge: string;
214
+ fontSizeTiny: string;
215
+ fontSizeSmall: string;
216
+ fontSizeMedium: string;
217
+ fontSizeLarge: string;
218
+ lineHeight: string;
219
+ lineHeightTextarea: string;
220
+ borderRadius: string;
221
+ iconSize: string;
222
+ groupLabelColor: string;
223
+ groupLabelTextColor: string;
224
+ textColor: string;
225
+ textColorDisabled: string;
226
+ textDecorationColor: string;
227
+ caretColor: string;
228
+ placeholderColor: string;
229
+ placeholderColorDisabled: string;
230
+ color: string;
231
+ colorDisabled: string;
232
+ colorFocus: string;
233
+ groupLabelBorder: string;
234
+ border: string;
235
+ borderHover: string;
236
+ borderDisabled: string;
237
+ borderFocus: string;
238
+ boxShadowFocus: string;
239
+ loadingColor: string;
240
+ loadingColorWarning: string;
241
+ borderWarning: string;
242
+ borderHoverWarning: string;
243
+ colorFocusWarning: string;
244
+ borderFocusWarning: string;
245
+ boxShadowFocusWarning: string;
246
+ caretColorWarning: string;
247
+ loadingColorError: string;
248
+ borderError: string;
249
+ borderHoverError: string;
250
+ colorFocusError: string;
251
+ borderFocusError: string;
252
+ boxShadowFocusError: string;
253
+ caretColorError: string;
254
+ clearColor: string;
255
+ clearColorHover: string;
256
+ clearColorPressed: string;
257
+ iconColor: string;
258
+ iconColorDisabled: string;
259
+ iconColorHover: string;
260
+ iconColorPressed: string;
261
+ suffixTextColor: string;
262
+ paddingTiny: string;
263
+ paddingSmall: string;
264
+ paddingMedium: string;
265
+ paddingLarge: string;
266
+ clearSize: string;
267
+ }, any>>;
268
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
269
+ countTextColor: string;
270
+ heightTiny: string;
271
+ heightSmall: string;
272
+ heightMedium: string;
273
+ heightLarge: string;
274
+ fontSizeTiny: string;
275
+ fontSizeSmall: string;
276
+ fontSizeMedium: string;
277
+ fontSizeLarge: string;
278
+ lineHeight: string;
279
+ lineHeightTextarea: string;
280
+ borderRadius: string;
281
+ iconSize: string;
282
+ groupLabelColor: string;
283
+ groupLabelTextColor: string;
284
+ textColor: string;
285
+ textColorDisabled: string;
286
+ textDecorationColor: string;
287
+ caretColor: string;
288
+ placeholderColor: string;
289
+ placeholderColorDisabled: string;
290
+ color: string;
291
+ colorDisabled: string;
292
+ colorFocus: string;
293
+ groupLabelBorder: string;
294
+ border: string;
295
+ borderHover: string;
296
+ borderDisabled: string;
297
+ borderFocus: string;
298
+ boxShadowFocus: string;
299
+ loadingColor: string;
300
+ loadingColorWarning: string;
301
+ borderWarning: string;
302
+ borderHoverWarning: string;
303
+ colorFocusWarning: string;
304
+ borderFocusWarning: string;
305
+ boxShadowFocusWarning: string;
306
+ caretColorWarning: string;
307
+ loadingColorError: string;
308
+ borderError: string;
309
+ borderHoverError: string;
310
+ colorFocusError: string;
311
+ borderFocusError: string;
312
+ boxShadowFocusError: string;
313
+ caretColorError: string;
314
+ clearColor: string;
315
+ clearColorHover: string;
316
+ clearColorPressed: string;
317
+ iconColor: string;
318
+ iconColorDisabled: string;
319
+ iconColorHover: string;
320
+ iconColorPressed: string;
321
+ suffixTextColor: string;
322
+ paddingTiny: string;
323
+ paddingSmall: string;
324
+ paddingMedium: string;
325
+ paddingLarge: string;
326
+ clearSize: string;
327
+ }, any>>>;
328
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
329
+ countTextColor: string;
330
+ heightTiny: string;
331
+ heightSmall: string;
332
+ heightMedium: string;
333
+ heightLarge: string;
334
+ fontSizeTiny: string;
335
+ fontSizeSmall: string;
336
+ fontSizeMedium: string;
337
+ fontSizeLarge: string;
338
+ lineHeight: string;
339
+ lineHeightTextarea: string;
340
+ borderRadius: string;
341
+ iconSize: string;
342
+ groupLabelColor: string;
343
+ groupLabelTextColor: string;
344
+ textColor: string;
345
+ textColorDisabled: string;
346
+ textDecorationColor: string;
347
+ caretColor: string;
348
+ placeholderColor: string;
349
+ placeholderColorDisabled: string;
350
+ color: string;
351
+ colorDisabled: string;
352
+ colorFocus: string;
353
+ groupLabelBorder: string;
354
+ border: string;
355
+ borderHover: string;
356
+ borderDisabled: string;
357
+ borderFocus: string;
358
+ boxShadowFocus: string;
359
+ loadingColor: string;
360
+ loadingColorWarning: string;
361
+ borderWarning: string;
362
+ borderHoverWarning: string;
363
+ colorFocusWarning: string;
364
+ borderFocusWarning: string;
365
+ boxShadowFocusWarning: string;
366
+ caretColorWarning: string;
367
+ loadingColorError: string;
368
+ borderError: string;
369
+ borderHoverError: string;
370
+ colorFocusError: string;
371
+ borderFocusError: string;
372
+ boxShadowFocusError: string;
373
+ caretColorError: string;
374
+ clearColor: string;
375
+ clearColorHover: string;
376
+ clearColorPressed: string;
377
+ iconColor: string;
378
+ iconColorDisabled: string;
379
+ iconColorHover: string;
380
+ iconColorPressed: string;
381
+ suffixTextColor: string;
382
+ paddingTiny: string;
383
+ paddingSmall: string;
384
+ paddingMedium: string;
385
+ paddingLarge: string;
386
+ clearSize: string;
387
+ }, any>>>;
388
+ }, {
389
+ wrapperElRef: import("vue").Ref<HTMLElement | null>;
390
+ inputElRef: import("vue").Ref<HTMLInputElement | null>;
391
+ inputMirrorElRef: import("vue").Ref<HTMLElement | null>;
392
+ inputEl2Ref: import("vue").Ref<HTMLInputElement | null>;
393
+ textareaElRef: import("vue").Ref<HTMLTextAreaElement | null>;
394
+ textareaMirrorElRef: import("vue").Ref<HTMLElement | null>;
395
+ textareaScrollbarInstRef: import("vue").Ref<{
396
+ $el: HTMLElement;
397
+ containerRef: HTMLElement | null;
398
+ contentRef: HTMLElement | null;
399
+ containerScrollTop: number;
400
+ syncUnifiedContainer: () => void;
401
+ scrollTo: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollTo;
402
+ scrollBy: import("naive-ui/es/_internal/scrollbar/src/Scrollbar").ScrollBy;
403
+ sync: () => void;
404
+ handleMouseEnterWrapper: () => void;
405
+ handleMouseLeaveWrapper: () => void;
406
+ } | null>;
407
+ rtlEnabled: import("vue").Ref<import("naive-ui/es/config-provider/src/internal-interface").RtlItem | undefined> | undefined;
408
+ uncontrolledValue: import("vue").Ref<string | [string, string] | null>;
409
+ mergedValue: import("vue").ComputedRef<string | [string, string] | null>;
410
+ passwordVisible: import("vue").Ref<boolean>;
411
+ mergedPlaceholder: import("vue").ComputedRef<[string, string] | [string]>;
412
+ showPlaceholder1: import("vue").ComputedRef<string | false>;
413
+ showPlaceholder2: import("vue").ComputedRef<boolean | "" | undefined>;
414
+ mergedFocus: import("vue").ComputedRef<boolean>;
415
+ isComposing: import("vue").Ref<boolean>;
416
+ activated: import("vue").Ref<boolean>;
417
+ showClearButton: import("vue").ComputedRef<boolean>;
418
+ mergedSize: import("vue").ComputedRef<"small" | "medium" | "large" | "tiny">;
419
+ mergedDisabled: import("vue").ComputedRef<boolean>;
420
+ textDecorationStyle: import("vue").ComputedRef<string[] | {
421
+ textDecoration: string;
422
+ }[]>;
423
+ mergedClsPrefix: import("vue").ComputedRef<string>;
424
+ mergedBordered: import("vue").ComputedRef<boolean>;
425
+ mergedShowPasswordOn: import("vue").ComputedRef<"click" | "mousedown" | undefined>;
426
+ placeholderStyle: import("vue").Ref<{
427
+ top: string;
428
+ }>;
429
+ mergedStatus: import("vue").ComputedRef<import("naive-ui/es/form/src/interface").FormValidationStatus | undefined>;
430
+ textAreaScrollContainerWidth: import("vue").Ref<number | undefined>;
431
+ handleTextAreaScroll: (e: Event) => void;
432
+ handleCompositionStart: () => void;
433
+ handleCompositionEnd: (e: CompositionEvent) => void;
434
+ handleInput: (e: Event | CompositionEvent | InputEvent, index?: 0 | 1 | undefined, event?: string | undefined) => void;
435
+ handleInputBlur: (e: FocusEvent) => void;
436
+ handleInputFocus: (e: FocusEvent) => void;
437
+ handleWrapperBlur: (e: FocusEvent) => void;
438
+ handleWrapperFocus: (e: FocusEvent) => void;
439
+ handleMouseEnter: () => void;
440
+ handleMouseLeave: () => void;
441
+ handleMouseDown: (e: MouseEvent) => void;
442
+ handleChange: (e: Event, index?: 0 | 1 | undefined) => void;
443
+ handleClick: (e: MouseEvent) => void;
444
+ handleClear: (e: MouseEvent) => void;
445
+ handlePasswordToggleClick: () => void;
446
+ handlePasswordToggleMousedown: (e: MouseEvent) => void;
447
+ handleWrapperKeyDown: (e: KeyboardEvent) => void;
448
+ handleTextAreaMirrorResize: () => void;
449
+ getTextareaScrollContainer: () => HTMLTextAreaElement | null;
450
+ mergedTheme: import("vue").ComputedRef<{
451
+ common: {
452
+ baseColor: string;
453
+ primaryColor: string;
454
+ primaryColorHover: string;
455
+ primaryColorPressed: string;
456
+ primaryColorSuppl: string;
457
+ infoColor: string;
458
+ infoColorHover: string;
459
+ infoColorPressed: string;
460
+ infoColorSuppl: string;
461
+ successColor: string;
462
+ successColorHover: string;
463
+ successColorPressed: string;
464
+ successColorSuppl: string;
465
+ warningColor: string;
466
+ warningColorHover: string;
467
+ warningColorPressed: string;
468
+ warningColorSuppl: string;
469
+ errorColor: string;
470
+ errorColorHover: string;
471
+ errorColorPressed: string;
472
+ errorColorSuppl: string;
473
+ textColorBase: string;
474
+ textColor1: string;
475
+ textColor2: string;
476
+ textColor3: string;
477
+ textColorDisabled: string;
478
+ placeholderColor: string;
479
+ placeholderColorDisabled: string;
480
+ iconColor: string;
481
+ iconColorHover: string;
482
+ iconColorPressed: string;
483
+ iconColorDisabled: string;
484
+ opacity1: string;
485
+ opacity2: string;
486
+ opacity3: string;
487
+ opacity4: string;
488
+ opacity5: string;
489
+ dividerColor: string;
490
+ borderColor: string;
491
+ closeIconColor: string;
492
+ closeIconColorHover: string;
493
+ closeIconColorPressed: string;
494
+ closeColorHover: string;
495
+ closeColorPressed: string;
496
+ clearColor: string;
497
+ clearColorHover: string;
498
+ clearColorPressed: string;
499
+ scrollbarColor: string;
500
+ scrollbarColorHover: string;
501
+ scrollbarWidth: string;
502
+ scrollbarHeight: string;
503
+ scrollbarBorderRadius: string;
504
+ progressRailColor: string;
505
+ railColor: string;
506
+ popoverColor: string;
507
+ tableColor: string;
508
+ cardColor: string;
509
+ modalColor: string;
510
+ bodyColor: string;
511
+ tagColor: string;
512
+ avatarColor: string;
513
+ invertedColor: string;
514
+ inputColor: string;
515
+ codeColor: string;
516
+ tabColor: string;
517
+ actionColor: string;
518
+ tableHeaderColor: string;
519
+ hoverColor: string;
520
+ tableColorHover: string;
521
+ tableColorStriped: string;
522
+ pressedColor: string;
523
+ opacityDisabled: string;
524
+ inputColorDisabled: string;
525
+ buttonColor2: string;
526
+ buttonColor2Hover: string;
527
+ buttonColor2Pressed: string;
528
+ boxShadow1: string;
529
+ boxShadow2: string;
530
+ boxShadow3: string;
531
+ fontFamily: string;
532
+ fontFamilyMono: string;
533
+ fontWeight: string;
534
+ fontWeightStrong: string;
535
+ cubicBezierEaseInOut: string;
536
+ cubicBezierEaseOut: string;
537
+ cubicBezierEaseIn: string;
538
+ borderRadius: string;
539
+ borderRadiusSmall: string;
540
+ fontSize: string;
541
+ fontSizeMini: string;
542
+ fontSizeTiny: string;
543
+ fontSizeSmall: string;
544
+ fontSizeMedium: string;
545
+ fontSizeLarge: string;
546
+ fontSizeHuge: string;
547
+ lineHeight: string;
548
+ heightMini: string;
549
+ heightTiny: string;
550
+ heightSmall: string;
551
+ heightMedium: string;
552
+ heightLarge: string;
553
+ heightHuge: string;
554
+ name: "common";
555
+ };
556
+ self: {
557
+ countTextColor: string;
558
+ heightTiny: string;
559
+ heightSmall: string;
560
+ heightMedium: string;
561
+ heightLarge: string;
562
+ fontSizeTiny: string;
563
+ fontSizeSmall: string;
564
+ fontSizeMedium: string;
565
+ fontSizeLarge: string;
566
+ lineHeight: string;
567
+ lineHeightTextarea: string;
568
+ borderRadius: string;
569
+ iconSize: string;
570
+ groupLabelColor: string;
571
+ groupLabelTextColor: string;
572
+ textColor: string;
573
+ textColorDisabled: string;
574
+ textDecorationColor: string;
575
+ caretColor: string;
576
+ placeholderColor: string;
577
+ placeholderColorDisabled: string;
578
+ color: string;
579
+ colorDisabled: string;
580
+ colorFocus: string;
581
+ groupLabelBorder: string;
582
+ border: string;
583
+ borderHover: string;
584
+ borderDisabled: string;
585
+ borderFocus: string;
586
+ boxShadowFocus: string;
587
+ loadingColor: string;
588
+ loadingColorWarning: string;
589
+ borderWarning: string;
590
+ borderHoverWarning: string;
591
+ colorFocusWarning: string;
592
+ borderFocusWarning: string;
593
+ boxShadowFocusWarning: string;
594
+ caretColorWarning: string;
595
+ loadingColorError: string;
596
+ borderError: string;
597
+ borderHoverError: string;
598
+ colorFocusError: string;
599
+ borderFocusError: string;
600
+ boxShadowFocusError: string;
601
+ caretColorError: string;
602
+ clearColor: string;
603
+ clearColorHover: string;
604
+ clearColorPressed: string;
605
+ iconColor: string;
606
+ iconColorDisabled: string;
607
+ iconColorHover: string;
608
+ iconColorPressed: string;
609
+ suffixTextColor: string;
610
+ paddingTiny: string;
611
+ paddingSmall: string;
612
+ paddingMedium: string;
613
+ paddingLarge: string;
614
+ clearSize: string;
615
+ };
616
+ peers: any;
617
+ peerOverrides: {
618
+ [x: string]: any;
619
+ };
620
+ }>;
621
+ cssVars: import("vue").ComputedRef<{
622
+ '--n-bezier': string;
623
+ '--n-count-text-color': string;
624
+ '--n-color': string;
625
+ '--n-font-size': string;
626
+ '--n-border-radius': string;
627
+ '--n-height': string;
628
+ '--n-padding-left': string;
629
+ '--n-padding-right': string;
630
+ '--n-text-color': string;
631
+ '--n-caret-color': string;
632
+ '--n-text-decoration-color': string;
633
+ '--n-border': string;
634
+ '--n-border-disabled': string;
635
+ '--n-border-hover': string;
636
+ '--n-border-focus': string;
637
+ '--n-placeholder-color': string;
638
+ '--n-placeholder-color-disabled': string;
639
+ '--n-icon-size': string;
640
+ '--n-line-height-textarea': string;
641
+ '--n-color-disabled': string;
642
+ '--n-color-focus': string;
643
+ '--n-text-color-disabled': string;
644
+ '--n-box-shadow-focus': string;
645
+ '--n-loading-color': string;
646
+ '--n-caret-color-warning': string;
647
+ '--n-color-focus-warning': string;
648
+ '--n-box-shadow-focus-warning': string;
649
+ '--n-border-warning': string;
650
+ '--n-border-focus-warning': string;
651
+ '--n-border-hover-warning': string;
652
+ '--n-loading-color-warning': string;
653
+ '--n-caret-color-error': string;
654
+ '--n-color-focus-error': string;
655
+ '--n-box-shadow-focus-error': string;
656
+ '--n-border-error': string;
657
+ '--n-border-focus-error': string;
658
+ '--n-border-hover-error': string;
659
+ '--n-loading-color-error': string;
660
+ '--n-clear-color': string;
661
+ '--n-clear-size': string;
662
+ '--n-clear-color-hover': string;
663
+ '--n-clear-color-pressed': string;
664
+ '--n-icon-color': string;
665
+ '--n-icon-color-hover': string;
666
+ '--n-icon-color-pressed': string;
667
+ '--n-icon-color-disabled': string;
668
+ '--n-suffix-text-color': string;
669
+ }> | undefined;
670
+ themeClass: import("vue").Ref<string> | undefined;
671
+ onRender: (() => void) | undefined;
672
+ isCompositing: import("vue").Ref<boolean>;
673
+ blur: () => void;
674
+ focus: () => void;
675
+ select: () => void;
676
+ activate: () => void;
677
+ deactivate: () => void;
678
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
679
+ bordered: {
680
+ type: PropType<boolean | undefined>;
681
+ default: undefined;
682
+ };
683
+ type: {
684
+ type: PropType<"text" | "textarea" | "password">;
685
+ default: string;
686
+ };
687
+ placeholder: PropType<string | [string, string]>;
688
+ defaultValue: {
689
+ type: PropType<string | [string, string] | null>;
690
+ default: null;
691
+ };
692
+ value: PropType<string | [string, string] | null>;
693
+ disabled: {
694
+ type: PropType<boolean | undefined>;
695
+ default: undefined;
696
+ };
697
+ size: PropType<import("naive-ui/es/input/src/interface").Size>;
698
+ rows: {
699
+ type: PropType<string | number>;
700
+ default: number;
701
+ };
702
+ round: BooleanConstructor;
703
+ minlength: PropType<string | number>;
704
+ maxlength: PropType<string | number>;
705
+ clearable: BooleanConstructor;
706
+ autosize: {
707
+ type: PropType<boolean | {
708
+ minRows?: number | undefined;
709
+ maxRows?: number | undefined;
710
+ }>;
711
+ default: boolean;
712
+ };
713
+ pair: BooleanConstructor;
714
+ separator: StringConstructor;
715
+ readonly: {
716
+ type: (BooleanConstructor | StringConstructor)[];
717
+ default: boolean;
718
+ };
719
+ passivelyActivated: BooleanConstructor;
720
+ showPasswordOn: PropType<"click" | "mousedown">;
721
+ stateful: {
722
+ type: BooleanConstructor;
723
+ default: boolean;
724
+ };
725
+ autofocus: BooleanConstructor;
726
+ inputProps: PropType<import("vue").InputHTMLAttributes | import("vue").TextareaHTMLAttributes>;
727
+ resizable: {
728
+ type: BooleanConstructor;
729
+ default: boolean;
730
+ };
731
+ showCount: BooleanConstructor;
732
+ loading: {
733
+ type: BooleanConstructor;
734
+ default: undefined;
735
+ };
736
+ onMousedown: PropType<(e: MouseEvent) => void>;
737
+ onKeydown: PropType<(e: KeyboardEvent) => void>;
738
+ onKeyup: PropType<(e: KeyboardEvent) => void>;
739
+ onInput: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
740
+ onFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
741
+ onBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
742
+ onClick: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
743
+ onChange: PropType<import("naive-ui/es/input/src/interface").OnUpdateValue>;
744
+ onClear: PropType<import("naive-ui/es/_utils").MaybeArray<(e: MouseEvent) => void>>;
745
+ status: PropType<import("naive-ui/es/form/src/interface").FormValidationStatus>;
746
+ 'onUpdate:value': PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
747
+ onUpdateValue: PropType<import("naive-ui/es/_utils").MaybeArray<import("naive-ui/es/input/src/interface").OnUpdateValue>>;
748
+ textDecoration: PropType<string | [string, string]>;
749
+ attrSize: {
750
+ type: NumberConstructor;
751
+ default: number;
752
+ };
753
+ onInputBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
754
+ onInputFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
755
+ onDeactivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
756
+ onActivate: PropType<import("naive-ui/es/_utils").MaybeArray<() => void>>;
757
+ onWrapperFocus: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
758
+ onWrapperBlur: PropType<import("naive-ui/es/_utils").MaybeArray<(e: FocusEvent) => void>>;
759
+ internalDeactivateOnEnter: BooleanConstructor;
760
+ internalForceFocus: BooleanConstructor;
761
+ internalLoadingBeforeSuffix: BooleanConstructor;
762
+ showPasswordToggle: BooleanConstructor;
763
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Input", {
764
+ countTextColor: string;
765
+ heightTiny: string;
766
+ heightSmall: string;
767
+ heightMedium: string;
768
+ heightLarge: string;
769
+ fontSizeTiny: string;
770
+ fontSizeSmall: string;
771
+ fontSizeMedium: string;
772
+ fontSizeLarge: string;
773
+ lineHeight: string;
774
+ lineHeightTextarea: string;
775
+ borderRadius: string;
776
+ iconSize: string;
777
+ groupLabelColor: string;
778
+ groupLabelTextColor: string;
779
+ textColor: string;
780
+ textColorDisabled: string;
781
+ textDecorationColor: string;
782
+ caretColor: string;
783
+ placeholderColor: string;
784
+ placeholderColorDisabled: string;
785
+ color: string;
786
+ colorDisabled: string;
787
+ colorFocus: string;
788
+ groupLabelBorder: string;
789
+ border: string;
790
+ borderHover: string;
791
+ borderDisabled: string;
792
+ borderFocus: string;
793
+ boxShadowFocus: string;
794
+ loadingColor: string;
795
+ loadingColorWarning: string;
796
+ borderWarning: string;
797
+ borderHoverWarning: string;
798
+ colorFocusWarning: string;
799
+ borderFocusWarning: string;
800
+ boxShadowFocusWarning: string;
801
+ caretColorWarning: string;
802
+ loadingColorError: string;
803
+ borderError: string;
804
+ borderHoverError: string;
805
+ colorFocusError: string;
806
+ borderFocusError: string;
807
+ boxShadowFocusError: string;
808
+ caretColorError: string;
809
+ clearColor: string;
810
+ clearColorHover: string;
811
+ clearColorPressed: string;
812
+ iconColor: string;
813
+ iconColorDisabled: string;
814
+ iconColorHover: string;
815
+ iconColorPressed: string;
816
+ suffixTextColor: string;
817
+ paddingTiny: string;
818
+ paddingSmall: string;
819
+ paddingMedium: string;
820
+ paddingLarge: string;
821
+ clearSize: string;
822
+ }, any>>;
823
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
824
+ countTextColor: string;
825
+ heightTiny: string;
826
+ heightSmall: string;
827
+ heightMedium: string;
828
+ heightLarge: string;
829
+ fontSizeTiny: string;
830
+ fontSizeSmall: string;
831
+ fontSizeMedium: string;
832
+ fontSizeLarge: string;
833
+ lineHeight: string;
834
+ lineHeightTextarea: string;
835
+ borderRadius: string;
836
+ iconSize: string;
837
+ groupLabelColor: string;
838
+ groupLabelTextColor: string;
839
+ textColor: string;
840
+ textColorDisabled: string;
841
+ textDecorationColor: string;
842
+ caretColor: string;
843
+ placeholderColor: string;
844
+ placeholderColorDisabled: string;
845
+ color: string;
846
+ colorDisabled: string;
847
+ colorFocus: string;
848
+ groupLabelBorder: string;
849
+ border: string;
850
+ borderHover: string;
851
+ borderDisabled: string;
852
+ borderFocus: string;
853
+ boxShadowFocus: string;
854
+ loadingColor: string;
855
+ loadingColorWarning: string;
856
+ borderWarning: string;
857
+ borderHoverWarning: string;
858
+ colorFocusWarning: string;
859
+ borderFocusWarning: string;
860
+ boxShadowFocusWarning: string;
861
+ caretColorWarning: string;
862
+ loadingColorError: string;
863
+ borderError: string;
864
+ borderHoverError: string;
865
+ colorFocusError: string;
866
+ borderFocusError: string;
867
+ boxShadowFocusError: string;
868
+ caretColorError: string;
869
+ clearColor: string;
870
+ clearColorHover: string;
871
+ clearColorPressed: string;
872
+ iconColor: string;
873
+ iconColorDisabled: string;
874
+ iconColorHover: string;
875
+ iconColorPressed: string;
876
+ suffixTextColor: string;
877
+ paddingTiny: string;
878
+ paddingSmall: string;
879
+ paddingMedium: string;
880
+ paddingLarge: string;
881
+ clearSize: string;
882
+ }, any>>>;
883
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Input", {
884
+ countTextColor: string;
885
+ heightTiny: string;
886
+ heightSmall: string;
887
+ heightMedium: string;
888
+ heightLarge: string;
889
+ fontSizeTiny: string;
890
+ fontSizeSmall: string;
891
+ fontSizeMedium: string;
892
+ fontSizeLarge: string;
893
+ lineHeight: string;
894
+ lineHeightTextarea: string;
895
+ borderRadius: string;
896
+ iconSize: string;
897
+ groupLabelColor: string;
898
+ groupLabelTextColor: string;
899
+ textColor: string;
900
+ textColorDisabled: string;
901
+ textDecorationColor: string;
902
+ caretColor: string;
903
+ placeholderColor: string;
904
+ placeholderColorDisabled: string;
905
+ color: string;
906
+ colorDisabled: string;
907
+ colorFocus: string;
908
+ groupLabelBorder: string;
909
+ border: string;
910
+ borderHover: string;
911
+ borderDisabled: string;
912
+ borderFocus: string;
913
+ boxShadowFocus: string;
914
+ loadingColor: string;
915
+ loadingColorWarning: string;
916
+ borderWarning: string;
917
+ borderHoverWarning: string;
918
+ colorFocusWarning: string;
919
+ borderFocusWarning: string;
920
+ boxShadowFocusWarning: string;
921
+ caretColorWarning: string;
922
+ loadingColorError: string;
923
+ borderError: string;
924
+ borderHoverError: string;
925
+ colorFocusError: string;
926
+ borderFocusError: string;
927
+ boxShadowFocusError: string;
928
+ caretColorError: string;
929
+ clearColor: string;
930
+ clearColorHover: string;
931
+ clearColorPressed: string;
932
+ iconColor: string;
933
+ iconColorDisabled: string;
934
+ iconColorHover: string;
935
+ iconColorPressed: string;
936
+ suffixTextColor: string;
937
+ paddingTiny: string;
938
+ paddingSmall: string;
939
+ paddingMedium: string;
940
+ paddingLarge: string;
941
+ clearSize: string;
942
+ }, any>>>;
943
+ }>>, {
944
+ type: "text" | "textarea" | "password";
945
+ readonly: string | boolean;
946
+ round: boolean;
947
+ disabled: boolean | undefined;
948
+ autofocus: boolean;
949
+ autosize: boolean | {
950
+ minRows?: number | undefined;
951
+ maxRows?: number | undefined;
952
+ };
953
+ loading: boolean;
954
+ bordered: boolean | undefined;
955
+ clearable: boolean;
956
+ defaultValue: string | [string, string] | null;
957
+ resizable: boolean;
958
+ pair: boolean;
959
+ rows: string | number;
960
+ passivelyActivated: boolean;
961
+ stateful: boolean;
962
+ showCount: boolean;
963
+ attrSize: number;
964
+ internalDeactivateOnEnter: boolean;
965
+ internalForceFocus: boolean;
966
+ internalLoadingBeforeSuffix: boolean;
967
+ showPasswordToggle: boolean;
968
+ }>;
969
+ SvgIcon: import("vue").DefineComponent<{
970
+ iconClass: {
971
+ type: StringConstructor;
972
+ required: true;
973
+ default: string;
974
+ };
975
+ title: {
976
+ type: StringConstructor;
977
+ required: false;
978
+ default: string;
979
+ };
980
+ className: {
981
+ type: StringConstructor;
982
+ required: false;
983
+ };
984
+ }, {
985
+ props: {
986
+ iconClass: string;
987
+ title: string;
988
+ className?: string | undefined;
989
+ };
990
+ iconName: import("vue").ComputedRef<string>;
991
+ svgClass: import("vue").ComputedRef<string>;
992
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
993
+ iconClass: {
994
+ type: StringConstructor;
995
+ required: true;
996
+ default: string;
997
+ };
998
+ title: {
999
+ type: StringConstructor;
1000
+ required: false;
1001
+ default: string;
1002
+ };
1003
+ className: {
1004
+ type: StringConstructor;
1005
+ required: false;
1006
+ };
1007
+ }>>, {
1008
+ title: string;
1009
+ iconClass: string;
1010
+ }>;
1011
+ TextOverTooltip: import("vue").DefineComponent<{
1012
+ content: {
1013
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1014
+ };
1015
+ className: StringConstructor;
1016
+ refName: {
1017
+ type: StringConstructor;
1018
+ default: string;
1019
+ };
1020
+ placement: {
1021
+ type: StringConstructor;
1022
+ default: string;
1023
+ };
1024
+ tooltipTitle: {
1025
+ type: (NumberConstructor | StringConstructor)[];
1026
+ default: string;
1027
+ };
1028
+ isAlias: BooleanConstructor;
1029
+ textColor: StringConstructor;
1030
+ }, {
1031
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1032
+ content: {
1033
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1034
+ };
1035
+ className: StringConstructor;
1036
+ refName: {
1037
+ type: StringConstructor;
1038
+ default: string;
1039
+ };
1040
+ placement: {
1041
+ type: StringConstructor;
1042
+ default: string;
1043
+ };
1044
+ tooltipTitle: {
1045
+ type: (NumberConstructor | StringConstructor)[];
1046
+ default: string;
1047
+ };
1048
+ isAlias: BooleanConstructor;
1049
+ textColor: StringConstructor;
1050
+ }>> & {
1051
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1052
+ }>>;
1053
+ curContent: import("vue").ComputedRef<string | Function>;
1054
+ NTooltip: import("vue").DefineComponent<{
1055
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1056
+ borderRadius: string;
1057
+ boxShadow: string;
1058
+ color: string;
1059
+ textColor: string;
1060
+ padding: string;
1061
+ }, {
1062
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1063
+ fontSize: string;
1064
+ borderRadius: string;
1065
+ color: string;
1066
+ dividerColor: string;
1067
+ textColor: string;
1068
+ boxShadow: string;
1069
+ space: string;
1070
+ spaceArrow: string;
1071
+ arrowOffset: string;
1072
+ arrowOffsetVertical: string;
1073
+ arrowHeight: string;
1074
+ padding: string;
1075
+ }, any>;
1076
+ }>>;
1077
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1078
+ borderRadius: string;
1079
+ boxShadow: string;
1080
+ color: string;
1081
+ textColor: string;
1082
+ padding: string;
1083
+ }, {
1084
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1085
+ fontSize: string;
1086
+ borderRadius: string;
1087
+ color: string;
1088
+ dividerColor: string;
1089
+ textColor: string;
1090
+ boxShadow: string;
1091
+ space: string;
1092
+ spaceArrow: string;
1093
+ arrowOffset: string;
1094
+ arrowOffsetVertical: string;
1095
+ arrowHeight: string;
1096
+ padding: string;
1097
+ }, any>;
1098
+ }>>>;
1099
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1100
+ borderRadius: string;
1101
+ boxShadow: string;
1102
+ color: string;
1103
+ textColor: string;
1104
+ padding: string;
1105
+ }, {
1106
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1107
+ fontSize: string;
1108
+ borderRadius: string;
1109
+ color: string;
1110
+ dividerColor: string;
1111
+ textColor: string;
1112
+ boxShadow: string;
1113
+ space: string;
1114
+ spaceArrow: string;
1115
+ arrowOffset: string;
1116
+ arrowOffsetVertical: string;
1117
+ arrowHeight: string;
1118
+ padding: string;
1119
+ }, any>;
1120
+ }>>>;
1121
+ show: {
1122
+ type: PropType<boolean | undefined>;
1123
+ default: undefined;
1124
+ };
1125
+ defaultShow: BooleanConstructor;
1126
+ showArrow: {
1127
+ type: BooleanConstructor;
1128
+ default: boolean;
1129
+ };
1130
+ trigger: {
1131
+ type: PropType<import("naive-ui").PopoverTrigger>;
1132
+ default: string;
1133
+ };
1134
+ delay: {
1135
+ type: NumberConstructor;
1136
+ default: number;
1137
+ };
1138
+ duration: {
1139
+ type: NumberConstructor;
1140
+ default: number;
1141
+ };
1142
+ raw: BooleanConstructor;
1143
+ placement: {
1144
+ type: PropType<import("naive-ui").PopoverPlacement>;
1145
+ default: string;
1146
+ };
1147
+ x: NumberConstructor;
1148
+ y: NumberConstructor;
1149
+ arrowPointToCenter: BooleanConstructor;
1150
+ disabled: BooleanConstructor;
1151
+ getDisabled: PropType<() => boolean>;
1152
+ displayDirective: {
1153
+ type: PropType<"show" | "if">;
1154
+ default: string;
1155
+ };
1156
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
1157
+ flip: {
1158
+ type: BooleanConstructor;
1159
+ default: boolean;
1160
+ };
1161
+ animated: {
1162
+ type: BooleanConstructor;
1163
+ default: boolean;
1164
+ };
1165
+ width: {
1166
+ type: PropType<number | "trigger">;
1167
+ default: undefined;
1168
+ };
1169
+ overlap: BooleanConstructor;
1170
+ keepAliveOnHover: {
1171
+ type: BooleanConstructor;
1172
+ default: boolean;
1173
+ };
1174
+ zIndex: NumberConstructor;
1175
+ to: {
1176
+ type: PropType<string | boolean | HTMLElement>;
1177
+ default: undefined;
1178
+ };
1179
+ scrollable: BooleanConstructor;
1180
+ contentStyle: PropType<string | import("vue").CSSProperties>;
1181
+ headerStyle: PropType<string | import("vue").CSSProperties>;
1182
+ onClickoutside: PropType<(e: MouseEvent) => void>;
1183
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1184
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1185
+ internalSyncTargetWithParent: BooleanConstructor;
1186
+ internalInheritedEventHandlers: {
1187
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1188
+ default: () => never[];
1189
+ };
1190
+ internalTrapFocus: BooleanConstructor;
1191
+ internalExtraClass: {
1192
+ type: PropType<string[]>;
1193
+ default: () => never[];
1194
+ };
1195
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1196
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1197
+ arrow: {
1198
+ type: PropType<boolean | undefined>;
1199
+ default: undefined;
1200
+ };
1201
+ minWidth: NumberConstructor;
1202
+ maxWidth: NumberConstructor;
1203
+ }, {
1204
+ popoverRef: import("vue").Ref<{
1205
+ syncPosition: () => void;
1206
+ setShow: (value: boolean) => void;
1207
+ } | null>;
1208
+ mergedTheme: import("vue").ComputedRef<{
1209
+ common: {
1210
+ baseColor: string;
1211
+ primaryColor: string;
1212
+ primaryColorHover: string;
1213
+ primaryColorPressed: string;
1214
+ primaryColorSuppl: string;
1215
+ infoColor: string;
1216
+ infoColorHover: string;
1217
+ infoColorPressed: string;
1218
+ infoColorSuppl: string;
1219
+ successColor: string;
1220
+ successColorHover: string;
1221
+ successColorPressed: string;
1222
+ successColorSuppl: string;
1223
+ warningColor: string;
1224
+ warningColorHover: string;
1225
+ warningColorPressed: string;
1226
+ warningColorSuppl: string;
1227
+ errorColor: string;
1228
+ errorColorHover: string;
1229
+ errorColorPressed: string;
1230
+ errorColorSuppl: string;
1231
+ textColorBase: string;
1232
+ textColor1: string;
1233
+ textColor2: string;
1234
+ textColor3: string;
1235
+ textColorDisabled: string;
1236
+ placeholderColor: string;
1237
+ placeholderColorDisabled: string;
1238
+ iconColor: string;
1239
+ iconColorHover: string;
1240
+ iconColorPressed: string;
1241
+ iconColorDisabled: string;
1242
+ opacity1: string;
1243
+ opacity2: string;
1244
+ opacity3: string;
1245
+ opacity4: string;
1246
+ opacity5: string;
1247
+ dividerColor: string;
1248
+ borderColor: string;
1249
+ closeIconColor: string;
1250
+ closeIconColorHover: string;
1251
+ closeIconColorPressed: string;
1252
+ closeColorHover: string;
1253
+ closeColorPressed: string;
1254
+ clearColor: string;
1255
+ clearColorHover: string;
1256
+ clearColorPressed: string;
1257
+ scrollbarColor: string;
1258
+ scrollbarColorHover: string;
1259
+ scrollbarWidth: string;
1260
+ scrollbarHeight: string;
1261
+ scrollbarBorderRadius: string;
1262
+ progressRailColor: string;
1263
+ railColor: string;
1264
+ popoverColor: string;
1265
+ tableColor: string;
1266
+ cardColor: string;
1267
+ modalColor: string;
1268
+ bodyColor: string;
1269
+ tagColor: string;
1270
+ avatarColor: string;
1271
+ invertedColor: string;
1272
+ inputColor: string;
1273
+ codeColor: string;
1274
+ tabColor: string;
1275
+ actionColor: string;
1276
+ tableHeaderColor: string;
1277
+ hoverColor: string;
1278
+ tableColorHover: string;
1279
+ tableColorStriped: string;
1280
+ pressedColor: string;
1281
+ opacityDisabled: string;
1282
+ inputColorDisabled: string;
1283
+ buttonColor2: string;
1284
+ buttonColor2Hover: string;
1285
+ buttonColor2Pressed: string;
1286
+ boxShadow1: string;
1287
+ boxShadow2: string;
1288
+ boxShadow3: string;
1289
+ fontFamily: string;
1290
+ fontFamilyMono: string;
1291
+ fontWeight: string;
1292
+ fontWeightStrong: string;
1293
+ cubicBezierEaseInOut: string;
1294
+ cubicBezierEaseOut: string;
1295
+ cubicBezierEaseIn: string;
1296
+ borderRadius: string;
1297
+ borderRadiusSmall: string;
1298
+ fontSize: string;
1299
+ fontSizeMini: string;
1300
+ fontSizeTiny: string;
1301
+ fontSizeSmall: string;
1302
+ fontSizeMedium: string;
1303
+ fontSizeLarge: string;
1304
+ fontSizeHuge: string;
1305
+ lineHeight: string;
1306
+ heightMini: string;
1307
+ heightTiny: string;
1308
+ heightSmall: string;
1309
+ heightMedium: string;
1310
+ heightLarge: string;
1311
+ heightHuge: string;
1312
+ name: "common";
1313
+ };
1314
+ self: {
1315
+ borderRadius: string;
1316
+ boxShadow: string;
1317
+ color: string;
1318
+ textColor: string;
1319
+ padding: string;
1320
+ };
1321
+ peers: {
1322
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1323
+ fontSize: string;
1324
+ borderRadius: string;
1325
+ color: string;
1326
+ dividerColor: string;
1327
+ textColor: string;
1328
+ boxShadow: string;
1329
+ space: string;
1330
+ spaceArrow: string;
1331
+ arrowOffset: string;
1332
+ arrowOffsetVertical: string;
1333
+ arrowHeight: string;
1334
+ padding: string;
1335
+ }, any>;
1336
+ };
1337
+ peerOverrides: {
1338
+ Popover?: {
1339
+ peers?: {
1340
+ [x: string]: any;
1341
+ } | undefined;
1342
+ } | undefined;
1343
+ };
1344
+ }>;
1345
+ popoverThemeOverrides: import("vue").ComputedRef<{
1346
+ borderRadius: string;
1347
+ boxShadow: string;
1348
+ color: string;
1349
+ textColor: string;
1350
+ padding: string;
1351
+ }>;
1352
+ syncPosition: () => void;
1353
+ setShow: (value: boolean) => void;
1354
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1355
+ theme: PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1356
+ borderRadius: string;
1357
+ boxShadow: string;
1358
+ color: string;
1359
+ textColor: string;
1360
+ padding: string;
1361
+ }, {
1362
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1363
+ fontSize: string;
1364
+ borderRadius: string;
1365
+ color: string;
1366
+ dividerColor: string;
1367
+ textColor: string;
1368
+ boxShadow: string;
1369
+ space: string;
1370
+ spaceArrow: string;
1371
+ arrowOffset: string;
1372
+ arrowOffsetVertical: string;
1373
+ arrowHeight: string;
1374
+ padding: string;
1375
+ }, any>;
1376
+ }>>;
1377
+ themeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1378
+ borderRadius: string;
1379
+ boxShadow: string;
1380
+ color: string;
1381
+ textColor: string;
1382
+ padding: string;
1383
+ }, {
1384
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1385
+ fontSize: string;
1386
+ borderRadius: string;
1387
+ color: string;
1388
+ dividerColor: string;
1389
+ textColor: string;
1390
+ boxShadow: string;
1391
+ space: string;
1392
+ spaceArrow: string;
1393
+ arrowOffset: string;
1394
+ arrowOffsetVertical: string;
1395
+ arrowHeight: string;
1396
+ padding: string;
1397
+ }, any>;
1398
+ }>>>;
1399
+ builtinThemeOverrides: PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1400
+ borderRadius: string;
1401
+ boxShadow: string;
1402
+ color: string;
1403
+ textColor: string;
1404
+ padding: string;
1405
+ }, {
1406
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1407
+ fontSize: string;
1408
+ borderRadius: string;
1409
+ color: string;
1410
+ dividerColor: string;
1411
+ textColor: string;
1412
+ boxShadow: string;
1413
+ space: string;
1414
+ spaceArrow: string;
1415
+ arrowOffset: string;
1416
+ arrowOffsetVertical: string;
1417
+ arrowHeight: string;
1418
+ padding: string;
1419
+ }, any>;
1420
+ }>>>;
1421
+ show: {
1422
+ type: PropType<boolean | undefined>;
1423
+ default: undefined;
1424
+ };
1425
+ defaultShow: BooleanConstructor;
1426
+ showArrow: {
1427
+ type: BooleanConstructor;
1428
+ default: boolean;
1429
+ };
1430
+ trigger: {
1431
+ type: PropType<import("naive-ui").PopoverTrigger>;
1432
+ default: string;
1433
+ };
1434
+ delay: {
1435
+ type: NumberConstructor;
1436
+ default: number;
1437
+ };
1438
+ duration: {
1439
+ type: NumberConstructor;
1440
+ default: number;
1441
+ };
1442
+ raw: BooleanConstructor;
1443
+ placement: {
1444
+ type: PropType<import("naive-ui").PopoverPlacement>;
1445
+ default: string;
1446
+ };
1447
+ x: NumberConstructor;
1448
+ y: NumberConstructor;
1449
+ arrowPointToCenter: BooleanConstructor;
1450
+ disabled: BooleanConstructor;
1451
+ getDisabled: PropType<() => boolean>;
1452
+ displayDirective: {
1453
+ type: PropType<"show" | "if">;
1454
+ default: string;
1455
+ };
1456
+ arrowStyle: PropType<string | import("vue").CSSProperties>;
1457
+ flip: {
1458
+ type: BooleanConstructor;
1459
+ default: boolean;
1460
+ };
1461
+ animated: {
1462
+ type: BooleanConstructor;
1463
+ default: boolean;
1464
+ };
1465
+ width: {
1466
+ type: PropType<number | "trigger">;
1467
+ default: undefined;
1468
+ };
1469
+ overlap: BooleanConstructor;
1470
+ keepAliveOnHover: {
1471
+ type: BooleanConstructor;
1472
+ default: boolean;
1473
+ };
1474
+ zIndex: NumberConstructor;
1475
+ to: {
1476
+ type: PropType<string | boolean | HTMLElement>;
1477
+ default: undefined;
1478
+ };
1479
+ scrollable: BooleanConstructor;
1480
+ contentStyle: PropType<string | import("vue").CSSProperties>;
1481
+ headerStyle: PropType<string | import("vue").CSSProperties>;
1482
+ onClickoutside: PropType<(e: MouseEvent) => void>;
1483
+ 'onUpdate:show': PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1484
+ onUpdateShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1485
+ internalSyncTargetWithParent: BooleanConstructor;
1486
+ internalInheritedEventHandlers: {
1487
+ type: PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1488
+ default: () => never[];
1489
+ };
1490
+ internalTrapFocus: BooleanConstructor;
1491
+ internalExtraClass: {
1492
+ type: PropType<string[]>;
1493
+ default: () => never[];
1494
+ };
1495
+ onShow: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1496
+ onHide: PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1497
+ arrow: {
1498
+ type: PropType<boolean | undefined>;
1499
+ default: undefined;
1500
+ };
1501
+ minWidth: NumberConstructor;
1502
+ maxWidth: NumberConstructor;
1503
+ }>>, {
1504
+ show: boolean | undefined;
1505
+ flip: boolean;
1506
+ width: number | "trigger";
1507
+ disabled: boolean;
1508
+ duration: number;
1509
+ to: string | boolean | HTMLElement;
1510
+ raw: boolean;
1511
+ placement: import("naive-ui").PopoverPlacement;
1512
+ overlap: boolean;
1513
+ scrollable: boolean;
1514
+ trigger: import("naive-ui").PopoverTrigger;
1515
+ showArrow: boolean;
1516
+ delay: number;
1517
+ arrowPointToCenter: boolean;
1518
+ displayDirective: "show" | "if";
1519
+ keepAliveOnHover: boolean;
1520
+ animated: boolean;
1521
+ internalTrapFocus: boolean;
1522
+ defaultShow: boolean;
1523
+ internalSyncTargetWithParent: boolean;
1524
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1525
+ internalExtraClass: string[];
1526
+ arrow: boolean | undefined;
1527
+ }>;
1528
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1529
+ content: {
1530
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
1531
+ };
1532
+ className: StringConstructor;
1533
+ refName: {
1534
+ type: StringConstructor;
1535
+ default: string;
1536
+ };
1537
+ placement: {
1538
+ type: StringConstructor;
1539
+ default: string;
1540
+ };
1541
+ tooltipTitle: {
1542
+ type: (NumberConstructor | StringConstructor)[];
1543
+ default: string;
1544
+ };
1545
+ isAlias: BooleanConstructor;
1546
+ textColor: StringConstructor;
1547
+ }>>, {
1548
+ placement: string;
1549
+ refName: string;
1550
+ tooltipTitle: string | number;
1551
+ isAlias: boolean;
1552
+ }>;
1553
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect")[], "tableBlur" | "valueOnChange" | "handlerAddOptions" | "opentableSelect", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1554
+ mainForm: {
1555
+ type: PropObject;
1556
+ default: () => {};
1557
+ };
1558
+ userInfo: {
1559
+ type: PropObject;
1560
+ default: () => {};
1561
+ };
1562
+ styleSetting: {
1563
+ type: PropObject;
1564
+ default: () => {};
1565
+ };
1566
+ defaultValue: {
1567
+ type: PropObject;
1568
+ default: () => {};
1569
+ };
1570
+ dbParams: {
1571
+ type: PropType<AnyObject>;
1572
+ };
1573
+ row: {
1574
+ type: PropObject;
1575
+ default: () => {};
1576
+ };
1577
+ item: {
1578
+ type: PropObject;
1579
+ default: () => {
1580
+ _own: {};
1581
+ };
1582
+ };
1583
+ defaultFieldList: {
1584
+ type: PropType<any[]>;
1585
+ default: () => never[];
1586
+ };
1587
+ cacheUniqueKey: {
1588
+ type: PropObject;
1589
+ default: () => {
1590
+ _own: {};
1591
+ };
1592
+ };
1593
+ params_formId: (NumberConstructor | StringConstructor)[];
1594
+ formType: {
1595
+ type: PropObject;
1596
+ default: () => {
1597
+ _own: {};
1598
+ };
1599
+ };
1600
+ isDetail: {
1601
+ type: BooleanConstructor;
1602
+ default: boolean;
1603
+ };
1604
+ handleFormTableValue: PropType<Func<any[], any>>;
1605
+ }>> & {
1606
+ onTableBlur?: ((...args: any[]) => any) | undefined;
1607
+ onValueOnChange?: ((...args: any[]) => any) | undefined;
1608
+ onHandlerAddOptions?: ((...args: any[]) => any) | undefined;
1609
+ onOpentableSelect?: ((...args: any[]) => any) | undefined;
1610
+ }, {
1611
+ styleSetting: AnyObject;
1612
+ userInfo: AnyObject;
1613
+ cacheUniqueKey: AnyObject;
1614
+ row: AnyObject;
1615
+ defaultValue: AnyObject;
1616
+ isDetail: boolean;
1617
+ item: AnyObject;
1618
+ formType: AnyObject;
1619
+ mainForm: AnyObject;
1620
+ defaultFieldList: any[];
1621
+ }>;
1622
+ export default _default;