Skip to content

Dev #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Dev #33

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { FieldLabel as a } from "./vuetify-stepper-form.es.js";
/**
* @name @wdns/vuetify-stepper-form
* @version 1.0.1
* @version 1.0.2
* @description The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and streamlines building dynamic, interactive forms that guide users through sequential steps.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
* @copyright Copyright 2024, WebDevNerdStuff
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use strict";/**
* @name @wdns/vuetify-stepper-form
* @version 1.0.1
* @version 1.0.2
* @description The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and streamlines building dynamic, interactive forms that guide users through sequential steps.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
* @copyright Copyright 2024, WebDevNerdStuff
Expand Down
4 changes: 2 additions & 2 deletions dist/vuetify-stepper-form.cjs.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/vuetify-stepper-form.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { VStepper as zl, VStepperHeader as Kl, VStepperItem as ql, VStepperWindo
import { VTooltip as Zl } from "vuetify/lib/components/VTooltip/index.mjs";
/**
* @name @wdns/vuetify-stepper-form
* @version 1.0.1
* @version 1.0.2
* @description The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin is customizable and streamlines building dynamic, interactive forms that guide users through sequential steps.
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
* @copyright Copyright 2024, WebDevNerdStuff
Expand Down Expand Up @@ -2735,7 +2735,7 @@ const cl = (e) => {
function rs(e = {}) {
return { install: (t) => {
const a = Pn(e, Eo);
t.provide(Oo, a), t.config.idPrefix = "vsf", t.component("VStepperForm", ca(() => Promise.resolve().then(() => Hr))), t.component("FieldLabel", ca(() => import("./FieldLabel-C78b4p01.mjs")));
t.provide(Oo, a), t.config.idPrefix = "vsf", t.component("VStepperForm", ca(() => Promise.resolve().then(() => Hr))), t.component("FieldLabel", ca(() => import("./FieldLabel-7fESx4JQ.mjs")));
} };
}
export {
Expand Down
4 changes: 3 additions & 1 deletion src/documentation/sections/DescriptionSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
</v-col>

<v-col cols="12">
Vuetify Stepper Form
The Vuetify Stepper Form plugin provides a structured way to create multi-step forms using Vue 3, TypeScript, and
Vuetify. It features a stepper layout that allows users to navigate between steps with form validation. The plugin
is customizable and streamlines building dynamic, interactive forms that guide users through sequential steps.
</v-col>

</v-row>
Expand Down