Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit d6e94d0

Browse files
authored
Merge pull request #6 from Vuepic/next
v2.1.0
2 parents c944550 + 34e927e commit d6e94d0

File tree

92 files changed

+3084
-3588
lines changed

Some content is hidden

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

92 files changed

+3084
-3588
lines changed

.eslintrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ module.exports = {
33
env: {
44
node: true,
55
},
6+
globals: {
7+
defineProps: 'readonly',
8+
defineEmits: 'readonly',
9+
defineExpose: 'readonly',
10+
withDefaults: 'readonly',
11+
},
612
extends: [
713
'plugin:vue/vue3-strongly-recommended',
814
'eslint:recommended',

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
### The most complete datepicker solution for Vue 3
55

6-
[![License](https://img.shields.io/github/license/vuepic/vue3-date-time-picker)](https://github.com/Vuepic/vue3-date-time-picker/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/vue3-date-time-picker.svg)](https://www.npmjs.com/package/vue3-date-time-picker) ![Downloads](https://img.shields.io/npm/dm/vue3-date-time-picker) [![Open issues](https://img.shields.io/github/issues-raw/vuepic/vue3-date-time-picker)](https://github.com/Vuepic/vue3-date-time-picker/issues) ![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vuepic/vue3-date-time-picker) ![Release date](https://img.shields.io/github/release-date/vuepic/vue3-date-time-picker)
6+
[![License](https://img.shields.io/github/license/vuepic/vue3-date-time-picker)](https://github.com/Vuepic/vue3-date-time-picker/blob/master/LICENSE) ![Dependencies](https://img.shields.io/badge/dependencies-none-brightgreen.svg?style=flat) [![npm](https://img.shields.io/npm/v/vue3-date-time-picker.svg)](https://www.npmjs.com/package/vue3-date-time-picker) ![Downloads](https://img.shields.io/npm/dm/vue3-date-time-picker) [![Open issues](https://img.shields.io/github/issues-raw/vuepic/vue3-date-time-picker)](https://github.com/Vuepic/vue3-date-time-picker/issues) ![Vulnerabilities](https://img.shields.io/snyk/vulnerabilities/github/vuepic/vue3-date-time-picker) ![Release date](https://img.shields.io/github/release-date/vuepic/vue3-date-time-picker)
77

88

99
[DOCUMENTATION](https://vue3datepicker.com/)
@@ -21,6 +21,7 @@
2121
- Locale support
2222
- Week numbers
2323
- Dark and light theme
24+
- Zero dependencies
2425
- SSR support
2526
- Highly configurable
2627
- Type support

build/rollup.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,10 @@ const baseConfig = {
5252
},
5353
};
5454

55-
const external = ['vue', 'inputmask'];
55+
const external = ['vue'];
5656

5757
const globals = {
5858
vue: 'Vue',
59-
inputmask: 'Inputmask',
6059
};
6160

6261
// Customize configs for individual targets

docs/404.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
66
<meta name="generator" content="VuePress 2.0.0-beta.26">
7-
<link rel="icon" href="/logo.png"><title>Vue 3 Datepicker</title><meta name="description" content="The most complete date picker solution for Vue 3">
8-
<link rel="preload" href="/assets/js/runtime~app.b6d1518e.js" as="script"><link rel="preload" href="/assets/css/styles.501def63.css" as="style"><link rel="preload" href="/assets/js/917.602f0333.js" as="script"><link rel="preload" href="/assets/js/app.74f960fc.js" as="script">
9-
<link rel="stylesheet" href="/assets/css/styles.501def63.css">
7+
<link rel="icon" href="/logo.png"><meta name="description" content="Vue 3 datepicker with support for range picker, timepicker and month picker. Dark and light mode available"><title>Vue 3 Datepicker</title>
8+
<link rel="preload" href="/assets/js/runtime~app.adb255ad.js" as="script"><link rel="preload" href="/assets/css/styles.46f2d766.css" as="style"><link rel="preload" href="/assets/js/917.193b31bf.js" as="script"><link rel="preload" href="/assets/js/app.b14abea9.js" as="script">
9+
<link rel="stylesheet" href="/assets/css/styles.46f2d766.css">
1010
</head>
1111
<body>
12-
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>How did we get here?</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
13-
<script src="/assets/js/runtime~app.b6d1518e.js" defer></script><script src="/assets/js/917.602f0333.js" defer></script><script src="/assets/js/app.74f960fc.js" defer></script>
12+
<div id="app"><!--[--><div class="theme-container"><div class="theme-default-content"><h1>404</h1><blockquote>There&#39;s nothing here.</blockquote><a href="/" class="">Take me home</a></div></div><!----><!--]--></div>
13+
<script src="/assets/js/runtime~app.adb255ad.js" defer></script><script src="/assets/js/917.193b31bf.js" defer></script><script src="/assets/js/app.b14abea9.js" defer></script>
1414
</body>
1515
</html>

docs/api/components/index.html

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

docs/api/events/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/api/methods/index.html

Lines changed: 5 additions & 5 deletions
Large diffs are not rendered by default.

docs/api/props/index.html

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

docs/api/slots/index.html

Lines changed: 16 additions & 16 deletions
Large diffs are not rendered by default.

docs/assets/css/127.styles.ba091659.css

Lines changed: 1 addition & 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)