File tree Expand file tree Collapse file tree 2 files changed +102
-0
lines changed Expand file tree Collapse file tree 2 files changed +102
-0
lines changed Original file line number Diff line number Diff line change
1
+ export default {
2
+ packagejson : true ,
3
+ globs : [ 'src/*-element.ts' ] ,
4
+ plugins : [ ] ,
5
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "schemaVersion" : " 1.0.0" ,
3
+ "readme" : " " ,
4
+ "modules" : [
5
+ {
6
+ "kind" : " javascript-module" ,
7
+ "path" : " src/auto-check-element.ts" ,
8
+ "declarations" : [
9
+ {
10
+ "kind" : " class" ,
11
+ "description" : " " ,
12
+ "name" : " AutoCheckElement" ,
13
+ "members" : [
14
+ {
15
+ "kind" : " method" ,
16
+ "name" : " define" ,
17
+ "static" : true ,
18
+ "parameters" : [
19
+ {
20
+ "name" : " tag" ,
21
+ "default" : " 'auto-check'"
22
+ },
23
+ {
24
+ "name" : " registry" ,
25
+ "default" : " customElements"
26
+ }
27
+ ]
28
+ },
29
+ {
30
+ "kind" : " field" ,
31
+ "name" : " input" ,
32
+ "type" : {
33
+ "text" : " HTMLInputElement | null"
34
+ },
35
+ "readonly" : true
36
+ },
37
+ {
38
+ "kind" : " field" ,
39
+ "name" : " src" ,
40
+ "type" : {
41
+ "text" : " string"
42
+ }
43
+ },
44
+ {
45
+ "kind" : " field" ,
46
+ "name" : " csrf" ,
47
+ "type" : {
48
+ "text" : " string"
49
+ }
50
+ },
51
+ {
52
+ "kind" : " field" ,
53
+ "name" : " required" ,
54
+ "type" : {
55
+ "text" : " boolean"
56
+ }
57
+ },
58
+ {
59
+ "kind" : " field" ,
60
+ "name" : " csrfField" ,
61
+ "type" : {
62
+ "text" : " string"
63
+ }
64
+ }
65
+ ],
66
+ "attributes" : [
67
+ {
68
+ "name" : " required"
69
+ }
70
+ ],
71
+ "superclass" : {
72
+ "name" : " HTMLElement"
73
+ },
74
+ "customElement" : true
75
+ }
76
+ ],
77
+ "exports" : [
78
+ {
79
+ "kind" : " js" ,
80
+ "name" : " AutoCheckElement" ,
81
+ "declaration" : {
82
+ "name" : " AutoCheckElement" ,
83
+ "module" : " src/auto-check-element.ts"
84
+ }
85
+ },
86
+ {
87
+ "kind" : " js" ,
88
+ "name" : " default" ,
89
+ "declaration" : {
90
+ "name" : " AutoCheckElement" ,
91
+ "module" : " src/auto-check-element.ts"
92
+ }
93
+ }
94
+ ]
95
+ }
96
+ ]
97
+ }
You can’t perform that action at this time.
0 commit comments