Skip to content

Commit c0c9a07

Browse files
Merge branch 'dev'
2 parents 6740c28 + a78bd03 commit c0c9a07

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+12343
-6648
lines changed

.eslintrc-auto-import.json

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
11
{
2-
"globals": {
3-
"CSSProperties": true,
4-
"Component": true,
5-
"ComponentPublicInstance": true,
6-
"ComputedRef": true,
7-
"EffectScope": true,
8-
"InjectionKey": true,
9-
"PropType": true,
10-
"Ref": true,
11-
"VNode": true,
12-
"computed": true,
13-
"createApp": true,
14-
"customRef": true,
15-
"defineAsyncComponent": true,
16-
"defineComponent": true,
17-
"effectScope": true,
18-
"getCurrentInstance": true,
19-
"getCurrentScope": true,
20-
"h": true,
21-
"inject": true,
22-
"isProxy": true,
23-
"isReactive": true,
24-
"isReadonly": true,
25-
"isRef": true,
26-
"markRaw": true,
27-
"nextTick": true,
28-
"onActivated": true,
29-
"onBeforeMount": true,
30-
"onBeforeUnmount": true,
31-
"onBeforeUpdate": true,
32-
"onDeactivated": true,
33-
"onErrorCaptured": true,
34-
"onMounted": true,
35-
"onRenderTracked": true,
36-
"onRenderTriggered": true,
37-
"onScopeDispose": true,
38-
"onServerPrefetch": true,
39-
"onUnmounted": true,
40-
"onUpdated": true,
41-
"provide": true,
42-
"reactive": true,
43-
"readonly": true,
44-
"ref": true,
45-
"resolveComponent": true,
46-
"shallowReactive": true,
47-
"shallowReadonly": true,
48-
"shallowRef": true,
49-
"toRaw": true,
50-
"toRef": true,
51-
"toRefs": true,
52-
"triggerRef": true,
53-
"unref": true,
54-
"useAttrs": true,
55-
"useCssModule": true,
56-
"useCssVars": true,
57-
"useSlots": true,
58-
"useTheme": true,
59-
"watch": true,
60-
"watchEffect": true,
61-
"watchPostEffect": true,
62-
"watchSyncEffect": true
63-
}
64-
}
2+
"globals": {
3+
"CSSProperties": true,
4+
"Component": true,
5+
"ComponentPublicInstance": true,
6+
"ComputedRef": true,
7+
"EffectScope": true,
8+
"InjectionKey": true,
9+
"PropType": true,
10+
"Ref": true,
11+
"VNode": true,
12+
"computed": true,
13+
"createApp": true,
14+
"customRef": true,
15+
"defineAsyncComponent": true,
16+
"defineComponent": true,
17+
"effectScope": true,
18+
"getCurrentInstance": true,
19+
"getCurrentScope": true,
20+
"h": true,
21+
"inject": true,
22+
"isProxy": true,
23+
"isReactive": true,
24+
"isReadonly": true,
25+
"isRef": true,
26+
"markRaw": true,
27+
"nextTick": true,
28+
"onActivated": true,
29+
"onBeforeMount": true,
30+
"onBeforeUnmount": true,
31+
"onBeforeUpdate": true,
32+
"onDeactivated": true,
33+
"onErrorCaptured": true,
34+
"onMounted": true,
35+
"onRenderTracked": true,
36+
"onRenderTriggered": true,
37+
"onScopeDispose": true,
38+
"onServerPrefetch": true,
39+
"onUnmounted": true,
40+
"onUpdated": true,
41+
"provide": true,
42+
"reactive": true,
43+
"readonly": true,
44+
"ref": true,
45+
"resolveComponent": true,
46+
"shallowReactive": true,
47+
"shallowReadonly": true,
48+
"shallowRef": true,
49+
"toRaw": true,
50+
"toRef": true,
51+
"toRefs": true,
52+
"triggerRef": true,
53+
"unref": true,
54+
"useAttrs": true,
55+
"useCssModule": true,
56+
"useCssVars": true,
57+
"useSlots": true,
58+
"useTheme": true,
59+
"useTemplateRef": true,
60+
"watch": true,
61+
"watchEffect": true,
62+
"watchPostEffect": true,
63+
"watchSyncEffect": true
64+
}
65+
}

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ dist-ssr
2626

2727

2828
src/plugin/**/*.bk.*
29+
30+
31+
# Remove this later
32+
dist/

.husky/pre-commit

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
32

4-
npx lint-staged && npm run test:build
3+
# npx lint-staged && npm run test:build
4+
npx lint-staged

.husky/prepare-commit-msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/usr/bin/env sh
2+
3+
npx jira-prepare-commit-msg --quiet $1

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
2-
All notable changes to the "vuetify-plugin-template" plugin will be documented in this file.
2+
All notable changes to the "vuetify-stepper-form" plugin will be documented in this file.
33

44
## v1.0.0

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<p align="center">
2-
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-plugin-template/main/src/assets/vuetify-logo.svg">
2+
<img alt="Vuetify Logo" width="100" src="https://raw.githubusercontent.com/webdevnerdstuff/vuetify-stepper-form/main/src/assets/vuetify-logo.svg">
33
</p>
44

55
<p>
66
<h1 align="center">Vuetify Plugin Template</h1>
77
</p>
88

99
<p align="center">
10-
<!-- <a href="https://www.npmjs.com/package/vuetify-plugin-template">
11-
<img src="https://img.shields.io/npm/v/vuetify-plugin-template?color=1867c0&logo=npm" alt="NPM Package">
10+
<!-- <a href="https://www.npmjs.com/package/vuetify-stepper-form">
11+
<img src="https://img.shields.io/npm/v/vuetify-stepper-form?color=1867c0&logo=npm" alt="NPM Package">
1212
</a>
1313
&nbsp; -->
14-
<a href="https://github.com/webdevnerdstuff/vuetify-plugin-template">
14+
<a href="https://github.com/webdevnerdstuff/vuetify-stepper-form">
1515
<img src="https://img.shields.io/badge/GitHub-WebDevNerdStuff-brightgreen.svg?logo=github" alt="@WebDevNerdStuff">
1616
</a>
1717
</p>
@@ -23,11 +23,11 @@ Vuetify Plugin Template is a template to help you get starting building your own
2323

2424
## Features
2525

26-
See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-template/#features) page for a list of features.
26+
See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-stepper-form/#features) page for a list of features.
2727

2828
## Documentation
2929

30-
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-template/)
30+
[Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-stepper-form/)
3131

3232
## Dependencies
3333

@@ -37,13 +37,13 @@ See [Documentation & Demo](https://webdevnerdstuff.github.io/vuetify-plugin-temp
3737

3838
## Change Log
3939

40-
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-plugin-template/blob/master/CHANGELOG.md)
40+
[CHANGELOG](https://github.com/webdevnerdstuff/vuetify-stepper-form/blob/master/CHANGELOG.md)
4141

4242

4343
## License
4444

4545
Copyright (c) 2023 WebDevNerdStuff
46-
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-plugin-template/blob/master/LICENSE.md).
46+
Licensed under the [MIT license](https://github.com/webdevnerdstuff/vuetify-stepper-form/blob/master/LICENSE.md).
4747

4848

4949
## Legal

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/>
3434
<meta
3535
name="keywords"
36-
content="vuetify-plugin-template, vuetify, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
36+
content="vuetify-stepper-form, vuetify, vue, vue3, component, javascript, typescript, webdevnerdstuff, wdns"
3737
/>
3838
<meta
3939
name="author"

0 commit comments

Comments
 (0)