cnhis-design-vue 3.1.14-beta.1 → 3.1.14-beta.11.1

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 (85) hide show
  1. package/README.md +1 -1
  2. package/es/packages/annotation-edit/index.d.ts +17 -0
  3. package/es/packages/annotation-edit/index.js +10 -0
  4. package/es/packages/annotation-edit/src/AnnotationEdit.d.ts +16 -0
  5. package/es/packages/annotation-edit/src/AnnotationEdit.js +119 -0
  6. package/es/packages/annotation-edit/style/index.css +15 -0
  7. package/es/packages/big-table/index.d.ts +2 -9
  8. package/es/packages/big-table/src/BigTable.vue.d.ts +30 -18
  9. package/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +53 -25
  10. package/es/packages/big-table/src/bigTableEmits.js +1 -1
  11. package/es/packages/big-table/src/components/edit-form/edit-separate.vue.d.ts +25 -8
  12. package/es/packages/big-table/src/components/edit-form/edit-separate.vue_vue_type_script_setup_true_lang.js +29 -9
  13. package/es/packages/big-table/src/components/separate.vue.d.ts +3 -4
  14. package/es/packages/big-table/src/components/separate.vue_vue_type_script_setup_true_lang.js +7 -3
  15. package/es/packages/big-table/src/hooks/useEdit.d.ts +25 -7
  16. package/es/packages/big-table/src/hooks/useSeparateRow.d.ts +1 -1
  17. package/es/packages/big-table/src/hooks/useSeparateRow.js +14 -10
  18. package/es/packages/big-table/src/utils.js +3 -3
  19. package/es/packages/big-table/style/index.css +15 -2
  20. package/es/packages/button-print/index.d.ts +1 -0
  21. package/es/packages/button-print/index.js +1 -0
  22. package/es/packages/button-print/src/ButtonPrint.vue_vue_type_script_setup_true_lang.js +5 -1
  23. package/es/packages/button-print/src/utils/index.d.ts +1 -0
  24. package/es/packages/button-print/src/utils/index.js +1 -0
  25. package/es/packages/button-print/src/utils/print.d.ts +1 -1
  26. package/es/packages/button-print/src/utils/print.js +1 -1
  27. package/es/packages/fabric-chart/index.d.ts +7 -2
  28. package/es/packages/fabric-chart/src/FabricChart.vue.d.ts +8 -3
  29. package/es/packages/fabric-chart/src/FabricChart.vue_vue_type_script_setup_true_lang.js +41 -9
  30. package/es/packages/fabric-chart/src/hooks/index.d.ts +1 -1
  31. package/es/packages/fabric-chart/src/hooks/index.js +2 -2
  32. package/es/packages/fabric-chart/src/hooks/useCenter.js +54 -33
  33. package/es/packages/fabric-chart/src/hooks/useDraw.js +1 -0
  34. package/es/packages/fabric-chart/src/hooks/useEvent.d.ts +6 -0
  35. package/es/packages/fabric-chart/src/hooks/useEvent.js +68 -1
  36. package/es/packages/fabric-chart/src/hooks/useLeft.js +14 -14
  37. package/es/packages/fabric-chart/src/hooks/useRight.js +2 -13
  38. package/es/packages/fabric-chart/src/hooks/useTop.js +10 -20
  39. package/es/packages/fabric-chart/src/interface.d.ts +7 -0
  40. package/es/packages/field-set/index.d.ts +2509 -5166
  41. package/es/packages/field-set/src/FieldSet.vue.d.ts +2492 -5169
  42. package/es/packages/field-set/src/FieldSet.vue_vue_type_script_setup_true_lang.js +334 -11
  43. package/es/packages/form-render/index.d.ts +1 -1
  44. package/es/packages/form-render/src/FormRender.vue.d.ts +1 -1
  45. package/es/packages/form-render/src/components/renderer/cascader.d.ts +3 -3
  46. package/es/packages/form-render/src/components/renderer/cascader.js +41 -52
  47. package/es/packages/form-render/src/components/renderer/formItem.js +8 -92
  48. package/es/packages/form-render/src/components/renderer/input.js +5 -16
  49. package/es/packages/form-render/src/components/renderer/inputNumber.d.ts +12 -0
  50. package/es/packages/form-render/src/components/renderer/inputNumber.js +11 -4
  51. package/es/packages/form-render/src/components/renderer/select.js +16 -10
  52. package/es/packages/form-render/src/components/renderer/simpleComponent.d.ts +15 -2
  53. package/es/packages/form-render/src/components/renderer/simpleComponent.js +16 -15
  54. package/es/packages/form-render/src/hooks/useAnchor.d.ts +1 -1
  55. package/es/packages/form-render/src/hooks/useAnchor.js +3 -3
  56. package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -1
  57. package/es/packages/form-render/src/hooks/useFieldListAdaptor.js +11 -7
  58. package/es/packages/form-render/src/hooks/useFormItemDeps.d.ts +2 -2
  59. package/es/packages/form-render/src/hooks/useFormItemDeps.js +5 -6
  60. package/es/packages/form-render/src/types/fieldItem.d.ts +2 -1
  61. package/es/packages/form-render/src/utils/index.d.ts +9 -2
  62. package/es/packages/form-render/src/utils/index.js +43 -14
  63. package/es/packages/form-render/style/index.css +17 -15
  64. package/es/packages/index.css +32 -17
  65. package/es/packages/index.d.ts +1 -0
  66. package/es/packages/index.js +1 -0
  67. package/es/packages/info-header/index.d.ts +1375 -358
  68. package/es/packages/info-header/src/HiddenContent.vue.d.ts +689 -178
  69. package/es/packages/info-header/src/HiddenContent.vue_vue_type_script_setup_true_lang.js +11 -13
  70. package/es/packages/info-header/src/InfoEllipsis.js +4 -0
  71. package/es/packages/info-header/src/InfoEllipsis.vue.d.ts +833 -0
  72. package/es/packages/info-header/src/InfoEllipsis.vue_vue_type_script_setup_true_lang.js +41 -0
  73. package/es/packages/info-header/src/InfoHeader.vue.d.ts +1375 -358
  74. package/es/packages/info-header/src/InfoHeader.vue_vue_type_script_setup_true_lang.js +9 -13
  75. package/es/{packages/info-header/src → src/components/SlotRender}/SlotRender.d.ts +3 -5
  76. package/es/{packages/info-header/src → src/components/SlotRender}/SlotRender.js +9 -9
  77. package/es/src/components/SlotRender/index.d.ts +2 -0
  78. package/es/src/components/SlotRender/index.js +2 -0
  79. package/package.json +153 -153
  80. package/es/packages/field-set/src/NewFieldSet.js +0 -4
  81. package/es/packages/field-set/src/NewFieldSet.vue.d.ts +0 -2607
  82. package/es/packages/field-set/src/NewFieldSet.vue_vue_type_script_setup_true_lang.js +0 -299
  83. package/es/packages/field-set/src/OldFieldSet.js +0 -4
  84. package/es/packages/field-set/src/OldFieldSet.vue.d.ts +0 -2610
  85. package/es/packages/field-set/src/OldFieldSet.vue_vue_type_script_setup_true_lang.js +0 -330
@@ -22,7 +22,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
22
22
  default: () => {};
23
23
  };
24
24
  infoList: {
25
- type: import("vue").PropType<any[]>;
25
+ type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
26
26
  required: true;
27
27
  };
28
28
  labelField: {
@@ -65,7 +65,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
65
65
  default: () => {};
66
66
  };
67
67
  infoList: {
68
- type: import("vue").PropType<any[]>;
68
+ type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
69
69
  required: true;
70
70
  };
71
71
  labelField: {
@@ -1081,386 +1081,36 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1081
1081
  internalStopClickPropagation: boolean;
1082
1082
  onCheckedChange: (checked: boolean) => void;
1083
1083
  }>;
