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