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