1084
- NEllipsis: import("vue").DefineComponent<{
1085
- readonly expandTrigger: import("vue").PropType<"click">;
1086
- readonly lineClamp: import("vue").PropType<string | number>;
1087
- readonly tooltip: {
1088
- readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1089
- readonly default: true;
1090
- };
1091
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1092
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1093
- borderRadius: string;
1094
- boxShadow: string;
1095
- color: string;
1096
- textColor: string;
1097
- padding: string;
1098
- }, {
1099
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1100
- fontSize: string;
1101
- borderRadius: string;
1102
- color: string;
1103
- dividerColor: string;
1104
- textColor: string;
1105
- boxShadow: string;
1106
- space: string;
1107
- spaceArrow: string;
1108
- arrowOffset: string;
1109
- arrowOffsetVertical: string;
1110
- arrowHeight: string;
1111
- padding: string;
1112
- }, any>;
1113
- }>;
1114
- }>>;
1115
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1116
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1117
- borderRadius: string;
1118
- boxShadow: string;
1119
- color: string;
1120
- textColor: string;
1121
- padding: string;
1122
- }, {
1123
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1124
- fontSize: string;
1125
- borderRadius: string;
1126
- color: string;
1127
- dividerColor: string;
1128
- textColor: string;
1129
- boxShadow: string;
1130
- space: string;
1131
- spaceArrow: string;
1132
- arrowOffset: string;
1133
- arrowOffsetVertical: string;
1134
- arrowHeight: string;
1135
- padding: string;
1136
- }, any>;
1137
- }>;
1138
- }>>>;
1139
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1140
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1141
- borderRadius: string;
1142
- boxShadow: string;
1143
- color: string;
1144
- textColor: string;
1145
- padding: string;
1146
- }, {
1147
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1148
- fontSize: string;
1149
- borderRadius: string;
1150
- color: string;
1151
- dividerColor: string;
1152
- textColor: string;
1153
- boxShadow: string;
1154
- space: string;
1155
- spaceArrow: string;
1156
- arrowOffset: string;
1157
- arrowOffsetVertical: string;
1158
- arrowHeight: string;
1159
- padding: string;
1160
- }, any>;
1161
- }>;
1162
- }>>>;
1163
- }, {
1164
- mergedTheme: import("vue").ComputedRef<{
1165
- common: {
1166
- baseColor: string;
1167
- primaryColor: string;
1168
- primaryColorHover: string;
1169
- primaryColorPressed: string;
1170
- primaryColorSuppl: string;
1171
- infoColor: string;
1172
- infoColorHover: string;
1173
- infoColorPressed: string;
1174
- infoColorSuppl: string;
1175
- successColor: string;
1176
- successColorHover: string;
1177
- successColorPressed: string;
1178
- successColorSuppl: string;
1179
- warningColor: string;
1180
- warningColorHover: string;
1181
- warningColorPressed: string;
1182
- warningColorSuppl: string;
1183
- errorColor: string;
1184
- errorColorHover: string;
1185
- errorColorPressed: string;
1186
- errorColorSuppl: string;
1187
- textColorBase: string;
1188
- textColor1: string;
1189
- textColor2: string;
1190
- textColor3: string;
1191
- textColorDisabled: string;
1192
- placeholderColor: string;
1193
- placeholderColorDisabled: string;
1194
- iconColor: string;
1195
- iconColorHover: string;
1196
- iconColorPressed: string;
1197
- iconColorDisabled: string;
1198
- opacity1: string;
1199
- opacity2: string;
1200
- opacity3: string;
1201
- opacity4: string;
1202
- opacity5: string;
1203
- dividerColor: string;
1204
- borderColor: string;
1205
- closeIconColor: string;
1206
- closeIconColorHover: string;
1207
- closeIconColorPressed: string;
1208
- closeColorHover: string;
1209
- closeColorPressed: string;
1210
- clearColor: string;
1211
- clearColorHover: string;
1212
- clearColorPressed: string;
1213
- scrollbarColor: string;
1214
- scrollbarColorHover: string;
1215
- scrollbarWidth: string;
1216
- scrollbarHeight: string;
1217
- scrollbarBorderRadius: string;
1218
- progressRailColor: string;
1219
- railColor: string;
1220
- popoverColor: string;
1221
- tableColor: string;
1222
- cardColor: string;
1223
- modalColor: string;
1224
- bodyColor: string;
1225
- tagColor: string;
1226
- avatarColor: string;
1227
- invertedColor: string;
1228
- inputColor: string;
1229
- codeColor: string;
1230
- tabColor: string;
1231
- actionColor: string;
1232
- tableHeaderColor: string;
1233
- hoverColor: string;
1234
- tableColorHover: string;
1235
- tableColorStriped: string;
1236
- pressedColor: string;
1237
- opacityDisabled: string;
1238
- inputColorDisabled: string;
1239
- buttonColor2: string;
1240
- buttonColor2Hover: string;
1241
- buttonColor2Pressed: string;
1242
- boxShadow1: string;
1243
- boxShadow2: string;
1244
- boxShadow3: string;
1245
- fontFamily: string;
1246
- fontFamilyMono: string;
1247
- fontWeight: string;
1248
- fontWeightStrong: string;
1249
- cubicBezierEaseInOut: string;
1250
- cubicBezierEaseOut: string;
1251
- cubicBezierEaseIn: string;
1252
- borderRadius: string;
1253
- borderRadiusSmall: string;
1254
- fontSize: string;
1255
- fontSizeMini: string;
1256
- fontSizeTiny: string;
1257
- fontSizeSmall: string;
1258
- fontSizeMedium: string;
1259
- fontSizeLarge: string;
1260
- fontSizeHuge: string;
1261
- lineHeight: string;
1262
- heightMini: string;
1263
- heightTiny: string;
1264
- heightSmall: string;
1265
- heightMedium: string;
1266
- heightLarge: string;
1267
- heightHuge: string;
1268
- name: "common";
1269
- };
1270
- self: unknown;
1271
- peers: {
1272
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1273
- borderRadius: string;
1274
- boxShadow: string;
1275
- color: string;
1276
- textColor: string;
1277
- padding: string;
1278
- }, {
1279
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1280
- fontSize: string;
1281
- borderRadius: string;
1282
- color: string;
1283
- dividerColor: string;
1284
- textColor: string;
1285
- boxShadow: string;
1286
- space: string;
1287
- spaceArrow: string;
1288
- arrowOffset: string;
1289
- arrowOffsetVertical: string;
1290
- arrowHeight: string;
1291
- padding: string;
1292
- }, any>;
1293
- }>;
1294
- };
1295
- peerOverrides: {
1296
- Tooltip?: {
1297
- peers?: {
1298
- Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
1299
- fontSize: string;
1300
- borderRadius: string;
1301
- color: string;
1302
- dividerColor: string;
1303
- textColor: string;
1304
- boxShadow: string;
1305
- space: string;
1306
- spaceArrow: string;
1307
- arrowOffset: string;
1308
- arrowOffsetVertical: string;
1309
- arrowHeight: string;
1310
- padding: string;
1311
- }, any>> | undefined;
1312
- } | undefined;
1313
- } | undefined;
1314
- };
1315
- }>;
1316
- triggerRef: import("vue").Ref<HTMLElement | null>;
1317
- triggerInnerRef: import("vue").Ref<HTMLElement | null>;
1318
- tooltipRef: import("vue").Ref<{
1319
- syncPosition: () => void;
1320
- setShow: (value: boolean) => void;
1321
- } | null>;
1322
- handleClick: import("vue").ComputedRef<(() => void) | undefined>;
1323
- renderTrigger: () => JSX.Element;
1324
- getTooltipDisabled: () => boolean;
1325
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1326
- readonly expandTrigger: import("vue").PropType<"click">;
1327
- readonly lineClamp: import("vue").PropType<string | number>;
1328
- readonly tooltip: {
1329
- readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1330
- readonly default: true;
1331
- };
1332
- readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1333
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1334
- borderRadius: string;
1335
- boxShadow: string;
1336
- color: string;
1337
- textColor: string;
1338
- padding: string;
1339
- }, {
1340
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1341
- fontSize: string;
1342
- borderRadius: string;
1343
- color: string;
1344
- dividerColor: string;
1345
- textColor: string;
1346
- boxShadow: string;
1347
- space: string;
1348
- spaceArrow: string;
1349
- arrowOffset: string;
1350
- arrowOffsetVertical: string;
1351
- arrowHeight: string;
1352
- padding: string;
1353
- }, any>;
1354
- }>;
1355
- }>>;
1356
- readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1357
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1358
- borderRadius: string;
1359
- boxShadow: string;
1360
- color: string;
1361
- textColor: string;
1362
- padding: string;
1363
- }, {
1364
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1365
- fontSize: string;
1366
- borderRadius: string;
1367
- color: string;
1368
- dividerColor: string;
1369
- textColor: string;
1370
- boxShadow: string;
1371
- space: string;
1372
- spaceArrow: string;
1373
- arrowOffset: string;
1374
- arrowOffsetVertical: string;
1375
- arrowHeight: string;
1376
- padding: string;
1377
- }, any>;
1378
- }>;
1379
- }>>>;
1380
- readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1381
- Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1382
- borderRadius: string;
1383
- boxShadow: string;
1384
- color: string;
1385
- textColor: string;
1386
- padding: string;
1387
- }, {
1388
- Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1389
- fontSize: string;
1390
- borderRadius: string;
1391
- color: string;
1392
- dividerColor: string;
1393
- textColor: string;
1394
- boxShadow: string;
1395
- space: string;
1396
- spaceArrow: string;
1397
- arrowOffset: string;
1398
- arrowOffsetVertical: string;
1399
- arrowHeight: string;
1400
- padding: string;
1401
- }, any>;
1402
- }>;
1403
- }>>>;
1404
- }>>, {
1405
- readonly tooltip: boolean | import("naive-ui").PopoverProps;
1406
- }>;
1407
1084
  SlotRender: import("vue").DefineComponent<{
1408
1085
  renderer: {
1409
- type: (StringConstructor | FunctionConstructor)[];
1086
+ type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/src/types").Func<any[], any>>;
1410
1087
  required: true;
1411
1088
  };
1412
1089
  rootSlots: {
1413
1090
  type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
1414
- required: true;
1415
1091
  };
1416
1092
  }, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1417
