lion/packages/input-date/custom-elements.json

124 lines
No EOL
2.9 KiB
JSON

{
"schemaVersion": "0.1.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "./index.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "LionInputDate",
"declaration": {
"name": "LionInputDate",
"module": "./src/LionInputDate.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./lion-input-date.js",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "lion-input-date",
"declaration": {
"name": "LionInputDate",
"module": "./src/LionInputDate.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./src/LionInputDate.js",
"declarations": [
{
"kind": "class",
"name": "LionInputDate",
"mixins": [
{
"name": "LocalizeMixin",
"package": "@lion/localize"
}
],
"superclass": {
"name": "LionInput",
"package": "@lion/input"
},
"attributes": [
{
"name": "modelValue",
"fieldName": "modelValue"
}
],
"members": [
{
"kind": "field",
"name": "modelValue",
"privacy": "public"
},
{
"kind": "method",
"name": "updated",
"privacy": "public",
"parameters": [
{
"name": "changedProperties",
"type": {
"text": "PropertyValues "
}
}
]
},
{
"kind": "method",
"name": "connectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "serializer",
"privacy": "public",
"parameters": [
{
"name": "modelValue",
"type": {
"text": "Date"
}
}
]
},
{
"kind": "method",
"name": "deserializer",
"privacy": "public",
"parameters": [
{
"name": "serializedValue",
"type": {
"text": "string"
}
}
]
}
],
"tagName": "lion-input-date"
}
],
"exports": [
{
"kind": "js",
"name": "LionInputDate",
"declaration": {
"name": "LionInputDate",
"module": "./src/LionInputDate.js"
}
}
]
}
]
}