196 строки
4.5 KiB
JSON
196 строки
4.5 KiB
JSON
{
|
|
"schemaVersion": "1.0.0",
|
|
"readme": "",
|
|
"modules": [
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "dist/bundle.js",
|
|
"declarations": [],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "default",
|
|
"declaration": {
|
|
"module": "dist/bundle.js"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "dist/filter-input-element-define.js",
|
|
"declarations": [],
|
|
"exports": []
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "dist/filter-input-element.js",
|
|
"declarations": [],
|
|
"exports": []
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "dist/index.js",
|
|
"declarations": [],
|
|
"exports": []
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "src/filter-input-element-define.ts",
|
|
"declarations": [],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "default",
|
|
"declaration": {
|
|
"name": "FilterInputElement",
|
|
"module": "src/filter-input-element-define.ts"
|
|
}
|
|
},
|
|
{
|
|
"kind": "js",
|
|
"name": "*",
|
|
"declaration": {
|
|
"name": "*",
|
|
"package": "./filter-input-element.js"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "src/filter-input-element.ts",
|
|
"declarations": [
|
|
{
|
|
"kind": "class",
|
|
"description": "",
|
|
"name": "FilterInputElement",
|
|
"members": [
|
|
{
|
|
"kind": "method",
|
|
"name": "define",
|
|
"static": true,
|
|
"parameters": [
|
|
{
|
|
"name": "tag",
|
|
"default": "'filter-input'"
|
|
},
|
|
{
|
|
"name": "registry",
|
|
"default": "customElements"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "currentQuery",
|
|
"type": {
|
|
"text": "string | null"
|
|
},
|
|
"default": "null"
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "debounceInputChange",
|
|
"type": {
|
|
"text": "() => void"
|
|
}
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "boundFilterResults",
|
|
"type": {
|
|
"text": "() => void"
|
|
}
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "filter",
|
|
"type": {
|
|
"text": "MatchFunction | null"
|
|
},
|
|
"default": "null"
|
|
},
|
|
{
|
|
"kind": "field",
|
|
"name": "input",
|
|
"type": {
|
|
"text": "HTMLInputElement | null"
|
|
},
|
|
"readonly": true
|
|
},
|
|
{
|
|
"kind": "method",
|
|
"name": "reset"
|
|
}
|
|
],
|
|
"attributes": [
|
|
{
|
|
"name": "aria-owns"
|
|
}
|
|
],
|
|
"superclass": {
|
|
"name": "HTMLElement"
|
|
},
|
|
"customElement": true
|
|
}
|
|
],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "FilterInputElement",
|
|
"declaration": {
|
|
"name": "FilterInputElement",
|
|
"module": "src/filter-input-element.ts"
|
|
}
|
|
},
|
|
{
|
|
"kind": "js",
|
|
"name": "default",
|
|
"declaration": {
|
|
"name": "FilterInputElement",
|
|
"module": "src/filter-input-element.ts"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "src/index.ts",
|
|
"declarations": [],
|
|
"exports": [
|
|
{
|
|
"kind": "js",
|
|
"name": "FilterInputElement",
|
|
"declaration": {
|
|
"name": "FilterInputElement",
|
|
"module": "src/index.ts"
|
|
}
|
|
},
|
|
{
|
|
"kind": "js",
|
|
"name": "default",
|
|
"declaration": {
|
|
"name": "FilterInputElement",
|
|
"module": "src/index.ts"
|
|
}
|
|
},
|
|
{
|
|
"kind": "js",
|
|
"name": "*",
|
|
"declaration": {
|
|
"name": "*",
|
|
"package": "./filter-input-element-define.js"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"kind": "javascript-module",
|
|
"path": "test/test.js",
|
|
"declarations": [],
|
|
"exports": []
|
|
}
|
|
]
|
|
}
|