| Index: client/html/generated/src/interface/SVGUnitTypes.dart
|
| diff --git a/client/html/generated/src/interface/DataTransferItems.dart b/client/html/generated/src/interface/SVGUnitTypes.dart
|
| similarity index 59%
|
| copy from client/html/generated/src/interface/DataTransferItems.dart
|
| copy to client/html/generated/src/interface/SVGUnitTypes.dart
|
| index 88452500d8096ac08af6c46ee864e7f4eb64fd7b..39d597a29532b5385527d40c244515a29e96bfc0 100644
|
| --- a/client/html/generated/src/interface/DataTransferItems.dart
|
| +++ b/client/html/generated/src/interface/SVGUnitTypes.dart
|
| @@ -4,13 +4,11 @@
|
|
|
| // WARNING: Do not edit - generated code.
|
|
|
| -interface DataTransferItems {
|
| +interface SVGUnitTypes {
|
|
|
| - int get length();
|
| + static final int SVG_UNIT_TYPE_OBJECTBOUNDINGBOX = 2;
|
|
|
| - void add(String data, String type);
|
| + static final int SVG_UNIT_TYPE_UNKNOWN = 0;
|
|
|
| - void clear();
|
| -
|
| - DataTransferItem item(int index);
|
| + static final int SVG_UNIT_TYPE_USERSPACEONUSE = 1;
|
| }
|
|
|