cnhis-design-vue 3.1.18-beta.8 → 3.1.18-beta.9

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 (98) hide show
  1. package/es/components/big-table/index.d.ts +9 -3395
  2. package/es/components/big-table/src/BigTable.vue.d.ts +9 -3396
  3. package/es/components/big-table/src/components/edit-form/edit-date.d.ts +1 -1
  4. package/es/components/big-table/src/components/edit-form/edit-input.d.ts +1 -1
  5. package/es/components/big-table/src/components/edit-form/edit-select-table.d.ts +2 -2
  6. package/es/components/big-table/src/components/edit-form/edit-select.d.ts +1 -1
  7. package/es/components/big-table/src/components/edit-form/edit-separate.vue.d.ts +2 -1163
  8. package/es/components/big-table/src/components/edit-form/edit-time.d.ts +1 -1
  9. package/es/components/big-table/src/components/input-button.vue.d.ts +2 -2263
  10. package/es/components/big-table/src/hooks/useEdit.d.ts +7 -1168
  11. package/es/components/button-print/index.d.ts +16 -6819
  12. package/es/components/button-print/src/ButtonPrint.vue.d.ts +16 -6819
  13. package/es/components/button-print/src/components/IdentityVerification.vue.d.ts +10 -4469
  14. package/es/components/button-print/src/utils/print2.js +2 -2
  15. package/es/components/chunk-upload/index.d.ts +2 -1472
  16. package/es/components/chunk-upload/src/chunk-upload-new.vue.d.ts +3 -1742
  17. package/es/components/chunk-upload/src/vod-chunk-upload/vod-chunk-upload.vue.d.ts +2 -1472
  18. package/es/components/drag-layout/index.d.ts +155 -19744
  19. package/es/components/drag-layout/src/DragFormLeftItem.vue.d.ts +5 -8012
  20. package/es/components/drag-layout/src/DragFormRightItem.vue.d.ts +4 -3107
  21. package/es/components/drag-layout/src/DragLayout.vue.d.ts +156 -19745
  22. package/es/components/fabric-chart/index.d.ts +2 -2
  23. package/es/components/fabric-chart/src/FabricChart.vue.d.ts +2 -2
  24. package/es/components/field-set/index.d.ts +8 -6824
  25. package/es/components/field-set/src/FieldSet.vue.d.ts +8 -6824
  26. package/es/components/form-config/index.d.ts +17 -8976
  27. package/es/components/form-config/src/FormConfig.vue.d.ts +17 -8976
  28. package/es/components/form-config/src/components/FormConfigCreator.vue.d.ts +9 -4487
  29. package/es/components/form-config/src/components/FormConfigEdit.vue.d.ts +7 -3091
  30. package/es/components/form-config/src/components/renderer/CloseButton.vue.d.ts +2 -1472
  31. package/es/components/form-config/src/components/renderer/ComplexNode.vue.d.ts +2 -1472
  32. package/es/components/form-config/src/components/renderer/DefaultNode.vue.d.ts +4 -3195
  33. package/es/components/form-render/index.d.ts +6 -1154
  34. package/es/components/form-render/src/FormRender.vue.d.ts +7 -1155
  35. package/es/components/form-render/src/components/renderer/jsonCombination/index.js +1 -1
  36. package/es/components/form-render/src/components/renderer/linebar.d.ts +1 -1
  37. package/es/components/form-render/src/components/renderer/select.js +1 -1
  38. package/es/components/form-render/src/hooks/useCommonLog2.js +1 -1
  39. package/es/components/form-render/src/hooks/useFieldListAdaptor2.js +1 -1
  40. package/es/components/form-render/src/utils/business.d.ts +1 -1
  41. package/es/components/form-render/src/utils/index.d.ts +1 -1
  42. package/es/components/form-render/src/utils/index.js +2 -2
  43. package/es/components/form-table/index.d.ts +43 -32166
  44. package/es/components/form-table/src/FormTable.vue.d.ts +43 -32180
  45. package/es/components/form-table/src/components/index.d.ts +43 -32166
  46. package/es/components/form-table/src/components/table-age.vue.d.ts +5 -4007
  47. package/es/components/form-table/src/components/table-date-picker.vue.d.ts +3 -5084
  48. package/es/components/form-table/src/components/table-digital.vue.d.ts +4 -2672
  49. package/es/components/form-table/src/components/table-input-password.vue.d.ts +4 -1344
  50. package/es/components/form-table/src/components/table-input.vue.d.ts +4 -1344
  51. package/es/components/form-table/src/components/table-month-picker.vue.d.ts +2 -5083
  52. package/es/components/form-table/src/components/table-search-more.vue.d.ts +2 -1401
  53. package/es/components/form-table/src/components/table-search.vue.d.ts +3 -2736
  54. package/es/components/form-table/src/components/table-select-multiple.vue.d.ts +2 -1336
  55. package/es/components/form-table/src/components/table-select.vue.d.ts +2 -1336
  56. package/es/components/form-table/src/components/table-textarea.vue.d.ts +5 -1345
  57. package/es/components/form-table/src/components/table-time-picker.vue.d.ts +2 -2438
  58. package/es/components/form-table/src/components/table-tree-select.vue.d.ts +2 -1559
  59. package/es/components/form-table/src/components/text-over-tooltip.vue.d.ts +2 -480
  60. package/es/components/info-header/index.d.ts +16 -2561
  61. package/es/components/info-header/src/HiddenContent.vue.d.ts +4 -804
  62. package/es/components/info-header/src/InfoEllipsis.vue.d.ts +3 -803
  63. package/es/components/info-header/src/InfoHeader.vue.d.ts +15 -2560
  64. package/es/components/map/index.d.ts +2 -2263
  65. package/es/components/map/src/Map.vue.d.ts +2 -2263
  66. package/es/components/scale-view/index.d.ts +12 -3073
  67. package/es/components/scale-view/src/ScaleView.vue.d.ts +8 -3070
  68. package/es/components/scale-view/src/components/EvaluateCountdown.vue.d.ts +1 -1
  69. package/es/components/scale-view/src/components/EvaluatePage.vue.d.ts +1 -1400
  70. package/es/components/scale-view/src/components/formitem/r-address.d.ts +1 -1
  71. package/es/components/scale-view/src/components/formitem/r-cascader.d.ts +1 -1
  72. package/es/components/scale-view/src/components/formitem/r-checkbox.d.ts +1 -1
  73. package/es/components/scale-view/src/components/formitem/r-collection.d.ts +1 -1
  74. package/es/components/scale-view/src/components/formitem/r-datetime.d.ts +1 -1
  75. package/es/components/scale-view/src/components/formitem/r-input.d.ts +1 -1
  76. package/es/components/scale-view/src/components/formitem/r-map.d.ts +1 -1
  77. package/es/components/scale-view/src/components/formitem/r-radio.d.ts +1 -1
  78. package/es/components/scale-view/src/components/formitem/r-select.d.ts +1 -1
  79. package/es/components/scale-view/src/components/formitem/r-upload.d.ts +1 -1
  80. package/es/components/scale-view/src/components/formitem/text-over-tooltip/TextOverTooltip.vue.d.ts +2 -480
  81. package/es/components/scale-view/src/hooks/use-component.d.ts +39 -8514
  82. package/es/components/select-label/index.d.ts +24 -11264
  83. package/es/components/select-label/src/LabelFormContent.vue.d.ts +10 -4250
  84. package/es/components/select-label/src/SelectLabel.vue.d.ts +14 -7027
  85. package/es/components/select-label/src/components/label-classify.vue.d.ts +5 -3482
  86. package/es/components/select-person/index.d.ts +9 -5369
  87. package/es/components/select-person/src/SearchTree.vue.d.ts +3 -1339
  88. package/es/components/select-person/src/SelectPerson.vue.d.ts +9 -5369
  89. package/es/components/shortcut-setter/index.d.ts +6 -1154
  90. package/es/components/shortcut-setter/src/ShortcutSetter.vue.d.ts +6 -1154
  91. package/es/components/shortcut-setter/src/ShortcutSetterItem.vue.d.ts +1 -863
  92. package/es/components/steps-wheel/index.d.ts +1 -479
  93. package/es/components/steps-wheel/src/StepsWheel.vue.d.ts +1 -479
  94. package/es/components/time-line/index.d.ts +7 -1672
  95. package/es/components/time-line/src/TimeLine.vue.d.ts +6 -1671
  96. package/es/shared/components/SelectPage/SelectPage.vue.d.ts +1 -1400
  97. package/es/shared/components/TextOverTooltip/TextOverTooltip.vue.d.ts +2 -480
  98. package/package.json +2 -2
