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

190 lines
4.7 KiB
JSON

{
"schemaVersion": "experimental",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "./index.js",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "LionInputRange",
"declaration": {
"name": "LionInputRange",
"module": "./src/LionInputRange.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./lion-input-range.js",
"declarations": [],
"exports": [
{
"kind": "custom-element-definition",
"name": "lion-input-range",
"declaration": {
"name": "LionInputRange",
"module": "./src/LionInputRange.js"
}
}
]
},
{
"kind": "javascript-module",
"path": "./src/LionInputRange.js",
"declarations": [
{
"kind": "class",
"name": "LionInputRange",
"superclass": {
"name": "LionInput",
"package": "@lion/input"
},
"attributes": [
{
"name": "min",
"fieldName": "min"
},
{
"name": "max",
"fieldName": "max"
},
{
"name": "unit",
"fieldName": "unit"
},
{
"name": "step",
"fieldName": "step"
},
{
"name": "no-min-max-labels",
"fieldName": "noMinMaxLabels"
}
],
"members": [
{
"kind": "field",
"name": "min",
"privacy": "public",
"default": "Infinity"
},
{
"kind": "field",
"name": "max",
"privacy": "public",
"default": "Infinity"
},
{
"kind": "field",
"name": "unit",
"privacy": "public",
"default": "''"
},
{
"kind": "field",
"name": "step",
"privacy": "public",
"default": "1"
},
{
"kind": "field",
"name": "noMinMaxLabels",
"privacy": "public",
"default": "false"
},
{
"kind": "method",
"name": "rangeStyles",
"privacy": "public",
"static": true,
"parameters": [
{
"name": "scope",
"type": {
"type": "CSSResult"
}
}
]
},
{
"kind": "field",
"name": "_inputNode",
"privacy": "public"
},
{
"kind": "method",
"name": "connectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "disconnectedCallback",
"privacy": "public"
},
{
"kind": "method",
"name": "updated",
"privacy": "public",
"parameters": [
{
"name": "changedProperties",
"type": {
"type": "PropertyValues "
}
}
]
},
{
"kind": "method",
"name": "firstUpdated",
"privacy": "public",
"parameters": [
{
"name": "changedProperties",
"type": {
"type": "PropertyValues "
}
}
]
},
{
"kind": "method",
"name": "_inputGroupTemplate",
"privacy": "public"
},
{
"kind": "method",
"name": "_inputGroupInputTemplate",
"privacy": "public"
},
{
"kind": "method",
"name": "__setupStyleTag",
"privacy": "public"
},
{
"kind": "method",
"name": "__teardownStyleTag",
"privacy": "public"
}
],
"tagName": "lion-input-range"
}
],
"exports": [
{
"kind": "js",
"name": "LionInputRange",
"declaration": {
"name": "LionInputRange",
"module": "./src/LionInputRange.js"
}
}
]
}
]
}