Skip to content

Commit 3c6b31d

Browse files
committed
Remove unused declarations from custom-elements.json
1 parent e728476 commit 3c6b31d

File tree

1 file changed

+0
-60
lines changed

1 file changed

+0
-60
lines changed

custom-elements.json

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -10,36 +10,6 @@
1010
"kind": "class",
1111
"description": "A Slider Control",
1212
"name": "SliderWebcomponent",
13-
"members": [
14-
{
15-
"kind": "field",
16-
"name": "min",
17-
"type": {
18-
"text": "number"
19-
}
20-
},
21-
{
22-
"kind": "field",
23-
"name": "max",
24-
"type": {
25-
"text": "number"
26-
}
27-
},
28-
{
29-
"kind": "field",
30-
"name": "value-min",
31-
"type": {
32-
"text": "number"
33-
}
34-
},
35-
{
36-
"kind": "field",
37-
"name": "value-max",
38-
"type": {
39-
"text": "number"
40-
}
41-
}
42-
],
4313
"attributes": [
4414
{
4515
"name": "min",
@@ -58,36 +28,6 @@
5828
"fieldName": "value-max"
5929
}
6030
],
61-
"events": [
62-
{
63-
"name": "value-min-changed",
64-
"description": "Is raised when the min value changes",
65-
"type": {
66-
"title": "String"
67-
}
68-
},
69-
{
70-
"name": "value-max-changed",
71-
"description": "Is raised when the max value changes",
72-
"type": {
73-
"title": "String"
74-
}
75-
},
76-
{
77-
"name": "min-changed",
78-
"description": "Is raised when the scale min changes",
79-
"type": {
80-
"title": "String"
81-
}
82-
},
83-
{
84-
"name": "max-changed",
85-
"description": "Is raised when the scale max changes",
86-
"type": {
87-
"title": "String"
88-
}
89-
}
90-
],
9131
"superclass": {
9232
"name": "BaseCustomWebComponentConstructorAppend"
9333
},

0 commit comments

Comments
 (0)