@velkymx/vibeui 0.9.0 → 1.0.2
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/AGENTS.md +44 -0
- package/CLAUDE.md +48 -0
- package/README.md +222 -197
- package/dist/purify.es-1D-VntFD.mjs +679 -0
- package/dist/src/App.vue.d.ts +3 -0
- package/dist/src/components/HelloWorld.vue.d.ts +6 -0
- package/dist/src/components/VibeAccordion.vue.d.ts +89 -0
- package/dist/{components → src/components}/VibeAlert.vue.d.ts +18 -34
- package/dist/src/components/VibeAutocomplete.vue.d.ts +74 -0
- package/dist/{components → src/components}/VibeBadge.vue.d.ts +10 -18
- package/dist/src/components/VibeBreadcrumb.vue.d.ts +51 -0
- package/dist/{components → src/components}/VibeButton.vue.d.ts +13 -17
- package/dist/{components → src/components}/VibeButtonGroup.vue.d.ts +10 -18
- package/dist/{components → src/components}/VibeCard.vue.d.ts +51 -24
- package/dist/{components → src/components}/VibeCarousel.vue.d.ts +27 -49
- package/dist/src/components/VibeChartBar.vue.d.ts +61 -0
- package/dist/src/components/VibeChartLine.vue.d.ts +70 -0
- package/dist/src/components/VibeChartPie.vue.d.ts +34 -0
- package/dist/{components → src/components}/VibeCloseButton.vue.d.ts +9 -7
- package/dist/{components → src/components}/VibeCol.vue.d.ts +9 -17
- package/dist/src/components/VibeCollapse.vue.d.ts +76 -0
- package/dist/src/components/VibeContainer.vue.d.ts +36 -0
- package/dist/src/components/VibeDataTable.vue.d.ts +131 -0
- package/dist/{components → src/components}/VibeDatePicker.vue.d.ts +4 -6
- package/dist/{components → src/components}/VibeDraggable.vue.d.ts +9 -13
- package/dist/{components → src/components}/VibeDropdown.vue.d.ts +46 -43
- package/dist/{components → src/components}/VibeDroppable.vue.d.ts +9 -13
- package/dist/{components → src/components}/VibeFileInput.vue.d.ts +14 -20
- package/dist/{components → src/components}/VibeFormCheckbox.vue.d.ts +29 -21
- package/dist/{components → src/components}/VibeFormDatepicker.vue.d.ts +26 -29
- package/dist/{components → src/components}/VibeFormGroup.vue.d.ts +10 -13
- package/dist/{components → src/components}/VibeFormInput.vue.d.ts +22 -23
- package/dist/{components → src/components}/VibeFormRadio.vue.d.ts +22 -23
- package/dist/{components → src/components}/VibeFormSelect.vue.d.ts +27 -33
- package/dist/{components → src/components}/VibeFormSpinbutton.vue.d.ts +30 -33
- package/dist/{components → src/components}/VibeFormSwitch.vue.d.ts +21 -22
- package/dist/{components → src/components}/VibeFormTextarea.vue.d.ts +23 -24
- package/dist/{components → src/components}/VibeFormWysiwyg.vue.d.ts +22 -21
- package/dist/src/components/VibeHero.vue.d.ts +108 -0
- package/dist/{components → src/components}/VibeIcon.vue.d.ts +27 -7
- package/dist/{components → src/components}/VibeInputGroup.vue.d.ts +11 -13
- package/dist/{components → src/components}/VibeLink.vue.d.ts +14 -18
- package/dist/{components → src/components}/VibeListGroup.vue.d.ts +26 -22
- package/dist/{components → src/components}/VibeModal.vue.d.ts +29 -45
- package/dist/{components → src/components}/VibeNav.vue.d.ts +40 -20
- package/dist/{components → src/components}/VibeNavbar.vue.d.ts +12 -19
- package/dist/src/components/VibeNavbarBrand.vue.d.ts +34 -0
- package/dist/src/components/VibeNavbarNav.vue.d.ts +80 -0
- package/dist/{components → src/components}/VibeNavbarToggle.vue.d.ts +7 -5
- package/dist/{components → src/components}/VibeOffcanvas.vue.d.ts +28 -43
- package/dist/{components → src/components}/VibePagination.vue.d.ts +38 -29
- package/dist/{components → src/components}/VibePlaceholder.vue.d.ts +9 -17
- package/dist/src/components/VibePopover.vue.d.ts +72 -0
- package/dist/src/components/VibeProgress.vue.d.ts +37 -0
- package/dist/{components → src/components}/VibeResizable.vue.d.ts +10 -14
- package/dist/{components → src/components}/VibeRow.vue.d.ts +9 -17
- package/dist/src/components/VibeScrollspy.vue.d.ts +89 -0
- package/dist/{components → src/components}/VibeSkeleton.vue.d.ts +2 -1
- package/dist/{components → src/components}/VibeSlider.vue.d.ts +4 -5
- package/dist/src/components/VibeSortable.vue.d.ts +59 -0
- package/dist/{components → src/components}/VibeSpinner.vue.d.ts +4 -7
- package/dist/{components → src/components}/VibeStepper.vue.d.ts +32 -31
- package/dist/{components → src/components}/VibeTab.vue.d.ts +7 -11
- package/dist/src/components/VibeTabContent.vue.d.ts +56 -0
- package/dist/{components → src/components}/VibeTabs.vue.d.ts +9 -13
- package/dist/{components → src/components}/VibeToast.vue.d.ts +31 -44
- package/dist/{components → src/components}/VibeToastHost.vue.d.ts +2 -1
- package/dist/src/components/VibeTooltip.vue.d.ts +63 -0
- package/dist/src/components/chart/chartColors.d.ts +3 -0
- package/dist/src/components/chart/chartResize.d.ts +2 -0
- package/dist/src/components/chart/chartTooltip.d.ts +2 -0
- package/dist/src/components/chart/chartTypes.d.ts +6 -0
- package/dist/src/components/chart/drawBar.d.ts +5 -0
- package/dist/src/components/chart/drawLine.d.ts +18 -0
- package/dist/src/components/chart/drawPie.d.ts +4 -0
- package/dist/{components → src/components}/dndStore.d.ts +1 -0
- package/dist/{components → src/components}/index.d.ts +5 -1
- package/dist/{composables → src/composables}/useBreakpoints.d.ts +1 -0
- package/dist/{composables → src/composables}/useColorMode.d.ts +1 -1
- package/dist/src/composables/useId.d.ts +2 -0
- package/dist/{directives → src/directives}/vTooltip.d.ts +2 -3
- package/dist/src/injectionKeys.d.ts +28 -0
- package/dist/{types.d.ts → src/types.d.ts} +21 -2
- package/dist/src/utils/safeCss.d.ts +16 -0
- package/dist/src/utils/safeHref.d.ts +7 -0
- package/dist/src/utils/sanitizeHtml.d.ts +13 -0
- package/dist/vibeui.css +2 -1
- package/dist/vibeui.es.js +8269 -5855
- package/dist/vibeui.umd.js +3 -1
- package/docs/README.md +225 -0
- package/docs/components/advanced/popover.md +125 -0
- package/docs/components/advanced/scrollspy.md +106 -0
- package/docs/components/advanced/tooltip.md +90 -0
- package/docs/components/card/card.md +223 -0
- package/docs/components/charts/chart-bar.md +129 -0
- package/docs/components/charts/chart-line.md +136 -0
- package/docs/components/charts/chart-pie.md +102 -0
- package/docs/components/core/alert.md +94 -0
- package/docs/components/core/badge.md +75 -0
- package/docs/components/core/button-group.md +99 -0
- package/docs/components/core/button.md +127 -0
- package/docs/components/core/close-button.md +82 -0
- package/docs/components/core/link.md +79 -0
- package/docs/components/core/placeholder.md +129 -0
- package/docs/components/core/skeleton.md +40 -0
- package/docs/components/core/spinner.md +103 -0
- package/docs/components/data/datatable.md +435 -0
- package/docs/components/hero/hero.md +64 -0
- package/docs/components/interactive/accordion.md +121 -0
- package/docs/components/interactive/carousel.md +112 -0
- package/docs/components/interactive/collapse.md +106 -0
- package/docs/components/interactive/date-picker.md +78 -0
- package/docs/components/interactive/draggable.md +91 -0
- package/docs/components/interactive/dropdown.md +129 -0
- package/docs/components/interactive/modal.md +143 -0
- package/docs/components/interactive/offcanvas.md +92 -0
- package/docs/components/interactive/resizable.md +73 -0
- package/docs/components/interactive/slider.md +57 -0
- package/docs/components/interactive/sortable.md +52 -0
- package/docs/components/interactive/stepper.md +83 -0
- package/docs/components/interactive/tabs.md +66 -0
- package/docs/components/interactive/toast.md +177 -0
- package/docs/components/layout/col.md +117 -0
- package/docs/components/layout/container.md +53 -0
- package/docs/components/layout/row.md +107 -0
- package/docs/components/list/list-group.md +225 -0
- package/docs/components/navigation/breadcrumb.md +120 -0
- package/docs/components/navigation/nav.md +151 -0
- package/docs/components/navigation/navbar.md +108 -0
- package/docs/components/navigation/pagination.md +162 -0
- package/docs/components/progress/progress.md +188 -0
- package/docs/composables/back-button.md +28 -0
- package/docs/composables/breakpoints.md +54 -0
- package/docs/composables/color-mode.md +179 -0
- package/docs/composables/use-form.md +78 -0
- package/docs/composables/use-position.md +68 -0
- package/docs/composables/use-toast.md +91 -0
- package/docs/directives/v-tooltip.md +58 -0
- package/docs/forms/README.md +87 -0
- package/docs/forms/autocomplete.md +96 -0
- package/docs/forms/file-input.md +97 -0
- package/docs/forms/form-checkbox.md +100 -0
- package/docs/forms/form-datepicker.md +80 -0
- package/docs/forms/form-group.md +115 -0
- package/docs/forms/form-input.md +112 -0
- package/docs/forms/form-radio.md +82 -0
- package/docs/forms/form-select.md +98 -0
- package/docs/forms/form-spinbutton.md +94 -0
- package/docs/forms/form-switch.md +75 -0
- package/docs/forms/form-textarea.md +82 -0
- package/docs/forms/form-wysiwyg.md +99 -0
- package/docs/forms/input-group.md +70 -0
- package/docs/forms/validation.md +213 -0
- package/docs/getting-started/starter-template.md +136 -0
- package/docs/superpowers/plans/2026-05-12-vibe-charts.md +1999 -0
- package/docs/superpowers/plans/2026-05-29-e2e-browser-testing.md +615 -0
- package/docs/superpowers/specs/2026-05-12-charting-design.md +185 -0
- package/docs/superpowers/specs/2026-05-29-e2e-browser-testing-design.md +168 -0
- package/docs/utilities/position.md +82 -0
- package/docs/versioning.md +57 -0
- package/examples/README.md +201 -0
- package/examples/album.html +262 -0
- package/examples/blog.html +166 -0
- package/examples/carousel.html +114 -0
- package/examples/checkout.html +275 -0
- package/examples/cover.html +89 -0
- package/examples/dashboard.html +156 -0
- package/examples/index.html +129 -0
- package/examples/jumbotron.html +56 -0
- package/examples/mobile-dashboard.html +138 -0
- package/examples/pricing.html +172 -0
- package/examples/product.html +145 -0
- package/examples/sidebars.html +166 -0
- package/examples/sign-in.html +119 -0
- package/examples/starter.html +314 -0
- package/examples/sticky-footer-navbar.html +70 -0
- package/examples/sticky-footer.html +60 -0
- package/examples/test-simple.html +91 -0
- package/llms.txt +782 -0
- package/package.json +44 -14
- package/dist/App.vue.d.ts +0 -2
- package/dist/components/HelloWorld.vue.d.ts +0 -5
- package/dist/components/VibeAccordion.vue.d.ts +0 -90
- package/dist/components/VibeAutocomplete.vue.d.ts +0 -46
- package/dist/components/VibeBreadcrumb.vue.d.ts +0 -47
- package/dist/components/VibeCollapse.vue.d.ts +0 -84
- package/dist/components/VibeContainer.vue.d.ts +0 -44
- package/dist/components/VibeDataTable.vue.d.ts +0 -76
- package/dist/components/VibeNavbarBrand.vue.d.ts +0 -42
- package/dist/components/VibeNavbarNav.vue.d.ts +0 -61
- package/dist/components/VibePopover.vue.d.ts +0 -95
- package/dist/components/VibeProgress.vue.d.ts +0 -45
- package/dist/components/VibeScrollspy.vue.d.ts +0 -77
- package/dist/components/VibeSortable.vue.d.ts +0 -40
- package/dist/components/VibeTabContent.vue.d.ts +0 -74
- package/dist/components/VibeTooltip.vue.d.ts +0 -86
- package/dist/composables/useId.d.ts +0 -5
- package/dist/types/index.d.ts +0 -6
- /package/dist/{composables → src/composables}/useBackButton.d.ts +0 -0
- /package/dist/{composables → src/composables}/useForm.d.ts +0 -0
- /package/dist/{composables → src/composables}/useFormValidation.d.ts +0 -0
- /package/dist/{composables → src/composables}/usePosition.d.ts +0 -0
- /package/dist/{composables → src/composables}/useToast.d.ts +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{main.d.ts → src/main.d.ts} +0 -0
|
@@ -1,23 +1,20 @@
|
|
|
1
|
-
import { Size } from '../types';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
page: number;
|
|
10
|
-
active: boolean;
|
|
11
|
-
}): any;
|
|
12
|
-
next?(_: {
|
|
13
|
-
disabled: boolean;
|
|
14
|
-
}): any;
|
|
15
|
-
};
|
|
16
|
-
refs: {};
|
|
17
|
-
rootEl: HTMLElement;
|
|
1
|
+
import { Size, ComponentError } from '../types';
|
|
2
|
+
declare var __VLS_1: {
|
|
3
|
+
disabled: boolean;
|
|
4
|
+
}, __VLS_3: {
|
|
5
|
+
page: number;
|
|
6
|
+
active: boolean;
|
|
7
|
+
}, __VLS_5: {
|
|
8
|
+
disabled: boolean;
|
|
18
9
|
};
|
|
19
|
-
type
|
|
20
|
-
|
|
10
|
+
type __VLS_Slots = {} & {
|
|
11
|
+
prev?: (props: typeof __VLS_1) => any;
|
|
12
|
+
} & {
|
|
13
|
+
page?: (props: typeof __VLS_3) => any;
|
|
14
|
+
} & {
|
|
15
|
+
next?: (props: typeof __VLS_5) => any;
|
|
16
|
+
};
|
|
17
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
21
18
|
size: {
|
|
22
19
|
type: () => Size;
|
|
23
20
|
default: undefined;
|
|
@@ -33,6 +30,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
33
30
|
currentPage: {
|
|
34
31
|
type: NumberConstructor;
|
|
35
32
|
default: number;
|
|
33
|
+
validator: (v: number) => boolean;
|
|
36
34
|
};
|
|
37
35
|
showPrevNext: {
|
|
38
36
|
type: BooleanConstructor;
|
|
@@ -46,10 +44,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
46
44
|
type: StringConstructor;
|
|
47
45
|
default: string;
|
|
48
46
|
};
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
47
|
+
maxVisiblePages: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: number;
|
|
50
|
+
};
|
|
51
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
52
|
+
"component-error": (error: ComponentError) => any;
|
|
53
|
+
"update:currentPage": (page: number) => any;
|
|
54
|
+
"page-click": (page: number) => any;
|
|
53
55
|
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
54
56
|
size: {
|
|
55
57
|
type: () => Size;
|
|
@@ -66,6 +68,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
66
68
|
currentPage: {
|
|
67
69
|
type: NumberConstructor;
|
|
68
70
|
default: number;
|
|
71
|
+
validator: (v: number) => boolean;
|
|
69
72
|
};
|
|
70
73
|
showPrevNext: {
|
|
71
74
|
type: BooleanConstructor;
|
|
@@ -79,10 +82,14 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
79
82
|
type: StringConstructor;
|
|
80
83
|
default: string;
|
|
81
84
|
};
|
|
85
|
+
maxVisiblePages: {
|
|
86
|
+
type: NumberConstructor;
|
|
87
|
+
default: number;
|
|
88
|
+
};
|
|
82
89
|
}>> & Readonly<{
|
|
83
|
-
"onComponent-error"?: ((
|
|
84
|
-
"onUpdate:currentPage"?: ((
|
|
85
|
-
"onPage-click"?: ((
|
|
90
|
+
"onComponent-error"?: ((error: ComponentError) => any) | undefined;
|
|
91
|
+
"onUpdate:currentPage"?: ((page: number) => any) | undefined;
|
|
92
|
+
"onPage-click"?: ((page: number) => any) | undefined;
|
|
86
93
|
}>, {
|
|
87
94
|
size: Size;
|
|
88
95
|
ariaLabel: string;
|
|
@@ -90,10 +97,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
90
97
|
showPrevNext: boolean;
|
|
91
98
|
prevText: string;
|
|
92
99
|
nextText: string;
|
|
93
|
-
|
|
94
|
-
|
|
100
|
+
maxVisiblePages: number;
|
|
101
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
103
|
+
declare const _default: typeof __VLS_export;
|
|
95
104
|
export default _default;
|
|
96
|
-
type
|
|
105
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
97
106
|
new (): {
|
|
98
107
|
$slots: S;
|
|
99
108
|
};
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
import { Variant, Size, PlaceholderAnimation, Tag } from '../types';
|
|
2
|
-
declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {};
|
|
8
|
-
rootEl: any;
|
|
2
|
+
declare var __VLS_8: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_8) => any;
|
|
9
5
|
};
|
|
10
|
-
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
6
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
12
7
|
variant: {
|
|
13
8
|
type: () => Variant;
|
|
14
9
|
default: undefined;
|
|
@@ -29,9 +24,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
29
24
|
type: () => Tag;
|
|
30
25
|
default: string;
|
|
31
26
|
};
|
|
32
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
33
|
-
"component-error": (...args: any[]) => void;
|
|
34
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
27
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
35
28
|
variant: {
|
|
36
29
|
type: () => Variant;
|
|
37
30
|
default: undefined;
|
|
@@ -52,18 +45,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
52
45
|
type: () => Tag;
|
|
53
46
|
default: string;
|
|
54
47
|
};
|
|
55
|
-
}>> & Readonly<{
|
|
56
|
-
"onComponent-error"?: ((...args: any[]) => any) | undefined;
|
|
57
|
-
}>, {
|
|
48
|
+
}>> & Readonly<{}>, {
|
|
58
49
|
variant: Variant;
|
|
59
50
|
tag: Tag;
|
|
60
51
|
size: Size;
|
|
61
52
|
animation: PlaceholderAnimation;
|
|
62
53
|
width: string | number;
|
|
63
54
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
64
|
-
declare const
|
|
55
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
56
|
+
declare const _default: typeof __VLS_export;
|
|
65
57
|
export default _default;
|
|
66
|
-
type
|
|
58
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
67
59
|
new (): {
|
|
68
60
|
$slots: S;
|
|
69
61
|
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { TooltipPlacement, ComponentError } from '../types';
|
|
2
|
+
interface BootstrapPopover {
|
|
3
|
+
dispose: () => void;
|
|
4
|
+
setContent: (content: object) => void;
|
|
5
|
+
}
|
|
6
|
+
declare var __VLS_1: {};
|
|
7
|
+
type __VLS_Slots = {} & {
|
|
8
|
+
default?: (props: typeof __VLS_1) => any;
|
|
9
|
+
};
|
|
10
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
11
|
+
title: {
|
|
12
|
+
type: StringConstructor;
|
|
13
|
+
default: undefined;
|
|
14
|
+
};
|
|
15
|
+
content: {
|
|
16
|
+
type: StringConstructor;
|
|
17
|
+
default: undefined;
|
|
18
|
+
};
|
|
19
|
+
text: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
placement: {
|
|
24
|
+
type: () => TooltipPlacement;
|
|
25
|
+
default: string;
|
|
26
|
+
};
|
|
27
|
+
trigger: {
|
|
28
|
+
type: StringConstructor;
|
|
29
|
+
default: string;
|
|
30
|
+
};
|
|
31
|
+
}>, {
|
|
32
|
+
_unsafe_bsInstance: import('vue').ShallowRef<BootstrapPopover | null, BootstrapPopover | null>;
|
|
33
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
34
|
+
"component-error": (error: ComponentError) => any;
|
|
35
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
36
|
+
title: {
|
|
37
|
+
type: StringConstructor;
|
|
38
|
+
default: undefined;
|
|
39
|
+
};
|
|
40
|
+
content: {
|
|
41
|
+
type: StringConstructor;
|
|
42
|
+
default: undefined;
|
|
43
|
+
};
|
|
44
|
+
text: {
|
|
45
|
+
type: StringConstructor;
|
|
46
|
+
default: undefined;
|
|
47
|
+
};
|
|
48
|
+
placement: {
|
|
49
|
+
type: () => TooltipPlacement;
|
|
50
|
+
default: string;
|
|
51
|
+
};
|
|
52
|
+
trigger: {
|
|
53
|
+
type: StringConstructor;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
}>> & Readonly<{
|
|
57
|
+
"onComponent-error"?: ((error: ComponentError) => any) | undefined;
|
|
58
|
+
}>, {
|
|
59
|
+
text: string;
|
|
60
|
+
title: string;
|
|
61
|
+
content: string;
|
|
62
|
+
placement: TooltipPlacement;
|
|
63
|
+
trigger: string;
|
|
64
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
65
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
66
|
+
declare const _default: typeof __VLS_export;
|
|
67
|
+
export default _default;
|
|
68
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
69
|
+
new (): {
|
|
70
|
+
$slots: S;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { ProgressBar } from '../types';
|
|
2
|
+
declare var __VLS_1: {
|
|
3
|
+
bar: ProgressBar;
|
|
4
|
+
index: number;
|
|
5
|
+
};
|
|
6
|
+
type __VLS_Slots = {} & {
|
|
7
|
+
label?: (props: typeof __VLS_1) => any;
|
|
8
|
+
};
|
|
9
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
10
|
+
height: {
|
|
11
|
+
type: StringConstructor;
|
|
12
|
+
default: undefined;
|
|
13
|
+
};
|
|
14
|
+
bars: {
|
|
15
|
+
type: () => ProgressBar[];
|
|
16
|
+
required: true;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
19
|
+
height: {
|
|
20
|
+
type: StringConstructor;
|
|
21
|
+
default: undefined;
|
|
22
|
+
};
|
|
23
|
+
bars: {
|
|
24
|
+
type: () => ProgressBar[];
|
|
25
|
+
required: true;
|
|
26
|
+
};
|
|
27
|
+
}>> & Readonly<{}>, {
|
|
28
|
+
height: string;
|
|
29
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
30
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
|
+
declare const _default: typeof __VLS_export;
|
|
32
|
+
export default _default;
|
|
33
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
34
|
+
new (): {
|
|
35
|
+
$slots: S;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
type Handle = 'n' | 's' | 'e' | 'w' | 'ne' | 'nw' | 'se' | 'sw';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: HTMLDivElement;
|
|
3
|
+
declare var __VLS_1: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_1) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
8
|
handles: {
|
|
14
9
|
type: PropType<Handle[]>;
|
|
15
10
|
default: () => Handle[];
|
|
@@ -128,16 +123,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
128
123
|
width: number;
|
|
129
124
|
height: number;
|
|
130
125
|
grid: number;
|
|
131
|
-
handles: Handle[];
|
|
132
126
|
minWidth: number;
|
|
133
127
|
maxWidth: number;
|
|
134
128
|
minHeight: number;
|
|
135
|
-
maxHeight: number;
|
|
136
129
|
aspectRatio: number;
|
|
137
|
-
|
|
138
|
-
|
|
130
|
+
handles: Handle[];
|
|
131
|
+
maxHeight: number;
|
|
132
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
133
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
134
|
+
declare const _default: typeof __VLS_export;
|
|
139
135
|
export default _default;
|
|
140
|
-
type
|
|
136
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
141
137
|
new (): {
|
|
142
138
|
$slots: S;
|
|
143
139
|
};
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { Tag, GutterSize, RowColsSize, AlignItems, JustifyContent } from '../types';
|
|
3
|
-
declare
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
default?(_: {}): any;
|
|
7
|
-
};
|
|
8
|
-
refs: {};
|
|
9
|
-
rootEl: any;
|
|
3
|
+
declare var __VLS_8: {};
|
|
4
|
+
type __VLS_Slots = {} & {
|
|
5
|
+
default?: (props: typeof __VLS_8) => any;
|
|
10
6
|
};
|
|
11
|
-
|
|
12
|
-
declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
13
8
|
tag: {
|
|
14
9
|
type: PropType<Tag>;
|
|
15
10
|
default: string;
|
|
@@ -118,9 +113,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
118
113
|
type: PropType<JustifyContent>;
|
|
119
114
|
default: undefined;
|
|
120
115
|
};
|
|
121
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
122
|
-
"component-error": (...args: any[]) => void;
|
|
123
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
116
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
124
117
|
tag: {
|
|
125
118
|
type: PropType<Tag>;
|
|
126
119
|
default: string;
|
|
@@ -229,9 +222,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
229
222
|
type: PropType<JustifyContent>;
|
|
230
223
|
default: undefined;
|
|
231
224
|
};
|
|
232
|
-
}>> & Readonly<{
|
|
233
|
-
"onComponent-error"?: ((...args: any[]) => any) | undefined;
|
|
234
|
-
}>, {
|
|
225
|
+
}>> & Readonly<{}>, {
|
|
235
226
|
tag: Tag;
|
|
236
227
|
gutters: GutterSize;
|
|
237
228
|
guttersX: GutterSize;
|
|
@@ -260,9 +251,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
260
251
|
alignItems: AlignItems;
|
|
261
252
|
justifyContent: JustifyContent;
|
|
262
253
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
263
|
-
declare const
|
|
254
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
255
|
+
declare const _default: typeof __VLS_export;
|
|
264
256
|
export default _default;
|
|
265
|
-
type
|
|
257
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
266
258
|
new (): {
|
|
267
259
|
$slots: S;
|
|
268
260
|
};
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
import { Tag, ComponentError } from '../types';
|
|
2
|
+
declare var __VLS_9: {};
|
|
3
|
+
type __VLS_Slots = {} & {
|
|
4
|
+
default?: (props: typeof __VLS_9) => any;
|
|
5
|
+
};
|
|
6
|
+
declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
7
|
+
target: {
|
|
8
|
+
type: StringConstructor;
|
|
9
|
+
required: true;
|
|
10
|
+
};
|
|
11
|
+
/** @deprecated Bootstrap 5.2+ uses rootMargin. Use rootMargin instead. */
|
|
12
|
+
offset: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: undefined;
|
|
15
|
+
};
|
|
16
|
+
rootMargin: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
method: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
smoothScroll: {
|
|
25
|
+
type: BooleanConstructor;
|
|
26
|
+
default: boolean;
|
|
27
|
+
};
|
|
28
|
+
tag: {
|
|
29
|
+
type: () => Tag;
|
|
30
|
+
default: string;
|
|
31
|
+
};
|
|
32
|
+
height: {
|
|
33
|
+
type: StringConstructor;
|
|
34
|
+
default: string;
|
|
35
|
+
};
|
|
36
|
+
}>, {
|
|
37
|
+
refresh: () => void | undefined;
|
|
38
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
|
39
|
+
"component-error": (error: ComponentError) => any;
|
|
40
|
+
activate: (event: Event) => any;
|
|
41
|
+
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
42
|
+
target: {
|
|
43
|
+
type: StringConstructor;
|
|
44
|
+
required: true;
|
|
45
|
+
};
|
|
46
|
+
/** @deprecated Bootstrap 5.2+ uses rootMargin. Use rootMargin instead. */
|
|
47
|
+
offset: {
|
|
48
|
+
type: NumberConstructor;
|
|
49
|
+
default: undefined;
|
|
50
|
+
};
|
|
51
|
+
rootMargin: {
|
|
52
|
+
type: StringConstructor;
|
|
53
|
+
default: string;
|
|
54
|
+
};
|
|
55
|
+
method: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
smoothScroll: {
|
|
60
|
+
type: BooleanConstructor;
|
|
61
|
+
default: boolean;
|
|
62
|
+
};
|
|
63
|
+
tag: {
|
|
64
|
+
type: () => Tag;
|
|
65
|
+
default: string;
|
|
66
|
+
};
|
|
67
|
+
height: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
}>> & Readonly<{
|
|
72
|
+
"onComponent-error"?: ((error: ComponentError) => any) | undefined;
|
|
73
|
+
onActivate?: ((event: Event) => any) | undefined;
|
|
74
|
+
}>, {
|
|
75
|
+
tag: Tag;
|
|
76
|
+
height: string;
|
|
77
|
+
offset: number;
|
|
78
|
+
rootMargin: string;
|
|
79
|
+
method: string;
|
|
80
|
+
smoothScroll: boolean;
|
|
81
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
82
|
+
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
83
|
+
declare const _default: typeof __VLS_export;
|
|
84
|
+
export default _default;
|
|
85
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
86
|
+
new (): {
|
|
87
|
+
$slots: S;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
type SkeletonVariant = 'text' | 'rect' | 'circle' | 'card';
|
|
3
3
|
type Dim = string | number;
|
|
4
|
-
declare const
|
|
4
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
5
5
|
variant: {
|
|
6
6
|
type: PropType<SkeletonVariant>;
|
|
7
7
|
default: string;
|
|
@@ -50,4 +50,5 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
50
50
|
lines: number;
|
|
51
51
|
animated: boolean;
|
|
52
52
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
53
|
+
declare const _default: typeof __VLS_export;
|
|
53
54
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
type SliderValue = number | [number, number];
|
|
3
|
-
declare const
|
|
3
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
4
4
|
modelValue: {
|
|
5
5
|
type: PropType<SliderValue>;
|
|
6
6
|
default: number;
|
|
@@ -68,11 +68,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
68
68
|
modelValue: SliderValue;
|
|
69
69
|
disabled: boolean;
|
|
70
70
|
vertical: boolean;
|
|
71
|
-
step: number;
|
|
72
71
|
range: boolean;
|
|
72
|
+
step: number;
|
|
73
73
|
min: number;
|
|
74
74
|
max: number;
|
|
75
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
76
|
-
|
|
77
|
-
}, HTMLDivElement>;
|
|
75
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
76
|
+
declare const _default: typeof __VLS_export;
|
|
78
77
|
export default _default;
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
declare const __VLS_export: <T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: import('vue').PublicProps & __VLS_PrettifyLocal<import('vue').ExtractPublicPropTypes<{
|
|
4
|
+
modelValue: {
|
|
5
|
+
type: PropType<T[]>;
|
|
6
|
+
required: boolean;
|
|
7
|
+
};
|
|
8
|
+
itemKey: {
|
|
9
|
+
type: StringConstructor;
|
|
10
|
+
default: undefined;
|
|
11
|
+
};
|
|
12
|
+
disabled: {
|
|
13
|
+
type: BooleanConstructor;
|
|
14
|
+
default: boolean;
|
|
15
|
+
};
|
|
16
|
+
tag: {
|
|
17
|
+
type: StringConstructor;
|
|
18
|
+
default: string;
|
|
19
|
+
};
|
|
20
|
+
itemTag: {
|
|
21
|
+
type: StringConstructor;
|
|
22
|
+
default: string;
|
|
23
|
+
};
|
|
24
|
+
}> & {
|
|
25
|
+
"onUpdate:modelValue"?: ((items: T[]) => any) | undefined;
|
|
26
|
+
onReorder?: ((payload: {
|
|
27
|
+
from: number;
|
|
28
|
+
to: number;
|
|
29
|
+
item: T;
|
|
30
|
+
}) => any) | undefined;
|
|
31
|
+
}> & (typeof globalThis extends {
|
|
32
|
+
__VLS_PROPS_FALLBACK: infer P;
|
|
33
|
+
} ? P : {});
|
|
34
|
+
expose: (exposed: {}) => void;
|
|
35
|
+
attrs: any;
|
|
36
|
+
slots: {
|
|
37
|
+
default?: (props: {
|
|
38
|
+
item: T;
|
|
39
|
+
index: number;
|
|
40
|
+
}) => any;
|
|
41
|
+
};
|
|
42
|
+
emit: {
|
|
43
|
+
(e: "update:modelValue", items: T[]): void;
|
|
44
|
+
(e: "reorder", payload: {
|
|
45
|
+
from: number;
|
|
46
|
+
to: number;
|
|
47
|
+
item: T;
|
|
48
|
+
}): void;
|
|
49
|
+
};
|
|
50
|
+
}>) => import('vue').VNode & {
|
|
51
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
52
|
+
};
|
|
53
|
+
declare const _default: typeof __VLS_export;
|
|
54
|
+
export default _default;
|
|
55
|
+
type __VLS_PrettifyLocal<T> = (T extends any ? {
|
|
56
|
+
[K in keyof T]: T[K];
|
|
57
|
+
} : {
|
|
58
|
+
[K in keyof T as K]: T[K];
|
|
59
|
+
}) & {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Variant, Size, SpinnerType } from '../types';
|
|
2
|
-
declare const
|
|
2
|
+
declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
|
|
3
3
|
variant: {
|
|
4
4
|
type: () => Variant;
|
|
5
5
|
default: undefined;
|
|
@@ -20,9 +20,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
20
20
|
type: StringConstructor;
|
|
21
21
|
default: string;
|
|
22
22
|
};
|
|
23
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
24
|
-
"component-error": (...args: any[]) => void;
|
|
25
|
-
}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
23
|
+
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
26
24
|
variant: {
|
|
27
25
|
type: () => Variant;
|
|
28
26
|
default: undefined;
|
|
@@ -43,13 +41,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
43
41
|
type: StringConstructor;
|
|
44
42
|
default: string;
|
|
45
43
|
};
|
|
46
|
-
}>> & Readonly<{
|
|
47
|
-
"onComponent-error"?: ((...args: any[]) => any) | undefined;
|
|
48
|
-
}>, {
|
|
44
|
+
}>> & Readonly<{}>, {
|
|
49
45
|
variant: Variant;
|
|
50
46
|
type: SpinnerType;
|
|
51
47
|
label: string;
|
|
52
48
|
tag: string;
|
|
53
49
|
size: Size;
|
|
54
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
|
+
declare const _default: typeof __VLS_export;
|
|
55
52
|
export default _default;
|