1093
  renderer: {
1418
- type: (StringConstructor | FunctionConstructor)[];
1094
+ type: import("vue").PropType<string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions> | import("../../../es/src/types").Func<any[], any>>;
1419
1095
  required: true;
1420
1096
  };
1421
1097
  rootSlots: {
1422
1098
  type: import("vue").PropType<Record<string, import("../../../es/src/types").Func<any[], any>>>;
1423
- required: true;
1424
1099
  };
1425
1100
  }>>, {}>;
1426
- HiddenContent: import("vue").DefineComponent<{
1101
+ InfoEllipsis: import("vue").DefineComponent<{
1427
1102
  content: {
1428
1103
  type: StringConstructor;
1429
1104
  default: string;
1430
1105
  };
1431
- width: {
1432
- type: NumberConstructor;
1106
+ tip: {
1107
+ type: StringConstructor;
1433
1108
  };
1434
1109
  contentStyle: {
1435
1110
  type: import("vue").PropType<import("vue").CSSProperties>;
1436
1111
  default: () => {};
1437
1112
  };
1438
1113
  }, {
1439
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1440
- content: {
1441
- type: StringConstructor;
1442
- default: string;
1443
- };
1444
- width: {
1445
- type: NumberConstructor;
1446
- };
1447
- contentStyle: {
1448
- type: import("vue").PropType<import("vue").CSSProperties>;
1449
- default: () => {};
1450
- };
1451
- }>> & {
1452
- [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1453
- }>>;
1454
- hidden: import("vue").Ref<boolean>;
1455
- toggleHidden: () => void;
1456
- wrapperStyle: import("vue").ComputedRef<{
1457
- maxWidth: string;
1458
- width: string;
1459
- }>;
1460
- parsedContentStyle: import("vue").ComputedRef<"" | (import("vue").CSSProperties & {
1461
- maxWidth: string;
1462
- })>;
1463
- displayContent: import("vue").ComputedRef<string>;
1464
1114
  NEllipsis: import("vue").DefineComponent<{
1465
1115
  readonly expandTrigger: import("vue").PropType<"click">;
1466
1116
  readonly lineClamp: import("vue").PropType<string | number>;
@@ -1784,11 +1434,1378 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1784
1434
  }>>, {
1785
1435
  readonly tooltip: boolean | import("naive-ui").PopoverProps;
1786
1436
  }>;
1437
+ NTooltip: import("vue").DefineComponent<{
1438
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1439
+ borderRadius: string;
1440
+ boxShadow: string;
1441
+ color: string;
1442
+ textColor: string;
1443
+ padding: string;
1444
+ }, {
1445
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1446
+ fontSize: string;
1447
+ borderRadius: string;
1448
+ color: string;
1449
+ dividerColor: string;
1450
+ textColor: string;
1451
+ boxShadow: string;
1452
+ space: string;
1453
+ spaceArrow: string;
1454
+ arrowOffset: string;
1455
+ arrowOffsetVertical: string;
1456
+ arrowHeight: string;
1457
+ padding: string;
1458
+ }, any>;
1459
+ }>>;
1460
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1461
+ borderRadius: string;
1462
+ boxShadow: string;
1463
+ color: string;
1464
+ textColor: string;
1465
+ padding: string;
1466
+ }, {
1467
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1468
+ fontSize: string;
1469
+ borderRadius: string;
1470
+ color: string;
1471
+ dividerColor: string;
1472
+ textColor: string;
1473
+ boxShadow: string;
1474
+ space: string;
1475
+ spaceArrow: string;
1476
+ arrowOffset: string;
1477
+ arrowOffsetVertical: string;
1478
+ arrowHeight: string;
1479
+ padding: string;
1480
+ }, any>;
1481
+ }>>>;
1482
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1483
+ borderRadius: string;
1484
+ boxShadow: string;
1485
+ color: string;
1486
+ textColor: string;
1487
+ padding: string;
1488
+ }, {
1489
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1490
+ fontSize: string;
1491
+ borderRadius: string;
1492
+ color: string;
1493
+ dividerColor: string;
1494
+ textColor: string;
1495
+ boxShadow: string;
1496
+ space: string;
1497
+ spaceArrow: string;
1498
+ arrowOffset: string;
1499
+ arrowOffsetVertical: string;
1500
+ arrowHeight: string;
1501
+ padding: string;
1502
+ }, any>;
1503
+ }>>>;
1504
+ show: {
1505
+ type: import("vue").PropType<boolean | undefined>;
1506
+ default: undefined;
1507
+ };
1508
+ defaultShow: BooleanConstructor;
1509
+ showArrow: {
1510
+ type: BooleanConstructor;
1511
+ default: boolean;
1512
+ };
1513
+ trigger: {
1514
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1515
+ default: string;
1516
+ };
1517
+ delay: {
1518
+ type: NumberConstructor;
1519
+ default: number;
1520
+ };
1521
+ duration: {
1522
+ type: NumberConstructor;
1523
+ default: number;
1524
+ };
1525
+ raw: BooleanConstructor;
1526
+ placement: {
1527
+ type: import("vue").PropType<import("vueuc").FollowerPlacement>;
1528
+ default: string;
1529
+ };
1530
+ x: NumberConstructor;
1531
+ y: NumberConstructor;
1532
+ arrowPointToCenter: BooleanConstructor;
1533
+ disabled: BooleanConstructor;
1534
+ getDisabled: import("vue").PropType<() => boolean>;
1535
+ displayDirective: {
1536
+ type: import("vue").PropType<"show" | "if">;
1537
+ default: string;
1538
+ };
1539
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1540
+ flip: {
1541
+ type: BooleanConstructor;
1542
+ default: boolean;
1543
+ };
1544
+ animated: {
1545
+ type: BooleanConstructor;
1546
+ default: boolean;
1547
+ };
1548
+ width: {
1549
+ type: import("vue").PropType<number | "trigger">;
1550
+ default: undefined;
1551
+ };
1552
+ overlap: BooleanConstructor;
1553
+ keepAliveOnHover: {
1554
+ type: BooleanConstructor;
1555
+ default: boolean;
1556
+ };
1557
+ zIndex: NumberConstructor;
1558
+ to: {
1559
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1560
+ default: undefined;
1561
+ };
1562
+ scrollable: BooleanConstructor;
1563
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1564
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1565
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1566
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1567
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1568
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1569
+ internalDeactivateImmediately: BooleanConstructor;
1570
+ internalSyncTargetWithParent: BooleanConstructor;
1571
+ internalInheritedEventHandlers: {
1572
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1573
+ default: () => never[];
1574
+ };
1575
+ internalTrapFocus: BooleanConstructor;
1576
+ internalExtraClass: {
1577
+ type: import("vue").PropType<string[]>;
1578
+ default: () => never[];
1579
+ };
1580
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1581
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1582
+ arrow: {
1583
+ type: import("vue").PropType<boolean | undefined>;
1584
+ default: undefined;
1585
+ };
1586
+ minWidth: NumberConstructor;
1587
+ maxWidth: NumberConstructor;
1588
+ }, {
1589
+ popoverRef: import("vue").Ref<{
1590
+ syncPosition: () => void;
1591
+ setShow: (value: boolean) => void;
1592
+ } | null>;
1593
+ mergedTheme: import("vue").ComputedRef<{
1594
+ common: {
1595
+ baseColor: string;
1596
+ primaryColor: string;
1597
+ primaryColorHover: string;
1598
+ primaryColorPressed: string;
1599
+ primaryColorSuppl: string;
1600
+ infoColor: string;
1601
+ infoColorHover: string;
1602
+ infoColorPressed: string;
1603
+ infoColorSuppl: string;
1604
+ successColor: string;
1605
+ successColorHover: string;
1606
+ successColorPressed: string;
1607
+ successColorSuppl: string;
1608
+ warningColor: string;
1609
+ warningColorHover: string;
1610
+ warningColorPressed: string;
1611
+ warningColorSuppl: string;
1612
+ errorColor: string;
1613
+ errorColorHover: string;
1614
+ errorColorPressed: string;
1615
+ errorColorSuppl: string;
1616
+ textColorBase: string;
1617
+ textColor1: string;
1618
+ textColor2: string;
1619
+ textColor3: string;
1620
+ textColorDisabled: string;
1621
+ placeholderColor: string;
1622
+ placeholderColorDisabled: string;
1623
+ iconColor: string;
1624
+ iconColorHover: string;
1625
+ iconColorPressed: string;
1626
+ iconColorDisabled: string;
1627
+ opacity1: string;
1628
+ opacity2: string;
1629
+ opacity3: string;
1630
+ opacity4: string;
1631
+ opacity5: string;
1632
+ dividerColor: string;
1633
+ borderColor: string;
1634
+ closeIconColor: string;
1635
+ closeIconColorHover: string;
1636
+ closeIconColorPressed: string;
1637
+ closeColorHover: string;
1638
+ closeColorPressed: string;
1639
+ clearColor: string;
1640
+ clearColorHover: string;
1641
+ clearColorPressed: string;
1642
+ scrollbarColor: string;
1643
+ scrollbarColorHover: string;
1644
+ scrollbarWidth: string;
1645
+ scrollbarHeight: string;
1646
+ scrollbarBorderRadius: string;
1647
+ progressRailColor: string;
1648
+ railColor: string;
1649
+ popoverColor: string;
1650
+ tableColor: string;
1651
+ cardColor: string;
1652
+ modalColor: string;
1653
+ bodyColor: string;
1654
+ tagColor: string;
1655
+ avatarColor: string;
1656
+ invertedColor: string;
1657
+ inputColor: string;
1658
+ codeColor: string;
1659
+ tabColor: string;
1660
+ actionColor: string;
1661
+ tableHeaderColor: string;
1662
+ hoverColor: string;
1663
+ tableColorHover: string;
1664
+ tableColorStriped: string;
1665
+ pressedColor: string;
1666
+ opacityDisabled: string;
1667
+ inputColorDisabled: string;
1668
+ buttonColor2: string;
1669
+ buttonColor2Hover: string;
1670
+ buttonColor2Pressed: string;
1671
+ boxShadow1: string;
1672
+ boxShadow2: string;
1673
+ boxShadow3: string;
1674
+ fontFamily: string;
1675
+ fontFamilyMono: string;
1676
+ fontWeight: string;
1677
+ fontWeightStrong: string;
1678
+ cubicBezierEaseInOut: string;
1679
+ cubicBezierEaseOut: string;
1680
+ cubicBezierEaseIn: string;
1681
+ borderRadius: string;
1682
+ borderRadiusSmall: string;
1683
+ fontSize: string;
1684
+ fontSizeMini: string;
1685
+ fontSizeTiny: string;
1686
+ fontSizeSmall: string;
1687
+ fontSizeMedium: string;
1688
+ fontSizeLarge: string;
1689
+ fontSizeHuge: string;
1690
+ lineHeight: string;
1691
+ heightMini: string;
1692
+ heightTiny: string;
1693
+ heightSmall: string;
1694
+ heightMedium: string;
1695
+ heightLarge: string;
1696
+ heightHuge: string;
1697
+ name: "common";
1698
+ };
1699
+ self: {
1700
+ borderRadius: string;
1701
+ boxShadow: string;
1702
+ color: string;
1703
+ textColor: string;
1704
+ padding: string;
1705
+ };
1706
+ peers: {
1707
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1708
+ fontSize: string;
1709
+ borderRadius: string;
1710
+ color: string;
1711
+ dividerColor: string;
1712
+ textColor: string;
1713
+ boxShadow: string;
1714
+ space: string;
1715
+ spaceArrow: string;
1716
+ arrowOffset: string;
1717
+ arrowOffsetVertical: string;
1718
+ arrowHeight: string;
1719
+ padding: string;
1720
+ }, any>;
1721
+ };
1722
+ peerOverrides: {
1723
+ Popover?: {
1724
+ peers?: {
1725
+ [x: string]: any;
1726
+ } | undefined;
1727
+ } | undefined;
1728
+ };
1729
+ }>;
1730
+ popoverThemeOverrides: import("vue").ComputedRef<{
1731
+ borderRadius: string;
1732
+ boxShadow: string;
1733
+ color: string;
1734
+ textColor: string;
1735
+ padding: string;
1736
+ }>;
1737
+ syncPosition: () => void;
1738
+ setShow: (value: boolean) => void;
1739
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1740
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1741
+ borderRadius: string;
1742
+ boxShadow: string;
1743
+ color: string;
1744
+ textColor: string;
1745
+ padding: string;
1746
+ }, {
1747
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1748
+ fontSize: string;
1749
+ borderRadius: string;
1750
+ color: string;
1751
+ dividerColor: string;
1752
+ textColor: string;
1753
+ boxShadow: string;
1754
+ space: string;
1755
+ spaceArrow: string;
1756
+ arrowOffset: string;
1757
+ arrowOffsetVertical: string;
1758
+ arrowHeight: string;
1759
+ padding: string;
1760
+ }, any>;
1761
+ }>>;
1762
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1763
+ borderRadius: string;
1764
+ boxShadow: string;
1765
+ color: string;
1766
+ textColor: string;
1767
+ padding: string;
1768
+ }, {
1769
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1770
+ fontSize: string;
1771
+ borderRadius: string;
1772
+ color: string;
1773
+ dividerColor: string;
1774
+ textColor: string;
1775
+ boxShadow: string;
1776
+ space: string;
1777
+ spaceArrow: string;
1778
+ arrowOffset: string;
1779
+ arrowOffsetVertical: string;
1780
+ arrowHeight: string;
1781
+ padding: string;
1782
+ }, any>;
1783
+ }>>>;
1784
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
1785
+ borderRadius: string;
1786
+ boxShadow: string;
1787
+ color: string;
1788
+ textColor: string;
1789
+ padding: string;
1790
+ }, {
1791
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
1792
+ fontSize: string;
1793
+ borderRadius: string;
1794
+ color: string;
1795
+ dividerColor: string;
1796
+ textColor: string;
1797
+ boxShadow: string;
1798
+ space: string;
1799
+ spaceArrow: string;
1800
+ arrowOffset: string;
1801
+ arrowOffsetVertical: string;
1802
+ arrowHeight: string;
1803
+ padding: string;
1804
+ }, any>;
1805
+ }>>>;
1806
+ show: {
1807
+ type: import("vue").PropType<boolean | undefined>;
1808
+ default: undefined;
1809
+ };
1810
+ defaultShow: BooleanConstructor;
1811
+ showArrow: {
1812
+ type: BooleanConstructor;
1813
+ default: boolean;
1814
+ };
1815
+ trigger: {
1816
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
1817
+ default: string;
1818
+ };
1819
+ delay: {
1820
+ type: NumberConstructor;
1821
+ default: number;
1822
+ };
1823
+ duration: {
1824
+ type: NumberConstructor;
1825
+ default: number;
1826
+ };
1827
+ raw: BooleanConstructor;
1828
+ placement: {
1829
+ type: import("vue").PropType<import("vueuc").FollowerPlacement>;
1830
+ default: string;
1831
+ };
1832
+ x: NumberConstructor;
1833
+ y: NumberConstructor;
1834
+ arrowPointToCenter: BooleanConstructor;
1835
+ disabled: BooleanConstructor;
1836
+ getDisabled: import("vue").PropType<() => boolean>;
1837
+ displayDirective: {
1838
+ type: import("vue").PropType<"show" | "if">;
1839
+ default: string;
1840
+ };
1841
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1842
+ flip: {
1843
+ type: BooleanConstructor;
1844
+ default: boolean;
1845
+ };
1846
+ animated: {
1847
+ type: BooleanConstructor;
1848
+ default: boolean;
1849
+ };
1850
+ width: {
1851
+ type: import("vue").PropType<number | "trigger">;
1852
+ default: undefined;
1853
+ };
1854
+ overlap: BooleanConstructor;
1855
+ keepAliveOnHover: {
1856
+ type: BooleanConstructor;
1857
+ default: boolean;
1858
+ };
1859
+ zIndex: NumberConstructor;
1860
+ to: {
1861
+ type: import("vue").PropType<string | boolean | HTMLElement>;
1862
+ default: undefined;
1863
+ };
1864
+ scrollable: BooleanConstructor;
1865
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1866
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1867
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
1868
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
1869
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1870
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
1871
+ internalDeactivateImmediately: BooleanConstructor;
1872
+ internalSyncTargetWithParent: BooleanConstructor;
1873
+ internalInheritedEventHandlers: {
1874
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
1875
+ default: () => never[];
1876
+ };
1877
+ internalTrapFocus: BooleanConstructor;
1878
+ internalExtraClass: {
1879
+ type: import("vue").PropType<string[]>;
1880
+ default: () => never[];
1881
+ };
1882
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1883
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
1884
+ arrow: {
1885
+ type: import("vue").PropType<boolean | undefined>;
1886
+ default: undefined;
1887
+ };
1888
+ minWidth: NumberConstructor;
1889
+ maxWidth: NumberConstructor;
1890
+ }>>, {
1891
+ show: boolean | undefined;
1892
+ flip: boolean;
1893
+ width: number | "trigger";
1894
+ disabled: boolean;
1895
+ duration: number;
1896
+ to: string | boolean | HTMLElement;
1897
+ raw: boolean;
1898
+ placement: import("vueuc").FollowerPlacement;
1899
+ overlap: boolean;
1900
+ scrollable: boolean;
1901
+ trigger: import("naive-ui").PopoverTrigger;
1902
+ showArrow: boolean;
1903
+ delay: number;
1904
+ arrowPointToCenter: boolean;
1905
+ displayDirective: "show" | "if";
1906
+ keepAliveOnHover: boolean;
1907
+ internalDeactivateImmediately: boolean;
1908
+ animated: boolean;
1909
+ internalTrapFocus: boolean;
1910
+ defaultShow: boolean;
1911
+ internalSyncTargetWithParent: boolean;
1912
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
1913
+ internalExtraClass: string[];
1914
+ arrow: boolean | undefined;
1915
+ }>;
1916
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1917
+ content: {
1918
+ type: StringConstructor;
1919
+ default: string;
1920
+ };
1921
+ tip: {
1922
+ type: StringConstructor;
1923
+ };
1924
+ contentStyle: {
1925
+ type: import("vue").PropType<import("vue").CSSProperties>;
1926
+ default: () => {};
1927
+ };
1928
+ }>>, {
1929
+ contentStyle: import("vue").CSSProperties;
1930
+ content: string;
1931
+ }>;
1932
+ HiddenContent: import("vue").DefineComponent<{
1933
+ content: {
1934
+ type: StringConstructor;
1935
+ default: string;
1936
+ };
1937
+ tip: StringConstructor;
1938
+ width: {
1939
+ type: NumberConstructor;
1940
+ };
1941
+ contentStyle: {
1942
+ type: import("vue").PropType<import("vue").CSSProperties>;
1943
+ default: () => {};
1944
+ };
1945
+ }, {
1946
+ props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
1947
+ content: {
1948
+ type: StringConstructor;
1949
+ default: string;
1950
+ };
1951
+ tip: StringConstructor;
1952
+ width: {
1953
+ type: NumberConstructor;
1954
+ };
1955
+ contentStyle: {
1956
+ type: import("vue").PropType<import("vue").CSSProperties>;
1957
+ default: () => {};
1958
+ };
1959
+ }>> & {
1960
+ [x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
1961
+ }>>;
1962
+ hidden: import("vue").Ref<boolean>;
1963
+ toggleHidden: () => void;
1964
+ wrapperStyle: import("vue").ComputedRef<{
1965
+ maxWidth: string;
1966
+ width: string;
1967
+ }>;
1968
+ parsedContentStyle: import("vue").ComputedRef<"" | (import("vue").CSSProperties & {
1969
+ maxWidth: string;
1970
+ })>;
1971
+ displayContent: import("vue").ComputedRef<string>;
1972
+ InfoEllipsis: import("vue").DefineComponent<{
1973
+ content: {
1974
+ type: StringConstructor;
1975
+ default: string;
1976
+ };
1977
+ tip: {
1978
+ type: StringConstructor;
1979
+ };
1980
+ contentStyle: {
1981
+ type: import("vue").PropType<import("vue").CSSProperties>;
1982
+ default: () => {};
1983
+ };
1984
+ }, {
1985
+ NEllipsis: import("vue").DefineComponent<{
1986
+ readonly expandTrigger: import("vue").PropType<"click">;
1987
+ readonly lineClamp: import("vue").PropType<string | number>;
1988
+ readonly tooltip: {
1989
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
1990
+ readonly default: true;
1991
+ };
1992
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
1993
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
1994
+ borderRadius: string;
1995
+ boxShadow: string;
1996
+ color: string;
1997
+ textColor: string;
1998
+ padding: string;
1999
+ }, {
2000
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2001
+ fontSize: string;
2002
+ borderRadius: string;
2003
+ color: string;
2004
+ dividerColor: string;
2005
+ textColor: string;
2006
+ boxShadow: string;
2007
+ space: string;
2008
+ spaceArrow: string;
2009
+ arrowOffset: string;
2010
+ arrowOffsetVertical: string;
2011
+ arrowHeight: string;
2012
+ padding: string;
2013
+ }, any>;
2014
+ }>;
2015
+ }>>;
2016
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
2017
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2018
+ borderRadius: string;
2019
+ boxShadow: string;
2020
+ color: string;
2021
+ textColor: string;
2022
+ padding: string;
2023
+ }, {
2024
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2025
+ fontSize: string;
2026
+ borderRadius: string;
2027
+ color: string;
2028
+ dividerColor: string;
2029
+ textColor: string;
2030
+ boxShadow: string;
2031
+ space: string;
2032
+ spaceArrow: string;
2033
+ arrowOffset: string;
2034
+ arrowOffsetVertical: string;
2035
+ arrowHeight: string;
2036
+ padding: string;
2037
+ }, any>;
2038
+ }>;
2039
+ }>>>;
2040
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
2041
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2042
+ borderRadius: string;
2043
+ boxShadow: string;
2044
+ color: string;
2045
+ textColor: string;
2046
+ padding: string;
2047
+ }, {
2048
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2049
+ fontSize: string;
2050
+ borderRadius: string;
2051
+ color: string;
2052
+ dividerColor: string;
2053
+ textColor: string;
2054
+ boxShadow: string;
2055
+ space: string;
2056
+ spaceArrow: string;
2057
+ arrowOffset: string;
2058
+ arrowOffsetVertical: string;
2059
+ arrowHeight: string;
2060
+ padding: string;
2061
+ }, any>;
2062
+ }>;
2063
+ }>>>;
2064
+ }, {
2065
+ mergedTheme: import("vue").ComputedRef<{
2066
+ common: {
2067
+ baseColor: string;
2068
+ primaryColor: string;
2069
+ primaryColorHover: string;
2070
+ primaryColorPressed: string;
2071
+ primaryColorSuppl: string;
2072
+ infoColor: string;
2073
+ infoColorHover: string;
2074
+ infoColorPressed: string;
2075
+ infoColorSuppl: string;
2076
+ successColor: string;
2077
+ successColorHover: string;
2078
+ successColorPressed: string;
2079
+ successColorSuppl: string;
2080
+ warningColor: string;
2081
+ warningColorHover: string;
2082
+ warningColorPressed: string;
2083
+ warningColorSuppl: string;
2084
+ errorColor: string;
2085
+ errorColorHover: string;
2086
+ errorColorPressed: string;
2087
+ errorColorSuppl: string;
2088
+ textColorBase: string;
2089
+ textColor1: string;
2090
+ textColor2: string;
2091
+ textColor3: string;
2092
+ textColorDisabled: string;
2093
+ placeholderColor: string;
2094
+ placeholderColorDisabled: string;
2095
+ iconColor: string;
2096
+ iconColorHover: string;
2097
+ iconColorPressed: string;
2098
+ iconColorDisabled: string;
2099
+ opacity1: string;
2100
+ opacity2: string;
2101
+ opacity3: string;
2102
+ opacity4: string;
2103
+ opacity5: string;
2104
+ dividerColor: string;
2105
+ borderColor: string;
2106
+ closeIconColor: string;
2107
+ closeIconColorHover: string;
2108
+ closeIconColorPressed: string;
2109
+ closeColorHover: string;
2110
+ closeColorPressed: string;
2111
+ clearColor: string;
2112
+ clearColorHover: string;
2113
+ clearColorPressed: string;
2114
+ scrollbarColor: string;
2115
+ scrollbarColorHover: string;
2116
+ scrollbarWidth: string;
2117
+ scrollbarHeight: string;
2118
+ scrollbarBorderRadius: string;
2119
+ progressRailColor: string;
2120
+ railColor: string;
2121
+ popoverColor: string;
2122
+ tableColor: string;
2123
+ cardColor: string;
2124
+ modalColor: string;
2125
+ bodyColor: string;
2126
+ tagColor: string;
2127
+ avatarColor: string;
2128
+ invertedColor: string;
2129
+ inputColor: string;
2130
+ codeColor: string;
2131
+ tabColor: string;
2132
+ actionColor: string;
2133
+ tableHeaderColor: string;
2134
+ hoverColor: string;
2135
+ tableColorHover: string;
2136
+ tableColorStriped: string;
2137
+ pressedColor: string;
2138
+ opacityDisabled: string;
2139
+ inputColorDisabled: string;
2140
+ buttonColor2: string;
2141
+ buttonColor2Hover: string;
2142
+ buttonColor2Pressed: string;
2143
+ boxShadow1: string;
2144
+ boxShadow2: string;
2145
+ boxShadow3: string;
2146
+ fontFamily: string;
2147
+ fontFamilyMono: string;
2148
+ fontWeight: string;
2149
+ fontWeightStrong: string;
2150
+ cubicBezierEaseInOut: string;
2151
+ cubicBezierEaseOut: string;
2152
+ cubicBezierEaseIn: string;
2153
+ borderRadius: string;
2154
+ borderRadiusSmall: string;
2155
+ fontSize: string;
2156
+ fontSizeMini: string;
2157
+ fontSizeTiny: string;
2158
+ fontSizeSmall: string;
2159
+ fontSizeMedium: string;
2160
+ fontSizeLarge: string;
2161
+ fontSizeHuge: string;
2162
+ lineHeight: string;
2163
+ heightMini: string;
2164
+ heightTiny: string;
2165
+ heightSmall: string;
2166
+ heightMedium: string;
2167
+ heightLarge: string;
2168
+ heightHuge: string;
2169
+ name: "common";
2170
+ };
2171
+ self: unknown;
2172
+ peers: {
2173
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2174
+ borderRadius: string;
2175
+ boxShadow: string;
2176
+ color: string;
2177
+ textColor: string;
2178
+ padding: string;
2179
+ }, {
2180
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2181
+ fontSize: string;
2182
+ borderRadius: string;
2183
+ color: string;
2184
+ dividerColor: string;
2185
+ textColor: string;
2186
+ boxShadow: string;
2187
+ space: string;
2188
+ spaceArrow: string;
2189
+ arrowOffset: string;
2190
+ arrowOffsetVertical: string;
2191
+ arrowHeight: string;
2192
+ padding: string;
2193
+ }, any>;
2194
+ }>;
2195
+ };
2196
+ peerOverrides: {
2197
+ Tooltip?: {
2198
+ peers?: {
2199
+ Popover?: import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Popover", {
2200
+ fontSize: string;
2201
+ borderRadius: string;
2202
+ color: string;
2203
+ dividerColor: string;
2204
+ textColor: string;
2205
+ boxShadow: string;
2206
+ space: string;
2207
+ spaceArrow: string;
2208
+ arrowOffset: string;
2209
+ arrowOffsetVertical: string;
2210
+ arrowHeight: string;
2211
+ padding: string;
2212
+ }, any>> | undefined;
2213
+ } | undefined;
2214
+ } | undefined;
2215
+ };
2216
+ }>;
2217
+ triggerRef: import("vue").Ref<HTMLElement | null>;
2218
+ triggerInnerRef: import("vue").Ref<HTMLElement | null>;
2219
+ tooltipRef: import("vue").Ref<{
2220
+ syncPosition: () => void;
2221
+ setShow: (value: boolean) => void;
2222
+ } | null>;
2223
+ handleClick: import("vue").ComputedRef<(() => void) | undefined>;
2224
+ renderTrigger: () => JSX.Element;
2225
+ getTooltipDisabled: () => boolean;
2226
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2227
+ readonly expandTrigger: import("vue").PropType<"click">;
2228
+ readonly lineClamp: import("vue").PropType<string | number>;
2229
+ readonly tooltip: {
2230
+ readonly type: import("vue").PropType<boolean | import("naive-ui").PopoverProps>;
2231
+ readonly default: true;
2232
+ };
2233
+ readonly theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
2234
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2235
+ borderRadius: string;
2236
+ boxShadow: string;
2237
+ color: string;
2238
+ textColor: string;
2239
+ padding: string;
2240
+ }, {
2241
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2242
+ fontSize: string;
2243
+ borderRadius: string;
2244
+ color: string;
2245
+ dividerColor: string;
2246
+ textColor: string;
2247
+ boxShadow: string;
2248
+ space: string;
2249
+ spaceArrow: string;
2250
+ arrowOffset: string;
2251
+ arrowOffsetVertical: string;
2252
+ arrowHeight: string;
2253
+ padding: string;
2254
+ }, any>;
2255
+ }>;
2256
+ }>>;
2257
+ readonly themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
2258
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2259
+ borderRadius: string;
2260
+ boxShadow: string;
2261
+ color: string;
2262
+ textColor: string;
2263
+ padding: string;
2264
+ }, {
2265
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2266
+ fontSize: string;
2267
+ borderRadius: string;
2268
+ color: string;
2269
+ dividerColor: string;
2270
+ textColor: string;
2271
+ boxShadow: string;
2272
+ space: string;
2273
+ spaceArrow: string;
2274
+ arrowOffset: string;
2275
+ arrowOffsetVertical: string;
2276
+ arrowHeight: string;
2277
+ padding: string;
2278
+ }, any>;
2279
+ }>;
2280
+ }>>>;
2281
+ readonly builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Ellipsis", unknown, {
2282
+ Tooltip: import("naive-ui/es/_mixins").Theme<"Tooltip", {
2283
+ borderRadius: string;
2284
+ boxShadow: string;
2285
+ color: string;
2286
+ textColor: string;
2287
+ padding: string;
2288
+ }, {
2289
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2290
+ fontSize: string;
2291
+ borderRadius: string;
2292
+ color: string;
2293
+ dividerColor: string;
2294
+ textColor: string;
2295
+ boxShadow: string;
2296
+ space: string;
2297
+ spaceArrow: string;
2298
+ arrowOffset: string;
2299
+ arrowOffsetVertical: string;
2300
+ arrowHeight: string;
2301
+ padding: string;
2302
+ }, any>;
2303
+ }>;
2304
+ }>>>;
2305
+ }>>, {
2306
+ readonly tooltip: boolean | import("naive-ui").PopoverProps;
2307
+ }>;
2308
+ NTooltip: import("vue").DefineComponent<{
2309
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2310
+ borderRadius: string;
2311
+ boxShadow: string;
2312
+ color: string;
2313
+ textColor: string;
2314
+ padding: string;
2315
+ }, {
2316
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2317
+ fontSize: string;
2318
+ borderRadius: string;
2319
+ color: string;
2320
+ dividerColor: string;
2321
+ textColor: string;
2322
+ boxShadow: string;
2323
+ space: string;
2324
+ spaceArrow: string;
2325
+ arrowOffset: string;
2326
+ arrowOffsetVertical: string;
2327
+ arrowHeight: string;
2328
+ padding: string;
2329
+ }, any>;
2330
+ }>>;
2331
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2332
+ borderRadius: string;
2333
+ boxShadow: string;
2334
+ color: string;
2335
+ textColor: string;
2336
+ padding: string;
2337
+ }, {
2338
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2339
+ fontSize: string;
2340
+ borderRadius: string;
2341
+ color: string;
2342
+ dividerColor: string;
2343
+ textColor: string;
2344
+ boxShadow: string;
2345
+ space: string;
2346
+ spaceArrow: string;
2347
+ arrowOffset: string;
2348
+ arrowOffsetVertical: string;
2349
+ arrowHeight: string;
2350
+ padding: string;
2351
+ }, any>;
2352
+ }>>>;
2353
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2354
+ borderRadius: string;
2355
+ boxShadow: string;
2356
+ color: string;
2357
+ textColor: string;
2358
+ padding: string;
2359
+ }, {
2360
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2361
+ fontSize: string;
2362
+ borderRadius: string;
2363
+ color: string;
2364
+ dividerColor: string;
2365
+ textColor: string;
2366
+ boxShadow: string;
2367
+ space: string;
2368
+ spaceArrow: string;
2369
+ arrowOffset: string;
2370
+ arrowOffsetVertical: string;
2371
+ arrowHeight: string;
2372
+ padding: string;
2373
+ }, any>;
2374
+ }>>>;
2375
+ show: {
2376
+ type: import("vue").PropType<boolean | undefined>;
2377
+ default: undefined;
2378
+ };
2379
+ defaultShow: BooleanConstructor;
2380
+ showArrow: {
2381
+ type: BooleanConstructor;
2382
+ default: boolean;
2383
+ };
2384
+ trigger: {
2385
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
2386
+ default: string;
2387
+ };
2388
+ delay: {
2389
+ type: NumberConstructor;
2390
+ default: number;
2391
+ };
2392
+ duration: {
2393
+ type: NumberConstructor;
2394
+ default: number;
2395
+ };
2396
+ raw: BooleanConstructor;
2397
+ placement: {
2398
+ type: import("vue").PropType<import("vueuc").FollowerPlacement>;
2399
+ default: string;
2400
+ };
2401
+ x: NumberConstructor;
2402
+ y: NumberConstructor;
2403
+ arrowPointToCenter: BooleanConstructor;
2404
+ disabled: BooleanConstructor;
2405
+ getDisabled: import("vue").PropType<() => boolean>;
2406
+ displayDirective: {
2407
+ type: import("vue").PropType<"show" | "if">;
2408
+ default: string;
2409
+ };
2410
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2411
+ flip: {
2412
+ type: BooleanConstructor;
2413
+ default: boolean;
2414
+ };
2415
+ animated: {
2416
+ type: BooleanConstructor;
2417
+ default: boolean;
2418
+ };
2419
+ width: {
2420
+ type: import("vue").PropType<number | "trigger">;
2421
+ default: undefined;
2422
+ };
2423
+ overlap: BooleanConstructor;
2424
+ keepAliveOnHover: {
2425
+ type: BooleanConstructor;
2426
+ default: boolean;
2427
+ };
2428
+ zIndex: NumberConstructor;
2429
+ to: {
2430
+ type: import("vue").PropType<string | boolean | HTMLElement>;
2431
+ default: undefined;
2432
+ };
2433
+ scrollable: BooleanConstructor;
2434
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2435
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2436
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2437
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
2438
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2439
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2440
+ internalDeactivateImmediately: BooleanConstructor;
2441
+ internalSyncTargetWithParent: BooleanConstructor;
2442
+ internalInheritedEventHandlers: {
2443
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2444
+ default: () => never[];
2445
+ };
2446
+ internalTrapFocus: BooleanConstructor;
2447
+ internalExtraClass: {
2448
+ type: import("vue").PropType<string[]>;
2449
+ default: () => never[];
2450
+ };
2451
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2452
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2453
+ arrow: {
2454
+ type: import("vue").PropType<boolean | undefined>;
2455
+ default: undefined;
2456
+ };
2457
+ minWidth: NumberConstructor;
2458
+ maxWidth: NumberConstructor;
2459
+ }, {
2460
+ popoverRef: import("vue").Ref<{
2461
+ syncPosition: () => void;
2462
+ setShow: (value: boolean) => void;
2463
+ } | null>;
2464
+ mergedTheme: import("vue").ComputedRef<{
2465
+ common: {
2466
+ baseColor: string;
2467
+ primaryColor: string;
2468
+ primaryColorHover: string;
2469
+ primaryColorPressed: string;
2470
+ primaryColorSuppl: string;
2471
+ infoColor: string;
2472
+ infoColorHover: string;
2473
+ infoColorPressed: string;
2474
+ infoColorSuppl: string;
2475
+ successColor: string;
2476
+ successColorHover: string;
2477
+ successColorPressed: string;
2478
+ successColorSuppl: string;
2479
+ warningColor: string;
2480
+ warningColorHover: string;
2481
+ warningColorPressed: string;
2482
+ warningColorSuppl: string;
2483
+ errorColor: string;
2484
+ errorColorHover: string;
2485
+ errorColorPressed: string;
2486
+ errorColorSuppl: string;
2487
+ textColorBase: string;
2488
+ textColor1: string;
2489
+ textColor2: string;
2490
+ textColor3: string;
2491
+ textColorDisabled: string;
2492
+ placeholderColor: string;
2493
+ placeholderColorDisabled: string;
2494
+ iconColor: string;
2495
+ iconColorHover: string;
2496
+ iconColorPressed: string;
2497
+ iconColorDisabled: string;
2498
+ opacity1: string;
2499
+ opacity2: string;
2500
+ opacity3: string;
2501
+ opacity4: string;
2502
+ opacity5: string;
2503
+ dividerColor: string;
2504
+ borderColor: string;
2505
+ closeIconColor: string;
2506
+ closeIconColorHover: string;
2507
+ closeIconColorPressed: string;
2508
+ closeColorHover: string;
2509
+ closeColorPressed: string;
2510
+ clearColor: string;
2511
+ clearColorHover: string;
2512
+ clearColorPressed: string;
2513
+ scrollbarColor: string;
2514
+ scrollbarColorHover: string;
2515
+ scrollbarWidth: string;
2516
+ scrollbarHeight: string;
2517
+ scrollbarBorderRadius: string;
2518
+ progressRailColor: string;
2519
+ railColor: string;
2520
+ popoverColor: string;
2521
+ tableColor: string;
2522
+ cardColor: string;
2523
+ modalColor: string;
2524
+ bodyColor: string;
2525
+ tagColor: string;
2526
+ avatarColor: string;
2527
+ invertedColor: string;
2528
+ inputColor: string;
2529
+ codeColor: string;
2530
+ tabColor: string;
2531
+ actionColor: string;
2532
+ tableHeaderColor: string;
2533
+ hoverColor: string;
2534
+ tableColorHover: string;
2535
+ tableColorStriped: string;
2536
+ pressedColor: string;
2537
+ opacityDisabled: string;
2538
+ inputColorDisabled: string;
2539
+ buttonColor2: string;
2540
+ buttonColor2Hover: string;
2541
+ buttonColor2Pressed: string;
2542
+ boxShadow1: string;
2543
+ boxShadow2: string;
2544
+ boxShadow3: string;
2545
+ fontFamily: string;
2546
+ fontFamilyMono: string;
2547
+ fontWeight: string;
2548
+ fontWeightStrong: string;
2549
+ cubicBezierEaseInOut: string;
2550
+ cubicBezierEaseOut: string;
2551
+ cubicBezierEaseIn: string;
2552
+ borderRadius: string;
2553
+ borderRadiusSmall: string;
2554
+ fontSize: string;
2555
+ fontSizeMini: string;
2556
+ fontSizeTiny: string;
2557
+ fontSizeSmall: string;
2558
+ fontSizeMedium: string;
2559
+ fontSizeLarge: string;
2560
+ fontSizeHuge: string;
2561
+ lineHeight: string;
2562
+ heightMini: string;
2563
+ heightTiny: string;
2564
+ heightSmall: string;
2565
+ heightMedium: string;
2566
+ heightLarge: string;
2567
+ heightHuge: string;
2568
+ name: "common";
2569
+ };
2570
+ self: {
2571
+ borderRadius: string;
2572
+ boxShadow: string;
2573
+ color: string;
2574
+ textColor: string;
2575
+ padding: string;
2576
+ };
2577
+ peers: {
2578
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2579
+ fontSize: string;
2580
+ borderRadius: string;
2581
+ color: string;
2582
+ dividerColor: string;
2583
+ textColor: string;
2584
+ boxShadow: string;
2585
+ space: string;
2586
+ spaceArrow: string;
2587
+ arrowOffset: string;
2588
+ arrowOffsetVertical: string;
2589
+ arrowHeight: string;
2590
+ padding: string;
2591
+ }, any>;
2592
+ };
2593
+ peerOverrides: {
2594
+ Popover?: {
2595
+ peers?: {
2596
+ [x: string]: any;
2597
+ } | undefined;
2598
+ } | undefined;
2599
+ };
2600
+ }>;
2601
+ popoverThemeOverrides: import("vue").ComputedRef<{
2602
+ borderRadius: string;
2603
+ boxShadow: string;
2604
+ color: string;
2605
+ textColor: string;
2606
+ padding: string;
2607
+ }>;
2608
+ syncPosition: () => void;
2609
+ setShow: (value: boolean) => void;
2610
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2611
+ theme: import("vue").PropType<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2612
+ borderRadius: string;
2613
+ boxShadow: string;
2614
+ color: string;
2615
+ textColor: string;
2616
+ padding: string;
2617
+ }, {
2618
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2619
+ fontSize: string;
2620
+ borderRadius: string;
2621
+ color: string;
2622
+ dividerColor: string;
2623
+ textColor: string;
2624
+ boxShadow: string;
2625
+ space: string;
2626
+ spaceArrow: string;
2627
+ arrowOffset: string;
2628
+ arrowOffsetVertical: string;
2629
+ arrowHeight: string;
2630
+ padding: string;
2631
+ }, any>;
2632
+ }>>;
2633
+ themeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2634
+ borderRadius: string;
2635
+ boxShadow: string;
2636
+ color: string;
2637
+ textColor: string;
2638
+ padding: string;
2639
+ }, {
2640
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2641
+ fontSize: string;
2642
+ borderRadius: string;
2643
+ color: string;
2644
+ dividerColor: string;
2645
+ textColor: string;
2646
+ boxShadow: string;
2647
+ space: string;
2648
+ spaceArrow: string;
2649
+ arrowOffset: string;
2650
+ arrowOffsetVertical: string;
2651
+ arrowHeight: string;
2652
+ padding: string;
2653
+ }, any>;
2654
+ }>>>;
2655
+ builtinThemeOverrides: import("vue").PropType<import("naive-ui/es/_mixins/use-theme").ExtractThemeOverrides<import("naive-ui/es/_mixins").Theme<"Tooltip", {
2656
+ borderRadius: string;
2657
+ boxShadow: string;
2658
+ color: string;
2659
+ textColor: string;
2660
+ padding: string;
2661
+ }, {
2662
+ Popover: import("naive-ui/es/_mixins").Theme<"Popover", {
2663
+ fontSize: string;
2664
+ borderRadius: string;
2665
+ color: string;
2666
+ dividerColor: string;
2667
+ textColor: string;
2668
+ boxShadow: string;
2669
+ space: string;
2670
+ spaceArrow: string;
2671
+ arrowOffset: string;
2672
+ arrowOffsetVertical: string;
2673
+ arrowHeight: string;
2674
+ padding: string;
2675
+ }, any>;
2676
+ }>>>;
2677
+ show: {
2678
+ type: import("vue").PropType<boolean | undefined>;
2679
+ default: undefined;
2680
+ };
2681
+ defaultShow: BooleanConstructor;
2682
+ showArrow: {
2683
+ type: BooleanConstructor;
2684
+ default: boolean;
2685
+ };
2686
+ trigger: {
2687
+ type: import("vue").PropType<import("naive-ui").PopoverTrigger>;
2688
+ default: string;
2689
+ };
2690
+ delay: {
2691
+ type: NumberConstructor;
2692
+ default: number;
2693
+ };
2694
+ duration: {
2695
+ type: NumberConstructor;
2696
+ default: number;
2697
+ };
2698
+ raw: BooleanConstructor;
2699
+ placement: {
2700
+ type: import("vue").PropType<import("vueuc").FollowerPlacement>;
2701
+ default: string;
2702
+ };
2703
+ x: NumberConstructor;
2704
+ y: NumberConstructor;
2705
+ arrowPointToCenter: BooleanConstructor;
2706
+ disabled: BooleanConstructor;
2707
+ getDisabled: import("vue").PropType<() => boolean>;
2708
+ displayDirective: {
2709
+ type: import("vue").PropType<"show" | "if">;
2710
+ default: string;
2711
+ };
2712
+ arrowStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2713
+ flip: {
2714
+ type: BooleanConstructor;
2715
+ default: boolean;
2716
+ };
2717
+ animated: {
2718
+ type: BooleanConstructor;
2719
+ default: boolean;
2720
+ };
2721
+ width: {
2722
+ type: import("vue").PropType<number | "trigger">;
2723
+ default: undefined;
2724
+ };
2725
+ overlap: BooleanConstructor;
2726
+ keepAliveOnHover: {
2727
+ type: BooleanConstructor;
2728
+ default: boolean;
2729
+ };
2730
+ zIndex: NumberConstructor;
2731
+ to: {
2732
+ type: import("vue").PropType<string | boolean | HTMLElement>;
2733
+ default: undefined;
2734
+ };
2735
+ scrollable: BooleanConstructor;
2736
+ contentStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2737
+ headerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2738
+ footerStyle: import("vue").PropType<string | import("vue").CSSProperties>;
2739
+ onClickoutside: import("vue").PropType<(e: MouseEvent) => void>;
2740
+ 'onUpdate:show': import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2741
+ onUpdateShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void>>;
2742
+ internalDeactivateImmediately: BooleanConstructor;
2743
+ internalSyncTargetWithParent: BooleanConstructor;
2744
+ internalInheritedEventHandlers: {
2745
+ type: import("vue").PropType<import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[]>;
2746
+ default: () => never[];
2747
+ };
2748
+ internalTrapFocus: BooleanConstructor;
2749
+ internalExtraClass: {
2750
+ type: import("vue").PropType<string[]>;
2751
+ default: () => never[];
2752
+ };
2753
+ onShow: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2754
+ onHide: import("vue").PropType<import("naive-ui/es/_utils").MaybeArray<(value: boolean) => void> | undefined>;
2755
+ arrow: {
2756
+ type: import("vue").PropType<boolean | undefined>;
2757
+ default: undefined;
2758
+ };
2759
+ minWidth: NumberConstructor;
2760
+ maxWidth: NumberConstructor;
2761
+ }>>, {
2762
+ show: boolean | undefined;
2763
+ flip: boolean;
2764
+ width: number | "trigger";
2765
+ disabled: boolean;
2766
+ duration: number;
2767
+ to: string | boolean | HTMLElement;
2768
+ raw: boolean;
2769
+ placement: import("vueuc").FollowerPlacement;
2770
+ overlap: boolean;
2771
+ scrollable: boolean;
2772
+ trigger: import("naive-ui").PopoverTrigger;
2773
+ showArrow: boolean;
2774
+ delay: number;
2775
+ arrowPointToCenter: boolean;
2776
+ displayDirective: "show" | "if";
2777
+ keepAliveOnHover: boolean;
2778
+ internalDeactivateImmediately: boolean;
2779
+ animated: boolean;
2780
+ internalTrapFocus: boolean;
2781
+ defaultShow: boolean;
2782
+ internalSyncTargetWithParent: boolean;
2783
+ internalInheritedEventHandlers: import("naive-ui/es/popover/src/Popover").TriggerEventHandlers[];
2784
+ internalExtraClass: string[];
2785
+ arrow: boolean | undefined;
2786
+ }>;
2787
+ }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
2788
+ content: {
2789
+ type: StringConstructor;
2790
+ default: string;
2791
+ };
2792
+ tip: {
2793
+ type: StringConstructor;
2794
+ };
2795
+ contentStyle: {
2796
+ type: import("vue").PropType<import("vue").CSSProperties>;
2797
+ default: () => {};
2798
+ };
2799
+ }>>, {
2800
+ contentStyle: import("vue").CSSProperties;
2801
+ content: string;
2802
+ }>;
1787
2803
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
1788
2804
  content: {
1789
2805
  type: StringConstructor;
1790
2806
  default: string;
1791
2807
  };
2808
+ tip: StringConstructor;
1792
2809
  width: {
1793
2810
  type: NumberConstructor;
1794
2811
  };
@@ -1823,7 +2840,7 @@ declare const InfoHeader: SFCWithInstall<import("vue").DefineComponent<{
1823
2840
  default: () => {};
1824
2841
  };
1825
2842
  infoList: {
1826
- type: import("vue").PropType<any[]>;
2843
+ type: import("vue").PropType<import("../../../es/src/types").AnyObject[]>;
1827
2844
  required: true;
1828
2845
  };
1829
2846
  labelField: {