Skip to content

Commit 8bcaff1

Browse files
Merge branch 'main' into dev
2 parents b22e5c6 + aaad066 commit 8bcaff1

5 files changed

+7
-7
lines changed

dist/FieldLabel-D5QHBlb_.mjs renamed to dist/FieldLabel-BBHgsT56.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.0-beta1
4+
* @version 1.0.0-beta1.0
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-DAVdrVyS.js renamed to dist/FieldLabel-Dyt0wR_D.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.0-beta1
3+
* @version 1.0.0-beta1.0
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
@@ -18,7 +18,7 @@ import { VStepper as Pl, VStepperHeader as Ul, VStepperItem as Dl, VStepperWindo
1818
import { VTooltip as Ml } from "vuetify/lib/components/VTooltip/index.mjs";
1919
/**
2020
* @name @wdns/vuetify-stepper-form
21-
* @version 1.0.0-beta1
21+
* @version 1.0.0-beta1.0
2222
* @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.
2323
* @author WebDevNerdStuff & Bunnies... lots and lots of bunnies! <[email protected]> (https://webdevnerdstuff.com)
2424
* @copyright Copyright 2024, WebDevNerdStuff
@@ -2702,7 +2702,7 @@ const rr = Me({ name: "Form", inheritAttrs: !1, props: { as: { type: null, defau
27022702
} }), Ar = Qa(Cr, [["__scopeId", "data-v-fc272bda"]]), jr = Object.freeze(Object.defineProperty({ __proto__: null, default: Ar }, Symbol.toStringTag, { value: "Module" })), Pr = ua, el = Symbol();
27032703
function Xr(e = Pr) {
27042704
return { install: (t) => {
2705-
t.provide(el, e), t.config.idPrefix = "vsf", t.component("VStepperForm", eo(() => Promise.resolve().then(() => jr))), t.component("FieldLabel", eo(() => import("./FieldLabel-D5QHBlb_.mjs")));
2705+
t.provide(el, e), t.config.idPrefix = "vsf", t.component("VStepperForm", eo(() => Promise.resolve().then(() => jr))), t.component("FieldLabel", eo(() => import("./FieldLabel-BBHgsT56.mjs")));
27062706
} };
27072707
}
27082708
export {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wdns/vuetify-stepper-form",
3-
"version": "1.0.0-beta1",
3+
"version": "1.0.0-beta1.0",
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
"private": false,
66
"publishConfig": {

0 commit comments

Comments
 (0)