dominoclock/custom-elements.json

181 lines
4.0 KiB
JSON

{
"schemaVersion": "1.0.0",
"readme": "",
"modules": [
{
"kind": "javascript-module",
"path": "src/DominoClock.ts",
"declarations": [
{
"kind": "class",
"description": "",
"name": "DominoClock",
"members": [
{
"kind": "field",
"name": "faces",
"type": {
"text": "HTMLCollection"
}
},
{
"kind": "field",
"name": "timer",
"type": {
"text": "number"
},
"default": "0"
},
{
"kind": "method",
"name": "paint"
}
],
"superclass": {
"name": "LitElement",
"package": "lit"
},
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "DominoClock",
"declaration": {
"name": "DominoClock",
"module": "src/DominoClock.ts"
}
},
{
"kind": "js",
"name": "default",
"declaration": {
"name": "DominoClock",
"module": "src/DominoClock.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/DominoFace.ts",
"declarations": [
{
"kind": "class",
"description": "",
"name": "DominoClockface",
"members": [
{
"kind": "field",
"name": "name",
"type": {
"text": "string"
},
"default": "\"hour\""
},
{
"kind": "field",
"name": "time",
"type": {
"text": "string"
},
"default": "\"12\""
},
{
"kind": "field",
"name": "dots",
"type": {
"text": "HTMLCollection"
}
},
{
"kind": "method",
"name": "calculateDots"
}
],
"superclass": {
"name": "LitElement",
"package": "lit"
},
"customElement": true
}
],
"exports": [
{
"kind": "js",
"name": "DominoClockface",
"declaration": {
"name": "DominoClockface",
"module": "src/DominoFace.ts"
}
},
{
"kind": "js",
"name": "default",
"declaration": {
"name": "DominoClockface",
"module": "src/DominoFace.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "src/index.ts",
"declarations": [],
"exports": [
{
"kind": "js",
"name": "DominoClock",
"declaration": {
"name": "DominoClock",
"module": "src/index.ts"
}
},
{
"kind": "js",
"name": "default",
"declaration": {
"name": "DominoClock",
"module": "src/index.ts"
}
}
]
},
{
"kind": "javascript-module",
"path": "build/assets/index.c09ad8c7.js",
"declarations": [
{
"kind": "variable",
"name": "n3"
},
{
"kind": "variable",
"name": "e3",
"default": "t2"
}
],
"exports": [
{
"kind": "custom-element-definition",
"name": "e3",
"declaration": {
"name": "n3",
"module": "build/assets/index.c09ad8c7.js"
}
},
{
"kind": "custom-element-definition",
"name": "e3",
"declaration": {
"name": "n4",
"module": "build/assets/index.c09ad8c7.js"
}
}
]
}
]
}