@velkymx/vibeui 1.0.2 → 1.1.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/dist/{src/components → components}/VibeAlert.vue.d.ts +4 -4
- package/dist/{src/components → components}/VibeButton.vue.d.ts +2 -2
- package/dist/{src/components → components}/VibeDataTable.vue.d.ts +5 -1
- package/dist/components/VibeFormErrorSummary.vue.d.ts +17 -0
- package/dist/{src/components → components}/VibeFormInput.vue.d.ts +38 -2
- package/dist/{src/components → components}/VibeHero.vue.d.ts +9 -0
- package/dist/{src/components → components}/VibeModal.vue.d.ts +18 -0
- package/dist/{src/components → components}/VibeSortable.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeToast.vue.d.ts +3 -3
- package/dist/{src/components → components}/index.d.ts +2 -1
- package/dist/{src/injectionKeys.d.ts → injectionKeys.d.ts} +6 -0
- package/dist/purify.es-eYghtX9j.mjs +735 -0
- package/dist/{src/types.d.ts → types.d.ts} +2 -0
- package/dist/utils/routeKey.d.ts +11 -0
- package/dist/vibeui.css +1 -1
- package/dist/vibeui.es.js +1240 -982
- package/dist/vibeui.umd.js +3 -3
- package/docs/components/advanced/popover.md +1 -1
- package/docs/components/advanced/scrollspy.md +2 -2
- package/docs/components/advanced/tooltip.md +1 -1
- package/docs/components/core/button.md +19 -1
- package/docs/components/core/close-button.md +1 -1
- package/docs/components/data/datatable.md +3 -1
- package/docs/components/hero/hero.md +1 -0
- package/docs/components/interactive/modal.md +8 -0
- package/docs/components/navigation/navbar.md +6 -0
- package/docs/components/navigation/pagination.md +1 -0
- package/docs/forms/form-error-summary.md +96 -0
- package/docs/forms/form-group.md +4 -1
- package/docs/forms/form-input.md +28 -0
- package/llms.txt +24 -5
- package/package.json +1 -1
- package/dist/purify.es-1D-VntFD.mjs +0 -679
- package/dist/{src/App.vue.d.ts → App.vue.d.ts} +0 -0
- package/dist/{src/components → components}/HelloWorld.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeAccordion.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeAutocomplete.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeBadge.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeBreadcrumb.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeButtonGroup.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeCard.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeCarousel.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeChartBar.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeChartLine.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeChartPie.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeCloseButton.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeCol.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeCollapse.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeContainer.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeDatePicker.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeDraggable.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeDropdown.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeDroppable.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeFileInput.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormCheckbox.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormDatepicker.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormGroup.vue.d.ts +0 -0
- package/dist/{src/components → components}/VibeFormRadio.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormSelect.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormSpinbutton.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormSwitch.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormTextarea.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeFormWysiwyg.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeIcon.vue.d.ts +1 -1
- package/dist/{src/components → components}/VibeInputGroup.vue.d.ts +1 -1
- /package/dist/{src/components → components}/VibeLink.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeListGroup.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeNav.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeNavbar.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeNavbarBrand.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeNavbarNav.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeNavbarToggle.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeOffcanvas.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibePagination.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibePlaceholder.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibePopover.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeProgress.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeResizable.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeRow.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeScrollspy.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeSkeleton.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeSlider.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeSpinner.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeStepper.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeTab.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeTabContent.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeTabs.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeToastHost.vue.d.ts +0 -0
- /package/dist/{src/components → components}/VibeTooltip.vue.d.ts +0 -0
- /package/dist/{src/components → components}/chart/chartColors.d.ts +0 -0
- /package/dist/{src/components → components}/chart/chartResize.d.ts +0 -0
- /package/dist/{src/components → components}/chart/chartTooltip.d.ts +0 -0
- /package/dist/{src/components → components}/chart/chartTypes.d.ts +0 -0
- /package/dist/{src/components → components}/chart/drawBar.d.ts +0 -0
- /package/dist/{src/components → components}/chart/drawLine.d.ts +0 -0
- /package/dist/{src/components → components}/chart/drawPie.d.ts +0 -0
- /package/dist/{src/components → components}/dndStore.d.ts +0 -0
- /package/dist/{src/composables → composables}/useBackButton.d.ts +0 -0
- /package/dist/{src/composables → composables}/useBreakpoints.d.ts +0 -0
- /package/dist/{src/composables → composables}/useColorMode.d.ts +0 -0
- /package/dist/{src/composables → composables}/useForm.d.ts +0 -0
- /package/dist/{src/composables → composables}/useFormValidation.d.ts +0 -0
- /package/dist/{src/composables → composables}/useId.d.ts +0 -0
- /package/dist/{src/composables → composables}/usePosition.d.ts +0 -0
- /package/dist/{src/composables → composables}/useToast.d.ts +0 -0
- /package/dist/{src/directives → directives}/vTooltip.d.ts +0 -0
- /package/dist/{src/index.d.ts → index.d.ts} +0 -0
- /package/dist/{src/main.d.ts → main.d.ts} +0 -0
- /package/dist/{src/utils → utils}/safeCss.d.ts +0 -0
- /package/dist/{src/utils → utils}/safeHref.d.ts +0 -0
- /package/dist/{src/utils → utils}/sanitizeHtml.d.ts +0 -0
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -40,8 +40,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
40
40
|
}>> & Readonly<{}>, {
|
|
41
41
|
role: string;
|
|
42
42
|
size: Size;
|
|
43
|
-
vertical: boolean;
|
|
44
43
|
ariaLabel: string;
|
|
44
|
+
vertical: boolean;
|
|
45
45
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
46
46
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
47
47
|
declare const _default: typeof __VLS_export;
|
|
File without changes
|
|
@@ -138,9 +138,9 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
138
138
|
modelValue: number;
|
|
139
139
|
fade: boolean;
|
|
140
140
|
pause: string | boolean;
|
|
141
|
+
id: string;
|
|
141
142
|
wrap: boolean;
|
|
142
143
|
touch: boolean;
|
|
143
|
-
id: string;
|
|
144
144
|
controls: boolean;
|
|
145
145
|
indicators: boolean;
|
|
146
146
|
ride: string | boolean;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -62,8 +62,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
62
62
|
}>, {
|
|
63
63
|
modelValue: boolean;
|
|
64
64
|
tag: Tag;
|
|
65
|
-
horizontal: boolean;
|
|
66
65
|
id: string;
|
|
66
|
+
horizontal: boolean;
|
|
67
67
|
isNav: boolean;
|
|
68
68
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
69
69
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
File without changes
|
|
@@ -107,9 +107,9 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
107
107
|
modelValue: DateValue | RangeValue;
|
|
108
108
|
label: string;
|
|
109
109
|
disabled: boolean;
|
|
110
|
+
id: string;
|
|
110
111
|
placeholder: string;
|
|
111
112
|
range: boolean;
|
|
112
|
-
id: string;
|
|
113
113
|
min: string;
|
|
114
114
|
max: string;
|
|
115
115
|
disabledDates: string[];
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -109,8 +109,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
109
109
|
label: string;
|
|
110
110
|
size: Size;
|
|
111
111
|
disabled: boolean;
|
|
112
|
-
multiple: boolean;
|
|
113
112
|
id: string;
|
|
113
|
+
multiple: boolean;
|
|
114
114
|
helpText: string;
|
|
115
115
|
accept: string;
|
|
116
116
|
maxSize: number;
|
|
@@ -137,10 +137,10 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
137
137
|
label: string;
|
|
138
138
|
reverse: boolean;
|
|
139
139
|
disabled: boolean;
|
|
140
|
+
id: string;
|
|
140
141
|
inline: boolean;
|
|
141
142
|
value: string | number | boolean;
|
|
142
143
|
required: boolean;
|
|
143
|
-
id: string;
|
|
144
144
|
validationState: ValidationState;
|
|
145
145
|
validationMessage: string;
|
|
146
146
|
validationRules: ValidatorFunction | ValidationRule[];
|
|
@@ -140,8 +140,8 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
140
140
|
label: string;
|
|
141
141
|
size: Size;
|
|
142
142
|
disabled: boolean;
|
|
143
|
-
required: boolean;
|
|
144
143
|
id: string;
|
|
144
|
+
required: boolean;
|
|
145
145
|
min: string;
|
|
146
146
|
max: string;
|
|
147
147
|
readonly: boolean;
|
|
File without changes
|
|
@@ -129,9 +129,9 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
129
129
|
label: string;
|
|
130
130
|
reverse: boolean;
|
|
131
131
|
disabled: boolean;
|
|
132
|
+
id: string;
|
|
132
133
|
inline: boolean;
|
|
133
134
|
required: boolean;
|
|
134
|
-
id: string;
|
|
135
135
|
validationState: ValidationState;
|
|
136
136
|
validationMessage: string;
|
|
137
137
|
validationRules: ValidatorFunction | ValidationRule[];
|
|
@@ -149,10 +149,10 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
149
149
|
label: string;
|
|
150
150
|
size: Size;
|
|
151
151
|
disabled: boolean;
|
|
152
|
+
id: string;
|
|
152
153
|
placeholder: string;
|
|
153
154
|
multiple: boolean;
|
|
154
155
|
required: boolean;
|
|
155
|
-
id: string;
|
|
156
156
|
validationState: ValidationState;
|
|
157
157
|
validationMessage: string;
|
|
158
158
|
validationRules: ValidatorFunction | ValidationRule[];
|
|
@@ -159,11 +159,11 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
159
159
|
label: string;
|
|
160
160
|
size: Size;
|
|
161
161
|
disabled: boolean;
|
|
162
|
+
id: string;
|
|
162
163
|
vertical: boolean;
|
|
163
164
|
wrap: boolean;
|
|
164
165
|
required: boolean;
|
|
165
166
|
step: number;
|
|
166
|
-
id: string;
|
|
167
167
|
min: number;
|
|
168
168
|
max: number;
|
|
169
169
|
readonly: boolean;
|
|
@@ -104,9 +104,9 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
104
104
|
}>, {
|
|
105
105
|
label: string;
|
|
106
106
|
disabled: boolean;
|
|
107
|
+
id: string;
|
|
107
108
|
inline: boolean;
|
|
108
109
|
required: boolean;
|
|
109
|
-
id: string;
|
|
110
110
|
validationState: ValidationState;
|
|
111
111
|
validationMessage: string;
|
|
112
112
|
validationRules: ValidatorFunction | ValidationRule[];
|
|
@@ -155,9 +155,9 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
155
155
|
label: string;
|
|
156
156
|
size: Size;
|
|
157
157
|
disabled: boolean;
|
|
158
|
+
id: string;
|
|
158
159
|
placeholder: string;
|
|
159
160
|
required: boolean;
|
|
160
|
-
id: string;
|
|
161
161
|
readonly: boolean;
|
|
162
162
|
validationState: ValidationState;
|
|
163
163
|
validationMessage: string;
|
|
@@ -150,12 +150,12 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
150
150
|
modelValue: string;
|
|
151
151
|
label: string;
|
|
152
152
|
disabled: boolean;
|
|
153
|
+
id: string;
|
|
153
154
|
placeholder: string;
|
|
154
155
|
height: string;
|
|
155
156
|
toolbar: string | boolean | unknown[];
|
|
156
157
|
required: boolean;
|
|
157
158
|
theme: "snow" | "bubble";
|
|
158
|
-
id: string;
|
|
159
159
|
readonly: boolean;
|
|
160
160
|
validationState: ValidationState;
|
|
161
161
|
validationMessage: string;
|
|
@@ -91,13 +91,13 @@ declare const __VLS_export: import('vue').DefineComponent<import('vue').ExtractP
|
|
|
91
91
|
}>, {
|
|
92
92
|
color: string;
|
|
93
93
|
size: "sm" | "lg" | "1x" | "2x" | "3x" | "4x" | "5x";
|
|
94
|
+
ariaHidden: boolean;
|
|
94
95
|
ariaLabel: string;
|
|
95
96
|
fontSize: string;
|
|
96
97
|
customClass: string;
|
|
97
98
|
flipH: boolean;
|
|
98
99
|
flipV: boolean;
|
|
99
100
|
rotate: 90 | 180 | 270;
|
|
100
|
-
ariaHidden: boolean;
|
|
101
101
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
102
102
|
declare const _default: typeof __VLS_export;
|
|
103
103
|
export default _default;
|
|
@@ -45,8 +45,8 @@ declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPro
|
|
|
45
45
|
}>> & Readonly<{}>, {
|
|
46
46
|
tag: Tag;
|
|
47
47
|
size: Size;
|
|
48
|
-
prepend: string;
|
|
49
48
|
append: string;
|
|
49
|
+
prepend: string;
|
|
50
50
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
51
51
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
52
52
|
declare const _default: typeof __VLS_export;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|