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
@@ -53,485 +53,7 @@ declare const _default: import("vue").DefineComponent<{
53
53
  lastLineHidden: (index: number) => boolean;
54
54
  handleFinishLastNodeCss: (index: number) => boolean;
55
55
  handleFinishLastNodeLine: (index: number) => boolean;
56
- NTooltip: import("vue").DefineComponent<{
57
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
58
- borderRadius: string;
59
- boxShadow: string;
60
- color: string;
61
- textColor: string;
62
- padding: string;
63
- }, {
64
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
65
- fontSize: string;
66
- borderRadius: string;
67
- color: string;
68
- dividerColor: string;
69
- textColor: string;
70
- boxShadow: string;
71
- space: string;
72
- spaceArrow: string;
73
- arrowOffset: string;
74
- arrowOffsetVertical: string;
75
- arrowHeight: string;
76
- padding: string;
77
- }, any>;
78
- }>>;
79
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
80
- borderRadius: string;
81
- boxShadow: string;
82
- color: string;
83
- textColor: string;
84
- padding: string;
85
- }, {
86
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
87
- fontSize: string;
88
- borderRadius: string;
89
- color: string;
90
- dividerColor: string;
91
- textColor: string;
92
- boxShadow: string;
93
- space: string;
94
- spaceArrow: string;
95
- arrowOffset: string;
96
- arrowOffsetVertical: string;
97
- arrowHeight: string;
98
- padding: string;
99
- }, any>;
100
- }>>>;
101
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
102
- borderRadius: string;
103
- boxShadow: string;
104
- color: string;
105
- textColor: string;
106
- padding: string;
107
- }, {
108
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
109
- fontSize: string;
110
- borderRadius: string;
111
- color: string;
112
- dividerColor: string;
113
- textColor: string;
114
- boxShadow: string;
115
- space: string;
116
- spaceArrow: string;
117
- arrowOffset: string;
118
- arrowOffsetVertical: string;
119
- arrowHeight: string;
120
- padding: string;
121
- }, any>;
122
- }>>>;
123
- show: {
124
- type: import("vue").PropType<boolean | undefined>;
125
- default: undefined;
126
- };
127
- defaultShow: BooleanConstructor;
128
- showArrow: {
129
- type: BooleanConstructor;
130
- default: boolean;
131
- };
132
- trigger: {
133
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
134
- default: string;
135
- };
136
- delay: {
137
- type: NumberConstructor;
138
- default: number;
139
- };
140
- duration: {
141
- type: NumberConstructor;
142
- default: number;
143
- };
144
- raw: BooleanConstructor;
145
- placement: {
146
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
147
- default: string;
148
- };
149
- x: NumberConstructor;
150
- y: NumberConstructor;
151
- arrowPointToCenter: BooleanConstructor;
152
- disabled: BooleanConstructor;
153
- getDisabled: import("vue").PropType<() => boolean>;
154
- displayDirective: {
155
- type: import("vue").PropType<"show" | "if">;
156
- default: string;
157
- };
158
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
159
- flip: {
160
- type: BooleanConstructor;
161
- default: boolean;
162
- };
163
- animated: {
164
- type: BooleanConstructor;
165
- default: boolean;
166
- };
167
- width: {
168
- type: import("vue").PropType<number | "trigger">;
169
- default: undefined;
170
- };
171
- overlap: BooleanConstructor;
172
- keepAliveOnHover: {
173
- type: BooleanConstructor;
174
- default: boolean;
175
- };
176
- zIndex: NumberConstructor;
177
- to: {
178
- type: import("vue").PropType<string | boolean | HTMLElement>;
179
- default: undefined;
180
- };
181
- scrollable: BooleanConstructor;
182
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
183
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
184
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
185
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
186
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
187
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
188
- internalDeactivateImmediately: BooleanConstructor;
189
- internalSyncTargetWithParent: BooleanConstructor;
190
- internalInheritedEventHandlers: {
191
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
192
- default: () => never[];
193
- };
194
- internalTrapFocus: BooleanConstructor;
195
- internalExtraClass: {
196
- type: import("vue").PropType<string[]>;
197
- default: () => never[];
198
- };
199
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
200
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
201
- arrow: {
202
- type: import("vue").PropType<boolean | undefined>;
203
- default: undefined;
204
- };
205
- minWidth: NumberConstructor;
206
- maxWidth: NumberConstructor;
207
- }, {
208
- popoverRef: import("vue").Ref<{
209
- syncPosition: () => void;
210
- setShow: (value: boolean) => void;
211
- } | null>;
212
- mergedTheme: import("vue").ComputedRef<{
213
- common: {
214
- baseColor: string;
215
- primaryColor: string;
216
- primaryColorHover: string;
217
- primaryColorPressed: string;
218
- primaryColorSuppl: string;
219
- infoColor: string;
220
- infoColorHover: string;
221
- infoColorPressed: string;
222
- infoColorSuppl: string;
223
- successColor: string;
224
- successColorHover: string;
225
- successColorPressed: string;
226
- successColorSuppl: string;
227
- warningColor: string;
228
- warningColorHover: string;
229
- warningColorPressed: string;
230
- warningColorSuppl: string;
231
- errorColor: string;
232
- errorColorHover: string;
233
- errorColorPressed: string;
234
- errorColorSuppl: string;
235
- textColorBase: string;
236
- textColor1: string;
237
- textColor2: string;
238
- textColor3: string;
239
- textColorDisabled: string;
240
- placeholderColor: string;
241
- placeholderColorDisabled: string;
242
- iconColor: string;
243
- iconColorHover: string;
244
- iconColorPressed: string;
245
- iconColorDisabled: string;
246
- opacity1: string;
247
- opacity2: string;
248
- opacity3: string;
249
- opacity4: string;
250
- opacity5: string;
251
- dividerColor: string;
252
- borderColor: string;
253
- closeIconColor: string;
254
- closeIconColorHover: string;
255
- closeIconColorPressed: string;
256
- closeColorHover: string;
257
- closeColorPressed: string;
258
- clearColor: string;
259
- clearColorHover: string;
260
- clearColorPressed: string;
261
- scrollbarColor: string;
262
- scrollbarColorHover: string;
263
- scrollbarWidth: string;
264
- scrollbarHeight: string;
265
- scrollbarBorderRadius: string;
266
- progressRailColor: string;
267
- railColor: string;
268
- popoverColor: string;
269
- tableColor: string;
270
- cardColor: string;
271
- modalColor: string;
272
- bodyColor: string;
273
- tagColor: string;
274
- avatarColor: string;
275
- invertedColor: string;
276
- inputColor: string;
277
- codeColor: string;
278
- tabColor: string;
279
- actionColor: string;
280
- tableHeaderColor: string;
281
- hoverColor: string;
282
- tableColorHover: string;
283
- tableColorStriped: string;
284
- pressedColor: string;
285
- opacityDisabled: string;
286
- inputColorDisabled: string;
287
- buttonColor2: string;
288
- buttonColor2Hover: string;
289
- buttonColor2Pressed: string;
290
- boxShadow1: string;
291
- boxShadow2: string;
292
- boxShadow3: string;
293
- fontFamily: string;
294
- fontFamilyMono: string;
295
- fontWeight: string;
296
- fontWeightStrong: string;
297
- cubicBezierEaseInOut: string;
298
- cubicBezierEaseOut: string;
299
- cubicBezierEaseIn: string;
300
- borderRadius: string;
301
- borderRadiusSmall: string;
302
- fontSize: string;
303
- fontSizeMini: string;
304
- fontSizeTiny: string;
305
- fontSizeSmall: string;
306
- fontSizeMedium: string;
307
- fontSizeLarge: string;
308
- fontSizeHuge: string;
309
- lineHeight: string;
310
- heightMini: string;
311
- heightTiny: string;
312
- heightSmall: string;
313
- heightMedium: string;
314
- heightLarge: string;
315
- heightHuge: string;
316
- name: "common";
317
- };
318
- self: {
319
- borderRadius: string;
320
- boxShadow: string;
321
- color: string;
322
- textColor: string;
323
- padding: string;
324
- };
325
- peers: {
326
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
327
- fontSize: string;
328
- borderRadius: string;
329
- color: string;
330
- dividerColor: string;
331
- textColor: string;
332
- boxShadow: string;
333
- space: string;
334
- spaceArrow: string;
335
- arrowOffset: string;
336
- arrowOffsetVertical: string;
337
- arrowHeight: string;
338
- padding: string;
339
- }, any>;
340
- };
341
- peerOverrides: {
342
- Popover?: {
343
- peers?: {
344
- [x: string]: any;
345
- } | undefined;
346
- } | undefined;
347
- };
348
- }>;
349
- popoverThemeOverrides: import("vue").ComputedRef<{
350
- borderRadius: string;
351
- boxShadow: string;
352
- color: string;
353
- textColor: string;
354
- padding: string;
355
- }>;
356
- syncPosition: () => void;
357
- setShow: (value: boolean) => void;
358
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
359
- theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
360
- borderRadius: string;
361
- boxShadow: string;
362
- color: string;
363
- textColor: string;
364
- padding: string;
365
- }, {
366
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
367
- fontSize: string;
368
- borderRadius: string;
369
- color: string;
370
- dividerColor: string;
371
- textColor: string;
372
- boxShadow: string;
373
- space: string;
374
- spaceArrow: string;
375
- arrowOffset: string;
376
- arrowOffsetVertical: string;
377
- arrowHeight: string;
378
- padding: string;
379
- }, any>;
380
- }>>;
381
- themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
382
- borderRadius: string;
383
- boxShadow: string;
384
- color: string;
385
- textColor: string;
386
- padding: string;
387
- }, {
388
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
389
- fontSize: string;
390
- borderRadius: string;
391
- color: string;
392
- dividerColor: string;
393
- textColor: string;
394
- boxShadow: string;
395
- space: string;
396
- spaceArrow: string;
397
- arrowOffset: string;
398
- arrowOffsetVertical: string;
399
- arrowHeight: string;
400
- padding: string;
401
- }, any>;
402
- }>>>;
403
- builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
404
- borderRadius: string;
405
- boxShadow: string;
406
- color: string;
407
- textColor: string;
408
- padding: string;
409
- }, {
410
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
411
- fontSize: string;
412
- borderRadius: string;
413
- color: string;
414
- dividerColor: string;
415
- textColor: string;
416
- boxShadow: string;
417
- space: string;
418
- spaceArrow: string;
419
- arrowOffset: string;
420
- arrowOffsetVertical: string;
421
- arrowHeight: string;
422
- padding: string;
423
- }, any>;
424
- }>>>;
425
- show: {
426
- type: import("vue").PropType<boolean | undefined>;
427
- default: undefined;
428
- };
429
- defaultShow: BooleanConstructor;
430
- showArrow: {
431
- type: BooleanConstructor;
432
- default: boolean;
433
- };
434
- trigger: {
435
- type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
436
- default: string;
437
- };
438
- delay: {
439
- type: NumberConstructor;
440
- default: number;
441
- };
442
- duration: {
443
- type: NumberConstructor;
444
- default: number;
445
- };
446
- raw: BooleanConstructor;
447
- placement: {
448
- type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
449
- default: string;
450
- };
451
- x: NumberConstructor;
452
- y: NumberConstructor;
453
- arrowPointToCenter: BooleanConstructor;
454
- disabled: BooleanConstructor;
455
- getDisabled: import("vue").PropType<() => boolean>;
456
- displayDirective: {
457
- type: import("vue").PropType<"show" | "if">;
458
- default: string;
459
- };
460
- arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
461
- flip: {
462
- type: BooleanConstructor;
463
- default: boolean;
464
- };
465
- animated: {
466
- type: BooleanConstructor;
467
- default: boolean;
468
- };
469
- width: {
470
- type: import("vue").PropType<number | "trigger">;
471
- default: undefined;
472
- };
473
- overlap: BooleanConstructor;
474
- keepAliveOnHover: {
475
- type: BooleanConstructor;
476
- default: boolean;
477
- };
478
- zIndex: NumberConstructor;
479
- to: {
480
- type: import("vue").PropType<string | boolean | HTMLElement>;
481
- default: undefined;
482
- };
483
- scrollable: BooleanConstructor;
484
- contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
485
- headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
486
- footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
487
- onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
488
- 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
489
- onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
490
- internalDeactivateImmediately: BooleanConstructor;
491
- internalSyncTargetWithParent: BooleanConstructor;
492
- internalInheritedEventHandlers: {
493
- type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
494
- default: () => never[];
495
- };
496
- internalTrapFocus: BooleanConstructor;
497
- internalExtraClass: {
498
- type: import("vue").PropType<string[]>;
499
- default: () => never[];
500
- };
501
- onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
502
- onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
503
- arrow: {
504
- type: import("vue").PropType<boolean | undefined>;
505
- default: undefined;
506
- };
507
- minWidth: NumberConstructor;
508
- maxWidth: NumberConstructor;
509
- }>>, {
510
- show: boolean | undefined;
511
- flip: boolean;
512
- width: number | "trigger";
513
- disabled: boolean;
514
- duration: number;
515
- to: string | boolean | HTMLElement;
516
- raw: boolean;
517
- placement: import("naive-ui").PopoverPlacement;
518
- overlap: boolean;
519
- scrollable: boolean;
520
- trigger: import("naive-ui").PopoverTrigger;
521
- showArrow: boolean;
522
- delay: number;
523
- arrowPointToCenter: boolean;
524
- displayDirective: "show" | "if";
525
- keepAliveOnHover: boolean;
526
- internalDeactivateImmediately: boolean;
527
- animated: boolean;
528
- internalTrapFocus: boolean;
529
- defaultShow: boolean;
530
- internalSyncTargetWithParent: boolean;
531
- internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
532
- internalExtraClass: string[];
533
- arrow: boolean | undefined;
534
- }>;
56
+ NTooltip: any;
535
57
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
536
58
  stepInfo: {
537
59
  type: ObjectConstructor;