@@ -41,485 +41,7 @@ declare const _default: import("vue").DefineComponent<{
41
41
  [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
42
42
  }>>;
43
43
  curContent: import("vue").ComputedRef<string | Function>;
44
- NTooltip: import("vue").DefineComponent<{
45
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
46
- borderRadius: string;
47
- boxShadow: string;
48
- color: string;
49
- textColor: string;
50
- padding: string;
51
- }, {
52
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
53
- fontSize: string;
54
- borderRadius: string;
55
- color: string;
56
- dividerColor: string;
57
- textColor: string;
58
- boxShadow: string;
59
- space: string;
60
- spaceArrow: string;
61
- arrowOffset: string;
62
- arrowOffsetVertical: string;
63
- arrowHeight: string;
64
- padding: string;
65
- }, any>;
66
- }>>;
67
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
68
- borderRadius: string;
69
- boxShadow: string;
70
- color: string;
71
- textColor: string;
72
- padding: string;
73
- }, {
74
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
75
- fontSize: string;
76
- borderRadius: string;
77
- color: string;
78
- dividerColor: string;
79
- textColor: string;
80
- boxShadow: string;
81
- space: string;
82
- spaceArrow: string;
83
- arrowOffset: string;
84
- arrowOffsetVertical: string;
85
- arrowHeight: string;
86
- padding: string;
87
- }, any>;
88
- }>>>;
89
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
90
- borderRadius: string;
91
- boxShadow: string;
92
- color: string;
93
- textColor: string;
94
- padding: string;
95
- }, {
96
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
97
- fontSize: string;
98
- borderRadius: string;
99
- color: string;
100
- dividerColor: string;
101
- textColor: string;
102
- boxShadow: string;
103
- space: string;
104
- spaceArrow: string;
105
- arrowOffset: string;
106
- arrowOffsetVertical: string;
107
- arrowHeight: string;
108
- padding: string;
109
- }, any>;
110
- }>>>;
111
- show: {
112
- type: import("vue").PropType<boolean | undefined>;
113
- default: undefined;
114
- };
115
- defaultShow: BooleanConstructor;
116
- showArrow: {
117
- type: BooleanConstructor;
118
- default: boolean;
119
- };
120
- trigger: {
121
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
122
- default: string;
123
- };
124
- delay: {
125
- type: NumberConstructor;
126
- default: number;
127
- };
128
- duration: {
129
- type: NumberConstructor;
130
- default: number;
131
- };
132
- raw: BooleanConstructor;
133
- placement: {
134
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
135
- default: string;
136
- };
137
- x: NumberConstructor;
138
- y: NumberConstructor;
139
- arrowPointToCenter: BooleanConstructor;
140
- disabled: BooleanConstructor;
141
- getDisabled: import("vue").PropType<() => boolean>;
142
- displayDirective: {
143
- type: import("vue").PropType<"show" | "if">;
144
- default: string;
145
- };
146
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
147
- flip: {
148
- type: BooleanConstructor;
149
- default: boolean;
150
- };
151
- animated: {
152
- type: BooleanConstructor;
153
- default: boolean;
154
- };
155
- width: {
156
- type: import("vue").PropType<number | "trigger">;
157
- default: undefined;
158
- };
159
- overlap: BooleanConstructor;
160
- keepAliveOnHover: {
161
- type: BooleanConstructor;
162
- default: boolean;
163
- };
164
- zIndex: NumberConstructor;
165
- to: {
166
- type: import("vue").PropType<string | boolean | HTMLElement>;
167
- default: undefined;
168
- };
169
- scrollable: BooleanConstructor;
170
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
171
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
172
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
173
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
174
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
175
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
176
- internalDeactivateImmediately: BooleanConstructor;
177
- internalSyncTargetWithParent: BooleanConstructor;
178
- internalInheritedEventHandlers: {
179
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
180
- default: () => never[];
181
- };
182
- internalTrapFocus: BooleanConstructor;
183
- internalExtraClass: {
184
- type: import("vue").PropType<string[]>;
185
- default: () => never[];
186
- };
187
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
188
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
189
- arrow: {
190
- type: import("vue").PropType<boolean | undefined>;
191
- default: undefined;
192
- };
193
- minWidth: NumberConstructor;
194
- maxWidth: NumberConstructor;
195
- }, {
196
- popoverRef: import("vue").Ref<{
197
- syncPosition: () => void;
198
- setShow: (value: boolean) => void;
199
- } | null>;
200
- mergedTheme: import("vue").ComputedRef<{
201
- common: {
202
- baseColor: string;
203
- primaryColor: string;
204
- primaryColorHover: string;
205
- primaryColorPressed: string;
206
- primaryColorSuppl: string;
207
- infoColor: string;
208
- infoColorHover: string;
209
- infoColorPressed: string;
210
- infoColorSuppl: string;
211
- successColor: string;
212
- successColorHover: string;
213
- successColorPressed: string;
214
- successColorSuppl: string;
215
- warningColor: string;
216
- warningColorHover: string;
217
- warningColorPressed: string;
218
- warningColorSuppl: string;
219
- errorColor: string;
220
- errorColorHover: string;
221
- errorColorPressed: string;
222
- errorColorSuppl: string;
223
- textColorBase: string;
224
- textColor1: string;
225
- textColor2: string;
226
- textColor3: string;
227
- textColorDisabled: string;
228
- placeholderColor: string;
229
- placeholderColorDisabled: string;
230
- iconColor: string;
231
- iconColorHover: string;
232
- iconColorPressed: string;
233
- iconColorDisabled: string;
234
- opacity1: string;
235
- opacity2: string;
236
- opacity3: string;
237
- opacity4: string;
238
- opacity5: string;
239
- dividerColor: string;
240
- borderColor: string;
241
- closeIconColor: string;
242
- closeIconColorHover: string;
243
- closeIconColorPressed: string;
244
- closeColorHover: string;
245
- closeColorPressed: string;
246
- clearColor: string;
247
- clearColorHover: string;
248
- clearColorPressed: string;
249
- scrollbarColor: string;
250
- scrollbarColorHover: string;
251
- scrollbarWidth: string;
252
- scrollbarHeight: string;
253
- scrollbarBorderRadius: string;
254
- progressRailColor: string;
255
- railColor: string;
256
- popoverColor: string;
257
- tableColor: string;
258
- cardColor: string;
259
- modalColor: string;
260
- bodyColor: string;
261
- tagColor: string;
262
- avatarColor: string;
263
- invertedColor: string;
264
- inputColor: string;
265
- codeColor: string;
266
- tabColor: string;
267
- actionColor: string;
268
- tableHeaderColor: string;
269
- hoverColor: string;
270
- tableColorHover: string;
271
- tableColorStriped: string;
272
- pressedColor: string;
273
- opacityDisabled: string;
274
- inputColorDisabled: string;
275
- buttonColor2: string;
276
- buttonColor2Hover: string;
277
- buttonColor2Pressed: string;
278
- boxShadow1: string;
279
- boxShadow2: string;
280
- boxShadow3: string;
281
- fontFamily: string;
282
- fontFamilyMono: string;
283
- fontWeight: string;
284
- fontWeightStrong: string;
285
- cubicBezierEaseInOut: string;
286
- cubicBezierEaseOut: string;
287
- cubicBezierEaseIn: string;
288
- borderRadius: string;
289
- borderRadiusSmall: string;
290
- fontSize: string;
291
- fontSizeMini: string;
292
- fontSizeTiny: string;
293
- fontSizeSmall: string;
294
- fontSizeMedium: string;
295
- fontSizeLarge: string;
296
- fontSizeHuge: string;
297
- lineHeight: string;
298
- heightMini: string;
299
- heightTiny: string;
300
- heightSmall: string;
301
- heightMedium: string;
302
- heightLarge: string;
303
- heightHuge: string;
304
- name: "common";
305
- };
306
- self: {
307
- borderRadius: string;
308
- boxShadow: string;
309
- color: string;
310
- textColor: string;
311
- padding: string;
312
- };
313
- peers: {
314
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
315
- fontSize: string;
316
- borderRadius: string;
317
- color: string;
318
- dividerColor: string;
319
- textColor: string;
320
- boxShadow: string;
321
- space: string;
322
- spaceArrow: string;
323
- arrowOffset: string;
324
- arrowOffsetVertical: string;
325
- arrowHeight: string;
326
- padding: string;
327
- }, any>;
328
- };
329
- peerOverrides: {
330
- Popover?: {
331
- peers?: {
332
- [x: string]: any;
333
- } | undefined;
334
- } | undefined;
335
- };
336
- }>;
337
- popoverThemeOverrides: import("vue").ComputedRef<{
338
- borderRadius: string;
339
- boxShadow: string;
340
- color: string;
341
- textColor: string;
342
- padding: string;
343
- }>;
344
- syncPosition: () => void;
345
- setShow: (value: boolean) => void;
346
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
347
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
348
- borderRadius: string;
349
- boxShadow: string;
350
- color: string;
351
- textColor: string;
352
- padding: string;
353
- }, {
354
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
355
- fontSize: string;
356
- borderRadius: string;
357
- color: string;
358
- dividerColor: string;
359
- textColor: string;
360
- boxShadow: string;
361
- space: string;
362
- spaceArrow: string;
363
- arrowOffset: string;
364
- arrowOffsetVertical: string;
365
- arrowHeight: string;
366
- padding: string;
367
- }, any>;
368
- }>>;
369
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
370
- borderRadius: string;
371
- boxShadow: string;
372
- color: string;
373
- textColor: string;
374
- padding: string;
375
- }, {
376
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
377
- fontSize: string;
378
- borderRadius: string;
379
- color: string;
380
- dividerColor: string;
381
- textColor: string;
382
- boxShadow: string;
383
- space: string;
384
- spaceArrow: string;
385
- arrowOffset: string;
386
- arrowOffsetVertical: string;
387
- arrowHeight: string;
388
- padding: string;
389
- }, any>;
390
- }>>>;
391
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
392
- borderRadius: string;
393
- boxShadow: string;
394
- color: string;
395
- textColor: string;
396
- padding: string;
397
- }, {
398
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
399
- fontSize: string;
400
- borderRadius: string;
401
- color: string;
402
- dividerColor: string;
403
- textColor: string;
404
- boxShadow: string;
405
- space: string;
406
- spaceArrow: string;
407
- arrowOffset: string;
408
- arrowOffsetVertical: string;
409
- arrowHeight: string;
410
- padding: string;
411
- }, any>;
412
- }>>>;
413
- show: {
414
- type: import("vue").PropType<boolean | undefined>;
415
- default: undefined;
416
- };
417
- defaultShow: BooleanConstructor;
418
- showArrow: {
419
- type: BooleanConstructor;
420
- default: boolean;
421
- };
422
- trigger: {
423
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
424
- default: string;
425
- };
426
- delay: {
427
- type: NumberConstructor;
428
- default: number;
429
- };
430
- duration: {
431
- type: NumberConstructor;
432
- default: number;
433
- };
434
- raw: BooleanConstructor;
435
- placement: {
436
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
437
- default: string;
438
- };
439
- x: NumberConstructor;
440
- y: NumberConstructor;
441
- arrowPointToCenter: BooleanConstructor;
442
- disabled: BooleanConstructor;
443
- getDisabled: import("vue").PropType<() => boolean>;
444
- displayDirective: {
445
- type: import("vue").PropType<"show" | "if">;
446
- default: string;
447
- };
448
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
449
- flip: {
450
- type: BooleanConstructor;
451
- default: boolean;
452
- };
453
- animated: {
454
- type: BooleanConstructor;
455
- default: boolean;
456
- };
457
- width: {
458
- type: import("vue").PropType<number | "trigger">;
459
- default: undefined;
460
- };
461
- overlap: BooleanConstructor;
462
- keepAliveOnHover: {
463
- type: BooleanConstructor;
464
- default: boolean;
465
- };
466
- zIndex: NumberConstructor;
467
- to: {
468
- type: import("vue").PropType<string | boolean | HTMLElement>;
469
- default: undefined;
470
- };
471
- scrollable: BooleanConstructor;
472
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
473
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
474
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
475
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
476
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
477
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
478
- internalDeactivateImmediately: BooleanConstructor;
479
- internalSyncTargetWithParent: BooleanConstructor;
480
- internalInheritedEventHandlers: {
481
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
482
- default: () => never[];
483
- };
484
- internalTrapFocus: BooleanConstructor;
485
- internalExtraClass: {
486
- type: import("vue").PropType<string[]>;
487
- default: () => never[];
488
- };
489
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
490
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
491
- arrow: {
492
- type: import("vue").PropType<boolean | undefined>;
493
- default: undefined;
494
- };
495
- minWidth: NumberConstructor;
496
- maxWidth: NumberConstructor;
497
- }>>, {
498
- show: boolean | undefined;
499
- flip: boolean;
500
- width: number | "trigger";
501
- disabled: boolean;
502
- duration: number;
503
- to: string | boolean | HTMLElement;
504
- raw: boolean;
505
- placement: import("naive-ui").PopoverPlacement;
506
- overlap: boolean;
507
- scrollable: boolean;
508
- trigger: import("naive-ui").PopoverTrigger;
509
- showArrow: boolean;
510
- delay: number;
511
- arrowPointToCenter: boolean;
512
- displayDirective: "show" | "if";
513
- keepAliveOnHover: boolean;
514
- internalDeactivateImmediately: boolean;
515
- animated: boolean;
516
- internalTrapFocus: boolean;
517
- defaultShow: boolean;
518
- internalSyncTargetWithParent: boolean;
519
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
520
- internalExtraClass: string[];
521
- arrow: boolean | undefined;
522
- }>;
44
+ NTooltip: any;
523
45
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
524
46
  content: {
525
47
  type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
@@ -540,8 +62,8 @@ declare const _default: import("vue").DefineComponent<{
540
62
  isAlias: BooleanConstructor;
541
63
  textColor: StringConstructor;
542
64
  }>>, {
543
- placement: string;
544
65
  refName: string;
66
+ placement: string;
545
67
  tooltipTitle: string | number;
546
68
  isAlias: boolean;
547
69
  }>;