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