Skip to content

Commit 2238d3d

Browse files
committed
Updating Demos
1 parent 025f924 commit 2238d3d

File tree

311 files changed

+69135
-50257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+69135
-50257
lines changed

demos/emoji.dart.js

Lines changed: 1310 additions & 1121 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/emoji.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/emoji.dart.precompiled.js

Lines changed: 1540 additions & 1211 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/languages.dart.js

Lines changed: 1361 additions & 1139 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/languages.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/languages.dart.precompiled.js

Lines changed: 1585 additions & 1223 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/markdown.dart.js

Lines changed: 919 additions & 795 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/markdown.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/markdown.dart.precompiled.js

Lines changed: 1107 additions & 879 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/oauth2.dart.js

Lines changed: 1134 additions & 934 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/oauth2.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/oauth2.dart.precompiled.js

Lines changed: 1358 additions & 1018 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/octocat.dart.js

Lines changed: 2115 additions & 2012 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/octocat.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/octocat.dart.precompiled.js

Lines changed: 2365 additions & 2087 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/organization.dart.js

Lines changed: 1200 additions & 988 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/organization.dart.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/organization.dart.precompiled.js

Lines changed: 1435 additions & 1080 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/packages/$pub/core_stubs/dart_html.dart

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
library html_common; import 'dart:collection'; import "dart_html.dart"; import 'metadata.dart'; export 'metadata.dart'; abstract class CssClassSetImpl implements CssClassSet { String toString() { throw new UnsupportedError("CssClassSetImpl.toString() is unsupported on this platform."); } bool toggle(String value, [bool shouldAdd]) { throw new UnsupportedError("CssClassSetImpl.toggle() is unsupported on this platform."); } bool get frozen { throw new UnsupportedError("CssClassSetImpl.frozen is unsupported on this platform."); } Iterator<String> get iterator { throw new UnsupportedError("CssClassSetImpl.iterator is unsupported on this platform."); } void forEach(void f(String element)) { throw new UnsupportedError("CssClassSetImpl.forEach() is unsupported on this platform."); } String join([String separator = ""]) { throw new UnsupportedError("CssClassSetImpl.join() is unsupported on this platform."); } Iterable map(f(String element)) { throw new UnsupportedError("CssClassSetImpl.map() is unsupported on this platform."); } Iterable<String> where(bool f(String element)) { throw new UnsupportedError("CssClassSetImpl.where() is unsupported on this platform."); } Iterable expand(Iterable f(String element)) { throw new UnsupportedError("CssClassSetImpl.expand() is unsupported on this platform."); } bool every(bool f(String element)) { throw new UnsupportedError("CssClassSetImpl.every() is unsupported on this platform."); } bool any(bool f(String element)) { throw new UnsupportedError("CssClassSetImpl.any() is unsupported on this platform."); } bool get isEmpty { throw new UnsupportedError("CssClassSetImpl.isEmpty is unsupported on this platform."); } bool get isNotEmpty { throw new UnsupportedError("CssClassSetImpl.isNotEmpty is unsupported on this platform."); } int get length { throw new UnsupportedError("CssClassSetImpl.length is unsupported on this platform."); } String reduce(String combine(String value, String element)) { throw new UnsupportedError("CssClassSetImpl.reduce() is unsupported on this platform."); } dynamic fold(dynamic initialValue, dynamic combine(dynamic previousValue, String element)) { throw new UnsupportedError("CssClassSetImpl.fold() is unsupported on this platform."); } bool contains(String value) { throw new UnsupportedError("CssClassSetImpl.contains() is unsupported on this platform."); } String lookup(String value) { throw new UnsupportedError("CssClassSetImpl.lookup() is unsupported on this platform."); } bool add(String value) { throw new UnsupportedError("CssClassSetImpl.add() is unsupported on this platform."); } bool remove(Object value) { throw new UnsupportedError("CssClassSetImpl.remove() is unsupported on this platform."); } void addAll(Iterable<String> iterable) { throw new UnsupportedError("CssClassSetImpl.addAll() is unsupported on this platform."); } void removeAll(Iterable<String> iterable) { throw new UnsupportedError("CssClassSetImpl.removeAll() is unsupported on this platform."); } void toggleAll(Iterable<String> iterable, [bool shouldAdd]) { throw new UnsupportedError("CssClassSetImpl.toggleAll() is unsupported on this platform."); } void retainAll(Iterable<String> iterable) { throw new UnsupportedError("CssClassSetImpl.retainAll() is unsupported on this platform."); } void removeWhere(bool test(String name)) { throw new UnsupportedError("CssClassSetImpl.removeWhere() is unsupported on this platform."); } void retainWhere(bool test(String name)) { throw new UnsupportedError("CssClassSetImpl.retainWhere() is unsupported on this platform."); } bool containsAll(Iterable<String> collection) { throw new UnsupportedError("CssClassSetImpl.containsAll() is unsupported on this platform."); } Set<String> intersection(Set<String> other) { throw new UnsupportedError("CssClassSetImpl.intersection() is unsupported on this platform."); } Set<String> union(Set<String> other) { throw new UnsupportedError("CssClassSetImpl.union() is unsupported on this platform."); } Set<String> difference(Set<String> other) { throw new UnsupportedError("CssClassSetImpl.difference() is unsupported on this platform."); } String get first { throw new UnsupportedError("CssClassSetImpl.first is unsupported on this platform."); } String get last { throw new UnsupportedError("CssClassSetImpl.last is unsupported on this platform."); } String get single { throw new UnsupportedError("CssClassSetImpl.single is unsupported on this platform."); } List<String> toList({bool growable : true}) { throw new UnsupportedError("CssClassSetImpl.toList() is unsupported on this platform."); } Set<String> toSet() { throw new UnsupportedError("CssClassSetImpl.toSet() is unsupported on this platform."); } Iterable<String> take(int n) { throw new UnsupportedError("CssClassSetImpl.take() is unsupported on this platform."); } Iterable<String> takeWhile(bool test(String value)) { throw new UnsupportedError("CssClassSetImpl.takeWhile() is unsupported on this platform."); } Iterable<String> skip(int n) { throw new UnsupportedError("CssClassSetImpl.skip() is unsupported on this platform."); } Iterable<String> skipWhile(bool test(String value)) { throw new UnsupportedError("CssClassSetImpl.skipWhile() is unsupported on this platform."); } dynamic firstWhere(bool test(String value), {Object orElse()}) { throw new UnsupportedError("CssClassSetImpl.firstWhere() is unsupported on this platform."); } dynamic lastWhere(bool test(String value), {Object orElse()}) { throw new UnsupportedError("CssClassSetImpl.lastWhere() is unsupported on this platform."); } String singleWhere(bool test(String value)) { throw new UnsupportedError("CssClassSetImpl.singleWhere() is unsupported on this platform."); } String elementAt(int index) { throw new UnsupportedError("CssClassSetImpl.elementAt() is unsupported on this platform."); } void clear() { throw new UnsupportedError("CssClassSetImpl.clear() is unsupported on this platform."); } modify(f(Set<String> s)) { throw new UnsupportedError("CssClassSetImpl.modify() is unsupported on this platform."); } Set<String> readClasses(); void writeClasses(Set<String> s); } class Device { static String get userAgent { throw new UnsupportedError("Device.userAgent is unsupported on this platform."); } static bool get isOpera { throw new UnsupportedError("Device.isOpera is unsupported on this platform."); } static bool get isIE { throw new UnsupportedError("Device.isIE is unsupported on this platform."); } static bool get isFirefox { throw new UnsupportedError("Device.isFirefox is unsupported on this platform."); } static bool get isWebKit { throw new UnsupportedError("Device.isWebKit is unsupported on this platform."); } static String get cssPrefix { throw new UnsupportedError("Device.cssPrefix is unsupported on this platform."); } static String get propertyPrefix { throw new UnsupportedError("Device.propertyPrefix is unsupported on this platform."); } static bool isEventTypeSupported(String eventType) { throw new UnsupportedError("Device.isEventTypeSupported() is unsupported on this platform."); } } class FilteredElementList<T extends Element> extends ListBase<T> implements NodeListWrapper { FilteredElementList(Node node) { throw new UnsupportedError("new FilteredElementList() is unsupported on this platform."); } void forEach(void f(Element element)) {} void operator []=(int index, Element value) {} void set length(int newLength) {} void add(Element value) {} void addAll(Iterable<Element> iterable) {} bool contains(Object needle) {} Iterable<Element> get reversed {} void sort([int compare(Element a, Element b)]) {} void setRange(int start, int end, Iterable<Element> iterable, [int skipCount = 0]) {} void fillRange(int start, int end, [Element fillValue]) {} void replaceRange(int start, int end, Iterable<Element> iterable) {} void removeRange(int start, int end) {} void clear() {} Element removeLast() {} void insert(int index, Element value) {} void insertAll(int index, Iterable<Element> iterable) {} Element removeAt(int index) {} bool remove(Object element) {} int get length {} Element operator [](int index) {} Iterator<Element> get iterator {} List<Node> get rawList {} } class Lists { static int indexOf(List a, Object element, int startIndex, int endIndex) { throw new UnsupportedError("Lists.indexOf() is unsupported on this platform."); } static int lastIndexOf(List a, Object element, int startIndex) { throw new UnsupportedError("Lists.lastIndexOf() is unsupported on this platform."); } static List getRange(List a, int start, int end, List accumulator) { throw new UnsupportedError("Lists.getRange() is unsupported on this platform."); } } abstract class NodeListWrapper { List<Node> get rawList; }

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy