Skip to content

Commit f857919

Browse files
version
1 parent 68ba61f commit f857919

5 files changed

+7
-7
lines changed

dist/FieldLabel-hRIcQJyr.mjs renamed to dist/FieldLabel-BRQ0K1ZH.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 0.0.1
4+
* @version 1.0.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-BVWPDtHS.js renamed to dist/FieldLabel-mS_InZKL.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 0.0.1
3+
* @version 1.0.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
@@ -19,7 +19,7 @@ import { VStepper as Fl, VStepperHeader as zl, VStepperItem as Kl, VStepperWindo
1919
import { VTooltip as Yl } from "vuetify/lib/components/VTooltip/index.mjs";
2020
/**
2121
* @name @wdns/vuetify-stepper-form
22-
* @version 0.0.1
22+
* @version 1.0.0
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 Dt = "v-stepper-form", mo = (e, t, a = {}) => {
27352735
} }), Lr = cl(Mr, [["__scopeId", "data-v-d58e9787"]]), Br = Object.freeze(Object.defineProperty({ __proto__: null, default: Lr }, Symbol.toStringTag, { value: "Module" })), Hr = Oo, $r = Symbol();
27362736
function ss(e = Hr) {
27372737
return { install: (t) => {
2738-
t.provide($r, e), t.config.idPrefix = "vsf", t.component("VStepperForm", da(() => Promise.resolve().then(() => Br))), t.component("FieldLabel", da(() => import("./FieldLabel-hRIcQJyr.mjs")));
2738+
t.provide($r, e), t.config.idPrefix = "vsf", t.component("VStepperForm", da(() => Promise.resolve().then(() => Br))), t.component("FieldLabel", da(() => import("./FieldLabel-BRQ0K1ZH.mjs")));
27392739
} };
27402740
}
27412741
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.0",
3+
"version": "1.0.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)