| Index: client/dom/generated/src/frog/HTMLInputElement.dart
|
| diff --git a/client/dom/generated/src/frog/HTMLInputElement.dart b/client/dom/generated/src/frog/HTMLInputElement.dart
|
| deleted file mode 100644
|
| index 21d06e9149bb661cb029af1f98e83f2ecbafd162..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/frog/HTMLInputElement.dart
|
| +++ /dev/null
|
| @@ -1,107 +0,0 @@
|
| -
|
| -class _HTMLInputElementJs extends _HTMLElementJs implements HTMLInputElement native "*HTMLInputElement" {
|
| -
|
| - String accept;
|
| -
|
| - String align;
|
| -
|
| - String alt;
|
| -
|
| - String autocomplete;
|
| -
|
| - bool autofocus;
|
| -
|
| - bool checked;
|
| -
|
| - bool defaultChecked;
|
| -
|
| - String defaultValue;
|
| -
|
| - String dirName;
|
| -
|
| - bool disabled;
|
| -
|
| - final _FileListJs files;
|
| -
|
| - final _HTMLFormElementJs form;
|
| -
|
| - String formAction;
|
| -
|
| - String formEnctype;
|
| -
|
| - String formMethod;
|
| -
|
| - bool formNoValidate;
|
| -
|
| - String formTarget;
|
| -
|
| - bool incremental;
|
| -
|
| - bool indeterminate;
|
| -
|
| - final _NodeListJs labels;
|
| -
|
| - String max;
|
| -
|
| - int maxLength;
|
| -
|
| - String min;
|
| -
|
| - bool multiple;
|
| -
|
| - String name;
|
| -
|
| - String pattern;
|
| -
|
| - String placeholder;
|
| -
|
| - bool readOnly;
|
| -
|
| - bool required;
|
| -
|
| - String selectionDirection;
|
| -
|
| - int selectionEnd;
|
| -
|
| - int selectionStart;
|
| -
|
| - int size;
|
| -
|
| - String src;
|
| -
|
| - String step;
|
| -
|
| - String type;
|
| -
|
| - String useMap;
|
| -
|
| - final String validationMessage;
|
| -
|
| - final _ValidityStateJs validity;
|
| -
|
| - String value;
|
| -
|
| - Date valueAsDate;
|
| -
|
| - num valueAsNumber;
|
| -
|
| - bool webkitGrammar;
|
| -
|
| - bool webkitSpeech;
|
| -
|
| - bool webkitdirectory;
|
| -
|
| - final bool willValidate;
|
| -
|
| - bool checkValidity() native;
|
| -
|
| - void select() native;
|
| -
|
| - void setCustomValidity(String error) native;
|
| -
|
| - void setSelectionRange(int start, int end, [String direction = null]) native;
|
| -
|
| - void stepDown([int n = null]) native;
|
| -
|
| - void stepUp([int n = null]) native;
|
| -}
|
|
|