@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
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
backgroundColor: string;
|
|
6
|
+
textColor: string;
|
|
7
|
+
fontFamily: string;
|
|
8
|
+
fontSize: string;
|
|
9
|
+
lineHeight: string;
|
|
10
|
+
padding: string;
|
|
11
|
+
headerGap: string;
|
|
12
|
+
headerPadding: string;
|
|
13
|
+
headerBorderColor: string;
|
|
14
|
+
metaGap: string;
|
|
15
|
+
metaColor: string;
|
|
16
|
+
metaFontSize: string;
|
|
17
|
+
filenameColor: string;
|
|
18
|
+
filenameFontWeight: string;
|
|
19
|
+
actionsGap: string;
|
|
20
|
+
actionBorderColor: string;
|
|
21
|
+
actionBorderRadius: string;
|
|
22
|
+
actionBackgroundColor: string;
|
|
23
|
+
actionTextColor: string;
|
|
24
|
+
actionPadding: string;
|
|
25
|
+
actionFontSize: string;
|
|
26
|
+
lineGap: string;
|
|
27
|
+
lineNumberColor: string;
|
|
28
|
+
lineNumberMinWidth: string;
|
|
29
|
+
tokenKeywordColor: string;
|
|
30
|
+
tokenStringColor: string;
|
|
31
|
+
tokenNumberColor: string;
|
|
32
|
+
tokenCommentColor: string;
|
|
33
|
+
tokenVariableColor: string;
|
|
34
|
+
disabledOpacity: string;
|
|
35
|
+
};
|
|
36
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
labelOffsetX: string;
|
|
3
|
+
labelFloatingTop: string;
|
|
4
|
+
labelPadding: string;
|
|
5
|
+
labelFontSize: string;
|
|
6
|
+
labelFloatingFontSize: string;
|
|
7
|
+
labelColor: string;
|
|
8
|
+
labelFloatingColor: string;
|
|
9
|
+
labelBackgroundColor: string;
|
|
10
|
+
requiredColor: string;
|
|
11
|
+
invalidColor: string;
|
|
12
|
+
transition: string;
|
|
13
|
+
disabledOpacity: string;
|
|
14
|
+
small: {
|
|
15
|
+
labelFontSize: string;
|
|
16
|
+
};
|
|
17
|
+
large: {
|
|
18
|
+
labelFontSize: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
offsetX: string;
|
|
3
|
+
offsetY: string;
|
|
4
|
+
padding: string;
|
|
5
|
+
fontSize: string;
|
|
6
|
+
color: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
requiredColor: string;
|
|
9
|
+
invalidColor: string;
|
|
10
|
+
disabledOpacity: string;
|
|
11
|
+
small: {
|
|
12
|
+
fontSize: string;
|
|
13
|
+
};
|
|
14
|
+
large: {
|
|
15
|
+
fontSize: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
fontFamily: string;
|
|
3
|
+
fontSize: string;
|
|
4
|
+
fontWeight: string;
|
|
5
|
+
lineHeight: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
keyPadding: string;
|
|
8
|
+
keyMinWidth: string;
|
|
9
|
+
keyBorderRadius: string;
|
|
10
|
+
keyBorderColor: string;
|
|
11
|
+
keyBackgroundColor: string;
|
|
12
|
+
keyTextColor: string;
|
|
13
|
+
keyShadow: string;
|
|
14
|
+
separatorColor: string;
|
|
15
|
+
disabledOpacity: string;
|
|
16
|
+
small: {
|
|
17
|
+
fontSize: string;
|
|
18
|
+
keyPadding: string;
|
|
19
|
+
keyMinWidth: string;
|
|
20
|
+
};
|
|
21
|
+
large: {
|
|
22
|
+
fontSize: string;
|
|
23
|
+
keyPadding: string;
|
|
24
|
+
keyMinWidth: string;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
textColor: string;
|
|
4
|
+
disabledOpacity: string;
|
|
5
|
+
boxSize: string;
|
|
6
|
+
boxBorderRadius: string;
|
|
7
|
+
boxBorderColor: string;
|
|
8
|
+
boxBackgroundColor: string;
|
|
9
|
+
boxCheckedBackgroundColor: string;
|
|
10
|
+
boxCheckedBorderColor: string;
|
|
11
|
+
boxCheckColor: string;
|
|
12
|
+
boxCheckRadius: string;
|
|
13
|
+
radioSize: string;
|
|
14
|
+
radioBorderColor: string;
|
|
15
|
+
radioBackgroundColor: string;
|
|
16
|
+
radioCheckedBackgroundColor: string;
|
|
17
|
+
radioCheckedBorderColor: string;
|
|
18
|
+
radioDotSize: string;
|
|
19
|
+
radioDotColor: string;
|
|
20
|
+
switchWidth: string;
|
|
21
|
+
switchHeight: string;
|
|
22
|
+
switchThumbSize: string;
|
|
23
|
+
switchThumbOffset: string;
|
|
24
|
+
switchThumbTranslateOffset: string;
|
|
25
|
+
switchBackgroundColor: string;
|
|
26
|
+
switchCheckedBackgroundColor: string;
|
|
27
|
+
switchThumbColor: string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
borderRadius: string;
|
|
3
|
+
borderColor: string;
|
|
4
|
+
sectionBorderColor: string;
|
|
5
|
+
backgroundColor: string;
|
|
6
|
+
textColor: string;
|
|
7
|
+
tonalBackgroundColor: string;
|
|
8
|
+
tonalTextColor: string;
|
|
9
|
+
shadow: string;
|
|
10
|
+
shadowHover: string;
|
|
11
|
+
transition: string;
|
|
12
|
+
disabledOpacity: string;
|
|
13
|
+
headerPadding: string;
|
|
14
|
+
bodyPadding: string;
|
|
15
|
+
footerPadding: string;
|
|
16
|
+
};
|
|
17
|
+
export default _default;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
controlsGap: string;
|
|
4
|
+
controlSize: string;
|
|
5
|
+
controlRadius: string;
|
|
6
|
+
controlBorderColor: string;
|
|
7
|
+
controlBackgroundColor: string;
|
|
8
|
+
controlTextColor: string;
|
|
9
|
+
controlHoverBackgroundColor: string;
|
|
10
|
+
itemPadding: string;
|
|
11
|
+
itemBorderRadius: string;
|
|
12
|
+
itemBorderColor: string;
|
|
13
|
+
itemBackgroundColor: string;
|
|
14
|
+
itemTextColor: string;
|
|
15
|
+
itemHoverBackgroundColor: string;
|
|
16
|
+
itemActiveBackgroundColor: string;
|
|
17
|
+
itemActiveTextColor: string;
|
|
18
|
+
itemActiveBorderColor: string;
|
|
19
|
+
disabledOpacity: string;
|
|
20
|
+
};
|
|
21
|
+
export default _default;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
height: string;
|
|
3
|
+
denseHeight: string;
|
|
4
|
+
padding: string;
|
|
5
|
+
densePadding: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
sectionGap: string;
|
|
8
|
+
borderColor: string;
|
|
9
|
+
backgroundColor: string;
|
|
10
|
+
textColor: string;
|
|
11
|
+
zIndex: string;
|
|
12
|
+
};
|
|
13
|
+
export default _default;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
fontSize: string;
|
|
3
|
+
padding: string;
|
|
4
|
+
gap: string;
|
|
5
|
+
borderRadius: string;
|
|
6
|
+
borderColor: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
textColor: string;
|
|
9
|
+
hoverBackgroundColor: string;
|
|
10
|
+
activeBackgroundColor: string;
|
|
11
|
+
activeTextColor: string;
|
|
12
|
+
focusRingShadow: string;
|
|
13
|
+
disabledOpacity: string;
|
|
14
|
+
segmentPadding: string;
|
|
15
|
+
segmentRadius: string;
|
|
16
|
+
segmentFontWeight: string;
|
|
17
|
+
small: {
|
|
18
|
+
fontSize: string;
|
|
19
|
+
padding: string;
|
|
20
|
+
segmentPadding: string;
|
|
21
|
+
};
|
|
22
|
+
large: {
|
|
23
|
+
fontSize: string;
|
|
24
|
+
padding: string;
|
|
25
|
+
segmentPadding: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
fontSize: string;
|
|
3
|
+
padding: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
backgroundColor: string;
|
|
7
|
+
textColor: string;
|
|
8
|
+
hoverBackgroundColor: string;
|
|
9
|
+
activeBorderColor: string;
|
|
10
|
+
activeBackgroundColor: string;
|
|
11
|
+
activeTextColor: string;
|
|
12
|
+
focusRingShadow: string;
|
|
13
|
+
disabledOpacity: string;
|
|
14
|
+
iconGap: string;
|
|
15
|
+
small: {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
padding: string;
|
|
18
|
+
};
|
|
19
|
+
large: {
|
|
20
|
+
fontSize: string;
|
|
21
|
+
padding: string;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
gap: string;
|
|
3
|
+
padding: string;
|
|
4
|
+
minHeight: string;
|
|
5
|
+
borderColor: string;
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
backgroundColor: string;
|
|
8
|
+
textColor: string;
|
|
9
|
+
controlsGap: string;
|
|
10
|
+
controlPadding: string;
|
|
11
|
+
controlRadius: string;
|
|
12
|
+
controlBorderColor: string;
|
|
13
|
+
controlBackgroundColor: string;
|
|
14
|
+
controlTextColor: string;
|
|
15
|
+
controlHoverBackgroundColor: string;
|
|
16
|
+
transitionDuration: string;
|
|
17
|
+
transitionTiming: string;
|
|
18
|
+
disabledOpacity: string;
|
|
19
|
+
};
|
|
20
|
+
export default _default;
|