Skip to content

Commit ac8710b

Browse files
authored
Merge pull request #105 from github/upgrade-to-new-web-component-standards
Upgrade to new web component standards
2 parents 224c04c + aa2a262 commit ac8710b

7 files changed

+679
-1518
lines changed

custom-elements.json

+49-8
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,42 @@
99
{
1010
"kind": "class",
1111
"description": "",
12-
"name": "AutocompleteElement",
12+
"name": "AutoCompleteEvent",
1313
"members": [
14+
{
15+
"kind": "field",
16+
"name": "relatedTarget",
17+
"type": {
18+
"text": "HTMLInputElement"
19+
},
20+
"default": "relatedTarget"
21+
}
22+
],
23+
"superclass": {
24+
"name": "Event",
25+
"module": "src/auto-complete-element.ts"
26+
}
27+
},
28+
{
29+
"kind": "class",
30+
"description": "",
31+
"name": "AutoCompleteElement",
32+
"members": [
33+
{
34+
"kind": "method",
35+
"name": "define",
36+
"static": true,
37+
"parameters": [
38+
{
39+
"name": "tag",
40+
"default": "'auto-complete'"
41+
},
42+
{
43+
"name": "registry",
44+
"default": "customElements"
45+
}
46+
]
47+
},
1448
{
1549
"kind": "method",
1650
"name": "setCSPTrustedTypesPolicy",
@@ -123,7 +157,7 @@
123157
{
124158
"name": "auto-complete-change",
125159
"type": {
126-
"text": "AutocompleteEvent"
160+
"text": "AutoCompleteEvent"
127161
}
128162
}
129163
],
@@ -141,24 +175,31 @@
141175
"superclass": {
142176
"name": "HTMLElement"
143177
},
144-
"tagName": "auto-complete",
145178
"customElement": true
146179
}
147180
],
148181
"exports": [
149182
{
150183
"kind": "js",
151-
"name": "default",
184+
"name": "AutoCompleteEvent",
152185
"declaration": {
153-
"name": "AutocompleteElement",
186+
"name": "AutoCompleteEvent",
154187
"module": "src/auto-complete-element.ts"
155188
}
156189
},
157190
{
158-
"kind": "custom-element-definition",
159-
"name": "auto-complete",
191+
"kind": "js",
192+
"name": "AutoCompleteElement",
193+
"declaration": {
194+
"name": "AutoCompleteElement",
195+
"module": "src/auto-complete-element.ts"
196+
}
197+
},
198+
{
199+
"kind": "js",
200+
"name": "default",
160201
"declaration": {
161-
"name": "AutocompleteElement",
202+
"name": "AutoCompleteElement",
162203
"module": "src/auto-complete-element.ts"
163204
}
164205
}

0 commit comments

Comments
 (0)