@baosight/er4j 0.1.32 → 0.1.34

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 (51) hide show
  1. package/er4j-dist/{ErAdvanceFilter-DOlB7AhX.js → ErAdvanceFilter-D1tqTASC.js} +2 -2
  2. package/er4j-dist/{ErAdvanceFilter-DOlB7AhX.js.map → ErAdvanceFilter-D1tqTASC.js.map} +1 -1
  3. package/er4j-dist/{ErLayoutDesign-DixU10RE.js → ErLayoutDesign-DHIPtMPn.js} +2 -2
  4. package/er4j-dist/{ErLayoutDesign-DixU10RE.js.map → ErLayoutDesign-DHIPtMPn.js.map} +1 -1
  5. package/er4j-dist/{ErPopAttachment-cArMe1iT.js → ErPopAttachment-Gs5RNAhD.js} +2 -2
  6. package/er4j-dist/{ErPopAttachment-cArMe1iT.js.map → ErPopAttachment-Gs5RNAhD.js.map} +1 -1
  7. package/er4j-dist/{ErPopForm-BjHzJmf4.js → ErPopForm-D60O0s14.js} +2 -2
  8. package/er4j-dist/{ErPopForm-BjHzJmf4.js.map → ErPopForm-D60O0s14.js.map} +1 -1
  9. package/er4j-dist/ErPopFree-xPhjZw7C.js +5 -0
  10. package/er4j-dist/ErPopFree-xPhjZw7C.js.map +1 -0
  11. package/er4j-dist/ErPopQuery-tg2kDPxq.js +5 -0
  12. package/er4j-dist/ErPopQuery-tg2kDPxq.js.map +1 -0
  13. package/er4j-dist/ErPopRichEditor-BX4GW2ff.js +5 -0
  14. package/er4j-dist/ErPopRichEditor-BX4GW2ff.js.map +1 -0
  15. package/er4j-dist/ErPopTree-BTsTDj3b.js +5 -0
  16. package/er4j-dist/ErPopTree-BTsTDj3b.js.map +1 -0
  17. package/er4j-dist/{ErPopWindow-Dxvf9KhS.js → ErPopWindow-CjNGcsgh.js} +2 -2
  18. package/er4j-dist/{ErPopWindow-Dxvf9KhS.js.map → ErPopWindow-CjNGcsgh.js.map} +1 -1
  19. package/er4j-dist/er4j.es.js +1 -1
  20. package/er4j-dist/er4j.umd.js +1 -1
  21. package/er4j-dist/er4j.umd.js.map +1 -1
  22. package/er4j-dist/{index-DDPqf0Cg.js → index-DAqPJGxI.js} +16 -16
  23. package/er4j-dist/index-DAqPJGxI.js.map +1 -0
  24. package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +7 -4057
  25. package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +4 -2029
  26. package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +2 -1352
  27. package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +1 -676
  28. package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -676
  29. package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +1 -676
  30. package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -676
  31. package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1 -676
  32. package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +1 -676
  33. package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +1 -676
  34. package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1 -676
  35. package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +1 -676
  36. package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1 -676
  37. package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1 -676
  38. package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +2 -677
  39. package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +2 -677
  40. package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2 -677
  41. package/er4j-dist/types/utils/theme.d.ts +1 -226
  42. package/package.json +1 -1
  43. package/er4j-dist/ErPopFree-BNn7EeuO.js +0 -5
  44. package/er4j-dist/ErPopFree-BNn7EeuO.js.map +0 -1
  45. package/er4j-dist/ErPopQuery-DV-_PRlr.js +0 -5
  46. package/er4j-dist/ErPopQuery-DV-_PRlr.js.map +0 -1
  47. package/er4j-dist/ErPopRichEditor-DJPbc9UN.js +0 -5
  48. package/er4j-dist/ErPopRichEditor-DJPbc9UN.js.map +0 -1
  49. package/er4j-dist/ErPopTree-D2mXJ1t6.js +0 -5
  50. package/er4j-dist/ErPopTree-D2mXJ1t6.js.map +0 -1
  51. package/er4j-dist/index-DDPqf0Cg.js.map +0 -1
