@codemonster-ru/vueforge-core 1.0.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 -0
- package/README.md +70 -0
- package/dist/components/accordion/VfAccordion.vue.d.ts +40 -0
- package/dist/components/accordion/VfAccordion.vue.d.ts.map +1 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/accordion/index.d.ts.map +1 -0
- package/dist/components/alert/VfAlert.vue.d.ts +27 -0
- package/dist/components/alert/VfAlert.vue.d.ts.map +1 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/alert/index.d.ts.map +1 -0
- package/dist/components/badge/VfBadge.vue.d.ts +24 -0
- package/dist/components/badge/VfBadge.vue.d.ts.map +1 -0
- package/dist/components/badge/index.d.ts +2 -0
- package/dist/components/badge/index.d.ts.map +1 -0
- package/dist/components/button/VfButton.vue.d.ts +30 -0
- package/dist/components/button/VfButton.vue.d.ts.map +1 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/button/index.d.ts.map +1 -0
- package/dist/components/card/VfCard.vue.d.ts +27 -0
- package/dist/components/card/VfCard.vue.d.ts.map +1 -0
- package/dist/components/card/index.d.ts +2 -0
- package/dist/components/card/index.d.ts.map +1 -0
- package/dist/components/dialog/VfDialog.vue.d.ts +59 -0
- package/dist/components/dialog/VfDialog.vue.d.ts.map +1 -0
- package/dist/components/dialog/index.d.ts +2 -0
- package/dist/components/dialog/index.d.ts.map +1 -0
- package/dist/components/divider/VfDivider.vue.d.ts +9 -0
- package/dist/components/divider/VfDivider.vue.d.ts.map +1 -0
- package/dist/components/divider/index.d.ts +2 -0
- package/dist/components/divider/index.d.ts.map +1 -0
- package/dist/components/dropdown/VfDropdown.vue.d.ts +53 -0
- package/dist/components/dropdown/VfDropdown.vue.d.ts.map +1 -0
- package/dist/components/dropdown/index.d.ts +2 -0
- package/dist/components/dropdown/index.d.ts.map +1 -0
- package/dist/components/icon-button/VfIconButton.vue.d.ts +15 -0
- package/dist/components/icon-button/VfIconButton.vue.d.ts.map +1 -0
- package/dist/components/icon-button/index.d.ts +2 -0
- package/dist/components/icon-button/index.d.ts.map +1 -0
- package/dist/components/index.d.ts +18 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/input/VfInput.vue.d.ts +17 -0
- package/dist/components/input/VfInput.vue.d.ts.map +1 -0
- package/dist/components/input/index.d.ts +2 -0
- package/dist/components/input/index.d.ts.map +1 -0
- package/dist/components/link/VfLink.vue.d.ts +32 -0
- package/dist/components/link/VfLink.vue.d.ts.map +1 -0
- package/dist/components/link/index.d.ts +2 -0
- package/dist/components/link/index.d.ts.map +1 -0
- package/dist/components/panel/VfPanel.vue.d.ts +26 -0
- package/dist/components/panel/VfPanel.vue.d.ts.map +1 -0
- package/dist/components/panel/index.d.ts +2 -0
- package/dist/components/panel/index.d.ts.map +1 -0
- package/dist/components/popover/VfPopover.vue.d.ts +55 -0
- package/dist/components/popover/VfPopover.vue.d.ts.map +1 -0
- package/dist/components/popover/index.d.ts +2 -0
- package/dist/components/popover/index.d.ts.map +1 -0
- package/dist/components/tabs/VfTabs.vue.d.ts +35 -0
- package/dist/components/tabs/VfTabs.vue.d.ts.map +1 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/index.d.ts.map +1 -0
- package/dist/components/tag/VfTag.vue.d.ts +24 -0
- package/dist/components/tag/VfTag.vue.d.ts.map +1 -0
- package/dist/components/tag/index.d.ts +2 -0
- package/dist/components/tag/index.d.ts.map +1 -0
- package/dist/components/textarea/VfTextarea.vue.d.ts +17 -0
- package/dist/components/textarea/VfTextarea.vue.d.ts.map +1 -0
- package/dist/components/textarea/index.d.ts +2 -0
- package/dist/components/textarea/index.d.ts.map +1 -0
- package/dist/components/tooltip/VfTooltip.vue.d.ts +37 -0
- package/dist/components/tooltip/VfTooltip.vue.d.ts.map +1 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/tooltip/index.d.ts.map +1 -0
- package/dist/composables/index.d.ts +8 -0
- package/dist/composables/index.d.ts.map +1 -0
- package/dist/composables/useClickOutside.d.ts +8 -0
- package/dist/composables/useClickOutside.d.ts.map +1 -0
- package/dist/composables/useDisclosure.d.ts +15 -0
- package/dist/composables/useDisclosure.d.ts.map +1 -0
- package/dist/composables/useEscapeKey.d.ts +8 -0
- package/dist/composables/useEscapeKey.d.ts.map +1 -0
- package/dist/composables/useFloating.d.ts +25 -0
- package/dist/composables/useFloating.d.ts.map +1 -0
- package/dist/composables/useFocusTrap.d.ts +7 -0
- package/dist/composables/useFocusTrap.d.ts.map +1 -0
- package/dist/composables/useId.d.ts +8 -0
- package/dist/composables/useId.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +7 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/plugin.d.ts +4 -0
- package/dist/plugin.d.ts.map +1 -0
- package/dist/providers/VfThemeProvider.vue.d.ts +21 -0
- package/dist/providers/VfThemeProvider.vue.d.ts.map +1 -0
- package/dist/providers/themeContext.d.ts +3 -0
- package/dist/providers/themeContext.d.ts.map +1 -0
- package/dist/providers/vueForgeConfig.d.ts +7 -0
- package/dist/providers/vueForgeConfig.d.ts.map +1 -0
- package/dist/styles.css +1 -0
- package/dist/theme/default-preset.d.ts +3 -0
- package/dist/theme/default-preset.d.ts.map +1 -0
- package/dist/theme/index.d.ts +3 -0
- package/dist/theme/index.d.ts.map +1 -0
- package/dist/theme/utils.d.ts +11 -0
- package/dist/theme/utils.d.ts.map +1 -0
- package/dist/types/components.d.ts +15 -0
- package/dist/types/components.d.ts.map +1 -0
- package/dist/types/theme.d.ts +149 -0
- package/dist/types/theme.d.ts.map +1 -0
- package/dist/utils/classes.d.ts +2 -0
- package/dist/utils/classes.d.ts.map +1 -0
- package/dist/utils/theme.d.ts +6 -0
- package/dist/utils/theme.d.ts.map +1 -0
- package/dist/vueforge-core.js +1364 -0
- package/package.json +61 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026-present Kirill Kolesnikov
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
# @codemonster-ru/vueforge-core
|
|
2
|
+
|
|
3
|
+
[](https://www.npmjs.com/package/@codemonster-ru/vueforge-core)
|
|
4
|
+
[](https://www.npmjs.com/package/@codemonster-ru/vueforge-core)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
7
|
+
Stable foundation layer for the VueForge design system.
|
|
8
|
+
|
|
9
|
+
## Current scope
|
|
10
|
+
|
|
11
|
+
Version `1.0.0` focuses on:
|
|
12
|
+
|
|
13
|
+
- Vue 3 library build with Vite
|
|
14
|
+
- TypeScript declarations
|
|
15
|
+
- Vitest + Vue Test Utils
|
|
16
|
+
- Theme provider and `useTheme`
|
|
17
|
+
- CSS design tokens and theme variables
|
|
18
|
+
|
|
19
|
+
## Installation
|
|
20
|
+
|
|
21
|
+
```ts
|
|
22
|
+
import { createApp } from "vue";
|
|
23
|
+
import VueForge from "@codemonster-ru/vueforge-core";
|
|
24
|
+
|
|
25
|
+
const app = createApp(App);
|
|
26
|
+
|
|
27
|
+
app.use(VueForge);
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Theme Overrides
|
|
31
|
+
|
|
32
|
+
```ts
|
|
33
|
+
import { createApp } from "vue";
|
|
34
|
+
import VueForge, { defaultThemePreset } from "@codemonster-ru/vueforge-core";
|
|
35
|
+
|
|
36
|
+
const app = createApp(App);
|
|
37
|
+
|
|
38
|
+
app.use(VueForge, {
|
|
39
|
+
theme: {
|
|
40
|
+
preset: defaultThemePreset,
|
|
41
|
+
extend: {
|
|
42
|
+
colorPrimary: "#ff5a36",
|
|
43
|
+
},
|
|
44
|
+
},
|
|
45
|
+
});
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
For the full theme runtime and preset API, see [Theme API](./docs/theme-api.md).
|
|
49
|
+
|
|
50
|
+
## Development
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
npm install
|
|
54
|
+
npm run build
|
|
55
|
+
npm run test
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Visual Baseline
|
|
59
|
+
|
|
60
|
+
- [Visual Baseline 1.0](./docs/visual-baseline.md)
|
|
61
|
+
- [Theme API](./docs/theme-api.md)
|
|
62
|
+
- [Release Checklist](./docs/release-checklist.md)
|
|
63
|
+
|
|
64
|
+
## License
|
|
65
|
+
|
|
66
|
+
[MIT](LICENSE)
|
|
67
|
+
|
|
68
|
+
## Author
|
|
69
|
+
|
|
70
|
+
[@KolesnikovKirill](https://github.com/kolesnikovKirill)
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
interface VfAccordionProps {
|
|
2
|
+
open?: boolean;
|
|
3
|
+
defaultOpen?: boolean;
|
|
4
|
+
title?: string;
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare function __VLS_template(): {
|
|
8
|
+
attrs: Partial<{}>;
|
|
9
|
+
slots: {
|
|
10
|
+
trigger?(_: {
|
|
11
|
+
open: boolean;
|
|
12
|
+
}): any;
|
|
13
|
+
default?(_: {
|
|
14
|
+
open: true;
|
|
15
|
+
}): any;
|
|
16
|
+
};
|
|
17
|
+
refs: {};
|
|
18
|
+
rootEl: HTMLElement;
|
|
19
|
+
};
|
|
20
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
21
|
+
declare const __VLS_component: import('vue').DefineComponent<VfAccordionProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
22
|
+
"update:open": (value: boolean) => any;
|
|
23
|
+
openChange: (value: boolean) => any;
|
|
24
|
+
}, string, import('vue').PublicProps, Readonly<VfAccordionProps> & Readonly<{
|
|
25
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
26
|
+
onOpenChange?: ((value: boolean) => any) | undefined;
|
|
27
|
+
}>, {
|
|
28
|
+
title: string;
|
|
29
|
+
open: boolean;
|
|
30
|
+
defaultOpen: boolean;
|
|
31
|
+
disabled: boolean;
|
|
32
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLElement>;
|
|
33
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
34
|
+
export default _default;
|
|
35
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
36
|
+
new (): {
|
|
37
|
+
$slots: S;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=VfAccordion.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfAccordion.vue.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/VfAccordion.vue"],"names":[],"mappings":"AA4FA,UAAU,gBAAgB;IACxB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAkDD,iBAAS,cAAc;WAiET,OAAO,IAA6B;;;;YAXrB,GAAG;;;YACH,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WA5IX,MAAM;UAFP,OAAO;iBACA,OAAO;cAEV,OAAO;qFAoJlB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/accordion/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,mBAAmB,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { VfFeedbackTone } from '../../types/components';
|
|
2
|
+
interface VfAlertProps {
|
|
3
|
+
tone?: VfFeedbackTone;
|
|
4
|
+
title?: string;
|
|
5
|
+
}
|
|
6
|
+
declare function __VLS_template(): {
|
|
7
|
+
attrs: Partial<{}>;
|
|
8
|
+
slots: {
|
|
9
|
+
title?(_: {}): any;
|
|
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<VfAlertProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfAlertProps> & Readonly<{}>, {
|
|
17
|
+
title: string;
|
|
18
|
+
tone: VfFeedbackTone;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=VfAlert.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfAlert.vue.d.ts","sourceRoot":"","sources":["../../../src/components/alert/VfAlert.vue"],"names":[],"mappings":"AA+DA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAA;AAMxD,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,cAAc,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;CACf;AAgCD,iBAAS,cAAc;WAwDT,OAAO,IAA6B;;uBAXvB,GAAG;yBACD,GAAG;;;;EAe/B;AAaD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WA5GX,MAAM;UADP,cAAc;6EAoHrB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { VfBadgeTone } from '../../types/components';
|
|
2
|
+
interface VfBadgeProps {
|
|
3
|
+
tone?: VfBadgeTone;
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
default?(_: {}): any;
|
|
9
|
+
};
|
|
10
|
+
refs: {};
|
|
11
|
+
rootEl: any;
|
|
12
|
+
};
|
|
13
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
14
|
+
declare const __VLS_component: import('vue').DefineComponent<VfBadgeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfBadgeProps> & Readonly<{}>, {
|
|
15
|
+
tone: VfBadgeTone;
|
|
16
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
18
|
+
export default _default;
|
|
19
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
+
new (): {
|
|
21
|
+
$slots: S;
|
|
22
|
+
};
|
|
23
|
+
};
|
|
24
|
+
//# sourceMappingURL=VfBadge.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/badge/VfBadge.vue"],"names":[],"mappings":"AAiCA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,oBAAoB,CAAA;AAMrD,UAAU,YAAY;IACpB,IAAI,CAAC,EAAE,WAAW,CAAA;CACnB;AAkBD,iBAAS,cAAc;WAwBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UA5DZ,WAAW;6EAmElB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/badge/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { VfButtonVariant, VfControlSize } from '../../types/components';
|
|
2
|
+
interface VfButtonProps {
|
|
3
|
+
variant?: VfButtonVariant;
|
|
4
|
+
size?: VfControlSize;
|
|
5
|
+
block?: boolean;
|
|
6
|
+
type?: 'button' | 'submit' | 'reset';
|
|
7
|
+
}
|
|
8
|
+
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
10
|
+
slots: {
|
|
11
|
+
default?(_: {}): any;
|
|
12
|
+
};
|
|
13
|
+
refs: {};
|
|
14
|
+
rootEl: any;
|
|
15
|
+
};
|
|
16
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<VfButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfButtonProps> & Readonly<{}>, {
|
|
18
|
+
type: "button" | "submit" | "reset";
|
|
19
|
+
size: VfControlSize;
|
|
20
|
+
variant: VfButtonVariant;
|
|
21
|
+
block: boolean;
|
|
22
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
24
|
+
export default _default;
|
|
25
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
26
|
+
new (): {
|
|
27
|
+
$slots: S;
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
//# sourceMappingURL=VfButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/button/VfButton.vue"],"names":[],"mappings":"AA4CA,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAMxE,UAAU,aAAa;IACrB,OAAO,CAAC,EAAE,eAAe,CAAA;IACzB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC;AA6BD,iBAAS,cAAc;WAyBT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UAxEZ,QAAQ,GAAG,QAAQ,GAAG,OAAO;UAF7B,aAAa;aADV,eAAe;WAEjB,OAAO;6EAgFf,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
interface VfCardProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
compact?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
9
|
+
default?(_: {}): any;
|
|
10
|
+
footer?(_: {}): any;
|
|
11
|
+
};
|
|
12
|
+
refs: {};
|
|
13
|
+
rootEl: any;
|
|
14
|
+
};
|
|
15
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
+
declare const __VLS_component: import('vue').DefineComponent<VfCardProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfCardProps> & Readonly<{}>, {
|
|
17
|
+
title: string;
|
|
18
|
+
compact: boolean;
|
|
19
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
21
|
+
export default _default;
|
|
22
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
23
|
+
new (): {
|
|
24
|
+
$slots: S;
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=VfCard.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfCard.vue.d.ts","sourceRoot":"","sources":["../../../src/components/card/VfCard.vue"],"names":[],"mappings":"AAiDA,UAAU,WAAW;IACnB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;AAkBD,iBAAS,cAAc;WAgDT,OAAO,IAA6B;;wBAZtB,GAAG;yBACF,GAAG;wBACJ,GAAG;;;;EAe9B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WArFX,MAAM;aACJ,OAAO;6EA2FjB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/card/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { VfDialogSize } from '../../types/components';
|
|
2
|
+
interface VfDialogProps {
|
|
3
|
+
open?: boolean;
|
|
4
|
+
defaultOpen?: boolean;
|
|
5
|
+
title?: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
size?: VfDialogSize;
|
|
8
|
+
closeOnOverlayClick?: boolean;
|
|
9
|
+
closeOnEscape?: boolean;
|
|
10
|
+
closable?: boolean;
|
|
11
|
+
}
|
|
12
|
+
declare function close(): void;
|
|
13
|
+
declare function __VLS_template(): {
|
|
14
|
+
attrs: Partial<{}>;
|
|
15
|
+
slots: {
|
|
16
|
+
header?(_: {}): any;
|
|
17
|
+
description?(_: {}): any;
|
|
18
|
+
actions?(_: {
|
|
19
|
+
close: typeof close;
|
|
20
|
+
}): any;
|
|
21
|
+
default?(_: {
|
|
22
|
+
close: typeof close;
|
|
23
|
+
}): any;
|
|
24
|
+
footer?(_: {
|
|
25
|
+
close: typeof close;
|
|
26
|
+
}): any;
|
|
27
|
+
};
|
|
28
|
+
refs: {
|
|
29
|
+
contentRef: HTMLElement;
|
|
30
|
+
};
|
|
31
|
+
rootEl: any;
|
|
32
|
+
};
|
|
33
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
34
|
+
declare const __VLS_component: import('vue').DefineComponent<VfDialogProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
35
|
+
"update:open": (value: boolean) => any;
|
|
36
|
+
openChange: (value: boolean) => any;
|
|
37
|
+
}, string, import('vue').PublicProps, Readonly<VfDialogProps> & Readonly<{
|
|
38
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
39
|
+
onOpenChange?: ((value: boolean) => any) | undefined;
|
|
40
|
+
}>, {
|
|
41
|
+
title: string;
|
|
42
|
+
open: boolean;
|
|
43
|
+
defaultOpen: boolean;
|
|
44
|
+
size: VfDialogSize;
|
|
45
|
+
description: string;
|
|
46
|
+
closeOnOverlayClick: boolean;
|
|
47
|
+
closeOnEscape: boolean;
|
|
48
|
+
closable: boolean;
|
|
49
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
50
|
+
contentRef: HTMLElement;
|
|
51
|
+
}, any>;
|
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
53
|
+
export default _default;
|
|
54
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
55
|
+
new (): {
|
|
56
|
+
$slots: S;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=VfDialog.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfDialog.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/VfDialog.vue"],"names":[],"mappings":"AA6NA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,oBAAoB,CAAA;AAEtD,UAAU,aAAa;IACrB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,IAAI,CAAC,EAAE,YAAY,CAAA;IACnB,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAC7B,aAAa,CAAC,EAAE,OAAO,CAAA;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB;AAmDD,iBAAS,KAAK,SAEb;AA0GD,iBAAS,cAAc;WAiIT,OAAO,IAA6B;;wBAftB,GAAG;6BACE,GAAG;;;YACP,GAAG;;;YACF,GAAG;;;YACJ,GAAG;;;;;;EAgB/B;AAqBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;WAjUX,MAAM;UAFP,OAAO;iBACA,OAAO;UAGd,YAAY;iBADL,MAAM;yBAEE,OAAO;mBACb,OAAO;cACZ,OAAO;;;OAsUlB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { VfDividerOrientation } from '../../types/components';
|
|
2
|
+
interface VfDividerProps {
|
|
3
|
+
orientation?: VfDividerOrientation;
|
|
4
|
+
}
|
|
5
|
+
declare const _default: import('vue').DefineComponent<VfDividerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfDividerProps> & Readonly<{}>, {
|
|
6
|
+
orientation: VfDividerOrientation;
|
|
7
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
8
|
+
export default _default;
|
|
9
|
+
//# sourceMappingURL=VfDivider.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfDivider.vue.d.ts","sourceRoot":"","sources":["../../../src/components/divider/VfDivider.vue"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,oBAAoB,CAAA;AAM9D,UAAU,cAAc;IACtB,WAAW,CAAC,EAAE,oBAAoB,CAAA;CACnC;;iBADe,oBAAoB;;AA2DpC,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/divider/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,iBAAiB,CAAA"}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { VfDropdownPlacement } from '../../types/components';
|
|
2
|
+
interface VfDropdownProps {
|
|
3
|
+
open?: boolean;
|
|
4
|
+
defaultOpen?: boolean;
|
|
5
|
+
placement?: VfDropdownPlacement;
|
|
6
|
+
closeOnSelect?: boolean;
|
|
7
|
+
}
|
|
8
|
+
declare function closeMenu(): void;
|
|
9
|
+
declare function toggleMenu(): void;
|
|
10
|
+
declare function __VLS_template(): {
|
|
11
|
+
attrs: Partial<{}>;
|
|
12
|
+
slots: {
|
|
13
|
+
trigger?(_: {
|
|
14
|
+
open: boolean;
|
|
15
|
+
toggle: typeof toggleMenu;
|
|
16
|
+
}): any;
|
|
17
|
+
default?(_: {
|
|
18
|
+
close: typeof closeMenu;
|
|
19
|
+
open: true;
|
|
20
|
+
}): any;
|
|
21
|
+
};
|
|
22
|
+
refs: {
|
|
23
|
+
triggerRef: HTMLDivElement;
|
|
24
|
+
menuRef: HTMLDivElement;
|
|
25
|
+
arrowRef: HTMLSpanElement;
|
|
26
|
+
};
|
|
27
|
+
rootEl: HTMLDivElement;
|
|
28
|
+
};
|
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<VfDropdownProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
31
|
+
"update:open": (value: boolean) => any;
|
|
32
|
+
openChange: (value: boolean) => any;
|
|
33
|
+
}, string, import('vue').PublicProps, Readonly<VfDropdownProps> & Readonly<{
|
|
34
|
+
"onUpdate:open"?: ((value: boolean) => any) | undefined;
|
|
35
|
+
onOpenChange?: ((value: boolean) => any) | undefined;
|
|
36
|
+
}>, {
|
|
37
|
+
open: boolean;
|
|
38
|
+
defaultOpen: boolean;
|
|
39
|
+
placement: VfDropdownPlacement;
|
|
40
|
+
closeOnSelect: boolean;
|
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
42
|
+
triggerRef: HTMLDivElement;
|
|
43
|
+
menuRef: HTMLDivElement;
|
|
44
|
+
arrowRef: HTMLSpanElement;
|
|
45
|
+
}, HTMLDivElement>;
|
|
46
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
47
|
+
export default _default;
|
|
48
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
49
|
+
new (): {
|
|
50
|
+
$slots: S;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
//# sourceMappingURL=VfDropdown.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfDropdown.vue.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/VfDropdown.vue"],"names":[],"mappings":"AA4NA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAA;AAE7D,UAAU,eAAe;IACvB,IAAI,CAAC,EAAE,OAAO,CAAA;IACd,WAAW,CAAC,EAAE,OAAO,CAAA;IACrB,SAAS,CAAC,EAAE,mBAAmB,CAAA;IAC/B,aAAa,CAAC,EAAE,OAAO,CAAA;CACxB;AAyFD,iBAAS,SAAS,SAGjB;AAED,iBAAS,UAAU,SAOlB;AA8ED,iBAAS,cAAc;WAgFT,OAAO,IAA6B;;;;;YAdrB,GAAG;;;;YACH,GAAG;;;;;;;;EAkB/B;AAyBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;UAtSZ,OAAO;iBACA,OAAO;eACT,mBAAmB;mBACf,OAAO;;;;;kBA6SvB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/dropdown/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { IconName } from '@codemonster-ru/vueiconify';
|
|
2
|
+
import { VfButtonVariant, VfControlSize } from '../../types/components';
|
|
3
|
+
interface VfIconButtonProps {
|
|
4
|
+
icon: IconName | string;
|
|
5
|
+
variant?: VfButtonVariant;
|
|
6
|
+
size?: VfControlSize;
|
|
7
|
+
type?: 'button' | 'submit' | 'reset';
|
|
8
|
+
}
|
|
9
|
+
declare const _default: import('vue').DefineComponent<VfIconButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfIconButtonProps> & Readonly<{}>, {
|
|
10
|
+
type: "button" | "submit" | "reset";
|
|
11
|
+
size: VfControlSize;
|
|
12
|
+
variant: VfButtonVariant;
|
|
13
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
+
export default _default;
|
|
15
|
+
//# sourceMappingURL=VfIconButton.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfIconButton.vue.d.ts","sourceRoot":"","sources":["../../../src/components/icon-button/VfIconButton.vue"],"names":[],"mappings":"AAsDA,OAAO,EAAc,KAAK,QAAQ,EAAE,MAAM,4BAA4B,CAAA;AAEtE,OAAO,KAAK,EAAE,eAAe,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAMxE,UAAU,iBAAiB;IACzB,IAAI,EAAE,QAAQ,GAAG,MAAM,CAAA;IACvB,OAAO,CAAC,EAAE,eAAe,CAAA;IACzB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAA;CACrC;;UADQ,QAAQ,GAAG,QAAQ,GAAG,OAAO;UAD7B,aAAa;aADV,eAAe;;AA+F3B,wBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icon-button/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export { VfAccordion } from './accordion';
|
|
2
|
+
export { VfAlert } from './alert';
|
|
3
|
+
export { VfBadge } from './badge';
|
|
4
|
+
export { VfButton } from './button';
|
|
5
|
+
export { VfCard } from './card';
|
|
6
|
+
export { VfDialog } from './dialog';
|
|
7
|
+
export { VfDivider } from './divider';
|
|
8
|
+
export { VfDropdown } from './dropdown';
|
|
9
|
+
export { VfIconButton } from './icon-button';
|
|
10
|
+
export { VfInput } from './input';
|
|
11
|
+
export { VfLink } from './link';
|
|
12
|
+
export { VfPanel } from './panel';
|
|
13
|
+
export { VfPopover } from './popover';
|
|
14
|
+
export { VfTag } from './tag';
|
|
15
|
+
export { VfTabs } from './tabs';
|
|
16
|
+
export { VfTextarea } from './textarea';
|
|
17
|
+
export { VfTooltip } from './tooltip';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAA;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AACnC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAA;AACnC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,EAAE,OAAO,EAAE,MAAM,SAAS,CAAA;AACjC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA;AACrC,OAAO,EAAE,KAAK,EAAE,MAAM,OAAO,CAAA;AAC7B,OAAO,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAC/B,OAAO,EAAE,UAAU,EAAE,MAAM,YAAY,CAAA;AACvC,OAAO,EAAE,SAAS,EAAE,MAAM,WAAW,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { VfControlSize } from '../../types/components';
|
|
2
|
+
interface VfInputProps {
|
|
3
|
+
modelValue?: string;
|
|
4
|
+
size?: VfControlSize;
|
|
5
|
+
invalid?: boolean;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<VfInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
8
|
+
"update:modelValue": (value: string) => any;
|
|
9
|
+
}, string, import('vue').PublicProps, Readonly<VfInputProps> & Readonly<{
|
|
10
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
|
+
}>, {
|
|
12
|
+
invalid: boolean;
|
|
13
|
+
size: VfControlSize;
|
|
14
|
+
modelValue: string;
|
|
15
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
export default _default;
|
|
17
|
+
//# sourceMappingURL=VfInput.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfInput.vue.d.ts","sourceRoot":"","sources":["../../../src/components/input/VfInput.vue"],"names":[],"mappings":"AAqDA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAMvD,UAAU,YAAY;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,aAAa,CAAA;IACpB,OAAO,CAAC,EAAE,OAAO,CAAA;CAClB;;;;;;aADW,OAAO;UADV,aAAa;gBADP,MAAM;;AAiFrB,wBAQG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/input/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,eAAe,CAAA"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { VfLinkTone } from '../../types/components';
|
|
2
|
+
interface VfLinkProps {
|
|
3
|
+
href?: string;
|
|
4
|
+
target?: string;
|
|
5
|
+
rel?: string;
|
|
6
|
+
underline?: boolean;
|
|
7
|
+
tone?: VfLinkTone;
|
|
8
|
+
}
|
|
9
|
+
declare function __VLS_template(): {
|
|
10
|
+
attrs: Partial<{}>;
|
|
11
|
+
slots: {
|
|
12
|
+
default?(_: {}): any;
|
|
13
|
+
};
|
|
14
|
+
refs: {};
|
|
15
|
+
rootEl: any;
|
|
16
|
+
};
|
|
17
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
18
|
+
declare const __VLS_component: import('vue').DefineComponent<VfLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfLinkProps> & Readonly<{}>, {
|
|
19
|
+
tone: VfLinkTone;
|
|
20
|
+
target: string;
|
|
21
|
+
href: string;
|
|
22
|
+
rel: string;
|
|
23
|
+
underline: boolean;
|
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
26
|
+
export default _default;
|
|
27
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
28
|
+
new (): {
|
|
29
|
+
$slots: S;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=VfLink.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfLink.vue.d.ts","sourceRoot":"","sources":["../../../src/components/link/VfLink.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAMpD,UAAU,WAAW;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAsCD,iBAAS,cAAc;WA2BT,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAYD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;UApFZ,UAAU;YAHR,MAAM;UADR,MAAM;SAEP,MAAM;eACA,OAAO;6EA4FnB,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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/link/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,cAAc,CAAA"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
interface VfPanelProps {
|
|
2
|
+
title?: string;
|
|
3
|
+
subtle?: boolean;
|
|
4
|
+
}
|
|
5
|
+
declare function __VLS_template(): {
|
|
6
|
+
attrs: Partial<{}>;
|
|
7
|
+
slots: {
|
|
8
|
+
header?(_: {}): any;
|
|
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<VfPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<VfPanelProps> & Readonly<{}>, {
|
|
16
|
+
title: string;
|
|
17
|
+
subtle: boolean;
|
|
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=VfPanel.vue.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VfPanel.vue.d.ts","sourceRoot":"","sources":["../../../src/components/panel/VfPanel.vue"],"names":[],"mappings":"AA0CA,UAAU,YAAY;IACpB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,MAAM,CAAC,EAAE,OAAO,CAAA;CACjB;AAiBD,iBAAS,cAAc;WAoCT,OAAO,IAA6B;;wBAXtB,GAAG;yBACF,GAAG;;;;EAe/B;AAWD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;WAxEX,MAAM;YACL,OAAO;6EA8EhB,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"}
|