Skip to content

Commit d2ce3de

Browse files
Merge pull request #33 from webdevnerdstuff/dev
Dev
2 parents a71dae9 + 9e0dbb5 commit d2ce3de

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

dist/FieldLabel-C78b4p01.mjs renamed to dist/FieldLabel-7fESx4JQ.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { FieldLabel as a } from "./vuetify-stepper-form.es.js";
22
/**
33
* @name @wdns/vuetify-stepper-form
4-
* @version 1.0.1
4+
* @version 1.0.2
55
* @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.
66
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
77
* @copyright Copyright 2024, WebDevNerdStuff

dist/FieldLabel-_ATH8rEz.js renamed to dist/FieldLabel-Cd_UO4bq.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict";/**
22
* @name @wdns/vuetify-stepper-form
3-
* @version 1.0.1
3+
* @version 1.0.2
44
* @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.
55
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
66
* @copyright Copyright 2024, WebDevNerdStuff

dist/vuetify-stepper-form.cjs.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vuetify-stepper-form.es.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { VStepper as zl, VStepperHeader as Kl, VStepperItem as ql, VStepperWindo
1919
import { VTooltip as Zl } from "vuetify/lib/components/VTooltip/index.mjs";
2020
/**
2121
* @name @wdns/vuetify-stepper-form
22-
* @version 1.0.1
22+
* @version 1.0.2
2323
* @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.
2424
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
2525
* @copyright Copyright 2024, WebDevNerdStuff
@@ -2735,7 +2735,7 @@ const cl = (e) => {
27352735
function rs(e = {}) {
27362736
return { install: (t) => {
27372737
const a = Pn(e, Eo);
2738-
t.provide(Oo, a), t.config.idPrefix = "vsf", t.component("VStepperForm", ca(() => Promise.resolve().then(() => Hr))), t.component("FieldLabel", ca(() => import("./FieldLabel-C78b4p01.mjs")));
2738+
t.provide(Oo, a), t.config.idPrefix = "vsf", t.component("VStepperForm", ca(() => Promise.resolve().then(() => Hr))), t.component("FieldLabel", ca(() => import("./FieldLabel-7fESx4JQ.mjs")));
27392739
} };
27402740
}
27412741
export {

src/documentation/sections/DescriptionSection.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
</v-col>
1515

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

2022
</v-row>

0 commit comments

Comments
 (0)