cnhis-design-vue 3.1.7-beta.3 → 3.1.8-beta.2

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