🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

vuen-daterange-picker

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vuen-daterange-picker

just a date range picker based on element ui

latest
Source
npmnpm
Version
1.1.4
Version published
Maintainers
1
Created
Source

vueN-daterange-picker

VueN date range picker based on https://element.eleme.cn/#/zh-CN/component/installation (no jQuery)

Date range picker component for vue made without jQuery dependency. Heavily inspired by element-ui.

document: https://xiashan.github.io/vueN-daterange-picker/

Installation

npm i vuen-daterange-picker --save

or

yarn add vuen-daterange-picker

import to use:

import NoxDateRangePicker from 'vuen-daterange-picker'

Props

PropsTypeDefaultDescription
nameString
valueObject{ dateRange: [], shortcut: '' }shortcut: ['0d', '-1d', '-7d', '-1w', '0m', '', '-1m']
default-valueObject
sizeStringsame as element input size
formatStringyyyy-MM-dd
value-formatStringyyyy-MM-dd
readonlyBooleanfalse
disabledBooleanfalse
start-placeholderObject
end-placeholderObject
clearableBooleanfalse
clear-iconObjectel-icon-circle-close
editableBooleantrue
popper-classObject
alignObjectleft
range-separatorObject/
picker-optionsObject
timezoneObject+08:00
unlink-panelsBooleanfalse开始日期和结束日期联动

Events

NameParamsDescription
inputclick input
blurinput blur
focusinput focus
changevalue change

FAQs

Package last updated on 22 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts