Installations
npm install vue3-datepicker-lite
Developer
linmasahiro
Developer Guide
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
No
Node Version
21.7.3
NPM Version
10.5.0
Statistics
35 Stars
48 Commits
11 Forks
4 Watching
1 Branches
4 Contributors
Updated on 30 Oct 2024
Languages
Vue (88.51%)
HTML (9.54%)
TypeScript (1.11%)
JavaScript (0.83%)
Total Downloads
Cumulative downloads
Total Downloads
19,401
Last day
-50%
6
Compared to previous day
Last week
75%
77
Compared to previous week
Last month
124.6%
274
Compared to previous month
Last year
-40.8%
1,986
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
vue3-datepicker-lite
A simple datepicker component support Vue3.0!!
DEMO
SampleCode
import
import DatepickerLite from "vue3-datepicker-lite";
import DatepickerLite from "vue3-datepicker-lite/ts"; // TypeScript
component
<datepicker-lite
:id-attr="datepickerSetting.id"
:name-attr="datepickerSetting.name"
:class-attr="datepickerSetting.class"
:value-attr="datepickerSetting.value"
:placeholder-attr="datepickerSetting.placeholder"
:is-button-type="datepickerSetting.isButtonType"
:year-minus="datepickerSetting.yearMinus"
:years-range="100"
:from="datepickerSetting.fromDate"
:to="datepickerSetting.toDate"
:disabled-date="datepickerSetting.disabledDate"
:locale="datepickerSetting.locale"
@value-changed="datepickerSetting.changeEvent"
:disable-input="datepickerSetting.disableInput"
:show-bottom-button="true"
></datepicker-lite>
sample data
const datepickerSetting = {
id: "birthday",
name: "birthday",
class: "myDateInput",
value: "2020/10/01",
placeholder: "Select",
isButtonType: false,
yearMinus: 0,
fromDate: "2020/02/10",
toDate: "2021/02/10",
disabledDate: [
"2020/10/02",
"2020/10/03",
"2020/10/04",
"2020/10/05",
"2020/10/06",
],
locale: {
format: "YYYY/MM/DD",
weekday: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
months: ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"],
startsWeeks: 0,
todayBtn: "Today",
clearBtn: "Clear",
closeBtn: "Close",
},
changeEvent: (value) => {
console.log(value + " selected!");
},
disableInput: false,
}
release
ver 1.9.7 : fixed bugs. ref #21, #22
ver 1.9.6 : changed import file for TypeScript
ver 1.9.5 : fixed wrong path on index.js
ver 1.9.4 : fixed bugs. ref #20
ver 1.9.3 : removed `core-js` and added `index.d.ts` and no includes `compiler-core.esm-bundler.js`
ver 1.9.2 : fixed bugs
ver 1.9.1 : added auto-complate slash in the input field
ver 1.9.0 : added show-bottom-button option and years-range option
ver 1.8.9 : added months-option on locale-options
ver 1.8.8 : added switch to button-type option
ver 1.8.7 : added autocomplated off option
ver 1.8.6 : fixed datepicker on window bottom will be over window height bug
ver 1.8.5 : fixed locale attribute bug
ver 1.8.4 : supported start weeks option
ver 1.8.3 : fixed disabledDate not work bug
ver 1.8.2 : fixed valueAttr can not to be null bug
ver 1.8.1 : supported placeholder
ver 1.8.0 : supported value-attr responsive
ver 1.7.0 : supported disable input
ver 1.6.0 : supported date format
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
2 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-7q7g-4xm8-89cq
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
Reason
2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2
Reason
Found 4/27 approved changesets -- score normalized to 1
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
- Warn: 0 commits out of 7 are checked with a SAST tool
Score
3.2
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn MoreOther packages similar to vue3-datepicker-lite
caniuse-lite
A smaller version of caniuse-db, with only the essentials!
vue3-datepicker
A simple Vue 3 datepicker component. Supports disabling of dates, translations. Dependent on date-fns.
iconv-lite
Convert character encodings in pure javascript.
mime
A comprehensive library for mime-type mapping