lion/packages/input-date/custom-elements.json
2021-02-15 18:07:33 +01:00

124 lines
2.9 KiB
JSON

{
"schemaVersion": "experimental",
"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": {
"type": "PropertyValues "
}
}
]
},
{
"kind": "method",
"name": "connectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "serializer",
"privacy": "public",
"parameters": [
{
"name": "modelValue",
"type": {
"type": "Date"
}
}
]
},
{
"kind": "method",
"name": "deserializer",
"privacy": "public",
"parameters": [
{
"name": "serializedValue",
"type": {
"type": "string"
}
}
]
}
],
"tagName": "lion-input-date"
}
],
"exports": [
{
"kind": "js",
"name": "LionInputDate",
"declaration": {
"name": "LionInputDate",
"module": "./src/LionInputDate.js"
}
}
]
}
]
}