0.0.6 • Published 10 months ago

temporal-input v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

temporal-input

Used by

Properties

PropertyAttributeDescriptionTypeDefault
disableddisabledbooleanundefined
endendThe end value of date rangestringundefined
localelocalestringundefined
maxmaxThe max valuestringundefined
minminThe min valuestringundefined
nativenativeThe native valuebooleanundefined
openopenbooleanundefined
plainplainThe plain of type"date" \| "datetime" \| "day" \| "month" \| "time"'date'
presentationpresentationThe type of picker"button" \| "input"'input'
readonlyreadonlybooleanundefined
startstartThe start value of date rangestringundefined
typetypeThe type of picker"plain" \| "range"'plain'
valuevalueThe value of datestringundefined

Events

EventDescriptionType
t-close-popupThe close popup eventCustomEvent<void>
t-end-changeThe end value change event (range type)CustomEvent<{ value: string; }>
t-open-popupThe close popup eventCustomEvent<{ index: number; }>
t-start-changeThe start value change event (range type)CustomEvent<{ value: string; }>
t-value-changeThe value change eventCustomEvent<{ value: string; }>

Shadow Parts

PartDescription
"button"
"end-input"
"input"
"range-wrapper"
"separator"
"start-input"
0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

10 months ago

0.0.1

11 months ago

0.0.0

11 months ago