@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
@@ -1112,682 +1112,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1112
1112
  refresh?: string;
1113
1113
  };
1114
1114
  }>;
1115
- antdTheme: import('vue').Ref<{
1116
- token: {
1117
- fontSize: number;
1118
- sizeStep: number;
1119
- borderRadius: number;
1120
- wireframe: boolean;
1121
- colorPrimary: string;
1122
- };
1123
- components: {
1124
- Form: {
1125
- marginLG: number;
1126
- };
1127
- Button: {
1128
- lineHeight: number;
1129
- };
1130
- Tabs: {
1131
- margin: number;
1132
- colorBgContainer: string;
1133
- colorPrimary: string;
1134
- colorText: string;
1135
- colorSplit: string;
1136
- colorBorder: string;
1137
- colorPrimaryBorder: string;
1138
- lineHeight: number;
1139
- };
1140
- DatePicker: {
1141
- colorPrimary: string;
1142
- };
1143
- };
1144
- } | {
1145
- token: {
1146
- fontSize: number;
1147
- sizeStep: number;
1148
- borderRadius: number;
1149
- wireframe: boolean;
1150
- colorBgBase: string;
1151
- colorTextBase: string;
1152
- colorPrimary: string;
1153
- colorPrimaryBorder: string;
1154
- colorPrimaryBorderHover: string;
1155
- colorPrimaryText: string;
1156
- };
1157
- components: {
1158
- Button: {
1159
- colorBgContainer: string;
1160
- colorBorder: string;
1161
- colorText: string;
1162
- lineHeight: number;
1163
- };
1164
- Form: {
1165
- marginLG: number;
1166
- colorPrimary: string;
1167
- colorTextHeading: string;
1168
- colorTextDescription: string;
1169
- colorText: string;
1170
- colorBorder: string;
1171
- controlOutline: string;
1172
- colorError: string;
1173
- };
1174
- Input: {
1175
- colorBgContainer: string;
1176
- colorBorder: string;
1177
- colorIconHover: string;
1178
- colorPrimaryActive: string;
1179
- colorBgContainerDisabled: string;
1180
- colorText: string;
1181
- };
1182
- Checkbox: {
1183
- colorBgContainer: string;
1184
- colorBorder: string;
1185
- };
1186
- InputNumber: {
1187
- colorBgContainer: string;
1188
- colorBorder: string;
1189
- colorIconHover: string;
1190
- colorPrimaryActive: string;
1191
- colorBgContainerDisabled: string;
1192
- colorText: string;
1193
- };
1194
- Radio: {
1195
- colorBgContainer: string;
1196
- colorBgContainerDisabled: string;
1197
- };
1198
- Switch: {
1199
- colorPrimary: string;
1200
- colorBgContainer: string;
1201
- };
1202
- TreeSelect: {
1203
- colorBgContainer: string;
1204
- };
1205
- Tabs: {
1206
- margin: number;
1207
- colorPrimaryActive: string;
1208
- colorBgContainer: string;
1209
- colorPrimary: string;
1210
- colorFillAlter: string;
1211
- colorSplit: string;
1212
- colorText: string;
1213
- lineHeight: number;
1214
- };
1215
- Select: {
1216
- colorBgContainer: string;
1217
- colorBgContainerDisabled: string;
1218
- colorBgElevated: string;
1219
- controlItemBgActive: string;
1220
- colorBorder: string;
1221
- colorText: string;
1222
- };
1223
- DatePicker: {
1224
- colorBgContainer: string;
1225
- colorBgContainerDisabled: string;
1226
- colorBorder: string;
1227
- colorText: string;
1228
- colorBgElevated: string;
1229
- colorTextHeading: string;
1230
- colorIcon: string;
1231
- colorIconHover: string;
1232
- colorTextDisabled: string;
1233
- controlItemBgHover: string;
1234
- controlItemBgActive: string;
1235
- };
1236
- Calendar: {
1237
- colorBgContainer: string;
1238
- };
1239
- Modal: {
1240
- colorBgElevated: string;
1241
- colorTextHeading: string;
1242
- };
1243
- Tree: {
1244
- colorBgContainer: string;
1245
- };
1246
- };
1247
- } | {
1248
- token: {
1249
- fontSize: number;
1250
- sizeStep: number;
1251
- borderRadius: string;
1252
- colorPrimary: string;
1253
- colorSuccess: string;
1254
- colorWarning: string;
1255
- colorError: string;
1256
- colorInfo: string;
1257
- colorLink: string;
1258
- fontFamily: string;
1259
- colorBgContainer: string;
1260
- colorBgElevated: string;
1261
- colorBgLayout: string;
1262
- colorBgMask: string;
1263
- colorBorder: string;
1264
- colorText: string;
1265
- colorTextSecondary: string;
1266
- colorErrorHover: string;
1267
- colorErrorText: string;
1268
- colorErrorTextActive: string;
1269
- colorErrorTextHover: string;
1270
- colorFill: string;
1271
- colorLinkActive: string;
1272
- colorLinkHover: string;
1273
- colorPrimaryActive: string;
1274
- colorPrimaryBgHover: string;
1275
- colorPrimaryBorder: string;
1276
- colorPrimaryBorderHover: string;
1277
- colorPrimaryHover: string;
1278
- colorPrimaryText: string;
1279
- colorPrimaryTextActive: string;
1280
- colorPrimaryTextHover: string;
1281
- colorSuccessActive: string;
1282
- colorSuccessBgHover: string;
1283
- colorSuccessBorder: string;
1284
- colorSuccessBorderHover: string;
1285
- colorSuccessHover: string;
1286
- colorSuccessText: string;
1287
- colorSuccessTextActive: string;
1288
- colorSuccessTextHover: string;
1289
- colorWarningActive: string;
1290
- colorWarningBgHover: string;
1291
- colorWarningBorder: string;
1292
- colorWarningBorderHover: string;
1293
- colorWarningHover: string;
1294
- colorWarningText: string;
1295
- colorWarningTextActive: string;
1296
- colorWarningTextHover: string;
1297
- boxShadow: string;
1298
- boxShadowSecondary: string;
1299
- boxShadowTertiary: string;
1300
- colorBgContainerDisabled: string;
1301
- colorBgTextActive: string;
1302
- colorBgTextHover: string;
1303
- colorBorderBg: string;
1304
- colorErrorOutline: string;
1305
- colorFillAlter: string;
1306
- colorFillContent: string;
1307
- colorFillContentHover: string;
1308
- colorHighlight: string;
1309
- colorIcon: string;
1310
- colorIconHover: string;
1311
- colorSplit: string;
1312
- colorTextDescription: string;
1313
- colorTextDisabled: string;
1314
- colorTextHeading: string;
1315
- colorTextLabel: string;
1316
- colorTextPlaceholder: string;
1317
- colorWarningOutline: string;
1318
- controlItemBgActive: string;
1319
- controlItemBgActiveDisabled: string;
1320
- controlItemBgActiveHover: string;
1321
- controlItemBgHover: string;
1322
- controlOutline: string;
1323
- controlOutlineWidth: string;
1324
- fontWeightStrong: string;
1325
- linkDecoration: string;
1326
- inkFocusDecoration: string;
1327
- linkHoverDecoration: string;
1328
- };
1329
- components: {
1330
- Form: {
1331
- marginLG: number;
1332
- };
1333
- Tabs: {
1334
- margin: number;
1335
- lineHeight: number;
1336
- colorPrimaryBorder: string;
1337
- colorSplit: string;
1338
- };
1339
- };
1340
- }, {
1341
- token: {
1342
- fontSize: number;
1343
- sizeStep: number;
1344
- borderRadius: number;
1345
- wireframe: boolean;
1346
- colorPrimary: string;
1347
- };
1348
- components: {
1349
- Form: {
1350
- marginLG: number;
1351
- };
1352
- Button: {
1353
- lineHeight: number;
1354
- };
1355
- Tabs: {
1356
- margin: number;
1357
- colorBgContainer: string;
1358
- colorPrimary: string;
1359
- colorText: string;
1360
- colorSplit: string;
1361
- colorBorder: string;
1362
- colorPrimaryBorder: string;
1363
- lineHeight: number;
1364
- };
1365
- DatePicker: {
1366
- colorPrimary: string;
1367
- };
1368
- };
1369
- } | {
1370
- token: {
1371
- fontSize: number;
1372
- sizeStep: number;
1373
- borderRadius: number;
1374
- wireframe: boolean;
1375
- colorBgBase: string;
1376
- colorTextBase: string;
1377
- colorPrimary: string;
1378
- colorPrimaryBorder: string;
1379
- colorPrimaryBorderHover: string;
1380
- colorPrimaryText: string;
1381
- };
1382
- components: {
1383
- Button: {
1384
- colorBgContainer: string;
1385
- colorBorder: string;
1386
- colorText: string;
1387
- lineHeight: number;
1388
- };
1389
- Form: {
1390
- marginLG: number;
1391
- colorPrimary: string;
1392
- colorTextHeading: string;
1393
- colorTextDescription: string;
1394
- colorText: string;
1395
- colorBorder: string;
1396
- controlOutline: string;
1397
- colorError: string;
1398
- };
1399
- Input: {
1400
- colorBgContainer: string;
1401
- colorBorder: string;
1402
- colorIconHover: string;
1403
- colorPrimaryActive: string;
1404
- colorBgContainerDisabled: string;
1405
- colorText: string;
1406
- };
1407
- Checkbox: {
1408
- colorBgContainer: string;
1409
- colorBorder: string;
1410
- };
1411
- InputNumber: {
1412
- colorBgContainer: string;
1413
- colorBorder: string;
1414
- colorIconHover: string;
1415
- colorPrimaryActive: string;
1416
- colorBgContainerDisabled: string;
1417
- colorText: string;
1418
- };
1419
- Radio: {
1420
- colorBgContainer: string;
1421
- colorBgContainerDisabled: string;
1422
- };
1423
- Switch: {
1424
- colorPrimary: string;
1425
- colorBgContainer: string;
1426
- };
1427
- TreeSelect: {
1428
- colorBgContainer: string;
1429
- };
1430
- Tabs: {
1431
- margin: number;
1432
- colorPrimaryActive: string;
1433
- colorBgContainer: string;
1434
- colorPrimary: string;
1435
- colorFillAlter: string;
1436
- colorSplit: string;
1437
- colorText: string;
1438
- lineHeight: number;
1439
- };
1440
- Select: {
1441
- colorBgContainer: string;
1442
- colorBgContainerDisabled: string;
1443
- colorBgElevated: string;
1444
- controlItemBgActive: string;
1445
- colorBorder: string;
1446
- colorText: string;
1447
- };
1448
- DatePicker: {
1449
- colorBgContainer: string;
1450
- colorBgContainerDisabled: string;
1451
- colorBorder: string;
1452
- colorText: string;
1453
- colorBgElevated: string;
1454
- colorTextHeading: string;
1455
- colorIcon: string;
1456
- colorIconHover: string;
1457
- colorTextDisabled: string;
1458
- controlItemBgHover: string;
1459
- controlItemBgActive: string;
1460
- };
1461
- Calendar: {
1462
- colorBgContainer: string;
1463
- };
1464
- Modal: {
1465
- colorBgElevated: string;
1466
- colorTextHeading: string;
1467
- };
1468
- Tree: {
1469
- colorBgContainer: string;
1470
- };
1471
- };
1472
- } | {
1473
- token: {
1474
- fontSize: number;
1475
- sizeStep: number;
1476
- borderRadius: string;
1477
- colorPrimary: string;
1478
- colorSuccess: string;
1479
- colorWarning: string;
1480
- colorError: string;
1481
- colorInfo: string;
1482
- colorLink: string;
1483
- fontFamily: string;
1484
- colorBgContainer: string;
1485
- colorBgElevated: string;
1486
- colorBgLayout: string;
1487
- colorBgMask: string;
1488
- colorBorder: string;
1489
- colorText: string;
1490
- colorTextSecondary: string;
1491
- colorErrorHover: string;
1492
- colorErrorText: string;
1493
- colorErrorTextActive: string;
1494
- colorErrorTextHover: string;
1495
- colorFill: string;
1496
- colorLinkActive: string;
1497
- colorLinkHover: string;
1498
- colorPrimaryActive: string;
1499
- colorPrimaryBgHover: string;
1500
- colorPrimaryBorder: string;
1501
- colorPrimaryBorderHover: string;
1502
- colorPrimaryHover: string;
1503
- colorPrimaryText: string;
1504
- colorPrimaryTextActive: string;
1505
- colorPrimaryTextHover: string;
1506
- colorSuccessActive: string;
1507
- colorSuccessBgHover: string;
1508
- colorSuccessBorder: string;
1509
- colorSuccessBorderHover: string;
1510
- colorSuccessHover: string;
1511
- colorSuccessText: string;
1512
- colorSuccessTextActive: string;
1513
- colorSuccessTextHover: string;
1514
- colorWarningActive: string;
1515
- colorWarningBgHover: string;
1516
- colorWarningBorder: string;
1517
- colorWarningBorderHover: string;
1518
- colorWarningHover: string;
1519
- colorWarningText: string;
1520
- colorWarningTextActive: string;
1521
- colorWarningTextHover: string;
1522
- boxShadow: string;
1523
- boxShadowSecondary: string;
1524
- boxShadowTertiary: string;
1525
- colorBgContainerDisabled: string;
1526
- colorBgTextActive: string;
1527
- colorBgTextHover: string;
1528
- colorBorderBg: string;
1529
- colorErrorOutline: string;
1530
- colorFillAlter: string;
1531
- colorFillContent: string;
1532
- colorFillContentHover: string;
1533
- colorHighlight: string;
1534
- colorIcon: string;
1535
- colorIconHover: string;
1536
- colorSplit: string;
1537
- colorTextDescription: string;
1538
- colorTextDisabled: string;
1539
- colorTextHeading: string;
1540
- colorTextLabel: string;
1541
- colorTextPlaceholder: string;
1542
- colorWarningOutline: string;
1543
- controlItemBgActive: string;
1544
- controlItemBgActiveDisabled: string;
1545
- controlItemBgActiveHover: string;
1546
- controlItemBgHover: string;
1547
- controlOutline: string;
1548
- controlOutlineWidth: string;
1549
- fontWeightStrong: string;
1550
- linkDecoration: string;
1551
- inkFocusDecoration: string;
1552
- linkHoverDecoration: string;
1553
- };
1554
- components: {
1555
- Form: {
1556
- marginLG: number;
1557
- };
1558
- Tabs: {
1559
- margin: number;
1560
- lineHeight: number;
1561
- colorPrimaryBorder: string;
1562
- colorSplit: string;
1563
- };
1564
- };
1565
- } | {
1566
- token: {
1567
- fontSize: number;
1568
- sizeStep: number;
1569
- borderRadius: number;
1570
- wireframe: boolean;
1571
- colorPrimary: string;
1572
- };
1573
- components: {
1574
- Form: {
1575
- marginLG: number;
1576
- };
1577
- Button: {
1578
- lineHeight: number;
1579
- };
1580
- Tabs: {
1581
- margin: number;
1582
- colorBgContainer: string;
1583
- colorPrimary: string;
1584
- colorText: string;
1585
- colorSplit: string;
1586
- colorBorder: string;
1587
- colorPrimaryBorder: string;
1588
- lineHeight: number;
1589
- };
1590
- DatePicker: {
1591
- colorPrimary: string;
1592
- };
1593
- };
1594
- } | {
1595
- token: {
1596
- fontSize: number;
1597
- sizeStep: number;
1598
- borderRadius: number;
1599
- wireframe: boolean;
1600
- colorBgBase: string;
1601
- colorTextBase: string;
1602
- colorPrimary: string;
1603
- colorPrimaryBorder: string;
1604
- colorPrimaryBorderHover: string;
1605
- colorPrimaryText: string;
1606
- };
1607
- components: {
1608
- Button: {
1609
- colorBgContainer: string;
1610
- colorBorder: string;
1611
- colorText: string;
1612
- lineHeight: number;
1613
- };
1614
- Form: {
1615
- marginLG: number;
1616
- colorPrimary: string;
1617
- colorTextHeading: string;
1618
- colorTextDescription: string;
1619
- colorText: string;
1620
- colorBorder: string;
1621
- controlOutline: string;
1622
- colorError: string;
1623
- };
1624
- Input: {
1625
- colorBgContainer: string;
1626
- colorBorder: string;
1627
- colorIconHover: string;
1628
- colorPrimaryActive: string;
1629
- colorBgContainerDisabled: string;
1630
- colorText: string;
1631
- };
1632
- Checkbox: {
1633
- colorBgContainer: string;
1634
- colorBorder: string;
1635
- };
1636
- InputNumber: {
1637
- colorBgContainer: string;
1638
- colorBorder: string;
1639
- colorIconHover: string;
1640
- colorPrimaryActive: string;
1641
- colorBgContainerDisabled: string;
1642
- colorText: string;
1643
- };
1644
- Radio: {
1645
- colorBgContainer: string;
1646
- colorBgContainerDisabled: string;
1647
- };
1648
- Switch: {
1649
- colorPrimary: string;
1650
- colorBgContainer: string;
1651
- };
1652
- TreeSelect: {
1653
- colorBgContainer: string;
1654
- };
1655
- Tabs: {
1656
- margin: number;
1657
- colorPrimaryActive: string;
1658
- colorBgContainer: string;
1659
- colorPrimary: string;
1660
- colorFillAlter: string;
1661
- colorSplit: string;
1662
- colorText: string;
1663
- lineHeight: number;
1664
- };
1665
- Select: {
1666
- colorBgContainer: string;
1667
- colorBgContainerDisabled: string;
1668
- colorBgElevated: string;
1669
- controlItemBgActive: string;
1670
- colorBorder: string;
1671
- colorText: string;
1672
- };
1673
- DatePicker: {
1674
- colorBgContainer: string;
1675
- colorBgContainerDisabled: string;
1676
- colorBorder: string;
1677
- colorText: string;
1678
- colorBgElevated: string;
1679
- colorTextHeading: string;
1680
- colorIcon: string;
1681
- colorIconHover: string;
1682
- colorTextDisabled: string;
1683
- controlItemBgHover: string;
1684
- controlItemBgActive: string;
1685
- };
1686
- Calendar: {
1687
- colorBgContainer: string;
1688
- };
1689
- Modal: {
1690
- colorBgElevated: string;
1691
- colorTextHeading: string;
1692
- };
1693
- Tree: {
1694
- colorBgContainer: string;
1695
- };
1696
- };
1697
- } | {
1698
- token: {
1699
- fontSize: number;
1700
- sizeStep: number;
1701
- borderRadius: string;
1702
- colorPrimary: string;
1703
- colorSuccess: string;
1704
- colorWarning: string;
1705
- colorError: string;
1706
- colorInfo: string;
1707
- colorLink: string;
1708
- fontFamily: string;
1709
- colorBgContainer: string;
1710
- colorBgElevated: string;
1711
- colorBgLayout: string;
1712
- colorBgMask: string;
1713
- colorBorder: string;
1714
- colorText: string;
1715
- colorTextSecondary: string;
1716
- colorErrorHover: string;
1717
- colorErrorText: string;
1718
- colorErrorTextActive: string;
1719
- colorErrorTextHover: string;
1720
- colorFill: string;
1721
- colorLinkActive: string;
1722
- colorLinkHover: string;
1723
- colorPrimaryActive: string;
1724
- colorPrimaryBgHover: string;
1725
- colorPrimaryBorder: string;
1726
- colorPrimaryBorderHover: string;
1727
- colorPrimaryHover: string;
1728
- colorPrimaryText: string;
1729
- colorPrimaryTextActive: string;
1730
- colorPrimaryTextHover: string;
1731
- colorSuccessActive: string;
1732
- colorSuccessBgHover: string;
1733
- colorSuccessBorder: string;
1734
- colorSuccessBorderHover: string;
1735
- colorSuccessHover: string;
1736
- colorSuccessText: string;
1737
- colorSuccessTextActive: string;
1738
- colorSuccessTextHover: string;
1739
- colorWarningActive: string;
1740
- colorWarningBgHover: string;
1741
- colorWarningBorder: string;
1742
- colorWarningBorderHover: string;
1743
- colorWarningHover: string;
1744
- colorWarningText: string;
1745
- colorWarningTextActive: string;
1746
- colorWarningTextHover: string;
1747
- boxShadow: string;
1748
- boxShadowSecondary: string;
1749
- boxShadowTertiary: string;
1750
- colorBgContainerDisabled: string;
1751
- colorBgTextActive: string;
1752
- colorBgTextHover: string;
1753
- colorBorderBg: string;
1754
- colorErrorOutline: string;
1755
- colorFillAlter: string;
1756
- colorFillContent: string;
1757
- colorFillContentHover: string;
1758
- colorHighlight: string;
1759
- colorIcon: string;
1760
- colorIconHover: string;
1761
- colorSplit: string;
1762
- colorTextDescription: string;
1763
- colorTextDisabled: string;
1764
- colorTextHeading: string;
1765
- colorTextLabel: string;
1766
- colorTextPlaceholder: string;
1767
- colorWarningOutline: string;
1768
- controlItemBgActive: string;
1769
- controlItemBgActiveDisabled: string;
1770
- controlItemBgActiveHover: string;
1771
- controlItemBgHover: string;
1772
- controlOutline: string;
1773
- controlOutlineWidth: string;
1774
- fontWeightStrong: string;
1775
- linkDecoration: string;
1776
- inkFocusDecoration: string;
1777
- linkHoverDecoration: string;
1778
- };
1779
- components: {
1780
- Form: {
1781
- marginLG: number;
1782
- };
1783
- Tabs: {
1784
- margin: number;
1785
- lineHeight: number;
1786
- colorPrimaryBorder: string;
1787
- colorSplit: string;
1788
- };
1789
- };
1790
- }>;
1115
+ antdTheme: import('vue').Ref<any, any>;
1791
1116
  openHeader: import('vue').Ref<boolean, boolean>;
1792
1117
  flexStyle: import('vue').Ref<string, string>;
1793
1118
  heightStyle: import('vue').Ref<string, string>;
@@ -1868,9 +1193,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
1868
1193
  height: string;
1869
1194
  flex: string | number;
1870
1195
  componentSize: "small" | "middle" | "large";
1871
- padding: string;
1872
1196
  showHeader: boolean;
1873
1197
  showBorder: boolean;
1198
+ padding: string;
1874
1199
  innerPadding: string;
1875
1200
  openHeaderShow: boolean;
1876
1201
  menuFormInstance: Record<string, any>;