@@ -1005,682 +1005,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1005
1005
  refresh?: string;
1006
1006
  };
1007
1007
  }>;
1008
- antdTheme: import('vue').Ref<{
1009
- token: {
1010
- fontSize: number;
1011
- sizeStep: number;
1012
- borderRadius: number;
1013
- wireframe: boolean;
1014
- colorPrimary: string;
1015
- };
1016
- components: {
1017
- Form: {
1018
- marginLG: number;
1019
- };
1020
- Button: {
1021
- lineHeight: number;
1022
- };
1023
- Tabs: {
1024
- margin: number;
1025
- colorBgContainer: string;
1026
- colorPrimary: string;
1027
- colorText: string;
1028
- colorSplit: string;
1029
- colorBorder: string;
1030
- colorPrimaryBorder: string;
1031
- lineHeight: number;
1032
- };
1033
- DatePicker: {
1034
- colorPrimary: string;
1035
- };
1036
- };
1037
- } | {
1038
- token: {
1039
- fontSize: number;
1040
- sizeStep: number;
1041
- borderRadius: number;
1042
- wireframe: boolean;
1043
- colorBgBase: string;
1044
- colorTextBase: string;
1045
- colorPrimary: string;
1046
- colorPrimaryBorder: string;
1047
- colorPrimaryBorderHover: string;
1048
- colorPrimaryText: string;
1049
- };
1050
- components: {
1051
- Button: {
1052
- colorBgContainer: string;
1053
- colorBorder: string;
1054
- colorText: string;
1055
- lineHeight: number;
1056
- };
1057
- Form: {
1058
- marginLG: number;
1059
- colorPrimary: string;
1060
- colorTextHeading: string;
1061
- colorTextDescription: string;
1062
- colorText: string;
1063
- colorBorder: string;
1064
- controlOutline: string;
1065
- colorError: string;
1066
- };
1067
- Input: {
1068
- colorBgContainer: string;
1069
- colorBorder: string;
1070
- colorIconHover: string;
1071
- colorPrimaryActive: string;
1072
- colorBgContainerDisabled: string;
1073
- colorText: string;
1074
- };
1075
- Checkbox: {
1076
- colorBgContainer: string;
1077
- colorBorder: string;
1078
- };
1079
- InputNumber: {
1080
- colorBgContainer: string;
1081
- colorBorder: string;
1082
- colorIconHover: string;
1083
- colorPrimaryActive: string;
1084
- colorBgContainerDisabled: string;
1085
- colorText: string;
1086
- };
1087
- Radio: {
1088
- colorBgContainer: string;
1089
- colorBgContainerDisabled: string;
1090
- };
1091
- Switch: {
1092
- colorPrimary: string;
1093
- colorBgContainer: string;
1094
- };
1095
- TreeSelect: {
1096
- colorBgContainer: string;
1097
- };
1098
- Tabs: {
1099
- margin: number;
1100
- colorPrimaryActive: string;
1101
- colorBgContainer: string;
1102
- colorPrimary: string;
1103
- colorFillAlter: string;
1104
- colorSplit: string;
1105
- colorText: string;
1106
- lineHeight: number;
1107
- };
1108
- Select: {
1109
- colorBgContainer: string;
1110
- colorBgContainerDisabled: string;
1111
- colorBgElevated: string;
1112
- controlItemBgActive: string;
1113
- colorBorder: string;
1114
- colorText: string;
1115
- };
1116
- DatePicker: {
1117
- colorBgContainer: string;
1118
- colorBgContainerDisabled: string;
1119
- colorBorder: string;
1120
- colorText: string;
1121
- colorBgElevated: string;
1122
- colorTextHeading: string;
1123
- colorIcon: string;
1124
- colorIconHover: string;
1125
- colorTextDisabled: string;
1126
- controlItemBgHover: string;
1127
- controlItemBgActive: string;
1128
- };
1129
- Calendar: {
1130
- colorBgContainer: string;
1131
- };
1132
- Modal: {
1133
- colorBgElevated: string;
1134
- colorTextHeading: string;
1135
- };
1136
- Tree: {
1137
- colorBgContainer: string;
1138
- };
1139
- };
1140
- } | {
1141
- token: {
1142
- fontSize: number;
1143
- sizeStep: number;
1144
- borderRadius: string;
1145
- colorPrimary: string;
1146
- colorSuccess: string;
1147
- colorWarning: string;
1148
- colorError: string;
1149
- colorInfo: string;
1150
- colorLink: string;
1151
- fontFamily: string;
1152
- colorBgContainer: string;
1153
- colorBgElevated: string;
1154
- colorBgLayout: string;
1155
- colorBgMask: string;
1156
- colorBorder: string;
1157
- colorText: string;
1158
- colorTextSecondary: string;
1159
- colorErrorHover: string;
1160
- colorErrorText: string;
1161
- colorErrorTextActive: string;
1162
- colorErrorTextHover: string;
1163
- colorFill: string;
1164
- colorLinkActive: string;
1165
- colorLinkHover: string;
1166
- colorPrimaryActive: string;
1167
- colorPrimaryBgHover: string;
1168
- colorPrimaryBorder: string;
1169
- colorPrimaryBorderHover: string;
1170
- colorPrimaryHover: string;
1171
- colorPrimaryText: string;
1172
- colorPrimaryTextActive: string;
1173
- colorPrimaryTextHover: string;
1174
- colorSuccessActive: string;
1175
- colorSuccessBgHover: string;
1176
- colorSuccessBorder: string;
1177
- colorSuccessBorderHover: string;
1178
- colorSuccessHover: string;
1179
- colorSuccessText: string;
1180
- colorSuccessTextActive: string;
1181
- colorSuccessTextHover: string;
1182
- colorWarningActive: string;
1183
- colorWarningBgHover: string;
1184
- colorWarningBorder: string;
1185
- colorWarningBorderHover: string;
1186
- colorWarningHover: string;
1187
- colorWarningText: string;
1188
- colorWarningTextActive: string;
1189
- colorWarningTextHover: string;
1190
- boxShadow: string;
1191
- boxShadowSecondary: string;
1192
- boxShadowTertiary: string;
1193
- colorBgContainerDisabled: string;
1194
- colorBgTextActive: string;
1195
- colorBgTextHover: string;
1196
- colorBorderBg: string;
1197
- colorErrorOutline: string;
1198
- colorFillAlter: string;
1199
- colorFillContent: string;
1200
- colorFillContentHover: string;
1201
- colorHighlight: string;
1202
- colorIcon: string;
1203
- colorIconHover: string;
1204
- colorSplit: string;
1205
- colorTextDescription: string;
1206
- colorTextDisabled: string;
1207
- colorTextHeading: string;
1208
- colorTextLabel: string;
1209
- colorTextPlaceholder: string;
1210
- colorWarningOutline: string;
1211
- controlItemBgActive: string;
1212
- controlItemBgActiveDisabled: string;
1213
- controlItemBgActiveHover: string;
1214
- controlItemBgHover: string;
1215
- controlOutline: string;
1216
- controlOutlineWidth: string;
1217
- fontWeightStrong: string;
1218
- linkDecoration: string;
1219
- inkFocusDecoration: string;
1220
- linkHoverDecoration: string;
1221
- };
1222
- components: {
1223
- Form: {
1224
- marginLG: number;
1225
- };
1226
- Tabs: {
1227
- margin: number;
1228
- lineHeight: number;
1229
- colorPrimaryBorder: string;
1230
- colorSplit: string;
1231
- };
1232
- };
1233
- }, {
1234
- token: {
1235
- fontSize: number;
1236
- sizeStep: number;
1237
- borderRadius: number;
1238
- wireframe: boolean;
1239
- colorPrimary: string;
1240
- };
1241
- components: {
1242
- Form: {
1243
- marginLG: number;
1244
- };
1245
- Button: {
1246
- lineHeight: number;
1247
- };
1248
- Tabs: {
1249
- margin: number;
1250
- colorBgContainer: string;
1251
- colorPrimary: string;
1252
- colorText: string;
1253
- colorSplit: string;
1254
- colorBorder: string;
1255
- colorPrimaryBorder: string;
1256
- lineHeight: number;
1257
- };
1258
- DatePicker: {
1259
- colorPrimary: string;
1260
- };
1261
- };
1262
- } | {
1263
- token: {
1264
- fontSize: number;
1265
- sizeStep: number;
1266
- borderRadius: number;
1267
- wireframe: boolean;
1268
- colorBgBase: string;
1269
- colorTextBase: string;
1270
- colorPrimary: string;
1271
- colorPrimaryBorder: string;
1272
- colorPrimaryBorderHover: string;
1273
- colorPrimaryText: string;
1274
- };
1275
- components: {
1276
- Button: {
1277
- colorBgContainer: string;
1278
- colorBorder: string;
1279
- colorText: string;
1280
- lineHeight: number;
1281
- };
1282
- Form: {
1283
- marginLG: number;
1284
- colorPrimary: string;
1285
- colorTextHeading: string;
1286
- colorTextDescription: string;
1287
- colorText: string;
1288
- colorBorder: string;
1289
- controlOutline: string;
1290
- colorError: string;
1291
- };
1292
- Input: {
1293
- colorBgContainer: string;
1294
- colorBorder: string;
1295
- colorIconHover: string;
1296
- colorPrimaryActive: string;
1297
- colorBgContainerDisabled: string;
1298
- colorText: string;
1299
- };
1300
- Checkbox: {
1301
- colorBgContainer: string;
1302
- colorBorder: string;
1303
- };
1304
- InputNumber: {
1305
- colorBgContainer: string;
1306
- colorBorder: string;
1307
- colorIconHover: string;
1308
- colorPrimaryActive: string;
1309
- colorBgContainerDisabled: string;
1310
- colorText: string;
1311
- };
1312
- Radio: {
1313
- colorBgContainer: string;
1314
- colorBgContainerDisabled: string;
1315
- };
1316
- Switch: {
1317
- colorPrimary: string;
1318
- colorBgContainer: string;
1319
- };
1320
- TreeSelect: {
1321
- colorBgContainer: string;
1322
- };
1323
- Tabs: {
1324
- margin: number;
1325
- colorPrimaryActive: string;
1326
- colorBgContainer: string;
1327
- colorPrimary: string;
1328
- colorFillAlter: string;
1329
- colorSplit: string;
1330
- colorText: string;
1331
- lineHeight: number;
1332
- };
1333
- Select: {
1334
- colorBgContainer: string;
1335
- colorBgContainerDisabled: string;
1336
- colorBgElevated: string;
1337
- controlItemBgActive: string;
1338
- colorBorder: string;
1339
- colorText: string;
1340
- };
1341
- DatePicker: {
1342
- colorBgContainer: string;
1343
- colorBgContainerDisabled: string;
1344
- colorBorder: string;
1345
- colorText: string;
1346
- colorBgElevated: string;
1347
- colorTextHeading: string;
1348
- colorIcon: string;
1349
- colorIconHover: string;
1350
- colorTextDisabled: string;
1351
- controlItemBgHover: string;
1352
- controlItemBgActive: string;
1353
- };
1354
- Calendar: {
1355
- colorBgContainer: string;
1356
- };
1357
- Modal: {
1358
- colorBgElevated: string;
1359
- colorTextHeading: string;
1360
- };
1361
- Tree: {
1362
- colorBgContainer: string;
1363
- };
1364
- };
1365
- } | {
1366
- token: {
1367
- fontSize: number;
1368
- sizeStep: number;
1369
- borderRadius: string;
1370
- colorPrimary: string;
1371
- colorSuccess: string;
1372
- colorWarning: string;
1373
- colorError: string;
1374
- colorInfo: string;
1375
- colorLink: string;
1376
- fontFamily: string;
1377
- colorBgContainer: string;
1378
- colorBgElevated: string;
1379
- colorBgLayout: string;
1380
- colorBgMask: string;
1381
- colorBorder: string;
1382
- colorText: string;
1383
- colorTextSecondary: string;
1384
- colorErrorHover: string;
1385
- colorErrorText: string;
1386
- colorErrorTextActive: string;
1387
- colorErrorTextHover: string;
1388
- colorFill: string;
1389
- colorLinkActive: string;
1390
- colorLinkHover: string;
1391
- colorPrimaryActive: string;
1392
- colorPrimaryBgHover: string;
1393
- colorPrimaryBorder: string;
1394
- colorPrimaryBorderHover: string;
1395
- colorPrimaryHover: string;
1396
- colorPrimaryText: string;
1397
- colorPrimaryTextActive: string;
1398
- colorPrimaryTextHover: string;
1399
- colorSuccessActive: string;
1400
- colorSuccessBgHover: string;
1401
- colorSuccessBorder: string;
1402
- colorSuccessBorderHover: string;
1403
- colorSuccessHover: string;
1404
- colorSuccessText: string;
1405
- colorSuccessTextActive: string;
1406
- colorSuccessTextHover: string;
1407
- colorWarningActive: string;
1408
- colorWarningBgHover: string;
1409
- colorWarningBorder: string;
1410
- colorWarningBorderHover: string;
1411
- colorWarningHover: string;
1412
- colorWarningText: string;
1413
- colorWarningTextActive: string;
1414
- colorWarningTextHover: string;
1415
- boxShadow: string;
1416
- boxShadowSecondary: string;
1417
- boxShadowTertiary: string;
1418
- colorBgContainerDisabled: string;
1419
- colorBgTextActive: string;
1420
- colorBgTextHover: string;
1421
- colorBorderBg: string;
1422
- colorErrorOutline: string;
1423
- colorFillAlter: string;
1424
- colorFillContent: string;
1425
- colorFillContentHover: string;
1426
- colorHighlight: string;
1427
- colorIcon: string;
1428
- colorIconHover: string;
1429
- colorSplit: string;
1430
- colorTextDescription: string;
1431
- colorTextDisabled: string;
1432
- colorTextHeading: string;
1433
- colorTextLabel: string;
1434
- colorTextPlaceholder: string;
1435
- colorWarningOutline: string;
1436
- controlItemBgActive: string;
1437
- controlItemBgActiveDisabled: string;
1438
- controlItemBgActiveHover: string;
1439
- controlItemBgHover: string;
1440
- controlOutline: string;
1441
- controlOutlineWidth: string;
1442
- fontWeightStrong: string;
1443
- linkDecoration: string;
1444
- inkFocusDecoration: string;
1445
- linkHoverDecoration: string;
1446
- };
1447
- components: {
1448
- Form: {
1449
- marginLG: number;
1450
- };
1451
- Tabs: {
1452
- margin: number;
1453
- lineHeight: number;
1454
- colorPrimaryBorder: string;
1455
- colorSplit: string;
1456
- };
1457
- };
1458
- } | {
1459
- token: {
1460
- fontSize: number;
1461
- sizeStep: number;
1462
- borderRadius: number;
1463
- wireframe: boolean;
1464
- colorPrimary: string;
1465
- };
1466
- components: {
1467
- Form: {
1468
- marginLG: number;
1469
- };
1470
- Button: {
1471
- lineHeight: number;
1472
- };
1473
- Tabs: {
1474
- margin: number;
1475
- colorBgContainer: string;
1476
- colorPrimary: string;
1477
- colorText: string;
1478
- colorSplit: string;
1479
- colorBorder: string;
1480
- colorPrimaryBorder: string;
1481
- lineHeight: number;
1482
- };
1483
- DatePicker: {
1484
- colorPrimary: string;
1485
- };
1486
- };
1487
- } | {
1488
- token: {
1489
- fontSize: number;
1490
- sizeStep: number;
1491
- borderRadius: number;
1492
- wireframe: boolean;
1493
- colorBgBase: string;
1494
- colorTextBase: string;
1495
- colorPrimary: string;
1496
- colorPrimaryBorder: string;
1497
- colorPrimaryBorderHover: string;
1498
- colorPrimaryText: string;
1499
- };
1500
- components: {
1501
- Button: {
1502
- colorBgContainer: string;
1503
- colorBorder: string;
1504
- colorText: string;
1505
- lineHeight: number;
1506
- };
1507
- Form: {
1508
- marginLG: number;
1509
- colorPrimary: string;
1510
- colorTextHeading: string;
1511
- colorTextDescription: string;
1512
- colorText: string;
1513
- colorBorder: string;
1514
- controlOutline: string;
1515
- colorError: string;
1516
- };
1517
- Input: {
1518
- colorBgContainer: string;
1519
- colorBorder: string;
1520
- colorIconHover: string;
1521
- colorPrimaryActive: string;
1522
- colorBgContainerDisabled: string;
1523
- colorText: string;
1524
- };
1525
- Checkbox: {
1526
- colorBgContainer: string;
1527
- colorBorder: string;
1528
- };
1529
- InputNumber: {
1530
- colorBgContainer: string;
1531
- colorBorder: string;
1532
- colorIconHover: string;
1533
- colorPrimaryActive: string;
1534
- colorBgContainerDisabled: string;
1535
- colorText: string;
1536
- };
1537
- Radio: {
1538
- colorBgContainer: string;
1539
- colorBgContainerDisabled: string;
1540
- };
1541
- Switch: {
1542
- colorPrimary: string;
1543
- colorBgContainer: string;
1544
- };
1545
- TreeSelect: {
1546
- colorBgContainer: string;
1547
- };
1548
- Tabs: {
1549
- margin: number;
1550
- colorPrimaryActive: string;
1551
- colorBgContainer: string;
1552
- colorPrimary: string;
1553
- colorFillAlter: string;
1554
- colorSplit: string;
1555
- colorText: string;
1556
- lineHeight: number;
1557
- };
1558
- Select: {
1559
- colorBgContainer: string;
1560
- colorBgContainerDisabled: string;
1561
- colorBgElevated: string;
1562
- controlItemBgActive: string;
1563
- colorBorder: string;
1564
- colorText: string;
1565
- };
1566
- DatePicker: {
1567
- colorBgContainer: string;
1568
- colorBgContainerDisabled: string;
1569
- colorBorder: string;
1570
- colorText: string;
1571
- colorBgElevated: string;
1572
- colorTextHeading: string;
1573
- colorIcon: string;
1574
- colorIconHover: string;
1575
- colorTextDisabled: string;
1576
- controlItemBgHover: string;
1577
- controlItemBgActive: string;
1578
- };
1579
- Calendar: {
1580
- colorBgContainer: string;
1581
- };
1582
- Modal: {
1583
- colorBgElevated: string;
1584
- colorTextHeading: string;
1585
- };
1586
- Tree: {
1587
- colorBgContainer: string;
1588
- };
1589
- };
1590
- } | {
1591
- token: {
1592
- fontSize: number;
1593
- sizeStep: number;
1594
- borderRadius: string;
1595
- colorPrimary: string;
1596
- colorSuccess: string;
1597
- colorWarning: string;
1598
- colorError: string;
1599
- colorInfo: string;
1600
- colorLink: string;
1601
- fontFamily: string;
1602
- colorBgContainer: string;
1603
- colorBgElevated: string;
1604
- colorBgLayout: string;
1605
- colorBgMask: string;
1606
- colorBorder: string;
1607
- colorText: string;
1608
- colorTextSecondary: string;
1609
- colorErrorHover: string;
1610
- colorErrorText: string;
1611
- colorErrorTextActive: string;
1612
- colorErrorTextHover: string;
1613
- colorFill: string;
1614
- colorLinkActive: string;
1615
- colorLinkHover: string;
1616
- colorPrimaryActive: string;
1617
- colorPrimaryBgHover: string;
1618
- colorPrimaryBorder: string;
1619
- colorPrimaryBorderHover: string;
1620
- colorPrimaryHover: string;
1621
- colorPrimaryText: string;
1622
- colorPrimaryTextActive: string;
1623
- colorPrimaryTextHover: string;
1624
- colorSuccessActive: string;
1625
- colorSuccessBgHover: string;
1626
- colorSuccessBorder: string;
1627
- colorSuccessBorderHover: string;
1628
- colorSuccessHover: string;
1629
- colorSuccessText: string;
1630
- colorSuccessTextActive: string;
1631
- colorSuccessTextHover: string;
1632
- colorWarningActive: string;
1633
- colorWarningBgHover: string;
1634
- colorWarningBorder: string;
1635
- colorWarningBorderHover: string;
1636
- colorWarningHover: string;
1637
- colorWarningText: string;
1638
- colorWarningTextActive: string;
1639
- colorWarningTextHover: string;
1640
- boxShadow: string;
1641
- boxShadowSecondary: string;
1642
- boxShadowTertiary: string;
1643
- colorBgContainerDisabled: string;
1644
- colorBgTextActive: string;
1645
- colorBgTextHover: string;
1646
- colorBorderBg: string;
1647
- colorErrorOutline: string;
1648
- colorFillAlter: string;
1649
- colorFillContent: string;
1650
- colorFillContentHover: string;
1651
- colorHighlight: string;
1652
- colorIcon: string;
1653
- colorIconHover: string;
1654
- colorSplit: string;
1655
- colorTextDescription: string;
1656
- colorTextDisabled: string;
1657
- colorTextHeading: string;
1658
- colorTextLabel: string;
1659
- colorTextPlaceholder: string;
1660
- colorWarningOutline: string;
1661
- controlItemBgActive: string;
1662
- controlItemBgActiveDisabled: string;
1663
- controlItemBgActiveHover: string;
1664
- controlItemBgHover: string;
1665
- controlOutline: string;
1666
- controlOutlineWidth: string;
1667
- fontWeightStrong: string;
1668
- linkDecoration: string;
1669
- inkFocusDecoration: string;
1670
- linkHoverDecoration: string;
1671
- };
1672
- components: {
1673
- Form: {
1674
- marginLG: number;
1675
- };
1676
- Tabs: {
1677
- margin: number;
1678
- lineHeight: number;
1679
- colorPrimaryBorder: string;
1680
- colorSplit: string;
1681
- };
1682
- };
1683
- }>;
1008
+ antdTheme: import('vue').Ref<any, any>;
1684
1009
  openHeader: import('vue').Ref<boolean, boolean>;
1685
1010
  flexStyle: import('vue').Ref<string, string>;
1686
1011
  heightStyle: import('vue').Ref<string, string>;
@@ -1761,9 +1086,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
1761
1086
  height: string;
1762
1087
  flex: string | number;
1763
1088
  componentSize: "small" | "middle" | "large";
1764
- padding: string;
1765
1089
  showHeader: boolean;
1766
1090
  showBorder: boolean;
1091
+ padding: string;
1767
1092
  innerPadding: string;
1768
1093
  openHeaderShow: boolean;
1769
1094
  menuFormInstance: Record<string, any>;