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