@codemonster-ru/vueforge 0.96.0 → 0.98.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/LICENSE +21 -21
- package/README.md +0 -3
- package/dist/docs/App.vue.d.ts +2 -0
- package/dist/docs/DocsAppView.vue.d.ts +4 -0
- package/dist/docs/DocsLivePreview.vue.d.ts +7 -0
- package/dist/docs/__tests__/docs-app-view.test.d.ts +1 -0
- package/dist/docs/docs-markdown.d.ts +10 -0
- package/dist/docs/docs-structure.d.ts +28 -0
- package/dist/docs/main.d.ts +1 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +41 -1
- package/dist/index.ts.mjs +22575 -19910
- package/dist/index.ts.umd.js +21 -17
- package/dist/package/components/__tests__/avatar-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/banner.test.d.ts +1 -0
- package/dist/package/components/__tests__/bottom-navigation.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-adapter.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-export.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-performance.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-schema.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-security.test.d.ts +1 -0
- package/dist/package/components/__tests__/chart-theme-options.test.d.ts +1 -0
- package/dist/package/components/__tests__/code-block.test.d.ts +1 -0
- package/dist/package/components/__tests__/defaults-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/float-label.test.d.ts +1 -0
- package/dist/package/components/__tests__/hotkey.test.d.ts +1 -0
- package/dist/package/components/__tests__/hover.test.d.ts +1 -0
- package/dist/package/components/__tests__/icon-field-input-icon.test.d.ts +1 -0
- package/dist/package/components/__tests__/ifta-label.test.d.ts +1 -0
- package/dist/package/components/__tests__/kbd.test.d.ts +1 -0
- package/dist/package/components/__tests__/lazy.test.d.ts +1 -0
- package/dist/package/components/__tests__/locale-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/main-layout-region.test.d.ts +1 -0
- package/dist/package/components/__tests__/no-ssr.test.d.ts +1 -0
- package/dist/package/components/__tests__/parallax.test.d.ts +1 -0
- package/dist/package/components/__tests__/selection-control.test.d.ts +1 -0
- package/dist/package/components/__tests__/sheet.test.d.ts +1 -0
- package/dist/package/components/__tests__/slide-group.test.d.ts +1 -0
- package/dist/package/components/__tests__/snackbar-queue.test.d.ts +1 -0
- package/dist/package/components/__tests__/system-bar.test.d.ts +1 -0
- package/dist/package/components/__tests__/theme-mode-switch.test.d.ts +1 -0
- package/dist/package/components/__tests__/theme-provider.test.d.ts +1 -0
- package/dist/package/components/__tests__/toggle-button.test.d.ts +1 -0
- package/dist/package/components/__tests__/validation.test.d.ts +1 -0
- package/dist/package/components/__tests__/window.test.d.ts +1 -0
- package/dist/package/components/accordion.vue.d.ts +1 -1
- package/dist/package/components/app-bar.vue.d.ts +1 -1
- package/dist/package/components/area-chart.vue.d.ts +100 -12
- package/dist/package/components/avatar-group.vue.d.ts +54 -0
- package/dist/package/components/banner.vue.d.ts +59 -0
- package/dist/package/components/bar-chart.vue.d.ts +101 -13
- package/dist/package/components/bottom-navigation.vue.d.ts +143 -0
- package/dist/package/components/bubble-chart.vue.d.ts +100 -12
- package/dist/package/components/button.vue.d.ts +1 -1
- package/dist/package/components/candlestick-chart.vue.d.ts +100 -12
- package/dist/package/components/carousel.vue.d.ts +2 -2
- package/dist/package/components/chart-adapter.d.ts +5 -0
- package/dist/package/components/chart-export.d.ts +2 -0
- package/dist/package/components/chart-performance.d.ts +10 -0
- package/dist/package/components/chart-schema.d.ts +48 -0
- package/dist/package/components/chart-security.d.ts +2 -0
- package/dist/package/components/chart-theme-options.d.ts +25 -0
- package/dist/package/components/chart.vue.d.ts +30 -2
- package/dist/package/components/code-block.vue.d.ts +58 -0
- package/dist/package/components/data-table.vue.d.ts +1 -1
- package/dist/package/components/defaults-provider.vue.d.ts +25 -0
- package/dist/package/components/diff-viewer.vue.d.ts +1 -1
- package/dist/package/components/divider.vue.d.ts +1 -1
- package/dist/package/components/donut-chart.vue.d.ts +2 -2
- package/dist/package/components/filter-chips.vue.d.ts +1 -1
- package/dist/package/components/float-label.vue.d.ts +42 -0
- package/dist/package/components/footer.vue.d.ts +2 -2
- package/dist/package/components/form.vue.d.ts +4 -3
- package/dist/package/components/funnel-chart.vue.d.ts +100 -12
- package/dist/package/components/gauge-chart.vue.d.ts +100 -12
- package/dist/package/components/heatmap.vue.d.ts +100 -12
- package/dist/package/components/hide.vue.d.ts +1 -1
- package/dist/package/components/histogram.vue.d.ts +100 -12
- package/dist/package/components/hotkey.vue.d.ts +58 -0
- package/dist/package/components/hover.vue.d.ts +42 -0
- package/dist/package/components/icon-field.vue.d.ts +34 -0
- package/dist/package/components/icon.vue.d.ts +1 -1
- package/dist/package/components/ifta-label.vue.d.ts +34 -0
- package/dist/package/components/image.vue.d.ts +2 -2
- package/dist/package/components/input-icon.vue.d.ts +31 -0
- package/dist/package/components/kbd.vue.d.ts +35 -0
- package/dist/package/components/lazy.vue.d.ts +51 -0
- package/dist/package/components/line-chart.vue.d.ts +100 -12
- package/dist/package/components/locale-provider.vue.d.ts +25 -0
- package/dist/package/components/main-layout-region.vue.d.ts +36 -0
- package/dist/package/components/navigation-rail.vue.d.ts +1 -1
- package/dist/package/components/no-ssr.vue.d.ts +22 -0
- package/dist/package/components/overlay-badge.vue.d.ts +1 -1
- package/dist/package/components/overlay-panel.vue.d.ts +2 -2
- package/dist/package/components/parallax.vue.d.ts +51 -0
- package/dist/package/components/pie-chart.vue.d.ts +100 -12
- package/dist/package/components/radar-chart.vue.d.ts +100 -12
- package/dist/package/components/resizable-sidebar.vue.d.ts +1 -1
- package/dist/package/components/scatter-chart.vue.d.ts +100 -12
- package/dist/package/components/scroll-top.vue.d.ts +1 -1
- package/dist/package/components/section.vue.d.ts +1 -1
- package/dist/package/components/selection-control-context.d.ts +16 -0
- package/dist/package/components/selection-control-group.vue.d.ts +44 -0
- package/dist/package/components/selection-control.vue.d.ts +53 -0
- package/dist/package/components/sheet.vue.d.ts +37 -0
- package/dist/package/components/show.vue.d.ts +1 -1
- package/dist/package/components/slide-group.vue.d.ts +61 -0
- package/dist/package/components/snackbar-queue.vue.d.ts +46 -0
- package/dist/package/components/sparkline.vue.d.ts +100 -12
- package/dist/package/components/speed-dial.vue.d.ts +2 -2
- package/dist/package/components/stepper.vue.d.ts +1 -1
- package/dist/package/components/sticky-region.vue.d.ts +1 -1
- package/dist/package/components/system-bar.vue.d.ts +43 -0
- package/dist/package/components/tabs.vue.d.ts +1 -1
- package/dist/package/components/terminal.vue.d.ts +1 -1
- package/dist/package/components/theme-mode-switch.vue.d.ts +27 -0
- package/dist/package/components/theme-provider.vue.d.ts +29 -0
- package/dist/package/components/timeline.vue.d.ts +1 -1
- package/dist/package/components/toast.vue.d.ts +1 -1
- package/dist/package/components/toggle-button.vue.d.ts +54 -0
- package/dist/package/components/toolbar.vue.d.ts +1 -1
- package/dist/package/components/tour.vue.d.ts +4 -4
- package/dist/package/components/tree-table.vue.d.ts +1 -1
- package/dist/package/components/treemap-chart.vue.d.ts +100 -12
- package/dist/package/components/use-hotkey.d.ts +21 -0
- package/dist/package/components/validation.d.ts +40 -0
- package/dist/package/components/window.vue.d.ts +99 -0
- package/dist/package/components/wizard.vue.d.ts +2 -2
- package/dist/package/config/__tests__/pass-through.test.d.ts +1 -0
- package/dist/package/config/defaults-provider.d.ts +5 -0
- package/dist/package/config/index.d.ts +4 -2
- package/dist/package/config/locale-text.d.ts +77 -0
- package/dist/package/config/theme-core.d.ts +418 -0
- package/dist/package/themes/default/components/avatar-group.d.ts +10 -0
- package/dist/package/themes/default/components/banner.d.ts +42 -0
- package/dist/package/themes/default/components/bottom-navigation.d.ts +23 -0
- package/dist/package/themes/default/components/chart.d.ts +34 -0
- package/dist/package/themes/default/components/code-block.d.ts +36 -0
- package/dist/package/themes/default/components/float-label.d.ts +21 -0
- package/dist/package/themes/default/components/hover.d.ts +4 -0
- package/dist/package/themes/default/components/icon-field.d.ts +9 -0
- package/dist/package/themes/default/components/ifta-label.d.ts +18 -0
- package/dist/package/themes/default/components/input-icon.d.ts +5 -0
- package/dist/package/themes/default/components/kbd.d.ts +27 -0
- package/dist/package/themes/default/components/lazy.d.ts +7 -0
- package/dist/package/themes/default/components/main-layout-region.d.ts +8 -0
- package/dist/package/themes/default/components/parallax.d.ts +7 -0
- package/dist/package/themes/default/components/selection-control-group.d.ts +5 -0
- package/dist/package/themes/default/components/selection-control.d.ts +29 -0
- package/dist/package/themes/default/components/sheet.d.ts +17 -0
- package/dist/package/themes/default/components/slide-group.d.ts +21 -0
- package/dist/package/themes/default/components/snackbar-queue.d.ts +10 -0
- package/dist/package/themes/default/components/system-bar.d.ts +13 -0
- package/dist/package/themes/default/components/theme-mode-switch.d.ts +28 -0
- package/dist/package/themes/default/components/toggle-button.d.ts +24 -0
- package/dist/package/themes/default/components/window.d.ts +20 -0
- package/dist/package/themes/default/index.d.ts +396 -0
- package/package.json +5 -8
|
@@ -248,6 +248,22 @@ declare const _default: {
|
|
|
248
248
|
titleFontSize: string;
|
|
249
249
|
};
|
|
250
250
|
};
|
|
251
|
+
sheet: {
|
|
252
|
+
borderRadius: string;
|
|
253
|
+
borderColor: string;
|
|
254
|
+
sectionBorderColor: string;
|
|
255
|
+
backgroundColor: string;
|
|
256
|
+
textColor: string;
|
|
257
|
+
tonalBackgroundColor: string;
|
|
258
|
+
tonalTextColor: string;
|
|
259
|
+
shadow: string;
|
|
260
|
+
shadowHover: string;
|
|
261
|
+
transition: string;
|
|
262
|
+
disabledOpacity: string;
|
|
263
|
+
headerPadding: string;
|
|
264
|
+
bodyPadding: string;
|
|
265
|
+
footerPadding: string;
|
|
266
|
+
};
|
|
251
267
|
fieldset: {
|
|
252
268
|
borderColor: string;
|
|
253
269
|
borderRadius: string;
|
|
@@ -284,11 +300,45 @@ declare const _default: {
|
|
|
284
300
|
borderRadius: string;
|
|
285
301
|
backgroundColor: string;
|
|
286
302
|
textColor: string;
|
|
303
|
+
gridColor: string;
|
|
304
|
+
axisColor: string;
|
|
305
|
+
axisLabelColor: string;
|
|
306
|
+
legendTextColor: string;
|
|
307
|
+
tooltipBackgroundColor: string;
|
|
308
|
+
tooltipTitleColor: string;
|
|
309
|
+
tooltipBodyColor: string;
|
|
310
|
+
tooltipBorderColor: string;
|
|
311
|
+
seriesPrimaryColor: string;
|
|
312
|
+
seriesSecondaryColor: string;
|
|
313
|
+
seriesTertiaryColor: string;
|
|
314
|
+
seriesQuaternaryColor: string;
|
|
315
|
+
seriesPositiveColor: string;
|
|
316
|
+
seriesWarningColor: string;
|
|
317
|
+
seriesNegativeColor: string;
|
|
318
|
+
titleFontFamily: string;
|
|
319
|
+
titleFontSize: string;
|
|
320
|
+
labelFontFamily: string;
|
|
321
|
+
labelFontSize: string;
|
|
322
|
+
valueFontFamily: string;
|
|
323
|
+
valueFontSize: string;
|
|
287
324
|
padding: string;
|
|
288
325
|
minHeight: string;
|
|
289
326
|
stateMinHeight: string;
|
|
327
|
+
stateBackgroundColor: string;
|
|
328
|
+
stateBorderColor: string;
|
|
329
|
+
stateBorderStyle: string;
|
|
290
330
|
stateTextColor: string;
|
|
291
331
|
stateFontSize: string;
|
|
332
|
+
controlBackgroundColor: string;
|
|
333
|
+
controlTextColor: string;
|
|
334
|
+
controlBorderColor: string;
|
|
335
|
+
controlHoverBackgroundColor: string;
|
|
336
|
+
tableHeaderBackgroundColor: string;
|
|
337
|
+
tableHeaderTextColor: string;
|
|
338
|
+
tableRowHoverBackgroundColor: string;
|
|
339
|
+
tableBorderColor: string;
|
|
340
|
+
focusOutlineColor: string;
|
|
341
|
+
focusOutlineOffset: string;
|
|
292
342
|
};
|
|
293
343
|
container: {
|
|
294
344
|
maxWidth: string;
|
|
@@ -374,6 +424,18 @@ declare const _default: {
|
|
|
374
424
|
addonFontSize: string;
|
|
375
425
|
};
|
|
376
426
|
};
|
|
427
|
+
iconField: {
|
|
428
|
+
iconSize: string;
|
|
429
|
+
iconColor: string;
|
|
430
|
+
slotOffset: string;
|
|
431
|
+
controlPaddingStart: string;
|
|
432
|
+
controlPaddingEnd: string;
|
|
433
|
+
disabledOpacity: string;
|
|
434
|
+
};
|
|
435
|
+
inputIcon: {
|
|
436
|
+
size: string;
|
|
437
|
+
color: string;
|
|
438
|
+
};
|
|
377
439
|
inlineEdit: {
|
|
378
440
|
gap: string;
|
|
379
441
|
fontSize: string;
|
|
@@ -713,6 +775,43 @@ declare const _default: {
|
|
|
713
775
|
hintFontSize: string;
|
|
714
776
|
};
|
|
715
777
|
};
|
|
778
|
+
floatLabel: {
|
|
779
|
+
labelOffsetX: string;
|
|
780
|
+
labelFloatingTop: string;
|
|
781
|
+
labelPadding: string;
|
|
782
|
+
labelFontSize: string;
|
|
783
|
+
labelFloatingFontSize: string;
|
|
784
|
+
labelColor: string;
|
|
785
|
+
labelFloatingColor: string;
|
|
786
|
+
labelBackgroundColor: string;
|
|
787
|
+
requiredColor: string;
|
|
788
|
+
invalidColor: string;
|
|
789
|
+
transition: string;
|
|
790
|
+
disabledOpacity: string;
|
|
791
|
+
small: {
|
|
792
|
+
labelFontSize: string;
|
|
793
|
+
};
|
|
794
|
+
large: {
|
|
795
|
+
labelFontSize: string;
|
|
796
|
+
};
|
|
797
|
+
};
|
|
798
|
+
iftaLabel: {
|
|
799
|
+
offsetX: string;
|
|
800
|
+
offsetY: string;
|
|
801
|
+
padding: string;
|
|
802
|
+
fontSize: string;
|
|
803
|
+
color: string;
|
|
804
|
+
backgroundColor: string;
|
|
805
|
+
requiredColor: string;
|
|
806
|
+
invalidColor: string;
|
|
807
|
+
disabledOpacity: string;
|
|
808
|
+
small: {
|
|
809
|
+
fontSize: string;
|
|
810
|
+
};
|
|
811
|
+
large: {
|
|
812
|
+
fontSize: string;
|
|
813
|
+
};
|
|
814
|
+
};
|
|
716
815
|
textarea: {
|
|
717
816
|
gap: string;
|
|
718
817
|
fontSize: string;
|
|
@@ -1366,6 +1465,40 @@ declare const _default: {
|
|
|
1366
1465
|
iconSize: string;
|
|
1367
1466
|
labelFontSize: string;
|
|
1368
1467
|
};
|
|
1468
|
+
bottomNavigation: {
|
|
1469
|
+
height: string;
|
|
1470
|
+
padding: string;
|
|
1471
|
+
gap: string;
|
|
1472
|
+
borderColor: string;
|
|
1473
|
+
backgroundColor: string;
|
|
1474
|
+
textColor: string;
|
|
1475
|
+
zIndex: string;
|
|
1476
|
+
disabledOpacity: string;
|
|
1477
|
+
itemMinHeight: string;
|
|
1478
|
+
itemPadding: string;
|
|
1479
|
+
itemBorderRadius: string;
|
|
1480
|
+
itemContentGap: string;
|
|
1481
|
+
itemColor: string;
|
|
1482
|
+
itemHoverBackgroundColor: string;
|
|
1483
|
+
itemActiveBackgroundColor: string;
|
|
1484
|
+
itemActiveColor: string;
|
|
1485
|
+
iconSize: string;
|
|
1486
|
+
labelFontSize: string;
|
|
1487
|
+
badgeTextColor: string;
|
|
1488
|
+
badgeBackgroundColor: string;
|
|
1489
|
+
};
|
|
1490
|
+
systemBar: {
|
|
1491
|
+
height: string;
|
|
1492
|
+
denseHeight: string;
|
|
1493
|
+
padding: string;
|
|
1494
|
+
densePadding: string;
|
|
1495
|
+
gap: string;
|
|
1496
|
+
sectionGap: string;
|
|
1497
|
+
borderColor: string;
|
|
1498
|
+
backgroundColor: string;
|
|
1499
|
+
textColor: string;
|
|
1500
|
+
zIndex: string;
|
|
1501
|
+
};
|
|
1369
1502
|
footer: {
|
|
1370
1503
|
minHeight: string;
|
|
1371
1504
|
denseMinHeight: string;
|
|
@@ -1400,6 +1533,13 @@ declare const _default: {
|
|
|
1400
1533
|
overlayBackgroundColor: string;
|
|
1401
1534
|
zIndex: string;
|
|
1402
1535
|
};
|
|
1536
|
+
mainLayoutRegion: {
|
|
1537
|
+
padding: string;
|
|
1538
|
+
maxWidth: string;
|
|
1539
|
+
borderColor: string;
|
|
1540
|
+
backgroundColor: string;
|
|
1541
|
+
textColor: string;
|
|
1542
|
+
};
|
|
1403
1543
|
splitLayout: {
|
|
1404
1544
|
minHeight: string;
|
|
1405
1545
|
gap: string;
|
|
@@ -2139,6 +2279,38 @@ declare const _default: {
|
|
|
2139
2279
|
textColor: string;
|
|
2140
2280
|
disabledOpacity: string;
|
|
2141
2281
|
};
|
|
2282
|
+
selectionControl: {
|
|
2283
|
+
gap: string;
|
|
2284
|
+
textColor: string;
|
|
2285
|
+
disabledOpacity: string;
|
|
2286
|
+
boxSize: string;
|
|
2287
|
+
boxBorderRadius: string;
|
|
2288
|
+
boxBorderColor: string;
|
|
2289
|
+
boxBackgroundColor: string;
|
|
2290
|
+
boxCheckedBackgroundColor: string;
|
|
2291
|
+
boxCheckedBorderColor: string;
|
|
2292
|
+
boxCheckColor: string;
|
|
2293
|
+
boxCheckRadius: string;
|
|
2294
|
+
radioSize: string;
|
|
2295
|
+
radioBorderColor: string;
|
|
2296
|
+
radioBackgroundColor: string;
|
|
2297
|
+
radioCheckedBackgroundColor: string;
|
|
2298
|
+
radioCheckedBorderColor: string;
|
|
2299
|
+
radioDotSize: string;
|
|
2300
|
+
radioDotColor: string;
|
|
2301
|
+
switchWidth: string;
|
|
2302
|
+
switchHeight: string;
|
|
2303
|
+
switchThumbSize: string;
|
|
2304
|
+
switchThumbOffset: string;
|
|
2305
|
+
switchThumbTranslateOffset: string;
|
|
2306
|
+
switchBackgroundColor: string;
|
|
2307
|
+
switchCheckedBackgroundColor: string;
|
|
2308
|
+
switchThumbColor: string;
|
|
2309
|
+
};
|
|
2310
|
+
selectionControlGroup: {
|
|
2311
|
+
gap: string;
|
|
2312
|
+
horizontalGap: string;
|
|
2313
|
+
};
|
|
2142
2314
|
segmentedControl: {
|
|
2143
2315
|
fontSize: string;
|
|
2144
2316
|
padding: string;
|
|
@@ -2166,6 +2338,97 @@ declare const _default: {
|
|
|
2166
2338
|
segmentPadding: string;
|
|
2167
2339
|
};
|
|
2168
2340
|
};
|
|
2341
|
+
themeModeSwitch: {
|
|
2342
|
+
fontSize: string;
|
|
2343
|
+
padding: string;
|
|
2344
|
+
gap: string;
|
|
2345
|
+
borderRadius: string;
|
|
2346
|
+
borderColor: string;
|
|
2347
|
+
backgroundColor: string;
|
|
2348
|
+
textColor: string;
|
|
2349
|
+
hoverBackgroundColor: string;
|
|
2350
|
+
activeBackgroundColor: string;
|
|
2351
|
+
activeTextColor: string;
|
|
2352
|
+
focusRingShadow: string;
|
|
2353
|
+
disabledOpacity: string;
|
|
2354
|
+
segmentPadding: string;
|
|
2355
|
+
segmentRadius: string;
|
|
2356
|
+
segmentFontWeight: string;
|
|
2357
|
+
small: {
|
|
2358
|
+
fontSize: string;
|
|
2359
|
+
padding: string;
|
|
2360
|
+
segmentPadding: string;
|
|
2361
|
+
};
|
|
2362
|
+
large: {
|
|
2363
|
+
fontSize: string;
|
|
2364
|
+
padding: string;
|
|
2365
|
+
segmentPadding: string;
|
|
2366
|
+
};
|
|
2367
|
+
};
|
|
2368
|
+
toggleButton: {
|
|
2369
|
+
fontSize: string;
|
|
2370
|
+
padding: string;
|
|
2371
|
+
borderRadius: string;
|
|
2372
|
+
borderColor: string;
|
|
2373
|
+
backgroundColor: string;
|
|
2374
|
+
textColor: string;
|
|
2375
|
+
hoverBackgroundColor: string;
|
|
2376
|
+
activeBorderColor: string;
|
|
2377
|
+
activeBackgroundColor: string;
|
|
2378
|
+
activeTextColor: string;
|
|
2379
|
+
focusRingShadow: string;
|
|
2380
|
+
disabledOpacity: string;
|
|
2381
|
+
iconGap: string;
|
|
2382
|
+
small: {
|
|
2383
|
+
fontSize: string;
|
|
2384
|
+
padding: string;
|
|
2385
|
+
};
|
|
2386
|
+
large: {
|
|
2387
|
+
fontSize: string;
|
|
2388
|
+
padding: string;
|
|
2389
|
+
};
|
|
2390
|
+
};
|
|
2391
|
+
hover: {
|
|
2392
|
+
disabledOpacity: string;
|
|
2393
|
+
};
|
|
2394
|
+
kbd: {
|
|
2395
|
+
fontFamily: string;
|
|
2396
|
+
fontSize: string;
|
|
2397
|
+
fontWeight: string;
|
|
2398
|
+
lineHeight: string;
|
|
2399
|
+
gap: string;
|
|
2400
|
+
keyPadding: string;
|
|
2401
|
+
keyMinWidth: string;
|
|
2402
|
+
keyBorderRadius: string;
|
|
2403
|
+
keyBorderColor: string;
|
|
2404
|
+
keyBackgroundColor: string;
|
|
2405
|
+
keyTextColor: string;
|
|
2406
|
+
keyShadow: string;
|
|
2407
|
+
separatorColor: string;
|
|
2408
|
+
disabledOpacity: string;
|
|
2409
|
+
small: {
|
|
2410
|
+
fontSize: string;
|
|
2411
|
+
keyPadding: string;
|
|
2412
|
+
keyMinWidth: string;
|
|
2413
|
+
};
|
|
2414
|
+
large: {
|
|
2415
|
+
fontSize: string;
|
|
2416
|
+
keyPadding: string;
|
|
2417
|
+
keyMinWidth: string;
|
|
2418
|
+
};
|
|
2419
|
+
};
|
|
2420
|
+
lazy: {
|
|
2421
|
+
placeholderMinHeight: string;
|
|
2422
|
+
placeholderBorderRadius: string;
|
|
2423
|
+
placeholderBackgroundColor: string;
|
|
2424
|
+
disabledOpacity: string;
|
|
2425
|
+
};
|
|
2426
|
+
parallax: {
|
|
2427
|
+
overflow: string;
|
|
2428
|
+
transformOrigin: string;
|
|
2429
|
+
transition: string;
|
|
2430
|
+
disabledOpacity: string;
|
|
2431
|
+
};
|
|
2169
2432
|
tabs: {
|
|
2170
2433
|
gap: string;
|
|
2171
2434
|
listGap: string;
|
|
@@ -2201,6 +2464,45 @@ declare const _default: {
|
|
|
2201
2464
|
tabActiveBorderColor: string;
|
|
2202
2465
|
disabledOpacity: string;
|
|
2203
2466
|
};
|
|
2467
|
+
window: {
|
|
2468
|
+
gap: string;
|
|
2469
|
+
padding: string;
|
|
2470
|
+
minHeight: string;
|
|
2471
|
+
borderColor: string;
|
|
2472
|
+
borderRadius: string;
|
|
2473
|
+
backgroundColor: string;
|
|
2474
|
+
textColor: string;
|
|
2475
|
+
controlsGap: string;
|
|
2476
|
+
controlPadding: string;
|
|
2477
|
+
controlRadius: string;
|
|
2478
|
+
controlBorderColor: string;
|
|
2479
|
+
controlBackgroundColor: string;
|
|
2480
|
+
controlTextColor: string;
|
|
2481
|
+
controlHoverBackgroundColor: string;
|
|
2482
|
+
transitionDuration: string;
|
|
2483
|
+
transitionTiming: string;
|
|
2484
|
+
disabledOpacity: string;
|
|
2485
|
+
};
|
|
2486
|
+
slideGroup: {
|
|
2487
|
+
gap: string;
|
|
2488
|
+
controlsGap: string;
|
|
2489
|
+
controlSize: string;
|
|
2490
|
+
controlRadius: string;
|
|
2491
|
+
controlBorderColor: string;
|
|
2492
|
+
controlBackgroundColor: string;
|
|
2493
|
+
controlTextColor: string;
|
|
2494
|
+
controlHoverBackgroundColor: string;
|
|
2495
|
+
itemPadding: string;
|
|
2496
|
+
itemBorderRadius: string;
|
|
2497
|
+
itemBorderColor: string;
|
|
2498
|
+
itemBackgroundColor: string;
|
|
2499
|
+
itemTextColor: string;
|
|
2500
|
+
itemHoverBackgroundColor: string;
|
|
2501
|
+
itemActiveBackgroundColor: string;
|
|
2502
|
+
itemActiveTextColor: string;
|
|
2503
|
+
itemActiveBorderColor: string;
|
|
2504
|
+
disabledOpacity: string;
|
|
2505
|
+
};
|
|
2204
2506
|
accordion: {
|
|
2205
2507
|
gap: string;
|
|
2206
2508
|
borderRadius: string;
|
|
@@ -2457,6 +2759,56 @@ declare const _default: {
|
|
|
2457
2759
|
textColor: string;
|
|
2458
2760
|
};
|
|
2459
2761
|
};
|
|
2762
|
+
snackbarQueue: {
|
|
2763
|
+
actionGap: string;
|
|
2764
|
+
actionPadding: string;
|
|
2765
|
+
actionRadius: string;
|
|
2766
|
+
actionBorderColor: string;
|
|
2767
|
+
actionBackgroundColor: string;
|
|
2768
|
+
actionTextColor: string;
|
|
2769
|
+
actionHoverBackgroundColor: string;
|
|
2770
|
+
};
|
|
2771
|
+
banner: {
|
|
2772
|
+
gap: string;
|
|
2773
|
+
padding: string;
|
|
2774
|
+
borderRadius: string;
|
|
2775
|
+
borderColor: string;
|
|
2776
|
+
backgroundColor: string;
|
|
2777
|
+
textColor: string;
|
|
2778
|
+
iconColor: string;
|
|
2779
|
+
fontSize: string;
|
|
2780
|
+
lineHeight: string;
|
|
2781
|
+
bodyGap: string;
|
|
2782
|
+
titleFontSize: string;
|
|
2783
|
+
titleFontWeight: string;
|
|
2784
|
+
actionsGap: string;
|
|
2785
|
+
closeSize: string;
|
|
2786
|
+
closeRadius: string;
|
|
2787
|
+
closeFontSize: string;
|
|
2788
|
+
closeHoverBackgroundColor: string;
|
|
2789
|
+
stickyTop: string;
|
|
2790
|
+
zIndex: string;
|
|
2791
|
+
info: {
|
|
2792
|
+
backgroundColor: string;
|
|
2793
|
+
borderColor: string;
|
|
2794
|
+
textColor: string;
|
|
2795
|
+
};
|
|
2796
|
+
success: {
|
|
2797
|
+
backgroundColor: string;
|
|
2798
|
+
borderColor: string;
|
|
2799
|
+
textColor: string;
|
|
2800
|
+
};
|
|
2801
|
+
warn: {
|
|
2802
|
+
backgroundColor: string;
|
|
2803
|
+
borderColor: string;
|
|
2804
|
+
textColor: string;
|
|
2805
|
+
};
|
|
2806
|
+
danger: {
|
|
2807
|
+
backgroundColor: string;
|
|
2808
|
+
borderColor: string;
|
|
2809
|
+
textColor: string;
|
|
2810
|
+
};
|
|
2811
|
+
};
|
|
2460
2812
|
alert: {
|
|
2461
2813
|
gap: string;
|
|
2462
2814
|
padding: string;
|
|
@@ -2904,6 +3256,15 @@ declare const _default: {
|
|
|
2904
3256
|
statusSize: string;
|
|
2905
3257
|
};
|
|
2906
3258
|
};
|
|
3259
|
+
avatarGroup: {
|
|
3260
|
+
gap: string;
|
|
3261
|
+
overlapOffset: string;
|
|
3262
|
+
ringWidth: string;
|
|
3263
|
+
ringColor: string;
|
|
3264
|
+
overflowBackgroundColor: string;
|
|
3265
|
+
overflowTextColor: string;
|
|
3266
|
+
disabledOpacity: string;
|
|
3267
|
+
};
|
|
2907
3268
|
spinner: {
|
|
2908
3269
|
size: string;
|
|
2909
3270
|
thickness: string;
|
|
@@ -3561,6 +3922,41 @@ declare const _default: {
|
|
|
3561
3922
|
darkStateColor: string;
|
|
3562
3923
|
disabledOpacity: string;
|
|
3563
3924
|
};
|
|
3925
|
+
codeBlock: {
|
|
3926
|
+
gap: string;
|
|
3927
|
+
borderColor: string;
|
|
3928
|
+
borderRadius: string;
|
|
3929
|
+
backgroundColor: string;
|
|
3930
|
+
textColor: string;
|
|
3931
|
+
fontFamily: string;
|
|
3932
|
+
fontSize: string;
|
|
3933
|
+
lineHeight: string;
|
|
3934
|
+
padding: string;
|
|
3935
|
+
headerGap: string;
|
|
3936
|
+
headerPadding: string;
|
|
3937
|
+
headerBorderColor: string;
|
|
3938
|
+
metaGap: string;
|
|
3939
|
+
metaColor: string;
|
|
3940
|
+
metaFontSize: string;
|
|
3941
|
+
filenameColor: string;
|
|
3942
|
+
filenameFontWeight: string;
|
|
3943
|
+
actionsGap: string;
|
|
3944
|
+
actionBorderColor: string;
|
|
3945
|
+
actionBorderRadius: string;
|
|
3946
|
+
actionBackgroundColor: string;
|
|
3947
|
+
actionTextColor: string;
|
|
3948
|
+
actionPadding: string;
|
|
3949
|
+
actionFontSize: string;
|
|
3950
|
+
lineGap: string;
|
|
3951
|
+
lineNumberColor: string;
|
|
3952
|
+
lineNumberMinWidth: string;
|
|
3953
|
+
tokenKeywordColor: string;
|
|
3954
|
+
tokenStringColor: string;
|
|
3955
|
+
tokenNumberColor: string;
|
|
3956
|
+
tokenCommentColor: string;
|
|
3957
|
+
tokenVariableColor: string;
|
|
3958
|
+
disabledOpacity: string;
|
|
3959
|
+
};
|
|
3564
3960
|
scheduler: {
|
|
3565
3961
|
gap: string;
|
|
3566
3962
|
borderColor: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemonster-ru/vueforge",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.98.0",
|
|
4
4
|
"description": "Open source UI components for Vue.js.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Kirill Kolesnikov",
|
|
@@ -46,16 +46,14 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"dev": "vite dev --force --mode development",
|
|
48
48
|
"build": "vite build --mode production",
|
|
49
|
+
"build:docs": "vite build --config vite.docs.config.mts --mode production",
|
|
49
50
|
"lint": "node --import tsx ./node_modules/eslint/bin/eslint.js . --ext .ts,.vue --config eslint.config.ts",
|
|
51
|
+
"format": "prettier --write .",
|
|
52
|
+
"format:check": "prettier --check .",
|
|
50
53
|
"typecheck": "vue-tsc --noEmit",
|
|
51
54
|
"test": "vitest run",
|
|
52
55
|
"test:ssr": "vitest run src/package/components/__tests__/ssr-hydration.test.ts",
|
|
53
|
-
"
|
|
54
|
-
"test:visual:update": "playwright test --update-snapshots",
|
|
55
|
-
"benchmark:run": "node --import tsx ./scripts/run-performance-benchmarks.ts",
|
|
56
|
-
"verify:performance-report": "node --import tsx ./scripts/verify-performance-report.ts",
|
|
57
|
-
"performance:check": "npm run benchmark:run && npm run verify:performance-report",
|
|
58
|
-
"verify:performance-budgets": "node --import tsx ./scripts/verify-performance-budgets.ts",
|
|
56
|
+
"verify:bundle-size": "node --import tsx ./scripts/verify-bundle-size.ts",
|
|
59
57
|
"verify:semver": "node --import tsx ./scripts/verify-semver-checklist.ts"
|
|
60
58
|
},
|
|
61
59
|
"peerDependencies": {
|
|
@@ -83,7 +81,6 @@
|
|
|
83
81
|
"jiti": "^2.4.2",
|
|
84
82
|
"jsdom": "^24.0.0",
|
|
85
83
|
"pinia": "^2.2.4",
|
|
86
|
-
"@playwright/test": "^1.52.0",
|
|
87
84
|
"prettier": "^3.3.2",
|
|
88
85
|
"sass": "^1.77.8",
|
|
89
86
|
"tsx": "^4.20.5",
|