@codemonster-ru/vueforge-core 1.7.0 → 1.8.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/README.md +26 -19
- package/dist/components/breadcrumbs/VfBreadcrumbs.vue.d.ts +13 -0
- package/dist/components/breadcrumbs/VfBreadcrumbs.vue.d.ts.map +1 -0
- package/dist/components/breadcrumbs/index.d.ts +2 -0
- package/dist/components/breadcrumbs/index.d.ts.map +1 -0
- package/dist/components/dialog/VfDialog.vue.d.ts.map +1 -1
- package/dist/components/drawer/VfDrawer.vue.d.ts +2 -0
- package/dist/components/drawer/VfDrawer.vue.d.ts.map +1 -1
- package/dist/components/index.d.ts +4 -3
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/link/VfLink.vue.d.ts +4 -4
- package/dist/components/link/VfLink.vue.d.ts.map +1 -1
- package/dist/components/menu-bar/VfMenuBar.vue.d.ts +24 -0
- package/dist/components/menu-bar/VfMenuBar.vue.d.ts.map +1 -0
- package/dist/components/menu-bar/VfMenuBarItemNode.vue.d.ts +18 -0
- package/dist/components/menu-bar/VfMenuBarItemNode.vue.d.ts.map +1 -0
- package/dist/components/menu-bar/index.d.ts +2 -0
- package/dist/components/menu-bar/index.d.ts.map +1 -0
- package/dist/components/nav-menu/VfNavMenu.vue.d.ts +1 -1
- package/dist/components/nav-menu/VfNavMenu.vue.d.ts.map +1 -1
- package/dist/components/nav-menu/VfNavMenuItemNode.vue.d.ts.map +1 -1
- package/dist/components/select/VfSelect.vue.d.ts +31 -0
- package/dist/components/select/VfSelect.vue.d.ts.map +1 -0
- package/dist/components/select/index.d.ts +2 -0
- package/dist/components/select/index.d.ts.map +1 -0
- package/dist/components/{prose/VfProse.vue.d.ts → table/VfTable.vue.d.ts} +14 -5
- package/dist/components/table/VfTable.vue.d.ts.map +1 -0
- package/dist/components/table/index.d.ts +2 -0
- package/dist/components/table/index.d.ts.map +1 -0
- package/dist/components/table-of-contents/VfTableOfContents.vue.d.ts +5 -18
- package/dist/components/table-of-contents/VfTableOfContents.vue.d.ts.map +1 -1
- package/dist/components/tabs/VfTabs.vue.d.ts +6 -2
- package/dist/components/tabs/VfTabs.vue.d.ts.map +1 -1
- package/dist/components/theme-switch/VfThemeSwitch.vue.d.ts.map +1 -1
- package/dist/components/tooltip/VfTooltip.vue.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/providers/VfThemeProvider.vue.d.ts.map +1 -1
- package/dist/styles.css +1 -1
- package/dist/theme/default-preset-source.d.ts +10 -10
- package/dist/theme/default-preset-source.d.ts.map +1 -1
- package/dist/theme/utils.d.ts.map +1 -1
- package/dist/theme-api.js +1 -1
- package/dist/theme.css +26 -18
- package/dist/tokens.css +54 -54
- package/dist/types/components.d.ts +15 -3
- package/dist/types/components.d.ts.map +1 -1
- package/dist/types/theme.d.ts +12 -8
- package/dist/types/theme.d.ts.map +1 -1
- package/dist/{utils-T2JkaeUr.js → utils-BJVEoCfQ.js} +81 -76
- package/dist/vueforge-core.js +1956 -1254
- package/package.json +5 -2
- package/dist/components/heading/VfHeading.vue.d.ts +0 -26
- package/dist/components/heading/VfHeading.vue.d.ts.map +0 -1
- package/dist/components/heading/index.d.ts +0 -2
- package/dist/components/heading/index.d.ts.map +0 -1
- package/dist/components/prose/VfProse.vue.d.ts.map +0 -1
- package/dist/components/prose/index.d.ts +0 -2
- package/dist/components/prose/index.d.ts.map +0 -1
- package/dist/components/text/VfText.vue.d.ts +0 -28
- package/dist/components/text/VfText.vue.d.ts.map +0 -1
- package/dist/components/text/index.d.ts +0 -2
- package/dist/components/text/index.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codemonster-ru/vueforge-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Foundation layer for the VueForge design system.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -97,7 +97,10 @@
|
|
|
97
97
|
},
|
|
98
98
|
"dependencies": {
|
|
99
99
|
"@codemonster-ru/floater.js": "^1.0.8",
|
|
100
|
-
"@codemonster-ru/vueforge-theme": "^1.
|
|
100
|
+
"@codemonster-ru/vueforge-theme": "^1.2.0",
|
|
101
101
|
"@codemonster-ru/vueiconify": "^1.0.1"
|
|
102
|
+
},
|
|
103
|
+
"overrides": {
|
|
104
|
+
"@microsoft/api-extractor": "^7.58.1"
|
|
102
105
|
}
|
|
103
106
|
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { VfHeadingSize } from '../../types/components';
|
|
2
|
-
interface VfHeadingProps {
|
|
3
|
-
as?: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span";
|
|
4
|
-
size?: VfHeadingSize;
|
|
5
|
-
}
|
|
6
|
-
declare function __VLS_template(): {
|
|
7
|
-
attrs: Partial<{}>;
|
|
8
|
-
slots: {
|
|
9
|
-
default?(_: {}): any;
|
|
10
|
-
};
|
|
11
|
-
refs: {};
|
|
12
|
-
rootEl: any;
|
|
13
|
-
};
|
|
14
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
15
|
-
declare const __VLS_component: import('vue').DefineComponent<VfHeadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfHeadingProps> & Readonly<{}>, {
|
|
16
|
-
size: VfHeadingSize;
|
|
17
|
-
as: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "div" | "span";
|
|
18
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
20
|
-
export default _default;
|
|
21
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
22
|
-
new (): {
|
|
23
|
-
$slots: S;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=VfHeading.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VfHeading.vue.d.ts","sourceRoot":"","sources":["../../../src/components/heading/VfHeading.vue"],"names":[],"mappings":"AAgCA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAMxD,UAAU,cAAc;IACtB,EAAE,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM,CAAC;IAC9D,IAAI,CAAC,EAAE,aAAa,CAAC;CACtB;AAiBD,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAnEZ,aAAa;QADf,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,KAAK,GAAG,MAAM;6EA2E7D,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/heading/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VfProse.vue.d.ts","sourceRoot":"","sources":["../../../src/components/prose/VfProse.vue"],"names":[],"mappings":"AAkCA,UAAU,YAAY;IACpB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAeD,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;QAjEd,MAAM;6EAwEX,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/prose/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAC"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { VfTextSize, VfTextTone } from '../../types/components';
|
|
2
|
-
interface VfTextProps {
|
|
3
|
-
as?: "p" | "span" | "div" | "label" | "small";
|
|
4
|
-
size?: VfTextSize;
|
|
5
|
-
tone?: VfTextTone;
|
|
6
|
-
}
|
|
7
|
-
declare function __VLS_template(): {
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: any;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('vue').DefineComponent<VfTextProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfTextProps> & Readonly<{}>, {
|
|
17
|
-
size: VfTextSize;
|
|
18
|
-
tone: VfTextTone;
|
|
19
|
-
as: "p" | "span" | "div" | "label" | "small";
|
|
20
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
21
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
22
|
-
export default _default;
|
|
23
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
24
|
-
new (): {
|
|
25
|
-
$slots: S;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
//# sourceMappingURL=VfText.vue.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"VfText.vue.d.ts","sourceRoot":"","sources":["../../../src/components/text/VfText.vue"],"names":[],"mappings":"AAwCA,OAAO,KAAK,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAMjE,UAAU,WAAW;IACnB,EAAE,CAAC,EAAE,GAAG,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO,CAAC;IAC9C,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,CAAC;CACnB;AAyBD,iBAAS,cAAc;WAgCT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA5EZ,UAAU;UACV,UAAU;QAFZ,GAAG,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,OAAO;6EAoF7C,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/text/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAC"}
|