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,542 @@
1
+ declare const _default: import("vue").DefineComponent<{
2
+ content: {
3
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
4
+ };
5
+ className: StringConstructor;
6
+ refName: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
10
+ placement: {
11
+ type: StringConstructor;
12
+ default: string;
13
+ };
14
+ tooltipTitle: {
15
+ type: (NumberConstructor | StringConstructor)[];
16
+ default: string;
17
+ };
18
+ isAlias: BooleanConstructor;
19
+ textColor: StringConstructor;
20
+ }, {
21
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
22
+ content: {
23
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
24
+ };
25
+ className: StringConstructor;
26
+ refName: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ placement: {
31
+ type: StringConstructor;
32
+ default: string;
33
+ };
34
+ tooltipTitle: {
35
+ type: (NumberConstructor | StringConstructor)[];
36
+ default: string;
37
+ };
38
+ isAlias: BooleanConstructor;
39
+ textColor: StringConstructor;
40
+ }>> & {
41
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
42
+ }>>;
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
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
173
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
174
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
175
+ internalSyncTargetWithParent: BooleanConstructor;
176
+ internalInheritedEventHandlers: {
177
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
178
+ default: () => never[];
179
+ };
180
+ internalTrapFocus: BooleanConstructor;
181
+ internalExtraClass: {
182
+ type: import("vue").PropType<string[]>;
183
+ default: () => never[];
184
+ };
185
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
186
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
187
+ arrow: {
188
+ type: import("vue").PropType<boolean | undefined>;
189
+ default: undefined;
190
+ };
191
+ minWidth: NumberConstructor;
192
+ maxWidth: NumberConstructor;
193
+ }, {
194
+ popoverRef: import("vue").Ref<{
195
+ syncPosition: () => void;
196
+ setShow: (value: boolean) => void;
197
+ } | null>;
198
+ mergedTheme: import("vue").ComputedRef<{
199
+ common: {
200
+ baseColor: string;
201
+ primaryColor: string;
202
+ primaryColorHover: string;
203
+ primaryColorPressed: string;
204
+ primaryColorSuppl: string;
205
+ infoColor: string;
206
+ infoColorHover: string;
207
+ infoColorPressed: string;
208
+ infoColorSuppl: string;
209
+ successColor: string;
210
+ successColorHover: string;
211
+ successColorPressed: string;
212
+ successColorSuppl: string;
213
+ warningColor: string;
214
+ warningColorHover: string;
215
+ warningColorPressed: string;
216
+ warningColorSuppl: string;
217
+ errorColor: string;
218
+ errorColorHover: string;
219
+ errorColorPressed: string;
220
+ errorColorSuppl: string;
221
+ textColorBase: string;
222
+ textColor1: string;
223
+ textColor2: string;
224
+ textColor3: string;
225
+ textColorDisabled: string;
226
+ placeholderColor: string;
227
+ placeholderColorDisabled: string;
228
+ iconColor: string;
229
+ iconColorHover: string;
230
+ iconColorPressed: string;
231
+ iconColorDisabled: string;
232
+ opacity1: string;
233
+ opacity2: string;
234
+ opacity3: string;
235
+ opacity4: string;
236
+ opacity5: string;
237
+ dividerColor: string;
238
+ borderColor: string;
239
+ closeColor: string;
240
+ closeColorHover: string;
241
+ closeColorPressed: string;
242
+ closeColorDisabled: string;
243
+ clearColor: string;
244
+ clearColorHover: string;
245
+ clearColorPressed: string;
246
+ scrollbarColor: string;
247
+ scrollbarColorHover: string;
248
+ scrollbarWidth: string;
249
+ scrollbarHeight: string;
250
+ scrollbarBorderRadius: string;
251
+ progressRailColor: string;
252
+ railColor: string;
253
+ popoverColor: string;
254
+ tableColor: string;
255
+ cardColor: string;
256
+ modalColor: string;
257
+ bodyColor: string;
258
+ tagColor: string;
259
+ avatarColor: string;
260
+ invertedColor: string;
261
+ inputColor: string;
262
+ codeColor: string;
263
+ tabColor: string;
264
+ actionColor: string;
265
+ tableHeaderColor: string;
266
+ hoverColor: string;
267
+ tableColorHover: string;
268
+ tableColorStriped: string;
269
+ pressedColor: string;
270
+ opacityDisabled: string;
271
+ inputColorDisabled: string;
272
+ buttonColor2: string;
273
+ buttonColor2Hover: string;
274
+ buttonColor2Pressed: string;
275
+ boxShadow1: string;
276
+ boxShadow2: string;
277
+ boxShadow3: string;
278
+ fontFamily: string;
279
+ fontFamilyMono: string;
280
+ fontWeight: string;
281
+ fontWeightStrong: string;
282
+ cubicBezierEaseInOut: string;
283
+ cubicBezierEaseOut: string;
284
+ cubicBezierEaseIn: string;
285
+ borderRadius: string;
286
+ borderRadiusSmall: string;
287
+ fontSize: string;
288
+ fontSizeMini: string;
289
+ fontSizeTiny: string;
290
+ fontSizeSmall: string;
291
+ fontSizeMedium: string;
292
+ fontSizeLarge: string;
293
+ fontSizeHuge: string;
294
+ lineHeight: string;
295
+ heightMini: string;
296
+ heightTiny: string;
297
+ heightSmall: string;
298
+ heightMedium: string;
299
+ heightLarge: string;
300
+ heightHuge: string;
301
+ name: "common";
302
+ };
303
+ self: {
304
+ borderRadius: string;
305
+ boxShadow: string;
306
+ color: string;
307
+ textColor: string;
308
+ padding: string;
309
+ };
310
+ peers: {
311
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
312
+ fontSize: string;
313
+ borderRadius: string;
314
+ color: string;
315
+ dividerColor: string;
316
+ textColor: string;
317
+ boxShadow: string;
318
+ space: string;
319
+ spaceArrow: string;
320
+ arrowOffset: string;
321
+ arrowOffsetVertical: string;
322
+ arrowHeight: string;
323
+ padding: string;
324
+ }, any>;
325
+ };
326
+ peerOverrides: {
327
+ Popover?: {
328
+ peers?: {
329
+ [x: string]: any;
330
+ } | undefined;
331
+ } | undefined;
332
+ };
333
+ }>;
334
+ popoverThemeOverrides: import("vue").ComputedRef<{
335
+ borderRadius: string;
336
+ boxShadow: string;
337
+ color: string;
338
+ textColor: string;
339
+ padding: string;
340
+ }>;
341
+ syncPosition: () => void;
342
+ setShow: (value: boolean) => void;
343
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
344
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
345
+ borderRadius: string;
346
+ boxShadow: string;
347
+ color: string;
348
+ textColor: string;
349
+ padding: string;
350
+ }, {
351
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
352
+ fontSize: string;
353
+ borderRadius: string;
354
+ color: string;
355
+ dividerColor: string;
356
+ textColor: string;
357
+ boxShadow: string;
358
+ space: string;
359
+ spaceArrow: string;
360
+ arrowOffset: string;
361
+ arrowOffsetVertical: string;
362
+ arrowHeight: string;
363
+ padding: string;
364
+ }, any>;
365
+ }>>;
366
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
367
+ borderRadius: string;
368
+ boxShadow: string;
369
+ color: string;
370
+ textColor: string;
371
+ padding: string;
372
+ }, {
373
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
374
+ fontSize: string;
375
+ borderRadius: string;
376
+ color: string;
377
+ dividerColor: string;
378
+ textColor: string;
379
+ boxShadow: string;
380
+ space: string;
381
+ spaceArrow: string;
382
+ arrowOffset: string;
383
+ arrowOffsetVertical: string;
384
+ arrowHeight: string;
385
+ padding: string;
386
+ }, any>;
387
+ }>>>;
388
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
389
+ borderRadius: string;
390
+ boxShadow: string;
391
+ color: string;
392
+ textColor: string;
393
+ padding: string;
394
+ }, {
395
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
396
+ fontSize: string;
397
+ borderRadius: string;
398
+ color: string;
399
+ dividerColor: string;
400
+ textColor: string;
401
+ boxShadow: string;
402
+ space: string;
403
+ spaceArrow: string;
404
+ arrowOffset: string;
405
+ arrowOffsetVertical: string;
406
+ arrowHeight: string;
407
+ padding: string;
408
+ }, any>;
409
+ }>>>;
410
+ show: {
411
+ type: import("vue").PropType<boolean | undefined>;
412
+ default: undefined;
413
+ };
414
+ defaultShow: BooleanConstructor;
415
+ showArrow: {
416
+ type: BooleanConstructor;
417
+ default: boolean;
418
+ };
419
+ trigger: {
420
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
421
+ default: string;
422
+ };
423
+ delay: {
424
+ type: NumberConstructor;
425
+ default: number;
426
+ };
427
+ duration: {
428
+ type: NumberConstructor;
429
+ default: number;
430
+ };
431
+ raw: BooleanConstructor;
432
+ placement: {
433
+ type: import("vue").PropType<import("naive-ui").PopoverPlacement>;
434
+ default: string;
435
+ };
436
+ x: NumberConstructor;
437
+ y: NumberConstructor;
438
+ arrowPointToCenter: BooleanConstructor;
439
+ disabled: BooleanConstructor;
440
+ getDisabled: import("vue").PropType<() => boolean>;
441
+ displayDirective: {
442
+ type: import("vue").PropType<"show" | "if">;
443
+ default: string;
444
+ };
445
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
446
+ flip: {
447
+ type: BooleanConstructor;
448
+ default: boolean;
449
+ };
450
+ animated: {
451
+ type: BooleanConstructor;
452
+ default: boolean;
453
+ };
454
+ width: {
455
+ type: import("vue").PropType<number | "trigger">;
456
+ default: undefined;
457
+ };
458
+ overlap: BooleanConstructor;
459
+ keepAliveOnHover: {
460
+ type: BooleanConstructor;
461
+ default: boolean;
462
+ };
463
+ zIndex: NumberConstructor;
464
+ to: {
465
+ type: import("vue").PropType<string | boolean | HTMLElement>;
466
+ default: undefined;
467
+ };
468
+ scrollable: BooleanConstructor;
469
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
470
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
471
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
472
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
473
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
474
+ internalSyncTargetWithParent: BooleanConstructor;
475
+ internalInheritedEventHandlers: {
476
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
477
+ default: () => never[];
478
+ };
479
+ internalTrapFocus: BooleanConstructor;
480
+ internalExtraClass: {
481
+ type: import("vue").PropType<string[]>;
482
+ default: () => never[];
483
+ };
484
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
485
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
486
+ arrow: {
487
+ type: import("vue").PropType<boolean | undefined>;
488
+ default: undefined;
489
+ };
490
+ minWidth: NumberConstructor;
491
+ maxWidth: NumberConstructor;
492
+ }>>, {
493
+ show: boolean | undefined;
494
+ flip: boolean;
495
+ width: number | "trigger";
496
+ disabled: boolean;
497
+ duration: number;
498
+ to: string | boolean | HTMLElement;
499
+ raw: boolean;
500
+ placement: import("naive-ui").PopoverPlacement;
501
+ overlap: boolean;
502
+ scrollable: boolean;
503
+ trigger: import("naive-ui").PopoverTrigger;
504
+ showArrow: boolean;
505
+ delay: number;
506
+ arrowPointToCenter: boolean;
507
+ displayDirective: "show" | "if";
508
+ keepAliveOnHover: boolean;
509
+ animated: boolean;
510
+ internalTrapFocus: boolean;
511
+ defaultShow: boolean;
512
+ internalSyncTargetWithParent: boolean;
513
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
514
+ internalExtraClass: string[];
515
+ arrow: boolean | undefined;
516
+ }>;
517
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
518
+ content: {
519
+ type: (NumberConstructor | StringConstructor | FunctionConstructor)[];
520
+ };
521
+ className: StringConstructor;
522
+ refName: {
523
+ type: StringConstructor;
524
+ default: string;
525
+ };
526
+ placement: {
527
+ type: StringConstructor;
528
+ default: string;
529
+ };
530
+ tooltipTitle: {
531
+ type: (NumberConstructor | StringConstructor)[];
532
+ default: string;
533
+ };
534
+ isAlias: BooleanConstructor;
535
+ textColor: StringConstructor;
536
+ }>>, {
537
+ placement: string;
538
+ refName: string;
539
+ tooltipTitle: string | number;
540
+ isAlias: boolean;
541
+ }>;
542
+ export default _default;