@codemonster-ru/vueforge 0.94.0 → 0.96.0
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.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +40 -3
- package/dist/index.ts.mjs +15119 -11326
- package/dist/index.ts.umd.js +17 -17
- package/dist/package/components/__tests__/app-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/area-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/bubble-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/candlestick-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/donut-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/footer.test.d.ts +1 -0
- package/dist/package/components/__tests__/funnel-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/gauge-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/heatmap.test.d.ts +1 -0
- package/dist/package/components/__tests__/histogram.test.d.ts +1 -0
- package/dist/package/components/__tests__/line-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/navigation-rail.test.d.ts +1 -0
- package/dist/package/components/__tests__/page-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/pie-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/radar-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/resizable-sidebar.test.d.ts +1 -0
- package/dist/package/components/__tests__/scatter-chart.test.d.ts +1 -0
- package/dist/package/components/__tests__/show-hide.test.d.ts +1 -0
- package/dist/package/components/__tests__/sparkline.test.d.ts +1 -0
- package/dist/package/components/__tests__/split-layout.test.d.ts +1 -0
- package/dist/package/components/__tests__/sticky-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/treemap-chart.test.d.ts +1 -0
- package/dist/package/components/accordion-context.d.ts +2 -0
- package/dist/package/components/accordion.vue.d.ts +23 -0
- package/dist/package/components/activity-feed.vue.d.ts +2 -0
- package/dist/package/components/app-bar.vue.d.ts +47 -0
- package/dist/package/components/area-chart.vue.d.ts +318 -0
- package/dist/package/components/audit-log-viewer.vue.d.ts +2 -0
- package/dist/package/components/bar-chart.vue.d.ts +313 -0
- package/dist/package/components/block-ui.vue.d.ts +1 -1
- package/dist/package/components/bubble-chart.vue.d.ts +323 -0
- package/dist/package/components/candlestick-chart.vue.d.ts +311 -0
- package/dist/package/components/cascade-select.vue.d.ts +1 -1
- package/dist/package/components/chart.vue.d.ts +3 -3
- package/dist/package/components/command-palette.vue.d.ts +32 -1
- package/dist/package/components/comment-thread.vue.d.ts +2 -0
- package/dist/package/components/data-table.vue.d.ts +45 -1
- package/dist/package/components/donut-chart.vue.d.ts +83 -0
- package/dist/package/components/footer.vue.d.ts +45 -0
- package/dist/package/components/funnel-chart.vue.d.ts +311 -0
- package/dist/package/components/gauge-chart.vue.d.ts +317 -0
- package/dist/package/components/heatmap.vue.d.ts +317 -0
- package/dist/package/components/hide.vue.d.ts +29 -0
- package/dist/package/components/histogram.vue.d.ts +316 -0
- package/dist/package/components/kanban-board.vue.d.ts +15 -27
- package/dist/package/components/line-chart.vue.d.ts +321 -0
- package/dist/package/components/navigation-rail.vue.d.ts +289 -0
- package/dist/package/components/notification-center.vue.d.ts +35 -11
- package/dist/package/components/page-layout.vue.d.ts +84 -0
- package/dist/package/components/pie-chart.vue.d.ts +345 -0
- package/dist/package/components/radar-chart.vue.d.ts +315 -0
- package/dist/package/components/rating.vue.d.ts +4 -0
- package/dist/package/components/resizable-sidebar.vue.d.ts +73 -0
- package/dist/package/components/scatter-chart.vue.d.ts +321 -0
- package/dist/package/components/scheduler.vue.d.ts +2 -0
- package/dist/package/components/scroll-panel.vue.d.ts +1 -1
- package/dist/package/components/show.vue.d.ts +29 -0
- package/dist/package/components/sparkline.vue.d.ts +309 -0
- package/dist/package/components/split-layout.vue.d.ts +73 -0
- package/dist/package/components/splitter.vue.d.ts +2 -2
- package/dist/package/components/sticky-region.vue.d.ts +35 -0
- package/dist/package/components/tree-node.vue.d.ts +2 -0
- package/dist/package/components/tree-table.vue.d.ts +1 -1
- package/dist/package/components/tree.vue.d.ts +21 -0
- package/dist/package/components/treemap-chart.vue.d.ts +316 -0
- package/dist/package/config/locale-text.d.ts +10 -0
- package/dist/package/config/theme-core.d.ts +123 -0
- package/dist/package/themes/default/components/app-bar.d.ts +14 -0
- package/dist/package/themes/default/components/footer.d.ts +13 -0
- package/dist/package/themes/default/components/navigation-rail.d.ts +28 -0
- package/dist/package/themes/default/components/page-layout.d.ts +23 -0
- package/dist/package/themes/default/components/resizable-sidebar.d.ts +16 -0
- package/dist/package/themes/default/components/split-layout.d.ts +20 -0
- package/dist/package/themes/default/components/sticky-region.d.ts +9 -0
- package/dist/package/themes/default/index.d.ts +116 -0
- package/package.json +1 -1
|
@@ -1326,6 +1326,122 @@ declare const _default: {
|
|
|
1326
1326
|
overlayBackgroundColor: string;
|
|
1327
1327
|
zIndex: string;
|
|
1328
1328
|
};
|
|
1329
|
+
appBar: {
|
|
1330
|
+
height: string;
|
|
1331
|
+
denseHeight: string;
|
|
1332
|
+
padding: string;
|
|
1333
|
+
densePadding: string;
|
|
1334
|
+
mobilePadding: string;
|
|
1335
|
+
gap: string;
|
|
1336
|
+
actionsGap: string;
|
|
1337
|
+
borderColor: string;
|
|
1338
|
+
backgroundColor: string;
|
|
1339
|
+
textColor: string;
|
|
1340
|
+
zIndex: string;
|
|
1341
|
+
};
|
|
1342
|
+
navigationRail: {
|
|
1343
|
+
width: string;
|
|
1344
|
+
collapsedWidth: string;
|
|
1345
|
+
padding: string;
|
|
1346
|
+
gap: string;
|
|
1347
|
+
borderColor: string;
|
|
1348
|
+
backgroundColor: string;
|
|
1349
|
+
textColor: string;
|
|
1350
|
+
disabledOpacity: string;
|
|
1351
|
+
toggleSize: string;
|
|
1352
|
+
toggleRadius: string;
|
|
1353
|
+
toggleBorderColor: string;
|
|
1354
|
+
toggleBackgroundColor: string;
|
|
1355
|
+
toggleTextColor: string;
|
|
1356
|
+
itemMinHeight: string;
|
|
1357
|
+
itemPadding: string;
|
|
1358
|
+
collapsedItemPadding: string;
|
|
1359
|
+
itemBorderRadius: string;
|
|
1360
|
+
itemGap: string;
|
|
1361
|
+
itemContentGap: string;
|
|
1362
|
+
itemColor: string;
|
|
1363
|
+
itemHoverBackgroundColor: string;
|
|
1364
|
+
itemActiveBackgroundColor: string;
|
|
1365
|
+
itemActiveColor: string;
|
|
1366
|
+
iconSize: string;
|
|
1367
|
+
labelFontSize: string;
|
|
1368
|
+
};
|
|
1369
|
+
footer: {
|
|
1370
|
+
minHeight: string;
|
|
1371
|
+
denseMinHeight: string;
|
|
1372
|
+
padding: string;
|
|
1373
|
+
densePadding: string;
|
|
1374
|
+
gap: string;
|
|
1375
|
+
mobileGap: string;
|
|
1376
|
+
sectionGap: string;
|
|
1377
|
+
borderColor: string;
|
|
1378
|
+
backgroundColor: string;
|
|
1379
|
+
textColor: string;
|
|
1380
|
+
};
|
|
1381
|
+
pageLayout: {
|
|
1382
|
+
minHeight: string;
|
|
1383
|
+
gap: string;
|
|
1384
|
+
backgroundColor: string;
|
|
1385
|
+
textColor: string;
|
|
1386
|
+
headerPadding: string;
|
|
1387
|
+
headerBorderColor: string;
|
|
1388
|
+
controlsGap: string;
|
|
1389
|
+
contentPadding: string;
|
|
1390
|
+
contentBackgroundColor: string;
|
|
1391
|
+
panelBackgroundColor: string;
|
|
1392
|
+
panelBorderColor: string;
|
|
1393
|
+
footerPadding: string;
|
|
1394
|
+
footerBorderColor: string;
|
|
1395
|
+
toggleSize: string;
|
|
1396
|
+
toggleBorderRadius: string;
|
|
1397
|
+
toggleBorderColor: string;
|
|
1398
|
+
toggleBackgroundColor: string;
|
|
1399
|
+
toggleTextColor: string;
|
|
1400
|
+
overlayBackgroundColor: string;
|
|
1401
|
+
zIndex: string;
|
|
1402
|
+
};
|
|
1403
|
+
splitLayout: {
|
|
1404
|
+
minHeight: string;
|
|
1405
|
+
gap: string;
|
|
1406
|
+
padding: string;
|
|
1407
|
+
panelPadding: string;
|
|
1408
|
+
controlsGap: string;
|
|
1409
|
+
backgroundColor: string;
|
|
1410
|
+
textColor: string;
|
|
1411
|
+
primaryBackgroundColor: string;
|
|
1412
|
+
panelBackgroundColor: string;
|
|
1413
|
+
panelBorderColor: string;
|
|
1414
|
+
toggleSize: string;
|
|
1415
|
+
toggleBorderRadius: string;
|
|
1416
|
+
toggleBorderColor: string;
|
|
1417
|
+
toggleBackgroundColor: string;
|
|
1418
|
+
toggleTextColor: string;
|
|
1419
|
+
overlayBackgroundColor: string;
|
|
1420
|
+
zIndex: string;
|
|
1421
|
+
};
|
|
1422
|
+
resizableSidebar: {
|
|
1423
|
+
backgroundColor: string;
|
|
1424
|
+
textColor: string;
|
|
1425
|
+
borderColor: string;
|
|
1426
|
+
disabledOpacity: string;
|
|
1427
|
+
sectionPadding: string;
|
|
1428
|
+
contentPadding: string;
|
|
1429
|
+
toggleMargin: string;
|
|
1430
|
+
toggleSize: string;
|
|
1431
|
+
toggleBorderRadius: string;
|
|
1432
|
+
toggleBorderColor: string;
|
|
1433
|
+
toggleBackgroundColor: string;
|
|
1434
|
+
toggleTextColor: string;
|
|
1435
|
+
resizerSize: string;
|
|
1436
|
+
};
|
|
1437
|
+
stickyRegion: {
|
|
1438
|
+
zIndex: string;
|
|
1439
|
+
padding: string;
|
|
1440
|
+
borderColor: string;
|
|
1441
|
+
backgroundColor: string;
|
|
1442
|
+
textColor: string;
|
|
1443
|
+
shadow: string;
|
|
1444
|
+
};
|
|
1329
1445
|
blockui: {
|
|
1330
1446
|
zIndex: string;
|
|
1331
1447
|
gap: string;
|