152 lines
No EOL
3.6 KiB
JSON
152 lines
No EOL
3.6 KiB
JSON
{
|
|
"schemaVersion": "0.1.0",
|
|
"readme": "",
|
|
"modules": [
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "./index.js",
|
|
"declarations": [],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "LionAccordion",
|
|
"declaration": {
|
|
"name": "LionAccordion",
|
|
"module": "./src/LionAccordion.js"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "./lion-accordion.js",
|
|
"declarations": [],
|
|
"exports": [
|
|
{
|
|
"kind": "custom-element-definition",
|
|
"name": "lion-accordion",
|
|
"declaration": {
|
|
"name": "LionAccordion",
|
|
"module": "./src/LionAccordion.js"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "./src/LionAccordion.js",
|
|
"declarations": [
|
|
{
|
|
"kind": "class",
|
|
"name": "LionAccordion",
|
|
"superclass": {
|
|
"name": "LitElement",
|
|
"package": "@lion/core"
|
|
},
|
|
"attributes": [
|
|
{
|
|
"name": "focusedIndex",
|
|
"fieldName": "focusedIndex"
|
|
},
|
|
{
|
|
"name": "expanded",
|
|
"fieldName": "expanded"
|
|
}
|
|
],
|
|
"members": [
|
|
{
|
|
"kind": "field",
|
|
"name": "focusedIndex",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "expanded",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__setupSlots",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__setupStore",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__cleanStore",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__createInvokerClickHandler",
|
|
"privacy": "public",
|
|
"parameters": [
|
|
{
|
|
"name": "index",
|
|
"type": {
|
|
"text": "number"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__handleInvokerKeydown",
|
|
"privacy": "public",
|
|
"parameters": [
|
|
{
|
|
"name": "e",
|
|
"type": {
|
|
"text": "Event"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "_pairCount",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__updateFocused",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__updateExpanded",
|
|
"privacy": "public"
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "__toggleExpanded",
|
|
"privacy": "public",
|
|
"parameters": [
|
|
{
|
|
"name": "value",
|
|
"type": {
|
|
"text": "number"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"tagName": "lion-accordion"
|
|
}
|
|
],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "LionAccordion",
|
|
"declaration": {
|
|
"name": "LionAccordion",
|
|
"module": "./src/LionAccordion.js"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |