Skip to content

Commit 0521970

Browse files
Merge branch 'Vuepic:main' into fix/month-year-template-issue
2 parents 974e3e7 + 9213d7f commit 0521970

File tree

111 files changed

+1593
-1418
lines changed

Some content is hidden

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

111 files changed

+1593
-1418
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
runs-on: ubuntu-latest
1616
permissions:
17-
issues: write
18-
pull-requests: write
17+
issues: read
18+
pull-requests: read
1919

2020
steps:
2121
- uses: actions/stale@v3

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,6 @@ Special thanks to our sponsors 🙏
9898
<img src="https://avatars.githubusercontent.com/u/99868704?s=200&v=4" width="80" alt="Hapio">
9999
</a>
100100

101-
<a href="https://datagridvue.com/" target="_blank">
102-
<img src="https://raw.githubusercontent.com/nruffing/data-grid-vue/049baf296f814e3b03faf48632a7508305e14ffc/vuepress/.vuepress/public/favicon.svg" width="80" alt="Data Grid Vue
103-
">
104-
</a>
105-
106101
## Contributors
107102

108103
Thanks to all people who contributed to the project 🙏

dev/serve.vue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<template>
2-
<div class="wrapper">
3-
<Datepicker v-model="selectedDate" placeholder="Select Date" />
4-
</div>
2+
<div class="wrapper">
3+
<Datepicker v-model="selectedDate" placeholder="Select Date" />
4+
</div>
55
</template>
66

77
<script lang="ts" setup>
8-
import { ref } from 'vue';
9-
import Datepicker from '../src/VueDatePicker/VueDatePicker.vue';
8+
import { ref } from 'vue';
9+
import Datepicker from '../src/VueDatePicker/VueDatePicker.vue';
1010
11-
const selectedDate = ref();
11+
const selectedDate = ref();
1212
</script>
1313

1414
<style lang="scss">
15-
.wrapper {
16-
padding: 200px;
17-
}
15+
.wrapper {
16+
padding: 200px;
17+
}
1818
</style>

docs/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<title>404 | Vue Datepicker</title>
77

8-
<meta name="generator" content="VitePress v1.6.3">
9-
<link rel="preload stylesheet" href="/assets/style.DaYDhQJI.css" as="style">
8+
<meta name="generator" content="VitePress v1.6.4">
9+
<link rel="preload stylesheet" href="/assets/style.DVfTjRo1.css" as="style">
1010
<link rel="preload stylesheet" href="/vp-icons.css" as="style">
11-
<script type="module" src="/assets/chunks/metadata.fd76633f.js"></script>
12-
<script type="module" src="/assets/app.L-6K-O22.js"></script>
11+
<script type="module" src="/assets/chunks/metadata.6c333e1b.js"></script>
12+
<script type="module" src="/assets/app._0cLcMW4.js"></script>
1313
<link rel="preload" href="/assets/inter-roman-latin.Di8DUHzh.woff2" as="font" type="font/woff2" crossorigin="">
1414
<link rel="icon" href="/logo.png">
1515
<meta name="description" content="Vue 3 datepicker component. Lightweight and powerful with support for the timepicker, range picker, month-year picker, text input, week numbers and many more. Options to customize the datepicker from the ground up with props, slots and custom components. Dark and light mode available">

docs/assets/app.L-6K-O22.js renamed to docs/assets/app._0cLcMW4.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/chunks/VPAlgoliaSearchBox.UEr6ZO_f.js renamed to docs/assets/chunks/VPAlgoliaSearchBox.BdlysBCl.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/chunks/framework.Bsca31_H.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/chunks/framework.apTl1vEb.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

docs/assets/chunks/metadata.fd76633f.js renamed to docs/assets/chunks/metadata.6c333e1b.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/chunks/theme.Dxok-f7J.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)