|
6 | 6 | "kind": "javascript-module",
|
7 | 7 | "path": "src/auto-check-element.ts",
|
8 | 8 | "declarations": [
|
| 9 | + { |
| 10 | + "kind": "class", |
| 11 | + "description": "", |
| 12 | + "name": "AutoCheckCompleteEvent", |
| 13 | + "superclass": { |
| 14 | + "name": "AutoCheckEvent", |
| 15 | + "module": "src/auto-check-element.ts" |
| 16 | + }, |
| 17 | + "members": [ |
| 18 | + { |
| 19 | + "kind": "field", |
| 20 | + "name": "detail", |
| 21 | + "readonly": true, |
| 22 | + "inheritedFrom": { |
| 23 | + "name": "AutoCheckEvent", |
| 24 | + "module": "src/auto-check-element.ts" |
| 25 | + } |
| 26 | + } |
| 27 | + ] |
| 28 | + }, |
| 29 | + { |
| 30 | + "kind": "class", |
| 31 | + "description": "", |
| 32 | + "name": "AutoCheckSuccessEvent", |
| 33 | + "superclass": { |
| 34 | + "name": "AutoCheckEvent", |
| 35 | + "module": "src/auto-check-element.ts" |
| 36 | + }, |
| 37 | + "members": [ |
| 38 | + { |
| 39 | + "kind": "field", |
| 40 | + "name": "detail", |
| 41 | + "readonly": true, |
| 42 | + "inheritedFrom": { |
| 43 | + "name": "AutoCheckEvent", |
| 44 | + "module": "src/auto-check-element.ts" |
| 45 | + } |
| 46 | + } |
| 47 | + ] |
| 48 | + }, |
| 49 | + { |
| 50 | + "kind": "class", |
| 51 | + "description": "", |
| 52 | + "name": "AutoCheckStartEvent", |
| 53 | + "superclass": { |
| 54 | + "name": "AutoCheckValidationEvent", |
| 55 | + "module": "src/auto-check-element.ts" |
| 56 | + }, |
| 57 | + "members": [ |
| 58 | + { |
| 59 | + "kind": "method", |
| 60 | + "name": "setValidity", |
| 61 | + "parameters": [ |
| 62 | + { |
| 63 | + "name": "message", |
| 64 | + "type": { |
| 65 | + "text": "string" |
| 66 | + } |
| 67 | + } |
| 68 | + ], |
| 69 | + "inheritedFrom": { |
| 70 | + "name": "AutoCheckValidationEvent", |
| 71 | + "module": "src/auto-check-element.ts" |
| 72 | + } |
| 73 | + }, |
| 74 | + { |
| 75 | + "kind": "field", |
| 76 | + "name": "detail", |
| 77 | + "readonly": true, |
| 78 | + "inheritedFrom": { |
| 79 | + "name": "AutoCheckEvent", |
| 80 | + "module": "src/auto-check-element.ts" |
| 81 | + } |
| 82 | + } |
| 83 | + ] |
| 84 | + }, |
| 85 | + { |
| 86 | + "kind": "class", |
| 87 | + "description": "", |
| 88 | + "name": "AutoCheckErrorEvent", |
| 89 | + "superclass": { |
| 90 | + "name": "AutoCheckValidationEvent", |
| 91 | + "module": "src/auto-check-element.ts" |
| 92 | + }, |
| 93 | + "members": [ |
| 94 | + { |
| 95 | + "kind": "method", |
| 96 | + "name": "setValidity", |
| 97 | + "parameters": [ |
| 98 | + { |
| 99 | + "name": "message", |
| 100 | + "type": { |
| 101 | + "text": "string" |
| 102 | + } |
| 103 | + } |
| 104 | + ], |
| 105 | + "inheritedFrom": { |
| 106 | + "name": "AutoCheckValidationEvent", |
| 107 | + "module": "src/auto-check-element.ts" |
| 108 | + } |
| 109 | + }, |
| 110 | + { |
| 111 | + "kind": "field", |
| 112 | + "name": "detail", |
| 113 | + "readonly": true, |
| 114 | + "inheritedFrom": { |
| 115 | + "name": "AutoCheckEvent", |
| 116 | + "module": "src/auto-check-element.ts" |
| 117 | + } |
| 118 | + } |
| 119 | + ] |
| 120 | + }, |
| 121 | + { |
| 122 | + "kind": "class", |
| 123 | + "description": "", |
| 124 | + "name": "AutoCheckSendEvent", |
| 125 | + "superclass": { |
| 126 | + "name": "AutoCheckEvent", |
| 127 | + "module": "src/auto-check-element.ts" |
| 128 | + }, |
| 129 | + "members": [ |
| 130 | + { |
| 131 | + "kind": "field", |
| 132 | + "name": "detail", |
| 133 | + "readonly": true, |
| 134 | + "inheritedFrom": { |
| 135 | + "name": "AutoCheckEvent", |
| 136 | + "module": "src/auto-check-element.ts" |
| 137 | + } |
| 138 | + } |
| 139 | + ] |
| 140 | + }, |
9 | 141 | {
|
10 | 142 | "kind": "class",
|
11 | 143 | "description": "",
|
|
26 | 158 | }
|
27 | 159 | ]
|
28 | 160 | },
|
| 161 | + { |
| 162 | + "kind": "field", |
| 163 | + "name": "#onloadend", |
| 164 | + "privacy": "private", |
| 165 | + "type": { |
| 166 | + "text": "((event: Event) => void) | null" |
| 167 | + }, |
| 168 | + "default": "null" |
| 169 | + }, |
| 170 | + { |
| 171 | + "kind": "field", |
| 172 | + "name": "onloadend" |
| 173 | + }, |
29 | 174 | {
|
30 | 175 | "kind": "field",
|
31 | 176 | "name": "input",
|
|
75 | 220 | }
|
76 | 221 | ],
|
77 | 222 | "exports": [
|
| 223 | + { |
| 224 | + "kind": "js", |
| 225 | + "name": "AutoCheckCompleteEvent", |
| 226 | + "declaration": { |
| 227 | + "name": "AutoCheckCompleteEvent", |
| 228 | + "module": "src/auto-check-element.ts" |
| 229 | + } |
| 230 | + }, |
| 231 | + { |
| 232 | + "kind": "js", |
| 233 | + "name": "AutoCheckSuccessEvent", |
| 234 | + "declaration": { |
| 235 | + "name": "AutoCheckSuccessEvent", |
| 236 | + "module": "src/auto-check-element.ts" |
| 237 | + } |
| 238 | + }, |
| 239 | + { |
| 240 | + "kind": "js", |
| 241 | + "name": "AutoCheckStartEvent", |
| 242 | + "declaration": { |
| 243 | + "name": "AutoCheckStartEvent", |
| 244 | + "module": "src/auto-check-element.ts" |
| 245 | + } |
| 246 | + }, |
| 247 | + { |
| 248 | + "kind": "js", |
| 249 | + "name": "AutoCheckErrorEvent", |
| 250 | + "declaration": { |
| 251 | + "name": "AutoCheckErrorEvent", |
| 252 | + "module": "src/auto-check-element.ts" |
| 253 | + } |
| 254 | + }, |
| 255 | + { |
| 256 | + "kind": "js", |
| 257 | + "name": "AutoCheckSendEvent", |
| 258 | + "declaration": { |
| 259 | + "name": "AutoCheckSendEvent", |
| 260 | + "module": "src/auto-check-element.ts" |
| 261 | + } |
| 262 | + }, |
78 | 263 | {
|
79 | 264 | "kind": "js",
|
80 | 265 | "name": "AutoCheckElement",
|
|
0 commit comments